.banner {
    width: 100%;
    margin-top: 64px;
}

    .banner .banner-container {
        height: 30vw;
    }

.banner-container .swiper-wrapper {
    height: 30vw;
    position: relative !important;
    z-index: 1 !important;
}

.banner-container .swiper-wrapper .swiper-slide {
    height: 30vw;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-container .swiper-pagination-bullets {
    bottom: 2vh !important;
}

.banner-container .swiper-pagination-bullet {
    width: 1vh;
    height: 1vh;
    border-radius: 1vh;
    background-color: #f2f2f2;
}

.banner-container .swiper-pagination-bullet-active {
    width: 2vh;
    border-radius: 2vh;
}


/*===产品轮播===*/

.offer {
    margin-top: 40px;
    overflow: hidden;
    /* background-color: #f2f2f2; */
}

.offer .offer-title {
    line-height: 50px;
    color: #3b3939;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.offer .offer-container {
    /* height: 390px; */
    /* width: 100%; */
    margin: 0 auto;
    position: relative;
    
}

.offer-container .offer-next,
.offer-container .offer-prev {
    width: 40px;
    height: 40px;
    /* background-color: #2c88cb; */
}

.offer-container .offer-next {
    right: -40px;
}

.offer-container .offer-prev {
    left: -40px;
}

.offer-container .offer-next:after,
.offer-container .offer-prev:after {
    font-size: 30px;
    color: #0420B2;
}

.swiper-slide .offer-item {
    width: 100%;
    /* min-height: 390px;*/
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}

.swiper-slide .offer-item:hover {
    border: 1px solid #cccccc;
}

.offer-item .offer-cover {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-cover img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.offer-item .offer-name {
    width: 100%;
    margin-top: 5px;
    height: 50px;
    /* line-height: 20px; */
    color: #3b3939;
    font-size: 13px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.offer-item .offer-price {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #202a4e;
    font-size: 18px;
    font-weight: 600;
}

.offer-item .offer-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
}


.offer .offer-alls{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

/*===提供服务===*/

.service {
    margin-top: 40px;
    background: #0420B2;
}

.service .service-container{
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.service-container .service-item{
    width: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center 20px;
}

.service-container .service-item-1{
    background-image: url(/images/service_personalized.png);
}
.service-container .service-item-2{
    background-image: url(/images/service_certificate.png);
}
.service-container .service-item-3{
    background-image: url(/images/service_ourservice.png);
}

.service-item .service-name{
    margin-top: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.service-item .service-desc{
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

/*===推荐商品===*/
.best{
    margin-top: 40px;
}

.best .best-container{
    margin: 0 auto;
}
.best-item{
    padding: 10px 10px;
}

    .best-item img {
        /*        width: 100%;
        height: 100%;*/
        border-radius: 4px;
        width: 100%;
        height: auto;
        aspect-ratio: 460 /290; /* 明确指定宽高比 */
    }

/*===客户评价===*/

.evaluate {
    /* width: 100%; */
    overflow-x: hidden;
    margin-top: 40px;
    /* background-color: #f2f2f2; */
}

.evaluate .evaluate-title {
    line-height: 50px;
    color: #3b3939;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}


.evaluate .evaluate-container {
    margin: 0 auto;
    position: relative;
    /* overflow-x: hidden; */
}

.evaluate-container .evaluate-next,
.evaluate-container .evaluate-prev {
    width: 40px;
    height: 40px;
}

.evaluate-container .evaluate-next {
    right: -40px;
}

.evaluate-container .evaluate-prev {
    left: -40px;
}


.evaluate-container .evaluate-next:after,
.evaluate-container .evaluate-prev:after {
    font-size: 30px;
    color: #0420B2;
}

.evaluate-container .swiper-slide .evaluate-item {
    width: 100%;
    height: 150px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
}

.evaluate-container .swiper-slide .evaluate-item:hover {
        border: 1px solid #cccccc;
}


.evaluate-item .evaluate-name {
    width:100%;
    height: 30px;
    /* line-height: 20px; */
    color: #3b3939;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.evaluate-item .evaluate-message {
    width: 100%;
    height: 60px;
    /* line-height: 20px; */
    color: #3b3939;
    display: block;
    font-size: 13px;
    text-align: left;
}

.evaluate-item .evaluate-time {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #3b3939;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}


/*===请求报价===*/

.quote {
    width: 100%;
    margin-top: 40px;
    /* padding-top: 40px;
    padding-bottom: 40px; */
    /* background-color: #f2f2f2; */
}
/* 
.quote .quote-title {
    line-height: 50px;
    color: #AAAAAA;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
} */


.quote .quote-container {
    margin: 0 auto;

}

.quote-container .row{
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 12px;
    /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); */
    /* background-color: #eeeeee; */
}


.quote-title{
    /* color: #AAAAAA; */
    color: #3b3939;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    /* text-transform: uppercase; */
}