﻿.no_padding {
    padding-left: 0;
    padding-right: 0;
}

/*header*/
.header {
    position: relative;
    background: #fff;
    z-index: 999;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/header_bj.png") no-repeat top center;
}

/*logo*/
.header .logo_box {
    padding: 25px 0;
}

.header .logo_box,
.header .logo_box a {
    display: block;
    font-size: 0;
    line-height: 0;
}

.header_info{
    overflow: hidden;
}
.header_info .find{
    float: right;
}
.header_info .find a{
    display: inline-block;
    width: 160px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/header_info_bj2.png") no-repeat center center;
}
.header_info ul{
    overflow: hidden;
    float: right;
}
.header_info li{
    float: right;
    line-height: 32px;
    padding: 0 20px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/header_info_bj1.png") no-repeat left center;
}
.header_info li .text{
    padding-left: 25px;
    margin: 0 40px;
}
.header_info li.header_tel .text{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/header_tel.png") no-repeat left center;
}
.header_info li.header_email .text{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/header_email.png") no-repeat left center;
}
.header_info li .text p,
.header_info li .text p a{
    color: #666666;
}
.header_info li .text p a:hover{
    color: #d80c18;
}

/*pc_nav*/
.nav_box {
    position: relative;
}
.nav_box .nav{
    float: left;
    margin-right: 50px;
}
.nav_box .search_btn{
    position: absolute;
    right: 0;
    width: 50px;
    height: 90px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/header_seacrh.png") no-repeat center center;
}
.nav_box .search_btn a{
    display: block;
    width: 100%;
    height: 100%;
}
.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 26px;
}

.nav_list > li:nth-of-type(1) > a {
    padding-left: 0;
}

.nav_list > li > a > span {
    display: block;
    padding: 37px 0;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    transition: all .5s;
    position: relative;
}
.nav_list > li > a > span:before{
    position: absolute;
    content: '';
    top: 65px;
    width: 0;
    height: 2px;
    background: #d80c18;
    transition: all .3s;
}

.nav_list > li > a > i {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/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: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: 280px;
    background: #f8f8f8;
    padding: 10px 0;
    display: none;
    z-index: 1;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
    color: #666;
}
.nav_normal .dropdown_menu li a:hover{
    background: #d10f0f;
    color: #ffffff;
}
.nav_normal > li.on > a > span,
.nav_normal > li.active > a > span{
    color: #d10f0f;
}
.nav_normal > li.on > a > span:before,
.nav_normal > li.active > a > span:before{
    width: 100%;
    transition: all .3s;
}
/*m_nav*/
.m_header {
    display: none;
}

.search_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -600px;
    width: 1200px;
    height: 80px;
    background: #ffffff;
    z-index: 1000;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

.search_box .info {
    position: relative;
    width: 100%;
    height: 80px;
}

.search_box .info input[type="text"] {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    font-size: 36px;
    text-indent: 15px;
    padding-right: 95px;
    color: #757575;
}

.search_box .info input[type="submit"] {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    border: 0;
    font-size: 0;
    background: #999999 url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/header_seacrh.png") no-repeat center center;
    cursor: pointer;
}

.search_box_bj.show,
.search_box.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.search_box_bj {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*banner*/
.ind_banner_box .banner_item {
    padding-top: 823px;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner_slick .slick-dots li.slick-active{
    background: #d80c18;
}

.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/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: 10px;
}

.banner_slick .slick-next {
    background-position: -150px 0;
    right: 10px;
}

/*footer*/
.footer{
    background: #d80c18;
    overflow: hidden;
    padding-bottom: 20px;
}
.footer_con_box {
    padding: 70px 0;
}

.fast_navigation h2 {
    font-size: 24px;
    height: 60px;
    color: #ffffff;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}

.fast_navigation h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 1px;
    background: #e03d46;
}

.fast_navigation li {
    margin-bottom: 8px;
}

.fast_navigation li,
.fast_navigation li a {
    font-size: 14px;
    color: #f8e1e2;
    font-weight: 300;
}
.fast_navigation li span,
.fast_navigation li span a{
    font-weight: 700;
    color: #ffffff;
}

.fast_navigation li.on a,
.fast_navigation li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.fast_navigation .footer_form{
    margin-top: 20px;
}
.fast_navigation .footer_form .info{
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.fast_navigation .footer_form .info:nth-of-type(1),.fast_navigation .footer_form .info:nth-of-type(3){
    padding-right: 5px;
}
.fast_navigation .footer_form .info:nth-of-type(2),.fast_navigation .footer_form .info:nth-of-type(4){
    padding-left: 5px;
    padding-right: 0;
}
.fast_navigation .footer_form .info.textarea,
.fast_navigation .footer_form .info.imgVerifyCode{
    width: 100%;
}
.fast_navigation .footer_form label.label_control{
    position: absolute;
    left: 5px;
    line-height: 34px;
    color: #ffffff;
}
.fast_navigation .footer_form .info:nth-of-type(2) label.label_control{
    left: 10px;
}
.fast_navigation .footer_form .tips{
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 34px;
    color: #ffffff;
    font-size: 12px;
}
.fast_navigation .footer_form input[type="text"]{
    width: 100%;
    height: 34px;
    background: none;
    text-indent: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.fast_navigation .footer_form textarea{
    width: 100%;
    height: 70px;
    resize: none;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    padding: 5px;
}
.fast_navigation .footer_form #form_footer_sub{
    width: 125px;
    height: 30px;
    background: #ffffff;
    font-size: 14px;
    color: #141414;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.fast_navigation .footer_form #form_footer_sub:hover{
    opacity: .95;
    transition: all .3s;
}


.footer_copyright {
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/footer_bj.png") no-repeat center center;
}

.footer_copyright .container_1200 {
    position: relative;
}

.footer_copyright .text_box{
    padding-left: 30px;
}
.footer_copyright .text_box p,
.footer_copyright .text_box p a {
    color: #929292;
    line-height: 55px;
}
.footer_copyright .text_box p a.site_map{
    padding: 0 20px;
}

.footer_copyright .text_box p a:hover {
    color: #d10f0f;
}

/*index*/
.index_box1{
    padding: 70px 0 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.index_box1 .title h1{
    font-size: 48px;
    color: #000000;
    padding: 30px 0;
}
.index_box1 .title li {
    padding: 0 20px;
    border-left: 3px solid #cecece;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.index_box1 .title li a{
    font-size: 20px;
    line-height: 38px;
    color: #000000;
}
.index_box1 .title li:hover{
    border-left-color: #000;
    transition: all .3s;
}
.index_box1 .title a.more{
    width: 150px;
    height: 36px;
    display: inline-block;
    margin-top: 25px;
    background: #d80c18;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s;
}
.index_box1 .title a.more:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .3s;
}
.index_box1 .con_box{
    background: #ffffff;
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transition: all .3s;
}
.index_box1 .con_box:hover{
    top: -10px;
    transition: all .3s;
}
.index_box1 .con_box .text{
    padding: 0 25px;
    position: relative;
}
.index_box1 .con_box .text a{
    display: block;
    font-size: 20px;
    color: #000000;
    padding-right: 75px;
    padding-bottom: 25px;
    border-bottom: 3px solid #000000;
}
.index_box1 .con_box .text img{
    position: absolute;
    right: 25px;
    top: 0;
}
.index_box1 .con_box .img{
    text-align: center;
    line-height: 0;
    padding-top: 20px;
}

.index_box2 {
    padding: 80px 0;
}
.index_box2 .text_box{
    border-top: 3px solid #000000;
    padding-bottom: 40px;
}
.index_box2 .text_box h2{
    color: #000000;
    font-size: 48px;
    padding: 50px 0 20px;
}
.index_box2 .text_box p{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    padding-right: 200px;
    line-height: 1.6;
}
.index_box2 .con_box h3{
    color: #000000;
    font-size: 24px;
    padding-bottom: 25px;
}
.index_box2 .index_video{
    padding-bottom: 65px;
}
.index_box2 .index_video .slick_first{
    margin: 0 10px;
}
.index_box2 .index_video .slick-prev,
.index_box2 .index_video .slick-next{
    bottom: 0;
    top: auto;
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
}
.index_box2 .index_video .slick-prev{
    left: 50%;
    margin-left: -45px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/video_prev.png") no-repeat center center;
}
.index_box2 .index_video .slick-next{
    right: 50%;
    margin-right: -45px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/video_next.png") no-repeat center center;
}
.index_box2 .index_video .slick-prev:hover{
    border-color: #d80c18;
    background: #d80c18 url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/video_prev_hover.png") no-repeat center center;
}
.index_box2 .index_video .slick-next:hover{
    border-color: #d80c18;
    background: #d80c18 url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/video_next_hover.png") no-repeat center center;
}
.index_box2 .video_click:after{
    display: none;
}
.index_box2 .video_click i{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0);
    transition: all .3s;
}
.index_box2 .video_click span{
    position: absolute;
    bottom: 20px;
    left: 15px;
    display: block;
    color: #ffffff;
    padding-top: 55px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_video.png") no-repeat left top;
    transition: all .3s;
}
.index_box2 .video_click:hover i{
    background: rgba(255,0,0,0.6);
    transition: all .3s;
}
.index_box2 .video_click:hover span{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_video_hover.png") no-repeat left top;
    transition: all .3s;
}

.index_box3{
    margin-bottom: 90px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_bj2.png") no-repeat bottom center;
}
.index_box3 .title .text{
    height: 270px;
    margin-bottom: 25px;
}
.index_box3 .title h2{
    font-size: 48px;
    color: #000000;
    padding: 45px 0;
}
.index_box3 .title a{
    width: 150px;
    height: 36px;
    display: inline-block;
    background: #d80c18;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s;
}
.index_box3 .title a:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .3s;
}
.index_box3 .img{
    line-height: 0;
}
.index_box3 .con_box{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.index_box3 .con_box i{
    position: absolute;
    z-index: 1;
    background: #ebebeb;
    left: 0;
    bottom: 0;
    width: 350px;
    height: 350px;
}
.index_box3 .con_box .video_click{
    position: absolute;
    z-index: 3;
    width: 100px;
    height: 100px;
    right: 20px;
    top: 50%;
}
.index_box3 .con_box .video_click:after{
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico16.png") no-repeat center center;
    transition: all .3s;
}
.index_box3 .con_box .video_click:hover:after{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico17.png") no-repeat center center;
    transition: all .3s;
}
.index_box3 .img_box{
    position: inherit;
    z-index: 2;
    background: #ffffff;
}
.index_box3 .img_box .text_box{
    padding: 25px;
}
.index_box3 .img_box .text_box .text{
    height: 95px;
}
.index_box3 .img_box .text_box h3{
    font-size: 24px;
    color: #000000;
    padding-bottom: 5px;
}
.index_box3 .img_box .text_box p{
    font-size: 16px;
    color: #666666;
}
.index_box3 .img_box .text_box span{
    color: #666666;
}

.index_box4 .text_box{
    border-top: 3px solid #000000;
}
.index_box4 .text_box h2{
    font-size: 60px;
    color: #000000;
    padding-top: 40px;
}
.index_box4 .text_box h3{
    font-size: 24px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 40px;
}
.index_box4 .text_box p{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 1.8;
    padding-right: 20px;
}
.index_box4 .text_box a{
    width: 150px;
    height: 36px;
    display: inline-block;
    margin-top: 60px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s;
}
.index_box4 .text_box a:hover{
    background: #d80c18;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .3s;
}
.index_box4 .img{
    line-height: 0;
    text-align: right;
}

.index_box5{
    padding: 50px 0 60px;
}
.index_box5 h2{
    font-size: 24px;
    color: #000000;
    margin-bottom: 25px;
}
.index_box5 .col{
    background-color: #f9f9f9;
    padding: 25px 20px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    top: 0;
}
.index_box5 .col:hover{
    top: -10px;
    background: #d80c18;
    transition: all .3s;
}
.index_box5 .col h3{
    padding-top: 60px;
    font-size: 20px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: top left;
    transition: all .3s;
}
.index_box5 .col1 h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico10.png");
    transition: all .3s;
}
.index_box5 .col2 h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico11.png");
    transition: all .3s;
}
.index_box5 .col3 h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico12.png");
    transition: all .3s;
}
.index_box5 .col4 h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico13.png");
    transition: all .3s;
}
.index_box5 .col5 h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico14.png");
    transition: all .3s;
}
.index_box5 .col6 h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico15.png");
    transition: all .3s;
}
.index_box5 .col1:hover h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico10-1.png");
    color: #ffffff;
    transition: all .3s;
}
.index_box5 .col2:hover h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico11-1.png");
    color: #ffffff;
    transition: all .3s;
}
.index_box5 .col3:hover h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico12-1.png");
    color: #ffffff;
    transition: all .3s;
}
.index_box5 .col4:hover h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico13-1.png");
    color: #ffffff;
    transition: all .3s;
}
.index_box5 .col5:hover h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico14-1.png");
    color: #ffffff;
    transition: all .3s;
}
.index_box5 .col6:hover h3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/ind_ico15-1.png");
    color: #ffffff;
    transition: all .3s;
}
.index_box5 .col p{
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    transition: all .3s;
}
.index_box5 .col:hover p{
    color: #ffffff;
    transition: all .3s;
}

.index_box6{
    padding-bottom: 60px;
}
.index_box6 .title{
    padding-bottom: 25px;
}
.index_box6 .title h2{
    font-size: 48px;
    color: #000000;
    padding-bottom: 15px;
}
.index_box6 .title p{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}
.index_box6 .new_time{
    border-bottom: 3px solid #000000;
    padding: 5px 0;
}
.index_box6 .new_time p{
    font-size: 24px;
    font-weight: 300;
    color: #666666;
    transition: all .3s;
}
.index_box6 .new_text h3 a{
    font-size: 24px;
    color: #000000;
    display: block;
    padding: 12px 50px 12px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    position: relative;
    transition: all .3s;
}
.index_box6 .new_text h3 a:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #cccccc;
    transition: all .3s;
}
.index_box6 .new_text h3 a:before{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    z-index: 3;
    background: #d80c18;
    transition: all .3s;
}
.index_box6 .new_text p{
    color: #666666;
    font-weight: 300;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index_box6 a.new_more{
    position: relative;
    display: block;
    margin-top: 15px;
    color: #666666;
    transition: all .3s;
}
.index_box6 a.new_more:before{
    position: absolute;
    content: '+';
    right: 0;
    top: 0;
    color: #666666;
    transition: all .3s;
}
.index_box6 .new_con:hover .new_time p,
.index_box6 .new_con:hover a.new_more,
.index_box6 .new_con:hover a.new_more:before,
.index_box6 .new_text h3 a:hover{
    color: #d80c18;
    transition: all .3s;
}
.index_box6 .new_text h3 a:hover:before{
    width: 100%;
    transition: all .3s;
}

/*äº§å“åˆ—è¡¨*/
.product_box .submenu_wrap ul li:hover{
    background: #d10f0f;
}
.product_box .submenu_wrap ul li:hover a{
    color: #ffffff;
}
/*äº§å“è¯¦æƒ…*/
.product_tab .txt{
    padding: 10px 15px;
}
.product_tab .item{
    overflow: hidden;
}
.product_tab .item h2{
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 15px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/det_bt_bj.jpg") no-repeat left center;
}
.product_tab .item .img{
    line-height: 0;
    text-align: center;
}
.product_tab .item1 .t_box{
    padding: 0 20px;
    overflow: hidden;
}
.product_tab .item1 .text{
    float: left;
    width: 330px;
}
.product_tab .item1 .text h3{
    color: #000000;
    font-size: 28px;
    padding-bottom: 20px;
    padding-top: 65px;
}
.product_tab .item1 .text p{
    font-size: 16px;
    color: #010101;
}
.product_tab .item1 .img{
    margin-left: 330px;
}

.product_tab .item2 .t_box{
    padding: 35px 20px;
}
.product_tab .item2 img{
    width: 100%;
    margin-bottom: 25px;
}
.product_tab .item2 p{
    font-size: 16px;
    color: #000000;
}
.product_tab .item3 .t_box{
    padding: 35px 0;
}
.product_tab  .teble{
    width: 100%;
    overflow-x: auto;
}
.product_tab .table::-webkit-scrollbar{height:5px;}
.product_tab .table::-webkit-scrollbar-track{background-color:#dddddd;}
.product_tab .table::-webkit-scrollbar-thumb{background-color:#000000;}
.product_tab .table::-webkit-scrollbar-thumb:hover {background-color:#000000}
.product_tab .table::-webkit-scrollbar-thumb:active {background-color:#000000;}
.product_tab  table{
    width: 860px;
}
.product_tab table td{
    padding: 5px 8px;
    /*border: 1px solid #000000;*/
}
.product_tab .item9 .t_box{
    padding: 35px 20px;
}
.product_tab .item9 .t_box .t{
    margin-bottom: 20px;
}
.product_tab .item9 .t_box h3{
    background: #e4e3e3;
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}
.product_tab .item9 .t_box p{
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

/*contact*/
.contact_box1 h2 {
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 40px;
    border-top: 3px solid #000000;
}

.contact_box2 .container_1200 {
    background: #eeeeee;
    padding: 70px 0;
}

.contact_box2 .text_box {
    width: 50%;
    float: left;
    padding: 0 55px;
}

.contact_box2 .text_box h1 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 30px;
}

.contact_box2 .text_box .img {
    line-height: 0;
}

.contact_box2 .text_box .text {
    margin-top: 35px;
    padding-right: 140px;
    margin-bottom: 50px;
}

.contact_box2 .text_box .text p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    font-weight: 300;
}

.contact_box2 .text_box li {
    overflow: hidden;
    width: 230px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-right: 30px;
    border-bottom: 1px solid #cccccc;
}

.contact_box2 .text_box li:nth-of-type(2n) {
    margin-right: 0;
}

.contact_box2 .text_box li .img {
    width: 40px;
    float: left;
}

.contact_box2 .text_box li .text {
    margin-top: 0;
    margin-left: 45px;
    padding-right: 0;
    margin-bottom: 0;
}

.contact_box2 .text_box li .text p,
.contact_box2 .text_box li .text p a {
    line-height: 37px;
    font-size: 16px;
    color: #000000;
}

.contact_box2 .text_box li .text p a:hover{
    color: #d80c18;
}

.contact_box2 .form_box {
    width: 50%;
    float: left;
}

.contact_box2 .form_box h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    padding-right: 120px;
    padding-bottom: 45px;
}

.contact_box2 .form_box form {
    width: 470px;
}

.contact_box2 .form_box .info {
    margin-bottom: 10px;
    position: relative;
}

.contact_box2 .form_box .label_control {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #8d8d8d;
    font-weight: 300;
    position: relative;
}

.contact_box2 .form_box input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-indent: 10px;
    border-bottom: 1px solid #a8a8a8;
}

.contact_box2 .form_box input#inquire_Verify {
    width: 165px;
}

.contact_box2 .form_box .Verify_img {
    height: 36px;
    vertical-align: bottom;
    cursor: pointer;
}

.contact_box2 .form_box textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    resize: none;
    background: none;
}

.contact_box2 .form_box .tips {
    position: absolute;
    right: 10px;
    top: 32px;
    color: #ff0000;
}

.contact_box2 .form_box input[type="submit"] {
    width: 145px;
    height: 36px;
    background: #d80c18;
    color: #ffffff;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s;
}

.contact_box2 .form_box input[type="submit"]:hover {
    opacity: .85;
    transition: all .3s;
}

.contact_box3 #google_map {
    width: 100%;
    height: 405px;
    margin: 60px 0;
}

/*about*/
.about_box1{
    padding-bottom: 80px;
}
.about_box1 .text h1{
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 3px solid #000000;
}
.about_box1 .text p{
    padding-right: 500px;
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
}
.about_box1 .img{
    line-height: 0;
}

.about_box2{
    padding: 45px 0;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/about_bj.png") no-repeat center center;
}
.about_box2 h2{
    width: 400px;
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
}

.about_box3{
    padding: 25px 0 50px;
}
.about_box3 p{
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    font-weight: 300;
}

.about_box4{
    padding-bottom: 55px;
}
.about_box4 h2{
    font-size: 24px;
    color: #000000;
    padding-bottom: 30px;
}
.about_box4 li{
    line-height: 2;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}
.about_box4 li:before{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #d80c18;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
.about_box4 li:hover{
    text-decoration: underline;
}

.about_box5{
    padding-bottom: 40px;
}
.about_box5 h2{
    font-size: 24px;
    color: #000000;
    padding-bottom: 20px;
}
.about_box5 .text_box{
    background-color: #f9f9f9;
    padding: 25px 25px 25px 80px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 15px 25px;
}
.about_box5 .text_box h3 a{
    font-size: 20px;
    color: #1a1d20;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    transition: all .3s;
}
.about_box5 .text_box .text {
    height: 60px;
    margin-bottom: 10px;
}
.about_box5 .text_box .text p{
    font-size: 13px;
    color: #666666;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition: all .3s;
}
.about_box5 .text_box a{
    font-size: 14px;
    color: #1a1d20;
    font-weight: 400;
    display: inline-block;
    transition: all .3s;
}
.about_box5 .text_box:hover h3 a,
.about_box5 .text_box:hover .text p,
.about_box5 .text_box:hover a{
    color: #ffffff;
    transition: all .3s;
}
.about_box5 .text_box:hover > a{
    text-decoration: underline;
}
.about_box5 .text_box1{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water.png");
    transition: all .3s;
}
.about_box5 .text_box2{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/csd.png");
    transition: all .3s;
}
.about_box5 .text_box3{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/juice.png");
    transition: all .3s;
}
.about_box5 .text_box1:hover{
    background-color: #d80c18;
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water1.png");
    transition: all .3s;
}
.about_box5 .text_box2:hover{
    background-color: #d80c18;
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/csd1.png");
    transition: all .3s;
}
.about_box5 .text_box3:hover{
    background-color: #d80c18;
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/juice1.png");
    transition: all .3s;
}

.about_box6{
    padding-bottom: 80px;
}
.about_box6 .title h2{
    font-size: 24px;
    color: #000000;
    padding-bottom: 45px;
}
.about_box6 .img_box{
    position: relative;
    height: 510px;
}
.about_box6 .img{
    float: left;
    position: absolute;
}
.about_box6 .img1{
    top: 0;
    left: 175px;
    z-index: 2;
}
.about_box6 .img2{
    left: 50%;
    top: 25px;
    margin-left: -164px;
    z-index: 5;
}
.about_box6 .img3{
    top: 0;
    left: 720px;
    z-index: 2;
}
.about_box6 .img .i{
    line-height: 0;
    text-align: center;
    padding-bottom: 18px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/about_ico.png") no-repeat bottom center;
}
.about_box6 .img .t{
    position: absolute;
    width: 328px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    font-weight: 300;
}
.about_box6 .img1 .t{
    right: 140px;
    border-bottom: 1px solid #d80c18;
    border-right: 1px solid #d80c18;
}
.about_box6 .img2 .t{
    left: 50%;
    margin-left: -164px;
}
.about_box6 .img3 .t{
    left: 141px;
    border-bottom: 1px solid #d80c18;
    border-left: 1px solid #d80c18;
}
.culture_box1 .title{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 3px solid #000;
}
.culture_box1 .title h1{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.culture_box1 .title p{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 1.4em;
}
.culture_box1 .main{
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 98px;
}
.culture_box1 .main .txt_left,.culture_box1 .main .txt_right,.culture_box1 .main .txt_center{
    width: 33.33%;
}
.culture_box1 .main .txt_left{
    text-align: right;
    padding-right: 50px;
}
.culture_box1 .main .txt_left h2:after{
    content: '';
    position: absolute;
    right: -22px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #272727;
}
.culture_box1 .main .txt_right{
    text-align: left;
    padding-left: 50px;
}
.culture_box1 .main .txt_right h2:after{
    content: '';
    position: absolute;
    left: -22px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #272727;
}
.culture_box1 .main .txt_center{
    text-align: center;
}
.culture_box1 .main .txt_center h2{
    font-size: 24px;
    font-weight: bold;
    color: #d80c18;
    padding-bottom: 30px;
}
.culture_box1 .main .item{
    margin-bottom: 25px;
}
.culture_box1 .main .txt_left h2,.culture_box1 .main .txt_right h2{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.4em;
}
.culture_box1 .main .txt_left p,.culture_box1 .main .txt_right p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.4em;
}
.culture_box2{
    padding-top: 30px;
    padding-bottom: 20px;
    background: url(https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/about_bj.png) no-repeat center center;
}
.culture_box2 h2{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.culture_box2 p{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.culture_box3{
    padding: 95px 0;
}
.culture_box3 .item{
    border-top: 10px solid #272727;
    height: 518px;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 65px;
    padding-left: 90px;
    padding-right: 90px;
    background: #f8f8f8;
}
.culture_box3 .item h2{
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    padding-top: 15px;
    padding-bottom: 50px;
}
#back_top{
    position: fixed;
    right: 30px;
    bottom: 135px;
    z-index: 97;
    display: none;
}
#back_top a{
    display: inline-block;
    background: #d80c18 url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/reset/back_top.png") no-repeat center center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.culture_box3 .item p{
    font-size: 16px;
    font-weight: 400;
    height: 180px;
    color: #272727;
    padding-bottom: 70px;
}
.culture_box3 .item a{
    display: inline-block;
    width: 214px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #d80c18;
    border:1px solid #d80c18;
    font-weight: 400;
    border-radius: 10px;
}
.culture_box3 .item a:hover{
    background: #fff;
    color: #d80c18;
}

.solu_water1.gallon .title{
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-left: 85px;
    padding-right: 85px;
}
.solu_water1.gallon .img{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.solu_water1.gallon p{
    font-size: 14px;
    color: #000000 !important;
    line-height: 1.7;
    text-align: center;
}
.solu_wate8.gallon .item.water a {
    background-image: url(https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/1523_icon.png);
}
.solu_wate8.gallon .item{
    margin: 0 10px;
}
.solu_wate6.gallon{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/1534_bg.jpg") no-repeat center center;
}

@media (max-width: 1600px) {
    .ind_banner_box .banner_item{
        padding-top: 41.15%;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
@media (max-width: 1400px){

}
@media (max-width: 1200px){
    .header{
        background-position: -335px center;
    }
    .header_info li .text{
        margin: 0 15px;
    }
    .nav_list > li > a{
        padding: 0 15px;
    }
    .nav_list > li > a > span{
        font-size: 15px;
    }
    .index_box1 .title{
        position: relative;
        padding-right: 150px;
    }
    .index_box1 .title ul{
        display: none;
    }
    .index_box1 .title a.more{
        position: absolute;
        top: 10px;
        right: 0;
    }
    .index_box1 .con_box .text a{
        height: 82px;
    }

    .index_box3 .title h2{
        font-size: 40px;
    }
    .index_box3 .title img{
        margin-bottom: 24px;
    }
    .index_box3 .con_box{
        padding-left: 0;
        padding-right: 0;
    }
    .index_box3 .con_box .video_click{
        width: 80px;
        height: 80px;
        right: 0;
    }
    .index_box3 .con_box .video_click:after{
        width: 100%;
        height: 100%;
        -webkit-background-size: 80px;
        background-size: 80px;
    }
    .index_box4 .text_box h2{
        font-size: 46px;
    }
    .index_box4 .text_box a{
        margin-top: 30px;
    }

    .product_tab .txt{
        padding: 10px 20px;
    }
    .product_tab .item h2{
        background-position: left center;
    }

    .contact_box2 .text_box h1{
        padding-right: 0;
    }
    .contact_box2 .text_box .text{
        padding-right: 0;
    }

    .more_B_img{
        width: 992px;
        height: 550px;
    }
    .more_B_img img{
        height: 500px;
    }
    .about_box6 .img{
        float: left;
        position: inherit;
        width: 33.33%;
        padding: 0 10px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0;
    }
    .about_box6 .img .t{
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        text-align: center;
        width: 100%;
        line-height: 1.4;
    }
    .about_box6 .img3 .t{
        left: 0;
        border-bottom: 0;
        border-left: 0;
    }
    .about_box6 .img2 .t{
        left: auto;
        margin: 0;
    }
    .about_box6 .img1 .t{
        right: 0;
        border-bottom: 0;
        border-right: 0;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }

    /*pc_header*/
    .header {
        display: none;
    }

    /*m_header*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        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%;
        padding: 6px 0;
    }

    /*m_nav_toggle*/
    .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;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 5px;
        width: 35px;
        background: #d10f0f;
        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_nav*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        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: 40px;
        text-align: left;
        font-size: 15px;
        color: #333;
    }

    .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("https://chinahonormachine.usa72.wondercdn.com/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;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        padding-left: 25px;
    }

    .footer .col_sm_12:nth-of-type(2),
    .footer .col_sm_12:nth-of-type(3){
        display: none;
    }
    .footer_copyright{
        background: #d80c18;
    }
    .f_follow_service{
        text-align: center;
    }
    .f_follow_service a span{
        border-color: #ffffff;
    }
    .footer_con_box{
        padding: 40px 0 20px;
    }
    .footer_copyright .text_box p, .footer_copyright .text_box p a{
        line-height: 1.6;
        color: #ffffff;
        text-align: center;
    }
    .footer_fixed_form{
        display: none;
    }


    .index_box2 .text_box p{
        padding-right: 0;
    }
    .index_box3 .title .text{
        height: auto;
    }
    .index_box3 .title .img{
        display: none;
    }

    .index_box4 .text_box{
        margin-bottom: 30px;
    }

    .index_box5 .col{
        margin-bottom: 20px;
    }

    .index_box6 .col_sm_12:nth-of-type(3){
        display: none;
    }


    .product_tab .txt{
        padding: 10px 30px;
    }
    .contact_box2 .text_box,
    .contact_box2 .form_box{
        width: 100%;
        padding: 0 55px;
    }
    .contact_box2 .text_box li{
        width: 45%;
    }
    .contact_box2 .form_box{
        margin-top: 40px;
    }
    .contact_box2 .form_box h3{
        padding-bottom: 20px;
    }
    .contact_box2 .form_box form{
        width: 100%;
    }


    .more_B_img{
        width: 767px;
        height: 550px;
    }
    .more_B_img img{
        height: 500px;
    }

	.about_box1 .text p {
        padding-right: 0;
    }
    .about_box2 h2{
        width: 100%;
    }

    .product_tab img {
        width: 100%!important;
        height: auto!important;
    }

    .product_tab embed {
        width: 100%!important;
    }
}
@media (max-width: 767px){
    .footer_copyright .text_box{
        padding-left: 0;
    }
    .index_box1 .title{
        padding-right: 0;
    }
    .index_box1 .title a.more{
        position: inherit;
        margin-top: 0;
        top: auto;
        margin-bottom: 30px;
    }
    .index_box3 .col_xs_24{
        width: 50%;
    }

    .product_tab .item1 .text{
        width: 100%;
    }
    .product_tab .item1 .img{
        width: 100%;
        margin-left: 0;
    }
    .product_tab .txt{
        padding: 10px;
    }
    .product_tab .item1 .t_box,
    .product_tab .item2 .t_box,
    .product_tab .item9 .t_box{
        padding-left: 0;
        padding-right: 0;
    }
    .more_B_img{
        width: 100%;
        height: 450px;
    }
    .more_B_img img{
        height: 400px;
    }
    .more_S_img{
        width: 100%;
    }
    .more_S_img .slick-prev,
    .more_S_img .slick-next{
        bottom: -85px;
        top: auto;
        width: 40px;
        height: 40px;
        border: 1px solid #000000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
    }
    .more_S_img .slick-prev{
        left: 50%;
        margin-left: -45px;
        background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/video_prev.png") no-repeat center center;
    }
    .more_S_img .slick-next{
        right: 50%;
        margin-right: -45px;
        background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/video_next.png") no-repeat center center;
    }
    .about_box4 li{
        width: 100%;
    }
    .culture_box3 .item{
        height: auto;
    }
    .culture_box3 .item p{
        height: auto;
        padding-bottom: 30px;
    }
}
@media (max-width: 640px){
    .product_tab .item h2{
        background-position: -50px center;
        padding-left: 10px;
    }

    .contact_box2 .text_box, .contact_box2 .form_box{
        padding: 0 30px;
    }
    .contact_box2 .text_box li{
        width: 100%;
    }
    .Crumbs ul li a, .Crumbs_nav, .Crumbs_nav a{
        font-size: 14px;
    }
}
@media (max-width: 560px){
    .index_box1 .title h1{
        padding-top: 0;
    }
    .index_box1 .title h1,
    .index_box2 .text_box h2,
    .index_box6 .title h2,
    .contact_box1 h2,
    .about_box1 .text h1,
    .about_box2 h2{
        font-size: 40px;
    }
    .index_box3 .col_xs_24,
    .index_box1 .col_xs_12,
    .index_box6 .col_sm_12{
        width: 100%;
    }
    .index_box3 .img img{
        width: 100%;
    }
    .index_box3 .con_box i{
        width: 100%;
    }
    .index_box5 .col_sm_8{
        width: 50%;
    }
    .pro_B_img,
    .pro_S_img,
    .more_S_img,
    .close_more_img,
    .more_product_img_click{
        display: none;
    }
    .more_product_img{
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 0;
        z-index: 1;
        opacity: 1;
    }
    .more_B_img{
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    .more_B_img img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 480px){
    .index_box1 .title h1,
    .index_box2 .text_box h2,
    .index_box6 .title h2,
    .index_box3 .title h2,
    .contact_box1 h2,
    .about_box1 .text h1,
    .about_box2 h2{
        font-size: 30px;
    }
    .index_box4 .text_box h2{
        font-size: 40px;
    }
    .index_box5 .col_sm_8{
        width: 100%;
    }
    .index_box6 .col_sm_12{
        margin-bottom: 20px;
    }

    .product_tab .item3 .table{
        overflow-x: auto;
    }
    .product_tab .item3 .table::-webkit-scrollbar{height:5px;}
    .product_tab .item3 .table::-webkit-scrollbar-track{background-color:#dddddd;}
    .product_tab .item3 .table::-webkit-scrollbar-thumb{background-color:#000000;}
    .product_tab .item3 .table::-webkit-scrollbar-thumb:hover {background-color:#000000}
    .product_tab .item3 .table::-webkit-scrollbar-thumb:active {background-color:#000000;}
    .product_tab .item3 table{
        width: 640px;
    }

    .contact_box2 .text_box, .contact_box2 .form_box{
        padding: 0 10px;
    }

    .fast_navigation .footer_form .info{
        width: 100%;
    }
    .fast_navigation .footer_form .info:nth-of-type(1),.fast_navigation .footer_form .info:nth-of-type(3){
        padding-right: 0;
    }
    .fast_navigation .footer_form .info:nth-of-type(2),.fast_navigation .footer_form .info:nth-of-type(4){
        padding-left: 0;
    }

    .about_box6 .img{
        width: 100%;
    }
}

/*solution water*/
.solution_banner{
    line-height: 0;
}
.solu_water1{
    padding: 45px 0 60px;
}
.solu_water1 .title{
    padding: 45px 20px 45px 0;
    float: left;
    width: 33.75%;
}
.solu_water1 .title h1{
    color: #000000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
.solu_water1 .title p{
    color: #7f7f7f;
    line-height: 1.7;
}
.solu_water1 .img{
    width: 66.25%;
    float: left;
    line-height: 0;
}
.solu_water1 .video_click:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/reset/videoclick.png") no-repeat center;
}

.solu_water2 {
    padding: 20px 0;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_bj3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.solu_water2 .title{
    width: 235px;
    float: left;
}
.solu_water2 .title h2{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    padding-top: 100px;
}
.solu_water2 .item_box{
    margin-left: 235px;
    border-left: 1px solid #bfbfbf;
    padding-left: 60px;
}
.solu_water2 .item_box .item{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-left: 28px;
    padding-right: 10px;
    margin: 20px 0;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_ico1.png") no-repeat top left;
}
.solu_water2 .item_box .item p{
    color: #515151;
}

.solu_water3 .title h2{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 40px;
}
.solu_water3 .img{
    border: 1px solid #eeeeee;
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}
.solu_water3 .img img{
    width: 100%;
}
.solu_water3 .text{
    margin-bottom: 60px;
    margin-top: 30px;
    overflow: hidden;
    padding: 20px 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.solu_water3 .text .t{
    float: left;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_ico4.png") no-repeat left center;
    font-size: 24px;
    color: #000000;
}
.solu_water3 .text .a{
    float: right;
}
.solu_water3 .text .a a{
    width: 150px;
    height: 36px;
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
    background: #d80c18;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.solu_water3 .text .a a:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.solu_water4{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_bj1.jpg") no-repeat top center;
}
.solu_water4 .title h2{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding: 30px 0;
}
.solu_water4 .water_tab_click{
    margin-bottom: 30px;
    overflow: hidden;
}
.solu_water4 .water_tab_click li{
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    padding: 30px 5px 60px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water8.png") no-repeat top right;
    transition: all .3s;
}
.solu_water4 .water_tab_click li p{
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
}
.solu_water4 .water_tab_click li:hover,
.solu_water4 .water_tab_click li.on{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water7.png") no-repeat top right;
    transition: all .3s;
}
.solu_water4 .water_item_box{
    padding-bottom: 70px;
}
.solu_water4 .water_item_box .item{
    height: 0;
    overflow: hidden;
}
.solu_water4 .water_item_box .item.on{
    height: auto;
}
.solu_water4 .water_item_box .item .img{
    width: 56%;
    float: left;
    border: 1px solid #eeeeee;
}
.solu_water4 .water_item_box .item .text{
    width: 42%;
    float: left;
    padding-left: 30px;
}
.solu_water4 .water_item_box .item h3{
    margin: 30px 0;
    padding-left: 40px;
    font-size: 20px;
    color: #000000;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_ico1.png") no-repeat top left;
}
.solu_water4 .water_item_box .item .t{
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}
.solu_water4 .water_item_box .item .t p{
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}
.solu_water4 .water_item_box .item .t:before{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 44px;
    color: #e5e5e5;
    font-weight: 800;
    font-style: italic;
}
.solu_water4 .water_item_box .item .t1:before{
    content: '1';
}
.solu_water4 .water_item_box .item .t2:before{
    content: '2';
}
.solu_water4 .water_item_box .item .t3:before{
    content: '3';
}
.solu_water4 .water_item_box .item .a a{
    width: 150px;
    height: 36px;
    margin-top: 4px;
    background: #d80c18;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.solu_water4 .water_item_box .item .a a:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.solu_water5{
    margin-bottom: 40px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_bj2.jpg") no-repeat top center;
}
.solu_water5 .title h2{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding: 28px 0;
    margin-bottom: 80px;
}
.solu_water5 .item_box h3{
    background: #d80c18;
    font-size: 28px;
    color: #ffffff;
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 40px;
}
.solu_water5 .item_box h3:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 6px;
    right: 10px;
    top: 25px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.solu_water5 .item_box h3:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 40px;
    right: 26px;
    top: 10px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.solu_water5 .item_box h3.on:after{
    display: none;
}
.solu_water5 .item_box .top{
    overflow: hidden;
}
.solu_water5 .item_box .top .img{
    width: 56%;
    float: left;
    line-height: 0;
    border: 1px solid #eeeeee;
}
.solu_water5 .item_box .item:nth-of-type(2n) .top .img{
    float: right;
}
.solu_water5 .item_box .top .text_box{
    width: 42%;
    float: left;
    padding-left: 30px;
}
.solu_water5 .item_box .item:nth-of-type(2n) .top .text_box{
    float: right;
    padding-left: 0;
    padding-right: 30px;
}
.solu_water5 .item_box .top .text_box .t{
    margin-top: 35px;
    padding: 3px 30px 3px 0;
    overflow: hidden;
    background: #000000 url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_bj5.jpg") no-repeat left bottom;
}
.solu_water5 .item_box .top .text_box .t span{
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    margin-left: 75px;
}
.solu_water5 .item_box .top .text_box .t span.num{
    width: 75px;
    float: left;
    font-size: 28px;
    color: #ffffff;
    font-weight: 800;
    padding-left: 14px;
    line-height: 1;
    font-style: italic;
    margin-left: 0;
}
.solu_water5 .item_box .top .text_box .a a{
    width: 150px;
    height: 36px;
    margin-top: 34px;
    background: #d80c18;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.solu_water5 .item_box .top .text_box .a a:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.solu_water5 .item_box .bot{
    overflow: hidden;
}
.solu_water5 .item_box .bot .img{
    margin: 40px 0 60px;
}
.solu_water5 .item_box .bot .img img{
    width: 100%;
    border: 1px solid #eeeeee;
}
.solu_water5 .item_box .con_box{
    display: none;
}

.solu_wate6{
    padding: 160px 0;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water28.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.solu_wate6 .text{
    padding: 0 300px;
    text-align: center;
}
.solu_wate6 .text h2{
    color: #d80c18;
    font-weight: 800;
    font-style: italic;
    font-size: 74px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 35px;
}
.solu_wate6 .text p{
    font-size: 20px;
    color: #eaeaea;
    font-weight: 300;
}
.solu_wate6 .text a{
    display: inline-block;
    margin-top: 40px;
    width: 150px;
    height: 36px;
    background: #d80c18;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.solu_wate6 .text a:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.solu_wate7{
    padding-top: 90px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_bj4.jpg") no-repeat bottom center;
}
.solu_wate7 .title h2{
    color: #000000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}
.solu_wate7 .img_box{
    margin-bottom: 30px;
}
.solu_wate7 .img_box .img{
    line-height: 0;
    text-align: center;
}
.solu_wate7 .img_box .img img{
    width: 100%;
}
.solu_wate7 .img_box .t{
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 15px 0 10px;
    background: #ffffff;
    border-bottom: 10px solid #d80c18;
}
.solu_wate7 .text{
    padding-right: 200px;
}
.solu_wate7 .text h3{
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    margin-top: 45px;
}
.solu_wate7 .text a{
    display: inline-block;
    margin-top: 40px;
    width: 150px;
    height: 36px;
    background: #d80c18;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.solu_wate7 .text a:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.solu_wate7 .text_box{
    overflow: hidden;
    background: #ffffff;
}
.solu_wate7 .text_box .img{
    width: 380px;
    float: left;
}
.solu_wate7 .text_box .t{
    margin-left: 400px;
    margin-top: 25px;
    padding-top: 50px;
    padding-right: 10px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_ico5.jpg") no-repeat top left;
}
.solu_wate7 .text_box .t p{
    color: #808080;
    line-height: 1.7;
}
.solu_wate7 .text_box .t span{
    display: block;
    text-align: right;
    font-size: 16px;
    color: #272727;
    margin-top: 40px;
}
.solu_wate8{
    margin-top: 50px;
    padding: 40px 0 60px;
    border-top: 1px solid #a0a0a0;
}
.solu_wate8 .title h3{
    text-align: center;
    color: #000000;
    font-size: 36px;
}
.solu_wate8 .con_box{
    text-align: center;
    margin-top: 20px;
}
.solu_wate8 .item{
    display: inline-block;
    margin: 0 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.solu_wate8 .item a{
    font-size: 30px;
    color: #444444;
    padding-left: 40px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #626262;
}
.solu_wate8 .item.juice a{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_ico2.png");
}
.solu_wate8 .item.csd a{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_ico3.png");
}
.solu_wate8 .item.gallon a{
    background-image: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/gallon2.png");
}

.solu_juice1{
    background: none;
}
.solu_juice1 .title{
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_bj1.jpg") no-repeat center center;
    margin-bottom: 55px;
}
.solu_juice1 .juice_item .img{
    line-height: 0;
    text-align: center;
    border: 1px solid #eeeeee;
}
.solu_juice1 .juice_item .t{
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: center;
}
.solu_juice1 .juice_item .t span{
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #000000;
    padding-left: 40px;
}
.solu_juice1 .juice_item .t span:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    background: url("https://chinahonormachine.usa72.wondercdn.com/public/static/images/home/en-us/water_ico1.png") no-repeat center center;
}

.aoleMap .text h1{
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 25px;
    border-top: 3px solid #000000;
}
.aoleMap .text p{
    font-size: 13px;
    color: #666666;
}
.aoleMap .img{
    line-height: 0;
    text-align: center;
    margin: 80px 0;
}

@media (max-width: 1200px) {
    .solu_water1 .title{
        padding-top: 0;
        padding-bottom: 0;
    }
    .solu_water2 .item_box .item{
        width: 48%;
    }
    .solu_water4 .water_tab_click li{
        width: 33%;
        height: 163px;
        display: inline-block;
        float: none;
        vertical-align: top;
        font-size: 22px;
    }
    .solu_water4 .water_tab_click li p{
        font-size: 22px;
    }
    .solu_wate6 .text{
        padding: 0 200px;
    }
    .solu_wate7 .text{
        padding-right: 0;
    }
    .solu_wate7 .text_box .t{
        width: auto;
        float: left;
        margin: 20px;
    }
}
@media (max-width: 992px) {
    .solu_water1 .title{
        padding-bottom: 45px;
        padding-right: 0;
        width: 100%;
    }
    .solu_water1 .img{
        width: 100%;
    }
    .solu_water2 .title{
        width: 100%;
    }
    .solu_water2 .title h2{
        padding-top: 30px;
    }
    .solu_water2 .item_box{
        width: 100%;
        float: left;
        margin: 0;
        border-left: 0;
        padding-left: 0;
    }
    .solu_water2 .item_box .item{
        width: 33%;
    }
    .solu_water3 .text .a{
        float: left;
    }
    .solu_water4 .water_item_box .item .img,
    .solu_water5 .item_box .top .img{
        width: 100%;
    }
    .solu_water4 .water_item_box .item .text,
    .solu_water5 .item_box .top .text_box{
        width: 100%;
        padding-left: 0;
    }
    .solu_wate6{
        padding: 100px 0 160px;
    }
    .solu_wate6 .text{
        padding: 0;
    }
    .solu_wate7 .text a{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .solu_wate7 .text_box .img{
        width: 50%;
    }
    .solu_wate7 .text_box .t{
        width: 40%;
        float: right;
    }
    .culture_box3 .item{
        padding-left: 30px;
        padding-right: 30px;
    }
    .solu_water1.gallon .title{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .solu_water2 .item_box .item{
        width: 48%;
    }
    .solu_water4 .water_tab_click{
        display: none;
    }
    .solu_water4 .water_item_box .item{
        height: auto;
        margin-bottom: 30px;
    }
    .culture_box1 .main{
        flex-wrap: wrap;
    }
    .culture_box1 .main .txt_left{
        text-align: left;
        padding-right: 0;
        padding-left: 50px;
    }
    .culture_box1 .main .txt_left h2:after{
        left: -22px;
    }
    .culture_box1 .main .txt_left, .culture_box1 .main .txt_right, .culture_box1 .main .txt_center{
        width: 100%;
    }
    .culture_box1 .main .txt_center{
        margin-bottom: 20px;
    }
    .culture_box1 .main,.culture_box3{
        padding: 40px 0;
    }
    .culture_box2 h2{
        font-size: 30px;
    }
}
@media (max-width: 560px) {
    .solu_water2 .item_box .item{
        width: 100%;
    }
    .solu_wate7 .text_box .img{
        width: 100%;
        text-align: center;
    }
    .solu_wate7 .text_box .t{
        width: auto;
    }
    .aoleMap .text h1{
        font-size: 34px;
    }
    
}
@media (max-width: 480px) {
    .solu_water3 .col_lg_12,
    .solu_water3 .col_lg_8,
    .solu_water5 .col_lg_8,
    .solu_wate7 .col_lg_8{
        width: 100%;
    }
    .solu_water3 .text{
        padding: 20px;
    }
    .solu_water3 .text .t{
        background-position: left 12px;
    }
    .solu_water3 .text .a a{
        width: 110px;
    }
    .solu_water5 .item_box h3{
        font-size: 20px;
    }
    .solu_water5 .item_box h3:before{
        width: 30px;
        height: 4px;
        top: 23px;
    }
    .solu_water5 .item_box h3:after{
        width: 4px;
        height: 30px;
        right: 23px;
    }
    .solu_water5 .item_box .bot{
        margin-bottom: 30px;
    }
    .solu_water5 .item_box .bot .img{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .solu_wate8 .item a{
        font-size: 20px;
        padding-top: 30px;
        display: block;
    }
}