.home_banner-item {
    width: 100%;

}

.home_banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.swiper {
    position: relative;
}

.swiper_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7.2916vw;
    width: 13.3854vw;
    height: 4.0104vw;
    z-index: 98;
    background: rgba(0, 0, 0, 0.3);
    filter: blur(5px);
}

.swiper_btn--text {
    width: 13.3854vw;
    height: 4.0104vw;
    font-size: 1.3542vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 4.0104vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7.2916vw;
    z-index: 99;
}

#home {
    background: #FCFBFA;
}

#home .swiper .swiper-button-next,
#home .swiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, .3);
    width: 2.3958vw;
    height: 3.125vw;
}

#home .swiper .swiper-button-next::after,
#home .swiper .swiper-button-prev::after {
    font-size: 1.666vw;
}

#home .swiper .swiper-button-next {
    right: 7.8125vw;
}

#home .swiper .swiper-button-prev {
    left: 7.8125vw;
}

.about {
    width: 100%;
    box-sizing: border-box;

}

.about_title {
    font-size: 3.333vw;
    color: #263869;
    margin-bottom: 3.5412vw;
    position: relative;
    text-align: center;
}

.about_title img {
    position: absolute;
    top: -13%;
    right: 36%;
    width: 4.2708vw;
    height: 4.2708vw;
}

.about_content {
    margin-bottom: 5.5208vw;
    font-size: 1.4583vw;
}
.about_content_item {
    color: #333;
    text-align: center;
}

.about_content_item:first-child {
    margin-bottom: 2.0833vw;
}



.about_list-item .count {
    font-size: 2.5vw;
    color: #000;
    margin-bottom: 1.04166vw;
    text-align: center;
}

.about_list-item .tips {
    font-size: 0.9375vw;
    font-weight: 26.0416vw;
    text-align: center;
}



.brand {
    padding: 0 8.125vw;
}



.brand_list {
    overflow: hidden;
    padding-bottom: 40px;
}

.brand_item {
    display: block;
    width: 99%;
    height: 27.08333vw;
    position: relative;
    overflow: hidden;
    margin: 0 auto 3.333vw auto;
}

.brand_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_item:hover .brand_desc {
    top: 0
}
.brand_item:hover{
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
}

.brand_desc {
    width: 100%;
    height: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 2;
    transition: top 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vw 4.6875vw;
    box-sizing: border-box;
    color: #333;
}

.brand_desc .left {
    width: 52%;
}
/* 515 265 */
.brand_desc .right{
    width: 26.8223vw;
    height: 13.8021vw;
    object-fit: cover;
}

.brand_desc-title {
    font-size: 2.08333vw;
    font-weight: 500;
}
.brand_desc-contents{
    font-size: 1.45833vw;
    font-weight: 500;
    margin: 0.8854vw 0 1.9792vw 0;
}
.brand_desc-btn{
    width: 19.4271vw;
    height: 4.6875vw;
    line-height: 4.6875vw;
    text-align: center;
    font-size: 1.3542vw;
    color: #fff;
    font-weight: 500;
    background: #263869;
}