.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;
    }
}

/*  */
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.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);}

body {
    overflow-x: hidden;
}
.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}
.wh{max-width: 1440px;margin: 0 auto;width: 92%;}


.top1{border-bottom: 1px solid #e6e6e6;}
.top1 .wh{height: 39px;}
.wel{color: #666666;font-size: 14px;}
.yx{padding-left: 30px;color: #15488d;font-weight: bold;font-size: 17px;background: url(//wm.cdn.cn86.cn/szhengmao/2025/06/2c6658eca4zntoy2.png) no-repeat left center;}
.dh{padding-left: 28px;color: #15488d;font-weight: bold;font-size: 17px;background: url(//wm.cdn.cn86.cn/szhengmao/2025/06/3a68c5106fodobce.png) no-repeat left center;margin-left: 19px;}

.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
    padding: 0 1.4vw;
     position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 20px;
    color: #333333;
    height: 100px;
    line-height: 100px; 
    position: relative;
}

.x-menu>li:hover>a {
    color: #0060c6;
}

.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)
}

.ly a{display: block;margin-left: 3.6vw; width: 154px;height: 50px;line-height: 50px;text-align: center;color: #ffffff;font-size: 20px; background-color: #0060c6;border-radius: 10px;}
.ly a:hover{background: #1a4b8c;}



/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 99999;bottom: 7.5%;}

.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%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}

.top2{position: sticky;position: -webkit-sticky;top:0;background: #fff;z-index: 99999;transition:all 0.5s;}
.top2.scroll{box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);}
.home-banner .swiper-pagination1{position: absolute;width: 100%;text-align: center;bottom: 8%;z-index: 999;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 14px;
    height: 14px;
    background-color: #8e8e8e;
    margin: 0 11px!important;
    transition: width .3s ease;
    border-radius: 50%;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   background: #1a4b8c;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;align-items: center;justify-content: center;
}

.home-banner .swiper-slide .v_cover .v_con {
  
    position: relative;
    z-index: 5;
}
.bbwe{max-width: 34vw;}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con .v_tit_aa {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}


.v_tit_aa {
    font-size: 2.39583vw;font-weight: bold;
    color: #070707;
    margin-bottom: 2vw;
    line-height: 1.4782;
}
.v_tit_bb{font-size:1.1vw;color: #373737;line-height: 2;margin-bottom: 3vw;}
.ban .wh{position: relative;}
.m1{justify-content: flex-start;}
.v_cover a{display: block;border-radius: 10px;padding:1vw 0;width: 212px; border: solid 1px #333333;color: #333;font-size: 18px;text-align: center;margin-right: 15px;}
.v_cover a:first-child{background: #0060c6;color: #fff;border-color: #0060c6;}

.jian{position: relative;right: 0;}
.swiper-button-prev1,.swiper-button-next1{width: 51px;height: 51px;text-align: center;line-height: 49px;display: block;position: relative; border: dashed 1px #ffffff;border-radius: 50%;outline: none;transition:all 0.3s;}
.swiper-button-prev1{margin-right: 28px;}
.swiper-button-prev1:hover{border-color: #d60018; background-color: #d60018;}
.swiper-button-next1:hover{border-color: #d60018;background-color: #d60018;}
.logo img{max-width: 240px;}
.shub{ -webkit-animation: myfirst 1.5s infinite; animation: myfirst 1.5s infinite;}
@-webkit-keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}

.scroll_to_top2{display: none;}



/**/
.box1{padding: 4.2% 0 4.8%;overflow: hidden;}
.bt1{text-align: center;}
.bt1 h3{margin: 0;color: #1a4b8c;font-size: 2.5vw;margin-bottom: 1vw;}
.bt1 p{color: #4b5563;font-size:18px;line-height: 28px;max-width: 723px;margin: 0 auto;}

.cul{margin-top: 2.8vw;}
.cul li{width: 32%;background: #f8fafc;padding: 1.6vw;border-radius: 12px;transition:all 300ms;}
.cul li:hover{box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);transform:translateY(-4px);}
.cul li h3{margin-bottom: 12px;color: #1e293b;font-size: 20px;line-height: 1.4;}
.cul li .img{margin-bottom: 24px;}
.cul li p{color: #4b5563;font-size: 16px;font-family: Inter, system-ui, sans-serif;}



/**/
.box2{background-color: #f7f7f7;padding: 5.3% 0 4.6%;overflow: hidden;}
.sywhy{position:relative;margin-top:3.5vw;}
.sywhy .mySwiper2{overflow:hidden;}
.sywhy .swiper-slide{background:#e4e4e4;}
.sywhy .swiper-slide .det{position: relative;}
.sywhy .swiper-slide .nr{width:54%;position:absolute;left:0;top:2vw;padding-left: 1.6vw;}
.sywhy .swiper-slide .wz{color:#000000;font-size:24px;line-height:1.4;height: 68px;overflow: hidden;}
.sywhy .swiper-slide .whymo1{margin-top: 10px;}
.sywhy .swiper-slide .whymo1 span{
    width: 115px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px #a7a7a7;
    line-height: 34px;color: #333333;font-size: 14px;text-align: center;display: block;
}

.sywhy .swiper-slide .tu{width:45%;}
.sywhy .swiper-slide .img img{width:100%;display:block;transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.sywhy .swiper-slide:hover .img 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);}
.sywhy .swiper-slide:hover .wz{color:#fff;}
.whyjt .swiper-pagination-total:before{content: '0';}
.sywhy .swiper-slide:hover{background-color: #1a4b8c;}

.sywhy .swiper-slide:hover  .whymo1 span{color: #334e9d;background-color: #ffffff;border-color: #fff;}
.whyjt{margin:0 auto;margin-top:3.6vw;}
.whyjt .prev2{width:40px;height:40px;background:url(//wm.cdn.cn86.cn/szyuanfengsk/2025/12/6c7b9bf9f3obideu.png) no-repeat center center;border:1px solid #9f9f9f;border-radius:50%;}
.whyjt .next2{width:40px;height:40px;background:url(//wm.cdn.cn86.cn/szyuanfengsk/2025/12/4af3a7db50kkyrdo.png) no-repeat center center;border:1px solid #9f9f9f;border-radius:50%;}
.whyjt .swiper-pagination2{width: auto;margin: 0 20px; text-align:center;position:static;color:#222222;letter-spacing: 1px;font-size:18px;font-weight:bold;}
.whyjt .swiper-pagination-bullet{width:8px;height:8px;margin:0 8px;display: inline-block;border-radius: 50%;background:#999999;opacity:1;cursor:pointer;}
.whyjt .swiper-pagination-bullet-active{background:#333333;opacity:1;}




/**/
.box3{margin-top: 9%;}
.pul{margin-top: 3vw;}
.pul li{width: 24.46%;margin-bottom: 20px;}
.pul li .img{display: block;overflow: hidden;border-radius: 10px;border: solid 1px #a7a7a7;}
.pul li .img img{transition:all 0.5s;}
.pul li:hover .img img{transform:scale(1.1);}
.pul li h3 a{display: block;color: #333333;font-size: 18px;font-weight: bold;text-align: center;padding: 1.4vw 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pul li h3 {margin-bottom: 0;}


/**/
.box4{background: #ecf1f6;padding: 5.6% 0 5%;}
.box4 .bt1 p{max-width: 715px;}
.cul2{margin-top: 3vw;}
.cul2 li{transition:all 150ms;background: #fff;padding: 1.2vw;border-radius: 8px;width: 15.6%;text-align: center;}
.cul2 li:hover{box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);}
.cul2 li p{font-size: 16px;color: #4b5563;font-weight: bold;}
.cul2 li .img{height: 64px;line-height: 64px;margin-bottom: 16px;}
.cul2 li:hover{box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);transform:translateY(-4px);}

/**/
.indexAboutusMain {
    overflow: hidden;
    position: relative;
}
.indexAboutusMain .wh{max-width: 1500px;}
#indexAboutus {
    padding: 0rem;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
}

#indexAboutus .indexAboutusTitle {
    border-top: 0.0625rem solid #E8E8E8;
    padding-bottom: 1rem;
    opacity: 1;
}

#indexAboutus .indexAboutusContent {
    position: relative;width: 34%;
}

#indexAboutus .indexAboutusContent .subTitle {
    opacity: 0;
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    color: #333333;
    margin-bottom: 10px;
}

/*#indexAboutus .indexAboutusContent .subTitle::before {
    width: 0.3125rem;
    height: 0.3125rem;
    background: #FF0000;
    border-radius: 50%;
    margin-right: 0.3125rem;
    content: "";
    display: block;
}*/
.flex-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#indexAboutus .indexAboutusContent .title {
    font-weight: 500;
    font-size: 1.9vw;
    color: #080808;
    line-height:1.526;
    transition: all .6s;
    font-weight: bold;
    margin-bottom: 2vw;
}

#indexAboutus .indexAboutusContent .intro {
    font-size: 16px;
    color: #333333;
    line-height: 1.8125;
    transition: all .6s;
    margin-bottom: 2.3vw;
    padding-right: 2.5vw;
}

#indexAboutus .indexAboutusContent .more {
    width: 148px;
    height: 48px;
    border-radius: 22px;
    border: solid 2px #0060c6;
    line-height: 44px;
    position: relative;
    color: #333333;font-size: 18px;
    overflow: hidden;
    transition: all .6s;
}


#indexAboutus .indexAboutusContent .more .text {
    position: relative;
    z-index: 2;
}

#indexAboutus .indexAboutusContent .more::after {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: #0060c6;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165,0.84,0.44,1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165,0.84,0.44,1);
    transition: transform 0.3s cubic-bezier(0.165,0.84,0.44,1);
    transition: transform 0.3s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform 0.3s cubic-bezier(0.165,0.84,0.44,1);
    content: "";
}

#indexAboutus .indexAboutusContent .more:hover {
    color: #fff;
}

#indexAboutus .indexAboutusContent .more:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

#indexAboutus .indexAboutusContent .more:hover i {
    border-color: #fff;
}

#indexAboutus .indexAboutusContent .more:hover .text {
    -webkit-animation: MoveUpInitial 0.2s cubic-bezier(0.25,0.46,0.45,0.94) forwards,MoveUpEnd 0.4s cubic-bezier(0.165,0.84,0.44,1) 0.2s forwards;
    animation: MoveUpInitial 0.2s cubic-bezier(0.25,0.46,0.45,0.94) forwards,MoveUpEnd 0.4s cubic-bezier(0.165,0.84,0.44,1) 0.2s forwards;
}

#indexAboutus .indexAboutusImage {
    width: 33.8vw;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
}

#indexAboutus .content1760 {
    position: relative;
    z-index: 10;
}

#indexAboutus .indexAboutusBg {
    width: 33.8vw;
    height: 33.8vw;
    position: absolute;
    top: 57%;
    left: 50%;
    opacity: 0;
    transform: translate(-35%,-50%);
    overflow: hidden;
    border-radius: 100%;
}
#indexAboutus.active .indexAboutusBg {transform: translate(-50%,-50%);}

#indexAboutus .indexAboutusBg img {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
    object-fit: cover;
}

#indexAboutus .indexAboutusImage img {
    width: 33.8vw;
    height: 33.8vw;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#indexAboutus .indexAboutusImage:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#indexAboutus .indexAboutusOther {
 position: relative;
}

#indexAboutus .indexAboutusOther .list {
    margin-bottom: 3.1vw;
}

#indexAboutus .indexAboutusOther .list:last-child {
    margin-bottom: 0;
}

#indexAboutus .indexAboutusOther .list .icon {
    width: 73px;
    height: 73px;
    position: relative;
    border: solid 2px #0060c6;
    border-radius: 50%;
    margin-right: 1.1vw;
}

/*#indexAboutus .indexAboutusOther .list .icon::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/indexAboutusBorder.png") no-repeat center/cover;
    content: "";
    display: block;
    transition: all .6s;
    border-radius: 100%;
}
*/
#indexAboutus .indexAboutusOther .list .icon img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

#indexAboutus .indexAboutusOther .list .content {
    padding-right: 4.9375rem;
}

#indexAboutus .indexAboutusOther .list .content .title {
    font-weight: bold;
    font-size: 22px;
    color: #1c1c1c;
    transition: all .6s;
}

#indexAboutus .indexAboutusOther .list .content .intro {
    font-size: 0.9375rem;
    color: #6D6D6D;
    line-height: 1.125rem;
    transition: all .6s;
}

#indexAboutus .indexAboutusOther .list:hover .icon::after {
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

@media (min-width: 768px) {
    #indexAboutus .indexAboutusTitle.active {
        opacity:0;
    }

    #indexAboutus .indexAboutusContent .subTitle.active {
        opacity: 1;
        transition: all .6s;
    }

    #indexAboutus.active .indexAboutusContent .subTitle {
        color: #fff;
    }

    #indexAboutus.active .indexAboutusContent .title {
        color: #fff;
    }

    #indexAboutus.active .indexAboutusContent .intro {
        color: #fff;
    }

    #indexAboutus.active .indexAboutusContent .intro {
        color: #fff;
    }

    #indexAboutus.active .indexAboutusContent .more {
        color: #fff;
        border: 0.125rem solid #fff;
    }

    #indexAboutus.active .indexAboutusContent .more i {
        border: 0.125rem solid #fff;
    }

    #indexAboutus.active .indexAboutusContent .more::after {
        background: #fff;
    }

    #indexAboutus.active .indexAboutusContent .more:hover {
        color: #0060c6;
    }

    #indexAboutus.active .indexAboutusContent .more:hover i {
        color: #0060c6;
        border: 0.125rem solid #0060c6;
    }

    #indexAboutus.active .indexAboutusOther .list .content .title {
        color: #fff;
    }

    #indexAboutus.active .indexAboutusOther .list .content .intro {
        color: #fff;
    }

    #indexAboutus.active .indexAboutusOther .list .icon 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+ */
    }
    #indexAboutus.active .indexAboutusOther .list .icon{border-color: #fff;}

    #indexAboutus.active .indexAboutusOther .list .icon::after {
        border: 0.125rem solid #fff;
        background: none;
    }

    #indexAboutus .indexAboutusBg {
        opacity: 1;
    }
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}



/**/
.box7{margin: 4% 0;overflow: hidden;}
.mySwiper {overflow: hidden;}
.mySwiper .img{overflow: hidden;border-radius: 5px;}
.mySwiper .img img{transition:all 0.5s;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}
.mySwiper .swiper-pagination2 {font-size: 0;text-align: center;line-height: 1;margin-top: 38px;}
.mySwiper .swiper-pagination2 .swiper-pagination-bullet{width: 18px; height: 18px;background-color: #1e5095;opacity: 1;margin: 0 5px;}



/**/
.box6{background: #ecf1f6;padding: 3.8% 0 4.5%;overflow: hidden;}
.lxwm{margin-top: 3.5vw;}
.yan{width: 49%;border-radius: 10px;border: solid 1px #e6e6e6;background: #fff;padding: 20px;}
.xright{width: 49.1%;}
.map1{border-radius: 10px;overflow: hidden;}
.sbt2{color: #1e293b;font-size: 20px;margin-bottom: 16px;}
.xul li{margin-right: 16px;}
.xul li img{max-width: 48px;}
.yy ul li{margin-bottom: 20px;}
.yy ul li span{color: #374151;font-size: 18px;display: block;margin-bottom: 5px;}
.yy ul li input{display: block;outline: none;border:1px solid #e5e7eb;padding: 12px 16px;border-radius: 6px;color: #9fa6b1;font-size: 16px;}
.yy ul li textarea{display: block;outline: none;border:1px solid #e5e7eb;padding: 12px 16px;height: 120px; border-radius: 6px;color: #9fa6b1;font-size: 16px;}
.yy ul li input:focus{border:1px solid #1a4b8c;}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9fa6b1;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9fa6b1;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9fa6b1;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9fa6b1;
}
.tj input{display: block;transition:all 300ms; background: #1a4b8c;height: 48px;line-height: 48px;text-align: center;outline: none;border-radius: 8px;font-size: 16px;color: #fff;width: 100%;display: block;}
.tj input:hover{background-color: rgb(48 102 190 / var(--tw-bg-opacity, 1));}
.yzm{height: 30px;display: block;outline: none;border:1px solid #e5e7eb;padding: 12px 16px;border-radius: 6px;color: #9fa6b1;font-size: 16px;}
.xright{display: flex;justify-content: space-between;flex-direction: column;}



/**/
.foot{background: #1e293b;overflow: hidden;}
.dao{width: 60%;}
.ft2{border-top:1px solid rgba(167,167,167,.1);color: #9a9a9a;font-size: 16px;line-height: 24px;padding: 15px 0;}
.lian a{color: #6b7280;font-size: 14px;margin-right: 20px;}
.lian a:last-child{margin-right: 0;}
.ft1 h3{color: #ffffff;font-weight: bold;font-size: 18px;margin-bottom: 15px;}
.dao li a{display: block;font-size: 16px;color: #9aa1ac;line-height: 36px;}
.ft1{padding: 3vw 0;}
.tewm  li img{width: 167px;}
.tewm  li:first-child{margin-right: 2.4vw;}
.lx1 p{padding-left: 25px;font-size: 16px;color: #9aa1ac;line-height: 36px;}
.lx1 p:first-child{background: url(//wm.cdn.cn86.cn/szyuanfengsk/2025/12/d0bfd1db6fd1edsu.jpg) no-repeat left center;}
.lx1 p:nth-child(2){background: url(//wm.cdn.cn86.cn/szyuanfengsk/2025/12/35ca777207eoc4h8.jpg) no-repeat left center;}
.lx1 p:nth-child(3){background: url(//wm.cdn.cn86.cn/szyuanfengsk/2025/12/0540f3b62dtrmodo.jpg) no-repeat left center;}
.foot a{transition:all 150ms;}
.foot a:hover{color: #fff;}
.tewm li h3{margin-bottom: 27px;}






@media(max-width: 1400px){
    .v_cover a{width: 180px;font-size: 16px;}
}
@media(max-width: 1300px){
    .x-menu>li>a{font-size: 18px;}
    .logo img{max-width: 200px;}
    .ly a{margin-left: 2vw;}
}

@media(max-width: 1200px){
    .x-menu>li>a{font-size: 16px;}
    .ly a{font-size: 16px;width: 130px;height: 46px;line-height: 46px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 5px!important;}
}


@media(max-width: 768px){
     #indexAboutus {
        padding: 30px 0;
        height: auto;
    }
    #indexAboutus .indexAboutusBg img{display: none;}

    #indexAboutus .indexAboutusTitle {
        border-top: 0;
        padding-bottom: 0.375rem;
    }

    #indexAboutus .indexAboutusContent {
        padding-right: 0;
    }

    #indexAboutus .indexAboutusContent .subTitle {
        display: none;
    }

    #indexAboutus .indexAboutusContent .title {
        font-size: 22px;
        line-height: 1.875rem;
        margin-bottom: 0.75rem;
    }

    #indexAboutus .indexAboutusContent .intro {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    #indexAboutus .indexAboutusContent .more{width: 130px;height: 42px;line-height: 40px;font-size: 16px;}
    #indexAboutus .indexAboutusImage {
       
        margin: 30px auto;
        opacity: 1;
        width: 300px;
    }
    #indexAboutus .indexAboutusBg{transform:translate(-50%,-50%);}

    #indexAboutus .indexAboutusImage img ,#indexAboutus .indexAboutusBg{
        width: 300px;height: 300px;
    }

    #indexAboutus .indexAboutusOther {
        padding-left: 0;width: 100%;
    }

    #indexAboutus .indexAboutusOther .list {
        margin-bottom: 1.0625rem;
    }

    #indexAboutus .indexAboutusOther .list .icon {
        width: 2.6875rem;
        height: 2.6875rem;
        margin-right: 0.625rem;
    }

    #indexAboutus .indexAboutusOther .list .icon img {
        width: 2.6875rem;
        height: 2.6875rem;
    }

    #indexAboutus .indexAboutusOther .list .content {
        padding-right: 0;
    }

    #indexAboutus .indexAboutusOther .list .content .title {
        font-size: 18px;
    }

    #indexAboutus .indexAboutusOther .list .content .intro {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    #indexAboutus .indexAboutusOther .list:hover .icon::after {
        -webkit-animation: rotate 3s linear infinite;
        animation: rotate 3s linear infinite;
    }
    #indexAboutus .indexAboutusContent{width: 100%;}
    .mySwiper .swiper-pagination2{margin-top: 20px;}
    .box7{margin: 30px 0;}
}


@media(max-width: 1300px){
    .tewm li img{width: 140px;}
    .bt1 h3{font-size: 30px;}
    .mySwiper .swiper-pagination2 .swiper-pagination-bullet{width: 12px;height: 12px;}
}



@media(max-width: 1200px){
    .cul li p{font-size: 14px;}
    .cul li h3{font-size: 18px;}
    .pul li h3 a,.yy ul li span{font-size: 16px;}
    .sywhy .swiper-slide .wz{font-size: 20px;}
    .tewm li img{width: 120px;}
    .ft1 h3{font-size: 16px;}
    .dao li a,.lx1 p{font-size: 14px;line-height: 30px;}
    .bt1 h3{font-size: 26px;}
    .sywhy .swiper-slide .wz{font-size: 18px;}
    .pul li{width: 48%;}
    .ft2{display: block;text-align: center;font-size: 14px;}
}
@media(max-width: 991px){
 body{padding-bottom: 70px;}
}
@media(max-width: 768px){
    .yan{width: 100%;}
    .xright{width: 100%;margin-top: 30px;display: block;}
    .map1{margin-bottom: 20px;}
    .dao li{display: none;}
    .dao li.lx{display: block;}
}

@media(max-width: 640px){
    .box1,.box2{padding: 30px 0 10px;}
    .bt1 h3{font-size: 22px;}
    .bt1 p{font-size: 15px;line-height: 26px;}
    .cul li{width: 100%;padding: 20px;margin-bottom: 20px;}
   
    .sywhy{margin-top: 25px;}
    .pul{margin-top: 25px;}
    .pul li h3 a, .yy ul li span{font-size: 14px;}
    .pul li h3 a{padding: 10px 0;}
    .pul li{margin-bottom: 10px;}
    .cul2{margin-top: 25px;}
    .cul2 li{width: 48%;margin-bottom: 5%;padding: 20px 5px;}
    .box6{padding: 30px 0;}
    .yy ul li input{font-size: 14px;padding: 8px;}
    .yy ul li textarea{font-size: 14px;padding: 8px;height: 100px;}
    .ft1{padding: 20px 0;}
    .dao,.tewm{width: 100%;}
    .tewm{margin-top: 20px;}
    .tewm li:first-child{margin-right: 20px;}
}



.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}




/*产品内页*/
.cpbj{background: #f5f5f5;padding-top: 4.2vw;}
.wmy-left {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.wmy-left .left-title{color: #222222;font-size: 24px;padding: 10px 0 32px;}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 26.7%;
        margin-right: 48px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px 47px;
}

.product-cate.cate-list .list-title{border:none;padding-left: 1.4vw; border-bottom: 1px solid rgba(225,221,221,.5);color: #333333;font-size: 15px;line-height: 48px;font-weight: normal;}
.product-cate.cate-list{border:none;}
.product-cate.cate-list .category span{background: url(//wm.cdn.cn86.cn/jingcheng/2025/05/186fd78fa8tgzml3.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #1a4b8c;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #1a4b8c;color: #fff;
}
.sou1 #formsearch{}
.sou1 #formsearch input{height:55px;background-color: #f5f5f5;border:none;line-height:55px;outline: none;}
.sou1 #formsearch input#keyword{height:55px;line-height:55px;padding-left:27px;color:#555555;font-size: 15px;width: calc(100% - 200px);}
.sou1 #formsearch input#s_btn{width: 200px;height: 55px;background-color: #1a4b8c;line-height:55px;text-align:center;color:#fff;border:none;cursor:pointer;font-size: 15px;}
.sou1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555555;
}
.sou1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555555;
}
.sou1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555555;
}
.sou1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555555;
}

.product-list{margin-top: 20px;}



@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }
    .nei-page-wrap {
        padding-bottom: 40px;
    }
}

@media(max-width: 640px){
    .wmy-right{padding: 20px 15px;}
    .sou1 #formsearch input#s_btn{width: 100px;height: 42px;line-height: 42px;font-size: 14px;}
    .sou1 #formsearch input#keyword{font-size: 14px;padding-left: 15px;width: calc(100% - 100px);height: 42px;line-height: 42px;}
    .product-list{margin-top: 20px;}
    .product-list .content .list .cont .product-title{font-size: 14px;line-height: 24px;height: 48px;}
    .more2{width: 80%;margin:0 auto;height: 38px;line-height: 38px;font-size: 14px;}
    .xin1{margin-top: 25px;}
    .box2{margin: 10px 0;}
    .news_wap .tabli li{font-size: 16px;margin-right: 15px;}
    .news_wap .tabli li:last-child{margin-right: 0;}
    .news_tit{margin-top: 0;}
    .news_wap_left,.news_wap .tab_1 .n2{margin-top: 20px;}
    .news_wap .tab_1 .n2 li a,.news_nr h3 a{font-size: 16px;}
    .news_wap_right .news_list_3 li .time .shi1{font-size: 35px;}
    .news_nr{padding-left: 0;width: calc(100% - 70px);}
    .news_wap_right .news_list_3 li{padding-bottom: 10px;}
    .news_nr span{line-height: 22px;}
}



.show-detail .more2 {
    display: inline-block;
}

.show-detail .more3 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 42px;
    height: 42px;
}
.tab-content a {
    color: inherit;
}
.tab-content a font strong {
    font-weight: normal;
}

.poorder{margin-top: 15px;}

.more3{display: inline-block;background: #1a4b8c;color: #fff!important;text-align: center;padding:10px 20px;margin-top: 10px;}


.miao1{font-size: 12px;text-align: left;padding: 0 2px;line-height: 20px;}
.sunc-wrap { flex-wrap: nowrap; }
@media (max-width: 990px) {
    .sunc-wrap {
        flex-direction: column !important;
    }
}