﻿/* css 重置 */
	body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
	img { border:0; margin: 0; padding: 0;   }
	body { color: #000; -webkit-user-select: none; -webkit-text-size-adjust: none; font:normal 16px/200% "微软雅黑", helvetica, arial; text-align:left;   }
	header, section, footer { display: block; margin: 0; padding: 0 }
	a{text-decoration:none;color:#000;}
	a:hover{text-decoration:underline;}
    .clear{clear:both;}
body{ background:#f4f4f4;  }
	/* 头部 */
	header{  background:#06c; padding-bottom:5px; border-bottom:3px solid #4FA3FF; margin-top:30px;  }
	header .logo{ padding:10px 0 5px 10px;  color:#fff;  font-style:italic; font-weight:bold; text-shadow:1px 1px 1px #21385A; font-size:14px;border-bottom:1px solid #06c; background: #fff;}
	header .logo a{ font-size:28px; line-height:30px; color:#fff;  }
	header .logo img{max-width:90%;height:auto;}
	nav{ color:#cb524b; text-shadow:1px 1px 0 #21385A; font-size:0;overflow:hidden;border-top:1px solid #0E3985;padding-top:5px;}
	nav a{display:block; width:25%; text-align:center; color:#fff; font-size:14px; vertical-align:top; float:left;}

	/* 头条 */
	.headNew{ padding-top:10px;  }
	.headNew,.subNew{ text-align:center;  }
	.headNew a{ color:#B63B34; font-size:20px;  }
	.subNew a{ color:#999;  font-size:14px; margin:0 5px;   }
    /*重点对象*/
    .zhongdian{overflow:hidden;} 
    .zhongdian ul{overflow:hidden;}
    .zhongdian ul li{float:left;width:25%;text-align:center;margin:0;padding:0;font:normal 16px/70% "微软雅黑", helvetica, arial;}
    .zhongdian ul li img{width:100%;height:100%;}
	/* 焦点图 */
	.slideBox{ position:relative; overflow:hidden; margin:10px auto;max-width:560px;/* 设置焦点图最大宽度 */ }
	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
	.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
	.slideBox .hd li.on{ background:#fff;  }
	.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%; height:170px;/* 图片宽度100%，达到自适应效果 */}
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/focusbg.png) repeat-x; color:#fff;  text-align:left;  }
	
	/* Tab切换 */
	.tabBox{ margin:10px auto;   }
	.tabBox .hd{ height:40px; line-height:40px; font-size:18px; overflow:hidden; background:#eee; border-top:1px solid #ccc;  padding:0 10px;  }
	.tabBox .hd h3{ float:left; font-size:18px; }
	.tabBox .hd h3 span{color:#ccc; font-family:Georgia; margin-left:10px;  }
	.tabBox .hd ul{ float:right;font-size:12px;margin-right:5px;}
	.tabBox .hd ul li{ float:left;  padding:0 5px; vertical-align:top;  }
	.tabBox .hd ul li.on a{ color:#06c; display:block; height:38px; line-height:38px;   border-bottom:2px solid #06c;  }
	.tabBox .bd ul{ padding:10px;font-size:14px;}
	.tabBox .bd ul li{ border-bottom:1px dotted #ddd;  }
	.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
	.readMore{ display:block; height:30px; line-height:30px; margin:10px auto 20px auto;  text-align:center; text-decoration:underline;   }

    .hd1{ height:40px; line-height:40px; font-size:18px; overflow:hidden; background:#eee; border-top:1px solid #ccc;  padding:0 10px;  }
	.hd1 h3{ float:left; font-size:18px; }
    .hd1 h3 span{color:#ccc; font-family:Georgia; margin-left:10px;  }
	/* 多图滚动 */
	.scrollBox{ margin:10px auto; text-align:center;  }
	.scrollBox .bd li{ width:50%; float:left; font-size:14px;}
	.scrollBox .bd li p{ width:100%; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
	.adpages li p{margin-bottom:10px;}
	.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);}  
	.scrollBox .bd li img{ width:140px;height:140px; background:url(../images/loading.gif) #fff center center no-repeat;  }
	.scrollBox .hd{ height:20px; overflow:hidden; font-size:0; }
	.scrollBox .hd ul{ display:inline-block; padding-top:5px; }	
	.scrollBox .hd li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden; 
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; 
	}
	.scrollBox .hd .on{ background:#06c;}
	.scrollBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; background:url(../images/wyicons.png) no-repeat; overflow:hidden; margin:0 5px;  vertical-align:top; }
	.scrollBox .next{ background-position:-105px 0; }
    
    .effectNav{ margin-top:10px;background:#CCDDF6; padding-bottom:50px;text-align:center;font-size:12px;}
	.effectNav h3{background:#ddd; background:#06c; color:#fff;margin-bottom:10px;height:5px;}

    
	
	
	
	
	  
 .wanton-title{ text-align:left;padding:10px 10px;}
 .wanton-title h2{ font:16px 微软雅黑; font-weight:bold; color:#414446; margin-top:3px;padding-bottom:10px;border-bottom: 1px solid #eee;}
  .wanton-title h2 a{float:right;color: #414446;
    font-size: 16px;}
 .wanton-title span{font:16px 微软雅黑; color:#000000; border:1px solid #000000; padding:2px 8px; margin:0 auto; background:#fff; letter-spacing:2px;}
 
 .jpkclb{ margin:3px auto 0; overflow:hidden;}
 .kecheng{width:48%; float:left;   margin:5px 1%;}
  .kecheng img{width:100%;}
 .jpkcxw{ border:1px solid #e5e5e5;}
.jpkcxw h3{font:15px 微软雅黑; font-weight:bold; color:#2e2832; height:22px; text-align:center; padding:0px 5px 5px 5px;      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.jpkcxw p{font:12px 微软雅黑; color:#b2b2b2; padding:0px 5px 8px 5px; height:34px; overflow:hidden;}


/*banner*/
.fullSlide{ width:100%;  position:relative;  height:490px; background:#000; z-index:-1; }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:490px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:490px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; border-radius:30px;width:15px; height:15px; margin:5px; overflow:hidden; background:#fff;line-height:999px; 
}
.fullSlide .hd ul .on{ background:#06c;  }

.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:15%;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.fullSlide .next{ left:auto; right:15%; background-position:-6px -137px; }

/*首页*/
.box1{overflow:hidden;background:#f8f8f8;}
.box1 ul{overflow:hidden;margin:0 auto;padding:14px 0;}
.box1 ul li{padding:10px 0;background:url(../images/box1.png) center bottom no-repeat;margin:0 1%;}
.box1 ul li img{width:100%;}
.box1 ul li .box1s{overflow:hidden;background:#fff;padding:10px;}
.box1 ul li .box1s .box1-pic{border-radius:7px;}
.box1 ul li .box1s .box1-title{text-align:center;line-height:40px;height:40px;}
.box1 ul li .box1s .box1-title a{font-size:1.2em;color:#06c;}
.box1 ul li .box1s .box1-title a:hover{color:#ff0000;}
.box1 ul li .box1s .box1-more{line-height:23px;color:#333; font-size:0.8em;}
.box1 ul li .box1s .box1-more a:hover{color:#ff0000;}
.box2{overflow:hidden; margin:0 1%; padding-top:10px;    border: 1px solid #e2e2e2;}
.box2 ul{overflow:hidden;margin:0 auto;}
.box2 ul li{width:48%;margin:0 1% 10px 1%;float:left;}
.box2 ul li .box2-pic img{width:100%;}
.box2 ul li .box2-more{line-height:22px; font-size:0.8em;}
.box2 ul li .box2-more a{color:#ff0000;}
.hengfu img{width:100%;height:auto;}
.box3{overflow:hidden; background:#eee;}
.box3-a{overflow:hidden; background:#fff; margin:10px 1% 0 1%;}
.box3-a .box3-t{line-height:40px;height:40px;border-bottom:1px solid #e2e2e2;padding:0 10px;position:relative;}
.box3-a .box3-t a{color:#999;font-size:12px;}
.box3-a .box3-t a:hover{color:#ff0000;}
.box3-a .box3-t p{position:absolute;font-size:1em;color:#06c;border-bottom:3px solid #06c;line-height:39px;height:39px;}
.box3-a .box3-t span{position:absolute;left:88px;font-family:AGaramond RegularSC;font-size:12px;color:#acacac;}
.box3-a .box3-as{overflow:hidden;margin:10px 10px 13px 10px;}
.box3-a .box3-as img{width:100%;height:auto;margin-bottom:10px;}
.box3-a .box3-as p{font-size:0.8em; line-height:22px;color:#333;overflow:hidden;}
.box3-a .box3-as .box3-as-a{font-size:0.8em; display:block;}
.box3-a .box3-as .box3-as-a:hover{color:#ff0000;}

.box3-a .box3-as-b{overflow:hidden;padding:10px 10px 13px 10px; }
.box3-a .box3-as-b img{width:100%;margin-bottom:10px; border-radius:10px;}
.box3-a .box3-as-b p{font-size:0.8em; text-indent:2em; line-height:22px;color:#333;overflow:hidden;}
.box3-a .box3-as-b .box3-as-ab{font-size:0.8em; display:block; text-align:right;}
.box3-a .box3-as-b .box3-as-ab:hover{color:#ff0000;}
	
	
	
	
	
	
.top_ggk {
    border-top: 1px solid #dedede;
}
.ggk{padding:5px 10px;border-bottom:1px solid #dedede;}
.ggk a{display:block;font-size:14px;}
.ggk .ggk_tm{color:#000000;line-height:24px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ggk .ggk_hd{color:#898989;line-height:22px; }
.ggk p{display:block;font-size:12px;color:#dedede;line-height:24px;}
.gengd{width:40.89%;margin:20px auto;text-align:center;}
.gengd a{display:block; }
.gengd  img{width:100%; margin:0 auto;}
	
	
	.slideTxtBox-eyoda{ overflow:hidden;     background: #fff;
    margin: 10px 1% 0 1%;}
		.slideTxtBox-eyoda .hd{ height:30px; line-height:30px;padding:10px 0 10px 0; }
		.slideTxtBox-eyoda .hd ul{height:30px;  }
		.slideTxtBox-eyoda .hd ul li{font-size:0.8em; float:left;background:#cccccc;color:#fff; width:32.3%;text-align:center; cursor:pointer; margin:0 0.5%; }
		.slideTxtBox-eyoda .hd ul li.on{ height:30px;  background:#06c;color:#fff;  }
		.slideTxtBox-eyoda .bd {overflow:hidden;}
.slideTxtBox-eyoda .bd .bd-a{overflow:hidden;}
.slideTxtBox-eyoda .bd .bd-a .bd-a1{width:250px;overflow:hidden;padding-top:10px;}
.slideTxtBox-eyoda .bd .bd-a .bd-apic{display:block;padding-bottom:10px;}
.slideTxtBox-eyoda .bd .bd-a .bd-apic img{width:250px;height:120px;}
.slideTxtBox-eyoda .bd .bd-a .bd-aw{font-size:14px;color:#06c;padding-bottom:10px;font-family:宋体;}
.slideTxtBox-eyoda .bd .bd-a p{line-height:22px;font-size:12px;color:#333;}

.slideTxtBox-eyoda .bd .bd-a ul li{    line-height: 30px;
    background: url(../images/box3-w.png) left center no-repeat;
    text-indent: 15px; border-bottom:1px dashed #e2e2e2; margin:0 2%;}
	.slideTxtBox-eyoda .bd .bd-a ul li span{
	float: right;
    color: #999;
    font-size: 12px;

	}
.slideTxtBox-eyoda .bd .bd-a ul li a{font-size:0.8em;}
.slideTxtBox-eyoda .bd .bd-a ul li a:hover{color:#06c;}
.slideTxtBox-eyoda .bd .bd-a ul li p{margin-top:5px;}
.eyoda{margin:10px 1% 10px 1%; overflow:hidden; border:1px solid #e2e2e2; padding-bottom:10px; background:#fff;}
.pinj{overflow:hidden;width:300px;margin-left:20px;}
.pinj ul{overflow:hidden;}
.pinj ul li{overflow:hidden;padding:3px 0;}
.pinj ul li .pinj-a{float:left;display:block;width:65px;border:1px solid #e2e2e2;}
.pinj ul li .pinj-a img{width:60px;height:60px;padding:2px;}
.pinj ul li .pinj-b{width:293px;float:left;margin-left:10px;}
.pinj ul li .pinj-b a{font-weight:bold;color:#333;}
.pinj ul li .pinj-b span{display:block;line-height:20px;color:#666;}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    
.btnkefu{position:fixed;bottom:0;height:50px;line-height:77px;width:100%;overflow:hidden;background:#06c;z-index: 99999;border-top: 1px solid #fff;}
.btnkefu a{display:inline-block;height:50px;width:24.5%;border-right:1px solid #06c;border-left:1px solid #0E3985;margin:0;text-align:center;font-size:14px;color:#fff;float:left;background:url(../images/zixun.png) no-repeat center 5px;}
.btnkefu a.qq1{border-left:none;background:url(../images/mobi.png) no-repeat center 5px;}
.btnkefu a.qq2{border-left:none;background:url(../images/mobi2.png) no-repeat center 5px;}
.btnkefu a.qq3{border-right:none;}
.btnkefu a:hover{color:#fff;}


.addnext{margin:20px auto;font-size:12px;clear: both;line-height:2;padding:20px 15px 0;border-top: 1px solid #ddd;}
.fenye{margin:20px auto;text-align:center;font-size:12px;clear: both;}
.fenye a{padding:4px 10px;border:1px solid #ddd;margin:0 5px;color:#333;}
.fenye b{font-weight:normal;background:#06c;color:#fff;padding:4px 10px;border:1px solid #06c;margin:0 5px;}
.fenye a b{font-weight:normal;background:none;color:#333;display:inline-block;padding:0;border:none;}
.fenye a:hover b{color:#fff;}
.fenye a:hover{background:#06c;color:#fff;border:1px solid #06c;}

.mbnav{font-size:12px;margin:10px 0;text-indent:1em;}
.info{font-size:16px;margin:10px 0 20px;text-align:center;}
.info span{font-size:12px;padding:10px 0;}
.addcontents{font-size:14px;line-height:2;padding:0 15px;}
.addcontents video{max-width:100%;}
.addcontents img{max-width:90%;height:auto;margin:10px auto;}

.comment_form {
	float: left;
	width: 100%;
	margin-top:10px;
   
}
fieldset{ border:none;}
.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.comment_form label{
	float: left;
	width:120px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}
.input_bg {
	float: left;
	width: 70%;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.textarea_bg {
	float: left;
	width: 90%;
	height: 110px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
    resize:none;
    overflow-y:auto;
}

.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 40px;
	margin: 20px 0;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
	text-transform: uppercase;
}
.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}


.checkbtn{display:block;padding:10px 0;text-align:center;overflow:hidden;}
.checkbtn a{display:block;float:left;width:19%;height:30px;line-height:30px;margin:5px 0.5%;background:#666;color:#fff;border-radius:2px;font-size:12px;}
.checkbtn a:hover{color:#fff;background:#06c;}





.picMarquee-left{  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{width:148px;  margin:0 8px; float:left; display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:140px; height:140px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;   }
