@charset "utf-8";
@font-face {
	font-weight:400;font-style:normal;
	font-family:raleway;
	src:url(../fonts/raleway.eot);
	src:url(../fonts/raleway.eot?#iefix) format('embedded-opentype'),
	url(../fonts/raleway.woff) format('woff'),
	url(../fonts/raleway.ttf) format('truetype'),
	url(../fonts/raleway.svg#DINProRegular) format('svg');
}
body{
	font-size:13px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: url(../images/topbg.jpg) repeat-x center top;
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
}
ol,ul,li {
    list-style:none
}
a:link,a:visited {color:#333;text-decoration:none;}
a:hover {text-decoration: none;color:#e30000;}
.clearfix:after,.clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clear{clear:both;}
input,textarea,select{
	border: 1px solid #dcdcdc;
	line-height:20px;
	padding:3px;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"],textarea {
   -webkit-appearance: none;
}
img{
	border:0;
}
.space{
	height:100px;
}
.space2{
	height:0;
}
.wrap{
	width:1000px;
	margin:0 auto;
	position: relative;	
}
.toplogo{
	float:left;
	width:40%;
	height:68px;
	padding:15px 0 18px 0;
}
.toplogo img{
	max-height:100%;
	height:auto;
	width:auto;
}
.toptel{
	float:right;
	width:30%;
	text-align: left;
	font-size:13px;
	line-height: 20px;
	padding-top:35px;
}
.toptel span{
	color:#ac2f3d;
	padding-left:20px;
	display: inline-block;
}
.topsea{
	width:30%;
	float:left;
	padding-top:38px;
}
.sou2{
	background:#ffffff url(../images/search.png) no-repeat 5px center;
	border:1px solid #d5d5d5;
	border-radius:4px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	padding:3px 10px 3px 28px;
}
.send2{
	background: #ac2f3d;
	border-radius:4px;
	border:none;
	color:#ffffff;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	padding:4px 10px;
}
.toptel a{
	color:#e74825;
	text-decoration: underline;
	display: block;
	font-size:12px;
	font-weight: normal;
}
.nav{
	width:100%;
	font-size:0;
	box-sizing: border-box;
	background: url(../images/navbg.jpg) repeat-x center top;
	border-radius:5px 5px 0 0;
	border:1px solid #000000;
}
.nav li{
	line-height:40px;	
	display: inline-block;
	vertical-align: top;	
	text-align: center;
	position: relative;
	padding:0 35px;
	border-right:1px solid #666666;
}
.nav li:hover{
	background: url(../images/navon.jpg) repeat-x center top;
}
.nav li a{
	color:#ffffff;
	font-size:14px;
	display: block;
}
.nav .noli{
	border-right:none;
}
.has-more:hover .nav-sub {
	display: block;
}
.nav .current li a{
	border-bottom:none;
}
.nav-sub {
   margin:0;
   padding:0;
   left:0;
   width: 200px;
	position: absolute;	
	z-index: 999;
	display:none;
	padding-top:1px;
}
.nav .nav-sub li {
	display: block;
	width:100%;
	padding:0;
	text-align:left;
	position: relative;
	background:#f9f9f9;
	margin-left:0;	
	border-right:none;
}
.nav .nav-sub li a {
	line-height: 32px;
	padding-left:15px;
	font-size: 12px;
	display: block;
	color: #222222;
	border-bottom:none;
}
.nav .nav-sub li:hover{
	background: #8d1c29;
}
.nav .nav-sub li:hover a{
	color:#ffffff;
} 
.pro_tit{
	font-size:15px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom:-35px;
	left:0px;
	color:#111111;
	border-radius:10px 10px 0 0;
	background: #ffffff;
	padding: 10px 20px 6px 0px;
}
.prolist{
	font-size:0;
	padding:10px;
}
.prolist li{
   box-sizing: border-box;
   text-align: left; 
   border-bottom:1px dashed #dddddd;
   color:#333333;
   font-size:13px;
   position: relative;
   padding:15px 0 20px 0;
}
.propic{
	width:160px;
	height:120px;
	float:left;
	margin-right:30px;
	text-align: center;
	background: #ffffff;
	border:1px solid #e5e5e5;
	box-shadow: 1px 1px 3px #dddddd;
}
.propic span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.propic img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.prolist li p{
	line-height: 38px;
	margin-bottom:5px;
	color:#111111;
	font-weight: bold;
	border-bottom:1px dashed #dddddd;
}
.proinfo{
	font-size:12px;
	line-height: 20px;
	color:#666;
}
.proinfo2{
	font-size:12px;
	line-height: 20px;
	color:#111111;
	font-weight: bold;
	padding:20px 10px 0 10px;
}
.picsk{
	text-align: center;
	height:275px;
	width:100%;
	overflow: hidden;
	background: #ffffff;
}
.picsk span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.picsk img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
	transition:all 0.3s;
}
.titles{
	background:#f6f6f6;
	line-height: 50px;
	padding-left:20px;
	color:#111111;
	font-size:19px;
	margin:30px 0;
}
.con_pro{
	font-size: 14px;
	line-height: 24px;
	padding-bottom:20px;
}
.con_pro img{
	max-width:100%;
	height:auto;
}
.formbox{
	width:95%;
	margin:0 auto;
	padding-bottom:30px;
}
.formbox li span{
	width:15%;
	font-size:12px;
	display: inline-block;
	margin-top:15px;
}
.formbox li p{
	margin-top:20px;
	margin-bottom:10px;
}
.sousuo{
	width:84%;
	padding:4px 5px;
	box-sizing:border-box;
	font-size:12px;
}
.send{
	padding:7px;
	width:110px;
	box-sizing:border-box;
	margin:0 auto;
	font-size:14px;
	margin-top:10px;
	background: #8d1c29;
	color:#ffffff;
	border:none;
}
.certlist{
	font-size:0;
	padding-top:40px;
}
.certlist ul{
	width:102.5%;
}
.certlist li{
   display: inline-block;
   vertical-align: top;
   text-align: center;
   width:22.5%;
   margin-right:2.5%;
   margin-bottom:30px;
   font-size:14px;
   line-height: 30px;
   box-sizing: border-box;
   border:1px solid #dddddd;
   padding:15px 15px 10px 15px;;
}
.certlist li p{
	padding-top:3px;
}
.certlist li img{
	max-width:100%;
	height:auto;
	display: block;
}
.cons{
	padding-right:50%;
	position: relative;
	font-size: 15px;
	line-height: 30px;
	min-height:350px;
	height:auto;
	padding-top:40px;
}
#dituContent{
	position: absolute;
	width:45%;
	height:300px;
	right:0;
	top:50px;
	border:1px solid #dddddd;
}
.title{
	color:#222222;
	font-size:15px;
	font-weight: bold;	
	line-height:30px;
	margin-bottom:10px;
	margin-top:30px;
}
.title2{
	color:#222222;
	font-size:12px;
	font-weight: bold;	
	line-height:40px;
}
.buy{
	margin-top:20px;
	display: inline-block;
}
.buy a{
	padding:5px 26px 5px 20px;
	color:#ffffff;
	display: inline-block;
	font-size:14px;
	line-height: 20px;
	background: #8d1c29 url(../images/pdf2.png) no-repeat 94% center;
	background-size:18px auto; 
}
.buy a:hover{
	background:#192c56 url(../images/pdf2.png) no-repeat 94% center;
	background-size:18px auto; 
}
.amore{
	padding-top:10px;
	text-align: right;
}
.amore a{
	background:#ac2f3d url(../images/ico1.gif) no-repeat 95% center;
	line-height: 23px;
	border:1px solid #993636;
	border-radius:3px;
	font-weight: bold;
	color:#fff;
	font-size:12px;
	display: inline-block;
	padding:0 20px 0 10px;
}
.amores{
	padding:30px 0;
	text-align: center;
}
.amores a{
	background: #f16100;
	padding:8px 30px;
	color:#fff;
	display: inline-block;
}
.pa:link,.pa:visited {
	font-size: 13px;
	color: #333333;
	margin-right:6px;
	padding:6px 12px;
	background: #e5e5e5;
}
.pa:hover{
	background: #ccc;
	text-decoration: none;
}
.paon {
	font-size: 13px;
	color: #333333;
	margin-right:6px;
	padding:6px 12px;
	background: #e5e5e5;
}
.paon2 {
	font-size: 13px;
	color: #ffffff;
	margin-right:6px;
	padding:6px 12px;
	background: #ac2f3d;
}
.bg{
	background: #eeeeee;
	padding-bottom:30px;
	padding-top:1px;
	margin-top:30px;
}
.banline{
	background: url(../images/banline.png) repeat-x;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:8px;
	z-index:99;
	margin-top:-2px;
}
.home_ico{
	background: url(../images/home.png) no-repeat 0 center;
}
.home_ico:hover{
	background: url(../images/home2.png) no-repeat 0 center;
}
.footer{
	font-size:12px;
	text-align: left;
	line-height:23px;	
	color:#222222;	
	background: #f9f9f9;
	padding:20px 0 20px 0;
	border-top:1px solid #e5e5e5;
}
.footer a{
	color:#222222;
}
.footer a:hover{
	color: #ac2f3d;
	text-decoration: underline;
}

.footer li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size:12px;
}
.footer li p{
	font-size:13px;
	font-weight: bold;
	padding-bottom:10px;
	color:#111111;
}
.footer li ul{
	padding:0;
}
.footline{
	line-height: 40px;
	padding-top:5px;
	text-align: center;
	width:1000px;
	margin:0 auto;
	font-size:13px;
	background: transparent;
}
.f1{
	width:26%;
}
.f1 li{
	display: inline-block;
	width:45%;
	font-size:12px;
	line-height:20px;
}
.f2{
	width:17%;
}
.f3{
	width:44%;
}
.f4{
	width:12%;
	float:right;
	text-align: left;
}
.f4 img{
	width:26px;
	height:auto;
}
.ftel{
	background: url(../images/f_ic.png) no-repeat 0 -76px;
	width:25px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.fmail{
	background: url(../images/f_ic.png) no-repeat 0 -41px;
	width:25px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.fadd{
	background: url(../images/f_ic.png) no-repeat 0 0;
	width:25px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.footer li ul li p{
	width:96px;
	text-align: center;
	font-size:12px;
	font-weight: normal;
}
.c_date{
   position: absolute;
   right:0;
   top:10px;
   font-size:12px;	
}
.ban{
	width:100%;
	position: relative;
}
.ban img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.bj{
	background: #efefef;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	box-sizing: border-box;
}
.lot{
	font-size:12px;
	line-height: 32px;
	text-transform: uppercase;
}
.lot a:hover{
	text-decoration: underline;
	color:#000000;
}
.lot img{
	margin-right:6px;
}
.leftBox{
	float:left;
	width:21%;
	padding:20px 16px;
	box-sizing: border-box;
}
.rightBox{
	float:right;
	width:79%;
	padding:15px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: -3px 0 3px #e2e2e2;
}
.con_title{
   font-size:13px;   
	color:#666;
	line-height:40px;
	box-sizing: border-box;
	background: #f0f0f0;
}
.con_title img{
	margin-right:6px;
	width:14px;
	height:auto;
	display: inline-block;
	vertical-align: middle;
}
.con_title a:hover{
	color:#dd0000;
}
.con_info{
	font-size:12px;
	line-height:24px;
	padding:40px 0px;
}
.con_info img{
	max-width:100%;
	height:auto;
}
.con_info ul{
	padding:15px 0;
}
.con_info li{
	padding:0;
	margin-left:20px;
	list-style: disc;
	margin:5px 0 5px 20px;
}
.left_tit{
	font-size:14px;
	font-weight: bold;
	padding-bottom:10px;
	padding-top:20px;
	color:#111111;
	text-transform: uppercase;
}
.leftNav li{
	font-size:12px;
	line-height:30px;
}
.leftNav li a{
	display: block;
	padding-left:5px;
}
.leftNav .lefton{
	background:#d2d2d2 url(../images/ico2.gif) no-repeat 95% center;
}
.leftNav li:hover a{
	color:#ac2f3d;
	text-decoration: underline;
}
.news_list{
	padding:20px 15px;
}
.news_list li{
	font-size:12px;
	line-height: 42px;
   position: relative;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   padding-right:80px;
   background: url(../images/left01.png) no-repeat 5px center;
   padding-left:16px;
	border-bottom:1px dashed #dddddd;
}
.news_list li span{
	position: absolute;
	right:0;
	color:#555555;
}
.newpic{
	position: absolute;
	width:250px;
	height:140px;
	left:0;
	top:20px;
	background-size:cover;
	background-position: center center;
}
.c_dates{
	font-size:14px;
	padding:3px 0;
}
.tit2{
	border-bottom:none;
	border-top:1px solid #e5e5e5;	
	margin-bottom:40px;
	padding-top:20px;
}
.p_title{
	color:#000000;
	font-size:18px;
	line-height: 40px;
	margin-bottom:20px;
	border-bottom: 1px solid #ddd;
}
.p_title p{
	display: inline-block;
	border-bottom:2px solid #f16100;
	margin-bottom:-1px;
	padding:0 5px;
}
.news_title{
	font-size:18px;
	color:#111111;
	line-height:30px;
	border-bottom: 1px dashed #dddddd;
	margin-bottom:18px;
	text-align: center;
}
.news_title span{
	font-size:12px;
	font-weight:normal;
	display: block;
	color:#777777;
}
.news_title img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.bimg{
	width:100%;
	text-align: center;
	border:1px solid #dddddd;
}
.pages{
	text-align: center;
	margin:20px 0;
}
.hpro{
	height:180px;
	overflow: hidden;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fff;
	margin-bottom:5px;
	text-align: center;
	padding:0;
}
.hpro span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.hpro img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;	
	transition: all 0.4s;
}
.hpro img:hover{
	transform: scale(1.2);
}
.swiper-slide{
	text-align: center;
}
.swiper-slide img{
	max-width:100%;
	height:auto;
	display: block;
	margin:0 auto;
}
.aboutbg{
	padding-top:1px;
	margin-top: 30px;
	width:100%;
	background: url(../images/bg1.jpg) no-repeat center top;
}
.aboutbg p{
	font-size:14px;
	font-weight: normal;
	padding-top:3px;
}
.home_pro{
	display: none;
}
.swiper3{
	padding:15px 15px 10px 15px;
	margin-bottom:20px;
	background:linear-gradient(top,#f6f6f6,#eeeeee);
   background:-webkit-linear-gradient(top,#f6f6f6,#eeeeee);
   background:-moz-linear-gradient(top,#f6f6f6,#eeeeee); 
}
.swiper-slide3{
	box-sizing: border-box;	
	margin-top:5px;
	transition:all 0.4s;
}
.swiper-slide3:hover{
	margin-top:0;
}
.swiper-slide3 p{
	font-size:13px;
	line-height: 30px;
	color:#333333;
}
.swiper-slide3:hover p{
	color:#ac2f3d;
}
.swiper-slide3 div{
	position: relative;
	background: #ffffff;
	text-align: center;
	border:1px solid #e5e5e5;
}
.swiper-button-next1{
	position: absolute;
	top:46%;
	right:20px;
	width:46px;
	height:46px;
	background: url(../images/arrow_r.png) no-repeat center center;
}
.swiper-button-prev1{
	position: absolute;
	top:46%;
	left:20px;
	width:46px;
	height:46px;
	background: url(../images/arrow_l.png) no-repeat center center;
}
.p_tit{
	text-align: left;
	display: block;
	font-size:19px;
	line-height:50px;
	margin:20px 0;
	color:#111111;
	text-transform: uppercase;
	border-bottom:1px solid #e5e5e5;	
}
.p_tit i{
	width:60px;
	display: block;
	margin-bottom:-2px;		
	border-bottom:3px solid #a82f38;
}
.home_about{
   font-size:13px;
   line-height: 24px;
   text-align: left;
   float:right;
   width:100%;
   padding-bottom:30px;
}
.home_about a{
	color:#a82f38;
	text-decoration: underline;
}
.home_news_title{
	height:36px;
	background: url(../images/home04.jpg);
}
.home_news_info{
	font-size:12px;
	line-height:22px;
	padding:13px;
	color:#666666;
	background: url(../images/home05.jpg);
}
.newsk{
	padding:5px 0;
	border-bottom:1px dashed #dddddd;
}
.swiper img{
	 width:100%;
	 height:auto;
}
.con_info2{
   background: #e0eefb;
   padding:10px;
   font-size:12px;
   line-height: 22px;
   color:#333333;
	border-top: 3px solid #0086d0;
	border-bottom: 3px solid #0086d0;
	margin-bottom:15px;
}
.stit{
	float:right;
	font-size:12px;
	color:#777777;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right:15px;
}
.con_l{
	float:left;
	width:300px;
	text-align: center;
	margin: 35px 0 35px 10px;
	height:300px;
	border:1px solid #e5e5e5;
	box-shadow: 1px 1px 4px #e5e5e5;
}
.con_l span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.con_l img{
	max-width:1000%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.con_r{
	float:right;
	width:55%;
	line-height: 22px;
	font-size:12px;
	color:#444444;
	margin-bottom:30px;
}
.tips{
	font-weight: bold;
	color:#8d1c29;
	display: block;
	background: #f2f2f2;
	margin-top:20px;
	padding:10px 15px;	
}
.tips p{
	color:#222222;
}
.tips a{
	text-decoration: underline;
	color:#8d1c29;
}
.sfoot,.mob-tit{
	display:none;
}
.drawer-hamberger {
	top: -50px;
}
.bottom1{
	margin-top:30px;
}
.home1{
	float:left;
	width:31%;
	margin-right:4.5%;
}
.home2{
	float:left;
	width:31%;
}
.home3{
	float:right;
	width:28%;
}
.home1 img,.home1 img{
	max-width:100%;
	height:auto;
}
.home_tit{
	border-top:1px solid #e5e5e5;
	line-height: 46px;
}
.home_tit p{
	color:#000;
	font-size:15px;
	display: inline-block;
	border-top:2px solid #1561ab;
	margin-top:-2px;
}
.home_tit span{
	display: inline-block;
	font-size:12px;
	color:#999;
	margin-left:10px;
	text-transform: uppercase;
}
.mors{
	text-align: right;
	padding-top:15px;
}
.mors a{
	font-size:12px;
	color:#888;
}
.mors a:hover{
	color:#e7781b;
	text-decoration: underline;
}
.home_info{
	padding-top:15px;
	font-size:13px;
	line-height: 22px;
	color:#666;
}
.home_news_pic{
	height:90px;
	width:100%;
	background-size:cover;
	background-position: center center;
}
.home_news_box{
	float:left;
	width:35%;
	color:#555;	
	padding-top:20px;
	padding-bottom:30px;
}
.home_news_box p{
	line-height: 25px;
	font-size:16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:10px 0 5px 0;
}
.newsinfo{
	line-height: 20px;
	padding-top:0;
	color:#666;
}
@media screen and (max-width:1000px) {
	.wrap{
		width:100%;
	}
	.nav li{
		padding:0 19px;
	}
	.f1{
		width:32%;
		padding-left:10px;
		box-sizing:border-box;
	}
	.f2{
		width:20%;
	}
	.f3{
		width:47%;
	}
	.toplogo{
		width:38%;
		height:50px;
		padding:12px 10px 15px 5px;
	}
	.topsea{
		padding-top:26px;
	}
	.toptel{
		padding-top:20px;
	}
	.sou2{
		width:100px;
	}
	.home_about{
		padding:0 15px 20px 15px;
		box-sizing: border-box;
	}
	.pro_tit{
		position: relative;
		bottom:auto;
		margin-top:20px;
		padding:10px 0;
	}
	.con_l,.con_r{
		float:none;
		width:100%;
		margin:0;
	}
	.leftBox{
		width:23%;
	}
	.rightBox{
		width:77%;
	}
	.leftNav li{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media screen and (max-width:740px) {
	.drawer-hamberger {
		top: auto;
	}
	.topsea,.toptel,.nav,.swiper3,.footer .f1,.footer .f2,.leftBox,.lot,.pro_tit,.proinfo,.amore,.ban,.home_about img{
		display: none;
	}
	.header{
		position: fixed;
		width:100%;
		top:0;
		z-index:99;
		background:url(../images/topbg.jpg) center top;
	}
	.f3{
		width:100%;
		box-sizing:border-box;
		padding:0 15px;
	}
	.toplogo{
		width:80%;
		height:40px;
		padding:7px 5px;
	}
	.home_pro{
		display: block;
		font-size:0;
		padding:20px 5px 0 5px;
		background:linear-gradient(top,#f6f6f6,#eeeeee);
   	background:-webkit-linear-gradient(top,#f6f6f6,#eeeeee);
   	background:-moz-linear-gradient(top,#f6f6f6,#eeeeee); 
	}
	.home_pro li{
		width:47%;
		font-size:14px;
		line-height: 22px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin:0 1.5% 10px 1.5%;
	}
	.home_pro li img{
		width:100%;
		height:auto;
	}
	.rightBox{
		width:100%;
		float:none;
		padding:30px 10px 10px 10px;
	}
	.space2{
		height:54px;
	}
   .mob-tit {
		position:fixed;
		top:48px;
		width:100%;
		z-index:99;
		display: block;
		background: url(../images/navbg.jpg);
		color: #fff;
		text-align: center;
		font-size: 16px;
		line-height: 40px;
	}
	.mob-tit span{
		width:25px;
		display: inline-block;
	}
	.mob-tit img{
		width:20px;
		height:auto;
		padding-left:6px;
	}
	.moblist {
		position: absolute;
		top: 0;
		z-index: 99;
		margin-top: 40px;
		width: 100%; 
		text-align: center;
	}
	.moblist li {
		border-bottom: 1px solid #fff;
		background: #eee;
		font-size: 15px;
		line-height: 36px;
	}
	.moblist li a {
		display: block;
	}
	.proinfo2{
		font-size:14px;
		padding:10px 0 0 0;
		font-weight: normal;
	}
	.prolist{
		font-size:0;
		padding:0;
		padding-top:15px;
		overflow: hidden;
	}
	.prolist ul{
		width:102%;
	}
	.prolist li{
		width:47%;
		display: inline-block;
		vertical-align: top;
		margin:0 3% 10px 0;
		padding:0;
		border-bottom:none;
	}
	.prolist li p{
		line-height: 20px;
		margin-bottom:0;
		text-align: center;
		color:#111111;
		font-weight:normal;
		font-size:14px;
		border-bottom:none;
	}
	.propic{
		width:100%;
		height:150px;
		float:none;
		margin-right:0;
		text-align: center;
		border:1px solid #e5e5e5;
		box-shadow: 0 0 0 #ffffff;
	}
	.con_info{
		font-size:15px;
	}
	.footer li{
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-size:14px;
	}
	.footer li p{
		font-size:16px;
		font-weight: bold;
		padding-bottom:10px;
		color:#111111;
	}
	.con_l{
		margin-top:20px;
	}
	.title{
		font-size:15px;
		font-weight: bold;	
		line-height:22px;
		padding:8px 0;
		margin:10px 0;
	}
	.con_l,.con_r{
		font-size:14px;
	}
}