



/* 顶部 */
.top {
	background-color: #fff;
	box-shadow: 0 1px 5px #888;
}




/* abtBanner */
.abtBanner {
    position: relative;
    width: 100%;
    height: auto;
}
.abtBanner .imgbox {
    height: 100%;
    overflow: hidden;
}
.abtBanner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abtBanner .layer {
    position: absolute;
    left: 0;
    top: 39%;
    width: 100%;
    text-align: center;
}
.abtBanner .layer  .title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 6.6667vw;
}
.abtBanner .layer  .subtit {
    height: 3.9583vw;
    color: #fff;
    font-size: 22px;
}
.abtBanner .layer  .subtit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2.3958vw;
    height: 0.2083vw;
    background-color: #0075cf;
    margin-left: -1.1979vw;
}
.abtBanner .choose {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -700px;
    width: 1400px;
    height: 70px;
    background-color: #fff;
}
.abtBanner .choose::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1563vw;
    background-color: #efefef;
}
.choose .lisbox {
    padding-left: 2.6042vw;
}
.choose li {
    float: left;
    position: relative;
    margin-right: 2.1875vw;
}
.choose li a {
    display: block;
    color: #525252;
    font-size: 16px;
    line-height: 70px;
    font-weight: bold;
}
.choose li em {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 0.1563vw;
    background-color: #0075cf;
}
.choose ul li:nth-child(3) em {
    display: block;
}
.choose li:hover em {
    display: block;
}

@media screen and (max-width: 1400px) {
    .abtBanner {
        height: 550px;
    }
    .abtBanner img {
        height: 100%;
    }
    .abtBanner .choose {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1120px) {
    .abtBanner .layer .title {
        line-height: 1.5em;
    }
    .abtBanner .layer .subtit {
        height: 45px;
    }
    .abtBanner .layer .subtit::after {
        width: 26px;
        height: 2px;
        margin-left: -13px;
    }
}
@media screen and (max-width: 991px) {
    .abtBanner {
        height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .abtBanner {
        height: 400px;
    }
    .abtBanner .choose::after {
        height: 1px;
    }
    .abtBanner .choose {
        height: auto;
    }
    .choose li {
        margin-right: 21px;
    }
    .choose li a {
        font-size: 14px;
        line-height: 45px;
    }
    .choose li em {
        height: 1px;
    }
}
@media screen and (max-width: 425px) {
    .abtBanner .layer .title {
        font-size: 8.47vw;
    }
    .abtBanner .layer .subtit {
        font-size: 5.1764vw;
    }
}




/* content */
.honor {
    position: relative;
    width: 1170px;
    margin: 0 auto 85px;
}
.honor p {
    color: #333;
    font-size: 36px;
    text-align: center;
    margin-top: 88px;
    margin-bottom: 20px;
}
.lunbo {
    position: relative;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 70%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 30%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper2 .swiper-slide {
    width: 350px!important;
    height: 500px;
    overflow: hidden;
}
.mySwiper2 .swiper-slide img,
.mySwiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.arrow-l, .arrow-r {
    top: 34%!important;
}
.arrow-l {
    left: 10%!important;
}
.arrow-r {
    right: 10%!important;
}


@media screen and (max-width: 1170px) {
    .honor {
        width: 100%;
    }
    .lunbo {
        width:96%;
        margin: 0 auto;
    }
    .mySwiper2 {
        width: 350px;
    }
}
@media screen and (max-width: 767px) {
    .honor p {
        margin-top: 30px;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper2 .swiper-slide {
        width: 100%!important;
    }
    .mySwiper2 .swiper-slide img   {
        max-width: 100%;
        max-height: 100%;
    }
    .lunbo .mySwiper {
        width: 80%;
    }
    .arrow-l, .arrow-r {
        display: none!important;
    }
}