
main .banner .swiper-pagination-banner{
    position: absolute;
    bottom: 5%;
}
main .banner .swiper-pagination-banner .swiper-pagination-bullet-active{
    border: 1px solid #fff;
}
main .banner .swiper-button-next-banner::after ,main .banner .swiper-button-prev-banner::after{
    content: '';
}

.swiper-button-next-banner, .swiper-button-prev-banner{
    background-repeat: no-repeat;
    background-size: auto;
    width: 50px;
    height: 50px;
}
main .banner .swiper-button-next-banner{
    background-image: url(/lib/images/banner_next.svg);
    right: 5%;
}
main .banner .swiper-button-prev-banner{
    background-image: url(/lib/images/banner_prev.svg);
    left: 5%;
}
main .banner .swiper-slide>img{
    opacity: 0;
}
main .banner .swiper-slide video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .banner .swiper-slide .txt{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%; 
    z-index: 9;
}
main .banner .swiper-slide .txt p{
    /* text-align: left; */
   font-size: 0.20rem;
    color: #fff;
}
main .banner .swiper-slide .txt h2{
    /* text-align: left; */
    font-size: 0.52rem;
    position: relative;
    color: #fff;
    margin-bottom: 0.3rem;
}
main .banner .swiper-slide .txt h2::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.1rem;
    width: 200px;
    height: 3px;
    background-color: #fff;
    content: '';
}

main .banner .swiper-slide .txt h1{
    /* text-align: left; */
    font-size: 0.52rem;
    position: relative;
    color: #fff;
    margin-bottom: 0.3rem;
}
main .banner .swiper-slide .txt h1::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.1rem;
    width: 200px;
    height: 3px;
    background-color: #fff;
    content: '';
}



main .advantage{
    padding: 1.2rem 0;
}
main .advantage .four_box .box{
    flex-direction: column;
}
main .advantage .four_box .box .img{
    width: 98px;
    height: 98px;
    background-color: #FFF4E2;
    border-radius: 50%;
}
main .advantage .four_box .box h3{
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    font-family: 'SemiBold';
    font-size: 0.22rem;
    color: #1C1C1C;
}
main .advantage .four_box .box p{
    text-align: center;
    color: #666;
    line-height: 1.5;
}

main .glass_type{
    overflow: hidden;
    background-image: url(/lib/images/glass_typbg.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: right;
    padding: 1.2rem 0;
}

main .glass_type .swiper{
    position: relative;
}
main .glass_type .swiper-glass{
    overflow: initial;
}
main .glass_type .swiper-glass .swiper-slide a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    background-color: #CC8100;
    padding: 0.3rem;
    opacity: 0;
    transition: all 0.5s;
}
main .glass_type .swiper-glass .swiper-slide:hover a{
    opacity: 0.9;
}
main .glass_type .swiper-glass .swiper-slide a h3{
    font-family: 'SemiBold';
    color: #fff;
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
}
main .glass_type .swiper-glass .swiper-slide a p{
    color: #fff;
    line-height: 2;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
main .glass_type .swiper-glass .swiper-slide a span{
    display: flex;
    align-items: center;
    color: #fff;
}
main .glass_type .swiper-glass .swiper-slide a span svg{
    margin-left: 10px;
}

main .glass_type .swiper .more.btn{
    margin-top: 0.8rem;
}
main .glass_type .swiper .swiper-button-next, main .glass_type .swiper .swiper-button-prev{
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #CC8100;
    opacity: 1;
}
main .glass_type .swiper .swiper-button-next::after, main .glass_type .swiper .swiper-button-prev::after{
    content: '';
}
main .glass_type .swiper .swiper-button-next{
    background-color: #CC8100;
}
main .glass_type .swiper .swiper-button-prev{
    background-color: #fff;
    left: 85%;
}
main .glass_type .swiper .swiper-button-next svg, main .glass_type .swiper .swiper-button-prev svg{
    transform: scale(0.7);
}

.customers_love{
    padding: 1.2rem 0;
}

.customers_love .cart{
    margin-bottom: 0.3rem;
}
.customers_love .cart .img{
    overflow: hidden;
}
.customers_love .cart .img img{
    width: 100%;
    transition: all 0.5s;
}
.customers_love .cart:hover .img img{
    transform: scale(1.1);
}
.customers_love .cart h3{
    font-family: 'SemiBold';
    color: #1c1c1c;
    font-size: 0.22rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.customers_love .cart p{
    color: #CC8100;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.customers_love .content .more{
    margin-top: 0.7rem;
}

main .scene{
    height: 740px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.2s;
}
main .scene .content{
    height: 100%;
}
main .scene .four_box{
    display: flex;
    height: 100%;
}
main .scene .four_box .box{
    flex: 1;
    height: 100%;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255,.3);
    padding: 0 0.3rem;
}
main .scene .four_box .box:last-child{
    border-right: 1px solid rgba(255, 255, 255,.3);
}
main .scene .four_box .box h3{
    font-family: 'SemiBold';
    font-size: 0.28rem;
    color: #fff;
}
main .scene .four_box .box .line{
    width: 86px;
    height: 2px;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    background-color: #fff;
}
main .scene .four_box .box p{
    color: #fff;
    text-align: center;
}

main .scene_phone{
    position: relative;
}
main .scene_phone .swiper-slide img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
main .scene_phone .swiper-slide .txt{
    position: absolute;
    width: 100%;
    height: 100%;
    flex-direction: column;
    top: 37%;
    transform: translateY(-50%);
    padding: 30px;
}
main .scene_phone .swiper-slide .txt h3{
    color: #fff;
    font-family: 'SemiBold';
    font-size: 0.32rem;
}
main .scene_phone .swiper-slide .txt .line{
    width: 172px;
    height: 4px;
    background: #FFFFFF;
    margin: 20px 0;
}
main .scene_phone .swiper-slide .txt p{
    text-align: center;
    line-height: 2;
    color: #fff;
}
main .scene_phone .btn{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 120px;
    height: 46px;
    display: flex;
    justify-content: space-between;
}
.swiper-button-prev-scene_phone, .swiper-button-next-scene_phone{
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 0;
    left: auto;
    right: auto;
}
.swiper-button-prev-scene_phone::after, .swiper-button-next-scene_phone::after{
    content: '';
}
.swiper-button-prev-scene_phone svg, .swiper-button-next-scene_phone svg{
    transform: scale(0.6);
}

main .why_choose{
    padding: 1.2rem 0;
    background-color: #FFFDFA;
}
main .why_choose .row{
    margin-left: -8px;
    margin-right: -8px;
}
main .why_choose .row .col-lg-4{
    padding-left: 8px;
    padding-right: 8px;
}
main .why_choose .cart{
    width: 100%;
    box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.1000);
    padding: 0.3rem;
    flex-direction: column;
    margin-bottom: 15px;
}
main .why_choose .cart img{
    margin-bottom: 0.3rem;
}
main .why_choose .cart p{
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 90px;
}

main .want_to{
    padding: 1.5rem 0;
    background-image: url(/lib/images/want_to_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
}
main .want_to .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .want_to .content .left .title{
    align-items: flex-start;
    max-width: 735px;
    width: 100%;
}
main .want_to .content .left .title h2{
    text-align: left;
}
main .want_to .content .left .title p{
    text-align: left;
    margin-bottom: 0;
    color: #666;
}
main .want_to .content .right{
    flex: 1;
    padding: .3rem;
}
main .want_to .content .right a{
    width: 4.32rem;
    height: 96px;
    background-color: #CC8100;
    color: #fff;
    margin: 0 auto;
    font-size: 0.22rem;
}

main .problems{
    padding: 1.2rem 0;
}
main .problems .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .problems .content .left{
    max-width: 560px;
    width: 100%;
    margin-right: 0.3rem;
}
main .problems .content .left .title{
    align-items: flex-start;
}
main .problems .content .left .title h2{
    text-align: left;
    margin-bottom: 0.5rem;
}

main .problems .content .right{
    max-width: 800px;
    width: 100%;
}
main .problems .content .right .faq{
    border: 1px solid #EAEAEA;
    padding: .3rem .4rem;
    margin-bottom: 6px;
}
main .problems .content .right .faq.active{
    border: 1px solid #CC8100;
}
main .problems .content .right .faq h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1C1C1C;
    font-family: 'ExtraBold';
    cursor: pointer;
}
main .problems .content .right .faq h3 img.add{
    display: block;
}
main .problems .content .right .faq h3 img.less{
    display: none;
}
main .problems .content .right .faq.active h3 img.add{
    display: none;
}
main .problems .content .right .faq.active h3 img.less{
    display: block;
}
main .problems .content .right .faq p{
    margin-top: 0.2rem;
    display: none;
    line-height: 2;
}

main .blog{
    padding-bottom: 1.6rem;
}
main .blog .cart .img{
    overflow: hidden;
    margin-bottom: 0.2rem;
}
main .blog .cart .img img{
    width: 100%;
    transition: all 0.5s;
}
main .blog .cart:hover .img img{
    transform: scale(1.1);
}
main .blog .cart h3{
    color: #1C1C1C;
    font-family: 'SemiBold';

}
main .blog .cart p.time{
    margin: 0.1rem 0;
}
main .blog .cart p{
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
main .blog .more.btn{
    margin-top: 0.6rem;
}




@media (max-width:1279px) {
    main .glass_type .swiper .swiper-button-prev{
        left: 80%;
    }
}
@media (max-width:1023px) {
    main .advantage .four_box .box{
        margin: 0.2rem 0;
    }
    main .glass_type .swiper .swiper-button-next, main .glass_type .swiper .swiper-button-prev{
        width: 58px;
        height: 58px;
    }
}
@media (max-width:767px) {
    main .banner .swiper-slide img{
        height: 300px;
    }
    main .banner .swiper-slide .txt{
        max-width: 100%;
        width: 95%;
    }
    main .glass_type .swiper-glass .swiper-slide a{
        position: inherit;
        opacity: 1;
    }
    main .glass_type .swiper-glass .swiper-slide a span{
        display: none;
    }
    main .glass_type .swiper-glass .swiper-slide a h3{
        font-size: 0.32rem;
    }
    main .glass_type .swiper .swiper-button-next, main .glass_type .swiper .swiper-button-prev{
        position: inherit;
        width: 45px;
        height: 45px;
    }
    main .glass_type .swiper .btn{
        display: flex;
        justify-content: center;
        margin-top: 0.3rem;
    }
    main .glass_type .swiper .swiper-button-prev{
        margin-right: 30px;
    }
    main .want_to .content{
        flex-direction: column;
    }
    main .want_to .content .right{
        flex:auto;
        width: 100%;
        padding: 0.3rem 0;
    }
    main .want_to .content .right a{
        width: 100%;
        height: 46px;
    }
    main .problems .content{
        flex-direction: column;
    }
    main .problems .content .left{
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    main .want_to .content .right a{
        font-size: 0.3rem;
    }
    .customers_love .cart h3{
        font-size: 0.3rem;
    }
    main .glass_type .swiper .swiper-button-next svg, main .glass_type .swiper .swiper-button-prev svg{
        transform: scale(0.5);
    }
}

