@charset "utf-8";
.no_padding{
    padding: 0;
}

.header {
    position: relative;
    z-index: 999;
    background: #131313;
}

/*header left*/
.headerLeft{
    float: left;
}
.headerLeft .logo_box{
    text-align: center;
    font-size: 0;
    line-height: 0;
    float: left;
}
.headerLeft .header_text{
    float: left;
    padding-top: 25px;
}
.headerLeft .header_text p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

/*header right*/
.headerRight{
    position: relative;
    padding-right: 125px;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.nav_list > li > a {
    display: block;
    padding: 0 25px;
}

.nav_list > li > a > span {
    display: inline-block;
    padding: 23px 0;
    line-height: 1;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 0 0 #000000;
    transition: all .5s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 64px;
    background: url("/public/static/images/home/en-us/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.nav_list > li.active > a > span,
.nav_list > li:hover > a > span{
    color: #92d050;
    transition: all .5s;
}
.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: 290px;
    display: none;
    z-index: 1;
    background: #212b3c;
}
.nav_normal > li .productDropdown{
    width: 100%;
    left: 0;
    right: 0;min-width: auto;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 35px;
    text-align: left;
    padding-left: 25px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #4a4a4a;
}

.header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 12px;
    width: 32px;
    height: 40px;
    overflow: hidden;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}
.header_search_box.active{
    width: 260px;
    background: #595757;
    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;
    background: transparent;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.header_search_box img {
    position: absolute;
    top: 10px;
    right: 6px;
}

.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open{
    opacity: 0;
}

.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: 32px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

.header_info{
    position: absolute;
    right: 75px;
}
.header_info a{
    display: inline-block;
    line-height: 64px;
    padding: 0 5px;
}

.headerProduct_nav{
    background: #2a2a2a;
}
.headerProduct_nav li{
    position: relative;
    height: 80px;
    width: 20%;
    float: left;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
}
.headerProduct_nav li a{
    position: absolute;
    top: 50%;
}
.headerProduct_nav li a span{
    width: 175px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}
.headerProduct_nav li.product_nav_1{
    background-image: url("/public/static/images/home/en-us/ind_ico1.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_2{
    background-image: url("/public/static/images/home/en-us/ind_ico2.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_3{
    background-image: url("/public/static/images/home/en-us/ind_ico3.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_4{
    background-image: url("/public/static/images/home/en-us/ind_ico4.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_5{
    background-image: url("/public/static/images/home/en-us/ind_ico5.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_1:hover{
    background-image: url("/public/static/images/home/en-us/ind_ico1-1.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_2:hover{
    background-image: url("/public/static/images/home/en-us/ind_ico2-1.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_3:hover{
    background-image: url("/public/static/images/home/en-us/ind_ico3-1.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_4:hover{
    background-image: url("/public/static/images/home/en-us/ind_ico4-1.png");
    transition: all .3s;
}
.headerProduct_nav li.product_nav_5:hover{
    background-image: url("/public/static/images/home/en-us/ind_ico5-1.png");
    transition: all .3s;
}
.headerProduct_nav li:hover span{
    color: #92d050;
}

.m_header {
    display: none;
}


.footer_box{
    overflow: hidden;
    background: #282828;
}
.footer_box .container_1600{
    padding: 0 45px;
}

.footer_box .fast_navigation{
    overflow: hidden;
    padding: 90px 0;
}
.footer_box .fast_navigation h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 45px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    margin-bottom: 8px;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
}
.footer_box .fast_navigation li span{
    font-weight: 400;
    font-size: 20px;
    color: #0c0c0c;
}
.footer_box .fast_navigation li a:hover{
    text-decoration: underline;
}
.footer_box .fast_navigation .footer_form .info{
    position: relative;
    margin-bottom: 15px;
}
.footer_box .fast_navigation .footer_form .label_control{
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    line-height: 35px;
}
.footer_box .fast_navigation .footer_form .tips{
    position: absolute;
    top: 0;
    right: 5px;
    color: #ff0000;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
}
.footer_box .fast_navigation .footer_form .imgVerifyCode .tips{
    bottom: -30px;
    top: auto;
}
.footer_box .fast_navigation .footer_form input[type="text"]{
    width: 100%;
    height: 35px;
    border: 0;
    padding: 0 5px;
    background: #919191;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
}
.footer_box .fast_navigation .footer_form textarea{
    width: 100%;
    height: 80px;
    padding: 10px 5px;
    border: 0;
    background: #919191;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    resize: none;
}

.footer_box .fast_navigation .footer_form .inputon input[type="text"],
.footer_box .fast_navigation .footer_form .inputon textarea{
    background: #ffffff;
}
.footer_box .fast_navigation .footer_form .Verify_img{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: 31px;
    cursor: pointer;
}
.footer_box .fast_navigation .footer_form input[type="submit"]{
    width: 120px;
    height: 45px;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    background: #73d44a;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s;
}
.footer_box .fast_navigation .footer_form input[type="submit"]:hover{
    background: #92d050;
    transition: all .3s;
}

.footer_box .footer_shape{
    overflow: hidden;
    margin-top: 15px;
}
.footer_box .footer_shape a{
    float: left;
    margin-right: 10px;
}
.footer_box .footer_shape a:hover{
    opacity: .75;
}

.footer_box .footer_copyright{
    padding-bottom: 50px;
    text-align: center;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #ededed;
    font-size: 16px;
    font-weight: 300;
}
.footer_box .footer_copyright p a.site_map{
    margin-right: 10px;
}
.footer_box .footer_copyright p span{
    display: inline-block;
    margin: 0 10px;
}
.footer_box .footer_copyright p span.iwonder{
    display: none;
}
.footer_box .footer_copyright a:hover{
    text-decoration: underline;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/public/static/images/home/en-us/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}

.banner_slick .slick-dots li{
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 2px solid #ffffff;
}
.banner_slick .slick-dots li.slick-active{
    width: 40px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.index_box1 {
    overflow: hidden;
    padding: 50px 0 80px;
}
.index_box1 .text h2{
    width: 370px;
    float: left;
    font-size: 40px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
}
.index_box1 .text .t{
    margin-left: 370px;
    padding-top: 10px;
}
.index_box1 .text .t p{
    font-size: 18px;
    color: #646464;
    line-height: 1.6;
}

.index_box2 .item_box{
    overflow: hidden;
}
.index_box2 .item{
    width: 20%;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.index_box2 .item1{
    background-image: url("/public/static/images/home/en-us/indProduct_bj1.jpg");
}
.index_box2 .item2{
    background-image: url("/public/static/images/home/en-us/indProduct_bj2.jpg");
}
.index_box2 .item3{
    background-image: url("/public/static/images/home/en-us/indProduct_bj3.jpg");
}
.index_box2 .item4{
    background-image: url("/public/static/images/home/en-us/indProduct_bj4.jpg");
}
.index_box2 .item5{
    background-image: url("/public/static/images/home/en-us/indProduct_bj5.jpg");
}
.index_box2 .item .img{
    line-height: 0;
    overflow: hidden;
}
.index_box2 .item .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.index_box2 .item .text{
    transition: all .3s;
}
.index_box2 .item .text h2{
    background: #92d050;
    height: 75px;
    position: relative;
}
.index_box2 .item .text h2 span{
    position: absolute;
    top: 50%;
    left: 60px;
    right: 60px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.index_box2 .item .t{
    padding: 30px 50px;
}
.index_box2 .item .t p{
    font-size: 16px;
    color: #252525;
    line-height: 1.6;
    font-weight: 300;
    transition: all .3s;
}
.index_box2 .item .t a{
    font-size: 16px;
    color: #000000;
    display: inline-block;
    font-weight: 300;
    margin-top: 30px;
    transition: all .3s;
}
.index_box2 .item:hover .img 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;
}
.index_box2 .item:hover .text{
    background: #92d050;
    transition: all .3s;
}
.index_box2 .item:hover .t p,
.index_box2 .item:hover .t a{
    color: #ffffff;
    transition: all .3s;
}

.index_box3{
    padding: 60px 0;
    overflow: hidden;
}
.index_box3 .conBox{
    overflow: hidden;
    padding: 150px 0 105px;
    background: url("/public/static/images/home/en-us/indAbout_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.index_box3 .conBox .text{
    width: 800px;
    float: right;
    padding: 0 80px;
}
.index_box3 .conBox .text h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 70px;
    margin-bottom: 40px;
    background: url("/public/static/images/home/en-us/indAbout_logo.png") no-repeat top left;
}
.index_box3 .conBox .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
}
.index_box3 .conBox .text a{
    width: 154px;
    height: 38px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 300;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    transition: all .3s;
}
.index_box3 .conBox .text a:hover{
    background: #ffffff;
    color: #92d050;
    transition: all .3s;
}
.index_box3 .item_box{
    overflow: hidden;
    padding-top: 30px;
}
.index_box3 .item_box .item{
    width: 20%;
    float: left;
    padding: 0 30px;
    border-left: 1px solid #f2f2f2;
}
.index_box3 .item_box .item:nth-of-type(1){
    border-left: 0;
    padding-left: 0;
}
.index_box3 .item_box .item h3 span{
    position: relative;
    display: inline-block;
    font-size: 72px;
    color: #343434;
    font-weight: 700;
    margin-bottom: 10px;
}
.index_box3 .item_box .item h3 span:before{
    position: absolute;
    content: '+';
    top: 0;
    right: -35px;
    font-weight: 700;
    color: #000000;
    font-size: 50px;
}
.index_box3 .item_box .item h3 span.num1:after{
    position: absolute;
    content: 'million';
    bottom: 6px;
    right: -88px;
    font-weight: 700;
    font-size: 24px;
    color: #343434;
}
.index_box3 .item_box .item p{
    font-size: 18px;
    color: #343434;
    font-weight: 300;
}

index_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box; /* 确保 padding 不增加总宽度 */
}

/*!* 顶部标题 *!*/
/*.header {*/
/*    text-align: center;*/
/*    font-size: 24px;*/
/*    color: #333333;*/
/*    padding: 50px 0;*/
/*    line-height: 1.2;*/
/*}*/

/* 品牌标志容器 */
.brands {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

/*.brands img {*/
/*    width: 100px;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*}*/
.brands img {
    width: 20%; /* 根据屏幕宽度动态调整 */
    max-width: 120px; /* 最大宽度限制 */
    height: auto;
    object-fit: contain;
}
/* 评价区域容器 */
.testimonials {
    display: flex;
    /*justify-content: center;*/
    gap: 100px;
    width: fit-content;
    max-width: 100%;
    /*margin-top: 40px;*/
    margin: 40px auto 30px;
    flex-wrap: nowrap; /* 禁止换行 */
    overflow-x: auto; /* 显示横向滚动条 */
    -webkit-overflow-scrolling: touch; /* 移动端平滑滚动 */
}

/* 单个评价区块 */
.testimonial {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 30px;
    width: 300px; /* 固定宽度 */
    min-width: 300px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s;

}

.testimonial:hover {
    transform: translateY(-3px);
}

/* 评价内容 */
.content {
    margin-bottom: 20px;
    line-height: 1.6;
    word-break: break-word;
}

/* 品牌logo */
.brand-logo {
    width: 120px;
    height: auto;
    display: inline-block;
    margin: auto auto 0;
}
/*index_box5*/
.header_1 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding: 50px 0;
    line-height: 1.2;
}
.index_box4{
    padding: 140px 0 110px;
    overflow: hidden;
    background: url("/public/static/images/home/en-us/indService_bj.jpg") no-repeat center center;
}
.index_box4 .title{
    text-align: center;
}
.index_box4 .title h3{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.index_box4 .title a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    width: 154px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 300;
    margin-top: 25px;
    display: inline-block;
    transition: all .3s;
}
.index_box4 .title a:hover{
    background: #ffffff;
    color: #92d050;
    transition: all .3s;
}
.index_box4 .item_box{
    margin-top: 100px;
    overflow: hidden;
}
.index_box4 .item{
    width: 25%;
    float: left;
    text-align: center;
}
.index_box4 .item .img{
    line-height: 0;
    margin-bottom: 10px;
    transition: all 1s;
}
.index_box4 .item > a{
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}
.index_box4 .item:hover .img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: all 1s;
}
.index_box4 .item:hover > a{
    color: #92d050;
}

.productSearch_box{
    padding: 50px 0 60px;
    background: url("/public/static/images/home/en-us/productSearch_bj.jpg") no-repeat center center;
}
.productSearch_box .title h2{
    font-size: 30px;
    font-weight: 700;
    color: #4d4d4d;
    padding-left: 30px;
    line-height: 44px;
    margin-bottom: 40px;
    background: url("/public/static/images/home/en-us/product_ico.png") no-repeat left center;
}
.productSearch_form .info{
    width: 20%;
    float: left;
    padding: 0 10px;
    position: relative;
}
.productSearch_form .info label{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #4d4d4d;
    padding: 0 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 24px;
}
.productSearch_form .info label:before{
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    background: url("/public/static/images/home/en-us/productSearch_down.png") no-repeat center center;
}
.productSearch_form .info ul{
    position: absolute;
    background: #ffffff;
    left: 10px;
    right: 10px;
    top: 100%;
    max-height: 260px;
    overflow-y: auto !important;
    border-top: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    z-index: 10;
    display: none;
}
.productSearch_form .info ul li{
    font-size: 16px;
    color: #4d4d4d;
    padding: 8px 30px 8px 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.productSearch_form .info ul li:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    opacity: 0;
    background: url("/public/static/images/home/en-us/productSearch.png") no-repeat center center;
}
.productSearch_form .info ul li.on,
.productSearch_form .info ul li:hover{
    background: #92d050;
    color: #ffffff;
    transition: all .3s;
}
.productSearch_form .info ul li:hover:before{
    opacity: 1;
}

.productContent_box .product_name{
    padding: 50px 0;
}
.productContent_box .product_name h1{
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}
.productContent_box .conBox{
    display: table;
}
.productContent_box .conBox .productImg_box{
    width: 495px;
    float: left;
}
.productContent_box .conBox .productImg_box .slick_first{
    line-height: 0;
}
.productParameter_box{
    margin-left: 550px;
    width: 810px;
}
.productParameter_box h3{
    font-size: 24px;
    color: #92d050;
    font-weight: 700;
    text-transform: uppercase;
}
.productParameter_box ul{
    overflow: hidden;
}
.productParameter_box li{
    margin-top: 20px;
    width: 50%;
    float: left;
    font-size: 18px;
    color: #202020;
    padding-left: 20px;
    font-weight: 300;
    background: url("/public/static/images/home/en-us/product_ico1.png") no-repeat left 3px;
}
.productParameter_box .t{
    margin-top: 70px;
    overflow: hidden;
}
.productParameter_box .t p{
    font-size: 18px;
    color: #202020;
    font-weight: 300;
}
.productParameter_box .t a{
    width: 240px;
    height: 70px;
    background: #92d050;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    margin-top: 10px;
    font-weight: 700;
}
.productParameter_box .t a:hover{
    background: #73d44a;
}

/*product Inquire*/
.productInquire_form{
    position: fixed;
    background: #ffffff;
    width: 600px;
    height: 670px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -335px;
    padding: 30px;
    z-index: 100000;
    display: none;
}
.productInquire_form .close_productInquire{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 26px;
    display: block;
    cursor: pointer;
    background: #6f6f6f;
    color: #ffffff;
}
.productInquire_form form h2{
    display: none;
}
.productInquire_form form p{
    font-size: 30px;
    color: #000000;
}
.productInquire_form .info{
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.productInquire_form .label_control{
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #a5a5a5;
    line-height: 40px;
}
.productInquire_form .tips{
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
}
.productInquire_form input[type="text"]{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #a5a5a5;
    text-indent: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 1px solid #dddddd;
}
.productInquire_form textarea{
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 16px;
    color: #a5a5a5;
    border: 1px solid #dddddd;
}
.productInquire_form input[type="submit"]{
    width: 155px;
    height: 40px;
    background: #3f3a39;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
}
.productInquire_form input[type="submit"]:hover{
    background: #212b3c;
    transition: all .3s;
}
.productInquire_bj{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    display: none;
}

.productContent_box1{
    padding: 55px 0 50px;
}
.productContent_box1 ul{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.productContent_box1 ul li{
    width: 25%;
    padding: 0 10px;
    float: left;
    line-height: 0;
    text-align: center;
}
.productContent_box1 ul li img{
    width: 100%;
}

.productContent_box2 .item{
    overflow: hidden;
    margin-bottom: 50px;
}
.productContent_box2 .item h2{
    border-bottom: 2px solid #92d050;
    background: #eeeeee;
    padding: 15px 0 10px 60px;
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.productContent_box2 .item h2:before{
    position: absolute;
    content: '';
    left: 25px;
    width: 23px;
    height: 18px;
    background: url("/public/static/images/home/en-us/product_ico2.png") no-repeat center center;
}
.productContent_box2 .item h2:after{
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    right: 40px;
    top: 50%;
    margin-top: -16px;
    background: url("/public/static/images/home/en-us/product_ico3.png") no-repeat center center;
}
.productContent_box2 .item.on h2:after{
    background: url("/public/static/images/home/en-us/product_ico4.png") no-repeat center center;
}

.productContent_box2 .conBox{
    margin-top: 45px;
}
.productContent_box2 .ProductSpecification table{
    margin: 0;
    border: 1px solid #dcdcdc;
}
.productContent_box2 .ProductSpecification table tr{
    background: #eeeeee;
}
.productContent_box2 .ProductSpecification table tr:nth-of-type(2n){
    background: #ffffff;
}
.productContent_box2 .ProductSpecification table tr th,
.productContent_box2 .ProductSpecification table tr td{
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    font-size: 16px;
    color: #262626;
    padding: 10px 15px;
}
.productContent_box2 .ProductSpecification table tr th:nth-of-type(1){
    text-align: left;
    font-size: 20px;
    color: #262626;
    font-weight: 700;
}
.productContent_box2 .MechanicalSpecification .text{
    overflow: hidden;
    margin-bottom: 40px;
}
.productContent_box2 .MechanicalSpecification .text h3{
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    width: 300px;
    float: left;
}
.productContent_box2 .MechanicalSpecification .text .t{
    margin-left: 300px;
}
.productContent_box2 .MechanicalSpecification .text .t span{
    padding-left: 15px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 300;
    color: #262626;
}
.productContent_box2 .MechanicalSpecification .text .t span:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: #92d050;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productContent_box2 .MechanicalSpecification ul{
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    list-style: none !important;
}
.productContent_box2 .MechanicalSpecification ul .slick-prev,
.productContent_box2 .MechanicalSpecification ul .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/en-us/reset/buttonstyle.png") no-repeat;
}
.productContent_box2 .MechanicalSpecification ul .slick-prev{
    left: 0;
    background-position: top left;
}
.productContent_box2 .MechanicalSpecification ul .slick-next{
    right: 0;
    background-position: top right;
}
.productContent_box2 .MechanicalSpecification ul li{
    padding: 0 10px;
}
.productContent_box2 .MechanicalSpecification ul li img{
    width: 100% !important;
    height: auto !important;
    border: 1px solid #e5e5e5;
    display: block;
    clear: both;
    margin: auto;
}
.productContent_box2 .ProductionApplications .text{
    overflow: hidden;
    margin-bottom: 40px;
}
.productContent_box2 .ProductionApplications .text p{
    color: #262626;
    font-size: 18px;
    font-weight: 300;
}
.productContent_box2 .ProductionApplications ul{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.productContent_box2 .ProductionApplications ul li{
    width: 100%;
    float: left;
    padding: 0 10px;
}
.productContent_box2 .ProductionApplications ul li img{
    width: 100% !important;
    height: auto !important;
}
.productContent_box2 .FAQBox .textCon{
    margin-bottom: 30px;
}
.productContent_box2 .FAQBox .textCon .q{
    font-size: 18px;
    color: #151515;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.productContent_box2 .FAQBox .textCon .q:before{
    position: absolute;
    content: 'Q:';
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: #92d050;
    font-weight: 700;
}
.productContent_box2 .FAQBox .textCon .a{
    font-size: 18px;
    color: #151515;
    font-weight: 300;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.productContent_box2 .FAQBox .textCon .a:before{
    position: absolute;
    content: 'A:';
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: #92d050;
    font-weight: 700;
}



.productContent_box2 .AdvantagesBox{
    text-align: center;
}
.productContent_box2 .AdvantagesBox img{
    margin: 15px 0;
}
.productContent_box2 .AdvantagesBox .text li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}
.productContent_box2 .AdvantagesBox .text li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 13px;
    margin-top: -5px;
    background: #92d050;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productContent_box2 .AdvantagesBox .text li p{
    font-size: 18px;
    font-weight: 300;
    color: #262626;
}

.productContent_box2 .CustomerBox .text li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.productContent_box2 .CustomerBox .text li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 13px;
    margin-top: -5px;
    background: #92d050;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productContent_box2 .CustomerBox .text li p{
    font-size: 18px;
    font-weight: 300;
    color: #262626;
}

.productContent_box2 .EvidenceBox{
    text-align: center;
}
.productContent_box2 .EvidenceBox img{
    margin: 15px 0;
}
.productContent_box2 .EvidenceBox .text{
    text-align: left;
}
.productContent_box2 .EvidenceBox .text p,
.productContent_box2 .ChoosingBox .text p,
.productContent_box2 .ChoosingBox ul li p{
    font-size: 18px;
    font-weight: 300;
    color: #262626;
    line-height: 1.8;
    display: block;
    min-height: 15px;
}
.productContent_box2 .EvidenceBox .text p span,
.productContent_box2 .ChoosingBox .text p span{
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
    color: #262626;
    line-height: 1.8;
    display: block;
    margin-top: 15px;
}

.productContent_box2 .ChoosingBox ul li{
    width: 50%;
    text-align: center;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}



.contact_box1{
    height: 770px;
    overflow: hidden;
    background: url("/public/static/images/home/en-us/contact_bj.png") no-repeat top center;
}
.contact_box1 .text{
    padding: 120px 0 0;
    text-align: center;
}
.contact_box1 .text h1{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact_box1 .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.contact_box2{
    margin-top: -410px;
    margin-bottom: 100px;
}
.contact_box2 .conBox{
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.contact_box2 .contact_info{
    width: 42%;
    height: 860px;
    float: left;
    padding: 50px 200px 0 85px;
    background: #f8f8f8;
}
.contact_box2 .contact_info h2{
    font-size: 30px;
    color: #1b1b1b;
    margin-bottom: 40px;
}
.contact_box2 .contact_info .item{
    margin-bottom: 70px;
}
.contact_box2 .contact_info .item h3{
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
.contact_box2 .contact_info .item h3:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #92cf4e;
}
.contact_box2 .contact_info .item p,
.contact_box2 .contact_info .item a{
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    line-height: 1.7;
}
.contact_box2 .contact_info .item a:hover{
    color: #92d050;
    text-decoration: underline;
}
.contact_box2 .contact_info .item ul li{
    float: left;
    margin-right: 25px;
    line-height: 0;
}
.contact_box2 .contact_info .item ul li a:hover{
    opacity: .85;
}
.contact_box2 .contact_formBox{
    width: 58%;
    height: 860px;
    float: left;
    padding: 50px 260px 0 70px;
}
.contact_box2 .contact_formBox .text{
    margin-bottom: 45px;
}
.contact_box2 .contact_formBox .text h2{
    font-size: 30px;
    color: #1b1b1b;
    margin-bottom: 10px;
}
.contact_box2 .contact_formBox .text p{
    font-size: 18px;
    color: #575757;
    font-weight: 300;
    line-height: 1.6;
}
.contact_box2 .contact_formBox .info{
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.contact_box2 .contact_formBox .label_control{
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #a5a5a5;
    line-height: 40px;
}
.contact_box2 .contact_formBox .tips{
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
}
.contact_box2 .contact_formBox input[type="text"]{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #a5a5a5;
    text-indent: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 1px solid #dddddd;
}
.contact_box2 .contact_formBox textarea{
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 16px;
    color: #a5a5a5;
    border: 1px solid #dddddd;
}
.contact_box2 .contact_formBox input[type="submit"]{
    width: 155px;
    height: 40px;
    background: #73d44a;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
}
.contact_box2 .contact_formBox input[type="submit"]:hover{
    background: #91d250;
    transition: all .3s;
}


.contact_box3 .title h2{
    font-size: 30px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    padding: 0 10px;
}
.contact_box3 #googleMapPanel{
    height: 670px;
    width: 100%;
}

.about_box1{
    padding-top: 115px;
    padding-bottom: 210px;
    text-align: center;
    background: url("/public/static/images/home/en-us/about_bj.png") no-repeat top center;
}
.about_box1 .img{
    line-height: 0;
    margin-bottom: 70px;
}
.about_box1 .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
}

.about_box2 .title h2{
    text-align: center;
    font-size: 30px;
    color: #171717;
    font-weight: 700;
    padding: 35px 0 110px;
}
.about_box2 #certify {
    position: relative;
    width: 1600px;
    margin: 0 auto
}
.about_box2 #certify .swiper-container {
    padding-bottom: 75px
}
.about_box2 #certify .swiper-slide {
    width: 380px;
    height: 340px;
    position: relative;
}
.about_box2 #certify .swiper-slide .conBox{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 85px 40px 0;
    text-align: center;
    background: #91d250;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.35);
}
.about_box2 #certify .swiper-slide .conBox .img{
    line-height: 0;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    text-align: center;
}
.about_box2 #certify .swiper-slide .conBox .text h3{
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}
.about_box2 #certify .swiper-slide .conBox .text p{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
}

.about_box3{
    padding: 70px 0 90px;
    background: #eeeeee;
}
.about_box3 .title h2{
    text-align: center;
    font-size: 30px;
    color: #171717;
    font-weight: 700;
}
.about_box3 .text{
    padding: 65px 0 90px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    -webkit-column-rule: 1px solid #dcdcdc;
}
.about_box3 .text p{
    font-size: 18px;
    color: #282828;
    line-height: 1.6;
    font-weight: 300;
}
.about_box3 .item_box{
    margin-bottom: 90px;
    padding-bottom: 17px;
    position: relative;
    background: url("/public/static/images/home/en-us/about_line.png") no-repeat bottom center;
}
.about_box3 .item{
    height: 110px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.about_box3 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #313131;
}
.about_box3 .item:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 4px;
    bottom: 2px;
    width: 2px;
    background: #313131;
}
.about_box3 .item.slick-current:before,
.about_box3 .item.slick-current:after,
.about_box3 .item:hover:before,
.about_box3 .item:hover:after{
    background: #70a72b;
}
.about_box3 .item h3{
    font-size: 18px;
    color: #171717;
    font-weight: 700;
    margin-bottom: 10px;
}
.about_box3 .item:hover h3,
.about_box3 .item.slick-current h3{
    color: #517f08;
}
.about_box3 .item p{
    font-size: 16px;
    color: #171717;
    line-height: 1.6;
    font-weight: 300;
}
.about_box3 .slickCon_box{
    padding: 0 90px;
}
.about_box3 .slickCon_box .slick-prev,
.about_box3 .slickCon_box .slick-next{
    width: 21px;
    height: 42px;
    background: url("/public/static/images/home/en-us/reset/buttonstyle.png") no-repeat;
}
.about_box3 .slickCon_box .slick-prev{
    left: 0;
    background-position: left top;
}
.about_box3 .slickCon_box .slick-next{
    right: 0;
    background-position: right top;
}
.about_box3 .slickCon_box .img{
    width: 400px;
    float: left;
}
.about_box3 .slickCon_box .textBox{
    margin-left: 460px;
}
.about_box3 .slickCon_box .textBox h3{
    font-size: 20px;
    font-weight: 700;
    color: #171717;
    padding: 20px 0 25px;
}
.about_box3 .slickCon_box .textBox p{
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 300;
    line-height: 1.6;
}
.about_box3 .slickCon_box .textBox p span{
    font-weight: 700;
    font-size: 18px;
    color: #171717;
}

.about_box4{
    padding: 70px 0;
    text-align: center;
}
.about_box4 .text{
    padding-bottom: 70px;
}
.about_box4 .text h2{
    color: #171717;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.about_box4 .text p{
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1.6;
}
.about_box4 .aboutLogo_box .img{
    display: inline-block;
    margin: 0 20px;
}


.serviceBanner{
    line-height: 0;
    text-align: center;
}
.caseBox1{
    overflow: hidden;
    padding: 50px 0 40px;
}
.caseBox1 .text{
    float: left;
    width: 50%;
    padding-right: 50px;
}
.caseBox1 .text:nth-of-type(2){
    padding-right: 0;
    padding-left: 50px;
}
.caseBox1 .text p{
    font-size: 18px;
    color: #181818;
    font-weight: 300;
    line-height: 1.7;
}

.caseBox2 .itemBox{
    margin-bottom: 60px;
    overflow: hidden;
}
.caseBox2 .itemBox h2{
    font-size: 30px;
    color: #232323;
    padding-left: 30px;
    line-height: 60px;
    margin-bottom: 25px;
    border-bottom: 2px solid #93d050;
    background: url("/public/static/images/home/en-us/caseIco.png") no-repeat left center;
}
.caseBox2 .itemBox .item{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.caseBox2 .itemBox .item .img{
    width: 25%;
    float: left;
    padding: 0 10px;
    text-align: center;
    line-height: 0;
}
.caseBox2 .itemBox .item .img img{
    width: 100%;
}

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

.applicationBox1 .text{
    padding: 40px 0 50px;
}
.applicationBox1 .text p{
    text-align: center;
    font-size: 18px;
    color: #191919;
    font-weight: 300;
    line-height: 1.6;
}

.applicationBox2 .itemBox{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.applicationBox2 .itemBox .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 50px;
}
.applicationBox2 .itemBox .item .img{
    line-height: 0;
    text-align: center;
}
.applicationBox2 .itemBox .item .img img{
    width: 100%;
}
.applicationBox2 .itemBox .item .text{
    height: 110px;
}
.applicationBox2 .itemBox .item .text h3{
    font-size: 26px;
    color: #191919;
    font-weight: 700;
    padding: 10px 0;
}
.applicationBox2 .itemBox .item .text p{
    font-size: 18px;
    color: #191919;
    font-weight: 300;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.oemBox1{
    padding: 95px 0 85px;
    background: #fafafa;
}
.oemBox1 .img{
    line-height: 0;
    text-align: center;
}

.oemBox2{
    padding: 95px 0 80px;
}
.oemBox2 h2{
    font-size: 40px;
    color: #0f0f0f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
}
.oemBox2 .itemBox{
    overflow: hidden;
}
.oemBox2 .itemBox .item{
    overflow: hidden;
}
.oemBox2 .itemBox .item .img{
    width: 50%;
    float: left;
    line-height: 0;
    padding-right: 40px;
    text-align: center;
}
.oemBox2 .itemBox .item:nth-of-type(1) .img{
    padding-left: 40px;
    padding-right: 0;
}
.oemBox2 .itemBox .item .img img{
    width: 100%;
}
.oemBox2 .itemBox .item .text{
    width: 50%;
    float: left;
    padding-top: 70px;
}
.oemBox2 .itemBox .item .text p{
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 300;
    line-height: 1.8;
}
.oemBox2 .itemBox .item:nth-of-type(1) .img,
.oemBox2 .itemBox .item:nth-of-type(1) .text{
    float: right;
}

@media (max-width: 1620px) {
    .about_box2 #certify{
        width: 100%;
    }
    .productContent_box .conBox .productImg_box{
        width: 490px;
    }
    .productParameter_box{
        width: auto;
        margin-left: 520px;
    }
}
@media (max-width: 1420px){
    .headerLeft .header_text p{
        font-size: 14px;
    }
    .nav_list > li > a{
        padding: 0 16px;
    }
    .index_box2 .item .text h2 span{
        left: 20px;
        right: 20px;
        font-size: 18px;
    }
    .index_box2 .item .t{
        padding-left: 20px;
        padding-right: 20px;
    }
    .index_box3 .conBox .text{
        width: 670px;
    }
    .index_box3 .item_box .item h3 span{
        font-size: 64px;
    }
    .index_box3 .item_box .item p{
        font-size: 16px;
    }
    .index_box4 .item > a{
        font-size: 24px;
    }

    .contact_box2 .contact_info{
        padding-right: 70px;
    }
    .contact_box2 .contact_formBox{
        padding-right: 85px;
    }
}
@media (max-width: 1220px){
    .headerLeft .header_text{
        width: 160px;
        padding-top: 10px;
    }
    .headerRight{
        padding-right: 80px;
    }
    .header_info{
        right: 35px;
    }
    .nav_list > li > a{
        padding: 0 12px;
    }
    .index_box3 .conBox{
        padding: 100px 0;
        position: relative;
    }
    .index_box3 .conBox:before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
    }
    .index_box3 .conBox .text{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .footer_box .fast_navigation .col_lg_4{
        width: 17%;
    }
    .footer_box .fast_navigation .col_lg_8{
        width: 25%;
    }
    .footer_box .fast_navigation .col_lg_6{
        width: 31%;
    }
    .footer_box .fast_navigation .col_lg_6:last-child{
        width: 27%;
    }

    .productSearch_form .info{
        padding: 0 5px;
    }
    .productSearch_form .info ul{
        left: 5px;
        right: 5px;
    }

    .productParameter_box li{
        width: 100%;
        margin-top: 10px;
    }
    .productParameter_box .t{
        margin-top: 40px;
    }
    .productParameter_box .t a{
        height: 50px;
        line-height: 50px;
    }

    .about_box2 .title h2{
        padding-bottom: 40px;
    }
    .about_box3 .slickCon_box .textBox{
        margin-left: 420px;
    }
    .about_box3 .slickCon_box .textBox h3{
        padding-top: 0;
        padding-bottom: 15px;
    }
    .oemBox2 .itemBox .item .text{
        padding-top: 20px;
    }
    .oemBox2 .itemBox .item .text p{
        line-height: 1.4;
    }

    .caseBox1 .text{
        padding-right: 20px;
    }
    .caseBox1 .text:nth-of-type(2){
        padding-left: 20px;
    }

    .applicationBox2 .itemBox .item .text h3{
        font-size: 22px;
    }
    .applicationBox2 .itemBox .item .text p{
        line-height: 1.6;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #131313;
        border-bottom: 1px solid #f0f0f0;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 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: #ffffff;
        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;
        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{
        padding: 50px 0;
    }
    .footer_box .fast_navigation .col_lg_4,
    .footer_box .fast_navigation .col_lg_8{
        display: none;
    }
    .footer_box .fast_navigation .col_lg_6{
        width: 50% !important;
    }


    .index_box1{
        padding: 50px 0;
    }
    .index_box1 .text h2{
        width: 100%;
    }
    .index_box1 .text .t{
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .index_box2 .item_box{
        width: 767px;
        margin: auto;
    }
    .index_box2 .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .index_box2 .item .img{
        width: 40%;
        float: left;
    }
    .index_box2 .item .text{
        width: 60%;
        float: left;
        text-align: left;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .index_box2 .item:hover .text{
        background: transparent;
    }
    .index_box2 .item .text h2{
        height: auto;
        background: none;
    }
    .index_box2 .item .text h2 span{
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        color: #252525;
        margin-top: 0 !important;
    }
    .index_box2 .item .t{
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .index_box2 .item:hover .t p,
    .index_box2 .item:hover .t a{
        color: #252525;
    }
    .index_box2 .item .t a:hover{
        color: #92d050;
    }

    .index_box3 .conBox{
        padding: 50px 0;
    }
    .index_box3 .conBox .text{
        padding: 0 40px;
    }
    .index_box3 .item_box .item{
        padding: 0 15px;
    }
    .index_box3 .item_box .item h3 span{
        font-size: 42px;
    }
    .index_box3 .item_box .item h3 span:before{
        font-size: 26px;
        right: -20px;
    }
    .index_box3 .item_box .item h3 span.num1:after{
        font-size: 16px;
        right: -60px;
    }
    .index_box3 .item_box .item p{
        font-size: 14px;
    }

    .index_box4{
        padding: 100px 0 80px;
    }
    .index_box4 .item_box{
        margin-top: 50px;
    }
    .index_box4 .item .img img{
        width: 100px;
    }

    .productSearch_box{
        padding: 40px 0;
    }
    .productSearch_box .title h2{
        margin-bottom: 15px;
    }
    .productSearch_form .info label{
        font-size: 14px;
    }
    .products_list_box .product_list .products_describe{
        padding-right: 0;
    }
    .products_list_box .product_list .products_describe h5{
        white-space: normal;
        line-height: 1.2;
    }
    .products_list_box .product_list .products_describe .text{
        -webkit-line-clamp: 3;
    }
    .products_list_box .product_list .products_describe .text p{
        font-size: 14px;
    }

    .productContent_box2 .ProductSpecification table tr th:nth-of-type(1){
        font-size: 16px;
    }
    .productContent_box2 .MechanicalSpecification .text h3{
        width: 100%;
    }
    .productContent_box2 .MechanicalSpecification .text .t{
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 15px;
    }
    .productContent_box2 .MechanicalSpecification .text .t span{
        font-size: 16px;
        display: block;
    }

    .about_box1{
        padding: 50px 0 110px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .about_box1 .img{
        margin-bottom: 40px;
    }
    .about_box1 .img img{
        width: 200px;
    }
    .about_box3 .text{
        padding: 40px 0 50px;
        -webkit-column-count: 1;
    }
    .about_box3 .item_box{
        margin-bottom: 25px;
    }
    .about_box3 .slickCon_box{
        padding: 0;
    }

    .oemBox2 .itemBox .item .text p{
        font-size: 16px;
    }

    .caseBox1 .text{
        width: 100%;
        padding: 0 !important;
    }
    .caseBox2 .itemBox h2{
        font-size: 26px;
    }

    .applicationBox2 .itemBox .item{
        width: 50%;
    }

    .contact_box2 .contact_info{
        width: 100%;
        height: auto;
        padding: 50px 80px;
    }
    .contact_box2 .contact_info .item{
        margin-bottom: 40px;
    }
    .contact_box2 .contact_formBox{
        width: 100%;
        height: auto;
        padding: 50px 80px;
    }
}
@media (max-width: 767px) {
    .index_box1 .text h2,
    .index_box3 .conBox .text h2,
    .index_box4 .title h3,
    .oemBox2 h2{
        font-size: 36px;
    }
    .index_box1 .text .t p,
    .index_box3 .conBox .text p,
    .index_box3 .conBox .text a,
    .about_box1 .text p,
    .about_box2 #certify .swiper-slide .conBox .text p,
    .about_box3 .text p,
    .about_box3 .slickCon_box .textBox p,
    .about_box3 .slickCon_box .textBox p span,
    .about_box4 .text p,
    .caseBox1 .text p,
    .applicationBox1 .text p,
    .applicationBox2 .itemBox .item .text p,
    .contact_box2 .contact_info .item p,
    .contact_box2 .contact_info .item a,
    .contact_box2 .contact_formBox .text p{
        font-size: 16px;
    }
    .index_box4 .item > a{
        font-size: 20px;
    }
    .index_box2 .item_box{
        width: 100%;
        padding: 0 10px;
    }

    .productSearch_box{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .productSearch_form .info{
        width: 100%;
        margin-bottom: 10px;
    }

    .productContent_box .conBox .productImg_box{
        width: 100%;
    }
    .productParameter_box{
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 20px;
    }
    .productContent_box .conBox{
        display: block;
    }
    .productContent_box1 ul li,
    .productContent_box2 .MechanicalSpecification ul li,
    .productContent_box2 .ProductionApplications ul li{
        width: 100%;
        margin-bottom: 15px;
    }

    .about_box2 #certify .swiper-slide .conBox .img img{
        clear: both;
        display: block;
        margin: auto;
    }
    .about_box3 .slickCon_box .img{
        width: 100%;
    }
    .about_box3 .slickCon_box .textBox{
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 30px;
    }

    .oemBox1{
        padding: 50px 0;
    }
    .oemBox2{
        padding: 50px 0;
    }
    .oemBox2 h2{
        margin-bottom: 15px;
    }
    .oemBox2 .itemBox .item .img{
        width: 100%;
        padding: 0 !important;
    }
    .oemBox2 .itemBox .item .text{
        width: 100%;
        padding: 20px 0 30px;
    }

    .caseBox2 .itemBox{
        margin-bottom: 30px;
    }
    .caseBox2 .itemBox .item .img{
        width: 50%;
        margin-bottom: 20px;
    }

    .contact_box2 .contact_info,
    .contact_box2 .contact_formBox{
        padding: 50px;
    }
    .contact_box2 .contact_info .item{
        margin-bottom: 20px;
    }
    .contact_box2 .contact_info .item h3{
        margin-bottom: 10px;
    }
    .contact_box2 .contact_formBox .text{
        margin-bottom: 20px;
    }
    .contact_box3 .title h2{
        margin-bottom: 35px;
    }
    .contact_box3 #googleMapPanel{
        height: 420px;
    }
}
@media (max-width: 640px){
    .index_box1 .text h2,
    .index_box3 .conBox .text h2,
    .index_box4 .title h3,
    .oemBox2 h2{
        font-size: 32px;
    }
    .index_box2 .item .text{
        padding-top: 30px;
    }
    .index_box3{
        padding: 40px 0 50px;
    }
    .index_box3 .item_box .item{
        width: 50%;
        margin-bottom: 10px;
        text-align: center;
    }
    .index_box3 .item_box .item:nth-of-type(1){
        padding-left: 15px;
    }
    .index_box3 .item_box .item:nth-of-type(2n+1){
        border-left: 0;
    }
    .index_box3 .item_box .item:last-child{
        width: 100%;
    }
    .index_box4{
        padding: 50px 0;
    }

    .products_list_box .product_list .img_box{
        width: 100%;
        padding-right: 0;
        border-right: 0;
        float: left;
    }
    .products_list_box .product_list .products_describe h5{
        font-size: 18px;
    }
    .products_list_box .product_list .products_describe{
        width: 100%;
        margin-left: 0;
        float: left;
    }
    .products_list_box .product_list .products_tag{
        position: inherit;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        float: left;
    }
    .products_list_box .product_list .products_tag a{
        font-size: 12px;
    }
    .products_list_box .product_list .products_inquire{
        position: inherit;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 10px;
        float: left;
    }
    .products_list_box .product_list .products_inquire a.inquire{
        margin-right: 0;
    }
    .about_box4 .aboutLogo_box{
        overflow: hidden;
    }
    .about_box4 .aboutLogo_box .img{
        width: 50%;
        float: left;
        margin: 0 0 10px;
        display: inline-block;
    }

    .productInquire_form{
        width: 90%;
        height: 530px;
        left: 5%;
        margin-left: 0;
        margin-top: -265px;
    }
    .productInquire_form .info:nth-of-type(1){
        display: none;
    }
    .productInquire_form form p{
        font-size: 22px;
    }
    .productInquire_form .label_control{
        line-height: 34px;
        font-size: 14px;
    }
    .productInquire_form input[type="text"]{
        height: 34px;
        font-size: 14px;
    }
    .productInquire_form textarea{
        height: 70px;
    }
    .productInquire_form img.Verify_img{
        height: 27px !important;
    }
}
@media (max-width: 540px){
    .index_box1 .text h2,
    .index_box3 .conBox .text h2,
    .index_box4 .title h3,
    .oemBox2 h2{
        font-size: 30px;
    }
    .footer_box .fast_navigation{
        padding-top: 20px;
    }
    .footer_box .fast_navigation .col_lg_6{
        width: 100% !important;
    }
    .footer_box .fast_navigation h3{
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .index_box2 .item .t p{
        line-height: 1.4;
    }
    .index_box2 .item .t a{
        margin-top: 20px;
    }
    .index_box3 .conBox .text{
        padding-left: 20px;
        padding-right: 20px;
    }
    .index_box3 .conBox .text h2{
        margin-bottom: 20px;
    }
    .index_box3 .item_box .item{
        height: 90px;
    }
    .index_box4 .item_box{
        margin-top: 35px;
    }
    .index_box4 .item .img img{
        width: 50px;
    }
    .index_box4 .item > a{
        font-size: 16px;
    }

    .contact_box2 .conBox{
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    .contact_box2 .contact_info,
    .contact_box2 .contact_formBox{
        padding: 40px 20px;
    }
}
@media (max-width: 480px){
    .index_box3 .item_box .item{
        text-align: left;
        border-left: 0;
        padding-left: 0 !important;
    }
    .productSearch_box .title h2{
        font-size: 22px;
    }

    .about_box4 .aboutLogo_box .img{
        width: 100%;
    }
    .caseBox2 .itemBox .item{
        margin: 0;
    }
    .caseBox2 .itemBox .item .img{
        width: 100%;
        padding: 0;
    }

    .applicationBox2 .itemBox .item{
        width: 100%;
    }
    .applicationBox2 .itemBox .item .text{
        height: auto;
    }
}
@media (max-width: 400px){
    .index_box2 .item .img{
        width: 100%;
    }
    .index_box2 .item .text{
        width: 100%;
    }
}