/* 清除浮动 */

.clear::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }

/* 一级页面头部 */

.headerOne-wrap {
    width: 100%;
    font-weight: normal;
  }
  .headerOne-wrap .theme {
    position: relative;
  }
  .headerOne-wrap .theme::before {
    content: "";
    display: inline-block;
    background: url(../images/blue/20/skin_1.png) no-repeat center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    vertical-align: middle;
  }
  .headerOne-wrap .theme .theme-box.open {
    height: 174px;
  }
  .headerOne-wrap .theme-box {
    position: absolute;
    height: 0;
    z-index: 1000;
    padding-top: 6px;
    top: 20px;
    overflow: hidden;
    transition: height 0.2s linear;
  }
  .headerOne-wrap .theme-inner {
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    width: 211px;
    height: 98%;
  }
  .headerOne-wrap .theme-box ul {
    padding: 17px 20px 0px 20px;
  }
  .headerOne-wrap .theme-box ul li img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    display: block;
  }
  
  .headerOne-wrap .theme-box ul li {
    float: left;
    width: 50%;
  }
  .headerOne-wrap .theme-box ul li i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    border: 1px solid #dddddd;
    margin: 9px auto;
  }
  .headerOne-wrap .theme-box ul li[tag="blue"].sel i::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    background: #2d66a5;
    border-radius: 50%;
  }
  .headerOne-wrap .theme-box ul li[tag="red"].sel i::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    background: #ec4f45;
    border-radius: 50%;
  }
  .headerOne-wrap .theme-box ul li p {
    font-size: 18px;
    color: #212121;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
  }
  .headerOne-wrap .theme-box .sure {
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 104px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #212121;
    font-size: 14px;
    margin: 0 auto;
  }
  .headerOne-wrap .theme-box .sure:hover {
    background: #2d66a5;
    color: #fff;
    transition: all 0.3s linear;
  }
  
  .h-top {
    background: #2d66a5;color:#fff;
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
  
  .h-top a {
    color: #fff;
    font-size: 12px;
  }
  
  .h-top-box .h-top-box-l a {
    padding-right: 20px;
  }
  
  .h-top-box .h-top-box-r a {
    padding: 0 10px;
    line-height: 36px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  
  .h-top-box .h-top-box-r a:last-of-type {
    border-right: none;
  }
  
  .h-top-box .h-top-box-r .theme {
    padding-right: 10px;
    border: none;
  }
  
  .indexBg {
  /*   background-image: url(../images/blue/index_bg.png);
    background-repeat: no-repeat;
    background-size: auto 558px;
    background-position: center 5px;
    background-color: #eef4f9; */
  }
  
  .nav-wrap {
    width: 100%;
    position: relative;
    background:url('https://hbj.wuhan.gov.cn/material/2020/images/index_bg_2023.png') no-repeat top center;
  }
  
  .nav-wrap .nav-wrap-bg {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid #31464c;
  }
  
  .headTwo {
    background-color: #fff;
  }
  
  .nav-wrap .nav-box .logo-box {
    padding: 30px 0 15px 0;
  }
  
  .nav-wrap .nav-box .nav-list {
      overflow:hidden;
      padding:13px 0;
      margin:0;
  }
  
  .nav-wrap .nav-box .nav-list li {
    float: left;
    text-align: center;
    width: 20%;
  }
  .nav-wrap .nav-box .nav-list li:last-of-type {
    border-right: none;
  }
  .nav-wrap .nav-box .nav-list li a {
    display: block;
    width: 100%;
  }
  
  .nav-wrap .nav-box .nav-list li.active a > p {
    font-size: 18px;
    color: #2d66a5;
    font-weight: bold;
  }
  
  .nav-wrap .nav-box .nav-list li a img {
    display:block;margin:0 auto;
    vertical-align: middle;
  }
  
  .nav-wrap .nav-box .nav-list li a > p {
    font-size: 18px;
    color: #212121;
      display: inline-block;
    vertical-align: middle;
    margin:0;
    padding:0;
    font-weight: normal;
  }
  
  .nav-wrap .search-wrap {
    padding-top: 23px;
    height:160px;
    width:1200px;margin:0 auto;
  }
  .nav-wrap .search-wrap .logo-box{
  /* 	margin-top:20px; */
  }
  .nav-wrap .search-wrap .sh {
    text-align: center;
    position: relative;
    top: -2px;
    left: 252px;
  }
  .nav-wrap .search-wrap .sh a::before {
    content: "";
    display: inline-block;
    background: url(../images/blue/20/search_help.png) no-repeat center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    margin-bottom: 4px;
    vertical-align: middle;
  }
  .nav-wrap .search-wrap .sh a {
    color: #2d6fa5;
    font-size: 16px;
    font-weight: bold;
  }
  
  .nav-wrap .search-wrap .search-box-header {
    width: 500px;border-radius:50px;
    background: #ffffff;
    border: 1px solid #a5cae9;
    position: relative;
    padding-left: 53px;
    box-sizing: border-box;
  }
  
  .nav-wrap .search-wrap .search-box-header::before {
    content: "";
    background-image: url(../images/blue/20/index_zfxxgk_search_1.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
  }
  
  .nav-wrap .search-wrap .search-box-header input[type="text"] {
    width: 345px;
    border: none;
    height: 56px;
    float: left;
    font-size: 18px;
    color: #212121;
  }
  .nav-wrap .search-wrap .search-box-header input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #999;
  }
  .nav-wrap .search-wrap .search-box-header input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
  }
  .nav-wrap .search-wrap .search-box-header input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
  }
  .nav-wrap .search-wrap .search-box-header input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #999;
  }
  .nav-wrap .search-wrap .search-box-header > a {
    background: #3a81bb;
    border-radius: 0 50px 50px 0;
    width: 100px;
    height: 56px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 56px;
    float: right;
    cursor: pointer;
  }
  
  .nav-wrap .search-wrap .keywors {
    text-align: right;margin-top:70px;
    font-size: 0;
    font-weight: bold;
    padding-top: 15px;
  }
  
  .nav-wrap .search-wrap .keywors a {
    font-size: 14px;
    color: #2d6fa5;
    padding: 0 6px;
  }
  
  .nav-wrap .search-wrap .keywors span {
    font-size: 14px;
    color: #2d6fa5;
    padding-right: 6px;
  }

  /* 微博微信二维码 */
  #weibo {
    position: relative;
}
  #weibo .show-item{
    width:200px;
     display: none;
          position: absolute;
          top: 26px;
          left: -40px;
          z-index:99999;
    }
    #weibo:hover .show-item{
     display: block;
    }
    
    #wx{
    position: relative;
    }
    #wx .show-item{
          width:200px;
          display: none;
          position: absolute;
          top: 26px;
          left: -40px;
          z-index:99999;
    }
    #wx:hover .show-item{
     display: block;
    }
     .show-item img{width:150px;}
  
  /* 一级页面头部结束 */

  /* 1200宽 */

.w {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  /* 页面通用底部 */
  
  .footer-wrap {
    width: 100%;border-top:5px solid #2c6aa4;
    background: #f3f3f3;
    padding: 20px 0;
    font-weight: normal;
  }
  .footer-box{
  position: relative;
  }
  .webs-about .xy{
  position: absolute;
      right: 0;
  }
  
  .footer-wrap .footer-box .webs-box {
    font-size: 0;
    position: relative;
  }
  
  .footer-wrap .footer-box .webs-box .webs-tit {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    float: left;
  }
  
  .footer-wrap .footer-box .webs-box .webs-tit::after {
    content: "";
    background-image: url(../images/blue/8/zqdh_arrow_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    float: right;
  }
  
  .footer-wrap .footer-box .webs-box .web-item-box .web-item {
    cursor: pointer;
    padding: 0 14px;
  }
  .footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(5) {
    padding-right: 0;
  }
  .footer-wrap .footer-box .webs-box .web-item-box .web-item:first-of-type {
    padding-left: 0;
  }
  
  .footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(6) {
    padding-right: 0;
  }
  
  .footer-wrap .footer-box .webs-box .web-item-box .web-item .content {
    width: 217px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-align: center;
  }
  
  .footer-wrap .footer-box .webs-box .web-item-box .web-item .content::after {
    content: "";
    background-image: url(../images/blue/8/skin_arrows_1.png);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    width: 10px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 60px;
    left: 0px;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs-inner {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    height: 500px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li {
    float: left;
    font-size: 20px;
    margin: 0 20px;
    color: #212121;
    font-weight: bold;
    line-height: 60px;
    position: relative;
  }
  .about-webs-wrap .close-ico {
    background: url(../images/blue/36-close.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .about-webs-wrap .close-ico:hover {
    background: url(../images/blue/36-close-1.png) no-repeat center center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
    margin-left: 0;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li.active {
    border-bottom: 3px solid #2d66a5;
    color: #2d66a5;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs {
    height: calc(100% - 100px);
    width: 100%;
    overflow-y: scroll;
    display: none;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs.open {
    display: block;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li {
    float: left;
    width: 260px;
    font-size: 18px;
    background: #e7eff6;
    margin: 10px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    line-height: 18px;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover {
    background: #2d66a5;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover a {
    color: #fff;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs :hover a {
    color: #2d66a5;
  }
  
  .about-webs::-webkit-scrollbar {
    width: 10px;
    height: 80px;
    background: #f6f6f6;
    border-radius: 20px;
  }
  
  .about-webs::-webkit-scrollbar-thumb {
    width: 10px;
    background: #2d66a5;
    border-radius: 20px;
  }
  
  .about-webs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
  
  .footer-wrap .footer-box .webs-box .web-item-box .web-item .about-webs li a {
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 40px;
  }
  
  /* .footer-wrap .footer-box .webs-box .web-item-box:hover .about-webs-wrap {
    display: block;
  } */
  
  .footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }
  
  .footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box li {
    float: left;
    cursor: pointer;
  }
  
  .footer-wrap .footer-box .webs-about {
    padding: 20px 0 0;
  }
  
  .footer-wrap .footer-box .webs-about li {
    
    vertical-align: middle;
    float: left;
  }
  
  .footer-wrap .footer-box .webs-about li .other a {
    float: left;
    padding-right: 20px;
  }
  
  .footer-wrap .footer-box .webs-about li:first-of-type {
    margin-right: 0;
    padding-top: 10px;
  }
  
  .footer-wrap .footer-box .webs-about .other a:first-of-type {
    margin-top: 5px;
  }
  
  .footer-wrap .footer-box .webs-about li:last-of-type {
    margin-right: 0;
    float: right;
  }
  
  .footer-wrap .footer-box .webs-about li .web-q {
    padding-bottom: 10px;
  }
  
  .footer-wrap .footer-box .webs-about li .web-q a {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 0 3px;
    border-right: 1px solid #333;
  }
  
  .footer-wrap .footer-box .webs-about li .web-q a:first-of-type {
    padding-left: 0;
  }
  
  .footer-wrap .footer-box .webs-about li .web-q a:last-of-type {
    border-right: none;
  }
  
  .footer-wrap .footer-box .webs-about li .web-beian {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
    padding-bottom: 5px;
  }
  
  .footer-wrap .footer-box .webs-about li .tec-sup {
    font-size: 14px;
    color: #333;
    opacity: 0.8;
  }
  
  .footer-wrap .footer-box .webs-about li .credit-img {
    padding-top: 20px;
  }
  
  .footer-wrap .footer-box .webs-about li .credit-img a {
    float: left;
    margin: 0 5px;
    width: 100px;
    height: 33px;
    overflow: hidden;
  }
  
  .footer-wrap .footer-box .webs-about li .credit-img a img {
    transition: transform 0.4s linear;
  }
  
  .footer-wrap .footer-box .webs-about li .credit-img a:hover img {
    transform: scale(1.1);
    transition: transform 0.4s linear;
  }
  
  .footer-wrap .footer-box .webs-about li .credit-img a:last-of-type {
    padding-right: 0;
  }