/* 联系我们 */

.bg-top-img {
    background-image: url(../img/wenhuaTop.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:-110px
}

.honor-box-top p {
    font-size: 18px;
    /*line-height: 40px;*/
    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%;
}
/*轮播图*/
.honour {
    background-image: url(../img/官网效果图7\ -荣誉-底图.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.honor {
    margin: 0 auto;
    width: 70%;
    opacity: 0;
    display: none;
    position: relative;
    height: 750px;

}

.honor.active {
    /*transition: opacity 500ms ease 0s;*/
    transition: opacity 4s, left 0.5s;
    display: block;
}

.honor-box {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.images {
    width: 600px;
    height: 403px;
    z-index: 0;
}

.honor-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    width: 320px;
    height: 220px;
    margin: 0 auto;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 92%;
    margin-top: -34%;
    position: relative;
    /*top: 52%;*/
    /*left:85%;*/
    z-index: 12;
     transition: opacity 4s, right 0.5s;
}

.honor-head {
    width: 60%;
    top: 8%;
    position: absolute;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #0a3d97!important;
}

.honor-head-title {
    text-align: center;
}

.honor-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
        text-align: left !important;
}

.honor-text {
    font-size: 18px;
    line-height: 1.5;
        text-align: left !important;
}

.dots-container {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #fff;
}
.mySwiper .swiper-button-next, .swiper .swiper-button-prev {
    color: #3d3d3d;
}

/* 媒体查询 */

@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: 160px
    }
    .honor-box-top p {
        font-size: 16px;
        line-height: 30px;
        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%;
    }
    .images {
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .honor-card {
        font-size:16px;
         width: 100%;
    height: 100%;
     margin-left: 12%;
    margin-top: -18%;
    }
    .honor-text{
        font-size:16px;
    }
    .honor-title {
        font-size:18px;
    }
}