.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;
    }
}

.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}

.wh{width: 92.9%;margin: 0 auto;}


.wmy-header {

  margin-bottom: 30px;

}

.wmy-logo {

  width: 16.3%;

  float: left;

  font-size: 0;

  line-height: 150px;

  display: block;

}

.wmy-logo img {

  max-width: 100%;

  vertical-align: middle;

}

.head-right {

  width: 83%;

  float: right;

}

.head-right .right-top {

  border-bottom: 1px solid #dfe7ec;

  text-align: right;

  padding: 21px 0;

}

.head-right .right-top .top-menu,

.head-right .right-top .language-group {

  display: inline-block;

  vertical-align: middle;

  line-height: 30px;

}



.head-right .right-top .top-menu a {

  font-size: 14px;

  font-family: "Arial";
    font-weight: bold;
  color: #8897a1;

  margin-right:26px;


}

.head-right .right-top .top-menu a:hover {

  color: #536b7a!important;

}

.head-right .right-top .language-group {

  padding-left: 15px;

}

.head-right .right-top .language-group button {

  background: none !important;

}

.head-right .right-top .language-group .dropdown-menu {

  right: 0;

  left: auto;

}



.head-right .right-bottom .search {

  float: left;

  margin-left: 24%;

  width: 32%;

  height: 40px;

  font-size: 0;

}

.head-right .right-bottom .search .keyword {

  height: 40px;

  width: 80%;

  box-shadow: none;

  float: left;

  border-right: 0;
  font-weight: bold;
  color: #767676;font-size: 14px;

}

.head-right ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #767676;
}
.head-right :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #767676;
}
.head-right ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #767676;
}
.head-right :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #767676;
}
.head-right .right-bottom .search .submit {

  display: inline-block;

  vertical-align: middle;

  width: 20%;

  height: 40px;

  background: #5e7482;

  border: none;

}

.head-right .right-bottom .search .submit .fa {

  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin-top: 6px;

}
.she{display: flex;justify-content: flex-end;flex-wrap: wrap;display: -webkit-flex;margin-top: 9px;}
.she li{margin-left: 2vw;}
.she li:first-child{margin-left: 0;}
.topr{display: inline-block;}
.topr a span{
        transition: transform .33s .3sease-in;
    transform-origin: center;
    display: block;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 22px;
        transition: transform .33s 0s ease;
}
body .lines-button {
    line-height: 0;
    font-size: 0
}

.lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block
}

.lines-button:hover {
    opacity: 1
}

.lines {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #5e7482;
    transition: .3s;
    position: relative
}

.lines:after,.lines:before {
    display: block;
    width: 26px;
    height: 2px;
    background: #5e7482;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: .142rem center
}

.lines:before {
    top: 6px;width: 19px;
}
.topr i{margin-right: 13px;color: #8897a1;font-size: 14px;font-weight: bold;}

.lines:after {
    top: -6px
}
.language-group .btn{color: #8897a1;font-size: 14px;font-family: 'Arial';}
.head-right .right-msg {
  margin-top: 5px;
  float: right;

  font-size: 14px;

  font-family: "Arial";

  color: #5e7482;
  font-weight: bold;

  background: url(//wm.cdn.cn86.cn/fshengyuan/2026/02/fa05c251aew7nhpc.png) left center no-repeat;

  padding-left: 18px;

}

.head-right .right-msg:hover {

  /*text-decoration: underline;*/

}

@media (max-width: 990px) {

  .wmy-header {

    position: relative;

    padding: 20px 0;

    margin-bottom: 0;

  }

  .wmy-logo {

    width: 100%;

    padding-right: 30%;

    float: none;

    line-height: 1;

  }

  .head-right {

    position: absolute;

    top: 0;

    right: 0;

    width: auto;

  }

  .head-right .right-top {

    padding: 0;

    border-bottom: none;

  }

  .head-right .right-top .top-menu {

    display: none;

  }

  .head-right .right-top .language-group {

    line-height: 20px;

  }

  .head-right .right-bottom {

    display: none;

  }

  .wmy-header .nav-btn {

    position: absolute;

    right: 15px;

    top: 50%;

    margin-top: -15px;

    width: 30px;

    height: 30px;

    background: url(../images/nav-btn.png) center no-repeat;

  }

}



/* wmy-menu */

.wmy-nav {

  background: #f7f9fb;

  padding: 15px 0;

}
.wmy-nav .fa-angle-down{font-weight: bold;color: #536b7a;padding-left: 5px;}

.wmy-nav > li {

  float: left;

  position: relative;

}

.wmy-nav > li > a {

  font-size: 16px;

  font-family: "Arial";

  color: #536b7a;

  font-weight: bold;

  line-height: 32px;

  padding: 0 1.3vw;

}

.wmy-nav > li:not(:last-child):after {

  content: '';

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  background: #dfe7ec;

  width: 1px;

}

.wmy-nav > li .nav-jt {

  position: absolute;

  background: url(//wm.cdn.cn86.cn/wmy13/2025/05/1adc64c6f2r99jqe.png) center no-repeat;

  width: 12px;

  height: 7px;

  right: 10px;

  top: 50%;

  margin-top: -3px;

}

.wmy-nav .wmy-sub-nav {

  position: absolute;

  z-index: 99;

  background: #f7f9fb;

  left: 0;

  width: 100%;

  display: none;

}

.wmy-nav .wmy-sub-nav a {

  display: block;

  text-align: center;

  line-height: 35px;

  font-size: 14px;

  color: #536b7a;

}

.wmy-nav .wmy-sub-nav a:hover {

  text-decoration: underline;

}

@media (max-width: 990px) {

  .wmy-nav {

    display: none;

    position: absolute;

    left: 0;

    right: 0;

    z-index: 99999;

    padding: 0;

  }

  .wmy-nav > li {

    float: none;

    width: 100%;

    text-align: center;

  }

  .wmy-nav > li > a {

    padding: 0;

    line-height: 40px;

  }

  .wmy-nav > li:not(:last-child) {

    border-bottom: 1px solid #ccc;

  }

  .wmy-nav > li:not(:last-child):after {

    display: none;

  }

  .wmy-nav > li .nav-jt {

    display: none;

  }

}



/* banner */

.slick-banner {

  position: relative;

}

.slick-banner .slick-slide {

  outline: none;

}

.slick-banner .slick-con {

  display: block;

}

.slick-banner .slick-con img {

  display: inline-block;

  width: 100%;

}

.slick-banner .slick-arrow {

  width: 130px;

  height: 130px;

  border-radius: 50%;

  overflow: hidden;

  padding: 0;

  display: block;

  outline: none;

  position: absolute;

  z-index: 9;

  top: 50%;

  left: 20px;

  margin-top: -65px;

  border: 8px solid rgba(255, 255, 255, 0.8);

  font-size: 0;

}

.slick-banner .slick-arrow:before {

  content: "";

  position: absolute;

  z-index: 99;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  background: url(//wm.cdn.cn86.cn/fshengyuan/2026/02/76e6e2df08snepsd.png) center no-repeat;

}

.slick-banner .slick-arrow img {

  height: 100%;

  display: inline-block;

  position: absolute;

  left: 50%;

  top: 0;

  transform: translateX(-50%);

}

.slick-banner .slick-arrow.slick-next {

  right: 20px;

  left: auto;

}

.slick-banner .slick-arrow.slick-next:before {

  background: url(//wm.cdn.cn86.cn/fshengyuan/2026/02/980fcb3b0eabwswg.png) center no-repeat;

}

@media (max-width: 990px) {

  .slick-banner .slick-arrow {

    width: 50px;

    height: 50px;

    left: 5%;

    margin-top: -25px;

    border: 2px solid rgba(255, 255, 255, 0.8);

  }

  .slick-banner .slick-arrow.slick-next {

    right: 5%;

  }

}





/*#slide-out-widget-area {
    display: none
}

.ascend #slide-out-widget-area[class*=slide-out-from-right],.original #slide-out-widget-area[class*=slide-out-from-right] {
    display: block
}*/

#slide-out-widget-area.slide-out-from-right-hover {
    position: fixed;
    transform: translate3d(341px,0,0);
    -webkit-transform: translate3d(341px,0,0);
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    background: #5e7482;
    z-index: 99999;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    z-index: 9999;
    padding: 54px;
    padding-top: 80px;
    overflow: hidden;
    -webkit-transition: transform .7s cubic-bezier(.25,1,.2,1);
    transition: transform .7s cubic-bezier(.25,1,.2,1);
    overflow-y: scroll !important;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
        display: -webkit-box;
    display: -webkit-flex;
    display: flex;

}

@media only screen and (min-width: 500px) {
    #slide-out-widget-area.slide-out-from-right-hover {
        width:400px;
        -webkit-transform: translate3d(101%,0,0);
        transform: translate3d(101%,0,0);
        transform: translate3d(101%, 0px, 0px);
    }
}

#slide-out-widget-area.slide-out-from-right {
    position: fixed;
    transform: translate(301px,0);
    -webkit-transform: translate(301px,0);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden
}

.admin-bar #slide-out-widget-area {
    padding-top: 33px
}

.admin-bar #slide-out-widget-area.slide-out-from-right {
    padding-top: 53px
}

#slide-out-widget-area-bg {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 1;
    left: 0;
    top: 0;
    z-index: 9996
}

#slide-out-widget-area-bg .bg-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8)
}
.menu li{margin: 5px 0;margin-bottom: 12px;line-height: 1.2;}
.menu li a{display: block;letter-spacing: 0;font-size: 20px;line-height: 26px;font-weight: 700;color: #fff;display: inline-block;
    position: relative;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.menu li a:after{
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #fe4d00;
    content: '';
    padding-bottom: inherit;
    transition: transform 0.3s cubic-bezier(0.25,0,0.4,1), border-color 0.35s cubic-bezier(0.52,0.01,0.16,1);
    transform-origin: right;
}
.menu li:hover a{color: #fe4d00!important;}
.menu li:hover a:after{
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left;
}
#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
    display: inline-block;
    padding: 0 6px 6px 0;
}
.textwidget{padding-bottom: 1.2em;}
.textwidget p{margin: 0;color: #fff;font-size: 16px;line-height: 24px;}
.textwidget p a{color: #fff;}
.menu{margin: 21px 0;}
.bottom-meta-wrap{margin-top: 28px;}
.off-canvas-social-links{margin-top: 30px;}
.off-canvas-social-links li a{padding: 0 6px;color: #fe4d00;opacity: 1;transition: opacity .2s ease, color .2s ease;-webkit-transition: opacity .2s ease, color .2s ease;}
#slide-out-widget-area .off-canvas-social-links li i {
    background-color: transparent;
    font-size: 18px;
    line-height: 22px;
    top: 0;
}
#slide-out-widget-area .off-canvas-social-links li a:hover{color: #fff;}
#slide-out-widget-area.slide-out-from-right-hover .inner {
    opacity: 0;
    margin-bottom: 30px;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) .22s, opacity .45s cubic-bezier(.2,.75,.3,1) .22s;
    -ms-transition: transform .45s cubic-bezier(.2, .75, .3, 1) .22s, opacity .45s cubic-bezier(.2, .75, .3, 1) .22s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) .22s, opacity .45s cubic-bezier(.2,.75,.3,1) .22s;
}
#slide-out-widget-area.slide-out-from-right-hover.open .inner {
    opacity: 1;
    transform: translateX(0);
}
#slide-out-widget-area.slide-out-from-right-hover .bottom-meta-wrap {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) .35s, opacity .45s cubic-bezier(.2,.75,.3,1) .35s;
    -ms-transition: transform .45s cubic-bezier(.2, .75, .3, 1) .35s, opacity .45s cubic-bezier(.2, .75, .3, 1) .35s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) .35s, opacity .45s cubic-bezier(.2,.75,.3,1) .35s;
    margin-top: 50px;
}
@media screen and (min-width: 1000px) {
    html body.material #slide-out-widget-area .inner-wrap .bottom-meta-wrap {
        margin-top: 28px;
    }
}

#slide-out-widget-area.slide-out-from-right-hover.open .bottom-meta-wrap {
    opacity: 1;
    transform: translateX(0);
}
#slide-out-widget-area.slide-out-from-right-hover.open {transform:translate3d(0px, 0px, 0px);}





/*  */

.product-list1 li {
    width: 32.48%;
}



.product-list1 li .img1 {
    position: relative;
}

.product-list1 li:first-child .img1{margin-bottom: 5.4%;}
.product-list1 li:nth-child(2) .img1{margin-bottom: 4%;}
.product-list1 li:nth-child(3) .img1{margin-bottom: 4.1%;}
.product-list1 li .img1 .img{overflow: hidden;}
.product-list1 li img {
    width: 100%;
    height: auto;
    transition:all 0.5s;
}
.product-list1 li .img1:hover  .img img{transform:scale(1.1);}
.product-list1 li .pintro1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(//wm.cdn.cn86.cn/fshengyuan/2026/02/fe60d27b19tties6.png) rgba(0, 0, 0, .3) no-repeat right bottom;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: .3s;
}
.product-list1 li .pintro1 .cell{width: 100%;}
.product-list1 li .img1:hover .pintro1 {
    opacity: 1;
    transition: .3s;
}

.product-list1 li p,
.product-list1 li span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;padding: 0 3px;
}
.product-list1 li p{padding: 0 4vw;word-break: break-all;}
.product-list1 li span {
    font-weight: bold;
    font-size: 30px;
    position: relative;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.line22{
    width: 60px;
    height: 4px;
    background: #f2f2f2;
    margin: 15px auto 7px;
}



 .product-list1{margin-top: 2.2vw;}

/**/
.box1{margin-top: 50px;overflow: hidden;}
.bt1{text-align: center;width: 80%;margin: 0 auto;}
.bt11{color: #536b7a;font-size: 1.5625vw;line-height: 1.3;font-weight: bold;}
.bt1112{margin-top: 1.5vw;}
.wmy-banner{overflow: hidden;}

/**/
.box2{background: url(//wm.cdn.cn86.cn/fshengyuan/2026/02/da22ff74e9ppdp5z.jpg) no-repeat top center;background-size: cover;padding: 25px 0 20px;}
.box2 .bt11{text-align: center;}
.c2 .con {

    max-width: 1544px;
    margin: 0 auto;
    margin-top: 3.4vw;
    position: relative;
}

@media (max-width: 780px) {
    .c2 .con {
        margin-top: 30px;
    }
}

.c2 .con:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 2px;
    background: #5e7482;
}

@media (max-width: 780px) {
    .c2 .con:before {
        display: none;
    }
}

.c2 .con .list2 {
    display: flex;
    flex-wrap: wrap;
}

.c2 .con .list2 li {
    width: calc(100% / 5);
}

@media (max-width: 780px) {
    .c2 .con .list2 li {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .c2 .con .list2 li {
        width:100%;
    }
}

.c2 .con .list2 li a h3 {
    display: flex;
    align-items: center;
    margin: 0;
}

.c2 .con .list2 li a h3 b {
    font-size: 24px;
    font-family: arial;
    padding-left: 10px;
    color: #5e7482;
    line-height: 1;
    transition: all .3s ease-out;
}

.c2 .con .list2 li a .zi {
    color: #111111;
    padding-top: 2.64vw;
    padding-left: 34px;
    position: relative;
}

@media (max-width: 780px) {
    .c2 .con .list2 li a .zi {
        padding-top: 0;
        margin-top: 12px;
    }
}

.c2 .con .list2 li a .zi:before {
    position: absolute;
    top: 8px;
    left: 12px;
    content: '';
    display: block;
    width: 2px;
    height: 5.21vw;
    background-color: #5e7482;
}

@media (max-width: 780px) {
    .c2 .con .list2 li a .zi:before {
        display: none;
    }
}

.c2 .con .list2 li a .zi h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;color: #111111;
}

.c2 .con .list2 li a .zi dd {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #111111;font-weight: bold;
}

@media (max-width: 1025px) {
    .c2 .con .list2 li a .zi dd {
        margin-top: 6px;
        line-height: 22px;
    }
}

.c2 .con .list2 li a:hover h3 b {
    color: #5e7482;
    font-size: 36px;
}

@media (max-width: 1025px) {
    .c2 .con .list2 li a:hover h3 b {
        font-size: 32px;
    }
}







@media(max-width: 1480px){
    .product-list1 li span{font-size: 24px;}
    .product-list1 li p{font-size: 16px;line-height: 24px;}


}

@media(max-width:1350px) {
    .product-list1 li span{font-size: 20px;}
    .product-list1 li .pintro1{background-size: 50px;}



}

@media(max-width:1200px) {
  
    .product-list1 li p{font-size: 14px;line-height: 22px;}
}



/**/
.box3{margin-top: 50px;overflow: hidden;}
.box3 .bt11{text-align: center;}
.mySwiper {overflow: hidden;margin-top: 35px;}
.mySwiper p{color: #5e7482;font-size: 1.3vw;font-weight: bold;margin: 20px 0 0 0;}
.mySwiper  .img img{width: 100%;}
.newswrap {
    margin-top: 2.2vw;
}

.newsleft {
    width: 64.65%;
}

.nlist1 {}

.nlist1 li {
    width: 48%;
    background: url(//wm.cdn.cn86.cn/zgjrzg/2024/11/d0f2a18c7d1bd6er.png) no-repeat right center;
}

.nlist1 li:last-child {
    padding-right: 0;
    background: none;
}

.nlist1 li a .date {
    color: #656565;
    font-size: 19px;font-weight: bold;
    margin-bottom: 1.5vw;
}

.nlist1 li a .wza {
    color: #3d4346;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 1.5vw;
}

.nlist1 li a .wzb {
    color: #656565;
    font-size: 18px;
    line-height: 1.67;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}

.nlist1 li a .wzc {
    display: flex;
    align-items: center;
    font-size: 19px;font-weight: bold;
    color: #5e7482;
    margin-top: 3.6vw;
}

.nlist1 li a .wzc img {
    margin-left: 15px;
}

.nlist1 li:hover a .wza {
    color: #5e7482;
}

.newsright {
    width: 32.52%;
}

.newsSwiper {
    overflow: hidden;
}

.newsSwiper .swiper-slide .img1 img {
    width: 100%;
}

.newsSwiper .swiper-slide .wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5e7482;
    padding: 20px;
}

.newsSwiper .swiper-slide .wz .wza {
    color: #efefef;
    font-size: 19px;
    font-weight: 600;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsSwiper .swiper-pagination-news .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #c9c9c9;
    opacity: 1;
    margin: 0 3px;
}

.newsSwiper .swiper-pagination-news .swiper-pagination-bullet-active {
    background: #fff;
}
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}
.box4{margin-top: 60px;}
.box4 .bt11{text-align: center;}


/**/
.dwz{color: #536b7a;font-size: 1.5625vw;font-weight: bold;background: #dce0e4;text-align: center;padding: 1.3vw 0;margin-top: 27px;}
.tleft{max-width: 270px;}
.tlogo{margin-bottom: 30px;}
.tlogo img{max-width: 100%;}
.twz1,.dao1 a{color: #666666;font-size: 15px;line-height: 28px;font-weight: bold;}
.twz1 p{margin-bottom: 0;}
.bt2{color: #000000;font-weight: bold;font-size: 20px;margin: 2vw 0 10px;}
.dao1 a{display:block;}
.dao1 p a { display: inline-block; }
.lx p{font-size: 14px;color: #5b6266;line-height: 34px;font-weight: bold;margin-bottom: 0;}
.foot{margin-top: 27px;}
.dao2{max-width: 497px;}
.acon{color: #5c6469;font-size: 14px;line-height: 26px;font-weight: bold;}
.acon p{margin-bottom: 0;}
.amore a{display: block;width: 135px;margin-top: 15px; height: 44px;background-color: #5e7482;line-height: 44px;text-align: center;color: #ffffff;font-size: 14px;font-weight: bold;}
.ft2{padding: 12px 0;border-top: 1px solid #dfe7ec;margin-top: 2vw;}
.bq p,.bq a{color: #666666;margin-bottom: 0;font-size: 16px;font-weight: bold;}
.she2 li{margin-right: 1.8vw;}
.she2 li:last-child{margin-right: 0;}



@media(max-width: 1680px){
    .nlist1 li a .wzc{margin-top: 2.6vw;}
    .nlist1 li a .wza{font-size: 20px;line-height: 30px;height: 60px;}
    .newsSwiper .swiper-slide .wz .wza{font-size: 17px;}
}

@media(max-width: 1600px){
    .wmy-nav > li > a{font-size: 14px;}
}



@media(max-width: 1400px){
    .wmy-nav > li > a{padding: 0 1.2vw;}
    .tleft{max-width: 200px;}
    .dao2{width: 32%;}
}


@media(max-width: 1260px){
    .wmy-nav > li > a{padding: 0 0.8vw;font-size: 12px;}
     .nlist1 li a .wza {
        font-size: 16px;line-height: 24px;height: 48px;
    }

    .nlist1 li a .wzb {
        font-size: 14px;
    }

    .newsSwiper .swiper-slide .wz .wza {
        font-size: 14px;
    }
    .bt11{font-size: 24px;}
    .c2 .con .list2 li a .zi h4{font-size: 16px;}
    .mySwiper p{font-size: 16px;}
    .nlist1 li a .wzc{margin-top: 2vw;}
    .newsSwiper .swiper-slide .wz{padding: 15px;}
    .nlist1 li a .date,.nlist1 li a .wza{margin-bottom: 1vw;}
    .nlist1 li a .date,.nlist1 li a .wzc{font-size: 17px;}
    .box4{margin-top: 40px;}
    .tlogo{margin-bottom: 20px;}
    .bt2{font-size: 18px;}

}

@media(max-width: 1025px){
    .tleft{max-width: 160px;}
    .bq p{font-size: 14px;}
    .dwz{font-size: 16px;}
}
@media(max-width: 991px){
  body{padding-bottom: 70px;}
}
@media(max-width: 768px){
    .dao1{display: none;}
    .dao2{display: block;}
    .bt11{font-size: 22px;}
}


@media(max-width: 640px){
   .product-list1 li{width: 100%;}
   .box1{margin-top: 20px;}
   .bt1{width: 100%;}
   .bt11{font-size: 18px;}
   .dwz{font-size: 14px;padding: 10px 5px;margin-top: 15px;}
   .foot{margin-top: 15px;}
    .tleft,.dao2{width: 100%;}
    .newswrap {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .newsleft {
        width: 100%;
    }

    .nlist1 {
        flex-wrap: wrap;
    }

    .nlist1 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .nlist1 li a .date {
        font-size: 14px;
    }

    .nlist1 li a .wza {
        font-size: 14px;
        height: auto;
    }

    .nlist1 li a .wzc {
        margin-top: 10px;
    }

    .newsright {
        width: 100%;
        margin-top: 20px;
    }
    .bq,.she2{width: 100%;text-align: center;}
    .she2{justify-content:center;}
    .she2 li{margin: 0 15px;}
    .ft2{padding: 15px 0;margin-top: 15px;}
}



/* left-sidebar */

.left-sidebar {
    position: relative;
}

.left-sidebar .pp-item {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.left-sidebar .pp-item .df {
    width: 30px;
}

.left-sidebar .pp-item .df svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.left-sidebar .pp-item .dr {
    flex: 1;
    min-width: 1px;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
}

.left-sidebar .pp-item .dr a {
    font-size: 16px;
    color: #fff
}

.left-sidebar .pp-item1 {
    background-image: linear-gradient(123.0deg, rgba(59, 153, 175, 1) 0.0, rgba(120, 187, 108, 1) 100.0%);
}

.left-sidebar .pp-item2 {
    background-color: rgba(33, 33, 33, 1);
}


/* nei-template-wrap */

.nei-template-wrap {
    position: relative;
    background: #f6f6f6;
    padding-top: 3%;
    padding-bottom: 4%;
}

.max-all {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
}

.wmy-left {
    position: relative;
    padding: 0px 0px;
}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 20.59%;
        margin-right: 30px;
        position: sticky;
        top: 100px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 30px;
}


/* 内页产品列表 */

.x-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.x-product-list li {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    background: #f6f6f6;
    padding: 30px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.x-product-list li a {
    display: block;
}

.x-product-list li .img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.x-product-list li .img img {
    display: block;
    width: 100%;
}

.x-product-list li .txt {
    position: relative;
}

.x-product-list li .txt h3.tit {
    line-height: 1.3;
    color: rgba(65, 71, 87, 1);
    font-size: 1vw;
    margin-top: 25px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    text-align: left;
}

.x-product-list li .txt .pp {
    line-height: 1.5;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.x-product-list li .txt .lemore {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    display: inline-block;
    background: #3a99af;
    padding: 10px 30px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    position: relative;
    overflow: hidden;
}

.x-product-list li .txt .lemore span {
    display: block;
    z-index: 9;
    position: relative;
}

.x-product-list li .txt .lemore::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    transition: all .5s ease;
    z-index: 0;
    opacity: 1;
    top: 0;
    background: #96cc4d;
    right: 0px;
}

.x-product-list li:hover .txt h3.tit {
    text-decoration: underline;
    color: #96cc4d;
}

.x-product-list li:hover .txt .lemore::before {
    width: 100%;
}

@media (max-width:1200px) {
    .x-product-list li {
        width: calc(50% - 20px);
    }
    .x-product-list li .txt h3.tit {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .x-product-list li {
        width: calc(100% - 20px);
    }
    .x-product-list li .txt h3.tit {
        font-size: 16px;
    }
    .x-product-list li .txt .pp {
        font-size: 14px;
    }
}

.product-desc {
    background-color: #4aa1bd;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 30px;
}


/* 产品分类 */

.p_c_content {
    position: relative;
}

.p_c_content>li {
    position: relative;
}

.p_c_content>li .p_c_title1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333;
    background: #fff;
}

.p_c_content>li .p_c_title1 a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    color: inherit;
}

.p_c_content>li .p_c_title1 a span {
    font-weight: bold;
}

.p_c_content>li .p_c_title1 .p_arrbtm {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(0 0 0 / 5%);
    background: url(//wm.cdn.cn86.cn/fshengyuan/2026/02/65fc4e9ef66vtbwv.png) no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.p_c_content>li.active .p_c_title1 {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.p_c_content>li .p_c_title1:hover {
    color: #fff;
    background: #4aa1bd;
    border-bottom: 1px solid #4aa1bd;
}

.p_c_content>li .p_c_title1:hover a,
.p_c_content>li.active .p_c_title1 a {
    color: #fff!important;
}

.p_c_content>li .p_c_title1:hover .p_arrbtm,
.p_c_content>li.active .p_c_title1 .p_arrbtm {
    background-image: url(//wm.cdn.cn86.cn/fshengyuan/2026/02/a4d41ca48cakituq.png);
}

.p_c_content>li.active .p_arrbtm {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.deep-2 {
    position: relative;
    display: none;
}

.deep-2 li {
    position: relative;
}

.deep-2 li .p_c_title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    background: #ededed;
}

.deep-2 li .p_c_title2 a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
}

.deep-2 li .p_c_title2 a span {
    font-weight: normal;
}

.deep-2 li .p_c_title2.active {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.deep-2 li .p_c_title2:hover {
    color: #fff;
    background: #4aa1bd;
    border-bottom: 1px solid #4aa1bd;
}

.deep-2 li .p_c_title2.active a {
    color: #fff!important;
}

.deep-2 li .p_c_title2:hover a {
    color: #fff!important;
}


/* */

@media (max-width:1280px) {
    .x-menu>li>a {
        font-size: 16px;
    }
    .about-con .txt .ab-txt {
        font-size: 16px;
    }
    .h-choose-list,
    .h-service-list {
        margin: 0 -10px;
    }
    .h-choose-list li,
    .h-service-list li {
        width: calc(25% - 20px);
        margin: 0 10px 30px;
    }
    .h-choose-list li .txt h3 {
        width: 80%;
        font-size: 20px;
    }
    .h-choose-list li .txt .pp {
        font-size: 14px;
    }
    .h-service-list li .txt h3 {
        font-size: 20px;
    }
    .h-service-list li .txt .pp {
        font-size: 14px;
        line-height: 26px;
    }
    .hm-news_list li {
        padding: 2.6875vw 15px;
    }
    .hm-news_list li .txt span {
        font-size: 15px;
    }
    .hm-news_list li .txt h3 {
        font-size: 18px;
    }
    .hm-news_list li .txt .pp {
        font-size: 14px;
    }
    .foot-dao li a,
    .foot-lxwm {
        font-size: 16px;
    }
    .h-product-list li .txt h3.tit {
        font-size: 18px;
    }
    .h-product-list li .txt .pp {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .h-product-list li .txt .lemore {
        font-size: 14px;
        padding: 7px 20px
    }
}

@media (max-width:992px) {
    .h-product-list li {
        width: calc(50% - 20px);
    }
    .about-con .img {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-con .txt {
        padding-left: 0px;
    }
    .h-choose-list li .txt h3 {
        width: 100%;
        font-size: 18px;
    }
    .h-choose-list li .txt .pp {
        line-height: 26px;
    }
    .about-photo-list32 li .img img {
        max-width: 35px;
    }
    .about-photo-list32 li .txt {
        height: 40px;
    }
    .about-photo-list32 li .txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-photo-list32 li .txt .pp {
        font-size: 14px;
        line-height: 22px;
    }
    .about-photo-list32 li:hover .txt {
        height: 145px;
    }
}

@media (max-width:768px) {
    .home-banner {
        padding-top: 60px;
    }
    .saf-bannerPagenation span {
        font-size: 14px;
    }
    .h-choose-list li,
    .h-service-list li {
        width: calc(50% - 20px);
    }
    .hm-news {
        padding-bottom: 20px;
    }
    .hm-news_list li {
        width: calc(100% - 30px);
    }
    .foot-top .ft-item {
        margin-bottom: 1rem;
    }
    .foot-top .bti {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    
    .foot-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .foot-dao li a,
    .foot-lxwm {
        line-height: 28px;
    }
    .logo {
        height: 60px;
        flex: 0 0 150px;
    }
    .logo a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .logo a img {
        max-height: 40px;
    }
    .about-photo-list32 {
        flex-wrap: wrap;
    }
    .about-photo-list32 li {
        height: 33.33%;
        width: 50%;
    }
    .about-photo-list32 li .txt h3 {
        font-size: 16px;
    }
    .about-photo-list32 li .txt .pp {
        display: none;
    }
    .about-photo-list32 li .txt {
        height: 30px;
    }
    .about-photo-list32 li:hover .txt {
        height: 50px;
    }
}

@media (max-width:500px) {
    .h-product-list li {
        width: calc(100% - 20px);
    }
    .hm-product-con {
        padding-top: 40px;
    }
    .h-choose-list li {
        padding: 15px 15px;
    }
    .hm-product-tit .s_title2,
    .hm-about-tit .s_title2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .hm-product-tit .s_title3 {
        line-height: 1.7;
        font-size: 14px;
    }
    .hm-news_list li {
        padding: 20px 15px;
    }
    .hm-news_list li .txt h3 {
        margin-bottom: 12px;
    }
    .h-service-list li .num {
        font-size: 30px;
        bottom: -10px;
    }
    .h-service-list li .img img {
        max-width: 30px;
    }
    .hm-pro-more a {
        padding: 12px 28px;
    }
    .hm-pro-more a span {
        font-size: 15px;
    }
    .foot-top .ft-item {
        flex: 0 0 100%;
    }
    .ab-more a {
        padding: 12px 28px;
    }
    .ab-more a span {
        font-size: 15px;
    }
}