.home-banner {
    position: relative;
    width: 100%;
}

.section.all_banner {
    margin-top: 0;
}

.home-banner img {
    width: 100%;
}

.home-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    max-width: 1200px;
    width: 100%;
}

.home-banner-content h2 {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 20px;
    max-width: 550px;
}

.home-banner .home-banner-content p span {
    font-size: 24px;
    margin: 0;
    color: #FFFFFF;
    line-height: 35px;
}

.section.brand_bg {
    background: url(/wp-content/uploads/2024/05/位图1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section {
    margin-top: 60px;
}

.brand_info {
    max-width: 932px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.brand_info p,
.brand_info h2 {
    color: #2E90FF;
}

.brand_info p {
    font-weight: 400;
    font-size: 24px;
    color: #2E90FF;
    line-height: 35px;
    text-align: left;
}

.brand_info h2 {
    font-weight: bold;
    font-size: 50px;
    color: #2E90FF;
    line-height: 76px;
    text-align: left;
}

.brand_info_title {
    max-width: 280px;
}

i.SplitLines {
    height: 101px;
    width: 2px;
    background-color: #DBE3EC;
}

.brand_info_title h2,
.brand_info_title p {
    text-align: right;
}

.brand_info_content {
    max-width: 560px;
}

.brand_info_top p {
    margin-bottom: 11px;
}

.brand_info_bottom_content p {
    font-weight: 500;
    font-size: 20px;
    color: #2E90FF;
    line-height: 30px;
    margin-bottom: 5px;
}

.brand_info_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.brand_info_bottom p.info_detail {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: left;
}

.brand_info_bottom b {
    font-size: 36px;
    font-weight: 200;
    margin-right: 20px;
    color: #BBCEE4;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.brand_info_bottom_content {
    max-width: 230px;
}

.accordion {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.accordion-item {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    max-width: 211px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.accordion-item img {
    width: 100%;
    min-width: 738px;
    opacity: .3;
    display: block;
    border-radius: 10px;
}

.accordion-item.open img {
    opacity: 1;
}

.accordion-item.open {
    max-width: 738px;
    background-color: #f0f0f0;
}

.accordion-item .box-shadow1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #0f2f53cc;
}

.accordion-item.open .box-shadow1 {
    opacity: 0;
    display: none;
}

.accordion-content {
    position: absolute;
    width: 100%;
    min-height: 142px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.accordion-item.open .accordion-content {
    background: linear-gradient(180deg, rgba(18, 62, 111, 0) 0%, #0F2F53 170%);
    border-radius: 10px;
}

.accordion-item .accordion-content p {
    display: none;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    max-width: 0;
    flex: 7;
}

.accordion-item.open .accordion-content p {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    max-width: 513px;
}

.accordion-title {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    flex: 3;
}

.OEM-img-box {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.brand-warehouse .section-title h2 {
    color: #222222;
}

.OEM-img-box .swiper-slide {
    cursor: pointer;
}

.OEM-img-box .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.close-shadow {
    position: absolute;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 200;
    font-size: 36px;
    line-height: 58px;
    align-items: center;
    background-color: #00000020;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.OEM-img-shadow {
    position: fixed;
    top: 50%;
    border-radius: 10px;
    left: 0;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.OEM-img-shadow.active {
    display: flex;
}

.OEM-img-shadow img {
    width: 100%;
    display: block;
}

.OEM-shadow {
    display: none;
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.30);
}

.OEM-shadow.active {
    display: block;
}

.oem-img {
    position: relative;
}

p.brand-info {
    /* position: absolute; */
    bottom: 7px;
    border-radius: 10px;
    width: 100%;
    padding: 13px 0;
    font-size: 20px;
    color: #222222;
    /* background: #00000050; */
    border-radius: 0px 0px 10px 10px;
    line-height: 30px;
    text-align: center;
}

.OEM-img-shadow p.brand-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 288px;
    padding: 8px 30px;
    font-size: 20px;
    color: #FFFFFF;
    background: #00000050;
    border-radius: 10px;
    line-height: 21px;
    text-align: center;
}

.swiper-company {
    position: relative;
    height: auto !important;
}

.swiper-company .swiper-button-prev,
.swiper-company .swiper-button-next,
.do-mySwiper .swiper-button-next,
.do-mySwiper .swiper-button-prev {
    width: 58px;
    height: 58px;
    background: rgb(225 225 225 / 20%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    border-radius: 50%;
}

.swiper-company .swiper-button-prev,
.swiper-company .swiper-button-next {
    background-color: rgb(0 0 0 / 20%);
    top: 38%;
}

.swiper-company .swiper-button-prev,
.do-mySwiper .swiper-button-prev {
    background-image: url('/wp-content/uploads/left-swiper.png');
    left: 10px;
    right: auto;
}

.swiper-company .swiper-button-next,
.do-mySwiper .swiper-button-next {
    background-image: url('/wp-content/uploads/right-swiper.png');
    right: 10px;
    left: auto;
}

.do-mySwiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.do-mySwiper img {
    width: 100%;
    display: block;
}

.do-mySwiper .swiper-box {
    position: relative;
}

.section.why_do:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 270px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.do-mySwiper .swiper-box .swiper-box-content {
    max-width: 1200px;
    width: 800px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    /* bottom: -20px; */
    left: 50%;
    transform: translate(-50%, -50%);
}

p.center-title::before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin-right: 36px;
    background-color: #ffffff;
}

p.center-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin-left: 36px;
    background-color: #ffffff;
}

.do-mySwiper .swiper-box .swiper-box-content p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.do-mySwiper .swiper-box .swiper-box-content p.center-title {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section.why_do {
    position: relative;
}

.section.why_do .do-mySwiper {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: -117px;
    left: 50%;
    min-height: 330px;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.section.why_do .section-title h2 {
    color: #ffffff;
    margin-bottom: 100px;
}

.swiper-box-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: blur(0);
    visibility: hidden;
    transition: all .6s ease;
}

.swiper-box-img.active {
    opacity: 1;
    position: relative;
    /* display: block; */
    transition-delay: 0s;
    visibility: visible;
}

.categories-all {
    background: #F6F8FA;
    padding: 120px 0;
}

.categories-all-content {
    max-width: 1200px;
    margin: 0 auto;
}

.Sub-Categories-items {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.Sub-Categories-item {
    max-width: 386px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
}

.Sub-Categories-item a {
    display: block;
    /* width: 100%; */
    height: 100%;
    padding: 40px 93px 46px;
    color: #222;
    text-decoration: none;
}

.Sub-Categories-item a p {
    font-size: 24px;
    color: #222222;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: 35px;
}

.Sub-Categories-item:hover img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

.Sub-Categories-item img {
    max-width: 200px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section-title h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 76px;
    text-align: center;
    margin-bottom: 60px;
    color: #222222;
    margin-bottom: 10px;
    margin-top: 60px;
}

.section-title.categories-title p {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: center;
    margin: 40px 0 50px;
}

.choose .section-title h2 {
    color: #ffffff;
}