/*
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-Light';
    src : url('Montserrat-Light.otf'); 
}

@font-face{
    font-family: 'Montserrat-Bold';
    src : url('Montserrat-Bold.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;}
.row9{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:9;overflow: hidden;}
.row10{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:10;overflow: hidden;}
     .clearfix{clear:both;}
     .f-l{float: left;}
     .f-r{float:right;}
     .ov{overflow:hidden;}
     .uk-container{padding: 0;} 
     .uk-container{max-width: 1500px;}
	 	 /* 搜索 */
		  .header-search{position: relative;display: flex;align-items: center;flex-direction: row;}
		  .sousuo-box1{height:34px;width:220px;border:none;border:none;background:rgba(0,104,195,.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;}
	.logo{display: block;max-width: 247px;} 

  /* 顶部信息 */
  .hed{background:#0068c3 ;padding: 8px 10px;}
  .hed-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
  .hed-left{width:calc(100% - 350px);display: flex;align-items: center;flex-direction: row;max-width: 500px;justify-content: right;}
  .hed-right{width: 350px;display: flex;justify-content: space-between;flex-wrap: wrap;}
  .gs-name{font-size: 16px;line-height: 26px;color:#fff;font-family: "MONTSERRAT-LIGHT";}
  .hed-lxbox{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
  .hed-lx{color:#fff;font-size: 16px;line-height: 26px;font-family: "HELVETICA-LIGHT";}
  .hed-icon{margin-right: 6px;width: 26px;height: 26px;}
  .hed-lx:hover{text-decoration: none;color:#fff;}
	@media(max-width:960px){  
	  .hed-xian{display: none;}
	  
	}


	/* 导航样式 */
	    .header{padding:20px 3%;z-index:10;background: #ffffff;}

		.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: 190px;}
		.logo{}
		.logo-box{display: flex;align-items: center;flex-direction: row;}

		
		
		.nav-center{width:calc(100% - 260px);display: flex;align-items: center;flex-direction: row;justify-content: end;padding: 0 0;margin: 0;}
		.nav-right{width:60px;display: flex;align-items: center;flex-direction: row;justify-content: end;}
		.nav-right1{justify-content: space-between;display: flex;}
		.uk-navbar-nav{justify-content: space-between;display: flex;width: 100%;max-width: 900px;}
		.uk-navbar-nav>li{padding: 0 0;}
		.uk-navbar-nav>li>a{color:#000000;line-height:36px;font-size: 18px;font-weight: bold;position: relative;height: 36px;
		padding: 0;text-transform: uppercase;
		}
		.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:#0068c3;background: none;border-bottom: 2px solid #0068c3;}
		
	.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color: #0068c3!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%; /* 改为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;
	text-align:left;
  }
  
  .nav-center .uk-nav-default > li > a:hover {
	text-decoration: none;
	background: #0068c3; /* 或 #093288 */
	color: #fff; /* 蓝色版本改为 #fff */
	padding-left: 25px;
	border-bottom-color: #0068c3; /* 或 #093288 */
  }
  
  .nav-center .uk-nav-default > li > a:hover::before {
	content: "→";
	position: absolute;
	left: 5px;
	transition: all 0.3s ease;
  }
  
  /* 关键修复：添加悬停区域和延迟关闭 */
  .uk-navbar-nav > li {
	position: relative;
  }
  
  .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; /* 添加延迟 */
  }


	
		  @media(max-width:1200px){  
			
			.uk-navbar-nav>li{margin: 0;padding: 0 12px;}
			.logo-box{width: 100%;}
			.logo-name{text-align: left;width: 100%;font-size: 16px;}
		
			
		/* .uk-navbar-nav>li>a{color:#000} */
		/* .header-search{background: #a5a5a5;} */
		  }
		  @media(max-width:900px){  
			.nav-left{width: 100%;}
			.logo{margin: 10px auto;}
			.logo-name{text-align: center;}
			.nav-center{width: calc(100% - 60px);}
		  }
	    @media(max-width:768px){  
		.hed-right{width: 100%;text-align: center;}
		.hed-lx{margin-bottom: 5px;}
		.hed-left{width: 100%;}
	    .header{padding: 0;position: relative;}
		.nav-right{width: 120px;background: #27282c;}
		.lar-box{padding-top: 0;}
		.header-search{display: none;}
		.nav-center{padding: 0;background: #27282c;display: block;max-width: 100%;width: 100%;}
		.header>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #0068c3!important;margin-left: 0;color:#fff;}	 
		}

 

		/* 首页主要产品 */
		.index-main{padding:3%;background: #ffffff;}
		.index-main-products{
			background-color:#ffffff;
			background-position:center center;
			background-repeat:no-repeat;
			background-size:cover;
			min-height:380px;
		}
		.imain-grid{margin-top:8px;}
		.imain-card{
			display:flex;
			flex-direction:column;
			background:#e8eaed;
			border-radius:16px;
			overflow:hidden;
			transition:box-shadow .25s ease, transform .25s ease;
			color:#000;
			min-height:360px;
		}
		.uk-grid-match.imain-grid>li>.imain-card{
			flex:1 1 auto;
			width:100%;
			min-height:100%;
			box-sizing:border-box;
			background:url(assets/images/cbg.png) center center/cover no-repeat;
		}
		.imain-card:hover{
			text-decoration:none;
			box-shadow:0 12px 32px rgba(0,0,0,.08);
			transform:translateY(-2px);
		}
		.imain-card__body{
			display:flex;
			flex-direction:row;
			align-items:stretch;
			flex:1 1 auto;
			min-height:320px;
			position:relative;
		}
		.imain-card__text{
			flex:0 1 40%;
			max-width:42%;
			padding:40px 16px 40px 28px;
			display:flex;
			flex-direction:column;
			/*justify-content:center;*/
			min-width:0;
		}
		.imain-card__title{
			font-size:22px;
			line-height:1.25;
		    font-weight: bold;
			color:#111;
			margin:0 0 12px;
			text-transform:none;
		}
		.imain-card__desc{
			font-size:14px;
			line-height:1.6;
			color:#555;
			margin:0 0 20px;
		}
		.imain-card__btn{
			display:inline-flex;
			align-items:center;
			gap:8px;
			align-self:flex-start;
			padding:10px 18px;
			border-radius:8px;
			border:1px solid #333;
			background:#f0f0f0;
			font-size:14px;
			line-height:1;
			color:#111;
			transition:background .25s ease, color .25s ease, border-color .25s ease;
		}
		.imain-card__btn-ico{
			position:relative;
			width:14px;
			height:14px;
			flex-shrink:0;
			transition:transform .28s ease;
		}
		.imain-card__btn-ico::before,
		.imain-card__btn-ico::after{
			content:'';
			position:absolute;
			background:#111;
			transition:background .25s ease, transform .28s ease;
		}
		.imain-card__btn-ico::before{
			left:50%;
			top:2px;
			bottom:2px;
			width:2px;
			margin-left:-1px;
		}
		.imain-card__btn-ico::after{
			top:50%;
			left:2px;
			right:2px;
			height:2px;
			margin-top:-1px;
		}
		.imain-card:hover .imain-card__btn{
			background:#0068c3;
			border-color:#0068c3;
			color:#fff !important;
		}
		.imain-card:hover .imain-card__btn .imain-card__btn-label{
			color:#fff !important;
		}
		.imain-card:hover .imain-card__btn-ico{
			transform:rotate(45deg);
		}
		.imain-card:hover .imain-card__btn-ico::before,
		.imain-card:hover .imain-card__btn-ico::after{
			background:#fff;
		}
		.imain-card__media{
			flex:1 1 60%;
			width:60%;
			min-width:0;
			max-width:none;
			display:flex;
			align-items:center;
			justify-content:flex-end;
			padding:28px 60px 28px 12px;
		}
		.imain-card__img{
			max-width:100%;
			max-height:260px;
			height:auto;
			display:block;
			filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));
			transition:transform .35s ease;
		}
		.imain-card:hover .imain-card__img{
			transform:scale(1.04);
		}
		@media(max-width:960px){
			.imain-card__body{flex-direction:column;min-height:0;}
			.imain-card{min-height:0;}
			.imain-card__text{flex:1 1 auto;max-width:100%;padding:28px 20px 14px;}
			.imain-card__media{width:100%;flex:1 1 auto;max-width:none;padding:0 20px 28px;}
			.imain-card__img{max-height:220px;object-fit:contain;}
		}
		.index-title{font-size: 48px;color:#0068c3;font-family: "Montserrat-Bold";text-align: center;text-transform: uppercase;
		margin: 0 0 16px;
		}
		.index-subtitle{font-size: 18px;line-height: 20px;color:#000000;font-family: "Montserrat-Light";text-align: center;
		margin-bottom: 40px;
		}
  
		
/* 首页热门产品 */
.index-hot{padding: 3%;	background:url(assets/images/bg1.png) top center repeat;padding-bottom: 160px;}
.index-title1{color:#fff;}
.index-subtitle1{color:#fff;}
.ihot-slider{position:relative;}
.ihot-slider .uk-slider-container{padding:0;}
.ihot-card{
	display:block;
	border-radius:8px;
	padding:10px 10px 20px 10px;
	overflow:hidden;
	transition:all .35s ease;
	background: #fff;
	background:url(assets/images/prbg1.png) bottom center no-repeat;
}
.ihot-card:hover{text-decoration:none;}
.ihot-card__top{
	overflow:hidden;
	border-radius: 12px;
	display: block;
	background: #fff;

}
.ihot-card__img{
	width:100%;
	width:auto;
	height:auto;
	display:block;
	transition:transform .45s ease;
}

.ihot-card__name{
	font-size:18px;
	line-height:1.2;
	color:#000000;
	font-family:"Montserrat-Light";
	margin:12px 0 5px;
	text-align: center;
	transition:color .35s ease;
}
.ihot-card__subname{
	font-size:24px;
	line-height:1.2;
	color:#000000;
	font-family:"Montserrat-Bold", Arial, sans-serif;
	margin:0;
	text-align: center;
	transition:color .35s ease;
}
.ihot-card:hover{background:url(assets/images/prbg2.png) bottom center no-repeat;}
.ihot-card:hover .ihot-card__bottom{background:#0068c3;}
.ihot-card:hover .ihot-card__name,
.ihot-card:hover .ihot-card__subname{color:#fff !important;}
.ihot-card:hover .ihot-card__img{transform:scale(0.95);}


.a-left::before,.a-right::before{display: none;}
.a-left{display: block!important;left: calc(50% - 70px)!important; top: calc(100% + 60px)!important;}
.a-right{display: block!important;right:  calc(50% - 70px)!important;top: calc(100% + 60px)!important;}


/* 首页联系我们 */
.index-con{padding: 3%;background:url(assets/images/bg2.png) top center repeat;}
.index-title2{color:#000}
.clx-name1{font-size: 24px;line-height: 26px;color:#000000;font-family: "Montserrat-Bold";margin-bottom: 30px;}
.clx-box{display: flex;justify-content: space-between;margin-bottom: 20px;max-width: 496px;}
.clx-iconbox{width: 26px;display: flex;}
.clx-icon{width: 26px;height: 26px;position: relative;top: 0px;}
.clx-textbox{width: calc(100% - 45px);}
.clx-name{font-size: 16px;line-height: 24px;color:#4d4d4d;display: block;font-family: "Montserrat-Light";}
.clx-name:hover{text-decoration: none;color:#0068c3;}

.xing-box{position: relative;width: 100%;}
.xing{color:#ff1111;position: absolute;font-size: 16px;line-height: 20px;top: 20px;left: 14px;z-index: 10;}
.index-con .wpcf7-response-output{color:#fff;margin-top:10px;}
/* 表单 */
.biaodan li{margin-bottom: 15px;position: relative;}
.biaodan li input{width: 100%;height: 50px;font-weight: 400;background:rgba(255,255,255,1);
border:none!important;color:#000;padding-left: 26px;font-size: 16px;}
.biaodan li input::-webkit-input-placeholder{color:#282828;font-size: 14px;}
.biaodan li textarea{width: 100%;font-weight: 400;background:rgba(255,255,255,1);border:none!important;color:#000;
padding-left:26px;line-height:50px;font-size:16px;
}
.biaodan li textarea::-webkit-input-placeholder {color: #282828;line-height: 50px;font-weight: 400;font-size: 16px;} 
.send{
	width: 210px!important;
	height: 54px!important;
	font-size: 24px;
	font-family: "Montserrat-Bold";
	background:#0068c3;
	font-weight: bold;
	border-radius: 12px;
	font-weight: 400;
	border:none;
	transition: 0.8s;-webkit-transition: 0.8s;
	display: block;
	color:#ffffff;
	margin: 30px auto 0;

}
.send:hover{background: #000;color:#fff;border:1px solid #000;}
/* 首页公司简介 */
.index-ab{background:url(assets/images/bg3.png) top center repeat;padding: 3%;}
.index-ab .ab-small-title{
	display: inline-block;
	background:#0068c3;
	color:#fff;
	padding: 6px 16px;
	font-size: 24px;
	line-height: 28px;
	font-family: "Montserrat-Bold", Arial, sans-serif;
	margin-bottom: 14px;
	margin-top: 40px;
}
.index-ab .ab-name{
	font-size: 48px;
	color:#333333;
	font-family: "Montserrat-Bold";
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: 52px;
	font-weight: bold;
}

.index-ab .ab-desc{
	overflow:hidden;
	overflow-y:auto;
	padding-right: 10px;
	height: 300px;
	font-size: 16px;
	line-height: 26px;
	color:#000000;
}
.index-ab .ab-desc::-webkit-scrollbar{
	width: 12px;
}
.index-ab .ab-desc::-webkit-scrollbar-track{
	background: #e5e5e5;
	border-radius: 6px;
}
.index-ab .ab-desc::-webkit-scrollbar-thumb{
	background: #0068c3;
	border-radius: 6px;
}
.index-ab .ab-desc::-webkit-scrollbar-thumb{
	background: #0068c3 !important;
}
.index-ab .iab-more{

	margin-top: 30px;
display: block;
width: 130px;
height: 38px;
border:1px solid #000000;
font-size: 16px;
line-height: 38px;
text-align: center;
color:#000000;
transition: 0.6s;
}
.index-ab .iab-more:hover{
	background: #0068c3;
	border:1px solid #0068c3;
	color:#fff;
}
.index-ab .iab-imgwrap{
	position:relative;
	width:100%;
	padding-top: 40px;
}
.iab-tubox{
	max-width: 580px;
}
.index-ab .iab-tu{
	display:block;
	width:100%;

	height:auto;
	position:relative;
	z-index:1;

}
.index-ab .iab-tu1{
	position:absolute;
	top: 0;
	right: 0;
	width: 36%;
	min-width: 190px;
	height:auto;
	z-index:0;
}

.index-ab-metrics{
	margin-top: 40px;
}
.index-ab-metric{
	text-align:center;
}
.index-ab-metric-num{
	font-size: 72px;
	line-height: 1;
	font-family: "Montserrat-Bold", Arial, sans-serif;
	font-weight: bold;
	color:#111;
	margin: 0;
}
.index-ab-metric-desc{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	margin: 12px 0 0;
}
.index-ab-metric:hover .index-ab-metric-num{
	color:#0068c3;
}

@media(max-width:960px){
	.index-ab .ab-name{font-size:30px;line-height:36px;}
	.index-ab .ab-desc{height: 200px;}
	.index-ab .iab-tu1{min-width: 150px;}
	.index-ab-metric-num{font-size: 32px;}

}
@media(max-width:768px){
	.index-ab .iab-tu1{display: none;}
}


/* 首页方案展示 */
.index-sol{padding-top: 3%;}
.index-sol .uk-container{max-width: 1500px;}
.isol-wrap{
	position:relative;
	min-height:560px;
	overflow:hidden;
}
.isol-bg-switcher,
.isol-bg-switcher > li{
	margin:0;
	padding:0;
	list-style:none;
}
.isol-bg-switcher > li{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.isol-bg-switcher > li img.isol-bg-img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.isol-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(6,35,78,.58);
	z-index:2;
}
.isol-inner{
	position:relative;
	z-index:3;
	padding:90px 0 80px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.isol-left{
	width:calc(100% - 300px);
}
.isol-right{
	width:240px;
}
.isol-content-switcher{
	margin:0;
	padding:0;
	list-style:none;
}
.isol-title{
	font-size:48px;
	line-height:1.2;
	color:#fff !important;
	font-family:"Montserrat-Bold", Arial, sans-serif;
	margin:30px 0 20px;
}
.isol-desc{
	max-width:580px;
	color:#fff !important;
	font-size:18px;
	line-height:1.8;
	margin-bottom:32px;
}
.isol-desc p,
.isol-desc span,
.isol-desc a{
	color:#fff !important;
}
.isol-more{
	display:inline-block;
	padding:12px 26px;
	background:#0068c3;
	color:#fff !important;
	font-size:16px;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:1px;
}
.isol-more:hover{
	text-decoration:none;
	background:#0c84ea;
	color:#fff !important;
}
.isol-nav{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:14px;
}
.isol-nav > li{
	width: calc(50% - 7px);
}
.isol-nav > li > a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	transition:all .3s ease;
}
.isol-nav > li > a img{
	background:rgba(255,255,255,.2);
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,.2);;
}
.isol-nav > li > a:hover{
	text-decoration:none;
	
}
.isol-nav > li.uk-active > a img{

background: linear-gradient(45deg,  #0169c3 0%,#0169c3 67%,#5b9ed8 100%); 

	border: 1px solid #fff;;
}
.isol-icon{
	width:94px;
	height:94px;
	object-fit:contain;
	display:block;
}
.isol-icon-name{
	margin-top:8px;
	color:#fff !important;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
@media(max-width:960px){
	.isol-wrap{min-height:0;}
	.isol-inner{padding:40px 3% 40px;}
	.isol-left,.isol-right{width:100%;}
	.isol-right{margin-top:20px;}
	.isol-title{font-size:34px;}
	.isol-desc{font-size:15px;line-height:1.7;}
	.isol-nav > li{width:calc(33.333% - 10px);}
}




   /* 页尾信息 */
	.footer{background:url(assets/images/fbg.png);padding:0 ;padding-top:40px;}
	.f-title{font-size: 24px;color:#ffffff;margin-bottom:18px;line-height: 28px;font-family: "Montserrat-Bold";text-align: center;
		text-transform: uppercase;
	}
   .f-logo{display: block;margin: 0 auto;}
	.f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
	.f-box a{display: block;text-align: center;font-size: 16px;color:#ffffff;line-height: 26px;opacity: 0.8;margin-bottom: 4px;}
	.f-left{width:19%;}
	.f-center{width:18%;}
	.f-center1{width:18%;}
	.f-center2{width:18%;}
	.f-right{width: 18%;}
    .f-box a:hover {text-decoration: none;opacity: 1;color:#fff;text-decoration: none;}
	.sm-nr{display: flex;align-items: center;flex-direction: row;max-width: 220px;margin: 50px auto 0;width: 100%;justify-content: center;}
	.sm-box{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
	.sm-box a{display: block;transition: 0.6s;}
	.sm-box a:hover{opacity: 0.8;}
		    .bottom{padding: 14px 0;margin-top: 30px;border-top: 1px solid rgba(255,255,255,.6);}
			.bottom-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
			.bottom-name{text-align: left;color:#fff;font-size: 14px;line-height: 20px;}
			.sitemap{text-align: left;color:#fff;font-size: 14px;line-height: 20px;}
			    @media(max-width:960px){
	          .footer{padding:40px 3% 0;}
			  .f-left{width: 100%;margin-bottom: 20px;}
			  .f-center{width: 25%;}
			  .f-center1{width: 25%;}
			  .f-center2{width: 25%;}
			  .f-right{idth: 25%;}
			 }
			 @media(max-width:768px){ 
				.f-center{width: 49%;}
				.f-center1{width: 49%;}
				.f-center2{width: 49%;}
				.f-right{width: 49%;}
				.f-title{text-align: left;}
				.f-box a{text-align: left;}
				}
				
			

    /* 内页面包屑 */
	.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: 1500px;width: 100%;}  
		   .banner-title{text-align: center;font-size: 48px;color:#ffffff;line-height: 52px;text-transform: uppercase;
		margin-top: 0;margin-bottom: 0;
		}
			.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: #0169c3;
			border-top: 1px solid #eeeeee;
		}
		.breadcrumb li::after{color:#fff;}
		.breadcrumb li {
			display: inline;
		}
		
		/* .breadcrumb li+li:before {
			content: '>>'; 
			padding: 0 5px;
			color:#333333;
		}  */
		  @media(max-width:768px){
		 .banner-title{text-align: center;font-size: 20px;line-height: 24px;margin-bottom: 10px;}  
		 .banner-subtitle{text-align: center;font-size: 14px;line-height: 16px;} 
		 .top-name p{font-size: 18px;line-height: 20px;}

		   }
   
  
	
     /* 内页公司简介 */
    .about{padding: 3% 3%;}
	.ab-gs{padding: 3% 3% 120px; }	
	.factory-show{padding: 2% 3%;}
     .ys{padding: 5%  30px 3%;}
	.ys-box{ 
    position: relative;background: #f0f0f0;border-radius: 20px;height: 365px;margin: 0 20px 50px!important;
	width: calc(100% - 40px);padding: 0 20px;padding-top: 80px;transition: 0.6s;
	}
	
	.ys-icon-box{position: absolute;top: -36px;left: -40px;width: 192px;height:106px;background: url(assets/images/ysbg.png);
	display: flex;padding-left: 6px;padding-right: 40px;justify-content: space-between;padding-top: 14px;transition: 0.6s;
	}
	.ys-icon{width: 40px;height: 40px;}
	.ys-num{width: 78px;text-align: center;color:#fff;line-height: 40px;font-size: 30px;font-family: "Montserrat-Bold";}
	.ys-name{font-size: 18px;line-height: 22px;color:#000000;font-family: "Montserrat-Bold";text-align: center;transition: 0.6s;}
	.ys-desc{font-size: 16px;line-height: 24px;color:#000000;font-family: "AMontserrat-Light";text-align: center;margin-top: 16px;transition: 0.6s;}
	.ys-box:hover{background: #0068c3;}
	.ys-box:hover .ys-name{color: #ffffff;}
	.ys-box:hover .ys-desc{color: #ffffff;}
	.ys-box:hover .ys-icon{transform: rotateY(360deg);transition: 0.6s;}
    
	.cor{padding: 3% 3%; background: #f2f2f2;}
	.cor-nr{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.cor-box{width: 47%;max-width: 670px;display: flex;justify-content: space-between;margin-bottom: 40px;}
	.cor-left{width: 122px;display: flex;align-items: center;flex-direction: row;}
	.cor-right{width: calc(100% - 136px);display: flex;align-items: center;flex-direction: row;}
	.cor-right>div{width: 100%;}
	.cor-name{font-size: 30px;line-height: 36px;color:#000000;font-family: "Montserrat-Bold";text-align: left;transition: 0.6s;}
	.cor-xian{width: 100%;height: 3px;background: #0068c3;margin: 4px 0 8px;}
     .cor-desc{font-size: 16px;line-height: 24px;color:#000000;font-family: "Montserrat-Light";text-align: left;transition: 0.6s;}
	.cor-box:hover .cor-icon{transform: rotateZ(360deg);transition: 0.6s;}	
	.cor-box:hover .cor-name{color: #0068c3;}
	.cor-box:hover .cor-desc{color: #0068c3;}
	 @media(max-width:960px){
		.cor-box{width: 100%;max-width: 100%;}
		  }
	 /*内页案例列表 */
	.case-list{padding:3% 0;}
	.case-list .uk-container{max-width: 1920px;}
 	.case-box{transition: 0.6s;margin: 0 auto;display: flex;justify-content: center;width: 100%;background: #ffffff;transition: 0.6s;}
	
 	.case-box1{display: flex;justify-content: space-between;flex-wrap: wrap;transition: 0.6s;
		max-width: 1500px;padding: 16px;
	}
	.case-left{width: 50%;display: flex;align-items: center;flex-direction: row;justify-content: start;}
    .case-left>div{width: 100%;max-width:684px;padding-right: 30px;}
	.case-right{width: 50%;}
	.incase-tu{display: block;width: 100%;}
	.case-name{font-size: 42px;line-height: 46px;transition: 0.6s;color:#000000;transition: 0.6s;text-align: left;
		font-family: "Montserrat-Bold";}
	.case-subname{font-size: 16px;line-height: 20px;transition: 0.6s;color:#000000;transition: 0.6s;text-align: left;
		font-family: "Montserrat-Light";margin-top: 16px;}	
	.case-more{font-size: 18px;line-height: 48px;color:#fff;background: #0068c3;margin: 16px 0 0;
			text-align: center;width: 200px;text-transform: uppercase;transition: 0.6s;
	}
	.case-box:hover{text-decoration: none;}
	.case-box:hover{background:#e5e5e5;}
	.case-box:nth-child(even) .case-box1{flex-direction:  row-reverse;}
	.case-box:nth-child(even) .case-left{padding-right: 0;padding-left: 30px;}
 @media(max-width:960px){
	.case-left{width: 100%;padding: 0;margin-bottom: 20px;}
	.case-box:nth-child(even) .case-left{padding-right: 0;padding-left: 0;}
	.case-right{width: 100%;}
	.case-name{font-size: 24px;line-height: 28px;}
		  }
	/* 内页案例详情 */
	.case-page{padding: 3% 3%;}
.case-subtitle{font-size: 24px;color:#000000;line-height: 28px;text-align: left;font-family: "Montserrat-Bold";margin-bottom: 20px;}

	/*内页新闻列表 */
	 .news-list{padding:3% 0;}
	 .news-list .uk-container{max-width: 1920px;}
	 .lnews-box{transition: 0.6s;margin: 0 auto;display: flex;justify-content: center;width: 100%;}
	 .lnews-box1{display: flex;justify-content: space-between;flex-wrap: wrap;transition: 0.6s;background: #f3f3f3;
		max-width: 1500px;padding: 14px;
	}
	 .lnews-tu{width: 300px;}
	 .lnews-tu img{display: block;width: 100%;}
	 .lnews-left{width: calc(100% - 300px);padding: 0 28px;display: flex;align-items: center;flex-direction: row;transition: 0.6s;
	 border-left: none;justify-content: space-between;flex-wrap: wrap;}
	 .lnews-left1{width: calc(100% - 250px);}
	 .lnews-right1{width: 174px;}
     .lnews-name{font-size: 24px;line-height: 28px;transition: 0.6s;font-weight: 400;color:#000000;transition: 0.6s;
	font-family: "MONTSERRAT-MEDIUM-7";
	}
   .lnews-xian{width: 100%;height: 1px;margin: 10px 0 12px;background: #c1c1c1;transition: 0.6s;}
	 .lnews-desc{font-size: 16px;line-height: 28px;transition: 0.6s;color:#000000;margin: 0;	font-family: "MONTSERRAT-LIGHT";} 
	 .lnews-more{width: 174px;height: 40px;position: relative;}
	 .lnews-more1{display: block;transition: 0.6s;}
	 .lnews-more2{display: block;transition: 0.6s;position: absolute;left: 0;top: 0;opacity: 0;}
	 .lnews-date{font-size: 16px;line-height: 20px;transition: 0.6s;color:#858585;font-family: "MONTSERRAT-LIGHT";margin-top:12px;
	} 
	.lnews-xian1{width:5px;height:18px;display:inline-block;background: #0068c3;margin-right: 6px;
	transform: rotateZ(10deg);position: relative;top: 2px;}
	 .lnews-box:hover{text-decoration: none;background: #0068c3;}
	 
	 .lnews-box:hover .lnews-box1{background: #0068c3;}

	 .lnews-box:hover .lnews-name{color: #ffffff;}
	 .lnews-box:hover .lnews-xian{background: #ffffff;opacity: 0.4;}
	  .lnews-box:hover .lnews-xian1{background: #ffffff;}
	 .lnews-box:hover .lnews-desc{color: #ffffff;}
	  .lnews-box:hover .lnews-date{color: #ffffff;}
	 .lnews-box:hover .lnews-more1{opacity: 0;}
	 .lnews-box:hover .lnews-more2{opacity: 1;}
	 @media(max-width:960px){
		.lnews-left1{width: 100%;}
		.lnews-right1{width: 100%;margin-top: 14px;}
	 }
	 @media(max-width:768px){
		.lnews-left{width: 100%;padding: 20px;}
		.lnews-tu{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;font-family: "MONTSERRAT-MEDIUM-7";}
	.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 6px;}
	.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 #0068c3;background: #0068c3;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%;}
	}
	
/* 内页新闻详情 */
.news-page{padding: 3% 3%;}
.xq-title{text-align: center;font-weight: bold;font-size: 30px;color:#333333;
line-height: 36px;}
.xq-date{font-size: 16px;color:#666666;line-height: 20px;text-align: center;margin: 20px 0;}
.news-bottom{margin-bottom: 30px;}

/* 内页产品列表 */
.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-top{}
.prnav-box{display: flex;justify-content: center;align-items: center;flex-direction: row;height: 60px;
border-bottom: 2px solid rgba(1,118,191,0);
}
.prnav{text-align: center;line-height: 22px;font-size: 18px;display: block;
font-family: "Montserrat-Bold";color:#000000;}
.prnav-box:hover .prnav{text-decoration: none;color:#0176bf}
.prnav-box:hover{border-bottom: 2px solid #0176bf;}
.pr-xian{width: 100%;height: 1px;margin:-1px auto 40px;background: #ccc;}
.pr-top .uk-active1{border-bottom: 2px solid #0176bf;}
.pr-top .uk-active1 a{color:#0176bf;}
	@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-page{padding:3%;background: url(assets/images/cpng.jpg) top center repeat;}
	 .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: 138px;}
	 .showactive img{border: 1px solid #0068c3;}
	 .show-box{width: calc(100% - 150px);}
	 .show{display: block;border: 1px solid #ccc;width: 100%;}
	 .xiao{border: 1px solid #ffffff;border-radius: 10px;}
	 .npr-title{font-size: 30px;line-height: 34px;font-weight: 400;color:#000000;font-family: "Montserrat-Bold";
	}
	.npr-subtitle{font-size: 48px;line-height: 52px;color:#000000;margin: 14px 0 20px;font-family: "Montserrat-Bold";}
	.npr-subname{font-size: 24px;line-height: 28px;color:#000000;margin: 0 0 14px;font-family: "Montserrat-Bold";
	text-transform: uppercase;}
	.npr-xian{width: 100%;height: 1px;background: #cbcbcb;margin:14px 0 20px ;}
	 .npr-more{display: block;margin-top: 40px;}
	 .pr-nr{margin-top: 16px;}
	 .pr-bottom{padding: 3% 3%;}
	 .pr-pisc{margin-top: 40px;}
	 .pr-pisc img{border: 1px solid #ccc;}
	 .tj-box{padding: 3% 3%;}


	.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;}
     
    .ihot-card1{background:url(assets/images/prbg3.png) bottom center no-repeat;position: relative;}	
	.ihot-card__top{position: relative;}
 
	.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;}
     .ihot-fugai{position: absolute;width: 100%;height: 100%;background: rgba(1,118,191,0.6);left: 0;top: 0;transform: rotateY(90deg);
	display: flex;align-items: center;justify-content: center;flex-direction: row;transition: 0.6s;}
	.more-box{width: 108px;height: 108px;border: 1px solid #fff;display: flex;justify-content: center;flex-direction: row;
	align-items: center;border-radius: 50%;}
	.ihot-more{text-align: center;color:#fff;width: 100%;}
	.ihot-jia{text-align: center;color:#fff;width: 100%;}
	.ihot-card1:hover .ihot-fugai{transform: rotateY(0);}
	@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-bottom{margin-top: 30px;}
	 .pr-box1{width: 100%;margin-bottom: 30px;}
	
	 .show-box{width: 100%;}
 
	 }
	 
	
	/* 联系我们 */
.contact{padding:3%;}  
.c-titlebox{display: flex;justify-content:start;flex-wrap: wrap;margin-bottom: 26px;}
.con-tu{display: block;margin-right: 16px;width: 144px;height: 34px;}
.c-title{font-size: 24px;line-height: 28px;margin: 0;color:#222222;font-weight: bold;border-bottom: 1px solid #a3a3a3;
font-family: "Montserrat-Bold";margin-bottom: 40px;padding-bottom: 30px;text-transform: uppercase;}
.c-desc{font-size: 14px;line-height: 20px;color:#797979;margin-bottom: 28px;margin-top: 10px;}
.c-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 30px;}
.c-left{width:53%;max-width: 766px;}
.c-left .xing-box{border:1px solid #bfbfbf;}
.c-left li textarea{border:1px solid #bfbfbf;}
.c-left .send{margin: 24px 0 0;}
.c-left fieldset{display:none;}
.f-right fieldset{display:none;}
.c-right{width: 45%;background: #f7f7f7;padding: 30px 30px;}
 .c-name{font-size: 24px;line-height: 26px;color:#222222;font-family: "Montserrat-Bold";margin-bottom: 10px;}
 .c-date{font-size: 14px;line-height: 20px;color:#797979;}

.map{padding:0;;padding-top: 0;}
.map .uk-container{max-width: 1920px;}

 
/*faq */
.faq{padding: 3%;background: url(assets/images/conbg.png) top center repeat;}
.faq .uk-accordion-title{background: none;position: relative;border-bottom: 1px solid #ccc;color:#31393e;
line-height: 20px;padding: 15px 0;padding-right: 20px;font-size: 18px;font-family: "Montserrat-Bold";
}
.faq-jia{position: relative;width:14px;height: 14px;position: absolute;right: 0;top: calc(50% - 7px);}
.faq-heng{width: 14px;height: 2px;position: absolute;top: 6px;left: 0;background: #31393e;}
.faq-shu{width: 2px;height: 14px;position: absolute;top: 0;left: 6px;background: #31393e;}
.faq  .uk-active .faq-shu{display: none;}
.faq .uk-accordion-content{background: #fff;}
.faq .uk-accordion-content p{padding: 12px;font-size: 14px;color:#707070;line-height: 22px;}
 

  @media(max-width:960px){
  .c-left{width:100%;float: none;}
 .c-right{width:100%;float: none;display: block;}

  }
	@media(max-width:768px){
   .index-title{font-size:22px;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: #0068c3;color:#fff;border: 1px solid #0068c3;}




/* 修复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;
}