/*通用样式*/
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%;
	z-index: 1;
}
.slideBox .hd{ 
	position:absolute; 
	height:10px; 
	bottom:1rem; 
	right:5%; 
	z-index:1; 
}
.slideBox .hd li{ 
	display:inline-block; 
	width:0.8em; height:0.8em; 
	text-indent:-9999px; 
	overflow:hidden; 
	margin:0 3px; 
	border-radius: 50%;
	background: #fff
}
.slideBox .hd li.on{ background:#d62300;}
.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;}


/*内页头部*/
.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;
}
.main_title{
	width: 100%;
	/*float: left;*/
	background: #cccccc;
	overflow: hidden;
	height: 3em;
	line-height: 3em;
}
.main_title span{
	padding: 1em;
	color: #ffffff;
	background: #0081cc;
	font-size: 1.5rem;
}
.main{
	line-height: 2em;
	/*float: left;*/
	width:100%;
}
.navwrap{
	overflow: hidden;
	box-shadow: 0 1px 3px #ccc;
}
.navwrap a{
	font-size: 1.2rem;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	background: #0081cc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.navwrap a:nth-child(3),.navwrap a:last-child{
	border-right: none;
}
.navwrap a.on{
	background: #fff;
	color: #d62300;
}
.cshow div{
	padding: 1rem;
}
.cshow h3{
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 0.5rem;
}
.cshow p{
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.picarr{
	overflow: hidden;
}
.picarr a{
	float: left;
	width: 50%;
	padding: 0.5rem;
	text-align: center;
}
.picarr img{
	width: 100%;
	height: 11rem;
}
.picarr p{
	color: #333;
}
/*图片列表*/
.img2{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.img2 li{
	width: 50%;
	float: left;
	padding: 0.5rem;
	text-align: center;
}
.img2 li a img{ height: 10em;}
.img2 li:first-child{
	margin-left: 0;
}
.img2 li a .mobile_pic{
	display: table-cell;
	text-align: center;
	overflow: hidden;
}
.img2 li a .mobile_pic img{
	vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.img2 li a .mobile_text{
	width: 100%;
	line-height: 2em;
	text-align: center;
}



/*详细内容*/
.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;margin:10px 0;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin:20px 0 10px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 7px;margin:0 1px;}
.page_list a.on{color:#fff;border:1px solid #898989;background:#898989;}


/*详细内容*/
.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;}



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


.cl1{
	height: 0.5em;
	background: #eeeeee;
	margin: 0.5em 0;
}
.top{
	width: 100%;
	position: relative;
	z-index: 10;
}
.logo{
	width: 92%; margin: 0 4%;
	overflow: hidden;
}
.logo img{
	width: 100%;
}
.top a{
    display: block;
    width: 6%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    right: 3%;
    top: 27%;
}
.ss{
	padding: 1rem;
	background: #0770b1;
	overflow: hidden;
}
input{
	border: none;
	background: none;
	outline: none;
}
.ss .ipt1{
	width: 90%;
	float: left;
	background: #fff;
	font-size: 1.4rem;
	color: #a3a3a3;
	padding: 0 0.5rem;
	line-height: 2.5rem;
	height: 2.5rem;
}
.ss .ipt2{
	width: 10%;
	float: left;
	height: 2.5rem;
	background: #fff url(../Images/ser.jpg) center center no-repeat;
	background-size: 50%;
}
.navul{
	width: 100%;
	overflow: hidden;
}
.navul a{
	display: block;
	padding: 0.5em 0.8rem;	
	font-size: 1.3rem;
	color: #fff;
	background: #0081cc;
	border-right: 1px solid #59b531;
	border-top: 1px solid #59b531;
	border-bottom: 1px solid #59b531;
	border-left: 1px solid #59b531;
	text-align: center;
}
.navul a:nth-child(1),.navul a:nth-child(2),.navul a:nth-child(3),.navul a:nth-child(4){
	border-top: none;
}
.navul a:nth-child(5),.navul a:nth-child(6),.navul a:nth-child(7),.navul a:nth-child(8){
	border-bottom: none;
}
.navul a:nth-child(4),.navul a:nth-child(8){
	border-right: none;
}
.navul a:nth-child(1),.navul a:nth-child(5){
	border-left: none;
}
.navul img{
	padding: 0 0.5rem;
}
.navul p{
	padding-top: 0.5rem;
}
/* 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;}

.m{
	overflow: hidden;
}
.tit{
	text-align: center;
	margin: 2rem;
}
.tit h3{
	font-size: 2rem;
	color: #333;
	font-weight: bold;
}
.tit h3 span{
	color: #0081cc;
}
.tit p{
	font-size: 1.4rem;
	color: #c0c0c0; 
	padding-top: 0.5rem;
}
.m1 .hd{
	overflow: hidden;
	margin-bottom: 1rem;
}
.m1 .hd a{
	text-align: center;
	line-height: 3rem;
	color: #333;
	font-weight: bold;
	font-size: 1.2rem;
	float: left;
}
.m1 .hd .a1{
	width: 50%;
}
.m1 .hd .a2{
	width: 10%;
}
.m1 .hd a.on{
	background: #0081cc;
	color: #fff;
}
.m1 .bd li{
	overflow: hidden;
}
.m1 .bd .div{
	padding: 0.2rem;
}
.m1 .bd .con{
	background: #efefef;
	padding: 0.5rem;
	overflow: hidden;
}
.m1 .bd img{
	width: 100%;
	height: 11rem;
}
.m1 .bd p{
	line-height: 3rem;
	color: #333;
}
.l{
	float: left;
}
.r{
	float: right;
}
.m1 .con div{
	overflow: hidden;
}
.m1 .con div a{
	width: 45%;
	text-align: center;
	line-height: 2rem;
	color: #fff;
}
.m1 .con .al{
	background: #adadad;
}
.m1 .con .ar{
	background: #0081cc;
}


.m2{
	overflow: hidden;	
	text-align: center;
 
	background-size: 100% 100%;
	padding-bottom: 2rem;
}
.m2 div{
	margin-top: 3rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 1rem;
}
.more{
	padding: 1rem 0;
	text-align: center;
}
.more a{
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.4rem;
	line-height: 2.5rem;
	background: #59b531;
	color: #fff;
}

.m3 .hd{
	text-align: center;
}
.m3 .hd a{
	display: inline-block;
	width: 20%;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
	line-height: 3rem;
}
.m3 .hd a.on{
	color: #fff;
	background: #0081cc;
}
.m3 .bd li{
	padding: 0 1rem;
}
.m3 .bd a{
	display: block;
	padding: 1rem 0;
	border-bottom: 1px dotted #919191;
	overflow: hidden;
}
.m3 .time{
	width: 20%;
	background: #b5b5b5;
	text-align: center;
	color: #fff;
}
.m3 .time strong{
	display: block;
	line-height: 3rem;
	font-size: 1.4rem;
	border-bottom: 1px solid #e1e1e1;
}
.m3 .time p{
	line-height: 2rem;
}
.m3 .r{
	width:80%;
	font-size: 1.4rem;
	color: #666666;
	line-height: 2rem;
	padding: 0.5rem 0 0.5rem 1rem;
}

.m4 .con{
	padding: 0 1rem;
	overflow: hidden;
}
.m4 .con a{
	display: block;
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 1rem;
}
.m4 .con .l{
	width: 30%;
}
.m4 .con img{
	width: 100%;
}
.m4 .con .r1{
	width: 70%;
	padding: 1rem;
}
.m4 .con h3{
	padding-left: 0.5rem;
	font-weight: bold;
	color: #333;
	font-size: 1.4rem;
	padding-bottom: 0.5rem;
	background: url(../Images/hbk.jpg) 0 bottom no-repeat;
	background-size: 2rem;
}
.m4 .con span{
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
.m4 .con p{
	color: #666;
}

.foot{
	padding: 1.5rem 0.5rem 4rem;
	background: #59b531;
	overflow: hidden;
}
.foot .l{
	width: 70%;
}
.foot h3{
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}
.foot p,.foot a{
	font-size: 1rem;
	color: #fff;
	line-height: 2rem;
}
.foot .r{
	text-align: center;
	width: 30%;
	padding-left: 0.5rem;
}

.home_menu{
	background: #0081cc;
	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{
	position: relative;	
	text-align: center;
	width: 33.3333%;
	float: left;
	/*overflow: hidden;*/
}
.home_menu a{
	color: #fff;
	display: block;
	position: relative;
	padding: 0.6em 0;
	text-align: center;
	border: none;
	background: none;
}
.home_menu img{
	height: 2rem;
}
.home_menu span{
	font-size: 1.4rem;
	display: block;
	padding-top: 0.3rem;
}

/*表单*/
.form{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 1rem;
}
.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: #0081cc;
	line-height: 2.5rem;
	padding: 0 2em;
	color: #fff;
	margin: 0 1em;
	float: right;
	font-size: 1.4rem;
}
.form img{
	/*width: 15%;*/
	padding-left: 10px;
}
.form .msg_input{
	width: 30%;
	border: 1px solid #ccc;
}


.yp{
	overflow: hidden;
	margin: 1em 0;
	padding: 0 1em;
}
.yp a{
	padding: 0.2em 2em;
	color: #fff;
	font-size: 1.4rem;
	background: #007bbb;
	float: right;
}










































