/**
 * PgwMenu - Version 1.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */

/*css reset*/

/*css #main_con*/
@charset "utf-8";
/* 公共样式*/
img{
	border: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,input,textarea,p,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
body { font-family: '微软雅黑'; }
img {border:0;} 
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 

.main_con {
	width:100%; 
	width:960px;
	margin:0 auto; 
	overflow:hidden;
}
.main_con .banner {
	width: 100%;
	height:auto; 
	position:relative;

}
.main_con .banner img {
	width: 100%;
	display: block;
}
.banner_but2{
	width:10%;
	height:auto;
	float:right;
	position:absolute;
	top:35%;
	left:0%;
	}
.main_inf{ 
	background: #e72527;
	padding-bottom: 4px;
	overflow: hidden;
}

.tit{width: 18%;margin-bottom: 8px;margin-top: 8px;}
.tit img{width: 100%}

.text_inf .text_bg{ width:95%; margin:0 auto 14px auto;  background-color: #ffffff; padding: 5px 0 10px 0; border-radius: 10px; 
-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;
	-kntml-box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;
	-o--box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;}
.jianban{width: 100%;margin-top: 5px;}
.jianban_text{width:96%;margin:0 auto;padding-top: 10px}


.jianban p {
	font-size: 18px;
	line-height: 1.6em;
	color: #434243;
	width:96%;
	margin:0 auto;

	}
.md{width: 34%;margin: 0 auto;margin-top: 16px;margin-bottom: 8px;}
.md img{width: 100%;}
/*css #share*/







