/**
 * banner styles
 **/
.banner .swiper{
}
.swiper-slide{
    position: relative;
}
.swiper-slide-img{
    width: 100%;
}
.swiper-slide-img img{
    width: 100%;
    height: 100%;
}
.swiper-slide-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
}
.swiper-slide-content .swiper-slide-title{
    font-size: 46px;
    line-height: 49px;
    color: #FFFFFF;
    font-weight: bold;
}
.swiper-slide-content .swiper-slide-desc{
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
    line-height: 30px;
    margin-top: 26px;
}
.swiper-slide-content .swiper-slide-btn{
    margin-top: 50px;
}
.swiper-slide-content .swiper-slide-btn .swiper-slide-btn-item{
    width: 178px;
    height: 58px;
    background: #0070D9;
    border-radius: 8px;
    float: left;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}
.swiper-slide-content .swiper-slide-btn .swiper-slide-btn-item img{
    width: 26px;
    height: 16px;
    margin-left: 10px;
}
.swiper-slide-content .swiper-slide-btn .swiper-slide-btn-item:last-child{
    background: #FFFFFF;
    margin-left: 20px;
    color: #0070D9;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 1;
    align-items: center;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0070D9;
    width: 8px;
    height: 8px;
    margin-bottom: -1px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .swiper-slide-content{
        width: 900px;
    }
    .swiper-slide-content .swiper-slide-title{
        font-size: 36px;
        line-height: 38px;
    }
    .swiper-slide-content .swiper-slide-desc{
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
    }
    .swiper-slide-content .swiper-slide-btn{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .swiper-slide-content{
        width: 700px;
    }
    .swiper-slide-content .swiper-slide-title{
        font-size: 24px;
        line-height: 26px;
    }
    .swiper-slide-content .swiper-slide-desc{
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
    }
    .swiper-slide-content .swiper-slide-btn{
        margin-top: 10px;
    }
    .swiper-slide-content .swiper-slide-btn .swiper-slide-btn-item{
        width: 120px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .swiper-slide-content .swiper-slide-btn .swiper-slide-btn-item img{
        width: 20px;
        height: 12px;
        margin-left: 0;
    }
}



/**
 * service  styles
 **/
.service-wrap{
    background: #EFEFEF;
    padding: 80px 0 160px;
}
.service{
    width: 1200px;
    margin: 0 auto;
}
.index-title{
    font-weight: bold;
    font-size: 20px;
    color: #0070D9;
    line-height: 22px;
    text-align: center;
}
.index-sub-title{
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 41px;
    text-align: center;
    margin-top: 20px;
}

.service .service-list{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.service .service-list .service-item{
    width: 32%;
    aspect-ratio: 386 / 472;
    padding: 50px 30px;
    position: relative;
    border-radius: 12px;
    background: #FFFFFF;
    cursor: pointer;
}
.service .service-list .service-item .service-item-img{
    width: 60px;
    height: 60px;
}
.service .service-list .service-item .service-item-img img{
    width: 100%;
    height: 100%;
}
.service .service-list .service-item .service-item-img img.active{
    display: none;
}
.service .service-list .service-item .service-item-title{
    font-weight: bold;
    font-size: 20px;
    color: #202020;
    line-height: 22px;
    margin-top: 40px;
}
.service .service-list .service-item .service-item-line{
    width: calc(100% + 30px);
    height: 1px;
    background: #CCCCCC;
    margin: 40px 0;
}
.service .service-list .service-item .service-item-desc{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.service .service-list .service-item .service-item-more{
    font-weight: bold;
    font-size: 12px;
    color: #202020;
    line-height: 30px;
    position: absolute;
    bottom: 50px;
    left: 30px;
}
.service .service-list .service-item .service-item-more a{
    color: #202020;
}
.service .service-list .service-item .service-item-more img{
    width: 30px;
    height: 30px;
    margin-left: 15px;
}
.service .service-list .service-item .service-item-more img.active{
    display: none;
}

.service .service-list .service-item:hover{
    background: url("../images/service-bg.webp") no-repeat center center;
    background-size: cover;
}
.service .service-list .service-item:hover .service-item-img img.normal,
.service .service-list .service-item:hover .service-item-more img.normal{
    display: none;
}
.service .service-list .service-item:hover .service-item-img img.active,
.service .service-list .service-item:hover .service-item-more img.active{
    display: inline-block;
}
.service .service-list .service-item:hover .service-item-title,
.service .service-list .service-item:hover .service-item-desc,
.service .service-list .service-item:hover .service-item-more a{
    color: #FFFFFF;
}
.service .service-list .service-item:hover .service-item-line{
    background: #FFFFFF;
}
.service .service-desc{
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    text-align: center;
    margin-top: 40px;
}
.service .service-desc span{
    color: #202020;
    border-bottom: 1px solid #0070D9;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service-wrap{
        padding: 60px 0 120px;
    }
    .service{
        width: 900px;
    }
    .index-title{
        font-size: 18px;
        line-height: 20px;
    }
    .index-sub-title{
        font-size: 30px;
        line-height: 33px;
        margin-top: 15px;
    }
    .service .service-list{
        margin-top: 30px;
    }
    .service .service-list .service-item{
        padding: 30px 20px;
    }
    .service .service-list .service-item .service-item-img{
        width: 50px;
        height: 50px;
    }
    .service .service-list .service-item .service-item-title{
        font-size: 16px;
        line-height: 18px;
        margin-top: 20px;
    }
    .service .service-list .service-item .service-item-line{
        width: calc(100% + 20px);
        margin: 20px 0;
    }
    .service .service-list .service-item .service-item-more{
        bottom: 30px;
        left: 20px;
    }
    .service .service-desc{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .service-wrap{
        padding: 40px 0 80px;
    }
    .service{
        width: 700px;
    }
    .index-title{
        font-size: 16px;
        line-height: 18px;
    }
    .index-sub-title{
        font-size: 24px;
        line-height: 27px;
        margin-top: 10px;
    }
    .service .service-list{
        margin-top: 20px;
    }
    .service .service-list .service-item{
        padding: 20px 10px;
    }
    .service .service-list .service-item .service-item-img{
        width: 40px;
        height: 40px;
    }
    .service .service-list .service-item .service-item-title{
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
    }
    .service .service-list .service-item .service-item-line{
        width: calc(100% + 10px);
        margin: 10px 0;
    }
    .service .service-list .service-item .service-item-desc{
        font-size: 12px;
        line-height: 18px;
    }
    .service .service-list .service-item .service-item-more{
        bottom: 10px;
        left: 10px;
    }
    .service .service-list .service-item .service-item-more img{
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .service .service-desc{
        margin-top: 20px;
    }
}



/**
 * about  styles
 **/
.about{
    width: 100%;
    position: relative;
}
.about .about-content{
    width: calc( 50% + 300px );
    background: #0070D9;
    padding: 80px 345px 80px calc( 50% - 600px );
    position: relative;
}
.about .about-content .about-line{
    position: absolute;
    top: 90px;
    left: calc( 100% - 960px );
    width: 30px;
    height: 2px;
    background: #FFFFFF;
}
.about .about-content .about-sub-title{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
}
.about .about-content .about-title{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 20px;
}
.about .about-content .about-desc{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 40px;
}
.about .about-content .about-more{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 40px;
}
.about .about-content .about-more a{
    color: #FFFFFF;
}
.about .about-content .about-more img{
    width: 30px;
    height: 30px;
    margin-left: 15px;
}
.about .about-video-wrap{
    width: 50%;
    position: absolute;
    top: -80px;
    right: 0;
    aspect-ratio: 960 / 537;
    border-radius: 12px;
}
.about .about-video-wrap .about-img{
    width: 100%;
    position: relative;
}
.about .about-video-wrap .about-img img{
    width: 100%;
    height: 100%;
}
.about .about-video-wrap .about-img .about-img-icon{
    width: 98px;
    height: 177px;
    position: absolute;
    bottom: -80px;
    left: 202px;
    background: #0070D9;
    cursor: pointer;
}
.about .about-video-wrap .about-img .about-img-icon img{
    width: 46px;
    height: 46px;
    margin: 26px;
}
.about .about-video-wrap .about-img .about-img-icon .about-img-icon-text{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    margin-top: 22px;
}
.about .about-video-wrap .about-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #E6E6E6;
    display: none;
    border-radius: 12px;
    overflow: hidden;
}
.about .about-video-wrap .about-video video{
    width: 100%;
    height: 100%;
}



@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .about .about-content{
        width: calc( 50% + 200px);
        padding: 60px 220px 60px calc(50% - 450px);
    }
    .about .about-content .about-line{
        top: 69px;
        left: calc(100% - 695px);
        width: 25px;
    }
    .about .about-content .about-sub-title{
        font-size: 18px;
        line-height: 20px;
    }
    .about .about-content .about-title{
        font-size: 27px;
        line-height: 30px;
        margin-top: 10px;
    }
    .about .about-content .about-desc{
        margin-top: 30px;
    }
    .about .about-content .about-more{
        margin-top: 30px;
    }
    .about .about-video-wrap{
        top: -60px;
    }
    .about .about-video-wrap .about-img .about-img-icon{
        width: 80px;
        height: 160px;
        left: 120px;
    }
    .about .about-video-wrap .about-img .about-img-icon img{
        width: 40px;
        height: 40px;
        margin: 20px;
    }
    .about .about-video-wrap .about-img .about-img-icon .about-img-icon-text{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .about .about-content{
        width: calc( 50% + 120px);
        padding: 40px 120px 40px calc(50% - 350px);
    }
    .about .about-content .about-line{
        top: 48px;
        left: calc(100% - 510px);
        width: 20px;
    }
    .about .about-content .about-sub-title{
        font-size: 14px;
        line-height: 16px;
    }
    .about .about-content .about-title{
        font-size: 20px;
        line-height: 22px;
        margin-top: 5px;
    }
    .about .about-content .about-desc{
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    .about .about-content .about-more{
        margin-top: 10px;
    }
    .about .about-content .about-more img{
        width: 24px;
        height: 24px;
    }
    .about .about-video-wrap{
        top: -40px;
    }
    .about .about-video-wrap .about-img .about-img-icon{
        width: 80px;
        height: 160px;
        left: 40px;
    }
    .about .about-video-wrap .about-img .about-img-icon img{
        width: 40px;
        height: 40px;
        margin: 20px;
    }
    .about .about-video-wrap .about-img .about-img-icon .about-img-icon-text{
        margin-top: 20px;
    }
}


/**
 * hot products styles
 **/
.hot-products{
    width: 1210px;
    margin: 80px auto;
    overflow: hidden;
}
.hot-products .hot-products-list{
    margin: 40px auto;
    width: 1200px;
    position: relative;
}
.hot-products .hot-products-list .product-item{
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 12px;
}
.hot-products .hot-products-list .product-item .product-item-video{
    width: 100%;
    aspect-ratio: 1 / 1; /* 1:1 的宽高比，即高度等于宽度 */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.hot-products .hot-products-list .product-item .product-item-video img{
    width: 100%;
    height: 100%;
}
.hot-products .hot-products-list .product-item .product-item-video .product-item-video-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
}
.hot-products .hot-products-list .product-item .product-item-video .product-item-video-icon img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hot-products .hot-products-list .product-item .product-item-content{
    padding: 0 20px;
}
.hot-products .hot-products-list .product-item .product-item-title{
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.hot-products .hot-products-list .product-item .product-item-desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-products .hot-products-list .product-item .product-item-line{
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    margin-top: 18px;
}
.hot-products .hot-products-list .product-item .product-item-more{
    width: 260px;
    height: 45px;
    font-size: 12px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin: 0 auto;
}
.hot-products .hot-products-list .product-item .product-item-more img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.hot-products .hot-products-list .product-item .product-item-more img.active{
    display: none;
}
.hot-products .hot-products-list .product-item:hover .product-item-video-icon{
    display: block;
}
.hot-products .hot-products-list .product-item:hover .product-item-line{
    background: transparent;
}
.hot-products .hot-products-list .product-item:hover .product-item-more{
    background: #0070D9;
    color: #ffffff;
}
.hot-products .hot-products-list .product-item:hover .product-item-more img.normal{
    display: none;
}
.hot-products .hot-products-list .product-item:hover .product-item-more img.active{
    display: inline-block;
}

.hot-products .swiper-horizontal>.swiper-pagination-bullets,
.hot-products .swiper-pagination-bullets.swiper-pagination-horizontal,
.hot-products .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}
.hot-products .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.hot-products .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 20px;
    height: 6px;
    background: #EFEFEF;
    margin: 0 3px;
    opacity: 1;
    border-radius: 0;
}
.hot-products .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hot-products .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0070D9;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .hot-products{
        width: 910px;
        margin: 60px auto;
    }
    .hot-products .hot-products-list{
        margin: 30px auto;
        width: 900px;
    }
    .hot-products .hot-products-list .product-item .product-item-video .product-item-video-icon img{
        width: 40px;
        height: 40px;
    }
    .hot-products .hot-products-list .product-item .product-item-content{
        padding: 0 10px;
    }
    .hot-products .hot-products-list .product-item .product-item-title{
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0;
    }
    .hot-products .hot-products-list .product-item .product-item-line{
        margin-top: 12px;
    }
    .hot-products .hot-products-list .product-item .product-item-more{
        width: 200px;
        height: 40px;
        line-height: 40px;
    }
    .hot-products .swiper-horizontal>.swiper-pagination-bullets,
    .hot-products .swiper-pagination-bullets.swiper-pagination-horizontal,
    .hot-products .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -30px;
    }
}
@media only screen and (max-width: 1000px) {
    .hot-products{
        width: 710px;
        margin: 40px auto;
    }
    .hot-products .hot-products-list{
        margin: 20px auto;
        width: 700px;
    }
    .hot-products .hot-products-list .product-item .product-item-video .product-item-video-icon img{
        width: 30px;
        height: 30px;
    }
    .hot-products .hot-products-list .product-item .product-item-content{
        padding: 0 5px;
    }
    .hot-products .hot-products-list .product-item .product-item-title{
        font-size: 14px;
        line-height: 21px;
        margin: 2px 0;
    }
    .hot-products .hot-products-list .product-item .product-item-line{
        margin-top: 6px;
    }
    .hot-products .hot-products-list .product-item .product-item-more{
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .hot-products .hot-products-list .product-item .product-item-more img{
        width: 24px;
        height: 24px;
        margin-left: 5px;
    }
    .hot-products .swiper-horizontal>.swiper-pagination-bullets,
    .hot-products .swiper-pagination-bullets.swiper-pagination-horizontal,
    .hot-products .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -20px;
    }
    .hot-products .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .hot-products .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        height: 4px;
    }
}


/**
 * brands styles
 **/
.brands{
    width: 100%;
    border-top: 1px solid #CCCCCC;
}
.brands .brands-content{
    width: 1200px;
    margin: 0 auto;
}
.brands .brands-content .brands-list{
}
.brands .brands-content .brands-list .brands-item{
    width: 20%;
    aspect-ratio: 240 / 120;
    background: #FFFFFF;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.brands .brands-content .brands-list .brands-item img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.brands .brands-content .brands-list .brands-item:hover img{
    transform: scale(1.1);
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .brands .brands-content{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .brands .brands-content{
        width: 700px;
    }
}


.choose-wrap{
    width: 100%;
    height: 660px;
    padding: 80px 0;
    background: url("../images/choose-bg.webp") no-repeat center center;
    background-size: cover;
}
.choose{
    width: 1200px;
    margin: 0 auto;
}
.choose .choose-left{
    width: 60%;
    float: left;
    position: relative;
}
.choose .choose-line{
    position: absolute;
    top: 10px;
    left: -60px;
    width: 30px;
    height: 2px;
    background: #FFFFFF;
}
.choose .choose-sub-title{
    font-weight: bold;
    font-size: 20px;
    color: #C8C8C8;
    line-height: 22px;
}
.choose .choose-title{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 54px;
    margin-top: 16px;
}
.choose .choose-list{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.choose .choose-list .choose-item{
    font-size: 16px;
    color: #C8C8C8;
    line-height: 24px;
    width: 50%;
    margin-top: 20px;
}
.choose .choose-list .choose-item img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.choose .choose-right{
    width: 372px;
    float: right;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 30px;
}
.choose .choose-right .choose-icon{
    width: 80px;
    height: 62px;
}
.choose .choose-right .choose-desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 10px;
}
.choose .choose-right .choose-more{
    font-weight: bold;
    font-size: 12px;
    color: #202020;
    line-height: 30px;
    margin-top: 20px;
}
.choose .choose-right .choose-more a{
    color: #202020;
}
.choose .choose-right .choose-more img{
    width: 30px;
    height: 30px;
    margin-left: 16px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .choose-wrap{
        height: 500px;
        padding: 60px 0;
    }
    .choose{
        width: 900px;
    }
    .choose .choose-line{
        width: 25px;
        left: -55px;
    }
    .choose .choose-sub-title{
        font-size: 18px;
        line-height: 20px;
    }
    .choose .choose-title{
        font-size: 27px;
        line-height: 30px;
        margin-top: 10px;
    }
    .choose .choose-list{
        margin-top: 10px;
    }
    .choose .choose-list .choose-item{
        font-size: 14px;
        margin-top: 15px;
    }
    .choose .choose-right{
        width: 350px;
        padding: 10px 20px;
    }
    .choose .choose-right .choose-icon{
        width: 60px;
        height: 45px;
    }
    .choose .choose-right .choose-desc{
        margin-top: 5px;
    }
    .choose .choose-right .choose-more{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .choose-wrap{
        height: 400px;
        padding: 40px 0;
    }
    .choose{
        width: 700px;
    }
    .choose .choose-left{
        width: 57%;
    }
    .choose .choose-line{
        width: 20px;
        left: -40px;
    }
    .choose .choose-sub-title{
        font-size: 14px;
        line-height: 16px;
    }
    .choose .choose-title{
        font-size: 20px;
        line-height: 22px;
        margin-top: 5px;
    }
    .choose .choose-list{
        margin-top: 10px;
    }
    .choose .choose-list .choose-item{
        font-size: 12px;
        margin-top: 15px;
    }
    .choose .choose-list .choose-item img{
        width: 20px;
        height: 20px;
        margin-right: 0;
    }
    .choose .choose-right{
        width: 300px;
        padding: 5px 10px;
    }
    .choose .choose-right .choose-icon{
        width: 40px;
        height: 31px;
    }
    .choose .choose-right .choose-desc{
        margin-top: 2px;
        line-height: 16px;
    }
    .choose .choose-right .choose-more{
        margin-top: 5px;
    }
    .choose .choose-right .choose-more img{
        width: 24px;
        height: 24px;
        margin-left: 8px;
    }
}



.quote-wrap{
    width: 100%;
    padding-bottom: 444px;
    margin-top: -160px;
    position: relative;
}
.quote-wrap .quote-bg{
    width: 100%;
    height: 100%;
    background: #EFEFEF;
    position: absolute;
    z-index: -1;
}
.quote{
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 60px 60px 80px;
    position: relative;
}
.quote .quote-left{
    width: 300px;
    float: left;
}
.quote .quote-left .quote-left-top{
    background: #0070D9;
    padding: 10px 30px 30px;
}
.quote .quote-left .quote-left-top .quote-left-top-title{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 17px;
    margin-top: 20px;
}
.quote .quote-left .quote-left-top .quote-left-top-desc{
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 21px;
    margin-top: 10px;
}
.quote .quote-left .quote-left-bottom{
    width: 300px;
    background: #005EB7;
    padding: 30px;
}
.quote .quote-left .quote-left-bottom .quote-left-bottom-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
}
.quote .quote-left .quote-left-bottom .quote-left-bottom-tel{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 30px;
}
.quote .quote-left .quote-left-bottom .quote-left-bottom-tel img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.quote .quote-right{
    width: 720px;
    float: right;
}
.quote .quote-right .quote-right-title{
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 41px;
}
.quote .quote-right .quote-right-desc{
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    margin-top: 20px;
}
.quote .quote-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quote .quote-form .quote-form-item{
    width: 48%;
    height: 45px;
    background: #EBEBEB;
    border-radius: 4px;
    margin-top: 20px;
    display: flex;
    padding: 0 20px;
}
.quote .quote-form .quote-form-item .quote-form-item-title,
.quote .quote-form .quote-form-message .quote-form-message-title{
    font-size: 14px;
    color: #1A1A1A;
    line-height: 45px;
    white-space: nowrap;
}
.quote .quote-form .quote-form-item .quote-form-item-title span,
.quote .quote-form .quote-form-message .quote-form-message-title span{
    color: #FF0000;
}
.quote .quote-form .quote-form-item .quote-form-item-input,
.quote .quote-form .quote-form-item .contact-product{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    margin-left: 10px;
    line-height: 45px;
}
.quote .quote-form .quote-form-message{
    width: 100%;
    background: #EBEBEB;
    margin-top: 20px;
}
.quote .quote-form .quote-form-message .quote-form-message-title{
    margin-left: 10px;
    line-height: 24px;
}
.quote .quote-form .quote-form-message .quote-form-item-textarea{
    width: 100%;
    height: 100px;
    padding: 0 10px;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
}
.quote .quote-form .quote-form-submit{
    width: 214px;
    height: 45px;
    background: #1A1A1A;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.quote .quote-form .quote-form-submit img{
    width: 26px;
    height: 16px;
    margin-left: 16px;
}
.quote .quote-line{
    width: 1080px;
    height: 4px;
    background: #0070D9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .quote-wrap{
        margin-top: -120px;
        padding-bottom: 320px;
    }
    .quote-wrap .quote{
        width: 900px;
        padding: 40px 40px 60px;
    }
    .quote .quote-left{
        width: 250px;
    }
    .quote .quote-left .quote-left-top{
        padding: 15px 20px 25px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-title{
        margin-top: 13px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-desc{
        margin-top: 5px;
    }
    .quote .quote-left .quote-left-bottom{
        width: 250px;
        padding: 25px;
    }
    .quote .quote-left .quote-left-bottom .quote-left-bottom-tel{
        margin-top: 20px;
    }
    .quote .quote-right{
        width: 560px;
    }
    .quote .quote-right .quote-right-title{
        font-size: 27px;
        line-height: 30px;
    }
    .quote .quote-right .quote-right-desc{
        margin-top: 10px;
    }
    .quote .quote-form .quote-form-item{
        margin-top: 10px;
        padding: 0 10px;
    }
    .quote .quote-form .quote-form-message{
        margin-top: 10px;
    }
    .quote .quote-form .quote-form-submit{
        margin-top: 10px;
    }
    .quote .quote-line{
        width: 820px;
    }
}
@media only screen and (max-width: 1000px) {
    .quote-wrap{
        margin-top: -80px;
        padding-bottom: 220px;
    }
    .quote-wrap .quote{
        width: 700px;
        padding: 20px 20px 30px;
    }
    .quote .quote-left{
        width: 200px;
    }
    .quote .quote-left .quote-left-top{
        padding: 5px 15px 15px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-title{
        margin-top: 10px;
    }
    .quote .quote-left .quote-left-top .quote-left-top-desc{
        margin-top: 5px;
    }
    .quote .quote-left .quote-left-bottom{
        width: 200px;
        padding: 15px;
    }
    .quote .quote-left .quote-left-bottom .quote-left-bottom-tel{
        margin-top: 15px;
    }
    .quote .quote-right{
        width: 450px;
    }
    .quote .quote-right .quote-right-title{
        font-size: 24px;
        line-height: 27px;
    }
    .quote .quote-right .quote-right-desc{
        margin-top: 5px;
    }
    .quote .quote-form .quote-form-item{
        width: 49%;
        margin-top: 10px;
        padding: 0 5px;
    }
    .quote .quote-form .quote-form-item .quote-form-item-title,
    .quote .quote-form .quote-form-message .quote-form-message-title{
        font-size: 12px;
    }
    .quote .quote-form .quote-form-message{
        margin-top: 10px;
    }
    .quote .quote-form .quote-form-submit{
        margin-top: 10px;
        width: 180px;
        font-size: 14px;
    }
    .quote .quote-form .quote-form-submit img{
        width: 20px;
        height: 12px;
        margin-left: 10px;
    }
    .quote .quote-line{
        width: 660px;
    }
}


.news{
    width: 1200px;
    margin: -364px auto 80px;
}
.news .news-list{
    margin-top: 40px;
    display: flex;
}
.news .news-list .news-item{
    width: 32%;
    margin-right: 2%;
}
.news .news-list .news-item:last-child{
    margin-right: 0;
}
.news .news-list .news-item .news-item-video{
    width: 100%;
    aspect-ratio: 386 / 330;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.news .news-list .news-item .news-item-video img{
    width: 100%;
    height: 100%;
}
.news .news-list .news-item .news-item-video .news-item-video-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
}
.news .news-list .news-item .news-item-video .news-item-video-icon img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news .news-list .news-item .news-item-title{
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 27px;
    margin-top: 16px;
}
.news .news-list .news-item .news-item-desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .news-list .news-item .news-item-more{
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #202020;
    line-height: 30px;
}
.news .news-list .news-item .news-item-more img{
    margin-left: 10px;
    width: 30px;
    height: 30px;
}
.news .news-list .news-item .news-item-more img.active{
    display: none;
}
.news .news-list .news-item:hover .news-item-video .news-item-video-icon{
    display: block;
}
.news .news-list .news-item:hover .news-item-more{
    color: #0070D9;
}
.news .news-list .news-item:hover .news-item-more img.normal{
    display: none;
}
.news .news-list .news-item:hover .news-item-more img.active{
    display: inline-block;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .news{
        width: 900px;
        margin: -260px auto 60px;
    }
    .news .news-list{
        margin-top: 30px;
    }
    .news .news-list .news-item .news-item-title{
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .news .news-list .news-item .news-item-desc{
        margin-top: 6px;
    }
    .news .news-list .news-item .news-item-more{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .news{
        width: 700px;
        margin: -180px auto 40px;
    }
    .news .news-list{
        margin-top: 20px;
    }
    .news .news-list .news-item .news-item-video .news-item-video-icon img{
        width: 30px;
        height: 30px;
    }
    .news .news-list .news-item .news-item-title{
        font-size: 14px;
        line-height: 20px;
        margin-top: 6px;
    }
    .news .news-list .news-item .news-item-desc{
        margin-top: 4px;
    }
    .news .news-list .news-item .news-item-more{
        margin-top: 10px;
    }
    .news .news-list .news-item .news-item-more img{
        margin-left: 5px;
        width: 24px;
        height: 24px;
    }
}





