/*
**************************
(C)2010-2015 phpMyWind.com
update: 2013-4-27 16:57:34
person: Adu
**************************
*/

/*通用样式*/
body{font-family:"微软雅黑";}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0; max-width:100%;}ul,li{list-style-type:none;}
a{outline:none;}
a,a:visited,a:hover{text-decoration:none;}
.cl{clear:both;}

@media only screen and (max-width:310px) and (min-width:300px) {
body { font-size: 12px }
}
@media only screen and (max-width:320px) and (min-width:310px) {
body { font-size: 12px }
}
@media only screen and (max-width:360px) and (min-width:320px) {
body { font-size: 12px }
}
@media only screen and (max-width:360px) and (min-width:350px) {
body { font-size: 12px }
}
@media only screen and (max-width:480px) and (min-width:360px) {
body { font-size: 12px }
}
@media only screen and (max-width:480px) and (min-width:470px) {
body { font-size: 14px }
}
@media only screen and (max-width:560px) and (min-width:480px) {
body { font-size: 14px }
}
@media only screen and (max-width:570px) and (min-width:560px) {
body { font-size: 16px }
}
@media only screen and (max-width:640px) and (min-width:570px) {
body { font-size: 16px }
}
@media only screen and (max-width:640px) and (min-width:630px) {
body { font-size: 16px }
}

/**** 图片切换 ****/
.slideBox{ 
	position:relative; 
	overflow:hidden; 
	width:100%;
	/*float: left;*/
	z-index: 1;
}
.slideBox .hd{ 
	position:absolute; 
	height:10px; 
	bottom:1rem; 
	left: 0;
	width: 100%;
	text-align: center;
	z-index:1; 
}
.slideBox .hd li{ 
	display:inline-block; 
	/* padding: 1px;  */
	text-indent:-9999px; 
	overflow:hidden; 
	margin:0 3px; 
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	width:0.5em; 
	height:0.5em; 
}
/* .slideBox .hd span{
	display: block;
	width:0.5em; 
	height:0.5em; 
	border-radius: 50%;
	background: #ac0003;
} */
.slideBox .hd li.on{ background: #fe8b00; }
.slideBox .hd li.on span{
	background: none;
}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */



/*主题区域*/
/* .pubBox{border-top:solid 2px #5d99e2;} */

.pubBox .hd{height:35px;line-height:35px;background:#e9e9e9;border-bottom:solid 1px #dcdcdc;}
.pubBox .hd h2{width:95%;padding-left:10px;font-size:1.125em;position:relative;text-align:left;font-weight:bold;color:#2d70c3;}

.pubBox .ft{padding:15px;}
.pubBox .ft .info{line-height:1.6em;color:#333;}
.pubBox .ft .list li{line-height:2em;border-bottom:solid 1px #eceef0;box-shadow:0 1px 1px #fbfbfb;max-width:100%;text-overflow:ellipsis;white-space:nowrap !important;white-space:normal;overflow:hidden;color:#333;}

.pubBox .ft .img li{float:left;width:33.3%;}
.pubBox .ft .img li a{border:1px solid #f5f5f5;}

.pubBox .ft .img2 li{float:left;width:50%;margin-bottom:5px;}
.pubBox .ft .img2 li a.imgarea{display:block;border:1px solid #f5f5f5;}
.pubBox .ft .img2 li p{height:40px;overflow:hidden;}
.pubBox .ft .img2 li p a{color:#333;}


.goChannel{height:52px;line-height:52px;text-align:center;}
.goChannel span{height:22px;line-height:22px;background:url(../images/icon.png) right 0px no-repeat;background-size:22px 22px;display:inline-block;color:#b3b5b9;padding-right:27px;margin:15px 0;}
.goChannel span{background:url(../images/icon_on.png) right 0px no-repeat;background-size:22px 22px;}

.cl1{
	height: 0.5rem;
	background: #ebebeb;
	margin-top: 1rem;
}
/*内页头部*/
.top_nav{
	background: #333333;
	width: 100%;
	height: 3em;	
	line-height: 3em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.tn_left{
	float: left;
	width: 70%;
	text-indent: 1em;
	color: #ffffff;
}
.tn_right{
	width: 30%;
	float: right;
}
/*内页*/
.mobile_main{
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}
.main_title{
	width: 100%;
	/*float: left;*/
	background: #cccccc;
	overflow: hidden;
	height: 3em;
	line-height: 3em;
}
.main_title span{
	padding: 1em;
	color: #ffffff;
	background: #fe8b00;
	font-size: 1.5rem;
}
.main{
	line-height: 2em;
	/*float: left;*/
	width:100%;
}

.content-page-m{text-align: center;overflow: hidden;margin: 20px 0 10px 0;}
.content-page-m a{color: #fff;background:#4B4B4B;margin: 0 2%;padding: 5px 0;text-decoration: none;display: inline-block;width: 26%;display: inline-block;float: left;line-height: 24px;}
.content-page-m a:hover{color: #FFF;background: #262626;}
.content-page-m a:hover em{color:#fff}
.content-page-m a.on{background: #262626;color: #fff}
.content-page-m a.up em{font-family:"simsun";font-style:normal;font-size:14px;margin: 0 5px 0 0;color: #fff;font-weight: 700;}
.content-page-m a.down em{font-family:"simsun";font-style:normal;font-size:14px;margin: 0 0 0 5px;color: #fff;font-weight: 700;}
.content-page-m .up:hover em{color:#FFF}
.content-page-m .down:hover em{color:#FFF}
.content-page-m select{width: 40%;border: #d5d5d5 1px solid;padding: 6px 2%;text-decoration: none;border-radius: 3px;float: left;}


/*图片列表*/
.img2{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.img2 li{
	padding: 0 1rem;
}
.img2 li a{
	display: block;
	overflow: hidden;
	padding: 1rem 0;
	border-bottom: 1px dotted #f56b15;
}
.img2 .img{
	float: left;
	width: 35%;
}
.img2 div{
	width: 60%;
	padding-left: 0.5rem;
	float: left;
}
.img2 h3{
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.img2 p{
	line-height: 1.3rem;
	color: #666;
}
.img2 div span{
	color: #666;
}
.img2 .arr{
	width: 3%;
	float: right;
	margin-top: 9%
}


/*详细内容*/
.subCont{ width:100%; /*float:left; */margin-top:1em;}
.subCont .title{font-size:1.5em;line-height:1.2em;text-align:center;}
.subCont .continfo{width:100%;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.subCont .continfo span{color:#999;}
.subCont .contimg{margin:20px auto;text-align:center;overflow:hidden;display:table;}
.subCont .contimg a img{border:1px solid #ccc;padding:1px;}
.subCont .contimg a:hover img{border:1px solid #999;padding:1px;background:#B1D8F3;}
.subCont .conttxt{color:#333; padding:1em;}


/*内容分页*/
.contPage{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin:20px 0 10px;}
.contPage a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.contPage a.on{color:#fff;border:1px solid #898989;background:#898989;}


/*列表分页*/
.page_info{text-align:center;padding: 2em 0;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{padding: 2em 0;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;background: #ebebeb;}
.page_list a{display:inline-block;color:#808080;border:1px solid #ccc;text-align:center;padding:0 6px;margin:0 0.5px;}
.page_list a.on{color:#fff;background:#fe8b00;}


/*详细内容*/
.subCont{margin-top:10px;}
.subCont .title{font-size:1.5em;line-height:1.2em;text-align:center;}
.subCont .continfo{width:100%;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.subCont .continfo span{color:#999;}
.subCont .contimg{margin:20px auto;text-align:center;overflow:hidden;display:table;}
.subCont .contimg a img{border:1px solid #ccc;padding:1px;}
.subCont .contimg a:hover img{border:1px solid #999;padding:1px;background:#B1D8F3;}
.subCont .conttxt{color:#333; line-height:2em;}

.subCont .conttxt img{max-width:100%;}

.list li{line-height:1.5em;border-bottom:solid 1px #eceef0;box-shadow:0 1px 1px #fbfbfb;max-width:100%; padding:1em; text-overflow:ellipsis;white-space:nowrap !important;white-space:normal;overflow:hidden;color:#333;}

.info{line-height:2em;color:#333; padding:1em;}


.m{
	overflow: hidden;
}
.top{
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	/* overflow: hidden; */
}
.logo{
	width: 100%;
	overflow: hidden;
}
.logo img{
	/* width: 100%; */
	height: 49px;
}
.top .back{
	display: block;
	position: absolute;
	width: 4%;
	height: 100%;
	left: 1rem;
	background: url(../images/back.png) 0 center no-repeat;
	background-size:100%; 
}
.top h3{
	text-align: center;
	font-size: 2rem;
	color: #fff;
	line-height: 4rem;
	background: #d54e44;
}
.navul{
	width: 100%;
	overflow: hidden;
}
.navul a{
	text-align: center;
	line-height: 3rem;
	color: #fff;
	margin-bottom: 1px;
	background: #0d3966;
	border-right: 1px solid #061f39;
	border-left: 1px solid #104a85;
	height: 3rem;
	overflow: hidden;
}
.navul a:nth-child(1),.navul a:nth-child(5){
	border-left: none
}
.navul a:nth-child(4),.navul a:nth-child(8){
	border-right: none
}
.navul a:nth-child(5),.navul a:nth-child(6),.navul a:nth-child(7),.navul a:nth-child(8){
	margin-bottom: 0;
}
/* header */
.header{
	position:relative;
	height:5em;
	background:#832016;
}
.header .return{ position: absolute; top: 12px; left: 10px; width: 5em; height: 5em; }
.header .return img{ max-width: 33%; }
.header .logo{display:block;width:100%;height:3.4em; color: #fff; text-align: center; line-height: 3.4em; font-size: 1.5em;}
.header .logo img{display:block;width:100%;}
.header .back{position:absolute;top:0;left:0;display:block;width:5em;height:5em;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}


.sousuo{
	overflow: hidden;
	padding: 1rem;
	/* background: #e6e6e6; */
}

input{
	background: none;
	outline: none;
	border: none;
}
.sousuo .ipt1{
	width: 88%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.4rem;
	padding: 0 5px;
	background: #fff;
	color: #333;
	float: left;
	background: #ececec;
}
.sousuo .ipt2{
	width: 12%;
	height: 3rem;
	background: url(../images/ser.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
}
.sousuo div{
	font-size: 1rem;
	margin-top: 0.5rem;
	color: #333;
}
.sousuo a{
	color: #333;
	margin-right: 5px;
}

.tit{
	overflow: hidden;
	padding: 0 1rem 0.5rem;
	border-bottom: 1px solid #bfbfbf;
	margin: 1rem 0;
}
.tit h3{
	float: left;
	font-size: 1.8rem;
}
.tit span{
	font-size: 1.4rem;
	color: #999999;
}
.tit a{
	float: right;
	width: 10%;
}
.ih3{
	text-align: center;
	/* margin: 1rem 0 0; */
}
.ih3 img{
	width: 100%;
}

.swiper1 .div{
	padding: 0 0.5rem;
}
.swiper1 .div a{
	display: block;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}
.swiper1 .div img{	
	width: 100%;
	height: 100%;
}
.swiper1 .apn{
	text-align: center;
	padding: 1rem 0;
}

.m2 {
	margin-top: 1rem;
}
.slidem2 .hd{
	overflow: hidden;
	height: 3.5rem;
}
.slidem2 .p{
	padding: 0 0.5rem 1rem;
}
.slidem2 .p span{
	display: block;
	text-align: center;
	line-height: 3rem;
	font-size: 12px;
	color: #fff;
	background: #0d3966;
}
.slidem2 .p.on{
	background: url(../images/arr.jpg) center 3rem no-repeat;
	background-size: 10px;
}
.slidem2 .p.on span{
	background: #fe8b00;
}
.slidem2 .bd{
	margin: 0 0.5rem;
}
.slidem2 .bdcon a{
	margin-right: 0.6rem;
	font-size: 1.2rem;
	color: #666;
}
.slidem21{
	margin: 0.5rem;
	overflow: hidden;
	position: relative;
}
.slidem21 .hd{
	position: absolute;
	width: 100%;
	text-align: right;
	bottom: 10px;
	right: 1rem;
}
.slidem21 .hd li{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	margin: 0 2px;
	background: #fff;
}
.slidem21 .hd li.on{
	background: #fe8b00;
}
.slidem21 .bd img{
	width: 100%;
}
.m2 .con{
	overflow: hidden;
}
.m2 .con dd{
	padding: 0.5rem;
}
.m2 .con a{
	display: block;
}
.m2 .con dd img{
	height: 11rem;
	width:100%;
}


.m4{
	margin-top: 1rem;
}
.m4 .hd p{
	padding: 0 0.2rem 0.5rem;
}
.m4 .div{
	overflow: hidden;
}
.m4 .div div{
	padding: 0.5rem;
}
.m4 .div a{
	text-align: center;
	display: block;
}
.m4 .div img{
	width: 100%;
	height: 11rem;
}
.m4 .div p{
	padding-top: 0.5rem;
	font-size: 1.4rem;
	color: #333;
}
.m4 .con{
	overflow: hidden;
}
.m4 .con div{
	padding: 0.5rem 0.3rem;
}
.m4 .con a{
	display: block;
	text-align: center;
	overflow: hidden;
}
.m4 .con img{
	width: 100%;
	border: 1px solid #d9d9d9;
}
.m4 .con h3{
	line-height: 3rem;
	background: #f2f2f2;
	font-size: 1.4rem;
	color: #333;
}

.m5{
	margin-top: 1rem;
}
.m5 .con{
	overflow: hidden;
	padding: 0 1rem;
}
.m5 .con a{
	display: block;
	overflow: hidden;
	margin-bottom: 1rem;
}
.m5 .con img{
	width: 30%;
	float: left;
	border-radius: 50%;
}
.m5 .con div{
	width: 70%;
	float: left;
	padding-left: 0.5rem;
}
.m5 .con h3{
	font-size: 1.4rem;
	color: #282828;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d8d8d8;
	font-weight: bold;
}
.m5 .con p{
	line-height: 1.5rem;
	color: #666;
}
.m5 .con span{
	display: inline-block;
	padding: 0 1.5rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	background: #fe8b00;
	margin-top: 0.5rem;
}

.more{
	text-align: center;
}
.more a{
	display: inline-block;
	padding: 0 2rem;
	line-height: 2.5rem;
	color: #fff;
	font-size: 1.4rem;
	color: #fff;
	background: #0d3966;
}

.m6{
	overflow: hidden;
}
.m6 .con{
	padding: 0 1rem 1rem 1rem;
	text-align: center;
}
.m6 .con h3{
	font-size: 2rem;
	color: #333;
	font-weight: bold;
}
.m6 .con h3 span{
	color: #fe8b00;
}
.m6 .con p{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #666;
	margin: 1rem 0;
}
.m6 .con p a{
	color: #fe8b00;
}


.m7 .nt a{
	display: block;
	overflow: hidden;
}
.m7 .nt a{
	padding-bottom: 1rem;
}
.m7 .nt img{
	width: 40%;
	float: left;
}
.m7 .nt .r{
	width: 60%;
	float: left;
	padding-left: 0.5rem;
}
.m7 .nt h3{
	font-size: 1.4rem;
	color: #333;
}
.m7 .nt p{
	color: #666;
	margin-top: 0.5rem;
}
.m7 .nt span{
	display: inline-block;
	padding: 0 1.5rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	background: #fe8b00;
	margin-top: 0.5rem;
}

.m7list a{
	display: block;
	line-height: 3rem;
	background: url(../images/li.jpg) 0 center no-repeat;
	padding-left: 1rem;
	background-size: 3px;
	color: #333;
	font-size: 1.4rem;
	overflow: hidden;
}

.m7list .l{
	float: left;
} 
.m7list .r{
	float: right;
	font-size: 1.2rem;
}
.m7 .txt{
	margin-top: 1rem;
}

.m8{
	margin-top: 1rem;
	background: #062342;
	padding-bottom: 2rem;
	overflow: hidden;
}
.m8 .con{
	padding: 0 1rem;
}
.m8 .ipt{
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #fff;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 5px;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	background: none;
	outline: none
}
.m8 .txt{
	height: 5rem;
}
.m8 .ipt2{
	width: 30%;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 1.4rem;
	background: #fe8b00;
	line-height: 2.5rem;
}
.link{
	overflow: hidden;
	margin-top: 1rem;
	padding: 0 1rem;
}
.link p{
	margin-bottom: 1rem;
}
.link p.a1,.link p.a4{
	width: 45%;
}
.link p.a2,.link p.a3{
	width: 50%;
}
.link a{
	display: block;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #ac0003;
}
.foot{
	width: 100%;
	text-align: center;
	color: #333;
	background: #f2f2f2;
	padding: 1rem 0;
	overflow: hidden;
}
.foot span{
	font-size: 1.6rem;
	color: #f68704;
}
.foot p{
	line-height: 2rem;
	font-size: 1rem;
}
.footline{
	width: 100%;
}
.home_menu{
	background: #282425;
	max-width:640px;
	min-width: 320px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999999; 
	
}
.home_menu ul{
	width: 100%;
	float: left;
	overflow: hidden;
}
.home_menu .li{
	float: left;
	width: 20%;
	position: relative;
	border-right: 1px solid #0a0909;
	border-left: 1px solid #534e4f;
	padding: 0.8rem 0;	
}
.home_menu ul li:nth-child(1),.home_menu ul li:nth-child(5){
	border-left: none;
}
.home_menu ul li:nth-child(3),.home_menu ul li:nth-child(2){
	border-right: none;
}
.home_menu .li a{
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
}
.home_menu .li img{
	display: block;
	width: 37%;
	margin: 0 auto 5px;
}
.home_menu .li1{
	width: 22%;
	position: absolute;
	top:-30%;
	left: 39%;
}
.navwrap{
	overflow: hidden;
	box-shadow: 0 1px 3px #ccc;
}
.navwrap a{
	font-size: 1.4rem;
	line-height: 3rem;
	text-align: center;	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #99cc66;
}
.navwrap a:nth-child(3),.navwrap a:last-child{
	border-right: none;
}
.navwrap a.on{
	background: #99cc66;
	color: #fff;
}
/*表单*/
.form{
	width: 100%;
	padding: 1rem;
	overflow: hidden;
	position: relative;
}
.form label,.form p{
	display: block;
	overflow: hidden;
	line-height: 3rem;
	margin-bottom: 1em;
}
.form span{
	font-size: 1.4rem;
	float: left;
	width: 25%;
	font-weight: bold;
}
.form .ipt1{
	float: left;
	width: 73%;
	padding:0 0.5em;
	border: 1px solid #ccc;
	height: 3rem;
	outline: none;
	font-size: 1.4rem;
	line-height: 3rem;
	/*margin-left: 2%;*/
}
.form p label{
	float: left;
	margin-right: 10px;
}
.form p .ipt{
	float: left;
	margin-top: 1em;
}
.form p label span,.form .img{
	width: auto;
}
.form div{
	overflow: hidden;
	margin-bottom: 1em;
}
.form .txt{
	outline: none;
	height: 8em;
	width: 73%;
	border: 1px solid #ccc;
}
.form .ipt2{
	border: none;
	outline: none;
	height: 2.5rem;
	background: #99cc66;
	line-height: 2.5rem;
	padding: 0 2em;
	color: #fff;
	margin: 0 1em;
	float: right;
	font-size: 1.4rem;
}
.form img{
	/*width: 15%;*/
	padding-left: 5px;
}
.form .msg_input{
	width: 25%;
	border: 1px solid #ccc;
}


.picarr{ 
	position:relative; 
	overflow:hidden; 
	width:100%;
	z-index: 1;
}
.picarr .hd{ 
	position:absolute; 
	height:10px; 
	bottom:1rem; 
	width: 100%;
	text-align: center;
	z-index:1; 
}
.picarr .hd li{ 
	display:inline-block; 
	width:0.9em; height:0.9em; 
	text-indent:-9999px; 
	overflow:hidden; 
	margin:0 3px; 
	background: #ac0003;
	opacity: 0.6;
}
.picarr .hd li.on{opacity: 1;}
.picarr .bd{ position:relative; z-index:0; }
.picarr .bd li{ position:relative; text-align:center;  }
.picarr .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.picarr .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 

.pdhead{
	padding: 1rem 0;
	text-align: center;
	font-size: 2rem;
	color: #333;
	background: #f5f5f5;
	border-top: 1px solid #d9d9d9;
}
.pdhead h3{
	font-size: 1.6rem;
	line-height: 2rem;
	color: #333;
}
.nav-wrap{
	overflow: hidden;
	padding: 0 1rem;
}
#nav-wrap.navFix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
    border-bottom: 1px solid #e3e3e3\9;
    z-index: 99999;
    margin-top: 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    padding: 1rem;
}
.nav-wrap a{
	font-size: 1.4rem;
	color: #666;
	padding: 0.5rem;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.nav-wrap a.active{
	color: #fe8b00;
	border-color: #fe8b00;
}
.pdli1{
	padding: 1rem;
	line-height: 2rem;
	font-size: 1.4rem;
	color: #666;
}
.pdli2{
	margin-top: 1rem;
}
.hh{
	background: #f2f2f2;
	color: #fff;
	font-size: 1.6rem;
	height: 3rem;
	
}
.hh span{
	display: inline-block;
	background: #fe8b00;
	padding: 0 1rem;
	line-height: 3rem;
}
.pdli3 h4,.pdli3 .con{
	overflow: hidden;
}
.pdli3 h4{
	font-size: 1.4rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1rem;
}
.pdli3 .div{
	padding: 0.5rem;
}
.pdli3 .div a{
	display: block;
	overflow: hidden;
	text-align: center;
}
.pdli3 .div img{
	border: 1px solid #d9d9d9;
	height: 10rem;
}
.pdli3 .div h3{
	background: #f2f2f2;
	color: #333;
	font-size: 1.4rem;
}

.about {
	padding: 0 1rem;
	overflow: hidden;
}
.about div{
	text-indent: 2em;
	font-size: 1.4rem;
	line-height: 2rem;
}
.about p{
	overflow: hidden;
}
.about p img{
	width: 50%;
	float: left;
	padding: 0.5rem;
}

.m8form .ipt{
	border-color: #ccc;
	color: #333;
}
.m8form p{
	overflow: hidden;
}
.m8form .ipt1{
	width: 40%;
	float: left;
}