.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: 0;

}



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;

}



.max1800 {

    max-width: 1830px;

    margin: 0 auto;

    padding: 0 15px;

}



.max1600 {

    max-width: 1630px;

    margin: 0 auto;

    padding: 0 15px;

}



.max1750 {

    max-width: 1780px;

    margin: 0 auto;

    padding: 0 15px;

}



.max1500 {

    max-width: 1500px;

    width: 90.625%;

    margin: 0 auto;

}


.max1440 {

    max-width: 1470px;

    padding-left: 15px;

    padding-right: 15px;

    margin: 0 auto;

}



.max1400 {

    max-width: 1430px;

    padding-left: 15px;

    padding-right: 15px;

    margin: 0 auto;

}



.max1200 {

    max-width: 1230px;

    padding-left: 15px;

    padding-right: 15px;

    margin: 0 auto;

}





/**/

.flexed {

    display: flex;

    justify-content: space-between;

    flex-wrap: nowrap;

    display: -webkit-flex;

}



.align-center {

    align-items: center;

}







/* header */

.header {

    left: 0;

    top: 0;

    width: 100%;

    z-index: 999;

    position: fixed;

    -webkit-transition: all .3s ease;

    transition: all .3s ease;

    background: #fff;

}

.header.scroll{
    border-bottom: 1px solid #ddd;
}



.top-mid-flex {

    height: 100px

}



.head-left {

    width: 72.22%;

}



.logo {

    position: relative;

    width: 15.5%;

}



.logo a {

    display: block

}



.logo a img {

    max-width: 100%;

}





.navbar-nav-box {

    width: 80%;

}



.x-menu {

    position: relative

}



.x-menu>li {

    position: relative;

    text-align: center

}



.x-menu>li>a {

    display: block;

    font-size: 18px;

    color: #262626;

    height: 100px;

    line-height: 100px;

    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: 100%;

    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)

}



@media (min-width:1200px) {

    .x-menu>li {}

}



@media (min-width:1440px) {

    .x-menu>li {}

}



.head-right {}



.head-right .tel {

    margin-right: 1.5vw;

}



.head-right .tel p {

    color: #008000;

    font-size: 18px;

    font-weight: 600;

    display: flex;

    align-items: center;

}



.head-right .tel p img {

    margin-right: 10px;

}





.ss11 {

    border: 1px solid #bdbdbd;

    width: 90px;

    height: 45px;

}



.header-ss {

    position: relative;

    width: 50%;

    height: 43px;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    border-right: 1px solid #bdbdbd;

}



.header-ss .ss_btn {

    width: 22px;

    height: 21px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    background: url(//wm.cdn.cn86.cn/junye/2025/09/2c3865a3b0utwns0.png) no-repeat center;

    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(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)

}



.language-group .btn {

    color: #000;

    padding: 0;

    line-height: 1;

    font-size: 13px;

}



/* banner */

.home-banner {

    width: 100%;

    position: relative;
    padding-top: 100px;

}



.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: 30px;

}



.home-banner .swiper-pagination1 .swiper-pagination-bullet {

    width: 22px;

    height: 22px;

    border: 3px solid #fff;

    border-radius: 50%;

    margin: 0 10px !important;

    transition: width .3s ease;

    opacity: 1;

    background: none;

}



.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {

    border: 3px solid #009944;

}



.swiper-button-next::after,

.swiper-button-prev::after {

    font-size: 0;

}



.home-banner .swiper-button-next1,

.home-banner .swiper-button-prev1 {

    position: absolute;

    width: 54px;

    height: 54px;

    top: 50%;

    margin-top: -27px;

    font-size: 0;

    outline: none;

    border: none;

    background: none;

    z-index: 99;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    transition: all .3s ease;

    -webkit-transition: all .3s ease;

}



.home-banner .swiper-button-prev1 {

    left: 2.083vw;

    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/6e38c3b7f5esyobb.png) no-repeat center rgba(255, 255, 255, 0.1);

}



.home-banner .swiper-button-next1 {

    right: 2.083vw;

    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/cf9ba08e30xu7rnw.png) no-repeat center rgba(255, 255, 255, 0.1);

}



.home-banner .swiper-button-prev1:hover {

    background-color: var(--main-theme-color);

}



.home-banner .swiper-button-next1:hover {

    background-color: var(--main-theme-color);

}

@media(max-width: 995px){
    .home-banner{
        padding-top: 0;
    }
    .home-banner .swiper-pagination1{
        bottom: 10px;
    }
}



/* about */

.about-bg {

    background: #f5f7f8;

    padding-top: 7vw;

    padding-bottom: 8.3vw;

}



.about-left {

    width: 39.0625%;

    position: relative;

}



.about-left::before {

    content: '';

    position: absolute;

    top: -110px;

    left: -85px;

    width: 260px;

    height: 260px;

    background: rgba(83, 83, 83, 0.04);

    border-radius: 50%;

}





.about-left .at .at1 {

    color: #0095df;

    font-size: 24px;

    font-weight: 600;

}



.about-left .at .at1 span {

    font-weight: normal;

    margin-left: 0.5vw;

    text-transform: uppercase;

}



.about-left .at .at2 {

    color: #222222;

    font-size: 3.125vw;

    font-weight: 600;

    margin-top: 0.8vw;

}



.about-left .aw {

    margin-top: 2.86vw;

}



.about-left .aw p {

    color: #666666;

    font-size: 16px;

    line-height: 1.875;

}
.about-left .aw p:first-child {


    margin-bottom: 2vw;
}



.about-left .aw p:last-child {

    margin-bottom: 0;

}



.about-left .amore {

    width: 160px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    background: #008000;

    border-radius: 30px;

    font-size: 16px;

    margin-top: 5.2vw;

}



.about-left .amore a {

    display: block;

    color: #fff;

}



.about-left .amore:hover {

    background: #0095df;

}



.about-right {

    width: 51.25%;

}



.alist1 {

    flex-wrap: wrap;
    display: flex;
    gap:1vw;

}

.nyyf1list1 li {
    align-items: center;
}



.alist1 li {

    border-radius: 25px;

    background: #fff;

    width: 48.78%;

    padding: 1.56vw;

    transition: 0.5s;

    float: left;

}



.alist1 li:nth-child(2n) {

    margin-top: 20px;

    float: right;

}



.alist1 li+li {

    margin-top: 20px;

}





.alist1 li a {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    height: 100%;

}



.alist1 li a .text .text1 {

    color: #008000;

}



.alist1 li a .text .text1 b {

    font-size: 2.91666666666667vw;

    font-family: "Arial";

}



.alist1 li a .text .text1 span {

    font-size: 18px;

}



.alist1 li a .text .text2 {

    color: #444444;

    font-size: 1.25vw;

    font-weight: 600;

    margin-top: 1.8vw;

    margin-bottom: 1vw;

}



.alist1 li a .text .text3 {

    color: #666666;

    font-size: 14px;

    line-height: 1.714;


    overflow: hidden;

}



.alist1 li a .text .text4 {

    color: #dadada;

    font-size: 1.97916666666667vw;

    font-family: "Arial";

    margin-top: 1.56vw;

}



.alist1 li:hover {

    background-image: -moz-linear-gradient(124deg, rgb(0, 149, 223) 0%, rgb(0, 128, 0) 100%);

    background-image: -webkit-linear-gradient(124deg, rgb(0, 149, 223) 0%, rgb(0, 128, 0) 100%);

    background-image: -ms-linear-gradient(124deg, rgb(0, 149, 223) 0%, rgb(0, 128, 0) 100%);

}



.alist1 li:hover a .text .text1 {

    color: #fff;

}



.alist1 li:hover a .text .text2 {

    color: #fff;

}



.alist1 li:hover a .text .text3 {

    color: #fff;

}



.alist1 li:hover a .text .text4 {

    color: #fff;

}



/* 产品与解决方案 */

.jjfa-bg {

    position: relative;

}



.jjfatitle {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 99;

    width: 100%;

    text-align: center;

    padding-top: 8.33vw;

}



.jjfatitle .jt1 {

    color: #ffffff;

    font-size: 18px;

    text-transform: uppercase;

    margin-bottom: 0.8vw;

}



.jjfatitle .jt2 {

    color: #ffffff;

    font-size: 2.86458333333333vw;

    font-weight: 600;

}



.jjfalist {}



.jjfalist li {

    flex: 1;

}



.jjfalist li a {

    display: block;



}



.jjfalist li .img1 {

    position: relative;

}



.jjfalist li .img1>img {

    width: 100%;

}



.jjfalist li .text {

    position: absolute;

    top: 0;

    bottom: 8.854vw;

    left: 0;

    right: 0;

    z-index: 99;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    flex-direction: column;

    transition: 0.5s;

}



.jjfalist li .text .texta .img2 {

    border: 4px solid #fff;

    width: 125px;

    height: 125px;

    margin: 0 auto;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}



.jjfalist li .text .texta .img2 img {

    max-width: 100%;

}



.jjfalist li .text .texta .wz {

    color: #ffffff;

    font-size: 24px;

    font-weight: 600;

    margin-top: 10px;

}



.jjfalist li .text .textb {

    color: #fff;

    font-size: 18px;

    margin-top: 4.6875vw;

}



.jjfalist li .text .textc {

    background: #fff url(//wm.cdn.cn86.cn/junye/2025/09/f22ff8d2ceihmvzz.png) no-repeat center;

    width: 115px;

    height: 51px;

    border-radius: 30px;

    margin-top: 35px;

}



.jjfalist li:hover a .text {

    transform: translateY(-20px);

}



.jjfalist li:hover .text .texta .img2 {

    background: #008000;

    border-color: #008000;

}



.jjfalist li:hover .text .textc {

    background: #008000 url(//wm.cdn.cn86.cn/junye/2025/09/2ee568cadcw8sswq.png) no-repeat center;

}



/* 新闻 */

.news-bg {

    /* background: #f5f7f8; */

    padding-top: 7vw;

    padding-bottom: 9.3vw;

}

.news-index{
    
}



.ntitle {

    text-align: center;

}



.ntitle .nt1 {

    font-size: 18px;

    text-transform: uppercase;

    color: #1d1d1d;

}



.ntitle .nt2 {

    font-size: 2.86458333333333vw;

    color: #0e0e0e;

    margin-top: 0.8vw;

    font-weight: 600;

}



.news-con {

    margin-top: 4.15vw;

}

.news-index .ny-news-lists{
    margin-top: 4.15vw;
}



.newsl {

    width: 44.34%;

}



.news_list1 {}



.news_list1 li .img img {

    width: 100%;

}



.news_list1 li .wz {

    background: #fff;

    padding: 15px;

    padding-bottom: 40px;

}



.news_list1 li .wz .wza {

    color: #000000;

    font-size: 18px;

    font-weight: 600;

    line-height: 1.2;

}



.news_list1 li .wz .wzb {

    color: #1d1d1d;

    font-size: 14px;

    line-height: 1.714;

    margin: 1.3vw 0;

}



.news_list1 li .wz .wzc {

    color: #008000;

    font-size: 14px;

}



.news_list1 li:hover .wz .wza {

    color: #008000;

}



.newsr {

    width: 50%;

}



.news_list2 {

    height: 100%;

}





.news_list2 li {

    background: #fff;

    padding: 25px;

    width: 45.55%;

    margin: 0 auto;

}



.news_list2 li a {

    display: flex;

    justify-content: space-between;

    flex-direction: column;

}



.news_list2 .xian {

    width: 2px;

    height: 100%;

    background: rgba(197, 197, 197, 0.49);

}



.news_list2 li .wz .wza {

    color: #1d1d1d;

    font-size: 18px;

    line-height: 1.333;

}



.news_list2 li .wz .date {

    color: #858283;

    font-size: 12px;

    margin: 1vw 0;

}



.news_list2 li .wz .wzb {

    font-size: 12px;

    color: #1d1d1d;

    line-height: 1.667;

}



.news_list2 li .wz .wzc {

    color: #858283;

    font-size: 12px;

    margin-top: 2vw;

}



.news_list2 li .img {

    margin-top: 2.6vw;

}



.news_list2 li .img img {

    width: 100%;

}



.news_list2 li:hover .wz .wza {

    color: #008000;

}



.news_list2 li:hover .wz .wzc {

    color: #008000;

}



/* 环境、社会与责任 */

.duty-bg {

    background: url(//wm.cdn.cn86.cn/junye/2025/09/2c3d515212rcs093.jpg) no-repeat top center;

    background-size: cover;

    padding: 5.625vw 0;

}



.duty-index {

    background: rgba(242, 242, 242, 0.95);

    padding: 35px 25px;

}



.dutyl {

    width: 60%;

    padding-top: 65px;

}



.dutyla {

    width: 48.65%;

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    position: relative;

}



.dutyla::before {

    content: '';

    position: absolute;

    top: -65px;

    left: 0;

    width: 260px;

    height: 260px;

    border-radius: 50%;

    background: rgba(83, 83, 83, 0.04);

}



.dutyl .at .at1 {

    font-size: 18px;

    color: #0095df;

    text-transform: uppercase;

}



.dutyl .at .at2 {

    font-size: 3.125vw;

    color: #222222;

    font-weight: 600;

    margin-top: 1.2vw;

    margin-bottom: 1.8vw;

}



.dutyl .aw p {

    color: #008000;

    font-size: 18px;

    line-height: 1.667;

}



.dutyl .aimg img {

    max-width: 100%;

}



.dutylb {

    width: 44.32%;

}



.dutylb .wz1 p {

    color: #666666;

    font-size: 16px;

    line-height: 2;

}



.dutylb .amore {

    width: 160px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    background: #008000;

    border-radius: 30px;

    font-size: 16px;

    margin-top: 4.166vw;

}



.dutylb .amore a {

    display: block;

    color: #fff;

}



.dutylb .amore:hover {

    background: #0095df;

}





.dutyr {

    width: 32.32%;

}



.dutyr img {

    width: 100%;

}



/* foot */

.foot-bg {

    background: #f3f3f3;
    padding-bottom: 2vw;




}



.foot-index {}



.foot-left {

    width: 63%;

    /* padding-top: 5.2vw; */

}



.ft1 {

    color: #313131;

    font-size: 1.875vw;

    font-weight: 600;

    line-height: 1.2;

}



.ft2 {

    margin: 2vw 0;

    justify-content: flex-start;

}



.ft2 .ft2a {

    width: 61%;

    background: #fff;

    height: 50px;

    line-height: 50px;

}



.ft2 .ft2a .ss2 {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.ft2 .ft2a #keyword {

    width: 89%;

    padding: 0;

    text-align: left;

    color: #c9c7c7;

    padding: 0 15px;

}



.ft2 .ft2a #s_btn {

    width: 11%;

    padding: 0;

    background: url(//wm.cdn.cn86.cn/junye/2025/09/8e1334d1bcvkrtfj.png) no-repeat center;

}



.ft2 .ft2b {

    color: #313131;

    font-size: 16px;

    margin-left: 1.4vw;

}



.ft2 .ft2b p strong {

    font-size: 18px;

}



.ft2 .ft2b p a {

    color: #313131;

}



.ft3 {

    /* border-top: 2px solid #e9e6e6; */

    padding-top: 2.86vw;

    padding-bottom: 4.6875vw;

}



.ft3 dl {

    float: left;

    width: 25%;

    margin-bottom: 0;

}



.ft3 dl dt {

    color: #313131;

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 10px;

}



.ft3 dl dd a {

    display: block;

    color: #333333;

    font-size: 16px;

    line-height: 2.5;

}



.ft3 dl dd a:hover {

    color: #008000;

}



.ft4 {

    color: #313131;

    font-size: 14px;

    display: flex;

    align-items: center;

    padding-bottom: 1.56vw;

}



.ft4 a {

    color: #8f9192;

}



.foot-right {

    width: calc(100% - 68%);

    border-left: 2px solid #e9e6e6;

    padding-left: 3.4vw;

    /* padding-top: 8.8vw; */
    padding-top: 2.86vw;

}



.foot-right .flx {

    margin-top: 10px;

}



.foot-right .flx p {

    color: #3b3b3b;

    font-size: 18px;

    line-height: 1.66;

}



.foot-right .flx p em {

    font-style: italic;

}



.elist {

    margin-top: 2.4vw;

}



.elist li {

    float: left;

    width: 35%;
    width: 33%;

}


.elist li .img img {

    max-width: 100%;

}

.elist li:last-child .img{
    text-align: center;
}

.elist li:last-child .img img{
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
}

.elist li:last-child  .wz{
    text-align: center;
    font-size: 14px;
    line-height: 2;
}



@media(max-width:1440px) {

    .x-menu>li>a {

        font-size: 15px;

    }



    .about-left .aw p {

        font-size: 15px;

    }



    .jjfalist li .text .texta .img2 {

        width: 100px;

        height: 100px;

    }



    .jjfalist li .text .texta .wz {

        font-size: 20px;

    }



    .jjfalist li .text .textb {

        font-size: 16px;

    }



    .jjfalist li .text .textc {

        height: 40px;

        line-height: 40px;

    }



    .dutylb .wz1 p {

        font-size: 15px;

    }



    .dutylb .amore {

        font-size: 14px;

    }



    .ft3 dl dt {

        font-size: 20px;

    }



    .ft3 dl dd a {

        font-size: 14px;

        line-height: 1.8;

    }



    .foot-right .flx p {

        font-size: 16px;

    }



    .about-left .amore {

        font-size: 14px;

    }

}



@media(max-width:1280px) {

    .home-banner .swiper-pagination1 .swiper-pagination-bullet {

        width: 15px;

        height: 15px;

    }

}



@media(max-width:1100px) {

    .head-right .tel p {

        font-size: 14px;

    }



    .x-menu>li>a {

        font-size: 13px;

    }



    .about-left .aw p {

        font-size: 14px;

    }



    .about-left::before {

        display: none;

    }



    .jjfalist li .text .texta .img2 {

        width: 80px;

        height: 80px;

    }



    .jjfalist li .text .texta .img2 img {

        max-width: 50px;

        width: 100%;

    }



    .jjfalist li .text .texta .wz {

        font-size: 16px;

    }



    .jjfalist li .text .textb {

        font-size: 14px;

    }



    .jjfalist li .text .textc {

        width: 100px;

    }



    .news_list2 li .wz .wza {

        font-size: 16px;

    }



    .news_list2 li {

        padding: 10px;

    }



    .dutyla::before {

        display: none;

    }



    .duty-index {

        flex-wrap: wrap;

    }



    .dutyl {

        width: 100%;

        padding-top: 20px;

    }



    .dutyr {

        width: 100%;

        margin-top: 20px;

    }



    .ft3 dl dt {

        font-size: 18px;

    }



    .foot-right .flx p {

        font-size: 15px;

    }



    .ft2 .ft2b {

        font-size: 14px;

    }



    .ft2 .ft2b p strong {

        font-size: 15px;

    }

}



@media(max-width:990px) {

    .navbar-nav-box {

        display: none;

    }



    .head-left {

        width: 30%;

    }



    .logo {

        width: 100%;

    }



    .ss11 {

        width: auto;

        padding: 0 10px;

        height: 36px;

    }

}



@media(max-width:780px) {

    .header {

        position: relative;

    }



    .head-right .tel {

        display: none;

    }



    .top-mid-flex {

        height: 80px;

    }



    .about-bg {

        padding: 40px 0;

    }



    .about-index {

        flex-wrap: wrap;

    }



    .about-left {

        width: 100%;

    }



    .about-left .at .at1 {

        font-size: 20px;

    }



    .about-left .at .at2 {

        font-size: 24px;

        margin-top: 5px;

    }



    .about-left .aw {

        margin-top: 20px;

    }



    .about-left .amore {

        margin-top: 20px;

    }



    .about-right {

        width: 100%;

        margin-top: 20px;

    }



    .alist1 li {

        padding: 20px 10px;

        border-radius: 10px;

    }



    .alist1 li:nth-child(2n) {

        margin-top: 0;

    }



    .alist1 li a .text .text1 b {

        font-size: 20px;

    }



    .alist1 li a .text .text2 {

        font-size: 16px;

        margin: 10px 0;

    }



    .alist1 li a .text .text3 {

        font-size: 12px;

        height: 60px;

    }



    .alist1 li a .text .text4 {

        font-size: 18px;

        margin-top: 10px;

    }



    .alist1 li:last-child {

        margin-top: 20px;

    }



    .jjfatitle .jt2 {

        font-size: 24px;

        margin-top: 10px;

    }



    .jjfalist {

        flex-wrap: wrap;

    }



    .jjfalist li {

        width: 50%;

        flex: auto;

    }



    .news-bg {

        padding: 40px 0;

    }



    .ntitle .nt2 {

        font-size: 20px;

        margin-top: 10px;

    }



    .news-con {

        margin-top: 20px;

        flex-wrap: wrap;

    }



    .newsl {

        width: 100%;

    }



    .newsr {

        width: 100%;

        margin-top: 20px;

    }



    .duty-index {

        flex-wrap: wrap;

    }



    .dutyl {

        flex-wrap: wrap;

    }



    .dutyla {

        width: 100%;

    }



    .dutyl .at .at1 {

        font-size: 16px;

    }



    .dutyl .at .at2 {

        font-size: 24px;

        margin: 10px 0;

    }



    .dutyl .aw p {

        font-size: 14px;

    }



    .dutyl .aimg {

        margin-top: 10px;

    }



    .dutyl .aimg img {

        width: 100%;

    }



    .dutylb {

        width: 100%;

        margin-top: 20px;

    }



    .dutylb .wz1 p {

        font-size: 13px;

    }



    .dutylb .amore {

        font-size: 12px;

    }



    .foot-index {

        flex-wrap: wrap;

        flex-direction: column-reverse;

    }



    .foot-left {

        width: 100%;

    }



    .foot-left .ft1 {

        display: none;

    }



    .ft2 {

        display: none;

    }



    .ft3 {

        display: none;

    }



    .ft4 {

        display: block;

        line-height: 1.5;

    }



    .foot-right {

        width: 100%;

        padding: 0;

        padding-top: 20px;

        border: none;

    }



    .ft1 {

        font-size: 20px;

    }



    .foot-right .flx p {

        font-size: 14px;

    }



    .foot-bg {

        padding-bottom: 25%;

    }

}



@media(max-width:640px) {

    .alist1 li {

        float: none;

        width: 100%;

        margin: 0;

    }



    .alist1 li:nth-of-type(1) {

        margin-bottom: 20px;

    }



    .alist1 li:nth-child(2n) {

        float: none;

    }



    .jjfalist li .text .texta .img2 {

        width: 60px;

        height: 60px;

    }



    .jjfalist li .text .texta .img2 img {

        max-width: 30px;

    }



    .jjfalist li .text .texta .wz {

        font-size: 15px;

    }



    .jjfalist li .text .textc {

        height: 30px;

        line-height: 30px;

        background-size: 10px 10px;

    }



    .news_list1 li .wz {

        padding: 15px 10px;

    }



    .news_list1 li .wz .wzb {

        margin: 10px 0;

    }



    .news_list1 li .wz .wzc {

        font-size: 12px;

    }



    .news_list2 {

        display: block;

        height: auto;

    }



    .news_list2 li {

        width: 100%;

        margin-bottom: 20px;

    }



    .news_list2 .xian {

        display: none;

    }



    .news_list2 li a {

        display: block;

    }



    .news_list2 li .wz .date {

        margin: 10px 0;

    }



    .duty-index {

        padding: 10px;

    }

}

/*内页共用样式*/
.nysort-bg{
    background: #eef3f5;
    padding: 25px 0;
}

.nysort li{
    margin: 0 1.5vw;
}

.nysort li a{
    display: block;
    color: #333333;
    font-size: 20px;
}

.nysort li:hover a{
    font-weight: 600;
    color: #008001;
}

.nysort li.clicked a{
    font-weight: 600;
    color: #008001;
}

.nbanner{
    position: relative;
}

.nbwz{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.nbwz .nbwz1{
    font-size: 5.05208333333333vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.2vw;
}

.nbwz .nbwz2{
    font-size: 1.875vw;
    color: #fff;
}

.nbwz .nbwz3{
    width: 60px;
  height: 2px;
  background: #fff;
  margin: 1.2vw auto;
}

.nbwz .nbwz4{
    font-size: 1.25vw;
    color: #fff;
    display: none;
}

@media(max-width: 1366px){
    .nysort li a{
        font-size: 16px;
    }
}

@media(max-width: 1200px){
    .nysort-bg{
        padding: 15px 0;
    }
    .nysort li a{
        font-size: 14px;
    }
}

@media(max-width: 995px){
    .nbanner{
        padding-top: 0px;
    }

}


/* 新闻页面 */
.nysort-bg-news{
    margin-bottom: 40px;
}

.nynewstitle{
    text-align: center;
    color: #2e2e2b;
    font-size: 36px;
    font-weight: 600;
    margin-top: 90px;
    margin-bottom: 40px;
    font-size: 0;
}

.ny-news-lists{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px; */
}

.ny-news-lists li{
    /* width: calc(33.333% - 20px); 
    border-bottom:3px solid #eef3f5; */
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.ny-news-lists li .img1{
    /* background-color: #eef3f5;
    height: 20.05208333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px; */
}

.ny-news-lists li .img1 img{
    max-width: 100%;
}

.ny-news-lists li .wz{
    color: #333333;
    font-size: 16px;
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ny-news-lists li .date{
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ny-news-lists li .date img{
    margin-right: 5px;
}


.ny-news-listsxx li a{
    display: flex;
    justify-content: space-between;
}

.ny-news-listsxx li a .img1{
    width: 26.875%;
}


.ny-news-listsxx li a .img1 img{
    width: 100%;
}

.ny-news-listsxx li a .ww{
    width: calc(100% - 26.875%);
    background: #f5f7f8;
    padding: 2.6vw 2vw;
}

.ny-news-listsxx li .wz{
    font-size: 24px;
    font-weight: 600;
    
}
.ny-news-listsxx li .date{
    font-size: 16px;
}

.ny-news-listsxx li .wz2{
    font-size: 16px;
    color: #2e2e2b;
    line-height: 1.875;
    margin: 15px 0;
}

.ny-news-listsxx li .wzc{
    color: #858283;
    font-size: 12px;
}
.ny-news-lists li:hover .wz{
    color: #008000;
}

.ny-news-lists li:hover .wzd{
    color: #008000;
}

@media(max-width: 1200px){
    .ny-news-listsxx li .wz{
        font-size: 20px;
    }
    .ny-news-listsxx li .wz2{
        font-size: 14px;
    }
}

@media(max-width: 1100px){
    .nynewstitle{
        margin-top: 40px;
        font-size: 24px;
    }
}

@media(max-width: 995px){
    .ny-news-lists li{
        /* width: calc(50% - 30px); */
    }
    .ny-news-lists li .img1 img{
        max-width: 200px;
        width: 100%;
    }
    .ny-news-listsxx li a{
        flex-wrap: wrap;
    }
    .ny-news-listsxx li a .img1{
        width: 100%;
    }
    .ny-news-listsxx li a .img1 img{
        max-width: none;
    }
    .ny-news-listsxx li a .ww{
        width: 100%;
    }
}

@media(max-width: 640px){
    .nynewstitle{
        margin: 20px 0;
        font-size: 20px;
    }
    .ny-news-lists{
        /* gap: 10px; */
    }
    .ny-news-lists li{
        /* width: calc(50% - 10px); */
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .ny-news-lists li .img1{
        /* height: 120px; */
    }
    .ny-news-lists li .wz{
        margin: 10px 0;
        font-size: 15px;
    }
    .ny-news-listsxx li .wz2{
        font-size: 13px;
        margin: 5px 0;
    }
    .ny-news-lists li .date{
        font-size: 12px;
    }
    .ny-news-lists li .wzd{
        font-size: 12px;
    }
}


.news-detail{
    padding: 0;
    border: none;
    margin-top: 55px;
}

.news-detail .title{
    text-align: center;
    margin-bottom: 50px;
}

@media(max-width: 780px){
    .news-detail{
        margin-top: 30px;
    }
    .news-detail .title{
        margin-bottom: 20px;
    }
}

/* 最新动态 */
.newsrecom{
    margin-bottom: 1.5vw;
}

.newsrecom li{
    background: #eef3f5;
    padding: 15px;
}

.newsrecom li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsrecom li a .img{
    width: 50%;
}

.newsrecom li a .img img{
    width: 100%;
}

.newsrecom li a .wz{
    width: 50%;
    padding: 0 1.8vw;
}

.newsrecom li a .wz .wza{
    color: #2e2e2b;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.333;
}

.newsrecom li a .wz .date{
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1.5vw 0;
}

.newsrecom li a .wz .date img{
    margin-right: 5px;
}

.newsrecom li a .wz .wzc{
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.newsrecom li a .wz .wzd{
    color: #008000;
    font-size: 16px;
    margin-top: 2vw;
}

@media(max-width: 1366px){
    .newsrecom li a .wz .wza{
        font-size: 24px;
    }
    .newsrecom li a .wz .wzc{
        font-size: 15px;
    }
    .newsrecom li a .wz .wzd{
        font-size: 14px;
    }
}

@media(max-width: 1200px){
    .newsrecom li a .wz .wza{
        font-size: 18px;
    }
    .newsrecom li a .wz .wzc{
        font-size: 14px;
    }
}

@media(max-width: 995px){
    .newsrecom li a{
        flex-wrap: wrap;
    }
    .newsrecom li a .img{
        width: 100%;
    }
    .newsrecom li a .wz{
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width: 780px){
    .newsrecom li{
        padding: 20px 10px;
    }
    .newsrecom li a .wz .wza{
        font-size: 16px;
    }
    .newsrecom li a .wz .date{
        margin: 10px 0;
    }
    .newsrecom li a .wz .wzd{
        margin-top: 10px;
    }
}


/* 展会信息 */
.w1250{
    max-width: 1250px;
    margin: 0 auto;
}

.newslist2{

}

.newslist2 li{
    background: #f5f7f8;
    margin-bottom: 20px;
}

.newslist2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newslist2 li a .wz{
    width: calc(100% - 32%);
    padding: 0 4vw;
}

.newslist2 li a .wz .wza{
    color: #2e2e2b;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.5vw;
}

.newslist2 li a .wz .date{
    display: flex;
    align-items: center;
    color: #2e2e2b;
    font-size: 16px;
    line-height: 1.5;
}

.newslist2 li a .img{
    width: 32%;
}

.newslist2 li a .img img{
    width: 100%;
}

@media(max-width: 990px){
    .newslist2 li a{
        flex-wrap: wrap;
    }
    .newslist2 li a .wz{
        width: 100%;
        padding: 20px 10px;
    }
    .newslist2 li a .wz .wza{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .newslist2 li a .wz .date{
        font-size: 13px;
    }
    .newslist2 li a .img{
        width: 100%;
    }
}


/* 核心优势 */
.ys-bg{
    background-image: -moz-linear-gradient( 124deg, rgb(0,149,223) 0%, rgb(0,128,0) 100%);
  background-image: -webkit-linear-gradient( 124deg, rgb(0,149,223) 0%, rgb(0,128,0) 100%);
  background-image: -ms-linear-gradient( 124deg, rgb(0,149,223) 0%, rgb(0,128,0) 100%);
  border-top-right-radius: 50px;
  padding-top: 4.43vw;
  padding-bottom: 5.2vw;
  position: relative;
}

.ys-bg::before{
    content: '';
    position: absolute;
    background: url(//wm.cdn.cn86.cn/junye/2025/12/f8a97e8977fasbfu.png) no-repeat top center;
    background-size: 100% 100%;
    width: 16.66666666666667vw;
    height: 13.54166666666667vw;
    top: 3.4vw;
    left: 34.5vw;
}

.ys-left{
    width: 37.13%;
    position: relative;
}

.ys-left img{
    width: 100%;
}

.ys-right{
    width: calc(100% - 37.13%);
    padding-left: 60px;
}

.ys-con{
    max-width: 83.4%;
}

.ys-con .ntitle{
    text-align: left;
}

.ys-con .ntitle .nt1{
    color: #fff;
}
.ys-con .ntitle .nt2{
    color: #fff;
}


.yslist li{
    border-bottom: 1px solid rgba(255,255,255,.26);
    padding: 2.86vw 0;
}

.yslist li a{
    display: flex;
    align-items: center;
}

.yslist li a .img1{
    width: 80px;
}
.yslist li a .img1 img{
    max-width: 100%;
}

.yslist li a .wza{
    width: 210px;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 600;
}

.yslist li a .wzb{
    width: calc(100% - 290px);
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

@media(max-width: 1366px){
    .yslist li a .wzb{
        font-size: 14px;
    }
}

@media(max-width: 1280px){
    .yslist li{
        padding: 1.5vw 0;
    }
}

@media(max-width: 1200px){
    .yslist li a .img1{
        width: 60px;
    }
    .yslist li a .wza{
        width: 150px;
    }
    .yslist li a .wzb{
        width: calc(100% - 210px);
    }
}

@media(max-width: 1024px){
    .yslist li a .wza{
        width: 120px;
        font-size: 14px;
    }
    .yslist li a .wzb{
        width: calc(100% - 200px);
        font-size: 12px;
    }
}

@media(max-width: 980px){
    .ys-bg{
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .ys-left{
        width: 100%;
    }
    .ys-right{
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
        padding: 0 15px;
    }
    .ys-con{
        max-width: 100%;
    }
}