﻿.bannerSwiper {
    width: 100%;
    position: relative;
    margin-top: -200px;
}

.bannerSwiper .slide-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSwiper .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper .slide-text {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: white;
    z-index: 10;
    opacity: 0;
    /* 初始隐藏 */
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.bannerSwiper .slide-text .logo {
    width: 185px;
    height: 65px;
}

.bannerSwiper .slide-text h2 {
    font-size: 50px;
    font-weight: 400;
}

.bannerSwiper .slide-text p {
    font-size: 28px;
    font-weight: 300
}

.bannerSwiper .swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0);
}

.bannerSwiper .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.2);
    width: 580px !important;
    height: 3px;
    top: auto !important;
    left: 10% !important;
    bottom: 18%;
    z-index: 99;
}

.bannerSwiper .swiper-pagination-progressbar-fill {
    background: #1b7fbe !important;
}

/*品牌历程*/
.history {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 178px;
    color: rgb(89, 85, 85);
}

.history .history-sub-cn {
    font-size: 48px;
    letter-spacing: 4.7px;
    color: rgb(38, 121, 177);
}

.history .history-sub-en {
    font-size: 28px;
    color: rgb(185, 211, 239);
    text-align: center;
    margin: 35px 0;
}

.brand-history {
    font-size: 50px;
}

.brand-history-img {
    width: 200px;
    height: 48px;
    margin-left: 280px;
}

.history-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 1525px;
}

.history-img-box {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    width: 142px;
    height: 1525px;
    position: relative;
    margin-top: 50px;
}

.history-img {
    position: relative;
    width: 142px;
    height: 1525px;
}

.history-spot {
    position: absolute;
    width: 36px;
    height: 36px;
}

.history-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 100px;
    color: rgb(90, 88, 88);
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease;
}

.history-box>.history-content:nth-child(2),
.history-box>.history-content:nth-child(6),
.history-box>.history-content:nth-child(10) {
    text-align: right;
    transform: translateX(-50px);
}

.history-content.active {
    opacity: 1;
    transform: translateX(0) !important;
}

.history-content-year {
    font-size: 54px;
}

.history-unit {
    font-size: 30px;
}

.history-content-title {
    font-size: 34px;
}

.istory-content-description {
    font-size: 28px;
}

/*证书*/
.certificate {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding: 63px 178px;
}

.certificate h1 {
    font-size: 48px;
    font-weight: 400;
    color: rgb(89, 85, 85);
}

.certificate p {
    text-indent: 2em;
    margin-top: 20px;
    color: rgb(113, 112, 113);
}

.certificate-img {
    width: 68%;
    height: 533px;
    object-fit: contain;
}

/*特别推荐*/
.recommend {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 178px;
    color: rgb(89, 85, 85);
}

.recommend .recommend-title {
    font-size: 50px;
}

.recommend .recommend-title-img {
    width: 335px;
    object-fit: contain;
    margin-left: 330px;
}

.recommend-more {
    position: absolute;
    right: 63px;
    top: 182px;
    display: flex;
    align-items: end;
   
}
.recommend-more .text{
    font-size: 24px;
    color: rgb(83, 163, 246);
}
.recommend-more img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.recommendSwiper {
    width: 100%;
    position: relative;
    margin-top: 43px;
    user-select: none;
}

.recommendSwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 78px 0;
    flex-direction: column;
    height: 640px;
    background: rgb(243, 249, 255);
    border-radius: 20px;
}

.recommendSwiper .slide-image {

    display: flex;
    align-items: center;
    height: 100%;
}

.recommendSwiper .slide-text {
    text-align: center;
    color: rgb(89, 85, 85);
}

.recommendSwiper .slide-text h1 {
    font-weight: 500;
    font-size: 30px;
    margin-top: 76px;
}

.recommendSwiper .slide-text h2 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 22px;
}

.recommendSwiper .slide-text p {
    font-size: 34px;
    margin-top: 43px;
}

.recommendSwiper .slide-image .image-box {
    position: relative;
    transition: all 0.3s ease;
}

.recommendSwiper .slide-image img {
    width: 100%;
    height: 100%;
}

.recommendSwiper .slide-image-product {
    transition: transform 0.3s ease;
    z-index: 2;
}

.recommendSwiper .slide-image-shadow {
    position: absolute;
    left: 20px;
    top: 16px;
    transition: transform 0.3s ease;
    z-index: -1;
}

.recommendSwiper .image-box:hover .slide-image-product {
    transform: scale(1.05);
}

.recommendSwiper .image-box:hover .slide-image-shadow {
    transform: scale(0.95);
}
.recommendSwiper .swiper-button-next,.swiper-button-prev{
    color: #a6bbc6;
    padding: 0 10px;
}
.recommendSwiper .swiper-button-next::after,.swiper-button-prev::after{
    font-size: 30px;
}
.recommend .swiper-pagination-progressbar {
    background: rgb(221, 233, 247);
    width: 868px !important;
    height: 3px;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 99;
}

.recommend .swiper-pagination-progressbar-fill {
    background: #1b7fbe !important;
}
.top-selling {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 63px;
    color: rgb(89, 85, 85);
}

.top-selling .top-selling-title {
    font-size: 50px;
}

.top-selling .top-selling-title-img {
    width: 245px;
    object-fit: contain;
    margin-left: 360px;
}
.topSellingSwiper {
    width: 100%;
    height: 795px;
    position: relative;
    margin-top: 48px;
    user-select: none;
}

.topSellingSwiper .slide-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.topSellingSwiper .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topSellingSwiper .slide-text {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: white;
    z-index: 10;
    opacity: 0;
    /* 初始隐藏 */
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.topSellingSwiper .slide-text .logo{
    width: 127px;
    height: 45px;
}

.topSellingSwiper .slide-text h2 {
    font-size: 50px;
    font-weight: 200;
}
.top-selling-more {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}

.top-selling-more img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.top-selling-more .text{
    font-size: 20px;
    color: #fff;
}
.topSellingSwiper .swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0);
}
.top-selling .swiper-options{
    position: absolute;
    top: 121px;
    left: 177px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index:2;
}
.top-selling .swiper-options p{
    text-align: center;
    line-height:54px;
    width: 366px;
    height: 54px;
    color: #fff;
    font-size: 22px;
    font-weight:400;
    border: 1px solid #fff;
    border-radius: 27px;
}
.top-selling .swiper-options .active{
    background: #2679b2;
    border-color: #2679b2;
}
