﻿/* 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:#fff; background-size:100% auto; }
	/* 头部 */
.header{position:relative;height:50px;background:#fff;padding:0 5px;}
.header .logo{display:block;width:130px;height:50px;padding:}
.header .logo img{display:block;height:40px; margin-top:5px;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#0067d2;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#0067d2;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
	/* 头条 */
	.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;   }
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
	/* 头条 */
	.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;   }

	/* 焦点图 */
	.slideBox{ position:relative; overflow:hidden; margin:0 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%;/* 图片宽度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;  text-align:left; }
	.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:#0e3f88; display:block; height:38px; line-height:38px;   border-bottom:2px solid #0e3f88;  }
	.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{text-align:center; margin:0 1%; }
	.scrollBox .bd li{ width:50%; float:left; font-size:14px; margin-top:5px;     overflow: hidden;height:180px;
  }
	.scrollBox .bd li a{width:180px;display:block;background:#fff;overflow:hidden;margin:0 auto;padding:5px 2%;}
	.scrollBox .bd li h3{width:100%;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
	.scrollBox .bd li p{ width:100%; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center; line-height:18px; margin-bottom:10px; margin:3px auto;}
	.adpages li p{margin-bottom:10px;}
	.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);}  
	.scrollBox .bd li img{width:98%;margin:0 auto; height:130px; }
	.scrollBox .hd{ overflow:hidden; margin-top:10px;height:20px;}
	.scrollBox .hd ul{ display:inline-block; padding-top:5px;}	

	.scrollBox .hd li{ display:inline-block; width:10px; height:10px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden; 
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; line-height:100px;
	}
	.scrollBox .hd .on{width:20px; background:#0e3f88;}
	.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:fff; padding-bottom:50px;text-align:center;font-size:12px;}
	.effectNav h3{background:#0e3f88; color:#fff;margin-bottom:10px;height:5px;}


    
.btnkefu{position:fixed;bottom:0;height:50px;line-height:77px;width:100%;overflow:hidden;background:#0e3f88;z-index:10;border-top: 1px solid #fff;}
.btnkefu a{display:inline-block;height:50px;width:24.5%;border-right:1px solid #fff;border-left:1px solid #6B6C6D;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.qq3{border-left:none;background:url(../images/zaixzx.png) no-repeat center 5px;}

.btnkefu a.qq4{border-right:none; background:url(../images/fenxianghs.png) no-repeat center 5px;}
.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:#0e3f88;color:#fff;padding:4px 10px;border:1px solid #0e3f88;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:#0e3f88;color:#fff;border:1px solid #0e3f88;}

.mbnav{font-size:12px;margin:0 0 10px 0;padding:0 10px; text-align:left;}
.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 5px;}
.addcontents img{max-width:90%;height:auto;display:block;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:32.2%;height:30px;line-height:30px;margin:0.5% 0.5%;background:#ccc;color:#fff;border-radius:2px;font-size:12px;}
.checkbtn a:hover{color:#fff;background:#0e3f88;}
#on{background:#0e3f88;}




.slideTxtBoxs{ overflow:hidden;margin:6px auto; background:#f6f7f9;z-index:9999;}
		.slideTxtBoxs .hd{ height:76px; line-height:34px; position:relative;overflow:hidden; }
		.slideTxtBoxs .hd ul{   line-height:34px;border-top:1px solid #fff;border-bottom:1px solid #fff;}
		.slideTxtBoxs .hd ul li{ float:left;cursor:pointer;text-align:center; margin-bottom:4px;border-left:1px solid #fff;border-right:1px solid #fff;width:32%;background:#898989;color:#fff;font-size:0.8em;}
		.slideTxtBoxs .hd ul li.on{ height:34px;  background:#0e3f88; }
		.slideTxtBoxs .bd{overflow:hidden;padding:10px 10px 25px 10px;background:#f6f7f9;position:relative;}
        .slideTxtBoxs .bd ul{ overflow:hidden;  }
        .slideTxtBoxs .bd .shijt{overflow:hidden;width:100%; margin:0 auto;}
        .slideTxtBoxs .bd .shijt img{width:100%;height:auto;}
        .slideTxtBoxs .bd .jieshao{overflow:hidden;}
        .slideTxtBoxs .bd .jieshao h2{color:#0e3f88;font-weight:normal;font-size:20px;padding:15px 0 10px 0;}
        .slideTxtBoxs .bd .jieshao h2 a{color:#0e3f88;font-weight:normal;font-size:20px;padding:15px 0 20px 0;}        
        .slideTxtBoxs .bd .jieshao h2 span{font-size:16px;}
        .slideTxtBoxs .bd .jieshao p{line-height:30px;font-size:14px;color:#333}
		 .slideTxtBoxs .bd .jieshao a{font-size:12px; color:#0e3f88;}
		
		

.hzhbtp ul{ width:100%; float:left;}
.hzhbtp ul li{ width:30%; float:left; margin-bottom:10px; padding:0 5px;}
.hzhbtp ul li a{ display:block; padding-bottom:38.888%; position:relative; overflow:hidden;}
.hzhbtp ul li a img{ width:100%; position:absolute; left:0; top:0; min-height:100%;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.hzhbtp ul li a:hover img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
@media screen and (max-width:991px){
.hzhbtp{ padding:0px 0 25px 0;}}



.advantages-b{overflow:hidden;padding:40px 50px 40px 0;width:100%;}
.advantages-b ul{overflow:hidden;}
.advantages-b ul li{overflow:hidden;padding:0 0 0 0;}
.advantages-b .advantages-b1{width:28%;text-align:center;}
.advantages-b .advantages-b1 img{width:100%; height:auto;}
.advantages-b .advantages-b2{width:60%;padding:0 10px 0 10px;}
.advantages-b .advantages-b2 h2{color:#0e3f88;font-size:25px;}
.advantages-b .advantages-b2 p{line-height:25px;color:#999;font-size:14px;}

	.fl{float:left;}
.fr{float:right;}	
	
.zaixldjag{    overflow: hidden;
    margin: 10px 1%;
    padding-bottom: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;}	
	
	
	
	
	
	
	
	
	
	
	 .zpxapsdiqmsaf{ overflow:hidden;}
.zpxapsdiqmsaf li{overflow:hidden;}

.zpxapsdiqmsaf ul li input {

height:33px;
line-height: 26px;
width:90%;
padding:0 10px 0 10px;
color: #666;

font-size: 12px;
background:#fff;
border-radius:4px;
border:1px solid #e2e2e2;
}
.zpxapsdiqmsaf ul{overflow:hidden;}

.zpxapsdiqmsaf ul li label {

width:74px;
text-align: right;
padding-left:2px;
font:14px 微软雅黑;
color:#333333;

}
.zpxapsdiqmsaf ul li {
position: relative;
font-size: 14px;

padding-left:5%;

overflow: hidden;}

.zpxapsdiqmsaf ul li textarea {
float: left;
background:#fff;
font-size:12px;
line-height:18px;
padding:4px 10px 4px 10px;
width:90%;
height:72px;
border-radius:4px;
border:1px solid #e2e2e2;
margin-bottom:6px;
}
.zpxapsdiqmsaf ul li select{
height: 33px;
    line-height: 26px;
    width: 97.8%;
    padding: 0 10px 0 10px;
    color: #666;
    font-size: 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    margin: 5px 0;}


.zpxapsdiqmsaf ul li span{font:18px 微软雅黑;
color:#585858;
line-height:48px; margin-left:12px;}
 

#pidueuads{width:54%; margin:0 auto; padding-left:0px;}
#pidueuads input{width:100%;  padding-left:0px; cursor: pointer;  text-align:center; background:none;  height:28px; border:1px #e2e2e2 solid; border-radius:4px; font:12px 微软雅黑; color:#fff;}

	
	
	
	
	
	
	
	#zntsbanner{background:url(../images/yylybj.jpg) no-repeat left; background-size:auto 100%;}
	#zntsbanner .yechuang-title h2{color:#fff;}
	#zntsbanner .yechuang-title p{color:#fff;text-transform: uppercase;}
	
	#qiyebanner{background:url(../images/qybannbj.jpg) no-repeat left; background-size:auto 100%;padding:0px 0px;margin:3px 0;}
	.gywmbsmb{background:rgba(255,255,255,0.7);padding: 20px 0px;}
	
	#hzhbbanner{background:url(../images/xwzxbjtp.jpg) no-repeat left; background-size:auto 100%;}
	
 .adv_ul{width:100%; display:block;margin-top:0px;}
.adv_ul .li_c{width:30.5%; float:left; margin-right:2%;margin-bottom:15px;
-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; 
      -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.adv_ul .li_c a{display:block; width:100%; height:100%; padding:15px 15px; overflow:hidden;
  background:rgba(0,0,0,0.5); position:relative;
}
.adv_ul .li_c .span_c{width:100%;  float:left; background:rgba(255,255,255,0.1); border-radius:50%;}
.adv_ul .li_c .span_right{float:left; width:100%;  color:#ffffff;}
.adv_ul .li_c .p_c{line-height:46px; font-size:20px;font-weight:bold;}
.adv_ul .li_c .b_c{ line-height:20px; font-size:14px; font-weight:normal; display:block;
 height:40px;  overflow : hidden;text-overflow: ellipsis;display: -webkit-box;
-webkit-line-clamp:5;-webkit-box-orient: vertical;
}

.adv_ul .li_c:nth-child(3n){margin-right:0;}
.adv_ul .li_c:hover a{background:rgba(16,68,146,0.9);}
.adv_ul .li_c:hover{
-webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and  (max-width:1630px){

}
@media screen and  (max-width:1200px){
.adv_ul .h3_y{font-size:36px;}
  .adv_ul .p_h3{font-size:30px;}
  .adv_ul .li_c .span_c{width:80px; height:80px;}
  .adv_ul .li_c a{padding:20px;}
  .adv_ul .li_c .span_right{width:70%;}
}
@media screen and  (max-width:992px){
.adv_ul .p_h3::after{width:80%;}
  .adv_ul .h3_y{font-size:32px;}
  .adv_ul .p_h3{font-size:24px;}
  .adv_ul{padding:60px 0;}
  .adv_ul .li_c a{padding:10px 10px;}
  .adv_ul .li_c .span_c{width:70px; height:auto;}
  .adv_ul .li_c .span_right{width:66%; padding-left:10px;}
  .adv_ul .li_c .p_c{font-size:18px; line-height:24px;}
  .adv_ul .li_c .b_c{font-size:12px;}
}
@media screen and  (max-width:768px){
	.adv_ul{width:auto;margin:0 1%;}
.adv_ul .h3_y{font-size:24px;}
  .adv_ul .p_h3{font-size:18px;}
  .adv_ul .p_h3::after{width:70%;}
  .adv_ul{padding:0px 0;}
  .adv_ul .li_c{width:100%; margin-right:0; margin-bottom:8px;}
  .adv_ul .li_c a{width:auto;padding:10px 10px;}
  .adv_ul .li_c .span_c{width:30%; }
  .adv_ul .li_c .span_right{width:66%; padding-left:10px;}
  .adv_ul .li_c .p_c{font-size:16px; line-height:24px;}
  .adv_ul .li_c .b_c{font-size:12px;}
}

	
	.main-im{display:none;}
	
	
	.in-p6k{display:none;}
	
	
		
