/*
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: 1400px;}
	 	 /* 搜索 */
		  .header-search{position: relative;display: flex;align-items: center;flex-direction: row;}
		  .sousuo-box1{height:34px;width:220px;border:none;border:none;background:rgba(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;} 

	/* 首页 1920 通栏视频（index.php / ACF 选项 video） */
	.index-hero-video{width:100%;background:#000;line-height:0;overflow:hidden;}
	.index-hero-video__inner{max-width:1920px;margin:0 auto;width:100%;position:relative;background:#000;aspect-ratio:1920/1080;}
	.index-hero-video__media{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;display:block;}

	

	/* 导航样式 */
	    .header{padding:15px 3%;z-index:10;background: rgba(0,0,0,0.5);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: 180px;}
		.logo{max-width: 130px;}
		.logo-box{display: flex;align-items: center;flex-direction: row;}
		.nav-center{width:calc(100% - 380px);display: flex;align-items: center;flex-direction: row;justify-content: end;padding: 0 0;margin: 0;}
		.nav-right{width:180px;display: flex;align-items: center;flex-direction: row;justify-content: end;}
		.nav-right1{justify-content: space-between;display: flex;}
		.nav-lar{margin-left: 10px;display: flex;justify-content: space-between;width: 108px;}
		.uk-navbar-nav{justify-content: space-between;display: flex;width: 100%;max-width: 1000px;}
		.uk-navbar-nav>li{padding: 0 0;}
		.uk-navbar-nav>li>a{color:#ffffff;line-height:36px;font-size: 18px;font-weight: bold;position: relative;height: 36px;
		padding: 0;text-transform: uppercase;font-family: "Times New Roman";
		}
		.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%; /* 改为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: #004bb1; /* 或 #093288 */
	color: #fff; /* 蓝色版本改为 #fff */
	padding-left: 25px;
	border-bottom-color: #004bb1; /* 或 #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:960px){  
			.header{position: initial;background: #000;}
			.uk-navbar-nav>li{padding: 0 6px;}
			.nav-left{width: 100%;}
			.logo{margin: 10px auto;}
			.logo-name{text-align: center;}
			.nav-center{width: calc(100% - 180px);}
		  }
	    @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: calc(100% - 120px);}
		.header>.uk-container{padding: 0;}
		.sousuo-box1{display: none;}

		
		}
         
 

/* 首页产品中心（1920 通栏 / 内容 1400 / Times New Roman） */
.index-pc{font-family:"Times New Roman",Times,serif;}
.index-pc__band{width:100%;max-width:1920px;margin:0 auto;background:#fff;padding:56px 0 48px;box-sizing:border-box;}
.index-pc__inner{max-width:1400px;margin:0 auto;padding:0 20px;box-sizing:border-box;}
.index-pc__title{text-align:center;font-size:60px;line-height:1.12;color:#004bb1;font-weight:bold;margin:0 0 22px;font-family: "Times New Roman";}
.index-pc__subtitle{max-width:660px;margin:0 auto 44px;text-align:center;font-size:20px;line-height:1.65;color:#444444;font-family: "Times New Roman";}
.index-pc__subtitle p{margin:0;}
.ipc-row__grid{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	gap:18px;
	width:100%;
	box-sizing:border-box;
}
.ipc-col--cat{
	flex:0 0 360px;
	width:360px;
	max-width:100%;
	box-sizing:border-box;
}
.ipc-col--slider{
	flex:1 1 0;
	min-width:0;
	box-sizing:border-box;
}
.ipc-cat{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	max-width:360px;
	margin:0 auto;
	aspect-ratio:1/1;
	background:#1a1a1a;
	text-decoration:none;
	color:#fff;
}
.ipc-cat:hover{text-decoration:none;color:#fff;}
.ipc-cat__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .55s ease;}
.ipc-cat__bg--empty{background:#222;}
.ipc-cat:hover .ipc-cat__bg{transform:scale(1.06);}
.ipc-cat__inner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;text-align:center;}
.ipc-cat__name{
	font-family:"Times New Roman",Times,serif;
	font-size:clamp(20px,2.6vw,30px);
	font-weight:bold;
	letter-spacing:.06em;
	text-transform:uppercase;
	margin:0 0 22px;
	line-height:1.2;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,.35);
}
.ipc-cat__btn{
	display:inline-block;
	padding:14px 34px;
	background:#004bb1;
	color:#fff!important;
	font-family:"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:bold;
	line-height:1.2;
	letter-spacing:.06em;
	text-transform:uppercase;
	border-radius:999px;
	box-shadow:0 4px 14px rgba(0,75,177,.35);
	transition:background .25s ease,transform .25s ease,box-shadow .25s ease;
}
.ipc-cat:hover .ipc-cat__btn{background:#003a8f;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,75,177,.45);}
.ipc-slider-wrap{position:relative;height:100%;min-height:320px;display:flex;flex-direction:column;}
/* 勿在 data-uk-slider 根节点加左右 padding：UIkit 用整元素宽度算 vp，会与 uk-slider-container 可视区不一致导致露出下一张 */
.ipc-slider{position:relative;padding:0 0 8px;display:flex;flex-direction:column;flex:1;min-width:0;}
.ipc-slider .ipc-slider__stage{
	position:relative;
	flex:1;
	min-height:0;
	display:flex;
	flex-direction:column;
}
.ipc-slider .ipc-slider__stage .uk-slider-container{
	overflow:hidden;
	width:100%;
	max-width:100%;
	flex:1;
	min-height:0;
}

.ipc-slider .ipc-slider__stage.uk-slidenav-position .uk-slidenav{
	display:flex!important;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:45%;
	margin-top:0!important;
	transform:translateY(-50%);
	z-index:2;
	width:38px;
	height:38px;
	line-height:0;
	padding:0;
	box-sizing:border-box;
}
.ipc-slider .ipc-slider__stage .uk-slidenav:before{display:none!important;content:none!important;}
.ipc-slider .ipc-slider__stage .uk-slidenav img{display:block;width:38px;height:38px;object-fit:contain;}
.ipc-slider .ipc-slider__stage .uk-slidenav-previous{left:4px;}
.ipc-slider .ipc-slider__stage .uk-slidenav-next{right:4px;}
.ipc-pcard{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#000;background:transparent;border:none;padding:0;box-sizing:border-box;height:100%;}
.ipc-pcard:hover{text-decoration:none;color:#000;}
.ipc-pcard__frame{
	display:flex;
	flex-direction:column;
	width:100%;
	aspect-ratio:1/1;
	min-height:160px;
	margin-bottom:12px;
	border:1px solid #e8e8e8;
	box-sizing:border-box;
	background:#fff;
	overflow:hidden;
	transition:border-color .3s ease,box-shadow .3s ease;
}
.ipc-pcard:hover .ipc-pcard__frame{border-color:#d0d0d0;box-shadow:0 8px 20px rgba(0,0,0,.06);}
.ipc-pcard__imgwrap{
	flex:1;
	min-height:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	border-radius:2px;
	background:#fafafa;
}
.ipc-pcard__imgwrap img.ipc-pcard__img,
.ipc-pcard__img{
	display:block;
	max-width:100%;
	max-height:100%;
	width:auto!important;
	height:auto!important;
	object-fit:contain;
	transition:transform .45s ease;
	transform-origin:center center;
	will-change:transform;
}
.ipc-pcard:hover .ipc-pcard__img,
.ipc-pcard:hover img.ipc-pcard__img{transform:scale(1.04);}
.ipc-pcard__img--ph{display:block;width:100%;height:100%;background:linear-gradient(135deg,#eee,#ddd);}
.ipc-pcard__name{font-size:24px;line-height:1.35;font-weight:bold;font-family: "Times New Roman";}

.index-pc .ipc-dotnav > li > a{background:rgba(0,75,177,.22);}
.index-pc .ipc-dotnav > li > a:hover{background:rgba(0,75,177,.45);}
.index-pc .ipc-dotnav > .uk-active > a{background:#004bb1;}
.index-pc .ipc-dotnav{display:flex;flex-wrap:wrap;justify-content:center;margin-left:0!important;margin-top:12px!important;}
.ipc-empty{margin:0;padding:40px 16px;text-align:center;color:#666;font-size:16px;}
@media(max-width:768px){  
	
	.index-pc__title{font-size:32px;}
	.index-pc__subtitle{font-size:16px;margin-bottom:32px;}
	.ipc-row__grid{gap:12px;}
	.ipc-col--cat{flex:1 1 100%;width:100%;max-width:100%;}
	.ipc-col--slider{flex:1 1 100%;width:100%;min-width:0;}
	.ipc-cat{max-width:400px;}
	.ipc-slider{padding:0 0 4px;}
	.ipc-slider .ipc-slider__stage .uk-slidenav img{width:38px;height:38px;}
	}
	 
/* 首页单品展示（ACF 选项：title1 subtitle1 xtu xlink xys xnr / bg.png） */
.psw{width:100%;max-width:1920px;margin:0 auto;overflow:hidden;}
.psw-bg{
	background-color:#031a33;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:790px;
	box-sizing:border-box;
	padding:48px 20px 56px;
}
.psw-inner{max-width:1400px;margin:0 auto;}
.psw-head{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
	gap:28px 40px;
	margin-bottom:80px;
}
.psw-head-txt{flex:1 1 280px;min-width:0;}
.psw-title1{
	margin:0 0 12px;
	font-family:"Times New Roman",Times,serif;
	font-size:48px;
	line-height:1.1;
	font-weight:bold;
	color:#fff;
}
.psw-subtitle1{
	margin:0;
	font-family:"Times New Roman",Times,serif;
	font-size:36px;
	line-height:1.25;
	color:#fff;
}
.psw-xys{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:20px 28px;
	flex:1 1 260px;
}
.psw-xy{
	text-align:center;
	max-width:100px;
	cursor:default;
}
.psw-xy-ico{
	width:77px;
	height:76px;
	margin:0 auto 10px;
	perspective:500px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.psw-xy-ico img{
	display:block;
	width:77px;
	height:76px;
	object-fit:contain;
	transition:transform .75s ease;
	transform-style:preserve-3d;
}
.psw-xy:hover .psw-xy-ico img{transform:rotateY(360deg);}
.psw-xy-name{
	margin:0;
	font-family:"Times New Roman",Times,serif;
	font-size:20px;
	line-height:1.2;
	color:#fff;
}
.psw-body{
	display:grid;
	grid-template-columns:minmax(0,430px) minmax(0,1fr);
	gap:32px 40px;
	align-items:start;
}
.psw-col-left{min-width:0;}
.psw-xtu-link{display:inline-block;line-height:0;max-width:100%;}
.psw-xtu-link--nohref{cursor:default;}
.psw-xtu{
	display:block;
	max-width:430px;
	width:100%;
	height:auto;
	vertical-align:top;
}
.psw-xtu-link:hover .psw-xtu{
	animation:psw-jump .65s ease;
}
@keyframes psw-jump{
	0%,100%{transform:translateY(0);}
	30%{transform:translateY(-14px);}
	50%{transform:translateY(4px);}
	70%{transform:translateY(-6px);}
	85%{transform:translateY(2px);}
}
.psw-col-right{min-width:0;}
.psw-col-right .psw-switcher{margin-top:70px;}
.psw-switcher{margin:0;padding:0;list-style:none;}
.psw-switcher > li{margin:0;padding:0;}
.psw-panel-main{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:24px 32px;
}
.psw-desc{
	flex:1 1 220px;
	min-width:0;
	margin:0;
	font-family:"Times New Roman",Times,serif;
	font-size:24px;
	line-height:1.55;
	color:#fff;
}
.psw-desc p{margin:0 0 .6em;font-family:"Times New Roman",Times,serif;font-size:24px;line-height:1.55;color:#fff;}
.psw-desc p:last-child{margin-bottom:0;}
.psw-tuwrap{
	flex:0 0 auto;
	line-height:0;
	max-width:100%;
}
.psw-tu{
	display:block;
	max-width:403px;
	width:100%;
	height:auto;

	box-sizing:border-box;
	box-shadow:0 0 18px rgba(0,120,220,.25);
}
.psw-tabnav{
	display:flex;
	flex-wrap:wrap;
	gap:12px 14px;
	margin:58px 0 0;
	padding:0;
	list-style:none;
}
.psw-tabnav > li{margin:0;padding:0;flex:1 1 160px;min-width:0;}
.psw-tabnav > li > a{
	display:block;
	position:relative;
	box-sizing:border-box;
	padding:14px 10px;
	background:#fff;
	color:#004bb1!important;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	line-height:1.3;
	text-align:center;
	text-decoration:none!important;
	border:1px solid rgba(255,255,255,.35);
	transition:background .2s ease,color .2s ease;
}
.psw-tabnav > li > a:hover{background:#f2f7ff;color:#003a8f!important;}
.psw-tabnav > li.uk-active > a{
	background:#fff;
	color:#004bb1!important;
	font-weight:normal;
}
.psw-tabnav > li.uk-active > a::before{
	content:"";
	position:absolute;
	left:50%;
	top:-12px;
	margin-left:-12px;
	width:0;
	height:0;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-bottom:12px solid #fff;
}
@media(max-width:1024px){
	.psw-bg{min-height:auto;padding:36px 16px 44px;}
	.psw-title1{font-size:36px;}
	.psw-subtitle1{font-size:26px;}
	.psw-body{grid-template-columns:1fr;}
	.psw-xys{justify-content:flex-start;}
	.psw-xtu{max-width:430px;}
	.psw-col-right .psw-switcher{margin-top:40px;}
}
@media(max-width:768px){
	.psw-title1{font-size:28px;}
	.psw-subtitle1{font-size:20px;}
	.psw-desc,.psw-desc p{font-size:18px;}
	.psw-tabnav{flex-direction:column;}
	.psw-tabnav > li{flex:1 1 auto;}
	.psw-xy-ico,.psw-xy-ico img{width:64px;height:64px;}
	.psw-xy-name{font-size:16px;}
}

/* 首页公司简介 */
.iab-sec{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:56px 24px 64px;
	box-sizing:border-box;
	background:#fff;
}
.iab-inner{
	max-width:1400px;
	margin:0 auto;
	box-sizing:border-box;
}
.iab-top{margin-bottom:48px;}
.iab-col--txt{display:flex;flex-direction:column;justify-content:center;}
.iab-video{
	position:relative;
	overflow:hidden;
	background:#0a0a0a;
	line-height:0;
}
.iab-video__el{
	display:block;
	width:100%;
	height:auto;
	vertical-align:top;
}
.iab-video__cover{line-height:0;}
.iab-video__cover img{display:block;width:100%;height:auto;}
.iab-title{
	margin:0 0 20px;
	font-size:48px;
	line-height:1.15;
	font-weight:700;
	color:#004bb1;
	font-family:"Times New Roman", Times, serif;
}
.iab-desc-scroll{
	max-height:240px;
	overflow-y:auto;
	margin-bottom:24px;
	padding-right:8px;
	scrollbar-width:thin;
	scrollbar-color:#004bb1 #bfbfbf;
}
.iab-desc-scroll::-webkit-scrollbar{width:10px;}
.iab-desc-scroll::-webkit-scrollbar-track{background:#bfbfbf;border-radius:5px;}
.iab-desc-scroll::-webkit-scrollbar-thumb{
	background:#004bb1;
	border-radius:5px;
}
.iab-desc,.iab-desc p,.iab-desc li{
	font-size:16px;
	line-height:1.65;
	color:#000;
	font-family:"Times New Roman", Times, serif;
}
.iab-desc p:first-child{margin-top:0;}
.iab-desc p:last-child{margin-bottom:0;}
.iab-more{
	display:inline-block;
	align-self:flex-start;
	padding:12px 28px;
	font-size:16px;
	line-height:1.2;
	font-weight:400;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	background:#004bb1;
	border-radius:6px;
	text-decoration:none;
	transition:opacity .2s ease, transform .2s ease;
}
.iab-more:hover{color:#fff;opacity:.92;text-decoration:none;transform:translateY(-1px);}
.iab-stats{
	list-style:none;
	margin:0;
	padding:0;
}
.iab-stat{
	position:relative;
	box-sizing:border-box;
	opacity:0;
	animation:iab-stat-in .6s cubic-bezier(.22,1,.36,1) forwards;
}
.iab-stat:not(:last-child)::after{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	width:1px;
	height:52px;
	background:#bfbfbf;
}
.iab-stat__inner{padding:12px 16px 20px;}
.iab-stat__name{
	margin:0 0 8px;
	font-size:48px;
	line-height:1.1;
	font-weight:700;
	color:#004bb1;
	font-family:"Times New Roman", Times, serif;
}
.iab-stat__desc{
	margin:0;
	font-size:22px;
	line-height:1.35;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
}
@keyframes iab-stat-in{
	from{opacity:0;transform:translateY(22px);}
	to{opacity:1;transform:translateY(0);}
}
.iab-stat:nth-child(1){animation-delay:.05s;}
.iab-stat:nth-child(2){animation-delay:.12s;}
.iab-stat:nth-child(3){animation-delay:.19s;}
.iab-stat:nth-child(4){animation-delay:.26s;}
.iab-stat:nth-child(5){animation-delay:.33s;}
.iab-stat:nth-child(6){animation-delay:.4s;}
@media (max-width:1024px){
	.iab-title{font-size:40px;}
	.iab-stat__name{font-size:40px;}
	.iab-stat:not(:last-child)::after{display:none;}
	.iab-stat{border-bottom:1px solid #e8e8e8;}
}
@media (max-width:768px){
	.iab-sec{padding:40px 16px 48px;}
	.iab-top{margin-bottom:32px;}
	.iab-title{font-size:32px;}
	.iab-desc-scroll{max-height:200px;}
	.iab-stat__name{font-size:32px;}
	.iab-stat__desc{font-size:18px;}
}

/* 企业优势 */
.iour-sec{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	box-sizing:border-box;
	min-height:594px;
	background:#0a0a0a url(assets/images/bg1.png) center top no-repeat;
	background-size:1920px 594px;
}
@media (max-width:1919px){
	.iour-sec{background-size:cover;}
}
.iour-inner{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	min-height:594px;
	box-sizing:border-box;
}
.iour-rows{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	margin:0;
	padding:0;
	list-style:none;
	min-height:594px;
}
.iour-col{
	flex:1 1 0;
	min-width:0;
	position:relative;
	border-right:1px solid #a0a0a0;
	box-sizing:border-box;
}
.iour-col:last-child{border-right:0;}
.iour-card{
	position:relative;
	min-height:594px;
	height:100%;
	overflow:hidden;
	box-sizing:border-box;
}
.iour-card::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	background:rgba(0,75,177,0.87);
	-webkit-transition:height 0.5s ease, top 0.5s ease, bottom 0.5s ease;
	transition:height 0.5s ease, top 0.5s ease, bottom 0.5s ease;
	z-index:1;
	pointer-events:none;
}
.iour-col:hover .iour-card::before,
.iour-col:focus-within .iour-card::before{
	height:100%;
	top:auto;
	bottom:0;
}
.iour-num{
	position:absolute;
	top:22px;
	left:22px;
	z-index:3;
	font-size:36px;
	font-weight:700;
	line-height:1;
	font-family:"Times New Roman", Times, serif;
	color:transparent;
	-webkit-text-stroke:1px #ffffff;
	paint-order:stroke fill;
}
.iour-card__inner{
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-end;
	min-height:594px;
	box-sizing:border-box;
	padding:32px 22px 40px 24px;
}
.iour-icon-wrap{
	margin:0 0 18px;
	padding:0;
}
.iour-icon{
	display:block;
	width:75px;
	height:75px;
	object-fit:contain;
}
.iour-name{
	margin:0 0 10px;
	font-size:22px;
	font-weight:700;
	line-height:1.35;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}
.iour-desc,.iour-desc p,.iour-desc li{
	margin:0;
	font-size:18px;
	line-height:1.55;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
}
.iour-desc{
	max-height:0;
	opacity:0;
	overflow:hidden;
	transition:opacity .35s ease, max-height .45s ease, margin .35s ease;
}
.iour-desc p + p{margin-top:0.55em;}
.iour-col:hover .iour-desc,
.iour-col:focus-within .iour-desc{
	opacity:1;
	max-height:280px;
	margin-bottom:14px;
}
.iour-link{
	display:inline-block;
	margin-top:16px;
	font-size:16px;
	line-height:1.4;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	text-decoration:underline;
	text-underline-offset:3px;
}
.iour-link:hover{color:#fff;}
@media (max-width:1024px){
	.iour-rows{flex-direction:column;min-height:0;}
	.iour-col{
		border-right:0;
		border-bottom:1px solid #a0a0a0;
		flex:1 1 auto;
	}
	.iour-card{min-height:0;}
	.iour-card__inner{
		min-height:0;
		justify-content:flex-end;
		padding:84px 20px 32px;
	}
	.iour-card::before{display:none !important;}
	.iour-desc{
		opacity:1;
		max-height:none;
		overflow:visible;
		margin-bottom:14px;
		transition:none;
	}
}
@media (hover:none){
	.iour-card::before{display:none !important;}
	.iour-desc{
		opacity:1;
		max-height:none;
		overflow:visible;
		margin-bottom:14px;
	}
}
@media (max-width:767px){
	.iour-num{font-size:30px;}
	.iour-name{font-size:18px;}
	.iour-desc,.iour-desc p{font-size:16px;}
}


/* 首页案例展示 */
.ics{font-family:"Times New Roman",Times,serif;overflow-x:hidden;}
.ics__band{width:100%;max-width:1920px;margin:0 auto;background-color:#fff;background-position:center top;background-size:cover;background-repeat:no-repeat;box-sizing:border-box;padding:56px 0 64px;}
.ics__inner{max-width:1920px;margin:0 auto;padding:0 0;box-sizing:border-box;}
.ics__title,.inws__title{text-align:center;font-size:60px;line-height:1.12;color:#004bb1;font-weight:bold;margin:0 0 20px;text-transform:uppercase;letter-spacing:.04em;font-family:"Times New Roman",Times,serif;}
.ics__subtitle,.inws__subtitle{max-width:900px;margin:0 auto 40px;text-align:center;font-size:20px;line-height:1.65;color:#444444;font-family:"Times New Roman",Times,serif;}
.ics__subtitle p,.inws__subtitle p{margin:0;}
.ics-empty{text-align:center;color:#666;font-size:18px;margin:24px 0 0;font-family:"Times New Roman",Times,serif;}
.ics-swiper-wrap{position:relative;margin:0 auto;padding:28px 0 40px;max-width:1920px;overflow:hidden;}
.ics-swiper{overflow:hidden;padding:16px 0 24px;height:auto;}
.ics-swiper .swiper-wrapper{height:auto;}
.ics-swiper .swiper-slide{box-sizing:border-box;height:auto;display:flex;justify-content:center;align-items:center;transition:opacity .45s ease;overflow:visible;padding:0 8px;}
.ics-swiper .swiper-slide:not(.ics-slide-center){opacity:.88;}
.ics-swiper .swiper-slide.ics-slide-center{opacity:1;z-index:3;}
/* 统一阴影体系；圆角与 overflow 保证中间放大时图片仍有圆角 */
.ics-card{
	display:flex;
	flex-direction:column;
	width:100%;
	max-width:100%;
	margin:0 auto;
	text-decoration:none;
	color:#333;
	background:#fff;
	border-radius:14px;
	overflow:hidden;
	box-shadow:0 4px 20px rgba(0,0,0,.07);
	transition:transform .45s ease,box-shadow .45s ease;
	box-sizing:border-box;
	transform-origin:center center;
	will-change:transform;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.ics-swiper .swiper-slide:not(.ics-slide-center) .ics-card{
	transform:scale(.78);
	box-shadow:0 2px 14px rgba(0,0,0,.06);
}
.ics-swiper .swiper-slide.ics-slide-center .ics-card{
	
	box-shadow:0 8px 28px rgba(0,75,177,.14),0 2px 8px rgba(0,0,0,.06);
}
.ics-card:hover{
	text-decoration:none;
	color:#333;
	box-shadow:0 10px 30px rgba(0,75,177,.16),0 2px 10px rgba(0,0,0,.07);
}
@media (max-width:991px){
	.ics-swiper .swiper-slide:not(.ics-slide-center) .ics-card,
	.ics-swiper .swiper-slide.ics-slide-center .ics-card{transform:scale(1);box-shadow:0 4px 20px rgba(0,0,0,.07);}
	.ics-swiper .swiper-slide:not(.ics-slide-center){opacity:1;}
}
.ics-card__media{
	display:block;
	position:relative;
	width:100%;
	aspect-ratio:16/10;
	background:#e8e8e8;
	overflow:hidden;
	border-radius:14px 14px 0 0;
}
.ics-card__img{display:block;width:100%;height:100%;object-fit:cover;border-radius:14px 14px 0 0;}
.ics-card__img--ph{display:block;width:100%;height:100%;min-height:200px;background:linear-gradient(135deg,#eee,#ddd);border-radius:14px 14px 0 0;}
.ics-card__body{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	padding:22px 18px 26px;
	font-family:"Times New Roman",Times,serif;
	border-radius:0 0 14px 14px;
}
.ics-card__name{display:block;font-size:24px;line-height:1.35;font-weight:bold;color:#333333;text-transform:uppercase;
	letter-spacing:.03em;margin:0 0 12px;max-width:100%;font-family: "Times New Roman";}
.ics-card__desc{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-word;
	font-size:18px;
	line-height:1.55;
	max-height:calc(1.55em * 2);
	color:#333333;
	margin:0 0 20px;
	max-width:100%;
	width:100%;
	font-family: "Times New Roman";

}
.ics-nav{position:absolute;top:42%;z-index:10;margin:0;padding:0;border:none;background:transparent;cursor:pointer;transform:translateY(-50%);line-height:0;transition:opacity .2s ease;}
.ics-nav:hover{opacity:.85;}
.ics-nav:focus{outline:2px solid #004bb1;outline-offset:4px;}
.ics-prev{left:30%;}
.ics-next{right:30%;}
.ics-nav img{display:block;width:auto;height:auto;max-width:48px;max-height:48px;}
@media (max-width:1200px){
	.ics-prev{left:4%;}
	.ics-next{right:4%;}
}
@media (max-width:768px){
	.ics__inner{padding:0 16px;}
	.ics__title,.inws__title{font-size:40px;}
	.ics__subtitle,.inws__subtitle{font-size:17px;}
	.ics-prev{left:2%;}
	.ics-next{right:2%;}
}

/* 首页新闻展示 */
.inws{width:100%;max-width:1920px;margin:0 auto;box-sizing:border-box;background:#fff;}
.inws__band{width:100%;max-width:1920px;margin:0 auto;padding:56px 0 64px;box-sizing:border-box;}
.inws__inner{max-width:1400px;margin:0 auto;padding:0 20px;box-sizing:border-box;}
.inws-grid{display:flex;flex-direction:row;align-items:stretch;gap:22px;margin:0;padding:0;list-style:none;}
.inws-col{flex:1 1 0;min-width:0;display:flex;}
.inws-card{
	position:relative;
	width:100%;
	min-height:100%;
	overflow:hidden;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #e8e8e8;
}
.inws-card::before{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	height:0;
	top:0;
	background:#004bb1;
	-webkit-transition:height .5s ease,top .5s ease,bottom .5s ease;
	transition:height .5s ease,top .5s ease,bottom .5s ease;
	z-index:1;
	pointer-events:none;
}
.inws-col:hover .inws-card::before,
.inws-col:focus-within .inws-card::before{
	height:100%;
	top:auto;
	bottom:0;
}
.inws-card__body{
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	min-height:420px;
	box-sizing:border-box;
	padding:20px 22px 28px;
}
.inws-card__kicker{
	align-self:stretch;
	width:100%;
	margin:0 0 12px;
	font-size:18px;
	line-height:1.4;
	color:#666666;
	font-family:"Times New Roman",Times,serif;
	transition:color .35s ease;
	text-align:left;
}
.inws-card__media{
	position:relative;
	width:100%;
	max-width:100%;
	margin:0 0 16px;
	aspect-ratio:16/10;
	background:#e8e8e8;
	overflow:hidden;
}
.inws-card__media img,
.inws-card__media .inws-card__img{display:block;width:100%;height:100%;object-fit:cover;}
.inws-card__media .inws-card__img--ph{display:block;width:100%;height:100%;min-height:120px;background:linear-gradient(135deg,#eee,#ddd);}
.inws-card__title{
	width:100%;
	margin:0 0 12px;
	font-size:24px;
	line-height:1.35;
	font-weight:bold;
	color:#333333;
	font-family:"Times New Roman",Times,serif;
	transition:color .35s ease;
	text-align:center;
}
.inws-card__excerpt{
	width:100%;
	margin:0 0 20px;
	font-size:18px;
	line-height:1.55;
	color:#333333;
	font-family:"Times New Roman",Times,serif;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-word;
	text-align:center;
	transition:color .35s ease;
	flex:1 1 auto;
	min-height:0;
}
.inws-card__more{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:160px;
	height:37px;
	box-sizing:border-box;
	margin-top:auto;
	padding:0 12px;
	font-size:16px;
	line-height:1;
	font-weight:400;
	color:#ffffff;
	font-family:"Times New Roman",Times,serif;
	text-decoration:none;
	background:#004bb1;
	border:1px solid #004bb1;
	border-radius:999px;
	transition:background .35s ease,color .35s ease,border-color .35s ease;
}
.inws-card__more:hover,
.inws-card__more:focus{
	color:#ffffff;
	text-decoration:none;
	background:#003a8f;
	border-color:#003a8f;
}
.inws-col:hover .inws-card__kicker,
.inws-col:focus-within .inws-card__kicker,
.inws-col:hover .inws-card__title,
.inws-col:focus-within .inws-card__title,
.inws-col:hover .inws-card__excerpt,
.inws-col:focus-within .inws-card__excerpt{color:#ffffff;}
.inws-col:hover .inws-card__more,
.inws-col:focus-within .inws-card__more{
	background:transparent;
	border-color:#ffffff;
	color:#ffffff;
}
.inws-col:hover .inws-card__more:hover,
.inws-col:focus-within .inws-card__more:hover{
	background:rgba(255,255,255,.12);
	border-color:#ffffff;
	color:#ffffff;
}
.inws-empty{text-align:center;color:#666;font-size:18px;margin:8px 0 0;font-family:"Times New Roman",Times,serif;}
@media (max-width:1024px){
	.inws-grid{flex-direction:column;gap:18px;}
	.inws-col{flex:1 1 auto;}
	.inws-card__body{min-height:0;}
	.inws-card::before{display:none !important;}
	.inws-col:hover .inws-card__kicker,
	.inws-col:focus-within .inws-card__kicker{color:#666666;}
	.inws-col:hover .inws-card__title,
	.inws-col:focus-within .inws-card__title{color:#333333;}
	.inws-col:hover .inws-card__excerpt,
	.inws-col:focus-within .inws-card__excerpt{color:#333333;}
	.inws-col:hover .inws-card__more,
	.inws-col:focus-within .inws-card__more{background:#004bb1;border-color:#004bb1;color:#fff;}
}
@media (hover:none){
	.inws-card::before{display:none !important;}
	.inws-col:hover .inws-card__kicker,
	.inws-col:focus-within .inws-card__kicker{color:#666666;}
	.inws-col:hover .inws-card__title,
	.inws-col:focus-within .inws-card__title{color:#333333;}
	.inws-col:hover .inws-card__excerpt,
	.inws-col:focus-within .inws-card__excerpt{color:#333333;}
	.inws-col:hover .inws-card__more,
	.inws-col:focus-within .inws-card__more{background:#004bb1;border-color:#004bb1;color:#fff;}
}
@media (max-width:768px){
	.inws__band{padding:44px 0 48px;}
	.inws__inner{padding:0 16px;}
}


/* 表单 */
.biaodan li{margin-bottom: 8px;position: relative;}
.biaodan li input{width: 100%;height: 44px;font-weight: 400;background:rgba(255,255,255,1);
border:none!important;color:#000;padding-left: 16px;font-size: 16px;}
.biaodan li input::-webkit-input-placeholder{color:#888888;font-size: 14px;}
.biaodan li textarea{width: 100%;font-weight: 400;background:rgba(255,255,255,1);border:none!important;color:#000;
padding-left:16px;line-height:50px;font-size:16px;
}
.biaodan li textarea::-webkit-input-placeholder {color: #888888;line-height: 50px;font-weight: 400;font-size: 16px;} 
.send{
	width: 108px!important;
	height: 34px!important;
	font-size: 16px;
	font-family: "Times New Roman";
	background:none;
	border: 1px solid #ffffff;
	font-weight: 400;
   
	font-weight: 400;
	transition: 0.8s;-webkit-transition: 0.8s;
	display: block;
	color:#ffffff;
	margin: 0px 0 0;

}
.send:hover{background: #004bb1;color:#fff;border:1px solid #004bb1;}




   /* 页尾信息（新版 ft-*，通栏 #292827 / 内容 1400） */
	.footer{
		width:100%;
		max-width:1920px;
		margin:0 auto;
		padding:0;
		background:#292827;
		background-image:none;
		box-sizing:border-box;
	}
	.ft-wrap{width:100%;box-sizing:border-box;}
	.ft-inner{
		max-width:1400px;
		margin:0 auto;
		padding:40px 20px 44px;
		box-sizing:border-box;
	}
	.ft-head{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
		flex-wrap:wrap;
		gap:20px 24px;
	}
	.ft-logo{line-height:0;}
	.ft-logo__img{display:block;height:auto;max-height:170px;width:auto;}
	.ft-sm{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:flex-end;
		gap:12px 14px;
		flex:1 1 auto;
		min-width:0;
	}
	.ft-sm__link{display:block;line-height:0;text-decoration:none;}
	.ft-rule{
		margin:28px 0 32px;
		border:0;
		border-top:1px solid rgba(255,255,255,.22);
	}
	.ft-grid{
		display:grid;
		grid-template-columns:minmax(0,.72fr) minmax(0,.72fr) minmax(0,1.38fr) minmax(0,1.95fr);
		gap:28px 32px;
		align-items:start;
	}
	.ft-col__title{
		margin:0 0 18px;
		padding:0 0 0;
		border-bottom:none;
		font-size:22px;
		line-height:1.3;
		font-weight:bold;
		color:#ffffff;
		font-family:"Times New Roman",Times,serif;
		text-align:left;
	}
	.ft-col__title::after{
		content:"";
		display:block;
		width:70px;
		height:1px;
		margin-top:10px;
		background:#ffffff;
	}
	.ft-menu,
	.ft-menu ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	.ft-menu li{margin:0 0 8px;}
	.ft-menu a,
	.ft-link{
		display:block;
		font-size:20px;
		line-height:1.45;
		color:rgba(255,255,255,.92);
		font-family:"Times New Roman",Times,serif;
		text-decoration:none;
	}
	.ft-menu a:hover,
	.ft-menu a:focus,
	.ft-link:hover,
	.ft-link:focus{
		color:#ffffff;
		text-decoration:none;
	}
	.ft-cat{display:flex;flex-direction:column;gap:8px;}
	.ft-contact{
		margin:0;
		padding:0;
		font-size:20px;
		line-height:1.5;
		color:rgba(255,255,255,.92);
		font-family:"Times New Roman",Times,serif;
	}
	.ft-contact__row{
		margin:0 0 10px;
		font-size:20px;
		line-height:1.5;
		color:rgba(255,255,255,.92);
		font-family:"Times New Roman",Times,serif;
	}
	.ft-contact__row:last-child{margin-bottom:0;}
	.ft-contact__label{
		font-weight:600;
		color:rgba(255,255,255,.95);
		font-family:"Times New Roman",Times,serif;
	}
	.ft-contact__val{
		word-break:break-word;
		font-family:"Times New Roman",Times,serif;
		color:#fff;
		font-size: 16px;
	}
	.ft-contact__link{
		color:rgba(255,255,255,.92);
		text-decoration:none;
		transition:color .2s ease,opacity .2s ease;
	}
	.ft-contact__link:hover,
	.ft-contact__link:focus{
		color:#ffffff;
		text-decoration:underline;
	}
	.ft-cf7{margin-top:4px;}
	.ft-cf7 .wpcf7-form-control-wrap{display:block;margin-bottom:10px;}
	.ft-cf7 input[type="text"],
	.ft-cf7 input[type="email"],
	.ft-cf7 input[type="tel"],
	.ft-cf7 textarea{
		width:100%;
		max-width:100%;
		box-sizing:border-box;
		font-size:15px;
		font-family:"Times New Roman",Times,serif;
	}
	.ft-cf7 input[type="submit"],
	.ft-cf7 .wpcf7-submit{
		cursor:pointer;
		font-family:"Times New Roman",Times,serif;
	}

		    .bottom{padding: 14px 0;margin-top: 0;background: #004bb1;}
			.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:1100px){
		.ft-grid{
			grid-template-columns:repeat(3,minmax(0,1fr));
			gap:24px 20px;
		}
		.ft-col--form{grid-column:1 / -1;}
	}
	.footer .wpcf7-response-output{color:#fff;}
	@media(max-width:960px){
		.ft-inner{padding:32px 16px 36px;}
		.ft-head{flex-direction:column;align-items:flex-start;}
		.ft-sm{justify-content:flex-start;}
	}
	@media(max-width:640px){
		.ft-grid{grid-template-columns:1fr;}
		.ft-col--form{grid-column:1;}
	}
			 @media(max-width:768px){ 
				.bottom-name{font-size: 13px;}
				.sitemap{font-size: 13px;}
				}
				
			

    /* 内页面包屑 */
	.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;font-family: "Times New Roman";
		}
		
		   .banner-subtitle{text-align: center;font-size: 20px;color:#ffffff;line-height: 28px;font-family: "Times New Roman";
		margin: 0 auto;max-width: 676px;
		}
		   .banner-xian{width: 88px;height: 10px;background: #004bb1;margin: 12px auto 0;}
		   /* 假设面包屑的类名为 */
		.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-title{text-align: center;font-size: 60px;line-height: 64px;font-weight: bold;font-family: "Times New Roman";color:#004bb1;text-transform: uppercase;}
	.ab-subtitle{font-size: 20px;line-height: 24px;color:#444444;text-align: center;max-width: 700px;margin: 0 auto 40px;
		font-family: "Times New Roman";
	}
	.ab-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.ab-left{width: 48%;}
	.ab-tu{display: block;width: 100%;}
	.ab-right{width: 50%;}
	/* 内页公司简介下方数据条（同首页 ys 选项字段；背景 1920×172 bg3） */
	.about-ab-stats{
		width:100%;
		max-width:1920px;
		margin:0 auto;
		box-sizing:border-box;
		min-height:172px;
		display:flex;
		align-items:center;
		justify-content:center;
		padding:16px 0;
		background:#0a1f4a url(assets/images/bg3.png) center center no-repeat;
		background-size:1920px 172px;
	}
	.about-ab-stats__inner{width:100%;max-width:1400px;margin:0 auto;padding:0 24px;box-sizing:border-box;}
	.iab-stats--about-dark .iab-stat__name{color:#ffffff;}
	.iab-stats--about-dark .iab-stat__desc{color:#ffffff;}
	.iab-stats--about-dark .iab-stat:not(:last-child)::after{background:#ffffff;}

	/* 工厂展示	   */
  .factory-show{padding: 3%;}

  .fac-title{text-align: center;font-size: 48px;line-height: 52px;font-weight: bold;font-family: "Times New Roman";color:#004bb1;}
  .subtitle-box{display: flex;justify-content: center;flex-wrap: wrap;margin-bottom: 40px;}
  .fac-subtitle{font-size:20px;line-height: 40px;color:#444444;text-align: center;font-family: "Times New Roman";font-weight: bold;}
  .fac-kuai{display: inline-block;background: #004bb1;text-align: center;padding: 0 28px;line-height: 40px;color:#fff;font-family: "Times New Roman";
font-size: 20px;margin-left: 16px;}

  .fac-desc{font-size:18px;line-height: 24px;color:#333333;text-align: center;max-width: 1200px;margin: 40px auto 40px;
	  font-family: "Times New Roman";
  }
  .gc-tu{display: block;width: 100%;}

  /* RD展示 */
  .rd{padding: 3%;	background:#ffffff url(assets/images/bg4.png) center center no-repeat;}
  .rd-title{margin-bottom: 40px;}
  .rd-tu{display: block;width: 100%;}
   .rd-name1{background: #066bbb;line-height:40px;font-size: 18px;color:#fff;font-weight: 400;text-align: center;
	font-family: "Times New Roman";
}
.rd-nr{margin-top: 40px;}
  @media(max-width:1919px){
	.about-ab-stats{background-size:cover;}
}
@media(max-width:1024px){
	.iab-stats--about-dark .iab-stat{border-bottom-color:rgba(255,255,255,.28);}
}

 @media(max-width:960px){
	.ab-title{font-size: 26px;line-height: 32px;}
	.fac-title{font-size: 26px;line-height: 32px;}
	.ab-left{width: 100%;margin-bottom: 20px;}
.ab-right{width: 100%;}
	  }

	 /*内页案例列表（与首页案例共用 ics 标题/副标题；内容区 1400） */
	.case-list.ics{font-family:"Times New Roman",Times,serif;}
	.case-list .case-list__band{
		background-color:#fff;
		background-image:none;
		padding:56px 0 64px;
		box-sizing:border-box;
	}
	.case-list .case-list__inner{
		max-width:1400px;
		margin:0 auto;
		padding:0 20px 8px;
		box-sizing:border-box;
	}
	.pcl-grid{
		display:grid;
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:28px 24px;
		margin-top:8px;
	}
	.pcl-card{margin:0;}
	.pcl-card__link{
		display:flex;
		flex-direction:column;
		height:100%;
		text-decoration:none;
		color:inherit;
		background:#fff;
		border-radius:0;
		overflow:hidden;
		box-shadow:none;
		transition:transform .4s ease;
		box-sizing:border-box;
	}
	.pcl-card__link:hover{
		transform:translateY(-4px);
		box-shadow:none;
		text-decoration:none;
		color:inherit;
	}
	.pcl-card__media{
		position:relative;
		width:100%;
		aspect-ratio:16/10;
		background:#e8e8e8;
		overflow:hidden;
	}
	.pcl-card__img{
		display:block;
		width:100%;
		height:100%;
		object-fit:cover;
		transition:transform .5s ease;
	}
	.pcl-card__link:hover .pcl-card__img{transform:scale(1.06);}
	.pcl-card__ph{
		display:block;
		width:100%;
		height:100%;
		min-height:160px;
		background:linear-gradient(135deg,#eee,#ddd);
	}
	.pcl-card__body{
		padding:22px 18px 26px;
		text-align:center;
		box-sizing:border-box;
		flex:1 1 auto;
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.pcl-card__name{
		margin:0;
		font-size:24px;
		line-height:1.35;
		font-weight:bold;
		color:#333333;
		font-family:"Times New Roman",Times,serif;
		transition:color .35s ease;
	}
	.pcl-card__link:hover .pcl-card__name{color:#004bb1;}
	.pcl-card__desc{
		margin:12px 0 0;
		font-size:18px;
		line-height:1.55;
		color:#333333;
		font-family:"Times New Roman",Times,serif;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow:hidden;
		text-overflow:ellipsis;
		word-break:break-word;
		max-width:100%;
	}
	.pcl-empty{text-align:center;color:#666;font-size:18px;margin:24px 0;font-family:"Times New Roman",Times,serif;}
	.pcl-pagination{margin-top:40px;}
	@media (max-width:768px){
		.case-list .case-list__band{padding:44px 0 48px;}
		.case-list .case-list__inner{padding:0 16px 8px;}
		.pcl-grid{grid-template-columns:1fr;gap:22px 0;}
	}
	/* 内页案例详情 */
	.case-page{padding: 3% 3%;}
	.case-nr{margin: 20px auto 30px;}
.case-title{font-size: 36px;color:#333333;line-height: 40px;text-align: left;font-family: "Times New Roman";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: #ffffff;
		max-width: 1400px;
	}
	 .lnews-tu{width: 516px;}
	 .lnews-tu img{display: block;width: 100%;}
	 .lnews-left{width: calc(100% - 516px);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-name{font-size: 24px;line-height: 28px;transition: 0.6s;font-weight: 400;color:#333333;transition: 0.6s;
	font-family: "Times New Roman";font-weight: bold;
	}
  
	 .lnews-desc{font-size: 18px;line-height: 30px;transition: 0.6s;color:#333333;margin: 20px 0;font-family: "Times New Roman";} 
	.lnews-more{font-size: 16px;color:#fff;width: 160px;line-height: 38px;background: #004bb1;border-radius: 19px;text-align: center;transition: 0.6s;
	text-transform: uppercase;}


	 .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-desc{color: #ffffff;}
	  .lnews-box:hover .lnews-more{background: #fff;color:#0068c3;}
	 
	 @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: "Times New Roman";}
	.xq-date{font-size: 16px;color:#666666;text-align: center;line-height: 20px;margin:  0 10px;font-family: "Times New Roman";}
	.xq-xian{width: 100%;height: 1px;background: #d1d1d1;margin: 26px 0 6px;}
	.news-xqimg{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;}

	
/* 内页产品列表 */
.pro{padding: 3% 3%;}
.pro-left {padding-right: 0;}
 .list-title{background: #004bb1;font-size: 30px;line-height: 34px;padding: 14px 28px;
 font-family:"Times New Roman" ;color:#ffffff;margin-bottom: 5px;
 }
.lei-list{background: #fff;}

	.nav-box2{padding-bottom: 0;background: #ecf6ff;}
	.nav-box1{overflow:hidden;height:0;position:relative;}
	.lei-list h3{padding: 0;padding: 14px 28px;position:relative;text-align: left;
	    font-family: "Times New Roman";
	 color:#333333;line-height:24px;font-size: 24px;margin-bottom: 5px;background: #eeeeee;
		 }
	.nav-box3{margin-bottom:0;padding: 0 0;}
	.nav-box3:hover{cursor: pointer;}
	.nav-box2{}
	 .lei-list a p{font-size: 16px;line-height: 20px;float: right;color:#333333;padding: 14px 28px;width: 100%;
	 background: none;text-align: left;background: #fff;
	 font-family: "Times New Roman";
	 }
	 .lei-list div .lei-name1 p{color:#004bb1!important;text-decoration: underline;} 	
.sanjiao{position:absolute;top:calc(50% - 5px);right:20px;transform: rotate(-90deg);display: none;}
.sanjiao1{position:absolute;top:calc(50% - 5px);right:20px;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:#fff!important;background: #004bb1;}
.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 #b5b5b5;position: relative;transition: 0.6s;}
		.in-pr-img{width: 100%;display: block;margin: 0 atuo;transition: 0.6s;}
		.inpr-fugai{display: flex;align-items: center;flex-direction: row;background: rgba(0, 0, 0, 0.7);position: absolute;
		left: 0;top: 0;width: 100%;height: 100%;justify-content: center;transform: rotateY(90deg);}
		.inpr-more{width: 160px;height: 38px;background: #004bb1;border-radius: 19px;text-align: center;font-size:16px;text-align: center;
		line-height: 38px;color:#ffffff; font-family: "Times New Roman";}
		.in-pr-title{text-align: center;font-size:30px;line-height: 34px;margin: 0 auto 14px;color:#ffffff;transition: 0.6s;
		 font-family: "Times New Roman";
		}
	    .inpr-bottom{padding: 0 16px;}
		.in-pr-box:hover{text-decoration: none;}
		.in-pr-box:hover .inpr-fugai{transform: rotateY(0);transition: 0.6s;}

		.in-pr-box:hover .in-pr-img{transform: scale(1.1);}



	 /* 产品详情*/
	 .pr-page{padding:3%;background: url(assets/images/cpng.png) 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: 125px;}
	 .showactive img{border: 1px solid #004bb1;}
	 .show-box{width: calc(100% - 150px);}
	 .show{display: block;border: 1px solid #ccc;width: 100%;}
	 .xiao{border: 1px solid #bfbfbf;}
	 .npr-title{font-size: 36px;line-height: 40px;font-weight: bold;color:#333333;font-family: "Times New Roman";margin-top: 20px;
	}

	
	.npr-xian{width: 70px;height: 6px;background: #004bb1;margin:18px 0 30px ;}
	 .pr-nr{margin-top: 16px;}
	 .pr-bottom{padding: 3% 3%;}
	 .tj-box{padding: 3% 3%;}
	 .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;}
    


   .in-pr-title1{text-align: center;font-size: 24px;color:#333333;margin-top: 14px;font-family: "Times New Roman";line-height: 28px;}

	@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%;}
 
	 }
	 
    /* 视屏列表页 */
   .video-list{padding: 3%;}
   /* 视频分类导航 */
   .video-cat-nav{margin-bottom: 40px;text-align: center;}
   .video-cat-nav__list{list-style: none;margin: 0;padding: 0;display: inline-flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 48px;}
   .video-cat-nav__item{margin: 0;padding: 0;}
   .video-cat-nav__link{
	   display: inline-block;
	   font-family: "Times New Roman", Times, serif;
	   font-size: 30px;
	   line-height: 1.2;
	   color: #333333;
	   text-decoration: none;
	   padding: 8px 16px;
	   transition: background-color 0.2s ease, color 0.2s ease;
   }
   .video-cat-nav__link:hover{color: #004bb1;text-decoration: none;}
   .video-cat-nav__link.is-active{
	   background-color: #004bb1;
	   color: #fff;
   }
   .video-cat-nav__link.is-active:hover{color: #fff;}
   @media(max-width:768px){
	   .video-cat-nav__list{gap: 24px;}
	   .video-cat-nav__link{font-size: 22px;padding: 6px 12px;}
   }
   .video-name{font-size: 24px;line-height: 28px;font-family: "Times New Roman";text-align: center;margin-top: 20px;}
   .video-box1{position: relative;display: block;}
	.bf{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
	/* 联系我们 */
.contact{padding:3%;}  
.c-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.c-left{width:47%;max-width: 766px;}
.c-right{width: 51%;padding-top: 40px;}
.c-right li{margin-bottom: 30px!important;}
.c-right li input{border:1px solid #cccccc!important;height: 54px;line-height: 54px;}
.c-right li textarea{border:1px solid #cccccc!important;line-height: 54px;}
.c-right .send{margin: 24px 0 0;background: #004bb1;margin-top: 0;width: 160px!important;line-height: 45px!important;height: 45px!important;font-size: 18px;}
.c-right fieldset{display:none;}
.ft-grid fieldset{display:none;}
.qr-tu{width: 100%;display: block;
	-moz-box-shadow:0px 5px 5px #CFCFCF; -webkit-box-shadow:0px 5px 5px #CFCFCF; box-shadow:0px 5px 5px #CFCFCF;
}
.qr-box{margin-right: 15px;}
.qr-nr{display: flex;justify-content: start;flex-wrap: wrap;margin-top: 40px;}
.c-left-box{display: flex;justify-content: start;flex-direction: row;align-items: center;}
.c-title{font-size: 36px;line-height: 40px;font-weight: 400;color:#000000;font-family: "Times New Roman";font-weight: bold;margin-left: 14px;}

.clx-name{font-size: 20px;line-height: 24px;color:#000000;font-family: "Times New Roman";display: block;margin-top: 16px;}
.clx-name:hover{text-decoration: none;color:#004bb1;}
.map{padding:0;;padding-top: 0;}
.map .uk-container{max-width: 1920px;}

 

 

  @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;
}