.p74 {
	padding-top: 7rem;
}

.p74_ {
	padding-bottom: 7rem;
}

.Inner_banner {
	position: relative;
}

.Inner_banner .img {
	height: 60vw;
	background: #000;
	max-height: 800px;
}

.Inner_banner .img img {
	width: 100%;
	opacity: 0.85;
}

.Inner_banner .img:before {

	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, var(--yx_Color), rgba(0, 0, 0, 0));
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 2;
}

.Inner_banner .position {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}

.Inner_banner .position .box {
	color: #fff;
}

.Inner_banner .position .box h5 {
	font-size: var(--yx_FS48);
	font-weight: bold !important;
	text-transform: capitalize;
	line-height: var(--yx_FS48);
}

.Inner_banner .position .box h5 span {
	font-size: var(--yx_FS54) !important;
	color: var(--yx_Color);
	line-height: var(--yx_FS48);
	margin-left: var(--yx_FS30);
	font-weight: lighter !important;
	text-transform: capitalize;
}

.Inner_banner .position .box .yx_Line {
	width: var(--yx_FS72);
	height: 2px;
	margin: var(--yx_FS42) 0 var(--yx_FS24);
	background: var(--yx_Color);
	display: block;
}

.Inner_banner .position .box h6 {
	font-size: var(--yx_FS30);
	color: #Fff;
	font-weight: 500;
}

.yx_MbxBox {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #666;
	margin-top: 70px;
	padding: var(--yx_FS24);
	background: #fafafafa;
}

.yx_MbxBox .yx_icon {
	font-size: var(--yx_FS18);
	margin-right: 12px;
	color: var(--yx_Color);
}

.yx_MbxBox a {
	color: #999;
	padding: 0 8px;
}

.yx_MbxBox a:hover {
	color: var(--yx_Color);
}

.yx_NPage {
	position: fixed;
	z-index: 5;
	background: #f5f5f5;
	width: 100%;
	padding-top: 72px;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.yx_NPageCon {
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

.gaodu {
	height: 8rem;
}

.yx_NpagePc {
	position: relative;
	border-radius: 4px;
	min-height: var(--yx_FS72);
}

.yx_NpagePc ul li a {
	font-size: var(--yx_FS18);
	line-height: 220%;
	padding: var(--yx_FS22) var(--yx_FS60);
	position: relative;
	display: inline-block;
	color: #444;
	text-transform: capitalize;
}

.yx_NpagePc ul li a:before {
	content: '';
	display: block;
	width: 1px;
	height: 30%;
	top: 50%;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.1);
}

.yx_NpagePc ul li:last-child a::before {
	display: none !important;
}

.yx_NpagePc ul li a:after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	background: var(--yx_Color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.6s;
}

.yx_NpagePc ul li a span {
	position: relative;
	z-index: 2;
}

.yx_NpagePc ul li a:hover,
.yx_NpagePc ul li a.active {
	color: #fff !important;
}

.yx_NpagePc ul li a:hover:after,
.yx_NpagePc ul li a.active:after {
	width: 100% !important;
}

.index_title {
	position: relative;
}

.index_title .content0 {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
	text-transform: capitalize;
}

.index_title .content1 {
	font-size: var(--yx_FS48);
	line-height: 140%;
	font-weight: bold !important;
	color: var(--yx_Color);
	text-align: center;
}

.index_title .content2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.index_title .content3 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.index_title .content3 p {
	margin-left: var(--yx_FS54);
}

.index_title .content3 p a {
	font-size: var(--yx_FS22);
	color: rgba(0, 0, 0, 0.68);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_title .content3 p a:hover {
	color: var(--yx_Color);
}

.index_title .content3 .active a {
	color: #000;
}

.index_title .content4 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.index_title .content4 .button svg {
	cursor: pointer;
}

.index_title .content4 .button svg path {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_title .content4 .button svg:hover path {
	stroke: var(--yx_Color);
	opacity: 1;
}

.index_title .content4 .next {
	margin-left: var(--yx_FS36);
}

.index_title .content5 {
	font-size: 0.26rem;
	margin-top: var(--yx_FS36);
}

.yx_NContent {
	width: 100%;
	overflow: hidden;
	min-height: 360px;
	margin-top: var(--yx_FS42);
}

.yx_ConTwo .yx_NContent {
	width: 70%;
	overflow: hidden;
	min-height: 360px;
}

.yx_NContent,
.yx_NContent p {
	font-size: 16px;
	line-height: 200%;
	color: rgba(0, 0, 0, 0.68);
	text-indent: 2rem;
}

.yx_NpageMo {
	background: #f7f7f7;
	padding: var(--yx_FS16);
	border-radius: 4px;
	position: sticky;
	top: 140px;
	border-top: 5px solid var(--yx_Color);
}

.yx_PT_Link {
	color: #2a2a2a;
	font-size: var(--yx_FS18);
	display: inline-block;
}

.yx_PageTit {
	position: relative;
	line-height: 240%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: var(--yx_FS18);
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: var(--yx_FS14) 0;
	margin: 0px;
}

.yx_PageTit .yx_icon {
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0px;
	width: var(--yx_FS30);
	height: var(--yx_FS30);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.yx_PPBox .yx_PPBox2 {
	display: none;
}

.yx_PPBox .yx_PPBox3 {
	display: none;
}

.yx_PPList {
	position: relative;
	padding: 1% 0;
}

.yx_PPBox2 .yx_PT_Link2 {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
}

.yx_PPBox2 .yx_PT_Link2 em {
	display: block;
	width: 12px;
	height: 12px;
	border: #fff 1px solid;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 5%;
	padding: 2px;
	position: relative;
}

.yx_PPBox2 .yx_PT_Link2 span {
	font-weight: normal;
	font-size: 15px
}

.yx_PPBox2 .yx_PageTit {
	padding: 5px 0 5px;
	border: none !important;
}

.yx_PPBox3 {
	padding-left: var(--yx_FS36);
}

.yx_PT_Link3 {
	font-size: var(--yx_FS14);
	line-height: 160%;
	font-weight: normal;
}

.yx_PT_Link.yx_Click {
	color: var(--yx_Color) !important;
}

.yx_PT_Link.yx_Click em {
	border-color: var(--yx_Color) !important;
	background: var(--yx_Color) !important;
}

.yx_NpageMo .yx_PPBox2 {
	display: none;
}

.yx_NpageMo .yx_PPBox3 {
	display: none;
}

@media screen and (min-width:993px) {
	.yx_NpageMo {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {
	.Inner_banner .img {
		padding: 0px;
		height: 70vw;
	}

	.Inner_banner .box {
		padding-top: 50px;
	}

	.yx_NpageMo {
		display: block !important;
	}

	.yx_NpagePc {
		display: none !important;
	}

	.yx_NpageMo .yx_MoPageBtn {
		font-size: var(--yx_FS16);
		color: #fff;
		width: 100%;
		background: var(--yx_Color);
		border-radius: 0px;
		padding: 14px 0;
		display: block !important;
	}

	.yx_NpageMo .yx_MoPageBtn span {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: calc(100% - (6% + 20px));
		margin: 0 auto;
	}

	.yx_NpageMo .yx_MoPageBtn i {
		color: #fff;
		font-size: 14px !important;
	}

	.yx_NpageMo .yx_PPTCon {
		position: absolute;
		background: rgba(0, 0, 0, 0.9);
		width: 100%;
		z-index: 99;
		top: 100%;
		left: 0%;
		max-height: 0px;
		display: none;
		overflow: hidden;
	}

	.yx_PPBox2 .yx_PT_Link2 em {
		width: 10px;
		height: 10px;
		margin-right: 14px;
	}

	.yx_NpageMo>ul {
		width: 100%;
	}

	.yx_NpageMo .yx_MoPageClose {
		font-size: 18px;
		color: #fff;
		width: 100%;
		height: 40px;
		display: block !important;
		margin: 0 0 0 auto;
		background: #010101 !important;
		line-height: 40px;
		position: relative;
		text-align: center;
	}

	.yx_NpageMo .yx_PPBox2 {
		background: #fafafa;
	}

	.yx_NpageMo .yx_PageTit {
		font-size: 14px;
		font-weight: normal;
		position: relative;
		line-height: 240%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		color: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 12px 24px;
	}

	.yx_NpageMo {
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		border: none;
	}
}

.yx_NContent img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
	height: auto;
}

.yx_Nnews .box {
	margin-top: 0.72rem;
}

.yx_Nnews .box .banner .swiper-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yx_Nnews .box .yx_List4 {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #f7f7f7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.yx_Nnews .box .yx_List4:nth-child(3n) {
	margin-right: 0;
}

.yx_Nnews .box .yx_List4 a {
	display: block;
}

.yx_Nnews .box .yx_List4 a .content0 {
	padding: var(--yx_FS36) 0.28rem var(--yx_FS36) 0.28rem;
}

.yx_Nnews .box .yx_List4 a .yx_Time {
	font-size: var(--yx_FS14);
	color: #999;
	margin-bottom: 0.12rem;
}

.yx_Nnews .box .yx_List4 a .content1 {
	font-size: var(--yx_FS22);
	color: #fff;
	line-height: var(--yx_FS30);
}

.yx_Nnews .box .yx_List4 a .content2 {
	margin-top: var(--yx_FS22);
	font-size: var(--yx_FS14);
	color: rgba(0, 0, 0, 0.68);
	line-height: 0.28rem;
}

.yx_Nnews .box .yx_List4 a .content2 p span {
	display: inline-block;
	margin-right: 0.1rem;
}

.yx_Nnews .box .yx_List4 a .content2 p span:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	flex: 1;
}

.yx_Nnews .box .yx_List4 a .content3 {
	margin-top: 0.45rem;
}

.yx_Nnews .box .yx_List4 a .content3 p {
	width: var(--yx_FS36);
	line-height: var(--yx_FS36);
	text-align: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: #fff;
}

.yx_Nnews .box .yx_List4 a .content3 p i {
	font-size: var(--yx_FS14);
	font-weight: bold;
	color: var(--yx_Color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.yx_Nnews .box .yx_List4 a .content4 {
	overflow: hidden;
	padding-bottom: 65%;
}

.yx_Nnews .box .yx_List4 a .content4 img {
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.yx_Nnews .box .yx_List4 a:hover .content1 {
	color: var(--yx_Color);
}

.yx_Nnews .box .yx_List4 a:hover .content3 p {
	background: var(--yx_Color);
}

.yx_Nnews .box .yx_List4 a:hover .content3 p i {
	color: #fff;
}

.yx_Nnews .box .yx_List4 a:hover .content4 img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.yx_NnewsDetail ul {
	font-size: var(--yx_FS14);
	color: #999;
	margin: var(--yx_FS16) 0 0;
}

.yx_NnewsDetail .yx_Sum {
	padding: var(--yx_FS24);
	width: 100%;
	background: #f7f7f7;
	font-size: var(--yx_FS14);
	color: rgba(0, 0, 0, 0.68);
	margin: var(--yx_FS24) 0;
}

.yx_NnewsDetail .index_title .content1 {
	font-size: var(--yx_FS30);
}

.yx_NnewsDetail .yx_DetailBtn {
	padding: 0.12rem var(--yx_FS30);
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	transition: all 0.6s;
	border: 1px solid var(--yx_Color);
}

.yx_NnewsDetail .yx_DetailBtn:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_NewsRelated {
	background-color: #f7f7f7;
}

.yx_NewsRelated .yx_List4>a {
	background-color: #fff;
}

/*albumlist*/
.yx_VideoList {
	display: block;
	background: #f8f8f8;
}

.yx_VContent {
	padding: var(--yx_FS24) var(--yx_FS18);
}

.yx_VContent .yx_Title {
	font-size: var(--yx_FS22);
	color: #4a4a4a;
}

.yx_VContent .yx_Summary {
	font-size: var(--yx_FS14);
	line-height: 200%;
	margin-top: 14px !important;
	color: #999;
}

.yx_VideoList .yx_ImgCover {
	cursor: pointer;
	padding-bottom: 56%;
	background: #000;
	display: block;
}

.yx_VideoList .yx_ImgCover .yx_icon {
	cursor: pointer;
	transition: all 0.6s;
	font-size: var(--yx_FS72);
	color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	opacity: 0;
}

.yx_VideoList:hover .yx_ImgCover .yx_icon {
	top: 50%;
	opacity: 1;
}

.yx_VideoList:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.hy_productNew .box .list .banner {
	margin-top: 3rem;
}

.hy_productNew .box .list .banner .swiper-slide {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.6rem;
}

.hy_productNew .box .list .banner .swiper-slide:nth-child(3n) {
	margin-right: 0;
}

.hy_productNew .box .list .yx_List3 {
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.6s;
}

.hy_productNew .box .list .yx_List3 a {
	display: block;
}

.hy_productNew .box .list .yx_List3 a .content1 {
	padding-bottom: 55%;
	text-align: center;
}

.hy_productNew .box .list .yx_List3 a .content2 {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}

.hy_productNew .box .list .yx_List3 a .content3 {
	font-size: 1rem;
	color: var(--yx_Color);
	text-align: center;
	padding: 1rem 0 0;
}

.hy_productNew .box .list .yx_List3:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.hy_productNew .box .list .yx_List3:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hy_productNew .box .list .yx_List3 a .content3 img {
	margin-left: 0.625rem;
}

.hy_productNew .box .list .yx_List3 a .content4 {
	display: flex;
	align-items: center;
	height: 7.8125rem;
	border-top: 1px solid #ddd;
}

.hy_productNew .box .list .yx_List3 a .content4>div {
	margin: auto;
	width: 100%;
}

.hy_productNew .box .list .yx_List3 a:hover .content2 {
	color: var(--yx_Color);
}

.hy_productNew .box .list .yx_List3 a:hover .content3 {
	display: block;
}

.hy_productNew .box .list .page {
	margin-top: 3.25rem;
}

.hy_productNew .box .list .page>p {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_CTwo);
}

.hy_productNew .box .list .page>p:hover {
	border: 1px solid var(--yx_Color);
	background: var(--yx_Color);
}

.hy_productNew .box .list .page>p:hover span {
	color: #fff;
}

.hy_productNew .box .list .page .cen p span {
	margin: 0 5px;
}

/*honor*/
.yx_HonorBox {
	width: 100% !important;
}

.yx_HonorList {
	transition: all 0.6s;
	cursor: pointer;
}

.yx_HonorList .yx_ImgContain {
	width: 100%;
	padding-bottom: 76%;
	background: rgba(0, 97, 174, 0.05);
}

.yx_HonorList .yx_ImgContain img {
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
}

.yx_HonorList .yx_Title {
	font-size: var(--yx_FS16);
	color: #fff;
	text-align: center;
	padding: var(--yx_FS14) 0;
	transition: all 0.6s;
	background: var(--yx_Color);
}

.yx_HonorList:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(0.9);
}

.yx_HonorList:hover .yx_Title {
	background-color: var(--yx_CTwo);
}

.yx_HonorList:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_BigBox {
	position: fixed;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.75);
}

.yx_BigBox .yx_BigContent {
	background: #fff;
	padding: var(--yx_FS18);
	border-radius: 10px;
	box-shadow: 0 0 16px rgb(0 0 0 / 50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.yx_BigBox .yx_Img img {
	width: auto;
	max-width: 80vw;
	max-height: 80vh;
	height: auto;
}

.yx_BigClose {
	position: absolute;
	right: 3%;
	top: 3%;
	background: #2a2a2a;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*pageBox*/
.my-4 .pagination {
	display: flex;
	width: 100%;
	margin: var(--yx_FS36) 0 0;
	justify-content: center;
	align-items: center;
}

.my-4 .pagination>a {
	font-size: var(--yx_FS14);
	color: rgba(0, 0, 0, 0.68);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 12px;
	margin: 0 6px;
	display: inline-block;
	transition: all 0.6s;
}

.my-4 .pagination .page-num {
	width: var(--yx_FS42);
	text-align: center;
	padding: 10px 5px;
}

.my-4 .pagination .page-num-current {
	background: var(--yx_Color) !important;
	color: #fff !important;
}

.my-4 .pagination>a:hover {
	background-color: var(--yx_Color);
	color: #fff;
}

/*news*/
.news_box1 .yx_Width {
	box-sizing: border-box;
}

.news_box1 .yx_Width .content1 {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: var(--yx_FS30);
}

.news_box1 .yx_Width .content1 h5 {
	font-size: var(--yx_FS30);
	color: #4a4a4a;
}

.news_box1 .yx_Width .content1 h6 {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	margin-top: var(--yx_FS30);
}

.news_box1 .yx_Width .content2 {
	padding: var(--yx_FS42) 0 0;
	min-height: 360px;
	font-size: var(--yx_FS16);
}

.news_box1 .yx_Width .content2 p {
	font-size: var(--yx_FS16) !important;
	color: rgba(0, 0, 0, 0.68);
	line-height: 200%;
	text-align: justify;
	text-indent: 2rem;
}

.news_box1 .yx_Width .content2 p img,
.news_box1 .yx_Width .content2 img {
	max-width: 100% !important;
	margin: auto;
	height: auto !important;
}

.news_box2 {
	margin-top: var(--yx_FS54);
}

.news_box2 .box {
	border-top: 1px solid #ddd;
	padding-top: var(--yx_FS36);
}

.news_box2 .box .item a {
	width: var(--yx_FS60);
	height: var(--yx_FS60);
	line-height: calc(var(--yx_FS60) - 2px);
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0;
	transition: 0.4s;
	border-radius: 50%;
	color: #999;
	text-align: center;
}

.news_box2 .box .item a span {
	font-weight: bold;
	color: #999;
}

.news_box2 .box .item a:hover {
	border: 1px solid var(--yx_Color);
	background: var(--yx_Color);
	border: 1px solid transparent;
	color: #fff;
}

.news_box2 .box .item a:hover span {
	color: #fff;
}

.news_box2 .box .go {
	display: flex;
	align-items: center;
}

.news_box2 .box .go a {
	display: inline-block;
	width: 126px;
	line-height: 42px;
	border-radius: 21px;
	background: var(--yx_Color);
	color: #fff;
	text-align: center;
}

.hy_news_info {
	padding-bottom: var(--yx_FS60);
}

/*product*/
.yx_ProMbx .boxRight {
	padding: var(--yx_FS24) 0;
}

.yx_NewProduct {
	position: relative;
}

.yx_NewProduct .boxLeft {
	width: 20%;
	padding: var(--yx_FS60) 2% var(--yx_FS60) 0;
}

.yx_NewProduct .boxLeft article {
	position: -webkit-sticky;
	position: sticky;
	top: 84px;
	max-height: 84vh;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.yx_NewProduct .boxLeft article .item {
	margin-bottom: 1.25rem;
}

.yx_NewProduct .boxLeft article .item a {
	display: block;
	font-size: 2rem;
	color: #fff;
	line-height: 240%;
	box-sizing: border-box;
	padding: 1rem 1.6rem;
}

.yx_NewProduct .boxLeft article .active a {
	background: var(--yx_Color);
	color: #fff;
}

.yx_NewProduct .boxLeft article::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}

.yx_NewProduct .boxLeft article::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(201, 24, 25, 0.2);
}

.yx_NewProduct .boxLeft article::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #f9f9f9;
}

.yx_NewProduct .boxRight {
	width: 80%;
	padding-top: var(--yx_FS60);
	padding-bottom: var(--yx_FS60);
}

.yx_NewProduct .item a {
	display: block;
	background: #f7f7f7;
	padding: var(--yx_FS18);
	position: relative;
	transition: all 0.6s;
}

.yx_NewProduct .item a:hover {
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_NewProduct .item a .content1 {
	position: relative;
	padding-bottom: 100%;
}

.yx_NewProduct .item a .yx_ImgCover::after {
	background-color: #000;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.6s;
	opacity: 0;
}

.yx_NewProduct .item a:hover .yx_ImgCover::after {
	opacity: 0.01;
}

.yx_NewProduct .item a:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_NewProduct .item a .content1 p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.yx_NewProduct .item a .content2 {
	margin-top: var(--yx_FS16);
	text-align: center;
}

.yx_NewProduct .item a .content2 .left h5 {
	font-size: var(--yx_FS18);
	color: #2a2a2a;
	line-height: 220%;
	transition: 0.4s;
}

.yx_NewProduct .item a .content2 .right {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.12rem 0 var(--yx_FS14);
}

.yx_NewProduct .item a .content2 .right * {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.yx_NewProduct .item a .content2 .right .yx_icon {
	color: var(--yx_Color);
	opacity: 0;
	transform: translateX(-36px);
	transition: all 0.6s;
}

.yx_NewProduct .item a:hover .content2 .right .yx_icon {
	opacity: 1;
	transform: translateX(0);
}

.yx_NewProduct .item a .yx_ImgCover .yx_icon {
	width: var(--yx_FS60);
	height: var(--yx_FS60);
	border-radius: 50%;
	background: var(--yx_Color);
	font-size: var(--yx_FS24);
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	line-height: var(--yx_FS60);
	opacity: 0;
	transition: all 0.6s;
}

.yx_NewProduct .item a:hover .yx_ImgCover .yx_icon {
	opacity: 1 !important;
}

.yx_NewProduct .item a .content2 .right div img {
	margin-left: var(--yx_FS24);
	height: var(--yx_FS22);
	transition: all 0.6s;
}

.yx_NewProduct .item a:hover .content2 .right div img {
	transform: translateX(30px);
}

.yx_NewProduct .item a:hover .content1 .img {
	opacity: 1;
}

.yx_NewProduct .item a:hover .content1 p {
	opacity: 0;
}

.yx_NewProduct .item a:hover .content2 .left h5 {
	color: var(--yx_Color);
}

.yx_ProPageTwo {
	background: #f7f7f7;
	padding: var(--yx_FS16);
	border-radius: 4px;
	position: sticky;
	top: 140px;
	border-top: 5px solid var(--yx_Color);
}

.yx_PT_Link {
	color: #fff;
	font-size: var(--yx_FS18);
	display: inline-block;
}

.yx_PageTit {
	position: relative;
	line-height: 240%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: var(--yx_FS18);
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: var(--yx_FS14) 0;
	margin: 0px;
}

.yx_PageTit a:hover {
	color: var(--yx_Color);
}

.yx_PageTit .yx_icon {
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0px;
	width: var(--yx_FS30);
	height: var(--yx_FS30);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.yx_PPBox .yx_PPBox2 {
	display: none;
}

.yx_PPBox .yx_PPBox3 {
	display: none;
}

.yx_PPList {
	position: relative;
	padding: 1% 0;
}

.yx_PPBox2 .yx_PT_Link2 {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
}

.yx_PPBox2 .yx_PT_Link2 em {
	display: block;
	width: 12px;
	height: 12px;
	border: #fff 1px solid;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 5%;
	padding: 2px;
	position: relative;
}

.yx_PPBox2 .yx_PT_Link2 span {
	font-weight: normal;
	font-size: 15px;
	color: #fff;
}

.yx_PPBox2 .yx_PageTit {
	padding: 5px 0 5px;
	border: none !important;
}

.yx_PPBox3 {
	padding-left: var(--yx_FS36);
}

.yx_PT_Link3 {
	font-size: var(--yx_FS14);
	line-height: 160%;
	font-weight: normal;
}

.yx_PT_Link.yx_Click {
	color: var(--yx_Color) !important;
}

.yx_PT_Link.yx_Click em {
	border-color: var(--yx_Color) !important;
	background: var(--yx_Color) !important;
}

.yx_ProPageTwo .yx_PPBox2 {
	display: none;
}

.yx_ProPageTwo .yx_PPBox3 {
	display: none;
}

.yx_content {
	min-height: 500px;
}

/*wuneirong*/
.yx_Nobody {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: var(--yx_FS42) var(--yx_FS24);
	border-radius: 12px;
	cursor: pointer;
	transition: all .24s ease-in-out;
}

.yx_Nobody .yx_NoContent {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: var(--yx_FS24);
	transition: all .24s ease-in-out;
	display-radio: flex;
}

.yx_Nobody:hover {
	border-color: transparent;
	box-shadow: 0 12px 64px rgba(0, 0, 0, .12);
}

.yx_Nobody .yx_NoSvg {
	width: 20%;
	height: auto;
	font_radio: 1;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

.yx_Nobody .yx_NoSvg svg {
	margin: 0;
	width: 100% !important;
	height: 100% !important;
}

.yx_Nobody .yx_NoTitle {
	font_radio: 2;
	display-radio: 1;
	opacity: 1;
	line-height: 2;
	text-align: center;
	color: rgba(0, 0, 0, 0.68);
	margin-top: var(--yx_FS18);
	font-size: var(--yx_FS18);
}

/*product*/
.hy_pro {
	padding-top: var(--yx_FS30) !important;
}

.hy_pro .box .boxLeft {
	width: 35%;
	background: #fff;
	position: relative;
	z-index: 4;
	border-radius: 4px;
}

.hy_pro .box .boxLeft .yx_ImgContain {
	width: 100%;
	padding-bottom: 85%;
	border: 1px solid #eee;
}

.hy_pro .box .boxLeft img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hy_pro .box .boxLeft .mySwiper {
	margin-top: 10px;
	width: calc(100% - (var(--yx_FS38)*2));
	padding: 0 10px;
}

.hy_pro .box .boxLeft .new_con {
	border: 1px solid #eee;
}

.hy_pro .box .boxLeft .new_con .yx_ImgContain {
	border: none !important;
}

.hy_pro .box .boxLeft .mySwiper .swiper-slide {
	cursor: pointer;
	box-sizing: border-box;
}

.hy_pro .box .boxLeft .mySwiper .swiper-slide.yx_Active .yx_ImgContain {
	border-color: var(--yx_Color) !important;
}

.hy_pro .box .boxLeft .mySwiper .swiper-slide-thumb-active {
	border: 1px solid var(--yx_Color);
}

.hy_pro .box .boxRight .content2:nth-child(1)::after {
	position: absolute;
	width: 1px;
	height: 100%;
	left: 110%;
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.15)
}

.hy_pro .box .boxRight .content2 table {
	width: 100% !important;
}

.hy_pro .box .boxRight .content2 td {
	min-width: 300px;
}

.hy_pro .box .boxRight .content2 {
	color: #fff;
}

.hy_pro .box .boxRight .content2 h4 {
	font-size: var(--yx_FS16) !important;
	color: rgba(255, 255, 255, 0.8);
	line-height: 200%;
}

.hy_pro .box .boxRight .content2 p {
	font-size: var(--yx_FS16) !important;
}

.hy_pro .box .boxLeft .banner2 {
	position: relative;
}

.hy_pro .box .boxLeft .banner2 .button p {
	position: absolute;
	top: 50%;
	z-index: 6;
	cursor: pointer;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	width: var(--yx_FS38);
	transition: all 0.6s;
	color: rgba(0, 0, 0, 0.68);
	font-size: var(--yx_FS22);
}

.hy_pro .box .boxLeft .banner2 .button p:hover {
	background: var(--yx_Color);
	color: #fff;
}

.hy_pro .box .boxLeft .banner2 .button p .yx_icon {
	color: rgba(0, 0, 0, 0.68);
	transition: 0.4s;
	font-size: var(--yx_FS24);
}

.hy_pro .box .boxLeft .banner2 .button p .yx_icon:hover {
	color: #fff;
}

.hy_pro .box .boxLeft .banner2 .button .prev {
	left: 0;
}

.hy_pro .box .boxLeft .banner2 .button .next {
	right: 0;
}

.hy_pro .box .boxLeft .banner2 .button p.swiper-button-disabled {
	opacity: 0.3 !important;
}

.hy_pro .box .boxRight {
	width: 63%;
	box-sizing: border-box;
	padding: var(--yx_FS36);
	border-radius: 4px;
	background-color: var(--yx_Color);
	transition: all 0.6s;
}

.hy_pro .box .yx_BackBtn {
	margin-top: var(--yx_FS42);
	text-align: right;
}

.hy_pro .box .yx_BackBtn a {
	display: inline-block;
	background: #fff;
	color: var(--yx_Color);
	font-size: var(--yx_FS16);
	padding: var(--yx_FS14) var(--yx_FS54);
	transition: all 0.6s;
	border-radius: var(--yx_FS60);
}

.hy_pro .box .yx_BackBtn:hover a {
	background: var(--yx_CTwo);
	color: #fff;
}

.yx_Content {
	padding: var(--yx_FS54) 0 0;
}

.yx_Content .title {
	font-size: var(--yx_FS24);
	text-align: center;
}

.yx_Content .box {
	font-size: var(--yx_FS16);
	line-height: 200%;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.68);
}

.yx_Content .box p {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: rgba(0, 0, 0, 0.68);
}

.yx_Content .box img {
	max-width: 100% !important;
	height: auto !important;
}

.yx_Content .box video {
	height: auto !important;
	max-width: 100% !important;
	width: 768px !important;
}

.hy_pro .box .boxRight .content1 {
	font-weight: bold;
	font-size: var(--yx_FS30);
	padding: var(--yx_FS16) 0;
	padding-bottom: var(--yx_FS22);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hy_pro .box .boxRight .yx_flexWrap {
	margin-top: var(--yx_FS24);
}

.hy_pro .box .boxRight .content2 {
	width: auto;
	min-width: 48%;
}

.hy_pro .box .boxRight .content2 h2 *,
.hy_pro .box .boxRight .content2 h2 {
	font-size: var(--yx_FS22) !important;
	color: #fff;
}

.hy_pro .box .boxRight .content2 h3 *,
.hy_pro .box .boxRight .content2 h3 {
	font-size: var(--yx_FS18) !important;
	color: #fff;
}

.hy_pro .box .boxRight .content2 h5 *,
.hy_pro .box .boxRight .content2 h5 {
	font-size: var(--yx_FS16) !important;
	color: #fff;
}

.hy_pro .box .boxRight .content2 ul {
	list-style-type: none !important;
	margin-top: 24px;
}

.hy_pro .box .boxRight .content2 ul li *,
.hy_pro .box .boxRight .content2 ul li {
	font-size: var(--yx_FS14) !important;
	padding-left: 0px !important;
	list-style-type: none !important;
}

.hy_pro .box .boxRight .content2 br {
	display: none;
}

.hy_pro .box .boxRight .content2 p {
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	line-height: 200%;

}

.hy_pro .box .boxRight .content2 p::after {
	content: '';
	position: absolute;
	top: 1.02rem;
	left: 0;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
}

.yx_ProDContent {
	padding: var(--yx_FS16);
	border: 1px solid #eee;
	margin-top: var(--yx_FS16)
}

.yx_proDBox .yx_proD p,
.yx_proDBox .yx_proD {
	color: #666;
}

.yx_ProDContent .yx_PDCTitle {
	display: block;
	color: #060606;
	margin: var(--yx_FS24) 0 var(--yx_FS18);
	font-weight: bold;
	text-align: center;
	font-size: var(--yx_FS30);
}

.text-secondary {
	font-size: var(--yx_FS16);
}

.yx_ProDContent .lian-about-contact-message-from {
	width: 100%;
	padding: 0 2%;
	margin-top: var(--yx_FS36)
}

.yx_ProDContent .message-from-item .input-1 {
	padding: 14px 0;
}

.yx_ProDContent .send-2 {
	color: #fff;
	text-align: center;
	margin: var(--yx_FS30) auto 0;
}

.yx_ProDContent .send-2 a {
	color: #fff;
}

.yx_proD {
	padding-left: var(--yx_FS24);
	display: flex;
	align-items: center;
	margin-top: var(--yx_FS24);
	font-size: var(--yx_FS16);
	transition: all 0.6s;
}

.yx_proD:hover {
	color: var(--yx_Color);
}

.yx_proD .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	margin-right: var(--yx_FS24);
}

.yx_proDBox {
	padding: var(--yx_FS22) 0;
	margin-top: var(--yx_FS22);
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
	border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

.yx_ProImg {
	padding-bottom: 100% !important;
}

.yx_ProDetailContent table {
	width: 100%;
}

.yx_ProDetailContent table td {
	border: none;
	font-size: var(--yx_FS16);
	padding: 0;
	width: auto;
	background: #fff !important;
}

.yx_ProDetailContent table tr:nth-child(1) {
	text-align: center;
	font-weight: bold;
}

.yx_ProDetailContent table tr:nth-child(1) {
	background: var(--yx_Color);
	color: #fff;
}

.yx_ProDetailContent table tr:nth-child(1) * {
	color: #fff;
}

.yx_ProDetailContent table tr:nth-child(2n) {
	background: #fafafa;
}

.yx_ProDetailContent h3 {
	font-size: var(--yx_FS30);
	margin-top: var(--yx_FS24) !important;
	line-height: 200%;
	border-bottom: 1px solid #eee;
	margin-bottom: var(--yx_FS24) !important;
}

.yx_ProDetailContent .yx_DTableTit {
	background: rgba(0, 0, 0, 0.05);
	margin-bottom: var(--yx_FS36);
	border-radius: 4px;
	overflow: hidden;
}

.yx_ProDetailContent .yx_DTableTit span {
	display: inline-block;
	padding: var(--yx_FS18) var(--yx_FS48);
	font-size: var(--yx_FS18);
	color: #fff;
	transition: all 0.6s;
	cursor: pointer;
}

.yx_ProDetailContent .yx_DTableTit span.yx_Active {
	background: var(--yx_Color) !important;
	color: #fff;
	border-radius: 4px;
}

.n_page {
	width: 100%;
	top: auto;
	left: auto;
	margin: auto;
	margin-bottom: var(--yx_FS42);
}

.n_page .commons-text {
	width: auto;
}

@media only screen and (max-width:768px) {
	.n_page{
		flex-wrap: wrap;
	}
	.n_page .commons-text,.n_page .product-btn{
		width: 100%;
	}
	.n_page .product-btn{
		flex-wrap: wrap;
		margin-top: 18px;
		justify-content: space-between;
	}
	.n_page .product-btn a{
		width: 49%;
		box-sizing:border-box;
		margin:6px 0 !important;
	}
	.yx_ProDetailContent table {
		display: block;
		overflow: auto;
	}

	.yx_NContent,
	.yx_NContent p {
		font-size: 18px;
	}

	.yx_NContent,
	.yx_ContentLeft {
		width: 100% !important;
	}

	.hy_content .box .item .bot a,
	.hy_content .box .item .bot {
		font-size: 14px;
		line-height: 200%;
	}

	.hy_pro {
		padding-top: 0px !important;
	}
}

.hy_product .box .list .title {
	font-size: var(--yx_FS42);
	text-align: center;
	color: #4a4a4a;
	margin-bottom: var(--yx_FS48);
}

.hy_product .box .list .page {
	margin-top: var(--yx_FS42)
}

.hy_product .box .list .page>p {
	width: var(--yx_FS42);
	height: var(--yx_FS42);
	line-height: var(--yx_FS42);
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_CTwo);
}

.hy_product .box .list .page>p:hover {
	border: 1px solid var(--yx_Color);
	background: var(--yx_Color);
}

.hy_product .box .list .page>p:hover span {
	color: #fff;
}

.hy_product .box .list .page .cen p span {
	margin: 0 5px;
}

/*news*/
.hy_news .title {
	font-size: var(--yx_FS42);
	margin-bottom: var(--yx_FS36);
	text-align: center;
	color: #fff;
}

.hy_news .main1 {
	margin-bottom: var(--yx_FS42);
	overflow: hidden;
	transform: all 0.6s;
}

.hy_news .box .main1 a .boxLeft {
	width: 50%;
	overflow: hidden;
}

.hy_news .box .main1 a .boxLeft img {
	width: 100%;
	transition: 0.4s;
}

.hy_news .box .main1 a .boxRight {
	width: 50%;
	background: #f7f7f7;
	padding: 0 var(--yx_FS48);
	box-sizing: border-box;
	display: flex;
	transform: all 0.6s;
	align-items: center;
}

.hy_news .main1:hover {
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hy_news .main1:hover .boxRight {
	background: #fff;
}

.hy_news .box .main1 a .boxRight div {
	width: 100%;
}

.hy_news .box .main1 a .boxRight .content1 {
	font-size: var(--yx_FS16);
	color: var(--yx_CTwo);
	padding-top: var(--yx_FS24);
}

.hy_news .box .main1 a .boxRight .content2 {
	font-size: var(--yx_FS22);
	color: #2a2a2a;
	margin: var(--yx_FS24) 0 0.28rem;
	transition: 0.4s;
}

.hy_news .box .main1 a .boxRight .content3 {
	font-size: var(--yx_FS16);
	color: #999;
	line-height: 200%;
}

.hy_news .box .main1 a .boxRight .content4 {
	margin-top: var(--yx_FS30);
}

.hy_news .box .main1 a .boxRight .content4 div {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.hy_news .box .main1 a .boxRight .content4 div img {
	margin-left: 0.625rem;
}

.hy_news .box .main1 a:hover .boxLeft img {
	transform: scale(1.1);
}

.hy_news .box .main1 a:hover .boxRight .content2 {
	color: var(--yx_Color);
}

.hy_news .box .main2 .item {
	background: #fafafa;
	margin-bottom: var(--yx_FS36);
	transition: all 0.6s;
	padding: var(--yx_FS24) var(--yx_FS24) var(--yx_FS24);
}

.hy_news .box .main2 .item:hover {
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hy_news .box .main2 .item:nth-child(3n) {
	margin-right: 0;
}

.hy_news .box .main2 .item a .left {
	overflow: hidden;
	padding-bottom: 65%;
}

.hy_news .box .main2 .item a .left img {
	width: 100%;
	transition: 0.4s;
}

.hy_news .box .main2 .item a .right .content1 {
	font-size: var(--yx_FS16);
	color: #999;
	margin-top: var(--yx_FS18);
}

.hy_news .box .main2 .item a .right .content2 {
	font-size: var(--yx_FS18);
	color: #2a2a2a;
	margin: 0.1rem 0;
	transition: 0.4s;
}

.hy_news .box .main2 .item a .right .content3 {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 200%;
}

.hy_news .box .main2 .item a .right .content4 {
	border-top: 1px solid #ddd;
	margin-top: var(--yx_FS22);
	padding-top: var(--yx_FS22);
	transition: 0.4s;
}

.hy_news .box .main2 .item a .right .content4 div {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
}

.hy_news .box .main2 .item a .right .content4 div img {
	margin-left: var(--yx_FS18);
	height: var(--yx_FS18);
}

.hy_news .box .main2 .item a:hover .left img {
	transform: scale(1.1);
}

.hy_news .box .main2 .item a:hover .right .content2 {
	color: var(--yx_Color);
}

.hy_news .box .main2 .item a:hover .right .content4 {
	border-top: 1px solid var(--yx_Color);
}

/*hy_news*/
.hy_news .news_item_box {
	position: relative;
	transition: all 0.6s;
}

.hy_news .news_item_box:hover {
	background: rgba(0, 0, 0, 0.1);
}

.hy_news .news_item_box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #f5f5f5;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.hy_news .news_item_box .news_item_read:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--yx_Color);
	z-index: 9;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.hy_news .news_item_box:hover .news_item_read:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.hy_news .news_item_box a {
	display: block;
}

.hy_news .news_item_box .yx_ImgCover {
	padding-bottom: 65%;
	border: 1px solid #eee;
}

.hy_news .news_item_box {
	font-size: var(--yx_FS22);
	line-height: 200%;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hy_news .news_item_read {
	padding: var(--yx_FS36) var(--yx_FS16);
	position: relative;
	background: #fafafa;
}

.hy_news .news_item_read .yx_Tit {
	color: #4a4a4a;
	font-size: var(--yx_FS16);
	line-height: 180%;
	height: 72px;
}

.hy_news .news_item_box .yx_Summary {
	font-size: var(--yx_FS14);
	color: #999;
	margin: var(--yx_FS18) 0 var(--yx_FS24);
}

.hy_news .news_item_box .yx_icon {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.4);
}

.hy_news .news_item_box .news_time_text {
	font-size: var(--yx_FS16);
	margin-left: 15px;
	color: rgba(0, 0, 0, 0.4);
}

.hy_news .news_item_box:hover .yx_ImgCover img {
	transform: scale(1.1);
}

/*end*/

/*Contact*/
.hy_content .title {
	font-size: var(--yx_FS42);
	text-align: center;
}

.hy_content .box .item .top {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 200%;
	align-items: flex-end;
	padding-bottom: var(--yx_FS14);
}

.hy_content .box .item .top .left {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
}

.hy_content .box .item .top .right {
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border-radius: 50%;
	background: var(--yx_Color);
	font-size: var(--yx_FS16);
	color: #fff;
	text-align: center;
	line-height: var(--yx_FS48);
}

.hy_content .box .item .bot {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	padding-top: var(--yx_FS16);
	line-height: 200%;
}

.hy_content .box .item .bot a,
.hy_content .box .item .bot {
	display: block;
	width: 100%;
	font-size: var(--yx_FS24);
	color: #2a2a2a;
	font-weight: bold;
}

.hy_content .box .item .bot a:hover {
	color: var(--yx_Color);
}

.hy_content1 {
	background: rgba(0, 0, 0, 0.1);
}

.hy_content1 .box .item {
	width: 31%;
	margin-right: 3.5%;
}

.hy_content1 .box .item:last-child {
	margin-right: 0;
}

.hy_content1 .box .item .content1 {
	overflow: hidden;
}

.hy_content1 .box .item .content1 img {
	width: 100%;
	transition: 0.4s;
}

.hy_content1 .box .item:hover .content1 img {
	transform: scale(1.1);
}

.hy_content1 .box .item .content2 {
	color: #222;
	margin-top: var(--yx_FS42);
}

.hy_content1 .box .item .content3 {
	margin-top: var(--yx_FS24);
	font-size: var(--yx_FS18);
	color: #999;
	line-height: var(--yx_FS42);
}

.hy_content1 .box .item .content3 p {
	position: relative;
	padding: 0.1rem 0;
}

.hy_content1 .box .item .content3 p:last-child span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.hy_content2 .title {
	font-size: var(--yx_FS42);
	text-align: center;
	color: #4a4a4a;
	margin-bottom: var(--yx_FS36);
}

.hy_content2 .box .boxLeft {
	width: 50%;
}

.hy_content2 .box .boxLeft .item input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: var(--yx_FS16);
	height: var(--yx_FS54);
	padding: 0 var(--yx_FS18);
	border-bottom: 0;
}

.hy_content2 .box .boxLeft .item:last-child input {
	border-bottom: 1px solid #ddd;
}

.hy_content2 .box .boxRight {
	width: 50%;
}

.hy_content2 .box .boxRight textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: var(--yx_FS16);
	padding: var(--yx_FS24) var(--yx_FS18);
	border-left: 0;
	height: 100%;
}

.hy_content2 .box1 input {
	font-size: var(--yx_FS16);
	display: block;
	width: 1.2rem;
	line-height: var(--yx_FS42);
	height: var(--yx_FS42);
	color: #fff;
	background: var(--yx_Color);
	border-radius: var(--yx_FS18);
	text-align: center;
	border: 0;
	cursor: pointer;
}

.yx_ContentRgiht {
	width: 100% !important;
	max-width: none !important;
}

.yx_ContentLeft .companytitle {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
	margin-bottom: 24px;
}

.yx_ContentLeft {
	margin-top: 6vw;
	width: 30%;
}

.yx_ConTwo {
	margin: var(--yx_FS24) 0;
}

.yx_ContentLeft .item {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 8px 0;
}

.yx_ContentLeft .item .right {
	font-size: var(--yx_FS22);
	color: #999;
	box-sizing: border-box;
}

.yx_ContentLeft .item .bot {
	box-sizing: border-box;
	width: calc(100% - var(--yx_FS18));
	padding-left: 4%;
}

.yx_ContentLeft .item .bot .left {
	font-size: var(--yx_FS16);
}

.yx_ContentLeft .item .bot a {
	font-size: var(--yx_FS16);
	color: #666;
}

.hy_content {
	background: #fafafa;
}

.yx_MapBox {
	border: 1px solid #eee;
	margin-top: var(--yx_FS42);
}

@media screen and (max-width:768px) {
	.footer-scrolltop {
		display: none !important;
	}

	.yx_ContentRgiht {
		width: 100% !important;
		padding-left: 0%;
	}

	.yx_Company2 .c-quote__copy {
		width: 100% !important;
	}

	.yx_ContentLeft .item {
		width: 100%;
		margin-bottom: 24px;
	}

	.yx_Company4 .yx_ImgContain {
		width: 22% !important;
	}

	.yx_Company4 .yx_ImgContain img {
		max-height: 50% !important;
	}

	.hy_pro .box .boxLeft,
	.hy_pro .box .boxRight {
		width: 100% !important;
	}

	.yx_ContentLeft {
		width: 100%;
		padding-top: 0px !important;
	}

	.hy_news .box .main1 {
		display: none !important;
	}

	.hy_news .box .main2 .item {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.yx_ContentLeft>div {
		width: 100% !important;
		margin: var(--yx_FS16) 0 !important;
	}

	.yx_NewProduct .boxLeft {
		display: none !important;
	}

	.yx_NewProduct .boxRight {
		width: 100% !important;
	}
}

/*message*/

.yx_MessageBox .yx_MeList {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background: rgba(0, 0, 0, 0.05);
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: var(--yx_FS24);
}

.yx_MessageBox .yx_MeContent textarea {
	background: none;
	box-sizing: border-box;
	border: none;
	line-height: 200%;
	padding: var(--yx_FS14);
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	transition: all .4s ease;
	width: 100%;
	min-height: 160px;
}

.yx_MessageBox .yx_flexWrap .yx_MeList {
	width: calc((100% - var(--yx_FS24))/2);
	align-items: center;
}

.yx_MessageBox .yx_MeList span {
	width: 100px;
	font-size: var(--yx_FS16);
	color: #999;
	text-align: left;
	padding-left: 1.2vw;
	position: relative;
}

.yx_MessageBox .yx_MeList span.bt::before,
.yx_BotMessage .yx_MeList span.bt::before {
	content: '*';
	color: red;
	font-size: 12px;
	left: 0.5vw;
	position: absolute;
}

.yx_MessageBox .yx_MeList input {
	background: none;
	box-sizing: border-box;
	border: none;
	line-height: 240%;
	padding: 12px 0;
	width: calc(100% - 100px);
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	transition: all .4s ease;
}

.yx_MessageBox .yx_MeBtn {
	display: block;
	position: relative;
	text-align: center;
	width: 360px;
	height: auto;
	padding: var(--yx_FS16) 0;
	line-height: 240%;
	background: var(--yx_Color);
	margin: auto;
	margin-top: 3%;
	font-size: var(--yx_FS16);
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: var(--yx_FS60);
}

.yx_MessageBox .yx_MeBtn:hover {
	background: var(--yx_CTwo);
}

@media only screen and (max-width:768px) {
	.yx_NPage .yx_Width {
		width: 100% !important;
		padding: 0 !important;
	}

	.yx_MessageBox .yx_MeBtn {
		width: 100%;
	}

	.yx_MessageBox .yx_MeList {
		width: 100% !important;
		margin-bottom: 12px;
	}

	.yx_MessageBox .yx_MeList span {
		width: 80px;
	}

	.yx_MessageBox .yx_MeList input {
		padding: 6px;
		width: calc(100% - 80px);
	}
}

.footer-bottom {
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (max-width:992px) {
	.index_header .yx_Width {
		display: none !important;
	}

	.boxTlogo .botLogo img {
		height: 42px;
	}

	.boxTlogo {
		padding-top: 0px;
	}
}

@media only screen and (max-width:768px) {

	.index_about .yx_ia_Right,
	.index_about .yx_ia_Left {
		width: 100%;
	}

	.index_equipment .yx_eqLeft,
	.index_equipment .yx_eqRight {
		width: 100%;
		padding: 0px;
	}

	.index_equipment .yx_eqLeft,
	.index_about .yx_ia_Right {
		margin-bottom: var(--yx_FS48);
	}

	.index_equipment .yx_eqLeft .content3 {
		-webkit-line-clamp: 2;
	}

	.index_equipment .eq_Width>div {
		padding-right: 0px;
	}

	.index_equipment .eq_Width {
		width: 100% !important;
		padding-left: calc(3% + 10px) !important;
		padding-right: calc(3% + 10px) !important;
		padding-bottom: var(--yx_FS60) !important;
	}

	.index_equipment .eq_Width:nth-child(2) {
		padding-top: 0px !important;
	}

	.index_about .yx_ia_Left .con {
		font-size: 14px;
	}

	.index_equipment .yx_eqBtn>div {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.index_case .yx_IPPro .yx_List {
		width: calc((100% - var(--yx_FS22))/2);
	}

	.index_case .yx_IPPage {
		display: none !important;
	}

	.index_news .new_Width {
		padding-left: 0px;
	}

	.Inner_banner .position .box h5 {
		font-size: var(--yx_FS48);
	}
}

/*new about*/
.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 100;
}

.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}

.z_tanchuang .tbox .modal {
	background: white;
	padding: 30px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 80%;
	max-width: 1200px;
	max-height: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}

.z_tanchuang .tbox .modal .out {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #2a2a2a;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: -50px;
	cursor: pointer;
	transition: all 0.5s;
}

.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	max-height: 67vh;
}

.z_tanchuang .tbox .modal .img img {
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
	padding: 20px;
}

.z_tanchuang .tbox .modal .img {
	max-width: 1200px;
}

.z_tanchuang.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@-webkit-keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zhuan {
	from {
		transform: translate(-50%, -50%) rotate(0deg) scale(1);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg) scale(1);
	}
}

.yx_Company1 {
	position: relative;

}

.yx_Company1:before {
	content: '';
	position: absolute;
	left: 0;
	height: 200%;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to right, rgba(0, 97, 174, 0.1), transparent);
}

.yx_Company1:after {
	content: '';
	position: absolute;
	display: block;
	top: -8%;
	left: -1%;
	opacity: 0.2;
	background: url(../picture/ABOUT.png) no-repeat left top;
	width: 100%;
	height: 100%;
	background-size: contain;
}

.yx_Company1>div {
	position: relative;
	z-index: 2;
}

.yx_Company1 .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.22rem;
	height: 1.22rem;
	cursor: pointer;
}

.yx_Company1 .btn img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.yx_Company1 .btn:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	background: url(../image/ab_btnbj.png)no-repeat center;
	background-size: cover;
	width: 1.8rem;
	height: 1.8rem;
	transition: all 0.5s;
	opacity: 0;
}

.yx_Company1 .btn:hover:after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	animation: zhuan 3s linear infinite;
	-webkit-animation: zhuan 3s linear infinite;
}

.yx_CmTitBox .content1 {
	font-size: var(--yx_FS48);
	line-height: 140%;
	font-weight: bold !important;
	color: #fff;
	text-align: left;
}

.yx_Company1 .yx_CLeft {
	width: 45%;
	padding-right: 5%;
}


.yx_Company1 .yx_CLeft .yx_Title {
	font-size: var(--yx_FS36);
	color: #2a2a2a;
	margin-bottom: 24px;
}

.yx_Company1 .yx_CLeft .info {
	font-size: var(--yx_FS16);
	line-height: 220%;
	color: #333;
	-webkit-line-clamp: 10;
	text-align: justify;
	text-indent: 2rem;
}

.yx_Company1 .yx_CLeft .info strong {
	margin-right: var(--yx_FS18);
}

.yx_Company1 .yx_CLeft .info span {
	font-weight: bold !important;
	color: rgba(37, 78, 121);
}

.yx_Company1 .yx_CRight {
	width: 50%;
	padding-bottom: 28%;
	background-size: cover;
}

.yx_Company1 .index_title .content1 {
	text-align: left;
	margin-bottom: var(--yx_FS24);
}

.yx_CmTitBox .yx_Ti {
	font-size: var(--yx_FS30);
	color: #fff;
	font-weight: bold !important;
}

.yx_CmTitBox .yx_Summary {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: rgba(0, 0, 0, 0.8);
	-webkit-line-clamp: 10;
}

.yx_CmTitBox .yx_lin {
	display: block;
	width: var(--yx_FS60);
	height: 2px;
	background-color: var(--yx_Color);
	margin: var(--yx_FS24) 0 var(--yx_FS42);
}

.yx_About2 {
	margin-top: 2rem;
}

.yx_Company1 .big_data {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: var(--yx_FS36) var(--yx_FS36) var(--yx_FS24);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_Company1 .big_data .ite {
	width: auto;
	position: relative;
	padding: 0 2%;
}

.yx_Company1 .big_data .ite em {
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
}

.yx_Company1 .big_data .ite em:before {
	content: '';
	display: block;
	width: 2px;
	height: 30%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: var(--yx_CTwo);
}

.yx_Company1 .big_data .ite .top {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 140%;
}

.yx_Company1 .big_data .ite .top .counter {
	font-size: var(--yx_FS54);
	line-height: var(--yx_FS54);
	margin-bottom: var(--yx_FS16);
	text-align: center;
}

.yx_Company1 .big_data .ite .bot {
	font-size: var(--yx_FS16);
	color: #999;
	text-align: center;
}

.yx_Company2 {
	position: relative;
	padding: 0 0 var(--yx_FS72);
}

.yx_Company2 .content1 {
	font-size: var(--yx_FS48);
	line-height: 140%;
	font-weight: bold !important;
	color: var(--yx_Color);
	text-align: center;
}

.yx_Company2 .yx_ComVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.68;
	top: 0;
	position: absolute;
	left: 0;
}

.yx_Company2 .c-quote__copy {
	padding: 4rem 1.5rem 6rem;
	font-size: var(--yx_FS28) !important;
	line-height: 20%;
	color: #6c6b6b;
	position: relative;
	background-color: #fff;
	width: 28%;
	margin: 1.8rem 0;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.6s;
}

.yx_Company2 .c-quote__copy:hover {
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 36px 0px;
}

.yx_Company2 .c-quote__copy:nth-child(4),
.yx_Company2 .c-quote__copy:nth-child(5) {
	width: 45%;
}

.yx_Company2 .c-quote__copy svg {
	width: calc(var(--yx_FS72)*1.4) !important;
	position: absolute;
	right: 3%;
	bottom: 3%;
	height: calc(var(--yx_FS72)*1.4) !important;
}

.yx_Company2 .c-quote__copy svg path {
	fill: rgba(0, 0, 0, 0.05) !important;
	transition: all 0.6s;
}

.yx_Company2 .c-quote__copy:hover svg path {
	fill: rgba(0, 97, 174, 0.35) !important;
}

.yx_Company4 .yx_ImgContain {
	width: 10%;
	height: 90px;
	cursor: pointer;
}

.yx_Company4 .yx_ImgContain img {
	max-height: 80%;

}

.yx_Company4 .yx_ImgContain:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.05);
}

.yx_Company2 .c-quote__copy:before {
	content: "“";
	display: block;
	position: absolute;
	font-size: 15rem;
	font-family: "Montserrat", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--yx_Color);
	top: 3rem;
	left: 3%;
}

.yx_Company2 .c-quote__copy p {
	font-size: var(--yx_FS30);
	color: inherit;
}

.yx_Company2 .yx_Width {
	padding: var(--yx_FS48) 0;
	position: relative;
	z-index: 2;
}

.yx_Company2 .yx_Tit {
	font-size: var(--yx_FS36);
	color: var(--yx_Color);
	font-size: var(--yx_FS72);
	text-transform: capitalize;
	line-height: 120%;
	text-transform: capitalize;
	font-family: 'f-Regular' !important;
}

.yx_Company2 .yx_Title {
	font-size: var(--yx_FS48);
	color: #fff;
	line-height: 140%;
	font-weight: bold;
}

.yx_Company2 .yx_Summary {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #fff;
	-webkit-line-clamp: 10;
}

.yx_Company2 .yx_SLeft {
	width: 40%;
}

.yx_Company2 .yx_SRight {
	width: 40%;
}

.yx_Company2 .yx_SRight .ite {
	width: 50%;
	margin: var(--yx_FS18) 0;
}

.yx_Company2 .yx_SRight .ite p {
	margin: 0 auto var(--yx_FS24);
	font-size: var(--yx_FS24);
}

.yx_Company2 .yx_SRight .ite p b {
	background: var(--yx_Grad);
	font-size: var(--yx_FS72);
	line-height: 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	width: fit-content;
	font-weight: bold;
}

.yx_Company2 .yx_SRight .ite span {
	font-size: var(--yx_FS18);
	color: #fff;
}

.yx_Company2 .yx_Width>p {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: rgba(255, 255, 255, 0.6);
	max-width: 550px;
	margin: var(--yx_FS24) 0 var(--yx_FS36);
}

.yx_Company2 .yx_Width .yx_flexWrap {
	margin-top: var(--yx_FS72);
}

.yx_Company2 .yx_Width .list {
	padding: 0 var(--yx_FS14) var(--yx_FS16);
	border: 1px solid #fff;
	border-radius: 4px;
	margin-right: var(--yx_FS24);
	position: relative;
	text-align: center;
}

.yx_Cul3 .yx_CLeft {
	width: 30%;
	display: flex;
	background: var(--yx_Color);
	color: #fff;
	align-items: center;
	justify-content: center;
}

.about_head_icon {
	margin-top: 20px;
	position: relative;
	width: 50px;
	overflow: hidden;
}

.about_head_label {
	width: 0;
	height: 0;
	padding-right: 2px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid rgba(0, 0, 0, 1);
}

.about_head_label:nth-child(1) {
	-webkit-animation: LableAnimate1 3s infinite linear normal both;
	animation: LableAnimate1 3s infinite linear normal both;
}

.about_head_label:nth-child(2) {
	-webkit-animation: LableAnimate2 3s infinite linear normal both;
	animation: LableAnimate2 3s infinite linear normal both;
}

.about_head_label:nth-child(3) {
	-webkit-animation: LableAnimate3 3s infinite linear normal both;
	animation: LableAnimate3 3s infinite linear normal both;
}

.about_head_label:nth-child(4) {
	position: absolute;
	right: -10px;
	top: 0;
	opacity: 0;
	-webkit-animation: LableAnimate4 3s infinite linear normal both;
	animation: LableAnimate4 3s infinite linear normal both;
}

.about_head_label:nth-child(5) {
	position: absolute;
	left: -10px;
	top: 0;
	opacity: 0;
	-webkit-animation: LableAnimate5 3s infinite linear normal both;
	animation: LableAnimate5 3s infinite linear normal both;
}

@keyframes LableAnimate1 {
	0% {
		opacity: .1;
	}

	20% {
		opacity: .4;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	40% {
		opacity: 1;
		-webkit-transform: translateX(200%);
		transform: translateX(200%);
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(300%);
		transform: translateX(300%);
	}

	80% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: .1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes LableAnimate2 {
	0% {
		opacity: .4;
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	40% {
		opacity: 0;
		-webkit-transform: translateX(200%);
		transform: translateX(200%);
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	80% {
		opacity: .1;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		opacity: .4;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes LableAnimate3 {
	0% {
		opacity: 1;
	}

	20% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	40% {
		opacity: 0;
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}

	60% {
		opacity: .1;
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}

	80% {
		opacity: .4;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes LableAnimate4 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
		-webkit-transform: translateX(-300%);
		transform: translateX(-300%);
	}

	40% {
		opacity: .1;
		-webkit-transform: translateX(-300%);
		transform: translateX(-300%);
	}

	60% {
		opacity: .4;
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}

	80% {
		opacity: 1;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes LableAnimate5 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: .1;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	40% {
		opacity: .4;
		-webkit-transform: translateX(200%);
		transform: translateX(200%);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(300%);
		transform: translateX(300%);
	}

	80% {
		opacity: 0;
		-webkit-transform: translateX(400%);
		transform: translateX(400%);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.yx_Cul3 .yx_CRight {
	width: 70%;
}

.yx_Cul3 .yx_crlist {
	width: 25%;
	cursor: pointer;
	position: relative;
}

.yx_Cul3 .yx_crlist .yx_ImgCover {
	padding-bottom: 130%;
	background: #000;

}

.yx_Cul3 .yx_crlist .yx_ImgCover img {
	opacity: 0.4;
}

.yx_Cul3 .yx_crlist .yx_ImgCover:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: var(--yx_Color);
	opacity: 0.4;
	transition: all 0.5s;
	z-index: 2;
}

.yx_Cul3 .yx_crlist:hover .yx_ImgCover:after {
	height: 100%;
}

.yx_Cul3 .yx_crlist .yx_crCon h5 {
	font-size: var(--yx_FS22);
	color: #fff;
	margin-bottom: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 2vw;
	transition: all 0.5s;
	z-index: 3;
}

.yx_Cul3 .yx_crlist:hover .yx_crCon h5 {
	opacity: 0;
	transform: translate(-50%, -100%);
}

.yx_Cul3 .yx_crlist .yx_crCon p {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0%);
	font-size: 16px;
	width: 100%;
	opacity: 0;
	text-align: center;
	transition: all 0.5s;
	padding: 0 2vw;
	z-index: 3;
}

.yx_Cul3 .yx_crlist:hover .yx_crCon p {
	opacity: 1;
	transform: translate(-50%, -50%);
	transition-delay: 0.2s;
}

.yx_Cul3 .yx_TitBox .yx_Tit {
	color: #fff !important;
	font-size: var(--yx_FS36);
	font-size: var(--yx_FS72);
	text-transform: capitalize;
	line-height: 120%;
	text-transform: capitalize;
	font-family: 'f-Regular' !important;
}

.yx_Company3 {
	overflow: hidden;
}

.yx_Company2 .yx_Width .list span {
	font-size: var(--yx_FS24);
	border: 1px solid #fff;
	width: var(--yx_FS60);
	height: var(--yx_FS60);
	line-height: var(--yx_FS60);
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
	color: var(--yx_Color);
	background: #fff;
	transform: translateY(-50%);
}

.yx_Company2 .yx_Width .list .yx_icon {
	width: var(--yx_FS60);
	height: var(--yx_FS60);
	border-radius: 50%;
	background-color: #fff;
	color: var(--yx_Color);
	transform: translateY(-50%);
	display: flex;
	font-size: var(--yx_FS24);
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}

.yx_Company2 .yx_Width .list p {
	font-size: var(--yx_FS18);
	color: #ffff;
	font-weight: bold;
	text-align: center;
}

.yx_Company3 .yx_SwiperHonor,
.yx_History .yx_SwiperHistory {
	overflow: hidden;
}


.yx_HistoryBox .yx_History {
	position: relative;
	padding: var(--yx_FS36) 0 9%;
	margin: var(--yx_FS48) 0 0;
}

.yx_HistoryBox .yx_History .yx_HisLi {
	position: relative;
}

.yx_HistoryBox .yx_History .yx_HisLi:nth-child(2n) {
	flex-direction: row-reverse;
}

.yx_HistoryBox .yx_HisLi:nth-child(odd) .yx_Year {
	text-align: right !important;
}

.yx_HistoryBox .yx_HisLi:nth-child(odd) .yx_Line {
	right: auto !important;
	left: var(--yx_FS24);
	justify-content: flex-end;
}

.yx_HistoryBox .yx_HisLi:nth-child(odd) .yx_Con {
	text-align: left !important;
}

.yx_HistoryBox .yx_HisLi:nth-child(odd) .yx_Sign {
	justify-content: flex-end !important;
}

.yx_HistoryBox .yx_History .yx_HisLi>div {
	width: calc((100% - 60px) / 2);
	padding: 0 5% 0;
	box-sizing: border-box;
}

.yx_HistoryBox .yx_TimeImg {
	width: 100%;
}

.yx_HistoryBox .yx_TimeImg img {
	width: 100%;
}

.yx_HistoryBox .yx_TimeTit {
	font-size: var(--yx_FS24);
	color: #fff;
	margin: 24px 0 0;
	line-height: 200%;
	font-weight: bold;
}

.yx_HistoryBox .yx_TimeSummary {
	font-size: var(--yx_FS16);
	color: rgba(255, 255, 255, 0.68);
	line-height: 200%;
}

.yx_HistoryBox .yx_BLine {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	border: 1px dashed rgba(0, 0, 0, 0.1);
}

.yx_HistoryBox .yx_BLineBox {
	position: relative;
	height: 100%;
	width: 100%;
}

.yx_HistoryBox .yx_BLineBox em {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--yx_Color);
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.yx_HistoryBox .yx_BLineBox em:nth-child(2) {
	top: auto;
	bottom: -5px !important;
	width: 18px;
	height: 18px;
}

.yx_HistoryBox .yx_BLineBox em:nth-child(2):before {
	position: absolute;
	width: 36px;
	content: '';
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 36px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.yx_HistoryBox .yx_Line {
	width: 8vw;
	height: 1px;
	position: absolute;
	top: 50%;
	right: var(--yx_FS24);
	z-index: 0;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.3);
	margin-bottom: 5.5%;
}

.yx_HistoryBox .yx_Con {
	max-width: 600px;
	width: 70%;
	text-align: right;
}

.yx_HistoryBox .yx_Line span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--yx_CTwo);
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.yx_HistoryBox .yx_Year {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
	font-weight: bold;
	opacity: 0;
	padding: 0 20px 3.2% !important;
}

.yx_HistoryBox .yx_Sign {
	color: #4a4a4a;
	font-size: var(--yx_FS16);
}

.yx_HistoryBox .yx_History .yx_HisLi .yx_Time {
	box-sizing: border-box;
	display: block;
	width: var(--yx_FS24);
	height: var(--yx_FS24);
	padding: 0px;
	border-radius: 50%;
	position: relative;
	background: #fff;
	border: 1px solid var(--yx_Color);
	box-shadow: 0 0 16px rgba(255, 255, 255, 0.6);
}

.yx_HistoryBox .yx_Time em {
	display: block;
	margin-left: 50%;
	margin-top: 50%;
	transform: translate(-50%, -50%);
	background: var(--yx_Color);
	opaicty: 0.7;
	width: 48%;
	height: 48%;
	border-radius: 50%;
}

@media only screen and (max-width:768px) {

	.yx_HistoryBox .yx_History {
		margin: 38px 0 0;
	}

	.yx_HistoryBox .yx_History .yx_HisLi .yx_Time {
		width: 24px;
		height: 24px;
		border-width: 2px;
	}

	.yx_HistoryBox .yx_Line {
		width: 38vw;
	}

	.yx_HistoryBox .yx_Line span {
		width: 10px;
		height: 10px;
	}

	.yx_HistoryBox .yx_Time em {
		width: 66%;
		height: 66%;
	}

	.yx_HistoryBox .yx_BLineBox em {
		width: 14px;
		height: 14px;
	}

	.yx_HistoryBox .yx_Sign {
		flex-wrap: wrap;
	}

	.yx_HistoryBox .yx_Con {
		width: 100%;
	}

	.yx_HistoryBox .yx_HisLi {
		align-items: flex-start;
		padding-bottom: 24px;
	}

	.yx_HistoryBox .yx_Con {
		margin: 18px 5px;
	}

	.yx_HistoryBox .yx_History .yx_HisLi>div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.yx_HistoryBox .yx_Year {
		display: none;
	}

	.yx_HistoryBox .yx_Sign {
		width: calc(98% - 30px) !important;
	}

	.yx_HistoryBox .yx_TimeTit {
		display: block;
		text-align: left !important;
	}

	.yx_HistoryBox .yx_TimeSummary {
		text-align: left !important;
	}

	.yx_HistoryBox .yx_BLine {
		left: 12px;
	}

	.yx_HistoryBox .yx_HisLi .yx_Line {
		right: auto !important;
		left: var(--yx_FS24);
		justify-content: flex-end;
	}

	.yx_HistoryBox .yx_History .yx_HisLi:nth-child(2n) {
		flex-direction: inherit;
	}
}

.yx_Company3 .yx_flexWrap {
	margin-top: var(--yx_FS48);
}

.yx_Company3 .yx_HonorList {
	padding: var(--yx_FS16);
	border: 1px solid rgba(238, 238, 238, 1);
	position: relative;
	overflow: hidden;
	width: 16%;
	margin-bottom: var(--yx_FS36);
	box-sizing: border-box;

}

.yx_Company3 .yx_HonorList:before {
	content: '';
	display: block;
	width: 200%;
	height: 200%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.3);
	position: absolute;
	z-index: 2;
	filter: blur(100px);
	background: var(--yx_Color);
	opacity: 0;
	transition: all 0.6s;
}

.yx_Company3 .yx_HonorList .yx_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	curosr: pointer;
	z-index: 3;
	width: var(--yx_FS72);
	height: var(--yx_FS72);
	max-width: 65px;
	max-height: 65px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.6s;
	color: var(--yx_Color);
	opacity: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	font-size: var(--yx_FS22);
	transform: translate(-50%, -50%) scale(0.6);
}

.yx_Company3 .yx_HonorList:hover::before {
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.8;
	filter: blur(0px);
}

.yx_Company3 .yx_HonorList:hover .yx_ImgContain img {
	filter: blur(5px);
}

.yx_Company3 .yx_HonorList:hover .yx_ImgContain .yx_icon {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.yx_Company3 .yx_ImgContain {
	padding-bottom: 132%;
	overflow: visible;
}

.yx_Company3 .yx_ImgContain img {
	max-width: 90%;
	max-height: 90%;
}

.yx_Company3 .yx_SwiperBtn,
.yx_History .yx_SwiperBtn {
	border: 1px solid #e5e5e5;
	font-size: var(--yx_FS16);
	color: #999;
	transition: all 0.6s;
	width: var(--yx_FS60);
	height: var(--yx_FS60);
	line-height: calc(var(--yx_FS60) - 2px);
	text-align: center;
	border-radius: 50%;
	margin: 0 0 0 var(--yx_FS18);
	cursor: pointer;
}

.yx_Company3 .yx_SwiperBtn:hover,
.yx_History .yx_SwiperBtn:hover {
	background: var(--yx_Color);
	color: #fff;
	border-color: var(--yx_Color);
}


.yx_Company3 .yx_Title {
	font-size: var(--yx_FS42);
	color: #2a2a2a;
	font-weight: bold;
	margin-bottom: var(--yx_FS42);
	text-align: center;
}

.yx_Company3 .yx_flex {
	margin-top: var(--yx_FS72) !important;
}

.yx_HistoryBox {
	background: url(../image/ins-bg1.jpg);
	background-size: cover;
}

.yx_History .yx_SwiperHistory,
.yx_Company3 .yx_SwiperHonor {
	margin-top: var(--yx_FS42);
}

.yx_History .yx_CmTitBox .yx_Tit {
	color: #fff !important;
}

.yx_History .swiper-slide {
	cursor: pointer;
}

.yx_History .swiper-slide .tx {
	padding-top: 25px;
	padding-left: 42px;
	padding-bottom: 18px
}

.yx_History .swiper-slide .line {
	width: 1px;
	height: 42px;
	background-color: #fff;
	transform: rotateZ(45deg);
	margin-left: 10px
}

.yx_History .swiper-slide .y {
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 8px;
	margin-top: -15px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.yx_History .swiper-slide .z {
	color: #fff;
	font-size: 18px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.yx_History .desc {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	padding-left: 42px;
	background: url(../image/ins-bg2.png) left 9px no-repeat;
	min-height: 324px;
}

.yx_TeContent {
	margin-top: var(--yx_FS42);
}

.yx_Te1 .yx_List4 {
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	padding: var(--yx_FS60) var(--yx_FS36) var(--yx_FS72);
	border-color: #eee;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
}

.yx_Te1 .yx_List4:hover {
	border-color: transparent;
	transform: translateY(15px);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.yx_Te1 .yx_List4 .yx_icon {
	font-size: var(--yx_FS48);
	color: #999;
	transition: all 0.6s;
}

.yx_Te1 .yx_List4:hover .yx_icon {
	color: var(--yx_Color);
}

.yx_Te1 .yx_List4 .yx_Title {
	font-size: var(--yx_FS30);
	text-align: center;
	margin: var(--yx_FS24) 0 var(--yx_FS14);
}

.yx_Te1 .yx_List4 p {
	font-size: var(--yx_FS14);
	line-height: 200%;
	color: #999;
}

.yx_Te2 {
	background-color: #f7f7f7;
}

.yx_Te2 .yx_Te2List {
	background: #fff;
	margin-bottom: var(--yx_FS30);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}

.yx_Te2 .yx_Te2List:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.yx_Te2 .yx_Te2List .yx_ImgCover {
	width: 30%;
	padding-bottom: 25%;
}

.yx_Te2 .yx_Te2List:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_Te2 .yx_Te2List .yx_Te2c {
	width: 70%;
	padding: 0 8%;
}

.yx_Te2 .yx_Te2List .yx_Te2c .yx_Title {
	font-size: var(--yx_FS24);
	font-weight: bold;
	margin-bottom: var(--yx_FS24);
}

.yx_Te2 .yx_Te2List .yx_Te2c p {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	line-height: 200%;
}

@media screen and (max-width:768px) {
	.yx_Company1 .yx_CLeft {
		width: 100%;
		padding-right: 0px;
	}


	.yx_Company1 .yx_CRight {
		width: 100%;
		margin-top: var(--yx_FS30);
		padding-bottom: 60%;
	}

	.yx_Te2 .yx_Te2List .yx_ImgCover {
		width: 100%;
		padding-bottom: 45%;
	}

	.yx_Te2 .yx_Te2List .yx_Te2c {
		width: 100%;
		padding: var(--yx_FS24) 5% var(--yx_FS36);
	}

	.yx_Company2 .yx_Width .list {
		width: 32%;
		margin-right: 0px !important;
	}

	.yx_Company2 .yx_flexWrap {
		justify-content: space-between;
	}

	.yx_Company2 .yx_Width .list p {
		font-size: var(--yx_FS16);
	}

	.yx_Company3 .swiper-pagination {
		display: none !important;
	}

	.yx_Company3 .yx_ImgContain {
		padding-bottom: 75%;
	}

	.hy_content .box .item .bot a,
	.hy_content .box .item .bot {
		font-size: var(--yx_FS18) !important;
	}
}

.yx_J1Con .yx_JLeft {
	width: 45%;
}

.yx_J1Con .yx_JLeft .yx_ImgCover {
	padding-bottom: 68%;
}

.yx_J1Con .yx_JRight {
	width: 55%;
	padding-left: 7%;
}

.yx_J1Con .yx_JRight .yx_Title {
	font-size: var(--yx_FS42);
	font-weight: bold;
	line-height: 200%;
}

.yx_J1Con .yx_JRight .yx_JRCont p {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: rgba(0, 0, 0, 0.68);
	margin-top: var(--yx_FS24);
	margin-bottom: var(--yx_FS16);
}

.yx_Join2 {
	background: url(../image/yx_Join2bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
}

.yx_J2List {
	width: 25%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14vw 5% 16vw;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_J2List:hover {
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
	background: rgba(229, 103, 17, 0.8);
}

.yx_J2List:hover .yx_J2Con {
	transform: translateY(20px);
}

.yx_J2Con {
	transition: all 0.6s;
}

.yx_J2List .yx_Title {
	font-size: var(--yx_FS36);
	color: #fff;
	text-align: center;
}

.yx_J2List em {
	display: block;
	width: var(--yx_FS30);
	height: 2px;
	background-color: #fff;
	margin: var(--yx_FS14) auto var(--yx_FS24);
}

.yx_J2List p {
	font-size: var(--yx_FS16);
	transition: all 0.6s;
	text-align: center;
	line-height: 200%;
	color: rgba(0, 0, 0, 0.7);
}

.yx_Join3 .yx_TeContent {
	justify-content: space-between;
}

.yx_Join3 .yx_J3List {
	background: #f7f7f7;
	transition: all 0.6s;
	width: calc((100% - var(--yx_FS42))/2);
}

.yx_Join3 .yx_J3List .yx_ImgCover {
	padding-bottom: 45%;
}

.yx_Join3 .yx_J3List:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_Join3 .yx_J3List:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_Join3 .yx_J3List .yx_J3c {
	padding: var(--yx_FS24) var(--yx_FS24) var(--yx_FS36);
}

.yx_Join3 .yx_J3List .yx_J3c .yx_Title {
	font-size: var(--yx_FS24);
	color: #2a2a2a;
	position: relative;
	line-height: 180%;
	padding-left: var(--yx_FS24);
}

.yx_Join3 .yx_J3List .yx_J3c .yx_Title:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--yx_Color);
}

.yx_Join3 .yx_J3List .yx_J3c p {
	font-size: var(--yx_FS16);
	color: #999;
	padding-left: var(--yx_FS24);
	line-height: 200%;
}

.yx_Join4 .yx_J4List {
	transition: all 0.6s;
	cursor: pointer;
	background: #f7f7f7;
	padding: 0 var(--yx_FS24) var(--yx_FS36);
}

.yx_Join4 .yx_J4List:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_Join4 .yx_J4List span {
	display: block;
	margin: 0 auto;
	transform: translateY(-50%);
	width: 0.9rem;
}

.yx_Join4 .yx_J4List span img {
	width: 100%;
	height: auto;
}

.yx_Join4 .yx_J4List p {
	font-size: var(--yx_FS22);
	color: #2a2a2a;
	transition: all 0.6s;
	text-align: center;
	font-weight: bold;
}

.yx_Join4 .yx_J4List:hover p {
	color: var(--yx_Color);
}

.yx_Join4 .yx_flexWrap {
	margin-top: 1rem;
	position: relative;
}

.yx_Join4 .yx_flexWrap::before {
	content: '';
	display: block;
	width: 200%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: -1;
	height: 1px;
	position: absolute;
	border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

.yx_Join4 .yx_JMList {
	transition: all 0.6s;
}

.yx_Join4 .yx_JMList span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	flex-wrap: wrap;
	height: 1.2rem;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background-color: var(--yx_Color);
	font-size: var(--yx_FS18);
	transition: all 0.6s;
	cursor: pointer;
}

.yx_Join4 .yx_JMList span .yx_icon {
	font-size: var(--yx_FS48);
	color: #fff;
}

.yx_Join4 .yx_JMList p {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	text-align: center;
	margin-top: var(--yx_FS16);
}

.yx_Join4 .yx_JMList:hover span {

	transform: rotateY(-180deg);
}

.yx_Join5 {
	background: #f7f7f7 !important;
}

.yx_Join5 .index_title .content1 {
	color: #2a2a2a;
}

.yx_Join5 .yx_Stel {
	color: #2a2a2a;
}

.yx_Join5 .yx_Stel .yx_icon {
	background-color: var(--yx_Color);
	color: #fff;
}

.yx_MapBox {
	position: relative;
	z-index: 1;
}

.footer-bottom .footer-copy {
	margin-left: 5%;
}

@media screen and (max-width:768px) {
	.yx_Company3 .yx_HonorList {
		width: 48%;
		padding: 5px;
	}

	.yx_J1Con .yx_JRight,
	.yx_J1Con .yx_JLeft {
		width: 100%;
		padding: 0PX;
	}

	.yx_J1Con .yx_JRight {
		margin-top: VAR(--yx_FS30);
	}

	.yx_J2List {
		width: 100%;
		border-bottom: 1px soild rgba(0, 0, 0, 0.1);
	}

	.yx_Join3 .yx_J3List {
		width: 100%;
		margin-bottom: var(--yx_FS30);
	}

	.yx_Join4 .yx_J4List {
		margin-bottom: 70px !important;
	}

	.yx_Join4 .yx_JMList {
		width: 25%;
		margin-bottom: var(--yx_FS30);
	}

	.yx_Join4 .yx_JMList * {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.index_service .yx_MapBox {
		display: none !important;
	}

	.yx_SerLeft {
		width: 100%;
	}

	.yx_InMessage {
		width: 100%;
	}

	.widgets {
		display: none !important;
	}
}

/*end*/


/*yx_GTProduct*/
.yx_GTProduct .yx_GTPList {
	background-image: url(../image/probg2.jpg);
	background-size: cover;
	height: 100vh;
}

.yx_GTProduct .yx_GTPList:nth-child(2n) {
	background-image: url(../image/probg1.jpg) !important;
}

.yx_GTProduct .yx_GTPList .yx_ImgContain {
	width: 45%;
	padding-bottom: 45%;
}

.yx_GTProduct .yx_GTPList:hover .yx_ImgContaini img {
	transform: translate(-50%, -50%) scale(1.1);
}

.yx_GTProduct .yx_GTPList .content2 {
	width: 45%;
}

.yx_GTProduct .yx_GTPList .yx_Tit {
	font-size: var(--yx_FS54);
	color: #222;
	line-height: 120%;
}

.yx_GTProduct .yx_GTPList .yx_Summary {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #999;
	margin: var(--yx_FS24) 0 var(--yx_FS48);
}

.yx_GTProduct .yx_GTPList:nth-child(odd) .yx_Tit {
	color: #fff !important;
}

.yx_GTProduct .yx_GTPList:nth-child(odd) .yx_Summary {
	color: rgba(0, 0, 0, 0.68) !important;
}

@media only screen and (min-width:769px) {
	.yx_GTProduct .yx_GTPList:nth-child(odd) .yx_flexWrap {
		flex-direction: row-reverse;
	}
}

@media only screen and (max-width:768px) {
	.yx_GTProduct .yx_GTPList .yx_ImgContain {
		width: 80%;
		padding-bottom: 80%;
		margin: 0 auto;
	}

	.yx_GTProduct .yx_GTPList .content2 {
		width: 100%;
		margin: var(--yx_FS30) 0 var(--yx_FS24);
	}

	.yx_GTProduct .yx_GTPList {
		height: auto !important;
		padding: var(--yx_FS60) 0;
	}

	.yx_GTProduct .yx_GTPList .yx_Tit {
		text-align: center;
	}

	.yx_GTProduct .yx_GTPList .yx_Summary {
		text-align: center;
	}

	.yx_GTProduct .yx_GTPList .yx_Button {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/*end*/
/*media*/
@media only screen and (max-width:768px) {
	.z_index_ky {
		padding: 60px 0 !important;
	}

	.z_index_ky .yx_ConBox {
		flex-wrap: wrap !important;
		flex-direction: column-reverse;
	}

	.z_index_ky .yx_ConBox .p_info {
		width: 100% !important;
	}

	.z_index_ky .yx_ImgCover {
		width: 80% !important;
		margin: 0 auto var(--yx_FS60) !important;
		padding-bottom: 80% !important;
	}

	.z_index_ky .yx_ConBox .p_info>div {
		text-align: center !important;
	}

	.z_index_ky .yx_ConBox .yx_CSummary {
		width: 100%;
		max-width: none !important;

		-webkit-line-clamp: 2 !important;
	}

	.z_index_ky .yx_Ct,
	.z_index_ky .yx_ConBox .yx_CTit {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.z_index_ky .yx_ConBox .yx_Sl_More {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.yx_Button {
		padding: 10px 14px !important;
		width: 140px !important;
	}

	.customers .yx_Summary {
		width: 100% !important;
	}

	.customers-text {
		width: 100% !important;
	}

	.customers-text .programme-text {
		width: 90% !important;
	}

	.searchs {
		display: none !important;
	}

	.yx_NPage {
		transform: none !important;
		margin-bottom: 60px;
		padding-top: 60px;
	}

	.gaodu {
		height: 8rem;
	}

	.Inner_banner .position .box h5 {
		font-size: var(--yx_FS42) !important;
	}

	.Inner_banner .position .box h5 span {
		display: none !important;
	}

	.Inner_banner .position .box h6 {
		font-size: var(--yx_FS16) !important
	}

	.yx_MbxBox {
		display: none !important;
	}

	.hy_pro .box .boxLeft {
		padding: 0px;
		margin-bottom: 16px;
	}


	.p74_ {
		padding-bottom: var(--yx_FS72);
	}

	.p74 {
		padding-top: var(--yx_FS72);
	}

	.hy_NCase .yx_VideoList:nth-child(2n)>div {
		flex-direction: inherit;
	}

	.hy_NCase .yx_VideoList .yx_ImgCover {
		width: 100%;
		padding-bottom: 68%;
	}

	.hy_NCase .yx_VideoList .yx_VContent {
		margin: 24px auto 36px !important;
		width: 90% !important;
	}

	.hy_NCase .yx_VideoList .yx_M {
		width: 50px;
		height: 50px;
		font-size: 12px;
		line-height: 50px;
	}

	.hy_NCase .yx_VideoList .yx_M::before {
		width: 60%;
		height: 60%;
	}

	.yx_Company2 .yx_SLeft {
		width: 100%;
	}

	.yx_Company2 .yx_SRight {
		width: 100%;
	}

	.yx_Cul3 .yx_CLeft {
		width: 100%;
		justify-content: left;
		padding: 40px;
	}

	.yx_Cul3 .yx_CRight {
		width: 100%;
	}

	.yx_Cul3 .yx_crlist {
		width: 50%;
	}

	.yx_History .desc {
		min-height: 200px;
	}
}

.con_parnter .yx_ImgContain {
	padding-bottom: 11%;
	background-color: #fafafa;
	transition: all 0.6s;
	border-radius: 4px;
}

.con_parnter .yx_ImgContain img {
	max-height: 70%;
	max-width: 70%;
	mix-blend-mode: darken;

}

.con_parnter .yx_ImgContain:hover {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.con_parnter .yx_ImgContain:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (max-width:768px) {
	.con_parnter {
		padding-top: 0px !important;
	}

	.con_parnter .yx_ImgContain {
		padding-bottom: 25% !important;
	}

	.index_footer .boxLeft {
		display: none !important;
	}

	.index_footer .boxRight {
		width: 100%;
	}

	.index_footer .box .info_box .left {
		line-height: 200%;
	}

	.index_about .box .boxTop .content2 {
		width: 100% !important;
	}

	.index_about .img1 {
		width: 100%;
	}

	.index_about .img2 {
		position: relative;
		width: 100%;
	}

	.index_about .box .boxBot {
		position: relative;
		width: 100%;
	}

	.index_about .box .boxBot .item .main2 {
		font-size: var(--yx_FS22);
	}

	.index_about .box .boxBot .item .main3 {
		font-size: var(--yx_FS14);
	}

	.index_about .box .boxBot .item {
		padding-top: 1rem;
		background-color: rgba(0, 0, 0, 0.5);
		padding-bottom: 1.5rem;
	}

	.index_content .yx_Width {
		flex-wrap: wrap;
	}

	.index_content .map {
		width: 100%;
	}

	.index_content .map_info {
		width: 100%;
		padding: 0px;
	}

	.index_content .map_info ul li a {
		padding: 20px 16px;
	}

	.index_content .map_info .call {
		margin: 24px 0 30px;
	}

	.index_new>.box .boxLeft,
	.index_new>.box .boxRight {
		width: 100%;
	}

	.index_new>.box .boxLeft .item .left {
		width: 100%;
		padding-bottom: 48%;
	}

	.index_new>.box .boxLeft .item .right {
		width: 100%;
		padding: 16px 0 24px;
	}

	.index_Partner ul li {
		width: 33%;
		height: 80px;
	}

	.index_video .yx_Button {
		display: none !important;
	}

	.yx_VideoList .yx_PMore {
		display: none !important;
	}

	.index_case .yx_CBImg {
		height: 120vw;
	}

	.index_case .yx_CaseContent .yx_Summary {
		width: 100%;
		-webkit-line-clamp: 2;
	}

	.yx_index_Page .yx_Width>.yx_flex {
		flex-wrap: wrap;
	}

	.yx_index_Page .yx_InTitBox {
		width: 100%;
	}

	.yx_index_Page .yx_InPg {
		display: none !important;
	}

}




.footer-bottom {
	position: inherit;
}

.footer-top {
	height: auto !important;
}

.yx_Te1 {
	background: #fafafa;
}

.yx_Te1 .yx_List3 {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	padding: var(--yx_FS30) var(--yx_FS48) var(--yx_FS48);
	border-color: #eee;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
}

.yx_Te1 .yx_List3:hover {
	border-color: transparent;
	transform: translateY(15px);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.yx_Te1 .yx_List3:nth-child(4),
.yx_Te1 .yx_List3:nth-child(5) {
	width: calc((100% - 1.54rem) / 2) !important;
}

.yx_Te1 .yx_List3:nth-child(5) {
	margin-right: 0px !important;
}

.yx_Te1 .yx_List3 .yx_icon {
	font-size: var(--yx_FS48);
	color: #999;
	transition: all 0.6s;
}

.yx_Te1 .yx_List3:hover .yx_icon {
	color: var(--yx_Color);
}

.yx_Te1 .yx_List3 .yx_Title {
	font-size: var(--yx_FS30);
	text-align: center;
	margin: var(--yx_FS24) 0 var(--yx_FS14);
}

.yx_Te1 .yx_List3 p {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #999;
}

.yx_Join4 .yx_J4List {
	transition: all 0.6s;
	cursor: pointer;
	background: #f7f7f7;
	padding: 0 var(--yx_FS24) var(--yx_FS24);
}

.yx_Join4 .yx_J4List:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_Join4 .yx_J4List span {
	display: block;
	margin: 0 auto;
	transform: translateY(-50%);
	width: 0.9rem;
}

.yx_Join4 .yx_J4List span img {
	width: 100%;
	height: auto;

}

.yx_Join4 .yx_J4List p {
	font-size: var(--yx_FS22);
	color: #2a2a2a;
	transition: all 0.6s;
	text-align: center;
	font-weight: bold;
}

.yx_Join4 .yx_J4List:hover p {
	color: var(--yx_Color);
}

.yx_Join4 .yx_flexWrap {
	margin: 3rem 0 2rem;
}

.yx_Join4 .yx_JMList {
	transition: all 0.6s;
	text-align: center;
	width: 13%;
	position: relative;
	border-radius: var(--yx_FS14);
	padding: var(--yx_FS30) 0;
}

.yx_Join4 .yx_JMList span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(var(--yx_FS72)* 1.8);
	flex-wrap: wrap;
	height: calc(var(--yx_FS72)* 1.8);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background-color: var(--yx_Color);
	font-size: var(--yx_FS18);
	transition: all 0.6s;
	cursor: pointer;
	margin: 0 auto;
}

.yx_Join4 .yx_JMList span .yx_icon {
	font-size: var(--yx_FS48);
	color: #fff;
}

.yx_Join4 .yx_JMList p {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	display: block;
	margin-bottom: var(--yx_FS30);
	text-align: center;
	margin-top: var(--yx_FS16);
}

.yx_Join4 .yx_JMList em {
	border-radius: 50%;
	background-color: var(--yx_CTwo);
	position: absolute;
	bottom: -20px;
	width: 40px;
	height: 40px;
	font-size: var(--yx_FS18);
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	left: 50%;
	transform: translateX(-50%);
	font-style: normal;
}

.yx_Join4 .yx_JMList:hover span {
	transform: rotateY(-180deg);
}

.yx_Solution .yx_ImgCover {
	padding-bottom: 32%;
	width: 55%;

	box-sizing: border-box;

}

.yx_Solution .yx_CRight {
	width: 45%;
	padding-left: 8%;
	background: #fafafa;
	box-sizing: border-box;
	padding: 8% 5%;

}

@media only screen and (max-width:768px) {
	.yx_Solution .yx_ImgCover {
		width: 100%;
		margin-bottom: 30px;
	}

	.yx_Solution .yx_CRight {
		padding-left: 0px;
		width: 100%;
	}

	.yx_Te1 .yx_List3:nth-child(5),
	.yx_Te1 .yx_List3:nth-child(4) {
		width: 100% !important;
	}

	.yx_Join4 .yx_JMList {
		width: 48%;
		margin-bottom: 48px;
	}
}



.about_content_box {
	overflow: hidden;
}

.about_qualification_wrap {
	position: relative;
	background: url(../image/ins-bg1.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 9rem;
}

.about_qualification_wrap .index_title .content1 {
	color: #fff;
}


.intro_history_slide_top {
	width: 880px;
	margin: 0 auto;
	position: relative
}

.intro_history_slide_top .swiper_arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 54px;
	border-radius: 50%;
	height: 54px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.6s;
	justify-content: center;
}

.intro_history_slide_top .swiper_arrow:hover {
	background: var(--yx_CTwo);
	color: #fff;
}

.intro_history_slide_top .txt {
	font-size: 18px !important;
	line-height: 1.6 !important;
	color: #fff;
	font-weight: lighter;
}

.intro_history_slide_top .txt p {
	font-size: var(--) !important;
	line-height: 1.6 !important;
	color: #fff;
	font-weight: lighter;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.intro_history_slide_top .year {
	display: block;
	font-size: 15vw;
	text-align: center;
	height: auto;
	line-height: 1;
	font-family: 'd-din-condensed-bold' !important;
	color: rgba(51, 51, 51, 0.1);
	pointer-events: none;
	font-weight: bold !important;
}

.intro_history_slide_top .swiper_arrow.intro_history_prev {
	left: -200px;
}

.intro_history_slide_top .swiper_arrow.intro_history_next {
	right: -200px;
}

.intro_history_for {
	width: 100%;
	padding: 100px 0;
	overflow: hidden
}

.intro_history_nav .swiper-slide .item {
	font-size: 26px;
	padding-top: 20px;
	text-align: center;
	margin-top: 0px;
	color: rgba(255, 255, 255, 0.68);
}

.intro_history_nav .swiper-slide .item:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 3px;
	z-index: 3
}

.intro_history_nav .swiper-slide .item:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: -4px;
	z-index: 2
}

.intro_history_nav .swiper-slide-thumb-active .item {
	color: #fff;
	z-index: 9;
	position: relative;
}

.intro_history_nav .swiper-slide-thumb-active .item:before {
	background-color: #fff;
}

.intro_history_nav .swiper-slide-thumb-active .item:after {
	background-color: rgba(255, 255, 255, 0.3);
}

.intro_history_for .item {
	height: 270px;
	outline: 0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative
}

.intro_history_for .item .txt,
.intro_history_for .item .txt p,
.intro_history_for .item .txt span {
	font-family: 'din-bold_' !important;
	font-size: 18px !important;
	line-height: 1.6 !important;
	color: #333;
	font-weight: lighter
}

.intro_history_for .item .year {
	display: block;
	font-size: 300px;
	height: auto;
	line-height: 1;
	/* font-family:"Montserrat-Bold"; */
	color: rgba(51, 51, 51, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none
}

.intro_history_nav {
	position: relative;
	overflow: visible !important;
	width: 180px;
}

.intro_history_nav:before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	line-height: 1px;
	background-color: rgba(255, 255, 255, 0.25);
	position: absolute;
	left: 50%;
	top: 8px;
	z-index: 1;
	transform: translateX(-50%);
}

.intro_history_nav .slick-list {
	z-index: 5;
	cursor: pointer;
}

.intro_history_nav .slick-slide .item {
	text-align: center;
	outline: 0;
	cursor: pointer;
	padding: 35px 0 0;
	position: relative;
	color: #999;
	font-size: 16px;
	font-weight: bold
}

.intro_history_nav .slick-slide .item:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #999;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 3px;
	z-index: 3
}

.intro_history_nav .slick-slide .item:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: rgba(153, 153, 153, 0.3);
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 0px;
	z-index: 2
}

.intro_history_nav .slick-slide.slick-current .item {
	color: var(--yx_Color)
}

.intro_history_nav .slick-slide.slick-current .item:before {
	background-color: var(--yx_Color)
}

.intro_history_nav .slick-slide.slick-current .item:after {
	background-color: rgba(215, 24, 31, 0.3)
}

.swiper-slide-thumb-active .titie_box_bg {
	transform: scale(1);
}

.titie_box_bg {
	width: 130px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -65px 0 0 -65px;
	z-index: 1;
	transform: scale(0);
	cursor: pointer;
	transition: all .5s ease;
}

.swiper-slide-thumb-active .titie_box_bg>#title_bg_down {
	animation: alpha 2.25s linear infinite forwards;
}

.titie_box_bg #title_bg_down {
	opacity: .3;
	transform: rotate(37deg) scale(1.02);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
}

.titie_box_bg svg {
	width: 100%;
	position: relative;
	z-index: 1;
}

.st3 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: var(--yx_CTwo);
	offset: 20%;
}

@keyframes alpha {
	0% {
		transform: rotate(0);
	}

	25% {}

	50% {
		border-radius: 50%;
	}

	75% {}

	100% {
		transform: rotate(360deg);
	}
}


.intro_video {
	margin-top: 30px;
}

.intro_video video {
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width:1440px) {
	.intro_history_for .item .txt {
		font-size: 20px;
		line-height: 40px
	}

	.intro_history_for {
		padding: 1.6rem 0
	}

	.intro_history_slide_top {
		width: 750px
	}
}

@media (max-width:968px) {
	.intro_history_slide_top .swiper_arrow.intro_history_prev {
		left: -3.2rem
	}

	.intro_history_slide_top .swiper_arrow.intro_history_next {
		right: -3.2rem
	}

	.intro_history_for .item .txt {
		font-size: 16px;
		line-height: 2em
	}

	.intro_history_slide_top {
		width: 70%
	}
}

@media (max-width:768px) {
	.intro_history_nav {
		display: none;
	}

	.intro_history_nav .slick-slide .item {
		font-size: 14px;
		padding-top: 20px
	}

	.intro_history_for .item .year {
		font-size: 200px
	}

	.intro_history_for .item .txt {
		font-size: 14px;
		line-height: 26px;
		font-weight: normal
	}

	.intro_history_for .item {
		height: auto;
		min-height: 150px;
		padding: 0 20px;
	}

	.intro_history_for {
		padding-bottom: 0;
		padding-top: 0;
	}

	.intro_history_slide_top .swiper_arrow {
		position: static;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%)
	}

	.intro_history_slide_top {
		width: 100%
	}

	.intro_history_slide_top .swiper_arrows>ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.intro_history_slide_top .txt {
		margin: 70px 0;
		padding: 0 10%;
	}

	.intro_history_slide_top .txt p {
		font-size: 16px !important;
		position: relative;
		top: auto;
		margin-top: var(--yx_FS);
		left: auto;
		transform: translate(0px, 0px);
	}

	.intro_history_slide_top .year {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 50%;
	}

	.about_qualification_wrap {
		padding-bottom: var(--yx_FS72);
	}

	.yx_Company1 .big_data .ite {
		min-width: 45%;
		margin: 18px 0;
	}
}


/*case*/
.hy_NCase>.box {
	margin-top: var(--yx_FS48);
}

.hy_NCase .yx_VideoList {
	background: rgba(0, 0, 0, 0.05);
	transition: all 0.6s;
	margin-bottom: var(--yx_FS42);
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
}

.hy_NCase .yx_VideoList>div {
	width: 100%;
	margin: 0 auto;
}

.hy_NCase .yx_VideoList .yx_VImg {
	width: 50%;
	box-sizing: border-box;

	overflow: hidden;
	display: inline-flex;

}

.hy_NCase .yx_VideoList .yx_VImg img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}

.hy_NCase .yx_VideoList .yx_VContent {
	width: 50%;
	box-sizing: border-box;

	padding: 0 8%;
	display: block;
}

.hy_NCase .yx_VideoList .yx_Title {
	font-size: var(--yx_FS30);
	color: #2a2a2a;
	font-weight: bold !important;
}

.hy_NCase .yx_VideoList .yx_Sum {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	line-height: 200%;
	-webkit-line-clamp: 3;
	margin: var(--yx_FS24) 0 var(--yx_FS54);
}

.hy_NCase .yx_VideoList .yx_M {
	width: 66px;
	height: 66px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px var(--yx_Color) solid;
	border-radius: 50%;
	position: relative;
	font-size: var(--yx_FS16);
	color: #fff;
	line-height: 66px;
	text-align: center;
}

.hy_NCase .yx_VideoList p {
	display: inline-block;
}

.hy_NCase .yx_VideoList p span {
	border-radius: 50px;
	background: var(--yx_Grad);
	display: inline-block;
	color: #fff;
	line-height: 30px;
	padding: var(--yx_FS14) var(--yx_FS36);
	font-size: var(--yx_FS16);
	transition: all 0.6s;
}

.hy_NCase .yx_VideoList p span i {
	transition: all 0.6s;
	margin-left: 30px;
}

.hy_NCase .yx_VideoList p span:hover {
	box-shadow: rgba(0, 128, 0, 0.4) 0px 7px 29px 0px;
}

.hy_NCase .yx_VideoList .yx_M:before {
	width: 50%;
	height: 50%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--yx_Grad);
	border-radius: 50%;
	transition: all 0.6s;
}

.hy_NCase .yx_VideoList:hover .yx_M:before {
	width: 150%;
	height: 150%;
}

.hy_NCase .yx_VideoList .yx_M i {
	position: relative;
	z-index: 2;
}

.hy_NCase .yx_VideoList:hover img {
	transform: scale(1.02);
}

.hy_NCase .yx_VideoList:nth-child(2n)>div {
	flex-direction: row-reverse;
}

@media only screen and (max-width:768px) {

	.hy_NCase .yx_VideoList .yx_VImg,
	.hy_NCase .yx_VideoList .yx_VContent {
		width: 100%;
	}

	.hy_NCase .yx_VideoList .yx_VContent {
		padding: 0 5%;
	}
}

.yx_CA2 {
	background: url(../image/wenhuabeijing.jpg);
	background-size: cover;
}

.yx_CA2 .yx_CAContent {
	width: 55%;
}

.yx_CA2 .yx_CAImage {
	width: 45%;
}

.yx_CA2 .yx_CAImage img {
	width: 100%;
}

.yx_CA2 ul li {
	display: flex;
	align-items: center;
	padding: var(--yx_FS18) 0;
	position: relative;
}

.yx_CA2 ul li img {
	width: auto;
	height: var(--yx_FS60);
	position: absolute;
	left: 0%;
	bottom: 40%;
	transform: skewX(-10deg);
	opacity: 0.1;
}

.yx_CA2 ul li em {
	display: block;
	width: 10px;
	height: 10px;
	position: relative;
	background: var(--yx_Color);
}

.yx_CA2 ul li span {
	display: inline-block;
	font-size: var(--yx_FS24);
	margin: 0 var(--yx_FS22) 0 var(--yx_FS54);
	color: var(--yx_Color);
	font-weight: bold;
}

.yx_CA2 ul li p {
	font-size: var(--yx_FS18);
	color: #666;
	line-height: 200%;
}

@media only screen and (max-width:768px) {
	.yx_CA2 .yx_flex {
		flex-wrap: wrap !important;
	}

	.yx_CA2 .yx_CAContent {
		width: 100%;
	}

	.yx_CA2 .yx_CAImage {
		width: 100%;
		margin-top: 30px;
	}

	.index_title .content1 {
		margin-bottom: var(--yx_FS24) !important;
	}

	.yx_CA2 ul li {
		padding: 10px 0 !important;
	}
}


/*dingzhi*/
.yx_InFo {
	width: 100%;
	background: url("../image/bg.jpg");
	position: relative;
	background-size: cover;
}

.yx_InFo .yx_Width {
	padding: 5vw 0 10vw;
}

.yx_InFo .bgimg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.yx_InFo .bgimg2 {
	position: relative;
	width: 100%;
	transform: rotateZ(180deg) translateY(-6px);
}

.yx_InFo .yx_ITTit h2 {
	text-align: center;
	font-size: var(--yx_FS48);
	color: #fff;
	font-weight: bold !important;
	text-transform: uppercase;
	line-height: 140%;
	display: block;
	margin: var(--yx_FS24) 0 0;
}

.yx_InFo .yx_ITTit>span {
	font-size: var(--yx_FS18);
	color: var(--yx_CTwo);
	display: block;
	position: relative;
	line-height: 200%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.yx_InFo .yx_list {
	width: 7%;
	position: relative;
}

.yx_InFo .yx_list p {
	position: absolute;
	font-size: var(--yx_FS16);
	text-align: center;
	margin-top: 14px;
	color: #fff;
	font-weight: bold;
	width: 140%;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
}

.yx_InFo .yx_list .yx_listCon {
	border-radius: 50%;
	background: #fff;
	height: 0px;
	width: 100%;
	display: block;
	cursor: pointer;
	padding-bottom: 100%;
	color: var(--yx_Color);
	transition: all 0.6s;
}

.yx_InFo .yx_list .yx_listCon .yx_icon {
	color: var(--yx_Color);
	font-size: var(--yx_FS42);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transition: all 0.6s;
	transform: translate(-50%, -50%);
}

.yx_InFo .yx_list:hover .yx_listCon {
	background-color: var(--yx_CTwo);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.yx_InFo .yx_list:hover .yx_listCon .yx_icon {
	transform: translate(-50%, -50%) scale(0.85);
	color: #fff;
}

.yx_InFo .yx_InFoCon {
	margin-top: var(--yx_FS54);
}

.yx_InFo .index_title .content1 {
	color: #fff;
	margin-bottom: var(--yx_FS36);
}

.cBox.ser .boxTitle p,
.cBox.ser .boxTitle p,
.cBox.ser .boxTitle .bp {
	color: #fff;
}

.cBox.ser .boxTitle .bp {
	border-bottom: solid 2px #fff;
}

.cBox.ser .boxTitle {
	margin-bottom: 60px;
}

.ser .one,
.ser .two {
	width: 100%;
	text-align: center;
	padding: 0;
	margin-top: var(--yx_FS54);
	display: inline-block;
}

.ser .two {
	margin-top: -2.5rem;
}

.ser ul li {
	width: 12vw;
	height: 12vw;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.ser ul li:not(:last-child) {
	margin-right: 11vw;
}

.ser ul li .kuang {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 5%;
	transition: all 0.6s;
	background: rgb(255 255 255 / 15%);
}

.ser ul li .text1 {
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 3;
	position: absolute;
	top: 0;
}

.ser ul li:hover .kuang {
	background: var(--yx_CTwo);
	transform: rotate(45deg) rotate3d(1, 1, 0, 180deg);
}

.ser ul li .text1 .bg {
	width: 100%;
	height: 100%;
	color: #fff;
}

.ser .box_line {
	width: 100%;
	padding: 0rem 0.5rem;
}

.ser .box_line i {
	display: inline-block;
	width: var(--yx_FS42);
	height: var(--yx_FS42);
	margin-top: 16%;
}

.ser .box_line i img {
	width: 100%;
	object-fit: contain;
}

.ser .box_line p {
	margin-bottom: 0;
}

.ser .box_line .b_tip {
	font-size: var(--yx_FS16);
}

.ser .box_line .s_tip {
	font-size: var(--yx_FS16);
}

.ser .box_line .num {
	font-size: var(--yx_FS24);
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.ser ul li .kuang {
		display: none;
	}

	.ser ul li .text1 {
		position: inherit;
	}

	.ser ul li {
		width: 48%;
		height: auto;
		background-color: rgba(0, 0, 0, .12);
		border-radius: 4px;
		margin: 14px 0 !important;
		padding: 30px 0;
		box-sizing: border-box;

	}

	.ser ul li:not(:last-child) {
		margin-right: 0px !important;
	}

	.ser .one,
	.ser .two {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ser .box_line i {
		margin-top: 0px;
	}

	.ser .two {
		margin-top: 0rem;
	}

	.ser .box_line {
		padding: 0px;
	}
}

/*dingzhi*end*/
.hylabs .index_title {
	text-align: center;
	width: 100%;
	margin-bottom: var(--yx_FS24);
}

.hylabs .tit {
	font-size: var(--yx_FS30);
	text-align: center;
	color: var(--yx_Color);
	line-height: 160%;
	font-weight: bold;
}

.hylabs .yx_list {
	width: 100%;
	margin-bottom: var(--yx_FS24);
}

.hylabs .index_title p {
	font-size: var(--yx_FS16);
	text-align: center;
}

.hylabs1 .yx_list .yx_ImgCover {
	height: 240px;
	width: 100%;
}

.hylabs .yx_list .yx_Title {
	background-color: var(--yx_Color);
	width: 100%;
	color: #fff;
	font-size: var(--yx_FS16);
	transition: all 0.6s;
}

.hylabs .yx_list:hover .yx_ImgCover img {
	transition: all 0.6s;
	transform: scale(1.1);
}

.hylabs2 .yx_list .yx_ImgCover {
	height: 400px;
}

.hylabs_box1,
.hylabs_box2 {
	width: 100%;
}

.hylabs_box3 .yx_ImgCover {
	height: 300px;
}

@media only screen and (min-width:769px) {
	.hylabs_box1 {
		display: grid;
		grid-template-columns: 1.4fr 0.6fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
		gap: 20px 20px;
		grid-template-areas:
			"l1 l2"
			"l3 l4"
			"l5 l6"
			"l7 l8"
			"l9 l9";
	}

	.l1 {
		grid-area: l1;
	}

	.l2 {
		grid-area: l2;
	}

	.l3 {
		grid-area: l3;
	}

	.l4 {
		grid-area: l4;
	}

	.l5 {
		grid-area: l5;
	}

	.l6 {
		grid-area: l6;
	}

	.l7 {
		grid-area: l7;
	}

	.l8 {
		grid-area: l8;
	}

	.l9 {
		grid-area: l9;
	}

	.hylabs_box2 .yx_L4 {
		width: calc((100% - (20px*3))/4) !important;
		box-sizing: border-box;

	}

	.hylabs_box2 .yx_List3 .yx_ImgCover {
		padding-bottom: 70%;
		height: 0;
	}

	.hylabs_box2 .yx_L4 .yx_ImgCover {
		padding-bottom: 140%;
		height: 0px;
	}

	.hylabs_box3 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 20px 20px;
		grid-template-areas:
			"ll1 ll1 ll1 ll1"
			"ll2 ll2 ll3 ll4"
			"ll5 ll5 ll6 ll7"
			"ll8 ll9 ll10 ll11";
	}

	.ll1 {
		grid-area: ll1;
	}

	.ll2 {
		grid-area: ll2;
	}

	.ll3 {
		grid-area: ll3;
	}

	.ll4 {
		grid-area: ll4;
	}

	.ll5 {
		grid-area: ll5;
	}

	.ll6 {
		grid-area: ll6;
	}

	.ll7 {
		grid-area: ll7;
	}

	.ll8 {
		grid-area: ll8;
	}

	.ll9 {
		grid-area: ll9;
	}

	.ll10 {
		grid-area: ll10;
	}

	.ll11 {
		grid-area: ll11;
	}

}

@media only screen and (max-width:768px) {
	.hylabs .yx_ImgCover {
		height: 0px !important;
		padding-bottom: 50% !important;
	}

	.home-swiper .yx_Prev,
	.home-swiper .yx_Next {
		display: none !important;
	}
}

.yx_lab3Box .yx_labTitle {
	margin-bottom: var(--yx_FS30);
}

.yx_lab3Box .yx_labTitle h2 {
	font-size: var(--yx_FS48) !important;
	color: var(--yx_Color);
	line-height: 180%;
}

.yx_lab3Box .yx_labTitle h3 {
	position: relative;
	display: inline-block;
	font-size: var(--yx_FS54);
	color: var(--yx_Color);
	line-height: 160%;
	font-weight: bold !important;
	padding: 8px 30px 0 0;
}

.yx_lab3Box .yx_labTitle h3:before {
	position: absolute;
	width: 60%;
	height: 8px;
	top: 0;
	right: 8px;
	position: absolute;
	background-color: var(--yx_Color);
	opacity: 0.1;
	content: '';
}

.yx_lab3Box .yx_labTitle h3:after {
	position: absolute;
	height: 60%;
	width: 8px;
	top: 0;
	right: 0;
	position: absolute;
	background-color: var(--yx_Color);
	opacity: 0.1;
	content: '';
}

.yx_lab3Box .yx_ImgBox img {
	height: 35vh;
	max-height: 300px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.yx_lab3Box .yx_labsContent {
	margin-top: var(--yx_FS24);
	background: rgba(0, 97, 174);
	border-radius: 8px;
	padding: var(--yx_FS24) var(--yx_FS18);
}

.yx_lab3Box .yx_labsContent .yx_Tit {
	font-size: var(--yx_FS30);
	font-weight: bold !important;
	line-height: 140%;
	color: #fff;
}

.yx_lab3Box .yx_labsContent p {
	font-size: var(--yx_FS16);
	color: rgba(255, 255, 255, 0.78);
	display: block;
	margin-top: 24px;
	min-height: 200px;
}

.yx_lab2>div {
	width: 49%;
}

.yx_lab3Box .yx_list {
	padding: var(--yx_FS18) var(--yx_FS18);
	background: rgba(0, 97, 174, 0.05);
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: var(--yx_FS30);
}

.yx_lab3Box {
	margin-bottom: var(--yx_FS72);
}

.yx_lab3Box3 .yx_labsContent p {
	min-height: 0 !important;
}

.yx_lab3Box3 .yx_labsContent .yx_Tit {
	min-height: 88px;
}

@media only screen and (max-width:768px) {
	.yx_lab3Box .yx_list {
		width: 100% !important;
		margin-bottom: 18px !important;
		padding: 6px !important;
	}

	.yx_lab3Box3 .yx_labsContent .yx_Tit {
		min-height: 0px;
	}

	.yx_lab3Box .yx_labsContent p {
		min-height: 0px !important;
	}
}

.yx_NewDetailProduct .commons-text{
	width:auto;
	height: auto;
}
.yx_NewDetailProduct .commons-text svg{
	width: var(--yx_FS48);
	height: auto !important;
	fill: #4a4a4a;
	cursor: pointer;
}