.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;
    }
}


/*----- 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;
}

/* */
body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1720 {
    max-width: 1720px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.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;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.of{overflow:hidden;}

.wh {
    width: min(95%,1720px);
    margin: 0 auto;
}

/**/
@font-face {
    font-family: "ziti";
    src: url('../font/aa.woff2') format('woff2'), url('//at.alicdn.com/t/font_3121550_9nfcxkmbz9i.woff?t=1645768855703') format('woff'), url('//at.alicdn.com/t/font_3121550_9nfcxkmbz9i.ttf?t=1645768855703') format('truetype'), url('//at.alicdn.com/t/font_3121550_9nfcxkmbz9i.svg?t=1645768855703#WPPOPFont') format('svg')
}

.WPPOPFont {
    font-family: "ziti" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-refresh:before {
    content: "\e66f"
}

.icon-star:before {
    content: "\e770"
}

.icon-star-fill:before {
    content: "\e880"
}

.icon-solid-user:before {
    content: "\e600"
}

.icon-solid-amazon:before {
    content: "\e60d"
}

.icon-solid-print:before {
    content: "\e84e"
}

.icon-solid-cart:before {
    content: "\e66e"
}

.icon-solid-email:before {
    content: "\e61b"
}

.icon-solid-phone:before {
    content: "\e7ae"
}

.icon-solid-map:before {
    content: "\e630"
}

.icon-solid-home:before {
    content: "\e619"
}

.icon-menu:before {
    content: "\e629"
}

.icon-solid-reply:before {
    content: "\e8fe"
}

.icon-solid-download:before {
    content: "\eaa3"
}

.icon-solid-comments:before {
    content: "\e6a5"
}

.icon-views:before {
    content: "\e666"
}

.icon-solid-alert:before {
    content: "\e68b"
}

.icon-user:before {
    content: "\e645"
}

.icon-comment:before {
    content: "\e668"
}

.icon-folder:before {
    content: "\e671"
}

.icon-search:before {
    content: "\e67d"
}

.icon-clock:before {
    content: "\e680"
}

.icon-arrow-left-large:before {
    content: "\e63d"
}

.icon-arrow-right-large:before {
    content: "\e63b"
}

.icon-solid-arrow-right:before {
    content: "\e63a"
}

.icon-solid-video:before {
    content: "\e7c7"
}

.icon-add:before {
    content: "\e67b"
}

.icon-minus:before {
    content: "\e67a"
}

.icon-select:before {
    content: "\e60a"
}

.icon-close:before {
    content: "\e66a"
}

.icon-down:before {
    content: "\e62f"
}

.icon-arrow-right:before {
    content: "\e612"
}

.icon-arrow-left:before {
    content: "\e613"
}

.icon-arrow-down:before {
    content: "\e665"
}

.icon-up:before {
    content: "\e62e"
}

.inner {
    margin: 0 auto;
    width: 96%;
    clear: both
}

.full-inner {
    padding: 0 2%
}

.inner:after, .row-fix:after, .wrapper:after, .content:after, .top-bar:after, .full-inner:after, .section-content:after, .gallery:after, .entry-content:after, .container-fullwidth .column-fluid .content:after, .cat-desc:after {
    content: " ";
    display: table;
    clear: both
}

.inner .inner, .inner .full-inner {
    padding: 0 !important;
    width: 100%
}

.sub-header .inner .inner {
    width: 96%
}

.inner {
    max-width: 1740px
}

/* section-header */
.section-header {
    position: relative
}

.section-header .banner-box {
    width: 100%;
    overflow: hidden
}

.section-header .banner-box .banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 5s;
    transform: scale(1.1, 1.1)
}

.section-header .banner-box .banner img {
    width: 100%
}

.section-header .banner-box .banner.loaded {
    transform: scale(1, 1);
    overflow: hidden
}

.section-header .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top-bar {
    padding: 6px 0;
    position: relative;
    color: #f0f0f0;
    background-color: #101010;
    z-index: 99;
}

.top-bar-lt {
    position: relative;
}

.top-bar-rt {
    flex: 1;
    min-width: 1px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .flt {
    margin-right: 15px
}

.top-bar .frt {
    margin-left: 15px
}

.top-bar p {
    display: inline-block
}

.top-bar a.yx {
    color: #f0f0f0;
    margin-right: 8px;
}

.max1740 {
    max-width: 1740px;
    margin: 0 auto;
    width: 96%;
}

.ease, img, a:link, a:visited, .btn, .button, .wpcf7-submit, .nav-links span, .nav-menu>li>a>span:after, .nav-menu li.menu-btn a:after, .slideshow-container .swiper-pagination .swiper-pagination-bullet:before, .item-cover .mask, .post-list li, .thumb-excerpt-list .mask, .thumb-excerpt-list li, .cat-sticky-thumb-post-list .cat-sticky-post-slider .swiper-pagination .swiper-pagination-bullet:before, .table-list tr:hover td, .swiper-button-prev, .swiper-button-next, .swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before, .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before, .live-chat-box a, .live-chat-bar:after, .live-chat-title .btn-close, .section-item .heading-title b:before, .section-item .heading-title strong:before, .popup-mask-cover, .foot-widgets .widget .widget-title:after, .section-item .heading-title b:after, .section-item .heading-title strong:after, .item-content .item-grid-box .item-cover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

p{
    margin-bottom: 0px;
}

/**/
.header {
    width: 100%;
    position: relative;
    z-index: 999;
}

.top-mid-flex {
    height: 100px
}

.logo {
    position: relative;
    width: 220px;
}

.logo a {
    display: block
}

.logo a img {
    max-height: 80px;
    width: auto;
}

.top_right {
    position: relative;
    width: 100%;
}

.navbar-nav-box {
    flex: 1;
    min-width: 1px;
}

.header-ss {
    margin-left: 20px;
    min-width: 24px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.header-ss .ss_btn {
    width: 36px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(///wm.cdn.cn86.cn/yangmeidianqi/2025/08/cfc4d40fb9vy8fsv.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/4fdfad5214nmdvfk.png)
}

.head-tel {
    position: relative;
    margin-left: 1rem;
}

.head-tel span {
    font-size: 18px;
    color: #ab2758;
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/52d02e367a8kjfev.png) no-repeat left center;
    padding-left: 40px;
    font-weight: bold;
    line-height: 33px;
    display: block;
}

@media (max-width: 1440px){
    .head-tel{display: none;}
}


.x-menu {
    position: relative;
    align-items: center;
}

.x-menu>li {
    position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 100px;
    padding: 0 1.0416vw;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 1500px) {
.x-menu>li>a {
    padding: 0 0.5vw;
}
}
.fl_egg{ float: left;}
.fr_egg{ float:right;}
.fl_egg_news{ width: calc(100% - 220px);}
.fl_egg img{width:200px; margin-right: 15px;;}
@media (max-width: 1000px) {
.fl_egg_news,.fr_egg{ width: 100%;clear: both;;}
.fl_egg img{ width: 100%;; max-width: 500px; margin-right: 0; margin-bottom: 10px;;}
}

.x-menu>li>a>span {
    display: inline-block;
    line-height: normal;
}

.x-menu>li>a>span::after {
    margin-top: 8px;
    width: 0;
    height: 1px;
    background: 0 0;
    display: block;
    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.x-menu>li a, .x-menu>li a:link, .x-menu>li a:visited {
    color: #000!important;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important;
    background-color: transparent;
}

.x-menu>li:hover>a>span::after {
    width: 100%;
    background: #000;
}

.x-menu>li>a.cuu::after {
    margin-left: 1px;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    font-family: ziti;
    content: "\e665";
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.x-menu>li.menu-btn>a {
    height: auto;
    line-height: 34px;
    color: #fff!important;
    background-color: #222;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.x-menu>li.menu-btn>a::after {
    margin-left: 8px;
    font-family: ziti;
    content: '\e63a';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.x-menu>li.menu-btn:hover>a::after {
    margin-left: 14px;
}

.sub-menu {
    position: absolute;
    border-radius: 10px;
    top: 100px;
    left: 0;
    z-index: 1000;
    padding: 12px 0;
    width: 250px;
    min-width: max-content;
    border-top: 1px solid #000;
    background-color: #fff;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    display: none;
}

.sub-menu>li {
    position: relative;
    padding: 0;
    line-height: 1.65em;
    font-size: 14px;
    font-weight: 400;
}

.sub-menu>li>a {
    width: 100%;
    color: #000;
    padding: 9px 20px;
    display: inline-block;
    line-height: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.sub-menu>li>a:hover {
    color: #000!important;
    background-color: #f1f3f5;
}

/*  */
.head-pinned {
    height: 60px;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 900;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.head-pinned .inner {
    padding: 0
}

.head-pinned .top-mid-flex {
    height: 60px;
}

.head-pinned .logo {
    visibility: visible !important
}

.head-pinned .logo img {
    width: auto;
    max-height: 50px
}

.head-pinned .brand {
    display: none
}

.head-pinned .topbar {
    display: none
}

.head-pinned .x-menu>li>a {
    line-height: 60px;
}

.head-pinned .sub-menu {
    top: 60px;
}

.head-pinned .x-menu>li.menu-btn>a {
    line-height: 36px !important;
}

/* 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%;
    max-height: calc(100vh - 100px);
    object-fit: cover;
}

.home-banner .swiper-pagination1 {
    bottom: 5%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 0 .5em!important;
    transition: width .3s ease;
    opacity: .5;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1, .home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/d8252b46988z10va.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/8ce8ec46cd7i9dac.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}

/* hm-product */
.hm-product {
    position: relative;
    padding-top: 60px;
}

.hmm-title {
    position: relative;
    margin-bottom: 40px;
}

.hmm-title a {
    font-size: 2.5vw;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    color: #222;
}

.h-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: -1% -1% 0;
}

.h-product-list li {
    position: relative;
    width: calc(100% / 3);
    text-align: center;
    padding: 1%;
}

.h-product-list li .item-grid-box {
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.h-product-list li a {
    display: block;
}

.h-product-list li a * {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.h-product-list li .img-top {
    position: relative;
    overflow: hidden;
}

.h-product-list li .img-top::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.h-product-list li .img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.h-product-list li .figcaption {
    margin: 15px auto 10px;
}

.h-product-list li .figcaption h3 {
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
}

.h-product-list li:hover .img-top:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.h-product-list li:hover .img-top img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.h-product-list li:hover a {
    text-decoration: underline;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@media (min-width: 992px) {
    .h-product-list li .figcaption h3 {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .h-product-list li .figcaption h3 {
        font-size: 20px;
    }
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {
    .w-1-2, .w-1-3, .w-1-4 {
        width: 100%;
    }
}

/* section2 */
.section2 {
    position: relative;
}

.hm-wewe-list {
    position: relative;
}

.hm-wewe-list li {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
}

.hm-wewe-list li .con {
    margin: -30px;
}

.hm-wewe-list li .con:nth-child(even) {
    flex-direction: row-reverse;
}

.hm-wewe-list li .con:nth-child(2) {
    margin: 30px -30px -30px;
}

.hm-wewe-list li .w-1-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.hm-wewe-list li .pdg {
    padding: 6%;
}

.hm-wewe-list li h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 20px auto;
}

.hm-wewe-list li .pp {
    color: #505050;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.65;
}

/* section3 */
.section3 {
    position: relative;
}

.section3 .section-container {
    position: relative;
}

.section3 .section-content {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
}

.section3 .section-content .con {
    margin: -30px;
}

.section3 .section-content .w-1-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.section3 .section-content .pdg {
    padding: 6%;
}

.section3 .section-content .pdg h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 20px auto;
}

.section3 .section-content .pdg .pp {
    color: #505050;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.65;
}

.btn2 {
    position: relative;
    z-index: 9;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    background-color: #222;
    color: #fff;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 11px 25px;
    line-height: 1;
}

.btn2::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background-color: #333;
    content: "";
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.btn2:hover {
    color: #fff!important;
}

.btn2:hover::before {
    width: 100%;
}

/* section4 */
.section4 {
    position: relative;
}

/* section5 */
.section5 {
    position: relative;
}

.h-news-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.h-news-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 1%;
    padding-right: 1%;
    width: 25%;
}

.h-news-list li .item-post-box {
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    padding: 0 0 20px;
}

.h-news-list li .img-top {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.h-news-list li .img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.h-news-list li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.h-news-list li .img-top:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.h-news-list li:hover .img-top:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.h-news-list li .post-excerpt {
    padding: 0 20px;
    color: #222;
}

.h-news-list li .post-excerpt h3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.h-news-list li .post-excerpt h3 a {
    color: #222;
}

.h-news-list li .post-meta {
    margin-bottom: 10px;
    color: inherit;
}

.h-news-list li .post-meta span {
    padding-right: 15px;
    display: inline-block;
    opacity: .65;
    -moz-opacity: .65;
    -khtml-opacity: .65;
}

.h-news-list li .post-meta span i {
    padding-right: 4px;
    font-size: 15px;
}

.h-news-list li .post-meta span a {
    color: inherit !important;
}

.h-news-list li .excerpt-content {
    opacity: .85;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    font-size: 14px;
    line-height: 1.65;
    color: #222;
}

.h-news-list li .link-read-more {
    margin: 25px auto;
    margin-top: 15px;
}

.h-news-list li .link-read-more a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 5px;
    border-bottom: 1px solid #636363;
}

.h-news-list li:hover .post-excerpt h3 a {
    color: var(--main-theme-color);
}


/* */
@media (max-width: 1280px) {
    .x-menu>li>a {
        padding: 0 10px;
    }

    .pt-70 {
        padding-top: 50px;
    }

    .pb-70 {
        padding-bottom: 50px;
    }

    .hm-wewe-list li h2 {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    

    .widgets-col-1 .widget, .widgets-col-1 .widget:nth-child(even) {
        width: 100%
    }

    .home-banner .caption-content .btns {
        margin-top: 20px;
        padding: 10px 15px;
    }

    .btn2 {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .top-mid-flex {
        height: 60px;
    }
    .logo{
        width: 180px;
    }
    .logo a img {
        max-height: 45px;
    }

    .pt-70 {
        padding-top: 40px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .hm-wewe-list li h2 {
        font-size: 20px;
    }

    .h-news-list li {
        width: 50%;
    }

    .section3 .section-content .pdg h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .logo{
        width: 140px;
    }
    .home-banner .caption-content .zi1 {
        font-size: 24px;
    }

    .home-banner .caption-content .zi2 {
        display: none;
    }

    .home-banner .caption-content .btns {
        margin-top: 10px;
        padding: 7px 10px;
    }
    .home-banner .swiper-pagination1{
        bottom: 12px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px!important;
    }

    .home-banner .swiper-button-prev1, .home-banner .swiper-button-next1 {
        display: none!important;
    }

    .pt-70 {
        padding-top: 15px;
    }

    .pb-70 {
        padding-bottom: 15px;
    }

    .hmm-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .hmm-title a {
        font-size: 24px;
    }

    .h-product-list li {
        width: calc(100% / 2);
    }

    .widget {
        margin-bottom: 20px;
    }

   

    .foot {
        margin-bottom: 70px;
    }
    .hm-product {
        padding-top: 30px;
    }

    .hm-wewe-list li {
        padding: 10px 0;
    }

    .hm-wewe-list li .con {
        margin: 0;
    }

    .hm-wewe-list li .con:nth-child(2) {
        margin: 0;
    }
}

/* nei-page-wrap */
.nei-page-wrap {
    position: relative;
    background: #f1f3f5;
    padding-bottom: 80px;
}

.wmy-left {
    background: #fff;
    border-radius: 16px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

@media (min-width: 990px) {
    .wmy-left {
        float: left;
        width: 395px;
        width: 25%;
        width: 20.5729vw;
        margin-right: 40px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}

.inner-banner {
    position: relative;
    background: #f1f3f5;
}

.inner-banner img {
    width: 100%;
    border-radius: 15px;
}

.inner-banner .txx {
    padding: 15px 0 30px;
    font-size: 14px;
}

.inner-banner .txx h2 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

@media (max-width: 768px) {
    .inner-banner .txx {
        padding-bottom: 15px;
    }
}

/* nei-cate */
.widget_nav_menu {
    margin-bottom: 30px;
}

.widget_nav_menu ul {
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 1)
}

.widget_nav_menu ul li {
    margin: 0;
    padding: 0;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .015);
    background: 0;
    color: #000;
    position: relative
}

.widget_nav_menu ul li:first-child {
    border-top: 0
}

.widget_nav_menu ul li:before {
    width: 0;
    height: 0;
    display: none
}

.widget_nav_menu ul li a:link, .widget_nav_menu ul li a:visited {
    padding: 12px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    color: #000;
    background-color: rgba(0, 0, 0, .03);
    display: block
}

.widget_nav_menu ul>li.current-cat a, .widget_nav_menu ul li a:hover, .widget_nav_menu ul li:hover a, .widget_nav_menu ul li.current-menu-item>a, .widget_nav_menu ul li.current-menu-parent>a, .widget_nav_menu ul li.current_page_item>a, .widget_nav_menu ul li.current_page_parent>a, .widget_nav_menu ul li.current-cat-ancestor>a, .widget_nav_menu ul li.current-cat-parent>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    text-decoration: underline;
    color: var(--main-theme-color)
}

.widget_nav_menu ul li.menu-item-has-children>a:after, .widget_nav_menu ul li.page_item_has_children>a:after, .widget_nav_menu ul li.cat-item ul.children>a:after {
    float: right;
    content: "\e612";
    font-family: WPPOPFont;
    font-size: 16px;
    vertical-align: middle;
    color: rgba(0, 0, 0, .45)
}

.widget_nav_menu ul li.menu-item-has-children>a:hover:after, .widget_nav_menu ul li.menu-item-has-children:hover>a:after, .widget_nav_menu ul li.page_item_has_children>a:hover:after, .widget_nav_menu ul li.page_item_has_children:hover>a:after, .widget_nav_menu ul li.cat-item ul.children>a:hover:after, .widget_nav_menu ul li.cat-item:hover ul.children>a:after {
    text-decoration: none
}

.widget_nav_menu ul li.menu-item-has-children ul, .widget_nav_menu ul li.page_item_has_children ul, .widget_nav_menu ul li.cat-item ul.children {
    margin-top: -1px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9999;
    display: none
}


 .widget_nav_menu ul li.cat-item ul.children {
     display: block;
     position: relative;
     padding-left: 0px;
     left: 0px;
     top: 0px;
 }


.widget_nav_menu ul li.menu-item-has-children ul li, .widget_nav_menu ul li.page_item_has_children ul li, .widget_nav_menu ul li.cat-item ul.children li {
    font-weight: 400
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:link, .widget_nav_menu ul li.menu-item-has-children ul li>a:visited, .widget_nav_menu ul li.page_item_has_children ul li>a:link, .widget_nav_menu ul li.page_item_has_children ul li>a:visited, .widget_nav_menu ul li.current-cat-parent ul.children li>a:link, .widget_nav_menu ul li.current-cat-parent ul.children li>a:visited {
    padding: 12px;
    border-left-color: transparent;
    color: #000
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:hover, .widget_nav_menu ul li.menu-item-has-children ul li:hover>a, .widget_nav_menu ul li.page_item_has_children ul li>a:hover, .widget_nav_menu ul li.page_item_has_children ul li:hover>a, .widget_nav_menu ul li.current-cat-parent ul.children li>a:hover, .widget_nav_menu ul li.current-cat-parent ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:after, .widget_nav_menu ul li.page_item_has_children ul li>a:after, .widget_nav_menu ul li.current-cat-parent ul.children li>a:after {
    opacity: 0
}

.widget_nav_menu ul li.menu-item-has-children ul li.menu-item-has-children>a:after, .widget_nav_menu ul li.page_item_has_children ul li.page_item_has_children>a:after, .widget_nav_menu ul li.current-cat-parent ul.children li ul.children>a:after {
    opacity: 1
}
.widget_nav_menu ul li>a {
 font-size: 20px; font-weight: bold;;
}


.widget_nav_menu ul li ul.children li>a {
    padding: 12px;
    border-left-color: transparent;    font-size: 16px; font-weight: normal;;
    color: #000
}

.widget_nav_menu ul li ul.children li>a:hover, .widget_nav_menu ul li ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}

.widget_nav_menu ul li:hover>a, .widget_nav_menu_vertical ul li ul.children li>a:hover, .widget_nav_menu_vertical ul li ul.children li:hover>a {
    background-color: transparent !important
}

.widget_nav_menu ul li {
    border-top: none
}

.widget_nav_menu ul li a:link, .widget_nav_menu ul li a:visited {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .035)
}

.widget_nav_menu ul li a.active {
    background-color: rgba(0, 0, 0, .035);
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
}

.cat-desc {
    color: #666;
    padding: 10px 0;
    margin: 0 auto 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .065);
}

.gallery-container {
    margin: -1% -1% 0;
    overflow: hidden;
    clear: both;
}

.gallery-container .item-content {
    float: left;
    margin-bottom: 0;
    padding: 1%;
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    margin: 0 auto;
}

.item-cover {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.item-cover img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.item-cover .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    border-radius: 16px;
    border: 1px solid #eee;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.item-grid-box:hover .item-cover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.item-cover:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.item-grid-box:hover .item-cover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.gallery-container .item-content figcaption {
    margin: 15px auto 10px
}

.gallery-container .item-content h3 {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 700;
    text-overflow: ellipsis;

}

@media only screen and (min-width: 1024px) {
    .gallery-container .item-content .item-grid-box h3 {
        font-size: 20px;
    }
}

.item-grid-box a:hover {
    text-decoration: underline;
    color: #000!important;
}

@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }

    .nei-page-wrap {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-container .item-content:nth-child(3n+1){ clear: both;}
}
@media only screen and (max-width: 768px) {
    .gallery-container .item-content {
        margin: 10px auto;
        width: 50%;
    }
    .gallery-container .item-content:nth-child(2n+1){ clear: both;}
}

/*  */
.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.xfcon {
    position: absolute !important;
    bottom: 55vh!important;
}

/*头部样式*/
.top2 {
    width: 100%;
    position: relative;
    z-index: 999;
}

.top2 .wh {
    height: 95px;
}

.logo img {
    max-width: 100%;
}

.k2 {
    font-size: 18px;
    color: #ab2758;
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/52d02e367a8kjfev.png) no-repeat left center;
    padding-left: 50px;
    font-weight: bold;
}

.topy {
    width: 66.63%;
}

.nnav {
    width: 74.6%;
}

.idxBan .wz {
    font-size: 60px;
    font-weight: bold;
}

.idxBan .wz2 {
    font-size: 23px;
    line-height: 44px;
    width: 51.34%;
    margin: 0.8vw 0 2vw;
}

.idxBan .jtm {
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/ab4c5f4b1ehpfscp.png) no-repeat;
    width: 54px;
    height: 26px;
    display: block;
}

/*主体样式*/
.abwz {
    color: #444444;
    font-size: 16px;
    line-height: 40px;
    margin-top: 2vw;
}

a.idxMore {
    color: #fff;
    font-size: 16px;
    width: 213px;
    line-height: 63px;
}

a.idxMore2 {
    margin-top: 2.5vw;
    background: #ab2758;
}

.abyb {
    width: 50%;
}

.numUl .aa {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 10px;
}

.numUl .aa .img {
    display: block;
    max-width: 35px;
}

.numUl .aa .img2 {
    display: none;
    max-width: 35px;
}

.numUl .aa .counter {
    font-family: Arial;
    line-height: 49px;
}

.numUl li:hover .img {
    display: none;
}

.numUl li:hover .img2 {
    display: block;
}

.numUl li:hover .color-666 {
    color: #ab2758;
}

.numUl li {
    cursor: pointer;
}

/* 行业案例 */
.box3 {
    position: relative;
}

.hy {
    position: absolute;
    left: 0;
    top: 5vw;
    z-index: 9;
    width: 100%;
}

.hxbt .wz {
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
}

.hxbt .wz2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-top: 0.7vw;
}

.qie {
    overflow: hidden;
    display: none;
}

.qie.clicked {
    display: block;
}

.qie li {
    position: relative;
    overflow: hidden;
}

.qie li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
}

.qie li .img img {
    width: 100%;
    display: block;
    animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
    -webkit-animation: scaleIn 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}

.qie li .det {
    position: absolute;
    left: 0;
    top: 11.5vw;
    z-index: 9;
    width: 100%;
}

.qie li .wz {
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
    width: 45.06%;
}

a.idxMore3 {
    background: #ab2758;
    margin-top: 2vw;
}

.tabli2 {
    width: 60%;
    position: absolute;
    left: 20%;
    z-index: 9;
    bottom: 0;
}

.tabli2 li {
    width: 20%;
    width: calc(100%/6);
    padding: 40px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.tabli2 li+li::after {
    display: block;
    content: '';
    width: 1px;
    height: 40%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #fff;
    left: 0;
}

.tabli2 li .wz {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.tabli2 li .img img {
    transition: all 0.8s;
}

.tabli2 li:hover .img img {
    transform: rotateY(360deg);
}

.tabli2 li.cur .img img {
    transform: rotateY(360deg);
}

.box4 {
    background: #f7faff;
    padding-top: 82px;
}

.bt .wz {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Arial;
}

.bt .wz2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    margin-top: 0.8vw;
}

.cf {
    margin-top: 36px;
    position: relative;
}

.cf .mySwipercf {
    overflow: hidden;
}

.cf .swiper-slide {
    text-align: center;
}

.cf .swiper-slide .img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
}

.cf .swiper-slide img {
    width: 100%;
    display: block;
}

.cf .swiper-slide .wz {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #696969;
    line-height: 52px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
}

.cf .swiper-slide:hover .wz {
    background: #ab2758;
}

a.idxMore4 {
    margin: 60px auto;
    background: #aaaaaa;
}

.idxService .bt .wz {
    color: #fff;
}

.idxService .bt .wz2 {
    color: #fff;
}

.idxServiceUl li {
    padding: 60px 2.5%;
}

.cp {
    margin-top: 94px;
}

.proimg {
    display: none;
}

.proimg.clicked {
    display: block;
}

.proimg {
    margin: 0 -10px;
}

.proimg li {
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    border-radius: 13px;
    background-color: rgb(255, 255, 255);
}

.proimg li:nth-child(n+5) {
    margin-top: 66px;
}

.proimg li .img {
    margin: 30px 20px;
    position: relative;
     /* padding-bottom: 220px; */
    padding-bottom: 80%;
   
}

.proimg li .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.proimg li .det {
    border-radius: 13px;
    background-color: #696969;
    height: 82px;
    padding: 0 20px;
}

.proimg li .wz {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: calc(100% - 100px);
}

.proimg li .gd {
    width: 95px;
}

.proimg li .xq {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.proimg li .mo {
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/bfe32b4a42zgpvzv.png) no-repeat;
    width: 17px;
    height: 13px;
}

.proimg li:hover .det {
    background: #ab2758;
}

a.idxMore5 {
    margin: 0 auto;
    margin-top: 57px;
    background: #aaaaaa;
}

.idxPro {
    padding-bottom: 57px;
}

.box6 {
    padding: 65px 0 75px;
}

.xbt {
    width: 600px;
}

.tabzz {
    width: 355px;
}

.tabzz li {
    font-size: 18px;
    line-height: 63px;
    position: relative;
}

.tabzz li a {
    color: #3d3d3d;
}

.tabzz li.cur a {
    color: #ab2758;
}

.xwline {
    background: #3d3d3d;
    width: 2px;
    height: 16px;
}

.tabzz li+li:before {
    width: 2px;
    height: 16px;
    background: #3d3d3d;
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.xwline:last-child {
    display: none;
}

a.idxMore6 {
    margin: 0 auto;
    background: #aaaaaa;
}

.xcon1 {
    margin-bottom: 42px;
}

.ttzz {
    display: none;
}

.xw1 {
    width: 65.29%;
}

.xw1 li {
    width: 48.5%;
    border: 1px solid #e5e5e5;
}

.xw1 li .img {
    border-bottom: 1px solid #e5e5e5;
}

.xw1 li .img img {
    width: 100%;
    display: block;
}

.xw1 li .det {
    padding: 30px;
}

.xw1 li:hover .det {
    background: #ab2758;
}

.xw1 li .tm {
    color: #464646;
    font-size: 14px;
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/1bfcf35459ndclt5.png) no-repeat left center;
    padding-left: 30px;
    line-height: 22px;
}

.xw1 li .cname {
    color: #ab2758;
    font-size: 16px;
}

.xw1 li .wz {
    color: #464646;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 18px;
}

.xw1 li:hover .cname {
    color: #fff;
}

.xw1 li:hover .wz {
    color: #fff;
}

.xw1 li:hover .tm {
    color: #fff;
    filter: brightness(0) invert(1);
}

.picMarquee-top .tempWrap {
    height: 474px!important;
    overflow: hidden;
}

.picMarquee-top {
    width: 31.98%;
}

.picMarquee-top li {
    height: 84px!important;
    border: 1px solid #e5e5e5;
    padding: 13px 26px 0;
    display: block;
}

.picMarquee-top li+li {
    margin-top: 18px;
}

.picMarquee-top li .wz {
    color: #464646;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
}

.picMarquee-top li .tm {
    color: #afafaf;
    font-size: 14px;
}

.picMarquee-top li .mo {
    color: #ab2758;
    font-size: 14px;
    margin-top: 8px;
}

.picMarquee-top li:hover {
    background: #ab2758;
}

.picMarquee-top li:hover .wz {
    color: #fff;
}

.picMarquee-top li:hover .tm {
    color: #fff;
}

.picMarquee-top li:hover .mo {
    color: #fff;
}

/*友情链接*/
.link {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 95px;
}

.link a {
    margin: 0 2px;
    color: #fff;
    font-size: 14px;
}

.link a:hover {
    color: #ab2758;
}

/*页面底部*/
.foot {
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/32ac12ec05n1hpdm.png) no-repeat;
    background-size: 100% 100%;
}

.foot a:hover {
    color: #fff;
}

.footContact .left {
    width: 15vw;
}

.footEemImg {
    width: 120px;
}

.foot1 {
    align-items: flex-start;
}

.foot .bq {
    background: #313131;
    line-height: 24px;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
}

.foot .bq a {
    color: rgba(255,255,255,.6);
}

.foot .bq a:hover {
    color: #ab2758;
}

.fcont {
    padding: 65px 0 50px;
}

.f_nav {
    width: 64.53%;
}

.f_nav dl {
    width: 19%;
}

.f_nav dt {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.f_nav dd a {
    font-size: 16px;
    color: #c9c9c9;
    line-height: 40px;
    text-transform: capitalize;
}

.f_nav dd a:hover {
    color: #ab2758;
}

.ftb {
    width: 20%;
}

.lxdh {
    background: url(//wm.cdn.cn86.cn/yangmeidianqi/2025/08/997eb82ee9uwvfjf.png) no-repeat left center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding-left: 50px;
}

.lx {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
}

.lx a {
    color: #fff;
}

.fadd {
    width: 13.14%;
}

.fadd li {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.fadd li img {
    width: 100%;
    display: block;
}

.fadd li .wz {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.fadd li .det {
    margin-left: 13px;
}

/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 1440px) {
    .topy {
        width:68%;
    }

    .x-menu > li > a {
        font-size: 17px;
    }

    .k2 {
        font-size: 17px;
    }

    .idxBan .wz {
        font-size: 50px;
    }

    .idxBan .wz2 {
        font-size: 19px;
        line-height: 32px;
    }

    .bt .wz {
        font-size: 24px;
    }

    .bt .wz2 {
        font-size: 40px;
    }

    .abwz {
        font-size: 15px;
        line-height: 30px;
    }

    a.idxMore {
        font-size: 14px;
        width: 176px;
        line-height: 52px;
        padding: 0 30px;
    }

    .font75 {
        font-size: 62px;
    }

    .font18 {
        font-size: 16px;
        margin-top: 2px;
    }

    .font22 {
        font-size: 18px;
    }

    .font20 {
        font-size: 17px;
    }

    .cp {
        margin-top: 64px;
    }

    .proimg li .wz {
        font-size: 17px;
    }

    .proimg li .xq {
        font-size: 14px;
    }

    .proimg li .det {
        height: 66px;
    }

    .proimg li:nth-child(n+5) {
        margin-top: 42px;
    }

    .hxbt .wz {
        font-size: 14px;
    }

    .hxbt .wz2 {
        font-size: 37px;
    }

    .qie li .wz {
        font-size: 16px;
        line-height: 30px;
    }

    .tabli2 li .wz {
        font-size: 17px;
    }

    .tabli2 li {
        padding: 26px 0;
    }

    .box4 {
        padding-top: 60px;
    }

    .font24 {
        font-size: 20px;
    }

    .font60 {
        font-size: 50px;
    }

    .xw1 li .wz {
        font-size: 17px;
    }

    .picMarquee-top li .wz {
        font-size: 17px;
    }

    .picMarquee-top .tempWrap {
        height: 385px!important;
    }

    .f_nav dt {
        font-size: 18px;
    }

    .f_nav dd a {
        font-size: 14px;
        line-height: 32px;
    }

    .lxdh {
        font-size: 28px;
        padding-left: 42px;
    }

    .lx {
        font-size: 14px;
        line-height: 32px;
    }

    .fadd li .wz {
        font-size: 14px;
    }

    .fadd li .img {
        width: calc(100% - 83px);
    }

    .link {
        font-size: 14px;
        margin-top: 60px;
    }

    .foot .bq {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .k2 {
        display:none;
    }

    .nnav {
        width: 94%;
    }

    .x-menu > li > a {
        font-size: 15px;
    }

    .idxBan .wz {
        font-size: 40px;
    }

    .idxBan .wz2 {
        font-size: 17px;
        line-height: 26px;
        width: 70%;
    }

    .bt .wz {
        font-size: 20px;
    }

    .bt .wz2 {
        font-size: 32px;
    }

    .idxAbout .button {
        width: 60px;
        height: 60px;
        left: -30px;
        top: 50%;
        margin-top: -30px;
    }

    .idxAbout .button div:hover {
        width: 30px;
        height: 60px;
    }

    a.idxMore {
        line-height: 42px;
    }

    .font75 {
        font-size: 50px;
    }

    .font22 {
        font-size: 16px;
    }

    .idxProNav a {
        padding: 30px 20px;
    }

    a.idxMore2 {
        margin-top: 20px;
    }

    .abwz {
        margin-top: 12px;
    }

    .cp {
        margin-top: 54px;
    }

    .proimg li .wz {
        font-size: 16px;
    }

    .proimg li .det {
        height: 56px;
    }

    .proimg li:nth-child(n+5) {
        margin-top: 30px;
    }

    .proimg li .gd {
        width: 83px;
    }

    a.idxMore5 {
        margin-top: 35px;
    }

    .idxPro {
        padding-bottom: 35px;
    }

    .hxbt .wz2 {
        font-size: 30px;
    }

    .qie li .wz {
        width: 100%;
    }

    .tabli2 li .img {
        width: 40px;
        margin: 0 auto;
    }

    .tabli2 li .img img {
        width: 100%;
    }

    .tabli2 li .wz {
        font-size: 16px;
        margin-top: 12px;
    }

    .hy {
        top: 4vw;
    }

    .box4 {
        padding-top: 40px;
    }

    .cf {
        margin-top: 26px;
    }

    .cf .swiper-slide .wz {
        font-size: 14px;
        line-height: 45px;
    }

    a.idxMore4 {
        margin: 30px auto;
    }

    .font24 {
        font-size: 18px;
    }

    .idxServiceUl li .line-height {
        font-size: 14px;
        line-height: 22px;
    }

    .font60 {
        font-size: 42px;
    }

    .idxServiceUl li .img {
        width: 40px;
        margin: 0 auto;
    }

    .idxServiceUl li .img img {
        width: 100%;
    }

    .idxServiceUl li {
        padding: 40px 2.5%;
    }

    .tabzz li {
        font-size: 16px;
        line-height: 42px;
    }

    .box6 {
        padding: 40px 0;
    }

    .xcon1 {
        margin-bottom: 22px;
    }

    .xw1 li .det {
        padding: 15px;
    }

    .xw1 li .wz {
        margin-top: 6px;
    }

    .picMarquee-top .tempWrap {
        height: 268px!important;
    }

    .picMarquee-top li {
        padding: 13px 15px;
    }

    .f_nav {
        display: none;
    }

    .ftb {
        width: 50%;
    }

    .fadd {
        width: 40%;
    }

    .fadd li {
        width: 48%;
    }

    .fcont {
        padding: 30px 0;
    }

    .link {
        margin-top: 30px;
    }

    .banImg {
        min-height: auto;
        height: auto;
    }

    .numUl .aa .counter {
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .xypg-right-content p img {
        max-width:100%!important;
        width: auto!important;
        height: auto!important;
    }

    .idxBan .wz {
        font-size: 30px;
    }

    .idxBan .wz2 {
        font-size: 14px;
        line-height: 26px;
        margin: 12px 0 18px;
    }

    .idxBan .jtm {
        width: 40px;
        height: 19px;
        background-size: 100% 100%;
    }

    .w42 {
        width: 100%;
    }

    .flex-between {
        flex-wrap: wrap;
    }

    .abyb {
        width: 100%;
        margin-top: 25px;
    }

    .bt .wz {
        font-size: 17px;
    }

    .bt .wz2 {
        font-size: 28px;
    }

    .idxAboutSwiper {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .idxAbout .button {
        left: 0;
    }

    .font75 {
        font-size: 34px;
    }

    .numUl .aa .counter {
        line-height: 21px;
    }

    .font18 {
        font-size: 15px;
    }

    .font22 {
        font-size: 15px;
    }

    .font20 {
        font-size: 14px;
    }

    .idxProNav a {
        padding: 25px 10px;
    }

    .proimg {
        margin: 0 -8px;
    }

    .proimg li {
        width: calc(100% / 2 - 16px);
        margin: 0 8px;
    }

    .proimg li:nth-child(n+3) {
        margin-top: 20px;
    }

    .cp {
        margin-top: 40px;
    }

    .proimg li .det {
        height: 50px;
    }

    .hxbt .wz2 {
        font-size: 25px;
        margin-top: 0;
    }

    .qie li .wz {
        font-size: 14px;
        height: 30px;
    }

    .tabli2 {
        width: 80%;
        left: 10%;
    }

    .tabli2 li {
        padding: 15px 0;
        width: calc(100% / 3);
    }

    .tabli2 li .img {
        width: 30px;
    }

    .font24 {
        font-size: 16px;
    }

    .idxServiceUl {
        margin-top: 30px!important;
        padding-bottom: 20px!important;
    }

    .idxServiceUl {
        flex-wrap: wrap;
    }

    .idxServiceUl li {
        width: 100%;
    }
    .idxServiceUl li .clamp3{ height:auto;overflow: visible;-webkit-line-clamp: none;}
    .idxServiceUl li:hover::before,.idxServiceUl li.on::before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .idxServiceUl li::before {
        height: auto;
        top: 0;
    }

    .idxServiceUl li:nth-child(1) {
        background: #fff;
        border-bottom: 1px solid #b5b5b5;
    }

    .idxServiceUl li:nth-child(2), .idxServiceUl li:nth-child(3), .idxServiceUl li:nth-child(4), .idxServiceUl li:nth-child(5) {
        border-bottom: 1px solid #b5b5b5;
    }

    .idxServiceUl li:nth-child(3), .idxServiceUl li:nth-child(5) {
        background: #fff;
    }

    .idxServiceUl li:hover .DIN, .idxServiceUl li.on .DIN {
        opacity: 0;
    }

    .xbt {
        width: 100%;
        margin-top: 18px;
    }

    .xw1 {
        width: 100%;
    }

    .picMarquee-top {
        width: 100%;
        margin-top: 22px;
    }

    .lxdh {
        font-size: 23px;
    }

    .fadd {
        width: 35%;
    }

    .fadd li {
        width: 46%;
        text-align: center;
        justify-content: center;
    }

    .fadd li .img {
        width: 100%;
    }

    .fadd li .img img {
        width: 100%;
        display: block;
    }

    .fadd li .det {
        margin-left: 0;
    }

    .proimg li .wz {
        font-size: 15px;
    }

    .fadd li .wz {
        line-height: 20px;
        margin-top: 8px;
    }
}

@media (max-width: 750px) {
    .abyb .prev,.abyb .next {
        width:50%;
    }
}

@media (max-width: 482px) {
    .idxBan .wz {
        font-size:22px;
    }

    .banImg {
        min-height: auto;
        height: auto;
    }

    .idxBan .wz2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .idxBan .pagination .swiper-pagination-bullet {
        margin: 15px 0 !important
    }

    .bt .wz2 {
        font-size: 22px;
    }

    .bt .wz {
        font-size: 16px;
    }

    .idxAbout {
        padding: 40px 0 35px;
    }

    .numUl {
        margin-top: 28px;
    }

    .numUl li {
        margin: 5px 0;
        width: 50%;
    }

    .font75 {
        font-size: 30px;
    }

    .idxProNav a .img {
        width: 25px;
    }

    .idxProNav a.on .hover .DIN, .idxProNav a:hover .hover .DIN {
        display: none;
    }

    .idxProNav a.on .hover .font22, .idxProNav a:hover .hover .font22 {
        text-align: center;
    }

    .idxProNav a {
        padding: 16px 10px;
    }

    .proimg {
        margin: 0;
    }

    .proimg li {
       width: calc(100% - 16px);
    }

    .proimg li:nth-child(n+2) {
        margin-top: 15px;
    }

    .hxbt .wz2 {
        font-size: 20px;
    }

    .qie li .img img {
        min-height: 460px;
    }

    .hy {
        top: 25px;
    }

    .qie li .det {
        top: 85px;
    }

    .qie li .wz {
        width: 100%;
    }

    .tabli2 {
        width: 100%;
        left: 0;
    }

    .tabli2 li .wz {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 22px;
    }

    .idxServiceUl li {
        padding: 40px 2.5% 20px;
    }

    .idxService {
        padding-top: 40px;
    }

    a.idxMore6 {
        display: none;
    }

    .tabzz {
        width: 100%;
    }

    .xw1 li {
        width: 100%;
    }

    .xw1 li+li {
        margin-top: 12px;
    }

    .ftb {
        width: 100%;
    }

    .fadd {
        width: 100%;
        margin-top: 18px;
    }

    .lx {
        line-height: 26px;
    }

    .tabzz li {
        line-height: 30px;
    }

    .picMarquee-top li .wz {
        font-size: 16px;
    }

    .xw1 li .wz {
        font-size: 16px;
    }

    .idxAboutSwiper {
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .foot {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .tabzz li+li:before {
        display: none;
    }

    .fadd {
        width: 75%;
    }

    .font22 {
        font-size: 12px;
    }

    .font24 {
        font-size: 15px;
    }
}

.xypg-left-con2 .xypg-left-nav {
    display: flex;
    ;justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    width: 100%;
    margin-top: 3%
}

.xypg-left-con2 .xypg-left-nav >li {
    width: 20%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
    float: left;
    border-bottom: none;
}

.xypg-left-con2 .xypg-left-nav > li:last-child {
    border: none;
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav > li .first-nav-btn {
    display: none;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a, .xypg-left-con2 .xypg-left-nav>li.clicked>a {
    color: #fff;
    background: #ab2758;
}

@media(max-width: 768px) {
    .page-wrap-right {
        margin-top:6vw;
    }


    .idxPro ul.bg-blue{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .idxProNav a{
        width: 33.33%;
    }


    .idxServiceUl li div.tit2{
        margin: 20px 0 10px!important;
        line-height: 22px;
        height: 50px;
    }

}


.hhy{
    width: 40px;
}

/*  */
.download-list2{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.download-list2 li{
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
    text-align: center;
}

.download-list2 li .img{
    transition-duration: .3s;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 2px 2px 2px 2px;
}
.download-list2 li h3{
    margin: 15px 0;
}
.download-list2 li h3 a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 30px;
    color: #445161;
}

.download-list2 li .uu a{
    display: inline-block;
    padding: 10px 30px;
    background-color: #ab2758;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
}

.download-list2 li:hover .img img{
    filter: brightness(85%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.download-list2 li .uu a:hover{
    background-color: #c9004b;
}



@media (max-width: 992px){
    .download-list2{
        margin: 0 -15px;
    }
    .download-list2 li{
        width: calc(50% - 30px);
        margin: 0 15px 30px 15px;
    }

}

@media (max-width: 600px){
    .download-list2{
        margin: 0 0;
    }
    .download-list2 li{
        width: 100%;
        margin: 0 0 20px 0;
    }

}







.why-flex{display: flex;justify-content: space-between; margin-bottom: 20px; padding:50px 20px;}
.why-flex:nth-child(odd){}
.why-flex:nth-child(even){ background-color: #eee;}
.why-flex-img{ width: 400px; height: 340px; border-radius: 15px; overflow: hidden; order:1;}
.why-flex-img img{ height: 100%; width: 100%; object-fit: cover;}
.why-flex-txt{ width: calc(100% - 450px);}
.why-flex:nth-child(odd) .why-flex-txt{order:0}
.why-flex:nth-child(even) .why-flex-txt{order:2}
.why-flex-tit{font-size: 38px; font-weight: bold; margin-bottom: 30px; color:#333;}
.why-flex-des{ color: #999; font-size: 16px; line-height: 2em;}
.why-flex-more{ display:block;box-sizing: content-box;background-color: var(--main-theme-color);color:#fff; padding: 5px 20px; border-radius: 25px; width: max-content; margin-top: 20px; font-size: 16px; font-weight: bold;}
.why-flex-more strong{margin-left:10px; display: inline-block;font-family: cursive;}
@media (max-width: 992px){
    .why-flex{flex-wrap:wrap; padding: 20px 0;}
    .why-flex:nth-child(even){ background-color: transparent;}
    .why-flex-img, .why-flex-txt{width: 100%;}
    .why-flex-img{ width: 100%; height: 200px; order:4; margin-top: 20px;}
    .why-flex-tit{ font-size: 20px;}
}

.faq{}
.faq li{margin-bottom: 30px;}
.faq li p{font-size: 16px;}
    .faq-q {
        display: flex;
        justify-content: space-between;
        align-items: center;
      box-sizing: content-box;
      cursor: pointer;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 10px;
      background-color: #fafafa;
      box-shadow: 1px 1px 3px #0003;
      user-select: none;
      transition: all 0.3s ease;
    }
    .faq-q h2{ margin: 0; font-size: 20px;}
    .faq-q.cur h2{color: var(--main-theme-color);}
    .faq-q a{ display: inline-block;font-family: cursive; font-size: 30px; line-height: 1em;}
    .faq-q a:before{ content:'+';}
    .faq-q.cur a:before{ content:'-';}

    .faq-a {
      box-sizing: content-box;
      font-size: 16px;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      padding-left: 20px;  /* 水平 padding 可保留 */
      padding-right: 20px;
      padding-top: 0;
      padding-bottom: 0;
      background-color: #eee;
      border-radius:0 0 10px 10px;

      transition: 
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s ease,
        padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-a.cur {
      max-height: 200px;
      opacity: 1;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .faq-q.cur,.faq li:hover .faq-q {
      background-color: #eee;
      border-radius: 10px 10px 0 0;
      color: var(--main-theme-color);
      box-shadow: 0px 0px 0px #0003;
    }


@media (max-width: 1200px){

    .sub-menu {
    position: relative;;
    border-radius: 0px;
    top: 0px;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    border-top: none;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    }
}


/*  */
.page-banner{position:relative}
.page-banner>img{display:block;width:100%}
.banner-fix{position:absolute;left:0;top:0;z-index:99;width:100%;height:100%;background: rgb(68 81 97 / 50%);}
.banner-fix .fll-con{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;width: 100%;}
.banner-fix h1{font-size:40px;line-height:1;font-family:"思源黑体 CN";margin-bottom:35px;font-weight:bold;color:#fff}
.banner-fix p{line-height:1;font-weight:500;font-size:16px;color:#fff}
.banner-fix p *{color: #fff;}
@media (max-width:992px){
    .page-banner>img{height:300px;object-fit:cover}
    .banner-fix h1{font-size:30px}
    .banner-fix p{font-size:16px}
}

.exhibition-list{
    max-width: 1200px;
    margin: 0 auto;
}
.exhibition-list li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 30px;
}
.exhibition-list li a.thumbnail{
    width: 400px;
    height: 300px;
}
.exhibition-list li a.thumbnail img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
    position: relative;
    z-index: 1;
    object-position: center center;
    object-fit: cover;
    transform: scale(calc(100 / 100));
}
.exhibition-list li .txt{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px;
    justify-content: center;
    text-align: left;
}
.exhibition-list li .txt h3 {
    margin-bottom: 0px;
}
.exhibition-list li .txt h3 a{
    display: block;
    color: #445161;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.exhibition-list li .txt .tims{
    color: rgba(122, 138, 154, .71);
    font-size: 16px;
}

.exhibition-list li .txt .pp{
    color: #969696;
    font-size: 16px;
    margin-top: 10px;
}
.exhibition-list li .txt .mosd a{
    font-weight: 500;
    padding: 20px 0 0;
    display: inline-block;
    color: #445161;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #445161;
    transition: .3s;
    position: relative;
    z-index: 1;
}

.exhibition-list li .txt h3 a:hover{
    color: var(--main-theme-color);
}
.exhibition-list li .txt .mosd a:hover{
    color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

/*  */
.exhibition-left{
    position: relative;
    padding-right: 20px;
    width: 70%;
}
.exhibition-left h1.title{
    text-align: center;
    line-height: 1.4;
    font-size: 32px;
    color: #445161;
    font-weight: 500;
    padding: 20px 0;
}

.ex-time span.elementor-icon-list-icon{
    display: flex;
    position: relative;
    width: 16px;
}
.ex-time span.elementor-icon-list-icon svg{
   fill:#ab2758;
}

.ex-time span.elementor-icon-list-text{
    margin: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #7a8a9a;
}

.share-exhibition{
    padding: 20px;
}

.share-exhibition .dt{
     font-size: 18px;
    font-weight: 500;
    color: #7a8a9a;
}

.share-exhibition .social-share .social-share-icon{
    border-radius: 0;
    color: #fff;
}
.share-exhibition .social-share .icon-facebook{
    background-color: #44619D;
}
.share-exhibition .social-share .icon-twitter{
    background-color: #55acee;
}
.share-exhibition .social-share .icon-tencent{
    background-color: #56b6e7;
}
.share-exhibition .social-share .icon-linkedin{
    background-color: #0077B5;
}
.share-exhibition .social-share .icon-google{
    background-color: #db4437;
}


.video-detail .video-content{
    padding: 20px;
}

.elementor-divider span{
    display: block;
    width: 90%;
    height: 1px;
    background: rgba(59,59,59,.47);
    margin: 0 auto;
}

.exhibition-right{
    position: relative;
    width: 30%;
}

.exhibition-right .exhi-item{
    border: 1px solid #dadada;
    margin-bottom: 20px;
    border-radius: 8px;
}

.exhibition-right .exhi-item h3{
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    color: #445161;
}

.exhi-item .tuij{
    padding: 10px 20px;
}
.exhi-item .tuij li{
    margin-bottom: 10px;
}
.exhi-item .tuij li a{
    display: block;
    color: #7a8a9a;
    font-size: 14px;
    line-height: 1.5;
}

.exhi-item .tuij li a:hover{
    color: var(--main-theme-color);
    text-decoration: underline;
}


.exhibition-right .exhi-item h4{
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid #dadada;
    font-size: 22px;
    color: #445161;
}

.exhi-message{
    padding: 5px 15px;
}

.exhi-message .form-submit .form-control{
    background: none!important;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #d6d6d6; 
    padding: 1.2rem 10px 1.2rem .75rem;  
    color: #1f2124;
    font-size: 14px;
}

.exhi-message .form-submit .btn{
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none!important;
    background-color: #ab2758!important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}


@media (max-width: 992px){
    .exhibition-left{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .exhibition-right{
        width: 100%;
    }

    .exhibition-left h1.title{
        padding-top: 0px;
    }
}

@media (max-width: 768px){
    .exhibition-list{
        padding-left: 10px;
        padding-right: 10px;
    }
    .exhibition-list li a.thumbnail{
        width: 100%;
    }
}





iframe .LeftBtn--IAuor{display: none !important;}


.nbanner{ position: relative; overflow: hidden;}
.nbanner .nbanner-title{ position: absolute; left: 0; bottom:-2vw; width: 100%; text-align: center; font-size: 10vw; color: #f1f3f5; line-height: 1;font-weight: bold;text-shadow: 0 -5px 15px #0009;}
@media (min-width: 1920px){
    .nbanner .nbanner-title{ font-size: 200px;}
}