@charset "utf-8";
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 10;
    transition: all .3s;
}
.header .conBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo_box{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.header .logo_box .t{
    width: 180px;
    margin-left: 15px;
}
.header .logo_box .t p{
    font-size: 16px;
    color: #616161;
    font-weight: bold;
}
.news_box h2{
	font-size: 24px !important;
	font-weight: 700;
}
.news_box h3{
	font-size: 18px !important;
	font-weight: 700;
}
.header .navBox{
    position: relative;
    padding-right: 140px;
}
.header .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    margin-right: 20px;
    transition: all .3s;
}
.header .nav_list > li > a {
    display: block;
}
.header .nav_list > li > a > span {
    display: inline-block;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #362e2b;
    padding: 0 15px;
    position: relative;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #84c221;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 50px;
    line-height: 50px;
    margin-left: -15px;
    color: #ffffff;
    font-size: 14px;
    background: url("/public/static/images/home/en-us/reset/dropdown_menu.png") no-repeat center center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}
.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;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #DDDDDD;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    background: #84C221;
    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: #ffffff;
    padding: 10px 0;
    min-width: 160px;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #84C221;
    color: #ffffff;
}

.headerInfo{
    position: absolute;
    right: 30px;
    top: 0;
}
.headerInfo li{
    float: left;
    position: relative;
    padding: 0 15px;
}
.headerInfo li:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    right: 0;
    background: #e5e5e5;
}
.headerInfo li a{
    line-height: 50px;
    color: #535353;
}
.headerInfo li a em{
    font-size: 18px;
}
.header_search_box {
    position: absolute;
    right: 0;
    top: 5px;
    width: 32px;
    height: 40px;
    overflow: hidden;
    background: 0 0;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}
.header_search_box.active {
    width: 260px;
    background: #111;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
}
.header_search_box a:before {
    position: absolute;
    content: '\e613';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    font-family: iconfont,sans-serif;
    font-size: 16px;
    color: #535353;
    transition: all .3s;
}
.header_search_box a.active:before {
    content: '\e6ae';
    color: #fff;
    transition: all .3s;
}
.header .header_search_box a.active:before{
    color: #ffffff;
    transition: all .3s;
}
.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s;
}
.search_form .info {
    width: 100%;
    padding-right: 0;
    position: relative;
}
.header_search_box.active .search_form .info {
    padding-right: 32px;
}
.search_form .info:before {
    position: absolute;
    content: '\e613';
    top: 0;
    right: 0;
    width: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: iconfont,sans-serif;
    font-size: 16px;
    color: #fff;
}
.search_form input[type=text] {
    width: 100%;
    height: 40px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #fff;
}
.search_form input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 2;
}

.m_header {
    display: none;
}

.footer_box{
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
}
.footer_box .fast_navigation{
    overflow: hidden;
    padding: 40px 0 10px;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
}
.footer_box .fast_navigation .item:nth-of-type(1){
    width: 200px;
}
.footer_box .fast_navigation .item:nth-of-type(2){
    width: 330px;
}
.footer_box .fast_navigation .item:nth-of-type(3){
    width: 250px;
}
.footer_box .fast_navigation .item:nth-of-type(4){
    width: 620px;
}

.footer_box .fast_navigation h3{
    font-size: 18px;
    color: #232323;
    font-weight: bold;
    padding-bottom: 30px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation .footerMenu li{
    padding-bottom: 2px;
}
.footer_box .fast_navigation .footerMenu li,
.footer_box .fast_navigation .footerMenu p,
.footer_box .fast_navigation .footerMenu li a{
    font-size: 14px;
    color: #191919;
    line-height: 1.5;
}
.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
}

.footer_box .fast_navigation .share a{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #373737;
}

.footer_box .footerForm form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_box .footerForm .info{
    margin-bottom: 15px;
    width: 49%;
    position: relative;
}
.footer_box .footerForm .info.w100{
    width: 100%;
}
.footer_box .footerForm .info .tips{
    display: block;
    line-height: 14px;
    color: #ff0000;
    width: 100%;
    font-size: 12px;
}
.footer_box .footerForm .info .codeImg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 35px;
    cursor: pointer;
}
.footer_box .footerForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0 10px;
    color: #292929;
}
.footer_box .footerForm .info textarea{
    width: 100%;
    height: 80px;
    background: none;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
    font-size: 16px;
    color: #292929;
    resize: none;
}
.footer_box .footerForm .info input[type="submit"]{
    width: 160px;
    height: 36px;
    background: #84c221;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.footer_box .footerForm .info input[type="submit"]:hover{
    background: #007d36;
    transition: all .3s;
}

.footer_box .footer_copyright{
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    background: #1e1e1e;
}
.footer_box .footer_copyright .text p,
.footer_box .footer_copyright .text span,
.footer_box .footer_copyright .text a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.5em;
}
.footer_box .footer_copyright .text a.sitemap{
    margin: 0 5px;
}
.footer_box .footer_copyright .text a:hover{
    text-decoration: underline;
}

/*banner*/
.banner{
    position: relative;
    padding-bottom: 55px;
}
.banner .conBox{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.banner .conBox .con{
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    background: #ffffff;
}
.pagingInfo{
    float: left;
    padding: 0 20px 0 10px;
    font-size: 24px;
    color: #727272;
    font-weight: 300;
}
.pagingInfo .num{
    font-size: 30px;
    color: #84c221;
}
.pagingInfo .allPage{
    font-size: 24px;
    color: #727272;
    font-weight: 300;
}
.nextBannerSlick{
    width: 150px;
    float: left;
}

.banner_slick .slick-prev,
.banner_slick .slick-next {
    top: auto;
    bottom: -18px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: 600px;
    background: none;
    z-index: 10;
}
.banner_slick .slick-prev{
    margin-left: 470px;
}
.banner_slick .slick-next{
    margin-left: 530px;
}
.banner_slick .slick-prev:before{
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e660';
    font-family: "iconfont", sans-serif;
    color: #000000;
    font-size: 20px;
}
.banner_slick .slick-prev:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 14px;
    top: 50%;
    right: -1px;
    left: auto;
    margin-top: -7px;
    background: #8d8d8d;
}
.banner_slick .slick-next:before{
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e608';
    font-family: "iconfont", sans-serif;
    color: #000000;
    font-size: 20px;
}
.banner_slick .slick-prev:hover:before,
.banner_slick .slick-next:hover:before{
    color: #84c221;
}

.indexBox1{
    padding-bottom: 50px;
}
.indexBox1 .video_click{
    text-align: center;
    line-height: 0;
    display: block;
}
.indexBox1 .video_click:after{
    display: none;
}
.indexBox1 .text{
    text-align: center;
}
.indexBox1 .text h2{
    color: #212121;
    font-weight: bold;
    font-size: 36px;
    padding: 15px 0;
}

.indexBox1 .text h1{
    color: #212121;
    font-weight: bold;
    font-size: 36px;
    padding: 15px 0;
}

.indexBox1 .text p{
    font-size: 14px;
    color: #727272;
    line-height: 1.8;
}
.indexBox1 .text a{
    font-size: 16px;
    color: #252525;
    display: inline-block;
    margin-top: 20px;
}

.indexBox2{
    background: #f1f1f1;
}
.indexBox2 .title{
    text-align: center;
    padding: 40px 0;
}
.indexBox2 .title h2{
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.indexBox2 .title p{
    font-size: 18px;
    color: #2c2c2c;
}
.indexBox2 .item{
    background: #ffffff;
    overflow: hidden;
}
.indexBox2 .item .imgBox{
    width: 50%;
    float: right;
    position: relative;
}
.indexBox2 .item:nth-of-type(2) .imgBox{
    float: left;
}
.indexBox2 .item .imgBox:before{
    position: absolute;
    content: '';
    left: -10px;
    top: 70px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
}
.indexBox2 .item:nth-of-type(2) .imgBox:before{
    left: auto;
    right: -10px;
    border-right: 0;
    border-left: 10px solid #c3c3c3;
}
.indexBox2 .item .imgBox .img{
    width: 600px;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
    text-align: right;
}
.indexBox2 .item:nth-of-type(2) .imgBox{
    background-color: #c3c3c3;
    background-position: bottom center;
    background-repeat: repeat-x;
}
.indexBox2 .item:nth-of-type(2) .imgBox .img{
    text-align: left;
    float: right;
    justify-content: flex-start;
}
.indexBox2 .item .textBox{
    width: 50%;
    float: right;
    height: 470px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox2 .item:nth-of-type(2) .textBox{
    float: left;
}
.indexBox2 .item .textBox .text{
    width: 600px;
    float: right;
    text-align: right;
    padding: 65px 60px 20px 120px;
}
.indexBox2 .item:nth-of-type(2) .textBox .text{
    float: left;
    text-align: left;
    padding: 65px 120px 20px 60px;
}
.indexBox2 .item .textBox .text h3{
    color: #ffffff;
    line-height: 28px;
    font-size: 36px;
    font-family: 'Nova Square', cursive;
    font-weight: 300;
    padding-right: 40px;
    margin-bottom: 20px;
    display: inline-block;
    background: url("/public/static/images/home/en-us/indexIco1.png") no-repeat right center;
}
.indexBox2 .item .textBox .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
}
.indexBox2 .item .textBox .text a{
    display: inline-block;
    margin-top: 50px;
    font-size: 16px;
    color: #ffffff;
}

.indexBox3{
    background: #eeeeee;
    padding-bottom: 75px;
    position: relative;
}
.indexBox3:before{
    position: absolute;
    content: '';
    bottom: -24px;
    left: 50%;
    margin-left: -22px;
    border-top: 24px solid #eeeeee;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
}
.indexBox3 .title{
    text-align: center;
    padding: 60px 0 40px;
}
.indexBox3 .title h2{
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.indexBox3 .title p{
    font-size: 18px;
    color: #2c2c2c;
}
.indexBox3 .imgBox{
    padding: 0 50px;
    display: flex;
    justify-content: center;
}
.indexBox3 .imgCon{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 617px;
}
.indexBox3 .imgCon:nth-of-type(2){
    width: 585px;
}
.indexBox3 .imgCon .img{
    width: 50%;
    line-height: 0;
    padding: 0 2px;
    margin-bottom: 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.indexBox3 .imgCon:nth-of-type(2) .img{
    width: 100%;
}
.indexBox3 .imgCon .img:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 2px;
    right: 2px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all .3s;
}
.indexBox3 .imgCon .img:hover:before{
    opacity: 1;
    transition: all .3s;
}
.indexBox3 .imgCon .img a{
    position: absolute;
    z-index: 3;
    top: 7px;
    bottom: 7px;
    left: 9px;
    right: 9px;
    opacity: 0;
    border: 1px solid #84C221;
}
.indexBox3 .imgCon .img:hover a{
    opacity: 1;
}
.indexBox3 .imgCon .img span{
    line-height: 1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 35px;
    z-index: 2;
    font-size: 18px;
    padding-top: 60px;
    color: #ffffff;
    transition: all .3s;
}
/*.indexBox3 .imgCon .img span:before{
    position: absolute;
    content: '+';
    color: #84c221;
    font-size: 60px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    transition: all .3s;
}*/
.indexBox3 .imgCon .img:hover span{
    bottom: 65px;
    color: #84c221;
    transition: all .3s;
}
.indexBox3 .imgCon .img:hover span:before{
    opacity: 1;
    transition: all .3s;
}
.indexBox3 .a{
    padding-top: 30px;
    text-align: center;
}
.indexBox3 .a a{
    display: inline-block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #84c221;
    font-size: 16px;
    color: #ffffff;
}

.indexBox4{
    padding: 35px 0 70px;
}
.indexBox4 .conBox{
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}
.indexBox4 .conBox .img{
    width: 555px;
    line-height: 0;
    float: left;
}
.indexBox4 .conBox .text{
    flex: 1;
    text-align: center;
    padding: 10px 20px;
}
.indexBox4 .conBox .text h2{
    font-size: 36px;
    color: #242424;
    font-weight: bold;
    text-transform: uppercase;
}
.indexBox4 .conBox .text h3{
    font-size: 24px;
    color: #242424;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.indexBox4 .conBox .text p{
    font-size: 18px;
    color: #242424;
}
.indexBox4 .conBox .text a{
    display: inline-block;
    width: 270px;
    height: 64px;
    line-height: 64px;
    background: #84C221;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.indexBox5{
    padding-bottom: 55px;
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.indexBox5 .title{
    text-align: center;
    padding: 50px 0;
}
.indexBox5 .title h2{
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.indexBox5 .title p{
    font-size: 18px;
    color: #2c2c2c;
}
.indexBox5 .indexCustomerSlick{
    padding: 0 60px 50px;
}
.indexBox5 .indexCustomerSlick .slick-dots li{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #c2c2c2;
}
.indexBox5 .indexCustomerSlick .slick-dots li.slick-active{
    background: #84C221;
}
.indexBox5 .indexCustomerSlick .slick-prev,
.indexBox5 .indexCustomerSlick .slick-next{
    background-color: transparent;
}
.indexBox5 .indexCustomerSlick .slick-prev:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e660';
    font-family: "iconfont", sans-serif;
    color: #000000;
    font-size: 20px;
}
.indexBox5 .indexCustomerSlick .slick-next:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e608';
    font-family: "iconfont", sans-serif;
    color: #000000;
    font-size: 20px;
}
.indexBox5 .indexCustomerSlick .slick-prev:hover:before,
.indexBox5 .indexCustomerSlick .slick-next:hover:before{
    color: #84c221;
}
.indexBox5 .indexCustomerSlick .conBox{
    margin: 0 5px;
    background: #ffffff;
    padding: 25px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.indexBox5 .indexCustomerSlick .conBox .topCon{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.indexBox5 .indexCustomerSlick .conBox .topCon .img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #84c221;
}
.indexBox5 .indexCustomerSlick .conBox .topCon .img img{
    clear: both;
    display: block;
    margin: auto;
}
.indexBox5 .indexCustomerSlick .conBox .topCon .text{
    flex: 1;
    padding-left: 10px;
}
.indexBox5 .indexCustomerSlick .conBox .topCon .text h3{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 5px;
}
.indexBox5 .indexCustomerSlick .conBox .topCon .text p{
    font-size: 16px;
    color: #2c2c2c;
}
.indexBox5 .indexCustomerSlick .conBox .t p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.indexBox5 .indexCustomerSlick .conBox .t a{
    display: inline-block;
    float: right;
    margin-top: 20px;
    color: #84C221;
    font-size: 16px;
}

.indexBox6{
    padding-bottom: 70px;
}
.indexBox6 .title h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c2c2c;
    padding: 40px 0 25px;
}
.indexBox6 .itemBox{
    border-top: 1px solid #e9e9e9;
    overflow: hidden;
}
.indexBox6 .item{
    width: 33.33%;
    float: left;
    padding: 30px 40px 0;
}
.indexBox6 .item:nth-of-type(3n+1){
    padding-left: 0;
}
.indexBox6 .item:nth-of-type(3n){
    padding-right: 0;
}
.indexBox6 .item .time{
    width: 80px;
    text-align: right;
}
.indexBox6 .item .time p{
    font-size: 30px;
    color: #2c2c2c;
}
.indexBox6 .item .time span{
    color: #2c2c2c;
}
.indexBox6 .item .textBox{
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.indexBox6 .item .textBox:before{
    position: absolute;
    content: '';
    top: 0;
    right: -40px;
    width: 1px;
    height: 95px;
    background: #e5e5e5;
}
.indexBox6 .item .textBox:after{
    position: absolute;
    content: '';
    bottom: -1px;
    width: 18px;
    height: 1px;
    left: 0;
    background: #84C221;
    transition: all .3s;
}
.indexBox6 .item:hover .textBox:after{
    width: 100%;
    transition: all .3s;
}
.indexBox6 .item .textBox h3 a{
    display: block;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.indexBox6 .item .textBox .t{
    margin: 20px 0;
}
.indexBox6 .item .textBox .t p{
    color: #2c2c2c;
    line-height: 1.6;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox6 .item .textBox a{
    display: inline-block;
    font-size: 16px;
    color: #a1a1a1;
    margin-bottom: 20px;
    transition: all .3s;
}
.indexBox6 .item:hover .textBox h3 a,
.indexBox6 .item:hover .textBox a{
    color: #84c221;
    transition: all .3s;
}

.pageBanner{
    padding-top: 365px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.pageFooterCon{
    padding: 70px 0 60px;
    text-align: center;
    background: url("/public/static/images/home/en-us/pageFooterBj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.pageFooterCon p{
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}
.pageFooterCon a{
    display: inline-block;
    width: 270px;
    height: 64px;
    line-height: 64px;
    background: #84C221;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.pageFooterCon a:hover{
    opacity: .85;
}

.productBox{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
}
.productBox .item{
    margin-bottom: 40px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.productBox .item .img{
    width: 50%;
    float: right;
    line-height: 0;
    text-align: center;
}
.productBox .item .text{
    width: 50%;
    float: right;
    padding-left: 100px;
    padding-top: 50px;
}
.productBox .item .text h3{
    color: #1a1a1a;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
}
.productBox .item .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.productBox .item .text a{
    display: inline-block;
    margin-top: 40px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    background: #84C221;
    text-align: center;
}
.productBox .item .text a:hover{
    opacity: .85;
}

.productListText .text{
    padding: 50px 0;
    border-bottom: 1px dashed #bfbfbf;
}
.productListText .text h1{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.productListText .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}
.productListBox{
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 70px;
}
.productListBox .item{
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}
.productListBox .item .img{
    float: left;
    line-height: 0;
    width: 38%;
    text-align: center;
}
.productListBox .item .text{
    float: left;
    width: 62%;
    padding: 40px 30px 20px;
}
.productListBox .item .text h3{
    color: #1a1a1a;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
}
.productListBox .item .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.productListBox .item .text a{
    display: inline-block;
    margin-top: 40px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    background: #84C221;
    text-align: center;
}
.productListBox .item .text a:hover{
    opacity: .85;
}

.productDetailLabelBox{
    overflow: hidden;
    padding-top: 60px;
}
.productDetailLabelBox .item{
    width: 16.6666%;
    float: left;
    text-align: center;
}
.productDetailLabelBox .item .img{
    line-height: 0;
    padding-bottom: 5px;
}
.productDetailLabelBox .item .t p{
    font-size: 16px;
    color: #666666;
}

.productDetailContentBox{
    padding: 60px 0;
}
.productDetailContentBox .tabClick{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #eeeeee;
    display: flex;
}
.productDetailContentBox .tabClick .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.productDetailContentBox .tabClick .item a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    padding: 0 50px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.productDetailContentBox .tabClick.justtideTabClick .item a{
    display: block;
    width: 100%;
    padding: 0;
}
.productDetailContentBox .tabClick .item a:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #84C221;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.productDetailContentBox .tabClick .item a:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: #333333;
}
.productDetailContentBox .tabClick .item:last-child a:after{
    display: none;
}
.productDetailContentBox .tabClick .item:hover a,
.productDetailContentBox .tabClick .item.on a{
    color: #84C221;
}
.productDetailContentBox .tabClick .item:hover a:before,
.productDetailContentBox .tabClick .item.on a:before{
    opacity: 1;
}
.productDetailContentBox .productDetailImgBox{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 0;
}
.productDetailContentBox .productDetailImgBox .img{
    width: 25%;
    padding: 5px;
}
.productDetailContentBox .productDetailImgBox .img img{
    border: 1px solid #dddddd;
}
.productDetailContentBox .title h2 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #84C221;
    border-bottom: 0;
    font-weight: 400;
}
.productDetailContentBox .imgConBox{
    overflow: hidden;
}
.productDetailContentBox .imgCon{
    width: 33.33%;
    padding: 0 15px;
    float: left;
    margin-bottom: 40px;
    text-align: center;
}
.productDetailContentBox .imgCon .img{
    line-height: 0;
}
.productDetailContentBox .imgCon .img img{
    width: 100%;
}
.productDetailContentBox .imgCon .t{
    padding-top: 15px;
}
.productDetailContentBox .contentBox table{
    border: 0
}
.productDetailContentBox .contentBox table tr{
    background: #f0f0f0;
}
.productDetailContentBox .contentBox table tr:nth-of-type(2n){
    background: #ffffff;
}
.productDetailContentBox .contentBox table td{
    border-top: 0;
    border-bottom: 0;
    border-left: 5px solid #ffffff;
    border-right: 0;
    height: 50px;
    color: #333333;
}
.productDetailContentBox .contentBox table tr td:nth-of-type(1){
    border-left: 0;
}
#st-1 .st-btn{
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0 !important;
}
#st-1 .st-btn[data-network='email']{
    display: none !important;
}
#st-1 .st-btn > img{
    width: 16px !important;
    height: 16px !important;
    top: 5px !important;
}
.relatedPro h2{
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #84C221;
}
.relatedPro .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.relatedPro .item{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.relatedPro .item .img{
    line-height: 0;
    margin-bottom: 10px;
    border: 1px solid #000000;
    overflow: hidden;
}
.relatedPro .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.relatedPro .item .img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.relatedPro .item .text a{
    color: #333333;
    font-size: 16px;
}
.relatedPro .item .text a:hover{
    color: #84C221;
}

.customizedBox1{
    border-bottom: 1px solid #cccccc;
}
.customizedBox1 .title{
    text-align: center;
    padding: 50px 0 45px;
}
.customizedBox1 .title h1{
    font-size: 36px;
    font-weight: 900;
    color: #1a1a1a;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.customizedBox1 .title p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}
.customizedBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-bottom: 85px;
    overflow: hidden;
}
.customizedBox1 .item{
    width: 20%;
    float: left;
    padding: 0 8px;
    position: relative;
}
.customizedBox1 .item:before{
    position: absolute;
    content: '';
    bottom: 24px;
    left: 0;
    right: 0;
    height: 1px;
    background: #e3e3e3;
}
.customizedBox1 .item .text{
    background: #84C221;
    height: 88px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.customizedBox1 .item .text span{
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size: 48px;
    padding: 0 15px;
}
.customizedBox1 .item .text .t p{
    color: #ffffff;
    font-size: 16px;
}
.customizedBox1 .item .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}
.customizedBox1 .item .img img{
    width: 100%;
}
.customizedBox1 .item .ico{
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.customizedBox2{
    padding: 50px 0 80px;
}
.customizedBox2 .title h2{
    padding-bottom: 60px;
    font-size: 36px;
    font-weight: 900;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase;
}
.customizedBox2 .imgBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customizedBox2 .img{
    line-height: 0;
    padding: 0 5px;
}

.customizedBox3{
    padding: 100px 0 70px;
    background: url("/public/static/images/home/en-us/customizedBj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.customizedBox3 .title h2{
    font-size: 36px;
    font-weight: 900;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    background: #8fc735;
    text-transform: uppercase;
}
.customizedBox3 .textBox{
    padding: 50px 180px 70px;
    background: rgba(255,255,255,.9);
}
.customizedBox3 .textBox .text{
    padding-bottom: 30px;
}
.customizedBox3 .textBox .text p{
    font-size: 24px;
    color: #454545;
    line-height: 1.5;
}
.customizedBox3 .textBox .t{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.customizedBox3 .textBox .t span{
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    width: 45px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    margin-right: 12px;
    background: url("/public/static/images/home/en-us/customizedIco2.png") no-repeat center center;
}
.customizedBox3 .textBox .t:nth-of-type(2n) span{
    background: url("/public/static/images/home/en-us/customizedIco3.png") no-repeat center center;
}
.customizedBox3 .textBox .t p{
    flex: 1;
    font-size: 18px;
    color: #161616;
    font-weight: 600;
}

.customizedBox4{
    padding: 90px 0 130px;
}
.customizedBox4 form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customizedBox4 .info{
    width: 32%;
    margin-bottom: 15px;
}
.customizedBox4 .info.w100{
    width: 100%;
}
.customizedBox4 .tips{
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
}
.customizedBox4 .info > input[type="text"]{
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
}
.customizedBox4 table th{
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    height: 60px;
    background: #1e1e1e;
    border: 2px solid #ffffff;
}
.customizedBox4 table td{
    text-align: center;
    background: #eeeeee;
    padding: 0;
    height: 60px;
    font-size: 18px;
    color: #3b3b3b;
    border: 2px solid #ffffff;
}
.customizedBox4 table tr td:nth-of-type(1){
    width: 400px;
}
.customizedBox4 table td input{
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-size: 18px;
    color: #3b3b3b;
}
.customizedBox4 table td input:focus{
    border-color: #84C221;
}
.customizedBox4 .btn{
    text-align: center;
    padding: 50px 0;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.customizedBox4 .btn input{
    border: 0;
    cursor: pointer;
    width: 270px;
    height: 64px;
    line-height: 64px;
    background: #84C221;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
}
.customizedBox4 .btn input:hover{
    opacity: .85;
    transition: all .3s;
}

.aboutBox1{
    padding: 60px 0 120px;
    overflow: hidden;
}
.aboutBox1 .img{
    width: 59.375%;
    line-height: 0;
    float: left;
    text-align: center;
}
.aboutBox1 .text{
    width: 40.625%;
    float: left;
    padding-left: 35px;
}
.aboutBox1 .text h1{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.aboutBox1 .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}

.aboutBox2{
    background: url("/public/static/images/home/en-us/aboutBj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox2 .title{
    text-align: center;
    padding-top: 60px;
}
.aboutBox2 .title h2{
    font-size: 36px;
    font-weight: bold;
    color: #84c221;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.aboutBox2 .title p{
    font-size: 16px;
    color: #ffffff;
}
.aboutBox2 .itemBox{
    padding: 90px 0 120px;
    position: relative;
}
.aboutBox2 .itemBox:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 440px;
    background: rgba(255,255,255,.1);
}
.aboutBox2 .itemBox .slick-prev,
.aboutBox2 .itemBox .slick-next{
    width: 20px;
    height: 40px;
    background-color: transparent;
    margin-top: -37px;
}
.aboutBox2 .itemBox .slick-prev:before{
    width: 20px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e660';
    font-family: "iconfont", sans-serif;
    color: #ffffff;
    font-size: 20px;
}
.aboutBox2 .itemBox .slick-next:before{
    width: 20px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e608';
    font-family: "iconfont", sans-serif;
    color: #ffffff;
    font-size: 20px;
}
.aboutBox2 .itemBox .slick-prev:hover:before,
.aboutBox2 .itemBox .slick-next:hover:before{
    color: #84c221;
}
.aboutBox2 .itemBox .item{
    margin: 385px 5px 0;
    position: relative;
}
.aboutBox2 .itemBox .item:nth-of-type(2n){
    margin-top: 0;
}
.aboutBox2 .itemBox .time{
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 40px;
    top: -95px;
    background: url("/public/static/images/home/en-us/aboutIco.png") no-repeat bottom center;
}
.aboutBox2 .itemBox .item:nth-of-type(2n) .time{
    top: auto;
    bottom: -91px;
    padding-bottom: 0;
    padding-top: 40px;
    background: url("/public/static/images/home/en-us/aboutIco.png") no-repeat top center;
}
.aboutBox2 .itemBox .time p{
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.aboutBox2 .itemBox .text{
    height: 320px;
    position: relative;
    text-align: center;
    background: rgba(67,67,67,.5);
}
.aboutBox2 .itemBox .text:before{
    position: absolute;
    content: '';
    top: -10px;
    left: 50%;
    margin-left: -9px;
    border-bottom: 10px solid rgba(67,67,67,.5);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.aboutBox2 .itemBox .item:nth-of-type(2n) .text:before{
    position: absolute;
    content: '';
    top: auto;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    border-bottom: 0;
    border-top: 10px solid rgba(67,67,67,.5);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.aboutBox2 .itemBox .text h3{
    font-size: 20px;
    color: #84c221;
    font-weight: 600;
    height: 84px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutBox2 .itemBox .text .t{
    height: 215px;
    padding: 0 15px;
    overflow-y: auto;
}
.aboutBox2 .itemBox .text .t::-webkit-scrollbar{width:5px;}
.aboutBox2 .itemBox .text .t::-webkit-scrollbar-track{background-color:#fff;}
.aboutBox2 .itemBox .text .t::-webkit-scrollbar-thumb{background-color:#84C221;}
.aboutBox2 .itemBox .text .t::-webkit-scrollbar-thumb:hover {background-color:#aaa}
.aboutBox2 .itemBox .text .t::-webkit-scrollbar-thumb:active {background-color:#aaa;}
.aboutBox2 .itemBox .text .t p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    font-weight: 300;
}

.aboutBox3{
    padding-bottom: 80px;
}
.aboutBox3 .title{
    text-align: center;
    padding: 60px 0;
}
.aboutBox3 .title h2{
    font-size: 36px;
    color: #212121;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.aboutBox3 .title p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}
.aboutBox3 .img{
    line-height: 0;
    text-align: center;
    padding-bottom: 50px;
}
.aboutBox3 .conBox{
    width: 800px;
    margin: auto;
}
.aboutBox3 .conBox .btnBox{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #dedede;
    margin-bottom: 30px;
}
.aboutBox3 .conBox .btnBox .btn{
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 10px 15px;
    font-size: 20px;
    color: #84C221;
    cursor: pointer;
}
.aboutBox3 .conBox .btnBox .btn:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    background: #84C221;
    bottom: -2px;
    left: 50%;
    z-index: 2;
    margin-left: -10px;
    opacity: 0;
    transition: all .3s;
}
.aboutBox3 .conBox .btnBox .btn.on:before,
.aboutBox3 .conBox .btnBox .btn:hover:before{
    opacity: 1;
    transition: all .3s;
}
.aboutBox3 .conBox .switch{
    display: none;
}
.aboutBox3 .conBox .switch.on{
    display: block;
}
.aboutBox3 .conBox .switch li *{
    font-size: 16px;
    color: #333333;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.aboutBox4{
    padding: 90px 0;
    overflow: hidden;
    background: #e8e8e8;
}
.aboutBox4 .text{
    width: 42.5%;
    float: left;
}
.aboutBox4 .text h2{
    font-size: 36px;
    color: #1e1e1e;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.aboutBox4 .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}
.aboutBox4 .imgBox{
    float: left;
    width: 57.5%;
    display: flex;
    justify-content: center;
    padding: 0 50px;
}
.aboutBox4 .imgBox .slick-prev,
.aboutBox4 .imgBox .slick-next{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: transparent;
}
.aboutBox4 .imgBox .slick-prev:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e660';
    font-family: "iconfont", sans-serif;
    color: #1e1e1e;
    font-size: 20px;
}
.aboutBox4 .imgBox .slick-next:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e608';
    font-family: "iconfont", sans-serif;
    color: #1e1e1e;
    font-size: 20px;
}
.aboutBox4 .imgBox .slick-prev:hover:before,
.aboutBox4 .imgBox .slick-next:hover:before{
    color: #84c221;
}
.aboutBox4 .imgBox .img{
    line-height: 0;
    margin: 0 5px;
    text-align: center;
}

.contactBox1 .title h2{
    padding: 50px 0 35px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}
.contactBox1 .conBox{
    background: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
}
.contactBox1 .conBox .text{
    padding-bottom: 30px;
}
.contactBox1 .conBox .text p{
    text-align: center;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
}
.contactBox1 .conBox .contactForm{
    width: 760px;
    margin: auto;
}
.contactBox1 .conBox .contactForm form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactBox1 .conBox .contactForm .info{
    width: 49%;
    margin-bottom: 20px;
}
.contactBox1 .conBox .contactForm .info:last-child{
    text-align: center;
    margin-bottom: 0;
}
.contactBox1 .conBox .contactForm .info.w100{
    width: 100%;
}
.contactBox1 .conBox .contactForm .tips{
    display: block;
    width: 100%;
    color: #ff0000;
    line-height: 14px;
    font-size: 12px;
}
.contactBox1 .conBox .contactForm input[type="text"]{
    width: 100%;
    height: 46px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
}
.contactBox1 .conBox .contactForm textarea{
    width: 100%;
    height: 95px;
    padding: 10px;
    resize: inherit;
    font-size: 16px;
    border: 1px solid #dcdcdc;
}
.contactBox1 .conBox .contactForm input[type="submit"]{
    width: 260px;
    height: 56px;
    cursor: pointer;
    color: #ffffff;
    border: 0;
    font-size: 18px;
    background: #84C221;
    transition: all .3s;
}
.contactBox1 .conBox .contactForm input[type="submit"]:hover{
    opacity: .85;
    transition: all .3s;
}

.contactBox2 .itemBox{
    padding: 75px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 8px solid #e9e9e9;
}
.contactBox2 .item{
    max-width: 430px;
}
.contactBox2 .item h3{
    font-size: 24px;
    color: #454545;
    font-weight: 600;
    padding-bottom: 10px;
}
.contactBox2 .item p{
    font-size: 14px;
    color: #757575;
    line-height: 1.7;
}
.contactBox2 .item .ico{
    padding-top: 15px;
    padding-bottom: 5px;
}
.contactBox2 .item .t{
    text-align: center;
}

.contactBox3{
    padding: 50px 0 75px;
}
.contactBox3 .img{
    line-height: 0;
    border: 3px solid #ebebeb;
}

.applicationMenu .applicationBtn{
    padding: 45px 0 35px;
    display: flex;
    justify-content: center;
    border-bottom: 1px dashed #d2d2d2;
}
.applicationMenu .applicationBtn a{
    display: inline-block;
    width: 415px;
    height: 68px;
    line-height: 66px;
    text-align: center;
    background: #ffffff;
    margin: 0 5px;
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 500;
    border: 1px solid #eeeeee;
}
.applicationMenu .applicationBtn a:hover,
.applicationMenu .applicationBtn a.on{
    background: #84c221;
    color: #ffffff;
}

.vehiclesBox1{
    padding: 35px 0 70px;
}
.vehiclesBox1 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vehiclesBox1 .item{
    width: 24.5%;
    padding: 20px;
    text-align: center;
    border: 1px solid #eeeeee;
}
.vehiclesBox1 .item .ico{
    line-height: 0;
    padding-bottom: 15px;
}
.vehiclesBox1 .item .t p{
    font-size: 24px;
    color: #2d2d2d;
}

.vehiclesBox2{
    padding-bottom: 150px;
}
.vehiclesBox2 .item{
    display: flex;
    align-items: center;
    background: #f3f3f3;
}
.vehiclesBox2 .item:nth-of-type(2n){
    flex-direction: row-reverse;
    background: #ffffff;
}
.vehiclesBox2 .item .img{
    width: 50%;
    line-height: 0;
}
.vehiclesBox2 .item .textBox{
    width: 50%;
}
.vehiclesBox2 .item .conBox{
    width: 700px;
    padding-left: 70px;
}
.vehiclesBox2 .item:nth-of-type(2) .conBox{
    float: right;
    padding-left: 0;
    padding-right: 70px;
}
.vehiclesBox2 .item .text h2{
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    padding-bottom: 10px;
}
.vehiclesBox2 .item .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}
.vehiclesBox2 .item .tp{
    line-height: 0;
    padding: 10px 0;
}

.storageBox1{
    padding: 65px 0;
    background: #f6f6f6;
}
.storageBox1 .imgBox{
    overflow: hidden;
    margin: 0 -30px;
    padding-bottom: 65px;
}
.storageBox1 .img{
    width: 33.33%;
    padding: 0 1px;
    float: left;
    line-height: 0;
}
.storageBox1 .conBox{
    overflow: hidden;
}
.storageBox1 .text{
    width: 50%;
    float: left;
    padding-right: 30px;
}
.storageBox1 .text h2{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.5;
}
.storageBox1 .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}
.storageBox1 .tp{
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
}

.storageBox2{
    padding: 55px 0;
    overflow: hidden;
}
.storageBox2 .conBox{
    display: flex;
    align-items: center;
}
.storageBox2 .img{
    width: 40%;
    float: left;
    line-height: 0;
    text-align: center;
}
.storageBox2 .text{
    width: 60%;
    float: left;
    padding: 0 80px;
}
.storageBox2 .text h2{
    font-size: 30px;
    color: #1e1e1e;
    font-weight: bold;
    padding-bottom: 5px;
}
.storageBox2 .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}

.storageBox3{
    padding-bottom: 150px;
}
.storageBox3 .item{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: #f3f3f3;
}
.storageBox3 .item:nth-of-type(2n){
    flex-direction: row;
    background: #ffffff;
}
.storageBox3 .item .img{
    width: 50%;
    line-height: 0;
}
.storageBox3 .item .textBox{
    width: 50%;
}
.storageBox3 .item .conBox{
    width: 700px;
    float: right;
    padding-right: 70px;
}
.storageBox3 .item:nth-of-type(2) .conBox{
    float: left;
    padding-left: 70px;
    padding-right: 0;
}
.storageBox3 .item .text h2{
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    padding-bottom: 10px;
}
.storageBox3 .item .text p{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}
.storageBox3 .item .tp{
    line-height: 0;
    padding: 10px 0;
}

.warrantyBox{
    padding: 50px 0;
}
.warrantyBox *{
    line-height: 1.7;
    color: #545454;
    font-size: 16px;
}

@media (max-width: 1620px){
    .header .nav_list > li{
        margin-right: 10px;
    }
    .header .nav_list > li > a > span{
        padding: 0 10px;
    }
}
@media (max-width: 1450px){
    .header .nav_list > li{
        margin-right: 0;
    }
    .header .nav_list > li > a > span{
        font-size: 16px;
    }
    .indexBox6 .item{
        padding: 30px 20px 0;
    }
    .indexBox6 .item .textBox:before{
        right: -20px;
    }
    .indexBox4 .conBox .text a,
    .customizedBox4 .btn input,
    .pageFooterCon a,
    .contactBox1 .conBox .contactForm input[type="submit"]{
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .vehiclesBox2 .item .conBox,
    .storageBox3 .item .conBox{
        width: 600px;
    }
    .vehiclesBox2 .item .text p,
    .storageBox3 .item .text p,
    .storageBox1 .text p,
    .storageBox2 .text p{
        line-height: 1.5;
    }
}
@media (max-width: 1220px){
    .indexBox1 .text h2,
    .indexBox2 .title h2,
    .indexBox2 .item .textBox .text h3,
    .indexBox3 .title h2,
    .indexBox4 .conBox .text h2,
    .indexBox5 .title h2,
    .indexBox6 .title h2,
    .customizedBox1 .title h1,
    .customizedBox2 .title h2,
    .customizedBox3 .title h2,
    .aboutBox1 .text h1,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .text h2,
    .contactBox1 .title h2{
        font-size: 30px;
    }
    .indexBox2 .title p,
    .indexBox3 .title p,
    .indexBox3 .imgCon .img span,
    .indexBox4 .conBox .text p,
    .indexBox5 .title p,
    .indexBox4 .conBox .text a,
    .customizedBox3 .textBox .t p,
    .customizedBox4 table td,
    .customizedBox4 .btn input,
    .pageFooterCon a,
    .vehiclesBox1 .item .t p,
    .contactBox1 .conBox .contactForm input[type="submit"]{
        font-size: 16px;
    }
    .header .logo_box .t{
        display: none;
    }
    .header .navBox{
        padding-right: 35px;
    }
    .headerInfo{
        display: none;
    }

    .banner_slick .slick-prev{
        margin-left: 370px;
    }
    .banner_slick .slick-next{
        margin-left: 430px;
    }
    .indexBox1 .text p{
        line-height: 1.6;
    }
    .indexBox2 .item .textBox .text{
        width: 496px;
        padding: 65px 60px 20px 0;
    }
    .indexBox2 .item:nth-of-type(2) .textBox .text{
        padding-right: 0;
    }
    .indexBox2 .item .imgBox .img{
        width: 496px;
    }
    .indexBox3{
        padding-bottom: 50px;
    }
    .indexBox3 .title{
        padding: 50px 0 30px;
    }
    .indexBox4 .conBox .text h3{
        font-size: 20px;
    }
    .indexBox4 .conBox .img{
        width: 50%;
    }
    .indexBox5{
        padding-bottom: 30px;
    }
    .indexBox5 .title{
        padding: 50px 0 30px;
    }
    .indexBox6 .item .time{
        width: 60px;
    }
    .indexBox6 .item .time p{
        font-size: 20px;
    }
    .indexBox6 .item .textBox h3 a{
        margin-bottom: 0;
    }
    .indexBox6 .item .textBox .t{
        margin: 10px 0;
    }

    .pageBanner{
        padding-top: 280px;
    }
    .customizedBox1 .title{
        padding: 50px 0 30px;
    }
    .customizedBox1 .title h1{
        padding-bottom: 10px;
    }
    .customizedBox1 .itemBox{
        margin: 0 -5px;
        padding-bottom: 50px;
    }
    .customizedBox1 .item{
        padding: 0 5px;
    }
    .customizedBox1 .item .text span{
        font-size: 30px;
        padding-left: 5px;
    }
    .customizedBox1 .item .text .t p{
        font-size: 14px;
    }
    .customizedBox2{
        padding: 50px 0;
    }
    .customizedBox2 .title h2{
        padding-bottom: 20px;
    }
    .customizedBox2 .imgBox{
        flex-wrap: wrap;
    }
    .customizedBox2 .img{
        width: 20%;
        text-align: center;
    }
    .customizedBox3{
        padding: 50px 0;
    }
    .customizedBox3 .textBox{
        padding: 50px 80px;
    }
    .customizedBox3 .textBox .text p{
        font-size: 20px;
    }
    .customizedBox4{
        padding: 50px 0;
    }
    .customizedBox4 .btn{
        padding: 30px 0;
    }
    .customizedBox4 table tr td:nth-of-type(1){
        width: 275px;
    }
    .customizedBox4 table th,
    .pageFooterCon p{
        font-size: 20px;
    }
    .pageFooterCon{
        padding: 50px 0;
    }

    .productBox{
        padding-bottom: 30px;
    }
    .productBox .item .text{
        padding-left: 50px;
    }
    .productBox .item .text a{
        margin-top: 20px;
    }

    .productListBox .item .text{
        padding: 30px 20px;
    }
    .productListBox .item .text h3{
        padding-bottom: 10px;
    }
    .productListBox .item .text a{
        margin-top: 20px;
    }

    .parameter_box{
        padding-left: 30px;
    }
    .productDetailLabelBox{
        padding-top: 50px;
    }
    .productDetailContentBox{
        padding: 50px 0;
    }
    .productDetailContentBox .tabClick .item a{
        padding: 0 20px;
    }
    .productDetailContentBox .title h2{
        font-size: 24px;
        padding-bottom: 0;
    }
    .productDetailContentBox .imgCon{
        padding: 0 5px;
    }
    .relatedPro h2{
        font-size: 24px;
        padding-bottom: 0;
    }
    .relatedPro .itemBox{
        margin: 0 -5px;
    }
    .relatedPro .item{
        padding: 0 5px;
    }

    .applicationMenu .applicationBtn a{
        font-size: 20px;
        width: 250px;
        height: 48px;
        line-height: 46px;
    }
    .vehiclesBox1{
        padding-bottom: 40px;
    }
    .vehiclesBox2{
        padding-bottom: 50px;
    }
    .vehiclesBox2 .item .conBox{
        width: 496px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .vehiclesBox2 .item:nth-of-type(2) .conBox{
        padding-right: 20px;
    }
    .vehiclesBox2 .item .text h2,
    .storageBox1 .text h2,
    .storageBox2 .text h2,
    .storageBox3 .item .text h2{
        font-size: 24px;
    }
    .storageBox3{
        padding-bottom: 50px;
    }
    .storageBox3 .item .conBox{
        width: 496px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .storageBox3 .item:nth-of-type(2n) .conBox{
        padding-left: 20px;
    }

    .aboutBox1{
        padding: 50px 0;
    }
    .aboutBox1 .img,
    .aboutBox1 .img img{
        width: 100%;
    }
    .aboutBox1 .text{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .aboutBox2 .title{
        padding-top: 50px;
    }
    .aboutBox2 .itemBox{
        padding: 50px 0;
    }
    .aboutBox2 .itemBox:before{
        top: 400px;
    }
    .aboutBox2 .itemBox .slick-prev, .aboutBox2 .itemBox .slick-next{
        margin-top: -22px;
    }
    .aboutBox3{
        padding-bottom: 50px;
    }
    .aboutBox3 .title{
        padding: 50px 0 30px;
    }
    .aboutBox3 .conBox{
        width: 100%;
    }
    .aboutBox4{
        padding: 50px 0;
    }

    .contactBox1 .conBox .text p{
        font-size: 24px;
    }
}
@media (max-width: 992px){
    .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: flex;
		align-items: center;justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        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);
    }
    .rightFlexConBox.on{
        z-index: 100004;
    }
    .rightFlexBj.on{
        z-index: 100002;
    }

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        height: 100%;
    }

    .lang{
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .langBtn{
        margin-top: 0;
    }

    .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: #000000;
        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;
    }

    /*移动端导航*/
    .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: #000000;
    }

    .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("/public/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;
    }
    .footer_box .fast_navigation .item:nth-of-type(1),
    .footer_box .fast_navigation .item:nth-of-type(3){
        display: none;
    }
    .footer_box .fast_navigation .item:nth-of-type(2),
    .footer_box .fast_navigation .item:nth-of-type(4){
        width: 50%;
    }

    .banner .conBox{
        display: none;
    }
    .banner_slick .slick-prev{
        left: 20px;
        top: 50%;
        bottom: auto;
        margin-top: -30px;
        margin-left: 0;
    }
    .banner_slick .slick-next{
        right: 20px;
        top: 50%;
        left: auto;
        bottom: auto;
        margin-top: -30px;
        margin-left: 0;
    }
    .banner_slick .slick-prev:after{
        display: none;
    }

    .indexBox2 .title{
        width: 767px;
        margin: auto;
    }
    .indexBox2 .item .imgBox{
        width: 100%;
    }
    .indexBox2 .item .imgBox .img{
        width: 100%;
        height: auto;
        padding: 30px 0;
        text-align: center !important;
        display: block !important;
    }
    .indexBox2 .item .textBox{
        width: 100%;
        height: auto;
    }
    .indexBox2 .item .textBox .text{
        width: 767px;
        text-align: left;
        padding: 50px 0 !important;
        margin: auto;
        float: none !important;
    }
    .indexBox2 .item .textBox .text a{
        margin-top: 10px;
    }

    .indexBox3 .imgBox{
        flex-wrap: wrap;
        width: 767px;
        margin: auto;
        padding: 0;
    }
    .indexBox3 .imgCon{
        width: 100% !important;
    }
    .indexBox3 .imgCon img{
        width: 100%;
    }
    .indexBox4 .conBox{
        flex-wrap: wrap;
    }
    .indexBox4 .conBox .img{
        width: 100%;
        text-align: center;
    }
    .indexBox4 .conBox .text{
        width: 100%;
        padding: 30px 10px;
    }
    .indexBox5 .indexCustomerSlick .conBox .topCon .text h3{
        font-size: 20px;
    }
    .indexBox6{
        padding-bottom: 50px;
    }
    .indexBox6 .item{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pageBanner{
        padding-top: 220px;
    }

    .customizedBox1 .item{
        width: 33.33%;
    }
    .customizedBox1 .item:before,
    .customizedBox1 .item .ico{
        display: none;
    }
    .customizedBox3 .title h2{
        padding: 10px 0;
    }
    .customizedBox3 .textBox{
        padding: 50px 30px;
    }
    .customizedBox3 .textBox .t span,
    .customizedBox3 .textBox .text p{
        font-size: 16px;
    }
    .customizedBox4 table tr td:nth-of-type(1){
        width: 175px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .productBox .item .text{
        padding: 30px 15px;
    }
    .productBox .item .text h3{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .productListText .text h1{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .productListBox .item .text h3{
        font-size: 24px;
    }

    .productDetailLabelBox .item{
        width: 33.33%;
        margin-bottom: 20px;
    }
    .productDetailContentBox{
        padding-top: 0;
    }
    .productDetailContentBox .tabClick{
        display: none;
    }

    .vehiclesBox1 .item{
        width: 49.5%;
        margin-bottom: 10px;
    }
    .vehiclesBox2 .item{
        display: block;
    }
    .vehiclesBox2 .item .img{
        width: 100%;
        text-align: center;
    }
    .vehiclesBox2 .item .textBox{
        width: 100%;
    }
    .vehiclesBox2 .item .conBox{
        width: 767px;
        padding: 20px 0 !important;
        margin: auto;
        float: none !important;
    }
    .vehiclesBox2 .item .tp{
        text-align: center;
    }

    .storageBox1 .text{
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .storageBox1 .tp{
        width: 100%;
    }
    .storageBox2 .conBox{
        flex-wrap: wrap;
    }
    .storageBox2 .img{
        width: 100%;
    }
    .storageBox2 .text{
        width: 100%;
        padding: 20px 0 0;
    }
    .storageBox3 .item{
        display: block;
    }
    .storageBox3 .item .img{
        width: 100%;
        text-align: center;
    }
    .storageBox3 .item .textBox{
        width: 100%;
    }
    .storageBox3 .item .conBox{
        width: 767px;
        padding: 20px 0 !important;
        margin: auto;
        float: none !important;
    }
    .storageBox3 .item .tp{
        text-align: center;
    }

    .aboutBox2 .itemBox .item{
        margin-top: 0;
    }
    .aboutBox2 .itemBox:before{
        display: none;
    }
    .aboutBox2 .itemBox .slick-prev, .aboutBox2 .itemBox .slick-next{
        top: 0;
        margin-top: 50px;
    }
    .aboutBox2 .itemBox .time{
        position: inherit !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        background: none !important;
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }
    .aboutBox2 .itemBox .item:nth-of-type(2n) .text:before{
        top: -10px;
        bottom: auto;
        left: 50%;
        margin-left: -9px;
        border-top: 0;
        border-bottom: 10px solid rgba(67,67,67,.5);
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
    }
    .aboutBox2 .itemBox .text h3{
        font-size: 18px;
    }
    .aboutBox2 .itemBox .text .t p{
        line-height: 1.6;
    }
    .aboutBox3 .conBox .btnBox .btn{
        font-size: 18px;
    }
    .aboutBox4 .text{
        width: 100%;
        padding-bottom: 30px;
    }
    .aboutBox4 .imgBox{
        width: 100%;
    }
    .contactBox1 .conBox .contactForm{
        width: 100%;
    }
    .contactBox2 .itemBox{
        padding: 50px 0;
        flex-wrap: wrap;
    }
    .contactBox2 .item{
        width: 100%;
    }
    .contactBox2 .item .ico{
        padding-top: 30px;
    }
    .contactBox2 .item .t{
        text-align: left;
        padding-bottom: 20px;
    }
    .contactBox3{
        padding: 50px 0;
    }


    .customizedBox4 .info{
        width: 49%;
    }
}
@media (max-width: 767px){

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .indexBox2 .title,
    .indexBox2 .item .textBox .text,
    .indexBox3 .imgBox{
        width: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .indexBox5 .indexCustomerSlick{
        padding-left: 30px;
        padding-right: 30px;
    }

    .pageBanner{
        padding-top: 180px;
    }
    .productListBox .item .img{
        width: 45%;
    }
    .productListBox .item .text{
        width: 55%;
    }

    .relatedPro .item{
        width: 50%;
    }
    .vehiclesBox2 .item .conBox,
    .storageBox3 .item .conBox{
        width: auto;
        padding: 20px 10px !important;
    }
    .contactBox1 .conBox{
        padding: 30px 15px;
    }
    .contactBox1 .conBox .text p{
        font-size: 20px;
    }
}
@media (max-width: 640px){
    .footer_box .fast_navigation .itemBox{
        flex-wrap: wrap;
    }
    .footer_box .fast_navigation .item:nth-of-type(2), .footer_box .fast_navigation .item:nth-of-type(4){
        width: 100%;
    }
    .footer_box .fast_navigation h3{
        padding-bottom: 5px;
    }
    .footer_box .fast_navigation .item:nth-of-type(4){
        margin-top: 30px;
    }
    .customizedBox1 .item{
        width: 50%;
    }
    .customizedBox2 .img{
        width: 33.33%;
        padding-bottom: 10px;
    }
    .customizedBox3 .textBox .t{
        margin-bottom: 10px;
    }
    .customizedBox4 .slider_table table{
        min-width: auto !important;
    }
    .customizedBox4 table{
        border: 0;
    }
    .customizedBox4 table tr{
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }
    .customizedBox4 table tr:nth-of-type(1){
        display: none;
    }
    .customizedBox4 table tr td{
        display: block;
        width: 100% !important;
        height: auto;
        padding: 10px;
        border: 0;
    }
    .customizedBox4 table tr td:nth-of-type(2){
        padding-top: 0;
        padding-bottom: 0;
    }
    .customizedBox4 .btn{
        border: 0;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .productBox .item .img,
    .productListBox .item .img{
        width: 100%;
    }
    .productBox .item .text,
    .productListBox .item .text{
        width: 100%;
    }
    .aboutBox2 .itemBox .text{
        padding-bottom: 30px;
    }
    .aboutBox2 .itemBox .text,
    .aboutBox2 .itemBox .text .t{
        height: auto;
    }


    .customizedBox4 .info{
        width: 100%;
    }
}
.language{
	position: relative;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.language  img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	cursor: pointer;
}
.language  .con{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
	background: #DDDDDD;
	padding: 2%;
}
.language a{
	    width: 100%;
	    text-align: center;
	    padding: 0 20px;
	white-space: nowrap;
	display: inline-block;
	line-height: 30px !important;
	transition: all 0.3s; 
}
.language a:hover{
	color: #fff;
	background-color: #84c221;
}
@media (max-width: 540px){
}
@media (max-width: 480px){
	.language {
	    width: 20%;
	}
	
		.language  .con{
			left: -100%;
			transform: translateX(0%);
		}
	
	
	.nav_toggle {
	   position: static;
	}
    .footer_box .footerForm .info{
        width: 100%;
    }
    .customizedBox1 .item{
        width: 100%;
    }
    .productDetailLabelBox .item{
        width: 50%;
    }
    .contactBox1 .conBox .contactForm .info{
        width: 100%;
    }
}
