::-webkit-scrollbar{
  width: 5px;
}
::-webkit-scrollbar-button{
  display: none;
}
::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #a7a6a6;
  outline: 1px solid #fbfbfb;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  text-decoration: none;
  font-family:"微软雅黑";
  font-size: 14px;
}
body{
  background: #ffffff;
  width:100%;
  font-family:"微软雅黑";
  min-width:1200px;
}
.rowpub{
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.colpub{
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
header{
  width:80%;
  max-width: 1200px;
  margin:0 auto;
  height:140px;
  background-color: #ffffff;
  justify-content:space-between;
  min-width:900px;
}
.searchbox{
  border:1px solid #DDDDDD;
  background: #ffffff;
  height: 40px;
  width:280px;
  border-radius: 20px;
  padding:0 15px;
}
.searchbox input{
  height:40px;
  flex:1;
  -ms-flex:1;
  border:none;
  outline: none;
}

/*导航*/
nav{
  height:70px;
  line-height: 70px;
  width:100%;
  position: fixed;
    top: 0;
    z-index: 23;
  background:rgba(0,0,0,.4);
    min-width:1000px;
}
nav>ul{
  width:88%;
  max-width:1200px;
  margin:0 auto;
}
nav>ul>li{
  width: 12.5%;
}
nav>ul>li>a{
  display: inline-block;
  line-height: 70px;
  font-size: 15px;
  color:#ffffff;
  width: 100%;
  text-align: center;
}
nav>ul>li>a:hover,.sel{
    background: #0d7543;
    color: #ffffff;
}
/*列表下拉二级导航*/
.secnav{
  position: absolute;
  z-index: 10;
  top: 70px;
  right: 1px;
  width: 100%;
  background-color: #068447;
  display: none;
  line-height: 40px;
}
.secnav a{
  font-size: 13px;
  color:#ffffff;
  display: inline-block;
  width:100%;
  height:50px;
  line-height: 50px;
  text-align: center;
}
/*下拉菜单鼠标移动样式*/
.secnav a:hover{
    background: #0d7543;
    color: #ffffff;
  height:50px;

}
.procenter:hover .secnav{
  display: block;
}
.procenter:hover .down1{
  transform: rotate(180deg);
}
/*最新政策*/
.zytzinfo{
  background:linear-gradient(0deg,rgba(248,248,248,1),rgba(255,255,255,1));
  height:60px;
  width:100%;

}
.tzinfolist,.tzinfolist a{
  font-size: 14px;
  color:#333333;
}
.tzinfolist a{
  padding-right: 20px;
  margin-right:20px;
  border-right:1px solid #898989;
}
.inputv {
  width:220px;
  height:36px;
  border-radius: 20px;
  border:1px solid #EEEEEE;
  background: #ffffff;
}
.inputv input{
  flex:1;
  height:36px;
  border:none;
  font-size: 13px;
  color:#999999;
  margin:0 10px;
  outline: none;
}

/*政策规章*/
/*标题*/
.titlev{
    width: 100%;
    align-items: flex-start;
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.title{
    font-size: 16px;
    flex: 1;
    padding-left: 10px;
    color: #333333;
}
.titlev>a{
    color:#999999;
    font-size: 14px;
}
.titlev>a:hover{
    color:#5287E7;
}
.tpjjtitle{
color:#333333;
  font-size:16px;
  position:relative;
  margin-left:10px;
}
.tpjjtitle:before{
    content: '';
    position: absolute;
    left: -25px;
    bottom: -11px;
    width: 120px;
    height: 2px;
    background: #71ABFF;
}
/*列表*/
.list{
    width:100%;
    height:52px;
    border-bottom: 1px dashed #eeeeee;
    color: #666666;
}
.list>p{
    flex:1;
    font-size: 14px;
}
.list:hover{
    color:#5287E7;
}
.bannerbox{
  position:absolute;top:140px;left:14%;color:#ffffff;line-height:55px;font-weight: bold;
}
.bannerbox>p{
  font-size:26px;letter-spacing:2px;
  color:#ffffff;line-height:55px;
}
.bannerbox  .bannera1{
  width: 120px;height: 45px;background: #085FA4;text-align: center;line-height: 45px;color: #ffffff;font-size: 15px;border-radius: 25px;font-weight: bold;
}
.bannerbox  .bannera2{
  width: 120px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #ffffff;color: #ffffff;border-radius: 20px; margin-left: 20px;font-weight: bold;
}
/*banner/*/
.banner1{
    width: 100%;
    margin: 40px auto;
    height: 235px;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
}
.banner1 p{
    width:647px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    margin-bottom: 18px;
}
.banner1 a{
    display: inline-block;
    width:109px;
    height:30px;
    border:1px solid rgba(255,255,255,1);
    border-radius:15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color:#ffffff;
}
/*公共的文字列表*/
.textlists{
  float:left;
  width:32%;
  margin-right: 2%;
  margin-bottom: 50px;
  height:240px;
}
.textlists:nth-of-type(3n){
  margin-right: 0;
}
.lista{
  display: inline-block;
  width:100%;
  color:#666666;
  font-size: 14px;
  margin-top: 20px;
}
/*首页下拉框选择*/
select{
  width:24%;
  margin-right: 1.3%;
  border:1px solid #e1e1e1;
  height:36px;
  color:#898989;
}
select:last-child{
  margin-right: 0;
}


/*图片列表*/
.nav_er{
  min-width:120px;
  max-width:130px;
  margin-right: 20px;
  background: #ffffff;
  padding:30px 15px;
  min-height: 740px;
}
.nav_er h3{
  color:#151515;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  text-align: center;
  position:relative;
  padding-bottom: 15px;
  margin-bottom:15px;
}
.nav_er h3::after{
  content:'';
  position: absolute;
  width:130px;
  height:4px;
  background:#1E87D7;
  left:0px;
  bottom:-2px;
}
.nav_er a{
  display: inline-block;
  width:100%;
  border-bottom:1px solid #eaeaea;
  height:40px;
  text-align: center;
  line-height: 40px;
  color:#898989;
}
.newslist{
  height:50px;
  border-bottom: 1px dashed #eaeaea;
  color:#151515;
}
.newslist p{
  flex:1;
  color:#666666;
  margin-right: 10px;
}
.newslist span{
  color:#666666;
  font-size: 14px;
}
/*新闻分页*/
.newspage{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height:140px;
  width:100%;
  background:#ffffff;
}
.newspage>ul>li{
    float:left;
    width:30px;
    height:30px;
    border-radius: 3px;
    margin-left:20px;
}
.newspage>ul>li>a{
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    width:100%;
    height:100%;
    line-height: 30px;
    text-align: center;
    color: #808080;
   border:1px solid #DFDFDF;
}
.newslis:hover{
color:#2897F3;
}
.newspage>ul>li>a:hover{
    background: #2897F3;
    color: #fff;
}
.down{
    background: #2897F3;
    color: #fff;
}
.zjtdlist{

  width:100%;
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 15px;
  margin-top: 20px;
}
.zjtdlist p{
  color:#666666;
  font-size: 14px;
  line-height: 26px;
}

/*信息查询*/
.cxtitle{
  width:100%;
  margin:0 auto;
  height: 80px;
}
.cxtitle ul{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    line-height: 80px;
}
.cxtitle ul li{
    float: left;
    font-size: 20px;
    width: 50%;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
}
.hover{
    color: #126CC0;
    background: #ffffff !important;
}
/*输入框*/
.cxcon{
  width:100%;
  margin:0 auto 0;
}
.cxcon>div{
  width:100%;
}
.cxtj{
    background: #ffffff;
    width: 80%;
    margin: 35px auto 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;

}
.cxtj>input{
  width:90%;
  margin-left: 10px;
  border: none;
  height: 40px;
  outline: none;
}
.xcbtn{
  width:85%;
  height:38px;
  color:#ffffff;
  font-size:14px;
  background: #085FA4;
  border-radius:5px;
  border:none;
  display: block;
  margin:0 auto;
  outline: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  color: #d5d5d5;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #d5d5d5;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d5d5d5;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #d5d5d5;
}


/*图片列表*/
.imagelist{
  background: #ffffff;
  width:100%;
  padding:30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.imagelist>a{
  display: inline-block;
  width:31%;
  margin: 10px;
}
.imagelist>a>p{
  color:#151515;
  margin: 10px 0 5px 0;
}


/*图片集锦*/
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .bd .prev,.picMarquee-left .bd .next{ 
  display: none;
  width:40px;
  height:40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color:#ffffff;
  font-size: 16px;
  background:rgba(0,0,0,.3);
  position:absolute;
  z-index:33;
 cursor: pointer;
}
.picMarquee-left .bd .prev{
  right:10px;
  top:70px;
}
.picMarquee-left .bd .next{
  left:10px;
  top:70px;
  }
.picMarquee-left .bd:hover .next {
        display: inline-block;
      }
    .picMarquee-left .bd:hover .prev {
         display: inline-block;
      }
    
   
    .picMarquee-left .hd .prevStop{ background-position:-60px 0; }
    .picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

    .picMarquee-left .bd{ padding:0px;   }
    .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
    .picMarquee-left .bd ul li{ 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:120px; height:90px; 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;   }

    .zxcon{
      margin-right:5px;
      background: #ffffff;
      padding:24px 15px;
      box-shadow: 0 0 3px #eaeaea;
      display: none;
    }
     .zxcon a{
      display: block;
      margin-bottom: 15px;
      color:#565656;
     }
     .zxzx{
      flex-direction: column;
      width:40px;
      height:114px;
      background:#4584e2;
      cursor: pointer;
     }
    .zx:hover .zxcon{
      display: block;
    }
 .zx:hover .zxzx{
      opacity: 0.8
    }