.wrap {
    display: flex;
}

.wrap .cont {
    padding-bottom: 5.20833vw;
    flex: 1;
}

.wrap .cont h2 {
    font-size: 2.2vw;
    color: #262728;
    font-weight: 500;
    margin-bottom: 2.44791vw;
    font-weight: bold;
}

.wrap .nav {
    width: 20.36458vw;
}

.wrap .cont .honor {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.wrap .cont .honor img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap .cont .honor p {
    font-size: 1.04166vw;
    color: #262728;
    margin-top: 1.04166vw;
    margin-bottom: 2.55208vw;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrap .cont .honor p.active {
    color: #0A50B4;
}

.wrap .cont .honor div {
    cursor: pointer;
    width: 20.05208vw;
    margin-right: 1.8vw;
}

.wrap .cont .honor div:nth-child(3n) {
    margin-right: 0;
}

.wrap .cont .honor div:hover p {
    color: #0A50B4;
}

.wrap .cont .honor div .img-wrap {
    width: 20.05208vw;
    height: 20.05208vw;
    box-sizing: border-box;
    padding: 1vw;
    background-color: #F3F5FA;
    border-radius: 0.52083vw;
}

.pagination {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.pagination .btn {
    display: flex;
    align-items: center;
}

.pagination .btn img {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
}

.pagination .btn img.last {
    margin-right: 0.52083vw;
}

.pagination .btn img.next {
    margin-left: 0.52083vw;
}

.pagination .btn span {
    color: #848585;
    font-size: 0.9375vw;
}

.pagination .num {
    display: flex;
    align-items: center;
    color: #848585;
    font-size: 0.9375vw;
    margin: 0 auto;
    margin-left: 4.16666vw;
    margin-right: 4.16666vw;
}

.pagination .num div {
    width: 1.77083vw;
    height: 1.77083vw;
    line-height: 1.77083vw;
    border-radius: 50%;
    text-align: center;
}

.pagination .num div.active {
    background-color: #0A50B4;
    color: #fff;
}

.pagination .btn img.active {}

/* 弹窗轮播图 */
.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 40.22916vw;
    height: 44.875vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.04166vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 1.5625vw;
    box-sizing: border-box;
}

.modelTost .modelClose {
    width: 2.39583vw;
    display: block;
    position: absolute;
    top: 0;
    left: 41.27083vw;
}

.modelClose {
    float: right;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 1.04166vw;
}

.swiper-wrapper {
    border-radius: 1.04166vw;
}

.swiper-slide {
    border-radius: 1.04166vw;
}

.swiper-container .button-wrap {
    width: 10vw;
    height: 4vw;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.swiper-slide img {
    width: 37.10416vw;
    height: 37.10416vw;
    object-fit: contain;
    border-radius: 1.04166vw;
    display: block;
    margin: 0 auto;
}

.modelTostChile .title {
    text-align: left;
    font-size: 1.042vw;
    color: #262728;
    margin-top: 1.48333vw;
    margin-bottom: 1.48333vw;
    width: 70%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 2.5vw;
    height: 2.5vw;
    background-size: 2.5vw 2.5vw;
    right: 1.61458vw;
    bottom: 1.35416vw;
    margin-top: unset;
    top: unset;
    transition: all .5s;
}

.swiper-button-prev {
    right: 5.67708vw;
    left: initial;
}

.swiper-button-next {
    background-image: url(../image/white-arr-right.png);
}

.swiper-button-prev {
    background-image: url(../image/white-arr-left.png);
}

.swiper-button-next:hover {
    background-image: url(../image/blue-arr-right.png);

}

.swiper-button-prev:hover {
    background-image: url(../image/blue-arr-left.png);

}

/* 弹窗轮播图 END*/


.cont .areaChooseGroup {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2.08333vw;
    width: 100%;
    flex-wrap: wrap;
}

.cont .areaChooseGroup a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 6.25vw; */
    height: 2.5vw;
    padding: 0 1.25vw;
    background-color: #F3F5FA;
    border-radius: 1.25vw;
    font-size: 0.83333vw;
    margin-right: 1.04166vw;
    margin-bottom: 1.04166vw;
}

.cont .areaChooseGroup a.active {
    background-color: #0A50B4;
    color: #fff;
}

.cont .areaChooseGroup a:hover {
    background-color: #0A50B4;
    color: #fff;
}
.cont .cont-null {
    font-size: 0.83333vw;
    color: #262728;
    margin-bottom: 2.08333vw;
    font-weight: bold;
}

@media screen and (max-width:750px) {
    .wrap .cont {
        /* padding: 6.66666vw 0 10.66666vw; */
        border-left: none;
        width: 100%;
    }

    .wrap .cont h2 {
        font-size: 5.26666vw;
    }

    .wrap .cont .honor div {
        width: 100%;
        height: auto;
    }

    .wrap .cont .honor img {
        width: 100%;
    }

    .wrap .cont .honor p {
        font-size: 4.2vw;
        margin-top: 2vw;
        margin-bottom: 3.5vw;
    }

    .modelTostChile {
        width: 83.22916vw;
        /* height: 90.875vw; */
        height: auto;
        padding: 2.5625vw 2.5625vw 0 2.5625vw;
        border-radius: 2.7vw;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .modelTost .modelClose {
        left: initial;
        right: 0;
        top: -7vw;
        width: 5vw;
    }

    .modelTostChile .title {
        font-size: 3.2vw;
        width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 6.4vw;
        height: 6.4vw;
        background-size: cover;
        bottom: 3vw;
    }

    .swiper-button-next {
        right: 0;
        top: 0;
    }

    .swiper-button-prev {
        left: 0;
        top: 0;
    }

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide,
    .swiper-slide img {
        border-radius: 2.7vw;
    }

    .swiper-slide {
        padding-bottom: 10vw;
    }

    .swiper-container .button-wrap {
        width: 15vw;
        height: 7vw;
        bottom: 3vw;
    }

    .swiper-button-prev.swiper-button-disabled {
        background-image: url(../image/white-arr-left.png);
    }

    .swiper-button-next.swiper-button-disabled {
        background-image: url(../image/white-arr-right.png);
    }

    .wrap .cont .honor div .img-wrap {
        width: 100%;
        height: auto;
    }

    .wrap .cont .honor {
        display: block;
    }

    .cont .areaChooseGroup {
        margin-bottom: 4.66666vw;
        overflow-x: scroll;
        /* overflow-y: hidden; */
        flex-wrap: nowrap;
    }

    .cont .areaChooseGroup a {
        width: auto;
        padding: 3.66666vw 4vw;
        font-size: 3.733vw;
        border-radius: 7.5625vw;
        white-space: nowrap;
    }
}