/*
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: 'HELVETICANEUELTPRO-BD';
    src : url('HELVETICANEUELTPRO-BD.OTF'); 
}

@font-face{
    font-family: 'HELVETICA-LIGHT';
    src : url('HELVETICA-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;padding-top: 50px;}
.hov5 {position: relative;overflow: hidden;}
.hov5::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.hov5:hover::before {-webkit-animation: shine .75s;animation: shine 1.5s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}
.circle {width: 24px;margin: 3px auto 0;display: flex;justify-content: space-between;align-items: center;padding: 0 3px;}
.circle-bubble {width:5px;height:5px;border-radius: 50%;background-color: #72a54a;}
.circle1 {animation: pulse .4s ease 0s infinite alternate;}
.circle2 {animation: pulse .4s ease .2s infinite alternate;}
.circle3 {animation: pulse .4s ease .4s infinite alternate;}
@keyframes pulse {
	from {opacity: 1;transform: scale(1);}
	to {opacity: 1;transform: scale(.35);}
}
@keyframes myfirst { 
	0% {
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(0px, -3px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}
@keyframes shake{
      33.3%{transform:translateX(-6px)}
      49.95%{transform:translateX(4px)}
      66.6%{transform:translateX(-2px)}
      83.25%{transform:translateX(1px)}
      to{transform:translateX(0)}
}
.he{position: relative;}
.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.row1{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.row2{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.row3{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.row4{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}
.row5{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.row6{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;overflow: hidden;}
.row7{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:7;overflow: hidden;}
.row8{display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:8;overflow: hidden;}
.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: 1400px;}
		 /* 搜索 */
		 .header-search{position: relative;display: flex;align-items: center;flex-direction: row;width:186px;}
		 .sousuo-box1{height:40px;width:186px;border:1px solid #496ea8;background:none;border-radius: 20px;
		 z-index: 99;}
		 .sousuo-box1>input{width:calc(100% - 40px);float:left;height: 40px;line-height: 40px;padding-left: 8px;
		 background:none;float:left;color:#000;border:none;}
		 .sousuo-box1>input::-webkit-input-placeholder{color:#496ea8;padding-left: 8px;}
		 .sousuo-box1>button{width:17px;float:right;border:none;background: none;float:right;margin-top: 8px;margin-right:14px;}
		 .search-icon1{display: none;}
	
  

	/* 导航样式 */
	    .header{padding:10px 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: 200px;display: flex;justify-content: space-between;flex-wrap: wrap;}
		.logo{display: block;max-width: 180px;}  
		.nav-right1{width:240px;display: flex;justify-content: space-between;align-items: center;}
		
		.nav-center{width:calc(100% - 480px);display: flex;align-items: center;flex-direction: row;justify-content: center;padding: 0 0;}
		
		
		.uk-navbar-nav{justify-content: space-between;display: flex;width: 100%;max-width: 750px;
		
		}
		.uk-navbar-nav>li{padding: 0 0;}
		.uk-navbar-nav>li>a{color:#000000;line-height:24px;font-size: 20px;font-weight: bold;position: relative;height: 24px;
		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: 24px;position:relative;height: 24px;}
		.uk-navbar-nav>li.uk-active>a{color:#00307b;background: none;}
	  .uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{color: #00307b!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;
  }
  
  .nav-center .uk-nav-default > li > a:hover {
	text-decoration: none;
	background: #00307b; /* 或 #093288 */
	color: #fff; /* 蓝色版本改为 #fff */
	padding-left: 25px;
	border-bottom-color: #00307b; /* 或 #093288 */
  }
  
  .nav-center .uk-nav-default > li > a:hover::before {
	content: "→";
	position: absolute;
	left: 15px;
	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:960px){  
			.nav-left{width: 100%;}
			.logo{margin: 0 auto 15px;max-width: 180px;}
			.logo-name{text-align: center;}
			.nav-center{width: calc(100% - 260px);}
			.uk-navbar-nav>li>a{padding: 0 10px;}
		  }
	    @media(max-width:768px){  
		
	    .header{padding: 0;position: relative;background: #fff;}
		.nav-right1{width: 50px;background: #bbbbbb;}
		.lar-box{padding-top: 0;}
		.header-search{display: none;}
		.nav-center{padding: 0;background: #bbbbbb;display: block;max-width: 100%;width: calc(100% - 50px);}
		.header>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}
		.uk-navbar-toggle{margin-top: 0;background: #c30d23!important;margin-left: 0;color:#fff;}	 
		}



	/* 首页产品信息 */
	.index-main{
		width:100%;
		max-width:1920px;
		margin:0 auto;
		padding:70px 0 80px;
		background:#eeeeee;
		box-sizing:border-box;
	}
	.index-main-inner{
		max-width:1400px;
		padding:0 20px;
		box-sizing:border-box;
	}
	.index-pr-head{
		text-align:center;
		margin-bottom:48px;
	}
	.index-pr-title{
		margin:0 0 18px;
		font-family:Arial,Helvetica,sans-serif;
		font-size:44px;
		line-height:1.15;
		font-weight:900;
		color:#00307b;
		text-transform:uppercase;
		letter-spacing:0.02em;
	}
	.index-pr-line{
		display:block;
		width:66px;
		height:4px;
		margin:0 auto 16px;
		background:#00307b;
	}
	.index-pr-sub{
		margin:0;
		font-size:16px;
		line-height:1.5;
		color:#999999;
		text-transform:uppercase;
	}
	.index-pr-slideset{
		position:relative;
	}
	.index-pr-slideset-view{
		overflow:hidden;
	}
	.index-pr-slideset .uk-slideset{
		margin:0;
		padding:0;
		list-style:none;
	}
	.index-pr-slideset .uk-slideset > li{
		padding:0 10px 10px;
		box-sizing:border-box;
	}
	.index-pr-slideset .uk-slideset > li.uk-active{
		opacity:1;
	}
	.index-pr-card{
		display:block;
		background:#ffffff;
		text-decoration:none;
		overflow:hidden;
		transition:box-shadow 0.35s ease;
	}
	.index-pr-card:hover{
		text-decoration:none;
		box-shadow:0 8px 24px rgba(0,48,123,0.12);
	}
	.index-pr-imgbox{
		display:block;
		overflow:hidden;
		background:#ffffff;
		aspect-ratio:1/1;
	}
	.index-pr-img{
		display:block;
		width:100%;
		height:100%;
		object-fit:contain;
		transition:transform 0.55s ease;
	}
	.index-pr-card:hover .index-pr-img{
		transform:scale(1.1);
	}
	.index-pr-foot{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:12px;
		min-height:56px;
		padding:10px 16px;
		background:#00307b;
		box-sizing:border-box;
	}
	.index-pr-name{
		flex:1;
		min-width:0;
		margin:0;
		font-size:18px;
		line-height:1.3;
		font-weight:400;
		color:#ffffff;

	}
	.index-pr-icon{
		flex-shrink:0;
		width:37px;
		height:37px;
		display:block;
	}
	.index-pr-nav{
		display:flex;
		align-items:center;
		justify-content:center;
		gap:16px;
		width:38%;
		max-width:520px;
		min-width:280px;
		margin:36px auto 0;
		padding:0;
		box-sizing:border-box;
	}
	.index-pr-arrow{
		flex-shrink:0;
		display:flex;
		align-items:center;
		justify-content:center;
		width:32px;
		height:32px;
		text-decoration:none;
		color:#00307b;
		transition:opacity 0.25s ease;
	}
	.index-pr-arrow:hover,
	.index-pr-arrow:focus{
		text-decoration:none;
		color:#00307b;
		opacity:0.75;
	}
	.index-pr-arrow::before{
		display:none;
	}
	.index-pr-chevron{
		display:block;
		width:10px;
		height:10px;
		border-top:2px solid currentColor;
		border-right:2px solid currentColor;
	}
	.index-pr-chevron-left{
		transform:rotate(-135deg);
		margin-left:4px;
	}
	.index-pr-chevron-right{
		transform:rotate(45deg);
		margin-right:4px;
	}
	.index-pr-track{
		position:relative;
		flex:1;
		height:4px;
	}
	.index-pr-track-line{
		position:absolute;
		left:0;
		right:0;
		top:50%;
		height:1px;
		margin-top:-0.5px;
		background:#00307b;
	}
	.index-pr-thumb{
		position:absolute;
		top:0;
		left:0;
		height:4px;
		background:#00307b;
		transition:left 0.35s ease, width 0.35s ease;
		will-change:left,width;
	}
	@media(max-width:1200px){
		.index-pr-title{font-size:36px;}
		.index-pr-head{margin-bottom:40px;}
	}
	@media(max-width:960px){
		.index-main{padding:50px 0 60px;}
		.index-pr-title{font-size:30px;}
		.index-pr-head{margin-bottom:32px;}
		.index-pr-slideset .uk-slideset > li{padding:0 8px 8px;}
		.index-pr-nav{
			margin-top:28px;
			gap:14px;
			width:52%;
			max-width:480px;
		}
	}
	@media(max-width:768px){
		.index-main{padding:40px 0 50px;}
		.index-main-inner{padding:0 15px;}
		.index-pr-title{font-size:26px;}
		.index-pr-sub{font-size:14px;}
		.index-pr-name{font-size:16px;}
		.index-pr-foot{
			min-height:50px;
			padding:8px 12px;
		}
		.index-pr-icon{
			width:32px;
			height:32px;
		}
		.index-pr-nav{
			margin-top:24px;
			width:78%;
			max-width:360px;
			min-width:0;
			gap:12px;
		}
	}
	@media(max-width:480px){
		.index-pr-title{font-size:22px;}
		.index-pr-line{width:50px;height:3px;}
	}

	/* 首页案例展示 */
	.index-case{
		width:100%;
		max-width:1920px;
		margin:0 auto;
		padding:70px 0 80px;
		background:#ffffff;
		box-sizing:border-box;
	}
	.index-case-inner{
		max-width:1400px;
		padding:0 20px;
		box-sizing:border-box;
	}
	.index-case-slider{
		position:relative;
		margin-top:0;
	}
	.index-case-slider .uk-slider-container{
		overflow:hidden;
	}
	.index-case-slider .uk-slider > li{
		padding-bottom:10px;
		box-sizing:border-box;
	}
	.index-case .he-img{
		position:relative;
		overflow:hidden;
	}
	.index-case .he-nr{
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index:2;
		pointer-events:none;
	}
	.index-case-foot{
		background:#00307b;
		padding:12px 10px;
		text-align:center;
	}
	.index-case-name{
		margin:0;
		font-size:16px;
		line-height:1.4;
		color:#ffffff;
		text-align:center;

	}
	.index-case .case-left::before,
	.index-case .case-right::before,
	.index-zs .case-left::before,
	.index-zs .case-right::before{
		display:none;
	}
	.index-case .case-left,
	.index-case .case-right,
	.index-zs .case-left,
	.index-zs .case-right{
		display:block!important;
		top:42%;
		margin-top:-20px;
		width:auto!important;
		height:auto!important;
		background:transparent;
	}
	.index-case .case-left,
	.index-zs .case-left{
		left:-60px!important;
	}
	.index-case .case-right,
	.index-zs .case-right{
		right:-60px!important;
	}
	.index-case .case-left img,
	.index-case .case-right img,
	.index-zs .case-left img,
	.index-zs .case-right img{
		display:block;
		width:40px;
		height:40px;
	}
	@media(max-width:1500px){
		.index-case .case-left,
		.index-zs .case-left{left:0!important;}
		.index-case .case-right,
		.index-zs .case-right{right:0!important;}
	}
	@media(max-width:1200px){
		.index-case{padding:60px 0 70px;}
	}
	@media(max-width:960px){
		.index-case{padding:50px 0 60px;}
		.index-case .case-left img,
		.index-case .case-right img,
		.index-zs .case-left img,
		.index-zs .case-right img{
			width:36px;
			height:36px;
		}
	}
	@media(max-width:768px){
		.index-case{padding:40px 0 50px;}
		.index-case-inner{padding:0 15px;}
		.index-case-name{font-size:15px;}
		.index-case-foot{padding:10px 8px;}
		.index-case .case-left,
		.index-case .case-right,
		.index-zs .case-left,
		.index-zs .case-right{top:38%;}
		.index-case .case-left img,
		.index-case .case-right img,
		.index-zs .case-left img,
		.index-zs .case-right img{
			width:32px;
			height:32px;
		}
	}



/* 首页公司简介 */
.index-ab{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:30px 0 80px;
	background:url(assets/images/bg1.png) right center no-repeat;
	box-sizing:border-box;
}
.index-ab-inner{
	max-width:1660px;
	width:100%;
	margin:0 0 0 auto;
	padding:0 0 0 20px;
	box-sizing:border-box;
}
.iab-box{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:40px;
}
.iab-left{
	flex:1;
	min-width:0;
	max-width:44%;
}
.iab-head{
	position:relative;
	margin-bottom:24px;
	padding-top:10px;
}
.iab-bg-title{
	position:absolute;
	left:0;
	top:27%;
	transform:translateY(-58%);
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:120px;
	line-height:0.85;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:-0.02em;
	white-space:nowrap;
	pointer-events:none;
	user-select:none;
	background:linear-gradient(360deg, rgba(0,48,123,0.1) 0%, rgba(0,48,123,0.12) 45%, rgba(0,48,123,0) 100%);
	-webkit-background-clip:text;
	background-clip:text;
	color:transparent;
	-webkit-text-fill-color:transparent;
}
.iab-title{
	position:relative;
	z-index:1;
	margin:0 0 16px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:44px;
	line-height:1.15;
	font-weight:900;
	color:#00307b;
	text-transform:uppercase;
}
.iab-line{
	position:relative;
	z-index:1;
	display:block;
	width:66px;
	height:4px;
	margin:0 0 14px;
	background:#00307b;
}
.iab-sub{
	position:relative;
	z-index:1;
	margin:0;
	font-size:16px;
	line-height:1.5;
	color:#999999;
	text-transform:uppercase;
}
.iab-desc{
	margin-top:0;
	overflow:hidden;
	overflow-y:auto;
	padding-right:28px;
	height:380px;
	scrollbar-width:thin;
	scrollbar-color:#ced7e6 #e5eaf2;
}
.iab-desc::-webkit-scrollbar{
	width:18px;
	background:#e5eaf2;
}
.iab-desc::-webkit-scrollbar-thumb{
	background:#ced7e6;
	border-radius:0;
}
.iab-desc::-webkit-scrollbar-track{
	background:#e5eaf2;
}
.iab-more{
	display:inline-block;
	min-width:172px;
	line-height:56px;
	padding:0 28px;
	margin-top:24px;
	background:#00307b;
	border-radius:28px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	transition:background 0.35s ease, border-radius 0.35s ease, color 0.35s ease;
}
.iab-more:hover,
.iab-more:focus{
	text-decoration:none;
	background:#000000;
	border-radius:0;
	color:#ffffff;
}
.iab-right{
	flex:1;
	min-width:0;
	max-width:54%;
	position:relative;
	margin-top: 50px;
}
.iab-tubox{
	overflow:hidden;
	border:5px solid #ffffff;

}
.iab-tu{
	width:100%;
	display:block;
}

@media(max-width:1200px){
	.index-ab-inner{padding:0 20px;}
	.iab-bg-title{font-size:90px;}
	.iab-title{font-size:36px;}
}
@media(max-width:1000px){
	.index-ab{padding:50px 0 60px;background: #fff;}
	.iab-left,
	.iab-right{
		max-width:100%;
		flex:0 0 100%;
		margin-top: 0;
	}
	.iab-left{margin-bottom:10px;}
	.iab-bg-title{font-size:72px;}
	.iab-title{font-size:30px;}
	.iab-desc{height:240px;}
	
}
@media(max-width:768px){
	.index-ab{padding:40px 0 50px;}
	.index-ab-inner{padding:0 15px;}
	.iab-bg-title{font-size:52px;}
	.iab-title{font-size:26px;}
	.iab-sub{font-size:14px;}
	.iab-line{width:50px;height:3px;}
	.iab-desc{
		height:200px;
		padding-right:18px;
	}
	.iab-desc::-webkit-scrollbar{width:18px;}
	.iab-more{
		min-width:150px;
		line-height:48px;
		font-size:15px;
	}
	.iab-tubox{border-width:6px;}
}


/* 首页企业优势 */
.index-ys{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	background:#ffffff;
	box-sizing:border-box;
}
.index-ys-inner{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.index-ys-head{
	text-align:center;
	padding:70px 20px 48px;
	background:#ffffff;
}
.index-ys-body{
	background:#00307b;
}
.ys-list{
	margin:0;
	padding:0;
	list-style:none;
}
.ys-item{
	margin-bottom:0;
}
.ys-item-inner{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:18px;
	height:100%;
	min-height:100%;
	padding:48px 36px;
	background:#00307b;
	box-sizing:border-box;
	transition:background 0.35s ease;
}
.ys-item-inner:hover{
	background:#002257;
}
.ys-iconbox{
	flex-shrink:0;
	width:54px;
	height:54px;
	perspective:600px;
}
.ys-icon{
	display:block;
	width:54px;
	height:54px;
	object-fit:contain;
	transform:rotateY(0deg);
	transition:none;
	backface-visibility:hidden;
}
.ys-item-inner:hover .ys-icon{
	transition:transform 0.6s ease;
	transform:rotateY(360deg);
}
.ys-text{
	flex:1;
	min-width:0;
	width:100%;
	max-width:420px;
}
.ys-title{
	margin:0 0 14px;
	font-size:20px;
	line-height:1.35;
	font-weight:bold;
	color:#ffffff;
	text-transform:none;
}
.ys-desc{
	margin:0;
	font-size:16px;
	line-height:1.6;
	font-weight:400;
	color:#c3cbd7;
}
@media(max-width:960px){
	.index-ys-head{padding:50px 20px 36px;}
	.ys-item-inner{padding:36px 24px;}
}
@media(max-width:768px){
	.index-ys-head{padding:40px 15px 32px;}
	.ys-item + .ys-item{
		border-top:1px solid rgba(255,255,255,0.08);
	}
	.ys-item-inner{
		padding:32px 20px;
		gap:14px;
	}
	.ys-title{
		font-size:18px;
		margin-bottom:10px;
	}
	.ys-desc{
		font-size:15px;
		line-height:1.55;
	}
}
@media(max-width:480px){
	.ys-item-inner{
		padding:28px 16px;
	}
}

/* 首页证书展示 */
.index-zs{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:70px 0 80px;
	background:#ffffff;
	box-sizing:border-box;
}
.index-zs-inner{
	max-width:1400px!important;
	width:100%;
	margin-left:auto!important;
	margin-right:auto!important;
	padding:0 20px;
	box-sizing:border-box;
}
.index-zs .index-pr-head{
	margin-bottom:48px;
}
.index-zs-slider{
	position:relative;
	max-width:100%;
	width:100%;
}
.index-zs-slider .uk-slider-container{
	overflow:hidden;
}
.index-zs-slider .uk-slider > li{
	padding-bottom:10px;
	box-sizing:border-box;
}
.index-zs-card{
	position:relative;
	perspective:800px;
	overflow:hidden;
}
.index-zs-tu{
	display:block;
	width:100%;
	transform:rotateY(0deg);
	transition:none;
	backface-visibility:hidden;
}
.index-zs-card:hover .index-zs-tu{
	transition:transform 0.6s ease;
	transform:rotateY(360deg);
}
@media(max-width:1200px){
	.index-zs{padding:60px 0 70px;}
	.index-zs .index-pr-title{font-size:36px;}
}
@media(max-width:960px){
	.index-zs{padding:50px 0 60px;}
}
@media(max-width:768px){
	.index-zs{padding:40px 0 50px;}
	.index-zs-inner{padding:0 15px;}
	.index-zs .index-pr-head{margin-bottom:32px;}
}



/* 首页新闻展示 */
.index-news{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:70px 0 80px;
	background:#f2f2f2;
	box-sizing:border-box;
}
.index-news-inner{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
}
.index-news-head{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:24px;
	margin-bottom:40px;
}
.index-news-head-left{
	flex:1;
	min-width:0;
	text-align:left;
}
.index-news-head-left .index-pr-line{
	margin:0 0 16px;
}
.index-news-head-right{
	flex-shrink:0;
	display:flex;
	align-items:center;
	gap:14px;
}
.index-news-more{
	display:inline-block;
	min-width:172px;
	padding:0 28px;
	line-height:48px;
	background:#00307b;
	border-radius:24px;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	transition:background 0.35s ease, border-radius 0.35s ease;
}
.index-news-more:hover,
.index-news-more:focus{
	text-decoration:none;
	background:#000000;
	border-radius:0;
	color:#ffffff;
}
.index-news-plus{
	display:flex;
	align-items:center;
	justify-content:center;
	width:48px;
	height:48px;
	border:2px solid #00307b;
	border-radius:50%;
	text-decoration:none;
	transition:background 0.35s ease, border-color 0.35s ease;
	box-sizing:border-box;
}
.index-news-plus:hover,
.index-news-plus:focus{
	text-decoration:none;
	background:#00307b;
}
.index-news-plus-icon{
	font-size:28px;
	line-height:1;
	font-weight:300;
	color:#00307b;
	transition:color 0.35s ease;
}
.index-news-plus:hover .index-news-plus-icon,
.index-news-plus:focus .index-news-plus-icon{
	color:#ffffff;
}
.inews-nr{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:20px;
}
.inews-empty{
	width:100%;
	text-align:center;
	color:#666666;
}
.inews-left{
	flex:0 0 48%;
	max-width:48%;
	position:relative;
}
.inews-featured{
	display:block;
	position:relative;
	overflow:hidden;
	height:100%;
	min-height:380px;
	text-decoration:none;
	background:#000000;
}
.inews-tu{
	display:block;
	width:100%;
	height:100%;
	min-height:380px;
	object-fit:cover;
	transition:transform 0.6s ease;
}
.inews-featured-mask{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:24px 28px 28px;
	background:linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.55) 100%);
	transition:background 0.35s ease;
}
.inews-featured-date{
	align-self:flex-start;
}
.inews-nian{
	margin:0 0 4px;
	font-size:24px;
	line-height:1.2;
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
}
.inews-ri{
	margin:0;
	font-size:56px;
	line-height:1;
	font-weight:900;
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
}
.inews-featured-text{
	margin-top:auto;
}
.inews-name{
	margin:0 0 10px;
	font-size:18px;
	line-height:1.4;
	font-weight:bold;
	color:#ffffff;
}
.inews-desc{
	margin:0;
	font-size:15px;
	line-height:1.6;
	color:rgba(255,255,255,0.9);
}
.inews-featured:hover{
	text-decoration:none;
}
.inews-featured:hover .inews-tu{
	transform:scale(1.06);
}
.inews-featured:hover .inews-featured-mask{
	background:linear-gradient(180deg, rgba(0,48,123,0.45) 0%, rgba(0,48,123,0.1) 35%, rgba(0,48,123,0.75) 100%);
}
.inews-right{
	flex:1;
	min-width:0;
	display:flex;
	flex-direction:row;
	align-items:stretch;
	gap:20px;
}
.inews-card{
	display:flex;
	flex-direction:column;
	flex:1;
	width:calc(50% - 10px);
	min-width:0;
	min-height:380px;
	padding:80px 28px 30px;
	background:#ffffff;
	text-decoration:none;
	transition:box-shadow 0.35s ease;
	box-sizing:border-box;
}
.inews-card:hover{
	text-decoration:none;
	box-shadow:0 8px 24px rgba(0,48,123,0.1);
}
.inews-card-title{
	margin:0 0 36px;
	font-size:18px;
	line-height:1.4;
	font-weight:bold;
	color:#00307b;
	transition:color 0.35s ease;
}
.inews-card-line{
	display:block;
	width:100%;
	height:1px;
	margin:0 0 36px;
	background:#cccccc;
}
.inews-card-desc{
	flex:1;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.75;
	font-weight:400;
	color:#666666;
}
.inews-card-foot{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-top:auto;
	padding-top:8px;
}
.inews-card-date{
	flex-shrink:0;
}
.inews-card-nian{
	margin:0 0 2px;
	font-size:14px;
	line-height:1.2;
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
}
.inews-card-ri{
	margin:0;
	font-size:52px;
	line-height:1;
	font-weight:900;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
}
.inews-card-icon{
	flex-shrink:0;
	display:block;
	width:auto;
	height:auto;
	max-width:28px;
	max-height:28px;
	object-fit:contain;
	margin:0;
}
@media(max-width:1200px){
	.index-news{padding:60px 0 70px;}
	.index-news-head{align-items:flex-start;flex-wrap:wrap;}
	.index-news .index-pr-title{font-size:36px;}
	.inews-ri{font-size:48px;}
	.inews-card-ri{font-size:44px;}
	.inews-card{
		padding-top:60px;
	}
	.inews-card-title{
		margin-bottom:28px;
	}
	.inews-card-line{
		margin-bottom:28px;
	}
}
@media(max-width:1100px){
	.inews-left{
		flex:0 0 100%;
		max-width:100%;
		width:100%;
	}
	.inews-right{
		flex:0 0 100%;
		max-width:100%;
		width:100%;
	}
	.inews-featured,
	.inews-tu{
		min-height:340px;
	}
	.inews-card{
		min-height:auto;
	}
}
@media(max-width:900px){
	.inews-nr{
		gap:16px;
	}
	.inews-right{
		flex-direction:column;
		gap:16px;
	}
	.inews-card{
		width:100%;
		flex:none;
		padding:48px 24px 28px;
	}
	.inews-card-title{
		margin-bottom:28px;
	}
	.inews-card-line{
		margin-bottom:28px;
	}
	.inews-tu,
	.inews-featured{
		min-height:300px;
	}
}
@media(max-width:768px){
	.index-news{padding:40px 0 50px;}
	.index-news-inner{padding:0 15px;}
	.index-news-head{
		margin-bottom:28px;
		flex-direction:column;
		align-items:flex-start;
		gap:16px;
	}
	.index-news-head-right{
		width:100%;
		justify-content:flex-start;
	}
	.index-news .index-pr-title{font-size:26px;}
	.index-news .index-pr-sub{font-size:14px;}
	.index-news-more{
		min-width:150px;
		line-height:44px;
		font-size:15px;
	}
	.index-news-plus{
		width:44px;
		height:44px;
	}
	.inews-featured-mask{
		padding:20px 18px;
	}
	.inews-ri{font-size:40px;}
	.inews-name{font-size:16px;}
	.inews-desc{font-size:14px;}
	.inews-card{
		padding:36px 20px 24px;
	}
	.inews-card-title{
		margin-bottom:20px;
		font-size:17px;
	}
	.inews-card-line{
		margin-bottom:20px;
	}
	.inews-card-desc{
		font-size:15px;
		line-height:1.65;
	}
	.inews-card-ri{
		font-size:40px;
	}
	.inews-tu,
	.inews-featured{
		min-height:280px;
	}
}
@media(max-width:480px){
	.index-news{padding:32px 0 40px;}
	.index-news .index-pr-title{font-size:22px;}
	.index-news .index-pr-line{
		width:50px;
		height:3px;
	}
	.inews-nr{
		gap:12px;
	}
	.inews-card{
		padding:28px 16px 20px;
	}
	.inews-card-title{
		margin-bottom:16px;
		font-size:16px;
	}
	.inews-card-line{
		margin-bottom:16px;
	}
	.inews-card-desc{
		font-size:14px;
		line-height:1.6;
	}
	.inews-card-ri{
		font-size:36px;
	}
	.inews-card-icon{
		max-width:22px;
		max-height:22px;
	}
	.inews-ri{font-size:36px;}
	.inews-nian,
	.inews-card-nian{
		font-size:13px;
	}
	.inews-tu,
	.inews-featured{
		min-height:240px;
	}
	.index-news-more{
		min-width:130px;
		padding:0 20px;
		font-size:14px;
		line-height:40px;
	}
}

/* 页尾帮助信息 */
.footer-help{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:40px 20px 40px;
	background:#f2f2f2;
	box-sizing:border-box;
}
.footer-help-inner{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
	text-align:center;
	box-sizing:border-box;
}
.footer-help-title{
	margin:0 0 18px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:48px;
	line-height:1.25;
	font-weight:900;
	color:#00307b;
	text-transform:uppercase;
}
.footer-help-sub{
	margin:0 auto;
	max-width:960px;
	font-size:18px;
	line-height:1.6;
	font-weight:400;
	color:#000000;
}
@media(max-width:1200px){
	.footer-help{padding:60px 20px 70px;}
	.footer-help-title{font-size:40px;}
	.footer-help-sub{font-size:17px;}
}
@media(max-width:768px){
	.footer-help{padding:48px 15px 56px;}
	.footer-help-title{
		font-size:28px;
		margin-bottom:14px;
	}
	.footer-help-sub{
		font-size:16px;
		line-height:1.55;
	}
}
@media(max-width:480px){
	.footer-help{padding:40px 12px 48px;}
	.footer-help-title{font-size:22px;}
	.footer-help-sub{font-size:15px;}
}

/* 页尾信息 */
.footer{background:#00307b;padding:0 ;padding-top:5%;}
.f-box{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}	
.f-left{width:54%;}           
.f-title{font-size: 38px;color:#ffffff;text-transform: uppercase;margin-bottom:28px;line-height: 40px;font-weight: bold;}

.f-right{width: 45%;}
.flx-box{margin-bottom: 10px;display: block;font-size: 16px;line-height: 20px;color:#ffffff;}


.flx-name{font-size: 16px;line-height: 28px;color:#ffffff;}
.flx-name:hover{text-decoration: none;color:#fff;}


.sm-nr{display: flex;align-items: center;flex-direction: row;max-width: 220px;margin: 0 0 40px;width: 100%;}
.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;background: #001f50;}
		.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){ 
		 .f-left{width: 100%;margin-bottom:20px;}
		 .f-right{width: 100%;}
		  .footer{padding:40px 3% 0;}
		 }
		 @media(max-width:768px){ 
		
			.sm-box{margin: 0 10px;width: auto;}
			}
	/* 表单 */
	.biaodan li{margin-bottom: 15px;position: relative;}
	.biaodan li input{width: 100%;height: 72px;font-weight: 400;background:#1c478a;
	border:1px solid #476aa0!important;color:#fff;padding-left: 16px;font-size: 16px;}
	.biaodan li input::-webkit-input-placeholder{color:#ffffff;font-size: 16px;}
	.biaodan li textarea{width: 100%;font-weight: 400;background:#1c478a;border:1px solid #476aa0!important;color:#fff;
	padding-left: 16px;line-height: 72px;font-size: 16px;line-height: 33px;
	}
	.biaodan li textarea::-webkit-input-placeholder {color: #d4d4d4;line-height: 99px;font-weight: 400;font-size: 16px;} 
	.xing{position: absolute;color:#00307b;left: 10px;top:14px;}
	.send{
		width: 108px!important;
		height: 32px!important;
		font-size: 16px;
		border:none;
		text-transform: uppercase;
		background:#da0000;
		font-weight: 400;
		transition: 0.8s;-webkit-transition: 0.8s;
		display: block;
		color:#fff;
		margin-top: 20px;

	}
	.send:hover{background: #fff;color:#000;}
   .f-right .screen-reader-response{display:none;}
   .f-right span{color:#fff;}
   .f-right .screen-reader-response{display:none;}

    /* 内页面包屑 */
	.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:"HELVETICANEUELTPRO-BD" ;margin-bottom: 12px;
		}
			.banner-xian{width: 50px;height: 3px;background: #fff;margin: 12px auto 12px;display: none;}
		   .banner-subtitle{text-align: center;font-size: 14px;color:#ffffff;line-height: 20px;margin: 0 auto;max-width: 740px;}
		   /* 假设面包屑的类名为 */
		.m-box {
			list-style: none;
			margin: 0;
			padding: 0;
			padding: 0 3%;
			background: rgba(0,0,0,.6);
			position: relative;
		    margin-top: -50px;
			z-index: 2;
          line-height: 50px;
		}
	
		.breadcrumb li {
			display: inline;
		}
		
		.breadcrumb li+li:before {
			content: '>>'; /* 修改为你想要的分隔符 */
			padding: 0 5px;
			color:#fff;
		}
		@media(max-width:1300px){
			.m-box{background: #00307b;margin-top: 0;}
		}
		@media(max-width:960px){
			.banner-nr{padding-top: 0;}

		}
		   @media(max-width:768px){
		 .banner-title{text-align: center;font-size: 18px;line-height: 22px;margin-bottom: 10px;}  
		 .banner-subtitle{text-align: center;font-size: 14px;line-height: 16px;} 
		 .banner-xian{margin:5px auto}
		   }
   
  
	/* 公司简介 */
       .about{padding: 3%;background: #f2f2f2;}
	   .ab-title{font-size: 40px;line-height: 44px;color:#000000;text-align: center;font-weight: bold;text-transform: uppercase;margin-bottom: 18px;}
	   .ab-xian{width: 66px;height: 4px;background: #00307b;margin: 0 auto 40px;}
	    .ab-dow{display: block;margin: 0 auto 30px;}
	   .ab-desc{display: block;margin-bottom: 30px;}
       .img-fluid{display: block;width: 100%;}
	   .video-box{margin: 60px auto 0;}
	   .z-left::before,.z-right::before{display: none;}
	   .z-left{display: block!important;left: -4%!important;width: 44px!important;}
	   .z-right{display: block!important;right: -4%!important;width: 44px!important;}
  
	   @media(max-width:1550px){
		   .z-left{left: 2%!important;}
		   .z-right{right: 2%!important;}
	   }
      /* 证书展示 */
	  .zs{padding: 3% 3%;background:url(assets/images/zsbg.jpg) bottom center no-repeat #f2f2f2;}
	  .zs-tu{display: block;margin: 0 auto;transition: 0.6s;}
	  .zs-tu:hover{transform:scale(0.9);}



      /* 团队展示 */
	  .team{padding: 3%;background: #f2f2f2;padding-top: 1%;}
	  @media(max-width:768px){
	   .ab-title{font-size: 28px;line-height: 32px;}
	}

	/*内页新闻列表 */
	.news-list{padding:3% 3%;background: #f2f2f2;}



   .lnews-box{transition: 0.6s;display: block;background: #fff;padding: 15px 15px 20px;position: relative;}

   .lnews-tu{width: 100%;}
   .lnews-tu img{display: block;width: 100%;}
    .lnews-name{font-size: 22px;line-height: 24px;transition: 0.6s;font-weight: bold;color:#00307b;transition: 0.6s;margin-top: 18px;}
    .lnews-xian{width: 100%;height: 1px;background: #b2b2b2;margin:14px 0;}

   .lnews-desc{font-size: 16px;line-height: 24px;transition: 0.6s;color:#666666;height: 72px;} 
   .lnews-nian{font-size: 18px;line-height: 24px;font-weight: 400;margin-top: 20px;color:#999999;text-align: left}
   .lnews-ri{font-size: 40px;color:#333333;line-height: 44px;text-align: left;font-weight: bold;}
   .lnews-box:hover{text-decoration: none;background: #ffffff;
	box-shadow:0 8px 24px rgba(0,48,123,0.1);
}
.lnews-icon{position: absolute;right: 15px;bottom:30px;width: 19px;height: 13px;}

   @media(max-width:768px){
	.news-list{padding:3%;background: #f6f6f6;}
	  .lnews-left{width: 100%;padding: 20px;}
	  .lnews-tu{width: 100%;}
	  .lnews-box1{padding:0 ;}
		}
	/*内页新闻详情 */
	.news-page{padding:3%;background: #f2f2f2;}
	.xq-box{display: flex;justify-content: center;}
	.xq-title{font-size:36px;line-height: 40px;text-align: center;color:#00307b;font-weight: bold;}
	.xq-date{font-size: 16px;color:#999999;text-align: center;line-height: 20px;margin:20px  0 20px;}
	.xq-xian{width: 100%;height: 1px;background: #d1d1d1;margin: 26px 0 16px;}
	.newsxq-img img{width: 100%;}
	.news-bottom{margin: 0 auto 24px;}

	/*分页 */

	.pr-next{margin:4% auto 0;width:400px;}
	.pr-next>p{width:190px;height: 35px;border:1px solid #333333;color:#ffffff;line-height: 33px;text-align: center;font-size: 14px;
		cursor:pointer;background:#333333;}
	.pr-next>p:hover{border:1px solid #00307b;background: #00307b;color:#ffffff;}
	.pr-next>p:hover a{color:#fff;text-decoration: none;}
	.pr-next a{display: block;color:#ffffff;}
	.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;}
	.xq-title{font-size: 32px;line-height: 40px;}
	}
	@media(max-width:400px){
	.pr-next{margin:20px auto 0;width:167px;}
	.pr-next>p{margin-bottom: 5%;}
	}
	


/* 内页产品列表 */
.pro{padding: 3% 3%;background: #f2f2f2;}
.pro-left {padding-right: 0;}
.lei-list{padding-right:16%;}
.list-title{font-size: 36px;line-height: 38px;color:#00307b;font-weight: 900;font-family: "arial";text-transform: uppercase;}
.pr-dow{display: block;margin: 30px 0 20px;}
	.nav-box1{overflow:hidden;height:0;position:relative;}
	.lei-list h3{padding: 0;padding: 17px 22px;position:relative;text-align: left;padding-left: 0;font-weight: bold;
	 color:#000000;line-height:24px;font-size: 20px;margin-bottom: 0;background: none;
		 }
	.nav-box3{margin-bottom:0;padding: 0 0;}
	.nav-box3:hover{cursor: pointer;}
	.nav-box2{padding-bottom: 0;background: none;}
	 .lei-list a p{font-size: 16px;line-height: 20px;float: right;color:#000000;padding: 12px 22px;width: 100%;padding-left: 0;
	 background: none;text-align: left;background: none;
	
	 }
	 .lei-list div .lei-name1 p{color:#00307b!important;text-decoration: underline;} 	
.sanjiao{position:absolute;top:calc(50% - 2px);right:0;transform: rotate(-90deg);display: none;}
.sanjiao1{position:absolute;top:calc(50% - 2px);right:0;display: block;transform: rotate(-90deg);}
.jia{border: 1px solid #bfbfbf;width:15px;height: 15px;border-radius: 3px;position: relative;display: inline-block;margin-right: 10px;}
.heng{width: 9px;height: 1px;position: absolute;left: 2px;top: 6px;background: #bfbfbf;}
.shu{width: 1px;height: 9px;position: absolute;left:6px;top: 2px;background: #bfbfbf;}
.lei-list div .uk-active .shu{display: none;}
.lei-list div .uk-active img{transform: rotate(0deg);}
.lei-list div .uk-active1 h3{color:#00307b!important;background:none;}
.lei-list div .uk-active1 .jia{border: 1px solid #fff;}
.lei-list div .uk-active1 .heng{background:#fff;}
.lei-list div .uk-active1 .shu{background:#fff;}
.lei-list div .uk-active1 .sanjiao{display: block;}
.lei-list div .uk-active1 .sanjiao1{display: none;}
.uk-accordion-content{padding:0!important;}
	.in-pr-box{position: relative;overflow: hidden;transition: 0.6s;display: block;}
		.in-pr-imgbox{overflow: hidden;border: 1px solid #eaeaea;position: relative;transition: 0.6s;}
		.in-pr-img{width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
	
		
		.in-pr-title{text-align: center;font-size:20px;line-height: 24px;margin: 12px auto 14px;color:#000000;transition: 0.6s;
		font-weight: bold;text-transform: uppercase;}
		.in-pr-more{width: 180px;height: 42px;background: #c30d23;border-radius: 19px;text-align: center;font-size:16px;text-align: center;
		line-height: 42px;color:#ffffff;margin: 0 auto;}
		.in-pr-box:hover{text-decoration: none;}
		.in-pr-box:hover .in-pr-imgbox{border: 1px solid #c30d23;}
		.in-pr-box:hover .in-pr-img{transform: scale(1.1);}



	 /* 产品详情*/
	 .pr-page{padding:3%;background: #f2f2f2;}
	 .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 #00307b;}
	 .show-box{width: calc(100% - 150px);}
	 .show{display: block;border: 1px solid #ccc;width: 100%;}
	 .xiao{border: 1px solid #bfbfbf;}
	 .npr-title{font-size: 30px;line-height: 34px;font-weight: bold;color:#000000;margin-top: 20px;margin-bottom: 16px;
	}
	.npr-more{font-size: 16px;line-height: 44px;font-weight: 400;color:#ffffff;border-radius: 22px;text-transform: uppercase;
		text-align: center;width: 182px;margin-top: 20px;display: block;background: #00307b;}
		.npr-more:hover{background: #000;color:#fff;text-decoration: none;}
	 .pr-nr{margin-top: 16px;}
	 .npr-title1{font-size: 40px;line-height: 44px;font-weight: bold;color:#000000;text-align: center;margin-bottom: 16px;
	 }
	 .pr-bottom1{margin-bottom: 40px;}
	 .pr-bottom{padding: 3% 3%;background: #f2f2f2;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{padding:3%;background: #f2f2f2;}  
.c-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 30px;}
.c-left{width:42%;}
.c-right fieldset{display:none;}
.f-right fieldset{display:none;}
.c-right{width: 58%;background: #fff;padding: 30px 40px;}
.c-name{font-size: 42px;line-height: 46px;margin-bottom: 50px;color:#000000;text-transform: uppercase;margin-bottom: 30px;font-weight: bold;
text-align: center;}
.clx-box{display: flex;justify-content: space-between;margin-bottom: 20px;background: #00307b;padding:13px 12px;}
.clx-box:last-child{margin-bottom: 0;}
.clx-iconbox{width: 29px;}
.clx-icon{width: 29px;height: 29px;position: relative;}
.clx-textbox{width: calc(100% - 40px);}
.clx-name{font-size: 16px;line-height: 29px;color:#fff;display: block;}
.clx-name1{display: inline-block;}
.clx-name:hover{text-decoration: none;color:#fff;}
.map{padding: 3%;padding-top: 0;background: #f2f2f2;}
.map-box{border: 3px solid #fff;;}

  @media(max-width:960px){
  .c-left{width:100%;margin-bottom: 20px;}
 .c-right{width:100%;}
.c-name{font-size: 24px;line-height: 28px;}
  }
	 
	 /* 联系我们表单 */
	 .biaodan1>li{margin-bottom: 30px;position: relative;}
	 .biaodan1 li input{width: 100%;height: 24px;font-weight: 400;background:#fff;border:none;
	 border-bottom:1px solid #b2b2b2!important;color:#000;padding-left: 0;font-size: 16px;}
	 .biaodan1 li input::-webkit-input-placeholder{color:#ffffff;font-size: 16px;}
     .c-right .screen-reader-response{display: none;}
    .cbd-name{font-size: 18px;line-height: 20px;color:#070707;margin-bottom: 4px;}
	 .send1{
		 width: 148px!important;
		 height: 34px!important;
		 font-size: 20px;
		 border:none;
		 background: #00307b;
		 font-weight: 400;
		 transition: 0.8s;-webkit-transition: 0.8s;
		 display: block;
		 color:#fff;
		 margin-top: 0;
	 }
	 .send1:hover{background: #000;color:#fff;}


/* 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: #00307b;color:#fff;border: 1px solid #00307b;}


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


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

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

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

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

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