.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;
    }
}


/*  */

p {
    margin: 0px;
}

body {
    overflow-x: hidden;
}

@media (min-width: 992px) {
    body {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }
}

.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: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.fz-42 {
    font-size: 42px;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 1200px) {
    .pt-80 {
        padding-top: 60px;
    }
    .pb-80 {
        padding-bottom: 60px;
    }
    .pt-70 {
        padding-top: 50px;
    }
    .pb-70 {
        padding-bottom: 50px;
    }
    .fz-42 {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .pt-80 {
        padding-top: 45px;
    }
    .pb-80 {
        padding-bottom: 45px;
    }
    .pt-70 {
        padding-top: 35px;
    }
    .pb-70 {
        padding-bottom: 35px;
    }
    .fz-42 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .fz-42 {
        font-size: 24px;
    }
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #2A2A2A;
    padding: 10px 0;
    background-color: #fff;
}

.logo {
    position: relative;
    width: 220px;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 58px
}

.navbar-nav-box {
    position: relative;
    min-width: 1px;
    flex: 1;
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center;
    flex: 1;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #444444;
    height: 60px;
    line-height: 60px;
    font-weight: 400
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: calc(100% + 20px);
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 25px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/3c12c33bf3nucvys.png) no-repeat center;
    border-radius: 0%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-image: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/262a6d4639fvnauk.png);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}


/* hm-products */

.hm-products {
    position: relative;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    font-size: 42px;
    color: #111111;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.hm-title p {
    color: #ed6c00;
    font-size: 18px;
    line-height: 1.5;
}

.h-product-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.h-product-list li {
    position: relative;
    width: 33.33%;
    padding: 15px;
}

.h-product-list li .img-box {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
}

.h-product-list li .img-box::before {
    transition: all 0.5s ease;
    display: block;
    content: '';
    background: rgba(5, 6, 5, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.h-product-list li .img-box::after {
    transition: all 0.5s ease;
    display: block;
    content: '';
    background: var(--main-theme-color);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}

.h-product-list li a.cont {
    font-size: 18px;
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 99;
    background: #fff0;
    color: #ec6c01;
    width: 100%;
    height: 45px;
    line-height: 1;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn2 {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: inherit;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    border: 2px solid transparent;
    padding: 0.75rem 1rem;
    line-height: 1.25;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.h-product-list li:hover .img-box::before {
    opacity: 1;
}

.h-product-list li:hover .img-box::after {
    left: -99%;
}

.h-product-list li:hover a.cont {
    background: var(--main-theme-color);
    color: #fff!important;
}


/* hm-about */

.hm-about {
    position: relative;
}

.hm-about .about-img {
    position: relative;
    padding-right: 30px;
}

.hm-about .about-img a {
    display: block;
}

.hm-about .about-img img {
    display: block;
    width: 100%;
}

.hm-about .about-txt {
    position: relative;
}

.hm-about .about-txt h3 {
    font-size: 42px;
    color: #111111;
    line-height: 1;
    margin-bottom: 30px;
}

.hm-about .about-txt .pp {
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hhmo {
    display: block;
    width: 178px;
    line-height: 50px;
    background: var(--main-theme-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.hhmo:hover {
    color: #fff!important;
    background: #000;
}


/* hm-call */

.hm-call {
    position: relative;
}

.hm-call .call-tit1 {
    font-size: 42px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}

.hm-call .call-tit2 {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}

.hm-call .call-tit3 {
    position: relative;
}


/* hm-advantages */

.hm-advantages {
    position: relative;
}

.hm-title2 p {
    color: #333333;
}

.h-photo-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.h-photo-list li {
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
}

.h-photo-list li .img {
    position: relative;
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid var(--main-theme-color);
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s;
}

.h-photo-list li .img img {
    max-width: 100%;
}

.h-photo-list li .txt {
    margin-top: 30px;
}

.h-photo-list li .txt h3 {
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.h-photo-list li .txt .pp {
    font-size: 15px;
    color: #111111;
    line-height: 26px;
}

.h-photo-list li:hover .img {
    background-color: var(--main-theme-color);
}

.h-photo-list li:hover .img img {
    /* 标准写法 */
    filter: brightness(0) invert(1);
    /* 兼容旧版 Safari 和 iOS */
    -webkit-filter: brightness(0) invert(1);
    /* 兼容旧版 Firefox */
    -moz-filter: brightness(0) invert(1);
    /* 兼容旧版 IE */
    filter: gray;
    /* IE 6-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    /* IE 10+ */
}

.h-photo-list li:hover .txt h3 {
    color: var(--main-theme-color);
}


/* hm-honor */

.hm-honor {
    position: relative;
    background: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/1cbbe5be3b7vaewy.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 40px;
}

.honor-swiper {
    position: relative;
    overflow: hidden;
}

.honor-swiper .swiper-slide {
    position: relative;
}

.honor-swiper .swiper-slide a {
    display: block;
}

.honor-swiper .swiper-slide a img {
    display: block;
    width: 100%;
}

.honor-swiper .swiper-pagination2 {
    margin-top: 40px;
    position: relative;
    bottom: 0px;
}

.honor-swiper .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fcac6a;
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
}

.honor-swiper .swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}


/* hm-photo2 */

.hm-photo2 {
    position: relative;
    overflow: hidden;
}

.slickW {
    height: 700px;
}

.slickW .item {
    height: 100%;
    padding: 0 20px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.slickW .item:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.slickW .item .cont {
    height: 700px;
    position: relative;
    color: #fff
}

.slickW .item .hideC {
    padding: 90px 20px 40px;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    border-radius: 0px
}

.slickW .item .cont .hideC .des {
    display: none
}

.slickW .item .cont:hover .hideC {
    transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    background: rgba(237, 108, 0, 0.85)
}

.slickW .item .cont:hover .hideC .des {
    display: block
}

.slickW .item .num {
    font-weight: 700;
    font-size: 30px
}

.slickW .item .tit {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 20px
}

.slickW .item .des {
    font-size: 18px;
    font-weight: 400;
    margin-top: 60px;
    line-height: 24px;
}

@media screen and (max-width:1400px) {
    .slickW .item .tit {
        font-size: 30px
    }
}

@media screen and (max-width:875px) {
    .slickW {
        height: 400px
    }
    .slickW .item .cont {
        height: 400px
    }
    .slickW .item .tit {
        font-size: 18px
    }
    .slickW .item .hideC {
        padding: 30px 10px
    }
    .slickW .item .showC {
        padding: 10px
    }
    .slickW .item .num {
        font-size: 20px;
    }
    .slickW .item .des {
        font-size: 14px;
        margin-top: 30px;
    }
}

.bg2,
.bg-wrap2,
.nav-bg2 {
    position: absolute;
    overflow: hidden;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-wrap2 {
    /* background: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/55cde1cd763tlsyz.jpg);
    background-position: center; */
    background-size: cover;
}

/* .bg2 {
    opacity: 1;
    background-image: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/55cde1cd763tlsyz.jpg);
    background-position: center center;
    background-size: cover;
} */


/* hm-news */

.hm-news {
    position: relative;
}

.h-news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.h-news-list li {
    position: relative;
    margin: 0 20px 20px 20px;
    width: calc(50% - 40px);
}

.h-news-list li a {
    display: block;
}

.h-news-list li .img img {
    display: block;
    width: 100%;
}

.h-news-list li .txt {
    padding-top: 30px;
}

.h-news-list li .txt h3 {
    font-size: 20px;
    color: #222222;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 20px;
    transition: all .3s;
}

.h-news-list li .txt .pp {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    transition: all .3s;
}

.h-news-list li:hover .txt * {
    color: var(--main-theme-color)!important;
}


/* parter-swiper */

.parter-swiper {
    margin-top: 3.125vw;
    position: relative;
    overflow: hidden;
}

.parter-swiper .swiper-slide {
    padding: 10px 10px;
}

.parter-swiper .swiper-slide a {
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 8px 0px rgba(93, 62, 36, 0.2);
}

.parter-swiper .swiper-slide a img {
    display: block;
    width: 100%;
}

.hm-message-con {
    position: relative;
    padding: 4.166vw 0 0;
}


/* foot */

.foot {
    position: relative;
    background: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/a19b9ccb51rv6piv.jpg) no-repeat;
    background-size: cover;
}

.foot-top {
    padding-top: 4.166vw;
    padding-bottom: 50px;
}

.foo-item {
    position: relative;
    flex: 1;
}

.foo-item1 {
    flex: 0 0 375px;
}

.foo-item4 {
    flex: 0 0 355px;
}

.foo-logo {
    margin-bottom: 30px;
}

.foo-logo a {
    display: block;
}

.foo-logo a img {
    max-width: 250px;
}

.foo-desc {
    font-size: 24px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 30px;
}

.wd-title {
    font-size: 22px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 20px;
}

.foo-nav {
    font-size: 16px;
    line-height: 36px;
}

.foo-nav a {
    color: #666666;
}

.lxwm-con {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.foo-banq {
    position: relative;
    background: #828282;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.foo-banq a {
    color: #fff;
}

.foo-banq a:hover {
    color: var(--main-theme-color);
}

.foot a:hover {
    text-decoration: underline;
}


/* about-section1 */

.about-section1 {
    position: relative;
}

h1.titlex {
    line-height: 1;
    color: #111111;
    margin-bottom: 0px;
    font-weight: bold;
}

.flexW2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.flexW2 .leftW {
    width: 65.81197%;
}

.flexW2 .leftW .img {
    padding-top: 62.33766%;
}

.flexW2 .rightW {
    width: 31.62393%;
}

.flexW2 .rightW .img {
    padding-top: 60.81081%;
}

.flexW2 .rightW .img:first-child {
    margin-bottom: 8.10811%;
}

.flexW2 .img {
    background-size: cover;
    background-position: center;
}


/* about-section2 */

.about-section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/0088091d47va5xk5.jpg) no-repeat;
    background-size: cover;
}
.about-section2 .wrap {
    overflow: hidden;
}
.about1-txt {
    width: 100%;
    position: relative;
    padding-right: 20px;
}

.about1-txt h3 {
    color: #111111;
    line-height: 1;
    margin-bottom: 30px;
}

.about1-txt .pp {
    font-size: 17px;
    color: #555555;
    line-height: 30px;
}

.about1-img {
    width: 45%;
    float: right;
    margin-left: 10px;
    position: relative;
}

.about1-img a {
    display: block;
}

.about1-img img {
    display: block;
    width: 100%;
}


/* about-section3 */

.about-section3 {
    position: relative;
}

.seaBox {
    position: relative;
}

.bigTxt {
    line-height: 1;
    color: #111111;
    margin-bottom: 0px;
    font-weight: bold;
}

.search3 {
    width: 260px;
    position: relative;
    background: #fff;
    border: 1px solid #dedede;
    display: flex;
}

.search3 input {
    height: 52px;
    line-height: 52px;
    outline: 0;
    border: none;
    font-size: 0
}

.search3 #keyword {
    width: calc(100% - 60px);
    padding-left: 10px;
    color: #666666;
    font-size: 18px
}

.search3 #s_btn {
    width: 60px;
    background: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/359bc2465e5cnnxf.png) no-repeat center;
}

.ab-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ab-product-list li {
    position: relative;
    width: 25%;
    padding: 10px
}

.ab-product-list li .img-box {
    background: #000;
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover
}

.ab-product-list li .img-box::before {
    transition: all .5s ease;
    display: block;
    content: '';
    background: rgba(5, 6, 5, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.ab-product-list li .img-box::after {
    transition: all .5s ease;
    display: block;
    content: '';
    background: var(--main-theme-color);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%
}

.ab-product-list li a.cont {
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
    background: #fff0;
    color: #ec6c01;
    width: 100%;
    height: 45px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}

.ab-product-list li:hover .img-box::before {
    opacity: 1
}

.ab-product-list li:hover .img-box::after {
    left: -100%
}

.ab-product-list li:hover a.cont {
    background: var(--main-theme-color);
    color: #fff!important
}


/* contact-section1 */

.contact-section1 {
    position: relative;
}

.cc-title {
    margin-bottom: 40px;
}

.cc-title h3 {
    line-height: 1;
    font-size: 42px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 30px;
}

.cc-title p {
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}

.cc-con {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cc-con .img-le {
    width: 52.916%;
    position: relative;
    z-index: 1;
}

.cc-con .img-le img {
    display: block;
    width: 100%;
}

.cc-con .txt {
    flex: 1;
    min-width: 1px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
    margin-left: -45px;
    z-index: 9;
}

.cc-con .txt h2 {
    font-size: 30px;
    color: #000011;
    line-height: 1;
    margin-bottom: 40px;
}

.cc-con .list3 li {
    position: relative;
}

.cc-con .list3 li .im img {
    max-width: 30px;
}

.cc-con .list3 li .pp {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}


/* nei-template-wrap */

.nei-template-wrap {
    position: relative;
    background: #fff;
    padding-top: 3%;
    padding-bottom: 4%;
}

.wmy-left {
    position: relative;
    padding: 0px 0px;
}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 260px;
        margin-right: 30px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 0px;
}

.product-desc {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}


/* 产品分类 */

.p_c_content {
    position: relative;
}

.p_c_content>li {
    position: relative;
}

.p_c_content>li .p_c_title1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    font-size: 18px;
    transition: all ease .3s;
    width: 100%;
    color: #111111;
    background: #fff;
}

.p_c_content>li .p_c_title1 a {
    width: 100%;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    color: inherit;
}

.p_c_content>li .p_c_title1 a span {
    font-weight: bold;
}

.p_c_content>li .p_c_title1 .p_arrbtm {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/82c8a0570b8a6ias.png) no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.p_c_content>li.active .p_c_title1 {
    color: var(--main-theme-color);
}

.p_c_content>li .p_c_title1:hover {
    color: var(--main-theme-color);
}

.p_c_content>li .p_c_title1:hover a,
.p_c_content>li.active .p_c_title1 a {
    color: var(--main-theme-color)!important;
}

.p_c_content>li .p_c_title1:hover .p_arrbtm,
.p_c_content>li.active .p_c_title1 .p_arrbtm {
    background-image: url(//wm.cdn.cn86.cn/jsyanruilin/2025/11/69fc66bbf0whegom.png);
}

.p_c_content>li.active .p_arrbtm {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.deep-2 {
    position: relative;
    display: none;
}

.deep-2 li {
    position: relative;
}

.deep-2 li .p_c_title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    font-size: 16px;
    transition: all ease .3s;
    width: 100%;
    color: #666666;
    background: #fff;
}

.deep-2 li .p_c_title2 a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
}

.deep-2 li .p_c_title2 a span {
    font-weight: normal;
}

.deep-2 li .p_c_title2.active {
    color: var(--main-theme-color);
}

.deep-2 li .p_c_title2:hover {
    color: var(--main-theme-color);
}

.deep-2 li .p_c_title2.active a {
    color: var(--main-theme-color)!important;
}

.deep-2 li .p_c_title2:hover a {
    color: var(--main-theme-color)!important;
}


/* 产品列表页 */

.xypg-product-list {
    display: flex;
    flex-wrap: wrap;
}

.xypg-product-list li {
    position: relative;
    width: 33.33%;
    padding: 15px
}

.xypg-product-list li .img-box {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #dedede;
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover
}

.xypg-product-list li .img-box::before {
    transition: all .5s ease;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.xypg-product-list li .img-box::after {
    transition: all .5s ease;
    display: block;
    content: '';
    background: var(--main-theme-color);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%
}

.xypg-product-list li a.cont {
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
    background: #fff0;
    color: #ec6c01;
    width: 100%;
    height: 45px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.xypg-product-list li:hover .img-box::before {
    opacity: 1
}

.xypg-product-list li:hover .img-box::after {
    left: -100%
}

.xypg-product-list li:hover a.cont {
    background: var(--main-theme-color);
    color: #fff!important
}


/* @media */

@media (max-width: 1200px) {
    .hm-title h3 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .hm-about .about-txt h3,
    .hm-call .call-tit1 {
        font-size: 36px;
    }
    .hm-title p {
        font-size: 16px;
    }
    .h-product-list li a.cont {
        font-size: 16px;
    }
    .hhmo {
        width: 138px;
        line-height: 40px;
        font-size: 16px;
    }
    .h-photo-list li .img {
        width: 120px;
        height: 120px;
    }
    .h-photo-list li .img img {
        max-width: 50px;
    }
    .xypg-product-list li {
        width: 50%;
    }
    .ab-product-list li {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .h-product-list li {
        width: 50%;
    }
    .h-news-list li .txt {
        padding-top: 20px;
    }
    .h-news-list li .txt h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .h-news-list li .txt .pp {
        font-size: 14px;
        line-height: 25px;
    }
    .hm-message-con {
        padding: 60px 0;
    }
    .cc-con .txt h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .cc-con .list3 li .pp {
        font-size: 16px;
    }
    .foo-item {
        flex: 0 0 100%!important;
        margin-bottom: 20px;
    }
    .foo-item2 {
        flex: 0 0 50%!important;
    }
    .foo-item3 {
        flex: 0 0 50%!important;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 0 0;
    }
    .logo {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .logo a img {
        max-height: 45px;
    }
    .home-banner .swiper-pagination1 {
        bottom: 10px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        margin: 0 5px!important;
    }
    .hm-about .about-txt h3,
    .hm-call .call-tit1 {
        font-size: 28px;
    }
    .hm-about .about-txt {
        padding: 30px 0;
    }
    .hm-about .about-img {
        padding-right: 0px;
    }
    .h-product-list {
        margin-top: 20px;
    }
    .h-product-list li {
        width: 100%;
    }
    .xypg-product-list li {
        width: 100%;
    }
    .hm-call {
        padding: 60px 0;
    }
    .hm-title h3 {
        font-size: 28px;
    }
    .hm-title p {
        font-size: 14px;
    }
    .h-news-list li {
        margin: 0 20px 20px 20px;
        width: calc(100% - 40px);
    }
    .foot {
        margin-bottom: 70px;
    }
    .foot-top {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .wd-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .foo-desc {
        font-size: 20px;
    }
    .foo-nav,
    .lxwm-con {
        line-height: 26px;
    }
    .hm-message-con {
        padding: 40px 0;
    }
    .hm-call .call-tit2 {
        font-size: 15px;
        line-height: 25px;
    }
    .about1-txt {
        width: 100%;
        margin-bottom: 30px;
    }
    .about1-img {
        width: 100%;
    }
    .ab-product-list li {
        width: 100%;
    }
    .seaBox {
        margin-bottom: 30px!important;
    }
    .bigTxt {
        width: 100%;
        margin-bottom: 20px;
    }
    .search3 {
        width: 100%;
    }
    .honor-swiper .swiper-pagination2 {
        margin-top: 25px;
    }
    .honor-swiper .swiper-pagination2 .swiper-pagination-bullet {
        margin: 0 5px!important;
    }
    .pb-100 {
        padding-bottom: 50px!important;
    }
    .flexW2 {
        margin-top: 25px;
    }
    .cc-con .img-le {
        width: 100%;
    }
    .cc-con .txt {
        margin-left: 0px;
    }
    .cc-title h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .cc-title p {
        font-size: 15px;
    }
}