﻿@font-face{
    font-family:myFirstFont_R;
    /* src: url('../font/FZLanTingHeiS-R.TTF') format('truetype'); */
}
@font-face{
    font-family:myFirstFont_B;
    /* src: url('../font/FZLanTingHeiS-R.TTF') format('truetype'); */
}
body{
    color:#040000;
    font-family:myFirstFont_R;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size:14px;
    /* max-width:1920px;
    margin:auto; */
}
p{
    margin:0;
    padding: 0;
}
.flex{
    display: flex;
}
input{
    outline: none;
}
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    color: #404040;
}   
img{
    max-width: 100%;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.color40{
    color:#404040
}
.color255{
    color:#fff!important
}
.width1080{
    width:1080px;
    margin:0 auto;
}
.width1000{
    width:1000px;
    margin:auto;
}
.width1200{
    width:1200px;
    margin:0 auto;
}
.width100{
    width:100%;
}
.marginTop125{
    margin-top: 125px;
}
.marginTop80{
    margin-top: 80px;
}
.marginTop60{
    margin-top: 60px!important
}
.marginTop20{
    margin-top: 20px;
}
.marginTop30{
    margin-top: 30px!important;
}
.none{
    display: none;
}
.allBanner{
    margin-top:60px;
}
.fontSize16{
    font-size:16px;
}

/* -------------------header-------------- */
.header{
    width: 100%;
    font-family:myFirstFont_R;
    height:60px;
    background-color: #212121;
    position: fixed;
    top:0;
    z-index: 100;
}
/* .home_header{
    background-color: transparent;
} */
.header_nav{
    flex-direction: row;
    align-items: center;
    height:60px;
    justify-content: space-around;
}
.nav_list{
    flex-direction: row;
}
.nav_list li{
    color: #999;
    padding:0 10px;
    font-size:14px;
    line-height: 60px;;
}
.home_design{
    width:85%;
    padding: 60px 0;
    margin:20px auto;
}
.design_title{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height:60px;
}
.design_line{
    width:40%;
    height:1px;
    background-color: #eee;
}
.design_title_fo{
    width:20%;
    font-size: 30px;
    color:#464646;
    text-align: center;
    font-family: myFirstFont_B;
}
.home_design_smallFonts{
    font-size: 16px;
    color: #6f6f6f;
    text-align: center;
    margin-top:10px;
}
.home_design_ul{
    width:85%;
    margin: auto;
    justify-content: space-around;
}
.home_design_ul li{
    text-align: center;
    font-family: myFirstFont_B;
    color: #959595;
    font-size: 16px;
}
.home_design_ul li p:nth-of-type(2){
    margin-top: 30px;;
}
.store{
    width:84px;
    height:32px;
    background: #EBCF82;
    border-radius: 16px;  
    color:#000;
    text-align: center;
    line-height: 32px;
    margin-top: 15px;
    margin-left:60px;
}
.video_title{
    top:60px;
    /* left:120px; */
    text-align: center;
    font-size: 40px;
}
.video_title a{
    color:#fff;
}
.fontSize30{
    font-size: 30px;
}
.nav_list li span{
    color: #999!important;
}
.active{
    color: #fff!important;
}
.product{
    background-color: #f5f5f7;
    height:160px;
    align-content: center;
    /* color:#fff; */
    display: none;
    z-index:100;
    width:100%;
}
.product a{
    color:#404040;
}
.product_list{
    width:55%;
    margin: 0 auto;
    padding-top: 24px;
}
.product_list ul{
    margin-top:10px;
    flex-direction: row;
    justify-content: space-between;
}
.product_img{
    height:65px;
    line-height: 65px;
}
.carousel-caption{
    top:30px;
    color:#000;
    text-shadow: none;
}
.bigFonts{
    font-family:myFirstFont_B;
    font-size: 2em;
    margin-top: 10px;
}
.smallFonts{
    margin-top: 10px;
    font-size: 1em;
}
.product_section{
    background: #EEEEEE;
    margin-top:20px;
    padding-top:50px;
    text-align: center;
}
.product_bigTag{
    font-family:myFirstFont_B;
    font-size: 2.3em;
    color:#000
}
.product_smallTag{
    font-size: 1.8em;
    color: #393939;
    margin-top:20px;
}
.product_tinyTag{
    color: #404040;
    font-size: 16px;
    margin-top: 20px;
}
.learnMore{
    margin-top: 20px;
}
.learnMore a{
    color: #EBCE82;
    font-size: 16px;
}
.product_section_img{
    margin-top:30px;
}
.imgWidth42 img{
    width:42%
}
.paddingBottom50{
    padding-bottom: 4em;
}
.imgWidth15 img{
    width: 15%;
}
.imgWidth8 img{
    width:8%
}
.join{
    margin-top:60px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 80px;
}
.products .width80{
    width:80%;
    left:10%
}
.join_bigTitle{
    font-size:3em;
    color: #000;
}
.join_smallTitle{
    font-size: 1em;
    margin-top: 10px;
    color: #000;
}
.join_email{
    flex-direction: row;
    margin-top:20px;
    margin-bottom:30px;
}
.email_input{
    padding-left: 2em;
    border:1px solid #000;
    border-radius:5px 0 0 5px;
    width: 560px;
    height:40px;
}
.signUp{
    width: 86px;
    height: 40px;
    background: #000000;
    border-radius: 0px 5px 5px 0px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    border:none
}
.followUs li{
    font-size: 23px;
    margin-right:15px;
    line-height: 55px;
}
.footer{
    background-color: #212121;
    padding-top:60px;
    padding-bottom:60px;
}
.footer_content{
    width:70%;
    margin:0 auto
}
.footer_lang{
    color:#808080;
    font-size: 15px;
    margin-top:30px;
    text-align: right;
}
.footer_nav{
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:1px solid #535353; ;
}
.footer_nav_tag{
    flex-direction: column;
}
.footer_nav_list{
    flex-direction: row;
    justify-content: space-around;
}
.footer_nav_list li{
    color:#fff;
    margin-right:22px;
    font-size: 16px;
}
.footer_logo{
    width: 241px;
    height:64px;
}
.footer_serive{
    margin-top:70px;
    line-height:50px;
}
.footer_serive a{
    color:#808080;
    font-size: 15px;
}
.footer_smallFonts{
    font-size:14px ;
    color: #808080;
    line-height: 40px;
    justify-content: space-around;
}
.footer_lang_list{
    bottom:40px;
    right:0;
    width: 269px;
    height: 262px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    padding:10px;
    display: none;
}
.footer_lang_list li{
    display: flex;
    padding:5px 15px;
    background: #F5F5F5;
    border-radius: 2px;
    margin-top:10px;
    justify-content: space-between;
}
.footer_lang_list a{
    color:#000;
}
.nothing{
    width:200px;
    height:200px
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .thumbnail a>img, .thumbnail>img{
    width:100%
}
.banner_learn_more{
    width: 132px;
    color:#fff;
    margin:30px auto;
    line-height: 33px;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    text-align: center;
    /* margin-left:3% */
}
.banner_label{
    color:#e7e7e7;
    padding-top:60px;
}
.banner_flex{
    width:40%;
    margin: auto;
    flex-direction: row;
    /* justify-content: space-between; */
}
.banner_flex .banner_learn_more:nth-of-type(2){
    margin-left:5%
}
.banner_learn_more a{
    color:#fff
}

/* -----------------aboutUs--------------------------- */
.product_detail_bigImage{
    width:100%
}
.product_detail_bigImage img{
    width:100%
}
.width50{
    width:50%
}
.width40{
    width:45%;
    margin:auto
}
.bannerFonts{
    width:100%;
    top:60px;
    text-align: center;
}
.aboutUs_bigFonts{
    font-family: myFirstFont_R;
}
.banner{
    width:100%;
    
}
.banner img{
    width: 100%;
}
.aboutUs_introduction{
    margin:50px auto
}
.aboutUs_introduction_con{
    width:90%;
    margin: 0 auto;
    margin-top: 50px;
    flex-direction: row;
    justify-content: center;
}
.aboutUs_introduction_fonts{
    line-height: 45px;
    font-size: 20px;
    margin-top: 20px;;
}
.aboutUs_image_text{
    margin:30px auto;
    align-items: center;
    color:#fff;
    justify-content: center;
}
.aboutUs_yearlyOutput_image{
    margin-left:15px;
}
.aboutUs_text{
    text-align: center;
}
.aboutUs_text_bigFonts{
    font-size: 30px;
}
.aboutUs_text_smallFonts{
    font-size:18px;
}
.aboutUs_patent{
    margin-top:50px;
}
.fontSize60{
    font-size: 60px;
}
.fontSize40{
    font-size: 40px;
}
.fontSize30{
    font-size: 30px;
}
.fontSize20{
    font-size: 16px;
}
.fontSize12{
    font-size: 12px;
    color:#3E3A39
}
.aboutUs_patent_ul{
    margin-top:80px;
    justify-content: space-around;
}
.aboutUs_patent_ul li{
    text-align: center;
}
.aboutUs_design{
    margin-top: 100px;
}
.aboutUs_design_img{
    height: 160px;
    line-height: 160px;
}
.aboutUs_design_ul{
    margin-top: 50px;
}
.aboutUs_overseas{
    margin-top:100px
}
.aboutUs_yearlyOutput{
    width:85%;
    margin:0 auto;
    margin-top:60px;
}
.aboutUs_yearlyOutput_fonts p{
     font-size: 18px;
}
.aboutUs_yearlyOutput_fonts span{
    font-size:40px;
}
.aboutUs_yearlyOutput_fonts p:nth-of-type(1){
    border-bottom: 1px solid #BDB9B9;
    margin-bottom:35px;
    padding-bottom: 15px;
}
.aboutUs_overseas_ul{
    width: 90%;
    margin:60px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutUs_overseas_ul li{
    margin-top:15px;
}


/* ---------------products-------------------
 */
 .products_img_list{
     margin-top:50px;
     flex-direction: row;
     justify-content: space-between;
 }
 .productsBannerFonts{
     width:550px;
     text-align: left;
     left:20%
 }
 .products_img_list .product_tinyTag{
     text-align: center;
 }
.products_img_list li p:nth-of-type(1){
    height:200px;
    line-height: 200px;;
}
.productsColor span{
    display: inline-block;
    width: 13px;
    height: 12px;
    border-radius: 50%;
}
.red{
    background-color:#BC414B ;
}
.yellow{
    background-color: #EFEA3A;
}
.blue{
    background-color: #4C70A8;
}
.black{
    background-color: #040000;
}
.write{
    background-color: #EEEEEE;
}
.gray{
    background-color: #8A8B8C;
}
.products_text_image_list{
    align-items: center;
    width: 100%;
    border-radius: 14px;
    padding:50px 20px 20px 50px;
    border: 1px solid #DCDCDC;
    margin-top:30px;
    justify-content: space-between;
}
/* .products_text_image_list img{
    width:90%;
} */
.products_text{
    width:570px;
}
.products_price{
    /* line-height:55px; */
    line-height:0px;

    opacity: 0;
}
.products_shop{
    width: 168px;
    height: 33px;
    background: #1B1B1B;
    border-radius: 8px;
    color: #fff;
    line-height: 33px;
    text-align: center;
}

.products_text_image_list a:hover{
    color: #404040;!important
}
.LearnMore{
    line-height: 36px;
    text-align: right;
    padding-right: 20px;
}


/* ---------------------support-----------*/
.support_banner{
    width:100%
}

.support_tab_ul{
    width:100%;
    height:45px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
}
.support_tab_ul li{
    min-width: 200px;
    color:#535353;
    font-size:21px;
    line-height:45px;
    text-align: center;
    cursor:pointer;
}
.support_active{
    color: #fff !important;;
    background-color: #0096FF;
}
.support_videos{
    margin:20px auto;
    padding-bottom: 20px;
    overflow: hidden;
}
.support_videos li{
    float: left;
    width:447px;
    /* height:240px; */
    margin-left:50px;
    margin-top:30px;
    position: relative;

}
.support_videos_li{
    width:100%;
    /* height:240px; */
    border-radius:8px;
}
.video_fonts{
    text-align: center;
    line-height:50px;
}
.video_play{
    width:100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
    text-align: center;
    opacity: 1;
    transition: opacity 1s;
}
.video_play img{
    width: 66px;
    height:66px;
    margin-top:20%
}
.suppter_faq{
    width:950px;
    margin:40px auto 
}
.suppter_faq_tag{
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
}
.suppter_faq_list{
    width:100%;
    padding-top:20px;
    justify-content: space-between;
}
.suppter_faq_ask{
    line-height: 40px;
}
.support_open{
    font-size:21px;
    font-weight: 700;
    cursor:pointer;
}
.suppter_faq_answer{
    margin-top: 10px;
    color: #747474;
    font-size:16px;
    padding-left: 1em;
    line-height:35px;
    display: none;
}
.clickHere{
    text-align: center;
    font-size: 18px;
    margin-top:100px;
    padding-bottom: 40px;;
}
.clickHere a{
    color:#0096FF
}
.support_download_list{
    margin-top:50px;
}
.support_download_title{
    line-height: 45px;
    border-bottom:2px solid #000;
}
.support_download_a{
    flex-direction: row;
    line-height: 100px;
    border-bottom: 1px solid #E3E3E3;
    justify-content: space-between;
}
.support_download_a a{
    color:#0396FF;
    font-size:18px;
}

/* --------------contactUs----------- */
.contactUsBannerFonts{
    top:28%;
}
.contactUs{
    min-height:200px;
    width:1200px;
    margin:0 auto;
}
.contactUs_image_ul{
    width:100%;
    justify-content: space-between;
    top:-25%;
    z-index: 2;
}
.contactUs_image_ul li{
    border-radius: 10px;
    border:1px solid #eee;
    width:360px;
    height:240px;
    padding:30px 0;
    text-align: center;
    background-color: #fff;
    color:#585858;
}
.contactUs_line{
    width: 227px;
    margin:20px auto;
    height: 1px;
    background: #454545;
}
.contactUs_tab{
    width:920px;
    margin:80px auto;
    line-height:50px;
    justify-content: space-between;
}
.contactUs_tab p{
    padding:5px 19px;
    border:1px solid #000000;
    font-size: 28px;
    min-width: 140px;
    text-align: center;
    cursor:pointer;
}
.contactUsActive{
    color: #fff;
    background-color: #000;
}
.form{
    width:920px;
    margin: 20px auto;
}
.contactUs_form{
    flex-direction: column;
    width:920px;
    margin: 20px auto;
}
.contactUs_title{
    font-size: 20px;
    line-height: 50px;
}
.contactUs_form input{
    border: 1px solid #000;
    padding-left:1em;
    font-size: 21px;
}
.form input{
    width:100%;
    height: 60px;
    font-size: 21px;
}
.contactUs_input_message{
    resize:none;
    max-height:178px;
    padding-left:1em;
    font-size: 21px;
}
.contactUs_form_row{
    width:920px;
    margin: 20px auto;
    flex-direction: row;
    justify-content: space-between;
}
.contactUs_form_smallInput{
    width:440px;
    flex-direction: column;
}
.contactUs_btn{
    width: 100%;
    height: 60px;
    background: #000000;
    color:#fff;
    font-size: 24px;
    margin:50px auto;
}

/* -------------product_c2---- */
.product_header{
    width:100%;
    /* padding:0 10%; */
    /* height:65px; */
    position: fixed;
    top:60px;
    left:0;
    background-color: #000;
    justify-content: space-around;
    align-items: center;
    z-index: 90;
    opacity: 0;
}
.product_logo_gold{
    color: #EBCF82;
    font-size: 21px;
    width:600px;
}
.product_header_fonts{
    /* justify-content: space-between; */
    align-items: center;
    width:600px
}
.product_parameter{
    color: #fff;
    line-height: 65px;
    font-size: 16px;
    margin-left:3%

}
.product_shop{
    min-width: 145px;
    height: 35px;
    border-radius: 10px;
    line-height: 35px;
    float:right;
    font-size: 16px;
    color: #000;
    text-align: center;
    /* margin-left:5%; */
    background-color: #EBCF82;
}
.product_line{
    width: 1px;
    height: 36px;
    margin-left:3%;
    background: #FFFFFF;
}
.product_c2{
    /* flex-direction: column; */
    /* justify-content: center; */
}
.product_detail_bigFonts{
    font-size:36px;
    font-family: myFirstFont_B;
}



.product_detail_title{
    top:90px;
    /* left:25% */
}



.product_detail_smallFonts{
    font-size:20px;
    line-height:35px;
    margin-top: 10px;
    color:#404040;
}
.center{
    text-align: center;
}
.product_detail_smallFonts_B{
    font-family: myFirstFont_B;
    font-size:21px;
    line-height:35px;
    margin-top: 10px;
}
.eee{
    background-color: #eee;
}
.product_detail .product_detail_title{
    padding: 60px 0;
}
.product_detail_icon_ul{
    flex: 1;
    padding:50px ;
    justify-content:space-around ;
}
.product_detail_icon_ul li{
    text-align: center;
}
.product_detail_icon_title{
    font-size: 16px;
    color:#404040;
    margin-top:15px;
}
.product_detail_video{
    padding-bottom: 60px;
}
.product_detail_video .video_play img{
    margin-top: 25%;
}
.product_sales_volumes{
    width: 42%;
    margin: 2% auto;
    justify-content: space-around;
}
.product_c2_line{
    width: 2px;
    height: 80px;
    background: #838383;    
}
.product_image_ul{
    justify-content: space-around;
    width:75%;
    margin: 30px auto;
    line-height:35px;
}
.product_image_ul li{
    width: 32%;
}
.colorBlue{
  background: #E1EBF5;
}
.product_c2_icon_list{
    width:30%;
    justify-content: space-between;
    flex-wrap: wrap;
    top:32%;
    left:8%
}
.product_c2_icon_list li{
    width:50%;
    margin-top:10%
}
.product_c2_smallWidth li{
    width:24%;
    color: #404040;
}
.product_c2_ten{
    width:100%;
    height: 790px;
    background-color:#EEEEEE ;
}
.product_c2_ten_image{
    position: absolute;
    top: 15%;
    width: 45%;
    z-index: 3;
}
.product_c2_ten_image img{
    width:100%
}
.product_c2_ten .product_detail_title{
    width:40%;
    right:10%;
    top:20%
}
.product_c2_ten .product_sales_volumes{
    width:75%;
    margin:3% 0;
    justify-content: space-between;
}
.product_c2_eleven{
    background-color: #E4E4E4;
}
.product_c2_eleven_image{
    right:0;
    top:-15%;
    width:52%
}
.product_c2_eleven .product_detail_title{
    left:10%;
    width:35%;
    top:30%
}
.Parameters{
    width:100%;
    height:auto;
    padding-bottom: 60px;
    background-color: #efefef;
}
.Parameters_co{
    width:70%;
    margin:auto;
    padding-top:5%
}
.Parameters_img{
    width: 80%;
    margin: 5% auto;
}
.Parameters_co .product_detail_bigFonts{
    color:#404040;
    font-family: myFirstFont_R;
}
.Parameters_co .product_detail_smallFonts{
    line-height:60px;
}
.Parameters_ul{
    flex-wrap: wrap;
    width:100%;
}
.Parameters_ul li{
    width:25%;
    text-align: center;
    font-size:20px;
    margin-top: 8%;
}
.Parameters_ul li img{
    width:70%
}
.Parameters_ul li p{
    line-height:60px;
    color: #404040;
}

/* ----------------product_p1---------------- */
.products_right{
    right:15%
}
.products_top15{
    top:20%
}
.products_left15{
    left:15%
}
.product_p1_smallWidth{
    width: 65%;
    margin-top:5%;
}
.product_p1_smallWidth li{
    width:32%
}
.products_customerReview{
    width: 100%;
    height:120px;
    text-align: center;
    line-height: 120px;
    top:35%;
    background:rgba(255,255,255,0.35)
}


/* ---------------product_x21------------ */
.product_border_fonts{
    width: 179px;
    height: 42px;
    line-height: 36px;
    border: 3px solid #FFFFFF;
    border-radius: 8px;
    margin:2% auto;
    font-size:21px;

}
.fontSize28{
    font-size: 28px;;
}
.product_patent_number{
    bottom:3%;
    opacity: 0.8;
    font-size: 14px;
}
.product_hover{
    padding-top: 90px;
    top:0;
    left:0;
    height:100%; 
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 1s;
}
.product_hover:hover{
    opacity: 1;
}
.product_ksfit{
    background-color: #000;
    width:50%;
    padding-left:15% ;
    flex-direction: column;
    justify-content: center;
}
.product_ksfit .product_detail_smallFonts{
    margin-top: 30px;
}
.products_app{
    background-color: #313131;
    padding:5% 0
}
.products_app .product_detail_bigImage{
    width:80%;
    margin:auto;
    margin-top: 80px;
}
.products_x21_eleven .product_sales_volumes{
    justify-content: space-around;
    width:70%;
    margin:10% 0;
}
.products_x21_eleven .product_detail_title{
    left:5%;
    width: 35%;
    top: 30%;
}
.products_x21_twelve {
    text-align: right;
}
.products_x21_twelve .product_detail_title {
    width: 35%;
    top: 30%;
    right: 10%;
}
.products_x21_twelve .product_detail_smallFonts{
    color: #9E9E9E;
}
.products_x21_twelve .product_detail_bigFonts{
    color: #D4D4D4;
}
.products_x21_thirth .product_sales_volumes{
    width:25%
}
.prosducts_design_ul{
    width:80%;
    margin:2% auto;
    justify-content: space-around;
    flex-direction: row;
    text-align: center;
}
.prosducts_design_bigFonts{
    color: #999;
    font-size:28px;
}
.prosducts_design_ul .product_detail_smallFonts{
    color:#999;
    margin-top:15px;
}
.products_x21_partameter{
    background: #DDDDDD;
}
.products_x21_partameterFo{
    font-size:45px;
    padding-top:5%;
}
.products_x21_partameter_img{
    width:45%
}
.products_x21_partameter_co{
    flex-direction: row;
    width: 80%;
    margin:0 auto;
    margin-top:3%;
    border-top:1px solid #aaa;
    justify-content: space-around;
    padding: 5% 0;
}
.products_x21_partameter_ul{
    width:38%
}
.products_x21_partameter_ul li{
    display: flex;
    flex-direction: row;
    color:#333;
    font-size: 22px;
    margin-top:15px;
}
.products_x21_partameter_ul li p:nth-of-type(1){
    width:50%;
}
.products_x21_partameter_ul li p:nth-of-type(2){
    width:50%;
}


/* ----------------product_a1pro--------------- */
.product_a1pro .product_detail_title{
    font-family: myFirstFont
}
.product_a1pro .product_detail_smallFonts{
    font-family: myFirstFont
}
.product_a1pro .product_detail_bigFonts{
    font-family: myFirstFont
}
.products_a1pro_one{
    padding-bottom:15%;
    background-color: #0B0B0B;
}
.products_a1pro_imgList{
    justify-content: space-around;
    bottom:10%;
    width:80%;
    left:10%
}
.products_a1pro_imgList li{
    width:20%
}
.products_a1pro_imgList .product_detail_smallFonts{
    color:#fff;
    opacity: 0.6;
}
.products_a1pro_two .product_detail_title{
    left:12%;
    top:12%;
    width:35%
}
.products_a1pro_three .products_a1pro_imgList{
    width:30%;
    margin:2% auto;
    color:#fff;
    opacity: 0.3;
}
.products_a1pro_three .products_a1pro_imgList img{
    width:77px;
    height:77px;
}
.products_a1pro_four .product_sales_volumes{
    width: 30%;
}
.products_a1pro_four .product_detail_title{
    top:50px;
}
.products_a1pro_six .product_sales_volumes{
    width:30%
}
.products_a1pro_seven{
    background-color: #000;
}
.zhezhao{
    width:100%;
    top:0;
    left:0;
    background-color: #000;
    opacity: 0.5;
}
.products_a1pro_eight .product_detail_title{
    width:40% ;
    top:15%;
}
.products_a1pro_eight .product_sales_volumes{
    margin-top: 5%;
    width:80%;
    justify-content: space-between;
}
.products_a1pro_eleven .product_detail_title{
    width:30%;
    right:5%
}
.products_a1pro_twelve .product_detail_title{
    top:50px;
}
.products_a1pro_twelve .products_a1pro_imgList{
    width: 42%;
}
.products_a1pro_twelve .products_a1pro_imgList img{
    width:45px;
    height:45px;
}
.products_a1pro_twelve .products_a1pro_imgList .product_detail_smallFonts{
    font-size: 14px;
}

/* --------------product_r1------------- */
.products_r1_one{
    align-items: center;
}
.products_r1_one .product_detail_title{
    top:25%
}
.products_r1_two .product_detail_icon_ul{
    padding:5%
}
.products_r1_two .product_detail_icon_ul li{
    width:16.66%
}
.products_r1_four{
    background-color: #F0F8FD;
}
.products_r1_four_icon{
    bottom:25%;
    color:#fff;
    left:34%;
    align-items: center;
    /* min-width: 20%;
    justify-content: space-between; */
}
/* .products_r1_four_icon p{
    margin-left: 2%;
} */

.products_r1_four_iconContent{
    font-size: 18px;
}
.products_r1_four_circular{
    display: inline-block;
    width:12px;
    height:12px;
    border-radius: 50%;
    background-color: #fff;
}
.products_r1_five_ul{
    right:5%;
    justify-content: space-around;
    flex-direction: column;
}
.products_r1_five li{
    margin-top: 20%;
}
.fontSize60{
    font-size: 60px;
    font-family: myFirstFont_B;
}
.fontSize32{
    font-size: 32px;
}
.products_r1_six{
    width:100%;
    background-color: #4B4C4D;
    padding: 5% 0;
}
.products_r1_six_img{
    width:90%;
    margin: auto;
    justify-content: center;
}
.products_r1_six_img p:nth-of-type(2){
    margin-left:5%
}
.products_r1_eight .product_detail_title{
    left: 8%;
    width: 35%;
    top: 10%;
}

.r1_twelve_con {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed,scroll;
    background-color: #000;
}
.spain .addHide {
    padding-top: 300px;
}
.addHide {
    display: none;
    text-align: center;
}
.new-zealand .addHide {
    padding-top: 300px;
}
.products_r1_ten{
    background-color: #000;
    flex-direction: row;
}
.products_r1_ten .product_detail_title{

    width:50%;
    padding-top: 8%;
    padding-left: 10%;
}
.products_r1_ten .product_detail_bigImage{
    width:50%
}
.r1_fifteen{
	width:100%;
	height:auto;
	padding-bottom:5%;
	background: #343841;
}
.carousel-indicators{
	 top:95%;
	 left:48%;
}
.r1_fifteen .r1_eleven_p img{
	width:40%;
}
.r1_fifteen .r1_eleven_con {
	width:55%;
}
.r1_fifteen .r1_eleven_con .s1_two_br{
	width:70%;
	color:#aaa;
}
.r1_fifteen_con{
	width:100%;
	overflow: hidden;
}
.r1_fifteen_con .carousel{
	width:80%;
	left:10%;
}
.r1_fifteen .product_sales_volumes{
    margin-top:5%;
}
.Parameters_r1{
    background-color: #717781;
}
.Parameters_r1 .Parameters_ul li p{
    color: #fff !important;
}
.Parameters_r1 .Parameters_ul li img{
    filter: grayscale(100%) brightness(250%);
}
.Parameters_r1 .product_detail_smallFonts{
    justify-content: space-between;
}
.Parameters_r1 li{
    width:20%
}


/* -------------product_r2-------------------- */
.products_r2_one .product_hover{
    padding-top: 15%;
}
.products_r2_two{
    background-color: #efefef;
    padding-bottom: 5%;
}
.products_r2_two_ul{
    width:90%;
    margin:auto;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.products_r2_two_ul li{
    width:33.33%;
    text-align: center;
    margin-top: 5%;
}
.products_r2_two_ul li .product_detail_smallFonts_B{
    margin-top:5%
}
.products_r2_two_ul img{
    width: 120px;
}
.fontSize25{
    font-size: 25px;
}
.products_note{
    color: #3b3b3b;
    bottom:3%;
    left:5%
}
.products_space .product_detail_title{
    left:10%
}
.products_simple .product_sales_volumes{
    width: 90%;
    justify-content: space-between;
}
.products_speed .product_detail_title{
    top:65%
}
.products_runway .product_detail_title{
    top:70%
}
.products_comfy_belt{
    width:42%;
    right:3%;
    top:10%
}
.products_r2_partameter .products_x21_partameter_img{
    width:80%;
}
.products_r2_imgList{
    background-color: #F7F7F7;
    padding:5%;
}
.products_r2_imgList_ul{
    width:90%;
    margin:auto;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.products_r2_imgList_ul li{
    width:20%;
    text-align: center;
}
.products_r2_imgList_ul_img{
    width:80%;
    margin: 3% auto;
}
.products_r2_imgList_ul2 img{
    width:130px;
    height:132px;
}
.products_r2_imgList_ul .fontSize20{
    line-height: 60px;
}

.products_r2_partameter{
    width:100%;
    flex-direction: row;
    align-items: center;
    padding:5% 0;
    justify-content: center;
    background-color: #EFEFEF;
}
.products_r2_partameter_img p:nth-of-type(1){
    width:80%
    
}
.products_r2_partameter_img p{
    margin:5% 0
}
.products_r2_partameter_list{
    margin-left:5%;
    width:15%
}
.products_r2_partameter_list p{
    font-size: 20px;
    margin-top:20%
}
.products_r2_nine .product_detail_title{
    left:12%
}
.products_r2_nine .product_detail_bigFonts{
    line-height: 60px;;
}


/* ---------------store---------------- */
.store_where{
    width:90%;
    margin:60px auto;
    padding:4%;
}
.store_listImg{
    justify-content: center;
    flex-direction: row;
    /* width:70%; */
    margin:auto;
    margin-top:5%
}

.store_bigImg{
    /* height:500px; */
    margin-left: 10px;;
}
.store_bigImg img{
    height:100%
}
.store_listImg_ul{
    height:500px;
}
.store_bigImg_even{
    margin-top:9px;
}
.store_reviews{
    background-color:#F6F9FB ;
    padding:9%;
}
.store_reviews2{
    width:70%;
    margin: auto;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 60px;
    text-align: center;
}
.store_reviews_con{
    width:300px;
    height:290px;
    padding:3%;
    background-color: #FFF;
}
.store_reviews_fo{
    font-size: 12px;
    color: #545454;
    margin-top: 3%;
    width:100%;
    height:82px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    /* line-height:20px; */
}
.store_reviews_title{
    font-size: 17px;
    margin-top: 30px;
}
.store_reviews_device{
    top:-18%;
    left:30%
}
.marginTop10{
    margin-top: 10px;;
}
.store_reviews_name{
    color:#4DAC4C;
    margin-top: 10px;
}
.products_btn{
    /* width:30%; */
    margin: 60px auto;;
    justify-content: center;
    flex-direction: row;
}
.products_btn p{
    color:#D6AA30;
    text-align: center;
    padding:0 1%;
    line-height: 48px;
    height: 48px;
    background: #000000;
    border-radius: 10px;
    font-size: 24px;
}
.products_btn a{
    color:#D6AA30;
}
.back-to-top{
    position: fixed;
    bottom:30%;
    right:5%;
    display: none;
}













@media screen and (max-width: 1560px){
    .product_detail_title{
        top:50px;
        /* left:25% */
    }
    .products_top15{
        top:20%
    }
    .product_detail_bigFonts{
        font-size:30px;
    }
    .product_detail_smallFonts{
        font-size:16px;
        line-height:25px;
    }
    .product_detail_smallFonts_B{
        font-size:16px;
        line-height:25px;
    }
    .product_c2_ten{
        width:100%;
        height:520px;
    }
    .products_customerReview{
        top:35%
    }
    .product_hover{
        padding-top: 50px;
        top:0
    }
    .products_speed .product_detail_title{
        top:55%
    }
    .products_r1_five li{
        margin-top: 15%;
    }
    .productsBannerFonts{
        left:15%
    }
    .design_title_fo{
        width:40%;
    }
    .store_bigImg_even{
        margin-top:8px;
    }
    .store_reviews2{
        width:90%
    }
}

/* @media screen and (max-width: 5000px){
    .product_c2_ten_image{
        top:0
    }
} */
