.foot-other {
    padding: 90px 0;
    background: url(../../images/foot-bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 65px;
}

.footother-top img {
    width: 200px;
}

.footother-top p {
    margin-top: 30px;
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
}

.footother-fl {
    width: 48%;
}

.footother-fr {
    width: 44%;
}

.contact-listnameone {
    margin-top: 20px;
}

.contact-listnameone li span {
    margin-right: 10px;
}

.contact-listnameone li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.contact-listnameone li h3 {
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
}

.contact-listnameone li p,
.contact-listnameone li p a {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}

.contact-listnameone li span img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.contact-listnameone li {
    padding: 38px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}

.contact-listnameone li {
    padding: 34px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-listnameone li div {
    width: 80%;
}

.div_info {
    width: 30%;
    padding: 55px;
    background: #fff;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.footother-fr .div_info {
    width: 100%;
}

.div_info h3 {
    padding-bottom: 20px;
    font-size: 28px;
    color: #333;
    line-height: 24px;
    letter-spacing: 1px;
}

.div_info input,
.div_info textarea {
    display: block;
    width: 100%;
    height: 62px;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 16px;
    border: none;
    background: #fafafa;
    border: 1px solid #eee;
    outline: none;
}

.div_info textarea {
    height: 197px;
    padding: 20px 30px 20px 30px;
    line-height: 30px;
}

.footother-fr .div_info input {
    height: 49px;
}

.input-position {
    position: relative;
}

.div_info button {
    width: 100%;
    height: 66px;
    font-size: 15px;
    color: #fff;
    background: var(--btn-bg);
    margin-top: 36px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Montserrat-Bold';
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}

.div_info button:hover {
    background: var(--btn-bg-hover);
}

/*手机端底部*/
.mobile-footer-guanxiang {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background: var(--color-primary);
    z-index: 99;
    box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.mobile-footer-guanxiang .mobile-foot a {
    float: left;
    width: 25%;
    height: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #2054b5;
    box-sizing: border-box;
}

.mobile-footer-guanxiang .mobile-foot a:last-child {
    border-right: none;
}

.mobile-footer-guanxiang .mobile-foot img {
    display: block;
    width: 28px;
    height: 28px;
    margin: 5px auto 0 auto;
}

@media screen and (max-width: 1580px) {
    .foot-other {
        padding: 60px 0;
    }

    .footother-fr {
        width: 46%;
    }
}

@media screen and (max-width: 1400px) {
    .footother-fr {
        width: 48%;
    }
}

@media screen and (max-width: 1280px) {
    .div_info button {
        height: 52px;
    }

    .div_info textarea {
        line-height: 24px;
    }

    .footother-fl {
        width: 48%;
    }

    .div_info {
        padding: 36px;
    }

    .footother-top p {
        margin-top: 20px;
        font-size: 17px;
    }
}

@media screen and (max-width: 960px) {
    .foot-other {
        padding-top: 30px;
    }

    .footother-fl,
    .footother-fr {
        width: 100%;
    }

    .div_info {
        padding: 30px;
    }

    .contact-listnameone li div {
        width: 72%;
    }

    .footother-top p {
        margin-top: 15px;
        font-size: 16px;
    }

    .mobile-footer-guanxiang {
        display: block;
    }
}