

.copyright-content {
    line-height: 2rem;
    font-size: 14px;
    font-family: 'ralewayregular';
}
.footer {
height: 310px;
    background: url("../../images/footer.png")center no-repeat;
    background-size: cover;
}

.footer .home-bottom-split-box {
    position: relative;
    /*bottom: 135px;*/
    width: 100%;
    min-width: 1200px;
    height: auto;
    padding-top: 10px ;
    /*background: url("../../images/footer.png")center no-repeat;*/
    background-size: cover;
    font-weight: 300;
}
.footer .footer-content {

    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.footer .footer-left-box .contact-info {
    font-size: 16px;
    color: #333;
    margin-top: 50px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", "微软雅黑";
}
.footer .footer-left-box .contact-info:nth-child(4) {
    text-indent: 3em;
}
.footer .footer-right-box {
    padding-top: 20px;
    width: 1200px;
    height: 140px;
    float: left;

}
.footer .footer-right-box .right-box-dl {
    float: left;
    margin-right: 110px;
    padding-left: 50px;
}
.footer .footer-right-box .right-box-dl:nth-child(4) {
    margin-right: 0;
}
.footer .footer-right-box .item-title {
    font-size: 19px;
    color: #333;
    margin-bottom: 42px;

    font-family: SourceHanSansCN-Regular, "Microsoft YaHei";
}
.footer .footer-right-box dd > a {
    color:black;
    display: block;
    font-size: 15px;
    margin-top: 16px;
    text-decoration: none;
    font-weight: normal;
}
.footer .qrcode-box {
    text-align: center;
    /*position: relative;*/
    width: 300px;
    height: 80px;
    /*right: -1400px;*/
}

.footer .qrcode-box .logo {
    float: right;
    text-decoration: none;
    position:absolute;
    right: 50px;
    top: 50px;
}
.footer .qrcode-box .logo-image
{
   width: 80%;
}
.footer .qrcode-box .qrcode-hint {
    position: relative;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", "微软雅黑";
}

.footer .qrcode-box .icon-logo {
    position: absolute;
    width: 26px;
    top: -7px;
    left: 19%;
}
.weekly{
    width: 1.5%;
    margin-left: 5px;
    margin-bottom: 3px;
}
.footer .footer-copyright {
    text-align: center;
    margin-top: 150px;
    margin-top: 189px;
}
.drop3{
    text-align: center;
}
@media (max-width: 768px){
    .footer{
        height: 71px;
    }
    .footer .home-bottom-split-box{
        display: none;
    }

    .copyright-content {
        line-height: 2rem;
        font-size: 5px;
        font-family: 'ralewayregular';
        font-weight: 100;
    }
}
.footer_copyright{
    text-align: center;
}
@media (min-width: 768px){
  .dropup{
      display: none;
  }
    .footer_copyright{
        display: none;
    }
    .drop3
    {display: none;}
    .copyright-content {
        margin: 0;
    }
}


