.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;
    }
}

@font-face {
    font-family: 'zhoncai';
    src: url(../fonts/Helvetica.ttf) format('truetype');
}



.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;
    }
}
@media (min-width: 990px) {
.right{margin-bottom:80px; padding-left:60px;}
}
/*  */
p{margin:0;}
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;width: 100%;aspect-ratio: 3 / 2;}
.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;}

.max1600{max-width: 1680px;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;}

.flex66{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

/* header */
.header{left:0;top:0;width:100%;z-index:999;position:fixed;-webkit-transition:all .3s ease;transition:all .3s ease;
   background: rgba(255, 255, 255, 0.9);
   padding: 0px;
}
.logo{position:relative;width: 15%;}
.logo a{display:block}
.logo a img{max-height: 80px; width: auto;}


.top_right{
    width: 81%;
}
.youding{
    width: 120px;
	height: 42px;
	background-color: #c7000b;
	border-radius: 8px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.youding a{
    color: #fff;
}
.navbar-nav-box{
    width: 70%;
}
.youixang{
    width: 22px;
    margin-left: 4%;
}
.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center; height: 80px;}
.x-menu>li>a{display:block;font-size:16px;color:#333333;line-height:80px;font-weight:400;position: relative;}
.scroll .x-menu>li{ height: 72px;}
.scroll .x-menu>li>a{line-height:72px;}
.x-menu>li:hover>a{color:#fff !important;}
.x-menu>li>a::after{
    position: absolute;
    bottom: 0%;
    left: 40%;
    content: '';
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/41a7b87f7bl3gghw.png) bottom center no-repeat;
    width: 10px;
    height: 6px;
    opacity: 0;
}
.x-menu>li:hover>a:hover::after{
    opacity: 1;
}
.x-sub-menu{position:absolute;z-index:999;width:150%;left:-25%;top:100%;display:none;background:#9d6939;border-radius:0;padding:0 0;}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#ddd;line-height:1.75;padding:.6em .3em; border-bottom: dotted 1px #f2f2f222;}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:var(--main-theme-color)}


/* banner */
.home-banner {
    width: 100%;
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
}
.home-banner .swiper-pagination1 {
	bottom: 10%;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 50px;
	height: 3px;
	background: #fff;
	border-radius: 0%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
}
.home-banner .swiper-wrapper .swiper-slide{
    position: relative;
    max-height: 100vh;
}
.weding {
    position: absolute;
    top: 36%;
    color: #fff;
    left: 20%;
    z-index: 9;
    width: 60%;
    text-align: center;
}
.weding_a{
    font-family: "Playfair Display",cursive;
	font-size: 2.6rem;
	font-weight: Bold;
    text-align: center;
	font-stretch: normal;
	line-height: 3.4rem;
	letter-spacing: 0px;
	color: #fff;
	opacity: 0.9;
    text-transform: capitalize;    
}
.weding_b{
   font-family: "zhoncai";
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
    text-align: center;
	line-height: 48px;
	letter-spacing: 1px;
	color: #ffffff;	
    margin-top: 10%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}
.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/6e38c3b7f5esyobb.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/cf9ba08e30xu7rnw.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}

.nei{
    box-sizing: border-box;
    padding: 4% 0;
    padding-top:0;
    overflow: hidden;
}
.cpngh{
    text-align: center;
}
.cpngh_a{
      font-family: 'zhoncai';
	font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: 0px;
	color: #111111;
}
.cpngh_a span{
    color: #906e50;
    margin-left: 0.5%;
}
.cpngh_aaa{
      font-family: 'zhoncai';
	font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: -3px;
	color: #111111;
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/d64ccc541fzdw6ez.png) 36% bottom no-repeat;
}
.cpngh_aaa span{
    color: #906e50;
    margin-left: 0.5%;
}
.cpngh_c{
    font-family: 'zhoncai';
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
}
.flex77{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 3% 0 2% 0;
}
.cpgdgrn li{
    width: 14.11%;
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/10d788c09aekmpj6.png) right center no-repeat;
    text-align: center;
    position: relative;
}
.cpgdgrn li:nth-child(7){
    background: none;
}
.cpgdgrn li::after{
    position: absolute;
    content: '';
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/82a986f0cb7rhcua.png) no-repeat;
    width: 10px;
    height: 6px;
    left: 50%;
    opacity: 0;
}
.jkfnjh{
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jkfnjh img{
    max-width: 100%;
    height: auto;
}
.youd{
    font-family: 'zhoncai';
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
    margin-top: 1%;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	opacity: 0.8;
}
.cpgdgrn li:hover .youd{
	color: #906e50!important;
}
.cpgdgrn li:hover::after{
	opacity: 1;
}
.cpgdgrn li:hover .jkfnjh img{
    filter: invert(49%) sepia(24%) saturate(579%) hue-rotate(347deg) brightness(95%) contrast(82%);
}
.flex88{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cggpgle{
    width: 44.5%;
}
.cggpger{
    width: 55%;
}
.cggpger li{
    position: relative;
    width: 49.5%;
    margin-bottom: 1%;
}
.cggpger li:nth-child(3){
    margin-bottom: 0px;
}
.cggpger li:nth-child(4){
    margin-bottom: 0px;
}
.cggpgle li{
    position: relative;
   
}
.cggpgle_img{height: 18vw;}
.cggpgle_img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.cggpgle .cggpgle_img{height:33vw;}
.cggpgle_gh{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 33%;
    z-index: 9;
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/faf6a9dbccjgms75.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
    padding-top: 15%;
}

.cggpger .cggpgle_gh{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 33%;
    z-index: 9;
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/faf6a9dbccjgms75.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
    padding-top: 14%;
    opacity: 0;
}
.cggpger li:hover .cggpgle_gh{
    opacity: 1;
}
.cppguy{
    width: 240px;
	height: 60px;
	background-color: #906e50;
	border-radius: 3px;
    line-height: 60px;
    margin: 4% auto 0;
    text-align: center;
    font-size: 16px;
}
.cppguy a{
    color: #fff;
}
.nei2{
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/2efbaef88cx3axyu.png) top center no-repeat;
    box-sizing: border-box;
    padding: 6% 0 5% 0;
    background-size:cover;
    overflow: hidden;
}
.abggtydle_a{
    position: relative;
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/cf65715229lwq7bk.png) left bottom no-repeat;
    font-size: 2.4rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: 0px;
	color: #f19b53;
     font-family: 'zhoncai';
}
.abggtydle_a span{
    color: #fff;
    margin-left: 0.5%;
}
.abggtydle_a::after{
    position: absolute;
    top:50%;
    left: 52%;
    content: '';
    width: 49px;
    height: 5px;
    background: #fff;
}
.abggtydle_b{
    font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0px;
    line-height: 2.5rem;
	color: #ffffff;
     font-family: 'zhoncai';
}
.abggtydle_c{
    font-family: 'zhoncai';
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.9;
    box-sizing: border-box;
    padding: 3% 0;
}
.abggtydle{
    width: 48%;
}
.abggtydle_m{
    width: 180px;
	height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e59553;
    margin-top: 3%;
}
.abggtydle_m a{
    color: #fff!important;
}
.shzidng{
    margin-top: 4%;
    border-radius: 30px;
    border: rgba(255, 255, 255, 0.1) 1px solid;
    box-sizing: border-box;
    padding: 3%; 
    background: rgba(3, 45, 87, 0.9);
}
.flex55{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.shzidng li{
    width: 25%;
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/0d82f867f9ixvx7k.png) 95% center no-repeat;
}
.shzidng li:nth-child(4){
    background: none;
}
.uyoudin_img{
    width: 15%;
    margin-left: 2%;
}
.uyoudin_img img{
    max-width: 100%;
    height: auto;
}
.uyoudinne{
    width: 75%;
    margin-left: 3%;
}
.uyoudinne_a{
    font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
    line-height: 2.1rem;
}
.uyoudinne_a span{
    color: #f19b53;
    font-size: 3rem;
    font-weight: 600;
}
.uyoudinne_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #efefef;
	opacity: 0.78;
    font-family: 'zhoncai';
}

.nei4{
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/08/a11943f9d8idfojh.jpg) top center no-repeat;
    box-sizing: border-box;
    padding: 6% 0;
    background-size: cover;
}

.nei4 .cpngh_a{
      font-family: 'zhoncai';
	font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 3rem;
	letter-spacing: 0px;
	color: #111111;
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/d64ccc541fzdw6ez.png) 31% bottom no-repeat;
}

.bb5nr{
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 26px;
}
.bb5nr li{
    width: 396px;
    height: 543px;
    text-align: center;
}
.bb5nr .swiper-slide-active{
   
}


.bb5nr .swiper-pagination{bottom: 80px;}
.bb5nr .swiper-pagination span{
    width: 13px;
    height: 14px;
    background-color: #78abd6;
    opacity: 1;
}
.bb5nr .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #0d64b1;
}

.ytouding{
    padding: 0 8%;
    overflow: hidden;    
}

.bb5nr li .img img{
    width: 100%;
    height: auto;
    border-radius: 0px;
}


.bb5nr .swiper-slide-active:before{display: none;}

.nei6{
    background: url(http://wm.cdn.cn86.cn/meishuprefab/2026/08/b599f8be3by2seur.jpg) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 5% 0;
    overflow: hidden;
}
.yousidng{
    text-align: center;
}
.yousidng_a {
    font-size: 2.4rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 2.2rem;
	letter-spacing: 0px;
	color: #f19b53;
    font-family: 'zhoncai';
}
.yousidng_a span{
    color: #fff;
    margin-left: 0.5%;
}
.yousidng_b{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
    font-family: 'zhoncai';
    line-height: 2rem;
}
.zhiching{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zhiching li{
    margin-bottom: 3%;
    width: 31%;
    background:rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    border-top: #9c7658 4px solid;
    box-sizing: border-box;
    padding:1%;
    padding-bottom:3vw;
    height: auto;
    overflow: hidden;
    transition: all 0.6s ease;
    margin-top: 0px;
    cursor: pointer;
    position: relative;
}
.sjfnjhf{
    background: #c48550;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 30px;
    bottom: 0px;
    text-align: center;
    opacity: 0;
}
.zhiching li:hover .sjfnjhf{
    opacity: 1;
}
.zhiching li:hover{
    margin-top: -1%;
    transition: all 0.6s ease;
    border-top: rgba(255, 255, 255, 0.9) 4px solid;
}
.zhiching li:hover .zhiching_b{
   background-color: #f19b53;
}
.zhiching li:hover .zhiching_a{
    color: #f19b53!important;
}
.zhiching_a{
    text-align: right;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #6f6f6f;
    font-family: 'zhoncai';
}
.zhiching_b{
    width: 60px;
	height: 60px;
	background-color: #615d5c;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}
.zhiching_c{
    text-align: center;
    font-family: 'zhoncai';
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #906e50;
    margin-top: 2%;
}
.zhiching_d{
    text-align: center;
    font-family: 'zhoncai';
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 1%;
    box-sizing: border-box;
    padding: 1% 6%;
}
.zhiching{
    margin: 3% auto 0;
    width: 80%;
}
.nei7{
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/4d2feb5987bxvqsq.png) top center no-repeat;
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;  
    background-size: 100% 100%;
}
.xwfen{
    margin: 1% 0 2% 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.xwfen li{
    margin: 0 0.5%;
    border-radius: 24px;
	border: solid 1px #906e50;
    line-height: 48px;
    text-align: center;
    width: 180px;
    font-size: 16px;
}
.xwfen li a{
    color: #906e50;
}
.xingghgd{
    overflow: hidden;
}
.swiper-wrapper{padding-bottom:48px;}
.xwfgh { position: relative; }
.xwfgh .xwggk { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.xwfgh .xwggk { opacity: 0; visibility: hidden; transition: all .5s ease; }
.xwfgh .xwggk.on { position: static; opacity: 1; visibility: visible; }
.xingghgd_img img{
    width: 100%;
    height: auto;
}
.xingghgd .swiper-wrapper .swiper-slide{
    border: #fff 1px solid;
    text-align: center;
    background: #fff;
}
.xingghgd_a{
    font-size: 21px;
    line-height: 6rem;
    color: #906e50;
}
.xingghgd .swiper-wrapper .swiper-slide:hover{
    border: #f08e18 1px solid;
}
.swision{
    text-align: center;
}

.nei7 .swision{
    margin-top: 24px;
    text-align: center;
}
.swision .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #d4d4d4;
    opacity: 1;
     transition: all 0.6s ease;
}
.swision .swiper-pagination-bullet-active{
    background-color: #906e50;
	border-radius: 6px;
    width: 48px;
    transition: all 0.6s ease;
}
.xwfen li:hover, .xwfen li.on {
    background: #906e50;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xwfen li:hover a, .xwfen li.on a {
    color: #fff;
}
.nei8{
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/d5a1f5605fjqaufj.jpg) top center no-repeat;
    background-size:cover;
    overflow: hidden;
    box-sizing: border-box;
    padding: 6% 0;
}
.liuyudnle{
    width: 45%;
}
.liuyudnrt{
    width: 47%;
}
.liuyudnle_a{
    font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 2.4rem;
	letter-spacing: -2px;
	color: #121212;
    font-family: 'zhoncai';
}
.liuyudnle_a span{
    color: #906e50;
}
.liuyudnle_b{
    font-family: 'zhoncai';
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #555555;
    box-sizing: border-box;
    padding: 3% 0;
}
.liuidnle{
    width: 49%; 
}
.liuidn{
    margin-bottom: 2%;
}
.liuidnle input{
    border:none;
     background-color: #ffffff;
	box-shadow: 0px 26px 80px 0px 
		rgba(33, 30, 60, 0.08);
	border-radius: 8px;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
}
.liuidnless{
    background: #fff;
    position: relative;
    z-index: 9;
}
.liuidnless input{
    border:none;
     background-color: #ffffff;
	box-shadow: 0px 26px 80px 0px 
		rgba(33, 30, 60, 0.08);
	border-radius: 8px;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
}
.youdiufng{
    position: relative;
    z-index: 9;
}
.youdiufng textarea{
    border:none;
     background-color: #ffffff;
	box-shadow: 0px 26px 80px 0px 
		rgba(33, 30, 60, 0.08);
	border-radius: 8px;
    height: 120px;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}
.yaudnih{
    margin-top: 2%;
}
.lehufdn{
    width: 30%;
}
.lehufdn .x-submit{
    width: 100%;
    height: 60px;
	background-color: #906e50;
	box-shadow: 0px 10px 32px 0px 
		rgba(33, 30, 60, 0.18);
	border-radius: 3px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.yanshuf{
    width: 65%;
    position: relative;
    background: #fff;
}
.yanshuf input{
    border:none;
     background-color: #ffffff;
	box-shadow: 0px 26px 80px 0px 
		rgba(33, 30, 60, 0.08);
	border-radius: 8px;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
}
.yzmimg{
    position: absolute;
    top:8px;
    right: 10px;
    z-index: 9;
}
.site-footer{
    background-image: url(http://wm.cdn.cn86.cn/meishuprefab/2026/08/dc625e3492kbwak8.png);
    background-size: cover;
    background-color: #090e12;
}
.bandudfer_a{
    font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 2rem;
	letter-spacing: 0px;
	color: #ffffff;
    font-family: 'zhoncai';
}
.bandudfer_b li{
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/245f311be2nut1hm.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
    font-family: 'zhoncai';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #8b9299;
}
.bandudfer_b li a{
    color: #8b9299;
}
.bandudfle{
    width: 28%;
}
.bandudfle_a{
    max-width: 100%;
    height: auto;
}
.bandudfle_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.6;
    font-family: 'zhoncai';
    box-sizing: border-box;
    padding: 4% 0 2% 0;
}
.bandudfer{
    width: 20%;
}
.laixng{
    width: 25%;
}
.ewehirn{
    width: 10%;
    text-align: center;
}
.ewehirnkod img{
    max-width: 100%;
    height: auto;
}
.laixngneif{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff88;
	opacity: 1;
    font-family: 'zhoncai';
}
.xianggff{
    border-top: #1e2a37 1px solid;
    margin: 2% 0 1% 0;
}
.jdijfh{
    text-align: center;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.6;
    font-family: 'zhoncai';
}
.jdijfh a{
    	color: #ffffff;
	opacity: 0.6;
}
.bandudfer_b{
    margin-top: 2%;
}
.ewehirnkod{
    margin-top: 2%;
}
.header{background: #fff;}
    .scroll{background: #ffffffe5; backdrop-filter: blur(2px);}
    .nav-links a{color: #333;padding:0 16px;}
    .nav-links a:hover{color:#f19b53;}
    .nav-tools .nav-email,.lang-current{color:#747474;}
    .pb{padding-top:120px;}
.container{margin: 0 auto;}
.nav-links {
    display: flex;
    gap:8px;
    align-items: center;
    position: relative;
}

.nav-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background:#9D6939dd;
    border-radius:0;
    z-index: 1;
    opacity: 0 !important;
    transition: left 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
    pointer-events: none;
}
.x-menu:hover .nav-slider{opacity: 1 !important;}
 .nav-slider.visible {
            opacity: 1;
        }

@font-face {
    font-family: 'Oswald';
    src:url('../fonts/HelveticaNeueLight.otf') format('truetype');
}
.space-y-6 span{
    font-size: 15px;
}
.asdf{
    font-size: 2.2rem;
    color: #fff;
    line-height: 3rem;
     font-family: 'Oswald';
}
.flexgg{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}


/*新闻*/
.nbanner{
    position: relative;
    background: #121212;
}
.nbanner::after{
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); 
  pointer-events: none; 
}
.wending{
    position: absolute;
    top:40%;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 9;
    color: #fff;
    font-family:"Playfair Display";
}
.wending_a{
    font-size: 3rem;
    line-height: 2;
    font-weight: 600;
    font-family:"Playfair Display";
}
.wending_b{
    font-size: 1.25rem;
    line-height: 1.75rem;
    opacity: 0.9;
}
aside .bg-white h2 {
    color: #fff !important;
    border-bottom-color: rgb(255,255,255,0.2) !important;
}


.py-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color:#fff;
    border-bottom: #e5e7eb 1px solid;
    margin-bottom: 0%;
}
.text-sm {
    font-size:13px;
    line-height: 1.25rem;
}
.items-center {
    align-items: center;
    margin-top:10px;
}
.inline-flex {
    display: inline-flex;
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.inline-flex {
    display: inline-flex;
}
dl, ol, ul{
    margin: 0px;
}
.flexkkk{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
/* ===== 左侧菜单深色主题覆盖 ===== */
    aside .bg-white {
        background: #141e2d !important;
        border-color: #223044 !important;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35) !important;
        border: 1px solid #223044 !important;
        border-radius: 20px;
        padding: 7%!important;
    }
    aside .bg-white h2 {
        color: #fff !important;
       border-bottom: rgb(255,255,255,0.2) 1px solid!important;
       box-sizing: border-box;
    }
    aside .bg-white h2 i {
        color: #E59452 !important;
        margin-right: 2%;
    }
    aside .bg-white ul#categoryList {
        color: #c8d0d8;
    }
    /* 覆盖 category-item 样式 */
    aside .bg-white .category-item {
        background: transparent !important;
        margin-bottom: 4px !important;
    }
    aside .bg-white .category-item:hover {
            background: #E5945246 !important;
    }
    aside .bg-white .category-item.active {
        background: rgba(255,255,255,0.06) !important;
    }
    aside .bg-white .category-toggle {
        color: #c8d0d8 !important;
        background: transparent !important;
    }
    aside .bg-white .category-toggle:hover {
        background: rgba(255,255,255,0.06) !important;
        color: #E59452 !important;
    }
    aside .bg-white .category-item.active .category-toggle {
        color: #E59452 !important;
        background: rgba(208, 110, 0, 0.12) !important;
    }
    aside .bg-white .category-toggle .menu-icon {
        color: #6d7b8e !important;
    }
    aside .bg-white .category-toggle:hover .menu-icon {
        color: #E59452 !important;
    }
    aside .bg-white .category-item.active .category-toggle .menu-icon {
        color: #E59452 !important;
    }

 /* ===== 左侧菜单样式 (浅色版，会被深色覆盖) ===== */
        .category-item {
            border-radius: 8px;
            transition: background 0.25s ease;
            background: #F9FAFB;
            margin-bottom: 4px !important;
        }
        .category-item:hover {
            background: rgba(208, 110, 0, 0.04);
        }
        .category-item.active {
            background: rgba(208, 110, 0, 0.06);
        }

        .category-toggle {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
            border-radius: 8px;
            transition: all 0.25s ease;
            cursor: pointer;
            background: transparent;
            border: none;
            font-size: 0.95rem;
            font-weight: 500;
            color: #1e293b;
            letter-spacing: 0.3px;
        }
        .category-toggle:hover {
            background: rgba(208, 110, 0, 0.08);
            color: #D06E00;
        }
        .category-item.active .category-toggle {
            color: #D06E00;
            background: rgba(208, 110, 0, 0.06);
        }

        .category-toggle .menu-icon {
            width: 24px;
            text-align: center;
            font-size: 1.1rem;
            color: #94a3b8;
            transition: color 0.3s ease;
            flex-shrink: 0;
        }
        .category-toggle:hover .menu-icon {
            color: #D06E00;
        }
        .category-item.active .category-toggle .menu-icon {
            color: #D06E00;
        }

        .category-toggle .menu-label {
            flex: 1;
            text-align: left;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        /* 激活状态（用于当前分类） */
        .category-active {
            background: rgba(208, 110, 0, 0.10);
            color: #D06E00;
            border-left: 3px solid #D06E00;
        }


.csffgh_img{
    width: 35%;
}
.csffgh_img img{
    max-width: 100%;
    height: auto;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.csffghnei{
    width: 65%;
    box-sizing: border-box;
    padding: 2%;
}
.csffghnei_a{
    font-size: 0.8rem;
    line-height: 1.75;
    font-weight: 600;
    color: #333;
}
.csffghnei_a a{
    color: #333;
}
.sffgh{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.sffgh_a{
    background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/5b85b0d1capjxukf.png) right center no-repeat;
    margin-right: 2%;
    font-size: 16px;
    line-height: 35px;
    color: #6b7280;
    padding-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sffgh_gg{
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 26px;
    color: #6b7280b8;
}
.sffgh_mm{
    background-color: #d57c19;
    width: 135px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin-top: 4%;
}
.sffgh_mm a{
    color: #fff!important;
}
.top-24 {
    top: 6rem;
}
.sticky {
    position: sticky;
}
.w-full{
   position: sticky; 
   top: 6rem;
}






/* 主菜单项容器 */
.category-item {
    border-radius: 8px;
    transition: background 0.25s ease;
    background: transparent;
    font-size: 15px;
    margin-bottom: 4px !important;
}
.category-item:hover {
    background: rgba(255, 255, 255, 0.04);
}
.category-item.open {
    background: rgba(255, 255, 255, 0.06);
}

/* 主菜单按钮 */
.category-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: -3.05rem;
    font-weight: 500;
    color: #c8d0d8;
    letter-spacing: 0.3px;
}
.category-toggle:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #E59452;
}
.category-item.open .category-toggle {
    color: #E59452;
    background: rgba(208, 110, 0, 0.12);
}

/* 主菜单图标 */
.category-toggle .menu-icon {
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
    color: #6d7b8e;
    transition: color 0.3s ease;
    flex-shrink: 0;
}
.category-toggle:hover .menu-icon {
    color: #E59452;
}
.category-item.open .category-toggle .menu-icon {
    color: #E59452;
}

/* 主菜单文字 */
.category-toggle .menu-label {
    flex: 1;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* 箭头 */
.category-toggle .menu-arrow {
    font-size: 0.7rem;
    color: #6d7b8e;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        color 0.3s ease;
    flex-shrink: 0;
}
.category-item.open .category-toggle .menu-arrow {
    transform: rotate(180deg);
    color: #E59452;
}

/* 子菜单容器：高度过渡 + 透明度过渡 */
.category-submenu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.35s ease,
        margin-top 0.3s ease;
    margin-top: 0;
    padding-left: 0.5rem;
}

.category-item.open .category-submenu {
    max-height: 500px;
    opacity: 1;
    margin-top: 0.25rem;
}

/* 子菜单项 */
.category-submenu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px 7px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #a0acba;
    transition: all 0.25s ease;
    border-left: 3px solid transparent;
    position: relative;
}
.category-submenu a .sub-icon {
    width: 18px;
    text-align: center;
    font-size: 0.75rem;
    color: #6d7b8e;
    transition: color 0.3s ease;
    flex-shrink: 0;
}
.category-submenu a:hover {
    background: rgba(208, 110, 0, 0.12);
    color: #E59452;
    padding-left: 26px;
}
.category-submenu a:hover .sub-icon {
    color: #E59452;
}
.category-submenu a.category-active {
    background: rgba(208, 110, 0, 0.16);
    color: #E59452;
    border-left-color: #D06E00;
    font-weight: 500;
}
.category-submenu a.category-active .sub-icon {
    color: #E59452;
}

/* 无子菜单的直接链接 */
.category-direct {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #c8d0d8;
    transition: all 0.25s ease;
    cursor: pointer;
}
.category-direct .menu-icon {
    width: 24px;
    text-align: center;
    font-size: 1.1rem;
    color: #6d7b8e;
    transition: color 0.3s ease;
    flex-shrink: 0;
}
.category-direct:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #E59452;
}
.category-direct:hover .menu-icon {
    color: #E59452;
}

/* ===== 产品卡片 — 酷炫 hover 效果 ===== */
.product-card-hover {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.4s ease;
    transform: translateY(0) scale(1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    will-change: transform;
}
.product-card-hover::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, transparent 40%, rgba(208, 110, 0, 0.3) 50%, transparent 60%);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.6s ease, background-position 0.8s ease;
    pointer-events: none;
    z-index: 3;
}
.product-card-hover:hover::before {
    opacity: 1;
    background-position: 100% 100%;
}
.product-card-hover:hover {
    transform: translateY(-14px) scale(1.015);
    box-shadow: 0 28px 60px -12px rgba(0, 0, 0, 0.25), 0 8px 24px -6px rgba(208, 110, 0, 0.15);
    border-color: rgba(208, 110, 0, 0.20);
}
.product-card-hover img {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
    will-change: transform;
}
.product-card-hover:hover img {
    transform: scale(1.08);
    filter: brightness(0.88) saturate(1.08);
}
.product-card-hover h3 {
    transition: color 0.4s ease, transform 0.4s ease;
    display: block;   
    position: relative;
    font-size: 1rem;
}
.product-card-hover h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #D06E00;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card-hover:hover h3 {
    color: #D06E00;
}
.product-card-hover:hover h3::after {
    width: 100%;
}
.product-card-hover p {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.45s ease;
    transform: translateY(2px);
    opacity: 0.85;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;    
}
.product-card-hover:hover p {
    transform: translateY(0);
    opacity: 1;
}
.product-card-hover .bg-primary {
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    background: #8F7052!important;
}
.product-card-hover .bg-primary::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 6px;
    background: radial-gradient(circle at center, rgba(208, 110, 0, 0.35), transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.product-card-hover:hover .bg-primary {
    transform: scale(1.06);
    background: #D06E00;
    box-shadow: 0 0 28px rgba(208, 110, 0, 0.35);
}
.product-card-hover:hover .bg-primary::after {
    opacity: 1;
}
.product-card-hover::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 20%, rgba(208, 110, 0, 0.04), transparent 60%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: 12px;
}
.product-card-hover:hover::after {
    opacity: 1;
}
.product-card-hover a {
    position: relative;
    z-index: 2;
}






/* ===== 产品卡片 — 酷炫 hover 效果 ===== */
        .product-card-hover {
            transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.4s ease;
            transform: translateY(0) scale(1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            border: 1px solid transparent;
            position: relative;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            will-change: transform;
        }
        .product-card-hover::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 12px;
            padding: 2px;
            background: linear-gradient(135deg, transparent 40%, rgba(208, 110, 0, 0.3) 50%, transparent 60%);
            background-size: 300% 300%;
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 0;
            transition: opacity 0.6s ease, background-position 0.8s ease;
            pointer-events: none;
            z-index: 3;
        }
        .product-card-hover:hover::before {
            opacity: 1;
            background-position: 100% 100%;
        }
        .product-card-hover:hover {
            transform: translateY(-14px) scale(1.015);
            box-shadow: 0 28px 60px -12px rgba(0, 0, 0, 0.25), 0 8px 24px -6px rgba(208, 110, 0, 0.15);
            border-color: rgba(208, 110, 0, 0.20);
        }
        .product-card-hover img {
            transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                filter 0.5s ease;
            will-change: transform;
        }
        .product-card-hover:hover img {
            transform: scale(1.08);
            filter: brightness(0.88) saturate(1.08);
        }
        .product-card-hover h3 {
            transition: color 0.4s ease, transform 0.4s ease;
            display: block;
            font-weight: normal;
            font-size:14px;            
            line-height: 1.5;
            position: relative;
        }
        .product-card-hover h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0;
            height: 2px;
            background: #D06E00;
            transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .product-card-hover:hover h3 {
            color: #D06E00;
        }
        .product-card-hover:hover h3::after {
            width: 100%;
        }
        .product-card-hover p {
            transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.45s ease;
            transform: translateY(2px);
            opacity: 0.85;
            margin-top:8px;
            padding-top:8px;
            border-top:solid 1px #eee; 
        }
        .product-card-hover:hover p {
           

            transform: translateY(0);
            opacity: 1;
        }
        .product-card-hover .bg-primary {
            transition: all 0.35s ease;
            position: relative;
            overflow: hidden;
            background: #8F7052;
        }
        .product-card-hover .bg-primary::after {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 6px;
            background: radial-gradient(circle at center, rgba(208, 110, 0, 0.35), transparent 70%);
            opacity: 0;
            transition: opacity 0.5s ease;
            pointer-events: none;
        }
        .product-card-hover:hover .bg-primary {
            transform: scale(1.06);
            background-color: #D06E00;!important;
            background: #D06E00;
            box-shadow: 0 0 28px rgba(208, 110, 0, 0.35);
        }
        .product-card-hover:hover .bg-primary::after {
            opacity: 1;
        }
        .product-card-hover::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at 30% 20%, rgba(208, 110, 0, 0.04), transparent 60%);
            opacity: 0;
            transition: opacity 0.6s ease;
            pointer-events: none;
            z-index: 1;
            border-radius: 12px;
        }
        .product-card-hover:hover::after {
            opacity: 1;
        }
        .product-card-hover a {
            position: relative;
            z-index: 2;
        }

.gap-6 {
    gap: 1.5rem;
}
.grid {
    display: grid;
}



@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.youidngf { position: relative; }
.youidngf .cggpg { position: absolute; left: 0; top: 0; z-index: 9; right: 0; opacity: 0;}
.youidngf .cggpgt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.youidngf .cggpg.on { position: static; opacity: 1; visibility: visible; }


.dropdown-toggle::after{
    display: none;
}


.fa-chevron-down{
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    margin-left: 2px;
    transform: rotate(0deg);
}

.btn-group:hover .fa-chevron-down{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
        .lang-dropdown {
            position: absolute;
            top: calc(100% + 0px);
            right: 0;
            min-width: 120px;
            background: rgba(20, 20, 30, 0.92);
            backdrop-filter: blur(12px);
            border-radius: 10px;
            padding: 8px 0;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-8px) scale(0.96);
            transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.06);
            pointer-events: none;
        }
        .lang-switcher:hover .lang-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
            pointer-events: auto;
        }
        .lang-dropdown a {
            display: block;
            padding: 8px 20px;
            color: rgba(255, 255, 255, 0.85);
            font-size: 0.95rem;
            font-weight: 400;
            transition: background 0.2s ease, color 0.2s ease;
            white-space: nowrap;
            text-align: left;
        }
        .lang-dropdown a:hover {
            background: rgba(239, 130, 0, 0.25);
            color: #E59452;
        }
@media (max-width: 768px) {
            .nav-links {
                display: none !important;
            }
            .menu-toggle {
                display: flex !important;
            }
            .nav-tools {
                gap: 12px;
                margin-right: 6px;
            }
            .nav-tools .nav-email {
                font-size: 1.1rem;
            }
            .lang-switcher {
                font-size: 0.95rem;
                padding: 2px 6px;
            }
            .lang-icon {
                font-size: 1rem;
            }
            .lang-dropdown {
                min-width: 100px;
                right: -4px;
            }
            .lang-dropdown a {
                padding: 6px 16px;
                font-size: 0.9rem;
            }
            .navbar {
                padding: 1rem 5%;
            }
            .navbar.scrolled {
                padding: 10px 5%;
            }
            .container {
                max-width: 95%;
            }
        }
        @media (max-width: 480px) {
            .nav-tools {
                gap: 8px;
            }
            .nav-tools .nav-email {
                font-size: 1rem;
            }
            .lang-switcher {
                font-size: 0.85rem;
                padding: 2px 4px;
            }
            .lang-icon {
                font-size: 0.9rem;
            }
            .lang-arrow {
                font-size: 0.65rem;
            }
            .lang-dropdown {
                min-width: 80px;
                right: -6px;
            }
            .lang-dropdown a {
                padding: 5px 12px;
                font-size: 0.8rem;
            }
        }

@media(max-width:1600px){
    .bandudfer_b li{
        font-size: 15px;
    }
    .liuyudnle_a{
        font-size: 1.6rem;
        line-height: 2.3rem;
    }
    .xingghgd_a{
        font-size: 18px;
        line-height: 5rem;
    }
    .zhiching_d{
        font-size: 14px;
    }
    .bb5nr li {
        width: 345px;
        height: 472px;
        text-align: center;
    }
    .uyoudinne_b{
        font-size: 14px;
        line-height: 30px;
    }
    .uyoudinne_a span{
        font-size: 2.6rem;
    }
    .abggtydle_b{
        font-size: 1.3rem;
    }
    .abggtydle_a{
        font-size: 2.2rem;
    }
    .youd{
        font-size: 13px;
    }
    .cpngh_a , .nei4 .cpngh_a , .yousidng_a , .cpngh_aaa{ 
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .weding_b{
        font-size: 1.1rem;
        line-height: 2.1rem;
    }
    .weding_a {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .btn{
        font-size: 16px;
    }
  .youding{
      font-size: 14px;
  }
}


@media(max-width:1500px){
    .bandudfer_a{
        font-size: 1.1rem;
    }
    .laixngneif {
        font-size: 14px;
        line-height: 33px;
    }
    .liuyudnle_b{
        font-size: 16px;
        line-height: 31px;
    }
    .ytouding {
        padding: 0 2%;
    }
    .uyoudinne_a span {
        font-size: 2.4rem;
    }
    .abggtydle_c{
        font-size: 16px;
        line-height: 28px;
    }
    .abggtydle_b {
        font-size: 1.2rem;
    }
    .abggtydle_a {
        font-size: 2rem;
    }
    .cpngh_a, .nei4 .cpngh_a, .yousidng_a, .cpngh_aaa {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .youding {
        font-size: 13px;
    }
    .btn {
        font-size: 15px;
    }
    .x-menu>li>a{
        font-size: 15px;
    }
}

@media(max-width:1440px){
    .bandudfer_a{
        font-size: 1.1rem;
    }
    .zhiching_d {
        font-size: 12px;
        line-height: 22px;
    }
    .uyoudinne_a span {
        font-size: 2.2rem;
    }
    .abggtydle_b {
        font-size: 1.1rem;
        line-height: 2rem;
    }
    .abggtydle_a {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .cpngh_a, .nei4 .cpngh_a, .yousidng_a, .cpngh_aaa {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .weding_b {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .weding_a {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .x-menu>li>a {
        font-size: 14px;
    }
    .youding {
        font-size: 12px;
    }
}

@media(max-width:1366px){
    .bb5nr li {
        width: 320px;
        height: 438px;
        text-align: center;
    }
    .uyoudinne_a span {
        font-size: 2rem;
    }
    .uyoudinne_a{
        font-size: 1.1rem;
    }
    .abggtydle_b {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .abggtydle_a {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .cpngh_a, .nei4 .cpngh_a, .yousidng_a, .cpngh_aaa {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

@media(max-width:1200px){
    .lehufdn .x-submit{
        font-size: 16px;
    }
    .liuidnle input , .liuidnless input{
        height: 40px;
        width: 100%;
        line-height: 40px;
        font-size: 12px;
    }
    .liuyudnle_a {
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0px;
    }
    .bb5nr li {
        width: 285px;
        height: 390px;
        text-align: center;
    }
    .uyoudinne_b {
        font-size: 12px;
        line-height: 20px;
    }
    .uyoudinne_a span {
        font-size: 1.8rem;
    }
    .uyoudinne_a {
        font-size: 1rem;
    }
    .abggtydle_c {
        font-size: 14px;
        line-height: 25px;
    }
    .jkfnjh {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jkfnjh img {
        max-width: 31%;
        height: auto;
    }
    .cpngh_a, .nei4 .cpngh_a, .yousidng_a, .cpngh_aaa {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .navbar-nav-box {
        width: 62%;
    }
}

@media(max-width:1024px){
    .bandudfer_b li {
        font-size: 13px;
        line-height: 30px;
    }
    .zhiching{
        width: 100%;
    }
    .bb5nr li {
        width: 250px;
        height: 340px;
        text-align: center;
    }
    .youd {
        font-size: 13px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .youding{
        display: none;
    }
}



@media(max-width:992px){
     .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .liuyudnle_a {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
    }
    .zhiching_c {
        text-align: center;
        font-family: 'zhoncai';
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #906e50;
        margin-top: 2%;
    }
    .uyoudinne_a span {
        font-size: 25px;
    }
    .uyoudinne_a {
        font-size: 16px;
    }
    .abggtydle_a::after {
        position: absolute;
        top: 50%;
        left: 26%;
        content: '';
        width: 35px;
        height: 2px;
        background: #fff;
    }
    .abggtydle {
        width: 100%;
    }
    .abggtydle_a {
        font-size: 1rem;
        line-height: 2.2rem;
    }
    .cpngh_a, .nei4 .cpngh_a, .yousidng_a, .cpngh_aaa {
        font-size: 25px;
        line-height: 35px;
    }
    .youixang{
        display: none;
    }
    .top_right {
        width: 32%;
    }
    .wending_a{
        font-size: 2rem;
        line-height: 2rem;
    }
}



@media(max-width:500px){
    #page-wrap{padding-top:20px !important;}
    .nbanner{
        margin-top: 60px;
    }
    .csffgh_img img{
        border-radius: 10px;
    }
    .sffgh_gg{
        font-size: 14px;
        line-height: 22px;
    }
    .csffghnei_a{
        font-size: 16px;
    }
    .sffgh_a{
        font-size: 14px;
    }
    .csffghnei{
        width: 100%;
        margin-top: 15px;
    }
    .csffgh_img{
        width: 100%;
    }
    .product-card-hover p{
        font-size: 12px;
        margin-bottom: 15px!important;
        line-height: 22px;
    }
    .product-card-hover h3{
        font-size: 14px;
        line-height: 30px;
        font-weight: normal;
    }
    .wending_a {
        font-size: 22px;
        line-height: 25px;
    }
    .wending_b{
        font-size: 12px;
    }
    .cert-section {
        padding: 10px 0;
        background: #F4F6F8;
        position: relative;
    }
    .factory-section {
        padding: 36px 0;
        background: #f8f9fa;
        position: relative;
        padding-top: 0px;
    }
    .milestone-desc{
        font-size: 12px;
        line-height: 22px;
    }
    .intro{
        font-size: 12px;
    }
    .milestone-title{
        font-size: 14px;
    }
    .header{
        padding: 10px 0;
    }
    .hero-right .stat-label{
        font-size: 14px;
    }
    .hero-right .stat-number{
        font-size: 20px;
    }
    .hero-left p{
        font-size: 14px;
        margin-top: 0px;
    }
    .weding_a {
        font-size: 14px;
        line-height: 30px;
    }
    .weding {
        position: absolute;
        top: 30%;
        color: #fff;
        left: 8%;
        z-index: 9;
        width: 80%;
    }
    .jdijfh{
        font-size: 14px;
    }
    .ewehirn{
        display: none;
    }
    .bandudfer_a {
        font-size: 18px;
    }
    .laixng{
        width: 100%;
        margin-top: 15px;
    }
    .bandudfer{
        display: none;
    }
    .bandudfle{
        width: 100%;
    }
    .lehufdn .x-submit {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .liuyudnrt{
        width: 100%;
    }
    .liuyudnle{
        width: 100%;
    }
    .xwfen li {
        margin: 0 0.5%;
        border-radius: 24px;
        border: solid 1px #906e50;
        line-height: 40px;
        text-align: center;
        width: 47%;
        margin-bottom: 2%;
        font-size: 14px;
    }    
    .zhiching li{
        width: 100%;
    }
    .yousidng_b {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #ffffff;
        font-family: 'zhoncai';
        line-height: 30px;
    }
    .bb5nr li {
        width: 145px;
        height: 194px;
        text-align: center;
    }
    .shzidng li{
        width: 48%;
    }
    .abggtydle_m {
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #e59553;
        margin-top: 3%;
    }
    .abggtydle_b {
        font-size: 14px;
        line-height: 30px;
    }
    .abggtydle_a::after {
        position: absolute;
        top: 50%;
        left: 51%;
        content: '';
        width: 35px;
        height: 2px;
        background: #fff;
    }
    .abggtydle_a {
        font-size: 20px;
        line-height: 35px;
    }
    .cggpger{
        width: 100%;
        margin-top: 10px;
    }
    .cggpgle{
        width: 100%;
    }
    .cpgdgrn li{
        width: 49.11%;
    }
    .cpngh_c{
        font-size: 16px;
        line-height: 30px;
    }
    .cpngh_a, .nei4 .cpngh_a, .yousidng_a, .cpngh_aaa {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .top_right {
        width: 63%;
    }
}

@media(min-width:1000px){
 .nei7{min-width:800px !important;}
.poorder{opacity: 0;}
.x-menu>li:hover>a:hover::after{opacity:0 !important; content: none;}
header.scroll .logo a img{height:64px; width: auto;}
header,header.scroll .logo a img{transition:all 0.8s;}

}




/* ========== 按钮基础样式 ========== */
.weding_b {
    display: inline-block;
    margin:8px auto;
    margin-top:48px;
    padding: 8px 36px;
    background-color: #ff8c00ee;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: visible;           /* 允许扩散光环溢出按钮边界 */
    transition: background-color 0.3s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.weding_b:hover {
    background-color: #e67a00;
    transform: translateY(-2px);
}

.weding_b:active {
    transform: translateY(0) scale(0.97);
}

/* ========== 扩散引导光环 ========== */
.weding_b::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 2px solid rgba(255, 140, 0, 0.6);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    pointer-events: none;        /* 不拦截点击 */
    animation: wedge-pulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* 第二层光环，错开时间形成波纹叠加感 */
.weding_b::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 2px solid rgba(255, 140, 0, 0.4);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    pointer-events: none;
    animation: wedge-pulse 2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s infinite;
}

@keyframes wedge-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}


/* 确保父级链接作为遮罩的定位参照 */
.home-banner .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden; /* 防止遮罩溢出图片边界 */
}

/* 半透明黑色遮罩层 */
.home-banner .swiper-slide>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); /* 35% 不透明度，按需调整 */
    pointer-events: none; /* 关键：不拦截图片/链接的点击事件 */
    z-index: 1;
    transition: background-color 0.3s ease;
}

/* 可选：hover 时加深遮罩增强交互反馈 */
.home-banner .swiper-slide a:hover::after {
    background-color: rgba(0, 0, 0, 0.15);
}


.pb,.nbanner{height: 200px;}
@media(min-width:1200px){
    .xwfgh{height: 500px;}
.pb,.nbanner{ height:480px; max-height:48vh !important; overflow: hidden;}
.cggpger li{height:16vw;overflow: hidden;}
div.cggpgle > li{height:calc(32vw + 2%);overflow: hidden;}
.youixang .youing a em{font-size:1rem;}
#page-wrap .left{width:21% !important; flex:0 0 21%;}
#page-wrap .right{width:75% !important;}
.csffgh_img img{height: 100%; width:100%; object-fit: cover;}
.csffgh_img {height:275px;}
}
@media(max-width:1440px){
 .xwfgh{height: 400px;}
.top_right>.youding{display: none;}
}

.x-menu>li>a {
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

body > section > div > nav > ol > li:nth-child(2) > div > a:nth-child(3){margin-left:8px;}
body > section > div > nav > ol > li:nth-child(2) > div > a:nth-child(3)::before{content: "\f054";padding-right: 4px;}
.product-card-hover:hover button{background:#F18302 !important;}
.p-4{padding:1.2rem !important;}
aside .bg-white h2{font-family:"Playfair Display";}
.service-view{position: fixed !important; bottom:20%; display: none;}

.bb5nr li .img img {
  /* 1. 用 padding 撑出 5px 的相框空间 */
  padding: 5px;  
  /* 2. 设置金色渐变背景作为相框颜色 */
  background: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);  
  /* 3. 关键：让背景只填充 padding 区域，不覆盖图片本身 */
  background-clip: padding-box;  
  /* 4. 防止 padding 撑大元素实际尺寸（可选，推荐加上） */
  box-sizing: border-box;
}

.nei .cpngh_a::before{
content:"";
background: url(//wm.cdn.cn86.cn/meishuprefab/2026/07/d0bf311cfei2cdis.png?x-oss-process=image/format,webp) center no-repeat;
background-size: contain;
display: inline-block;
width:120px; height: 60px;
transform: translateY(16px);
}
.nei .cpngh_a{font-size: 1.8rem;   transform: translateY(14px); color:#181818;text-transform:capitalize;}
.zhiching li{background-position: center;}
.zhiching li:hover .zhiching_a,.zhiching li:hover .zhiching_b,.zhiching li:hover .zhiching_d{opacity:0;}
.zhiching li:nth-child(1):hover{background: url(//wm.cdn.cn86.cn/meishuprefab/2026/08/b3eb7275beinwkiz.jpg) center; background-size: cover;}
.zhiching li:nth-child(2):hover{background: url(//wm.cdn.cn86.cn/meishuprefab/2026/08/02d919c89681wuht.jpg) center; background-size: cover;}
.zhiching li:nth-child(3):hover{background: url(//wm.cdn.cn86.cn/meishuprefab/2026/08/cf40eadf8fdpci8s.jpg) center; background-size: cover;}
.zhiching li:nth-child(4):hover{background: url(//wm.cdn.cn86.cn/meishuprefab/2026/08/4190118bf4mud233.jpg) center; background-size: cover;}
.zhiching li:nth-child(5):hover{background: url(//wm.cdn.cn86.cn/meishuprefab/2026/08/89e84a3f95vacr1c.jpg) center; background-size: cover;}
.zhiching li:nth-child(6):hover{background: url(//wm.cdn.cn86.cn/meishuprefab/2026/08/eb818af04eyxfu5k.jpg) center; background-size: cover;}
.zhiching li:hover .zhiching_c{color: #fff; text-shadow: rgba(0, 0, 0, 0.366) 5px 5px 15px; font-weight: bolder; position: relative; z-index: 5;}
.sjfnjhf{z-index:9;}
.zhiching li:hover::before {
  content: "";
  position: absolute;
  background: #00000035;
  inset: 0;                 /* 等同于 top/right/bottom/left: 0 */
  z-index:1;             /* 置于内容下方 */
}
.main-button {
  /* 字号和尺寸定位留空，由调用方自行定义 */
  
  /* 基础样式 */
  color: #ffffff99;
  background-color: #906E50;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  
  /* 阴影 */
  box-shadow: 0 4px 12px rgba(144, 110, 80, 0.35);
  
  /* 为伪元素提供定位上下文 & 裁剪溢出 */
  position: relative;
  overflow: hidden;
  z-index: 1;
  
  /* 默认状态过渡（用于鼠标移出时的反向动画） */
  transition: box-shadow 0.3s ease;
}

/* hover 色层：初始隐藏在左侧外面 */
.main-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  
  background-color: #F48C1A;
  
  /* 关键：从左侧开始缩放 */
  transform-origin: left center;
  transform: scaleX(0);
  
  /* 进入动画时长 */
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* hover 时：色层从左到右展开 + 阴影增强 */
.main-button:hover::before {
  transform: scaleX(1);
}

.main-button:hover {    
  box-shadow: 0 6px 20px rgba(244, 140, 26, 0.45);
}
.main-button:hover a{color: #fff;}



@media(max-width:768px){
.nei .cpngh_a{padding-bottom: 16px;}
.cggpgle_img{height:auto;}
.cggpgle .cggpgle_img{height:auto;}
.home-banner .swiper-wrapper .swiper-slide{margin-top:5rem;}
.home-banner .swiper-pagination1 {bottom: 18%;transform: scale(0.5);}
.weding_b{display: none;}
.shzidng li {
    width: 100%; background: none;
    padding: 3% 0;
}
.nei{padding-bottom:60px;}
.nei2,nei4,.nei6,nei7,.nei8{padding:60px 0;}
}

.bb5nr .swiper-slide-active++div{opacity: 0;}




.main-button { 
  border: 1px solid transparent;
  background-clip: padding-box;
  overflow: hidden;           /* 防止伪元素溢出 */
  z-index: 5;
}

/* 用伪元素做呼吸光晕，不影响按钮内部文字/图标布局 */
.main-button::after {
  content: "";
  position: absolute;
  inset: 3px;                /* 控制光晕向外扩展的距离 */
  border-radius: inherit;     /* 继承按钮圆角 */
  background: currentColor;   /* 跟随按钮文字颜色，方便换色 */
  opacity: 0.45;
  filter: blur(6px);
  z-index: -1;
  animation: breathe 2.4s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.06);
  }
}

/* 可选：减少动画对敏感用户的影响 */
@media (prefers-reduced-motion: reduce) {
  .main-button::after {
    animation: none;
    opacity: 0.4;
  }
}

@media (min-width: 2500px) {
.weding {
    position: absolute;
    /* ✅ 核心：百分比值除以 --page-scale，抵消 transform 的视觉放大 */
    top: calc(36% / var(--page-scale, 1));
    left: calc(20% / var(--page-scale, 1));
    width: calc(60% / var(--page-scale, 1));
    color: #fff;
    z-index: 9;
    text-align: center;}
.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #9d6939;
    border-radius: 0;
    padding: 0;
}

/* ========== transform 降级补偿 ========== */
body[data-scale-mode="transform"] .x-sub-menu {
    /* 
     * 核心原理：
     * transform 下父级的布局尺寸未变，百分比参照的是原始尺寸
     * 除以 --page-scale 后，再被 scale 视觉上拉回正确比例
     */
    top: calc(100% / var(--page-scale, 1));
    left: calc(-25% / var(--page-scale, 1));
    width: calc(150% / var(--page-scale, 1));
}
.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 150%;
  left: -25%;
  top: 100%;
  display: none;
  background: #9d6939;
  border-radius: 0;
  padding: 0;
}

/* transform 降级补偿 */
body[data-scale-mode="transform"] .x-sub-menu {
  top: calc(100% / var(--page-scale, 1));
  left: calc(-25% / var(--page-scale, 1));
  width: calc(150% / var(--page-scale, 1));
}

.weding {
  position: absolute;
  top: 36%;
  color: #fff;
  left: calc(50% - 960px);
  z-index: 9;
  width: 1280px;  
  text-align: center;
}

/* transform 降级补偿 */
body[data-scale-mode="transform"] .weding {
  top: calc(36% / var(--page-scale, 1));
  left: calc(20% / var(--page-scale, 1));
  width: calc(60% / var(--page-scale, 1));
}
.cggpgle .cggpgle_img,div.cggpgle > li,.cggpgle_img,.cggpger li{
aspect-ratio: 3/2;
height: auto !important;

}
.x-menu>li:hover{background: #AA7D53;}
.nav-slider{ display: none !important;}
.cggpgle{width:49.8%;} 
.cggpger{width:49.2%;}
.nei4 .max1600{transform:translateX(0.6%);}
}

.nei .cpngh_a{padding-bottom:1rem;}
.cpngh{position: relative;}
.cpngh::after {
  content: '';
  position: absolute;
  bottom:-8px;
  left: 50%;
  transform: translateX(-50%);
  width: 2%;
  height: 1px;
  background-color: #ddd;
  transition: width 0.3s ease;
}

/* Hover 时从中间向两侧对称延长 */
.cpngh:hover::after {
  width: 10%;
  background-color: #906E5077;
}