@charset "utf-8";
.no_padding{
    padding: 0;
}
.header{
    position: absolute;
    top: 0;
    padding: 20px 0;
    z-index: 99;
    background: transparent!important;
}
.header.indexHeader{
    position: fixed;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: 1px solid rgba(53,53,53,.1);
    transition: all .3s;
}
.header.indexHeader.is_stuck{
    background: #e5e5e5!important;
    transition: all .3s;
}

.header .conBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    line-height: 0;
}

.navBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    float: left;
    text-align: center;
    margin-right: 32px;
}
.header .nav_list > li:last-child{
    margin-right: 0;
}
.header .nav_list > li > a {
    display: flex;
}
.header .nav_list > li > a > span {
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 300;
    transition: all .5s;
}
.header .nav_list > li.active > a span,
.header .nav_list > li.on > a span{
    color: #656565;
}

.fontAll{
    font-size: 18px;
    color: #171717;
    line-height: 30px;
    font-weight: 300;
}

.nav_list > li > a > i {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    float: left;
    width: 12px;
    height: 34px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    background: url("/static/images/home/en-us/reset/dropdown_menu.png") no-repeat center center;
}
.nav_list>li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 160px;
    display: none;
    z-index: 1;
    background: #e5e5e5;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 38px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    font-size: 16px;
    color: #656565;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #40220f;
    color: #ffffff;
}
.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #e5e5e5;
    min-width: 160px;
    padding: 5px 0;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #40220f;
    color: #ffffff;
}

.headerSearch{
    position: relative;
    margin-right: 25px;
}
.headerSearch a{
    line-height: 0;
    height: 34px;
    margin-left: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexHeader .headerSearch a{
    border-right-color: #b5b7b9;
}
.searchForm{
    position: absolute;
    right: 0;
    top: 55px;
    width: 240px;
    display: none;
}
.searchForm .info{
    position: relative;
    padding-right: 40px;
    background: #40220f;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.searchForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    padding: 0 10px;
    color: #ffffff;
    font-family: "KozGoPr6N", sans-serif;
}
.searchForm .info input[type="text"]::placeholder{
    color: #ffffff;
}
.searchForm .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    background: url("/static/images/home/en-us/headerSearch1.png") no-repeat center center;
}
.langBox{
    position: relative;
}
.langBox .tp{
    line-height: 0;
    cursor: pointer;
}
.langBox ul{
    position: absolute;
    right: 0;
    top: 50px;
    background: #ffffff;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.langBox ul a{
    display: block;
    min-width: 140px;
    line-height: 34px;
    text-align: center;
    font-family: "KozGoPr6N", sans-serif;
}
.langBox ul a:hover{
    background: #40220f;
    color: #ffffff;
}




.m_header {
    display: none;
}
.pr_left_pr{
    margin-top: 30px;
}
.pr_left_pr a{
    padding-left: 0 !important;
}
.pr_left_pr .text a{
    padding-left: 10px !important;
}
.news_contennt_from{
    width: 160px;
    height: 48px;
    background: #2F2F2F;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
}

.footer_box{
    background:#e5e5e5;
}
.footerConBox .itemBox{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.footerConBox .itemBox .item:nth-of-type(1){
    width: 225px;
}
.footerConBox .itemBox .item:nth-of-type(2){
    width: 300px;
    padding-right: 100px;
}
.footerConBox .itemBox .item:nth-of-type(3){
    width: 380px;
}
.footerConBox .itemBox .item:nth-of-type(4){
    width: 295px;
}
.footerConBox .itemBox .img{
    line-height: 0;
    padding-bottom: 20px;
}
.footerConBox .itemBox h3{
    font-size: 18px;
    color: #656565;
    line-height: 36px;
    font-weight: bold;
    opacity: .8;
}
.footerConBox .itemBox ul{
    margin-bottom: 30px;
}
.footerConBox .itemBox ul li,
.footerConBox .itemBox .text p{
    color: #656565;
    font-size: 16px;
    line-height: 36px;
    opacity: .6;
}
.footerConBox .itemBox ul li a:hover{
    color: #40220f;
    text-decoration: underline;
}
.footerConBox .itemBox .text a{
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #40220f;
    margin-top: 15px;
    border: 1px solid #40220f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.footerConBox .itemBox .text a:hover{
    background: #40220f;
    color: #ffffff;
}

.footerConBox .footerShare{
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #434343;
}
.footerConBox .footerShare a{
    line-height: 0;
    text-align: center;
    margin: 0 5px;
}
.footerConBox .footerShare a:hover{
    opacity: 0.8;
}

.footer_box .footerCopyright{
    padding: 20px 0;
    text-align: center;
}
.footer_box .footerCopyright p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-size: 14px;
    color: #656565;
    opacity: .6;
}
.footer_box .footerCopyright p a{
    margin-left: 5px;
    line-height: 0;
}

/*banner*/
.banner .slick-slider {
    /*margin-bottom: 10px;*/
}

.banner .conBox{
    height: 750px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .conBox .textBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner .conBox .textBox .text{
    width: 480px;
}
.banner .conBox .textBox .text p{
    font-size: 48px;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.3;
}
.banner .conBox .textBox .text .more{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    background: transparent;
}
.banner .conBox .textBox .text .more:hover{
    border-color: #40220f;
    background: #40220f;
}

a.more{
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #40220f;
    margin-top: 15px;
    border: 1px solid #40220f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
a.more:hover{
    background: #40220f;
    color: #ffffff;
}

.banner .more{
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #40220f;
    margin-top: 15px;
    border: 1px solid #40220f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.banner .more:hover{
    background: #40220f;
    color: #ffffff;
}

.center {
    text-align: center;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-image: url("/static/images/home/en-us/bannerArrow.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-prev {
    background-position: left center;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: right center;
    right: 80px;
}
.banner_slick .slick-prev:hover,
.banner_slick .slick-next:hover{
    background-color: #40220f;
}
.banner_slick .slick-dots li{
    width: 36px;
    height: 8px;
    background: #ffffff;
}
.banner_slick .slick-dots li.slick-active{
    background: #40220f;
}

.index_first_ul{display: flex;justify-content: space-between;}
.index_first_ul li{width: 50%;height: auto;}
.index_first_ul li:nth-of-type(1){padding-right: 5px;}
.index_first_ul li:nth-of-type(2){padding-left: 5px;}
.index_first_ul li img{width: 100%;height: auto;display: block;}

.indexBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    overflow: hidden;
}
.indexBox1 .item{
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
}
.indexBox1 .item:nth-of-type(1){
    width: 100%;
}
.indexBox1 .item .conBox{
    height: 700px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.indexBox1 .item .conBox .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.indexBox1 .item .conBox .text h3{
    font-size: 36px;
    font-weight: 300;
    color: #656565;
    padding-top: 50px;
    padding-bottom: 20px;
}
.indexBox1 .item .conBox .text a{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #656565;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #656565;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox1 .item .conBox .text a:hover{
    border-color: #40220f;
    background: #40220f;
    color: #ffffff;
}


.indexBox2 .title{
    text-align: center;
    padding: 50px 0 30px;
}
.indexBox2 .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #656565;
    padding-bottom: 15px;
}
.indexBox2 .title p{
    font-size: 16px;
    color: #656565;
    font-weight: 300;
    line-height: 30px;
}
.indexBox2 .conBox{
    display: flex;
}
.indexBox2 .btnBox{
    width: 300px;
    position: relative;
    z-index: 2;
    background: #575c60;
}
.indexBox2 .btnBox .btn{
    width: 300px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    border-bottom: 1px solid #777c7f;
    transition: all .3s;
}
.indexBox2 .btnBox .btn:hover,
.indexBox2 .btnBox .btn.on{
    width: 310px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 18px solid #40220f;
    background: #ffffff;
    transition: all .3s;
}
.indexBox2 .btnBox .btn:last-child{
    border-bottom: 0;
}
.indexBox2 .btnBox .btn .ico{
    width: 54px;
    height: 54px;
    position: relative;
}
.indexBox2 .btnBox .btn .ico img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.indexBox2 .btnBox .btn:hover .ico img:nth-of-type(2),
.indexBox2 .btnBox .btn.on .ico img:nth-of-type(2){
    opacity: 1;
    transition: all .3s;
}
.indexBox2 .btnBox .btn:hover .ico img:nth-of-type(1),
.indexBox2 .btnBox .btn.on .ico img:nth-of-type(1){
    opacity: 0;
    transition: all .3s;
}
.indexBox2 .btnBox .btn span{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
    transition: all .3s;
}
.indexBox2 .btnBox .btn.on span,
.indexBox2 .btnBox .btn:hover span{
    color: #40220f;
    transition: all .3s;
}
.indexBox2 .switchBox{
    width: calc(100% - 300px);
}
.indexBox2 .switchBox .switch{
    display: none;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox2 .switchBox .switch.on{
    display: block;
}
.indexBox2 .switchBox .switch .box{
    position: absolute;
    width: 529px;
    top: 130px;
    right: 200px;
    text-align: center;
    background-color: rgba(247, 247, 247, 0.9);
}
.indexBox2 .switchBox .switch .box .text{
    /* background: url("/static/images/home/en-us/indexSolutionBoxBj.png"); */
    padding: 45px 70px 0;
}
.indexBox2 .switchBox .switch .box .text h3{
    font-size: 36px;
    font-weight: 300;
    color: #656565;
    padding-bottom: 15px;
}
.indexBox2 .switchBox .switch .box .text p{
    color: #656565;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexBox2 .switchBox .switch .box .text a{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #656565;
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0;
    border: 1px solid #656565;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox2 .switchBox .switch .box .text a:hover{
    border-color: #40220f;
    background: #40220f;
    color: #ffffff;
}
.indexBox2 .switchBox .switch .box .img{
    line-height: 0;
    text-align: center;
}

.indexBox3{
    background: #f4f5f7;
}
.indexBox3 .title{
    text-align: center;
    padding: 70px 0 20px;
}
.indexBox3 .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #656565;
    padding-bottom: 20px;
}
.indexBox3 .title p{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 36px;
}
.indexBox3 .img{
    line-height: 0;
    text-align: center;
    width: 22%;
    padding: 30px;
    background-color: #fff;
}

.indexBox3 .imgs {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.indexBox3 .img:nth-child(1),
.indexBox3 .img:nth-child(3) {
    transform: rotate(-20deg);
}

.indexBox3 .img:nth-child(2),
.indexBox3 .img:nth-child(4) {
    transform: rotate(20deg);
    z-index:1;
}

.indexBox4{
    background: #f4f5f7;
}
.indexBox4 .title h2{
    padding: 60px 0 50px;
    font-size: 48px;
    font-weight: 300;
    color: #656565;
    text-align: center;
}
.indexBox4 .itemBox{
    display: flex;
    justify-content: space-between;
}
.indexBox4 .item{
    width: 300px;
    text-align: center;
    padding-bottom: 50px;
}
.indexBox4 .item .ico{
    line-height: 0;
}
.indexBox4 .item .text h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 300;
    color: #282828;
    padding: 20px 0 10px;
}
.indexBox4 .item .text h3 span{
    font-size: 18px;
}
.indexBox4 .item .text p{
    font-size: 16px;
    color: #3f3f3f;
    line-height: 30px;
}

.indexBox11{
    display: block;
    background: #fff;
    overflow: hidden;
    padding-bottom: 50px;
}

.indexBox11 .conBox{
    padding: 50px;
}
.indexBox11 .left{
    width: 48%;
    float: left;
    height: 400px;
}

.indexBox11 .right{
    width: 48%;
    float: right;
    height: 400px;
}

.indexBox11 .right h3{
    font-size: 48px;
}

.indexBox11 .right .des{
    font-size:16px;
    line-height: 30px;
    margin-top:28px;
}

.indexBox11 .a{
    text-align: left;
}
.indexBox11 .a a{
    display: inline-block;
    font-size: 18px;
    color: #40220f;
    text-align: center;
    text-decoration: underline;
}

.indexBox5{
    padding: 70px 0;
    color: #4a4a4a;
    background: #fff;
    padding-bottom:50px;
}
.indexBox5 .title{
    background-image: url('/static/images/home/en-us/indexbox5_line.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 130px;
}
.indexBox5 .title h2{

    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
}
.indexBox5 .title h5{
    margin-top: 12px;
    font-size: 26px;
    text-align: center;
}
.indexBox5 .des{
    font-size: 16px;
    text-align: center;
    width: 1200px;
    margin:50px auto;
}
.indexBox5 .itemBox{
    display: flex;
    justify-content:space-around;
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin:0 auto;
}

.indexBox5 .adv{
    width: 1200px;
    margin:0 auto;
}
.indexBox5 .adv img{
    width: 600px;
}
.indexBox5 .item{
    width: 25%;
    overflow: hidden;
    position: relative;
}

.indexBox5 .item .img{
    line-height: 0;
    text-align: center;
    opacity: 0;
}

.indexBox5 .item .conBox{
    position: absolute;
    z-index: 2;
    top:50px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    /*padding: 20px 80px;*/
}

.indexBox5 .item .ico{
    width: 100px;
    line-height: 0;
}
/*.indexBox5 .item:hover .ico{
    background: #CD7F32;
}*/
.indexBox5 .item .text{
    border-right:1px solid rgb(201, 196, 191);
    margin-top:50px;
    height:120px;
}

.indexBox5 .item .text h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.indexBox5 .item .text p{
    font-size: 14px;
    color: rgb(132, 132, 132);
    line-height: 20px;
    padding:20px;
}

.indexBox6{
    display: block;
    /* padding: 95px 0 150px;*/
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox6 .ico{
    line-height: 0;
    padding-bottom: 20px;
}
.indexBox6 .text p{
    font-size: 48px;
    color: #40220f;
    font-weight: 500;
}
.indexBox6 .text .btn{
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #656565;
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px;
    border: 1px solid #656565;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox6 .btn:hover{
    border-color: #40220f;
    background: #40220f;
    color: #ffffff;
}

.indexBox7{
    background: #f4f5f7;
}
.indexBox7 .title h2{
    padding: 60px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #656565;
}
.indexBox7 .contentBox{
    padding: 0 50px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.indexBox7 .contentBox .leftNews,
.indexBox7 .contentBox .rightNews{
    width: 50%;
    padding: 0 10px;
}

.indexBox7 .contentBox .rightNews .listBox {
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.indexBox7 .contentBox .leftNews .conBox{
    position: relative;
    height: 100%;
}
.indexBox7 .contentBox .leftNews .img{
    line-height: 0;
    text-align: center;
    height: 100%;
}

.indexBox7 .contentBox .leftNews .img img {
    height: auto;
}
.indexBox7 .contentBox .leftNews .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 50px;
    background: rgba(0,0,0,0.6);
}
.indexBox7 .contentBox .leftNews .text a{
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}
.indexBox7 .contentBox .leftNews .text a:hover{
    color: #40220f;
}
.indexBox7 .contentBox .leftNews .text span{
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    padding: 10px 0;
}
.indexBox7 .contentBox .leftNews .text p{
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox7 .contentBox .listBox .list{

    overflow: hidden;
    background: #ffffff;
}

.indexBox7 .contentBox .listBox .list + .list {
    margin-top: 19px;
}
.indexBox7 .contentBox .listBox .img{
    width: 200px;
    /*  height: 160px;*/
    float: left;
    line-height: 0;
}
.indexBox7 .contentBox .listBox .text{
    width: calc(100% - 200px);
    float: left;
    padding: 20px;
}
.indexBox7 .contentBox .listBox .text a{
    display: block;
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.indexBox7 .contentBox .listBox .text a:hover{
    color: #40220f;
}
.indexBox7 .contentBox .listBox .text span{
    display: block;
    font-size: 16px;
    font-weight: 100;
    color: #3f3f3f;
    padding: 10px 0;
}
.indexBox7 .contentBox .listBox .text p{
    font-size: 16px;
    font-weight: 100;
    color: #3f3f3f;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox7 .a{
    text-align: center;
    padding: 45px 0;
}
.indexBox7 .a a{
    display: inline-block;
    width: 185px;
    height: 44px;
    line-height: 42px;
    font-size: 18px;
    color: #656565;
    border: 1px solid #656565;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox7 .a a:hover{
    border-color: #40220f;
    background: #40220f;
    color: #ffffff;
}

.pageBanner{
    line-height: 0;
    text-align: center;
}

.whyBox1{
    /*background: #f4f5f7;*/
}
.whyBox1 .title h2{
    font-size: 48px;
    color: #656565;
    font-weight: 300;
    text-align: center;
    padding-bottom: 55px;
}
.whyBox1 .itemBox{
    display: flex;
    margin: 0 -18px;
    padding-bottom: 80px;
}
.whyBox1 .item{
    width: 33.33%;
    padding: 0 18px;
}
.whyBox1 .item .conBox{
    height: 100%;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.whyBox1 .item .ico{
    line-height: 0;
    padding-bottom: 35px;
}
.whyBox1 .item .text p{
    font-size: 16px;
    color: #656565;
    line-height: 30px;
    font-weight: 300;
}

.whyBox2{
    padding: 80px 0;
}
.whyBox2 .title{
    text-align: center;
    padding-bottom: 55px;
}
.whyBox2 .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #656565;
    padding-bottom: 10px;
}
.whyBox2 .title p{
    font-size: 16px;
    color: #656565;
    font-weight: 300;
    line-height: 36px;
}
.whyBox2 .whySlick{
    padding: 0 10px;
}
.whyBox2 .whySlick .slick_first{
    padding: 0 5px;
    line-height: 0;
}
.whyBox2 .whySlick .slick_first img{
    width: 100%;
}
.whyBox2 .whySlick .slick-prev,
.whyBox2 .whySlick .slick-next,
.whyBox3Slick_right,
.whyBox3Slick_left{
    width: 42px;
    height: 42px;
    background: url("/static/images/home/en-us/bannerArrow.png") no-repeat;
    background-color: #40220f;
}
.whyBox2 .whySlick .slick-prev{
    background-position: left center;
    left: 20%;
}
.whyBox2 .whySlick .slick-next{
    background-position: right center;
    right: 20%;
}
.whyBox3Slick_right{
    background-position: right center;
}
.whyBox2 .whySlick .slick-prev:hover,
.whyBox2 .whySlick .slick-next:hover,
.whyBox3Slick_right:hover,
.whyBox3Slick_left:hover{
    background-color: #40220f;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.whyBox3Swiper {
    position: relative;
    padding: 0 4vw;
}

.whyBox3{
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}
.whyBox3 .title h2{
    padding: 50px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #656565;
}

.whyBox3 .imgBox{
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
.whyBox3 .img{
    margin: 0 25px;
    line-height: 0;
    text-align: center;
    border: 6px solid #ffffff;
}

.whyBox4 .title h2{
    padding: 40px 0 50px;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #656565;
}
.whyBox4 .conBox{
    overflow: hidden;
    padding-bottom: 100px;
}
.whyBox4 .conBox .text{
    width: 60%;
    float: left;
    padding-left: 100px;
    padding-right: 20px;
}
.whyBox4 .conBox .text h3{
    font-size: 36px;
    font-weight: 300;
    color: #656565;
    padding-top: 20px;
    padding-bottom: 10px;
}
.whyBox4 .conBox .text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    color: #656565;
    position: relative;
    padding-left: 25px;
    background: url("/static/images/home/en-us/whyIco4.png") no-repeat left 11px;
}
.whyBox4 .conBox .img{
    line-height: 0;
    text-align: center;
    width: 40%;
    float: left;
}

.agentBox1{
    background: #f4f5f7;
}
.agentBox1 .title{
    text-align: center;
    padding-bottom: 60px;
}
.agentBox1 .title h2{
    padding: 25px 0;
    font-size: 48px;
    color: #656565;
    font-weight: 300;
}
.agentBox1 .title p{
    font-size: 18px;
    color: #171717;
    line-height: 30px;
    font-weight: 300;
}
.agentBox1 .conBox{
    display: flex;
    overflow: hidden;
    padding-bottom: 70px;
}
.agentBox1 .conBox .textBox,
.agentBox1 .conBox .img{
    width: 50%;
}
.agentBox1 .conBox .text{
    height: 100%;
    background: #ffffff;
    padding: 45px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.agentBox1 .conBox .text h3{
    font-size: 30px;
    font-weight: 300;
    color: #656565;
    padding-bottom: 20px;
}
.agentBox1 .conBox .text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    color: #656565;
    position: relative;
    padding-left: 25px;
    background: url("/static/images/home/en-us/whyIco4.png") no-repeat left 11px;
}
.agentBox1 .conBox .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.agentBox1 .conBox .img img{
    width: 100%;
}

.agentBox2{
    padding-bottom: 70px;
    background: #f4f5f7;
}
.agentBox2 .title{
    padding-bottom: 15px;
}
.agentBox2 .title h2{
    font-size: 36px;
    font-weight: 300;
    color: #656565;
    padding-bottom: 10px;
}
.agentBox2 .title p{
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px;
}
.agentBox2 .item{
    margin-bottom: 1px;
}
.agentBox2 .item h3{
    background: #FFFFFF;
    color: #40220f;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 45px 10px 25px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.agentBox2 .item h3.on,
.agentBox2 .item h3:hover{
    background: #40220f;
    color: #ffffff;
    transition: all .3s;
}
.agentBox2 .item h3:before{
    position: absolute;
    content: '+';
    width: 45px;
    font-size: 26px;
    color: #40220f;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.agentBox2 .item h3.on:before{
    content: '-';
    color: #ffffff;
    transition: all .3s;
}
.agentBox2 .item h3:hover:before{
    color: #ffffff;
    transition: all .3s;
}
.agentBox2 .item .text{
    display: none;
    padding: 20px 0;
    background: white;
}
.agentBox2 .item .text p{
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px;
    padding-left: 25px;
}

.agentBox3{
    background: #f4f5f7;
    padding-bottom: 30px;
}
.agentBox3 .title h2{
    text-align: center;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    color: #656565;
}
.agentBox3 .text{
    text-align: center;
    padding-bottom: 35px;
}
.agentBox3 .text h3{
    font-size: 36px;
    color: #3f3f3f;
    font-weight: 300;
    padding-bottom: 10px;
}
.agentBox3 .text p{
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 300;
    line-height: 30px;
}
.agentBox3 .form form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.agentBox3 .form .info{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.agentBox3 .form .info.w100{
    width: 100%;
}
.agentBox3 .form .info:last-child{
    text-align: center;
}
.agentBox3 .form .info .tips{
    display: block;
    color: #ff0000;
    line-height: 16px;
}
.agentBox3 .form .info input[type="text"],
.agentBox3 .form .info textarea{
    width: 100%;
    height: 58px;
    padding: 10px;
    font-size: 18px;
    color: #141414;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}
.agentBox3 .form .info textarea{
    height: 160px;
    resize: none;
}
.agentBox3 .form .info input[type="submit"]{
    width: 270px;
    height: 70px;
    font-size: 18px;
    color: #656565;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s;
}
.agentBox3 .form .info input[type="submit"]:hover{
    background: #40220f;
    color: #ffffff;
    border-color: #40220f;
    transition: all .3s;
}

.productBox1{
    background: #e5e5e5;
    padding-bottom: 70px;
}
.productBox1 .title{
    padding: 30px 0 50px;
    text-align: center;
}
.productBox1 .title h2{
    padding-bottom: 15px;
    font-size: 48px;
    color: #656565;
    font-weight: 300;
}
.productBox1 .title p{
    font-size: 18px;
    color: #171717;
    line-height: 30px;
    font-weight: 300;
}
.productBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
}
.productBox1 .item{
    width: 33.33%;
    padding: 1px;
}

.productBox1 .item .conBox{
    background: #ffffff;
    height: 100%;
    text-align: center;
    padding: 25px 15%;
    transition: all .3s;
}
.productBox1 .item .ico{
    line-height: 0;
}
.productBox1 .item .text h3{
    padding: 15px 0;
    font-size: 24px;
    color: #656565;
    font-weight: 300;
}
.productBox1 .item .text p{
    font-size: 16px;
    color: #171717;
    font-weight: 300;
    line-height: 24px;
}

.productBox1 .item:hover .conBox{
    background-color: #f1ce30;
    color: #fff;
}

.productBox1 .item:hover h3,
.productBox1 .item:hover p {
    color: #fff;
}

.productBox2{
    padding: 50px 0 90px;
}
.productBox2 .title h2{
    text-align: center;
    font-size: 48px;
    color: #656565;
    font-weight: 300;
    padding-bottom: 30px;
}
.productBox2 .imgBox{
    overflow: hidden;
    padding: 0 10px;
}
.productBox2 .img{
    width: 33.33%;
    padding: 0 5px;
    float: left;
    text-align: center;
    line-height: 0;
}

.productBox3{
    padding: 60px 0;
    background: #f4f5f7;
}
.productBox3 .item{
    display: flex;
    flex-direction: row;
    margin: 15px 0;
    background: #ffffff;
}
.productBox3 .item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.productBox3 .item .textBox{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
}
.productBox3 .item .textBox h3{
    font-size: 30px;
    font-weight: 300;
    color: #656565;
    padding-bottom: 20px;
}
.productBox3 .item .textBox p{
    font-size: 18px;
    font-weight: 300;
    color: #171717;
    line-height: 30px;
}
.productBox3 .item .img{
    width: 50%;
    line-height: 0;
    text-align: center;
}

.productBox4{
    padding: 70px 0;
    overflow: hidden;
    background: white;
}
.productBox4 .title h2{
    text-align: center;
    padding-bottom: 40px;
    font-size: 48px;
    color: #656565;
    font-weight: 700;
}
.productBox4 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.productBox4 .item{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.productBox4 .item .conBox{
    background: #f4f5f7;
    transition: all .3s;
}
.productBox4 .item:hover .conBox{
    background: #40220f;
    transition: all .3s;
}
.productBox4 .item .img{
    line-height: 0;
    text-align: center;
}

.productBox4 .item .img img{
    width: 100%;
}
.productBox4 .item .text{
    padding: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 74px;
}
.productBox4 .item .text a{
    font-size: 24px;
    font-weight: 300;
    color: #656565;
    transition: all .3s;
}
.productBox4 .item:hover .text a{
    color: #ffffff;
    transition: all .3s;
}
.productBox4 .page_box{
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.productBox4 .page li.active,
.productBox4 .page li.active a,
.productBox4 .page li:hover a,
.productBox4 .page li.active span{
    background: #40220f;
}

.child_cate{
    background:#fff;
    overflow: hidden;
}

.child_cate .itemBox{
    width: 80%;
    margin:30px auto;
}

.child_cate .itemBox ul li{
    display: block;
    position: relative;
    width: 16.6%;
    padding: 20px 0;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    text-align: center;
    height:100px;
}

.aboutBox1{
    padding: 40px 0 80px;
    background: #fff;
}
.aboutBox1 .title{
    padding-bottom: 40px;
}
.aboutBox1 .title h2{
    font-size: 48px;
    color: #656565;
    font-weight: 300;
    padding-bottom: 20px;
}
.aboutBox1 .title p{
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.aboutBox1 .itemBox{
    display: flex;
    justify-content: space-between;
}
.aboutBox1 .item{
    width: 200px;
    text-align: center;
}
.aboutBox1 .item .ico{
    line-height: 0;
    padding-bottom: 15px;
}
.aboutBox1 .item .text h3,
.aboutBox1 .item .text h3 .num{
    color: #40220f;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 5px;
}
.aboutBox1 .item .text h3 span{
    font-size: 18px;
    font-weight: 300;
    color: #656565;
}
.aboutBox1 .item .text p{
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 300;
}

.aboutBox2{
    background: url("/static/images/home/en-us/aboutBj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox2 .title h2{
    text-align: center;
    padding: 75px 0;
    color: #ffffff;
    font-size: 48px;
    font-weight: 300;
}
.aboutBox2 .conBox{
    position: relative;
    padding-bottom: 250px;
}
.aboutBox2 .conBox .img{
    line-height: 0;
    text-align: center;
}
.aboutBox2 .conBox .text{
    position: absolute;
}
.aboutBox2 .conBox .text:before{
    position: absolute;
    content: '';
    width: 74px;
    height: 74px;
    background-color: rgba(255,255,255,.8);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox2 .conBox .text h3{
    color: #40220f;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 5px;
}
.aboutBox2 .conBox .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}
.aboutBox2 .conBox .t1{
    top: 60px;
    left: 40px;
    width: 460px;
    padding-right: 85px;
    text-align: right;
}
.aboutBox2 .conBox .t1:before{
    right: 0;
    top: -22px;
    background-image: url("/static/images/home/en-us/aboutIco6.png");
}
.aboutBox2 .conBox .t2{
    width: 520px;
    top: 25px;
    right: 0;
    padding-left: 85px;
}
.aboutBox2 .conBox .t2:before{
    left: 0;
    top: 0;
    background-image: url("/static/images/home/en-us/aboutIco7.png");
}
.aboutBox2 .conBox .t3{
    width: 485px;
    bottom: 80px;
    right: 350px;
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutBox2 .conBox .t3:before{
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-image: url("/static/images/home/en-us/aboutIco8.png");
}

.aboutBox2 .conBox .t3 p {
    margin-left: 20px;
}

.aboutBox3{
    padding: 60px 0;
    background: #f4f5f7;
}
.aboutBox3 .title h2{
    text-align: center;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    color: #656565;
}
.aboutBox3 .btnBox{
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.aboutBox3 .btn{
    margin: 0 1px;
    position: relative;
    height: 56px;
    min-width: 200px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656565;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    background: #ffffff;
    cursor: pointer;
    transition: all .3s;
}
.aboutBox3 .btn.on,
.aboutBox3 .btn:hover{
    background: #40220f;
    color: #ffffff;
    transition: all .3s;
}
.aboutBox3 .btn:before{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    opacity: 0;
    border-top: 8px solid #40220f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: all .3s;
}
.aboutBox3 .btn.on:before,
.aboutBox3 .btn:hover:before{
    opacity: 1;
    transition: all .3s;
}
.aboutBox3 .switch{
    height: 0;
    overflow: hidden;
}
.aboutBox3 .switch.on{
    height: auto;
    overflow: initial;
}
.aboutBox3 .switch .teamSLick{
    padding: 0 45px;
}
.aboutBox3 .switch .teamSLick .slick-prev,
.aboutBox3 .switch .teamSLick .slick-next{
    width: 42px;
    height: 56px;
    background: #9e9e9f url("/static/images/home/en-us/bannerArrow.png") no-repeat;
}
.aboutBox3 .switch .teamSLick .slick-prev{
    left: -42px;
    background-position: left 7px;
}
.aboutBox3 .switch .teamSLick .slick-next{
    right: -42px;
    background-position: right 7px;
}
.aboutBox3 .switch .teamSLick .slick-prev:hover,
.aboutBox3 .switch .teamSLick .slick-next:hover{
    background-color: #40220f;
}
.aboutBox3 .switch .teamSLick .img{
    line-height: 0;
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.aboutBox3 .switch .teamSLick .img img{
    width: 100%;
    height: 594px;
}
.aboutBox3 .switch .teamSLick .text p{
    text-align: center;
    font-size: 24px;
    color: #656565;
    font-weight: 300;
}
.aboutBox3 .switch .teamSLick .slick-list{
    border-radius: 10px;
    overflow: hidden;
}

.aboutBox4{
    padding: 70px 0;
}
.aboutBox4 .title h2{
    text-align: center;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    color: #656565;
}
.aboutBox4 .btnBox{
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.aboutBox4 .btn{
    margin: 0 1px;
    position: relative;
    height: 56px;
    min-width: 200px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656565;
    font-size: 18px;
    font-weight: 300;
    background: #f4f5f7;
    cursor: pointer;
    transition: all .3s;
}
.aboutBox4 .btn.on,
.aboutBox4 .btn:hover{
    background: #40220f;
    color: #ffffff;
    transition: all .3s;
}
.aboutBox4 .btn:before{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    opacity: 0;
    border-top: 8px solid #40220f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: all .3s;
}
.aboutBox4 .btn.on:before,
.aboutBox4 .btn:hover:before{
    opacity: 1;
    transition: all .3s;
}
.aboutBox4 .switch{
    display: none;
}

.aboutBox4 .switch.on{
    display: block;
}
.aboutBox4 .switch .itemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutBox4 .switch .item{
    width: 23%;
    /*     padding: 0 10px; */
    text-align: center;
    margin-bottom: 20px;

}

.aboutBox4 .switch:nth-of-type(1) .item{
    margin-bottom: 15px;
}
.aboutBox4 .switch:nth-last-of-type(1) .item{
    width: 24%;
    height: 476px;
    overflow: hidden;
}
.aboutBox4 .switch .item .img{
    line-height: 0;
    padding-bottom: 10px;

}
.aboutBox4 .switch .item span{
    display: block;
    font-size: 16px;
    color: #656565;
    font-weight: 300;
    padding: 0 10px;
}

.aboutBox5{
    padding-bottom: 100px;
    /*background: url("/static/images/home/en-us/lishi.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 800px;*/
}
.aboutBox5 .title h2{
    text-align: center;
    padding: 70px 0;
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
}
.aboutBox5 .historyContentSlick .text{
    text-align: center;
    min-height: 300px;
}
.aboutBox5 .historyContentSlick .text h3{
    font-size: 60px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 15px;
}
.aboutBox5 .historyContentSlick .text p{
    font-size: 24px;
    color: #fdfdfd;
    line-height: 2;
    font-weight: 300;
}
.aboutBox5 .historyYearsSlick{
    position: relative;
}
.aboutBox5 .historyYearsSlick:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 21px;
    border-bottom: 1px dashed #e0e7ed;
}
.aboutBox5 .yearsSlick .slick-prev,
.aboutBox5 .yearsSlick .slick-next{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    top: auto;
    margin: 0;
    background-image: url("/static/images/home/en-us/yearArrow.png");
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.aboutBox5 .yearsSlick .slick-prev{
    background-position: left center;
    left: 0;
}
.aboutBox5 .yearsSlick .slick-next{
    background-position: right center;
    right: 0;
}
.aboutBox5 .yearsSlick .slick-prev:hover,
.aboutBox5 .yearsSlick .slick-next:hover{
    background-image: url("/static/images/home/en-us/bannerArrow.png");
    background-color: #40220f;
}
.aboutBox5 .yearsSlick .slick_first{
    text-align: center;
    padding-bottom: 20px;
}
.aboutBox5 .yearsSlick .slick_first span{
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-top: 44px;
}
.aboutBox5 .yearsSlick .slick_first.slick-current span{
    padding-bottom: 35px;
    font-size: 48px;
    color: #40220f;
    margin-top: 0;
}
.aboutBox5 .yearsSlick .slick_first span:before{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    bottom: -3px;
    left: 50%;
    margin-left: -4.5px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox5 .yearsSlick .slick_first.slick-current span:before{
    position: absolute;
    content: '';
    border-bottom: 8px solid #40220f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    background: none;
    width: auto;
    height: auto;
    margin-left: -8px;
    bottom: 25px;
}
.aboutBox5 .yearsSlick .slick_first.slick-current span:after{
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    left: 50%;
    bottom: -17px;
    margin-left: -16px;
    background: url("/static/images/home/en-us/aboutYearIco.png") no-repeat center center;
}

.productDetailBox1 .product_img_box{
    width: 50%;
}
.productDetailBox1 .parameter_box{
    width: 50%;
    padding-left: 40px;
    margin-left: 0;
    float: left;
}
.productDetailBox1 .parameter_box h1{
/*    padding: 45px 0 15px;*/
    font-size: 36px;
    font-weight: 300;
    color: #656565;
    margin: 0;
}
.productDetailBox1 .parameter_box .text{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}
.productDetailBox1 .parameter_box .text p{
    color: #171717;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.productDetailBox1 .productTag{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 10px;
}
.productDetailBox1 .productTag .item{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.productDetailBox1 .productTag .item span{
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #171717;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    min-width: 50px;
}
.productDetailBox1 .productTag .item a{
    display: inline-block;
    margin-right: 10px;
    line-height: 36px;
    padding: 0 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #686868;
    font-weight: 300;
    border: 1px solid #dcdcdc;
}
.productDetailBox1 .productTag .item a:hover,
.productDetailBox1 .productTag .item a.on{
    background: #40220f;
    color: #ffffff;
    border-color: #40220f;
}
.productDetailBox1 .productShareBox{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productDetailBox1 .inquire1 a{
    display: inline-block;
    width: 200px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #686868;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}
.productDetailBox1 .inquire a:hover{
    background: #40220f;
    color: #ffffff;
    border-color: #40220f;
}


.productContentBox{
    /*padding-top: 35px;*/
}
.productContentBox .productMenuBox{
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 10;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.productContentBox .productMenuBox .btn{
    display: flex;
}
.productContentBox .productMenuBox .btn a{
    min-height: 66px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #656565;
    font-weight: 300;
    margin-right: 60px;
}
.productContentBox .productMenuBox .btn a:last-child{
    margin-right: 0;
}
.productContentBox .productMenuBox .btn a:hover,
.productContentBox .productMenuBox .btn a.on{
    border-bottom: 2px solid #40220f;
    color: #40220f;
}
.productContentBox .productContent{
    background:#fff;
}
.productContentBox .productContent .title h2{
    font-size: 48px;
    font-weight: 300;
    color: #656565;
    padding: 40px 0;
    text-align: center;
}
.productContentBox .productContent .conBox{
    overflow: hidden;
}
.productContentBox .contentBox1{
    padding-bottom: 95px;
    /*border-bottom: 2px solid #e5e5e5;*/
}
.productContentBox .contentBox1 .text p{
    font-size: 18px;
    color: #171717;
    line-height: 30px;
    font-weight: 300;
}
.productContentBox .contentBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.productContentBox .contentBox2 .item{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}
.productContentBox .contentBox2 .item .img{
    line-height: 0;
    padding-bottom: 15px;
}
.productContentBox .contentBox2 .item .img img{
    width: 100%;
}
.productContentBox .contentBox2 .item .text h3{
    font-size: 24px;
    color: #171717;
    padding-bottom: 10px;
}
.productContentBox .contentBox2 .item .text p{
    font-size: 18px;
    color: #171717;
    font-weight: 300;
    line-height: 30px;
}
.productContentBox .contentBox3 .text{
    width: 100%;
}
.productContentBox .contentBox3 table tr{
    background: #ffffff;
}
.productContentBox .contentBox3 table tr:nth-of-type(2n){
    background: #f4f5f7;
}
.productContentBox .contentBox3 table th{
    background: #40220f;
    color: #ffffff;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
}
.productContentBox .contentBox3 table td{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #656565;
    height: 50px;
    border: 1px solid #e5e5e5;
}
.productContentBox .contentBox4 .img{
    line-height: 0;
    text-align: center;
}
.productContentBox .contentBox5{
    padding-bottom: 50px;
}
.productContentBox .contentBox5 .text{
    text-align: center;
    padding-bottom: 35px;
}
.productContentBox .contentBox5 .text h3{
    font-size: 36px;
    color: #3f3f3f;
    font-weight: 300;
    padding-bottom: 10px;
}
.productContentBox .contentBox5 .text p{
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 300;
    line-height: 30px;
}
.productContentBox .contentBox5 form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.productContentBox .contentBox5 .info{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.productContentBox .contentBox5 .info.w100{
    width: 100%;
}
.productContentBox .contentBox5 .info:last-child{
    text-align: center;
}
.productContentBox .contentBox5 .info .tips{
    display: block;
    color: #ff0000;
    line-height: 16px;
}
.productContentBox .contentBox5 .info input[type="text"],
.productContentBox .contentBox5 .info textarea{
    width: 100%;
    height: 58px;
    padding: 10px;
    font-size: 18px;
    color: #141414;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}
.productContentBox .contentBox5 .info textarea{
    height: 160px;
    resize: none;
}
.productContentBox .contentBox5 .info input[type="submit"]{
    width: 270px;
    height: 70px;
    font-size: 18px;
    color: #656565;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s;
}
.productContentBox .contentBox5 .info input[type="submit"]:hover{
    background: #40220f;
    color: #ffffff;
    border-color: #40220f;
    transition: all .3s;
}

.relatedProducts{
    background: #f4f5f7;
    padding: 70px 0;
}
.relatedProducts .title h2{
    text-align: center;
    padding-bottom: 40px;
    font-size: 48px;
    color: #656565;
    font-weight: 300;
}
.relatedProducts .itemBox{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 24%);
    gap: 20px;
    margin: 0 -25px;
}
.relatedProducts .item{
    /* width: 33.33%; */
    /* padding: 0 25px; */
    text-align: center;
}
.relatedProducts .item .img{
    line-height: 0;
    background: #ffffff;
}
.relatedProducts .item .img img{
    width: 100%;
}
.relatedProducts .item .text a{
    color: #656565;
    font-size: 18px;
    padding: 20px 10px;
    font-weight: 300;
    display: block;
    text-align: center;
    background: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.relatedProducts .item .text a:hover{
    background: #40220f;
    color: #ffffff;
}

.contactBox202006131030 {
    padding: 50px 0;
    overflow: hidden;
    background:#fff;
}

.contactBox202006131030 .contactInfo {
    overflow: hidden;
    width: 50%;
    float: left;
}

.contactBox202006131030 .textBox {
    margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #656565;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
    background-image: url("/static/images/home/en-us/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
    background-image: url("/static/images/home/en-us/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
    background-image: url("/static/images/home/en-us/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
    background-image: url("/static/images/home/en-us/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li.contactMarketing {
    background-image: url("/static/images/home/en-us/contactMarketing.png");
}

.contactBox202006131030 .contactInfo ul li a {
    font-size: 16px;
    color: #656565;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
    color: #5ba1f4;
}

.contactBox202006131030 .contactForm {
    width: 50%;
    float: left;
    padding-left: 40px;
    overflow: hidden;
}

.contactBox202006131030 .title h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 36px;
    font-size: 16px;
    color: #656565;
}

.contactBox202006131030 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #40220f;
    background-color: #fff;
    margin-top: 15px;
    border: 1px solid #40220f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
    background: #40220f;
    color: #ffffff;
}

.news_box .news_text h3 i.time {
    width: auto;
}

.indexBox2 .switchBox .switch > .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.indexBox2 .switchBox .switch > .img img{
    width: 100%;
    height: 100%;
}

.indexBox4 .item .text .num1,
.indexBox4 .item .text .num2,
.indexBox4 .item .text .num3
{
    font-size: 36px;
    font-weight: bold;
    color: #f1ce30;
    margin-right:10px;
}

.pro_B_img .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 598px;
}

.faq.agentBox2 {
    padding-bottom: 0;
}

.faq .item h3,
.faq .item h3:before,
.faq .item h3.on:before {
    color: #333!important;
}

.faq .item h3 {
    padding: 0px 45px 0px 26px;
}

.faq .item {
    padding: 10px 0;
    background: #fff;
}

.faq .item h3.on,
.faq .item h3:hover {
    background: #fff;
    color: #333;
    transition: all .3s;
}

.faq .item_q span {
    font-size: 16px;
    line-height: 32px;
    color: #656565;
    font-weight: bold;
}

.faq .item .text.item_a {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
}

/* add start */
.imgcontent {
    position: relative;
}

.imgcontent .content {
    color: #ffffff;
    width: 100%;
    font-size: 50px;
    text-shadow: 0px 8px 10px rgba(9, 0, 2, 0.27);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imgcontent .content h1 {
    font-size: 48px;
    font-weight: 300;
    color: #E7E8E9;
    padding: 90px 0 0 5%;
}

.prod-page .item .container_1200{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 518px;
}

.prod-page .item .content {
    width: 57.16%;
    margin-left: 103px;
}

.prod-page .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.prod-page .item:nth-child(2n) {
    background: #F4F5F7;
}

.prod-page .item h3 {
    font-size: 36px;
    font-weight: 400;
    color: #656565;
    line-height: 1;
    margin-bottom: 26px;
}

.prod-page .item p {
    font-size: 20px;
    font-weight: 100;
    color: #656565;
    line-height: 36px;
}

.prod-page .item a.more {
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    width: auto;
    height: auto;
    line-height: 1;
    color: #FFFFFF;
    background: #40220f;
    border: 1px solid #40220f;
    border-radius: 26px;
    padding: 19px 46px;
    margin-top: 60px;
    transition: all .3s;
}

.prod-page .item a.more:hover {
    background-color: transparent;
    color: #40220f;
}

.warranty .title h2,
.warranty-faq .title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #656565;
    line-height: 44px;
    padding: 100px 0 62px;
    text-align: center;
}

.warranty .wrap {
    width: 87.83%;
    margin: 0 auto;
}

.warranty .slider_table td,
.warranty .slider_table th {
    border-right-width: 0;
    border-left-width: 0;
    padding: 23px 110px;
    text-align: left;
}

.warranty thead th {
    background: #F4F5F7;
    font-size: 18px;
    font-weight: 200;
    color: #6B6B6B;
}

.warranty td {
    font-size: 20px;
    font-weight: 400;
    color: #656565;
    text-align: center;
}

.warranty .slider_table table {
    border: none;
}

.warranty .dot {
    width: 14px;
    height: 14px;
    background: #40220f;
    border-radius: 50%;
    margin: 0 auto;
}

.warranty-faq .item h3 {
    background: #F4F5F7;
    border-radius: 20px;
    color: #656565;
}

.warranty-faq .agentBox2 {
    background-color: #e5e5e5;
}

.warranty-faq .agentBox2 .item .text {
    background-color: #F4F5F7;
    padding: 50px 124px 54px 54px;
    font-size: 18px;
    font-weight: 100;
    color: #656565;
    line-height: 30px;
}

.warranty-faq .item h3.on,
.warranty-faq .item h3:hover {
    border-radius: 20px;
}

.warranty-faq .item h3.on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.warranty-faq .item + .item {
    margin-top: 17px;
}

.warranty-faq .agentBox2 .item h3:before {
    color: #656565;
}

.warranty-faq .item h3.on::before {
    color: #fff;
    font-size: 30px;
}

.prod {
    background: #F4F5F7;
    padding: 55px 0;
}

.prod .title h2 {
    font-size: 48px;
    font-family: Roboto;
    font-weight: 300;
    color: #656565;
    text-align: center;
}

.prod .prod-slick {
    padding: 60px 0;
    margin: 0 -25px;
}

.prod .prod-slick .box {
    padding: 0 8px;
}

.prod .prod-slick .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 338px;
    margin-bottom: 30px;
    background-color: #fff;
}

.prod .prod-slick p {
    font-size: 18px;
    font-weight: 100;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.prod .prod-slick .slick-dots {
    bottom: 0;
}

.prod .prod-slick .slick-dots li.slick-active {
    background: #40220f;
    border: 1px solid #40220f;
}

.prod .prod-slick .slick-dots li {
    background: #fff;
    border: 1px solid #ddd;
    width: 23px;
    height: 23px;
}

.productDetailBox1 .inquire1 a:hover {
    background: #40220f;
    color: #fff;
}
/* add end */

@media (max-width: 1680px) {
    .indexBox7 .contentBox .leftNews {
        width: 54.4%;
    }

    .indexBox7 .contentBox .rightNews {
        width: 45.6%;
    }
    
     .banner .conBox{
        height: 550px;
    }
}

@media (max-width: 1450px){
    .banner_slick .slick-prev {
        left: 0;
        top: 66%;
    }
    .banner_slick .slick-next {
        right: 0;
        top: 66%;
    }
    .banner .conBox{
        height: 550px;
    }
    .indexBox1 .item .conBox{
        height: 450px;
    }
    .indexBox2 .btnBox,
    .indexBox2 .btnBox .btn{
        width: 200px;
    }
    .indexBox2 .btnBox .btn:hover, .indexBox2 .btnBox .btn.on{
        width: 210px;
    }
    .indexBox2 .switchBox{
        width: calc(100% - 200px);
    }
    .indexBox2 .switchBox .switch .box{
        right: 10%;
    }


    .indexBox7 .contentBox .listBox .list:last-child {
        display: none;
    }

    .indexBox7 .contentBox .leftNews {
        width: 51%;
    }

    .indexBox7 .contentBox .rightNews {
        width: 49%;
    }
}

@media (max-width: 1440px) {
    .indexBox7 .contentBox .leftNews {
        width: 50.2%;
    }

    .indexBox7 .contentBox .rightNews {
        width: 49.8%;
    }
}
@media (max-width: 1280px) {
    .indexBox7 .contentBox {
        flex-direction: column;
    }

    .indexBox7 .contentBox .leftNews {
        width: 100%;
        margin-bottom: 10px;
    }

    .indexBox7 .contentBox .rightNews {
        width: 100%;
    }

    .indexBox7 .contentBox .listBox .list {
        margin-bottom: 9px;
    }
}
@media (max-width: 1220px){
    .aboutBox4 .switch:nth-last-of-type(1) .item{height: auto;}
    .banner .conBox .textBox .text p,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox6 .text p,
    .indexBox7 .title h2,
    .productBox1 .title h2,
    .productBox2 .title h2,
    .productBox4 .title h2,
    .productContentBox .productContent .title h2,
    .relatedProducts .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .aboutBox5 .historyContentSlick .text h3,
    .whyBox1 .title h2,
    .whyBox2 .title h2,
    .whyBox3 .title h2,
    .whyBox4 .title h2,
    .agentBox1 .title h2,
    .agentBox3 .title h2{
        font-size: 40px;
    }
    .banner .conBox .textBox .text a,
    .indexBox1 .item .conBox .text a,
    .productBox4 .item .text a,
    .productBox3 .item .textBox p,
    .productBox1 .title p,
    .productContentBox .productMenuBox .btn a,
    .productContentBox .contentBox2 .item .text p,
    .productContentBox .contentBox1 .text p,
    .productContentBox .contentBox3 table td,
    .productContentBox .contentBox5 .text p{
        font-size: 16px;
    }
    .headerSearch a{
        margin-left: 20px;
    }

    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }
    .banner .conBox{
        height: 480px;
    }

    .footerConBox .itemBox .item:nth-of-type(2){
        padding-right: 20px;
    }

    .indexBox1 .item .conBox{
        height: 450px;
    }

    .indexBox5 .des{
        width: 100%;
    }

    .indexBox5 .adv{
        width: 100%;
        margin:0 auto;
    }

    .indexBox5 .adv img{
        width: 49%;
    }

    .indexBox5 .itemBox{
        width: 100%;
    }


    .indexBox2 .conBox{
        width: 992px;
        margin: auto;
        flex-wrap: wrap;
    }
    .indexBox2 .btnBox{
        width: 100%;
        display: flex;
    }
    .indexBox2 .btnBox .btn{
        width: 100%;
        height: auto;
        padding: 20px 10px;
        border: 5px solid transparent !important;
    }
    .indexBox2 .btnBox .btn:hover, .indexBox2 .btnBox .btn.on{
        width: 100%;
        border-color: #40220f !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .indexBox2 .switchBox{
        width: 100%;
    }
    .indexBox2 .switchBox .switch{
        padding: 30px;
    }
    .indexBox2 .switchBox .switch .box{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: auto;
    }
    .indexBox5{
        padding: 50px 0;
    }
    .indexBox5 .title h2{
        /* padding-bottom: 30px;*/
    }

    .indexBox6{
        /*padding: 80px 0;*/
    }
    .indexBox7 .title h2{
        padding: 50px 0 30px;
    }
    .indexBox7 .a{
        padding-top: 20px;
    }

    .productBox2{
        padding: 50px 0;
    }
    .productBox3{
        padding: 50px 0;
    }
    .productBox4{
        padding: 50px 0;
    }
    .productBox4 .title h2{
        padding-bottom: 20px;
    }

    .productDetailBox1 .parameter_box h1{
        padding-top: 0;
    }

    .productContentBox .productMenuBox .btn a{
        margin-right: 30px;
    }

    .productContentBox .contentBox5 .text h3{
        font-size: 30px;
    }

    /* .productContentBox .contentBox2 .itemBox,
    .relatedProducts .itemBox{
        margin: 0 -10px;
    } */
    /* .productContentBox .contentBox2 .itemBox .item,
    .relatedProducts .item{
        padding: 0 10px;
    } */

    .aboutBox2 .conBox .t1{
        width: 360px;
    }
    .aboutBox2 .conBox .t2{
        width: 405px;
    }
    .aboutBox2 .conBox .t3{
        width: 380px;
    }

    .whyBox1 .itemBox{
        margin: 0 -5px;
        padding-bottom: 50px;
    }
    .whyBox1 .item{
        padding: 0 5px;
    }
    .whyBox1 .title h2{
        padding-bottom: 20px;
    }

    .whyBox2{
        padding: 50px 0;
    }
    .whyBox2 .title{
        padding-bottom: 30px;
    }
    .whyBox3 .title h2{
        padding-bottom: 30px;
    }
    .whyBox3 .imgBox{
        padding-bottom: 50px;
    }
    .whyBox3 .img{
        margin: 0 10px;
    }

    .whyBox4 .title h2{
        padding-bottom: 20px;
    }
    .whyBox4 .conBox{
        padding-bottom: 50px;
    }
    .whyBox4 .conBox .text{
        padding-left: 0;
    }

    .pro_B_img .img {
        height: 494px;
    }
}
@media (max-width: 992px){
    .banner .conBox .textBox .text p,
    .indexBox2 .title h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox6 .text p,
    .indexBox7 .title h2,
    .indexBox1 .item .conBox .text h3,
    .indexBox2 .switchBox .switch .box .text h3,
    .productBox1 .title h2,
    .productBox2 .title h2,
    .productBox4 .title h2,
    .productDetailBox1 .parameter_box h1,
    .productContentBox .productContent .title h2,
    .relatedProducts .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .aboutBox5 .historyContentSlick .text h3,
    .whyBox1 .title h2,
    .whyBox2 .title h2,
    .whyBox3 .title h2,
    .whyBox4 .title h2,
    .whyBox4 .conBox .text h3,
    .agentBox1 .title h2,
    .agentBox3 .title h2,
    .agentBox2 .title h2,
    .agentBox3 .text h3{
        font-size: 32px;
    }

    .Three_menu_box{
        padding-left: 10px;
    }
    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i{
        font-size: 14px;
        line-height: 1.2;
    }
    .Crumbs span.youAreHere{
        display: none;
    }
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #e5e5e5;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        line-height: 0;
        font-size: 0;
        padding: 13px 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #656565;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    .langBox{
        position: absolute;
        top: 0;
        right: 10px;
    }
    .langBox .tp{
        display: flex;
        align-items: center;
        height: 60px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #656565;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("/static/images/home/en-us/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .banner .conBox{
        height: 340px;
    }
    .indexBox1 .item .conBox{
        height: 350px;
    }

    .indexBox2 .conBox{
        width: 767px;
    }

    .indexBox7 .contentBox{
        padding: 0;
    }
    .indexBox7 .contentBox .leftNews,
    .indexBox7 .contentBox .rightNews{
        width: 100%;
    }
    .indexBox7 .contentBox .leftNews{
        margin-bottom: 20px;
    }
    .footerConBox .itemBox .item:nth-of-type(1),
    .footerConBox .itemBox .item:nth-of-type(2){
        display: none;
    }
    .footerConBox .itemBox .item:nth-of-type(4){
        width: 450px;
    }

    .productBox1 .item{
        width: 50%;
    }
    .productBox3 .item{
        flex-wrap: wrap;
    }
    .productBox3 .item .textBox{
        width: 100%;
        padding: 30px 20px;
    }
    .productBox3 .item .img{
        width: 100%;
    }
    .productBox4 .item{
        width: 50%;
    }

    .productDetailBox1 .product_img_box{
        width: 100%;
    }
    .productDetailBox1 .parameter_box{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .productDetailBox1 .productShareBox{
        flex-wrap: wrap;
    }
    .productDetailBox1 .productShare{
        width: 100%;
        margin-top: 30px;
    }

    .productContentBox .productMenuBox{
        display: none;
    }
    .productContentBox .productContent{
        padding-top: 0;
    }
    .productContentBox .contentBox1{
        padding-bottom: 40px;
    }

    .aboutBox1{
        padding: 50px 0;
    }
    .aboutBox1 .itemBox{
        flex-wrap: wrap;
    }
    .aboutBox1 .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .aboutBox1 .item:last-child{
        width: 100%;
    }

    .aboutBox2 .title h2{
        padding: 50px  0 30px;
    }
    .aboutBox2 .conBox{
        padding-bottom: 20px;
    }
    .aboutBox2 .conBox .img{
        display: none;
    }
    .aboutBox2 .conBox .text{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 30px !important;
        padding-top: 85px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }
    .aboutBox2 .conBox .text:before{
        top: 0 !important;
        left: 50% !important;
        margin-left: -37px;
        transform: none;
    }

    .aboutBox3 .btn{
        width: 100%;
        min-width: 0;
        text-align: center;
    }
    .aboutBox3 .switch .teamSLick .slick-prev{
        left: 0;
    }
    .aboutBox3 .switch .teamSLick .slick-next{
        right: 0;
    }
    .aboutBox3 .switch .teamSLick .img{
        padding-bottom: 10px;
    }
    .aboutBox3 .switch .teamSLick .text p{
        font-size: 16px;
    }

    .aboutBox4{
        padding: 50px 0;
    }
    .aboutBox5 .title h2{
        padding: 50px 0 30px;
    }
    .aboutBox5 .historyContentSlick .text{
        min-height: 0;
        padding-bottom: 50px;
    }
    .aboutBox5 .historyContentSlick .text p{
        font-size: 16px;
        line-height: 1.6;
    }
    .aboutBox5 .yearsSlick .slick_first.slick-current span{
        font-size: 32px;
    }
    .aboutBox5 .yearsSlick .slick_first span{
        margin-top: 26px;
    }

    .whyBox1 .itemBox{
        flex-wrap: wrap;
    }
    .whyBox1 .item{
        width: 100%;
        margin-bottom: 15px;
    }

    .whyBox2 .whySlick .slick-prev{
        left: 30px;
    }
    .whyBox2 .whySlick .slick-next{
        right: 30px;
    }

    .whyBox3 .imgBox{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .whyBox3 .img{
        width: 49%;
        margin: 0;
        float: left;
    }

    .whyBox4 .conBox .text{
        width: 100%;
        padding-right: 0;
    }
    .whyBox4 .conBox .img{
        display: none;
    }

    .agentBox1 .conBox{
        flex-wrap: wrap;
    }
    .agentBox1 .conBox .textBox, .agentBox1 .conBox .img{
        width: 100%;
    }

    /* add start */
    .imgcontent .content h1 {
        padding: 50px 0;
        text-align: center;
        font-size: 26px;
        color: #f1ce30;
    }

    .prod-page .item .container_1200 {
        flex-direction: column;
        height: auto;
    }

    .prod-page .item {
        padding: 20px 10px;
    }

    .prod-page .item .content {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .prod-page .item h3 {
        font-size: 30px;
        margin: 20px 0;
    }

    .prod-page .item p {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }

    .prod-page .item a.more {
        margin-top: 20px;
        padding: 16px 34px;
        font-size: 16px;
    }

    .warranty .title h2,
    .warranty-faq .title h2 {
        font-size: 36px;
        padding: 20px 0;
    }

    .warranty .slider_table td, .warranty .slider_table th {
        padding: 20px 6px;
        font-size: 16px;
    }

    .warranty-faq .agentBox2 .item .text {
        padding: 20px;
    }

    .prod {
        padding: 20px 0;
    }

    .prod .title h2 {
        font-size: 36px;
    }

    .prod .prod-slick{
        padding: 35px 0;
        margin: 0 -10px;
    }

    .aboutBox3 .switch .teamSLick .img img {
        height: auto;
    }

    /* add end */

    .indexBox2 .switchBox .switch.on {
        display: block;
        padding: 0;
    }

    .indexBox2 .switchBox .switch>.img {
        position: inherit;
        height: auto;
    }

    .indexBox7 .contentBox .listBox .list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .indexBox7 .contentBox .listBox .img,
    .indexBox7 .contentBox .listBox .text {
        width: 100%;
    }

    .indexBox7 .contentBox .leftNews .text {
        position: inherit;
        padding: 20px;
    }

    .indexBox7 .contentBox .leftNews .text a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .contactBox202006131030 .contactInfo,
    .contactBox202006131030 .contactForm {
        width: 100%;
        padding-left: 0;
    }

    .contactBox202006131030 .contactForm{
        padding-top: 40px;
    }

    .relatedProducts .itemBox {
        grid-template-columns: 100%;
    }
}
.inquireFormBox{
    position: fixed;
    background: #ffffff;
    padding: 20px;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 512px;
    margin-top: -256px;
    margin-left: -350px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    z-index: 10001;
    display: none;
}
.inquireFormBox .closeForm{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    cursor: pointer;
}
.inquireFormBox h2{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333333;
}
.inquireFormBox .info {
    width: 50%;
    padding: 0 5px;
    float: left;
    overflow: hidden;
    margin-bottom: 12px;
}
.inquireFormBox .info.textarea{
    width: 100%;
}
.inquireFormBox .label_control {
    width: 100%;
    margin-top: 0;
    height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 36px;
}
.inquireFormBox .controls {
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.inquireFormBox .controls .tips {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
    color: #ff0000;
}
.inquireFormBox .controls input,
.inquireFormBox .controls textarea {
    width: 100%;
    height: 100%;
    text-indent: 10px;
    border: 0;
    background: none;
    resize: none;
}
.inquireFormBox .controls textarea {
    text-indent: 0;
    padding: 10px;
}
.inquireFormBox .info.textarea .controls {
    height: 150px;
}
.inquireFormBox .info input[type="submit"] {
    padding: 10px 25px;
    border: 0;
    background: #1e1e1e;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
}
.inquireFormBox .info input[type="submit"]:hover {
    opacity: .8;
    transition: all .3s;
}
.inquireFormBj{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    display: none;
}
@media (max-width: 767px){


    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner .conBox{
        height: 280px;
    }
    .banner .conBox .textBox .text{
        width: 100%;
        text-align: center;
    }
    .indexBox1 .item{
        width: 100%;
    }
    .indexBox1 .item .conBox{
        height:130px;
    }
    .indexBox1 .item .conBox .text h3{
        padding-top: 40px;
    }
    .indexBox2 .conBox{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexBox4 .title h2{
        padding-bottom: 20px;
    }
    .indexBox4 .item .ico img{
        width: 70px;
    }
    .indexBox2 .switchBox .switch .box{
        width: 100%;
        max-width: 520px;
    }

    .indexBox3 .imgs {
        flex-wrap: wrap;
        padding: 0;
    }

    .indexBox3 .img {
        width: 50%;
        padding: 10px;
        transform: none!important;
    }

    .indexBox11 .left{
        width: 100%;
        float: left;
        height: 400px;
        margin-top:20px;
    }

    .indexBox11 .right{
        width: 100%;
        float: right;
        height: auto;
        margin-top:20px;
    }


    .indexBox5 .title{
        height: 100px;
    }
    .indexBox5 .title h2{
        font-size: 32px;
        line-height: 32px;
        font-weight: normal;
    }
    .indexBox5 .title h5{
        margin-top: 12px;
        font-size: 20px;
    }

    .indexBox5 .des{
        font-size: 13px;
        text-align: center;
        margin:30px auto;
    }

    .indexBox5 .item:nth-child(1) {
        display: none;
    }

    .indexBox5 .item{
        width:33%;
        height:180px;
    }

    .indexBox5 .item .text{
        margin-top:5px;
        border-right:0;
    }

    .indexBox5 .item .ico{
        width: 30px;
        margin-bottom: 10px;
    }

    .indexBox5 .item .text p{
        padding:10px;
        line-height: 15px;
    }

    .indexBox5 .item .text h3{
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 125px;
        padding:0 10px;
    }
    .indexBox5 .item .text p{
        font-size: 11px;
    }


    .indexBox5 .item1{
        flex-wrap:wrap;
    }
    
    
    .child_cate .itemBox ul li{
        width: 25%;
        height: 100px;
    }
}



@media (max-width: 640px){
    .indexBox2 .btnBox{
        flex-wrap: wrap;
        background: none;
    }
    .indexBox2 .btnBox .btn{
        background: #575c60;
        margin-bottom: 5px !important;
    }
    .indexBox4 .itemBox{
        flex-wrap: wrap;
    }
    .indexBox4 .item{
        width: 100%;
    }
    .footerConBox .itemBox .item:nth-of-type(3){
        display: none;
    }
    .footerConBox .itemBox .item:nth-of-type(4){
        width: 100%;
    }

    .productContentBox .contentBox2 .item{
        width: 100%;
    }
    .productContentBox .contentBox5 .info{
        width: 100%;
    }
    .relatedProducts .item{
        width: 100%;
        /* margin-bottom: 20px; */
    }

    .aboutBox4 .switch .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .aboutBox4 .btn{
        text-align: center;
    }
    .agentBox3 .form .info{
        width: 100%;
    }
}

@media (max-width: 540px){
}
@media (max-width: 480px){
     .banner .conBox{
        height: 180px;
    }
}