@charset "utf-8";
.m-classify ul li html, body {
	height: auto;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	clear: both;
*zoom: 1;
}
/**/
.m-page {
	text-align: center;
	margin: 10px 0;
}
.m-page .pagination > li > a, .m-page .pagination > li > span {
	color: #777;
}
.m-page .pagination > .active > a, .m-page .pagination > .active > span, .m-page .pagination > .active > a:hover, .m-page .pagination > .active > span:hover, .m-page .pagination > .active > a:focus, .m-page .pagination > .active > span:focus {
	background-color: #0086e4;
	border-color: #0086e4;
	color: #fff;
}
.m-page .pagination > li > a:hover, .m-page .pagination > li > span:hover, .m-page .pagination > li > a:focus, .m-page .pagination > li > span:focus {
	background-color: #0086e4;
	border-color: #0086e4;
	color: #fff;
}
.gsmc {
	margin-top: 7vh
}
.in-gsjs p {
	font-size: 1.6rem;
	line-height: 2;
	color: #3b3b3b;
	text-indent: 2em;
}
.in-gsjs {
	margin-top: 5vh
}
.in-about-num {
	margin-top: 7vh
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
}
.section-title h1 {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 15px;
	font-weight: 600;
}
.section-title p {
	color: #666;
	font-size: 1.2rem;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}
.stats-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.stat-card {
	flex: 1;
	min-width: 250px;
	max-width: 25%;
	/* background: linear-gradient(135deg, #1a73e8, #0d47a1);*/
	border-radius: 20px;
	padding: 40px 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	/* box-shadow: 0 15px 40px rgba(13, 71, 161, 0.2);*/
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.stat-card:hover {
/* transform: translateY(-10px);*/
    /*box-shadow: 0 20px 50px rgba(13, 71, 161, 0.3);*/
}
.stat-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
	z-index: 1;
}
.card-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
	background-size: 20px 20px;
	opacity: 0.3;
}
.progress-container {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 25px;
}
.progress-svg {
	width: 200px;
	height: 200px;
	transform: rotate(-90deg);
}
.circle-bg {
	fill: none;
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 8;
	display: none
}
.circle-progress {
	fill: none;
	stroke: white;
	stroke-width: 8;
	stroke-linecap: round;
	stroke-dasharray: 565;
	stroke-dashoffset: 565;
	transition: stroke-dashoffset 1.8s cubic-bezier(0.86, 0, 0.07, 1); 
}
.progress-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	border-radius: 50%;
	/*  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;/*  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);*/
}
.stat-value {
	font-size: 30px;
	font-weight: 700;
	color: white;
	line-height: 1;
	margin-bottom: 5px;
}
.stat-unit {
	font-size: 20px;
	font-weight: normal;
	margin-left: 2px;
}
.stat-label {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.95);
	margin-top: 8px;
	font-weight: 500;
}
.stat-sublabel {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 3px;
}
.stat-icon {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	display: none
}
.stat-icon i {
	color: white;
	font-size: 0.9rem;
}
.in-gscpp {
	padding-top: 6vh
}

.ld-ewm .imgw{ width:100% }
/* 容器：使用 Flexbox 布局 */
.in-pro {
	margin: 0 auto;
	display: flex;
	gap: 20px; /* 左右两部分的间距 */
	/*background-color: #fff;
            border: 1px solid #e0e0e0;*/
	padding: 6vh 0;
	border-radius: 10px;/* box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
}
/* 左侧大图区域 */
.in-prolpanel {
	flex: 0 0 45%; /* 占据40%宽度 */
	display: flex;
	flex-direction: column;
	position: relative;
	background: url(../images/in-ltj-pro-bg.png) no-repeat;
	background-size: cover;
	border-radius: 20px;
}
.in-prolpanel img {
	width: 100%;
	height: auto;
	/*   border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
	margin-bottom: 20px;
	margin-top: 3vh
}
/* 左侧底部信息容器 - 使用Grid实现两列布局 */
.in-prolinfo-container {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 两列平分宽度 */
	gap: 20px; /* 两列间距 */
	align-items: start;
	padding: 0 2vw
}
/* 左下角区域：产品名称和按钮 */
.in-prolbottom-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.product-name {
	font-size: 1.4em;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 15px;
}
/* 蓝色按钮 */
.in-probtn {
	display: inline-block;
	padding: 12px 32px;
	background-color: #3498db;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	transition: background-color 0.3s;
}
.in-probtn:hover {
	background-color: #2980b9;
}
/* 右下角区域：产品特点 */
.in-prolbottom-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.features-title {
	font-size: 1.1em;
	color: #2c3e50;
	margin-bottom: 10px;
	font-weight: 600;
}
.features-list {
	list-style: none;
}
.features-list li {
	margin-bottom: 8px;
	padding-left: 15px;
	position: relative;
	color: #555;
	font-size: 0.9em;
}
.features-list li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #3498db;
	font-weight: bold;
	font-size: 1.2em;
}
/* 右侧四宫格区域 */
.in-pror-panel {
	flex: 1; /* 占据剩余空间 */
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 两列 */
	gap: 15px; /* 单元格间距 */
}
/* 单个产品卡片 */
.in-prod-list {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	transition: transform 0.2s;
}
.in-prod-list:hover {
	transform: translateY(-5px);
}
.in-prod-list img {
	width: 100%;
	/* height: 120px;*/ /* 固定高度以保持比例 */
	object-fit: contain; /* 保持图片完整 */
	margin-bottom: 10px;
}
.in-prod-list h3 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #000;
}
/* 标题样式 */
.section-title {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.section-title h2 {
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	font-size: 50px;
	position: relative;/*
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
-webkit-transition: .2s all linear;
*/
}
.section-title p {
	font-size: 20px;
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
}
.section-title::after {
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	background: #0086e4;
	margin: 20px auto 0;
	border-radius: 3px;
}
.product-title {
	margin-top: 60px;
}
.alis .boxs {
	display: flex;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}
.alis .boxs .box {
	transition: all 0.3s;
	width: 25%;
	height: 100%;
	padding: 30px 60px 60px;
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.alis .boxs .box:hover{background: linear-gradient(to bottom, rgba(0, 134, 228, 0.001) 0%, rgba(0, 134, 228, 0.7) 100%);}
.alis .boxs .box .bj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	z-index: -1;
	transition: all 0.5s;
	opacity: 0.5;
	transition: background-size 1s;
	background-size: cover;
}
.alis .boxs .box .icon {
	margin-bottom: 16vh;
	transition: all 0.3s;
}
.alis .boxs .box .icon img {
	width: 70px;
}
.alis .boxs .box:hover .bj {
	opacity: 0.4;
	background-size: cover;
}
.alis .boxs .box .h2 {
	font-size: 22px;
	color: #fff;
	line-height: 34px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.alis .boxs .box .en {
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	height: 40px;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.alis .boxs .box:hover .solid {
	width: 86px;
	background-color: rgba(255, 255, 255, 0.8);
}
.alis .boxs .box .solid {
	width: 33px;
	height: 3px;
	border-radius: 0rem;
	background-color: rgba(255, 255, 255, 0.8);
	/*     margin-bottom: 20px;*/
	transition: all 0.5s;
}
.alis .boxs .box:hover .p {
	color: rgba(255, 255, 255, 1);
	opacity: 1;
}
.alis .boxs .box .p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 55px;
	font-size: 14px;
	transition: all 0.5s;
	height: 250px;
	overflow: auto;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 5; */
	-webkit-box-orient: vertical;
	transition: all 0.3s;
	opacity: 0;
}
.alis .boxs .box .p p {
	margin-bottom: 12px;
	position: relative;
	padding-left: 15px;
}
.alis .boxs .box .p p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	color: #fff;
	background-color: #fff;
	width: 4px;
	height: 4px;
}
.alis .iconrbt {
	margin-top: 10px;
}
.iconrbt a {
	display: flex;
	align-items: center;
	color: #fff;
}
.iconrbt a img {
	margin-right: 10px;
}
 .alis .boxs .box .p::-webkit-scrollbar {
 width: 4px;
 height: 4px;
}
 .alis .boxs .box .p::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #ffffff;
}
 .alis .boxs .box .p::-webkit-scrollbar-track {
 border-radius: 0px;
 background: transparent;
}
.alis .boxs .box:hover .h2 {
	font-size: 25px;
	font-weight: bold;
}
.lden-indubg {
	font-size: 56px;
	line-height: 1;
	color: #fff;
	position: relative;
	/* background: rgba(0, 0, 0, 0.2); */
	z-index: 1;
	padding-bottom: 40px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	padding-left: 20px;
}
.lden-indubg:before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: -30px;
	top: 28px;
} /* 主容器 */
.custom-service {
	/*max-width: 1200px;*/
	margin: 0 auto;
	/* background: #fff;*/
	padding: 50px 0;/*     border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);*/
}
/* 三栏布局容器 */
.service-wrapper {
	display: flex;
	gap: 50px;
	align-items: stretch;
}
/* ========== 左栏 ========== */
.left-dzlc {
	width: 180px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 20px;
	border-right: 1px solid #e8e8e8;
}
.left-top .main-title {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 8px;
}
.left-top .en-title {
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* 查看更多按钮 */
.view-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 20px;
	border: 1px solid #1890ff;
	border-radius: 16px;
	color: #1890ff;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.3s ease;
	background: transparent;
	cursor: pointer;
	width: fit-content;
}
.view-more-btn:hover {
	background: #1890ff;
	color: #fff;
}
.view-more-btn::after {
	content: '→';
	font-size: 11px;
}
/* ========== 中栏 ========== */
.gsdingz-dzlc {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* 中栏顶部标题 */
.gsdingz-header {
	display: flex;
	align-items: center;
	gap: 12px;
}
.gsdingz-header::before {
	content: '';
	width: 24px;
	height: 2px;
	background: #1890ff;
}
.gsdingz-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
/* 图标区域 */
.process-area {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.process-icons {
	display: flex;
	gap: 50px;
}
.process-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
}
.icon-box {
	width: 70px;
	height: 70px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border-radius: 50%;
}
.icon-box svg {
	width: 36px;
	height: 36px;
	stroke: #c0c4cc;
	fill: none;
	stroke-width: 1.5;
}
.process-label {
	font-size: 14px;
	color: #606266;
	white-space: nowrap;
}
/* 底部说明文字 */
.gsdingz-footer {
	font-size: 14px;
	color: #1890ff;
	line-height: 1.6;
	padding-top: 10px;
}
/* ========== 右栏 ========== */
.right-dzlc {
	width: 320px;
	flex-shrink: 0;
}
.image-box {
	width: 100%;
	height: 100%;
	min-height: 240px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background: #f0f0f0;
}
.image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.image-tag {
	position: absolute;
	bottom: 16px;
	right: 16px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	padding: 6px 14px;
	border-radius: 4px;
	font-size: 13px;
	letter-spacing: 0.5px;
}
/* 响应式网格布局 */
.ncase-lis {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 6vh 0 8vh 0
}
/* 案例卡片 */
.ncase-licon {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
}
.case-image {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
.ncase-licon:hover .case-image {
	transform: scale(1.05);
}
/* 标题覆盖层 - 附着在图片底部 */
.ncase-li-tit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}
/* 悬停效果 */
.case-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.ncase-licon:hover .case-overlay {
	opacity: 1;
}
/*内页样式*/
.npage-wrap {
	padding: 0 10px;
}
.npage-wrap .nnewslis {
	margin: 20px auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
/* @media (max-width: 1600px) {
  .nnewslis{
        width: 88%; margin:0 auto
    }
}*/
  
.npage-wrap li {
	width: 32.6%;
	background: #fff;
	padding: 15px;
	margin-right: 1%;
	margin-bottom: 30px;
	list-style: none;
	transition: all ease .35s;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.npage-wrap li:hover .news-con h3 a {
	color: #0086e4;
}
.npage-wrap li:hover .news-img img {
	transform: scale(1.1);
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.npage-wrap li .news-img {
	width: 100%;
	overflow: hidden;
}
.npage-wrap li .news-img img {
	max-width: 100%;
	transition: all ease .5s;
}
.npage-wrap li .news-con {
	width: 100%;
	margin-top: 15px;
}
.npage-wrap li .news-con h3 {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}
.npage-wrap li .news-con h3 a {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.npage-wrap li .news-con p {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0;
}
.news-more {
	position: absolute;
	right: 0;
	bottom: 0;
}
.npage-wrap li .news-con span:nth-of-type(1) {
	padding-left: 25px;
	background: url(../images/news_icon4.png) no-repeat 5px center;
	display: none;
}
.npage-wrap li .news-con span:nth-of-type(2) {
	padding-left: 25px;
	background: url(../images/news_icon3.png) no-repeat 5px center;
}
.npage-wrap li .news-con span {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #999999;
	margin-right: 20px;
}
.npage-wrap li .news-more a {
	display: block;
	width: 120px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #e0e0e0;
	text-align: center;
	color: #999;
	font-size: 0;
	line-height: 30px;
	transition: all ease .5s;
	text-decoration: none;
}
.npage-wrap li .news-more a::before {
	content: '查看详情';
	font-size: 14px;
	line-height: 30px;
}
.pagination>li {
	display: inline-block;
	margin: 0 5px;
}
.npage-wrap li:nth-child(3n) {
	margin-right: 0;
}
.npage-wrap li .news-more a:hover {
	background: #0086e4;
	color: #fff;
	border: 1px solid #0086e4;
}
/**/
.ngspros-con .xypg-right-content {
	overflow: hidden;
	/*max-width: 1400px;*/
	margin: 30px auto 0;
}
.ngspros-con .page-product-detail-effect {
	float: left;
	width: 42.61%;
}
.ngspros-con .page-product-detail-effect .big-img {
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	display: inline-block;
}
.ngspros-con .page-product-detail-effect .big-img a {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0;
}
/*.ngspros-con .xypg-product-detail {
	padding: 0 5px;
}*/
.ngspros-con .page-product-detail-effect .big-img a img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	cursor: crosshair;
}
.ngspros-con .page-wrap-right .page-product-detail-box::after, .ngspros-con .page-wrap-right .page-product-detail-box::before {
	content: '';
	display: block;
	clear: both;
}
.ngspros-con .page-product-detail-right {
	width: 55%;
	float: right;
}
.ngspros-con .page-product-detail-right > h3 {
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px;
}
.ngspros-con .product-detail-item li {
	line-height: 34px;
	list-style: none;
	font-size: 18px;
	color: #4d4f53;
	font-weight: bold;
}
.ngspros-con .product-detail-item li .proclass {
	color: initial;
	text-decoration: none;
	font-weight: normal;
}
.ngspros-con .product-detail-item .icon-qrcode {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.ngspros-con .detail-well {
	margin: 15px 0;
}
.ngspros-con .detail-well p {
	font-weight: normal;
	position: relative;
}
.ngspros-con .product-detail-item .icon-qrcode:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	background-position: 0 -21px;
	background-size: 200%;
}
.ngspros-con .product-detail-item .qr-code {
	position: absolute;
	background: #fff;
	top: 50%;
	z-index: 9;
	left: 100px;
	padding: 10px;
	border: 1px solid;
	display: none;
	height: 122px;
	overflow: hidden;
	margin-top: -61px;
}
.ngspros-con .product-detail-slick {
	position: relative;
	margin-top: 20px;
}
.ngspros-con .product-detail-slick .swiper-slide-thumb-active a.slick-item {
	border: 1px solid #000;
	overflow: hidden;
}
.ngspros-con .product-detail-slick .swiper-slide {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.ngspros-con .product-detail-slick a.slick-item {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0;
	border: 1px solid #e5e5e5;
	position: relative;
}
.ngspros-con .product-detail-slick a.slick-item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ngspros-con .product-detail-slick a.slick-item:after {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ngspros-con .page-product-inquiry {
	margin-top: 20px;
}
.ngspros-con .page-product-inquiry a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	background: #000;
	padding: 0.5em 1.2em;/* border-radius: 2em; */
	border-top-right-radius: 15px;
}
.ngspros-con .easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ngspros-con .easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
.ngspros-con .easyzoom--overlay .easyzoom-flyout img {
	width: 200%;
	height: 200%;
}
.ngspros-con .product-detail-tab {
	margin-top: 50px;
}
.ngspros-con .product-detail-tab .product-detail-tabli {
	border: 1px solid #e5e5e5;
	height: 40px;
	line-height: 38px;
}
.ngspros-con .product-detail-tab .product-detail-tabli li {
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	color: #2f2f2f;
	cursor: pointer;
	border-right: 1px solid #e5e5e5;
}
.ngspros-con .product-detail-tab .product-detail-tabli li.on, .ngspros-con .product-detail-tab .product-detail-tabli li:visited, .ngspros-con .product-detail-tab .product-detail-tabli li:active {
	color: #000;
	position: relative;
}
.ngspros-con .product-detail-tab .product-detail-tabli li.on:before, .ngspros-con .product-detail-tab .product-detail-tabli li:visited:before, .ngspros-con .product-detail-tab .product-detail-tabli li:active:before {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	border: 1px solid #000;
}
.ngspros-con .product-detail-tabbox .product-detail-tabcon {
	display: none;
	padding: 15px 0;
}
.ngspros-con .prevpage {
	line-height: 22px;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px dashed #dedfe0;
}
.ngspros-con .nextpage {
	line-height: 22px;
	padding: 20px 0;
	position: relative;
}
.ngspros-con .pager a {
	color: #333;
	text-decoration: none;
}
.ngspros-con .pager a:hover {
	color: #1968b3;
}
.ngspros-con .backpage {
	display: none;
}
.ngspros-con .backpage span {
	display: inline-block;
}
.ngspros-con .backpage a {
	width: 120px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	padding: 10px;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-top: 17px;
}
.ngspros-con .pager {
	font-size: 18px;
	text-align: left;
	/* box-shadow: 0 3px 10px rgba(36, 87, 76, .3);*/
	border-radius: 50px 0 50px 0;
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	-ms-border-radius: 50px 0 50px 0;
	-o-border-radius: 50px 0 50px 0;
	/*   padding: 0 30px;*/
	margin: 45px 0 80px;
}
.ngspros-con .prevpage::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/prev.png) no-repeat;
	margin-right: 10px;
	margin-top: -2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.ngspros-con .nextpage::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/next.png) no-repeat;
	margin-right: 10px;
	margin-top: -2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}
.ngspros-con .prevpage:hover::before {
	background-color: #000;
}
.ngspros-con .nextpage:hover::before {
	background-color: #000;
}
.ngspros-con .easyzoom--overlay .easyzoom-flyout img {
	max-width: none;
}
.ngs-proc {
	/*  background: #0086e4;*/
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*  padding:0 0  40px 0;*/
	gap: 40px;
	width: 100%;
	margin-top: 6vh
}
.tab-wrapper {
	width: 100%;/*   max-width: 600px;*/
}
.tab-container {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: none;
	overflow: hidden;
}
.tab-header {
	display: flex;
	position: relative;
	background: rgba(0, 0, 0, 0.8);
}
.tab-btn {
	flex: 1;
	padding: 20px 16px;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
}
.tab-btn:hover {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.03);
}
.tab-btn.active {
	color: #fff;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.03);
}
.tab-indicator {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, #60a5fa 0%, #a78bfa 100%);
	border-radius: 2px 2px 0 0;
	transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	box-shadow: 0 -2px 12px rgba(96, 165, 250, 0.5);
}
.content-area {
	width: 100%;
	/* max-width: 600px;*/
	min-height: 100vh;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 0 0 6px 6px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: none;
	position: relative;
	overflow: hidden;
}
.tab-panel {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-size: 120px;*/
           /* font-weight: 200;
            color: rgba(255, 255, 255, 0.1);*/
	opacity: 0;
	transform: translateY(20px) scale(0.95);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}
.tab-panel.active {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
	position: relative;
}
.tab-panel:nth-child(1).active {
	color: rgba(96, 165, 250, 0.3);
	text-shadow: 0 0 60px rgba(96, 165, 250, 0.3);
}
.tab-panel:nth-child(2).active {
	color: rgba(167, 139, 250, 0.3);
	text-shadow: 0 0 60px rgba(167, 139, 250, 0.3);
}
.tab-panel:nth-child(3).active {
	color: rgba(52, 211, 153, 0.3);
	text-shadow: 0 0 60px rgba(52, 211, 153, 0.3);
}
.table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
	color: rgb(0, 0, 0);
	border-color: rgb(221, 221, 221);
	background-color: rgb(255, 255, 255);
}
table td p {
	font-size: 16px !important;
	line-height: 2;
	font-family: Arial
}
td {
	padding: 3px;
	border: 1px solid rgb(221, 221, 221);
}
td p {
	margin: 10px 0;
}
/* 第一行样式：蓝色背景，字母全大写 */
    
        /* 奇数行样式：白色背景 */
tr[data-type="odd"] {
	background-color: white;
}
/* 偶数行样式：浅灰色背景 */
tr[data-type="even"] {
	background-color: #f0f0f0;
}
.ncshu p strong {
	font-size: 22px;
}
.ncshu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0px auto 20px;
	padding: 15px;
	background-color: #f2f3f6;
	border-radius: 0;
	line-height: 30px;
	color: #888;
	font-size: 16px;
	text-align: justify;
}
/**/
.in-gsyyly {
	background: url(../images/in-yyly-bg.jpg) no-repeat;
	width: 100%;
	background-size: cover;
}
.in-about-num {
	background: url(../images/in-about-num-bg.jpg) no-repeat;
	background-size: cover
}
.inprojt span {
	display: block;
	width: 56px;
	height: 36px;
	background: #ffffff url(../images/aboutjt-icon.png) no-repeat center;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 4vh;/*  float: right;*//*margin: 8px 10px 8px 0;*/
}
.yyly:hover .inprojt span {
	background: url(../images/aboutjth-icon.png) no-repeat center;
}
/**/
.in_pro a:hover .in_prot {
	color: #0086e4
}
/**/
.ld-flogo img {
	max-width: 100%
}
/*.ldflx {
	padding-top: 5vh
}*/
.ldflx h4 {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1
}
.ldflx h2 {
	font-size: 3.6rem;
	color: #0086e4;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	padding: 10px 0;
}
.ldflx p {
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff
}
.ld-ewm {
	/*margin-top: 5vh;*/
}
.ewm-tit {
	font-size: 1.6rem;
	color: #fff;
	padding-top: 15px;
}
.ldcat {
	width: 80%;
	margin: 0 auto;
	background: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translate(-50%, 0);
	padding: 0 54px;
	border-radius: 15px 15px 0 0;
}
.ldcat .container {
	padding: 0;
	width: 100%;
	margin: 0;
}
.ldcat .m-site {
	padding: 20px 0 20px 36px;
	border-bottom: 1px solid #efefef;
	background: url(../images/icon27.png) no-repeat left center;
}
.ldcat .m-site .pos label {
	font-weight: 400;
}
.ldcat .m-site .pos label, .m-site .pos a, .m-site .pos span {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}
.ldcat .m-site .pos span {
	margin: 0 8px;
}
.ldcat .m-site .pos a:hover {
	color: #cf121c;
}
/**/
.pagecon {
	padding-top: 3vh;
	padding-bottom: 7vh
}
.advan-list .advan-item {
	display: block;
	padding-bottom: 4rem;
	background: #fff;
	text-decoration: none; /*margin-bottom: 30px;*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-top-left-radius: 134px;
	border-top-right-radius: 134px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.advan-list .advan-item .advan-img {
	text-align: center;
	padding: 25px;
}
.advan-list .advan-item .advan-txt {
	padding: 5px 15px 25px;
}
.advan-list .advan-item .advan-txt h2 {/* line-height: 125px;*/
	font-size: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-weight: bold;
	color: #046ae5;
	margin: 0;
}
.advan-list .advan-item .advan-txt h3 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding-top: 1rem;
	color: #1e74dc;
	margin-bottom: 5.0rem;
	text-align: center;
	font-weight: normal;
	position: relative
}
.advan-list .advan-item .advan-txt h3:after {
	position: absolute;
	bottom: -20px;
	left: 40%;
	content: '';
	height: 3px;
	width: 49px;
	background-color: #1080eb;
	margin-left: 0;
}
.advan-list .advan-item:hover .advan-txt h3:after {
	background: #fff
}
.advan-list .advan-item .advan-txt p {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.6em;
	color: #3e3e3e;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.advan-list .advan-item:hover {
	background: linear-gradient(0deg, #ff5c51, #ff9b4f);
}
.advan-list .advan-item:hover h2, .advan-list .advan-item:hover .advan-txt h3, .advan-list .advan-item:hover .advan-txt p {
	color: #fff;
}
.advan-list li.device {
	float: left;
	width: 18%;
	margin-right: 2%;/*	border: 1px solid #eaeaea*/
}
.advan-list li.device:nth-child(5) {
	margin-right: 0
}
.advan-list li .advan-img img {
	max-width: 100%
}
.in-service {
	width: 100%;
	background: url(../images/in-protj-bg.jpg) no-repeat center top;
	padding: 5rem 0 1rem 0;
	background-size: cover;
	min-height: 1036px;
}
.kz-tit {
	text-align: center
}
.kz-tit h3 {
	font-size: 4.6rem;
	line-height: 4.6rem;
	color: #ffffff;
	font-weight: bold
}
.kz-tit h4 {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: Arial;
	line-height: 2.2rem;
	color: #fff;
	padding-top: 1rem;
}
.kz-tit h2 {
	font-size: 3.6rem;
	color: #fff;
	font-weight: normal;
	line-height: 3.6rem;
	padding-top: 3.6rem;
	padding-bottom: 5.2rem;
}
.in-kz-btn {
	padding: 10px 32px;
	display: inline-block;
	background: linear-gradient(30deg, #ff5c51, #ff9b4f);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: normal;
	font-family: Arial;
	border-radius: 25px;
}
.advan-list li:hover .in-kz-btn {
	background: #fff;
	color: #046ae5;
}
.in-honor {
	background: url(../images/in-ry-bg.jpg) no-repeat;
	width: 100%;
	padding-top: 6.48vh;
	padding-bottom: 15.19vh
}
.in-honor-tit {
	color: #2d2d2d !important
}
.in-honor-tit1 {
	color: #ff8850 !important;
	font-weight: bold !important
}
.about-right {
	margin-top: 9vh
}
.about-right .about-main .title {
	font-size: 2.0rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4vh
}
.about-right .about-main .intro {
	line-height: 200%;
	color: #000000;
	font-size: 1.8rem;
	text-indent: 2em;
}
.about-right .about-img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.about-right .m-more {
	margin: 6% 0;
}
.about-main .intro p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify
}
.about-right .m-more.align-center {
	text-align: center;
}
.about-right .m-more a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #1080eb;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border: 3px solid #1080eb;
	text-decoration: none
}
.about-right .m-more a i {
	font-style: normal;
	margin-left: 5px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	font-size: 12px;
}
.about-right .m-more a:hover {
}
.about-right .m-more a:hover i {
	margin-left: 10px;
}
.botn {
	width: 100%;
	margin-top: 4vh
}
.botn .botn-en {
	width: 100%;
	margin: 0 auto;
}
.botn .botn-en ul {
	padding: 0;
	margin: 0;
}
.botn .botn-en ul li {
	background-color: #e6f1ff;
	list-style: none;
	margin: 0;
	width: 30%;
	float: left;
	height: 7vh;
	padding: 0 25px; /*	border: 1px #1080eb dashed;*/ /*border-radius: 10px;*/
	margin-right: 2.7%;
	margin-bottom: 2.7%;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px
}
.botn .botn-en ul li:last-child {
	margin-right: 0
}
.botn .botn-en ul li h3 {
	font-size: 2.0rem;
	line-height: 7vh;
	height: 7vh;
	font-weight: bold;
	color: #4a596a;
	padding-left: 6rem;/*padding-top: 2vh;*/
}
.botn .botn-en ul li a {
	text-decoration: none
}
.botn .botn-en ul li:hover h3 {
	color: #fff;
}
.botn .botn-en ul li:first-child h3 {
	background: url(../images/in-about-xt1.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(2) h3 {
	background: url(../images/in-about-xt2.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(3) h3 {
	background: url(../images/in-about-xt3.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(4) h3 {
	background: url(../images/in-about-xt4.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(5) h3 {
	background: url(../images/in-about-xt5.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(6) h3 {
	background: url(../images/in-about-xt6.png) left center no-repeat;
}
.botn .botn-en ul li:first-child:hover h3 {
	background: url(../images/in-about-hxt1.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(2):hover h3 {
	background: url(../images/in-about-hxt2.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(3):hover h3 {
	background: url(../images/in-about-hxt3.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(4):hover h3 {
	background: url(../images/in-about-hxt4.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(5):hover h3 {
	background: url(../images/in-about-hxt5.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(6):hover h3 {
	background: url(../images/in-about-hxt6.png) left center no-repeat;
}
.botn .botn-en ul li:hover {
	background: linear-gradient(30deg, #ff5951, #ff9e4f);
	color: #fff;
	border: none
}
.botn .botn-en ul li:hover h3 {
	color: #fff
}
.intro p span {
	font-weight: bold
}
.intro p b {
	color: #ff5a51
}
.in-about {
	padding-bottom: 5rem;
	padding: 4vh 0 0 0;
	background: url(../images/in-about-bg.jpg) no-repeat center top; /*min-height:792px;*/
	background-size: cover
}
.in-cooperation {
	width: 100%;
	background: #f8f8f8 url(../images/in-competitors-bg.jpg) no-repeat;
	padding-bottom: 8rem;
}
.in-coopertit {
	padding: 4.5rem 0;
}
.in-coopertit h3 {
	font-size: 4.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 4.6rem;
}
.in-coopertit h4 {
	font-family: Arial;
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	padding-top: 1rem;
}
.in-coopertit h5 {
	font-size: 4.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 4.6rem;
	padding: 6rem 0 1.2rem 0
}
.in-coopertit h6 {
	font-size: 2.2rem;
	font-family: Arial;
	color: #fff;
	text-align: center;
	line-height: 2.2rem;
	font-weight: bold
}
.gds {
	padding: 10px 32px;
	display: inline-block;
	color: #fff;
	font-size: 2.2rem;
	line-height: 2.2rem;
	font-family: Arial;
	margin-top: 7rem;
	border: 4px solid #fff;
	font-weight: bold
}
.mdbf {
	background: #fff;
}
.kzmd {
	padding: 5% 3% 4% 3%
}
.kzmd h3 {
	font-size: 3rem;
	color: #2d2d2d;
	font-weight: bold;
	padding-bottom: 4.2rem;
}
.kzmd h3 span {
	font-size: 2rem;
	font-family: Arial;
	color: #b8b8b8;
	font-weight: normal
}
.in-mdlist {
	padding-right: 4%
}
.in-mdlist-img img {
	width: 100%
}
.in-mdlist-tit {
	font-size: 1.8rem;
	color: #353535;
	line-height: 2;
	padding-top: 2rem;
}
.in-kzm .col-md-4, .in-kzm .col-md-4 {
	padding: 0
}
.kzbf h2 {
	font-size: 3.0rem;
	color: #046ae5;
	font-weight: bold;
	line-height: 3.0rem;
	padding-bottom: 2rem;
}
.kzbf {
	padding: 5% 3% 4% 3%
}
.kzbf p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 2;
	color: #4a4a4a
}
.kzbf h4 {
	font-size: 2rem;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 2rem;
	padding-top: 1.6rem;
}
.in-kzbf-list li {
	width: 30%;
	margin-right: 2%;
	background: linear-gradient(30deg, #ff5c51, #ff9e4f);
	float: left;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
}
.in-kzbf-list li h3 {
	font-size: 2.6rem;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.in-kzbf-list {
	margin: 4.5rem 0
}
.w_fimg-000 img {
	max-width: 100%
}
.footer-logo {
	text-align: center;
	padding: 2.6rem 0
}
.footer-logo-img span {
	font-size: 3rem;
	color: #fff;
	display: inline-block;
	padding-top: 2rem;
}
/*手机站menu*/
.mobile-header .logo {
	/*height: 50px;*/
	/*background: #fff;*/
	width: 68%;
	margin: 18px 5px;
}
/**/
   /* 卡片容器样式 */
.gcontc {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 3vh;
	padding-top: 6vh
}
/* 卡片样式 */
.lxconli {
	background-color: #1412120f;
	border-radius: 12px;
	/* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);*/
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.lxconli:hover {
	transform: translateY(-5px);/*    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);*/
}
/* 图标样式 */
.lxconli-icon {
	color: #0086e4;
	font-size: 48px;
	margin-bottom: 20px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 标签文本样式 */
.lxcondes-tit {
	color: #0086e4;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
/* 联系方式样式 */
.lxcondes-con {
	color: #666;
	font-size: 18px;
	word-break: break-word;
}
/**/
.ld-cons p {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 6px;
}
.ld-cons {
	padding-top: 4vh;
	padding-bottom: 8vh
}
/**/
.ngs-prolitsc .product-warp {
	/*width: 100%;*/
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.ngs-prolitsc .product-warp .product-info ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
	zoom: 1;
	text-align: center;
}
.ngs-prolitsc .product-warp .product-info ul li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 10px;
	position: relative;
	font-size: inherit;
	list-style: none;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor {
	background: #fff;
	border-radius: 0;
	margin: 0 0 25px;
	padding: 0;
	position: relative;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .img-box img {
	max-width: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor a {
	text-decoration: none;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .img-box {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px #e1e1e1;
	position: relative;
	padding: 10px;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .img-box::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 134, 228, 0.8) url('../images/icon4.png') no-repeat center;
	top: 0;
	left: 0;
	padding-top: 62px;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ngs-prolitsc .product-warp .product-info ul li:hover .item-bor .img-box::after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .item-text {
	font-size: 18px;
	color: #343434;
	line-height: 30px;
	border-bottom: solid 1px #b9b9b9;
	padding: 0 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all ease .5s;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center
}
.ngs-prolitsc .product-warp .product-info ul li .inquire {
	display: none;
	margin-top: 10px;
	position: relative;
	height: 40px;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	fill: #646464;
	overflow: hidden;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn {
	display: inline-block;
	width: 100%;
	margin-right: 5px;
	font-size: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	background: #eaedef;
	color: #333;
	text-indent: -40px;
	cursor: pointer;
	outline: none;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn .togetherClass {
	position: absolute;
	width: 40px;
	text-indent: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	transform: translateX(0);
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .togetherClass {
	display: inline-block;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .pro-detail {
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	display: block;
	bottom: 0;
	right: -1px;
	margin: 0;
	overflow: hidden;
	border-left: 1px solid #d8dde6;
	text-align: center;
	background: #eaedef;
	border-radius: 0 3px 3px 0;
}
.ngs-prolitsc .product-warp .product-info ul li .herf-top:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .pro-detail .hide-text {
	display: none;
	color: #333;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn:hover {
	background: #b8b9b9;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .pro-detail:hover {
	text-decoration: none;
	cursor: pointer;
	background: #b8b9b9;
	color: #333;
}
.ngs-prolitsc .product-warp .more-btn {
	width: 100%;
	text-align: center;
}
.ngs-prolitsc .product-warp .more-btn a {
	display: inline-block;
	background-color: transparent;
	color: #333;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ngs-prolitsc .product-warp .more-btn a i {
	color: #333;
	font-size: 14px;
}
.ngs-prolitsc .product-warp .more-btn a:after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #333;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ngs-prolitsc .product-warp .more-btn a:hover:after {
	width: 100%;
}
.ngs-prolitsc .product-warp .more-btn a:hover {
	background-color: transparent;
	color: #fff;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}
.ngs-prolitsc .m-page {
	text-align: center;
}
.ngs-prolitsc .product-warp .product-info ul li:hover .item-bor .item-text {
	color: #0086e4;
}
/**/
.ngs-prolitsc .product-warp {
	/*width: 100%;*/
	margin: 0 auto;
	padding: 0;
	padding-top: 80px;
}
.ngs-prolitsc .product-warp .product-info ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
	zoom: 1;
	text-align: center;
}
.ngs-prolitsc .product-warp .product-info ul li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 10px;
	position: relative;
	font-size: inherit;
	list-style: none;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor {
	background: #fff;
	border-radius: 0;
	margin: 0 0 25px;
	padding: 0;
	position: relative;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .img-box img {
	max-width: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor a {
	text-decoration: none;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .img-box {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px #e1e1e1;
	position: relative;
	padding: 10px;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .img-box::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 134, 228, 0.8) url('../images/icon4.png') no-repeat center;
	top: 0;
	left: 0;
	padding-top: 62px;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ngs-prolitsc .product-warp .product-info ul li:hover .item-bor .img-box::after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .item-text {
	font-size: 18px;
	color: #343434;
	line-height: 30px;
	border-bottom: solid 1px #b9b9b9;
	padding: 0 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all ease .5s;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; text-align:center
}
.ngs-prolitsc .product-warp .product-info ul li .inquire {
	display: none;
	margin-top: 10px;
	position: relative;
	height: 40px;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	fill: #646464;
	overflow: hidden;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn {
	display: inline-block;
	width: 100%;
	margin-right: 5px;
	font-size: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	background: #eaedef;
	color: #333;
	text-indent: -40px;
	cursor: pointer;
	outline: none;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn .togetherClass {
	position: absolute;
	width: 40px;
	text-indent: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	transform: translateX(0);
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .togetherClass {
	display: inline-block;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .pro-detail {
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	display: block;
	bottom: 0;
	right: -1px;
	margin: 0;
	overflow: hidden;
	border-left: 1px solid #d8dde6;
	text-align: center;
	background: #eaedef;
	border-radius: 0 3px 3px 0;
}
.ngs-prolitsc .product-warp .product-info ul li .herf-top:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .pro-detail .hide-text {
	display: none;
	color: #333;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn:hover {
	background: #b8b9b9;
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .pro-detail:hover {
	text-decoration: none;
	cursor: pointer;
	background: #b8b9b9;
	color: #333;
}
.ngs-prolitsc .product-warp .more-btn {
	width: 100%;
	text-align: center;
}
.ngs-prolitsc .product-warp .more-btn a {
	display: inline-block;
	background-color: transparent;
	color: #333;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ngs-prolitsc .product-warp .more-btn a i {
	color: #333;
	font-size: 14px;
}
.ngs-prolitsc .product-warp .more-btn a:after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #333;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ngs-prolitsc .product-warp .more-btn a:hover:after {
	width: 100%;
}
.ngs-prolitsc .product-warp .more-btn a:hover {
	background-color: transparent;
	color: #fff;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}
.ngs-prolitsc .m-page {
	text-align: center;
}
.ngs-prolitsc .product-warp .product-info ul li:hover .item-bor .item-text {
	color: #0086e4;
}
.ngsbread {
	width: 80%;
	margin: 0 auto;
	background: #ffffff;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translate(-50%, 0);
	padding: 0 54px !important;
	border-radius: 15px 15px 0 0;
}
.ngsbread .container {
	padding: 0;
	width: 100%;
	margin: 0;
}
.ngsbread .m-site {
	padding: 20px 0 20px 36px;
	border-bottom: 1px solid #efefef;
	background: url('../images/icon27.png') no-repeat left center;
}
.ngsbread .m-site .pos label {
	font-weight: 400;
}
.ngsbread .m-site .pos label, .m-site .pos a, .m-site .pos span {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}
.ngsbread .m-site .pos span {
	margin: 0 8px;
}
.ngsbread .m-site .pos a:hover {
	color: #0086e4;
}
/**/
.ngs-nhonorsc .nh-list .item .img .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: #ffffff;
	overflow: hidden;
	transition: all ease 0.6s;
	transform: scale(0) translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
}
.ngs-nhonorsc {
	width: 100%;
	position: relative;
	padding: 45px 0;
}
.ngs-nhonorsc .list_inner {
	margin: 0 auto;
	position: relative;
	/*padding: 0 15px;*/
}
.ngs-nhonorsc .list_inner_title {
	text-align: center;
	padding-bottom: 30px;
	display: none;
}
.ngs-nhonorsc .list_inner_title h4 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	font-weight: bold;
}
.ngs-nhonorsc .list_inner_title .line {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgba(0, 110, 189, 1);
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	height: 2px;
}
.ngs-nhonorsc .nh-list {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ngs-nhonorsc .nh-list .item {
	flex: 0 0 24%;
	position: relative;
	padding: 0;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.ngs-nhonorsc .nh-list .item:last-child:nth-child(4n+2) {
 margin-right: calc((100% - 24%) / 3 * 2);
}
.ngs-nhonorsc .nh-list .item:last-child:nth-child(4n+3) {
 margin-right: calc((100% - 24%) / 3 * 1);
}
.ngs-nhonorsc .nh-list .item a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	font-size: 16px;
}
.ngs-nhonorsc .nh-list .item .img_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0;
	font-size: 16px;
	text-align: center;
	line-height: 59px;
	color: #333;
	border-top: 1px solid #ddd;
	padding: 0 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.ngs-nhonorsc .nh-list .item:hover .img_title {
	color: #fff;
	background: #0086e4;
}
.ngs-nhonorsc .nh-list .item .img {
	overflow: hidden;
	position: relative;
}
.ngs-nhonorsc .nh-list .item .img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all ease 0.3s;
	opacity: 0;
	visibility: hidden;
}
.ngs-nhonorsc .nh-list .item:hover .img::before {
	opacity: 1;
	visibility: visible;
}
.ngs-nhonorsc .nh-list .item .img img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
}
.ngs-nhonorsc .nh-list .item .img .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: #ffffff;
	overflow: hidden;
	transition: all ease 0.6s;
	transform: scale(0) translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 60px;
}
.ngs-nhonorsc .nh-list .item:hover .img .icon {
	transform: scale(1) translate(-50%, -50%);
}
.ngs-nhonorsc .video-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 95%;
	max-width: 800px;
	text-align: center;
	transform: translate(-50%, -50%);
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	z-index: 99;
}
.ngs-nhonorsc .mask_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 95;
}
.ngs-nhonorsc .video-popup .video-popup_box {
	margin: 0px 0 15px;
}
.ngs-nhonorsc .video-popup .video-popup_box video {
	width: 100%;
	height: 100%;
}
.ngs-nhonorsc .video-popup button svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: -2px;
	overflow: hidden;
}
.ngs-nhonorsc .prev-btn, .ngs-nhonorsc .next-btn {
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #0969b9;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #0969b9;
	cursor: pointer;
}
.ngs-nhonorsc .close-btn {
	margin: 0 20px;
	padding: 0 15px;
	height: 35px;
	color: #0969b9;
	border: 1px solid #0969b9;
	border-radius: 30px;
	font-size: 14px;
	cursor: pointer;
}
.ngs-nhonorsc .video-popup button:hover {
	background-color: #0969b9;
	color: #fff;
}
.ngs-nhonorsc .video-title {
	line-height: 30px;
	color: #333;
	font-size: 16px;
	margin-top: 10px;
}
/**/
.cont {
	margin-bottom: 50px
}
.cont ul {
	background: #fff;
	padding: 25px 20px 25px;
	display: flex;
	flex-wrap: wrap;
}
.cont-item {
	display: flex;
	align-items: center;
	margin: 15px 0;
	width: 50%;
}
.cont-item h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
.cont-item p {
	margin: 0 20px 0 0;
	border: 1px solid #999;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont-item p i {
	font-size: 24px;
	color: #666;
}
.cont-item .txt {
}
.cont-item .txt h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.cont-item .icon {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	fill: #444;
	overflow: hidden;
}
.cont-map {
	padding: 0;
}
.containback .row {
	margin: 0;
}
/**/
.ld-cons {
	width: 100%
}
#menu span {
	width: 1.875rem;
	height: 0.1875rem;
	background-color: #fff;
	margin: 0 auto 0.4375rem;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu {
	width: 3.5rem;
	height: 3.5rem;
	display: block;
	position: absolute;
	right: 1rem;
	top: 18px;
	text-align: center;
	line-height: 3.5rem;
	z-index: 5;
	padding-top: 1rem;
	transition: all 0.5s;
	opacity: 1;
}
#menu.active {
	opacity: 0;
}
#menu span {
	width: 2rem;
	height: 2px;
	background-color: #fff;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span {
	background-color: #e20000;
}
#menu span:last-child {
	margin-bottom: 0;
}
/*sidenav*/
#sidenav {
	text-align: center;
	position: fixed;
	right: -100vw;
	top: 0;
	width: 15rem;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
	padding: 0;
	transition: all 0.5s;
}
#sidenav.active {
	right: 0;
}
#sidenav .nav-close {
	width: 20px;
	height: 20px;
	display: block;
	transition: all 0.5s;
	font-size: 24px;
	line-height: 20px;
}
#sidenav .nav-close:before {
	content: "\00d7";
	color: #fff;
}
#sidenav .nav-close span {
	color: #fff;
}
#sidenav .nav-close:hover {
	transform: rotate(180deg);
}
#sidenav .nav-close:hover span {
	background-color: #ffe700;
}
#sidenav .nav-close span:nth-child(1) {
	transform: rotate(45deg);
}
#sidenav .close span:nth-child(2) {
	transform: rotate(-45deg);
}
#sidenav>ul>li {
	padding: 15px 0;
	border-bottom: 1px solid #666;
	position: relative;
}
#sidenav>ul>li>a {
	color: #fff;
	font-size: 16px;
}
#sidenav>ul>li>a:hover {
	color: #fff;
}
#sidenav>ul>li .subnav li a {
	font-size: 14px;
	color: #fff
}
#sidenav>ul>li .subnav {
	margin: 10px 0
}
#sidenav>ul>li .subnav li {
	padding: 5px 0
}
#sidenav {
	width: 50%;
}
#sidenav ul li a span.toggle {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 14px;
	display: inline-block;
	width: 60px;
	height: 25px;
	background: url(../images/toggle.png) no-repeat center center/auto 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
#sidenav .menu>ul>li {
	border-bottom: 1px solid #efefef;
	list-style-type: none
}
#sidenav .menu>ul>li>a {
	display: block;
	line-height: 22px;
	font-size: 18px;
	padding: 16px 30px 16px 0;
	color: #333;
	position: relative;
	text-decoration: none
}
#sidenav .menu>ul>li>a span.toggle {
	display: inline-block;
	width: 60px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 14px;
	background: url(../images/toggle.png) no-repeat center center/auto 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
#sidenav ul li a.active span.toggle {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
#sidenav .menu>ul>li>ul.subnav {
	padding: 10px 30px 10px 20px !important;
	display: none
}
#sidenav .menu>ul>li>ul.subnav li {
	padding: 7px 0;
	list-style-type: none
}
#sidenav .menu>ul>li>ul.subnav li a {
	color: #fff;
	text-decoration: none
}
#sidenav .menu>ul>li>ul.subnav {
	padding: 10px 30px 10px 20px;
	display: none !important;
}
#sidenav .menu>ul>li .subnav {
	padding: 10px 30px 10px 20px !important;
	display: none !important;
}
#sidenav .menu>ul>li .subnav li {
	padding: 7px 0 !important;
	list-style-type: none;
}
#sidenav .menu>ul>li .subnav li a {
	color: #999 !important;
	text-decoration: none;
	font-size: 14px !important
}
/*手机站menu*/
.fl {
	float: left
}
.fr {
	float: right
}
ul, ol, li {
	list-style: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container {
	margin: 0 auto;
}
.logo-left>.logo {
	float: left;
	font-size: 16px;
	color: #fff !important;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 15px;
}
.kzjz-banner .ibanner {
	position: relative;
	margin: 0;
}
.kzjz-banner .ibanner .banner-loaded {
	width: 100%;
	z-index: 1;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	transition: all ease 0.45s;
}
.kzjz-banner .ibanner .banner-loaded .swiper-container {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.kzjz-banner .ibanner .banner-loaded .bar-container .swiper-slide a {
	display: block;
	overflow: hidden;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .swiper-slide img {
	vertical-align: middle;
	border: none;
	width: 100%;
}
.kzjz-banner .ibanner .swiper-pagination-bullet {
	width: 16px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	color: rgba(255,255,255,.8);
	cursor: pointer;
	background: none;
}
.kzjz-banner .ibanner .swiper-pagination-bullet::after {
	content: '';
	border-radius: 50%;
	width: 100%;
	background: #fff;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
	border: 2px solid #0086e4
}
.kzjz-banner .ibanner .swiper-pagination-bullet-active::after {
	background: #0086e4;
	height: 16px;
}
.kzjz-banner .ibanner .swiper-pagination-bullet:hover {
	opacity: 1;
}
.kzjz-banner .ibanner .swiper-pagination-bullet:hover:after {
	background: #0086e4;
	height: 16px;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-next, .ibanner .banner-loaded .bar-container .btn-prev {
	width: 45px;
	height: 70px;
	background-position: center center;
	background-size: auto 20px;
	background-color: rgba(113, 114, 115, 0.3);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 20;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-next {
	background-image: url(../images/next.png);
	right: 0;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-prev {
	background-image: url(../images/prev.png);
	left: 0;
}
.kzjz-banner .ibanner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px !important;
}
.kzjz-ryzz .recent-works .container {
	max-width: 1400px;
	width: 100%;
	position: relative;
}
.kzjz-ryzz .recent-works .title-section p {
	color: #000000;
	font-size: 38px;
	font-weight: 300;
	margin: 0;
}
.kzjz-ryzz .recent-works .title-section {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 36px;
	display: none;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.kzjz-ryzz .recent-works .owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-item {
	float: left;
}
.kzjz-ryzz .recent-works .owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.kzjz-ryzz .recent-works .owl-buttons {
	text-align: right;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper, .latest-post .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	position: relative;
	zoom: 1;
	margin: 5px;
	font-size: 32px;
	background: #fff;
	border: 1px solid #dbdbdb;
	opacity: 1;
	padding: 0;
	width: 60px;
	height: 30px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls {
	margin-top: -40px;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div:hover {
	border: 1px solid #0158cb;
	background: #0158cb;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div:before {
	position: absolute;
	font-size: 19px;
	color: #0158cb;
	width: 100%;
	left: 0;
	text-align: center;
	line-height: 30px;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div:hover:before {
	color: #fff;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-item {
	float: left;
}
.kzjz-ryzz .recent-works .news-item {
	margin: 15px;/*-o-border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;*/
	overflow: hidden;
}
.kzjz-ryzz .recent-works .news-item .inner-item {
	position: relative;
	overflow: hidden;
}
.kzjz-ryzz .recent-works .news-item .inner-item img {
	max-width: 100%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all .5s;
}
.kzjz-ryzz .recent-works .news-item h5 {
	margin-bottom: 5px;
	line-height: 22px;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	text-align: center
}
.kzjz-ryzz .recent-works .news-item p {
	line-height: 22px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.kzjz-ryzz .recent-works .owl-pagination {
	display: none;
}
.kzjz-ryzz .hover-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(1 88 203 /80%);
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
}
.kzjz-ryzz .recent-works .news-item:hover .hover-box {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-backface-visibility: hidden;
}
.kzjz-ryzz .recent-works .news-item:hover .hover-box a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-backface-visibility: hidden;
}
.kzjz-ryzz .recent-works .hover-box a.zoom {
	right: 50%;
	margin-right: 5px;
	background: url(../images/zoom.png) center center no-repeat;
	display: none
}
.kzjz-ryzz .recent-works .hover-box a.page {
	left: 50%;
	margin-left: 5px;
	background: url(../images/page.png) center center no-repeat;
	display: none
}
.kzjz-ryzz .recent-works .hover-box a {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	-webkit-backface-visibility: hidden;
	display: none
}
.kzjz-ryzz .recent-works .hover-box a:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/zoom-after.png) center center no-repeat;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	display: none
}
.kzjz-ryzz .recent-works .hover-box a:hover:after {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0;
}
.kzjz-ryzz .recent-works .work-post-content {
	background-image: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	background-image: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	background-image: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	background-image: linear-gradient( to top, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	;
	padding: 8px;
	display: none
}
.innewsdt {
	width: 100%;
	padding: 7vh 0
}
.innewsdt-tit {
	border-bottom: 1px solid #efefef;
	padding-bottom: 2rem
}
.innewsdt-titl h3 {
	margin-top: 0;
	font-size: 3.2rem;
	line-height: 1;
	color: #171717;
	font-weight: bold
}
.innewsdt-titl h5 {
	margin-top: 0;
	font-family: Arial;
	font-size: 1.8rem;
	color: #171717;
	line-height: 2
}
.innewsdt-titm {
	font-family: Arial;
	font-size: 2rem;
	color: #006df0;
	padding-top: 3rem;
	display: inline-block
}
.news .newslf {
	padding-left: 0;
}
.newslf .newsimg {
	width: 100%;
	overflow: hidden;
	margin-top: 5.8rem;
	height: 444px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.newslf .newsimg img {
	max-width: 100%;
	height: auto;
}
.newslf img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsrt dl:first-child { /* padding-top: 0;*/
}
.newsrt {
	padding-left: 5%
}
.newsrt dl {
	width: 100%;
	overflow: hidden; /*  border-bottom: solid 1px #e6e6e6;*/
	padding-bottom: 36px;
	padding-top: 4px;
	margin-top: 2.5rem;
	padding: 3%
}
.newsrt dl:hover {
	background: #f6f6f6
}
.newsrt dl:hover .year {
	color: #006df0
}
.newslf .date, .newsrt dl dt {
	width: 13%;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
}
.newsrt dl dt {
	font-weight: normal;
}
.newslf .date .year, .newsrt dl dt .year {
	width: 100%;
	overflow: hidden;
	font-size: 6rem;
	color: #555555;
	font-weight: bold;
	font-family: Arial;
	line-height: 0.8
}
.newslf .date .day, .newsrt dl dt .day {
	width: 100%;
	overflow: hidden;
	font-size: 2rem;
	color: #555555;
	font-family: Arial;
	margin-top: 10px;
}
.newslf .newslfnr, .newsrt dl dd {
	width: 81%;
	overflow: hidden;
}
.newslf .newslfnr .newstit, .newsrt dl dd .newstit {
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	font-size: 2rem;
	color: #555555;
	line-height: 1.1;
}
.newslf .newslfnr .newsms, .newsrt dl dd .newsms {
	width: 100%;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 2;
	color: #555555;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.in-customize {
	background: url(../images/in-news-bg.jpg) no-repeat center top;
	background-size: cover;
}
.footer {
	width: 100%;
	overflow: hidden;
	position: static;
	padding-top: 2vh;
	/* background-color: #232830;*/ background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
}
.footer .f-footer {
	height: auto;
	max-height: none;
	min-height: 0px; /* margin-top: 60px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 5rem;
}
.lsitint .navLi {
	position: relative;
	width: calc((100% - 0px)/6);
	display: inline-block;
	float: left;
}
.lsitint .navLi h4 a {
	width: 75%;
	display: table;
	font-size: 1.8rem;
	color: #bababa;
	text-decoration: none;
	transition: all 1s ease 0s;
}
.lsitint .navLi h5 {
	width: 20px;
	height: 2px;
	background: #0086e4
}
.lsitint .navLi:last-child h4 a {
	border-right: none;
}
.navLi h4 {
	position: relative;
	margin-bottom: 3vh
}
.lsitint .navLi .navEjBox {
	width: 100%;
	padding: 0px;
	text-align: left;
	border: none;
}
.lsitint .navLi .navEjBox a {
	display: block;
	width: 100%;
	color: #797979;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 1s ease 0s;
	line-height: 30px;
}
.p_gridCell3 li {
	float: left;
	margin-right: 6%;
	width: 47%
}
.p_gridCell3 li:last-child {
	margin-right: 0
}
.f-footer { /*border-top: 1px solid #3c3c3c*/
}
.banner-con {
	width: 100%;
	height: 55vh;
}
.banner-conimg {
	width: 100%;
	height: 100%;
	background: url(../images/banner-con.jpg) center/cover no-repeat;
}
/*@media (min-width: 1200px) { .container { width: 1170px; } }*/

/* 内页样式 */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #013f96;
	border-color: #013f96;
}
.pagination>li>a, .pagination>li>span {
	color: #013f96
}
.m-page {
	background: #fff;
}
.m-page .left-box {
	padding-left: 0; /*display: none;*/
}
.m-page .left-box .menu-wrap {
	background: #fff;
}
.m-page .left-box .menu-wrap .title {
	height: 60px;
	line-height: 60px;
	background-image: linear-gradient(to bottom right, #b22937, #eb2e42);
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	padding-left: 23px;
}
.m-page .left-box .menu-wrap .menu-list {
	padding-bottom: 20px;
}
.m-page .left-box .menu-wrap .menu-list .items a {
	display: block;
	overflow: hidden;
	padding: 14px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8rem;
}
.cl-content p img {
	width: 100%;
	display: inline-block
}
.m-page .left-box .menu-wrap .menu-list .items a i {
	float: right;
	vertical-align: middle;
	font-size: 20px;
	color: #ccc;
}
.m-page .left-box .menu-wrap .menu-list .items a:hover {
	padding: 23px;
	color: #fff;
	background: #b22937;
	border-bottom-color: #b22937;
	font-size: 1.8rem;
}
.m-page .left-box .menu-wrap .menu-list .items .sel {
	background: #ea2e41;
	color: #fff
}
.m-page .left-box .menu-wrap .menu-list .items a:hover i {
	color: #fff;
}
.m-page .left-box .menu-wrap .menu-list .items > a:hover {
	padding: 15px 20px;
}
.m-page .left-box .menu-wrap .menu-list .subnav a {
	padding: 12px 15px 12px 30px;
	color: #666;
	font-size: 12px;
}
.m-page .left-box .contact {
	margin-top: 30px;
	background: #fff;
}
.m-page .left-box .contact .pic {
	display: block;
	position: relative;
	height: 96px;
	overflow: hidden;
}
.m-page .left-box .contact .pic .text {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 80%;
	height: 64px;
	background: #a00b04;
	background: rgba(33, 33, 33, 0.5);
	line-height: 32px;
}
.m-page .left-box .contact .pic .text span {
	display: block;
	padding-left: 16px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}
.menu-wrap {
	margin-top: 4vh
}
.m-page .left-box .contact .contact-list {
	padding: 16px;
}
.m-page .left-box .contact .contact-list li {
	padding: 7px 0;
	font-size: 1.6rem;
}
.m-page .left-box .contact .contact-list li span {
	font-size: 1.4rem;
}
.m-page .right-box {
	padding-right: 0;
	padding-left: 0
}
.m-page .right-box .right-con {
	padding: 1% 1%;
	background: #fff;
}
.m-page .right-box .right-con .g-caption {
	line-height: 48px;
	border-bottom: 1px solid #ddd;
	display: none;
}
.m-page .right-box .right-con .g-caption .name {
	font-size: 22px;
}
.m-page .right-box .right-con .g-caption .name i {
	vertical-align: middle;
	font-size: 26px;
	padding-right: 10px;
}
.m-page .right-box .right-con .g-caption .sitepath .link {
	color: #666;
	max-width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-page .right-box .right-con .g-caption .sitepath .link span {
	padding-right: 5px;
}
.m-page .right-box .right-con .g-caption .sitepath .link i {
	padding: 0 10px;
}
.m-page .right-box .right-con .g-caption .sitepath .menu-link {
	cursor: pointer;
}
.m-page .right-box .right-con .main {/* padding-top: 15px;*/
}
.m-page .right-box .right-con .main .intro-pic {
	width: 250px;
	max-height: 190px;
	padding: 4px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 15px;
}
.m-page .right-box .right-con .main .intro-wrap {
	line-height: 24px;
}
.m-page .right-box .right-con .main .intro-wrap img {
	max-width: 100%;
}
.m-page .right-box .m-p-list .list {
	padding: 8px;
}
.m-page .right-box .m-p-list .list .p-img {
	height: 153px;
	padding: 4px;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.m-page .right-box .m-p-list .list .p-img img {
	display: block;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.m-page .right-box .m-p-list .list .p-title {
	padding: 15px 0 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.m-page .right-box .m-p-list .list:hover .p-img {
	border-color: #c80e05;
}
.m-page .right-box .m-p-list .list:hover .p-title {
	color: #c80e05;
}
.m-page .menu-wrap, .m-page .contact, .m-page .right-con {/* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);*/
}
.pagecon .piece {
	margin-top: 20px;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
a, a:after, a:before {
	color: inherit;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.contact .pic img {
	max-width: 100%
}
.pagecon p {
	font-size: 2rem;
	line-height: 2.5;
	text-indent: 2em;
	margin: 0
}
.m-guest {
	padding-top: 15px;
}
.m-guest .tips {
	padding: 15px 0 20px;
	line-height: 22px;
	color: #999;
}
.m-guest .tips:hover {
	color: #8496c1;
}
.m-guest .form-group {
	margin-bottom: 20px;
}
.m-guest .form-control {
	border-radius: 0;
	resize: vertical;
}
.m-guest .form-control:focus {
	border-color: #8496c1;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
}
.m-guest .yzm-control {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}
.m-guest .btns .btn {
	background: linear-gradient(30deg, #ff5951, #ff9e4f);
	;
	color: #fff;
	border-radius: 0;
	padding: 8px 30px;
	margin-right: 15px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.m-guest .btns .btn-submit:hover {
	background: #ff5a51;
}
.m-guest .btns .btn-reset {
	background: #1279e7;
}
.m-guest .btns .btn-reset:hover {
	background: linear-gradient(30deg, #4b6fad, #667dc0);
	;
}
.kznewslists {
	margin-top: 40px;
	margin-bottom: 40px;
}
.kznewslists dl {
	width: 100%;
	overflow: hidden;
	margin: 32px 0;
	background: #f5f5f5;
	padding: 16px 24px;
}
.kznewslists dl dt {
	width: 23%;
	height: 200px;
	overflow: hidden;
	float: left;
	position: relative;
}
.kznewslists dl dt img {
	display: block;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}
.kznewslists dl:hover dt img {
	transform: translate(-50%, -50%) scale(1.0);
}
.kznewslists dl dd {
	width: 75%;
	overflow: hidden;
	float: right;
}
.kznewslists dl dd .kznewslistsbt {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	margin-top: 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kznewslists dl dd .kznewslistsdate {
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	margin-top: 3px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #333333;
}
.kznewslists dl dd .kznewslistsms {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 14px;
}
.kznewslists dl:hover {
	box-shadow: 2px 0px 8px rgba(0,0,0, 0.22);
	-moz-box-shadow: 2px 0px 8px rgba(0,0,0, 0.22);
	-webkit-box-shadow: 2px 0px 8px rgba(0,0,0, 0.22);
}
.kznewslists dl:hover dd .kznewslistsbt, .kznewslists dl:hover dd .kznewslistsms { /*  color:#1e74dc;*/
}
.kznewslists h1 {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}
.kznewslists .fbtime {
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}
.kznewslists .fbnr {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.kznewslists .fbnr p {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
}
.kznewslists .fbnr img {
	max-width: 100%;
	height: auto;
}
/*@media(max-width:640px) {
.kznewslists dl dt, .kznewslists dl dd { width: 100%; }
}*/
.footer-slo {
	background: linear-gradient(to right, #1984fc, #1697fb, #17a9f9, #21c6f5);
	/* webkit 前缀 - 兼容旧版 Safari/Chrome */
	background: -webkit-linear-gradient(left, #1984fc, #1697fb, #17a9f9, #21c6f5);
	/* 将背景裁剪为文字形状 */
	-webkit-background-clip: text;
	background-clip: text;
	/* 使文字颜色透明，显示背景 */
	-webkit-text-fill-color: transparent;
	/* 确保文字渲染清晰 */
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.piece .pageslf, .piece .pagesrt {
	width: 50%;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	padding: 0 1%;
	text-align: center;
	background: #f7f7f7;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*@media (max-width: 640px) {
.piece .pageslf, .piece .pagesrt { width: 100%; }
}*/
.piece .pageslf a, .piece .pagesrt a {
	font-size: 1.6rem;
	color: #000;
	text-decoration: none;
}
.piece .pageslf a, .piece .pagesrt a {
	font-size: 1.6rem;
	color: #000;
	text-decoration: none;
}
.s-honor .sh-honor {
	max-width: 100%;
	margin: 0 auto;
}
.s-honor .sh-honor .pro-item {
	margin-bottom: 30px;
	width: 25%;
}
.s-honor .sh-honor .pro-item a {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc
}
.s-honor .sh-honor .pro-item .pro-img {
	overflow: hidden;
	background: #fff;
}
.s-honor .sh-honor .pro-item .pro-img img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	margin: 0 auto;
}
.s-honor .sh-honor .pro-item .caption {
	background: #f6f6f6;
	text-align: center;
	padding: 15px 10px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.s-honor .sh-honor .pro-item .caption .title {
	font-size: 18px;
	color: #393939;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s-honor .sh-honor .pro-item .caption .sub-title {
	display: none;
	color: #666;
	margin-top: 10px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.s-honor .sh-honor .pro-item:hover .pro-img img {
	-webkit-transform: scale(1.0, 1.0);
	transform: scale(1.0, 1.0);
}
.s-honor .sh-honor .pro-item:hover .caption {
	background-color: #0364e2;
}
.s-honor .sh-honor .pro-item:hover .caption .title {
	color: #fff;
}
.s-honor .sh-honor .pro-item:hover .caption .sub-title {
	color: #fff;
}
/*@media (max-width: 768px) {
.s-honor .sh-honor { padding: 0 5px; }
.s-honor .sh-honor .pro-item { margin-bottom: 12px; padding: 0 10px; }
.s-honor .sh-honor .pro-item .caption { padding: 5px 5px; background: #f3f3f3; }
.s-honor .sh-honor .pro-item .caption .title { font-size: 15px; line-height: 30px; }
.s-honor .sh-honor .pro-item .caption .sub-title { font-size: 14px; }
.s-honor .sh-honor .pro-item .caption .sub-title { display: none; }
}*/
.s-honor .m-page {
	text-align: center;
	margin: 0;
}
.s-honor .m-page .pagination > li > a, .s-honor .m-page .pagination > li > span {
	color: #777;
}
.s-honor .m-page .pagination > .active > a, .s-honor .m-page .pagination > .active > span, .s-honor .m-page .pagination > .active > a:hover, .s-honor .m-page .pagination > .active > span:hover, .s-honor .m-page .pagination > .active > a:focus, .s-honor .m-page .pagination > .active > span:focus {
	background-color: #3387ff;
	border-color: #3387ff;
	color: #fff;
}
.s-honor .m-page .pagination > li > a:hover, .s-honor .m-page .pagination > li > span:hover, .s-honor .m-page .pagination > li > a:focus, .s-honor .m-page .pagination > li > span:focus {
	background-color: #3387ff;
	border-color: #3387ff;
	color: #fff;
}
.nfzlcnr h3 {
	width: 100%;
	overflow: hidden;
	font-size: 40px;
	color: #343434;
	line-height: 50px;
	font-weight: normal;
}
/*大事记start*/
.event_box {
	width: 100%;
	margin: 100px auto 0;
	position: relative;
	min-height: 420px;
}
.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}
.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}
.parHd .tempWrap {
	margin: 0 auto;
}
.parHd .tempWrap:after {
	content: '';
	width: 85%;
	height: 1px;
	background: #580000;
	position: absolute;/* top:33%;*//* right:-140%;*/
	right: 8%;
	top: 35%;/* margin-top:-0.5px;*/
	z-index: 10;
}
.parHd li.no_line:before {
	display: none;
}
.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-top: 50px;
	font-size: 16px;
	color: #000;
	margin: 0 30px;
	position: relative;
}
.parHd li:after {
	content: '';
	background: url(../images/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	margin-left: -12px;
}
.parBd {
	text-align: center;
	margin-top: 60px;
}
.parBd h4 {
	position: relative;
	font-size: 40px;
	margin-bottom: 3%;/*width:200px;*/
	padding: 0 60px;
	display: inline-block;
	text-align: center;
}
.parBd h4:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: -100px;
	bottom: 12px;
}
.parBd h4:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: -100px;
	bottom: 12px;
}
.parBd p {
	line-height: 180%;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}
div#listBox {
	width: 100%;
}
.sPrev, .sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 20px;
	z-index: 99;
}
.sPrev {
	left: 0;
}
.sNext {
	right: 0;
}
.sPrev img, .sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}
.parHd li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/cat.png) no-repeat;
	position: absolute;
	top: 0;
	left: 14px;
	z-index: 21;
}
.parHd li span, .parHd li.clone span {
	display: none;
}
.in-sertiten {
	color: #eff2f5 !important
}
.in-qhnews {
	width: 100%;
	overflow: hidden;
	margin-top: 46px;
}
.in-qhnews dl {
	overflow: hidden;
	padding: 0 15px;
	margin: 10px 0;
}
.in-qhnews dl dt {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 328px;
	box-shadow: 0px 0px 6px #ccc
}
.in-qhnews dl dt .newsdate {
	width: 108px;
	height: 34px;
	background: #0c95ff;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.in-qhnews dl dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.in-qhnews dl:hover dt img {
	transform: translate(-50%, -50%) scale(1.2);
}
.in-qhnews dl dd {
	width: 100%;
	overflow: hidden;
	padding: 30px;
	padding-left: 0
}
.in-qhnews dl dd h2, .in-qhnews dl dd h5 {
	color: #666
}
.in-qhnews dl dd:hover h2, .in-qhnews dl dd:hover h5 {
	color: #329077
}
.in-qhnews dl dd:hover h4 {
	color: #0e7273
}
.in-qhnews dl dd h5 {
	font-size: 16px
}
.in-qhnews dl dd h4 {
	margin-top: 2vh;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
	color: #1c1c1c;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-qhnews dl dd p {
	width: 100%;
margin：0 overflow:hidden;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 200%;
}
.in-qhnews dl:hover dd {
}
.in-qhnews dl:hover dt .newsdate {
	background: #0058da;
}
.in-qhnews dl:hover dd h4, .in-qhnews dl:hover dd p {
}
.in-qhnewsli {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 68px;
}
.in-qhnewsli ul {
	display: inline-block;
}
.in-qhnewsli ul li {
	width: 192px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	float: left;
	text-align: center;
	border: solid 1px #000;
	border-radius: 25px;
	margin: 0 19px;
}
.in-qhnewsli ul li a {
	font-size: 16px;
	color: #000;
	display: block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.in-qhnewsli ul li:hover {
	background: #383a48;
}
.in-qhnewsli ul li:hover a {
	color: #fff;
}
.in-qhxm {
	width: 100%;
	overflow: hidden;
	position: relative; /*margin-top:80px;*/
}
.in-qhxm dl {
	width: 100%;
	overflow: hidden;
}
.in-qhxm dl dt {
	width: 44%;
	overflow: hidden;
	float: left;
	padding: 0px 4% 0 0px;
	font-weight: normal;
	text-align: left;
	height: 498px;
}
.in-qhxm dl dt .newsdate {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.in-qhxm dl dt h4 {
	width: 100%;
	overflow: hidden;
	font-size: 3.4rem;
	font-weight: bold;
	color: #0058da;
	line-height: 1;
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in-qhxm dl dt .newsms {
	width: 100%;
	overflow: hidden;
	color: rgba(255,255,255,0.6);
	margin-top: 40px;
	line-height: 24px;
}
.in-qhxm dl dt hr {
	width: 85%;
	border: none;
	border-bottom: solid 2px #fff;
	margin-top: 64px;
}
.in-qhxm dl dt .newsmore {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 40px;
}
.in-qhxm dl dd {
	width: 56%;
	overflow: hidden;
	float: left;
	position: relative;
	height: 498px;
}
.in-qhxm dl dd img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.in-qhxm dl:hover dd img {
	transform: translate(-50%, -50%) scale(1.2);
}
.in-qhxm .owl-controls .owl-buttons .owl-number {
	display: none;
}
.in-qhxm .owl-controls .owl-buttons div {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	bottom: 30px;
	left: 112px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.in-qhxm .owl-controls .owl-buttons .owl-prev {
	background:/*#e7e7f0*/ url(../images/in-xm-jtl.png) no-repeat center;
	left: 0;
}
.in-qhxm .owl-controls .owl-buttons .owl-prev:hover {
	background:/*#099553*/ url(../images/in-xm-jtlh.png) no-repeat center;
}
.in-qhxm .owl-controls .owl-buttons .owl-next {
	background:/*#e7e7f0*/ url(../images/in-xm-jtr.png) no-repeat center;
	right: 0;
}
.in-qhxm .owl-controls .owl-buttons .owl-next:hover {
	background:/*#099553*/ url(../images/in-xm-jtrh.png) no-repeat center;
}
.in-qhxm .owl-controls .owl-pagination {
	position: absolute;
	display: none;
	top: 115px;
	right: 280px;
}
.in-qhxm .owl-controls .owl-pagination .owl-page {
	width: 88px;
	height: 2px;
	background: #c2c7cf;
	float: left;
}
.in-qhxm .owl-controls .owl-pagination .active {
	background: #3a509d;
}
.in-qhxmcon {
	width: 100%;
	overflow: hidden;
}
.in-qhxmcon h4 {
	width: 100%;
	overflow: hidden;
	font-size: 28px;
	color: #343434;
	margin: 0;
}
.in-qhxmcon h4 i {
	color: #0c95ff;
	font-size: 5.4rem;
	margin-right: 22px;
	line-height: 1
}
.in-qhxmcon .ysms {
	width: 100%;
	overflow: hidden;
	font-size: 1.8rem;
	color: #3b3b3b;
	line-height: 1.8;
	margin-top: 40px;
	text-align: justify;
}
.in-qhxmcon h5 {
	font-size: 2.4rem;
	color: #3b3b3b;
	line-height: 1;
	font-weight: bold;
	padding-top: 9vh;
}
.in-hr {
	background: #f0f3f6;
	width: 100%;
	padding: 6vh 0
}
.in-hrtx {
	font-size: 4.6rem;
	color: #0364e2;
	font-weight: bold;
	line-height: 1
}
.in-hrtx span {
	font-family: Arial;
	color: #0d96ff;
	font-size: 5.4rem;
}
.zytd-tab {
	text-align: center;
	margin-bottom: 5vh;
	margin-top: 6vh;
	text-align: left;
	width: 80%
}
.zytd-tab li {
	display: inline-block;
	cursor: pointer;/*height:40px;*/
	line-height: 2;
	width: 29%;
	margin-right: 4.0%;
	font-size: 3.6rem;
	font-weight: bold;
	border-radius: 15px;
	color: #fff;
	background: #0364e2;
	text-align: center;
}
/*.news-tab li.on{color: #fff;
    background: #db0c0c;}
*/
.in-hrtxcon {
	background: url(../images/in-rz-img.jpg) no-repeat left center;
	padding: 5vh 0; /*border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;*/
	margin-bottom: 2vh;
	padding-left: 5%
}
.in-hrtxwcon p {
	font-size: 4.1rem;
	color: #ffffff;
	font-weight: bold;
}
.index-join-more span {
	padding: 10px 32px;
	display: inline-block;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	font-family: Arial;
	border-radius: 25px;
	margin-top: 3rem;
	font-weight: bold;
	background: linear-gradient(30deg, #0d95ff, #0058da);/*border: 2px solid #fff;*/
}
.footer-top {
	padding: 6vh 0
}
.footer-by {
	font-size: 3.5rem;
	color: #125395;
	font-weight: bold;
	padding-top: 3vh
}
.qhnnews {
	width: 100%;
	overflow: hidden;/* margin-top: 46px;*/
}
.qhnnews dl {
	overflow: hidden;
	padding: 0 15px;
	margin: 10px 0;
}
.qhnnews dl dt {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 320px;
}
.qhnnews dl dt .newsdate {
	width: 108px;
	height: 34px; /* background:-webkit-linear-gradient(87deg,#0d94fe,#0058db);*/
	background: linear-gradient(87deg, #0d94fe, #0058db);
	background: -webkit-linear-gradient(87deg, #0d94fe, #0058db);
	background: -o-linear-gradient(87deg, #0d94fe, #0058db);
	background: -moz-linear-gradient(87deg, #0d94fe, #0058db);
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.qhnnews dl dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.qhnnews dl:hover dt img {
	transform: translate(-50%, -50%) scale(1.2);
}
.qhnnews dl dd {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
	padding: 30px;
}
.qhnnews dl dd h4 {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #1c1c1c;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qhnnews dl dd p {
	width: 100%;
	overflow: hidden;
	color: #6d6d6d;
	margin-top: 10px;
	font-size: 1.6rem;
	text-indent: 0;
	line-height: 1.5
}
.qhnnews dl:hover dd {
	background: #0364e2;
}
.qhnnews dl:hover dt .newsdate {
	background: #66c9b3;
}
.qhnnews dl:hover dd h4, .qhnnews dl:hover dd p {
	color: #fff;
}
.newsmenu {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 68px;
}
.newsmenu ul {
	display: inline-block;
}
.newsmenu ul li {
	width: 192px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	float: left;
	text-align: center;
	border: solid 1px #000;
	border-radius: 25px;
	margin: 0 19px;
}
.newsmenu ul li a {
	font-size: 16px;
	color: #000;
	display: block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsmenu ul li:hover {
	background: #383a48;
}
.newsmenu ul li:hover a {
	color: #fff;
}
/**/
.qhxm .m-product {
	max-width: 1400px;
	margin: 35px auto;
}
.qhxm .m-product .pro-item {
	margin-bottom: 30px;
	width: 33.3%;
	padding: 0 10px;
}
.qhxm .m-product .pro-item>a {
	border: 1px solid #ddd;
	display: block;
	box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
}
.qhxm .m-product .pro-item .pro-img {
	overflow: hidden;
	position: relative;
	background: #000;
}
.qhxm .m-product .pro-item .pro-img img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.qhxm .m-product .pro-item .caption {
	padding: 25px 20px;
	background: #ffffff;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.qhxm .m-product .pro-item .caption .title {
	font-size: 2rem;
	text-align: center;
	color: #393939;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.qhxm .m-product .pro-item .caption .sub-title {
	color: #7c7c7c; /*  border-top: 1px solid #ddd;*/
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	padding-top: 10px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qhxm .m-product .pro-item:hover .caption .title {
	color: #0364e2;
}
.qhxm .m-product .pro-item .pro-img::before {
	content: '';
	position: absolute;
	top: 35px;
	bottom: 35px;
	left: 20px;
	right: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scaleX(0);
	transition: all .5s;
	z-index: 1;
}
.qhxm .m-product .pro-item .pro-img::after {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 35px;
	right: 35px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scaleY(0);
	transition: all .5s;
	z-index: 1;
}
.qhxm .m-product .pro-item:hover .pro-img::before {
	transform: scaleX(1);
}
.qhxm .m-product .pro-item:hover .pro-img::after {
	transform: scaleX(1);
}
.qhxm .m-product .pro-item:hover .pro-img img {
	opacity: .8;
	transform: scale(1.04);
}
 @media (max-width:992px) {
.qhxm .m-product .pro-item {
	width: 50%;
}
}/*
 @media (max-width: 768px) {
.qhxm .m-product { padding: 0 5px; }
.qhxm .m-product .pro-item { margin-bottom: 20px; padding: 0 10px; }
.qhxm .m-product .pro-item .caption { padding: 15px 5px; }
.qhxm .m-product .pro-item .caption .title { font-size: 16px; }
.qhxm .m-product .pro-item .caption .sub-title { font-size: 14px; }
}
/**/
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/cyimg/a17.png') no-repeat;
	overflow: hidden;
}
.jssora05l {
	background-position: -10px -40px;
}
.jssora05r {
	background-position: -70px -40px;
}
.jssora05l:hover {
	background-position: -130px -40px;
}
.jssora05r:hover {
	background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}
.jssort01 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}
.jssort01 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
	box-sizing: content-box;
	background: url('../images/cyimg/t01.png') -800px -800px no-repeat;
	_background: none;
}
.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 68px;
	height: 68px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}
.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
}
.jssort01 .c, .jssort01 .pdn .c, .jssort01 .pav .c { /* ie quirks mode adjust */
	width /**/: 72px;
	height /**/: 72px;
}
.cfs p {
	font-size: 1.8rem;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
}
.nnews h1 {
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	color: #666;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 40px 0;
}
.ul-dk li a {
	color: #fff;
	font-size: 1.6rem;
}
.ul-dk li {
	line-height: 2.2;
	background: url(../images/dk5.png) no-repeat right center;
	padding-right: 20px;
}
.ul-dk li a i {
	padding-right: 14px;
}
.ul-dk {
	padding: 20px 30px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #1875dd;
}
.footer-dk h2 {
	width: 100%;
	margin-bottom: 0;
	background: #ffa200;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2
}
.ct01 { /*margin-top: 100px; */
	position: relative;
	background-color: rgb(255, 255, 255);
	padding-left: 0px;
	padding-right: 0px;
}
.search {
	padding-top: 10px
}
.search-bg {
	background: #fff;
	margin: 0px auto;
	width: 100%;
	min-width: 300px;
	height: 50px;
	padding-left: 5%;
	line-height: 50px;
	border-radius: 30px;
	border: 1px solid #e82e41;
}
#infoname {
	border: none;
	height: 50px;
	width: 82%;
	background: none;
}
.search-bg input {
	float: left;
	outline: none;
}
#soo {
	margin-top: 12px;
	background: url(../images/sousuo-icon.png) no-repeat;
	width: 20px;
	height: 20px;
	border: none;
}
.search-bg input {
	float: left;
	outline: none;
}
.sa {
	background: url(../images/search.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 25%;
	top: -5px;
}
.keywords {
	margin-top: 20px;
	text-align: center;
}
.keywords, .keywords a {
	font-size: 13px;
	color: #666;
	font-weight: lighter;
	line-height: 35px;
}
.keywords span {
	color: #086ac6;
}
.keywords, .keywords a {
	font-size: 13px;
	color: #666;
	font-weight: lighter;
	line-height: 35px;
}
.footer.container-fluid {
	margin: 0 auto;
	width: 100%;
}
.box3052_1 .mf-buttom .db {
	background: #0364e2 !important
}
.advimg img {
	max-width: 100%
}
.aboutlf dl {
	overflow: hidden;
	float: left;
	margin-right: 4%;
	background: linear-gradient(87deg, #0d94fe, #0058db);
	background: -webkit-linear-gradient(87deg, #0d94fe, #0058db);
	background: -o-linear-gradient(87deg, #0d94fe, #0058db);
	background: -moz-linear-gradient(87deg, #0d94fe, #0058db);
	padding: 3%;
	border-radius: 15px;
	width: 30%
}
.aboutlf {
	margin-top: 6vh
}
.aboutlf dl:last-child {
	margin-right: 0
}
.aboutlf dl dt, .aboutlf dl dd {
	overflow: hidden;
	float: left;
}
img {
	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}
.aboutlf dl dd {
	margin-left: 13px;
}
.aboutlf dl dt, .aboutlf dl dd {
	overflow: hidden;
	float: left;
}
.aboutlf dl dd .aboutcn {
	width: 100%;
	overflow: hidden;
	font-size: 2.1rem;
	color: #fff;
}
.aboutlf dl dd p {
	width: 100%;
	overflow: hidden;
	font-size: 1.4rem;
	font-family: Arial;
	color: #fff;
	line-height: 1;
	margin: 0/*    line-height: 20px;*/
}
.aboutlf dl dt .iconh {
	display: none;
}
.in_video {
	width: 100%;
	border-radius: 5%!important;
	margin-top: 5%
}
.inmore {
	width: 180px;
	height: 50px;
	border-radius: 30px!important;
	color: #fff;
	line-height: 50px;
	font-size: max(16px, 1.1vw);
	text-align: center;
	text-transform: capitalize;
}
.in_p_more {
	width: 200px;
	background: #fff;
	height: 50px;
	border-radius: 30px!important;
	color: #f70a31;
	line-height: 50px;
	font-size: 1.1vw;
	text-align: center;
	text-transform: capitalize;
	margin: 8vh 0;
}
.p20 {
	padding: 2vh 20px 2vh 0;
}
.mt40 {
	margin-top: 40px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mtb10 {
	margin: 10px 0;
}
.mtb30 {
	margin: 30px 0;
}
.flex {
	display: flex;
}
.fw600 {
	font-weight: 600
}
.f2vw {
	font-size: max(20px, 2vw);
}
.f3vw {
	font-size: max(26px, 3vw);
}
.lh200 {
	line-height: 200%
}
.lh260 {
	line-height: 260%
}
.fw16 {
	font-size: 16px
}
/**/
.fw600 {
	font-weight: 600
}
.fcw, .fcw a {
	color: #fff
}
.fcg2, .fcg2 a {
	color: #c1c1c1
}
.fjbg {
	background-color: #06811e;
	background-image: linear-gradient(to bottom right, #27ba0e, #06811e);
}
.fcon li {
	line-height: 180%;
	font-size: 16px;
}
.f7vw {
	font-size: max(60px, 7vw)
}
.f6vw {
	font-size: max(48px, 6vw)
}
.f4vw {
	font-size: max(40px, 4vw)
}
.f31vw {
	font-size: max(30px, 3vw)
}
.f3vw {
	font-size: max(24px, 2vw)
}
.f24vw {
	font-size: max(20px, 2.5vw)
}
.f2vw {
	font-size: max(20px, 1.5vw) !important
}
.f18vw {
	font-size: max(15px, 1.8vw)
}
.f1vw {
	font-size: max(14px, 1vw)
}
.mr2vw {
	margin-right: 2vw;
	margin-top: 1vw
}
.bordertb {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 15px 0;
	padding: 15px 0;
}
.mp0 {
	margin: 0;
	padding: 0;
}
.mt15 {
	margin-top: 15px;
}
.mtb20 {
	margin: 20px 0;
}
.mb20 {
	margin-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.ptb20 {
	padding: 20px 0
}
.lh260 {
	line-height: 260%
}
.lh200 {
	line-height: 200%
}
.lh100 {
	line-height: 100%
}
.lh150 {
	line-height: 150%
}
.lh180 {
	line-height: 180%
}
.fcg {
	color: #333
}
.fcgq {
	color: #999
}
.fcgreen {
	color: #058728
}
.fc0 {
	color: #000
}
.oh {
	overflow: hidden
}
.pr {
	position: relative
}
.pt40 {
	padding-top: 40px;
}
.mt40 {
	margin-top: 40px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mtb20 {
	margin: 20px 0
}
.imgw {
	max-width: 100%
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f26 {
	font-size: 26px;
}
.fcb {
	color: #0086e4
}
.fcb2 {
	color: #000;
	text-align: left;
	text-indent: 2em;
}
.lh200 {
	line-height: 200%
}
.lh180 {
	line-height: 180%
}
.lh150 {
	line-height: 150%
}
.ml14 {
	margin-left: 4%
}
.br20 {
	border-radius: 20px!important
}
.inline {
	width: 50px;
	height: 4px;
	background: #0086e4;
	margin: 0 auto
}
.fmb {
	text-shadow: 0 1px #0086e4, 1px 0 #0086e4, -1px 0 #0086e4, 0 -1px #0086e4;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.f_bo {
	background: #1c1b21;
	color: #999;
	line-height: 50px; /*border-top:1px solid #999*/
}
.in_pro li img {
	border-radius: 20px !important;
}
.box-shadow-0 {
	box-shadow: 0 0 6px #ccc
}
.in_prot {
	color: #444;
	font-size: 16px;
	line-height: 60px;
}
.imgw {
	max-width: 100%
}
.hsnum {
	width: 100%;
	text-align: center;
}
.in_lingyu {
	background: url(../images/in-yyly-bg.jpg) no-repeat center top;
	padding-bottom: 6vh;
	background-size: cover;
	min-height: 659px;
}
/*.yyly:hover .advan-img{ color: #fff }
.yyly { background: #fff; border-radius: 10px !important; box-shadow: 0 0 10px 2px #ccc; padding: 80px 10px 30px; width: 15%; margin: .8%; }
.yyly h5 { width: 30px; height: 4px; background: #0086e4; margin: 20px auto; }
.yyly h3 { color: #0086e4; font-size: max(16px, 1.1vw); line-height: 1; font-weight: 600; padding-top: 3.6vh }
.yyly p {
font-size:max(14px, .8vw); color: #666; line-height: 1.8; }
.border-radius-t { border-radius: 20px 20px 0 0; }
.yyly:hover { background: #0086e4 url(../images/ly_bj.png) no-repeat center center; }
.yyly:hover h5 { background: #fff; }
.yyly:hover h3, .yyly:hover p { color: #fff }
.yyly:hover h2 img { filter: brightness(0) invert(1); }*/
.in_case {
	background: url(../images/bj_ser.jpg) no-repeat bottom right;
	padding: 6vh 0;/* margin: 8vh 0*/
}
.in_news {/* background: url(../images/in-news-bg.png) no-repeat center top; *//*padding: 6vh;*/
	background-size: cover
}
.jishu {
	background: url(../images/li.png) no-repeat left 20px;
	padding-left: 70px;
	margin-bottom: 30px
}
.jishu h2 {
	font-size: max(20px, 1.5vw);
	font-weight: 600;
	line-height: 200%
}
.jishu p {
	font-size: max(16px, 1vw);
	line-height: 200%
}
.clip-1 {
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.clip-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clip-5 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flexac {
	display: flex;
	align-items: center
}
.flexend {
	display: flex;
	justify-content: flex-end;
}
.header {
	display: flex;
	width: 100%;
	height: 80px;
	padding-left: 1%; /* border-bottom: solid 1px rgba(255,255,255,0.2); */
	flex-wrap: nowrap;
	justify-content: space-between;
	/* 标准语法 */
	background: linear-gradient(to right, #0057eb, #0492ff);
	/* 带前缀版本 */
	background: -webkit-linear-gradient(left, #0057eb, #0492ff);
	background: -moz-linear-gradient(left, #0057eb, #0492ff);
	background: -o-linear-gradient(left, #0057eb, #0492ff);
    
    /* IE 滤镜（水平） */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057eb', endColorstr='#0492ff', GradientType=1 );
}
/**/
.ld-ncon p {
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 6px;
}
.ngs-nhon .content-wrapper {
	/*max-width: 1400px;*/
	margin: 0 auto;
	padding: 0;
}
.ngs-nhon .content-wrapper .news-content .header-info {
	text-align: center;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	overflow: visible;
}
.ngs-nhon .content-wrapper .news-content .header-info h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 150%;
}
.ngs-nhon .content-wrapper .news-content .header-info .o-info {
	margin-bottom: 30px;
}
.ngs-nhon .content-wrapper .news-content .header-info .o-info > div {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	color: #666;
}
.ngs-nhon .content-wrapper .news-content .header-info .o-info > div span {
	color: #0086e4;
}
.ngs-nhon .m-flip {
	margin: 50px 0;
}
.ngs-nhon .m-flip .flip li a:hover {
	color: #0086e4;
}
.ngs-nhon .m-flip .flip {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
}
.ngs-nhon .m-flip .flip li {
	padding: 5px 0;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/**/

.conta {
	margin: 0 auto;
	display: flex;
	gap: 20px;
	position: relative;
	padding: 3vh 0 6vh 0
}
.left-content {
	flex: 1 1 65%;
	background: #fff;
	padding: 25px;/*border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);*/
}
.news-title {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.news-meta {
	color: #888;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.news-content {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.news-content p {
	margin-bottom: 15px;
}
.news-content img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
	border-radius: 4px;
}
.news-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.nav-btn {
	display: inline-block;
	padding: 8px 15px;
	background: #f8f8f8;
	color: #555;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #eee;
	transition: all .3s;
}
.nav-btn:hover {
	background: #fff;
	color: #333;
}
.back-btn {
	background: #4285f4;
	color: #fff;
	border: none;
	display: flex;
	align-items: center;
	gap: 6px;
}
.back-btn:hover {
	background: #3367d6;
}
/* 右侧边栏：sticky 处理 */
.right-content {
	flex: 1 1 12%;
}
.sidebar-section {
	background: #f8f8f8;
	padding: 20px;
	border-radius: 6px;
	/*box-shadow: 0 2px 5px rgba(0,0,0,.1);*/
	margin-bottom: 20px;
}
.sidebar-title {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.recommended-list, .category-list {
	list-style: none;
}
.recommended-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.recommended-item:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.recommended-link {
	display: block;
	color: #555;
	text-decoration: none;
	font-size: 14px;
	transition: color .3s;
}
.recommended-link:hover {
	color: #4285f4;
}
.recommended-date {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}
.category-item {
	margin-bottom: 10px;
}
.category-link {
	display: block;
	padding: 8px 10px;
	color: #555;
	font-size: 14px;
	border-left: 3px solid transparent;
	transition: all .3s;
}
.category-link:hover {
	color: #4285f4;
	border-left-color: #4285f4;
	background: #f9f9f9;
	padding-left: 15px;
}
/* —— 关键：右侧粘性 —— */
.right-inner {
	position: sticky;
	top: 105px;
}  /* 距离顶部 20px 开始吸顶 */
/**/

        /* 主要内容区域 */
.mess-con {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding-top: 3vh;
}
.messcon-info {
	flex: 1;
	min-width: 300px;
	background-color: white;
	border-radius: 12px;
	padding: 30px;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
	transition: all 0.3s ease;
}
.messcon-info:hover {
	transform: translateY(-5px);/* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);*/
}
.contact-form {
	flex: 2;
	min-width: 300px;
	background-color: white;
	border-radius: 12px;
	padding: 30px;
	/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
	transition: all 0.3s ease;
}
.contact-form:hover {
	transform: translateY(-5px);/* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);*/
}
/* 信息卡片样式 */
.messcon-des {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding: 15px;
	border-radius: 8px;
	background-color: #f8f9fa;
	transition: all 0.3s ease;
	cursor: pointer;
}
.messcon-des:hover {
	background-color: #e9ecef;
	transform: translateX(5px);
}
.info-icon {
	width: 50px;
	height: 50px;
	background: #0058ec;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	margin-right: 15px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}
.messcon-des:hover .info-icon {
	background: #0591fe;
	transform: scale(1.1);
}
.info-text h3 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #212529;
}
.info-text p {
	color: #666;
	font-size: 14px;
}
/* 表单样式 */
.form-group {
	margin-bottom: 25px;
}
.form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #212529;
}
.form-group input, .form-group select, .form-group textarea {
	width: 100%;
	padding: 15px;
	border: 2px solid #e1e5eb;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.3s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
	outline: none;
	border-color: #4361ee;
	box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}
.form-group textarea {
	min-height: 118px;
	resize: vertical;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.form-row .form-group {
	flex: 1;
	min-width: 200px;
}
/* 按钮样式 */
.contact-form .btn-submit {
	background: linear-gradient(135deg, #0058eb, #0491ff);
	color: white;
	border: none;
	padding: 16px 30px;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	font-weight: 600;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.contact-form .btn-submit:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(67, 97, 238, 0.3);
}
.contact-form .btn-submit:active {
	transform: translateY(0);
}
/* 表单验证样式 */
.contact-form .error {
	color: #f72585;
	font-size: 0.9rem;
	margin-top: 5px;
	display: none;
}
.success-message {
	background-color: #d4edda;
	color: #155724;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 20px;
	display: none;
	border-left: 5px solid #28a745;
}
.social-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 15px;
}
.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #f8f9fa;
	color: #4361ee;
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.3s ease;
}
.social-links a:hover {
	background-color: #4361ee;
	color: white;
	transform: translateY(-3px);
}
        
        /* 动画效果 */
        @keyframes fadeIn {
 from {
opacity: 0;
transform: translateY(20px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
 @keyframes shake {
 0%, 100% {
transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
transform: translateX(-5px);
}
 20%, 40%, 60%, 80% {
transform: translateX(5px);
}
}
.shake {
	animation: shake 0.5s;
}
/**/

     /* Section Title */
.ndzser-tit {
	text-align: center;
	margin-bottom: 50px;
}
.ndzser-tit h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 10px;
}
.ndzser-tit p {
	font-size: 16px;
	color: #666;
}
/* Service Section */
.ndzser-con {
	background: #fff;
	padding: 80px 0;
}
.ndzser-conli {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
}
.ndzser-conli-con {
	text-align: center;
	cursor: pointer;
}
.ndzser-img {
	width: 80px;
	height: 80px;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	transition: all 0.3s ease;
	background: #fff;
}
.ndzser-conli-con:hover .ndzser-img {
	border-color: #0086e4;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 134,228, 0.15);
}
.ndzser-conli-con:hover .ndzser-img svg {
	stroke: #0086e4;
}
.ndzser-img svg {
	width: 32px;
	height: 32px;
	stroke: #999;
	transition: stroke 0.3s ease;
	fill: none;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.ndzser-conli-con h4 {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
/* Banner Section */
.ndzser-adv {
	position: relative;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.ndzser-adv-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ndzser-adv-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dzser-adv-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.dzser-adv-content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}
.dzser-adv-content h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}
.dzser-adv-content p {
	font-size: 18px;
	color: #e0e0e0;
	margin-bottom: 30px;
	max-width: 600px;
}
.btn-primary {
	display: inline-block;
	background: #0086e4;
	color: #fff;
	padding: 12px 35px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s ease;
	border: none;
	cursor: pointer;
}
.btn-primary:hover {
	background: #000;
}
/* Case Section */
.ndzan-con {
	background: #f8f9fa;
	padding: 80px 0;
}
.ndzseran-con {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.nsdzanli {
	background: #fff;
	overflow: hidden;
	transition: all 0.3s ease;
	border-radius: 4px;
}
.nsdzanli:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.nsdzal-img {
	overflow: hidden;
	height: 200px;
}
.nsdzal-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.nsdzanli:hover .nsdzal-img img {
	transform: scale(1.05);
}
.nsdzal-tit {
	padding: 20px;
}
.nsdzal-tit h4 {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 6px;
}
.nsdzal-tit p {
	font-size: 13px;
	color: #888;
}
/**/

.large {
	z-index: 999;/* background-color: rgb(255, 255, 255,.3);*//* position: absolute*/
}
.small {
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	border-bottom: solid 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.logo {
	width: 20%;
}
#form2 {
	position: absolute;
}
/*#Iframe1{
    width:50px !important;
        height: 50px !important;
    }
#Iframe1 img{
    width:100% !important;
    height: 100% !important;
}*/
.small {
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.logo img {
	max-width: 100%
}
.toptel {
	display: block
}
.topewm {
	height: 100%;
	padding: 26px;/* border-left: solid 1px rgba(0,0,0,0.05); margin-left: 18px; */
	position: relative;
}
.en {
	padding: 10px 25px 10px 0;
}
.topewm .ewmimg {
	opacity: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position: absolute;
	background: #0086e4;
	padding: 10px;
	border-radius: 5px;
	top: 80px;
	right: 0;
}
.topewm .ewmimg img {
	width: 140px;
}
.topewm:hover {
	cursor: pointer;
}
.topewm:hover .ewmimg {
	z-index: 9999;
	opacity: 1;
}
.xieti {
	font-style: italic;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {
	list-style: none;
	padding: 0;
}
.menu > li {
	position: relative;
	display: inline-block;
	outline: 0;
}
.grad-r {
	background-color: #21c5f5; /* 针对不支持渐变的浏览器 */
	background-image: linear-gradient(to right, #21c5f5, #1a86fc);
}
.fgrad-r {
	color: #013f96; /* 针对不支持渐变的浏览器 */
	background-image: linear-gradient(to right, #013f96, #3387ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.grad-b {
	background-color: #013f96; /* 针对不支持渐变的浏览器 */
	background-image: linear-gradient(to bottom, #013f96, #3387ff);
}
.submenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
	overflow: hidden; /* IE8 needs this */
	overflow: hidden\0/ !important;
	max-height: 0; /* A .submenu should be only revealed when hovering the .menu */
	pointer-events: none;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	pointer-events: auto;
	z-index: 10;
	max-height: 2000px;
	-webkit-transition: none;
	-moz-transition: none;
}
/* Default

 ================================================================= */

.submenu li {
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
	-ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
	-o-transition: opacity .4s, -o-transform .6s, max-height .6s;
	transition: opacity .4s, transform .6s, max-height .6s;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* Shield

 ================================================================= */

.shield {
	overflow: visible;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.shield li {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	-o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
	transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
}
.nav {
	transition: 0.5s;
	height: 100%; /* width: 75%;
    max-width: 880px;*/
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.nav > ul {
	display: inline-block;
	margin: 0;
}
.img1 {
	margin: 16px 0;
}
.nav .menu > li {
	float: left;
	text-align: center;
	line-height: 80px;
	position: relative;
	padding: 0 1.6vw;
}
.nav .menu > li i {
	margin-left: 10px
}
.nav .menu > li:hover { /*background-color: #013f96;*/ /* 针对不支持渐变的浏览器 *//* background-image: linear-gradient(to bottom right, #013f96, #3387ff); */
	font-weight: 600
}
.nav .menu > li:hover a {
	font-weight: 600
}
.nav .menu > li a {
	color: #fff;
	font-size: max(18px, 0.8vw);
	display: block;
	line-height: 80px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position: relative;
}
.nav .menu > li.current { /*background-color: #0086e4;*/ /* 针对不支持渐变的浏览器 */ /*background-image: linear-gradient(to bottom right, #b32937, #ea2e42); */
}
.nav .menu > li .submenu li a {
	color: #fff !important
}
.nav .menu > li:hover a, .nav .menu > li.current a {
	color: #fff !important;
	font-weight: bold;
}
.nav .menu > li a:hover:after, .nav .menu > li.active a:after {
	width: 18px;
}
.nav .menu > li .submenu {
	width: 100%;
	z-index: 99999
}
.nav .menu > li .submenu li {
	width: 170%;
	margin-left: -35%;
	line-height: 40px;
	background: #0086e4;
	text-align: center;
	margin-top: 1px;
}
.nav .menu > li .submenu li a {
	padding: 5px 0;
	display: block;
	color: #fff;
	background: none;
	font-size: 14px; /* padding: 0; */
	font-weight: normal;
	margin: 0;
	line-height: 30px;
}
.nav .menu > li .submenu li a:after, .nav .menu > li .submenu li:hover a:after {
	display: none;
}
.nav .menu > li .submenu li:hover {
	background: #0057eb;
}
.nav .menu > li.current > a {
	color: #fff;
}
.iabout {
	height: 60px;
	line-height: 60px;
	font-size: max(30px, 2.5vw);
	color: #111;
	background: url(../images/in-tit-bg.png) no-repeat left center;
	text-indent: 62px;/* margin: 2vh 0;*/
	font-weight: 600
}
.about-left h3 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1
}
.about-left h2 {
	color: #202020;
	font-size: 3rem;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 15px;
}
.headewm {
	width: 40px;
	height: 40px;
	top: -10px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.headewmimg {
	display: none;
	position: absolute;
	right: 0;
	top: 50px;
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
	width: 120px;
}
.headewmimg p {
	margin: 0;
	padding: 0
}
.headewmimg img {
	width: 100px;
	margin: 0 auto;
}
.kzjz-nav .top-nav .navbar>ul>li>a.selected {
	color: #1279e7
}
.box3052_1 .mf-buttom {
	position: relative;
}
.box3052_1 .mf-buttom img {
	max-width: 100%;
	vertical-align: middle
}
.box3052_1 .mf-buttom li, .box20064_1 ul {
	list-style: none
}
.box3052_1 .mf-buttom a {
	text-decoration: none
}
.box3052_1 .mf-buttom .db {
	position: fixed;
	bottom: 0;
	z-index: 999;
	display: flex;
	width: 100%;
	background: #9e9e9e;
	text-align: center;
	justify-content: space-around;
	align-items: flex-end;
	left: 0;
	padding-bottom: 8px;
}
.footer { /*padding-bottom:7rem*/
}
.box3052_1 .mf-buttom .db li img {
	width: 30px
}
.box3052_1 .mf-buttom .db li.dt img {
	width: 40px;
	transform: translateY(2px)
}
.box3052_1 .mf-buttom .db li a {
	color: #fff;
	font-size: 12px
}
.box3052_1 .mf-buttom .db li a p {
	font-size: 1.8rem;
	margin-top: 5px
}
.box3052_1 .mf-buttom .wx-mask {
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	z-index: -99;
	width: 100vw;
	height: 100vh;
	opacity: 0;
}
.mf-buttom .wx-mask .marsk-it {
	width: 240px;
	text-align: center;
	padding: 10px 10px;
	border-radius: 10px;
	background: #fff;
}
.box3052_1 .mf-buttom .wx-mask .marsk-it .close {
	width: 25px;
	margin-top: 3px;
}
.box3052_1 .mf-buttom .wx-mask .marsk-close {
	width: 100%;
	text-align: left;
	height: 35px;
}
.box3052_1 .mf-buttom .wx-mask .marsk-close span {
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 35px;
}
.box3052_1 .mf-buttom .wx-mask .marsk-fz {
	margin: 10px 0;
}
.box3052_1 .mf-buttom .wx-mask .marsk-fz input {
	font-size: 14px;
	width: 50%;
	outline: none;
	border: none;
}
.box3052_1 .mf-buttom .wx-mask .all {
	line-height: 35px;
	font-size: 16px;
}
.box3052_1 .mf-buttom .wx-mask .all a {
	display: block;
	color: #333;
}
.box3052_1 .mf-buttom .wx-mask .good {
	line-height: 35px;
	font-size: 16px;
}
.box3052_1 .mf-buttom .wx-mask .success {
	display: none;
}
.box3052_1 .mf-buttom .wx-mask .wm-marsk {
	width: 200px;
	margin: 0 auto;
}
.box3052_1 .mf-buttom .wx-mask.open {
	opacity: 1;
	z-index: 9999;
}
.box3009_-6066 .m-classify ul li:last-child a::before {
	display: none
}
/*.kzjz-nav { position: static !important }*/
.box3009_-6066 {
	margin: 0 auto;
	min-width: 73%;
	width: 100%;
	max-width: 1500px;
}
.box3009_-6066 .row {
	margin-left: 0;
	margin-right: 0
}
.box3009_-6066::after, .box3009_-6066::before {
	content: ' ';
	display: block;
	clear: both;
}
.box3009_-6066>div:nth-child(1) {
	float: right;
	width: 34.14%;
	margin: 0;
	padding: 0;
}
.box3009_-6066>div:nth-child(2) {
	width: 65.86%;
	margin: 0;
	float: left;
}
.box3009_-6066 .m-classify ul li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	right: 0px;
}
.box3009_-6066 .m-classify ul li a::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 0%;
	height: 3px;
	background-color: none;
	transition: all .3s;
}
.box3009_-6066 .m-classify ul li a:hover::after {
	width: 80%;
	left: 10%;
	background-color: #0364e2;
}
.box3009_-6066 .m-site .container {
	width: 100%;
	text-align: right;
}
.box3009_-6066 .m-site {
	padding: 27px 0;
}
.box3009_-6066 .m-site .pos label {
	font-weight: 400;
	padding-left: 22px;
}
.box3009_-6066 .m-site .pos label, .m-site .pos a, .m-site .pos span {
	font-size: 14px;
	color: #999;
}
.box3009_-6066 .m-site .pos span {
	margin: 0 8px;
}
.box3009_-6066 .m-site .pos a:hover {
	color: #0054a6;
}
.newslists {
	color: #333;
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 12px;
}
.box_10040 ul, .box_10040 li {
	list-style: none;
}
.newslists .news-item a {
	text-decoration: none;
	color: #333;
}
.newslists .news-item { /*padding: 20px;*/
	margin: 15px 0px;
	border: 1px solid #eee;
	overflow: hidden;
	width: 48%;
	float: left;
	transition: all ease .3s;
	box-sizing: border-box;
}
.newslists .news-item .date-info {
	width: 100px; /*        height: 80px;*/
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 20px;
}
.newslists .news-item .news-content .news-title a {
	font-size: 20px;
}
.newslists .news-item .date-info h2 {
	height: 56px;
	line-height: 56px;
	font-size: 38px;
	color: #aaa;
	transition: all ease .3s;
}
.newslists .news-item .date-info h3 {
	height: 25px;
	line-height: 25px;
	color: #aaa;
	font-size: 14px;
	font-weight: normal;
	transition: all ease .3s;
}
.newslists .news-item .news-content {
	margin-left: 110px;
	padding: 20px;
}
.newslists .news-item .news-content .news-title {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #2c2c2c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newslists .news-item .news-content p {
	font-size: 14px;
	line-height: 150%;
	color: #868686;
	transition: all ease .3s;
}
.newslists .news-item:nth-child(2n) {
	margin-left: 30px
}
.newslists .news-item:hover {
	background: #f9f9f9
}
.newslists .news-item:hover .date-info {
	background: #f0f0f0
}
.newslists .news-item:hover a {
	color: ##013f96
}
/**/
.xm-content * {
	margin: 0;
	padding: 0
}
.xm-content ul li {
	list-style: none
}
.xm-content img {
	border: 0
}
.xm-content .clearfix:after {
	display: block;
	content: "";
	clear: both;
}
.xm-content .small-img {
	display: flex;
	align-items: center;
	justify-content: center
}
.xm-content .clearfix:before, .xm-content .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.xm-content .magnifier {
	position: relative;
	float: left;
}
.xm-content .magnifier-container {
	width: 100% !important;
	height: 416px!important;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	max-width: 100%;
}
.xm-content .images-cover {
	height: 100%;
	width: 100%;
	position: relative
}
.xm-content .images-cover img {
	position: absolute;
	max-width: 100%;
}
.xm-content .magnifier-assembly {
	height: 80px;
	overflow: hidden;
	position: relative;
	padding: 4px 0px;
	margin-top: 10px;
	border: 1px solid #ddd;
}
.xm-content .magnifier-btn {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px
}
.xm-content .magnifier-btn span {
	line-height: 80px;
	height: 80px;
	width: 20px;
	background: #fff url(../image/pro.png) center center no-repeat;
	display: block;
	z-index: 9998;
	text-align: center;
	cursor: pointer;
	border-radius: 3px
}
.xm-content .magnifier-btn .magnifier-btn-left {
	float: left;
}
.xm-content .magnifier-btn .magnifier-btn-right {
	float: right;
	background: #fff url(../image/next.png) center center no-repeat;
}
.xm-content .magnifier-line {
	position: relative;
	overflow: hidden;
	height: 80px;
}
.xm-content .magnifier-line ul {
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index: 9997
}
.xm-content .magnifier-line li {
	float: left;
	width: 60px;
	cursor: pointer;
}
.xm-content .magnifier-line ul>.active .small-img img {
	border: 1px solid #a6a6a6;
	width: 50px;
	margin: 2px;
	height: 65px;
}
.xm-content .small-img {
	margin: 5px;
	overflow: hidden;
	text-align: center;
}
.xm-content .small-img img {
	height: 60px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.xm-content .magnifier-view {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
	border: 1px solid #ddd;
}
.xm-content .magnifier-view img {
	max-width: 200%;
	display: block
}
.xm-content .animation03 {
	transition: all .3s ease-in .1s;
	-ms-transition: all .3s ease-in .1s;
	-moz-transition: all .3s ease-in .1s;
	-webkit-transition: all .3s ease-in .1s;
	-o-transition: all .3s ease-in .1s
}
.xm-content .cp_miaoshu {
	float: left;
	height: 422px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 5%
}
.xm-content .cp_miaoshu .cp_title {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px #d5d5d5 dashed;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}
.xm-content .cp_miaoshu .cp_con {
	padding-top: 10px;
	padding-bottom: 20px;
}
.xm-content .cp_miaoshu .cp_con .cp_type {
	line-height: 30px;
	color: #444;
	font-size: 18px;
	font-weight: 400;
	display: block;
}
.xm-content .cp-dec {
	margin-bottom: 20px;
}
.xm-content .cp-dec p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	text-align: justify;
	min-height: 30px;
}
.xm-content .online li {
	font-size: 14px;
	margin-top: 8px;
}
.xm-content .online li a {
	display: inline-block;
	vertical-align: middle;
}
.xm-content .phone {
	font-size: 20px;
	color: #ca0a1d;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 310px;
}
.xm-content .phone span {
	font-size: 26px;
	color: #fb6028;
	line-height: 40px;
}
.lxfs-gzhewm {
	width: 200px;
}
.lxfs-gzhewm img {
	width: 100%
}
.lxfs-ywzx h5 {
	font-size: 14px;
	font-weight: normal
}
.lxfs-ywzx h4 {
	font-size: 36px;
	color: #016472;
	font-family: Impact;
	line-height: 46px;
}
.lxfs-ywzx p {
	color: #8b8b8b;
	font-size: 14px;
	line-height: 20px;
}
.lxfs-ywzx {
	padding-left: 30px;
}
.xm-content {
	position: relative
}
.lxfs {
	position: absolute;
	bottom: 0px;
}
/**/
	
.xq-con .product_title {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #dedede;
	margin-bottom: 40px;
	padding-bottom: 15px;
	margin-top: 50px;
}
.cl-content p {
	font-size: 16px;
	line-height: 200%;
	margin-top: 10px;
	text-indent: 2em;
}
.cl-content p img {
	font-size: 16px;
	line-height: 200%;
	margin-top: 10px;
	margin-left: -2em;
}
.box-shadow {
	box-shadow: 0 0 6px #ccc
}
/*招聘*/
.join-wrap {
	background: #f6f6f6;
}
.join-wrap .join-row {
}
.join-wrap .join-row .item {
	background: #1279e7;
	color: #fff;
	font-size: 14px;
	height: 60px;
	padding: 0 3%;
	cursor: pointer;
}
.join-wrap .join-row .item .middle {
	overflow: hidden;
	color: #fff;
	height: 100%;
	line-height: 60px;
}
.join-wrap .join-row .item.item_2 {
	background: #fbfbfb;
	color: #333333;
	border-bottom: solid 1px #e8e8e8;
	overflow: hidden;
}
.join-wrap .join-row .item.item_2.item_3 {
	background: #edeeee;
}
.join-wrap .join-row .tops {
	background: #525252;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-left: 2%;
	width: 98%;
}
.join-wrap .join-row .list {
	background: #fff;
	height: 58px;
	line-height: 58px;
	padding-left: 2%;
	width: 98%;
	margin-bottom: 20px;
}
.join-wrap .join-row .list .mid {
	width: 80%;
}
.join-wrap .join-row .list .mid a {
	color: #666666;
}
.join-wrap .join-row .list .mid a:hover {
	color: #0a4595;
}
.join-wrap .join-row .item .name {
	width: calc(25% - 25px);
	width: -moz-calc(25% - 25px);
	width: -webkit-calc(25% - 25px);
}
.join-wrap .join-row .item .work {
	width: calc(25% - 25px);
	width: -moz-calc(25% - 25px);
	width: -webkit-calc(25% - 25px);
}
.join-wrap .join-row .item .people {
	width: calc(25% - 25px);
	width: -moz-calc(25% - 25px);
	width: -webkit-calc(25% - 25px);
}
.join-wrap .join-row .item .place {
	width: calc(25% - 25px);
	width: -moz-calc(25% - 25px);
	width: -webkit-calc(25% - 25px);
}
.join-wrap .join-row .item.top {
	cursor: default;
}
.join-wrap .join-row .item.top .name {
	background: url(../image/zw-icon.png)no-repeat left;
	padding-left: 25px;
}
.join-wrap .join-row .item.top .work {
	background: url(../image/dz-icon.png)no-repeat left;
	padding-left: 25px;
}
.join-wrap .join-row .item.top .people {
	background: url(../image/rs-icon.png)no-repeat left;
	padding-left: 25px;
}
.join-wrap .join-row .item.top .place {
	background: url(../image/gznx-icon.png)no-repeat left;
	padding-left: 25px;
}
.join-wrap .join-row .item .jia {
	background: url(../image/zjia.png) no-repeat center;
	width: 20px;
	height: 20px;
	margin: 20px 0px 0 0;
	cursor: pointer;
}
.join-wrap .join-row .item .jia.jian {
	background: url(../image/zjian.png) no-repeat center;
}
.join-wrap .join-row .on {
	background: #fff !important;
	border-bottom: #e3e3e3 1px solid;
}
.join-wrap .join-row .open {
	background: #ffffff !important;
}
.join-wrap .join-row .box_2 {
	background: #eaebec;
	overflow: hidden;
}
.join-wrap .join-row .box_2 .middle {
	color: #333;
	padding-right: 25px;
}
.join-wrap .join-row .box_2 .content {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	display: none;
	padding: 16px 3%;
	background: #fff;
}
.join-wrap .join-row .box_2 .content .white {
	padding: 2% 0;
}
.join-wrap .join-row .box_2 .content .white .btn {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 38px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: solid 1px #ff6600;
	background: url(../images/img58.png)no-repeat 82% center;
	text-indent: -20px;
}
.join-wrap .join-row .box_2 .content .white .btn .apply {
	color: #ff6600;
	font-size: 1.5rem;
}
.join-wrap .join-row .box_2 .content .white .left {
	width: 65%;
	text-align: left;
}
.join-wrap .join-row .box_2 .content .white .left .meg {
	display: inline-block;
	margin-left: 40px;
	color: #666;
	vertical-align: middle;
}
.join-wrap .join-row .box_2 .content .white .left .meg:first-child {
	margin-left: 0;
}
.join-wrap .join-row .box_2 .content .white .left .meg span {
	font-size: 1.6rem;
	color: #2364b0;
}
.join-wrap .join-row .box_2 .content .white .right {
	width: 35%;
	text-align: right;
}
.join-wrap .join-row .box_2 .detail, .join-wrap .join-row .box_2 .detail a, .join-wrap .join-row .box_2 .detail div, .join-wrap .join-row .box_2 .detail span, .join-wrap .join-row .box_2 .detail b, .join-wrap .join-row .box_2 .detail i, .join-wrap .join-row .box_2 .detail p, .join-wrap .join-row .box_2 .detail ul, .join-wrap .join-row .box_2 .detail li {
	font-size: 1.6rem;
	color: #666;
	line-height: 150%;
}
.inline-block {
	display: inline-block
}
.r-slide tr td p {
	text-align: left !important;
	text-indent: 0
}
.r-slide a.tdjlbtn {
	display: inline-block;
	background: #1279e7;
	color: #fff !important;
	text-align: center;
	padding: 0.5rem 1.5rem;
	font-size: 1.6rem !important;
	border-radius: 4px;
	text-decoration: none
}
/*首页新闻*/




.in_news { /*background: url(../images/in-news-bg.png) no-repeat top center;  */
	width: 100%;
	background-size: cover; /*padding: 5vh 0;*/ /*margin-bottom: 5vh;*/
	clear: both;
	min-height: 709px; /*padding-top: 2vh*/
}
.in_news .in_news_l { /*border-bottom: 4px solid #c4c4c4; background: #fff; */

	overflow: hidden;
}
.in_news .in_news_l:hover { /*border-bottom: 4px solid #0670f5 */
}
.in_news .in_news_l div {
	width: 100%;
	height: 57%;
	position: relative;
	overflow: hidden;
	background: #0086e4;
	margin-bottom: 2vh;
}
.in_news .in_news_l div img {
	width: 100%;
	height: 100%;
	transition: all ease .6s;
	opacity: 1; /*height: 100% */
}
.in_news .in_news_l:hover div img {
	transition: all ease .6s;
	opacity: .6;
	transform: scale(1.2, 1.2);
}
.news-list {
	background: #fff;/*height:58vh; */
	border-bottom: 4px solid #fff;
	padding-top: 1.2vw;
	overflow: hidden;
}
.list_news li h3 {
	font-size: 18px;
}
.list_news li:hover.hred h3 {
	color: red
}
.list_news li:hover.hred .line_bottom {
	width: 0%;
	height: 3px;
	background: red !important;
	transition: linear .6s;/*margin-top:10px;*/
}
.list_news li.hred .line_bottom {
	background: red !important;
	transition: linear .6s;/*margin-top:10px;*/
}
.list_news li:hover.hred .line_bottom {
	width: 100%;
	transition: linear .6s;
	background: red !important
}
.news-list li {
	background: url(../img/arr_news.png) no-repeat center right; /* padding: 10px; */
	/* margin-top: 1.2vh; */
	transition: all ease .3s;
	box-sizing: border-box;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 180%;
	padding-right: 15px;
	color: #868686;
	transition: all ease .3s; /* padding-bottom: 0.3vh; */
	margin: 0 0 1.5vh;
}
.news-list li:last-child {
	border-bottom: none;
}
.news-list li a:hover .date-info {
	color: #0086e4
}
.news-list li a:hover .news-title p:first-child {
	color: #0086e4
}
/*
.news-list li .date-info { width: 18%; float: left; font-size: 14px; text-align: center; display: block; color: #464646; transition: all ease .6s; }*/

.news-list li .date-info {
	font-size: 3.8rem;
	line-height: 1;
	font-weight: bold;
	color: #323232;
	transition: all ease .6s;
	font-family: Arial;
	text-align: center;
	padding: 6px 2vw 0 0
}
.in_news_l h5 {
	line-height: 5vh;
	font-size: 2.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in_news_l h5 a {
	color: #444
}
.in_news_l h5:hover a {
	color: #0086e4
}
.news-list li .date-info p {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
	transition: all ease .6s;
	white-space: nowrap;
}
.news-list li:hover .date-info, .news-list li:hover .news-title {
	font-weight: 600;
	transition: all ease .6s;
}
.news-list li:hover {
	background: url(../images/arr_news.png) no-repeat center right;
	transition: all ease 0s;
}
.news-list li:hover .date-info {
	transition: all ease .6s;
}
.news-list li:hover .news-title {
	transition: all ease .6s;
	padding-left: 15px;
	padding-right: 0;
	margin-left: -15px
}
.in_news_l h5 {
	font-size: 16px; /*width: 95%; padding: 0 5%;*/
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.in_news_l p {
	margin: 0; /*width: 95%; padding: 0 5%;*/
	font-size: 1.6rem;
	line-height: 3.5vh;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list li .news-title {
	font-size: 16px
}
.in-newl a:hover h5 {
	color: #0086e4;
}
.in-newl a:hover .ld-nda {
	color: #0086e4;
}
/*新*/
.shnnews img {
	max-width: 100%;
	vertical-align: middle
}
.shnnews li, .shnnews ul {
	list-style: none
}
.shnnews a, .shnnews a:hover {
	text-decoration: none
}
.shnnews .news .news-list {
	margin: 15px 1% 15px 0px;
	padding: 0;
	transition: all .3s;
	width: 49.5%;
}
.shnnews .news .news-list .news-date {
	float: left;
	overflow: hidden;
	width: 100px;
	height: 130px;
	padding: 3% 4% 3% 0;/*background: linear-gradient(#0492e4, #2640bc);*/
	color: #bcbcbc;
	text-align: center
}
.shnnews .news .news-list .news-date p {
	margin: 0;
	font-size: 5.8rem;
	font-family: Arial;
	line-height: 4rem;
	color: #bcbcbc;
	padding: 16px 0;
}
/*.shnnews .news .news-list .news-date p::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translate(-50%,0);
}*/
.ntnews h3 {
	background-image: linear-gradient(to bottom right, #b22937, #eb2e42);
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 300%;
}
.ntnews ul li {
	line-height: 280%;
	color: #666;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
	font-weight: 300;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.shnnews .news .news-list .news-date span {
	display: block;
	font-size: 1.8rem; /*margin-top: 12px;*/
	color: #bcbcbc;
	line-height: 1.8rem;
	font-family: Arial;
}
.shnnews .news .news-list .news-txt {
	color: #333;
	padding: 28px 2% 28px 2%;
	height: 130px;
	position: relative;
}
.shnnews .news .news-list .news-txt h3 {
	overflow: hidden;
	margin: 5px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 2rem;
	color: #000000
}
.shnnews .news .news-list .news-txt p {
	display: -webkit-box;
	font-size: 1.6rem;
	line-height: 1.8;
	height: 5.1rem;
	overflow: hidden;
	margin: 15px 0 0;
	color: #838383;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.shnnews .news .news-list:hover {
	background: #fff;
}
.shnnews .news .news-list:hover .news-txt h3 {
	color: #0086e4
}
.shnnews .news .news-list:hover .news-date p {
	color: #0086e4
}
.shnnews .news .news-list:hover .news-date span {
	color: #0086e4
}
.shnnews .news {
	max-width: 100%;
	margin: 0 auto;
}
.shnnews .news::after, .shnnews .news::before {
	content: '';
	display: block;
	clear: both;
}
/*.shnnews .news .news-list .news-txt::after {
    content: '→';
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #292929;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
}
.shnnews .news .news-list:hover .news-txt::after {
    background: #1765ce;
}*/
.shnnews .news .news-list:nth-child(2n) {
	margin-right: 0;
}
.menti {
	margin: 23px 6px;
}
.nmessage .feedback {
	margin-bottom: 50px;
}
.nmessage .feedback .myform {
	max-width: 750px;
	margin: 0 auto;
}
.nmessage .feedback .myform .error-message {
	display: none;
}
.nmessage .feedback .myform .error-message p {
	background: #e94b35;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: .25em;
	padding: 16px;
}
.nmessage .feedback .myform div {
	margin: 28px 0;
	position: relative;
}
.nmessage .feedback .myform div {
	margin-top: 16px;
}
.nmessage .feedback .myform .f-item .f-label {
	display: block;
	color: #94aab0;
	margin-bottom: 10px;
	-webkit-transition: top .2s, left .2s, font-size .2s;
	transition: top .2s, left .2s, font-size .2s;
	font-size: 16px;
	cursor: text;
	position: absolute;
	top: 16px;
	left: 20px;
	font-weight: normal;
}
.nmessage .feedback .myform .f-item .f-label.focus {
	font-size: 14px;
	top: -20px;
	left: 0 !important;
}
.nmessage .feedback .myform input[type=text], .nmessage .feedback .myform input[type=email], .nmessage .feedback .myform textarea, .nmessage .feedback .myform select {
	display: block;
	width: 100%;
	border: 1px solid #cfd9db;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-appearance: none;
	padding: 16px;
}
.nmessage .feedback .myform input[type=text]:focus, .nmessage .feedback .myform input[type=email]:focus, .nmessage .feedback .myform textarea:focus, .nmessage .feedback .myform select:focus {
	outline: none;
	border-color: #1757ab;
	-webkit-box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
	box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.nmessage .feedback .myform textarea {
	min-height: 200px;
}
.nmessage .feedback .myform .op-group {
	text-align: right;
}
.nmessage .feedback .myform .op-group input {
	font-size: 16px;
	border: none;
	background: #cd1119;
	border-radius: .25em;
	padding: 8px 30px;
	color: #fff;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ncontactdiv ul {
	padding: 8vh 0
}
.toptel {
	text-align: right
}
/* 网格布局 */
.ngslits-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 6vh
}
/* 卡片样式 */
.gslics {
	background-color: #2525250f;
	/*  border: 1px solid #333;*/
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gslics:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	border-color: #0086e4;
}
.gslics:hover .gslics-img {
	transform: scale(1.05);
}
.gslics:hover .gslics-title {
	color: #0086e4;
}
/* 图片区域 */
.gslics-image {
/*  height: 192px;
            overflow: hidden;*/
           /* border-bottom: 1px solid #333;*/
}
.gslics-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
/* 内容区域 */
.gslics-body {
	padding: 20px;
}
.gslics-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
	line-height: 1.4;
	transition: color 0.3s ease;
	/* 两行截断 */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gslics-desc {
	font-size: 14px;
	color: #a3a3a3;
	line-height: 1.6;
	margin-bottom: 16px;
	/*   height: 56px;*/
            
            /* 三行截断 */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 技术参数标签 */
.gslics-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
/*  .tag {
            font-size: 12px;
            color: #737373;
            background-color: rgba(0, 0, 0, 0.3);
            border: 1px solid #333;
            padding: 4px 8px;
            border-radius: 4px;
            font-family: monospace;
        }*/

        /* 底部区域 */
.gslics-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
	border-top: 1px solid #33333314;
}
.gslics-date {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #737373;
}
.icon-calendar {
	width: 16px !important;
	height: 16px !important;
	color: #0086e4;
	flex-shrink: 0;
}
.gslics-btn {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #0086e4;
	background: none;
	border: none;
	cursor: pointer;
	transition: gap 0.3s ease;
}
.gslics:hover .gslics-btn {
	gap: 8px;
}
.icon-arrow {
	width: 16px !important;
	height: 16px !important;
}
.icon-chevron {
	width: 16px;
	height: 16px;
}
 @media (max-width: 1660px) {
.topewm {
	display: none;
}
.nav-right {
	display: none;
}
}
 @media (max-width: 1600px) {
.ld-cons, .product-warp {
	width: 88%;
	margin: 0 auto
}
.ngs-prolitsc .product-warp {
	width: 88%;
}
.ldcat {
	width: 88%
}
.ngsbread {
	width: 88%
}
.ngs-nhonorsc .list_inner {
	width: 88%;
}
}
/* Responsive */
@media (min-width: 1500px) {
.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}
.ngsbread {
	max-width: 1600px;
}
}

/**/
@media (min-width: 1500px) and (max-width:1920px) {
.ngsbread .m-classify ul li a {
	font-size: 18px;
	padding: 0 3px !important
}
}
@media (min-width: 1470px) {
.yyly {
	float: left;
	width: 18.4%;
	margin: .8%;
}
.toptel {
	display: block
}
.ngsbread {
	width: 88%
}
}
 @media (max-width: 1440px) {
.m-classify ul li a {
	font-size: 14px;
}
.ngs-nhon .content-wrapper {
	width: 88%;
}
}
 @media (max-width: 1366px) {
.about-right .about-main .title {
	font-size: 1.6rem
}
.about-main .intro p {
	font-size: 1.6rem;
}
.ldcat {
	width: 95%
}
.ngs-nhonorsc .list_inner {
	width: 100%;
}
.nav .menu > li a {
	font-size: 14px;
}
/*.cont1, .cont {
	width: 88%;
}*/
}
@media (min-width: 1280px) and (max-width: 1469px) {
.yyly {
	float: left;
	width: 17%;
	margin: 1.5%;
}
.in_lingyu {
	padding: 2vh 2%
}
.toptel {
	display: none
}
}
@media (min-width: 993px) and (max-width: 1279px) {
.ngsbread .m-classify ul li a {
	font-size: 12px;
}
.ld-cons p {
	font-size: 14px !important;
}
.product-warp .product-info ul li .item-bor .item-text {
	font-size: 14px !important
}
.pro-info .sku-name {
	font-size: 20px !important
}
.m-classify ul li a {
	padding-bottom: 0 !important
}
.m-site {
	padding: 8px 0 8px 36px !important
}
.m-classify {
	margin-top: 0 !important
}
.ld-ncon p {
	font-size: 1.4rem !important;
}
.news-content .header-info h3 {
	font-size: 1.8rem !important;
}
.nav .menu > li .submenu li a {
	font-size: 12px !important
}
.in-gsjs p {
	font-size: 1.4rem;
}
.about-left h3 {
	font-size: 2.2rem;
}
.about-left h2 {
	font-size: 2rem;
}
.in-about {
	min-height: 500px;
}
.news-list li .date-info {
	padding: 6px 0 0 0
}
.yyly {
	float: left;
	width: 17.7%;
	margin: 1.15%;
}
.in_lingyu {
	padding: 2vh 2%
}
.toptel {
	display: block
}
.topewm {
	height: 100%;
	padding: 26px;/* border-left: solid 1px rgba(0,0,0,0.05); margin-left: 18px; */
	position: relative;
	display: none
}
.en {
	padding: 10px 25px 10px 0;
}
}
@media (max-width: 1024px) {
.ndzser-conli {
	grid-template-columns: repeat(3, 1fr);
}
.ndzseran-con {
	grid-template-columns: repeat(2, 1fr);
}
.dzser-adv-content h2 {
	font-size: 32px;
}
}
 @media(max-width:1200px) {
.mobile-header {
	display: block;
	background: #0086e4
}
.ngs-prolitsc .product-warp {
	width: 95%;
}
.ngs-prolitsc .product-warp {
	width: 95%;
}
.stats-container {
	gap: 25px;
}
.stat-card {
	min-width: 220px;
}
.progress-container {
	width: 180px;
	height: 180px;
}
.progress-svg {
	width: 180px;
	height: 180px;
}
.progress-content {
	width: 144px;
	height: 144px;
}
.nav .menu > li a {
	font-size: 14px;
}
.ngs-nhon .content-wrapper {
	width: 95%;
}
}
 @media (min-width: 1024px) {
.ngslits-grid {
	grid-template-columns: repeat(4, 1fr);
}
}
 @media (max-width:992px) {
.ngs-nhonorsc .nh-list .item {
	flex: 0 0 49%;
}
.logo-left h1 {
	font-size: 18px;
	color: #fff;
	margin-top: 0px;
	display: inline-block;
	line-height: 32px;
}
.s-honor .sh-honor .pro-item {
	width: 33.333%
}
.s-honor .sh-honor {
	padding: 0 10px;
}
.ncase-lis {
	grid-template-columns: repeat(2, 1fr);
}
.shnnews .news .news-list {
	width: 100%;
	padding: 7px 10px;
}
.box3009_-6066 {
	display: flex;
	justify-content: flex-start;
	flex-direction: column-reverse;
}
.box3009_-6066>div:nth-child(2), .box3009_-6066>div:nth-child(1) {
	width: 100%;
}
.box3009_-6066>div:nth-child(2) .m-classify {
	border-bottom: 1px solid #ddd;
}
.box3009_-6066>div:nth-child(2) {
	padding: 0 10px;
}
.box3009_-6066 .m-site .container {
	width: 100%;
	text-align: left;
	padding: 0 20px;
}
.box3009_-6066>div:nth-child(1) .row {
	margin: 0;
}
.npage-wrap .nnewslis {
	justify-content: space-between;
}
.npage-wrap li {
	padding: 15px;
	width: 100%;
	float: left;
	margin-right: 0;
}
.npage-wrap li:nth-child(3n) {
	margin-right: 0;
}
.npage-wrap li .news-con p {
	margin: 5px 0;
}
.npage-wrap li .news-more a {
	margin-top: 10px;
}
.npage-wrap li .news-con h3 a {
	display: block;
	padding: 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	padding: 0;
}
.ngspros-con .xypg-right-content {
	/*padding: 0 10px;*/
	margin: 15px auto;
}
.ngs-prolitsc .product-warp .product-info ul li {
	width: 33.333%;
}
.about-right .about-main {
	margin-bottom: 50px;
}
.about-right .about-main .title {
	text-align: center;
}
.about-right .about-main .m-more {
	text-align: center;
}
.gcontc {
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
.ngs-prolitsc .product-warp .product-info ul li {
	width: 33.333%;
}
.stats-container {
	gap: 20px;
}
.stat-card {
	min-width: calc(50% - 20px);
	max-width: calc(50% - 20px);
}
.section-title h1 {
	font-size: 2.2rem;
}
.section-title p {
	font-size: 1.1rem;
}
.custom-service {
	padding: 35px 25px;
}
.service-wrapper {
	flex-direction: column;
	gap: 35px;
}
.left-dzlc {
	width: 100%;
	flex-direction: row;
	align-items: center;
	padding-right: 0;
	padding-bottom: 25px;
	border-right: none;
	border-bottom: 1px solid #e8e8e8;
}
.gsdingz-dzlc {
	gap: 25px;
}
.process-icons {
	gap: 30px;
	justify-content: space-between;
}
.right-dzlc {
	width: 100%;
}
.image-box {
	height: 300px;
	min-height: auto;
}
}
@media (max-width: 900px) {
.nnews .fbnr img {
	max-width: 100%;
	height: auto;
}
}
 @media (min-width: 751px) and (max-width: 992px) {
.yyly {
	float: left;
	width: 31%;
	margin: 1.15%;
}
.in_lingyu {
	padding: 2vh 2%
}
.toptel {
	display: none
}
.topewm {
	height: 100%;
	padding: 26px;/* border-left: solid 1px rgba(0,0,0,0.05); margin-left: 18px; */
	position: relative;
	display: none
}
.en {
	display: block
}
.toptel {
	display: none
}
}
 @media (min-width: 768px) {

.container {
	width: 82%;
/*	width: 98%;*/
	margin: 0 auto;
}
.ngsbread .m-classify {
	margin-bottom: 0;
	margin-top: 12px;
}
.ngsbread .m-classify ul {
	text-align: left;
}
.ngsbread .m-classify ul li {
	display: inline-block;
	margin: 0;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	position: relative;
}
.ngsbread .m-classify ul li:first-of-type {
	padding-left: 0;
}
.ngsbread .m-classify ul li:last-of-type {
	padding-right: 0;
}
.ngsbread .m-classify ul li::after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #c9c9c9;
	position: absolute;
	right: 0;
	top: 5px;
}
.ngsbread .m-classify ul li:last-of-type::after {
	display: none;
}
.ngsbread .m-classify ul li a {
	display: block;
	color: #666;
	padding: 0;
	position: relative;
	padding-bottom: 13px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.ngsbread .m-classify ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	background: #0086e4;
	position: absolute;
	bottom: -8px;
	left: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.ngsbread .m-classify ul li a:hover {
	color: #0086e4;
	font-weight: bold;
}
.ngsbread .m-classify ul li.active a {
	color: #0086e4;
	font-weight: bold;
}
.ngsbread .m-classify ul li:hover a:after, .ngsbread .m-classify ul li.active a:after {
	width: 100%;
}
.kzjz-banner .ibanner .banner-loaded .bar-container:hover .btn-next, .ibanner .banner-loaded .bar-container:hover .btn-prev {
	opacity: 1;
	visibility: visible;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-prev:hover, .ibanner .banner-loaded .bar-container .btn-next:hover {
	background-color: #0086e4;
}
.kzjz-banner .ibanner .banner-loaded .bar-container:hover .btn-prev {
	left: 30px;
}
.kzjz-banner .ibanner .banner-loaded .bar-container:hover .btn-next {
	right: 30px;
}
.box3009_-6066 .m-classify ul {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.box3009_-6066 .m-classify ul li {
	display: inline-block;
}
.box3009_-6066 .m-classify ul li a {
	text-decoration: none;
	-webkit-transition: all ease .3s;
font-size: max(16px, .8vw);
	height: 80px;
	line-height: 80px;
	padding: 0px 15px;
	color: #222;
	display: block;
	transition: 0.3s ease 0s;
	position: relative;
}
.box3009_-6066 .m-classify ul li a:hover {
	color: #0364e2;
}
.box3009_-6066 .m-classify ul li.active a {
	color: #0364e2;
}
.box3009_-6066 .m-classify ul li.active a::after {
	width: 80%;
	left: 10%;
	background-color: #0364e2;
}
.ldcat .m-classify {
	margin-bottom: 0;
	margin-top: 12px;
}
.ldcat .m-classify ul {
	text-align: left;
}
.ldcat .m-classify ul li {
	display: inline-block;
	margin: 0;
	line-height: 30px;
	padding: 0 54px;
	text-align: center;
	position: relative;
}
.ldcat .m-classify ul li:first-of-type {
	padding-left: 0;
}
.ldcat .m-classify ul li:last-of-type {
	padding-right: 0;
}
.ldcat .m-classify ul li::after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #c9c9c9;
	position: absolute;
	right: 0;
	top: 5px;
}
.ldcat .m-classify ul li:last-of-type::after {
	display: none;
}
.ldcat .m-classify ul li a {
	display: block;
	color: #666;
	padding: 0;
	font-size: 16px;
	position: relative;
	padding-bottom: 13px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.ldcat .m-classify ul li a:after {
	content: "";
	width: 0;
	height: 1px;
	background: #cf121c;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.ldcat .m-classify ul li a:hover {
	color: #cf121c;
	font-weight: bold;
}
.ldcat .m-classify ul li.active a {
	color: #cf121c;
	font-weight: bold;
}
.ldcat .m-classify ul li:hover a:after, .ldcat .m-classify ul li.active a:after {
	width: 100%;
}
}
@media (max-width: 768px) {
	.iabout span{ display:none}
	.ngslits-grid {
	grid-template-columns: repeat(1, 1fr);
}
.ngslits-grid {
	margin-top: 0
}
.grid {
	padding-top: 0
}
.left-content {
	padding: 0;
}
.right-content {
	display: none
}
.conta {
	display: block
}
.ndzser-con {
	padding: 0 0 50px 0;
}
.ngsbread {
	width: 100%
}
.ngs-nhonorsc {
	padding: 0
}
.alis .boxs .box .icon img {
	width: 40px;
	margin-top: 30px;
}
.alis .boxs .box .h2 {
	font-size: 18px;
}
.alis .boxs .box .en {
	display: none
}
.lden-indubg {
	font-size: 30px;
	padding-left: 0
}
.lden-indubg:before {
	display: none
}
.section-title::after {
	width: 80px;
	height: 3px;
	margin: 12px auto 0;
}
.section-title h2 {
	margin-bottom: 12px;
	font-size: 30px;
}
.footer .f-footer {
	padding-top: 0
}
.footer-slo {
	display: none
}
.in-probtn {
	font-size: 12px;
}
.in-prod-list h3 {
	font-size: 14px;
}
.ngsbread .m-site {
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}
.ld-cons{ padding-top:0}
.ngsbread .m-site .pos {
	float: left;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.ngsbread .m-site .more {
	float: right;
	color: #666;
}
.ngsbread {
	position: relative;
	left: 0;
	bottom: 0;
	transform: none;
	padding: 0 10px;
	border-radius: 0;
	z-index: inherit;
}
.ngsbread .m-classify .mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 95;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.ngsbread .m-classify ul {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	background-color: #fff;
	z-index: 1002;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ngsbread .m-classify ul h3 {
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ngsbread .m-classify ul li a {
	display: block;
	color: #666;
	line-height: 40px;
	padding: 0 15px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ngsbread .m-classify ul li a:hover {
	background-color: #0086e4;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ngsbread .m-classify ul li.active a {
	background-color: #0086e4;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ngsbread .m-classify.show .mask {
	opacity: 1;
	visibility: visible;
}
.ngsbread .m-classify.show ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.ngs-nhonorsc .nh-list .item {
	flex: 0 0 49%;
}
.cont-item h2 {
	font-size: 20px;
}
.cont-map {
	padding: 15px 0 0;
}
.cont-item {
	width: 100%;
}
.ngs-nhon img {
	max-width: 100%;
}
.ngs-nhon .content-wrapper .news-content .header-info h3 {
	font-size: 16px;
}
.left-content, .right-content {
	flex: 1 1 100%;
}
.news-title {
	font-size: 24px;
}
.news-navigation {
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
}
.nav-btn {
	text-align: center;
	width: 100%;
}
.mess-con {
	flex-direction: column;
}
.messcon-info, .contact-form {
	min-width: 100%;
}
.form-row {
	flex-direction: column;
	gap: 0;
}
.box3009_-6066 .m-site {
	padding: 15px 0; /*margin-bottom: 30px;*/
	border-bottom: 1px solid #efefef;
}
.box3009_-6066 .m-site .pos {
	float: left;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.box3009_-6066 .m-site .more {
	float: right;
	color: #666;
}
.box3009_-6066 .m-classify .mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.box3009_-6066 .m-classify ul {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	background-color: #fff;
	z-index: 1002;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.box3009_-6066 .m-classify ul h3 {
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box3009_-6066 .m-classify ul li a {
	position: relative;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box3009_-6066 .m-classify ul li a:hover {
	background-color: #1279e7;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.box3009_-6066 .m-classify ul li.active a {
	background-color: #1279e7;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.box3009_-6066 .m-classify.show .mask {
	opacity: 1;
	visibility: visible;
}
.box3009_-6066 .m-classify.show ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.shnnews .news .news-list {
	padding: 7px 10px;
	margin: 0;
}
.shnnews .news .news-list .news-txt {
	padding: 28px 9px 28px 2%
}
.shnnews .news .news-list .news-txt::after {
	display: none;
}
.ld-ewm {
	margin-top: 2vh;
}
.footer .container-fluid {
	padding-right: 0;
	padding-left: 0
}
.in_news {
	background: none;
	min-height: auto
}
.yyly h3 {
	padding-top: 1.5vh
}
.hyxt {
	width: 50px
}
.yyly {
	padding-top: 30px;
}
.inprojt span {
	margin-top: 0
}
.iabout {
	font-size: 2.5rem;
	height: 40px;
    line-height: 40px;text-indent: 39px;
   
    background-size: 26px
}
.about-txt .about-left{ display:none}
.in-gsjs{ margin-top:1vh}
.in_video{ display:none}
.news-wrap .container {
	margin: 0 auto !important;
}
.inmore {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
	margin-top: 8px;
}
.in-service {
	background: none;
	min-height: auto
}
.in-about {
	background: none;
	min-height: auto
}
.in_lingyu {
	background: none;
	min-height: auto
}
.yyly {
	float: left;
	width: 48%;
	margin: 1%;
}
.in_lingyu {
	padding: 2vh 2%
}
.in-about {
	padding-bottom: 0rem;
	padding: 2vh 0 2vh 0;
}
.in_news {
	margin-bottom: 0
}
.in-service {
	padding: 2rem 0 1rem 0;
}
.toptel {
	display: none
}
.footer .f-footer {
	text-align: center
}
.banner-con {
	height: 160px;
}
.pagecon p img {
	max-width: 100%;
	display: block
}
.pagecon p {
	font-size: 1.4rem;
}
.f-footer .col-xs-12 .imgw {
	width: 100px;
}
.lxfs-ywzx h4 {
	font-size: 2.5rem;
}
.lxfs-ywzx {
	padding-left: 0
}
.ntnews {
	display: none
}
.box3017_-4018 .in-recurit {
	padding: 0 !important
}
.nnews h1 {
	font-size: 1.8rem;
}
.shnnews .news .news-list {
	padding: 7px 10px;
	margin: 0;
}
.shnnews .news .news-list .news-date {
	width: 73px;
	height: 80px;
	padding: 0% 2% 0% 0;
}
.shnnews .news .news-list .news-date p {
	padding: 7px 0;
}
.shnnews .news .news-list .news-date p {
	font-size: 3.8rem;
	line-height: 1;
}
.shnnews .news .news-list .news-date span {
	font-size: 1.6rem;
	margin-top: 0;
	line-height: 1;
}
.shnnews .news .news-list .news-txt {
	height: 80px;
	padding: 0px 9px 0px 2%;
}
.shnnews .news .news-list .news-txt h3 {
	font-size: 1.6rem;
	line-height: 1;
}
.shnnews .news .news-list .news-txt p {
	font-size: 1.4rem;
	line-height: 1.5;
	height: auto;
	margin: 8px 0 0;
}
.pagecon img {
	max-width: 100%;
	display: inline-block
}
.alis .boxs .box .p {
	opacity: 1;
}
.alis .boxs .box {
	padding: 20px 20px 20px;
}
.product-title {
	margin-top: 30px;
}
.imgw{ max-width:70%; display:block; margin:0 auto}
.f_bo p{ padding:10px 0; line-height:1.2; font-size:12px;}
.in_news_l p{ font-size:1.2rem; line-height:1.6} 
.in_news .in_news_l{ height:auto; margin-bottom:20px;}
.in-pro {
	flex-direction: column;
	padding:0; padding-top:30px;
}
.in-prolpanel {
	flex: 0 0 auto;
	width: 100%;
}
.in-pror-panel {
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}
.in-prolinfo-container {
	grid-template-columns: 1fr;
}
.in-prolbottom-left {
	align-items: center;
}
.stat-card {
	min-width: 100%;
	max-width: 400px;
}
.progress-container {
	width: 200px;
	height: 200px;
}
.progress-svg {
	width: 200px;
	height: 200px;
}
.progress-content {
	width: 160px;
	height: 160px;
}
.section-title h1 {
	font-size: 2rem;
}
.m-page {
	margin: 10px 0;
}
.ngspros-con .page-product-detail-effect {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.ngspros-con .page-product-detail-right {
	width: 100%;
	float: none;
}
.ngspros-con .product-detail-tab .product-detail-tabli {
	height: 30px;
}
.ngspros-con .product-detail-tab .product-detail-tabli li {
	font-size: 12px;
	line-height: 28px;
}
.ngspros-con .page-product-inquiry {
	display: flex;
	justify-content: space-between;
	display:none
}
.ngspros-con .page-product-inquiry a.tel {
	display: inline-block;
}
.ngspros-con .product-detail-item li {
	line-height: 30px;
	font-size: 14px;
}
.ngspros-con .page-product-detail-right > h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.ngspros-con .pager {
	font-size: 14px;
}
.ngs-prolitsc .product-warp .product-info ul {
	margin: 0;
}
.ngs-prolitsc .product-warp .product-info ul li {
	width: 49%;
	margin-right: 2%;
	padding: 0;
}
.ngs-prolitsc .product-warp .product-info ul li:nth-of-type(2n) {
	margin-right: 0;
}
.ngs-prolitsc .product-warp {
	margin-top: 0;/*padding-top: 25px;*/
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .item-text {
	font-size: 15px;
	padding: 10px 0;
	margin-top: 0;
}
.ldcat .m-site {
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.ldcat .m-site .pos {
	float: left;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.ldcat .m-site .more {
	float: right;
	color: #666;
}
.advan-list .advan-item .advan-img {
	overflow: hidden
}
.advan-list .advan-item .advan-txt h2 {
	line-height: 70px;
}/*.mobile-header .logo img { margin: 7px 5px 0 5px; height: 50px }*/
.mobile-header .logo {
	float: left;
	width: 66%
}
.gcontc {
	grid-template-columns: 1fr;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.ngs-prolitsc .product-warp .product-info ul {
	margin: 0;
}
.ngs-prolitsc .product-warp .product-info ul li {
	width: 49%;
	margin-right: 2%;
	padding: 0;
}
.ngs-prolitsc .product-warp .product-info ul li:nth-of-type(2n) {
	margin-right: 0;
}
.ngs-prolitsc .product-warp {
	margin-top: 0;
	padding-top: 0px;
}
.ngs-prolitsc .product-warp .product-info ul li .item-bor .item-text {
	font-size: 15px;
	padding: 10px 0;
	margin-top: 0;
}
.ldcat {
	position: relative;
	left: 0;
	bottom: 0;
	transform: none;
	padding: 0 10px;
	border-radius: 0;
	z-index: inherit;
}
.ldcat .m-classify .mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 95;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.ldcat .m-classify ul {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	background-color: #fff;
	z-index: 1002;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ldcat .m-classify ul h3 {
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ldcat .m-classify ul li a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ldcat .m-classify ul li a:hover {
	background-color: #cf121c;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ldcat .m-classify ul li.active a {
	background-color: #cf121c;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ldcat .m-classify.show .mask {
	opacity: 1;
	visibility: visible;
}
.ldcat .m-classify.show ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.npage-wrap .nnewslis {
	margin: 0;
}
.npage-wrap {
	padding: 0;
}
.npage-wrap li:nth-child(2n) {
	margin-right: 0;
}
.npage-wrap li .news-con h3 a {
	font-size: 15px;
	margin-top: 10px;
}
.npage-wrap li .news-img {
	width: 100%;
	text-align: center;
}
.npage-wrap li .news-con {
	width: 100%;
	padding: 0;
}
}
 @media (max-width: 640px) {
.ndzser-conli {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.ndzseran-con {
	grid-template-columns: 1fr;
}
.ndzser-tit h2 {
	font-size: 26px;
}
.dzser-adv-content h2 {
	font-size: 28px;
}
.dzser-adv-content p {
	font-size: 16px;
}
.ndzser-img {
	width: 70px;
	height: 70px;
}
.ndzser-img svg {
	width: 28px;
	height: 28px;
}
}
 @media (max-width: 600px) {
.box5050_-5099 .news-more {
	position: relative;
}
} /* 手机端 */
 @media (max-width: 576px) {
.ncase-lis {
	grid-template-columns: 1fr;
	gap: 15px;
}
.custom-service {
	padding: 25px 20px;
}
.left-dzlc {
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 20px;
}
.left-top .main-title {
	font-size: 24px;
}
.gsdingz-header {
	margin-bottom: 5px;
}
.process-icons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 20px;
}
.process-item {
	gap: 8px;
}
.icon-box {
	width: 60px;
	height: 60px;
	margin-bottom: 0;
}
.icon-box svg {
	width: 30px;
	height: 30px;
}
.process-label {
	font-size: 13px;
}
.gsdingz-footer {
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
}
.image-box {
	height: 200px;
}
.image-tag {
	font-size: 12px;
	padding: 5px 10px;
	bottom: 12px;
	right: 12px;
}
}
 @media (max-width:440px) {
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn span {
	display: none;
}
.tab-btn {
	padding: 16px 12px;
	font-size: 13px;
}
.tab-panel {
/* font-size: 80px;
                min-height: 200px;*/
}
.ngs-prolitsc .product-warp .product-info ul li .inquire .inquire-btn span {
	display: none;
}
.stat-card {
	padding: 30px 20px;
}
.progress-container {
	width: 180px;
	height: 180px;
}
.progress-svg {
	width: 180px;
	height: 180px;
}
.progress-content {
	width: 144px;
	height: 144px;
}
.stat-value {
	font-size: 2.2rem;
}
.stat-label {
	font-size: 1rem;
}
.stat-sublabel {
	font-size: 0.85rem;
}
.npage-wrap li {
	width: 100%;
	margin-right: 0;
}
.npage-wrap li:nth-child(2n) {
	margin-right: 0;
}
.about-txt .inmore{ margin:0 auto}
.ld-cons p{ font-size:1.4rem; color:#666} 
.news-content img{ margin:0}
.news-content p{ margin:0 0 0; margin-top:6px; color:#666}
.messcon-info{ display:none}
.mess-con{ box-shadow:none; padding-top:0}
.contact-form .btn-submit{ font-size:14px;}
.ngsbread{ padding:0 15px !important}
.ncase-lis{ margin:1vh 0 8vh 0}
.ncshu{ margin:0px auto 20px}
.tab-container{ border-radius:0}.stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 0;
	padding:30px 0
}

.stat-card {
   
    padding: 0px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stat-card::before{ display:none}
.progress-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 0;
}

.progress-svg {
    width: 140px;
    height: 140px;
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 6;
}

.circle-progress {
    fill: none;
    stroke: white;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    transition: stroke-dashoffset 1.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.progress-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-unit {
    font-size: 16px;
    font-weight: normal;
    margin-left: 2px;
}

.stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 8px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 5px;
}

.stat-sublabel {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 3px;
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 15px 15px;
    opacity: 0.3;
}

.card-footer {
    display: none;
}
}
