.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: '';
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}













.overflow {
    overflow: hidden;
}

/*  */
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}


.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.hclamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.hclamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.hclamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.hclamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}


.max1500{width:90.625%;margin:0 auto;max-width: 1500px;}
.max1340{width:90.625%;margin:0 auto;max-width: 1340px;}
a{transition:color .3s ease-out}



/* header */
.header{
    position: sticky;
    position: -webkit-sticky;
    top:0;
    z-index: 999999;
    background: #fff;
    width: 100%;
}
.top_right  .language-group .btn{color: #333;}
.top-header{
    position: relative;
    background: #1a1519;
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.top-header .ttl p {
    margin-bottom: 0;
}
.tp-infor{
     line-height: 40px;
}
.tp-infor span{
    margin-left: 2.083vw;
    display: block;
}
.tp-infor span i{
    margin-right: 5px;
}
.tp-wel{
    margin-left: 30px;
}

.top-middle {
    position: relative;
    z-index: 99;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .1);
}

.top-middle.scroll{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
}


.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 170px;
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 30px;
    height: 30px;
}

.header-ss .ss_btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/aa2349acc6mxbao8.png) no-repeat center #d52b1e;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 150%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex;
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/3bfa4643a6tlkuyz.png)
}

.header-share .social-share .social-share-icon{border:none;margin: 0;color: #525252;background: none;}
.header-share{margin: 0 1vw;}

@media(max-width: 1470px){
    .pc-navbar > li > a{font-size: 15px;height: 90px;line-height: 90px;}
}
@media(max-width: 1380px){
    .pc-navbar > li > a{padding: 0 1vw;}
}

@media(max-width: 1280px){
    .header-share{display: none;}
    .header-ss{margin: 0 5px;}
}

@media(max-width: 1180px){
    .header-ss{display: none;}
}

@media(max-width: 1080px){
    .pc-navbar > li > a{font-size: 14px;}
    .logo a img{max-width: 150px;}
}

@media(max-width: 640px){
    .menu-handler{margin-left: 0;}
}


/* banner */
.home-banner {
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
}




.wwzz{position: absolute;width: 100%;left:0px;transform: translateY(-50%);top:20%;z-index: 11;}

.bb_more{max-width: 155px;margin-top: 50px;}
.bb_more h2{background: #d52b1e;border-radius: 5px;line-height: 45px;margin-bottom: 0px;height:45px;font-size: 15px;}
.bb_more h2 a{text-align: center;color:#fff;font-size: 15px;line-height: 45px;padding: 0 20px;font-weight: 400;}



.bb_tt11{font-size: 45px;font-weight: 300;font-family: Impact;color:#000}

.bb_tt22{font-size: 30px;font-weight: 300;font-family: Impact;color:#000;margin-top: 3.5vw;}

.bb_tt11{	    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0}



.bb_tt22{	    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0}


.home-banner li.swiper-slide-active .bb_tt11 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
    }




.home-banner li.swiper-slide-active .bb_tt22 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
    }



.bb_more{-webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0}



.home-banner li.swiper-slide-active .bb_more{    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1}










.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a img {
    display: block;
    width: 100%;
}
.home-banner .swiper-pagination{
    bottom: 1.5625vw;
}
.home-banner .swiper-pagination .swiper-pagination-bullet{
    margin: 0 8px!important;
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255,255,255,1);
    vertical-align: 1px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
    border-radius: 5px;
    width: 50px;
    height: 10px;
    vertical-align: 2px;
}

/* home-about */
.home-about{
    position: relative;
    padding: 4.6875vw 0;
    overflow: hidden;
}
.home-about-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.about-top-left{
    position: relative;
    width: 50%;
}

.about-top-left img.hhahgn {visibility: hidden;}
.about-top-left video {position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;-o-object-fit: fill;object-fit: fill;}


.about-top-left img {
    display: block;
    width: 100%;
}
.about-top-right{
    position: relative;
    background-color: #f4f4f4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 3.125vw;
    padding-right: 4.166vw;
    width: 50%;
}
.about-top-right .atit1{
    color: #fff;
    line-height: 1;
    font-size: 9.375vw;
    font-weight: bold;
    position: absolute;
    text-shadow: 4px 5px 7px rgba(0, 0, 0, .06);
    right: -1.43vw;
    top: 0px;
    z-index: 1;
}
.about-top-right .atit2{
    font-size: 2.5vw;
    color: #182b3c;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    z-index: 2;

}
.about-top-right .atit3{
    font-size: 19px;
    color: #3c5b78;
    line-height: 1.57;

    margin-bottom: 1.5625vw;
     z-index: 2;
}
.about-top-right .atit4{
   position: relative;
    z-index: 2;
}
.about-top-right .atit4 a{
    width: 210px;
    height: 40px;
    background: #d52b1e;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    transition: all .3s;
    padding: 0 15px;
    color: #ffffff;
}
.about-top-right .atit4 a i{
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/3a5201170fzou17p.png) no-repeat center;
    margin-right: 15px;
}
.about-top-right .atit4 a:last-child{
    background: #182b3c;
}

.about-top-right .atit4 a:hover{
    color: #fff!important;
    font-size: 16px;
}


/* home-len */
.home-len{
    position: relative;
    background-color: #282d34;
    padding: 4.166vw 0;
    overflow: hidden;
}

.h-number{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.h-number li {
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}
.h-number li .img{
    position: relative;
}
.h-number li .img img{
    max-width: 100%;
    max-height: 72px;
}
.h-number li h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
    display: block;
}
.h-number li h3::before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 80%;
    background: rgba(255,255,255,.6);
    content: "";
}

.h-number li:hover *{
    color: #d52b1e;
}
.h-number li:hover h3::before{
    background-color: #d52b1e;
}

.h-number li .au1{
    display: inline-block;
    visibility: visible;
}
.h-number li .au2{
    display: none;
    visibility: hidden;
}

.h-number li:hover .au1{
    display: none;
     visibility: hidden;
}
.h-number li:hover .au2{
    display: inline-block;
    visibility: visible;
}

/* home-product */
.home-product{
    position: relative;
    padding: 0 0 5.2083vw;
    overflow: hidden;
}
.h-product-title{
    position: relative;
    margin-bottom: 2.083vw;
    padding-top: 5.2083vw;
}
.h-product-title > h1{
    color: #fff;
    line-height: 1;
    font-size: 9.375vw;
    font-weight: bold;

    position: absolute;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    right: 0px;
    top: 30px;
    z-index: -1;
}

.product-cname{
    font-size: 2.5vw;
    margin-bottom: 1vw;
    color: #182b3c;
    font-weight: bold;
    text-transform: uppercase;
}
.product-sort{
    position: relative;
    width: 63%;
    justify-content: flex-end;
}
.product-sort li{
    margin-left: 1.5625vw;
    margin-bottom: 1vw;
}
.product-sort li a{
    display: block;
    width: 270px;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    color: #2d2d2d;

    border: 1px solid #f3f3f3;
    text-transform: uppercase;
    background-color: #fff5f4;
    text-align: center;
    padding: 0 3px;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.product-sort li.on a,
.product-sort li:hover a{
    color: #d52b1e;
}


.h-product-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.h-product-list li{
    width: calc(33.33% - 30px);
    margin: 0 15px 25px 15px;
    background-color: #eeeeee;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    transition: .3s ease;
}
.h-product-list li a{
    display: block;
}
.h-product-list li .img img{
    display: block;
    width: 100%;
}
.h-product-list li h3{
    font-size: 18px;
    color: #182b3c;
    margin-top: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.h-product-list li:hover{
    background-color: #d52b1e;
}
.h-product-list li:hover h3{
    color: #fff;
}   

.product-more{
    padding-top: 10px;
    position: relative;
    text-align: center;
}
.product-more a{
    display: inline-block;
    width: 190px;
    line-height: 50px;
    background-color: #d52b1e;
    transition: all .3s;
    font-size: 18px;

    color: #fff;
}
.product-more a i{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/e366220045ktbxxp.png) no-repeat;
    margin-left: 10px;
}

.product-more a:hover{
    color: #fff!important;
    font-size: 22px;
}


/* home-why */
.home-why{
    position: relative;
    padding-top: 60px;
    padding-bottom: 90px;
    overflow: hidden;
    background: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/5153dc54afeutgno.jpg) no-repeat;
    background-size: cover;
}
.why-title{
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
    font-size: 2.5vw;
    color: #fff;
    font-weight: bold;
}

.why-title h1{
    color: rgba(255,255,255,.2);
    line-height: 1;
    font-size: 9.375vw;
    font-weight: bold;

    position: absolute;
    right: 0px;
    top: -2.083vw;
    z-index: 1;
}

.why-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}
.why-list1{
    width: 59.3%;
    position: relative;
    background-color: #fff;
    padding: 20px 40px 20px 20px;
}
.why-list1 li {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.why-list1 li:not(:last-child){
    border-bottom: 1px solid #dcdcdc;
}

.why-list1 li h3 {
    margin:1.5625vw 0;
    color: #555555;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: flex;
    align-items: center;
}
.why-list1 li h3 i{
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/476247c0a2gnri5v.png) no-repeat center #f2f2f0;
    display: inline-block;
}

.why-list1 li .sec {
    font-size: 16px;
    color: #3b5a77;
    line-height: 26px;
    height: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.why-list1 li .sec p{
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .why-list1 li h3{
        font-size: 18px;
    }
    .why-list1 li .sec {
        line-height: 20px
    }
}
@media (max-width: 780px) {
    .why-list1 li .sec {
        font-size: 14px;
    }
}

.why-list1 li.on h3 {
    color: #d52b1e;
}
.why-list1 li.on h3 i{
    background: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/e995be204dpmxgbw.png) no-repeat center #d52b1e;
}
.why-list1 li.on .sec {
    height: 100px;
    padding: 0px 10px 20px 50px;
}

.why-list2{
    width: 40.7%;
    position: relative;
}

.why-list2 li{
    height: 100%;
}

.why-list2 li .img{
    height: 100%;
}

.why-list2 li img{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


/* home-application */
.home-application{
    overflow: hidden;
    position: relative;
}
.industry-title{
    padding: 4.7vw 0 4.166vw 0;
    font-size: 2.5vw;
    color: #000000;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.industry-list {
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industry-list li {
    padding: 0 0px;
    width: 25%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.industry-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.industry-list li a .img {
    background: #000
}

.industry-list li a .img img {
    max-width: none;
}
.industry-list li .ff {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #fff;
    z-index: 11;
}
.industry-list li .ff .sm-img{
    width: 174px;
    height: 174px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.industry-list li .ff .sm-img img{
    display: block;
    max-width: 100%;
    max-height: 60px;
}
.industry-list li .ff .sm-img .x1{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    width: 174px;
    height: 174px;
    transform: translate(-50%,-50%);
}
.industry-list li .ff .sm-img .x2{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.6);
    width: 142px;
    height: 142px;
    transform: translate(-50%,-50%);
}
.industry-list li .ff .sm-img .x3{
     position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 106px;
    height: 106px;
    transform: translate(-50%,-50%);
}
.industry-list li .ff h3{
    margin-top: 2.083vw;
    text-align: center;
    text-transform: uppercase;

    font-size: 1.25vw;
    color: #fff;
}

.industry-list li.on {
    width: 50%
}
.industry-list li.on a .img img {
    opacity: 1
}
.industry-content .list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 15px;
}
.industry-content .list2 li {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 20px
}
.industry-content .list2 li a {
    position: relative;
    display: block
}
.industry-content .list2 li .img img {
    width: 100%
}
.industry-content .list2 li h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    top:50%;transform:translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 500;
    z-index: 11;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

/* home-news */
.home-news{
    position: relative;
    padding-top: 4vw;
    padding-bottom: 4.166vw;
    overflow: hidden;
}
.news-title{
    font-size: 2.5vw;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2.083vw;
    position: relative;
    font-weight: bold;
}

.news-title h1{
    color: #fff;
    line-height: 1;
    font-size: 9.375vw;
    font-weight: bold;
    position: absolute;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    right: 0px;
    top: -1.5625vw;
    z-index: 1;
}


.h-news-swiper{
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.h-news-swiper .swiper-slide{
    position: relative;
    padding: 15px 6px;
}
.h-news-swiper .swiper-slide a{
    display: block;
    background: #ffffff;
    transition: .3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.h-news-swiper .swiper-slide .img img{
    display: block;
    width: 100%;
}
.h-news-swiper .swiper-slide .txt-product{
    position: relative;
    padding: 25px;
}
.h-news-swiper .swiper-slide .txt-product h3{
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 20px;
}
.h-news-swiper .swiper-slide .txt-product h4{
   color: #333333;
   font-size: 18px;
   font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.h-news-swiper .swiper-slide .txt-product h5{
   color: #888888;
   font-size: 16px;
   line-height: 1.5;
   font-weight: normal;
   margin-bottom: 30px;

}
.h-news-swiper .swiper-slide .txt-product h6{
   color: #666666;
   font-size: 14px;
   font-weight: normal;
}
.h-news-swiper .swiper-slide .txt-product h6 i{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/6f0a6340f6whfcm6.png) no-repeat;
    margin-left: 10px;
}

.h-news-swiper .swiper-slide:hover a{
    box-shadow: 0 0 20px 2px rgba(0,0,0,.08);
}
.h-news-swiper .swiper-slide:hover .txt-product h6{
    color: #d52b1e;
}
.h-news-swiper .swiper-slide:hover .txt-product h6 i{
    background-image: url(//wm.cdn.cn86.cn/henghaomachinery/2025/08/238e7db6c3kqwpww.png);
}
.h-news-swiper .swiper-slide:hover h4{
    color: #d52b1e;
}   



/* foot */
.nax-item{
    flex: 1;
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
}
.nax-item > h2{
    font-size: 22px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.nax-item > h2::before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 55px;
    height: 2px;
    background: #d52b1e;
    content: "";
}

.dropdown-subsection{
    position: relative;
}
.dropdown-subsection > li{
    position: relative;
    margin-bottom: .3em;
}
.dropdown-subsection > li > a{
    display: block;
    font-size: 17px;
    color: rgba(255,255,255,.8);
    line-height: 28px;
}
.lx-contact{
    line-height: 1.7;
    font-size: 16px;
   color: rgba(255,255,255,.8);
}
.lx-contact p{
    margin-bottom: 0px;
}

.first-nax-item{
    flex: 0 0 41%;
    padding-right: 7.8125vw;
}

.last-nax-item{
    width: 154px;
    flex: 0 0 154px;
    text-align: center;
}
.last-nax-item img{
    width: 100%;
}
.last-nax-item p{
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.ml30{
    margin-left: 25px;
}

.footer-ban{
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    background: #282828;
    color: rgba(255,255,255,.6);
    border-top: 1px solid rgba(255,255,255,.2);
    line-height: 1.7;
}
.footer-ban p{
    margin-bottom: 0px;
}
.footer-ban a{ color: rgba(255,255,255,.6);}

.of {
    overflow: hidden
}





@media(max-width: 1300px){
    .about-top-right .atit4{width: 100%;}
    .about-top-right .atit4 a{width: 50%;}
     .about-top-right .atit3{font-size: 16px;}
     .nax-item > h2{font-size: 20px;}
}


@media (max-width: 1200px){
    .h-number li h3{
        font-size: 15px;
    }
    .product-sort li a{
        width: 200px;
    }
    .h-product-list li h3{
        font-size: 16px;
    }
    .product-more a{
        width: 150px;
        line-height: 40px;
        font-size: 16px;
    }

    .lx-contact{
        font-size: 15px;
    }
    .dropdown-subsection > li > a{
        font-size: 15px;
    }
    .last-nax-item p{
        font-size: 15px;
    }
}

@media (max-width: 992px){
    .about-top-left{
        width: 100%;
    }
    .about-top-right{
        width: 100%;
        padding: 30px 15px;
    }

    .h-number li{
        flex: 0 0 50%;
        margin-bottom: 15px;
    }

    .h-product-list{
        margin: 0 -10px;
    }
    .h-product-list li{
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
        padding: 12px 12px;
    }

    .product-sort li a{
        font-size: 16px;
    }
    

}

@media (max-width: 768px){

    .top-mid-flex{
        height: 70px;
    }

    .nax-item:not(:first-child){
        display: none;
    }
    .first-nax-item{
        flex: 1;
        padding-right: 0px;
    }
    .last-nax-item{
        display: block!important;
    }

    .why-list1{
        width: 100%;
    }
    .why-list2{
        width: 100%;
    }


    .why-title,
    .industry-title,
    .news-title,
    .product-cname{
        font-size: 24px;
    }

    .product-cname{
        margin-bottom: 20px;
    }

    .h-product-title{
        margin-bottom: 30px;
    }

    .product-sort li{
        margin-right: 20px;
        margin-left: 0px;
    }
   
    .tf{
        margin-bottom: 20px;
    }
    .h-news-title{
        margin-bottom: 20px;
    }
    .about-top-right{
        width: 100%;
        margin-bottom: 0px;
    }
    .about-top-right .atit1{
        right: 5px;
        top: 20px;
    }
     .about-top-right .atit2{
        font-size: 30px;
    }
     .about-top-right .atit3{
        font-size: 15px;
    }

    

    .home-len{
        padding: 30px 0;
    }
    .h-number li{
        flex: 0 0 100%;
    }
    .h-number li h3{
        font-size: 14px;
    }
    
    .home-product{
        padding-top: 20px;
    }
    .product-sort li a{
        width: auto;
        min-width: 140px;
        font-size: 14px;
    }
    .h-product-list li h3{
        font-size: 14px;
    }
    
    .why-list1 li.on .sec{
        height: auto;
    }
    .why-list1{padding-right: 15px;}

    .industry-title{
        padding: 30px 0;
    }

    .home-news{
        padding-top: 30px;
    }

    .home-why{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .why-title{
        margin-bottom: 30px;
    }
    .about-top-right .atit4{
        width: 100%;
    }
    .about-top-right .atit4 a{
        width: 50%;
        font-size: 12px;
    }
    
    .home-banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px!important;}
    .home-banner .swiper-pagination .swiper-pagination-bullet-active{width: 30px;}

}

@media(max-width: 640px){
    .about-top-right .atit2{font-size: 24px;}
    .product-cname,.product-sort{width: 100%;}
    .why-list1 li h3{font-size: 15px;}
    .product-list .content .list .cont .product-title{
         text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
    white-space: wrap;
    font-size: 16px;
    line-height: 2;
    }
}



@media(min-width: 1921px){
   .pc-navbar > li > a{
        padding: 0 1.25vw;
   }
   .product-cname,.industry-title,.why-title{
       font-size: 48px;
   }
}



@media(max-width: 1440px){
    .bb_tt11{font-size: 35px;}
.bb_tt22{font-size: 30px;}

}


@media(max-width: 1280px){

.wwzz{position: absolute;width: 100%;left:0px;transform: translateY(-50%);top: 40%;z-index: 11;}

.bb_tt11{font-size: 30px;}
.bb_tt22{font-size: 20px;}

.bb_more{max-width: 155px;margin-top: 30px;}
}




@media(max-width: 992px){
.wwzz{position: absolute;width: 100%;left:0px;transform: translateY(-50%);top: 40%;z-index: 11;}
.bb_tt11{font-size: 20px;}
.bb_tt22{font-size: 17px;margin-top: 10px;}
.bb_more{max-width: 125px;margin-top: 10px;}
.bb_more h2{background: #d52b1e;border-radius: 5px;line-height: 35px;margin-bottom: 0px;height:35px;font-size: 12px;}
.bb_more h2 a{text-align: center;color:#fff;font-size: 12px;line-height: 35px;padding: 0 5px;font-weight: 400;}
}


@media(max-width: 768px){
.wwzz{position: absolute;width: 100%;left:0px;transform: translateY(-50%);top: 40%;z-index: 11;}
.bb_tt11{font-size: 17px;}
.bb_tt22{font-size: 12px;margin-top: 5px;}
.bb_more{max-width: 115px;margin-top: 5px;}
.bb_more h2{background: #d52b1e;border-radius: 5px;line-height: 25px;margin-bottom: 0px;height:25px;font-size: 12px;}
.bb_more h2 a{text-align: center;color:#fff;font-size: 12px;line-height: 25px;padding: 0 5px;font-weight: 400;}
}



@media(max-width: 640px){
.wwzz{position: absolute;width: 100%;left:0px;transform: translateY(-50%);top: 40%;z-index: 11;display: none;}
}



.tab-content div {
    color: #000;
}
.tab-content p {
    margin-bottom: 0;
}