.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: 'Arial', sans-serif;
    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;
    font-family: "Candara", "SF Pro Display", "Arial";
    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;
    }
}

/*  */
body {
    overflow-x: 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;
}

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1460 {
    max-width: 1490px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1500 {
    width: 90.625%;
    margin: 0 auto;
    max-width: 1500px;
}

/*样式*/
.wh {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 10px
}

.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

p {
    margin: 0px!important;
}

/* header */
.header {
    width: 100%;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgb(163, 163, 163,.5);
    background: transparent;
    z-index: 999;
}

.top-mid-flex {
    height: 95px;
}

.logo {
    position: relative;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 58px
}

.top_right {
    height: 95px;
    border-left: 1px solid rgb(163, 163, 163,.5);
}

.header-ss {
    margin-left: 2.5vw;
    margin-right: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    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/zhstainless/2025/07/8be3e58267ldq5yk.png)
}

.top-language {
    position: relative;
    line-height: 22px;
    padding: 8px 8px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .12);
    margin-left: 50px;
}

.top-language a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff
}

.header.scroll {
    background: #149d34;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

/* banner */
.home-banner {
    position: relative
}

.home-banner .swiper-slide {
    position: relative
}

.home-banner .swiper-slide a {
    display: block
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 4.6875vw;
    width: auto;
    color: #fff;
    left: 8.333vw;
}

.home-banner .swiper-pagination1 span {
    border-radius: 0%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
    font-size: 24px;
}

.home-banner .swiper-pagination1 span::before {
    content: "0";
    display: inline-block;
}

.home-banner .swiper-pagination1 i {
    display: inline-block;
    width: 6.25vw;
    height: 1px;
    background: #fff;
    margin: 0 10px;
    vertical-align: 7px;
}

@media (max-width: 1199px) {
    .header {
        background: #333;
        border-bottom: none;
    }

    .home-banner .swiper-pagination1 span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .home-banner .swiper-pagination1 {
        bottom:20px
    }

    .top-mid-flex {
        height: 65px;
    }

    .logo a img {
        max-height: 38px
    }

    .top_right {
        height: 65px;
        border-left: none;
    }
}

@media (min-width: 992px) {
    .header {
        position: fixed;
        left: 0px;
        top: 0px;
    }
}

/* aabg */
.aabg {
    position: relative;
    z-index: 99;
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/aeeaa6f52cdmxzob.png) no-repeat left 28px;
    padding: 5.72916vw 0;
}

.ab_ll {
    width: 38.75%;
}

.an_11 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #646464;
    margin-top: 25px;
}

.sul {
    margin-top: 60px;
}

.sul li {
    width: 50%;
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/a2bd5fe8e2nse26n.png) no-repeat left 0%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.sul li .counter {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #212121;
    padding-right: 10px;
}

.sul li {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #606060;
}

.sul li h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #606060;
}

.more_11 {
    width: 135px;
    border-radius: 0;
    background-color: #149d34;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 3.5vw;
}

.more_11 a {
    text-align: center;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
}

.more_11 a img {
    padding-left: 15px;
    vertical-align: 3px;
}

.more_11 a:hover {
    color: #fff!important;
}

.ab_22 {
    width: 53.75%;
    text-align: right;
}

.ab_22 h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #393939;
    text-transform: uppercase;
}

.ab_22 h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #646464;
    margin-top: 30px;
}

.ab_img11 {
    width: 100%;
    margin-top: 40px;
}

.ab_img11 img {
    width: 100%;
}

@media (max-width: 1440px) {
    .sul li .counter {
        font-size: 40px;
    }
}

@media (max-width: 1370px) {
    .sul li .counter {
        font-size: 30px;
    }

    .sul li h2 {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .sul li .counter {
        font-size: 20px;
    }

    .sul li h2 {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .ab_22 {
        width: 100%;
        text-align: left;
        margin-top: 25px;
    }

    .ab_ll {
        width: 100%;
        margin-top: 25px;
    }
}

/* product */
.ppbg {
    background: url(//wm.cdn.cn86.cn/yingkoumgnst/2025/08/4e39074fdauctfh2.jpg) repeat-y center top;
    padding: 90px 0;
    direction: ltr;
}

.ppbg .wh {
    position: relative;
}

.ppbg .wh .xwtt {
    position: absolute;
    left: 10px;
    top: 5.5vw
}

.picScroll-left .hd2 {
    position: absolute;
    left: 0px;
    bottom: 4.5vw;
    z-index: 999;
}

.picScroll-left .hd .next {
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}

.picScroll-left .hd .next img {
    padding-right: 10px;
}

.picScroll-left .hd .next a {
    color: #9f9f9f
}

.picScroll-left .hd .next:hover a {
    color: #d10000
}

.pcon {
    width: 68.75%;
}

.picScroll-left .ys_nav {
    flex: 1;
    min-width: 1px;
}

.dd_vv {
    width: 35.5%;
}

.img_a11 {
    width: 53.5%;
    position: relative;
    padding: 30px;
    overflow: hidden;
}

.img_a11 img {
    width: 100%;
    border: solid 5px #ffffff;
    border-radius: 50%;
}

.img_a11::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/98ea519581qiegzu.png) no-repeat center;
    animation: zhuan 7s infinite linear .65s;
    background-size: 100% 100%;
    left: 0px;
}

@keyframes zhuan {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.picScroll-left .hd ul li {
    width: 100%;
    text-align: right;
    line-height: 45px;
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/329dc058e7x6rdga.png) no-repeat right 50%;
}

.picScroll-left .hd ul li a {
    color: #212121;
    font-size: 18px;
    display: block;
    padding-right: 45px;
}

.picScroll-left .hd ul li.on {
    background: url(//wm.cdn.cn86.cn/yingkoumgnst/2025/08/160330352fyvbyax.png) no-repeat right 50%;
}

.picScroll-left .hd ul li.on a, .picScroll-left .hd ul li:hover a {
    color: #149d34!important
}

.pcon {
    margin-top: 25px
}

.pcon .tempWrap {
    width: 100%!important;
}

.img_a img {
    width: 100%;
}

.picList li .dd_vv h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.picList li .dd_vv h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    overflow: hidden;
    margin-top: 20px;
}

@media (max-width: 1370px) {
    .picScroll-left .hd ul li {
        width: 100%;
        line-height: 35px;
        background-size: 35px 35px;
    }

    .picScroll-left .hd ul li.on {
        background-size: 35px 35px;
    }

    .picScroll-left .hd ul li a {
        font-size: 16px;
        padding-right: 35px;
    }
}

@media (max-width: 1000px) {
    .ppbg .wh .xwtt {
        position: absolute;
        left: 10px;
        top: 2.5vw
    }

    .picScroll-left .hd2 {
        position: absolute;
        left: 0px;
        bottom: 2.5vw;
        z-index: 999;
    }
}

@media (max-width: 992px) {
    .ppbg {
        background: url(//wm.cdn.cn86.cn/yingkoumgnst/2025/08/6f7a63ddackmo2v7.jpg) repeat-y center top;
        padding: 40px 0;
        background-size: 100% 100%;
    }

    .picScroll-left .hd ul li a {
        font-size: 18px;
        padding-right: 45px;
        color: #fff;
    }

    .pcon {
        width: 100%;
    }

    .ys_nav {
        width: 100%;
        margin-top: 25px;
    }

    .ys_nav li {
        width: 100%!important;
        float: none;
    }

    .ys_nav li:nth-child(2n) {
        float: none;
    }

    .picScroll-left .hd2 {
        display: none;
    }

    .img_a11 {
        width: 100%;
        position: relative;
        padding: 30px;
        overflow: hidden;
    }

    .dd_vv {
        width: 100%;
        margin-top: 10px;
    }

    .ppbg .wh .xwtt {
        position: relative;
        left: auto;
        top: auto
    }
}

/* 解决方案 */
.solutions-box {
    margin-top: 70px;
}

.solutions-list {
    font-size: 0;
}

.solutions-list li + li {
    margin-left: 1.5%;
}

.solutions-list li {
    width: 20%;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.solutions-list li::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: "";
    left: 0px;
    top: 0px;
}

.solutions-list li.active {
    width: 35%;
}

.solutions-list li.active::after {
    display: none;
}

.solutions-list li .img {
    position: relative;
}

.solutions-list li .img img {
    max-width: inherit;
}

.solutions-list li .text {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    text-align: left;
    padding: 0 15px;
    color: #ffffff;
    font-size: 24px;
}

@media (max-width: 1100px) {
    .solutions-list li .text {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .solutions-list li .text {
        font-size: 16px;
    }
}

.ys_xx {
    margin-top: 35px;
}

.ys_xx li {
    width: 48.8%;
    margin-bottom: 20px;
}

.ys_xx li .img {
    width: 100%;
}

.ys_xx li .img img {
    width: 100%;
}

.ys_xx li h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #212121;
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

/* ys_bg */
.ys_bg {
    background: url(//wm.cdn.cn86.cn/yingkoumgnst/2025/08/73e5588419rnpptc.png) no-repeat center top;
    padding: 110px 0 220px 0;
    background-size: 100% 100%;
}

.xwtt11 {
    text-align: center;
    
}
.xwtt.xwtt11{
    color: #fff;
}


.ys_ll {
    margin-top: 6.5vw;
}

.ys_ll li {
    width: 22%;
    text-align: left;
}

.ys_ll li .img_aa {
    width: 60px;
    margin-bottom: 20px;
}

.ys_ll li .img_aa img {
    max-width: 100%;
}

.ys_ll li h2 {
    margin-top: 10px;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ys_ll li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #c7c7c7;
    height: 50px;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 1440px) {
    .ys_ll li h2 {
        font-size: 20px;
    }

    .ys_ll li h3 {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .ys_bg {
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/0f911fd47beqgkbe.png) no-repeat center top;
        padding: 90px 0 180px 0;
        background-size: 100% 100%;
    }

    .ys_ll li {
        width: 31%;
        text-align: left;
    }
}

@media (max-width: 1100px) {
    .ys_bg {
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/0f911fd47beqgkbe.png) no-repeat center top;
        padding: 90px 0 110px 0;
        background-size: 100% 100%;
    }

    .ys_ll li {
        width: 31%;
        text-align: left;
    }

    .ys_ll li h2 {
        margin-top: 10px;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        height: 30px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .ys_ll li {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .ys_bg {
        background: url(//wm.cdn.cn86.cn/yingkoumgnst/2025/08/72647badc3owz4xq.jpg) no-repeat center top;
        padding: 40px 0 50px 0;
        background-size: cover;
    }

    .ys_ll li h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #c7c7c7;
        height: 50px;
        overflow: hidden;
        margin-top: 10px;
    }
}

/* xw_con */
.xw_con {
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/47496a2666wcn87i.png) no-repeat 10px top;
    padding: 95px 0 105px 0;
}

.xw_11 {
    width: 53.375%;
    margin-top: 3.5vw;
}

.xw_11 li {
    width: 100%;
    position: relative;
}

.xw_11 li img {
    width: 100%;
}

.xw_11 li .dk_a {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 33px;
    padding-bottom: 2.083vw;
}

.xw_11 li .dk_a h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    height: 30px;
    overflow: hidden;
}

.xw_11 li .dk_a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
}

.xw_11 li .dk_a h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #c4c4c4;
    margin-top: 10px;
}

.xw_22 {
    width: 41.125%;
    margin-top: 3.5vw;
}

.xw_22 li {
    background-color: #e5e5e5;
    padding: 28px;
}

.xw_22 li + li {
    margin-top: 24px;
}

.xw_22 li h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #434343;
    height: 30px;
    overflow: hidden;
}

.xw_22 li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #5e5e5e;
    height: 50px;
    overflow: hidden;
}

.xw_22 li:hover {
    background-color: #149d34;
}

.xw_22 li:hover h2 {
    color: #fff
}

.xw_22 li:hover h3 {
    color: #fff
}

@media (max-width: 1560px) {
    .xw_22 li {
        padding: 25px;
    }
}

@media (max-width: 1440px) {
    .xw_22 li {
        padding: 19px;
    }
}

@media (max-width: 1370px) {
    .xw_22 {
        width: 44.125%;
        margin-top: 3.5vw;
    }

    .xw_22 li {
        padding: 15px;
    }
}

@media (max-width: 1280px) {
    .xw_22 li + li {
        margin-top: 9px;
    }
}

@media (max-width: 1200px) {
    .xw_22 {
        width: 100%;
        margin-top: 35px;
    }

    .xw_11 {
        width: 100%;
        margin-top: 35px;
    }
}

@media (max-width: 1200px) {
    .xw_con {
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/23cf490bd1u4w9mz.png) no-repeat 10px top;
        padding: 35px 0 35px 0;
    }

    .xw_11 li .dk_a {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 15px;
    }

    .xw_11 li .dk_a h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0px;
        color: #ffffff;
        height: 25px;
        overflow: hidden;
    }

    .xw_11 li .dk_a h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #ffffff;
        height: 20px;
        overflow: hidden;
        margin-top: 5px;
    }
}

/* 网站文字 */
.xwtt {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #149d34;
    line-height: 1;
    text-transform: uppercase;
}

.xwtt span {
    color: #212121;
}

.xwtt em {
    color: #fff
}

@media (max-width: 1440px) {
    .xwtt {
        font-size: 40px;
    }
}

@media (max-width: 1360px) {
    .xwtt {
        font-size: 35px;
    }
}

@media (max-width: 1280px) {
    .xwtt {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .xwtt {
        font-size: 22px;
    }
}

/* footer */
.dff {
    background: #262626;
    padding-top: 80px;
    padding-bottom: 18px;
}

.df_a {
    position: relative;
    width: 34.25%;
}

.logo_2 {
    position: relative;
    font-family: "Arial";
    line-height: 1;
    font-weight: 800;
    color: #5e5e5e;
    font-size: 40px;
}

.lx_wm {
    color: #d5d3d3;
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
}

.df_b {
    width: 65.52%;
}

.df_b .nav11 {
    max-width: 230px;
}

.nav11 dd {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #eeeeee;
    text-transform: uppercase;
}

.port {
    margin-top: 20px;
}

.port li {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: rgba(216, 214, 214, .8);
    width: 100%;
}

.port li a {
    color: rgba(216, 214, 214, .8);
}

.xx1 {
    width: 100%;
    height: 1px;
    background: #393939;
    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
}

.seo_aa {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #8a8a8a;
}

.seo_aa a {
    color: #8a8a8a;
}

.ffxx .social-share .social-share-icon {
    border: none;
}

.ffxx .social-share .icon-facebook {
    color: #929292;
}

.ffxx .social-share .icon-facebook:hover {
    background: none;
}

.ffxx .social-share .icon-twitter {
    color: #929292;
}

.ffxx .social-share .icon-twitter:hover {
    background: none;
}

.ffxx .social-share .icon-linkedin {
    color: #929292;
}

.ffxx .social-share .icon-linkedin:hover {
    background: none;
}

/*样式*/
@media (max-width: 1100px) {
    .df_b {
        display: none;
    }
}

@media (max-width: 992px) {
    .dff {
        background: #262626;
        padding-top: 30px;
        padding-bottom: 18px;
        margin-bottom: 70px;
    }
}

/* nylx */
.nylx {
    margin-top: 20px;
}

.btta {
    color: #666666;
    font-size: 14px;
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/707d40d863it9xvn.png) no-repeat left 50%;
    padding-left: 20px;
    font-weight: 400;
}

.nylx_ll {
    margin-top: 70px;
}

.nylx_ll li {
    width: 48%;
}

.nylx_ll li a.img {
    display: block;
    width: 100%;
}

.nylx_ll li a.img img {
    width: 100%;
}

@media (max-width: 992px) {
    .nylx_ll li {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* ourbg */
.ourbg {
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/da7202c151djewpa.png) no-repeat center;
    background-size: cover;
    padding: 77px 0;
    margin-top: 80px;
}

.nylxnn {
    max-width: 1115px;
    margin: 0 auto;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 35px;
    margin-top: 35px;
    text-align: center;
}

.more_22 {
    width: 135px;
    height: 37px;
    background-color: #d10000;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 4.5vw;
}

.more_22 a {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: capitalize;
}

.more_22 a img {
    padding-left: 15px;
    vertical-align: 3px;
}

.more_22 a:hover{
    color: #fff!important;
}


@media (max-width: 1440px) {
    .ourbg {
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/da7202c151djewpa.png) no-repeat center;
        background-size: cover;
        padding: 47px 0;
        margin-top: 40px;
    }
}

/* nylx_22 */
.nylx_22 {
    margin-top: 86px;
}

.lx_nn33 {
    width: 41.25%;
    border: 1px solid #e5e5e5;
    padding: 5%;
}

.lx_nn33 h2 {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
}

.nr_lx {
    margin-top: 20px;
    color: #383838;
    font-size: 15px;
    line-height: 2.1;
}

.lx_xx {
    margin-top: 2.5vw;
}

.lx_xx li {
    float: left;
    margin-right: 5px;
}

.lx_xx li img {
    max-width: 100%;
}

.map_22 {
    width: 58.75%;
}

.map_22 img {
    width: 100%;
}

@media (max-width: 1280px) {
    .lx_nn33 {
        width: 41.25%;
        border: 1px solid #e5e5e5;
        padding: 25px
    }
}

@media (max-width: 992px) {
    .nylx_22 {
        margin-top: 46px;
    }

    .lx_nn33 {
        width: 100%;
        border: 1px solid #e5e5e5;
        padding: 25px 10px
    }

    .map_22 {
        width: 100%;
    }
}

/* About Us */
.nbanner img {
    width: 100%;
}

.nbanner2 {
    position: relative;
}

.bnjs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
}

.shao1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.shao2 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 2.5vw;
    font-weight: 400;
    line-height: 35px;
}

@media (max-width: 1440px) {
    .shao1 {
        font-size: 40px;
    }

    .shao2 {
        font-size: 18px;
    }
}

@media (max-width: 1370px) {
    .shao1 {
        font-size: 30px;
    }

    .shao2 {
        font-size: 17px;
    }
}

@media (max-width: 1280px) {
    .shao1 {
        font-size: 25px;
    }

    .shao2 {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .shao1 {
        font-size: 20px;
    }

    .shao2 {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .shao1 {
        font-size: 17px;
    }

    .shao2 {
        font-size: 12px;
        line-height: 18px;
    }
}

/* about_vn */
.about_vn {
    margin-top: 30px;
}

.box_aa {
    margin-top: 30px;
}

.port22 {
    border-bottom: 2px solid #f2f2f2;
    width: 80%;
    line-height: 45px;
    margin-top: -10px;
}

.aort {
    width: 500px;
    float: right;
    line-height: 45px;
}

.aort li {
    position: relative;
}

.aort li a {
    color: #424242;
    font-size: 18px;
    text-transform: uppercase;
}

.aort li::before {
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 2px;
    background: #d10000;
    content: "";
    width: 0px;
    transition: all .3s;
}

.aort li:hover::before {
    width: 100%;
}

.ab_ll_22 {
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/251a2af750u5fiit.png);
}

.ab_22_22 {
    width: 44.375%;
    text-align: left
}

.ab_xx li {
    width: 58.75%;
}

.ab_xx li a.img {
    display: block;
}

.ab_xx li a.img img {
    width: 100%;
}

.ab_xx li:nth-child(2n) {
    width: 39.125%;
}

@media (max-width: 1100px) {
    .aort li a {
        color: #424242;
        font-size: 16px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {
    .aort li a {
        color: #424242;
        font-size: 15px;
        text-transform: uppercase;
    }

    .ab_22_22 {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .aort li a {
        color: #424242;
        font-size: 15px;
        text-transform: uppercase;
    }

    .ab_xx li:nth-child(2n) {
        width: 100%;
    }

    .ab_xx li {
        width: 100%;
        margin-bottom: 10px;
    }

    .port22 {
        border-bottom: 2px solid #f2f2f2;
        width: 100%;
        line-height: 45px;
        margin-top: 20px;
    }

    .aort {
        width: 100%;
        float: right;
        line-height: 45px;
    }
}

/* Global Marketing 17 */
.dfab {
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/92b2478bf8zahoyh.png) no-repeat center left #f6f6f6;
    padding: 90px 0;
    margin-top: 3.5vw;
}

.dfab .wh {
    position: relative;
}

.lx_map11 {
    width: 42.375%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-45%);
}

.accv {
    color: #757575;
    font-size: 18px;
    line-height: 35px;
    margin-top: 3.5vw;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 15px;
}

.map22 {
    width: 76.9375%;
    float: right;
}

.map22 img {
    width: 100%;
}

@media (max-width: 1440px) {
    .map22 {
        width: 74.9375%;
        float: right;
    }

    .lx_map11 {
        width: 42.375%;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-45%);
    }
}

@media (max-width: 1200px) {
    .dfab {
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/92b2478bf8zahoyh.png) no-repeat center left #f6f6f6;
        padding: 40px 0;
        margin-top: 30px;
    }

    .map22 {
        width: 100%;
        float: none;
    }

    .lx_map11 {
        width: 100%;
        position: relative;
        left: 0px;
        top: 0%;
        transform: translateY(0%);
        margin-bottom: 25px;
    }
}

/* Welcome */
.Welcome {
    margin-top: 75px;
    margin-bottom: 45px;
}

.jointt h2 {
    margin-top: 30px;
    color: #5f5f5f;
    font-size: 20px;
    font-weight: 400;
}

.join_xx li {
    width: 65.75%;
    position: relative;
}

.join_xx li a.img {
    display: block;
}

.join_xx li a.img img {
    width: 100%;
}

.join_xx li:nth-child(2n) {
    width: 30.75%;
}

.join_xx li h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25%;
    color: #ffffff;
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/c3dca2118dhitvai.png) no-repeat center right;
    padding-right: 45px;
    font-size: 30px;
}

@media (max-width: 700px) {
    .join_xx li:nth-child(2n) {
        width: 100%;
    }

    .join_xx li {
        width: 100%;
        margin-bottom: 10px;
    }

    .join_xx li h2 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25%;
        color: #ffffff;
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/c3dca2118dhitvai.png) no-repeat center right;
        padding-right: 45px;
        font-size: 16px;
    }
}

/* 产品页面 */
.pt_an {
    text-align: left;
    max-width: 780px;
}

/* ppbg_11 */
.ppbg_11 {
    background: #f5f5f5;
    padding: 60px 0;
    margin-top: 40px;
}

.home-products-section2 {
    margin-left: 8%;
    margin-top: 45px;
}

@media (max-width: 1440px) {
    .home-products-section2 {
        margin-left: 10px;
        margin-top: 45px;
    }
}

@media (max-width: 1280px) {
    .home-products-section2 {
        margin-left: 10px;
        margin-top: 25px;
    }
}

/* pp_kk */
.pp_kk {
    margin-top: 67px;
}

.pp_yy {
    position: relative;
}

.pp_yy img {
    width: 100%;
}

.pp_cnm {
    position: absolute;
    bottom: 35px;
    right: 35px;
    color: #ffffff;
    font-size: 18px;
    line-height: 35px;
    max-width: 700px;
}

@media (max-width: 1440px) {
    .pp_cnm {
        position: absolute;
        bottom: 35px;
        right: 35px;
        color: #ffffff;
        font-size: 16px;
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .pp_kk {
        margin-top: 37px;
    }

    .pp_cnm {
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #ffffff;
        font-size: 14px;
        line-height: 22px;
        max-width: 300px;
    }
}

/* De_ll */
.De_ll {
    margin-top: 3.5vw;
    margin-bottom: 5.5vw;
    margin-bottom: 0px;
}

.De_ll li {
    background: #eeeeee;
}

.img_a3 {
    width: 50%;
}

.img_a3 img {
    width: 100%;
}

.dcc11 {
    width: 50%;
    padding: 5.5vw;
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/3b251b3295758tnq.png) no-repeat 5% 10%;
}

.dcc11 h3 {
    color: #2d2d2d;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
}

.dcc11 h2 {
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/593b4595ebgky5nu.png) no-repeat left 8px;
    padding-left: 22px;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 25px;
}

/* 首页产品 */
.box2 {
    padding-bottom: 5vw;
}

.sycp {
    margin: 0 -1px;
}

.sycp li {
    width: calc(100% / 5 - 2px);
    float: left;
    background: #ebeaea;
    margin: 1px;
}

.sycp li .det {
    padding: 3.32vw 30px 2.6vw;
}

.sycp li .wz {
    color: #727272;
    font-size: 30px;
    line-height: 36px;
    height: 72px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.sycp li .tu {
    margin: 4.84vw 0 1.72vw;
}

.sycp li .tu img {
    width: 100%;
    display: block;
}

.sycp li .img {
    display: block;
}

.sycp li .img2 {
    display: none;
}

.sycp li .mo {
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/1c0022a72c0s0s9w.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.sycp li:hover {
    background: #d10000;
}

.sycp li:hover .wz {
    color: #fff;
}

.sycp li:hover .mo {
    background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/8c41f425f9bqwxuq.png) no-repeat;
}

.sycp li:hover .img {
    display: none;
}

.sycp li:hover .img2 {
    display: block;
}

@media (max-width: 1440px) {
    .dcc11 h3 {
        color: #2d2d2d;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 35px;
    }

    .dcc11 h2 {
        font-size: 16px;
    }

    .sycp li .wz {
        font-size: 27px;
        line-height: 32px;
        height: 64px;
    }
}

@media (max-width: 1280px) {
    .dcc11 h3 {
        color: #2d2d2d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 35px;
    }

    .dcc11 h2 {
        font-size: 15px;
        line-height: 28px;
    }

    .sycp li .det {
        padding: 3.32vw 20px 2.6vw;
    }

    .sycp li .wz {
        font-size: 20px;
        line-height: 26px;
        height: 52px;
    }
}

@media (max-width: 1200px) {
    .dcc11 {
        width: 50%;
        padding: 2.5vw;
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/7b8aaf00bcozjxay.png) no-repeat 5% 10%;
    }

    .dcc11 h2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 990px) {
    .dcc11 {
        width: 100%;
        padding: 25px;
        background: url(//wm.cdn.cn86.cn/zhstainless/2025/07/7b8aaf00bcozjxay.png) no-repeat 5% 10%;
    }

    .img_a3 {
        width: 100%;
    }

    .dcc11 h3 {
        color: #2d2d2d;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .De_ll {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .df_a {
        width: 100%;
    }

    .more_11 {
        width: 110px;
        line-height: 35px;
    }

    .xw_22 li h2 {
        font-size: 18px;
    }

    .sycp li {
        width: calc(100% / 2 - 2px);
    }

    .sycp li:last-child {
        display: none;
    }
}

@media (max-width: 640px) {
    .sycp li .wz {
        font-size:17px;
    }

    .sycp li .det {
        padding: 40px 20px 30px;
    }

    .sycp li .tu {
        margin: 60px 0 30px;
    }
    .picScroll-left .hd ul li.on a, .picScroll-left .hd ul li:hover a{
        color: #fff !important;
    }
}
