.container {
    width: unset;
    max-width: 1460px;
}



.desc-wrap h2 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    text-align: center;
    margin: 80px 0 19px;
}
.desc-wrap small {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.desc-wrap .rich-text {
    max-width: 930px;
    margin: 0 auto;
}
.desc-wrap .rich-text p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
    text-align: center;
    margin: unset;
}




.tabs-wrap {
    max-width: 1281px;
    overflow-y: hidden;
    margin: 0 auto 50px;
    white-space: nowrap;
}

.tabs-wrap li {
    display: inline-block;
    padding: 18px 40px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3476BA;
    cursor: pointer;
    transition: all .3s ease;
    background: #F2F6FA;
    border-radius: 12px;
    text-align: center;
}

.tabs-wrap li+li {
    margin-left: 25px;
}

.tabs-wrap li.active {
    background: #379DE6;
    color: #fff;
}








.news-wrap .col .cover {
    height: 395px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.news-wrap .col .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.news-wrap .col:hover .cover img {
    transform: scale(1.1);
}

.news-wrap .col .desc {
    padding: 30px;
}

.news-wrap .col:hover .desc h3 {
    color: var(--main-color);
}
.news-wrap .col .desc h3 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

.news-wrap .col .desc p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 1.6;
    margin: 30px 0;
}

.news-wrap .bto {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
}

.news-wrap .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(3, 95, 189, .4);
    position: relative;
    margin-right: 4px;
}

.news-wrap .icon::after {
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.brand-wrap .swiper-slide {
    position: relative;
}
.brand-wrap .swiper-slide img {
    max-width: 100%;
}
.apm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.apm .jar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.apm .jar img {
    width: 148px;
    object-fit: contain;
}
.apm .jar h3 {
    width: 65%;
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #035FBD;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
}
.apm .jar p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 23px 0 66px;
}
.apm .jar span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    display: flex;
    align-items: center;
    margin-bottom: 66px;
}
.apm .jar span::before {
    content: "涓€";
    display: block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    background: #035FBD;
    opacity: 0.4;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
.bws .swiper-controller {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 456px;
    z-index: 10;
    pointer-events: none;
}
.bws .swiper-controller .mps {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    pointer-events: all;
}
.bws .swiper-controller .mps .prev,
.bws .swiper-controller .mps .next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #035FBD;
    font-size: 16px;
    color: #035FBD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    cursor: pointer;
}
.bws .swiper-controller .mps .prev i,
.bws .swiper-controller .mps .next i {
    color: inherit;
}
.bws .swiper-controller .mps .prev:hover,
.bws .swiper-controller .mps .next:hover {
    background: #035FBD;
    color: #ffff;
}
.bws .swiper-controller .mps .next {
    margin-left: 240px;
}




@media screen and (max-width: 640px) {
    .desc-wrap h2 {
        font-size: 28px;
        margin: 40px 0 10px;
    }
    .desc-wrap small {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .apm {
        display: none;
    }
    .bws .swiper-controller .mps {
        top: unset;
        left: unset;
        position: relative;
        transform: unset;
        margin-top: 15px;
    }
    .bws .swiper-controller .mps .next {
        margin-left: 15px;
    }
    .bws .swiper-controller {
        display: flex;
        justify-content: center;
        top: unset;
        left: unset;
        position: relative;
        transform: unset;
        width: unset;
    }
    .tabs-wrap {
        margin-bottom: 10px;
    }
    .news-wrap {
        padding-bottom: 60px;
    }
    .news-wrap .col .cover {
        height: unset;
    }
    .news-wrap .col .desc {
        padding: 15px;
    }
    .news-wrap .col .desc p {
        margin: 15px 0;
    }
}
