/*nav ol .breadcrumb-item:first-of-type{margin-left: 0;}*/
.backToTop{
    width: 50px;
    height: 50px;
    background: #000000;
    position: fixed;
    right: 30px;
    bottom: 130px;
    border-radius: 35px;
    background-image: url(../images/toTop.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #8a8a8a;
    background-position: center center;
    z-index: 99;
    cursor: pointer;
}
.text_link{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 203px;
    border-radius: 35px;
    background-image: url(../images/text.png?e=1);
    background-size: 48%;
    background-repeat: no-repeat;
    background-color:  #48c19e;
    background-position: center center;
    z-index: 99;
    cursor: pointer;
}
.text_link a{display: block;width: 100%; height: 100%}
.chatBtn i{font-size: 23px;}
.note-video-clip{
    height: 550px !important;
}
@media (max-width: 768px) {
    .note-video-clip{
        height: 200px !important;
    }
}
.no-source{width: 100%; height: 100%; padding: 2% 0; text-align: center;color: #000000;min-height: 150px;
    line-height: 110px;}
/*.no-source::before{content: '暂无数据'}*/
/*
*/
.lang_en .no-source::before{content: 'No Date'}
.lang_ko .no-source::before{content: '데이터가 없다'}
.lang_es .no-source::before{content: 'Sin datos'}
.lang_fr .no-source::before{content: 'Pas de date'}
.lang_ru .no-source::before{content: 'Никакая дата'}
.lang_ar .no-source::before{content: 'لا يوجد بيانات'}
.lang_ja .no-source::before{content: 'データなし'}
.building{width: 100%; height: 100%; padding: 2% 0; text-align: center;color: #000000}
/*.building::before{content: '正在建设中'} */
.lang_en .building::before{content: 'Coming soon'}
.lang_ko .building::before{content: '건설 중이다.'}
.lang_es .building::before{content: 'Muy pronto'}
.lang_fr .building::before{content: 'Bientôt disponible'}
.lang_ru .building::before{content: 'Строится и скоро будет'}
.lang_ar .building::before{content: 'تحت الإنشاء'}
.lang_ja .building::before{content: '工事中'}
.loading{width: 100%; height: 100px; padding: 2% 0; text-align: center;color: #000000; display: flex;align-items: center; justify-content: center}
/*.loading::before{content: '正在加载中,请稍后'}
*/
.lang_en .loading::before{content: 'Loading, please be patient.'}
.lang_ko .loading::before{content: '로딩 중이니 잠시 후'}
.lang_es .loading::before{content: 'Cargando, por favor ten paciencia.'}
.lang_fr .loading::before{content: 'Chargement en cour veuillez patienter.'}
.lang_ru .loading::before{content: 'Грузится, подождите пожалуйста'}
.lang_ar .loading::before{content: 'جاري التحميل يرجى الانتظار'}
.lang_ja .loading::before{content: '読み込み中。。。待って下さい'}
.loading::after{content: ''; display: block; width: 20px; height: 20px; background-image: url("../images/loading.gif"); background-size:71px; margin-left: 5px; background-repeat: no-repeat; background-position: center; }
/*.empty::before{content: '正在建设中'}*/
.empty{width: 100%; min-height: 300px; display: flex; align-items: center; justify-content: center;font-family: Microsoft YaHei,微软雅黑,微软雅黑,Tahoma,宋体,helvetica,Hiragino Sans GB;  }
.lang_en .empty::before{content: 'No Date'}
.lang_ko .empty::before{content: '데이터가 없다'}
.lang_es .empty::before{content: 'Sin datos'}
.lang_fr .empty::before{content: 'Pas de date'}
.lang_ru .empty::before{content: 'Никакая дата'}
.lang_ar .empty::before{content: 'لا يوجد بيانات'}
.lang_ja .empty::before{content: 'データなし'}

.mobile{font-weight: normal;}
.breadcrumb{padding: 12px 15px;margin-bottom: 0;}
@media (min-width: 768px) {
    nav ol .breadcrumb-item:first-of-type{margin-left: calc((100vw - 750px) / 2 - 15px)}
}
@media (min-width: 992px) {
    nav ol .breadcrumb-item:first-of-type{margin-left: calc((100vw - 970px) / 2 - 15px)}
}
@media (min-width: 1200px) {
    nav ol .breadcrumb-item:first-of-type{margin-left: calc((100vw - 1170px) / 2 - 15px)}
}

.buy_btn{width: 100%;height: 50px;border-radius: 10px;font-size: 22px;background: #ffc435;line-height:  64px;display: flex;align-items: center;justify-content: center;}
.buy_btn span{color: #8a6918; text-decoration: underline; margin-left: 10px; font-size: 16px;}

.contentAA{color: rgba(102, 102, 102, 1);}/*margin: 50px 0;*/
.contentAA.swiper-slide>div{ margin-top: 50px; margin-bottom: 50px;}
.contentAA.swiper-slide>div img{
    max-width: 100%;
    margin: auto;
    display: block;
}
.contentAA .h2_ms{font-weight: bold;}

.title h2{font-size:48px;font-weight:700;margin-top: 0;}
.contentA{background:#fbfbfe;padding:2% 0}
.contentA .title{padding:25px 0}
.contentA .product{margin:auto;padding: 0 15px;}
.contentA .product img{max-width: max-content;}
.title .h2_ms{font-size:24px;    line-height: inherit;}
/*.contentB{background:url(../images/cp2.jpg) no-repeat;background-size:100% 100%;position:relative; min-height:550px }*/
/*.contentB .title{position:absolute;width:26%;left:10%;top:50%;transform:translateY(-50%);text-align:left;color:#d0d0d0}*/
/*.contentB .product{ width:50%;    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);}*/
/*.contentB p ,.contentG  p{*/
/*    word-break:break-all;*/
/*    display:-webkit-box;*/
/*    -webkit-line-clamp:3;*/
/*    -webkit-box-orient:vertical;*/
/*    overflow:hidden;*/
/*}*/
/*.contentB .product img{width:100%;}*/
/*.contentB .learn_more_000{margin-top: 15px}*/
.contentB{
    /*background:url(../images/cp2.jpg) no-repeat;*/ position: relative;
    background-size:100% 100%; display: flex;	justify-content: space-between;}
/*<div class="content_bg"><img src="static/images/cp2.jpg"></div>*/
/*底图自定义*/
.content_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    left:0;
    top:0;
}
.content_bg img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
}
.contentB>div:not(.content_bg){position: relative; z-index: 1}
.contentA>div:not(.content_bg){position: relative; z-index: 1}
.contentC>div:not(.content_bg){position: relative; z-index: 1}
.contentE>div:not(.content_bg){position: relative; z-index: 1}
.contentG>div:not(.content_bg){position: relative; z-index: 1}
.contentH>div:not(.content_bg){position: relative; z-index: 1}
.contentC>.col6>div:not(.content_bg){position: relative; z-index: 1}

.contentB .container{text-align: left; width:40%;padding: 0 5%;color:#d0d0d0;display: flex; align-items: center;}
.contentB .container .title{width: 100%; text-align: left}
.contentB .product{width: 55%; position: static; transform: none; margin-top: 2%;
    /*display: flex; justify-content: flex-end;*/
}
.contentB .container .learn_more_000{margin-top: 15px;}
.mobile .contentB .container .learn_more_000{margin-top: 0;}

.contentB p{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contentB .title .h2_ms,
.contentG .title .h2_ms{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contentG p{
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.mobile .contentB p{ word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;}

.mobile .contentA .product{padding-bottom: 30px;}

@media (min-width: 768px) {
    .contentB .product img {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .contentB .product img {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .contentB .product img {
        max-width: 1170px;
    }
}
/*第三层橱窗*/
.contentC .col6{position:relative;overflow:hidden;margin-top:15px;float:left;width:calc(50% - 23px);margin-left:15px;background:#f5f5f9;padding:5% 0;}
.contentC .col6 .cont{width: 100%; display: flex; align-items: center}
.contentC .col6 .h2_ms{
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height: 1.5em;
}
.contentC .col6 .title{width:307px;}
.contentC .cpl1 .title{right:25px;text-align:left; padding-left: 5%; flex: 1}
.contentC .cpl2 .title{left:25px;text-align:left; padding-left: 5%; flex: 1}
.contentC .cpl1 .product,.contentC .cpl1 .title{display:inline-block;vertical-align: middle;width: 55%;float: none!important;}
.contentC .cpl2 .product,.contentC .cpl2 .title{display:inline-block;vertical-align: middle;width: 55%;float: none!important;}
.contentC .cpl1 .product img,.contentC .cpl2 .product img{width: 100%;height: 100%;}


/*.contentC .product,.contentD .product{width:100%;height:464px}*/
.contentD{margin-bottom: 15px;}
.contentD .col6{position:relative;overflow:hidden;margin-top:15px;float:left;width:calc(50% - 23px);margin-left:15px;background:#f5f5f9;
    max-height: 500px;}
.contentD .product img{width:100%;height:100%;min-width: 100%;}
.contentD .col6 .title{position:absolute;bottom:0;width:100%;text-align:right;color:#d0d0d0;padding:0 5% 8%}
/*.contentD .product{margin-bottom:15px}*/
.contentE{background:url(../../static/images/cp8.jpg) no-repeat;background-size:100% 100%;position:relative;padding:25px 0 100px; margin-top: 15px;}
.contentE .title{color:#d0d0d0;padding:25px 0 35px}
.contentE .video{border-radius:15px;overflow:hidden; background: #000000; margin-bottom: 10px; position: relative;}
.contentE .video .stop{position: absolute; width: 100%; height: 100%; left: 0; top: 0;
    z-index: 9;
    background-image: url("../../static/images/play.png");
    cursor: pointer;
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
}
.contentE .video .stop.play{opacity: 0; pointer-events: none;}
/*.contentE .video .play.stop{background-image: url("../../static/images/stop.png")}*/
.contentE .video video{height: 550px;margin: auto;display: block;}
.contentE .video[data-type="2"] video{pointer-events: none}
.mobile .contentE .video video{
    width: 100%;
    height: 220px;
}
.contentF{position:relative}
.contentF .title{color:#d0d0d0;padding:25px 0 35px;position:absolute;width:100%;    background: rgba(0,0,0,0.2);left:50%;transform:translateX(-50%);bottom:16%}
.contentF .product{overflow:hidden}
.contentF .title .h2_ms{font-size:48px;}
.mobile .contentF .h2_ms{
    font-size: 22px;
    line-height: initial;
    color: #edebeb;
}
.mobile .contentF .video{
    margin-top: 25px;
}

.contentG{position:relative}
.contentG .title{position:absolute;width:26%;left:60%;top:50%;transform:translateY(-50%);text-align:left;}
.contentG b{margin-bottom: 5px}
.contentG .product{float:left;width:50%;padding: 5% 0;}
.contentG .product img{width:100%;height:624px}
.contentG .learn_more_000{margin-top: 15px}

.contentH{position: relative; z-index: 1;background: #f4f4f4;    padding-bottom: 15px;}
/*.contentH::before{content:''; display: block; width: 100%; position: absolute; left: 0; top: 0; height: 330px; background: #f4f4f4; z-index: 1;}*/
.contentH .container{ margin-top: 85px; display: flex; background: #ffffff; z-index: 999; align-items: flex-start; margin-bottom: 50px; box-sizing: border-box;}
.contentH .container ul{ display: flex; flex-direction: column; align-items: flex-start; width: calc(100% / 6)}
.contentH .container ul li{ margin: 0 30px;}
.contentH .container ul li.title{margin: 10px 30px;}
.contentH .container ul li{width: calc(100% - 60px);}
.contentH .container ul .title{font-weight: bold;}
.contentH .container ul p{font-size: 12px; color: #999999;}
.contentH .bottom{width: 100%; text-align: center; color: #a2a2a2; margin: 2% 0 ; }
.contentH .bottom a{position: relative;cursor: pointer}
.contentH .bottom a::after,.contentH .bottom a::before{content: ''; width: 10px; height:2px; box-sizing: content-box; border-radius: 2px; background: #000000; display: block; margin-top: 7px;-webkit-transition: .3s;-moz-transition: .3s;transition: .3s; position: absolute; right: -15px;}
.contentH .bottom a::before{transform: rotate(45deg); }
.contentH .bottom a::after{transform: rotate(-45deg); margin-top: -7px}
.contentH .bottom a:hover::after,.contentH .bottom a:hover::before{right: -20px; background:#FFC435; }

    /*.contentI{width: 80%; margin:2% auto 0 auto;}*/
.contentI .title{height: 65px; font-size: 30px; line-height: 65px; font-weight: bold; color: #737373; border-bottom: 1px solid #e9e9e9; margin:20px 0;}
.contentI .product{margin-top: 45px;}
.contentI .product ul{width: calc(100% / 4); float: left;max-width: 260px;margin-right: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    overflow: hidden;
}
.contentI .product ul{  transition: all 0.5s;background: #fff;}
.contentI .product ul:hover{
    transform: scale(1.25);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
/*.contentI .product ul:hover a{color: #ffb500;}*/
.contentI .product ul>li{float: left;}


.product.Accessories-box::before{
    content: "Accessories";
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    color: #737373;
    padding: 0 15px;
    margin-left: 15px;
    display: block;
}

.product.Accessories-box::after{
    content: "";
    clear: bottom;
    display: block;
    overflow: hidden;
}


.contentI .Accessories-box{margin: 0;
    border-top: 1px solid rgb(239, 236, 236);
    padding-top: 25px;
    position: relative;
}

.Accessories{
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #efefef;
}
.Accessories .accIcon{font-size: 78px;color: #febb4b;}
.Accessories .text i{
    transform: rotate(-90deg);
    position: relative;
    display: inline-block;
    font-size: 12px;
    transition: all 0.5s;
}
.Accessories:hover .text i{margin-left: 10px;}


.contentI .product ul li.img{ margin: auto; display: flex; height: calc(100vw / 4); width: 100%; align-items: center; justify-content: center;}
.mobile .contentI .product ul{
    /*height: calc((100vw - 30px) / 3);*/
}
@media (min-width: 768px) {
    .contentI .product ul li.img{
        height: calc(480px / 4 - 40px);
    }
}
@media (min-width: 992px) {
    .contentI .product ul li.img{
        height: calc(700px / 4 - 40px);
    }
}
@media (min-width: 1200px) {
    .contentI .product ul li.img{height: calc(900px / 4 - 40px);}
}
.allProducts{margin-bottom: 25px;}
.contentI .product ul li.img img{display: block;max-width: 100%;max-height: 100%; width: 85%;margin: auto;}
.contentI .product ul li.text{text-align: center; height: 40px; line-height: 40px; width: 100%; color: #737373;}
.contentI .list ul{width: 100%; display: flex;}
.contentI .list ul li.first{width: 30px; height:30px; line-height:30px; text-align: center; background: #cacaca; color:  #ffffff; border-radius: 30px; margin-right: 10px;}
.contentI .list ul li{line-height: 35px;}
.mobile .contentI .product ul{
    width: calc(100% / 2);
    margin-right: 0;
}
.mobile .contentI .product{width: 100%;}
.mobile .new-right-item .contentI{width: 100%;}

.contentI .form{ color: #7e7e7e;}
.contentI .form p{color: #bebebe;}
.contentI .form .table{width: 80%;}
.contentI .form .table .tr{width: 50%; float: left;}
.contentI .form .table .td{height:36px; width: 100%; line-height: 36px; text-align: left; float: left;}
.mobile .contentI .form .table{width: 100%; }
.mobile .contentI .form .table .tr{width: 100%;}
.mobile .contentI .form input{width: 100%;border-radius: 5px;}
.mobile .contentI .form .select{width: 100%;border-radius: 5px;}
.mobile .contentI .form .buy_btn{width: 100%;margin: 15px 0 0;border-radius: 5px;font-size: 14px;}
.mobile .contentI .form{ padding: 0;}
.contentI .form input {width: 80%;    padding: 0 15px; float: left; height:36px; margin: 0; border: 0; background: #ebebeb; }
.contentI .form .select {width: 80%; float: left; height:36px; margin: 0; padding: 0; border: 0; background: #ebebeb; float: left;
    position: relative; }
/*.contentI .form .select::after{content: ''; display: flex; width: 32px; height: 100%; position: absolute; right: 0; background: url("/static/images/down.jpg") center center no-repeat scroll; background-size: 30px; top: 0; cursor: pointer;}*/
/*.contentI .form .select select{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;opacity: 0;}*/
.contentI .form select{
    color: #707070;
    font-size: 16px;
    width: 80%;
    padding: 0 10px;
    height: 35px;
    background: #EBEBEB;
    border-color: #EBEBEB;
}
.contentI .form .buy_btn {width: 90%; height: 36px; line-height:  36px; border-radius: 0; color: #000000; margin-top: 36px; font-size: 16px;cursor: pointer;
    font-weight: bold;}

.login_Fix img{width:auto}
.login_Fix{position:fixed;width:100%;height:100%;left:0;top:0;padding:20px 40px;bottom:0;z-index:9999;font-family:"微软雅黑";background:#2e2e2e;
display: none;font-size:12px;    overflow-y: scroll;}
.login_logo{margin-bottom:45px;text-align:center}
.login_logo img,.login_logo span{display:block;margin:auto}
.login_logo span{font-size:12px;color:#fff;letter-spacing:6px}
.login_close{cursor:pointer;color:#fff;padding:0 10px;font-size:28px;opacity:1;display:inline-block;transition:all .4s ease}
.login_close:hover{opacity:.8}
.login_Fix .inner{width:422px;text-align:left;font-size:14px;color:#ccc;margin:auto}
.login_Fix .inner .form-control{background:none;color: #fff;}
.login_Fix .inner .btn{width:100%;display:block}
.login_Fix .inner .qfyuser_btn,.register_btn{margin-bottom:15px}
.login_Fix .inner .register_open,.qfyuser_open{background:none;color:#fff}
.ourLogin{margin-top:15px}
.invalid-feedback{display: none;}
.register_Box{display: none; overflow-y: auto;}

.allProducts .title{position: relative}
.allProducts .title::after{
    content: "";
    width: 120px;
    height: 2px;
    background: #c7c7c7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mobile .contentG .product{margin: 25px 0;}


@media (max-width: 1122px) {
    .title h2{font-size: 32px;}
    .title .h2_ms{font-size: 18px;}
    .swiper-container-horizontal>.swiper-scrollbar{
        height: 5px;
        border-radius: 10px;
        bottom: 49px;
    }

    .RelatedProducts .swiper-container-horizontal>.swiper-scrollbar{
        height: 5px;
        border-radius: 10px;
        bottom: 0;
    }
    .scrollbar-box{height: 60px;}

    .contentB .title{    left: 25px;width: 45%;}
    .contentC .product, .contentD .product{ height: auto; margin-bottom: 0;}
    .contentD .product img{    width: 100%;}
    .contentB .title{    left: 25px;width: 45%;}
    .contentC .product, .contentD .product{
        height: auto;}
    .contentD .product img{    width: 100%;}
    .banner .container h2{font-size:40px;margin-bottom:35px;font-weight:700}
    /*.contentAA{margin: 25px 0;}*/
    .contentAA.swiper-slide>div{ margin-top: 25px; margin-bottom: 25px;}
    .h1s{
        /*font-size: 0.5rem;*/
        font-weight: bold;
    }
    .VideoCenterSwiper.swiper-container-horizontal>.swiper-scrollbar{
        bottom: 0;
    }
}

@media (max-width: 780px) {
    /*.contentD .col6{margin-top: 0;}*/
    .contentA{padding: 0;}
    .contentC .cpl1 .title{text-align: right; padding-right: 5%; padding-left: 0;}
    .contentF .title{color: #fff;}
    .mobile .contentE{    padding: 0.25rem 0 0.4rem;}
    .mobile .contentE .title{    padding: 0;}
    .language_bar{width: 200px;top: 45px;left: -50px;}
    .mobile .header .other_box .language_bar::before{
        top: -14px;
        left: 55px;
    }
    .product_menus>.swiper-container{
        width: calc(100% - 20px) !important;
    }

    .mobile .contentB{
        min-height: 150px !important;
    }

    /*.contentB .product{padding-top: 20px;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .contentB h3,.contentG h3{margin: 0;
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .LandSruveyBox .contentH .container ul .img img{width: 100%;}
    .contentI .title{font-size: 20px; margin: .2rem 0;}
    .contentI .form select,.contentI .form input{width: 100%;font-size: 14px;}

}




@media (max-width: 400px) {
    .contentB .learn_more_000{margin-top: 5px;}
    p,.mobile .contentB .h2_ms{font-size: 14px;}
    .learn_more_000, .learn_more_fff{    padding: 2px 10px;font-size: 12px;}
}


.mobile .contentI .product{
    margin-top: 20px;
}
.mobile .contentI .product ul{
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
}

.mobile .contentI .product ul:nth-of-type(2n-1){float: left;}
.mobile .contentI .product ul:nth-of-type(2n){float: right;}
.mobile .contentI .product ul.Accessories{}
.mobile .contentI .product ul.Accessories .accIcon{font-size: 1rem;}

.contentAA  iframe{
    width: 100%;
    height: auto;
}

.touchImg{
    width: auto; height: auto; max-width: 100%; margin: 25px auto;
}

