/*================基本样式重置================*/

@charset "utf-8";
/*css reset*/
*{font-size:1rem;}
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p,a, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, 
i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time,
mark, audio, video,input,button{margin:0;padding:0;border:none;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
ul,ol,li{list-style-type:none;}
i,em{font-style:normal;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
table {border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
a{text-decoration:none;}
b{font-weight: normal;}
i,em,span,b,img,a{display: block;}
body {  font-family: "Microsoft Yahei";  }
a,img,input { border:0 none; }
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none; }
a:focus,input:focus { outline:0 none;}
input::-webkit-search-cancel-button{display: none;}/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear{display: none;}/*清除IE下的 search 叉号*/

textarea { resize:none; font-size:12px; } /*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/

/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

a,button,input,textarea{outline:none;
	/* -webkit-appearance:none; */
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
input[type="text"]{-webkit-appearance:none;background:none;}
input[type="submit"]{-webkit-appearance:none;}
/* input[type="checkbox"]{border:1px solid #ccc;border-radius:0;} */
input[type="password"]{-webkit-appearance:none;}
input[type="tel"]{-webkit-appearance:none;background:none;}
input[type="tel"]{-webkit-appearance:none;background:none;}

td,th{vertical-align:middle; }
.clear{clear:both;}
/*reset end*/
/*basic start*/
@media screen and (min-width:320px){html,body{font-size:10px;}}
@media screen and (min-width:480px){html,body{font-size:13px;}}
@media screen and (min-width:560px){html,body{font-size:15px;}}
@media screen and (min-width:640px){html,body{font-size:17px;}}
@media screen and (min-width:750px){html,body{font-size:20px;}}
@media screen and (min-width:800px){html,body{font-size:20px;}}
@media screen and (min-width:1024px){html,body{font-size:20px;}}

.bold{font-weight:bold;}
.rotate30{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);-moz-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg);}
.rotate-30{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);-moz-transform:rotate(-30deg);-o-transform:rotate(-30deg);transform:rotate(-30deg);}
.rotate45{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.rotate-45{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.rotate180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}

* input::-moz-placeholder{color:#005ca2;font-family:"Microsoft Yahei";}
* input::-webkit-input-placeholder{color:#005ca2;font-family:"Microsoft Yahei";}
* input::-o-input-placeholder{color:#005ca2;font-family:"Microsoft Yahei";}
* input::-ms-input-placeholder{color:#005ca2;font-family:"Microsoft Yahei";}
/*========定义基础样式========*/
.hide { display:none;}
.vis{visibility: hidden;}
.fl { float:left;}
.fl a{
  color: #000000;
}
.fl:hover a{
  color:#005ca2;
}
.fr { float:right;}
.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }
p iframe{
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px){
  p iframe{
    height: auto;
  }
}


.over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.text_over1{width: 100%;white-space:nowrap;overflow: hidden; text-overflow: ellipsis;}
.text_over2{overflow: hidden;
text-overflow: ellipsis;
display: -ms-box;
-ms-line-clamp: 2;
-ms-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -o-box;
-o-line-clamp: 2;
-o-box-orient: vertical;
}
.text_over3{overflow: hidden;
text-overflow: ellipsis;
display: -ms-box;
-ms-line-clamp: 3;
-ms-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 3;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -o-box;
-o-line-clamp: 3;
-o-box-orient: vertical;
}
.text_over4{overflow: hidden;
text-overflow: ellipsis;
display: -ms-box;
-ms-line-clamp: 4;
-ms-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 4;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
display: -o-box;
-o-line-clamp: 4;
-o-box-orient: vertical;
}

.text_over5{overflow: hidden;
	text-overflow: ellipsis;
	display: -ms-box;
	-ms-line-clamp: 5;
	-ms-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 5;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 5;
	-o-box-orient: vertical;
	}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity { filter:alpha(opacity=100); opacity:1; -moz-opacity:1; } 
a:hover .opacity { filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8; }


/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200{width: 1200px; margin: 0px auto; }
.w{width: 92%; margin: 0px auto; }

.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }

.swiper-button-next::after,.swiper-button-prev::after{display: none;}

body{padding-top: 1px;/* background:#fbfbfb url(../images/zj/bac.png) top center no-repeat;background-size: 100% auto; */}


/* header_v3 */
.header_v3{width: 100%;display: block;}
.header_v3 .top{background: #333333;height: 40px;width: 100%;position: relative;z-index: 5;}
.header_v3 .top .fl{display: flex;}
.header_v3 .top .fl img{height: 36px;}
.header_v3 .top li{float: left;line-height: 40px;}
.header_v3 .top a{font-size: 12px;color: #ffffff;display: block;position: relative;}
.header_v3 .top a em{position: absolute;top: 50%;right: 0;height: 16px;width: 1px;background: #fff;margin-top: -8px;}
.header_v3 .top a{padding: 0 10px;}
.header_v3 .top .hRight {
  position: relative;
}
.header_v3 .top .hRight .theme-box{
  position: absolute;
  width: 200px;
  height: 0;
  background: #fff;
  box-shadow: 0 0 5px #898989;
  left: 0;
  top: 40px;
  overflow: hidden;
  transition:all .3s;
  box-sizing: border-box;
}
.header_v3 .top .hRight .theme-box.on{
  height: 135px;
  padding: 18px;
}
.header_v3 .top .hRight .theme-box .pick-box>div{
  width: 50%;
  cursor: pointer;
}
.header_v3 .top .hRight .theme-box .text{
  margin-left: 3px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.header_v3 .top .hRight .theme-box .icon{
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  position: relative;
}
.header_v3 .top .hRight .theme-box .on .icon::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #4582be;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.header_v3 .top .hRight .theme-box .color-box{
  width: 60px;
  height: 18px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 5px;
}
.header_v3 .top .hRight .theme-box .blue .color-box{
  background: #4582be;
}
.header_v3 .top .hRight .theme-box .red .color-box{
  background: #cb0c0b;
}
.header_v3 .top .theme-box .btn-qd{
  float: unset;
  display: block;
  margin: 20px auto 0;
  width: 88px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding: 0;
}


.header_v3 .hRight a{float: left;line-height: 40px; font-size: 12px;color: #fff;padding:0 26px 0 21px;position: relative;}
.header_v3 .hRight a:nth-child(1){background: url(../images/zj/index/v90.png) left center no-repeat;}
.header_v3 .hRight a:nth-child(2){background: url(../images/zj/index/v92.png) left center no-repeat;}

.header_v3 .hRight a:nth-child(3){background: url(../images/zj/index/v92_1.png) left center no-repeat;}

.header_v3 .hRight a:nth-child(4){background: url(../images/zj/index/v93.png) left center no-repeat;}
.header_v3 .hRight a:nth-child(5){margin-top: 10px; padding:0;width: 63px;line-height: 19px;color: #5382b9; text-align: center;background: #fff;border-radius: 5px;}




/* header */
.header{width: 100%;}
.header .top{background: #366fa7;height: 40px;width: 100%;position: relative;z-index: 5;}
.header .top li{float: left;line-height: 40px;}
.header .top a{font-size: 12px;color: #ffffff;display: block;position: relative;}
.header .top a em{position: absolute;top: 50%;right: 0;height: 16px;width: 1px;background: #fff;margin-top: -8px;}
.header .top a{padding: 0 10px;}
.header .top .hRight {
  position: relative;
}
.header .top .hRight .theme-box{
  position: absolute;
  width: 200px;
  height: 0;
  background: #fff;
  box-shadow: 0 0 5px #898989;
  left: 0;
  top: 40px;
  overflow: hidden;
  transition:all .3s;
  box-sizing: border-box;
}
.header .top .hRight .theme-box.on{
  height: 135px;
  padding: 18px;
}
.header .top .hRight .theme-box .pick-box>div{
  width: 50%;
  cursor: pointer;
}
.header .top .hRight .theme-box .text{
  margin-left: 3px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.header .top .hRight .theme-box .icon{
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  position: relative;
}
.header .top .hRight .theme-box .on .icon::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #4582be;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.header .top .hRight .theme-box .color-box{
  width: 60px;
  height: 18px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 5px;
}
.header .top .hRight .theme-box .blue .color-box{
  background: #4582be;
}
.header .top .hRight .theme-box .red .color-box{
  background: #cb0c0b;
}
.header .top .theme-box .btn-qd{
  float: unset;
  display: block;
  margin: 20px auto 0;
  width: 88px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding: 0;
}


.header .hRight a{float: left;line-height: 40px; font-size: 12px;color: #fff;padding:0 26px 0 21px;position: relative;}
.header .hRight a:nth-child(1){background: url(../images/zj/index/v90.png) left center no-repeat;}
.header .hRight a:nth-child(2){background: url(../images/zj/index/v92.png) left center no-repeat;}

.header .hRight a:nth-child(3){background: url(../images/zj/index/v92_1.png) left center no-repeat;}

.header .hRight a:nth-child(4){padding:0 20px 0 0;}
.header .hRight a:nth-child(5){margin-top: 10px; padding:0;width: 63px;line-height: 19px;color: #5382b9; text-align: center;background: #fff;border-radius: 5px;}

.header .firContent{
  width: 100%;
  background: url(../images/zj/index/bac_1.png) no-repeat;
  background-size: 100% 100%;
}
.header .firContent .w1200{position: relative;height: 100%;}
.header .firContent .firTop{position: relative; padding:0px;height: 170px;}
.header .firContent .firTop .firLogo{
  margin-top: 46px;
  width: 379px;
  height: 77px;
  background: url(../images/zj/index/logo_1.png) no-repeat center/100%;
  display: block;
}
.header .firContent .firTop .firLogo img{display: block;width: 100%;}
.header .firContent .firTop .pos{
  position: absolute;
  left: 50%;
  top: 53px;
  margin-left: -130px;
  width: 259px;
  height: 64px;
  background: url(../images/zj/index/logo_2.png) no-repeat center/100%;
}

.header .nav{height: 65px;overflow: hidden; background: #326aa1;}
.header .nav ul li{float: left;padding:0 4%;}
/* .header .nav ul li:last-child{padding-right: 0;} */
.header .nav ul a{position: relative;display: block;}
.header .nav ul p{line-height: 65px; font-size: 18px;color: #fff;}
.header .nav ul i{transition-duration: 0.2s; position: absolute;left: 50%;bottom: -9px;margin-left: -8px; width: 17px;height: 8px;background: url(../images/zj/index/v94.png) center top no-repeat;}
.header .nav ul a:hover p
{
  color: #b6d24a;
}
.header .nav ul li.on p{
  color: #fff;
  font-weight: bold;
}

.header .nav ul li:hover i{
  transition-duration: 0.2s;
  bottom: -1px;
}
.header .nav ul li.on{
  background: #377bbd;
}

.header .firSearch{width: auto;}
.header .firSearch p{padding-top: 10px; line-height: 30px; font-size: 16px;color: #666666;padding-left: 46px;}
.header .firSearch p em{padding: 0 8px; display: inline-block;width: 24px;height: 24px;background: url(../images/index/v2.png) center no-repeat;vertical-align: text-bottom;}
.header .firSearch p i{display: inline-block;width: 5px;height: 5px;border-radius: 50%;border: 1px solid #666666;box-sizing: border-box;vertical-align: text-top;}
.header .firSearch .box{position: relative;width: 366px;margin-top: 60px;border-radius: 20px;background: #326aa1;}
.header .firSearch .box input{width: 334px;height: 50px;padding-left: 27px;font-size: 18px;color: #89bff3;background: none; }
.header .firSearch .box input::-moz-placeholder{color: #89bff3;}
.header .firSearch .box input::-webkit-input-placeholder{color: #89bff3;}
.header .firSearch .box input::-o-input-placeholder{color: #89bff3;}
.header .firSearch .box input::-ms-input-placeholder{color: #89bff3;}
.header .firSearch .box button{width: 80px;height: 50px;position: absolute;top: 0;right: 0;border: 0;background: url(../images/zj/index/v3.png) center no-repeat;cursor: pointer;}
.header .firSearch .serChange{display: block;font-size: 14px;color: #333333;width: 40px;margin-top: 12px;line-height: 18px;text-align: right;}
.header .firSearch .serHot{margin-top: 11px; font-size: 16px;color: #1571b3;text-align: center;}
.header .firSearch .serHot span{display: inline;font-weight: bold;}
.header .firSearch .serHot a{display: inline;padding:0 2px}
.header .firSearch .serHot em{display: inline;padding:0 2px}

/* .header_two .firContent {background: url(../images/zj/index/header_two_3.jpg) center no-repeat;} */
.header_two .firContent .firTop .firLogo{
  width: 302px;
  height: 82px;
  background: url(../images/zj/index/header_two_1.png) no-repeat center/100%;
}
.header_two .firContent .firTop .firLogo img{width: auto;}
.header_two .firSearch{width: 566px; margin-left: 238px; float:right;}
.header_two .firSearch .box {
  position: relative;
  width: 100%;
  margin-top:49px;
  border-radius: 53px;
  border: #aac5f9 1px solid;
  background: #fff url(../images/zj/icon/icon_7.png) 23px center no-repeat;
}
.header_two .firSearch .box input {width: 400px;height: 53px;padding-left: 56px;font-size: 18px;color: #1571b3;background: none;}
.header_two .firSearch .box input::-moz-placeholder{color: #1571b3;}
.header_two .firSearch .box input::-webkit-input-placeholder{color: #1571b3;}
.header_two .firSearch .box input::-o-input-placeholder{color: #1571b3;}
.header_two .firSearch .box input::-ms-input-placeholder{color: #1571b3;}
.header_two .firSearch .box button {top: -1px;right:-2px;width: 118px;height: 55px;font-size: 16px;color: #fff;border-radius: 53px;background:#1571b3;}

.header_two .firContent .firTop .pos.fir-pos {
  left:auto;
  right: 0;
   top: 37px;
   width: 217px;
   height: 63px;
   background: url(../images/zj/index/header_two_2.png) no-repeat center/100%;
  }



.zj_footer{background: #8e8e8e;}
.zj_footer .top{position: relative;}
/* .zj_footer .top:hover .pos{max-height: 442px;} */
.zj_footer .top .list{border-bottom: #ddd 1px solid;}
.zj_footer .top .antistop{padding:18px 131px 18px 0; position: relative; cursor: pointer;}
.zj_footer .top .antistop p{display: block;padding:0 20px 0 0px;height: 34px;line-height: 34px;font-size: 14px;color: #fff; background: url(../images/zj/icon/icon_3.png) right center no-repeat;cursor: pointer;}
.zj_footer .top .antistop.other{padding-right: 0;}
.zj_footer .top .antistop p.cur{ background: url(../images/zj/icon/icon_3.png) right center no-repeat;}
.zj_footer .top .antistop ul{display: none; position: absolute;left: 0px;bottom: 35px;z-index: 12;width: 100%; max-height: 230px;overflow-y: auto; background: #fff;border: #e7e6e6 1px solid;border-bottom: none;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.zj_footer .top .antistop li a{padding:12px 8px;  line-height: 21px; font-size: 14px;color: #444;cursor: pointer;}
.zj_footer .top .antistop li a:hover{color: #004990;}
.zj_footer .top .pos{
   position: absolute;
   left: 0;
   bottom: 71px;
   z-index: 10;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  max-height: 0;
  overflow: hidden;
  transition:max-height  .5s;
}
.zj_footer .top .pos.on{
  max-height: 442px;
}
.zj_footer .top .pos .btn-close{
  position: absolute;
  top: 37px;
  right: 25px;
  width:20px;
  height:2px;
  background: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zj_footer .top .pos .btn-close::after{
content: "";
 position: absolute;
 top: 0;
 left: 0;
 width:20px;
 height:2px;
 background: #333;
 -webkit-transform: rotate(270deg);
 -moz-transform: rotate(270deg);
 -o-transform: rotate(270deg);
 -ms-transform: rotate(270deg);
 transform: rotate(270deg);
}


.zj_footer .top .pos .tab{padding:17px 30px 20px;}
.zj_footer .top .pos .tab_title{margin-bottom: 22px;border-bottom: #ededed 1px solid;}
.zj_footer .top .pos .tab_title .fl{ position: relative;margin-right: 12px;cursor: pointer;}
.zj_footer .top .pos .tab_title p{padding:0 15px; line-height: 52px; font-size: 20px;color: #333;}
.zj_footer .top .pos .tab_title .lie{position: absolute;left: 0;bottom: -1px;width: 100%;}
.zj_footer .top .pos .tab_title i{transition-duration: 0.5s; margin: 0 auto;width: 0;height: 1px;background: #638bbb;}

.zj_footer .top .pos .tab_title .on p{color: #3b88d3;}
.zj_footer .top .pos .tab_title .on i{transition-duration: 0.5s;width: 100%;}

.zj_footer .top .pos .tab_next{height: 330px;overflow-y: auto;}

.zj_footer .top .pos .tab_next::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 7px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  
  }
  .zj_footer .top .pos .tab_next::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 7px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
  .zj_footer .top .pos .tab_next::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  background : #ededed;
  display: none;
  }
.zj_footer .top .pos .next li{float: left;width: 25%;}
.zj_footer .top .pos .next li a{margin:0 14px 14px 0;padding-left: 40px; height: 66px;line-height: 66px;font-size: 16px;color: #333; background: #f8f8f8;border-radius: 4px;}
.zj_footer .top .link{}
.zj_footer .top .link .swiper-container {width: 100%;height:330px;}
.zj_footer .top .link .swiper-slide {height: auto;-webkit-box-sizing: border-box;box-sizing: border-box;}


.zj_footer .bot{padding: 28px 0 32px;}
.zj_footer .bot .next{width:914px ; text-align: center;}
.zj_footer .bot .t i,.zj_footer .bot .t a{display: inline-block;padding:0 4px; line-height: 36px; font-size: 14px;color: #fff;}
.zj_footer .bot .t i.icon_logo{margin-left: -2px; padding-left: 29px;background: url(../images/zj/icon.png) left center no-repeat;background-size: auto 18px;}
.zj_footer .bot .t a:hover{color: #1376bc;}
.zj_footer .bot .c{text-align: center;line-height: 27px;}
.zj_footer .bot .c a{display: inline-block; font-size: 14px;color: #fff;}
.zj_footer .bot .c i{display: inline-block;margin:0 17px;width: 1px; font-size: 14px;color: #fff;text-indent: -999999px; background: url(../images/zj/icon/icon_4.png) center no-repeat;}
.zj_footer .bot .b{text-align: center;}
.zj_footer .bot .b a{display: inline-block;font-size: 14px;color: #fff;}
.zj_footer .bot .b a{}
.zj_footer .bot .b img{padding:9px 30px 0;}
.zj_footer .bot .b .img_2{padding:11px 30px 0;}


.zj_header .nav{margin-bottom:20px;background:#005ca2}
.zj_header .nav li{position:relative;float:left;width:183px;text-align:center}
.zj_header .nav li a{display:inline-block;color:#fff;font-size:16px;line-height:60px}
.zj_header .nav li .a1{padding-left:41px;background:url(../images/zj/nav_1.png) left center no-repeat}
.zj_header .nav li .a2{padding-left:38px;background:url(../images/zj/nav_2.png) left center no-repeat}
.zj_header .nav li .a3{padding-left:33px;background:url(../images/zj/nav_3.png) left center no-repeat}
.zj_header .nav li .a4{padding-left:37px;background:url(../images/zj/nav_4.png) left center no-repeat}
.zj_header .nav li .a5{padding-left:35px;background:url(../images/zj/nav_5.png) left center no-repeat}
.zj_header .nav li .a6{padding-left:35px;background:url(../images/zj/nav_6.png) left center no-repeat}
.zj_header .nav li .a7{padding-left:34px;background:url(../images/zj/nav_7.png) left center no-repeat}
.zj_header .nav li .lie{position:absolute;top:50%;right:0;margin-top:-7px;width:1px;height:15px;background:#5879bc}
.zj_header .nav li.other{width:174px}
.zj_header .nav li.other .lie{display:none}
.zj_header .nav li:nth-last-child(1),.zj_header .nav li:nth-last-child(2),.zj_header .nav li:nth-last-child(3){width:155px}
.zj_header .nav ul li.cur{background:#77a8ff;}
.zj_header .nav li:hover{background:#77a8ff;}
.zj_header .nav li.cur .lie,.zj_header .nav li:hover .lie{display:none}


/* 悬浮 */
.suspension{display: none; position: fixed;right: 3%;top: 50%;z-index: 13;width: 45px;height: 188px; margin-top: -94px;cursor: pointer;z-index: 999999999;}
.suspension_box1{top:68%;margin-top:0;height:45px;}
.suspension_fixed{display: block;}
.suspension .sus{position: relative;margin-bottom: 3px; width: 100%;}
.suspension .sus p{ width: 45px;height: 45px;border-radius: 4px;box-shadow: 0 0 4px rgba(0,0,0,0.1);}
.suspension .sus p a{display: block;width: 100%;height: 100%;}
.suspension .sus1 p{ background:#fff url(../images/icon/icon_56.png) center no-repeat;}
.suspension .sus2 p{ background:#fff url(../images/icon/icon_57.png) center no-repeat;}
.suspension .sus3 p{ background:#fff url(../images/icon/icon_58.png) center no-repeat;}
.suspension .sus4 p{ background:#fff url(../images/icon/icon_59.png) center no-repeat;}
.suspension .sus5 p{ background:#fff url(../images/icon/icon_60.png) center no-repeat;}
.suspension .sus6 p{ background:#fff url(../images/icon/icon_62.png) center no-repeat;}


.suspension .sus1:hover p{ background:#015196 url(../images/icon/icon_56s.png) center no-repeat;}
.suspension .sus2:hover p{ background:#015196 url(../images/icon/icon_57s.png) center no-repeat;}
.suspension .sus3:hover p{ background:#015196 url(../images/icon/icon_58s.png) center no-repeat;}
.suspension .sus4:hover p{ background:#015196 url(../images/icon/icon_59s.png) center no-repeat;}
.suspension .sus5:hover p{ background:#015196 url(../images/icon/icon_60s.png) center no-repeat;}
.suspension .sus6:hover p{ background:#015196 url(../images/icon/icon_62s.png) center no-repeat;}

.suspension .sus .pos{display: block; position: absolute;top:0;right: 56px;width: 0px;height: 105px;overflow: hidden; background: #006eab;border-radius: 4px;}
.suspension .sus .pos img{display: block;margin:13px auto 0;width: 64px;height: 64px;}
.suspension .sus .pos i{color: #fff;font-size: 12px;line-height: 21px; text-align: center;}
.index{display: block;}
.m_index{display: none;}

@media screen and (max-width:1201px){
  .header_v3{display: none;}
  .gl-news-pc .m-header-box{display: block!important;}

  .m_header_v3 .top{height: 2.4rem;line-height: 2.2rem;font-size: 1.2rem; color: #fff; background: #326aa1;}
  .m_header_v3 .top .la{display: none; height: 2.4rem;padding-left: 1.3rem;background: url(../images/zj/mobile/icon_1.png) left center no-repeat;background-size: 1.1rem auto;}
  .m_header_v3 .bot{padding:0.5rem 0; background:#333;background-size: 100% auto;}
  .m_header_v3 .logo{width: 80%; height: 7.3rem;}
  .m_header_v3 .logo img{ display: inline-block;max-width: 95%;height: 4.45rem; vertical-align: middle; -ms-interpolation-mode: bicubic;}
  .m_header_v3 .logo span{display: inline-block;height:7.3rem;width: 1px;vertical-align: middle;}
  .m_header_v3 .nav_icon{margin-top: 2rem; width: 2.2rem;height: 3.3rem;background: url(../images/zj/mobile/icon_2.png) left center no-repeat;background-size:2.15rem auto;}
  .m_nav .search{height: 3rem;border-radius: 3rem; background: #fff;border: 1px solid #ccc;margin-bottom: 2rem;}
  .m_nav .search input{padding:0.5rem 0 0.5rem 1.3rem;line-height: 2rem; width: calc(100% - 4.5rem);font-size: 1.3rem;color: #000;}

  .m_nav .search input::-moz-placeholder{color: #000;}
  .m_nav .search input::-webkit-input-placeholder{color: #000;}
  .m_nav .search input::-o-input-placeholder{color: #000;}
  .m_nav .search input::-ms-input-placeholder{color: #000;}

  .m_nav .search .but{display: block;margin-right: 1.3rem; width:1.8rem;height:3rem;background: url(../images/zj/mobile/icon_3.png) left center no-repeat;background-size: 1.4rem auto;}



  .index{display: none;}
  .m_index{display: block;}
  .m_header .top{height: 2.4rem;line-height: 2.2rem;font-size: 1.2rem; color: #fff; background: #326aa1;}
  .m_header .top .la{display: none; height: 2.4rem;padding-left: 1.3rem;background: url(../images/zj/mobile/icon_1.png) left center no-repeat;background-size: 1.1rem auto;}
  .m_header .bot{padding:0.5rem 0 2.1rem; background:#4582be url(../images/zj/mobile/header_bac.png) bottom left no-repeat;background-size: 100% auto;}
  .m_header .logo{width: 80%; height: 7.3rem;}
  .m_header .logo img{ display: inline-block;max-width: 95%;height: 4.45rem; vertical-align: middle; -ms-interpolation-mode: bicubic;}
  .m_header .logo span{display: inline-block;height:7.3rem;width: 1px;vertical-align: middle;}
  .m_header .nav_icon{margin-top: 2rem; width: 2.2rem;height: 3.3rem;background: url(../images/zj/mobile/icon_2.png) left center no-repeat;background-size:2.15rem auto;}
  .m_header .search{height: 3rem;border-radius: 3rem; background: #326aa1;}
  .m_header .search input{padding:0.5rem 0 0.5rem 1.3rem;line-height: 2rem; width: calc(100% - 4.5rem);font-size: 1.3rem;color: #89bff3;}

  .m_header .search input::-moz-placeholder{color: #89bff3;}
  .m_header .search input::-webkit-input-placeholder{color: #89bff3;}
  .m_header .search input::-o-input-placeholder{color: #89bff3;}
  .m_header .search input::-ms-input-placeholder{color: #89bff3;}

  .m_header .search .but{display: block;margin-right: 1.3rem; width:1.8rem;height:3rem;background: url(../images/zj/mobile/icon_3.png) left center no-repeat;background-size: 1.4rem auto;}

  .zj_footer .bot{padding: 2.5rem 0 1.6rem;}
  .zj_footer .bot .next{width:100%; }
  .zj_footer .bot .t i,.zj_footer .bot .t a{display: inline-block; padding:0 0.2rem; line-height: 2.2rem; font-size: 1.2rem;}
  .zj_footer .bot .c{line-height:2.3rem;}
  .zj_footer .bot .c a{font-size: 1.3rem;}
  .zj_footer .bot .c i{margin:0 1.25rem;font-size: 1.3rem;background: url(../images/zj/icon/icon_4.png) center 0.8rem no-repeat;background-size: auto 0.9rem;}
  .zj_footer .bot .b{width: 100%;text-align: center;}
  .zj_footer .bot .b a{font-size: 1.3rem;}
  .zj_footer .bot .b img{display: inline-block; padding:0.9rem 2.7rem 0 0;width: 6.25rem;}
  .zj_footer .bot .b .img_2{padding:1rem 0 0;width: 3.5rem;}
  /* .zj_footer .bot .clearfix>div:first-child{display: none;} */
  .m_nav{transition-duration: 0.5s; position: fixed;right: -75%;top: 0;z-index: 999; width: 75%;height: 100%;overflow-y: auto; background: #fff;}
  .m_nav_bac{display: none; position: fixed;left: 0;top: 0;z-index: 998; width: 100%;height: 100%;background: rgba(0,0,0,0.7);}
  .m_nav .logo_box{padding:4.25rem 1.5rem 3.3rem;}
  .m_nav .logo{float: left;}
  .m_nav .logo img{height: 3.85rem;}
  .m_nav .logo_box span{float: right; width: 2.1rem;height: 3.85rem;background: url(../images/zj/mobile/icon_5.png) center no-repeat;background-size: 2rem auto;}
  .m_nav li{}
  .m_nav li a{margin:0 1.5rem; line-height: 4.5rem;font-size: 1.5rem;color: #333; background: url(../images/zj/mobile/icon_6.png) right center no-repeat;background-size: 0.6rem auto;border-bottom: #dcdcdc 1px solid;}

  .m_nav_block{transition-duration: 0.5s;right:0%;}
}

.gl-title-box{
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-top: 15px;
  font-weight: bold;
}
.gl-title-box .text{
  display: inline-block;
  font-size: 20px;
  color: #3b88d3;
  position: relative;
}
.gl-title-box .text span{
  display: inline-block;
}

.gl-title-box .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #638bbb;
  left: 0;
  bottom: -15px;
}
.gl-title-box .red {
  color: #cb3432;
}
.gl-title-box .more {
  font-size: 16px;
  color: #1376bc;
  position: absolute;
  right: 0;
  top: 22px;
}
.gl-title-box-m{
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.gl-title-box-m span {
  display: inline-block;
}
.gl-title-box-m .text {
  display: inline-block;
  font-size: 1.7rem;
  color: #3b88d3;
  position: relative;
  font-weight: bold;
}
.gl-title-box-m .text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #638bbb;
  left: 0;
  bottom: -1rem;
}
.gl-title-box-m .red {
  color: #cb3432;
}
.gl-title-box-m .more {
  font-size: 1.3rem;
  color: #1376bc;
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.SUBDOCTITLE{
  text-align: center;
  font-size: 24px;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 750px){
  .SUBDOCTITLE{
    text-align: center;
    font-size: 1.2rem;
    color: #999;
    margin-top: .5rem;
  }
}

@media screen and (min-width:1201px){
	.typo:hover .blink {
	  -webkit-animation-name: textLink;
	  animation-name: textLink;
	  -webkit-animation-duration: .3s;
	  animation-duration: .3s;
	  -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);
	  animation-timing-function: cubic-bezier(.785,.135,.15,.86);
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	}
}
.typo .blink {
  display: inline-block;
}  

.typo:hover .blink:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.typo:hover .blink:nth-of-type(2) {
  -webkit-animation-delay: 30ms;
  animation-delay: 30ms;
}
.typo:hover .blink:nth-of-type(3) {
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms;
}
.typo:hover .blink:nth-of-type(4) {
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}
.typo:hover .blink:nth-of-type(5) {
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}
.typo:hover .blink:nth-of-type(6) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.typo:hover .blink:nth-of-type(7) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}
.typo:hover .blink:nth-of-type(8) {
  -webkit-animation-delay: .21s;
  animation-delay: .21s;
}
.typo:hover .blink:nth-of-type(9) {
  -webkit-animation-delay: .24s;
  animation-delay: .24s;
}
.typo:hover .blink:nth-of-type(10) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}
.typo:hover .blink:nth-of-type(11) {
  -webkit-animation-delay: .30s;
  animation-delay: .30s;
}
.typo:hover .blink:nth-of-type(12) {
  -webkit-animation-delay: .33s;
  animation-delay: .33s;
}
.typo:hover .blink:nth-of-type(13) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}
.typo:hover .blink:nth-of-type(14) {
  -webkit-animation-delay: .39s;
  animation-delay: .39s;
}
.typo:hover .blink:nth-of-type(15) {
  -webkit-animation-delay: .42s;
  animation-delay: .42s;
}
.typo:hover .blink:nth-of-type(16) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.typo:hover .blink:nth-of-type(17) {
  -webkit-animation-delay: .48s;
  animation-delay: .48s;
}
.typo:hover .blink:nth-of-type(18) {
  -webkit-animation-delay: .51s;
  animation-delay: .51s;
}
.typo:hover .blink:nth-of-type(19) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s;
}
.typo:hover .blink:nth-of-type(20) {
  -webkit-animation-delay: .57s;
  animation-delay: .57s;
}
@-webkit-keyframes textLink {
  0% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  49.9% {
  opacity: 0;
  -webkit-transform: translateX(5px) scale(.5);
  transform: translateX(5px) scale(.5);
  }
  50% {
  opacity: 0;
  -webkit-transform: translateX(-5px) scale(1.5);
  transform: translateX(-5px) scale(1.5);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}
@keyframes textLink {
  0% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  49.9% {
  opacity: 0;
  -webkit-transform: translateX(5px) scale(.5);
  transform: translateX(5px) scale(.5);
  }
  50% {
  opacity: 0;
  -webkit-transform: translateX(-5px) scale(1.5);
  transform: translateX(-5px) scale(1.5);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}




/* 侧边栏 2021年7月23日*/
.menu-hand{
  position: fixed;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index:99999999;
}
.menu-hand .icon{
  height: 22px;
  width: 100%;
  background: url(/material/V3/shareimg/s1.png) center no-repeat;
  background-size: contain;
  margin-bottom: 7px;
}
.menu-hand .text{
  font-size: 14px;
  color: #333333;
  line-height: 1;
}
.touch-bg{
  height: 100%;
  width: 40px;
  background: none;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index:99999999;
}
.right_menu{
  position: fixed;
  top: 0;
  right: -90px;
  width: 90px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 99999999;
}
.right_menu ul{
    /* position: absolute;
  left: 0; */
  width: 100%;
  /* top: 50%;
  transform: translateY(-50%); */
}
.right_menu .item{
  display: block;
  width: 100%;
  padding: 13px 0;
  transition-duration: 0.5s;
  position: relative;
}
.right_menu .item .img{
  position: absolute;
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
  display: none;
  transition-duration: 0.5s;
}
.right_menu .item .img img{ max-width:100px;}
.right_menu .item:hover .img{
  display: block;
}
.right_menu .item .icon{
  margin-bottom: 10px;
  display: block;
}
.right_menu .item .icon img{
  display: block;
  margin: 0 auto;
}
.right_menu .item label{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 0 12px;
  display: block;
  line-height: 18px;
  cursor: pointer;
}

.right_menu .item:hover{
  background-color: #2e76be;
}

.right_menu .list2 .item label{
  font-size: 12px;
}
.right_menu .list2 .item .label{
  width: 550px;
  background-color: #fff;
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 22px 24px;
  box-sizing: border-box;
  display: none;
}
.right_menu .list2 .item .label .t1{
  font-size: 16px;
  color: #333333;
  padding-left: 22px;
  line-height: 18px;
  background: url(/material/V3/shareimg/s21.png) center left no-repeat;
}
.right_menu .list2 .item .label .t2{
  font-size: 14px;
  color: #666666;
}
.disblo{
  display: block !important;

}



.mobile-btn{
  position: fixed;
  bottom: 2.7rem;
  right: 4%;
  width: 5rem;
  height: 5rem;
  background: #4a89d6 url(/material/V3/shareimg/s10.png) center no-repeat;
  background-size: 2.6rem auto;
  border-radius: 50%;
  display: none;
  z-index:99999;
}

.mobile-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  display: none;
  z-index:99999;
}
.mobile-menu .close{
  position: absolute;
  bottom: 2.7rem;
  right: 4%;
  width: 5rem;
  height: 5rem;
  background: #fff url(/material/V3/shareimg/s15.png) center no-repeat;
  background-size: 2rem auto;
  border-radius: 50%;
}
.mobile-menu .inner{
  padding-left: 11.5rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.mobile-menu .inner .item{
  display: block;
  display: flex;
  margin: 1.6rem 0;
}
.mobile-menu .inner .icon{
  width: 4.3rem;
  margin-right: 1rem;
}
.mobile-menu .inner img{display: block;width: 100%;}
.mobile-menu .inner .text{font-size: 1.6rem;color: #ffffff;line-height: 4.35rem;}


@media screen and (max-width: 1201px){
  .mobile-btn{
    display: block;
  }
  .menu-hand{
    display: none;
  }
  .touch-bg{
    display: none;
  }
}


/* 返回顶部 */
#gotoTop{
  display: none;
}