@charset "UTF-8";

/* CSS Document */
@font-face {
	font-family: 'iconfont';
	/* Project id 2376408 */
	src: url('//at.alicdn.com/t/c/font_2376408_k132t4sxax.woff2?t=1750645277758') format('woff2'),
		url('//at.alicdn.com/t/c/font_2376408_k132t4sxax.woff?t=1750645277758') format('woff'),
		url('//at.alicdn.com/t/c/font_2376408_k132t4sxax.ttf?t=1750645277758') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: dinpro;
	src: url('../font/dinpro.ttf');
}

@font-face {
	font-family: dinprob;
	src: url('../font/dinprob.ttf');
}

@font-face {
	font-family: 'Montserrat-B';
	src: url('../font/Montserrat-Bold.otf');
}

@font-face {
	font-family: 'Montserrat-H';
	src: url('../font/Montserrat-Hairline.otf');
}

@font-face {
	font-family: 'Montserrat-L';
	src: url('../font/Montserrat-Light.woff 2.ttf');
}

@font-face {
	font-family: 'Montserrat-R';
	src: url('../font/Montserrat-Regular 2.otf');
}

@font-face {
	font-family: 'Montserrat-Thin';
	src: url('../font/Montserrat-Thin.woff.ttf');
}
@font-face {
	font-family: 'HS-B';
	src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');
  }
  @font-face {
	font-family: 'HS-L';
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf');
  }
  @font-face {
	font-family: 'HS-M';
	src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');
  }
  @font-face {
	font-family: 'HS-R';
	src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
  }
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--fff-color: #fff;
	--blacktm-color: rgba(0, 0, 0, 0.5);
	--a999-color: #777777;
	--bbb-color: #bbb;
	--black-color: #000;
	--red-color: #e50012;
	--f0f0f0-color: #f0f0f0;

	--font-14size: 14px;
	--font-16size: 16px;
	--font-20size: 20px;
	--font-30size: 30px;
	--font-50size: 50px;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	background-color: var(--fff-color);
	color: var(--a999-color);
	margin: 0;
	padding: 0;
	font-family: "Montserrat-L",'HS-R';
	font-size: var(--font-14size);
	line-height: 1.7;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	touch-action: manipulation;
}

img {
	display: block;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

::placeholder {
	color: var(--bbb-color);
	font-family: 'Montserrat-L';
}

a {
	text-decoration: none;
}

/*头部*/
.head {
	width: 100%;
	min-width: 1400px;
	height: 80px;
	padding: 0 8vw;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--fff-color);
	/* backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px); */
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
}

.head .logo img {
	width: 200px;
}

.head .menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head .menu ul {
	height: 80px;
	line-height: 78px;
	margin-left: 40px;
	color: var(--black-color);
	position: relative;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}

.head .menu ul:last-child {
	font-family: 'dinpro';
	/* color: var(--bbb-color); */
}

.head .menu ul:hover {
	cursor: pointer;
	/* border-bottom: 5px solid var(--red-color); */
	color: var(--red-color);
	box-sizing: border-box;
}


/*banner*/
.banner {
	width: 100%;
	height: 85vh;
	margin-top: 80px;
	/* background: var(--black-color); */
}

.banner ul,
.banner ul li {
	width: 100%;
	height: 100%;
}

.banner ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner ul li .content {
	width: 100%;
	min-width: 1400px;
	padding: 0 8vw;
	box-sizing: border-box;
}

/* .banner ul li .content .title p:nth-child(1) {
	font-size: var(--font-30size);
	line-height: var(--font-30size);
	color: var(--fff-color);
} */

.banner ul li .content .title p{
	font-size: var(--font-50size);
	line-height: var(--font-50size);
	color: var(--fff-color);
	margin-top: 20px;
}

.banner ul li .content .title a {
	background: var(--red-color);
	color: var(--fff-color);
	display: inline-block;
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 25px;
}


/*首页数据*/
.index_num {
	width: 100%;
	min-width: 1400px;
	padding: 0 8vw;
	margin-top: 80px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--a999-color);
	font-family: 'dinpro';
}

.rolling-number {
	display: flex;
	font-size: var(--font-30size);
	line-height: var(--font-30size);
	font-weight: bold;
	overflow: hidden;
	height: var(--font-30size);
	gap: 0;
	margin-bottom: 10px;
	color: var(--red-color);
}

.rolling-number::after {
	content: '+';
	font-size: var(--font-20size);
	/* vertical-align: super; */
	margin-left: 10px;
	font-family: 'dinpro';
}

.digit-column {
	display: flex;
	flex-direction: column;
	transition: transform 1.5s ease-out;
}

.digit-column span {
	height: var(--font-30size);
	line-height: var(--font-30size);
	text-align: center;
	/*width: 20px;*/
	display: inline-block;
	color: var(--red-color);
	font-family: 'dinpro';
}

.comma {
	width: 8px;
	color: var(--red-color);
	display: inline-block;
}

/*首页介绍*/
.index_about {
	width: 100%;
	min-width: 1400px;
	padding: 80px 8vw 0 8vw;
	margin-top: 80px;
	box-sizing: border-box;
	display: flex;
	align-items: top;
	justify-content: space-between;
	position: relative;
	/* 必须加 */
}

.index_about::before {
	content: "";
	position: absolute;
	left: 80px;
	/* 与 padding-left 对齐 */
	right: 80px;
	/* 与 padding-right 对齐 */
	top: 0;
	height: 1px;
	background-color: var(--f0f0f0-color);
	/* 你想要的线条颜色 */
}

.index_about .pic {
	width: calc(50% - 40px);
	height: 350px;
	overflow: hidden;
	position: relative;
}

.index_about .pic ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.index_about .pic .video {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
	/* 动画时长和缓动效果 */
}
.index_about .pic .picimg {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
	/* 动画时长和缓动效果 */
}

.index_about .pic .picimg:hover {
	transform: scale(1.1);
	/* 鼠标悬停时放大 1.1 倍 */
}

.index_about .text {
	width: calc(50% - 40px);
	height: 350px;
	position: relative;
}

.index_about .text .title {
	color: var(--black-color);
	font-size: var(--font-30size);
}

.index_about .text .f_title {
	color: var(--bbb-color);
	display: block;
	margin-bottom: 20px;
}

.index_about .text ul {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
}

.index_about .text ul li {
	display: inline-block;
	margin-right: 4px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.index_about .text ul li a {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: var(--font-14size);
	background: var(--f0f0f0-color);
	padding: 0 20px;
}

.index_about .text ul li a:hover {
	background: var(--red-color);
	border: none;
	color: var(--fff-color);
}


/*首页一体化*/
.index_yth {
	/* 背景视差效果 */
	background-image: url('../images/index_bg.jpg');
	background-attachment: fixed;
	/* 视差核心属性 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 8vw 100px;
	box-sizing: border-box;
	margin-top: 100px;
	position: relative;
}

/* 添加遮罩层 */
.index_yth::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--blacktm-color);
	/* 黑色透明遮罩，透明度可调 */
	z-index: 0;
}

/* 保证内容显示在遮罩之上 */
.index_yth .content-inner {
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_yth .content-inner .title {
	font-size: var(--font-30size);
	color: var(--fff-color);
}

.index_yth .content-inner .f_title {
	color: var(--bbb-color);
}

.index_yth .content-inner .button {
	background: var(--red-color);
	color: var(--fff-color);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 25px;
	/* clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%); */
}

.index_yth .content {
	color: var(--fff-color);
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 40px auto 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
}

.index_yth .content li {
	width: 100%;
	background-color: var(--blacktm-color);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 40px 30px 45px 30px;
	box-sizing: border-box;
	border-radius: 25px 0 25px 0;
}

.index_yth .content li:hover {
	background-color: #333;
}

.index_yth .content li:hover p {
	color: #fff;
}

.index_yth .content li:nth-child(2n+2) {
	border-radius: 0 25px 0 25px;
}

.index_yth .content span {
	font-size: var(--font-20size);
	line-height: var(--font-20size);
	color: var(--f0f0f0-color);
	display: block;
	margin-bottom: 15px;
	font-family: 'dinpro';
}

.index_yth .content li img {
	width: 60px;
	margin-bottom: 15px;
}

.index_yth .content li p {
	color: var(--a999-color);
	font-size: 20px;
}

.index_yth .menu {
	color: var(--fff-color);
	position: relative;
	z-index: 1;
	min-width: 1400px;
	margin: 40px auto 0 auto;
	font-size: 0;
	text-align: left;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}

.index_yth .menu li {
	display: inline;
	font-size: var(--font-14size);
	margin-right: 20px;
	transition: color 0.3s ease;
}

.index_yth .menu li a {
	color: #fff;
	transition: color 0.3s ease;
}

.index_yth .menu li a:hover {
	color: var(--red-color);
	cursor: pointer;
}

.index_yth .menu li span {
	color: var(--bbb-color);
	transition: color 0.3s ease;
}

.index_yth .menu li:hover span {
	color: var(--red-color);
}


/*首页案例*/
.index_case {
	width: 100%;
	min-width: 1400px;
	padding: 0 8vw;
	margin-top: 80px;
	box-sizing: border-box;
}

.index_case .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_case .title li:nth-child(2) {
	text-align: right;
}

.index_case .title p:nth-child(1) {
	color: var(--black-color);
	font-size: var(--font-30size);
}

.index_case .title p:nth-child(2) {
	color: var(--bbb-color);
}


.arrow {
	background-color: var(--red-color);
	color: var(--fff-color);
	width: 50px;
	height: 40px;
	border: none;
	cursor: pointer;
	margin-left: 1px;
	transition: background-color 0.3s ease;
	display: inline-block;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.arrow img {
	width: 35%;
	display: block;
	margin: 0 auto;
}

.arrow:disabled {
	background-color: var(--f0f0f0-color);
	cursor: not-allowed;
	color: var(--a999-color);
}

.product-carousel {
	/* overflow: hidden; */
	margin-top: 40px;
}

.product-track {
	display: flex;
	gap: 50px;
	/* 卡片之间的间距 */
	transition: transform 0.4s ease;
}

.product-card {
	flex: 0 0 calc((100% - 150px) / 4);
	box-sizing: border-box;
	position: relative;
	box-shadow: 2px 2px 8px #dedede;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}

.product-card .img {
	width: 100%;
	aspect-ratio: 4 / 3;
	/* 宽高比 1:1，即正方形 */
	overflow: hidden;
}

.product-card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
	/* 动画时长和缓动效果 */
}

.product-card .img img:hover {
	transform: scale(1.1);
	/* 鼠标悬停时放大 1.1 倍 */
}

.product-card .text {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: calc(100% - 16px);
	/* background: var(--fff-color); */
	background:rgba(255,255,255,0.8);
	/* border: 1px solid var(--f0f0f0-color); */
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
	pointer-events: none;
	/* clip-path: polygon(0 0, 90% 0, 100% 100%, 100% 100%, 0 100%); */
}

.product-card .text p:nth-child(1) {
	color: var(--black-color);
	font-size: var(--font-16size);
	text-align: center;
}

.product-card .text p:nth-child(2) {
	color: var(--bbb-color);
}

.promore {
	margin-top: 60px;
	text-align: left;
}

.promore .button {
	background: var(--red-color);
	color: var(--fff-color);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 25px;
	/* clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%); */
}


/*index_cus*/
.index_cus {
	width: 100%;
	min-width: 1400px;
	padding: 80px 8vw 100px 8vw;
	margin-top: 100px;
	box-sizing: border-box;
	background-color: var(--f0f0f0-color);
	background-image: url('../images/map.svg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center right 80px;
	background-size: 55%;
}

.index_cus .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_cus .title p:nth-child(1) {
	color: var(--black-color);
	font-size: var(--font-30size);
}

.index_cus .title p:nth-child(2) {
	color: var(--bbb-color);
}

.index_cus .button {
	background: var(--red-color);
	color: var(--fff-color);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 25px;
	/* clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%); */
}

.index_cus .content {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
	margin-top: 40px;
}

.index_cus .content li {
	background: var(--fff-color);
	padding: 35px 0;
	height: 8vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_cus .content li img {
	max-width: 100%;
	max-height: 90%;
	display: block;
	margin: 0 auto;
	filter: grayscale(100%);
	opacity: 0.4;
	transition: filter 0.5s ease, opacity 0.5s ease;
}

/* 关键点：鼠标悬停在 li 时，控制 img 的样式 */
.index_cus .content li:hover img {
	filter: grayscale(0%);
	opacity: 1;
}




/*首页新闻*/
.index_news {
	width: 100%;
	min-width: 1400px;
	padding: 0 8vw;
	margin-top: 80px;
	box-sizing: border-box;
}

.index_news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_news .title p:nth-child(1) {
	color: var(--black-color);
	font-size: var(--font-30size);
}

.index_news .title p:nth-child(2) {
	color: var(--bbb-color);
}

.index_news .button {
	background: var(--red-color);
	color: var(--fff-color);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 25px;
	/* clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%); */
}

.index_news .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 80px;
	margin-top: 40px;
}

.index_news .content li {
	border-bottom: 1px solid var(--f0f0f0-color);
	padding-bottom: 40px;
	transition: all 0.3s;
}

.index_news .content li:hover {
	margin-top: -6px;
}

.index_news .content li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_news .content .new_pic {
	width: 160px;
	height: 110px;
	overflow: hidden;
}

.index_news .content .new_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
	/* 动画时长和缓动效果 */
}

.index_news .content .new_pic img:hover {
	transform: scale(1.1);
	/* 鼠标悬停时放大 1.1 倍 */
}

.index_news .content .new_content {
	width: calc(100% - 190px);
}

.index_news .content .new_content p:nth-child(1) {
	color: var(--bbb-color);
	font-family: 'dinpro';
}

.index_news .content .new_content p:nth-child(2) {
	color: var(--black-color);
	font-size: var(--font-16size);
	display: block;
	margin-bottom: 10px;
}

.index_news .content .new_content p:nth-child(2) span {
	color: var(--red-color);
	margin-right: 5px;
}

.index_news .content .new_content p:nth-child(3) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 50px;
	color: var(--a999-color);
}

/*首页留言*/
.index_message {
	/* 背景视差效果 */
	background-image: url('../images/index_bg.jpg');
	background-attachment: fixed;
	/* 视差核心属性 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 80px 60px 80px;
	box-sizing: border-box;
	margin-top: 100px;
	position: relative;
}

/* 添加遮罩层 */
.index_message::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--blacktm-color);
	/* 黑色透明遮罩，透明度可调 */
	z-index: 0;
}

/* 保证内容显示在遮罩之上 */
.index_message .content-inner {
	min-width: 1400px;
	position: relative;
	z-index: 1;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.index_message .content-inner .left .button {
	background: var(--red-color);
	color: var(--fff-color);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 60px;
	border-radius: 25px;
	/* clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%); */
}

.index_message .content-inner .right {
	text-align: left;
}

.index_message .content-inner .right p:nth-child(1) {
	font-size: var(--font-16size);
	color: var(--bbb-color);
}

.index_message .content-inner .right p:nth-child(2) {
	font-size: var(--font-30size);
	color: var(--fff-color);
}

/*脚部*/
.footer {
	width: 100%;
	min-width: 1400px;
	padding: 80px 8vw;
	box-sizing: border-box;
	background-color: var(--f0f0f0-color);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	line-height: 2;
}

.footer .logo {
	width: 200px;
	padding-top: 5px;
}

.footer .logo img {
	width: 100%;
}

.footer .address {
	width: 300px;
}

.footer .address .name {
	font-size: var(--font-16size);
	color: var(--black-color);
}

.footer .address span {
	margin-right: 5px;
}

.footer .menu {
	width: calc(100% - 660px);
	text-align: right;
}

.footer .menu li {
	display: inline-block;
	vertical-align: top;
	margin-left: 4vw;
	text-align: left;
}

.footer .menu li:nth-child(1) {
	margin-left: 0;
}

.footer .menu li .title {
	font-size: var(--font-16size);
	color: var(--black-color);
}

.footer .menu li a {
	color: var(--a999-color);
}


.footer-bottom {
	width: 100%;
	min-width: 1400px;
	padding: 15px 8vw;
	box-sizing: border-box;
	background-color: var(--red-color);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: var(--fff-color);
}

.footer-bottom .copyright {
	font-family: 'dinpro';
}

.footer-bottom .menu p {
	display: inline-block;
	margin-left: 10px;
}


/* 返回顶部按钮样式 */
#backToTop {
	position: fixed;
	bottom: 80px;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: var(--red-color);
	color: #fff;
	font-size: 20px;
	border: none;
	cursor: pointer;
	opacity: 0;
	transform: scale(0.5);
	pointer-events: none;
	transition: opacity 0.5s ease, transform 0.5s ease;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

#backToTop img {
	width: 35%;
}

/* 显示时：放大 + 淡入 */
#backToTop.visible {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

/* 消失时不要立即隐藏 pointer-events */
#backToTop.hiding {
	opacity: 0;
	transform: scale(0.5);
	pointer-events: none;
}



.n_banner {
	width: 100%;
	min-width: 1400px;
	padding: 0 8vw;
	height: 45vh;
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	background-size: cover;
	background-position: center;
}

.n_banner ul {
	width: 100%;
	/* min-width: 1200px; */
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 52px;
	font-family: 'Montserrat-R';
	color: #333;
	line-height: 1.2;
	text-transform: uppercase;
}

.allMid {
	width: 100%;
	min-width: 1400px;
	padding: 0 8vw;
	margin: 0 auto;
	position: relative;
}

/* contact */
.contact_a {
	padding: 100px 8vw;
}

.contact_a .title {
	width: 100%;
	text-align: left;
	font-size: 36px;
	font-family: 'Montserrat-R';
	color: #333;
}

.contact_aMid {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 80px 0;
}

.contact_aMid ul {
	width: calc(100% - 150px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
}

.contact_aMid ul li {
	width: 33.33%;
	border-right: 1px dashed #c1c1c1;
	padding: 0 30px 0 0;
	margin-right: 30px;
}

.contact_aMid ul li:last-child {
	border-right: none;
	margin-right: 0;
}

.contact_aMid ul li .p1 {
	font-family: 'Montserrat-B';
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}

.contact_aMid ul li .p1 i {
	margin-right: 12px;
}

.contact_aMid ul li .btm {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 16px;
}

.contact_aMid ul li .btm div {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.contact_a_logo {
	width: 140px;
}

.contact_a_email {
	width: 100%;
	line-height: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #ddd;
}

.contact_a_email a {
	text-decoration: none;
}

.contact_a_email i {
	font-size: 32px;
	margin-right: 20px;
	font-weight: bold;
	color: #333;
	transition: all 0.3s;
}

.contact_a_email i:hover {
	color: var(--red-color);
}

.contact_a_email span {
	font-family: 'Montserrat-R';
	font-size: 16px;
}

.contact_a #container {
	width: 100%;
	height: 50vh;
	margin-top: 25px;
}

.contact_bBox {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	background: #EBEBEB;
}

.contact_bBox .title {
	font-size: 36px;
	font-family: 'Montserrat-R';
	line-height: 1.5;
	color: #333;
}

.contact_bBox .p1 {
	font-size: 16px;
	margin: 30px 0;
	font-family: 'Montserrat-R';
}

.contact_bBox .p2 a {
	font-size: 12px;
	color: #7A828F;
	border-bottom: 1px solid #7A828F;
	font-family: 'Montserrat-R';
	text-transform: uppercase;
}

.contact_bBox .message {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.contact_bBox .message ul {
	width: 100%;
	overflow: hidden;
}

.contact_bBox .message ul li {
	width: 50%;
	padding: 0 30px 0 0;
	margin-bottom: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	float: left;
}

.contact_bBox .message ul li p {
	font-family: 'Montserrat-R';
	margin-bottom: 12px;
	color: #333;
}

.contact_bBox .message ul li input {
	width: 100%;
	border: none;
	border-radius: 50px;
	height: 40px;
	background-color: #fff;
	padding: 0 25px;
}

.contact_btn {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_btn button {
	padding: 12px 40px;
	border: 1px solid var(--red-color);
	border-radius: 50px;
	background-color: var(--red-color);
	color: #fff;
	margin-right: 12px;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Montserrat-R';
}

.contact_btn button:hover {
	margin-top: -5px;
}


/* job */
.z_zp_warp {
	padding: 6vw 8.2vw;
	box-sizing: border-box;
	display: flex;
	background: #f7f7f7;
	justify-content: space-between;
}

.z_zp_warp .fl_warp,
.z_contact_warp .fl_warp {
	width: 300px;
	flex-shrink: 0;
}

.z_zp_warp .fr_warp {
	width: calc(100% - 400px);
	border-top: 8px solid var(--red-color);
}

.sideMenu {
	line-height: 66px;
}

.sideMenu {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* { display: block; width: 25%; font-size: 18px; font-weight: bold; margin-bottom: 30px; float: left;} */
.rc_box .tit {
	color: #444444;
	cursor: pointer;
	position: relative;
}

.zp_tit,
.rc_box .tit {
	cursor: pointer;
	box-sizing: border-box;
	transition: all .6s;
	padding: 0 2vw;
	box-sizing: border-box;
	z-index: 1;
	box-sizing: border-box;
}

.rc_box .tit {
	display: flex;
}

.rc_box .tit span,
.zp_tit span {
	display: block;
	font-size: 16px;
	box-sizing: border-box;
	width: 25%;
	color: #333;
	float: left;
}

.rc_box .tit span {
	font-weight: 500;
}

.rc_box .tit span:nth-child(3),
.zp_tit span:nth-child(3) {
	width: 12%;
}

.zp_tit {
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.sideMenu .warp {
	width: 100%;
}

.rc_box .rc_con {
	width: 100%;
	box-sizing: border-box;
	padding: 2vw;
	box-sizing: border-box;
	display: none;
	border-top: none;
}

.rc_box .tit.on {
	background: #F8F8F8;
}

.rc_box .tit.on::before {
	background-image: url(../images/jian2.png);
}

.rc_box .rc_con h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
	color: #000;
}

.rc_box .rc_con .boxcon {
	line-height: 30px;
	box-sizing: border-box;
	color: #7f7f7f;
	background: #ffffff;
	padding: 2vw;
}

.rc_box .rc_con .boxcon .ypBtn {
	width: 100%;
	margin-top: 50px;
}

.rc_box .rc_con .boxcon .ypBtn a {
	display: inline-block;
	border-radius: 50px;
	padding: 6px 40px;
	background: var(--red-color);
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s;
}

.rc_box .rc_con .boxcon .ypBtn a:hover {
	padding: 6px 50px;
}

.rc_box .tit::before {
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	background: url(../images/jia2.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}

.rc_box .rc_con .boxcon p {
	background-color: none !important;
}

@media only screen and (min-width: 220px) and (max-width: 1200px) {
	.z_zp_warp {
		margin-top: 0;
	}

	.rc_box .tit span,
	.zp_tit span {
		display: none;
	}

	.rc_box .tit span:nth-child(1),
	.zp_tit span:nth-child(1) {
		display: block;
		width: 100%;
	}

	.z_zp_warp .fl_warp,
	.z_contact_warp .fl_warp {
		width: 100%;
	}

	.z_zp_warp,
	.z_contact_warp {
		display: block;
		padding: 35px 12px;
	}
}

.z_about_tit {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
}

.join {
	position: relative;
	width: 100%;
	height: auto;
	padding: 100px 0;
	z-index: 2;
}

.join .bks1 {
	width: 95%;
	height: auto;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

.join .bks1 img {
	display: block;
	width: 100%;
	height: auto;
}

.join .bks2 {
	display: none;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}

.join .bks2 img {
	display: block;
	width: 100%;
	height: auto;
}

.join .join-c {
	padding-right: 45%;
	width: 100%;
	height: auto;
	padding-bottom: 15%;
}

.join .join-c h2 {
	font-size: 30px;
	color: #333;
}

.join .join-c .txt {
	margin-top: 15px;
	width: 65%
}

.join .join-c .txt p {
	font-size: 18px;
	color: #000000;
}

.join .join-c .join-list {
	width: 100%;
	height: auto;
	font-size: 0;
	padding-top: 15%;
	padding-bottom: 13%;
}

.join .join-c .join-list li {
	display: inline-block;
	width: 50%;
	height: auto;
	padding-right: 10%;
}

.join .join-c .join-list li .ico {
	width: 36px;
	height: auto;
}

.join .join-c .join-list li .ico img {
	display: block;
	width: 100%;
	height: auto;
}

.join .join-c .join-list h6 {
	width: 100%;
	font-size: 24px;
	color: #000000;
	height: auto;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 4px solid var(--red-color);
}

.join .join-c .join-list h6 span {
	text-transform: uppercase;
}

.join .join-c .join-list a {
	overflow: hidden;
	font-weight: bolder;
	position: relative;
	padding-right: 30px;
	display: block;
	color: var(--red-color);
	font-size: 20px;
}

.join .join-c .join-list a i {
	width: 20px;
	height: auto;
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}

.w85 {
	/* width: 85%;
    max-width: 1600px; */
	padding: 0 8.2vw;
	margin: 0 auto;
}

@media only screen and (max-width:1680px) {
	.join .join-c .txt p {
		font-size: 16px;
	}

	.join .join-c .join-list h6 {
		font-size: 22px;
	}

	.join .join-c .join-list a {
		font-size: 18px;
		padding-right: 25px;
	}

	.join .join-c .join-list a i {
		width: 18px;
		height: auto;
	}
}

@media only screen and (max-width:1440px) {
	.join .join-c {
		padding-right: 35%;
	}

	.join .join-c .txt p {
		font-size: 16px;
	}

	.join .join-c .join-list h6 {
		font-size: 20px;
	}

	.join .join-c .join-list a {
		font-size: 18px;
		padding-right: 20px;
	}

	.join .join-c .join-list a i {
		width: 16px;
		height: auto;
	}
}

@media only screen and (max-width:1280px) {
	.join .join-c .join-list li .ico {
		width: 34px;
	}

}

@media only screen and (max-width:1024px) {
	.join .join-c {
		padding-right: 30%;
	}

	.join .join-c .txt p {
		font-size: 16px;
	}

	.join .join-c .join-list h6 {
		font-size: 18px;
	}

	.join .join-c .join-list a {
		font-size: 16px;
		padding-right: 20px;
	}

	.join .join-c .join-list a i {
		width: 16px;
		height: auto;
	}
}

@media only screen and (max-width:800px) {
	.join {
		background: rgba(255, 255, 255, 0.4);
	}

	.join .join-c {
		padding: 0;
		padding-bottom: 15%;
	}

	.join .join-c .txt {
		width: 100%;
	}

	.join .join-c .txt p {
		font-size: 15px;
	}

	.join .bks1 {
		display: none;
	}

	.join .bks2 {
		display: block;
		width: 100%;
		opacity: 0.8;
	}

	.join .join-c .join-list {
		padding-top: 15%;
		padding-bottom: 5%;
		padding-right: 15%;
	}

	.join .join-c .join-list li {
		width: 100%;
		padding-right: 0;
		padding-bottom: 25px;
	}

	.join .join-c .join-list li .ico {
		width: 24px;
	}

	.join .join-c .join-list h6 {
		font-size: 17px;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 4px solid var(--red-color);
	}

	.join .join-c .join-list a {
		padding-right: 30px;
		font-size: 16px;
	}

	.join .join-c .join-list a i {
		width: 20px;
		height: auto;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
}


/*job_c*/
.job_c {
	width: 80%;
	min-width: 1200px;
	margin: 80px auto 100px auto;
	border: 1px solid #eee;
}

.job_c ul {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.job_c ul:first-child {
	border: none;
	background-color: #003f8c;
	color: #fff;
}

.job_c ul:last-child {
	border: none;
	padding: 20px 15px;
}

.job_c ul font {
	font-size: 16px;
	color: #fff;
}

.job_c ul li {
	width: calc(50% - 25px);
	margin-right: 50px;
	float: left;
	padding: 10px 0;
}

.job_c ul li:nth-child(2n+2) {
	margin-right: 0;
}

.job_c .yzm {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.job_c .yzm img {
	margin-left: 12px;
}

.bda {
	width: 100%;
	line-height: 40px;
	color: #333;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0 8px;
}

.bdb {
	width: 100%;
	line-height: 40px;
	height: 120px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0 8px;
	font-family: "Montserrat-L"
}

.bdc {
	padding: 12px 50px;
	border: 1px solid var(--red-color);
	border-radius: 50px;
	background-color: var(--red-color);
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.bdc:hover {
	padding: 12px 60px;
}



.m-new2 {
	padding-top: 6vw;
	/* border-top: 1px solid #e5e5e5 */
}

.ul-news {
	overflow: hidden;
	margin: 0 -30px 40px
}

.ul-news li {
	float: left;
	width: 33.33%;
	padding: 0 30px;
	margin-bottom: 40px
}

.ul-news li .con {
	display: block;
	background-color: #f7f7f7;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.ul-news li:hover .con {
	box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1)
}

.ul-news li .pic {
	position: relative;
	padding-top: 55.55%;
	height: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.ul-news li .pic img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* .ul-news li:hover .pic img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);top: 0;} */

.ul-news li .txt {
	padding: 13px 20px 24px
}

.ul-news li .txt span {
	font-size: 12px;
	font-weight: 400;
	color: #1e1e1e;
	line-height: 25px;
	display: block;
	margin-bottom: 5px
}

.ul-news li .txt h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.25;
	height: 2.6em;
	margin-bottom: 13px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ul-news li:hover .txt h4 {
	color: #1d50a3
}

.ul-news li .txt .desc {
	font-size: 14px;
	color: #333;
	line-height: 1.785;
	height: 3.57em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ul-news li .txt .time {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	margin-bottom: 11px
}


.pagepn {
	margin: 30px 0 60px;
}

.wrap {
	margin: 3vw 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap a {
	width: 30px;
	height: 30px;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.3s ease;
	border-radius: 5px;
	box-sizing: border-box;
}

.wrap .on {
	background: var(--red-color);
	border: 1px solid var(--red-color);
	color: #ffffff;
}

.wrap a:hover {
	background: var(--red-color);
	border: 1px solid var(--red-color);
	color: #ffffff;
}


.newsBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 80px 8vw;
}

.newsBox_l {
	width: 72%;
	overflow: hidden;
	padding-right: 24px;
}

.news_style {
	margin-bottom: 20px;
	position: relative;
	font-size: 14px;
}

.news-date {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	padding-left: 0;
	font-size: 13px;
	padding-right: 20px;
	letter-spacing: 1px;
	line-height: inherit;
	text-transform: uppercase;
}

.news-date a {
	color: #333;
}

.news-date:not(:first-child):before {
	position: absolute;
	content: "";
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: -3px;
	left: -18px;
	background-color: var(--red-color);
}

.news_name {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.news_body {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 20vh;
}

.news_body p {
	font-size: 14px;
	/* text-indent: 2em; */
}

.newsBox_r {
	width: 28%;
	overflow: hidden;
	padding-left: 24px;
}

.gn_b {
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}

.gn_b h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 20px;
}

.recent-post-list-li {
	display: flex !important;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
}

.recent-post-list-li:last-child {
	padding-bottom: 0;
}

.recent-post-list-li>a {
	width: 90px;
	flex-shrink: 0;
	margin-right: 15px;
	display: inline-block;
	height: 55px;
	background-position: center;
	background-size: cover;
}

.pbmit-rpw-title {
	font-weight: 700;
	font-style: normal;
}

.pbmit-rpw-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 38px;
	margin-bottom: 5px;
	line-height: 19px;
	color: #333;
}

.pbmit-rpw-date {
	display: block;
	font-size: 13px;
	line-height: 14px;
	margin-top: 0;
}

.pbmit-rpw-date a {
	color: #333;
}


.n_btm {
	padding-top: 40px;
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #ccc;
}

.n_btm .nextBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 145px);
}

.n_btm .nextBox p {
	padding-right: 20px;
	margin-bottom: 12px;
	transition: all .4s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	color: #333;
	font-size: 14px;
}

.n_btm .nextBox p a {
	color: #333;
}

.n_btm .nextBox p a:hover {
	color: var(--red-color);
}

.n_btm .back {
	width: 145px;
}

.n_btm .back a {
	width: 125px;
	height: 40px;
	background-color: var(--red-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	transition: all .4s ease;
	font-size: 14px;
}

.n_btm .back a:hover {
	background-color: #f0616a;
}


.box-dh {
	position: relative;
	/* height: 29px; */
	width: 100%;
	padding: 15px 15px 0;
	margin: 30px auto 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.box-dh li {
	float: left;
	margin-right: 30px;
}

.box-dh .current {
	border-bottom: 3px solid var(--red-color);
}

.box-dh li.back {
	border-bottom: 3px solid var(--red-color);
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.box-dh li a {
	color: #000;
	outline: none;
	text-align: center;
	top: -7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
	font-size: 16px;
}

.box-dh li a:hover,
.box-dh li a:active,
.box-dh li a:visited {
	border: none;
}


.abHZ-swp-box {
	margin: 4vw 0 0;
}

.abHZ-swp-box::after,
.abHZ-swp-box::before {
	z-index: 2;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: linear-gradient(to right, #f6f8fa 20%, transparent 100%);
}

.abHZ-swp-box::after {
	left: auto;
	right: 0;
	background: linear-gradient(to left, #f6f8fa 20%, transparent 100%);
}

.abHZ-swp-box .title {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
}

.abHZ-swp {
	margin-top: 3px;
}

.abHZ-swp .swiper-wrapper {
	transition-timing-function: linear;
}

.abHZ-slide {
	height: 120px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.abHZ-slide img {
	max-width: 70%;
	max-height: 65%;
	vertical-align: middle;
	object-fit: cover;
}

.abHZ-swp:nth-child(2n) {
	transform: rotate(180deg);
}

.abHZ-swp:nth-child(2n) .abHZ-slide {
	transform: rotate(-180deg);
}

.casesBox {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	margin: 3vw 0;
}

.casesBox a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 14vw;
	box-shadow: 2px 2px 8px #dedede;
}

.casesBox a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
}

.casesBox a .text {
	width: 100%;
	position: absolute;
	overflow: hidden;
	padding: 12px;
	background: rgba(0, 0, 0, .5);
	font-size: 18px;
	color: #fff;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
}

.casesBox a .text::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--red-color);
	transform: translateY(100%);
	transition: all .4s ease;
}

.casesBox a .text h2 {
	position: relative;
	z-index: 4;
	font-size: 16px;
	font-weight: 500;
}

.casesBox a:hover img {
	transform: scale(1.06);
}

.casesBox a:hover .text::after {
	transform: translateY(0);
}

/* 关于我们 */
.abIntro {
	padding: 8vw 0;
}

.abIntro .contain {
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
}

.abIntro-bg1 {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	z-index: 2;
}

.abIntro-bg2 {
	position: absolute;
	left: 60%;
	top: 0;
	height: 100%;
}

.abIntro-con {
	width: 44%;
}

.abIntro-con .title {
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.2
}

.abIntro-con .text br {
	height: 15px;
}

.abIntro-con .text p {
	text-indent: 2em;
	font-size: 15px;
}

.abIntro-img {
	width: 41%;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}

.abIntro-img .img img {
	width: 100%;
}

.abIntro-img .btn {
	position: relative;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	user-select: none;
	cursor: pointer;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	z-index: 22222;
}

.abIntro-img .btn i {
	font-size: 44px;
	position: relative;
	z-index: 2;
	color: var(--red-color)
}

.abIntro-img .btn::after,
.abIntro-img .btn::before {
	animation: bowen 2s linear infinite;
	content: "";
	position: absolute;
	background: rgba(0, 113, 193, .3);
	transition: all .4s ease;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.abIntro-img .btn::after {
	animation-delay: 1s;
}

@keyframes bowen {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		transform: scale(1.5);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.abIntro-img .btn:hover {
	color: var(--red-color);
	background: #fff;
}

.abIntro-img .btn:hover i {
	color: var(--red-color)
}

.abIntro-img .btn:active {
	transform: translate(-50%, calc(-50% + 4px)) scale(.95);
}

.abIntro-img .btn:hover::after,
.abIntro-img .btn:hover::before {
	background: rgba(255, 255, 255, .3);
}

.about_b {
	background-image: url(../images/about_bBg.jpg);
	padding: 6vw 0;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-attachment: fixed;
}
.about_b .left{
	width: 50%;
	float: left;
	margin-left:8vw;
	position: relative;
}
.about_b .left.swiper {
	width: 100%;
	height: 100%;
  }

.about_b .left .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;flex-direction: column;align-items: center;justify-content:center;
}

.about_b .left .swiper-slide a{
	display: flex;flex-direction: column;align-items: center;justify-content:center;
}

.about_b .left .swiper-slide .img {
	width: 100%;
	height: 16vw;
}
.about_b .left .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_b .left .swiper-button-next:after, .about_b .left .swiper-rtl .swiper-button-prev:after{
	content: none;
}
.about_b .left .swiper-button-prev:after, .about_b .left .swiper-rtl .swiper-button-next:after{
	content: none;
}
.about_b .left .swiper-button-next, .about_b .left .swiper-button-prev{
	background:var(--red-color);
	width: 30px;
	height: 30px;
	display:flex;justify-content:center;align-items:center;
}
.about_b .left .swiper-button-next i, .about_b .left .swiper-button-prev i{
	color:#fff;
	font-size: 22px;
}
.about_b .left .swiper-slide p{
	padding:8px 0;
	color:#333;
}
.about_b .mk {
	padding: 3vw;
	float: right;
	/* background: #fff; */
	background: rgba(255, 255, 255, 0.9);
	width: 35%;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.about_b .mk h4 {
	font-size: 26px;
	margin-bottom: 12px;
}

.about_b .mk p {
	font-size: 15px;
}

.about_b .mk img {
	margin-top: 20px;
}

.about_c {
	padding: 6vw 8vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about_c .title {
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.about_c .title_w {
	font-size: 18px;
	color:#333;
	margin-bottom: 40px;
}

.about_c ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 40px;
	align-items: self-start;
}

.about_c ul li {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
	border: 1px solid #dce3e9;
	border-top: unset;
	border-bottom: 6px solid var(--red-color);
	overflow: hidden;
	transition: all 0.3s;
}

.about_c ul li .wh_img {
	width: 100%;
	height: 14vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.about_c ul li .wh_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_c ul li .wh_con {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3vw;
	color: #333;
}

.about_c ul li .wh_con p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color:var(--red-color);
}

.about_c ul li .wh_con p:nth-child(2) {
	min-height: 50px;
	text-align: center;
	font-size: 16px;
    font-weight: bold;
}

.about_c ul li:hover {
	margin-top: -10px;
}


/* 发展历程 */
.abFZ {
	background: url('../images/fz_bg.jpg') no-repeat center/cover;
	padding: 8vw;
}

/* .abFZ .contain{width: 1400px;} */
.abFZ .title {
	color: #fff;
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}

.abFZ-swp {
	margin-top: 50px;
}

.abFZ .swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.abFZ-thumbs {
	padding: 0 7vw;
}

.fmB {
	font-family: "Montserrat-B";
}

.abFZ-thumbs::after,
.abFZ-thumbs-line {
	content: "";
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, .1);
}

.abFZ-thumbs-line {
	z-index: 2;
	background: var(--red-color);
	width: 0;
	transition: all .2s ease
}

.abFZ-thumbs .swiper-container {
	z-index: 3;
}

.abFZ-thumbs-year {
	flex-direction: column;
	justify-content: flex-start;
	padding: 10px 0;
}

.abFZ-thumbs-year span {
	transition: all .4s ease;
	display: block;
	color: rgba(255, 255, 255, .8);
}

.abFZ-thumbs-year i {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-top: 12px;
	transition: all .4s ease;
	background: rgba(255, 255, 255, .5);
}

.abFZ-thumbs-year i::after,
.abFZ-thumbs-year i::before {
	animation: fzDot 2s linear infinite;
	opacity: 0;
	transition: all .4s ease;
	background: rgba(255, 255, 255, .2);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

@keyframes fzDot {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	50% {
		transform: scale(1.5);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.abFZ-thumbs-year.active span {
	transform: scale(1.2);
	color: var(--red-color);
}

.abFZ-thumbs-year.active i {
	background: var(--red-color);
}

.abFZ-thumbs-year.active i::after,
.abFZ-thumbs-year.active i::before {
	background: rgba(0, 113, 193, .2);
}

.abFZ-gallery {
	padding: 0 7vw;
}

.abFZ-gallery-year {
	width: 50%;
	text-align: center;
}

.abFZ-gallery-year::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 90%;
	background: rgba(255, 255, 255, .25);
}

.abFZ-gallery-year .bg {
	font-size: 9.3vw;
	color: rgba(255, 255, 255, .15);
	line-height: .8;
}

.abFZ-gallery-year .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Montserrat-B";
}

.abFZ-gallery-text {
	width: 50%;
	padding: 0 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.abFZ-gallery-text p {
	margin-top: 15px;
	padding-left: 30px;
	position: relative;
}

.abFZ-gallery-text p:first-child {
	margin-top: 0;
}

.abFZ-gallery-text p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid var(--red-color);
}

.abFZ-gallery-text p::before {
	content: "";
	position: absolute;
	left: 4.5px;
	top: 9.5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--red-color);
}

.abFZ-btn {
	font-size: 4vw;
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	user-select: none;
	cursor: pointer;
	color: rgba(255, 255, 255, .25);
}

.abFZ-btn.thumbs-next {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.abFZ-btn:hover {
	color: #fff;
}

.pos {
	position: relative;
}

.proBox {
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2vw 0 4vw;
}

.proBox_l {
	width: 250px;
	overflow: hidden;
}

.proBox_r {
	width: Calc(100% - 350px);
	overflow: hidden;
	margin-top: 20px;
}

.quality_name {
	font-size: 32px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 30px;
}

.quality_name span{
	border-bottom: 3px solid var(--red-color);
	padding-bottom: 5px;
}

.qulity_nr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

.t_mk {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 30px;
}

.t_tltle {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	background-color:#a6a6a6;
	margin-top: 8px;
	width: auto;
	padding: 7px 35px;
	display: inline-block;
	border-radius: 8px 8px 0 0;
	text-transform: uppercase;
}

.t_cont {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 0 8px 8px 8px;
	width: 100%;
}

.t_mk ul li {
	list-style: inside;
}

.t_mk .imgBox {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
}

.abHonor {
	padding: 4vw 8vw;
}

.abHonor .contain {
	width: 100%;
	overflow: hidden;
}

.abHonor .title {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
}

.abHonor-nav {
	border-bottom: 1px solid #dce3e9;
}

.abHonor-nav li {
	user-select: none;
	cursor: pointer;
	padding-bottom: 15px;
	position: relative;
	transition: all .4s ease;
	margin-left: 7vw;
}

.abHonor-nav li:first-child {
	margin-left: 0;
}

.abHonor-nav li::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	width: 0;
	height: 2px;
	background: var(--red-color);
	transition: all .4s ease;
}

.abHonor-nav li:hover,
.abHonor-nav li.active {
	color: var(--red-color)
}

.abHonor-nav li.active::after {
	width: 100%;
}

.abHonor-swp {
	display: none;
}

.abHonor-swp:first-child {
	display: block;
}

.abHonor-slide {
	padding: 30px;
	background: #f6f8fa;
	border-radius: 12px;
}

.abHonor-img .img {
	height: 300px;
	transition: all .4s ease;
}

.abHonor-img .img img {
	max-width: 80%;
	max-height: 90%;
}

.abHonor-img .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .4s ease;
}

.abHonor-slide:hover .abHonor-img .img {
	opacity: .1;
}

.abHonor-slide:hover .abHonor-img .btn {
	transform: translate(-50%, -50%) scale(1);
}

.abHonor-title {
	color: var(--red-color)
}

.abYS .comTitle .title {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
}

.abYS-list {
	margin-left: -12px;
	display: flex;
	flex-wrap: nowrap;
}

.abYS-list li {
	margin-left: 12px;
	width: 15%;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.abYS-list li.active {
	width: calc(100% - 15% * 3 - 12px * 4);
}

.abYS-img {
	position: relative;
}

.abYS-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .64);
}

.abYS-img img {
	max-width: unset;
	height: 520px;
	object-fit: fill;
	max-width: unset;
	height: 520px;
	object-fit: cover;
	width: 100%;
}

.abYS-con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 35px 24px;
	transform: translateY(calc(100% - 140px));
	transition: all .4s ease;
}

.abYS-con .img {
	height: 42px;
}

/* .abYS-con .img i{font-size: 50px;} */
.abYS-con .text {
	opacity: 0;
	transition: all .4s ease;
}

.abYS-list li.active .abYS-con {
	transform: translateY(0);
	transition-delay: .3s;
	padding: 0 40px 35px;
}

.abYS-list li.active .abYS-con .text {
	opacity: 1;
	transition-delay: .2s;
}


.indhy {
	background-color: #f8f8f8;
}

.indhy .contain .IndTitle .title {
	font-size: var(--font-30size);
}

.indhy .contain .IndTitle .f_title {
	color: var(--bbb-color);
}

.indhy .contain {
	width: 100%;
	min-width: 1400px;
	padding: 0 8vw;
	overflow: hidden;
}

.indhy-svp {
	overflow: hidden;
}

.indhy-muen {
	display: flex;
	justify-content: center;
}

.indhy-muen>div {
	border-radius: 27px;
	background-color: #fff;
	padding: 3px 5px;
}

.indhy-muen a {
	padding: 0px 30px;
	border-radius: 24px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	min-width: 90px;
	color: #333;
}

.indhy-muen a.active {
	background-color: var(--red-color);
	color: #fff;
}

.indhy-muen a:last-child {
	margin-right: 0px;
}

.indhy-lun {
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}

.indhy-lun .img {
	width: 50%;
	overflow: hidden;
	height: 500px;
}

.indhy-lun .img img {
	width: 100%;
	height: 100%;
	transition: all .4s ease;
	object-fit: cover;
}

.indhy-lun .img:hover img {
	transform: scale(1.04);
}

.indhy-lun .cont {
	width: 50%;
	padding: 20px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.indhy-lun .cont .title {
	color: #161616;
}

.indhy-lun .cont .btn {
	width: 145px;
	height: 40px;
}

.indhy-lun .cont ul {
	margin-bottom: -15px;
}

.indhy-lun .cont li {
	margin-right: 35px;
	padding-bottom: 48px;
	padding-top: 22px;
	background-color: #fff;
	transition: box-shadow 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease;
	position: relative;
	width: 100%;
}

.indhy-lun .cont li dl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5208333333333333vw;
}

.indhy-lun .cont li dl dd {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: calc((100% - 30px) / 4);
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: #f0f0f0 solid 1px;
}

.indhy-lun .cont li dl dd a {
	min-height: 2.083333333333333vw;
	padding: 0 1.041666666666667vw;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	white-space: nowrap;
	box-sizing: border-box;
}

.btn12 {
	border: 1px solid #d0d0d0;
	position: relative;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.btn12:hover {
	color: #fff;
	border-color: #E70012;
}

.btn12 .bgsqr1,
.btn12 .bgsqr2 {
	background: #E70012;
	position: absolute;
	top: 50%;
	top: 0\9;
	content: '';
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0.5;
}

.btn12 .bgsqr1 {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn12 .bgsqr2 {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.btn12:hover .bgsqr1 {
	-webkit-animation: criss-cross-left .8s both;
	animation: criss-cross-left .8s both;
	width: 375px\9;
	height: 375px\9;
	opacity: 1;
}

.btn12:hover .bgsqr2 {
	-webkit-animation: criss-cross-right .8s both;
	animation: criss-cross-right .8s both;
	width: 375px\9;
	height: 375px\9;
	opacity: 1;
}

.btn12 span {
	position: relative;
	z-index: 1;
	font-size: 14px;
}

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-left {
	0% {
		left: -20px
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-right {
	0% {
		right: -20px
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

.CommonBtn.lty1 {
	background-color: #E70012;
	color: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.CommonBtn.lty1 i {
	margin-left: 30px;
}

.CommonBtn.lty1:hover {
	background-color: transparent;
	border: 1px solid #E70012;
	color: #E70012;
}

.solu_b {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 9vw;
	margin-top: 6vw;
}

.solu_b .title {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	width: 100%;
    text-align: left;
}

.solu_bBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.solu_bBox .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 40%;
	text-align: left;
}

.solu_bBox .left p:nth-child(2) {
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5;
    width: 100%;
}

.solu_bBox .right {
	width: 55%;
}

.solu_bBox .right img {
	width: 100%;
}

.solu_c {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 9vw;
	margin-top: 6vw;
}

.solu_c .title {
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	width: 100%;
}
.solu_c .title_w{
	margin-bottom: 40px;
	font-size: 18px;
	color: #333;
	width: 100%;
	text-align: center;
}
.solu_cBox {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	width: 100%;
}

.solu_cBox li {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 10px 30px 0px rgb(47 54 69 / 20%);
	transition: all 0.3s;
}

.solu_cBox li:hover {
	margin-top: -12px;
}

.solu_cBox li .img {
	width: 100%;
	position: relative;
}

.solu_cBox li .img img {
	width: 100%;
}

.solu_cBox li .page {
	position: absolute;
	z-index: 2;
	font-size: 4vw;
	right: 25px;
	bottom: 0;
	line-height: .8;
	background: -webkit-linear-gradient(top, rgba(229, 0, 18, .48) 0%, transparent 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Montserrat-B';
	z-index: 3;
}

.solu_cBox li .w {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
	padding: 2vw;
}

.solu_cBox li .w p {
	color: #333;
}

.solu_cBox li .w p i {
	font-weight: 500;
	font-size: 40px;
}

.solu_cBox li .img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.solu_cBox li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14vw;
	height: 6vw;
	background: url(../images/ldcFK-bg.png) no-repeat center top / 100% auto;
	transform: translateX(50%);
	z-index: 2;
}


.HonorEnterprise {
	width: 100%;
	height: 80vh;
	overflow: hidden;
	background: #f7f7f7;
}

.HonorEnterprise .box .boxRight {
	/* height: -webkit-calc(99.05vh); */
	height: 100vh;
	width: 70%;
}

.flexBetween {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.HonorEnterprise .box .boxRight .banner {
	width: 33.333%;
	height: 100%;
}

.HonorEnterprise .box .boxRight .banner .swiper-container {
	height: 100%;
	padding: 0 1vw;
}

.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide {
	height: auto;
}

.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p {
	-webkit-box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.1);
	box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.1);
	background: #fff;
}

.HonorEnterprise .box .boxRight .banner .swiper-container .swiper-slide p img {
	padding: 6%;
}

.HonorEnterprise .boxLeft {
	padding-top: 100px;
}

.HonorEnterprise .boxLeft .index_title {
	color: #333;
	line-height: 1.5;
	margin-bottom: 1vw;
	font-size: 36px;
}

.HonorEnterprise .boxLeft .index_title2 {
	color: #333;
	line-height: 1.5;
	margin-bottom: 3vw;
}

.HonorEnterprise .boxLeft ul li {
	line-height: 2;
	font-size: 16px;
	list-style: inside;
}

.HonorEnterprise .boxLeft ul li span {
	color: var(--red-color);
}


.innoProc {
	background: url('../images/innoProc-bg.jpg') no-repeat center/cover;
	margin-bottom: 4vw;
}

.innoProc .comTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.innoProc .title {
	width: 80%;
}

.innoProc-list li {
	width: 33.3%;
	padding: 0 2vw;
	flex-direction: column;
	justify-content: flex-start;
}

.innoProc-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #fff;
}

.innoProc-icon img {
	max-width: 50%;
	max-height: 50%;
}

.innoProc-icon::after {
	content: "";
	transition: all 5s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 124.5%;
	height: 124.5%;
	background: url('../images/innoProc-icon-bg.png') no-repeat center/100% auto;
}

.innoProc-list li:hover .innoProc-icon::after {
	transform: translate(-50%, -50%) rotate(360deg);
}

.innoProc_swiper {
	width: 100%;
	height: 100%;
	margin-top:80px;
	position: relative;
	padding-bottom: 30px;
}

.innoProc_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.innoProc_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

.innoProc_swiper .swiper-pagination{
	bottom: 0;
	display:flex;justify-content:center;align-items:center;
	height: auto;
}
.innoProc_swiper .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.innoProc_swiper  .swiper-pagination-bullet-active{
	background:var(--red-color);
}

.Header-drop {
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: saturate(180%) blur(20px);
	left: 50%;
	width: 160px;
	margin-left: -80px;
	top: calc(100% - 4px);
	min-width: 100%;
	border-top: 4px solid #e22017;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
	transition: top .4s ease;
}

.Header-drop::before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #e22017 transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	margin: 0 0 0 -8px;
}

.Header-drop-menu {
	display: flex;
	width: 100%;
	position: relative;
}

.Header-drop-menu>a {
	display: flex;
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 4px;
	text-align: center;
	color: #333333;
	align-items: center;
	justify-content: center;
	transition: all .4s ease;
}

.Header-drop-menu.active,
.Header-drop-menu>a:hover {
	background: #e22017;
	color: #fff;
}


.shzrBox{
	width: 100%;
}
.shzrTitle{
	font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2;
}
.shzrBox p{
	font-size: 16px;
	margin-bottom: 12px;
	text-indent: 2em;
}
.shzrBox .imgBox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 20px;
	align-items: stretch;
	width: 100%;
	margin-top:50px;
	padding-bottom: 80px;
}
.fcBox{
	width: 100%;
	display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.fcBox p{
	margin-bottom:30px;
	font-size: 16px;
}
.fcBox img{
	margin-bottom:30px;
	width: 100%;
}


/*mob nav*/
.sp_nav {
	width: 8vw;
	float: right;
	position: relative;
	cursor: pointer;
	height: 8vw;
	margin-top: 18px;
  }
  
  .sp_nav span {
	display: block;
	background: #e50012;
	width: 7vw;
	height: 3px;
	position: absolute;
	left: 0;
	transition: all ease 0.35s
  }
  
  .sp_nav span:nth-of-type(1) {
	top: 0px
  }
  
  .sp_nav span:nth-of-type(2) {
	top: 8px
  }
  
  .sp_nav span:nth-of-type(3) {
	top: 16px
  }
  
  .sp_nav_se span:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg)
  }
  
  .sp_nav_se span:nth-of-type(2) {
	width: 0
  }
  
  .sp_nav_se span:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg)
  }
  
  .sjj_nav {
	position: fixed;
	z-index: 999;
	background: #eee;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	display: none;
	padding: 10px 0;
  }
  
  .nav_show {
	top: 55px;
  }
  
  .sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
  }
  
  .sjj_nav>ul>li:first-child>a {
	float: left;
	width: 100%;
  }
  
  .sjj_nav>ul>li:first-child .language {
	float: right;
	width: 100%;
	overflow: hidden;
	line-height: 30px;
  }
  
  .sjj_nav>ul>li:first-child .language a {
	width: 20%;
	float: left;
	text-align: center;
	color: #999;
	border-right: 1px #ddd solid;
  }
  
  .sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
  }
  
  .sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
  }
  
  .sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
  }
  
  .sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 5vw;
	position: relative;
	line-height: 40px;
  }
  
  .sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
  }
  
  .sjj_nav ul li ul {
	display: none
  }
  
  .sjj_nav ul li a {
	color: #616161;
	width: 100%;
	display: block;
  }
  
  .sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
  }
  
  .sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #999;
  }
  
  .sjj_nav ul li .sjj_nav_i_se svg {
	fill: #cc0022
  }
  
  .sjj_nav ul li ul li>ul {
	margin-left: 10px
  }




  .head_c {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0 0 2px rgba(200, 200, 200, 0.1);
	-webkit-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
	-moz-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
	display: none;
	box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
  }
  
  .head_c ul {
	width: 95%;
	height: 55px;
	margin: 0 auto;
  }
  
  .head_c ul li:nth-child(1) {
	width: 45%;
  }
  
  .head_c ul li {
	width: 25%;
	float: left;
	height: 55px;
  }
  
  .head_c ul li:nth-child(1) {
	display: flex;
	-webkit-display: flex;
	justify-content: left;
	align-items: center;
  }
  
  .head_c ul li:nth-child(2) {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 55px;
	float: right;
  }
  
@media all and (max-width:1000px) {
	.head{
		display: none;
	}
	.head_c{
		display: block;
	  }
	  .sjj_nav{
		display: block;
	  }
	.abFZ-thumbs {
		padding: 0;
	}

	.abFZ-thumbs-year i {
		margin-top: 6px;
		width: 6px;
		height: 6px;
	}

	.abFZ-thumbs::after,
	.abFZ-thumbs-line {
		bottom: 11px;
	}

	.abFZ-btn {
		display: none;
	}

	.abFZ-gallery {
		padding: 0;
	}

	.abFZ-gallery-year {
		width: 100%;
	}

	.abFZ-gallery-year::after {
		display: none;
	}

	.abFZ-gallery-year .bg {
		font-size: 100px;
	}

	.abFZ-gallery-year .text {
		font-size: 30px;
	}

	.abFZ-gallery-text {
		width: 100%;
		padding: 30px 0 0;
	}

	.abFZ-gallery-text p {
		padding-left: 15px;
		margin-top: 10px;
	}

	.abFZ-gallery-text p::after {
		top: 5px;
		width: 9px;
		height: 9px;
	}

	.abFZ-gallery-text p::before {
		left: 3px;
		top: 8px;
		width: 3px;
		height: 3px;
	}

	.abHZ-slide {
		height: 66px;
	}

	.abHonor-nav li {
		padding-bottom: 10px;
	}

	.abHonor-slide {
		border-radius: 5px;
		padding: 15px;
	}

	.abHonor-img .img {
		height: 150px;
	}

	.abHonor-title {
		font-size: 12px;
	}

	.abYS-list {
		width: 100%;
		margin-left: 0;
		flex-wrap: wrap;
		margin-top: 0;
	}

	.abYS-list li {
		width: 100% !important;
		margin: 15px 0 0;
		border-radius: 5px;
	}

	.abYS-img img {
		height: 260px;
		max-width: 100%;
		object-fit: cover;
	}

	.abYS-con {
		padding: 0 15px 20px !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.abYS-con .title {
		margin-top: 12px;
	}

	.abYS-con .text {
		opacity: 1 !important;
	}

	.abYS-con .img {
		height: 30px;
	}
	.banner{
		margin-top:40px;
		height: 35vh;
	}
	.banner ul li .content .title p{
		font-size: 20px;
		line-height: 1.5;
	}
	.banner ul li .content .title a {
		height: 30px;
		line-height: 30px;
		padding: 0 30px;
	}
	.index_num{
		min-width: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 20px;
		align-items: stretch;
		margin-top: 40px;
	}
	.rolling-number{
		font-size: 20px;
	}
	.index_about{
		margin-top:50px;
		min-width: 0;
		display: block;
		padding: 40px 8vw 0 8vw;
	}
	.index_about .pic{
		width: 100%;
		height: auto;
	}
	.index_about .text{
		width: 100%;
		height: auto;
		margin-top: 30px;
	}

	.index_about .text ul {
		position: relative;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 12px;
		align-items: stretch;
		margin-top:30px;
	}
	.index_yth .content-inner{
		display: block;
	}

	.index_yth .content-inner .f_title {
		color: var(--bbb-color);
		margin-bottom: 30px;
	}
	.index_yth .content {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 20px;
		align-items: stretch;
	}
	.indhy .contain{
		min-width: 0;
	}

	.indhy-lun{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.indhy-lun .img {
		width: 100%;
		overflow: hidden;
		height: 200px;
	}
	.indhy-lun .cont {
		width: 100%;
		padding: 20px;
	}
	.index_case{
		min-width: 0;
	}
	.product-card {
		flex: 0 0 100%;
	}
	.index_cus{
		min-width: 0;
	}
	.index_cus .content {
		grid-template-columns: repeat(2, 1fr);
	}
	.index_cus .content li {
		padding: 20px 0;
		height: 90px;
	}
	.index_cus .title{
		display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
	}
	.index_cus .title p:nth-child(2) {
		margin-bottom: 30px;
	}
	.index_news{
		min-width: 0;
	}
	.index_news .title{
		display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
	}
	.index_news .title p:nth-child(2){
		margin-bottom: 30px;
	}
	.index_news .content {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 40px 80px;
		margin-top: 40px;
	}
	.index_news .content li a{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.index_news .content .new_pic {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.index_news .content .new_content {
		width: 100%;
		margin-top: 20px;
	}
	.index_message .content-inner{
		min-width: 0;
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.index_message .content-inner .right p:nth-child(2){
		font-size:20px;
		margin-bottom: 30px;
	}
	.index_message .content-inner .right{
		text-align: center;
	}
	.footer{
		min-width: 0;
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.footer .menu{
		display: none;
	}
	.footer .address {
		width: 300px;
		margin-top: 50px;
		text-align: center;
	}
	.n_banner {
		min-width: 0;
		height: 30vh;
		font-size: 32px;
		margin-top: 40px;
	}
	.n_banner ul{
		font-size: 32px;
	}
	.allMid{
		min-width: 0;
	}
	.abIntro .contain{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.abIntro-con {
		width: 100%;
	}
	.abIntro-img {
		width: 100%;
		margin-top: 30px;
	}
	.about_b{
		display: flex;flex-flow: column-reverse;align-items: center;justify-content:center;
	}
	.about_b .left {
		width: 90%;
		float: left;
		margin-left: 0;
		position: relative;
	}

	.about_b .left .swiper-slide .img {
		width: 100%;
		height: 40vw;
	}
	.about_b .mk {
		width: 90%;
		margin-bottom: 30px;
	}
    .about_c ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.about_c ul li .wh_img {
		height: 40vw;
	}

	.solu_bBox{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.solu_bBox .left{
		width: 100%;
	}
	.solu_bBox .right {
		width: 100%;
		margin-top: 20px;
	}
	.innoProc-icon {
		width: 60px;
		height: 60px;
	}
	.solu_cBox {
		grid-template-columns: repeat(1, 1fr);
	}
	.solu_cBox li .w{
		padding: 4vw 8vw;
	}
	.solu_cBox li .page{
		font-size: 12vw;
	}
	.solu_cBox li::after{
		width: 52vw;
    	height: 16vw;
	}
	.HonorEnterprise{
		height: auto;
	}
	.HonorEnterprise .box .boxRight {
		height: 500px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.HonorEnterprise .boxLeft {
		padding-top: 40px;
		margin-bottom: 30px;
		width: 100%;
	}
	.proBox_r{
		width: 100%;
	}
	.proBox{
		display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
	}
	.t_mk .imgBox{
		grid-template-columns: repeat(1, 1fr);
	}
	.casesBox a {
		height: 50vw;
	}
	.casesBox {
		grid-template-columns: repeat(1, 1fr);
	}
	.newsBox{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
		padding: 30px 8vw;
	}
	.newsBox_l {
		width: 100%;
		overflow: hidden;
		padding-right: 0;
	}
	.n_btm{
		display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
	}
	.n_btm .nextBox{
		width: 100%;
	}
	.newsBox_r{
		display: none;
	}

	.ul-news li{
		width: 100%;
	}
	.shzrBox .imgBox {
		grid-template-columns: repeat(1, 1fr);
	}
	.z_zp_warp .fr_warp {
		width: 100%;
		margin-top: 30px;
	}
	.job_c{
		width: 100%;
		min-width: 0;
	}
	.join {
		padding: 40px 0 200px;
	}
	.contact_a {
		padding: 40px 8vw;
	}
	.contact_aMid{
		display: flex;flex-direction: column;align-items: center;justify-content:center;
		margin: 20px 0 60px;
	}
	.contact_aMid ul {
		width: 100%;
		display: flex;flex-direction: column;align-items: center;justify-content:center;
	}
	.contact_aMid ul li{
		width: 100%;
		padding:0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.contact_aMid ul li:last-child{
		border-right: 1px dashed #c1c1c1;
	}
	.contact_bBox .message ul li{
		width: 100%;
	}
	#backToTop{
		width: 35px;
		height: 35px;
	}
}