@media (min-width: 992px){
    .col-md-3 {
        width: 25%;
    }
}
@media (min-width: 992px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    .footer {
        padding: 20px 0 30px;
        background-color: #017bdc;
    }
    
    .links{
        position: relative;
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .links>ul li {
        position: relative;
        margin-bottom: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    
    .links>ul>li>a {
        position: relative;
        display: block;
        margin: 0 -5px;
        text-align: center;
        background: #017bdc;
        color: #fff;
        border: 1px solid #4a9be2;
    }
    
    .links li ul {
        display: none\9;
        z-index: -1;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 30px;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid #ddd;
        background-color: #fff;
        opacity: 0;
        transform: translate(0, 3px);
        transition: opacity, transform .3s;
        background: #fff;
    }
    
    .links li:hover ul {
        display: block\9;
        z-index: 9;
        opacity: 1;
        transform: translate(0, 0);
    }
    
    .links li li {
        border-top: 1px solid #ddd;
        line-height: 39px;
        text-align: center;
        transition: all .3s;
        margin: 0;
    }
    
    .links li li:hover {
        background-color: #f8f8f8;
    }
    
    .links li li a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 40px;
        background: #fff;
        color: #666;
    }
    
    /* .copyright {
        line-height: 32px;
    }
    
    .copyright p {
        font-size: 14px;
        color: #fff;
    }
    
    .copyright p a,
    .copyright p span {
        margin: 0 10px;
        font-size: 14px;
        color: #fff;
    } */
    
    .gov {
        position: absolute;
        top: 50%;
        left: 65px;
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }
    
    .jc {
        position: absolute;
        top: 50%;
        right: 0;
        width: 110px;
        height: 55px;
        margin-top: -22px;
    }
    
    .links .row .col-md-3 {
        width: 20%;
    }
    
    .links .row .col-md-3:first-child {
        padding-left: 5px;
    }
    
    .links .row .col-md-3:last-child {
        padding-right: 5px;
    }
    
    .links .row .col-md-3 a::before {
        content: "";
        background-image: url(../images/skin_arrows_1.png);
        background-size: 8px 8px;
        background-position: center center;
        background-repeat: no-repeat;
        transform: rotate(0deg);
        width: 10px;
        height: 32px;
        position: absolute;
        right: 10px;
        top: 0;
    }
    
    .list-d li a span {
        font-size: 14px;
    }
    
    .list-b li a span {
        font-size: 14px;
    }
    @media (max-width: 1200px) {
        .links{
            width: 100%;
        }
        .footer .gov,
        .footer .jc {
            position: relative;
            display: inline-block;
            top: 0;
            margin-top: 20px;
            vertical-align: middle;
        }
        .gov {
            left: 0px;
        }
        /* .copyright p span {
            display: block;
        }
        .copyright p {
            margin: 0 10px;
        } */
    }
    @media (max-width: 992px) {
        .links .row .col-md-3 {
            width: 100%;
        }
        .links .row .col-md-3:first-child {
            padding-left: 15px;
        }
        .links .row .col-md-3:last-child {
            padding-right: 15px;
        }
    }
    .footer .webs-box {
        font-size: 0;
        position: relative;
      }
      
      .footer .webs-box .webs-tit {
        font-size: 16px;
        color: #ffffff;
        line-height: 40px;
        float: left;
      }
      
      .footer .webs-box .webs-tit::after {
        content: "";
        background-image: url(../images/zqdh_arrow_1.png);
        background-size: 8px 8px;
        background-position: center center;
        background-repeat: no-repeat;
        width: 20px;
        height: 40px;
        float: right;
      }
      
      .footer .webs-box .web-item-box .web-item {
        cursor: pointer;
        padding: 0 14px;
      }
      .footer .webs-box .web-item-box .web-item:nth-of-type(5) {
        padding-right: 0;
      }
      .footer .webs-box .web-item-box .web-item:first-of-type {
        padding-left: 0;
      }
      
      .footer .webs-box .web-item-box .web-item:nth-of-type(6) {
        padding-right: 0;
      }
      
      .footer .webs-box .web-item-box .web-item .content {
        width: 217px;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 2px;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        position: relative;
        text-align: center;
      }
      
      .footer .webs-box .web-item-box .web-item .content::after {
        content: "";
        background-image: url(../images/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 .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 .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 .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/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/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 .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
        margin-left: 0;
      }
      
      .footer .webs-box .about-webs-wrap .web-item-tit-box li.active {
        border-bottom: 3px solid #2d66a5;
        color: #2d66a5;
      }
      
      .footer .webs-box .about-webs-wrap .about-webs {
        height: calc(100% - 100px);
        width: 100%;
        overflow-y: scroll;
        display: none;
      }
      
      .footer .webs-box .about-webs-wrap .about-webs.open {
        display: block;
      }
      
      .footer .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 .webs-box .about-webs-wrap .about-webs li:hover {
        background: #2d66a5;
      }
      
      .footer .webs-box .about-webs-wrap .about-webs li:hover a {
        color: #fff;
      }
      
      .footer .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 .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 .webs-box .web-item-box .web-item .about-webs li a {
        color: #212121;
        display: block;
        font-size: 16px;
        line-height: 40px;
      }
      
      /* .footer .webs-box .web-item-box:hover .about-webs-wrap {
        display: block;
      } */
      
      .footer .webs-box .web-item-box .web-item-tit-box {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
      }
      
      .footer .webs-box .web-item-box .web-item-tit-box li {
        float: left;
        cursor: pointer;
      }
      
      .footer .webs-about {
        padding: 20px 0;
        width: 1100px;
        margin: 0 auto;
      }
      
      .footer .webs-about li {
        margin-right: 20px;
        vertical-align: middle;
        float: left;
      }
      
      .footer .webs-about li .other a {
        float: left;
        /* padding-right: 20px; */
      }
      
      .footer .webs-about li:first-of-type {
        margin-right: 0;
        padding-top: 10px;
      }
      
      .footer .webs-about .other a:first-of-type {
        margin-top: -10px;
      }
      .footer .webs-about .other a:last-of-type{
        margin-top: -10px;
      }
      .footer .webs-about li:last-of-type {
        margin-right: 0;
        float: right;
      }
      
      .footer .webs-about li .web-q {
        padding-bottom: 10px;
        height: 23px;
      }
      
      .footer .webs-about li .web-q a {
        float: left;
        font-size: 14px;
        color: #ffffff;
        line-height: 14px;
        padding: 0 10px;
        border-right: 1px solid #fff;
      }
      
      .footer .webs-about li .web-q a:first-of-type {
        padding-left: 0;
      }
      
      .footer .webs-about li .web-q a:last-of-type {
        border-right: none;
      }
      
      .footer .webs-about li .web-beian {
        font-size: 14px;
        color: #ffffff;
        opacity: 0.8;
        padding-bottom: 5px;
      }
      
      .footer .webs-about li .tec-sup {
        font-size: 14px;
        color: #ffffff;
        opacity: 0.8;
      }
      
      .footer .webs-about li .credit-img {
        padding-top: 20px;
      }
      
      .footer .webs-about li .credit-img a {
        float: left;
        margin: 0 5px;
        width: 100px;
        height: 33px;
        overflow: hidden;
      }
      
      .footer .webs-about li .credit-img a img {
        transition: transform 0.4s linear;
      }
      
      .footer .webs-about li .credit-img a:hover img {
        transform: scale(1.1);
        transition: transform 0.4s linear;
      }
      
      .footer .webs-about li .credit-img a:last-of-type {
        padding-right: 0;
      }
      .footer .webs-about li p{
          font-size: 14px;
              color: #fff;
              opacity: 0.8;
              line-height: 24px;
      }
      .footer .webs-about li.copy span {
          margin: 0 10px 0 0;
              font-size: 14px;
              color: #fff;
      }
      @media screen and (max-width: 1200px) {
          .footer .webs-about {
          width: 100%;
      }
          .footer .webs-box {
          display: none;
        }
        .footer .webs-about li {
          float: none;
          text-align: center;
          margin: 0;
          padding: 0 12px;
        }
        .footer .credit-img {
          display: none;
        }
        .footer .other {
          display: none;
        }
        .footer .web-q {
          display: none;
        }
      }
      @media screen and (max-width: 680px) {
          .footer .webs-about {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 10px 0 !important;
        }
        .footer .webs-about li {
          text-align: center;
          margin: 0;
          padding: 0 20px;
        }
        .footer .webs-about li.copy  p{
          text-align: center;
        }
        .footer .webs-about li .web-q a {
          float: none;
        }
      }