/*
Theme Name: 通用后台
Description:通用开发主题
Author:北京网聚电子商务有限公司 
Version：1.0
*/
*{color:#000;margin: 0;padding: 0;list-style: none;text-decoration: none;font-size:16px;font-family: "Arial";padding: 0;box-sizing: border-box;}
*::before,*::after{box-sizing: border-box;}
p{margin: 0;}

@font-face{
    font-family: 'Montserrat Extra Bold';
    src : url('Montserrat Extra Bold.otf');
    font-display: swap;
}

@font-face{
    font-family: 'Roboto-Regular';
    src : url('Roboto-Regular.ttf');
    font-display: swap;
}

@font-face{
    font-family: 'Roboto-Medium-12';
    src : url('Roboto-Medium-12.ttf');
    font-display: swap;
}
@font-face{
    font-family: 'Montserrat-Light';
    src : url('Montserrat-Light.otf');
    font-display: swap;
}




table{
	width:100% !important;
	border-collapse: collapse !important;
	/*border: 1px solid #DDDDDD !important;*/
}
table td{ 
	/*border: 1px solid #ddd !important;*/
}
table tr{
	/*border: 1px solid #ddd !important;*/
}

input,textarea{ 
	outline:none
}
input::-webkit-input-placeholder { 
        color: #999999;
}
              @keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}
@-webkit-keyframes big {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}  
body{position: relative;padding-top: 50px;}
.hov5 {position: relative;overflow: hidden;}
.hov5::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);}
.hov5:hover::before {-webkit-animation: shine .75s;animation: shine 1.5s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}
.circle {width: 24px;margin: 3px auto 0;display: flex;justify-content: space-between;align-items: center;padding: 0 3px;}
.circle-bubble {width:5px;height:5px;border-radius: 50%;background-color: #72a54a;}
.circle1 {animation: pulse .4s ease 0s infinite alternate;}
.circle2 {animation: pulse .4s ease .2s infinite alternate;}
.circle3 {animation: pulse .4s ease .4s infinite alternate;}
@keyframes pulse {
	from {opacity: 1;transform: scale(1);}
	to {opacity: 1;transform: scale(.35);}
}
@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(0px, -3px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}
@keyframes shake{
      33.3%{transform:translateX(-6px)}
      49.95%{transform:translateX(4px)}
      66.6%{transform:translateX(-2px)}
      83.25%{transform:translateX(1px)}
      to{transform:translateX(0)}
}
.he{position: relative;}
.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.row1{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.row2{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.row3{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.row4{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
.row5{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.row6{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;overflow: hidden;}
.row7{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:7;overflow: hidden;}
.row8{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:8;overflow: hidden;}
     .clearfix{clear:both;}
     .f-l{float: left;}
     .f-r{float:right;}
     .ov{overflow:hidden;}
     .uk-container{padding: 0;} 
     .uk-container{max-width: 1400px;}
	 /* 搜索 */
	 .header-search{position: relative;display: flex;align-items: center;flex-direction: row;}
	 .sousuo-box1{height:34px;width:220px;border:none;border:none;background:rgba(255,125,0,.8);position: absolute;right: 0;bottom:-60px;
	 z-index: 99;right:0;margin:0 auto;}
	 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 34px;line-height: 34px;padding-left: 8px;
	 background:none;float:left;color:#fff;border:none;}
	 .sousuo-box1>input::-webkit-input-placeholder{color:#fff;}
	 .sousuo-box1>button{width:23px;float:right;border:none;background: none;float:right;margin-top: 6px;margin-right:8px;}
	 .search-icon1{display: none;}
	 .lar-box{width:140px;background: #ccc;}
	 .logo{display: block;max-width: 100px;}
	 
	 /* 导航样式 */
	 .header{padding:18px 3%;z-index:10;width: 100%;max-width: 1920px;margin: 0 auto;position: relative;box-sizing: border-box;}
	 /* .header1{background: #999999;padding:10px 3%;position: initial;} */
	 .top{position: fixed;top: 0;left: 0;width:100%}
	 .header-nav .uk-container-center{position: relative;}
	 .nav-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .nav-left{width: 120px;}
	 .nav-center{width:calc(100% - 400px);display: flex;align-items: center;flex-direction: row;justify-content: center;padding: 0 0;}
	 .nav-right{width:180px;display: flex;align-items: center;flex-direction: row;}
	 .nav-right1{justify-content: space-between;width: 100%;display: flex;}
	 .uk-navbar-nav{justify-content: space-between;display: flex;width: 100%;max-width: 780px;}
	 .uk-navbar-nav>li{padding: 0 0;}
	 .uk-navbar-nav>li>a{color:#000000;line-height:30px;font-size: 18px;font-weight: 100;position: relative;height: auto;font-family: "Century Gothic";padding: 0;}
	 .uk-navbar-nav>li>a>img{margin-left: 6px;}
	 .dropdown-arrow{margin-left:5px;vertical-align:middle;width:8px;}
	 .uk-navbar-nav>li.uk-active>a:before{display: block;}
	 .uk-navbar-nav{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .uk-navbar-nav>li{text-align: center;line-height: 20px;position:relative;}
	 .uk-navbar-nav>li.uk-active>a{color:#ff7800;background: none;border-bottom: 2px solid #ff7800;}
	 .uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color: #ff7800!important;background: none;}
	 .uk-navbar-toggle{margin-left: 20%;margin-top: 3%;}
	 .nav-zuo>a{display: block;width: 100%;line-height:24px;text-align: left;font-size: 18px;margin-bottom: 6px;padding-left: 10%;color:#ffffff;text-transform: uppercase;color:#fff;} 
	 .erji{font-size: 14px!important;padding-left: 10%!important;color:#ccc!important;margin-bottom: 2px!important;line-height: 24px!important;z-index:99;} 
	 .erjiname>a>span{text-align: right;color:#fff;float: right;opacity: 0;} 
	 .d-erji{background:none;padding-top:0;background:#e2e2e2;padding-bottom: 0;left:0!important;text-align: left;}
	 .d-erji>ul>li>a{line-height: 24px!important;color:#000!important;font-size: 16px;font-weight: 200;border-bottom: 1px dashed #afafaf;}
	 .d-erji>ul>li:nth-child(2) span{display: none;}
	 .d-erji>ul>li>a:hover{background:rgba(255,206,42,1);color:#fff!important;}
	 .d-erji>ul>li>a:hover span{opacity: 1;}
	 .erjiname{position:relative;}
	 .sanji>a{line-height: 24px!important;color:#000!important;font-size: 16px;font-weight: 200;border-bottom: 1px dashed #afafaf;display: block;padding:5px 15px;display:block;}
	 .sanji>a:hover{background:rgba(255,26,42,1);color:#fff!important;}
	 .sanji{position: absolute;left: 100%; top: 0;background:#e2e2e2;width:200px;display:none;color:#000!important;}
	 .erjiname:hover .sanji{display:block!important;}
	 .sousuo-box{height:42px;width:100%;border:none;background: none;border:1px solid #eaeaea;margin-top:30px;border-radius: 20px;}
	 .sousuo-box>input{width:calc(100% - 58px);float:left;height: 40px;line-height: 40px;padding-left: 18px;background:none;float:left;border:none;color:#fff;}
	 .sousuo-box>button{width:22px;float:right;border:none;background: none;float:right;margin-top: 8px;margin-right:16px;}
	 
	 /* wp的二级类目 */
	 .nav-center .uk-nav-default {
		 position: absolute;
		 top: 100%;
		 z-index: 1000;
		 background: #fff;
		 display: block;
		 transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		 height: 0;
		 overflow: hidden;
		 min-width: 220px;
		 width: 100%;
		 border-radius: 8px;
		 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
		 border: 1px solid #f0f0f0;
		 opacity: 0;
		 transform: translateY(-10px);
		 pointer-events: none;
	 }
	 
	 .nav-center .uk-nav-default > li > a {
		 border-bottom: 1px solid #f8f8f8;
		 color: #333;
		 display: block;
		 padding: 12px 20px;
		 font-weight: 500;
		 transition: all 0.3s ease;
		 position: relative;
	 }
	 
	 .nav-center .uk-nav-default > li > a:hover {
		 text-decoration: none;
		 background: #ed6d00;
		 color: #fff;
		 padding-left: 25px;
		 border-bottom-color: #ed6d00;
	 }
	 
	 .nav-center .uk-nav-default > li > a:hover::before {
		 content: "→";
		 position: absolute;
		 left: 15px;
		 transition: all 0.3s ease;
	 }
	 
	 .uk-navbar-nav > li:hover .uk-nav-default {
		 height: auto;
		 opacity: 1;
		 transform: translateY(0);
		 pointer-events: auto;
	 }
	 
	 .uk-navbar-nav > li .uk-nav-default::before {
		 content: '';
		 position: absolute;
		 bottom: 100%;
		 left: 0;
		 height: 10px;
		 width: 100%;
		 background: transparent;
	 }
	 
	 .uk-navbar-nav > li .uk-nav-default {
		 transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s 0.1s;
	 }
	 
	 /* ===== 简化版 Mega Menu（横向展示一级分类）===== */
	 .mega-menu-simple {
		 position: absolute;
		 top: 100%;
		 left: 0;
		 right: 0;
		 width: auto;
		 max-width: 1920px;
		 margin: 0 auto;
		 background: rgba(255, 255, 255, 0.95);
		 display: none;
		 z-index: 9999;
		 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		 border-top: 1px solid #eee;
		 box-sizing: border-box;
	 }
	 
	 /* .uk-navbar-nav > li:hover .mega-menu-simple {
		 display: block;
	 }
	  */
	 .mega-wrapper-simple {
		 max-width: 1400px;
		 margin: 0 auto;
		 padding: 40px 20px;
		 box-sizing: border-box;
	 }
	 
	 .mega-categories-simple {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
		 gap: 10px;
	 }
	 
	 .mega-cat-item-simple {
		 display: flex;
		 flex-direction: column;
		 align-items: center;
		 text-decoration: none;
		 width: calc(14.2% - 10px);
		 transition: all 0.3s ease;
	 }
	 
	 .mega-cat-item-simple:hover {
		 transform: translateY(-5px);
      text-decoration: none;
	 }
	 
	 .mega-cat-icon {
		 width: 100%;
		 margin-bottom: 15px;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		background: #fff;
		border-radius: 10px;
	 }
	 
	 .mega-cat-icon img {
		 max-width: 100%;
		 max-height: 100%;
		 object-fit: contain;
	 }
	 
	 .mega-cat-icon-placeholder {
		 background: #f0f0f0;
	 }
	 
	 .mega-cat-name {
		 font-size: 16px;
		 font-weight: 500;
		 color: #000000;
		 text-align: center;
		 margin: 0;
		 line-height: 1.4;
	 }
	 
	 .mega-cat-item-simple:hover .mega-cat-name {
		 color: #ed6d00;
	 }
	 
	 .menu-product .mega-menu-simple::before {
		 content: "";
		 position: absolute;
		 top: -20px;
		 left: 0;
		 width: 100%;
		 height: 20px;
		 background: transparent;
	 }
	 
	 .uk-navbar-nav .menu-product {
		 position: static !important;
	 }
	 
	 .menu-product:hover .uk-nav-default {
		 display: none !important;
	 }
	 
	 /* 隐藏产品菜单的默认二级菜单，避免滚动条和重复内容 */
.menu-product .default-submenu {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}
	 /* 响应式 */
	 @media (max-width: 1200px) {
		 .mega-cat-item-simple {
			 width: calc(25% - 30px);
		 }
	 }
	 
	 @media (max-width: 900px) {
		 .mega-cat-item-simple {
			 width: calc(33.33% - 30px);
		 }
		 .mega-wrapper-simple {
			 padding: 30px 20px;
		 }
	 }
	 
	 @media (max-width: 600px) {
		 .mega-cat-item-simple {
			 width: calc(50% - 30px);
		 }
		 .mega-cat-icon {
			 width: 60px;
			 height: 60px;
		 }
		 .mega-cat-name {
			 font-size: 14px;
		 }
	 }
	 
	 @media (max-width:1300px){  
		 .uk-navbar-nav>li{margin: 0;padding: 0 12px;}
		 .nav-left{width: 100px;}
		 .nav-center{width: calc(100% - 300px);}
	 }
	 
	 @media (max-width:1100px){  
		 .uk-navbar-nav>li{margin: 0;padding: 0 12px;}
		 .nav-left{width: 100%;}
		 .logo{margin: 10px auto 18px;}
		 .header{position: initial;background: #ffffff;}
		 .nav-center{width: calc(100% - 200px);}
	 }
	 
	 @media (max-width:768px){  
		 .header{padding: 0;position: relative;}
		 .nav-right{width: 140px;background: #323336;}
		 .lar-box{padding-top: 0;background: #fff;}
		 .header-search{display: none;}
		 .nav-center{padding: 0;background: #323336;display: block;max-width: 100%;width: calc(100% - 140px);}
		 .header>.uk-container{padding: 0;}
		 .sousuo-box1{display: none;}
		 .uk-navbar-toggle{margin-top: 0;background: #ff7800!important;margin-left: 0;color:#fff;}	 
	 }
/* 响应式修复：确保产品下拉菜单在小屏幕正常显示 */
@media (max-width:1100px) {
    /* 修复产品菜单下拉在小屏幕的显示 */
    .menu-product .mega-menu-simple {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 10000;
        max-height: 80vh;
        overflow-y: auto;
        box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }
    
    .mega-wrapper-simple {
        padding: 20px !important;
    }
    
    .mega-categories-simple {
        gap: 15px !important;
    }
    
    .mega-cat-item-simple {
        width: calc(33.33% - 15px) !important;
        min-width: 100px;
        padding: 15px 10px !important;
    }
    
 
    .mega-cat-name {
        font-size: 13px !important;
    }
}

@media (max-width:768px) {
    .mega-cat-item-simple {
        width: calc(50% - 15px) !important;
    }
    
    .mega-wrapper-simple {
        padding: 15px !important;
    }
}

/* 确保产品菜单在小屏幕有正确的触发方式 */
@media (max-width:1100px) {
    /* 让产品菜单项可点击显示下拉 */
    .menu-product {
        position: relative !important;
    }
    
    /* 移动端/平板点击显示下拉菜单 */
    .menu-product.menu-open .mega-menu-simple {
        display: block !important;
    }
}

/* Offcanvas 移动菜单：二级与产品分类 */
#offcanvas-1 .uk-nav-offcanvas > li > a {
	color: #fff;
}
#offcanvas-1 .uk-nav-offcanvas .uk-nav-sub {
	padding-left: 0;
	background: rgba(0, 0, 0, 0.2);
}
#offcanvas-1 .uk-nav-offcanvas .uk-nav-sub > li > a {
	padding-left: 28px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
}
#offcanvas-1 .uk-nav-offcanvas .menu-product-mobile > .uk-nav-sub > li:first-child > a {
	font-weight: 600;
	color: #ff7800;
}
#offcanvas-1 .mega-cat-icon-placeholder {
	min-height: 72px;
	background: #f0f0f0;
	border-radius: 10px;
}



/* 首页通栏海报：先按首图比例占位，避免 UIkit 异步写高度把下方简介文字顶下去（CLS） */
.banner{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	--banner-w: 1920;
	--banner-h: 700;
}
.banner .uk-slidenav-position{
	position: relative;
	width: 100%;
	aspect-ratio: var(--banner-w) / var(--banner-h);
	background: #111;
}
.banner .uk-slideshow{
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0;
}
.banner .uk-slideshow > li,
.banner .uk-slideshow > li > a{
	width: 100%;
	height: 100%;
	display: block;
}
.banner .uk-slideshow > li > a{
	text-decoration: none;
	color: inherit;
}
.banner .uk-slideshow img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	visibility: visible;
}

/* 右侧悬浮工具条 */
.global_toolbar{
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
	transition: all .4s cubic-bezier(.2, .83, .42, .91);
	border-left: 1px solid #d0d0d0;
	background: #fff;
	color: #fff !important;
}
.toolbar_btn{
	position: absolute;
	top: 100%;
	left: -60px;
	width: 60px;
}
.toolbar_btn a,
.toolbar_btn a samp{
	position: relative;
	display: block;
	height: 60px;
	-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
	transition: all .4s cubic-bezier(.2, .83, .42, .91);
	border-bottom: 1px solid #fff;
}
.toolbar_btn a samp{
	z-index: 2;
	width: 60px;
	color: #fff;
	background-color: #ed6d00;
}
.toolbar_btn a em{
	font-size: 16px;
	font-style: normal;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 60px;
	display: block;
	overflow: hidden;
	width: 0;
	height: 60px;
	-webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
	transition: all .4s cubic-bezier(.2, .83, .42, .91);
	text-align: center;
	color: #fff;
	background-color: #ed6d00;
}
.toolbar_btn a:hover em{
	width: 220px;
	background: #ed6d00;
}
.iconi{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}
.icon-LiveChat1 img{
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.bar_forum em i{color: #fff;}
@media screen and (max-width: 550px){
	.global_toolbar{display: none;}
}

/* 首页标题层级（视觉隐藏，保留 SEO / 无障碍） */
.home-page-h1,
.home-section-h2{
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* 首页公司简介 */
.home-about{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 90px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.home-about-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 34px;
}
.home-about-left{
	width: 620px;
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-top: 12px;
}
.home-about-title{
	margin: 0;
	/* 与全局 Arial 接近的回退，减少系统无 Century Gothic 时行高/换行跳动 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	color: #000000;
	min-height: calc(1.15em);
}
.home-about-desc{
	margin-top: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
}
.home-about-desc p,
.home-about-desc li,
.home-about-desc span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
}
.home-about-desc p{
	margin: 0 0 1em;
}
.home-about-desc p:last-child{
	margin-bottom: 0;
}
.home-about-more{
	display: inline-block;
	margin-top: 36px;
	padding: 10px 28px;
	border: 1px solid #ff7800;
	border-radius: 4px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #ff7800;
	background: transparent;
	text-decoration: none;
	transition: color .35s ease, background-color .35s ease, border-color .35s ease;
}
.home-about-more:hover,
.home-about-more:focus{
	color: #ffffff;
	background: #ff7800;
	border-color: #ff7800;
	text-decoration: none;
}
.home-about-right{
	width: 746px;
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
}
.home-about-ys{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.home-about-ys-item{
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 152px;
	padding: 36px 28px;
	box-sizing: border-box;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	transition: background-color .35s ease;
}
.home-about-ys-item:nth-child(2n){
	border-right: none;
}
.home-about-ys-item:nth-last-child(-n+2){
	border-bottom: none;
}
.home-about-ys-item:hover{
	background: #fafafa;
}
.home-about-ys-icon{
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-about-ys-icon img{
	display: block;
	width: 80px;
	height: 80px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.home-about-ys-text{
	min-width: 0;
	flex: 1;
}
.home-about-ys-sub{
	margin: 0 0 8px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
}
.home-about-ys-numline{
	margin: 0;
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
	gap: 6px;
	min-height: 48px;
}
.home-about-ys-num{
	display: inline-flex;
	align-items: baseline;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #ff7800;
	font-variant-numeric: tabular-nums;
}
.home-about-ys-num .counter{
	display: inline-block;
	box-sizing: content-box;
	font: inherit;
	color: inherit;
	font-variant-numeric: tabular-nums;
	text-align: left;
	/* 宽度由内联 min-width: Nch 预留，避免 countUp 从 0 起跳时挤动布局 */
}
.home-about-ys-affix{
	display: inline-block;
	font: inherit;
	color: inherit;
}
.home-about-ys-unit{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #000000;
	flex-shrink: 0;
}
@media(max-width:1440px){
	.home-about-inner{
		padding: 0 40px;
		gap: 28px;
	}
	.home-about-left,
	.home-about-right{
		width: auto;
		flex: 1 1 0;
	}
	.home-about-title{font-size: 42px;}
	.home-about-ys-num{font-size: 42px;}
	.home-about-ys-numline{min-height: 42px;}
	.home-about-ys-item{padding: 28px 20px;min-height: 136px;}
}
@media(max-width:1100px){
	.home-about{padding: 70px 0 80px;}
	.home-about-inner{
		flex-direction: column;
		align-items: stretch;
		gap: 48px;
		padding: 0 32px;
	}
	.home-about-left,
	.home-about-right{
		width: 100%;
		flex: none;
	}
}
@media(max-width:768px){
	.home-about{padding: 48px 0 56px;}
	.home-about-inner{padding: 0 20px;gap: 36px;}
	.home-about-title{font-size: 32px;}
	.home-about-desc,
	.home-about-desc p,
	.home-about-desc li,
	.home-about-desc span{font-size: 15px;}
	.home-about-more{margin-top: 24px;padding: 9px 22px;font-size: 15px;}
	.home-about-ys-item{padding: 24px 12px;gap: 14px;min-height: 128px;}
	.home-about-ys-icon{width: 80px;height: 80px;}
	.home-about-ys-sub{font-size: 14px;margin-bottom: 6px;}
	.home-about-ys-num{font-size: 32px;}
	.home-about-ys-numline{min-height: 32px;}
	.home-about-ys-unit{font-size: 15px;}
}
@media(max-width:480px){
	.home-about-ys{
		grid-template-columns: 1fr;
	}
	.home-about-ys-item,
	.home-about-ys-item:nth-child(2n),
	.home-about-ys-item:nth-last-child(-n+2){
		border-right: none;
		border-bottom: 1px solid #e8e8e8;
		padding: 22px 0;
		min-height: 0;
	}
	.home-about-ys-item:last-child{
		border-bottom: none;
	}
	.home-about-title{font-size: 28px;}
	.home-about-ys-num{font-size: 28px;}
	.home-about-ys-numline{min-height: 28px;}
}

/* 首页切换展示 */
.home-qh{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #1a1a1a;
	box-sizing: border-box;
	overflow: hidden;
}
.home-qh-inner{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
}
.home-qh-left,
.home-qh-right{
	width: 50%;
	flex: 0 0 50%;
	max-width: 960px;
	box-sizing: border-box;
}
.home-qh-left{
	position: relative;
	min-height: 560px;
	aspect-ratio: 960 / 560;
	overflow: hidden;
	background: #111;
}
.home-qh-media{
	position: absolute;
	inset: 0;
}
.home-qh-media-item{
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(0);
	z-index: 1;
}
.home-qh-media-item.is-active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}
.home-qh-media-item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-qh-media-item.is-enter-next{
	animation: homeQhInFromRight .52s ease both;
}
.home-qh-media-item.is-enter-prev{
	animation: homeQhInFromLeft .52s ease both;
}
.home-qh-media-item.is-leave-next{
	animation: homeQhOutToLeft .52s ease both;
	z-index: 3;
}
.home-qh-media-item.is-leave-prev{
	animation: homeQhOutToRight .52s ease both;
	z-index: 3;
}
.home-qh-right{
	background: #1a1a1a;
	display: flex;
	align-items: center;
	overflow: visible;
}
.home-qh-right-inner{
	width: 100%;
	padding: 80px 90px;
	box-sizing: border-box;
	--qh-count: 3;
	--qh-dot: 70px;
}
.home-qh-nav{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0;
	width: calc(100% + 50px);
	max-width: none;
	margin: 0 0 56px;
	padding: 0;
	box-sizing: border-box;
}
.home-qh-nav-line{
	position: absolute;
	left: calc(100% / (var(--qh-count) * 2));
	right: calc(100% / (var(--qh-count) * 2));
	top: calc(var(--qh-dot) / 2);
	height: 1px;
	background: rgba(255,255,255,0.35);
	pointer-events: none;
	z-index: 0;
}
.home-qh-nav-item{
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	outline: none;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	-webkit-appearance: none;
	appearance: none;
}
.home-qh-nav-num{
	width: var(--qh-dot);
	height: var(--qh-dot);
	border-radius: 50%;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	background: #1a1a1a;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}
.home-qh-nav-title{
	display: block;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	color: #ffffff;
	transition: color .3s ease;
}
.home-qh-nav-item.is-active .home-qh-nav-num,
.home-qh-nav-item:hover .home-qh-nav-num{
	background: #ff7800;
	border-color: #ff7800;
	color: #ffffff;
}
.home-qh-nav-item.is-active .home-qh-nav-title,
.home-qh-nav-item:hover .home-qh-nav-title{
	color: #ff7800;
}
.home-qh-nav-item.is-active .home-qh-nav-num{
	transform: scale(1.05);
}
.home-qh-panels{
	position: relative;
	display: grid;
	width: 75%;
	max-width: 100%;
	min-height: 220px;
	overflow: hidden;
	/* 与上方第一个圆点左侧对齐：导航宽 100%+50px，圆点居中于首列 */
	margin-left: calc( (100% + 50px) / (var(--qh-count) * 2) - (var(--qh-dot) / 2) );
}
.home-qh-panel{
	grid-area: 1 / 1;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(0);
	z-index: 0;
}
.home-qh-panel.is-active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 1;
}
.home-qh-panel.is-enter-next{
	animation: homeQhInFromRight .52s ease both;
	z-index: 2;
}
.home-qh-panel.is-enter-prev{
	animation: homeQhInFromLeft .52s ease both;
	z-index: 2;
}
.home-qh-panel.is-leave-next{
	animation: homeQhOutToLeft .52s ease both;
	z-index: 3;
}
.home-qh-panel.is-leave-prev{
	animation: homeQhOutToRight .52s ease both;
	z-index: 3;
}
.home-qh-panel[hidden]{
	display: block !important;
}
.home-qh-name{
	margin: 0 0 22px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}
.home-qh-desc,
.home-qh-desc p,
.home-qh-desc li,
.home-qh-desc span{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #ffffff;
}
.home-qh-desc p{
	margin: 0 0 1em;
}
.home-qh-desc p:last-child{
	margin-bottom: 0;
}
@keyframes homeQhInFromRight{
	from{opacity:0;transform:translateX(48px);visibility:visible;}
	to{opacity:1;transform:translateX(0);visibility:visible;}
}
@keyframes homeQhInFromLeft{
	from{opacity:0;transform:translateX(-48px);visibility:visible;}
	to{opacity:1;transform:translateX(0);visibility:visible;}
}
@keyframes homeQhOutToLeft{
	from{opacity:1;transform:translateX(0);visibility:visible;}
	to{opacity:0;transform:translateX(-48px);visibility:hidden;}
}
@keyframes homeQhOutToRight{
	from{opacity:1;transform:translateX(0);visibility:visible;}
	to{opacity:0;transform:translateX(48px);visibility:hidden;}
}
@media(max-width:1440px){
	.home-qh-right-inner{padding: 64px 56px;}
	.home-qh-name{font-size: 34px;}
	.home-qh-left{min-height: 480px;}
}
@media(max-width:1100px){
	.home-qh-inner{flex-direction: column;}
	.home-qh-left,
	.home-qh-right{
		width: 100%;
		flex: none;
		max-width: none;
	}
	.home-qh-left{
		min-height: 0;
		aspect-ratio: 16 / 10;
	}
	.home-qh-panels{min-height: 0;}
	.home-qh-right-inner{padding: 48px 40px 56px;}
	.home-qh-nav{margin-bottom: 40px;}
	.home-qh-name{font-size: 30px;}
}
@media(max-width:768px){
	.home-qh-right-inner{padding: 36px 20px 44px;}
	.home-qh-nav{margin-bottom: 32px;width: 100%;}
	.home-qh-nav-num{
		font-size: 18px;
	}
	.home-qh-right-inner{--qh-dot: 48px;}
	.home-qh-nav-title{font-size: 13px;}
	.home-qh-name{font-size: 24px;margin-bottom: 16px;}
	.home-qh-desc,
	.home-qh-desc p,
	.home-qh-desc li,
	.home-qh-desc span{font-size: 14px;line-height: 1.65;}
	.home-qh-panels{
		width: 85%;
		min-height: 180px;
		margin-left: calc( 100% / (var(--qh-count) * 2) - (var(--qh-dot) / 2) );
	}
}
@media(max-width:480px){
	.home-qh-nav{flex-wrap: wrap;justify-content: center;row-gap: 18px;width: 100%;}
	.home-qh-nav-line{display: none;}
	.home-qh-nav-item{flex: 0 0 30%;min-width: 90px;}
	.home-qh-panels{width: 100%;margin-left: 0;}
	.home-qh-name{font-size: 22px;}
}


/* 首页热门产品 */
.home-hot{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 90px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.home-hot-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.home-hot-title{
	margin: 0 0 48px;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	color: #000000;
}
.home-hot-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-hot-item{
	min-width: 0;
}
.home-hot-card{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: #ffffff;
	overflow: hidden;
	transition: transform .35s ease, box-shadow .35s ease;
}
.home-hot-card:hover{
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}
.home-hot-media{
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f5f5f5;
}
.home-hot-img{
	width: 100%;
	height: 100%;
}
.home-hot-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-hot-name{
	margin: 0;
	padding: 14px 12px;
	background: #ff7800;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.home-hot-more{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 36px 28px 0;
	box-sizing: border-box;
	background: #ff7800;
	text-decoration: none;
	transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
}
.home-hot-item--more{
	align-self: stretch;
}
.home-hot-item--more .home-hot-more{
	min-height: 100%;
}
.home-hot-more:hover{
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(255,120,0,0.28);
	background: #f06e00;
}
.home-hot-more-title{
	margin: 0 0 18px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
.home-hot-more-desc,
.home-hot-more-desc p,
.home-hot-more-desc li,
.home-hot-more-desc span{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: #ffffff;
	text-align: center;
}
.home-hot-more-desc{
	flex: 1;
	width: 100%;
	padding-bottom: 20px;
}
.home-hot-more-desc p{
	margin: 0 0 0.8em;
}
.home-hot-more-desc p:last-child{
	margin-bottom: 0;
}
.home-hot-more-btn{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 56px;
	height: 48px;
	margin-top: auto;
	padding-top: 12px;
	box-sizing: border-box;
	border-radius: 28px 28px 0 0;
	background: #e8f2fa;
	flex-shrink: 0;
	transition: transform .3s ease, background-color .3s ease;
}
.home-hot-more:hover .home-hot-more-btn{
	transform: translateY(-2px);
	background: #f2f8fc;
}
.home-hot-more-plus{
	position: relative;
	width: 16px;
	height: 16px;
	display: block;
}
.home-hot-more-plus::before,
.home-hot-more-plus::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ff7800;
	transform: translate(-50%, -50%);
}
.home-hot-more-plus::before{
	width: 16px;
	height: 2px;
}
.home-hot-more-plus::after{
	width: 2px;
	height: 16px;
}
@media(max-width:1440px){
	.home-hot-inner{padding: 0 40px;}
	.home-hot-title{font-size: 42px;margin-bottom: 40px;}
	.home-hot-grid{gap: 14px;}
	.home-hot-name{font-size: 15px;padding: 12px 10px;}
	.home-hot-more{padding: 28px 20px 0;}
	.home-hot-more-title{font-size: 20px;}
}
@media(max-width:1100px){
	.home-hot{padding: 70px 0 80px;}
	.home-hot-inner{padding: 0 32px;}
	.home-hot-title{font-size: 36px;}
	.home-hot-grid{grid-template-columns: repeat(3, 1fr);gap: 14px;}
}
@media(max-width:768px){
	.home-hot{padding: 48px 0 56px;}
	.home-hot-inner{padding: 0 20px;}
	.home-hot-title{font-size: 28px;margin-bottom: 28px;}
	.home-hot-grid{grid-template-columns: repeat(2, 1fr);gap: 12px;}
	.home-hot-name{font-size: 14px;padding: 10px 8px;}
	.home-hot-more{padding: 24px 16px 0;}
	.home-hot-more-title{font-size: 18px;margin-bottom: 12px;}
	.home-hot-more-desc,
	.home-hot-more-desc p,
	.home-hot-more-desc li,
	.home-hot-more-desc span{font-size: 13px;}
	.home-hot-more-btn{width: 48px;height: 42px;padding-top: 10px;border-radius: 24px 24px 0 0;}
}
@media(max-width:480px){
	.home-hot-title{font-size: 24px;}
	.home-hot-grid{grid-template-columns: 1fr 1fr;gap: 10px;}
	.home-hot-item--more{grid-column: 1 / -1;}
	.home-hot-more{min-height: 220px;}
}

/* 首页案例展示 */
.home-case{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 100px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.home-case-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.home-case-grid{
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	grid-template-rows: repeat(5, minmax(0, 1fr));
	gap: 14px;
	height: 680px;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 1左通高 | 2中上 3中下 | 4右上 5右下 */
.home-case-item--1{grid-column: 1; grid-row: 1 / 6;}
.home-case-item--2{grid-column: 2; grid-row: 1 / 4;}
.home-case-item--3{grid-column: 2; grid-row: 4 / 6;}
.home-case-item--4{grid-column: 3; grid-row: 1 / 3;}
.home-case-item--5{grid-column: 3; grid-row: 3 / 6;}
.home-case-item{
	min-width: 0;
	min-height: 0;
}
.home-case-card{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: #f2f2f2;
}
.home-case-card:hover{
	text-decoration: none;
}
.home-case-media{
	position: absolute;
	inset: 0;
	overflow: hidden;
}
.home-case-media img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.home-case-card:hover .home-case-media img{
	transform: scale(1.06);
}
.home-case-label{
	position: absolute;
	left: 20px;
	right: auto;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	width: auto;
	min-width: 72%;
	max-width: calc(100% - 40px);
	height: 76px;
	padding: 0 0 0 28px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	transform: none;
	transition: transform .35s ease, box-shadow .35s ease, min-width .35s ease;
}
.home-case-card:hover .home-case-label{
	box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}
.home-case-item--1 .home-case-label,
.home-case-item--3 .home-case-label{
	bottom: 24px;
}
.home-case-item--2 .home-case-label,
.home-case-item--4 .home-case-label,
.home-case-item--5 .home-case-label{
	top: 24px;
}
.home-case-label-title{
	flex: 1;
	min-width: 0;
	margin: 0;
	padding-right: 20px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-case-label-arrow{
	flex-shrink: 0;
	width: 76px;
	height: 76px;
	display: block;
}
.home-case-label-arrow img{
	display: block;
	width: 76px;
	height: 76px;
	object-fit: contain;
}
@media(max-width:1440px){
	.home-case-inner{padding: 0 40px;}
	.home-case-grid{height: 600px;gap: 12px;}
	.home-case-label{left: 16px;min-width: 70%;height: 64px;padding-left: 22px;max-width: calc(100% - 32px);}
	.home-case-label-title{font-size: 16px;padding-right: 16px;}
	.home-case-label-arrow,
	.home-case-label-arrow img{width: 64px;height: 64px;}
}
@media(max-width:1100px){
	.home-case{padding-bottom: 70px;}
	.home-case-inner{padding: 0 32px;}
	.home-case-grid{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 280px 200px 200px;
		height: auto;
	}
	.home-case-item--1{grid-column: 1 / 3; grid-row: 1;}
	.home-case-item--2{grid-column: 1; grid-row: 2;}
	.home-case-item--3{grid-column: 2; grid-row: 2;}
	.home-case-item--4{grid-column: 1; grid-row: 3;}
	.home-case-item--5{grid-column: 2; grid-row: 3;}
	.home-case-item--1 .home-case-label,
	.home-case-item--2 .home-case-label,
	.home-case-item--3 .home-case-label,
	.home-case-item--4 .home-case-label,
	.home-case-item--5 .home-case-label{
		top: auto;
		bottom: 16px;
	}
}
@media(max-width:768px){
	.home-case{padding-bottom: 48px;}
	.home-case-inner{padding: 0 20px;}
	.home-case-grid{
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 12px;
	}
	.home-case-item--1,
	.home-case-item--2,
	.home-case-item--3,
	.home-case-item--4,
	.home-case-item--5{
		grid-column: 1;
		grid-row: auto;
		height: 220px;
	}
	.home-case-item--1{height: 280px;}
	.home-case-label{left: 14px;min-width: 78%;height: 52px;padding-left: 16px;max-width: calc(100% - 28px);}
	.home-case-label-title{font-size: 14px;padding-right: 12px;}
	.home-case-label-arrow,
	.home-case-label-arrow img{width: 52px;height: 52px;}
	.home-case-item--1 .home-case-label,
	.home-case-item--3 .home-case-label,
	.home-case-item--2 .home-case-label,
	.home-case-item--4 .home-case-label,
	.home-case-item--5 .home-case-label{
		bottom: 14px;
		top: auto;
	}
}

/* 首页视屏展示板块 */
.home-video{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 50px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.home-video-row{
	width: 100%;
}
.home-video-row--mid{
	margin: 14px 0;
}
.home-video-wrap{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.home-video-wrap--920{
	max-width: 920px;
	padding: 0 20px;
}
.home-video-wrap--1920{
	max-width: 1920px;
	padding: 0;
}
.home-video-wrap--1400{
	max-width: 1400px;
	padding: 0 40px;
}
.home-video-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.home-video-grid-item{
	min-width: 0;
}
.home-video-card{
	display: block;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
	background: #111;
}
.home-video-card:hover{
	text-decoration: none;
}
.home-video-media{
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #1a1a1a;
}
.home-video-media img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.home-video-media::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.28);
	pointer-events: none;
	transition: background-color .35s ease;
}
.home-video-card:hover .home-video-media img{
	transform: scale(1.05);
}
.home-video-card:hover .home-video-media::after{
	background: rgba(0,0,0,0.38);
}
.home-video-play{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 72px;
	height: 72px;
	margin: 0;
	border-radius: 50%;
	background: #ff7800;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 24px rgba(255,120,0,0.35);
	transition: transform .35s ease, background-color .35s ease, box-shadow .35s ease;
}
.home-video-play::before{
	content: "";
	position: absolute;
	left: 52%;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #ffffff;
	transform: translate(-40%, -50%);
}
.home-video-card:hover .home-video-play{
	transform: translate(-50%, -50%) scale(1.08);
	background: #f06e00;
	box-shadow: 0 10px 28px rgba(255,120,0,0.45);
}
@media(max-width:1440px){
	.home-video-wrap--1400{padding: 0 40px;}
	.home-video-play{width: 64px;height: 64px;}
	.home-video-play::before{border-width: 10px 0 10px 17px;}
}
@media(max-width:1100px){
	.home-video{padding-bottom: 35px;}
	.home-video-row--mid{margin: 12px 0;}
	.home-video-wrap--920{max-width: 720px;}
	.home-video-wrap--1400{padding: 0 32px;}
	.home-video-grid{gap: 12px;}
}
@media(max-width:768px){
	.home-video{padding-bottom: 24px;}
	.home-video-row--mid{margin: 10px 0;}
	.home-video-wrap--920,
	.home-video-wrap--1400{padding: 0 16px;}
	.home-video-wrap--1920{padding: 0 16px;}
	.home-video-grid{
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.home-video-play{width: 56px;height: 56px;}
	.home-video-play::before{border-width: 9px 0 9px 15px;}
}


/* 3D展示板块 */
.home-3d{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 100px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.home-3d-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.home-3d-content{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}
.home-3d-content > *:first-child{
	margin-top: 0;
}
.home-3d-content > *:last-child{
	margin-bottom: 0;
}
.home-3d-content iframe,
.home-3d-content embed,
.home-3d-content object,
.home-3d-content video{
	display: block;
	width: 100%;
	max-width: 100%;
	height: 720px;
	border: 0;
	vertical-align: top;
}
.home-3d-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
@media(max-width:1440px){
	.home-3d-inner{padding: 0 40px;}
	.home-3d-content iframe,
	.home-3d-content embed,
	.home-3d-content object,
	.home-3d-content video{height: 620px;}
}
@media(max-width:1100px){
	.home-3d{padding-bottom: 70px;}
	.home-3d-inner{padding: 0 32px;}
	.home-3d-content iframe,
	.home-3d-content embed,
	.home-3d-content object,
	.home-3d-content video{height: 480px;}
}
@media(max-width:768px){
	.home-3d{padding-bottom: 48px;}
	.home-3d-inner{padding: 0 16px;}
	.home-3d-content iframe,
	.home-3d-content embed,
	.home-3d-content object,
	.home-3d-content video{height: 280px;}
}

/* 首页新闻展示 */
.home-news{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 90px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.home-news-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.home-news-title{
	margin: 0 0 48px;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	color: #000000;
}
.home-news-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-news-item{
	min-width: 0;
}
.home-news-card{
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	transition: transform .35s ease;
}
.home-news-card:hover{
	transform: translateY(-4px);
}
.home-news-thumb{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f2f2f2;
}
.home-news-thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.home-news-card:hover .home-news-thumb img{
	transform: scale(1.05);
}
.home-news-body{
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 0 0;
	box-sizing: border-box;
}
.home-news-date{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #888888;
}
.home-news-date-icon{
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}
.home-news-date time{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
.home-news-name{
	margin: 0 0 14px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #000000;
}
.home-news-name a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	transition: color .3s ease;
}
.home-news-name a:hover{
	color: #ff7800;
	text-decoration: none;
}
.home-news-desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 24px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
}
.home-news-more{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: auto;
	padding: 10px 26px;
	border: 1px solid #ff7800;
	border-radius: 4px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #ff7800;
	background: transparent;
	text-decoration: none;
	transition: color .35s ease, background-color .35s ease, border-color .35s ease;
}
.home-news-more:hover,
.home-news-card:hover .home-news-more{
	color: #ffffff;
	background: #ff7800;
	border-color: #ff7800;
	text-decoration: none;
}
@media(max-width:1440px){
	.home-news-inner{padding: 0 40px;}
	.home-news-title{font-size: 42px;margin-bottom: 40px;}
	.home-news-grid{gap: 24px;}
	.home-news-name{font-size: 18px;}
}
@media(max-width:1100px){
	.home-news{padding: 70px 0 80px;}
	.home-news-inner{padding: 0 32px;}
	.home-news-title{font-size: 36px;}
	.home-news-grid{grid-template-columns: repeat(2, 1fr);gap: 22px;}
	.home-news-item:last-child{grid-column: 1 / -1;max-width: 50%;justify-self: center;width: 100%;}
}
@media(max-width:768px){
	.home-news{padding: 48px 0 56px;}
	.home-news-inner{padding: 0 20px;}
	.home-news-title{font-size: 28px;margin-bottom: 28px;}
	.home-news-grid{grid-template-columns: 1fr;gap: 28px;}
	.home-news-item:last-child{grid-column: auto;max-width: none;justify-self: stretch;}
	.home-news-name{font-size: 18px;}
	.home-news-desc{font-size: 14px;margin-bottom: 20px;}
	.home-news-more{padding: 9px 22px;font-size: 14px;}
}
@media(max-width:480px){
	.home-news-title{font-size: 24px;}
	.home-news-date{font-size: 13px;gap: 8px;}
	.home-news-date-icon{width: 24px;height: 24px;}
}

/* 首页联系展示 */
.home-contact{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.home-contact-inner{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.home-contact-left{
	width: 900px;
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
}
.home-contact-map{
	display: block;
	width: 100%;
	height: auto;
}
.home-contact-right{
	width: 550px;
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
}
.home-contact-title{
	margin: 0 0 40px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	color: #000000;
}
.home-contact-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-contact-item{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin: 0 0 32px;
}
.home-contact-item:last-child{
	margin-bottom: 0;
}
.home-contact-icon{
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: block;
}
.home-contact-icon img{
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.home-contact-text{
	min-width: 0;
	flex: 1;
	padding-top: 2px;
}
.home-contact-label{
	margin: 0 0 8px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #999999;
}
.home-contact-value{
	margin: 0;
	display: block;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	word-break: break-word;
	transition: color .3s ease;
}
a.home-contact-value:hover{
	color: #ff7800;
	text-decoration: none;
}
@media(max-width:1600px){
	.home-contact-inner{gap: 40px;padding: 0 40px;}
	.home-contact-left,
	.home-contact-right{
		width: auto;
		flex: 1 1 0;
	}
	.home-contact-left{flex: 1.6 1 0;}
	.home-contact-right{flex: 1 1 0;max-width: 550px;}
	.home-contact-title{font-size: 36px;margin-bottom: 32px;}
}
@media(max-width:1100px){
	.home-contact{padding: 30px 0 70px;}
	.home-contact-inner{
		flex-direction: column;
		align-items: stretch;
		gap: 36px;
		padding: 0 32px;
	}
	.home-contact-left,
	.home-contact-right{
		width: 100%;
		flex: none;
		max-width: none;
	}
	.home-contact-title{font-size: 32px;text-align: left;}
}
@media(max-width:768px){
	.home-contact{padding: 20px 0 48px;}
	.home-contact-inner{padding: 0 20px;gap: 28px;}
	.home-contact-title{font-size: 28px;margin-bottom: 24px;}
	.home-contact-item{gap: 14px;margin-bottom: 24px;}
	.home-contact-icon,
	.home-contact-icon img{width: 48px;height: 48px;}
	.home-contact-label{font-size: 13px;margin-bottom: 6px;}
	.home-contact-value{font-size: 15px;}
}
@media(max-width:480px){
	.home-contact-title{font-size: 24px;}
	.home-contact-icon,
	.home-contact-icon img{width: 44px;height: 44px;}
}

/* 页尾信息 */
.footer.footer-home{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	background: #333333;
	box-sizing: border-box;
	color: #ffffff;
}
.footer.footer-home .ft-wrap{
	max-width: 1400px;
	padding: 0 40px;
	box-sizing: border-box;
}
.footer.footer-home .ft-wrap-bottom{
	padding: 0 40px;
}
.ft-main{
	display: grid;
	grid-template-columns: 1.15fr 0.9fr 1.05fr 1.35fr;
	gap: 40px;
	padding: 56px 0 48px;
}
.ft-col{
	min-width: 0;
	box-sizing: border-box;
}
.ft-col-title{
	margin: 0 0 28px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 700;
	color: #ff7800;
	text-transform: none;
}
.ft-social{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 14px;
	max-width: 180px;
	margin-bottom: 28px;
}
.ft-social-link{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 0;
	transition: opacity .3s ease;
}
.ft-social-link:hover{
	opacity: 0.75;
}
.ft-social-link img{
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.ft-qr{
	line-height: 0;
}
.ft-qr-img{
	display: block;
	width: 148px;
	height: 148px;
	object-fit: contain;
	background: #ffffff;
	border-radius: 50%;
}
.ft-nav-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-nav-list li{
	margin: 0 0 12px;
}
.ft-nav-list li:last-child{
	margin-bottom: 0;
}
.ft-nav-list a{
	display: block;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.45;
	color: #ffffff;
	text-decoration: none;
	transition: color .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ft-nav-list a:hover{
	color: #ff7800;
	text-decoration: none;
}
.footer-home .ft-nav-list .sub-menu,
.footer-home .ft-nav-list .children,
.footer-home .ft-nav-list .mega-menu-simple,
.footer-home .ft-nav-list .default-submenu{
	display: none !important;
}
.footer-home .ft-nav-list > li.menu-product{
	position: static;
}
.ft-contact-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-contact-row{
	margin: 0 0 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff;
}
.ft-contact-row:last-child{
	margin-bottom: 0;
}
.ft-contact-label{
	display: inline;
	margin-right: 6px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #ffffff;
	white-space: nowrap;
}
.ft-contact-value{
	display: inline;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #ffffff;
	text-decoration: none;
	word-break: break-word;
	transition: color .3s ease;
}
a.ft-contact-value:hover{
	color: #ff7800;
	text-decoration: none;
}
.ft-bottom-bar{
	width: 100%;
	background: #1a1a1a;
}
.ft-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
}
.ft-bottom-text{
	margin: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255,255,255,0.85);
}
.ft-sitemap{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	transition: color .3s ease;
	white-space: nowrap;
}
.ft-sitemap:hover{
	color: #ff7800;
	text-decoration: none;
}
@media(max-width:1200px){
	.footer.footer-home .ft-wrap,
	.footer.footer-home .ft-wrap-bottom{
		padding: 0 24px;
	}
	.ft-main{
		grid-template-columns: 1fr 1fr;
		gap: 36px 28px;
		padding: 48px 0 40px;
	}
			 }
			 @media(max-width:768px){ 
	.footer.footer-home .ft-wrap,
	.footer.footer-home .ft-wrap-bottom{
		padding: 0 16px;
	}
	.ft-main{
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 36px 0 32px;
	}
	.ft-col-title{margin-bottom: 20px;font-size: 20px;}
	.ft-social{max-width: none;}
	.ft-bottom{
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 14px 0;
	}
				}
		/* 表单 */
		.biaodan li{margin-bottom: 10px;position: relative;}
		.biaodan li input{width: 100%;height: 42px;font-weight: 400;background:#fff;border-radius: 5px;
		border:1px solid #717171!important;color:#000;padding-left: 16px;font-size: 16px;}
		.biaodan li input::-webkit-input-placeholder{color:#c8c8c8;font-size: 16px;}
		.biaodan li textarea{width: 100%;font-weight: 400;background:#fff;border:1px solid #fff!important;color:#000;
		padding-left: 16px;line-height: 20px;font-size: 16px;border-radius: 5px;
		}
		.biaodan li textarea::-webkit-input-placeholder {color: #c8c8c8;line-height: 48px;font-weight: 400;font-size: 16px;} 
		.xing{position: absolute;color:#ff0000;left: 10px;top:14px;}
		.send{
			width: 150px!important;
			height: 40px!important;
			font-size: 18px;
			border:none;
			background:#b50000;
			font-weight: 400;
			transition: 0.8s;-webkit-transition: 0.8s;
			display: block;
			text-transform: uppercase;
            color:#ffffff;
			margin-top: 0;
		
		}
		.send:hover{background: #fff;color:#000;}

    /* 内页海报 + 面包屑 */
.banner-box{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	background: #1a1a1a;
}
.ny-banner{
	display: block;
	width: 100%;
	height: auto;
	min-height: 280px;
	object-fit: cover;
}
.ny-banner-placeholder{
	min-height: 280px;
	background: #2a2a2a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.banner-nr{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.banner-nr-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.banner-title{
	margin: 0 0 18px;
	text-align: left;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 70px;
	line-height: 1.15;
	font-weight: 700;
	color: #ffffff;
	text-transform: none;
}
.banner-subtitle-row{
	display: flex;
	align-items: center;
	gap: 12px;
}
.banner-subtitle-dot{
	flex-shrink: 0;
	width: 21px;
	height: 21px;
	box-sizing: border-box;
	border: 6px solid #ff7800;
	border-radius: 50%;
	background: transparent;
}
.banner-subtitle{
	margin: 0;
	text-align: left;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #ffffff;
}
.m-box{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	background: #ff7800;
	box-sizing: border-box;
}
.m-box-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 12px 40px;
	box-sizing: border-box;
}
.ty-breadcrumb{
	width: 100%;
}
.ty-breadcrumb-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ty-breadcrumb-item{
	display: inline-flex;
	align-items: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
}
.ty-breadcrumb-item a,
.ty-breadcrumb-item span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #ffffff;
	text-decoration: none;
}
.ty-breadcrumb-item a:hover{
	text-decoration: underline;
	color: #ffffff;
}
.ty-breadcrumb-item + .ty-breadcrumb-item::before{
	content: ">>";
	display: inline-block;
	margin: 0 8px;
	color: #ffffff;
}
@media(max-width:1440px){
	.banner-nr-inner,
	.m-box-inner{padding: 0 40px;}
	.m-box-inner{padding-top: 12px;padding-bottom: 12px;}
	.banner-title{font-size: 56px;}
}
@media(max-width:1100px){
	.banner-title{font-size: 42px;margin-bottom: 14px;}
	.ny-banner,
	.ny-banner-placeholder{min-height: 220px;}
}
@media(max-width:768px){
	.banner-nr-inner,
	.m-box-inner{padding-left: 20px;padding-right: 20px;}
	.banner-title{font-size: 28px;line-height: 1.2;margin-bottom: 12px;}
	.banner-subtitle{font-size: 13px;}
	.banner-subtitle-dot{width: 16px;height: 16px;border-width: 4px;}
	.ty-breadcrumb-item{font-size: 13px;}
	.ny-banner,
	.ny-banner-placeholder{min-height: 180px;}
	.m-box-inner{padding-top: 10px;padding-bottom: 10px;}
}
@media(max-width:480px){
	.banner-title{font-size: 24px;}
}


/* 内页案例列表 */
.case-list{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 70px;
	background: #ffffff;
	box-sizing: border-box;
}
.case-list-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.case-list-heading{
	margin: 0 0 28px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #333333;
}
.case-list-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.case-list-item{
	margin: 0;
	padding: 0;
	min-width: 0;
}
.case-list-card{
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	transition: border-color .3s ease, box-shadow .3s ease;
	overflow: hidden;
}
.case-list-card:hover{
	border-color: #ff7800;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: inherit;
}
.case-list-media{
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f5f5f5;
}
.case-list-media img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}
.case-list-card:hover .case-list-media img{
	transform: scale(1.05);
}
.case-list-name{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 56px;
	padding: 14px 12px;
	box-sizing: border-box;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	color: #333333;
	transition: color .3s ease;
}
.case-list-card:hover .case-list-name{
	color: #ff7800;
}
.case-list-pagination{
	margin-top: 40px;
}
.case-list-empty{
	margin: 40px 0;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #666666;
}
@media(max-width:1200px){
	.case-list-inner{padding: 0 32px;}
	.case-list-heading{font-size: 28px;margin-bottom: 22px;}
	.case-list-grid{gap: 16px;}
	.case-list-name{font-size: 14px;min-height: 52px;}
}
@media(max-width:960px){
	.case-list-grid{
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
	}
}
@media(max-width:768px){
	.case-list{padding: 28px 0 48px;}
	.case-list-inner{padding: 0 20px;}
	.case-list-heading{font-size: 24px;margin-bottom: 18px;}
	.case-list-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.case-list-pagination{margin-top: 28px;}
}
@media(max-width:480px){
	.case-list-grid{
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

	 /* 案例详情 */
.case-xq{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 70px;
	background: #ffffff;
	box-sizing: border-box;
}
.case-xq-head{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 36px;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
}
.case-xq-title{
	margin: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 36px;
	line-height: 1.25;
	font-weight: 700;
	color: #000000;
}
.case-xq-line{
	width: 100%;
	height: 1px;
	margin: 22px 0 16px;
	background: #d8d8d8;
}
.case-xq-meta{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.case-xq-meta li{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #888888;
}
.case-xq-body{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.case-xq-video{
	position: relative;
	width: 100%;
	margin: 0 0 16px;
	overflow: hidden;
	background: #f5f5f5;
	line-height: 0;
}
.case-xq-video-link{
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
}
.case-xq-video-img{
	display: block;
	width: 100%;
	height: auto;
}
.case-xq-play{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #ff7800;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 24px rgba(255, 120, 0, 0.35);
	pointer-events: none;
	transition: transform .35s ease, background-color .35s ease;
}
.case-xq-play::before{
	content: "";
	position: absolute;
	left: 52%;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #ffffff;
	transform: translate(-40%, -50%);
}
.case-xq-video-link:hover .case-xq-play{
	transform: translate(-50%, -50%) scale(1.08);
	background: #f06e00;
}
.case-xq-pics{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}
.case-xq-pics-item{
	margin: 0;
	padding: 0;
	min-width: 0;
	overflow: hidden;
	background: #f5f5f5;
}
.case-xq-pics-item a{
	display: block;
	line-height: 0;
}
.case-xq-pics-item img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .4s ease;
}
.case-xq-pics-item a:hover img{
	transform: scale(1.04);
}
.case-xq-content{
	margin: 0 0 40px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #333333;
	text-align: center;
}
.case-xq-content p{
	margin: 0 0 1em;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.case-xq-content p:last-child{
	margin-bottom: 0;
}
.case-xq-content img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 16px auto;
}
.case-xq-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.case-xq-nav-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 194px;
	min-width: 194px;
	height: 44px;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	text-decoration: none;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
}
.case-xq-nav-btn--prev{
	background: #ff7800;
	border: 1px solid #ff7800;
	color: #ffffff;
}
.case-xq-nav-btn--prev:hover{
	background: #e86518;
	border-color: #e86518;
	color: #ffffff;
	text-decoration: none;
}
.case-xq-nav-btn--next{
	background: #ffffff;
	border: 1px solid #cfcfcf;
	color: #666666;
}
.case-xq-nav-btn--next:hover{
	border-color: #ff7800;
	color: #ff7800;
	text-decoration: none;
}
.case-xq-nav-btn.is-disabled{
	opacity: 0.45;
	cursor: default;
	pointer-events: none;
}
@media(max-width:1100px){
	.case-xq-head,
	.case-xq-body{padding-left: 32px;padding-right: 32px;}
	.case-xq-title{font-size: 30px;}
}
@media(max-width:768px){
	.case-xq{padding: 28px 0 48px;}
	.case-xq-head,
	.case-xq-body{padding-left: 20px;padding-right: 20px;}
	.case-xq-head{margin-bottom: 28px;}
	.case-xq-title{font-size: 24px;}
	.case-xq-meta{gap: 6px 16px;}
	.case-xq-meta li{font-size: 13px;}
	.case-xq-pics{
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.case-xq-play{width: 56px;height: 56px;}
	.case-xq-play::before{border-width: 9px 0 9px 15px;}
	.case-xq-nav-btn{width: 194px;min-width: 194px;}
}
@media(max-width:480px){
	.case-xq-nav{flex-direction: column;}
	.case-xq-nav-btn{width: 100%;min-width: 0;}
}
 

/* 关于我们 - 优势数据（与首页 ys 共用） */
.about-ys{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 56px 0 64px;
	background: #ffffff;
	border-top: 2px solid #ff7800;
	box-sizing: border-box;
}
.about-ys-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.about-ys-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-ys-item{
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 1 0;
	min-width: 0;
}
.about-ys-icon{
	width: 72px;
	height: 72px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-ys-icon img{
	display: block;
	width: 72px;
	height: 72px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.about-ys-text{
	min-width: 0;
	flex: 1;
}
.about-ys-sub{
	margin: 0 0 6px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
}
.about-ys-numline{
	margin: 0;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
}
.about-ys-num{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #ff7800;
}
.about-ys-unit{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #000000;
}
@media(max-width:1200px){
	.about-ys{padding: 48px 0 56px;}
	.about-ys-inner{padding: 0 32px;}
	.about-ys-list{gap: 16px;}
	.about-ys-icon{width: 60px;height: 60px;}
	.about-ys-icon img{width: 60px;height: 60px;}
	.about-ys-num{font-size: 36px;}
	.about-ys-sub{font-size: 14px;}
}
@media(max-width:960px){
	.about-ys-list{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 28px 20px;
	}
	.about-ys-item{
		flex: 1 1 calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
}
@media(max-width:768px){
	.about-ys{padding: 36px 0 44px;}
	.about-ys-inner{padding: 0 20px;}
	.about-ys-num{font-size: 32px;}
	.about-ys-unit{font-size: 14px;}
}
@media(max-width:480px){
	.about-ys-list{gap: 24px 0;}
	.about-ys-item{
		flex: 1 1 100%;
		max-width: 100%;
	}
	.about-ys-num{font-size: 28px;}
}

/* 关于我们 - 咨询流程 */
.about-zx{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 90px;
	background: #ffffff;
	box-sizing: border-box;
}
.about-zx-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.about-zx-list{
	--zx-count: 7;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.about-zx-list::before{
	content: "";
	position: absolute;
	/* 线只连到首尾圆点中心（计入 gap） */
	left: calc((100% - 8px * (var(--zx-count) - 1)) / (2 * var(--zx-count)));
	right: calc((100% - 8px * (var(--zx-count) - 1)) / (2 * var(--zx-count)));
	top: 50%;
	height: 1px;
	margin-top: -0.5px;
	background: #cccccc;
	z-index: 0;
	pointer-events: none;
	transform-origin: left center;
	animation: about-zx-line 1.1s ease-out both;
}
.about-zx-item{
	flex: 1 1 0;
	min-width: 0;
	display: grid;
	grid-template-rows: 1fr auto 1fr;
	justify-items: center;
	align-items: center;
	position: relative;
	z-index: 1;
	row-gap: 16px;
}
.about-zx-side{
	width: 100%;
	display: flex;
	justify-content: center;
}
.about-zx-side--icon{
	grid-row: 1;
	align-self: end;
}
.about-zx-side--body{
	grid-row: 3;
	align-self: start;
}
.about-zx-item.is-even .about-zx-side--body{
	grid-row: 1;
	align-self: end;
}
.about-zx-item.is-even .about-zx-side--icon{
	grid-row: 3;
	align-self: start;
}
.about-zx-icon{
	width: 122px;
	height: 122px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.about-zx-icon img{
	display: block;
	width: 122px;
	height: 122px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.45s ease;
}
.about-zx-icon--empty{
	background: #e86518;
}
.about-zx-item:hover .about-zx-icon{
	transform: translateY(-6px) scale(1.06);
	box-shadow: 0 10px 24px rgba(232, 101, 24, 0.28);
}
.about-zx-item:hover .about-zx-icon img{
	transform: scale(1.04);
}
.about-zx-dot{
	grid-row: 2;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #e86518;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.about-zx-item:hover .about-zx-dot{
	transform: scale(1.2);
	box-shadow: 0 0 0 6px rgba(232, 101, 24, 0.18);
}
.about-zx-body{
	width: 100%;
	text-align: center;
	padding: 0 2px;
	box-sizing: border-box;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
.about-zx-item:hover .about-zx-body{
	transform: translateY(2px);
}
.about-zx-num{
	display: block;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 28px;
	line-height: 1.15;
	font-weight: 700;
	color: #000000;
	margin: 0 0 6px;
	transition: color 0.35s ease;
}
.about-zx-item:hover .about-zx-num{
	color: #e86518;
}
.about-zx-name{
	margin: 0 0 10px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #000000;
}
.about-zx-desc{
	margin: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 400;
	color: #333333;
}
@keyframes about-zx-line{
	from{
		transform: scaleX(0);
		opacity: 0.2;
	}
	to{
		transform: scaleX(1);
		opacity: 1;
	}
}
@media (prefers-reduced-motion: reduce){
	.about-zx-list::before,
	.about-zx-icon,
	.about-zx-icon img,
	.about-zx-dot,
	.about-zx-body,
	.about-zx-num{
		animation: none !important;
		transition: none !important;
	}
	.about-zx-item:hover .about-zx-icon,
	.about-zx-item:hover .about-zx-icon img,
	.about-zx-item:hover .about-zx-dot,
	.about-zx-item:hover .about-zx-body{
		transform: none;
		box-shadow: none;
	}
}
@media(max-width:1200px){
	.about-zx{padding: 32px 0 72px;}
	.about-zx-inner{padding: 0 32px;}
	.about-zx-icon,
	.about-zx-icon img{width: 96px;height: 96px;}
	.about-zx-num{font-size: 24px;}
	.about-zx-name{font-size: 14px;}
	.about-zx-desc{font-size: 12px;}
	.about-zx-item{row-gap: 12px;}
}
@media(max-width:960px){
	.about-zx-list{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 40px 16px;
	}
	.about-zx-list::before{
		display: none;
	}
	.about-zx-item{
		flex: 1 1 calc(33.333% - 12px);
		max-width: calc(33.333% - 12px);
		grid-template-rows: auto auto auto;
		row-gap: 12px;
	}
	.about-zx-item .about-zx-side--icon,
	.about-zx-item.is-even .about-zx-side--icon{
		grid-row: 1;
		align-self: center;
	}
	.about-zx-item .about-zx-dot,
	.about-zx-item.is-even .about-zx-dot{
		grid-row: 2;
	}
	.about-zx-item .about-zx-side--body,
	.about-zx-item.is-even .about-zx-side--body{
		grid-row: 3;
		align-self: start;
	}
}
@media(max-width:768px){
	.about-zx{padding: 24px 0 56px;}
	.about-zx-inner{padding: 0 20px;}
	.about-zx-item{
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.about-zx-icon,
	.about-zx-icon img{width: 88px;height: 88px;}
}
@media(max-width:480px){
	.about-zx-item{
		flex: 1 1 100%;
		max-width: 100%;
	}
}

 /* 内页公司简介 */
 .ab{padding: 2%;}
 .ab-title{font-size: 46px;color:#000000;line-height: 50px;text-align: left;font-weight: bold;font-family: "Century Gothic";margin: 0;}
 .ab-xian{width: 62px;height: 6px;background: #ff7800;border-radius: 3px;margin: 14px 0 20px;}
 .ab-desc{margin-top: 20px;overflow:hidden;overflow-y: auto;padding-right:30px;max-height:360px;}
 .ab-desc::-webkit-scrollbar {background: #eaeaea;width: 8px;border-radius: 4px;}
 .ab-desc::-webkit-scrollbar-thumb {background: #b3b3b2;border-radius: 4px;}
.ab-tu{display: block;width: 100%;}
.a-left::before,.a-right::before{display: none;}
.a-left{display: block!important;top: -21px!important;left:calc(100% - 78px)!important;width: 39px!important;height: 33px!important;}
.a-right{display: block!important;top: -21px!important;right: 0!important;width: 39px!important;height: 33px!important;}


	 /* 内页工厂展示 */
	 .afac{padding:0 3% 3%;}
	 .afac-box{border-radius: 20px;overflow: hidden;}
	 .afac-box .he-img img{display:block;width:100%;height:auto;}
	 .afac-tu{display: block;width: 100%;}
	 .ny-title{font-size: 46px;color:#000000;line-height: 50px;text-align: center;font-weight: bold;font-family: "Century Gothic";margin: 0;}
	 .ny-xian{width: 62px;height: 6px;background: #ff7800;border-radius: 3px;margin: 14px auto 50px;}
	   /* 内页证书展示 */
		.zs{padding: 3%;padding-top: 0;}
		.zs-tubox{
			perspective: 800px;
		}
		.zs-tu{
			width: 100%;
			display: block;
			transition: transform 0.6s ease;
			transform-style: preserve-3d;
			backface-visibility: hidden;
		}
		.zs-tubox:hover .zs-tu{transform: rotateY(360deg);}
	  
		.z-left::before,.z-right::before{display: none;}
		.z-left{display: block!important;left: -7%!important;width: 73px!important;}
		.z-right{display: block!important;right: -7%!important;width: 73px!important;}
		@media(max-width:1650px){
			.z-left{left: 2%!important;}
			.z-right{right: 2%!important;}
		}
		@media(max-width:768px){
			.ab-title,.ny-title{font-size: 32px;line-height: 1.2;}
			.ab-desc{max-height: none;padding-right: 0;}
		}

/* 关于我们 - 合作展示 */
.about-coo{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 80px;
	background: #f5f5f5;
	box-sizing: border-box;
}
.about-coo-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
}
.about-coo .ny-xian{
	margin-bottom: 40px;
}
.about-coo-media{
	width: 100%;
	margin: 0 auto;
}
.about-coo-img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media(max-width:768px){
	.about-coo{padding: 28px 0 56px;}
	.about-coo-inner{padding: 0 20px;}
	.about-coo .ny-xian{margin-bottom: 28px;}
}




/* 内页解决方案 */
.solution{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
}
.solution-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.solution-body{
	display: flex;
	align-items: flex-start;
	gap: 65px;
}
.solution-media{
	flex: 0 0 575px;
	max-width: 575px;
	width: 41.071428%;
	min-width: 0;
	overflow: hidden;
}
.solution-img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.solution-content{
	flex: 0 0 760px;
	max-width: 760px;
	width: 54.285714%;
	min-width: 0;
}
.solution-heading,
.solution-title{
	font-size: 36px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
.solution-heading::after,
.solution-title::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ed6d00;
	margin-top: 10px;
}
.solution-heading + .solution-title{
	margin-top: 20px;
}
.solution-desc{
	margin-top: 28px;
	font-size: 18px;
	line-height: 1.65;
	color: #000000;
	font-family: "Roboto-Regular";
}
.solution-desc p,
.solution-desc li,
.solution-desc span{
	font-size: 18px;
	line-height: 1.65;
	color: #000000;
	font-family: "Roboto-Regular";
}
.solution-desc p{
	margin: 0 0 1em;
}
.solution-desc p:last-child{
	margin-bottom: 0;
}
@media(max-width:1480px){
	.solution-inner{padding: 0 40px;}
	.solution-body{gap: 40px;}
	.solution-media,
	.solution-content{
		flex: 1 1 0;
		max-width: none;
		width: auto;
	}
}
@media(max-width:960px){
	.solution{padding: 48px 0 64px;}
	.solution-inner{padding: 0 24px;}
	.solution-body{
		flex-direction: column;
		gap: 28px;
	}
	.solution-media,
	.solution-content{
		flex: none;
		width: 100%;
		max-width: 100%;
	}
	.solution-heading,
	.solution-title{font-size: 28px;}
	.solution-desc{font-size: 16px;}
	.solution-desc p,
	.solution-desc li,
	.solution-desc span{font-size: 16px;}
}
@media(max-width:640px){
	.solution-inner{padding: 0 16px;}
}

/* 内页方案优势 */
.sol-why{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 100px;
	background: #f5f5f5;
	box-sizing: border-box;
}
.sol-why-inner{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.sol-why-title{
	text-align: center;
	font-size: 36px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	margin: 0 0 48px;
}
.sol-why-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px 48px;
}
.sol-why-card{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	min-width: 0;
}
.sol-why-icon{
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	display: block;
	transform: rotateY(0deg);
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
	transform-origin: center center;
}
.sol-why-icon img{
	display: block;
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.sol-why-body{
	flex: 1;
	min-width: 0;
}
.sol-why-name{
	font-size: 24px;
	line-height: 1.25;
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 12px;
}
.sol-why-desc{
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	font-family: Arial, sans-serif;
}
.sol-why-desc p{
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
}
@media(max-width:1480px){
	.sol-why-inner{padding: 0 40px;}
}
@media(max-width:1200px){
	.sol-why{padding: 64px 0 80px;}
	.sol-why-inner{padding: 0 32px;}
	.sol-why-title{font-size: 30px;}
}
@media(max-width:960px){
	.sol-why{padding: 48px 0 64px;}
	.sol-why-inner{padding: 0 24px;}
	.sol-why-title{
		font-size: 28px;
		margin-bottom: 32px;
	}
	.sol-why-grid{
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.sol-why-name{font-size: 20px;}
}
@media(max-width:640px){
	.sol-why-inner{padding: 0 16px;}
}

/* 内页更多方案优势 */
.sol-adv{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
}
.sol-adv-inner{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.sol-adv-head{
	text-align: center;
	margin-bottom: 48px;
}
.sol-adv-title{
	font-size: 36px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	margin: 0;
}
.sol-adv-title::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ed6d00;
	margin: 12px auto 0;
}
.sol-adv-subtitle{
	font-size: 14px;
	line-height: 1.4;
	color: #031d42;
	font-family: "Montserrat-Light";
	margin: 16px 0 0;
	text-align: center;
}
.sol-adv-slideset-wrap{
	position: relative;
}
.sol-adv .uk-slideset{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sol-adv-track > li{
	padding: 0 10px;
	box-sizing: border-box;
}
.sol-adv-card{
	display: block;
	padding: 20px 20px 40px;

	background: #ebebeb;
	overflow: hidden;
	transition: border-color 0.35s ease, background 0.35s ease;
	box-sizing: border-box;
}
.sol-adv-media{
	overflow: hidden;
	line-height: 0;
}
.sol-adv-media img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.sol-adv-body{
	padding: 0;
	margin-top: 20px;
	background: transparent;
	transition: color 0.35s ease;
	box-sizing: border-box;
	text-align: center;
}
.sol-adv-body > :first-child{
	margin-top: 0;
}
.sol-adv-body > :last-child{
	margin-bottom: 0;
}
.sol-adv-name{
	font-size: 20px;
	line-height: 1.3;
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 12px;
	padding: 0;
	transition: color 0.35s ease;
	text-align: center;
}
.sol-adv-desc{
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	font-family: Arial, sans-serif;
	transition: color 0.35s ease;
	text-align: center;
}
.sol-adv-desc p{
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	transition: color 0.35s ease;
}
.sol-adv-card:hover{
	border-color: #ed6d00;
	background: #ed6d00;
}
.sol-adv-card:hover .sol-adv-name,
.sol-adv-card:hover .sol-adv-desc,
.sol-adv-card:hover .sol-adv-desc p{
	color: #ffffff;
}
.sol-adv .uk-slideset-nav.sol-adv-dots{
	margin: 36px 0 0;
	padding: 0;
	list-style: none;
}
.sol-adv .uk-slideset-nav.sol-adv-dots > *{
	padding-left: 8px;
	margin-top: 0;
}
.sol-adv .uk-slideset-nav.sol-adv-dots > * > *{
	width: 12px;
	height: 12px;
	background: #000000;
}
.sol-adv .uk-slideset-nav.sol-adv-dots > .uk-active > *{
	background: #ed6d00;
}
.sol-adv .uk-slideset-nav.sol-adv-dots > * > :hover,
.sol-adv .uk-slideset-nav.sol-adv-dots > * > :focus{
	background: #333333;
	outline: none;
}
.sol-adv .uk-slideset-nav.sol-adv-dots > .uk-active > :hover,
.sol-adv .uk-slideset-nav.sol-adv-dots > .uk-active > :focus{
	background: #ed6d00;
}
@media(max-width:1480px){
	.sol-adv-inner{padding: 0 40px;}
}
@media(max-width:1200px){
	.sol-adv{padding: 64px 0 80px;}
	.sol-adv-inner{padding: 0 32px;}
	.sol-adv-title{font-size: 30px;}
}
@media(max-width:960px){
	.sol-adv{padding: 48px 0 64px;}
	.sol-adv-inner{padding: 0 24px;}
	.sol-adv-head{margin-bottom: 32px;}
	.sol-adv-title{font-size: 28px;}
	.sol-adv-subtitle{white-space: normal;}
	.sol-adv-track > li{padding: 0 6px;}
}
@media(max-width:640px){
	.sol-adv-inner{padding: 0 16px;}
}

/* 内页相关项目 */
.sol-rel{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 40px 70px;
	box-sizing: border-box;
	position: relative;
	background: #ebebeb;
	overflow: hidden;
}
.sol-rel::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 58%;
	min-height: 280px;
	background: url(assets/images/bg11.png) center top no-repeat;
	background-size: cover;
	z-index: 0;
	pointer-events: none;
}
.sol-rel-inner{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
.sol-rel-head{
	text-align: center;
	margin-bottom: 24px;
}
.sol-rel-title{
	font-size: 36px;
	line-height: 1.15;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	
	margin: 0;
}
.sol-rel-title::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ffffff;
	margin: 12px auto 0;
}
.sol-rel-stage{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 100%;
	max-width: calc(1440px + 43px * 2 + 24px * 2);
	margin: 0 auto;
	box-sizing: border-box;
}
.sol-rel-content{
	flex: 0 1 1440px;
	width: 100%;
	max-width: 1440px;
	min-width: 0;
}
.sol-rel-arrow{
	flex: 0 0 43px;
	display: block;
	line-height: 0;
}
.sol-rel-arrow img{
	display: block;
	width: 43px;
	height: 43px;
}
.sol-rel-track{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sol-rel-track > li{
	padding: 0 8px;
	box-sizing: border-box;
}
.sol-rel .he{
	display: block;
}
.sol-rel .he-img .img-fluid,
.sol-rel .he-img img{
	display: block;
	width: 100%;
	height: auto;
}
.sol-rel .he-img a{
	display: block;
}
.sol-rel .he-nr{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}
@media(max-width:1480px){
	.sol-rel{padding-left: 40px;padding-right: 40px;}
}
@media(max-width:1200px){
	.sol-rel{padding: 56px 32px 72px;}
	.sol-rel-title{font-size: 30px;}
	.sol-rel-stage{gap: 16px;}
}
@media(max-width:960px){
	.sol-rel{padding: 48px 24px 64px;}
	.sol-rel-head{margin-bottom: 32px;}
	.sol-rel-title{font-size: 28px;}
	.sol-rel-track > li{padding: 0 6px;}
	.sol-rel-stage{gap: 12px;}
}
@media(max-width:640px){
	.sol-rel{padding: 40px 16px 52px;}
	.sol-rel-stage{gap: 8px;}
}

/* 内页相关产品 */
.sol-pr{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 40px 100px;
	background: #ffffff;
	box-sizing: border-box;
}
.sol-pr-inner{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
.sol-pr-head{
	text-align: center;
	margin-bottom: 48px;
}
.sol-pr-title{
	font-size: 36px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
.sol-pr-title::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ed6d00;
	margin: 12px auto 0;
}
.sol-pr-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sol-pr-card{
	display: block;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	overflow: hidden;
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
	text-decoration: none;
}
.sol-pr-card:hover{
	border-color: #ed6d00;
	box-shadow: 0 10px 28px rgba(237, 109, 0, 0.14);
}
.sol-pr .he{
	display: block;
}
.sol-pr .he-img .img-fluid,
.sol-pr .he-img img{
	display: block;
	width: 100%;
	height: auto;
}
.sol-pr .he-nr{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}
@media(max-width:1200px){
	.sol-pr{padding: 64px 32px 80px;}
	.sol-pr-title{font-size: 30px;}
	.sol-pr-grid,
	.pr-rel-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}
@media(max-width:960px){
	.sol-pr{padding: 48px 24px 64px;}
	.sol-pr-head{margin-bottom: 32px;}
	.sol-pr-title{font-size: 28px;}
}
@media(max-width:640px){
	.sol-pr{padding: 40px 16px 52px;}
	.sol-pr-grid,
	.pr-rel-grid{
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

/* 新闻列表页 */
.nlist{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 70px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.nlist-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 三列：左右等宽(至少能放下日期) | 灰底内容最多 1400 居中 */
.nlist-item{
	display: grid;
	grid-template-columns: minmax(160px, 1fr) minmax(0, 1400px) minmax(160px, 1fr);
	align-items: stretch;
	width: 100%;
	margin: 0 0 28px;
	box-sizing: border-box;
}
.nlist-item:last-child{
	margin-bottom: 0;
}
.nlist-edge{
	position: relative;
	min-width: 0;
	overflow: hidden;
	z-index: 1;
}
.nlist-edge--right{
	pointer-events: none;
}
.nlist-edge-fill{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #ff7800;
	transform: scaleX(0);
	transition: transform 0.45s ease;
	pointer-events: none;
}
/* 从中间向两边展开 */
.nlist-edge--left .nlist-edge-fill{
	right: 0;
	left: auto;
	transform-origin: right center;
}
.nlist-edge--right .nlist-edge-fill{
	left: 0;
	right: auto;
	transform-origin: left center;
}
.nlist-item:hover .nlist-edge-fill{
	transform: scaleX(1);
}
.nlist-edge-img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(261px, 90%);
	height: auto;
	max-height: 100%;
	object-fit: contain;
	object-position: left bottom;
	opacity: 0;
	z-index: 2;
	pointer-events: none;
	transition: opacity 0.35s ease 0.12s;
}
.nlist-item:hover .nlist-edge-img{
	opacity: 1;
}
.nlist-edge--left{
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}
.nlist-date{
	position: relative;
	z-index: 3;
	flex: 0 0 160px;
	width: 160px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 16px 24px 20px;
	box-sizing: border-box;
}
.nlist-day{
	display: block;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 56px;
	line-height: 1;
	font-weight: 700;
	color: #000000;
	transition: color 0.35s ease;
}
.nlist-ym{
	display: block;
	margin-top: 8px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #666666;
	word-break: break-all;
	transition: color 0.35s ease;
}
.nlist-item:hover .nlist-day,
.nlist-item:hover .nlist-ym{
	color: #ffffff;
}
.nlist-card{
	position: relative;
	z-index: 2;
	min-width: 0;
	width: 100%;
	max-width: 1400px;
	display: flex;
	align-items: stretch;
	gap: 28px;
	padding: 24px 40px;
	background: #f3f3f3;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.nlist-card:hover,
.nlist-card:focus{
	color: inherit;
	text-decoration: none;
}
.nlist-main{
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.nlist-title{
	margin: 0 0 12px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
	color: #333333;
	word-break: break-word;
}
/* 窄屏显示在标题下方；宽屏隐藏 */
.nlist-time{
	display: none;
	margin: 0 0 12px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #666666;
}
.nlist-desc{
	margin: 0 0 20px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	word-break: break-word;
}
.nlist-more{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 8px 22px;
	border: 1px solid #333333;
	border-radius: 20px;
	background: #ffffff;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
.nlist-more:hover,
.nlist-item:hover .nlist-more,
.nlist-card:hover .nlist-more,
.nlist-card:focus .nlist-more{
	background: #ff7800;
	border-color: #ff7800;
	color: #ffffff;
	text-decoration: none;
}
.nlist-thumb{
	display: block;
	flex: 0 0 260px;
	width: 260px;
	max-width: 100%;
	align-self: center;
	overflow: hidden;
	line-height: 0;
}
.nlist-thumb img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.45s ease;
}
.nlist-item:hover .nlist-thumb img{
	transform: scale(1.04);
}
.nlist-pagination{
	margin-top: 48px;
	padding: 0 40px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.nlist-empty{
	margin: 40px;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #666666;
}

/* 大屏收窄：保证左右列仍能放下日期 */
@media(max-width:1680px){
	.nlist-item{
		grid-template-columns: minmax(130px, 1fr) minmax(0, 1400px) minmax(130px, 1fr);
	}
	.nlist-date{flex-basis: 130px;width: 130px;padding-left: 12px;padding-right: 12px;}
	.nlist-day{font-size: 48px;}
	.nlist-title{font-size: 20px;}
	.nlist-thumb{flex-basis: 220px;width: 220px;}
	.nlist-card{gap: 20px;padding: 20px 28px;}
	.nlist-edge-img{width: min(200px, 85%);}
}

/* 中等宽度：去掉左侧大日期，标题下显示时间；两侧悬停色带关闭 */
@media(max-width:1360px){
	.nlist-item{
		display: block;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.nlist-edge--left,
	.nlist-edge--right,
	.nlist-edge-fill,
	.nlist-edge-img,
	.nlist-date{
		display: none !important;
	}
	.nlist-time{
		display: block;
	}
	.nlist-title{
		margin-bottom: 8px;
	}
	.nlist-card{
		max-width: none;
	}
	.nlist-pagination{padding: 0 40px;}
}

/* 平板：图文上下排 */
@media(max-width:960px){
	.nlist-item{padding: 0 32px;}
	.nlist-card{
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}
	.nlist-thumb{
		flex: none;
		width: 100%;
		max-width: 420px;
		align-self: flex-start;
	}
	.nlist-title{font-size: 18px;}
	.nlist-pagination{padding: 0 32px;}
}

/* 手机 */
@media(max-width:768px){
	.nlist{padding: 28px 0 48px;}
	.nlist-item{
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.nlist-desc{margin-bottom: 16px;-webkit-line-clamp: 3;line-clamp: 3;}
	.nlist-card{padding: 16px;}
	.nlist-thumb{max-width: 100%;}
	.nlist-pagination{margin-top: 32px;padding: 0 20px;}
	.nlist-empty{margin: 24px 20px;}
}

	/* 旧新闻列表（分类等模板仍可能使用） */
	.news-list{padding: 3%;}
	.lnews-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.lnews-left{width: 427px;}
	.lnews-right{width: calc(100% - 450px);}
	.lnews-tu{display: block;width: 100%;}
	.lnews-name{font-size: 24px;line-height: 28px;color:#282828;margin: 0 0 16px;transition: 0.6s;font-weight: bold;margin-top: 8px;}
	.lnews-date{font-size: 14px;line-height: 20px;color:#282828;margin: 0 0 20px;transition: 0.6s;}
	.lnews-desc{font-size: 16px;line-height: 30px;color:#282828;}
	.lnews-more{position: relative;width: 126px;height: 37px;border-radius: 18.5px;margin-top: 20px;}
	.lnews-more1{opacity: 1;transition: 0.6s;}
	.lnews-more2{opacity: 0;transition: 0.6s;position: absolute;left: 0;top: 0;}
	.lnews-box:hover{text-decoration: none;}
 	.lnews-box:hover .lnews-more1{opacity: 0;}
	.lnews-box:hover .lnews-more2{opacity: 1;}
	.lnews-box:hover .lnews-name{color:#ed6d00;}
	@media(max-width:900px){
	.lnews-left{width: 100%;margin-bottom: 20px;}
	.lnews-right{width: 100%;}
	}
	/*内页新闻详情 */
	.news-page{padding:3%;}
	.xq-box{display: flex;justify-content: center;}
	.xq-title{font-size:30px;line-height: 36px;text-align: center;color:#000000;}
	.xq-date{font-size: 16px;color:#666666;text-align: center;line-height: 20px;margin:  0 10px;}
	.xq-xian{width: 100%;height: 1px;background: #d1d1d1;margin: 26px 0 16px;}
	.newsxq-img img{width: 100%;}
	.news-bottom{margin: 26px auto;}
	.pr-next{margin:4% auto 0;width:400px;}
	.pr-next>p{width:190px;height: 35px;border:1px solid #333333;color:#333333;line-height: 33px;text-align: center;font-size: 14px;
		cursor:pointer;background: #fff;}
	.pr-next>p:hover{border:1px solid #ed6d00;background: #ed6d00;color:#ffffff;}
	.pr-next>p:hover a{color:#fff;text-decoration: none;}
	.pr-next a{display: block;color:#333333;}
	.pr-next>p:nth-child(1){float:left;}
	.pr-next>p:nth-child(2){float:right;}
	@media(max-width:400px){
	.pr-next{margin:20px auto 0;width:167px;}
	.pr-next>p{margin-bottom: 5%;}
	}
	
	
/* 内页产品列表 */
.fl-nr{padding: 3%;background: url(assets/images/flbg.png) top center repeat;}
.fl-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.fl-left{width: 46%;display: flex;align-items: center;flex-direction: row;}
.fl-right{width: 50%;display: flex;justify-content: end;}
.fl-name{font-size: 48px;line-height: 52px;font-family:"Montserrat-Bold";color:#000000}
.fl-desc{font-size: 18px;line-height: 24px;color:#000000}
/* 404 页面 */
.error-404{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
}
.error-404-inner{
	max-width: 720px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
	box-sizing: border-box;
}
.error-404-title{
	margin: 0 0 16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 700;
	color: #333333;
}
.error-404-text{
	margin: 0 0 28px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
}
.error-404-actions{
	margin: 0 0 32px;
}
.error-404-home{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 12px 28px;
	border-radius: 26px;
	background: #ff7800;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.25s ease;
}
.error-404-home:hover{
	background: #e86518;
	color: #ffffff;
	text-decoration: none;
}
.error-404 .search-form{
	max-width: 420px;
	margin: 0 auto;
}
@media(max-width:768px){
	.error-404{padding: 48px 0 64px;}
	.error-404-inner{padding: 0 20px;}
	.error-404-title{font-size: 28px;}
}

/* 产品列表 / 产品分类列表 */
.plist{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 70px;
	background: #ffffff;
	box-sizing: border-box;
}
.plist-wrap{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.plist-heading{
	margin: 0 0 28px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #333333;
}
.plist-inner{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}
.plist-side{
	flex: 0 0 280px;
	width: 280px;
	max-width: 100%;
	box-sizing: border-box;
}
.plist-main{
	flex: 1 1 1100px;
	width: 100%;
	max-width: 1100px;
	min-width: 0;
	box-sizing: border-box;
}
.plist-acc{
	margin: 0;
	padding: 0;
	list-style: none;
}
.plist-acc-item{
	margin: 0 0 10px;
}
.plist-acc-item:last-child{
	margin-bottom: 0;
}
.plist-acc-head{
	display: flex;
	align-items: stretch;
	width: 100%;
	background: #ff7800;
	transition: background-color 0.25s ease;
}
.plist-acc-head:hover{
	background: #e86518;
}
.plist-acc-parent{
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	min-height: 48px;
	padding: 12px 8px 12px 16px;
	box-sizing: border-box;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background: transparent;
}
.plist-acc-parent:hover,
.plist-acc-parent.is-active{
	color: #ffffff;
	text-decoration: none;
}
.plist-acc-toggle{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
.plist-acc-toggle:hover,
.plist-acc-parent:hover{
	background: transparent;
	color: #ffffff;
	text-decoration: none;
}
/* 一级分类选中：深色底 + 左侧橙条 */
.plist-acc-item.is-current > .plist-acc-head{
	background: #2b2b2b;
	box-shadow: inset 4px 0 0 #ff7800;
}
.plist-acc-item.is-current > .plist-acc-head .plist-acc-parent,
.plist-acc-item.is-current > .plist-acc-head .plist-acc-label,
.plist-acc-parent.is-active .plist-acc-label{
	color: #ffffff;
	font-weight: 700;
}
.plist-acc-item.is-current > .plist-acc-head:hover{
	background: #1f1f1f;
}
.plist-acc-label{
	flex: 1;
	min-width: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	color: #ffffff;
	word-break: break-word;
}
.plist-acc-arrow{
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-45deg);
	transition: transform 0.25s ease;
}
.plist-acc-item.is-open .plist-acc-arrow{
	transform: rotate(45deg);
	margin-top: -2px;
}
.plist-acc-sub{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f3f3f3;
}
.plist-acc-sub[hidden]{
	display: none !important;
}
.plist-acc-sub-item{
	margin: 0;
	border-top: 1px solid #e8e8e8;
}
.plist-acc-sub-item:first-child{
	border-top: none;
}
.plist-acc-sub-item a{
	display: block;
	padding: 12px 16px 12px 20px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	transition: color 0.25s ease, background-color 0.25s ease;
}
.plist-acc-sub-item a:hover,
.plist-acc-sub-item.is-active a{
	color: #ff7800;
	background: #ececec;
	text-decoration: none;
}
.plist-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.plist-card{
	margin: 0;
	min-width: 0;
}
.plist-card-link{
	display: block;
	width: 100%;
	background: #ffffff;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: transform 0.3s ease;
}
.plist-card-link:hover{
	text-decoration: none;
	color: inherit;
}
.plist-card-media{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f5f5f5;
	line-height: 0;
}
.plist-card-media img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}
.plist-card-link:hover .plist-card-media img{
	transform: scale(1.04);
}
.plist-card-name{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	box-sizing: border-box;
	background: #ff7800;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	word-break: break-word;
}
.plist-pagination{
	margin-top: 40px;
}
.plist-empty{
	margin: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #666666;
}
@media(max-width:1480px){
	.plist-wrap{padding: 0 32px;}
	.plist-inner{gap: 16px;}
	.plist-side{flex-basis: 240px;width: 240px;}
	.plist-heading{font-size: 28px;margin-bottom: 22px;}
}
@media(max-width:1200px){
	.plist-inner{
		flex-direction: column;
		gap: 28px;
	}
	.plist-side{
		flex: none;
		width: 100%;
		max-width: 100%;
	}
	.plist-main{
		flex: none;
		max-width: none;
	}
	.plist-grid{
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}
}
@media(max-width:900px){
	.plist{padding: 28px 0 48px;}
	.plist-wrap{padding: 0 20px;}
	.plist-heading{font-size: 24px;margin-bottom: 18px;}
	.plist-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
	.plist-card-name{font-size: 14px;min-height: 44px;padding: 10px 12px;}
	.plist-acc-head{
		align-items: center;
		min-height: 48px;
	}
	.plist-acc-parent{
		min-height: 48px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
		align-items: center;
	}
	.plist-acc-toggle{
		align-self: stretch;
		min-height: 48px;
	}
	.plist-acc-label{
		font-size: 16px;
		line-height: 1.35;
		display: flex;
		align-items: center;
		/* 不要给 label 单独 min-height，否则文字会顶对齐 */
	}
}
@media(max-width:560px){
	.plist-grid{
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.pro{padding: 3% 3%;}

.pr-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;margin-bottom:36px;gap:24px;}
.pr-head-left{flex:1;min-width:280px;}
.pr-head-title{font-size:48px;line-height:52px;font-family:"Montserrat-Bold",sans-serif;color:#000;margin:0 0 10px;font-weight:bold;}
.pr-head-subtitle{font-size:18px;line-height:24px;color:#000;margin:0;}
.pr-head-right{flex-shrink:0;width:100%;max-width:380px;margin-top: 18px;}
.pr-search-box{display:flex;align-items:center;width:100%;height:50px;padding:0 8px 0 0;border:1px solid #ebebeb;border-radius:50px;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,0.08);box-sizing:border-box;overflow:hidden;}
.pr-search-field{flex:1;min-width:0;height:100%;padding:0 12px 0 24px;border:none;background:transparent;font-size:16px;line-height:48px;color:#000;outline:none;box-sizing:border-box;-webkit-appearance:none;}
.pr-search-field::-webkit-input-placeholder{color:#999;}
.pr-search-field::-moz-placeholder{color:#999;}
.pr-search-box:focus-within{border-color:#ed6d00;box-shadow:0 4px 18px rgba(237,109,0,0.15);}
.pr-search-submit{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-right:4px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;}
.pr-search-submit:hover{background:rgba(0,0,0,0.04);}
.pr-search-icon{display:block;width:22px;height:22px;}

.prnav-box{display:flex;justify-content:center;align-items:center;width:100%;height:60px;padding:0 16px;background:#e9e9e9;border-radius:30px;color:#000;text-decoration:none;box-sizing:border-box;}
.prnav-box .prnav{width:100%;max-width:100%;text-align:center;line-height:22px;font-size:18px;font-weight:bold;font-family:"Montserrat-Light";color:inherit;}
.prnav-box:hover{text-decoration:none;color:#fff;background:#ed6d00;}
.pr-top{margin-bottom: 40px;}
.pr-top .uk-active1,.prnav-box.uk-active1{color:#fff;background:#ed6d00;}
.prlist li{margin-bottom: 30px!important;}
.prlist-nr{position: relative;display: block;width: 100%;border-radius: 12px;background: #f2f2f2;transition: 0.6s;padding: 12px;}
.prlist-box{position: relative;display: block;width: 100%;overflow: hidden;border-radius: 12px;transition: 0.6s;}
.prlist-img{display: block;width: 100%;}
.prlist-fugai{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);transform: rotateY(90deg);
	display: flex;justify-content: center;align-items: center;flex-direction: row;transition: 0.6s;}
.prlist-morebox{width:136px;height: 136px;border-radius: 50%;border: 1px solid #fff;display: flex;align-items: center;justify-content: center;}
.prlist-more{font-size: 22px;line-height: 26px;font-weight: bold;font-family: "Montserrat-Light";color:#ffffff;font-weight: bold;text-align: center;}
.prlist-jia{font-size: 22px;line-height: 26px;font-weight: bold;font-family: "Montserrat-Light";color:#ffffff;font-weight: bold;text-align: center;}
.prlist-name{font-size: 18px;line-height: 22px;font-weight: bold;font-family: "Montserrat-Light";color:#000000;margin: 32px auto;text-align: center;}
.prlist-more1{display: block;position: absolute;left: calc(50% - 88px);bottom: -21.5px;}
.prlist-nr:hover{text-decoration: none;background: #d4d4d4;}
.prlist-nr:hover .prlist-fugai{transform: rotateY(0);}
@media(max-width:960px){
	.pr-xian{margin: 0 auto 20px;opacity: 0;}
	.fl-left{width: 100%;}
	.fl-right{width: 100%;margin-top: 20px;justify-content: start;}
	.pr-head{flex-direction:column;}
	.pr-head-right{max-width:100%;}
	.pr-head-title{font-size:36px;line-height:40px;}
	}



	 /* 产品详情*/
	 .pr-page{padding:3%;padding-bottom: 2%;}
	 .pr-tu{display: block;margin-bottom: 20px;border: 1px solid #e5e5e5;width: 100%;}
	 .pr-box1{margin-top: 20px;}
	 .show{width: 100%;border: 1px solid #ccc;}
	 .xiao{display:block;width:100%;border: 1px solid #ccc;box-sizing:border-box;cursor:pointer;}
	 .pr-page .uk-active .xiao,
	 .pr-page .big_show li.showactive .xiao{border: 1px solid #ff7800;}
	 .npr-title{font-size: 40px;line-height: 46px;font-weight: bold;color:#3c3c3c;font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;margin:0 0 14px;
	 }
	 .npr-subtitle{font-size: 22px;line-height: 26px;color:#ff7800;font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;}
	 .npr-xian{width: 100%;height: 1px;background: #c5c5c5;margin:14px auto 14px ;}
	 
	 .npr-more{font-size: 16px;line-height: 52px;font-weight: 400;color:#ffffff;font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;border-radius: 26px;
		 text-align: center;width: 276px;margin-top: 30px;display: block;background: #ff7800;text-decoration:none;}

	 .pr-nr{margin-top: 16px;}
	 .pr-bottom{padding: 2% 3%;background: #ffffff;}
	 .desc-title{font-size: 26px;line-height: 30px;color:#343434;font-weight: bold;font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;margin-bottom: 20px;}
	 .desx-xian{width: 100%;height: 1px;background: #c5c5c5;margin:30px auto;}
	 .prdesc-box{margin-bottom: 30px;}
	 .app-tu{display: block;width: 100%;}
	 .tj-box{padding: 2% 3%;}
	 .tj-card{
		display:block;
		width:100%;
		text-decoration:none;
		color:inherit;
		overflow:hidden;
		background:#fff;
	 }
	 .tj-card:hover{text-decoration:none;color:inherit;}
	 .tj-card-media{
		display:block;
		width:100%;
		aspect-ratio:1/1;
		overflow:hidden;
		background:#f5f5f5;
		line-height:0;
	 }
	 .tj-card-img{
		display:block;
		width:100%;
		height:100%;
		object-fit:cover;
		transition:transform .45s ease;
	 }
	 .tj-card:hover .tj-card-img{transform:scale(1.04);}
	 .tj-card-name{
		display:flex;
		align-items:center;
		justify-content:center;
		min-height:48px;
		padding:12px 14px;
		box-sizing:border-box;
		background:#ff7800;
		font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		font-size:15px;
		line-height:1.3;
		font-weight:700;
		color:#fff;
		text-align:center;
		word-break:break-word;
	 }
	 .tj-empty{
		margin:0;
		text-align:center;
		font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		font-size:16px;
		color:#666;
	 }

	.s-left::before,.s-right::before{display: none;}
	.s-left{left:-4%!important;display: block!important;border: none;color:#999999;width: 10px;height: 15px;}
	.s-right{right:-4%!important;display: block!important;border: none;color:#999999;width: 10px;height: 15px;}	
	.s-left:hover{background: none!important;}
	.s-right:hover{background: none!important;}
	.npr-more:hover{background: #000;color:#fff;text-decoration: none;}
	@media(max-width:768px){
		.npr-title{font-size:28px;line-height:34px;}
		.npr-subtitle{font-size:18px;line-height:22px;}
		.npr-more{width:100%;max-width:276px;}
		.desc-title{font-size:22px;line-height:26px;}
	}
 
 
	  /* 更多产品样式 */
	  .prlist-box{position: relative;overflow: hidden;border: 1px solid #dcdcdc;}
	 .prlist-a{display: block;position: relative;overflow: hidden;transition: 0.6s;background: #f9f9f9;padding: 12px;}
 
	 .prlist-img{width: 100%;display: block;margin: 0 atuo;}
	 .prlist-img1{position: absolute;left: 0;top:0;width: 100%;}
	 .prlist-title{text-align: center;font-size:18px;line-height: 22px;color:#282828;transition: 0.6s;margin-top: 14px;
 }
	 .prlist-subtitle{text-align: center;font-size:16px;line-height: 20px;color:#282828;transition: 0.6s;margin-top: 12px;height: 20px;
	 
	 }
	 .prlist-more{text-align: center;font-size:14px;line-height: 36px;color:#282828;transition: 0.6s;margin: 12px auto 12px;
	 width: 130px;transition: 0.6s;border: 1px solid #a6a6a6;}
	
	 .prlist-a:hover{text-decoration: none;background: #ff7800;}
	 .prlist-a:hover .prlist-img1{animation:big 1s;} 
	 .prlist-a:hover .prlist-title{color:#fff;}
	 .prlist-a:hover .prlist-subtitle{color:#fff;}
	 .prlist-a:hover .prlist-more{color:#fff;border: 1px solid #fff;} 
 
	@media(max-width:1500px){
	 .s-left{display: block!important;left:1%!important;top:50%!important;}
	 .s-right{display: block!important;right:1%!important;top:50%!important;}   
	 }
	 @media(max-width:960px){

	  .npr-xian1{display: none;}
	  .tj-title{font-size: 20px;line-height: 24px;}
	 }
	 @media(max-width:768px){
 
		  .npr-xian1{display: none;}
		  .pr-nav li{width: 48%;}
	 }


/* 联系我们页面 */
.contact-page{
	--con-side: max(40px, calc((100% - 1400px) / 2));
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 60px;
	background: #ffffff;
	box-sizing: border-box;
}
.contact-top{
	display: flex;
	align-items: stretch;
	width: 100%;
}
/* 左黑 / 右灰：贴齐 1920 左右边；文字对齐 1400 内容区 */
.contact-info{
	flex: 0 0 50%;
	width: 50%;
	min-width: 0;
	padding: 56px 40px 100px var(--con-side);
	background: #000000;
	color: #ffffff;
	box-sizing: border-box;
}
.contact-info-inner{
	width: 100%;
	max-width: 620px;
}
.contact-info-title{
	margin: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	color: #ffffff;
}
.contact-info-xian{
	width: 62px;
	height: 6px;
	margin: 16px 0 36px;
	background: #ff7800;
	border-radius: 3px;
}
.contact-info-list{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
.contact-info-item{
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 22px;
}
.contact-info-item:last-child{
	margin-bottom: 0;
}
.contact-info-icon{
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-top: 2px;
	line-height: 0;
}
.contact-info-icon img{
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.contact-info-value{
	flex: 1;
	min-width: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	word-break: break-word;
}
a.contact-info-value:hover{
	color: #ff7800;
	text-decoration: none;
}
.contact-qr-list{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-qr-item{
	width: 142px;
	height: 142px;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}
.contact-qr-item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.contact-form-panel{
	flex: 1 1 0;
	min-width: 0;
	padding: 48px var(--con-side) 100px 40px;
	background: #f3f3f3;
	box-sizing: border-box;
}
.contact-form-inner{
	width: 100%;
	max-width: 760px;
}
.contact-form-title{
	margin: 0 0 10px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	color: #000000;
}
.contact-form-sub{
	margin: 0 0 28px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #888888;
}
.contact-form-box{
	width: 100%;
}
.contact-form-box .wpcf7,
.contact-form-box .wpcf7-form{
	margin: 0;
}
.contact-form-box .screen-reader-response{
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.con-cf7-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 14px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: flex-start;
}
.con-cf7-grid > li{
	position: relative;
	flex: 0 0 calc(50% - 8px);
	width: calc(50% - 8px);
	margin: 0;
	padding: 0;
	border: none !important;
	box-sizing: border-box;
	line-height: 0;
	min-height: 0;
	align-self: flex-start;
}
.con-cf7-grid > li.con-cf7-full{
	flex: 0 0 100%;
	width: 100%;
}
.con-cf7-grid > li br{
	display: none !important;
}
/* 必填红星：绝对定位叠在输入框内，不增加行高 */
.con-cf7-grid > li.is-req{
	display: block;
}
.con-cf7-grid > li.is-req > p{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.con-star{
	position: absolute !important;
	left: 14px !important;
	top: 24px !important;
	z-index: 3;
	display: block !important;
	width: auto;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 1 !important;
	color: #e60012 !important;
	pointer-events: none;
	transform: translateY(-50%) !important;
}
.con-cf7-grid > li.is-req:focus-within .con-star,
.con-cf7-grid > li.is-req:has(input:not(:placeholder-shown)) .con-star{
	opacity: 0;
	visibility: hidden;
}
.contact-form-box .wpcf7-form-control-wrap{
	display: block !important;
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	z-index: 1;
	line-height: normal;
	vertical-align: top;
}
.contact-form-box input.con-input,
.contact-form-box .wpcf7-form-control.con-input,
.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box input[type="url"]{
	display: block;
	width: 100%;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	box-sizing: border-box;
	background: #ffffff !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px !important;
	line-height: 46px !important;
	color: #333333;
	outline: none;
	box-shadow: none !important;
	vertical-align: middle;
}
.con-cf7-grid > li.is-req input.con-input,
.con-cf7-grid > li.is-req input[type="text"],
.con-cf7-grid > li.is-req input[type="email"],
.con-cf7-grid > li.is-req input[type="tel"]{
	padding-left: 26px !important;
}
.contact-form-box textarea.con-textarea,
.contact-form-box .wpcf7-form-control.con-textarea,
.contact-form-box textarea{
	display: block;
	width: 100%;
	height: 80px !important;
	min-height: 80px !important;
	max-height: 80px !important;
	margin: 0;
	padding: 14px !important;
	box-sizing: border-box;
	background: #ffffff !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px !important;
	line-height: 1.5 !important;
	color: #333333;
	resize: none;
	outline: none;
	box-shadow: none !important;
}
.contact-form-box input.con-input::placeholder,
.contact-form-box textarea.con-textarea::placeholder,
.contact-form-box input[type="text"]::placeholder,
.contact-form-box input[type="email"]::placeholder,
.contact-form-box input[type="tel"]::placeholder,
.contact-form-box input[type="url"]::placeholder,
.contact-form-box textarea::placeholder{
	color: #999999 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	line-height: normal !important;
	position: relative;
	top: 0;
}
.contact-form-box input.con-input::-webkit-input-placeholder{
	color: #999999 !important;
	opacity: 1 !important;
	line-height: 48px !important;
}
.contact-form-box input.con-input::-moz-placeholder{
	color: #999999 !important;
	opacity: 1 !important;
	line-height: 48px !important;
}
.contact-form-box textarea.con-textarea::-webkit-input-placeholder{
	color: #999999 !important;
	opacity: 1 !important;
	line-height: 1.5 !important;
}
.contact-form-box input.con-input:focus,
.contact-form-box textarea.con-textarea:focus,
.contact-form-box input[type="text"]:focus,
.contact-form-box input[type="email"]:focus,
.contact-form-box input[type="tel"]:focus,
.contact-form-box input[type="url"]:focus,
.contact-form-box textarea:focus{
	border-color: #ff7800 !important;
}
.con-cf7-submit{
	margin-top: 4px !important;
}
.contact-form-box .con-send,
.contact-form-box input.con-send,
.contact-form-box input[type="submit"].con-send,
.contact-form-box input[type="submit"]{
	display: inline-block;
	width: 246px !important;
	min-width: 246px;
	height: 48px !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: #ff7800 !important;
	color: #ffffff !important;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 48px !important;
	text-transform: none !important;
	cursor: pointer;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}
.contact-form-box .con-send:hover,
.contact-form-box input.con-send:hover,
.contact-form-box input[type="submit"].con-send:hover,
.contact-form-box input[type="submit"]:hover{
	background: #e86518 !important;
	color: #ffffff !important;
	opacity: 1;
}
.contact-form-box .wpcf7-not-valid-tip{
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 12px;
	margin: 2px 0 0;
	line-height: 1.3;
	z-index: 4;
}
.contact-form-box .wpcf7-response-output{
	margin: 16px 0 0 !important;
	padding: 10px 14px !important;
	border-radius: 0 !important;
}
.contact-map-wrap{
	position: relative;
	z-index: 2;
		width: 100%;
	max-width: 1400px;
	margin: -48px auto 0;
	padding: 0 40px;
	box-sizing: border-box;
}
.contact-map{
	width: 100%;
	padding: 23px;
	background: #ffffff;
	box-sizing: border-box;
	line-height: 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.contact-map iframe,
.contact-map img,
.contact-map > *{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
}
.contact-map p{
	margin: 0;
	line-height: 0;
}
@media(max-width:1480px){
	.contact-info{
		padding-left: 40px;
		padding-right: 32px;
	}
	.contact-form-panel{
		padding-right: 40px;
		padding-left: 32px;
	}
}
@media(max-width:1200px){
	.contact-info{padding: 44px 36px 40px;}
	.contact-form-panel{padding: 40px 36px 36px;}
	.contact-info-title,
	.contact-form-title{font-size: 34px;}
	.contact-qr-item{width: 120px;height: 120px;}
	.contact-map-wrap{padding: 0 32px;}
}
@media(max-width:960px){
	.contact-top{flex-direction: column;}
	.contact-info,
	.contact-form-panel{
		flex: none;
		width: 100%;
	}
	.contact-info{
		padding: 40px 32px 80px;
	}
	.contact-form-panel{
		padding: 36px 32px 80px;
	}
	.contact-info-inner,
	.contact-form-inner{
		max-width: none;
	}
}
@media(max-width:768px){
	.contact-page{padding-bottom: 40px;}
	.contact-info-title,
	.contact-form-title{font-size: 28px;}
	.contact-info-xian{margin-bottom: 28px;}
	.con-cf7-grid > li,
	.con-cf7-grid > li.con-cf7-full{
		flex: 0 0 100%;
		width: 100%;
	}
	.contact-form-box .con-send,
	.contact-form-box input.con-send,
	.contact-form-box input[type="submit"]{
		width: 100% !important;
		min-width: 0;
	}
	.contact-qr-item{width: 100px;height: 100px;}
	.contact-map-wrap{
		margin-top: -28px;
		padding: 0 20px;
	}
}
@media(max-width:480px){
	.contact-info,
	.contact-form-panel{padding: 28px 20px 64px;}
	.contact-qr-list{gap: 10px;}
	.contact-qr-item{width: 90px;height: 90px;}
}




	  @media(max-width:768px){
	.index-subtitle{font-size: 14px;line-height: 22px;}
	.index-title{font-size:24px;line-height:26px;margin-bottom: 30px;}
	.index-title span{font-size:24px;line-height:26px;}

	  }
	
/* wordpress分页 */
.pagination{margin: 30px auto 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 8px;}
.page-numbers{display: inline-flex;align-items: center;justify-content: center;min-width: 36px;height: 36px;padding: 0 10px;box-sizing: border-box;border: 1px solid #d0d0d0;margin: 0;background: #ffffff;color: #666666;font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;font-size: 14px;line-height: 1;text-decoration: none;transition: background-color .25s ease,border-color .25s ease,color .25s ease;}
.page-numbers:hover{border-color: #ff7800;color: #ff7800;text-decoration: none;}
.pagination .current,
.page-numbers.current{background: #ff7800;border-color: #ff7800;color: #ffffff;}
.pagination .prev,
.pagination .next{font-size: 16px;}

/* 视频列表页 */
.video-list{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 70px;
	background: #ffffff;
	box-sizing: border-box;
}
.video-list-inner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.video-list-heading{
	margin: 0 0 28px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #333333;
}
.video-list-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.video-list-item{
	margin: 0;
	padding: 0;
	min-width: 0;
}
.video-list-card{
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
}
.video-list-card:hover{
	text-decoration: none;
}
.video-list-card--disabled{
	cursor: default;
}
.video-list-media{
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #1a1a1a;
}
.video-list-media img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}
.video-list-media::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.28);
	pointer-events: none;
	transition: background-color .35s ease;
}
.video-list-card:hover .video-list-media img{
	transform: scale(1.05);
}
.video-list-card:hover .video-list-media::after{
	background: rgba(0, 0, 0, 0.4);
}
.video-list-play{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 72px;
	height: 72px;
	margin: 0;
	border-radius: 50%;
	background: #ff7800;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 24px rgba(255, 120, 0, 0.35);
	transition: transform .35s ease, background-color .35s ease, box-shadow .35s ease;
	pointer-events: none;
}
.video-list-play::before{
	content: "";
	position: absolute;
	left: 52%;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #ffffff;
	transform: translate(-40%, -50%);
}
.video-list-card:hover .video-list-play{
	transform: translate(-50%, -50%) scale(1.08);
	background: #f06e00;
	box-shadow: 0 10px 28px rgba(255, 120, 0, 0.45);
}
.video-list-pagination{
	margin-top: 40px;
}
.video-list-empty{
	margin: 40px 0;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	color: #666666;
}
@media(max-width:1100px){
	.video-list-inner{padding: 0 32px;}
	.video-list-heading{font-size: 28px;margin-bottom: 22px;}
	.video-list-play{width: 64px;height: 64px;}
	.video-list-play::before{border-width: 10px 0 10px 17px;}
}
@media(max-width:768px){
	.video-list{padding: 28px 0 48px;}
	.video-list-inner{padding: 0 20px;}
	.video-list-heading{font-size: 24px;margin-bottom: 18px;}
	.video-list-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.video-list-play{width: 52px;height: 52px;}
	.video-list-play::before{border-width: 8px 0 8px 14px;}
	.video-list-pagination{margin-top: 28px;}
}
@media(max-width:480px){
	.video-list-grid{
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.page-numbers{min-width: 32px;height: 32px;}
}

.f-right .wpcf7-response-output{color:#fff;margin-top:10px;}




/* 修复WordPress对齐类缺失的样式 */
.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
}

.alignleft {
    float: left;
    margin-right: 1em;
    clear: none;
}

.alignright {
    float: right;
    margin-left: 1em;
    clear: none;
}

/* 确保图片居中 */
img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* 确保文字居中 */
p[style*="text-align: center"] {
    text-align: center !important;
}