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

/*PHP报错隐藏*/
.xdebug-error{display: none;}
/*通用样式*/
iframe{max-width:100%;}
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;}
/* 去掉 table cell 的边距并让其边重合 */
table { border-collapse:collapse;  border-spacing:0;}
/* ie bug：th 不继承 text-align */
th {  text-align:inherit;}
/* 去除默认边框 */
fieldset,img { border:none;}
/* 一致的 del 样式 */
del { text-decoration:line-through;}
a{outline:none;}
a,a:visited,a:hover{text-decoration:none;}
.tc{text-align:center; } 
.cl{clear:both; display:block; font-size:0; height:0; line-height:0; overflow:hidden;}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {display:none;}
.block {  display:block;}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr { display:inline;}
.fl { float:left;}
.fr { float:right;}
.c{ margin:0 auto;}
.h1r{height:1rem;}
.h2r{height:2rem;}

@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:.2rem; 
	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: #c80000; }
.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/mobile/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/mobile/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: #0B5A9F;
	font-size: 1.5rem;
	
}
.main{
	line-height: 2em;
	/*float: left;*/
	width:100%;
}

.bearing{
    width: 88px;
    height: 88px;
    margin: 0 auto;
    background: #fff;
    border: #fff 8px solid;
    position: relative;
    bottom: -30px;
    z-index: 999;
	text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/*图片列表*/
.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;
	color: #fff;
}
.img2 h3{
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.img2 p{
	line-height: 1.3rem;
	color: #fff;
}
.img2 div span{
	color: #fff;
}
.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: #000;}
.page_list a{display:inline-block;color:#fff;border:1px solid #fff;text-align:center;padding:0 6px;margin:0 0.5px;}
.page_list a.on{color:#000;background:#fc1;}


/*详细内容*/
.subCont{margin-top:10px;}
.subCont .title{font-size:1.5em;line-height:1.2em;text-align:center;color:#fff;}
.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;min-height: 19rem;}



/*留言*/
.table{border-top:1px solid #1b1b1b;border-left:1px solid #1b1b1b;width:100%;}
.table th,.table td{border-top:1px solid #333;border-left:1px solid #333;border-bottom:1px solid #1b1b1b;border-right:1px solid #1b1b1b;padding:5px;line-height:20px;}
.table th{background:#222;font-weight:lighter;width:80px;}.table a{font-size:12px}
.table1{width:100%;}
.table1 th,.table1 td{padding:8px;line-height:20px;}
.table1 th{background:#222;font-weight:lighter;width:80px;}.table1 a{font-size:12px}
.msgtb{ margin-top:10px; line-height:26px;}
.msgtb td{ padding-left:10px;}


.submit{
	background:#2c2c2c;
	border:1px solid #1B1B1B;
	padding:0px 10px;
	height:24px;
	line-height:24px;
	color:#fff;
	cursor:pointer;
}
.input{
	padding:0px 3px;
	border:1px solid #1B1B1B;
	background:#2C2C2C;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#999;
}
.textarea{
	padding:3px;
	border:1px solid #1B1B1B;
	background:#2C2C2C;
	font-size:12px;
	color:#999;
	height:120px;
}









.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%;
}
.top .back{
	display: block;
	position: absolute;
	width: 4%;
	height: 100%;
	left: 1rem;
	background: url(../images/mobile/back.png) 0 center no-repeat;
	background-size:100%; 
}
.top h3{
	text-align: center;
	font-size: 2rem;
	color: #fff;
	line-height: 4rem;
	background: #d54e44;
}
.navibox{
	width: 96%;
	position: absolute;
	left: 2%;
	bottom: 0.24rem;
}
.navig{
	float: left;
	width: 20%;
}
.navig img{
	width: 90%;
}

.artinfo{
	width: 96%;
	margin: 0 auto;
}
.artinfo .ait{
	width: 100%;
	height: 0.6rem;
	border-bottom: #eee 3px solid;
}
.artinfo .ait .aitn{
	font-size: 0.3rem;
	color: #000;
	float: left;
}
.artinfo .ait .aitn span{
	font-size: 0.2rem;
	text-transform: uppercase;
}
.artinfo .ait .aitm{
	font-size: 0.16rem;
	float: right;
	line-height: 0.6rem;
}
.artinfo .aii{
	width: 100%;
	border: #999 1px dashed;
}

.navul a{
	text-align: center;
	line-height: 8vw;
	color: #fff;
	/*margin-bottom: 1px;*/
	background: #0B5A9F ;
	border-left: 1px #106DC3 solid;
	border-right: 1px #00234F solid;
	/*border-image:linear-gradient(to right,#106DC3,#106DC3,#00234F) 1 10;渐变色*/
}

.navul a:nth-child(3n){
	border-right: none
}
.navul a:nth-child(3){
	margin-bottom: 1px;
}
/* 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: 12px;
	/* background: #e6e6e6; */
	position: relative;
	width: 100%;
	height: 60px;
}

input{
	background: none;
	outline: none;
	border: none;
}
.sousuo .ipt1{
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 1.5rem;
	padding: 0 5px;
	background: #fff;
	color: #333;
	float: left;
	background: #ececec;
}
.sousuo .ipt2{
	width: 48px;
	height: 36px;
	background: url(../images/mobile/ser.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	float: right;
	margin-top: -36px;
}
.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 1rem;
}
.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:7rem;
}
.swiper1 .apn{
	text-align: center;
	padding: 1rem 0;
}

.m2 {
	margin: 1rem 0;

}
.m2 .title{
	margin: 5px 0;
	font-weight: bold;
}
.slidem2 .hd{
	overflow: hidden;
	position: relative;
	padding: 0 1rem;
}
.slidem2 .hdcon{
	overflow: hidden;
	background: #f0f0f0;
	/*padding: 0.5rem 0;*/
}
.slidem2 .hdcon p{
	padding: 0 5px;
	text-align: center;
	height: 3.5rem;
}
.slidem2 .hdcon a{
	display:block;
	text-align: center;
	line-height: 3rem;
	color: #333;
	font-size: 1.4rem;
	border-radius: 30px;
}
.slidem2 .hdcon p.on a{
	background: #FF7F00;
	color: #fff;
}
.slidem2 .hdcon .p1{
	padding-left: 0;
	padding-right: 0;
}
.slidem2 .hdcon .p1 a{
	padding-right: 5px;
	background: url('../images/mobile/arr.jpg') right center no-repeat;
	background-size: 5px;
}
.slidem2 .hdcon span{	
	display: block;
	background: #c80000;
	color: #fff;
}
.slidem2 .hddiv a.on span{
	background: #0b5a9f;
	border-radius: 1.25rem;
	color: #fff;
}
.slidem2 .apn{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -0.75rem;
}
.slidem2 .apn a{
	width: 1.5rem;
}
.l{
	float: left;
}
.r{
	float: right;
}
.slidem21{
	margin: 0 1rem;
	position: relative;
	overflow: hidden;
}
.slidem21 .hd{
	position: absolute;
	width: 100%;
	text-align: right;
	bottom: 5px;
	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: #c80000;
}
.slidem21 .bd img{
	width: 100%;
}
.m2 .con{
	margin: 0.5rem;
	overflow: hidden;
}
.m2 .con dd{
	padding: 0.5rem;
}
.m2 .con img{
	width:100%;
}
.m2 .con heigt_auto75{
	height: 0;
    overflow: hidden;
	padding-bottom: 75%;
}
.m2 .con p{
	height: 3rem;
	margin-left: 0;
	font-size: 1.4rem;
	color: #333;
}
.m2 .con p .title{
	font-size: 1.8rem;
	font-weight: bold;
}
.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: 8rem;
}
.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;
}
.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{
	color: #FF7F00;
}

.more{
	text-align: center;
	margin: 0.1rem 0;
}
.more a{
	display: inline-block;
	padding: 0 0.5rem;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.2rem;
	color: #fff;
	background: #FF7F00;
	box-shadow: 2px 2px 5px #FF7F00;
}

.m6{
	overflow: hidden;
	margin-top: 2rem;
	/*background: #2652c1;*/
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.m6 .con{
	padding: 0 1rem;
}
.m6 .con h3{
	font-size: 2.3rem;
	/*color: #fff;*/
	font-weight: bold;
	text-align: center
}
.m6 .con h3 span{
	color: #f00000;
}
.m6 .con p{
	font-size: 1.4rem;
	line-height: 1.5rem;
	/*color: #fff;*/
	margin: 1rem 0;
}
.m6 .con p a{
	color: #FF7F00;
}

/* 本例子css */
.picScroll{ position:relative; width:96%;  overflow:hidden; }
.picScroll .prev{background:url(../images/kleft.png) no-repeat;   }
.picScroll .prev,
.picScroll .next{ display:block; position:absolute; top:1.8rem; left:1.3rem; width:0.7rem; height:0.7rem; }
.picScroll .next{ left:auto; right:130px; background:url(../images/kright.png) no-repeat;}
.picScroll ul{ overflow:hidden; zoom:1;}
.picScroll ul li{ width:100%; height:auto; float:left; overflow:hidden; background:#f2f2f2; color:#000; font-family:"微软雅黑"; }
.picScroll ul li img{ width:100%; height:100%; display:block; background:url(../images/loading.gif) center center no-repeat; }
.picScroll ul li b{ display:block; font-size:0.16rem; margin-top:0.18rem; text-align:center;line-height:0.34rem;}
.picScroll ul li font{ display:block; font-size:0.14rem; text-align:center; line-height:0.34rem;}
.picScroll ul li p{ line-height:0.3rem;}
.picScroll .hd{ overflow:hidden;  height:0.3rem; padding:0 0.1rem;  }
.picScroll .hd .prev,.picScroll .hd .next{ display:block;  width:0.45rem; height:1rem; float:right; overflow:hidden;
			 cursor:pointer;opacity: 0.5; background:url("../images/sprite.png") 0 0 no-repeat;}
.picScroll .hd .next{ background-position:-0.55rem 0;  }
.picScroll .hd .prevStop{ background-position:-0.6rem 0; }
.picScroll .hd .nextStop{ background-position:-0.6rem -0.5rem; }
.picScroll .hd ul{overflow:hidden; zoom:1; margin-top:0.1rem; zoom:1;text-align: center;  }
.picScroll .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll .hd ul li.on{ background-position:0 0; }

.swiper2{
	margin: 0 0.5rem;
	position: relative
}
.swiper2 .div{
	padding: 0 0.5rem;
}
.swiper2 .apn{
	position: absolute;
	top: 40%;
	left: 0;
	height: 0;
	z-index: 100;
	width: 100%;
}
.swiper2 .apn img{
	width: 10%;
}
.slide7 .hd{
	overflow: hidden;
}
.slide7 .p{
	padding: 0 0.5rem 0.2rem;
}
.slide7 .p span{
	display: block;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.2rem;
	color: #fff;
	background: #0B5A9F;
}
.slide7 .p.on span{
	background: #D0231C;
}

.m7 .nt a{
	display: block;
	overflow: hidden;
}
.m7 .nt a{
	padding-bottom: 0.2rem;
}
.m7 .nt img{
	width: 40%;
	float: left;
	/*height: 7rem;*/
}
.m7 .nt .r{
	width: 54%;
	float: left;
	padding-left: 0.1rem;
}
.m7 .nt h3{
	font-size: 0.14rem;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dashed #b9b9b9;
	padding-bottom: 5px
}
.m7 .nt p{
	color: #666;
	margin-top: 0.1rem;
}
.m7 .nt span{
	display: inline-block;
	padding: 0 0.5rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	color: #fff;
	font-size: 0.1rem;
	background: #FF7F00;
	margin-top: 0.1rem;
}

.m7list{
	width:100%;
	padding:0.2rem;
}

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

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

.m8{
	background: #22921D;
	padding-bottom: 0.2rem;
	overflow: hidden;
	color: #fff;
}
.m8 .con{
	padding: 0 0.1rem;
}
.m8 .fl{
	text-align: center;
	margin: 20px;
}
.m8 .ipt{
	width: 100%;
	margin-bottom: 1rem;
	background: #cecece;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 5px;
	color: #333;
	font-size: 1.4rem;
	display: block;
	outline: none
}
.m8 .txt{
	height: 7rem;
	border: none;
}
.m8 .ipt2{
	width: 30%;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 1.4rem;
	background: #FF7F00;
	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%;
	color: #333;
	background: #f1f1f1;
	padding: 1rem;
	overflow: hidden;
}
.foot img{
	width: 30%;
	float: left;
	box-shadow: 1px 1px 3px #e0e0e0
}
.foot .r{
	width: 70%;
	padding-left: 1rem;
	margin-top: 1rem
}
.foot p{
	line-height: 2rem;
	font-size: 1.2rem;
}
.footline{
	width: 100%;
	
}
.home_menu{
	/*background: #067300;*/
	max-width:720px;
	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 #3DBE36;
	border-left: 1px solid #044D00;
	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;
	bottom:7px;
	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: #FF7F00;
	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-bottom: 0.5rem;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.nav-wrap a.active{
	color: #FF7F00;
	border-color: #FF7F00;
}
.pdli1{
	padding: 1rem;
	line-height: 2rem;
	font-size: 1.4rem;
	color: #666;
}
.pdli2{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.hh{
	background: #f2f2f2;
	color: #fff;
	font-size: 1.6rem;
	height: 3rem;
	
}
.hh span{
	display: inline-block;
	background: #0B5A9F;
	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;
	line-height: 2.5rem;
}

.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;
}