.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-bottom: 0px;
}

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;justify-content: space-between;flex-wrap:wrap;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;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -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 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.white-logo {
    opacity: 1;
    visibility: visible;
}

.black-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}


/* header */

.header {
    position: fixed;
    width: 100%;
    left: 0%;
    right: 0%;
    top: 0px;
    z-index: 999;
    transition: all .5s ease;
    background: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .header {
        width: 90%;
        left: 5%;
        right: 5%;
        top: 2vw;
        background: rgba(255, 255, 255, .8);
    }
}
.header .language-group .btn{color: #1a1a1a;font-size: 18px;}
.h_container {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    flex: 0 0 280px;
    align-self: center;
    position: relative;
    max-width: 230px;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 51px
}

.top_right {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    justify-content: flex-end !important;
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    border: 8px solid;
    border-color: transparent transparent var(--main-theme-color) transparent;
    opacity: 0;
    transition: all .5s ease;
}

.x-menu>li>a {
    font-size: 1.14583vw;
    padding: 0 1.8vw;
    line-height: 80px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #1a1a1a;
    overflow: hidden;
    position: relative;
}

.x-menu>li>a .yx_cn {
    transition: all 0.6s;
}

.x-menu>li>a .yx_en {
    font-size: 1.14583vw;
    line-height: 100px;
    width: 100%;
    transition: all 0.6s;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    text-align: center;
    opacity: 0;
}

.x-menu>li:hover::before {
    opacity: 1;
    bottom: 0px;
}

.x-menu>li:hover a .yx_cn {
    opacity: 0;
}

.x-menu>li:hover a .yx_en {
    top: 0;
    line-height: 80px;
    opacity: 1;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    display: none;
    width: 230px;
    left: 50%;
    top: 100%;
    z-index: 99;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.x-sub-menu>li>a {
    font-size: 15px;
    padding: 0 20px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #666;
    opacity: 1;
    transition: all ease .3s;
    color: rgba(0, 0, 0, .8);
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

@media (min-width: 768px) {
    .header.scroll {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: rgb(255 255 255 / 60%) !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
    }
    .header.scroll .x-menu>li>a {
        color: #333;
        overflow: hidden;
    }
    .header.scroll .language-group .btn {
        color: #333;
    }
    .header.scroll .white-logo {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .header.scroll .black-logo {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }
}


/* 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: 2.125vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/a683984770y9uqgi.png) no-repeat center;
    border-radius: 0%;
    margin: 0 8px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-image: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/a424e5f96fnw2vxn.png);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    WIDTH: 83%;
    TEXT-ALIGN: LEFT;
    top: -8%;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 250px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.v_tit_aa {
    color: #0062bf;
    font-size: 3.3125vw;
    margin-bottom: 0.783vw;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    max-width: 44vw;
}

.v_tit_bb {
    color: #106ac0;
    font-size: 1.1375vw;
    font-weight: 400;
    line-height: 1.9444;max-width: 38vw;
}

@media (max-width: 1600px) {
    .v_tit_bb {font-size: 14px;}
    .header .language-group .btn{font-size: 14px;}
}
@media (max-width: 640px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .v_tit_bb {
        display: none;
    }
}

.home-banner .saf-bannerPagenation {
    left: 8.6%;
    bottom: 4.166vw;
    width: auto;
    display: flex;
}

.saf-bannerPagenation span {
    color: #ffffff;
    font-size: 22px;
    opacity: 1;font-weight: bold;
    width: auto;
    height: auto;
    background: none;
    display: flex;
    align-items: center
}

.saf-bannerPagenation span saf-i {
    display: block;
    width: 0;
    height: 2px;
    background: #0054a3;
    transition: all 0.5s;
    margin-left: 4px;
    overflow: hidden
}
.saf-bannerPagenation span.swiper-pagination-bullet-active{color: #0054a3;}

.saf-bannerPagenation span.swiper-pagination-bullet-active saf-i {
    width: 40px
}

.saf-bannerPagenation span saf-i:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--main-theme-color);
    transition: all 4s;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
}

.saf-bannerPagenation span.swiper-pagination-bullet-active saf-i:before {
    width: 100%
}
.wh{max-width: 1614px;margin: 0 auto;width: 92%;}
.flex-center-center{  display: flex; align-items: center; justify-content: center;}
/**/
.box1{background-color: #e4f2ff;padding: 52px 0 33px;}
.box1 #formsearch{background-color: #ffffff; border-radius: 23px;}
.box1 #formsearch input{height:46px;background:none;border:none;line-height:46px;outline: none;}
.box1 #formsearch input#keyword{height:46px;line-height:46px;padding-left:26px;color: #999898;font-size: 18px;width: 36.77vw;}
.box1 #formsearch input#s_btn{width:86px;height:46px;line-height:46px;text-align:center;background:url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/beb0357f4fvh6w0p.png) no-repeat center;color:#fff;border:none;cursor:pointer;font-size: 12px;}
.box1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999898;
}
.box1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999898;
}
.box1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999898;
}
.box1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999898;
}
.psort{margin-top: 20px;}
.psort li .img{height: 150px;padding: 15px;}
.pbt{color: #333333;font-size: 18px;line-height: 1.3888;min-height: 50px;display: flex;align-items: center;justify-content: center;}
.psort li{width: 13.9%;border-bottom: 1px solid #cdcdcd;padding-bottom: 14px;position: relative;}
.psort li a{display: block;text-align: center;}
.psort li::after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0062bf;
    transition: all .36s;
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -ms-transition: all .36s;
    -o-transition: all .36s;
}

.psort li:hover::after {
    width: 100%;
}

/**/
.box2{padding: 6% 0 5.2%;overflow: hidden;}
.pmore a{display: block;width: 160px;height: 54px;line-height: 50px;text-align: center;color: #0062bf;font-size: 18px; background-color: #ffffff;border-radius: 27px;border: solid 2px #0062bf;}
.pbt1{color: #111111;font-size: 3.125vw;font-weight: bold;line-height: 1;}
.pbt2{color: #333333;font-size: 20px;margin-top: 1.1vw;}
.mySwiper{overflow: hidden;margin-top: 26px;position: relative;}
.mySwiper a{display: block;border: solid 1px #dadada;}
.pbt3{color: #111111;font-size: 1.25vw;}
.pmore2{width: 66px;height: 66px;transition:all 0.5s; background: #ebebec url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/83e56fef7f5tnw66.png) no-repeat  center;border-radius: 50%;}
.pbj{padding: 0 2.1vw 2.2vw 2.2vw;}
.mySwiper a:hover .pmore2{background: #0062bf url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/5ce2a845b8iuaamb.png) no-repeat center;}
.pbt3{width: calc(100% - 70px);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mySwiper a .img{overflow: hidden;}
.mySwiper a .img img{width: 100%;transition:all 0.5s;}
.mySwiper a:hover .img img{transform:scale(1.1);}
.mySwiper .swiper-slide { padding: 1px; }
.jian{position: absolute;right: 18px;bottom: 0;z-index: 99;}
/*.mySwiper .swiper-slide.swiper-slide-next a{
  transform: translateY(3.4vw);
}
.mySwiper .swiper-slide.swiper-slide-next+div a{
    transform: translateY(0);
}
.mySwiper .swiper-slide.swiper-slide-active a{
    transform: translateY(6.2vw);
}*/
.jian .swiper-button-prev2,.jian .swiper-button-next2{width: 58px;height: 58px;border-radius: 50%; background-color: #ffffff;border: solid 1px #dadada;}
.jian .swiper-button-next2{margin-left: 19px;}
.jian .swiper-button-prev2{background: url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/7c1169ffe60xaiqa.png) no-repeat center;}
.jian .swiper-button-next2{background: url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/6f7e42dd21glakx3.png) no-repeat center;}
.mySwiper .swiper-slide:nth-child(3n+1) {
  margin-top: 6.2vw;
}
/* 第2、5、8...个 */
.mySwiper .swiper-slide:nth-child(3n+2) {
  margin-top: 3.4vw;
}
/* 第3、6、9...个 */
.mySwiper .swiper-slide:nth-child(3n) {
  margin-top: 0;
}


/**/
.box3{background: url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/601c50f1231blssi.jpg) no-repeat top center;background-size: cover;padding: 9.2% 0 6.5%;}
.aleft{width: 50%;}
.sul{width: 36%;}
.sul li{border-bottom: 1px solid #dadada;padding: 3.8vw 0;}
.abt{color: #111111;font-size: 1.6666vw;font-weight: bold;line-height: 1.2;margin-top: 1.6vw;}
.acon{color: #383838;font-size: 18px;line-height: 1.66666;margin: 3.2vw 0 4.6vw;}
.amore a{display: block;width: 160px;height: 54px;background-color: #0062bf;border-radius: 27px;line-height: 54px;text-align: center;color: #ffffff;font-size: 18px;}
.sul li p{color: #333333;font-size: 1.25vw;font-weight: bold;line-height: 1;}
.sbt{color: #0062bf;font-size: 1.25vw;font-weight: bold;line-height: 1;}
.sbt span{font-size: 3.125vw;}
.sbt b{margin-left: 1vw;}



/**/
.box4{background: url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/add5403dfcbv86rx.png) no-repeat top center;position: relative;overflow: hidden; background-size: cover;padding: 6.7% 0 11.2vw;background-attachment: fixed;}
.yst{text-align: center;font-size: 2.5vw;font-weight: bold;color: #fff;line-height: 1.1;}
.yul{margin-top: 6.3vw;}
.yul li{width: 31%;max-width: 394px;}
.yul li .img{height: 46px;line-height: 46px;}
.yst1{color: #ffffff;font-size: 1.45833vw;margin: 1.4vw 0;}
.ys1{color: #ffffff;font-size: 16px;line-height: 24px;}
.htimg{position: absolute;width: 100%;;left: 0;bottom: 0;z-index: 99;bottom: 0;}

/**/
.box5{overflow: hidden;background:#f6f6f6;padding: 4.3% 0 7.4vw;}
.mySwiper3{overflow: hidden;}
.mySwiper3 .swiper-slide img{width: 100%;transition:all 0.5s;}
.mySwiper3 .swiper-slide .img{overflow: hidden;display: block;}
.mySwiper3 .swiper-slide:hover img{transform:scale(1.1);}



/**/
.box6{background:#f6f6f6;padding-bottom: 5.3%;overflow: hidden;}
.nleft{width: 49%;padding-top: 2vw;}
.nright{width: 39%;background-color: #ffffff;padding: 1.7vw 2vw 2.1vw; box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.19); border-radius: 20px;}
.nbt{color: #111111;font-size: 2.0833vw;font-weight: bold;line-height: 1;}
.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;
}
.nr11{width: calc(100% - 50px);}
.xw_ll{height: 691px;overflow: hidden;}
.xw_ll li{padding: 34px 0 10px;border-bottom: 1px solid #e6e6e6;}
.xw_ll li a{display: block;width: 100%;}
.xw_ll li .clamp1{ 
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;font-weight: normal;
    color: #272727;margin-bottom: 0px;}


.xw_ll li .clamp2 h4{   
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;    color: #666666;margin-top: 20px;margin-bottom: 0px;}


.dj{width: 30px;height: 30px;background: url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/d7c34c35aehmhm17.png) no-repeat center;}
.active .dj {background: url(//wm.cdn.cn86.cn/szchuanshidai/2026/05/0037fd76f689l9ei.png) no-repeat center;}
 .xw_ll li.active  .clamp1{color: #0062bf;font-weight: bold;}
.yan li{margin-bottom: 26px;}
.nright .nbt{text-align: center;margin-bottom: 3vw;}
.yan li span{color: #272727;font-size: 18px;display: block;margin-bottom: 7px;}
.yan li input{display: block;width: 100%;height: 46px;background-color: #ffffff;border-radius: 10px;border: solid 1px #e6e6e6;color: #ababab;font-size: 18px;padding-left: 19px;}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ababab;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ababab;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ababab;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ababab;
}
.tj{width:42%;}
.tj input{display: block;outline: none;height: 57px;width: 100%; background-color: #0060bf; border-radius: 10px;color: #ffffff;font-size: 1.09375vw;font-weight: bold;}
.yzm{width: 55%;background-color: #ffffff;border-radius: 10px;border: solid 1px #e6e6e6;}
.yzm1{width: calc(100% - 92px);height: 57px;color: #ababab;font-size: 18px;padding-left: 1vw;}
.yzm img{width: 92px;}

/**/
.foot{background-color: #000000;overflow: hidden;}
.ft1{padding: 5% 0 6%;}
.ft2{color: #797979;font-size: 16px;padding:20px 0;line-height: 2;text-align: center;border-top:1px solid #333333;}
.ft2 a{color: #797979;}
.dbt1{color: #ffffff;font-size: 18px;padding-bottom: 22px;border-bottom: 1px solid #333333;margin-bottom: 1.6vw;position: relative;}
.dbt1:after{content: '';display: block;width: 20px;height: 1px;background: #e0c495; position: absolute;left: 0;bottom: -1px;}
.sec2{color: #808080;font-size: 16px;line-height: 2.25;}
.sec2 a{display: block;color: #808080;}
.dao1{width: 19.9%;}
.tewm img{width: 132px;}
.she{margin-top: 2vw;}
.she a{margin-right: 1.3vw;}
.she a:last-child{margin-right: 0;}
.foot a:hover{color: #fff;}




@media(max-width: 1500px){
    .saf-bannerPagenation span{font-size: 18px;}
    .pbt,.box1 #formsearch input#keyword{font-size: 16px;}
    .pbt2,.xw_ll li .clamp1{font-size: 18px;}
    .acon,.yan li span,.yan li input,.yzm1{font-size: 16px;}
    .xw_ll li{padding-top: 26px;}
    .yan li{margin-bottom: 22px;}
    .xw_ll{height: 635px;}
    .pmore2{width: 56px;line-height: 56px;height: 56px;background-size: 20px!important;}
}

@media(max-width: 1400px){
    .nbt{font-size: 30px;}
    .sbt,.sul li p{font-size: 18px;}
    .sbt span{font-size: 40px;}
    .yst{font-size: 36px;}
    .pmore a{width: 145px;height: 46px;line-height: 44px;font-size: 16px;}
}

@media(max-width: 1200px){
    .logo{padding: 10px 0;}
    .pbt2, .xw_ll li .clamp1{font-size: 16px;}
    .xw_ll li .clamp2 h4{font-size: 14px;line-height: 24px;}
    .sec2,.ft2{font-size: 14px;}
    .ys1{font-size: 14px;line-height: 22px;}
    .yst1{font-size: 20px;}
    .tj input{font-size: 16px;}
}
@media(max-width: 1024px){
    .pbt, .box1 #formsearch input#keyword{font-size: 14px;}
    .pbt3{font-size: 16px;}
    .nbt{font-size: 24px;}
    .pmore2{width: 46px;line-height: 46px;height: 46px;background-size: 16px!important;}
    .jian .swiper-button-prev2, .jian .swiper-button-next2{width: 50px;height: 50px;}
    .pbt1{font-size: 40px;}
    .abt{font-size: 20px;}
}
@media(max-width:991px){
    body{padding-bottom: 70px;padding-top: 71px;}
}
@media(max-width: 768px){
    .home-banner .swiper-slide .v_cover .v_con{width: 89%;}
    .v_tit_aa{max-width: 54vw;}
    .home-banner .saf-bannerPagenation{left: 5%;}
    .v_tit_bb{max-width: 42vw;font-size: 12px;line-height: 1.4;}
    .psort li .img{height: 120px;}
    .pbt1{font-size: 32px;}
    .aleft,.sul,.nleft,.nright{width: 100%;}
    .nright{margin-top: 30px;}
    .xw_ll{height: auto;}
    .nright{padding: 30px;}
    .dao1{width:48%;}
}
@media(max-width: 640px){
    .logo{max-width: 47%;}
    .saf-bannerPagenation span{font-size: 14px;}
    .box1{padding: 30px 0 20px;}
    .box1 #formsearch input#keyword{width: 74%;}
    .box1 #formsearch input#s_btn{width: 24%;}
    .box1 #formsearch{width: 100%;}
    .psort li{width: 33%;}
    .psort li .img{padding: 0;height: 70px;}
    .psort li .img img{height: 50px;}
    .pbt1{font-size: 24px;}
    .pbt2, .xw_ll li .clamp1{font-size: 15px;}
    .bt1{width: 100%;}
     .pmore a{width: 125px;height: 38px;line-height: 34px;font-size: 14px;margin-top: 20px;}
    .box2{padding: 30px 0;}
    .jian{display: none;}
    .mySwiper .swiper-slide{margin-top: 0!important;}
    .amore a{width: 125px;height: 38px;line-height: 38px;font-size: 14px;}
    .sul li{padding: 20px 0;}
    .sbt, .sul li p{font-size: 16px;}
    .sbt span{font-size: 35px;}
    .yst{font-size: 24px;}
    .yul li{width: 100%;margin-bottom: 20px;}
    .yul li .img img{height: 35px;}
    .xw_ll li{padding-top: 20px;}
    .yan li{margin-bottom: 13px;}
    .yan li input{height: 38px;}
    .yan li span, .yan li input, .yzm1{font-size: 14px;}
    .yzm{width: 100%;}
    .tj input{height: 46px;}
    .tj{width: 100%;margin-top: 20px;}
    .dao1{width: 100%;margin-bottom: 15px;}
    .dbt1{margin-bottom: 15px;}
    .she{margin-top: 20px;}
    .she a{margin-right: 15px;}
    .ft2{padding: 15px 0;line-height: 1.6;font-size: 12px;}
}



.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/szchuanshidai/2026/05/013f9a2bd5ehwqfd.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #0062bf;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #0062bf;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: #0062bf;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: 2.8vw;}



@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;}
}


.more3{display: inline-block;background: #0062bf;color: #fff;text-align: center;padding:10px 20px;margin-top: 10px;}


.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;
}