/*
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;}
p{margin: 0;}

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

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

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




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;}
.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: 1440px;}
	 /* 搜索 */
	 .header-search{position: relative;display: flex;align-items: center;flex-direction: row;width:196px;}
	 .sousuo-box1{height:36px;width:196px;border:none;background:rgba(255,255,255,.3);border-radius: 18px;z-index: 99;}
	 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 36px;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: 7px;margin-right:8px;}
	 .search-icon1{display: none;}
	 
	 .lar-box{width:60px;display: flex;align-items: center;flex-direction: row;padding-left: 20px;}
	 .lar-box1{display:flex;justify-content:space-between;width:40px;}
	 .lar{width:24px;height:16px;margin-left:6px;}
	 .lsj{width:10px;height:9px;margin-top:5px;}
	 .lar-name{color:#ffffff;font-size:16px;line-height:20px;}
	 .lar-xiala{width:40px!important;padding:0px!important;margin:0!important;}
	 .lar-xiala1{padding:5PX 0!important;margin:0!important;background: none;width: auto!important;}
	 .lar-box2{width:40px;display:flex;justify-content:space-between;margin:0!important;}
	 .logo{display: block;max-width: 200px;}
	 
	 /* 导航样式 */
	 .header{padding:18px 3%;z-index:10;background: rgba(0,0,0,.4);position: absolute;left: 0;top: 0;width: 100%;}
	 /* .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: 210px;}
	 .nav-center{width:calc(100% - 500px);display: flex;align-items: center;flex-direction: row;justify-content: start;padding: 0 0;}
	 .nav-right{width:270px;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:#ffffff;line-height:30px;font-size: 18px;font-weight: 100;position: relative;height: auto;font-family: "Roboto-Regular";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:#ffffff;background: none;border-bottom: 2px solid #ffffff;}
	 .uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color: #ffffff!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;
		 width: 100%;
		 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;
	 }
	 
	 /* .uk-navbar-nav > li:hover .mega-menu-simple {
		 display: block;
	 }
	  */
	 .mega-wrapper-simple {
		 max-width: 1400px;
		 margin: 0 auto;
		 padding: 40px 0px;
	 }
	 
	 .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: 160px;}
		 .nav-center{width: calc(100% - 450px);}
	 }
	 
	 @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: #ed6d00;}
		 .nav-center{width: calc(100% - 320px);}
	 }
	 
	 @media (max-width:768px){  
		 .header{padding: 0;position: relative;background: #ed6d00;}
		 .nav-right{width: 120px;background: #323336;}
		 .lar-box{padding-top: 0;}
		 .header-search{display: none;}
		 .nav-center{padding: 0;background: #323336;display: block;max-width: 100%;width: calc(100% - 120px);}
		 .header>.uk-container{padding: 0;}
		 .sousuo-box1{display: none;}
		 .uk-navbar-toggle{margin-top: 0;background: #000!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;
    }
}

/* 首页企业优势 */
.index-why{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 40px 90px;
	background: url(assets/images/bg1.jpg) top center no-repeat;
	background-size: cover;
}
.index-why .uk-container{max-width: 1440px;}
.iwhy-head{text-align: center;margin-bottom: 50px;}
.iwhy-wicon{display: block;margin: 0 auto 18px;}
.iwhy-title{
	text-align: center;
	font-size: 48px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}
.iwhy-title span{
	font-size: 48px;
	line-height: 1.15;
	color: #ed6d00;
	font-family: "Montserrat Extra Bold";
}
.iwhy-subtitle-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 14px;
}
.iwhy-line{
	flex: 1;
	max-width: 110px;
	height: 1px;
	background: #adb4bd;
}
.iwhy-subtitle{
	font-size: 14px;
	line-height: 1.4;
	color: #031d42;
	font-family: "Montserrat-Light";
	white-space: nowrap;
	margin: 0;
}
.iwhy-body{
	align-items: flex-start;
}
.iwhy-body > [class*="uk-width"]{
	align-self: flex-start;
}
.iwhy-tu{display: block;width: 100%;height: auto;}
.iwhy-tu:hover{
	animation-name: shake;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}
.iwhy-acc{
	background: #ffffff;
	border: 1px solid #b2b2b2;
	border-radius: 12px;
	overflow: hidden;
	--iwhy-pad: 22px;
	--iwhy-icon: 50px;
	--iwhy-gap: 16px;
	--iwhy-row-gap: 18px;
	padding-bottom: var(--iwhy-row-gap);
}
.iwhy-acc-item{
	position: relative;
	display: grid;
	grid-template-columns: var(--iwhy-icon) 1fr;
	column-gap: var(--iwhy-gap);
	padding: 0 var(--iwhy-pad) var(--iwhy-row-gap);
	border-bottom: 1px solid #b2b2b2;
}
.iwhy-acc-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.iwhy-acc-item > [data-wrapper="true"]{grid-column: 2;}
.index-why .uk-accordion-title.iwhy-acc-title{
	grid-column: 1 / -1;
	margin: 0;
	padding: 18px 0 0;
	background: transparent;
	border-bottom: none;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
	display: grid;
	grid-template-columns: var(--iwhy-icon) 1fr 28px;
	column-gap: var(--iwhy-gap);
	align-items: center;
	position: relative;
}
.iwhy-acc-icon{
	grid-column: 1;
	width: 50px;
	height: 50px;
	background: #ed6d00;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iwhy-acc-icon img{
	display: block;
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.iwhy-acc-name{
	grid-column: 2;
	font-size: 24px;
	line-height: 1.25;
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-right: 10px;
}
.iwhy-sign{
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	align-self: center;
	font-size: 28px;
	line-height: 1;
	color: #333333;
	font-weight: 300;
	font-family: Arial, sans-serif;
}
.iwhy-acc-title.uk-active .iwhy-sign-plus{display: none;}
.iwhy-acc-title:not(.uk-active) .iwhy-sign-minus{display: none;}
.index-why .iwhy-acc-item .uk-accordion-content{
	padding: 10px 0 0 0 !important;
	margin: 0;
}
.iwhy-acc-desc{
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
}
.iwhy-acc-desc p{margin: 0;font-size: 16px;line-height: 1.6;color: #333333;}
@media(max-width:960px){
	.index-why{padding: 50px 20px 60px;}
	.iwhy-title,.iwhy-title span{font-size: 36px;}
}
@media(max-width:480px){
	.iwhy-title,.iwhy-title span{font-size: 28px;}
	.iwhy-subtitle{white-space: normal;}
	.iwhy-acc-name{font-size: 20px;}
}

/* 首页公司简介 */
.index-ab{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 0 80px;
	overflow: hidden;
	background: url(assets/images/bg2.png) top center no-repeat;
	background-size: cover;
}
.iab-wrap{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 0 40px;
	box-sizing: border-box;
}
.iab-inner{
	max-width: 1680px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	padding-right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6.071%;
}
.iab-text{
	flex: 0 0 39.286%;
	max-width: 39.286%;
	min-width: 0;
}
.iab-small-title{
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
	font-family: "Roboto-Regular";
	margin: 0 0 14px;
	text-transform: uppercase;
}
.iab-main-title{
	font-size: 48px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	margin: 0 0 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.iab-main-title span{
	font-size: 48px;
	line-height: 1.15;
	color: #ed6d00;
	font-family: "Montserrat Extra Bold";
}
.iab-desc{
	margin: 0 0 28px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 20px;
	max-height: 320px;
	font-size: 18px;
	line-height: 1.65;
	color: #000000;
	font-family: "Roboto-Regular";
}
.iab-desc p,
.iab-desc li,
.iab-desc span{
	font-size: 18px;
	line-height: 1.65;
	color: #000000;
	font-family: "Roboto-Regular";
}
.iab-desc::-webkit-scrollbar{
	background: #e5e5e5;
	width: 10px;
	border-radius: 5px;
}
.iab-desc::-webkit-scrollbar-thumb{
	background: #ed6d00;
	border-radius: 5px;
}
.iab-more{
	display: inline-block;
	transition: opacity 0.3s;
}
.iab-more:hover{
	opacity: 0.85;
}
.iab-more img{
	display: block;
	height: auto;
	max-width: 100%;
}
.iab-visual{
	flex: 0 0 54.643%;
	max-width: 54.643%;
	position: relative;
	min-width: 0;
}
.iab-tubox{
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 918 / 661;
}
.iab-tu{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.iab-visual:hover .iab-tu{
	transform: scale(1.08);
}
.iab-stats{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 72%;
	padding: 60px 36px 40px 60px;
	box-sizing: border-box;
	background: linear-gradient(100deg, rgba(12, 38, 78, 0.9) 0%, rgba(12, 38, 78, 0.55) 50%, transparent 78%);
	display: grid;
	grid-template-columns: 340px 1px 340px;
	grid-template-rows: auto auto;
	column-gap: 24px;
	row-gap: 20px;
	align-content: start;
	pointer-events: none;
}
.iab-stat-top{
	width: 340px;
	max-width: 340px;
	grid-row: 1;
}
.iab-stat-first{
	grid-column: 1;
}
.iab-stat-top:not(.iab-stat-first){
	grid-column: 3;
}
.iab-stat-vline{
	grid-column: 2;
	grid-row: 1;
}
.iab-stat{
	min-width: 0;
}
.iab-stat-sub{
	font-size: 18px;
	line-height: 1.3;
	color: #ffffff;
	font-family: Arial, sans-serif;
	margin: 0 0 10px;
}
.iab-stat-numline{
	margin: 0;
	line-height: 1;
	white-space: nowrap;
}
.iab-stat-num{
	font-size: 72px;
	line-height: 1;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
}
.iab-stat-unit{
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	margin-left: 8px;
	vertical-align: baseline;
	position: relative;
	top: -4px;
}
.iab-stat-vline{
	display: block;
	width: 1px;
	background: rgba(255, 255, 255, 0.9);
	align-self: stretch;
	min-height: 90px;
	justify-self: center;
}
.iab-stat-first::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 22px;
}
.iab-stat-bottom{
	grid-column: 1;
	grid-row: 2;
	width: 340px;
	max-width: 340px;
}
@media(max-width:1200px){
	.index-ab{overflow: visible;}
	.iab-inner{
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		flex-wrap: wrap;
		gap: 32px;
	}
	.iab-text,
	.iab-visual{
		flex: 0 0 100%;
		max-width: 100%;
		overflow: visible;
	}
	.iab-stats{
		grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
		width: 100%;
	}
	.iab-stat-top,
	.iab-stat-bottom{
		width: 100%;
		max-width: none;
	}
	.iab-stat-num{font-size: 52px;}
	.iab-stat-unit{font-size: 20px;}
	.iab-stat-numline{white-space: normal;}
}
@media(max-width:960px){
	.index-ab{padding: 50px 0;overflow: visible;}
	.iab-wrap{padding: 0 16px;}
	.iab-main-title,
	.iab-main-title span{font-size: 32px;}
	.iab-desc{max-height: 220px;}
	.iab-visual{
		display: flex;
		flex-direction: column;
		overflow: visible;
	}
	.iab-tubox{
		flex-shrink: 0;
	}
	.iab-stat-num{font-size: 48px;}
	.iab-stat-unit{font-size: 18px;}
	.iab-stats{
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		padding: 28px 20px 32px;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		row-gap: 0;
		background: #ed6d00;
	}
	.iab-stat-first::after{display: none;}
	.iab-stat-vline{display: none;}
	.iab-stat-first,
	.iab-stat-top:not(.iab-stat-first),
	.iab-stat-bottom{
		grid-column: 1;
		grid-row: auto;
		width: 100%;
		max-width: none;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
	.iab-stat-bottom{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
}
@media(max-width:1600px){
	.a-left{display: block!important;left:2%!important;}
	.a-right{display: block!important;right:2%!important;} 
	 }

/* 首页视屏展示 */
.index-video{padding: 3%;background: #fff;width: 100%;max-width: 1920px;margin:0 auto;}
.video{width: 100%;}

/* 首页证书展示 */
.index-zs.index-zs-home{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 40px 90px;
	background: url(assets/images/bg3.png) top center no-repeat;
	background-size: cover;
}
.index-zs.index-zs-home .uk-container{
	max-width: 1440px;
}
.index-zs.index-zs-home .izs-head{
	margin-bottom: 48px;
}
.zs-tu{width: 100%;display: block;}
.zs-tubox:hover .zs-tu{transform: rotateY(360deg);transition: 0.6s;}
.zs-slider-outer{
	padding-left: 56px;
	padding-right: 56px;
	box-sizing: border-box;
}
.zs-left::before,.zs-right::before{display: none;}
.zs-left,.zs-right{
	display: block!important;
	line-height: 0;
	top: 50%!important;
	margin-top: 0!important;
	transform: translateY(-50%);
	width: auto!important;
	height: auto!important;
}
.zs-left img,.zs-right img{display: block;height: auto;max-height: 48px;width: auto;}
.zs-left{left: 0!important;}
.zs-right{right: 0!important;}
@media(max-width:1700px){
	.zs-slider-outer{
		padding-left: 48px;
		padding-right: 48px;
	}
	.zs-left{left: 0!important;}
	.zs-right{right: 0!important;}
}

/* 内页证书展示 */
.index-zs.ab-zs{
	background-image: url(assets/images/bg10.png);
}

/* 首页主要产品 */
.index-main{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 40px 90px;
	background: url(assets/images/bg4.png) top center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.index-main .imain-wrap{
	max-width: 1440px;
}
.index-main .imain-head{
	margin-bottom: 48px;
}
.index-main .imain-title{
	color: #ffffff;
}
.index-main .imain-title span{
	color: #ed6d00;
}
.index-main .imain-subtitle{
	color: rgba(255, 255, 255, 0.6);
}
.index-main .imain-line{
	background: rgba(255, 255, 255, 0.6);
}
.index-main .imain-slideset-wrap{
	position: relative;
	padding: 0 48px;
}
.index-main .uk-slidenav-position .uk-slidenav{
	display: block;
}
.imain-left::before,
.imain-right::before{
	display: none;
}
.imain-left,
.imain-right{
	top: 50% !important;
	margin-top: 0 !important;
	transform: translateY(-50%);
	width: auto !important;
	height: auto !important;
	line-height: 0;
}
.imain-left img,
.imain-right img{
	display: block;
	width: 29px;
	height: 132px;
}
.imain-left{
	left: 0 !important;
}
.imain-right{
	right: 0 !important;
}
.index-main .uk-slideset > li{
	padding: 0 12px;
	box-sizing: border-box;
}
.imain-box{
	display: block;
	text-decoration: none;
	color: inherit;
}
.imain-card{
	padding: 24px 20px 28px;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
	text-align: center;
}
.imain-box:hover .imain-card{
	border-color: transparent;
	background: url(assets/images/cpbg.png) center center no-repeat;
	background-size: 100% 100%;
	box-shadow: none;
}
.imain-box:hover{

	text-decoration: none;
}
.imain-tubox{
	width: 380px;
	max-width: 100%;
	height: 380px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imain-tu{
	display: block;
	width: 380px;
	height: 380px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.imain-name{
	margin: 0;
	padding: 0 10px;
	font-size: 24px;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.6);
	font-family: "Montserrat-Light";
	transition: font-size 0.35s ease, color 0.35s ease;
}
.imain-box:hover .imain-name{
	font-size: 30px;
	color: #ffffff;
}
.imain-more{
	display: block;
	height: 39px;
	margin-top: 22px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}
.imain-more img{
	display: block;
	margin: 0 auto;
	width: 159px;
	height: 39px;
	max-width: 100%;
}
.imain-box:hover .imain-more{
	opacity: 1;
	visibility: visible;
}
.imain-empty{
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}
@media(max-width:1200px){
	.imain-tubox{
		width: 300px;
		height: 300px;
	}
	.imain-tu{
		width: 300px;
		height: 300px;
	}
}
@media(max-width:960px){
	.index-main{
		padding: 50px 20px 60px;
	}
	.index-main .imain-slideset-wrap{
		padding: 0 40px;
	}
	.index-main .imain-title,
	.index-main .imain-title span{
		font-size: 32px;
	}
	.index-main .imain-subtitle{
		white-space: normal;
	}
	.imain-tubox{
		width: 260px;
		height: 260px;
	}
	.imain-tu{
		width: 260px;
		height: 260px;
	}
	.imain-left img,
	.imain-right img{
		width: 22px;
		height: 100px;
	}
}
@media(max-width:480px){
	.index-main .imain-slideset-wrap{
		padding: 0 32px;
	}
	.index-main .imain-title,
	.index-main .imain-title span{
		font-size: 26px;
	}
	.imain-tubox{
		width: 220px;
		height: 220px;
	}
	.imain-tu{
		width: 220px;
		height: 220px;
	}
	.imain-name{
		font-size: 20px;
	}
	.imain-box:hover .imain-name{
		font-size: 24px;
	}
}



/* 首页热门产品 */
.index-hot{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 40px 80px;
	background: url(assets/images/bg5.png) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
}
.index-hot .ihot-wrap{
	max-width: 1440px;
}
.ihot-head{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
}
.ihot-head-left{
	flex: 1;
	min-width: 0;
}
.ihot-title{
	margin: 0;
	font-size: 48px;
	line-height: 1.15;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	text-transform: uppercase;
}
.ihot-subtitle-wrap{
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 12px;
}
.ihot-subtitle{
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.6);
	font-family: "Montserrat-Light";
	white-space: nowrap;
}
.ihot-line{
	flex: 0 0 98px;
	width: 98px;
	height: 1px;
	background: rgba(255, 255, 255, 0.6);
}
.ihot-rmore{
	display: inline-block;
	flex-shrink: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.ihot-rmore:hover{
	opacity: 0.88;
	transform: translateY(-2px);
	text-decoration: none;
}
.ihot-rmore img{
	display: block;
	width: 200px;
	height: 47px;
	max-width: 100%;
}
.ihot-rmore--top{
	margin-top: 8px;
}
.ihot-grid{
	display: grid;
	grid-template-columns: 338fr 710fr 338fr;
	gap: 27px;
	align-items: stretch;
}
.ihot-col-side{
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}
.ihot-col-center{
	display: flex;
	min-width: 0;
}
.ihot-item{
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
}
.ihot-card{
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	box-shadow: none;
	transition: box-shadow 0.4s ease, transform 0.4s ease;
	overflow: hidden;
}
.ihot-item:hover .ihot-card{
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
	transform: translateY(-4px);
}
.ihot-item:hover{
	text-decoration: none;
}
.ihot-tubox{
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #ffffff;
}
.ihot-tu{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.55s ease;
}
.ihot-item:hover .ihot-tu{
	transform: scale(1.08);
}
.ihot-name{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0;
	padding: 16px 14px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	color: #282828;
	font-family: "Montserrat-Light";
	font-weight: normal;
	box-sizing: border-box;
	pointer-events: none;
}
.ihot-item--large .ihot-name{
	font-size: 24px;
	padding-top: 28px;
}
.ihot-more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	margin: 0;
	padding: 0 0 12px;
	line-height: 0;
	text-align: center;
	pointer-events: none;
}
.ihot-item--large .ihot-more{
	padding-bottom: 28px;
}
.ihot-more img{
	display: block;
	margin: 0 auto;
}
.ihot-item--small .ihot-more img{
	width: 139px;
	height: 34px;
}
.ihot-item--large .ihot-more img{
	width: 200px;
	height: 47px;
}
.ihot-foot{
	margin-top: 48px;
	text-align: center;
}
.ihot-empty{
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin: 0;
}
@media(max-width:1200px){
	.index-hot{
		padding: 56px 24px 64px;
	}
	.ihot-title{
		font-size: 36px;
	}
	.ihot-grid{
		gap: 20px;
	}
}
@media(max-width:960px){
	.ihot-head{
		flex-direction: column;
		align-items: flex-start;
	}
	.ihot-rmore--top{
		margin-top: 0;
	}
	.ihot-grid{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.ihot-col-side{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.ihot-col-side .ihot-item{
		flex: 1 1 calc(50% - 10px);
		min-width: 240px;
	}
}
@media(max-width:640px){
	.index-hot{
		padding: 44px 16px 52px;
	}
	.ihot-title{
		font-size: 28px;
	}
	.ihot-subtitle{
		white-space: normal;
	}
	.ihot-col-side{
		flex-direction: column;
	}
	.ihot-col-side .ihot-item{
		flex: none;
		width: 100%;
		min-width: 0;
	}
	.ihot-rmore img{
		width: 160px;
		height: auto;
	}
	.ihot-item--large .ihot-more img{
		width: 180px;
		height: auto;
	}
	.ihot-item--small .ihot-more img{
		width: 120px;
		height: auto;
	}
}



/* 首页案例展示 */
.index-case.index-case-home{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 40px 80px;
	background: url(assets/images/bg6.png) top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
}
.index-case.index-case-home .icase-wrap{
	max-width: 1440px;
}
.index-case.index-case-home .icase-head{
	margin-bottom: 48px;
}
.icase-list{
	list-style: none;
	margin: 0;
	padding: 0 0 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
}
.icase-item{
	flex: 0 0 calc(25% - 18px);
	max-width: calc(25% - 18px);
	min-width: 0;
	box-sizing: border-box;
	padding-bottom: 40px;
}
.icase-item--down{
	margin-top: 28px;
}
.icase-item--up{
	margin-top: 0;
}
.icase-box{
	display: block;
	text-decoration: none;
	color: inherit;
}
.icase-box:hover{
	text-decoration: none;
}
.icase-tubox{
	position: relative;
	overflow: visible;
}
.icase-imgwrap{
	overflow: hidden;
	border-radius: 16px;
}
.icase-tu{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform 0.55s ease;
}
.icase-box:hover .icase-tu{
	transform: scale(1.06);
}
.icase-hover{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	width: 80%;
	max-width: calc(100% - 24px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(50%) translateY(10px);
	transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
	pointer-events: none;
	padding-top: 24px;
	overflow: visible;
}
.icase-box:hover .icase-hover{
	opacity: 1;
	visibility: visible;
	transform: translateY(50%) translateY(0);
}
.icase-caption{
	background: #ffffff;
	padding: 14px 52px 14px 16px;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.icase-name{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.4;
	color: #16171a;
	font-family: "Montserrat-Light";
	font-weight: normal;
	word-break: break-word;
}
.icase-name.row3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	max-height: calc(18px * 1.4 * 3);
	text-overflow: ellipsis;
}
.icase-arrow{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
	z-index: 5;
	transform: translate(-38%, 0);
}
.icase-arrow img{
	display: block;
	width: auto;
	height: auto;
	max-width: none;
}
.icase-foot{
	margin-top: 24px;
	text-align: center;
}
.icase-cmore{
	display: inline-block;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.icase-cmore:hover{
	opacity: 0.88;
	transform: translateY(-2px);
	text-decoration: none;
}
.icase-cmore img{
	display: block;
	width: 200px;
	height: 47px;
	max-width: 100%;
}
.icase-empty{
	text-align: center;
	color: #666666;
	margin: 0;
}
@media(max-width:1200px){
	.index-case.index-case-home{
		padding: 56px 24px 64px;
	}
	.icase-item{
		flex: 0 0 calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
	.icase-item--down{
		margin-top: 0;
	}
	.icase-item:nth-child(odd){
		margin-top: 28px;
	}
}
@media(max-width:640px){
	.index-case.index-case-home{
		padding: 44px 16px 52px;
	}
	.icase-list{
		gap: 16px;
		padding-bottom: 16px;
	}
	.icase-item,
	.icase-item:nth-child(odd){
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0;
		padding-bottom: 36px;
	}
	.icase-item--down{
		margin-top: 0;
	}
	.icase-cmore img{
		width: 160px;
		height: auto;
	}
}
  /* 首页新闻展示 */
.index-news.index-news-home{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 40px 80px;
	background: url(assets/images/bg7.png) top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
}
.index-news.index-news-home .inews-wrap{
	max-width: 1440px;
}
.index-news.index-news-home .inews-head{
	margin-bottom: 48px;
}
.index-news.index-news-home .inews-head-title{
	color: #ffffff;
}
.index-news.index-news-home .inews-head-subtitle{
	color: rgba(255, 255, 255, 0.6);
}
.index-news.index-news-home .inews-line{
	background: rgba(255, 255, 255, 0.6);
}
.inews-featured-wrap{
	margin-bottom: 32px;
}
.inews-featured{
	display: flex;
	align-items: stretch;
	gap: 15px;
	padding: 15px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 0;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: background 0.4s ease;
}
.inews-featured:hover{
	text-decoration: none;
	background: #ed6d00;
}
.inews-featured-imgwrap{
	flex: 1 1 0;
	min-width: 0;
	min-height: 280px;
	overflow: hidden;
	border-radius: 0;
}
.inews-featured-img{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	border-radius: 0;
	transition: transform 0.55s ease;
}
.inews-featured:hover .inews-featured-img{
	transform: scale(1.05);
}
.inews-featured-body{
	flex: 2 1 0;
	min-width: 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-radius: 0;
}
.inews-item-title{
	margin: 20px 0 10px;
	font-size: 22px;
	line-height: 1.35;
	color: #16171a;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	transition: color 0.4s ease;
}
.inews-item-date{
	display: block;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.4;
	color: #999999;
	font-family: "Montserrat-Light";
	transition: color 0.4s ease;
}
.inews-featured-desc{
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.65;
	color: #666666;
	font-family: "Montserrat-Light";
}
.inews-featured-desc.row4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
	max-height: calc(16px * 1.65 * 4);
	text-overflow: ellipsis;
}
.inews-featured:hover .inews-item-title,
.inews-featured:hover .inews-item-date,
.inews-featured:hover .inews-featured-desc{
	color: #ffffff;
}
.inews-detail{
	display: inline-block;
	margin-top: auto;
	line-height: 0;
}
.inews-detail img{
	display: block;
	width: 126px;
	height: 37px;
	max-width: 100%;
}
.inews-slideset-wrap{
	margin-top: 8px;
}
.inews-slideset-wrap .uk-slideset > li{
	padding: 0 12px;
	box-sizing: border-box;
}
.inews-card{
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	border-radius: 0;
	overflow: hidden;
	background: #ffffff;
	transition: background 0.4s ease;
}
.inews-card:hover{
	text-decoration: none;
	background: #ed6d00;
}
.inews-card-imgwrap{
	overflow: hidden;
	border-radius: 8px;
}
.inews-card-img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform 0.55s ease;
}
.inews-card:hover .inews-card-img{
	transform: scale(1.06);
}
.inews-card-body{
	padding: 0;
	transition: color 0.4s ease;
}
.inews-card .inews-item-title{
	font-size: 18px;
	margin-bottom: 8px;
	font-family: "Montserrat-Light";
	font-weight: normal;
}
.inews-card .inews-item-date{
	margin-bottom: 16px;
}
.inews-card:hover .inews-item-title,
.inews-card:hover .inews-item-date{
	color: #ffffff;
}
.inews-card .inews-detail img{
	width: 126px;
	height: 37px;
}
.inews-dotnav{
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}
.inews-dotnav > * > *{
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.45);
}
.inews-dotnav > .uk-active > *{
	background: #ed6d00;
}
.inews-empty{
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
}
@media(max-width:1200px){
	.index-news.index-news-home{
		padding: 56px 24px 64px;
	}
	.inews-featured{
		flex-direction: column;
	}
	.inews-featured-imgwrap{
		flex: none;
		max-width: 100%;
		min-height: 220px;
	}
	.inews-featured-body{
		flex: none;
		max-width: 100%;
	}
	.inews-featured-img{
		min-height: 220px;
	}
}
@media(max-width:960px){
	.index-news.index-news-home{
		padding: 44px 16px 52px;
	}
	.inews-detail img{
		width: 126px;
		height: 37px;
	}
}

/* 首页销售地图 */
.index-map.index-map-home{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	background: transparent;
}
.index-map.index-map-home .imap-wrap{
	max-width: 1920px;
	margin: 0 auto;
}
.imap-visual{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	line-height: 0;
}
.imap-tu{
	display: block;
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
}
.index-map.index-map-home .imap-head{
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0;
	padding: 0 40px;
	box-sizing: border-box;
	pointer-events: none;
}
.index-map.index-map-home .imap-head a{
	pointer-events: auto;
}
@media(max-width:1200px){
	.index-map.index-map-home .imap-head{
		top: 56px;
		padding: 0 24px;
	}
}
@media(max-width:640px){
	.index-map.index-map-home .imap-head{
		top: 44px;
		padding: 0 16px;
	}
	.index-map.index-map-home .iwhy-title,
	.index-map.index-map-home .iwhy-title span{
		font-size: 28px;
	}
	.index-map.index-map-home .iwhy-subtitle{
		white-space: normal;
	}
}

   /* 页尾信息 */
.footer.footer-home{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	background: url(assets/images/bg8.png) top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	color: #ffffff;
}
.footer.footer-home .ft-wrap{
	max-width: 1440px;
	padding: 0 40px;
	box-sizing: border-box;
}
.footer.footer-home .ft-wrap-bottom{
	padding-bottom: 40px;
}
.ft-hline{
	display: block;
	clear: both;
	width: 100%;
	max-width: 1920px;
	height: 2px;
	min-height: 2px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #636364;
	flex-shrink: 0;
}
.ft-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 24px 0 40px;
}
.ft-b-title{
	margin: 0 0 16px;
	font-size: 36px;
	line-height: 1.2;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	text-transform: none;
}
.ft-b-desc{
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Montserrat-Light";
}
.ft-b-desc p{
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
}
.ft-wechat-tu{
	display: block;
	width: 157px;
	height: 157px;
	object-fit: contain;
	flex-shrink: 0;
}
.ft-main{
	display: grid;
	grid-template-columns: 1.25fr 0.85fr 1.18fr 0.92fr;
	gap: 0;
	padding: 40px 0 14px;
}
.ft-col{
	padding: 0 28px;
	box-sizing: border-box;
	min-width: 0;
}
.ft-col-brand{
	padding-left: 0;
}
.ft-col-form{
	padding-right: 0;
}
.ft-divider-v{
	border-left: 1px solid #636364;
}
.ft-logo{
	display: block;
	width: 339px;
	max-width: 100%;
	height: auto;
	margin-bottom: 18px;
}
.ft-logo-desc{
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Montserrat-Light";
}
.ft-logo-desc p{
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
}
.ft-social{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.ft-social-link{
	display: block;
	line-height: 0;
	transition: opacity 0.3s ease;
}
.ft-social-link:hover{
	opacity: 0.8;
}
.ft-social-link img{
	display: block;
	width: 26px;
	height: 26px;
	object-fit: contain;
}
.ft-col-title{
	margin: 0 0 32px;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	text-transform: uppercase;
}
.ft-col-title1{margin-bottom: 10px;}
.ft-nav-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-nav-list li{
	margin: 0 0 10px;
}
.ft-nav-list li:last-child{
	margin-bottom: 0;
}
.ft-nav-list a{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Montserrat-Light";
	text-decoration: none;
	transition: color 0.3s ease;
}
.ft-nav-list a::before{
	content: "";
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	box-sizing: border-box;
}
.ft-nav-list a:hover{
	color: #ed6d00;
	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-form-tip{
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Montserrat-Light";
}
.ft-form .wpcf7{
	margin: 0;
}
.footer-home .ft-form .biaodan{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-home .ft-form .biaodan li{
	margin: 0 0 14px;
	padding: 0;
}
.footer-home .ft-form .biaodan li input{
	width: 100%;
	height: 60px;
	padding: 0 16px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.8) !important;
	border-radius: 8px;
	color: #ffffff;
	font-size: 15px;
	font-family: "Montserrat-Light";
}
.footer-home .ft-form .biaodan li input::-webkit-input-placeholder{
	color: rgba(255, 255, 255, 0.55);
}
.footer-home .ft-form .send,
.footer-home .ft-form input[type="submit"]{
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	border: none !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: #ed6d00 !important;
	font-size: 18px !important;
	font-family: "Montserrat Extra Bold" !important;
	font-weight: normal !important;
	text-transform: none !important;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.footer-home .ft-form .send:hover,
.footer-home .ft-form input[type="submit"]:hover{
	opacity: 0.88;
	background: #ffffff !important;
	color: #ed6d00 !important;
}
.ft-contact{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 2fr;
	gap: 24px;
	padding: 36px 0;
}
.ft-contact-item--address{
	min-width: 0;
}
.ft-contact-item{
	display: flex;
	align-items: flex-start;
	gap: 14px;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}
.ft-contact-item:hover{
	text-decoration: none;
	color: #ffffff;
	opacity: 0.9;
}
.ft-contact-item--plain{
	cursor: default;
}
.ft-contact-icon{
	flex: 0 0 43px;
	width: 43px;
	line-height: 0;
}
.ft-contact-icon img{
	display: block;
	width: 43px;
	height: 43px;
	object-fit: contain;
}
.ft-contact-text{
	min-width: 0;
}
.ft-contact-label{
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.3;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
}
.ft-contact-value{
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Montserrat-Light";
	word-break: break-word;
}
.ft-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0 0;
}
.ft-bottom-text{
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.75);
	font-family: "Montserrat-Light";
}
.ft-sitemap{
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.75);
	font-family: "Montserrat-Light";
	text-decoration: none;
	transition: color 0.3s ease;
}
.ft-sitemap:hover{
	color: #ed6d00;
	text-decoration: none;
}
@media(max-width:1200px){
	.footer.footer-home .ft-wrap{
		padding: 0 24px 32px;
	}
	.ft-main{
		grid-template-columns: 1fr 1fr;
		gap: 32px 0;
	}
	.ft-col{
		padding: 0 20px;
		border-left: none;
	}
	.ft-col-brand,
	.ft-col-nav{
		padding-left: 0;
	}
	.ft-col-products,
	.ft-col-form{
		padding-right: 0;
	}
	.ft-col-nav,
	.ft-col-form{
		border-top: 1px solid #636364;
		padding-top: 28px;
	}
	.ft-contact{
		grid-template-columns: 1fr 1fr;
	}
	.ft-contact-item--address{
		grid-column: 1 / -1;
	}
			 }
			 @media(max-width:768px){ 
	.footer.footer-home .ft-wrap{
		padding: 0 16px 28px;
	}
	.ft-top{
		flex-direction: column;
		align-items: flex-start;
		padding: 32px 0 28px;
	}
	.ft-b-title{
		font-size: 28px;
	}
	.ft-main{
		grid-template-columns: 1fr;
		padding: 28px 0;
		gap: 0;
	}
	.ft-col{
		padding: 0 0 28px;
		margin-bottom: 28px;
		border-top: 1px solid #636364;
	}
	.ft-col-brand{
		border-top: none;
		padding-top: 0;
		margin-bottom: 28px;
	}
	.ft-col-form{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.ft-contact{
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 28px 0;
	}
	.ft-bottom{
		flex-direction: column;
		align-items: flex-start;
	}
				}
		/* 表单 */
		.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;}

    /* 内页面包屑 */
	.m-box span{font-size:16px;color:#ffffff;text-decoration: none;line-height:30px;font-weight: 400;text-align: left;
		text-transform: uppercase;}
		   .m-box ol{display: flex;margin: 0;justify-content: start;padding: 0;}
		
		   .banner-box{position: relative;margin: 0 auto;width: 100%;max-width: 1920px;}
		   .banner-nr{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;flex-direction: row;justify-content: center;}
		   .banner-nr>div{max-width: 1400px;width: 100%;}  
		   .banner-title{text-align: center;font-size: 48px;color:#ffffff;line-height: 52px;text-transform: uppercase;
		margin-top: 0;margin-bottom: 0;font-family: "Montserrat Extra Bold";
		}
			.banner-xian{width: 50px;height: 3px;background: #fff;margin: 12px auto 12px;}
		   .banner-subtitle{text-align: center;font-size: 14px;color:#ffffff;line-height: 28px;}
		   /* 假设面包屑的类名为 */
		.m-box {
			list-style: none;
			margin: 0;
			padding: 0;
			padding: 6px 3%;
			background: #323336;
			border-top: 1px solid #ffffff;
		}
	
		.breadcrumb li {
			display: inline;
		}
		
		.breadcrumb li+li:before {
			content: '>>'; /* 修改为你想要的分隔符 */
			padding: 0 5px;
			color:#fff;
		}
		.breadcrumb li::after{display: none;}
		   @media(max-width:768px){
		 .banner-title{text-align: left;font-size: 20px;line-height: 24px;margin-bottom: 10px;}  
		 .banner-subtitle{text-align: left;font-size: 14px;line-height: 16px;} 
		 .top-name p{font-size: 18px;line-height: 20px;}

		   }
   


/* 内页案例列表（复用首页 icase 卡片样式） */
.case-list-page{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 50px 40px 70px;
	box-sizing: border-box;
	overflow: hidden;
}
.case-list-page .icase-wrap{
	max-width: 1440px;
}
.case-list-page .icase-list-page{
	padding-bottom: 0;
}
.case-list-page .icase-item,
.case-list-page .icase-item--down,
.case-list-page .icase-item--up,
.case-list-page .icase-item:nth-child(odd){
	margin-top: 0;
	padding-bottom: 28px;
}
.case-list-page .icase-pagination{
	margin-top: 48px;
}
@media(max-width:1200px){
	.case-list-page{
		padding: 40px 24px 56px;
	}
}
@media(max-width:640px){
	.case-list-page{
		padding: 32px 16px 48px;
	}
	.case-list-page .icase-pagination{
		margin-top: 32px;
	}
}

	 /* 案例详情 */
	 .case-page{padding: 3%;}
	 .case-img{display: block;width: 100%;}
	 .case-nr{margin: 20px auto;}
     .casexq-box{margin-bottom: 30px;}
 

	 /* 内页工厂信息 */
.ab-gc{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.ab-gc-wrap{
	position: relative;
	width: 100%;
	min-height: 360px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab-gc-inner{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 72px 80px;
	box-sizing: border-box;
}
.ab-gc-stats{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.ab-gc-stat{
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 40px;
	box-sizing: border-box;
}
.ab-gc-stat-sub{
	font-size: 18px;
	line-height: 1.3;
	color: #ffffff;
	font-family: Arial, sans-serif;
	margin: 0 0 12px;
}
.ab-gc-stat-numline{
	margin: 0;
	line-height: 1;
	white-space: nowrap;
}
.ab-gc-stat-num{
	font-size: 72px;
	line-height: 1;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
}
.ab-gc-stat-unit{
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	margin-left: 10px;
	vertical-align: baseline;
	position: relative;
	top: -4px;
}
.ab-gc-vline{
	flex: 0 0 1px;
	width: 1px;
	height: 96px;
	background: rgba(255, 255, 255, 0.5);
	align-self: center;
}
@media(max-width:1200px){
	.ab-gc-inner{padding: 56px 48px;}
	.ab-gc-stat{padding: 0 32px;}
	.ab-gc-stat-num{font-size: 56px;}
	.ab-gc-stat-unit{font-size: 20px;}
	.ab-gc-vline{height: 80px;}
}
@media(max-width:960px){
	.ab-gc-wrap{min-height: auto;}
	.ab-gc-inner{padding: 40px 24px;}
	.ab-gc-stats{
		flex-direction: column;
		align-items: stretch;
		max-width: 100%;
	}
	.ab-gc-stat{
		flex: none;
		width: 100%;
		padding: 0 0 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
		align-items: center;
	}
	.ab-gc-stat:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.ab-gc-vline{display: none;}
	.ab-gc-stat-num{font-size: 48px;}
	.ab-gc-stat-numline{white-space: normal;}
}
@media(max-width:640px){
	.ab-gc-inner{padding: 32px 16px;}
	.ab-gc-stat-num{font-size: 40px;}
	.ab-gc-stat-unit{font-size: 18px;}
}

     /* 内页公司简介 */
.about{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 100px;
	background: #ffffff;
	box-sizing: border-box;
}
.about-inner{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.about-title{
	font-size: 48px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;

	margin: 0;
}
.about-title::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ed6d00;
	margin-top: 10px;
}
.about-desc{
	margin-top: 28px;
	font-size: 18px;
	line-height: 1.65;
	color: #000000;
	font-family: "Roboto-Regular";
}
.about-desc p,
.about-desc li,
.about-desc span{
	font-size: 18px;
	line-height: 1.65;
	color: #000000;
	font-family: "Roboto-Regular";
}
.about-desc p{
	margin: 0 0 1em;
}
.about-desc p:last-child{
	margin-bottom: 0;
}
.about-gallery{
	--about-gap: 10px;
	display: grid;
	grid-template-columns: 540fr 440fr 440fr;
	gap: var(--about-gap);
	margin-top: 48px;
	align-items: stretch;
}
.about-gallery__item{
	margin: 0;
	overflow: hidden;
}
.about-gallery__item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.about-gallery__item:hover img{
	transform: scale(1.08);
}
.about-gallery__item--left{
	aspect-ratio: 540 / 584;
}
.about-gallery__item--mid{
	aspect-ratio: 440 / 584;
}
.about-gallery__right{
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: var(--about-gap);
	min-height: 0;
	height: 100%;
}
.about-gallery__item--rt,
.about-gallery__item--rb{
	height: 100%;
	min-height: 0;
}
@media(max-width:1480px){
	.about-inner{padding: 0 40px;}
}
@media(max-width:1200px){
	.about{padding: 64px 0 80px;}
	.about-inner{padding: 0 32px;}
	.about-title{font-size: 40px;}
	.about-gallery{margin-top: 40px;}
}
@media(max-width:960px){
	.about{padding: 48px 0 64px;}
	.about-inner{padding: 0 24px;}
	.about-title{font-size: 32px;}
	.about-desc{font-size: 16px;}
	.about-desc p,
	.about-desc li,
	.about-desc span{font-size: 16px;}
	.about-gallery{
		grid-template-columns: 1fr;
		margin-top: 32px;
	}
	.about-gallery__right{
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
	.about-gallery__item--left,
	.about-gallery__item--mid,
	.about-gallery__item--rt,
	.about-gallery__item--rb{
		aspect-ratio: auto;
		height: auto;
	}
	.about-gallery__item--left img,
	.about-gallery__item--mid img,
	.about-gallery__item--rt img,
	.about-gallery__item--rb img{
		height: auto;
		aspect-ratio: 16 / 10;
	}
}
@media(max-width:640px){
	.about-inner{padding: 0 16px;}
	.about-gallery__right{
		grid-template-columns: 1fr;
	}
}

/* 内页公司优势 */
.ab-ys{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 100px;
	background: url(assets/images/bg9.png) top center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.ab-ys-inner{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ab-ys-head{
	text-align: center;
	margin-bottom: 48px;
}
.ab-ys-title{
	font-size: 48px;
	line-height: 1.15;
	color: #000000;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
.ab-ys-title::after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #000000;
	margin: 12px auto 0;
}
.ab-ys-subtitle-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 16px;
}
.ab-ys-line{
	flex: 1;
	max-width: 110px;
	height: 1px;
	background: #adb4bd;
}
.ab-ys-subtitle{
	font-size: 14px;
	line-height: 1.4;
	color: #031d42;
	font-family: "Montserrat-Light";
	margin: 0;
}
.ab-ys-cols{
	display: flex;
	align-items: stretch;
	gap: 40px;
}
.ab-ys-col{
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.ab-ys-card{
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 22px 24px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.45);
	transition: background 0.35s ease;
	box-sizing: border-box;
}
.ab-ys-card:hover{
	background: #ffffff;
}
.ab-ys-icon{
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	background: #ed6d00;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transform: rotate(0deg);
	transition: transform 0.6s ease;
	transform-origin: center center;
}
.ab-ys-icon img{
	display: block;
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.ab-ys-body{
	flex: 1;
	min-width: 0;
}
.ab-ys-name{
	font-size: 24px;
	line-height: 1.25;
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 10px;
}
.ab-ys-desc{
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	font-family: Arial, sans-serif;
}
.ab-ys-desc p{
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
}
@media(max-width:1480px){
	.ab-ys-inner{padding: 0 40px;}
}
@media(max-width:1200px){
	.ab-ys{padding: 64px 0 80px;}
	.ab-ys-inner{padding: 0 32px;}
	.ab-ys-title{font-size: 40px;}
}
@media(max-width:960px){
	.ab-ys{padding: 48px 0 64px;}
	.ab-ys-inner{padding: 0 24px;}
	.ab-ys-title{font-size: 32px;}
	.ab-ys-subtitle{white-space: normal;}
	.ab-ys-cols{
		flex-direction: column;
		gap: 20px;
	}
	.ab-ys-name{font-size: 20px;}
}
@media(max-width:640px){
	.ab-ys-inner{padding: 0 16px;}
	.ab-ys-card{padding: 18px 16px;}
}

/* 内页解决方案 */
.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;
	}
}

	/* 内页新闻列表 */
	.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:480px){
	.m-box{padding: 0 15px;}
	}
	@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}
.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%;background: #e9e9e9;}
	 .pr-tu{display: block;margin-bottom: 20px;border: 1px solid #e5e5e5;width: 100%;}
	 .pr-box2{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .pr-box1{width: 125px;}
	 .showactive img{border: 1px solid #ed6d00;}
	 .show-box{width: calc(100% - 150px);}
	 .show{display: block;width: 100%;border-radius: 20px;}
	 .xiao{border: 1px solid #ffffff;border-radius: 10px;}
	 .npr-title{font-size: 40px;line-height: 44px;font-weight: bold;color:#000000;margin-top: 20px;margin-bottom: 16px;font-weight: "Montserrat-Light";
	}
    .npr-morebox{display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 486px;margin-top: 30px;}
	.npr-more{display: block;margin-bottom: 18px;}

	 .pr-nr{margin-top: 16px;}
	 .npr-title1{font-size: 30px;line-height: 40px;font-weight: 400;color:#000000;text-align: left;margin-bottom: 30px;
		border-bottom: 1px solid #cbcbcb;margin-top: 30px;padding: 10px 0;text-transform: uppercase;
	 }
	.pr-app-wrap{margin-bottom:40px;}
	.pr-app-item{margin:0;overflow:hidden;}
	.pr-app-item img{display:block;width:100%;height:auto;transition:transform 0.5s ease;}
	.pr-app-item:hover img{transform:scale(1.08);}
	.pr-acc-wrap{margin-bottom:40px;}
	.pr-acc-item{margin:0;text-align:center;}
	.pr-acc-img{margin:0;overflow:hidden;}
	.pr-acc-img img{display:block;width:100%;height:auto;transition:transform 0.5s ease;}
	.pr-acc-item:hover .pr-acc-img img{transform:scale(1.08);}
	.pr-acc-name{margin:16px 0 0;font-size:16px;line-height:22px;font-weight:bold;font-family:"Montserrat-Light";color:#000;text-align:center;}
	.pr-rel-wrap{margin-bottom:40px;}
	.pr-rel-grid{
		display:grid;
		grid-template-columns:repeat(4,minmax(0,1fr));
		gap:20px;
		margin:0;
		padding:0;
		list-style:none;
	}
	.pr-rel-wrap .pr-rel-card{display:block;border:none;box-shadow:none;background:transparent;text-decoration:none;}
	.pr-rel-wrap .pr-rel-card:hover{border:none;box-shadow:none;text-decoration:none;}
	.pr-rel-card .he{display:block;}
	.pr-rel-card .he-img{border:1px solid #d9d9d9;overflow:hidden;transition:border-color 0.35s ease,box-shadow 0.35s ease;}
	.pr-rel-card:hover .he-img{border-color:#ed6d00;box-shadow:0 10px 28px rgba(237,109,0,0.14);}
	.pr-rel-card .he-img img{display:block;width:100%;height:auto;}
	.pr-rel-card .he-nr{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;}
	.pr-rel-card .index-pr-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 0 0;}
	.pr-rel-card .index-pr-name{flex:1;margin:0;font-size:16px;line-height:22px;font-weight:bold;font-family:"Montserrat-Light";color:#000;
	text-align: center;}
	.pr-rel-card .index-pr-icon{flex-shrink:0;display:block;}

	 .pr-bottom{padding: 3% 3%;background: #ffffff;padding-top: 0;}
	 .tj-box{padding: 3% 3%;background: #f2f2f2;}
	 .fugai-box{position: relative;}
     .fugai{position: absolute;left: 0;top: 0;background: rgba(0,0,0,.8);width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;
	flex-direction: row;}
	.fugai img{transform: scale(0.5);}


	.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;}
	.r-left::before,.r-right::before{display: none;}
	.r-left{left:-4%!important;display: block!important;border: none;color:#999999;width: 57px;height: 57px;}
	.r-right{right:-4%!important;display: block!important;border: none;color:#999999;width: 57px;height: 57px;}	
	.r-left:hover{background: none!important;}
	.r-right:hover{background: none!important;}
    



	@media(max-width:1700px){
	 .s-left{display: block!important;left:1%!important;top:50%!important;}
	 .s-right{display: block!important;right:1%!important;top:50%!important;}   
	  .r-left{display: block!important;left:2%!important;}
	 .r-right{display: block!important;right:2%!important;}   
	 }
	 @media(max-width:960px){

	 .pr-box1{width: 100%;margin-bottom: 30px;}
	
	 .show-box{width: 100%;}
 
	 }


/* 联系我们页面 */
.contact-page{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 50px 40px 60px;
	box-sizing: border-box;
}
.contact-page .contact-wrap{
	max-width: 1440px;
}
.contact-panel{
	display: flex;
	align-items: stretch;
	gap: 0;
	border-radius: 24px;
	overflow: hidden;
}
.contact-info{
	flex: 1 1 51%;
	max-width: 51%;
	min-width: 0;
	background: #ed6d00;
	border-radius: 0;
	padding: 48px 40px;
	box-sizing: border-box;
	color: #ffffff;
}
.contact-info-title{
	margin: 0 0 36px;
	font-size: 42px;
	line-height: 1.15;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
}
.contact-info-item{
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 28px;
	text-decoration: none;
	color: #ffffff;
	max-width: 600px;
}
.contact-info-item:last-child{
	margin-bottom: 0;
}
.contact-info-item:hover{
	text-decoration: none;
	color: #ffffff;
	opacity: 0.92;
}
.contact-info-item--plain{
	cursor: default;
}
.contact-info-icon{
	flex: 0 0 43px;
	width: 43px;
	line-height: 0;
}
.contact-info-icon img{
	display: block;
	width: 43px;
	height: 43px;
	object-fit: contain;
}
.contact-info-text{
	min-width: 0;
}
.contact-info-label{
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	font-family: "Montserrat Extra Bold";
	font-weight: normal;
}
.contact-info-value{
	display: block;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
	font-family: "Montserrat-Light";
	word-break: break-word;
}
.contact-form-box{
	flex: 1 1 49%;
	max-width: 49%;
	min-width: 0;
	background: #f3f3f3;
	border-radius: 0;
	padding: 48px 40px 40px;
	box-sizing: border-box;
}
.contact-form-box .wpcf7{
	margin: 0;
}
.contact-form-box fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
.contact-form-box .biaodan1{

	list-style: none;
}
.contact-form-box .biaodan1.uk-grid > li{
	margin-bottom: 16px;
	border: none !important;
	border-bottom: none !important;
	box-sizing: border-box;
}
.contact-form-box .biaodan1 li input.con-form{
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 0 0 10px;
	margin: 0;
	box-sizing: border-box;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #9a9a9a !important;
	border-radius: 0 !important;
	color: #282828;
	font-size: 15px;
	font-family: "Montserrat-Light";
}
.contact-form-box .biaodan1 li input.con-form::-webkit-input-placeholder{
	color: #888888;
}
.contact-form-box .biaodan1 li textarea.con-text{
	width: 100%;
	min-height: 160px;
	padding: 14px 16px;
	box-sizing: border-box;
	background: transparent !important;
	border: 1px solid #b8b8b8 !important;
	border-radius: 4px !important;
	color: #282828;
	font-size: 15px;
	line-height: 1.6;
	font-family: "Montserrat-Light";
	resize: vertical;
}
.contact-form-box .biaodan1 li textarea.con-text::-webkit-input-placeholder{
	color: #888888;
}
.contact-form-box .send1,
.contact-form-box input[type="submit"].send1{
	width: 200px !important;
	height: 52px !important;
	margin: 28px 0 0 !important;
	padding: 0 32px !important;
	border: none !important;
	background: #ed6d00 !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	cursor: pointer;
	transition: opacity 0.3s ease;
	line-height: 52px;
}
.contact-form-box .send1:hover,
.contact-form-box input[type="submit"].send1:hover{
	opacity: 0.88;
	background: #ed6d00 !important;
	color: #ffffff !important;
}
@media(max-width:1200px){
	.contact-page{
		padding: 40px 24px 48px;
	}
	.contact-panel{
		flex-direction: column;
		overflow: visible;
		border-radius: 0;
	}
	.contact-info,
	.contact-form-box{
		flex: none;
		max-width: 100%;
		width: 100%;
	}
	.contact-info{
		border-radius: 16px 16px 0 0;

	}
	.contact-form-box{
		border-radius: 0 0 16px 16px;
	}
}
@media(max-width:640px){
	.contact-page{
		padding: 32px 16px 40px;
	}
	.contact-info,
	.contact-form-box{
		padding: 32px 24px;
	}
	.contact-info-title{
		font-size: 32px;
		margin-bottom: 28px;
	}
	.contact-form-box .biaodan1.uk-grid > li[class*="uk-width-large-1-2"]{
		width: 100%;
	}
	.contact-form-box .send1,
	.contact-form-box input[type="submit"].send1{
		width: 100% !important;
	}
}
.map{
	padding: 0 0 40px;
}


	  @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;justify-content: center;}
.page-numbers{padding: 4px 10px;border: 1px solid #ccc;margin: 0 4px;color:#000;}
.pagination span{background: #ed6d00;color:#fff;border: 1px solid #ed6d00;}


.f-right .wpcf7-response-output{color:#fff;margin-top:10px;}
.ft-form .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;
}