.footer-container {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    min-width: 1600px;
    margin: 0 auto
}

.footer-container .company {
    width: 400px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555
}

.footer-container .company-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    margin-top: 50px;
    margin-bottom: 30px
}

.footer-container ul li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555;
    line-height: 30px
}

.footer-container .contact {
    text-align: center;
    margin-top: 50px;
}

.footer-container .contact-OR {
    width: 95px;
    height: 95px
}

.footer-container .contact-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin: 25px 0
}

.footer-container .contact-phone-img {
    position: relative;
    top: 5px;
    width: 45px;
    display: block;
    margin: 60px auto 30px;
    height: 45px
}

.footer-container .contact-phone {
    font-size: 46px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #f8b62b
}

.footer .link-wrapper {
    margin-bottom: 40px;
    padding: 20px 50px;
    overflow: hidden
}

.footer .link-wrapper .link {
  float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555;
    line-height: 30px;
    margin-right: 10px
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555;
    line-height: 30px
}

.footer-bottom::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ccc
}

.footer .logo {
    margin-top: 76px;
    width: 109px;
    height: 104px
    
}

.min-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000
}

.min-footer span {
    display: block
}

.min-footer div {
    font-size: 1rem;
    text-align: center;
    margin: .5rem 0
}

.min-footer .title {
    font-size: 2rem;
    font-weight: 400
}

.min-footer .address {
    font-size: 1.5rem
}

.min-footer .address-detail {
    font-size: 1.5rem;
    color: #000033;
    width: 60%
}

.min-footer .phone-24 {
    color: #f8b62b
}

.min-footer .contact-phone {
    font-size: 3rem;
    color: #f8b62b
}

.min-footer .contact-title {
    font-size: 2rem
}

.min-footer .g {
    font-size: 1.2rem
}

.footer-nav{
    margin-top: 30px;
}
.footer{
    height: 365px;
    border-top: 1px solid #c1c1c1;
}
@media screen and (max-width: 1440px) {
    .footer-container {
    min-width:1440px;
    }
    }
@media screen and (max-width: 1025px) {
    .min-hidden {
        display: none
    }
    .footer {
        height: 100%;
    }
}

@media screen and (min-width: 1025px) {
    .min-show {
        display: none !important
    }
}
@media all and (max-width: 580px){
    .min-footer .title {
        font-size: 1rem;
    }
    .min-footer .address-detail {
        font-size: 1rem;
    }
    .min-footer .contact-phone {
        font-size: 2.2rem;
    }
    .min-footer .contact-title {
        font-size: 1rem;
    }
    .min-footer .g {
        font-size: 1rem;
    }
    .contact-OR{
        width: 20%;
    }
}