/* 联系我们 */

.bg-top-img {
    margin-bottom: 105px;
    background-image: url(../img/contacTop.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.contact-box {
    width: 70%;
    height: 418px;
    background: #F6F6F6;
    padding-top: 65px;
    margin: 0 auto;
    margin-bottom: 108px;
    padding-left: 30px;
}

.contact-box P {
    font-size: 26px;
    color: #000;
    line-height: 40px;
    text-align: left;
}

.contact-box-title {
    display: block;
    font-size: 36px;
    color: #083E94;
    margin-bottom: 70px;
    text-align: left;
}


/* 公司荣誉 */

.honor-box {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 108px;
    padding-left: 30px;
}

.honor-box-title {
    display: block;
    font-size: 36px;
    color: #083E94;
    margin-bottom: 50px;
    text-align: left;
}

.honor-box-top {
    margin-bottom: 60px
}

.honor-box-top p {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: left;
}

.honor-box-top ul {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: left;
}

.honor-box-top p span {
    color: #15A3E2;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 媒体查询 */

@media (max-width: 970px) {
    .bg-top-img {
        margin-bottom: 85px;
        background-image: url(../img/contacTop.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
    }
    .contact-box {
        width: 90%;
        height: 518px;
        background: #F6F6F6;
        padding-top: 35px;
        margin: 0 auto;
        margin-bottom: 80px;
        padding-left: 30px;
    }
    .contact-box P {
        font-size: 16px;
        color: #000;
        line-height: 30px;
        text-align: left;
    }
    .contact-box-title {
        display: block;
        font-size: 26px;
        color: #083E94;
        margin-bottom: 40px;
        text-align: left;
    }
    .contact-box img {
        width: 100%
    }
    /* 公司荣誉 */
    .honor-box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 80px;
        padding-left: 10px;
    }
    .honor-box-title {
        display: block;
        font-size: 26px;
        color: #083E94;
        margin-bottom: 20px;
        text-align: left;
    }
    .honor-box-top {
        margin-bottom: 60px
    }
    .honor-box-top p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-align: left;
    }
    .honor-box-top ul {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-align: left;
    }
    .honor-box-top p span {
        color: #15A3E2;
    }
    .swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 200px;
        height: 300px;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }
}