footer {
    padding: 20px 0 30px 0;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #fff;
}

footer .container {
    margin-top: 20px;
}


.notBoxShadow {
    box-shadow: 0 0 0 0 #fff !important;
}

.footer-border1 {
    width: 100%;
    height: 1px;
    background: #060C3F;
}

.footer-border2 {
    width: 100%;
    height: 1px;
    background: #3E4792;
}

/* 常用链接样式 */
.links-a {
    width: 100%;
    height: 100%;
}

.links-a .links-content {
    /* width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.links-a .links {
    display: flex;
    text-align: left;
    /* width: 94px; */
    /* margin-right: 90px; */
}

.copyright-bac.importantClass{
    background: #012964 !important;
}

.links-a .links {

}

.links-a .type-name {
    margin-top: 3px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    position: relative;
    margin-right: 130px;
}
@media (max-width: 1300px) {
    .links-a .type-name {
        margin-right: 70px;
    }
}

@media (min-width: 1301px) and (max-width: 1650px) {
    .links-a .type-name {
        margin-right: 85px;
    }
  }

.links-a .type-name::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 114px;
    height: 1px;
    background-color: #D8D8D8;
    opacity: 0.2;
}

.links-a .type-name a {
    font-weight: bold;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 16px;
    color: #ffffff;
}

.links-a .type-item {
    margin-top: 18px;
    /* color: #666666; */
}

.links-a .type-item a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 400;
}

.links-a .barcode img {
    width: 118px;
    height: 118px;
    /* position: absolute;
    top: 50%; */
    /* transform: translate(0, -50%); */
}

/* .links-a .barcode p {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    width: 165px;
    position: absolute;
    top: 75%;
    left: 7%;
    font-weight: 300;
} */

/* .links-a .barcode {
    position: relative;
    width: 135px;
} */

.links-a .links-box {
    /* width: 750px; */
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    margin-top: 30px;  
      margin-right: 30px;
}

.links-content-right{
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: center;
}
.links-content-right p{
    color: #fff;
    margin-top: 12px;
    font-size: 14px;
font-family: MicrosoftYaHei;
}
.links-content-right .links-right_item{
    margin-right: 10%;
}

.footer_copyright{
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
}
.footer_copyright img{
    opacity: 1;
}
.footer_copyright span{
    opacity: 0.7;
}

@media (max-width: 992px) {
    .links-content-right{
        display: none;
    }
    .links-a{
        padding: 16px 16px 86px 16px;
    }

    .footer_copyright{
        position: relative;
        bottom: 0px;
        left: 0%;
        transform: translateX(0%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_copyright img{
        display: none;
    }

    .copyright-bac{
        height: auto !important;
    }

    .footer_copyright span{
        line-height: 22px;
    }

    .links-a .links:nth-child(3) {
        display: none;
      }
    .links-a .links:nth-child(5) {
        display: none;
      }
    .links-a .links:nth-child(7) {
        display: none;
      }

      .links-a .links-box{
        display: block;
        overflow: hidden;
        margin-top: 0px ;
        margin-right: 0px;
      }

      .links-a .links-content  .type{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 20px;
      }

      .links-a .links-content{
        display: block;
        justify-content: flex-start;
      }

      .links-a .links{
        display: block;
      }

      .links-a .type-name{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
      }

      .links-a .type-item{
        width: 50%;
        max-width: 200px;
        margin-top: 10px;
        font-size: 12px;
      }

      .links-a .type-name::before{
        display: none;
      }
}
@media (min-width: 993px) {


}
