.Inner_banner {
	position: relative;
	padding: 0 5%;
}

.Inner_banner .con {
	position: relative;
	border-radius: 0.36rem;
	overflow: hidden;
	box-shadow: rgba(117, 68, 249, 0.1) 0px 0.48rem 1rem 0px;
}

.Inner_banner .img {
	height: 380px;
	background: var(--yx_Color1);
	position: relative
}

.Inner_banner .img::before {
	content: '';
	display: block;
	position: absolute;
	width: 120%;
	height: 100%;
	background: linear-gradient(120deg, var(--yx_Color), var(--yx_Color1) 50%, rgba(0, 0, 0, 0));
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 2;
}

.Inner_banner .img::after {
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0.2;
	position: absolute;
	background: linear-gradient(to top, var(--yx_Color2), rgba(0, 0, 0, 0));
}

.Inner_banner .img img {
	width: 60%;
	opacity: 0.6;
	right: 0;
	left: auto;
	height: 100%;
}

.Inner_banner .position {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	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;
}

.Inner_banner .position .box {
	color: #fff;
}

.Inner_banner .position .box h5 {
	font-size: 0.65rem;
	font-weight: bold !important;
	text-transform: capitalize;
	color: #fff;
	line-height: 120%;
	text-align: left;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.Inner_banner .position .box h6 {
	font-size: var(--yx_FS18);
	margin-top: 0rem !important;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
	letter-spacing: 1px;
	text-align: center;
	line-height: 160%;
	max-width: 420px;
	margin-left: auto !important;
	margin-right: auto !important;
	font-weight: 300 !important;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.yx_NpagePc .yx_MbxBox {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
	width: 50%;
}


.yx_NpagePc .yx_MbxBox a {
	color: #363636;
	margin: 0 0.1rem;
	font-size: var(--yx_FS16);
	display: inline-block;
	transition: all 0.3s;
}

.yx_NpagePc .yx_MbxBox a:hover {
	color: var(--yx_Color);
}

.yx_NpagePc .yx_MbxBox .yx_icon {
	font-size: 0.2rem;
	display: inline-block;
	margin-right: var(--yx_FS16);
	color: var(--yx_Color);
	transform: translateY(1px);
}

.yx_NpagePcCon {
	width: calc(100% - 400px);
}

.yx_NpagePc {
	width: 100%;
	margin-top: 0.3rem;
}

.yx_NpagePc>div {
	width: 100%;
	transition: all 0.6s;
	width: 100%;
	z-index: 9999;
}


.yx_NpagePc ul li {
	display: inline-block;
	margin-left: 0.24rem;
}

.yx_NpagePc ul li a {
	font-size: var(--yx_FS16);
	line-height: 200%;
	padding: 0.15rem 0.24rem;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	border-radius: 0.14rem;
	text-align: center;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}

.yx_NpagePc ul li a:hover,
.yx_NpagePc ul li a.active {
	box-shadow: rgba(117, 68, 249, 0.1) 0px 0.14rem 0.6rem 0px;
	background: var(--yx_Color);
	color: #fff !important;
}

.yx_NPage {
	position: relative;
	z-index: 12;
	background: #f7f7f7;
}

.yx_NContent {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #666;
	width: 100%;
	overflow: hidden;
	min-height: 360px;
	margin-top: 0.36rem;
	text-align: justify;
}

.yx_NContent p {
	background: transparent !important;
	font-size: var(--yx_FS16);
}

.yx_NContent h3 {
	font-size: var(--yx_FS36);
	color: #2a2a2a;
	font-weight: bold !important;
	line-height: 140%;
	margin-bottom: 14px !important;
}

.yx_NContent h3 * {
	font-weight: bold !important;
}

.yx_NContent h4 {
	font-size: var(--yx_FS24);
	color: #2a2a2a;
	text-transform: uppercase;
}

.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: 40vw;
	}

	.yx_NpageMo {
		display: block !important;
	}

	.yx_NpagePc {
		display: none !important;
	}

	.yx_NpageMo .yx_MoPageBtn {
		font-size: var(--yx_FS16);
		color: #fff;
		width: 100%;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		background: var(--yx_Color);
		border-radius: 0px;
		padding: 14px calc(3% + 10px);
	}

	.yx_NpageMo .yx_MoPageBtn i {
		color: #fff;
		font-size: 14px !important;
	}

	.yx_NpageMo .yx_PPTCon {
		position: fixed;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 99;
		top: 0;
		padding: 90px 5% var(--yx_FS36);
		left: 100%;
		transition: all 0.8s;
		overflow: auto;
	}

	.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: 30px;
		height: 30px;
		display: block !important;
		margin: 0 0 0 auto;
		background: #2a2a2a;
		line-height: 30px;
		text-align: center;
	}

	.yx_NpageMo .yx_PPBox2 {
		background: #fafafa;
	}

	.yx_NpageMo .yx_PageTit {
		font-size: 16px;
		font-weight: normal;
		position: relative;
		line-height: 240%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 16px 12px;
	}

	.yx_NpageMo {
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		border: none;
	}
}

.index_title .content1 {
	font-size: 0.65rem;
	font-weight: bold !important;
	color: #363636;
	line-height: 120%;
	text-align: center;
}

.yx_NContent img {
	width: 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: 0.36rem 0.28rem 0.32rem 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: 0.2rem;
	color: #fff;
	line-height: 0.3rem;
}

.yx_Nnews .box .yx_List4 a .content2 {
	margin-top: 0.2rem;
	font-size: var(--yx_FS14);
	color: #666;
	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: 0.34rem;
	line-height: 0.34rem;
	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: 0.24rem;
	width: 100%;
	background: #f7f7f7;
	font-size: var(--yx_FS14);
	color: #666;
	margin: 0.24rem 0;
}

.yx_NnewsDetail .index_title .content1 {
	font-size: 0.3rem;
}

.yx_NnewsDetail .yx_DetailBtn {
	padding: 0.12rem 0.3rem;
	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 {
	background: #f8f8f8;
}

.yx_VContent {
	padding: var(--yx_FS24) var(--yx_FS18);
}

.yx_VContent .yx_Title {
	font-size: var(---yx_FS18);
}

.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: #fff;
	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);
	opacity: 0.65;
}

.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: #fff;
	border: 1px solid #eee;
	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_HonorList {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: var(--yx_FS14);
	transition: all 0.6s;
	cursor: pointer;
	border-radius: 0.16rem;
}

.yx_HonorList .yx_ImgContain {
	width: 100%;
	padding-bottom: 76%;
	background: #fff;
	border-radius: 0.12rem;
}

.yx_HonorList .yx_Title {
	font-size: var(--yx_FS16);
	color: #666;
	text-align: center;
	padding: var(--yx_FS14) 0;
	transition: all 0.6s;
}

.yx_HonorList:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(1.1);
}

.yx_HonorList:hover .yx_Title {
	color: var(--yx_Color);
}

.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_FS60) 0 0;
	justify-content: center;
	align-items: center;
}

.my-4 .pagination>a,
.my-4 .pagination>span {
	font-size: var(--yx_FS14);
	color: #666;
	border: 1px solid #eee;
	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 0;
}

.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 #ddd;
	padding-bottom: 0.3rem;
}

.news_box1 .yx_Width .content1 h5 {
	font-size: 0.28rem;
}

.news_box1 .yx_Width .content1 h6 {
	font-size: var(--yx_FS16);
	color: #666;
	margin-top: 0.3rem;
}

.news_box1 .yx_Width .content2 {
	padding: 0.4rem 0 0;
	min-height: 360px;
}

.news_box1 .yx_Width .content2 p {
	font-size: var(--yx_FS16) !important;
	color: #666;
	line-height: 200%;
	text-align: justify;
}

.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: 0.5rem;
}

.news_box2 .box {
	border-top: 1px solid #ddd;
	padding-top: 0.36rem;
}

.news_box2 .box .item a {
	width: 0.6rem;
	height: 0.6rem;
	line-height: calc(0.6rem - 2px);
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0;
	transition: 0.4s;
	border-radius: 50%;
	text-align: center;
}

.news_box2 .box .item a span {
	font-weight: bold;
}

.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 .go {
	display: flex;
	align-items: center;
}

.news_box2 .box .go a {
	display: inline-block;
	width: 126px;
	line-height: 42px;
	border-radius: 4px;
	background: var(--yx_Color);
	color: #fff;
	text-align: center;
}

.hy_news_info {
	padding-bottom: 0.6rem;
}

.yx_NewsBox .news_box1 {
	width: calc(95% - 420px);
}

.yx_NewsBox .newsTime {
	border-radius: 4px;
	padding: 0.18rem var(--yx_FS16) 0.12rem var(--yx_FS14);
	text-align: center;
	background: var(--yx_Color);
}

.yx_NewsBox .newsTime .day {
	color: #fff;
	font-size: var(--yx_FS48);
	line-height: 100%;
	font-weight: bold !important;
}

.yx_NewsBox .titleBox {
	width: calc(97% - 100px);
}

.yx_NewsBox .titleBox ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0.1rem;
}

.yx_NewsBox .titleBox li {
	font-size: var(--yx_FS14);
	color: #999;
	margin-right: 0.24rem;
}

.yx_NewsBox .titleBox h5 {
	font-size: var(--yx_FS28);
	color: #2a2a2a;
	line-height: 140%;
}

.yx_NewsBox .content1 .newsTime p {
	font-size: var(--yx_FS14);
	text-align: center;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.68);
}

.yx_NewsBox .yx_newsGS {
	background-color: #f7f7f7;
	padding: var(--yx_FS16);
	margin: 0.2rem 0;
	border-radius: 4px;
}

.yx_newsGS p {
	font-size: var(--yx_FS14);
	line-height: 200%;
	color: #999;
}

.yx_NewsBox .content2 p {
	font-size: var(--yx_FS16);
	line-height: 200%;
	text-align: justify;
	background: transparent !important;
}

.yx_NewsBox .content2 img {
	max-width: 100% !important;
	margin-top: 0.2rem;
	width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	height: auto;
	margin-bottom: var(--yx_FS14);
}

.yx_NBRTop {
	padding: 0.3rem 0.36rem 0.6rem;
	background: linear-gradient(120deg, rgba(205, 182, 238, 0.1), rgba(52, 191, 189, 0.2), rgba(205, 182, 238, 0.2));
	border-radius: 0.36rem;
}

.yx_NBRight>.box {}

.yx_NewsBox .yx_NBRight {
	width: 420px;
	margin-bottom: 1rem;
	position: relative;
}

.yx_NewsBox .yx_NBRight h5 {
	color: rgba(0, 0, 0, .8);
	font-size: var(--yx_FS22);
	line-height: 160%;
	font-weight: 700 !important;
}

.yx_NewsBox .yx_NBRight h6 {
	color: rgba(0, 0, 0, 0.36);
	font-size: var(--yx_FS14);
	line-height: 1;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 700 !important;
}

.yx_NewsBox .yx_NBRight .yx_newsSearch,
.yx_engin .yx_newsSearch {
	position: relative;
	margin: 0.24rem 0 0.42rem;
}

.yx_NewsBox .yx_NBRight .yx_newsSearch form,
.yx_engin .yx_newsSearch form {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	overflow: hidden;
	align-items: center;
}

.yx_NewsBox .yx_NBRight .yx_newsSearch .header-search-input,
.yx_engin .yx_newsSearch .header-search-input {
	border: none;
	font-size: var(--yx_FS16);
	line-height: 200%;
	padding: var(--yx_FS14) 0.1rem;
	width: calc(100% - 60px);
}

.yx_NewsBox .yx_NBRight .yx_newsSearch .header-search-submit,
.yx_engin .yx_newsSearch .header-search-submit {
	background: transparent;
	border: none;
	width: 60px;
	text-align: center;
}

.yx_Share {
	margin: 0.24rem 0 0.36rem;
	height: 130px;
}

.yx_Share .yx_list {
	position: relative;
	margin-right: 0.24rem;
	width: var(--yx_FS42);
	height: var(--yx_FS42);
}

.yx_Share .yx_list .ionimg {
	width: var(--yx_FS42);
	height: var(--yx_FS42);
	cursor: pointer;
	transition: all 0.6s;
}

.yx_Share .yx_list:hover .ionimg {
	transform: translateY(-5px);
}

.yx_Share .yx_list .yx_code {
	padding-top: 12px;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all 0.6s;
	opacity: 0;
	pointer-events: none;
}

.yx_Share .yx_list.active .yx_code {
	left: 0 !important;
	opacity: 1 !important;
}

.yx_Share .yx_list .yx_code p {
	width: 110px;
	position: relative;
	border-radius: 4px;
	background: #fff;
	padding: 4px;
	display: block;
}

.yx_Share .yx_list .yx_code p::before {
	content: '';
	display: block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: 100%;
	left: calc((var(--yx_FS42)/2) - 6px);
}

.yx_Share .yx_list .yx_code img {
	width: 100%;
	height: auto;
}

.yx_xgNews {
	margin: 0.42rem 0 0;
}

.yx_xgNews .box {
	margin-top: 0.3rem;
}

.yx_xgNews .item {
	margin: var(--yx_FS16) 0;
}

.yx_xgNews .item {
	display: block;
	border-radius: 4px;
	background-color: #f7f7f7;
	padding: 0.2rem 0.2rem;
	transition: all 0.6s;
}

.yx_xgNews .item:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.yx_xgNews .item:hover .yx_Title {
	color: var(--yx_Color);
}

.yx_xgNews .item a {
	display: block;
}

.yx_xgNews .time {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.4);
	display: block;
	font-size: var(--yx_FS14);
	margin-bottom: var(--yx_FS14);
	font-weight: normal !important;
}

.yx_xgNews .content4 {
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	margin-top: 0.24rem;
	background: var(--yx_Color);
	font-size: 12px;
	padding: 0.1rem 0.2rem;
	font-weight: bold !importrant;
	transition: all 0.6s;
}

.yx_xgNews .item:hover .content4 {
	background: #4a4a4a;
}

.yx_xgNews .yx_Title {
	font-size: var(--yx_FS18);
	font-weight: bold;
	margin-bottom: var(--yx_FS14);
	transition: all 0.6s;
}

.yx_xgNews .yx_Summary {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 200%;
	text-indent: 0rem;
}

/*product*/
.yx_ProNav {
	padding: 0.48rem 0;
}

.yx_ProNav .yx_Width>div {
	background: #f7f7f7;
	padding: 0 0.24rem;
	border-radius: 4px;
}

.yx_ProNav h2 {
	font-size: var(--yx_FS22);
	color: var(--yx_Color);
	font-weight: bold !important;
}

.yx_ProNav ul {
	display: flex;
	align-items: center;
	width: calc(98% - 100px);
}

.yx_ProjectProNav ul {
	width: calc(98% - 380px);
}

.yx_ProNav li {
	margin-right: 0.48rem;
}

.yx_ProNav li a {
	padding: 0.30rem 0;
	position: relative;
	display: inline-block;
	font-size: var(--yx_FS16);
	transition: all 0.6s;
}

.yx_ProNav li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: var(--yx_Color);
	width: 0;
	height: 2px;
	transition: all 0.6s;
}

.yx_ProNav li a:hover::after,
.yx_ProNav li a.active::after {
	width: 100% !important;
}

.yx_ProNav li a:hover,
.yx_ProNav li a.active {
	color: var(--yx_Color);
}

.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;
	position: relative;
	transition: all 0.6s;
	overflow: hidden;
	padding: 0.36rem;
	border-radius: 0.36rem;
	background: rgba(0, 0, 0, 0.02);
}

.yx_NewProduct .item a:hover {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.yx_NewProduct .item a:hover:after {
	width: 100%;
}

.yx_NewProduct .item a .content1 {
	position: relative;
	padding-bottom: 100%;
	border-radius: 0.36rem;
	background: #fff;
	margin-bottom: 0.3rem;
}

.yx_NewProduct .item a .content1 img {
	max-height: 72%;
	max-width: 72%;
	mix-blend-mode: darken;
}

.yx_NewProduct .item a .yx_ImgContain::after,
.yx_NewProduct2 .item a .yx_ImgContain::after {
	background-color: var(--yx_Color);
	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_ImgContain::after,
.yx_NewProduct2 .item a:hover .yx_ImgContain::after {
	opacity: 0.85;
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

.yx_NewProduct .item a:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(1.1);
}

.yx_NewProduct .item a .yx_ImgContain .yx_icon,
.yx_NewProduct2 .item a .yx_ImgContain .yx_icon {
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 0.8rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--yx_Color);
	transition: all 0.6s;
}

.yx_NewProduct .item a:hover .yx_ImgContain .yx_icon,
.yx_NewProduct2 .item a:hover .yx_ImgContain .yx_icon {
	opacity: 1 !important;
}

.yx_NewProduct .item .yx_Tit {
	font-size: var(--yx_FS22);
	color: var(--yx_Color);
	text-transform: capitalize;
	font-weight: bold !important;
	text-align: center;
	width: 90%;
	margin: 0 auto !important;
}

.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: #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 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
}

.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;
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #4a4a4a;
}

/*wuneirong*/
.yx_Nobody {
	border: 1px solid #F1F2F4;
	padding: var(--yx_FS42) var(--yx_FS24);
	border-radius: 12px;
	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, 44, 109, .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;
	margin-top: var(--yx_FS18);
	font-size: var(--yx_FS18);
}

/*product*/
.hy_pro .box .boxLeft {
	width: 47%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
	z-index: 4;
	border-radius: 0.36rem;
}

.hy_pro .box .boxLeft .prev,
.hy_pro .box .boxLeft .next {
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	font-size: var(--yx_FS30);
	cursor: pointer;
	display: none;
}

.hy_pro .box .boxLeft .prev .yx_icon,
.hy_pro .box .boxLeft .next .yx_icon {
	font-size: var(--yx_FS30);
}

.hy_pro .box .boxLeft .page span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
	transition: all 0.6s;
}

.hy_pro .box .boxLeft .page span.swiper-pagination-bullet-active {
	background: var(--yx_Color) !important;
}

.hy_pro .box .boxLeft .prev {
	left: 0;
}

.hy_pro .box .boxLeft .next {
	right: 0;
}

.hy_pro .box .boxLeft .swiper-container {
	width: 80%;
	margin: 0.42rem auto;
	background: #fff;
}

.hy_pro .box .boxLeft .yx_ImgContain {
	width: 100%;
	padding-bottom: 100%;
}

.hy_pro .box .boxLeft img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	mix-blend-mode: darken;
}

.hy_pro .box .boxLeft .mySwiper {
	margin-top: 10px;
	width: calc(100% - (var(--yx_FS38)*2));
	padding: 0 10px;
}

.hy_pro .box .boxLeft .mySwiper .swiper-slide {
	cursor: pointer;
	box-sizing: border-box;
}

.hy_pro .box .boxLeft .mySwiper .swiper-slide-thumb-active {
	border: 1px solid var(--yx_Color);
}

.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: #666;
	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: #666;
	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 .boxRight {
	width: 50%;
	box-sizing: border-box;
	padding-left: 2%;
	transition: all 0.6s;
}

.hy_pro .box .boxRight .yx_Ibtn1 {
	margin: 36px 0 24px;
}

.hy_pro .box .yx_BackBtn {
	margin-top: var(--yx_FS42);
}

.hy_pro .box .yx_BackBtn a {
	display: inline-block;
	background-color: var(--yx_Color);
	color: #fff;
	font-size: var(--yx_FS16);
	padding: 0.1rem var(--yx_FS42);
	transition: all 0.6s;
	border-radius: 50px;
	border: 2px solid var(--yx_Color);
}

.hy_pro .box .yx_BackBtn a:nth-child(2) {
	background-color: var(--yx_Color) !important;
	color: #FFF !important;
	margin-left: 24px;
}

.hy_pro .box .yx_BackBtn a:hover {
	background: transparent;
	color: var(--yx_Color);
}

.yx_Content {
	padding: 0.5rem 0 0;
}

.yx_Content .title {
	font-size: 0.24rem;
	text-align: center;
}

.yx_Content .box {
	font-size: var(--yx_FS16);
	line-height: 200%;
	overflow: hidden;
}

.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;
}

.yx_ProDetailContenth6,
.yx_ProDetailContent h6 * {
	font-size: var(--yx_FS18) !important;
	font-weight: bold !important;
}

.yx_ProDetailContent ul,
.yx_ProDetailContent ul {
	margin-top: var(--yx_FS14);
	padding-left: 0.24rem;
}

.yx_ProDetailContent ul li,
.yx_ProDetailContent ul li * {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #4a4a4a;
}

.yx_ProDetailContent ul li::marker {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}

.hy_pro .box .boxRight .content1 {
	font-weight: bold;
	font-size: var(--yx_FS22);
	padding: var(--yx_FS16) 0;
	padding-bottom: 0.22rem;
	border-bottom: 1px solid #ccc;
}

.hy_pro .box .boxRight .content2 {
	font-size: var(--yx_FS16);
	color: #666;
	padding: var(--yx_FS16) 0 0;
}

.hy_pro .box .boxRight .yx_DTableCon {
	margin-top: 0.24rem;
}

.hy_pro .box .boxRight .yx_DTableCon div {
	position: relative;
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 200%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.yx_ProDContent {
	border: 1px solid #eee;
}

.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 {
	display: flex;
	align-items: center;
	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: 0.2rem 0;
	margin-top: 0.2rem;
	border-bottom: 1px dashed #eee;
	border-top: 1px dashed #eee;
}

.yx_ProImg {
	padding-bottom: 100% !important;
}

.yx_ProDetailContent table {
	width: 100%;
}

.yx_ProDetailContent table td {
	border: 1px solid #eee;
	font-size: var(--yx_FS16);
	padding: 5px var(--yx_FS14);
	width: auto;
}

.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.02);
	margin-bottom: var(--yx_FS36);
	border-radius: 50px;
	overflow: hidden;
}

.yx_ProDetailContent .yx_DTableTit span {
	display: inline-block;
	padding: var(--yx_FS18) var(--yx_FS48);
	font-size: var(--yx_FS18);
	color: #060606;
	transition: all 0.6s;
	cursor: pointer;
	border-radius: 50px;
}

.yx_ProDetailContent .yx_DTableTit span.yx_Active {
	background: var(--yx_Color) !important;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.yx_ProDetailContent table {
		display: block;
		overflow: auto;
	}

	.hy_content .box .item .bot a,
	.hy_content .box .item .bot {
		font-size: 14px;
		line-height: 200%;
	}

}

.hy_product {
	background: #f8f8f8;
	padding-bottom: 1rem;
	margin-top: 0.55rem;
}

.hy_product .box .list .title {
	font-size: 0.42rem;
	text-align: center;
}

.hy_product .box .list .banner {
	margin-top: 0.32rem;
}

.hy_product .box .list .banner .item {
	background: #fff;
}

.hy_product .box .list .banner .item a {
	display: block;
}

.hy_product .box .list .banner .item a .content1 {
	padding-bottom: 55%;
	text-align: center;
}

.hy_product .box .list .banner .item a .content2 {
	font-size: 0.2rem;
	color: #2a2a2a;
	text-align: center;
}

.hy_product .box .list .banner .item a .content3 {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	text-align: center;
	padding: var(--yx_FS16) 0 0;
}

.hy_product .box .list .banner .item a .content3 img {
	margin-left: var(--yx_FS16);
	height: var(--yx_FS24);
}

.hy_product .box .list .banner .item:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.hy_product .box .list .banner .item a .content4 {
	display: flex;
	align-items: center;
	padding: 0.24rem 0px;
	background-color: #fff;
}

.hy_product .box .list .banner .item a .content4>div {
	margin: auto;
}

.hy_product .box .list .banner .item a:hover .content2 {
	color: var(--yx_Color);
}

.hy_product .box .list .banner .item a:hover .content3 {
	display: block;
}

.hy_product .box .list .page {
	margin-top: 0.42rem
}

.hy_product .box .list .page>p {
	width: 0.42rem;
	height: 0.42rem;
	line-height: 0.42rem;
	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: 0.42rem;
	margin-bottom: 0.36rem;
	text-align: center;
}

.hy_news .main1 {
	margin-bottom: 0.42rem;
	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 0.48rem;
	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: 0.24rem;
}

.hy_news .box .main1 a .boxRight .content2 {
	font-size: 0.2rem;
	color: #2a2a2a;
	margin: 0.24rem 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: 0.3rem;
}

.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 {
	width: 32%;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 0.36rem;
	transition: all 0.6s;
}

.hy_news .box .main2 .item a {
	display: block;
	width: calc(100% - 0.48rem);
	margin: 0.24rem auto;
}

.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: 0.2rem;
	padding-top: 0.2rem;
	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);
}

/*news*/
.yx_NewsList3 .yx_list {
	position: relative;
}

.yx_NewsList3 .yx_list::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.01);
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.6s;
}

.yx_NewsList3 .yx_list:hover::before {
	width: 100% !important;
}

.yx_NewsList3 .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 0.65rem 0.48rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	transition: all 0.6s;
}

.yx_NewsList3 .item:after {
	content: '';
	transition: all 0.6s;
	display: block;
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 0;
	background: var(--yx_Color);
	transform: translateX(-50%);
	position: absolute;
}

.yx_NewsList3 .item:hover:after {
	width: 100%;
}

.yx_NewsList3 .item:hover .yx_Title {
	color: var(--yx_Color);
}

.yx_NewsList3 .yx_ImgCover {
	padding-bottom: 20%;
	width: 34%;
	border-radius: 0.3rem;
}

.yx_NewsList3 .yx_ImgCover .yx_ImgMore {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	transition: all .5s;
	justify-content: center;
}

.yx_NewsList3 .yx_ImgCover .yx_ImgMore img {
	width: var(--yx_F48);
	position: absolute;
	right: 0.24rem;
	top: 0.24rem;
	left: auto;
	height: auto;
}

.yx_NewsList3 .yx_ImgCover .yx_ImgMore::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	background: var(--yx_Color);
	opacity: 0;

}

.yx_NewsList3 .item:hover .yx_ImgMore {
	opacity: 1;
}

.yx_NewsList3 .item:hover .yx_ImgMore::before {
	opacity: .9;
}

.yx_NewsList3 .yx_ImgCover .yx_ImgMore span {
	font-size: var(--yx_FS22);
	color: #fff;
	position: relative;
	z-index: 5;
}

.yx_NewsList3 .content1 {
	width: 60%;
	position: relative;
}

.yx_NewsList3 .yx_TimeBox {
	position: absolute;
	right: 0;
	top: -10%;
}

.yx_NewsList3 .yx_Time {
	font-size: calc(var(--yx_FS24) + 2px);
	display: block;
	font-weight: bold;
}

.yx_NewsList3 .yx_Year {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.yx_NewsList3 .yx_Title {
	font-size: var(--yx_FS30);
	font-weight: bold;
	text-align: left;
	margin-bottom: var(--yx_FS36);
	width: calc(100% - 120px);
	font-weight: bold;
}

.yx_NewsList3 .yx_Summary {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width:768px) {
	.yx_NewsList3 .item {
		flex-wrap: wrap;
		padding: 0.24rem 0 !important;
	}

	.yx_NewsList3 .yx_list::before {
		display: none !important;
	}

	.yx_NewsList3 .yx_ImgCover {
		width: 100%;
		padding-bottom: 55%;
	}

	.yx_NewsList3 .yx_Title {
		width: 100%;
	}

	.yx_NewsList3 .content1 {
		width: 100%;
		margin: 0.24rem 0;
	}

	.yx_NewsList3 .yx_TimeBox {
		position: relative;
		left: auto;
		margin-top: 0.24rem;
	}
}



@media screen and (max-width:768px) {
	.yx_ContentRgiht {
		width: 100% !important;
		padding-left: 0%;
	}

	.hy_pro .box .boxLeft,
	.hy_pro .box .boxRight {
		width: 100% !important;
	}

	.yx_ContentLeft {
		width: 100%;
	}

	.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*/
.hy_content2 {
	position: relative;
	z-index: 5;
}

.hy_content2 .yx_Width {
	position: relative;
}

.hy_content2 .yx_fatit1 {
	font-size: 1rem;
	line-height: 120%;
	font-weight: 300 !important;
	text-transform: capitalize;
	background: linear-gradient(-90deg, var(--yx_Color1) 0%, var(--yx_Color) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: 0;
	text-align: right;
	top: -2.7rem;
}

.yx_MessageBox .yx_MeList {
	list-style: none;
	margin: 0;
	padding: 0 0.16rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	position: relative;
	display: flex;
	width: 100%;
	border-radius: 0.1rem;
	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: #666;
	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: 10px;
	width: calc(100% - 100px);
	font-size: var(--yx_FS16);
	color: #666;
	transition: all .4s ease;
}

.yx_MessageBox .yx_MeBtn {
	display: block;
	position: relative;
	text-align: center;
	width: 3rem;
	height: auto;
	padding: var(--yx_FS14) 0;
	line-height: 240%;
	background: var(--yx_Color);
	margin: auto;
	margin-top: 3%;
	font-size: var(--yx_FS18);
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 70px;
	transition: all 0.6s ease;
}

.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);
	}
}


@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: 0.48rem;
	}

	.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: 0.6rem !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% - 0.2rem)/2);
	}

	.index_case .yx_IPPage {
		display: none !important;
	}

	.index_news .new_Width {
		padding-left: 0px;
	}

	.Inner_banner .position .box h5 {
		font-size: 0.48rem;
	}
}

/*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: 9999999999;
}

.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 .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.5rem;
	height: 1.5rem;
	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_Company1 .yx_CLeft {
	width: 45%;
}

.yx_Company1 .yx_CRight {
	width: 45%;
	padding-bottom: 35%;
	border-radius: 4px;
}

.yx_Company1 .yx_CRight img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.yx_Company1 .yx_CLeft .yx_Title {
	font-size: var(--yx_FS42);
	color: #2a2a2a;
	font-weight: bold;
}

.yx_Company1 .yx_IOImg::before {
	display: none;
}

.yx_Company1 .yx_CLeft .yx_Summary {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #4a4a4a;
	-webkit-line-clamp: 10;
}

.yx_Company1 .yx_CLeft h3 {
	font-size: var(--yx_FS24) !important;
	color: var(--yx_CTwo);
	margin-bottom: 0.36rem !important;
}

.yx_Company1 .yx_CLeft h3 span {
	font-size: var(--yx_FS36) !important;
	color: var(--yx_Color);
	line-height: 160%;
	font-weight: 500 !important;
	margin-bottom: 0.18rem !important;
}

.yx_Company1 .big_data {
	width: 100%;
	margin-top: var(--yx_FS72);
}

.yx_Company1 .big_data .ite .top {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	font-weight: bold;
}

.yx_Company1 .big_data .ite .top .counter {
	font-size: var(--yx_FS48);
	font-weight: bold;
}

.yx_Company1 .big_data .ite .bot {
	font-size: var(--yx_FS14);
	color: #999;
}

.yx_Company1 .big_data {
	position: relative;
	padding-bottom: 0;
	left: auto;
	margin-top: 0;
}

.yx_Company1 .big_data .top {
	color: var(--yx_Color);
}

.yx_Company1 .big_data .bot {
	color: #666;
}

.yx_Company1 .big_data .ite {
	position: relative;
	padding-right: 0.48rem;
	margin-right: 0.48rem;
}

.yx_Company1 .big_data .ite::after {
	content: '';
	display: block;
	right: 0;
	width: 1px;
	height: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #eee;
}

.yx_Company1 .big_data .ite:last-child::after {
	display: none;
}

/*end*/
/*yx_Company3*/
.yx_Company3 {
	overflow: hidden;
	background: url(../image/joinbg3.jpg) center center no-repeat;
	background-size: cover;
}

.yx_Company3 .swiper {
	overflow: hidden;
}

.yx_Company3 .yx_SwiperHonor22 {
	margin-top: 0.48rem;
}

.yx_Company3 .yx_HonorList {
	padding: var(--yx_FS16);
	border: 1px solid rgba(0, 0, 0, .05);
	position: relative;
	overflow: hidden;
	border-radius: 0.16rem;
}

.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: 75%;
	overflow: visible;
}

.yx_Company3 .yx_ImgContain img {
	max-width: 95%;
	max-height: 95%;
}

.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%;
	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 .swiper-pagination {
	position: relative;
	width: auto;
	text-align: center;
	margin: 0 0.24rem;
}

.yx_Company3 .swiper-pagination span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e0e0e1;
	margin: 0 8px;
	border: 2px solid #e0e0e1;
	transition: all 0.6s;
	opacity: 1;
}

.yx_Company3 .swiper-pagination-bullet-active {
	background: #fff !important;
	border-color: var(--yx_Color) !important;
}

/*end*/
/*case*/
.yx_lCase .yx_lCaselist {
	border-radius: 4px;
	background: #fafafa;
	position: relative;
	padding-bottom: 15px;
	transition: all 0.6s;
}

.yx_lCase .yx_lCaselist .yx_ImgCover {
	border-radius: 4px;
	padding-bottom: 68%;
	display: block;
	width: calc(100% - 0.3rem);
	margin: 0.15rem 0.15rem 0;
}

.yx_lCase .yx_lCaselist .yx_VContent {
	font-size: var(--yx_FS18);
	text-align: center;
	color: #2a2a2a;
	margin: var(--yx_FS18) 0;
}

.yx_lCase .yx_lCaselist .yx_M {
	position: absolute;
	left: 50%;
	width: 140px;
	border-radius: 4px;
	background: var(--yx_Color);
	color: #fff;
	font-size: var(--yx_FS14);
	padding: 14px 0;
	z-index: 2;
	bottom: -48px;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.6.s;
}

.yx_lCase .yx_lCaselist:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_lCase .yx_lCaselist:hover .yx_M {
	bottom: -22px;
	opacity: 1;
}

.yx_lCase .yx_lCaselist .yx_M:hover {
	background: var(--yx_CTwo);
}

.yx_lCase .yx_lCaselist:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_lCase .yx_lCaselist:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_lCase2 .yx_list {
	padding: 0.28rem 0.24rem 0.1rem;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 2px;
	transition: all 0.6s;
	cursor: pointer;
}

.yx_lCase2 .yx_list:hover {
	background: #fff;
	border-color: #fafafa;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_lCase2 .yx_list .yx_Tit {
	font-size: 0.2rem;
	font-weight: bold !important;
	color: #2a2a2a;
	transition: all 0.6s;
}

.yx_lCase2 .yx_list>p {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.6);
	display: block;
	margin: 0.24rem 0 5px;
}

.yx_lCase2 .yx_list h6 *,
.yx_lCase2 .yx_list h6 {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.6);
	transition: all 0.6s;
	font-weight: bold !important;
}

.yx_lCase2 .yx_list:hover .yx_Tit {
	color: var(--yx_Color) !important;
}

.yx_lCase2 .yx_list:hover h6,
.yx_lCase2 .yx_list:hover h6 * {
	color: #2a2a2a !important;
}

/*end*/
@media only screen and (min-width:1025px) {
	.yx_lCase2 .yx_list {
		width: calc((100% - (var(--yx_FS36)*2)) / 3) !important;
		margin-right: var(--yx_FS36) !important;
		margin-bottom: var(--yx_FS36) !important;
	}

	.yx_lCase2 .yx_list:nth-child(3n) {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width:1024px) {
	.nav_right {
		display: none;
	}
}

@media only screen and (max-width:960px) {
	.index_header.inner {
		display: none;
	}

	.HeaderMobile .box .button .search {
		display: none !important;
	}
}

@media only screen and (max-width:768px) {
	.index_Hot {
		display: none !important;
	}

	.index_HotMo {
		display: block !important;
	}

	.z_banner .picBox,
	.z_banner .bd li {
		height: auto !important;
	}

	.z_banner .p_info_fivebox .yx_Title,
	.z_banner .p_info_fivebox .yx_Tit {
		font-size: 0.36rem;
		font-weight: 500;
	}

	.z_banner .p_info_fivebox .yx_Tit {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}

	.z_banner .p_info_fivebox .yx_Title:after {
		height: 1px;
	}

	.z_banner .p_info_fivebox .yx_TitTwo {
		margin-top: 14px;
		font-weight: 500 !important;
	}

	.z_banner .p_info_fivebox span {
		display: none !important;
	}

	.z_banner .p_info_fivebox .yx_InMore2 {
		display: none !important;
	}

	.yx_IOCBox,
	.yx_IOImg {
		width: 100%;
		position: relative;
		right: auto;
	}

	.yx_InMore2 a {
		padding: 0 20px;
		line-height: 48px;
	}

	.yx_InMore2 {
		height: 48px;
	}

	.yx_InProPage .yx_InTitBox {
		width: 100%;
	}

	.yx_InProPage .yx_InMore2 {
		display: none !important;
	}

	.yx_IOImg {
		padding: 0px;
		height: 90vw;
		margin-top: 0.48rem;
	}

	.yx_InOne .g_item .yx_icon {
		font-size: 0.18rem;
	}

	.yx_InOne .yx_IOMore {
		top: auto;
		bottom: 8%;
		right: 8%;
		left: auto;
	}

	.yx_InOne .yx_IOMore a {
		min-width: 100px;
		min-height: 100px;

	}

	.yx_InOne {
		padding-bottom: calc(var(--yx_FS72)*1.2);
	}

	.yx_InThree .yx_InCase {
		width: 100%;
	}

	.yx_InThree .yx_InCImgBox {
		width: 100%;
		margin: 42px auto;
		height: 0;
		padding-bottom: 68%;
	}

	.yx_InThree .yx_InCImgBox .dotBox {
		display: none;
	}

	.yx_InThree .yx_InCImg .yx_ImgCover {
		width: 100%;
		padding-bottom: 68%;
		border-radius: 4px;
	}
}


/*é¢åŒ…å±‘æ ·å¼*/

.sideBar {
	position: fixed;
	right: 0;
	bottom: 560px;
	transform: translateY(-50%);
	z-index: 998;
	display: block !important
}

.side1 a,
.side1 img,
.side1 i,
.side1 span {
	display: block
}

.side1 img {
	margin: 0 auto
}

.side1 i {
	margin: 10px auto;
	width: 1px;
	height: 20px;
	background: #fff;
	transition: all 0.5s ease
}

.side1 span {
	color: #fff;
	font-size: 14px;
	writing-mode: vertical-lr;
	margin: 0 auto;
	letter-spacing: 2px
}

.side1:hover {
	background: #e72731
}

.side1:hover a img {
	animation: jitter 0.5s
}

.side {
	height: 60px;
	position: absolute;
	transition: all 0.5s
}

.side a {
	display: block;
	height: 60px;
	font-size: 0;
	position: relative;
}

.side i,
.side span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 60px
}

.side i {
	width: 60px;
	text-align: center;
	background: var(--yx_Color);
	transition: all 0.3s;
	font-size: var(--yx_FS24);
	color: #fff;
}

.side i svg {
	width: 32px !important;
	margin: 0;
	font-size: 0px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 32px !important
}

.side i path {
	fill: #fff
}

.side i img {
	vertical-align: middle
}

.side span {
	text-align: center;
	line-height: 60px;
	background: var(--yx_Color);
	font-size: var(--yx_FS16);
	color: #fff;
	transition: all 1s
}

.side2 {
	top: 0px;
	right: -220px;
	width: 280px;
}

.side2 span {
	width: 220px;
}

.side3 {
	right: -220px;
	width: 280px;
	top: 61px
}

.side3 span {
	width: 220px
}

.side4 {
	right: -140px;
	width: 200px;
	top: 122px
}

.side4 span {
	width: 140px
}

.side5 {
	right: -140px;
	width: 200px;
	top: 183px;
	z-index: 3;
	cursor: pointer
}

.yx_sideImg {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	top: 100%;
	right: 0;

}

.side5 span {
	width: 140px;
	font-size: var(--yx_FS16);
}

.qcodePic {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	display: none;
	z-index: 99;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5
}

.qcodePic img {
	width: 100%
}

.side5:hover .qcodePic {
	display: block
}

.side6 {
	right: 0px;
	font-size: var(--yx_FS28);
	top: 244px;
	cursor: pointer
}

.side6 span {
	width: 90px;
	font-size: 14px
}

.side:hover {
	right: 0
}

.side:hover i {
	background: var(--yx_Color);
}

.wxPic {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none
}

.wxPic img {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.yx_lCDetail .yx_lCDLeft {
	width: 40%;
	padding: var(--yx_FS24);
	background: #f7f7f7;
	position: relative;
	z-index: 4;
	border-radius: 4px;
}

.yx_lCDetail .yx_ImgContain,
.yx_lCDetail .yx_ImgCover {
	width: 100%;
	padding-bottom: 78%;
	background-color: #fff;
}

.yx_lCDetail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yx_lCDetail .box .yx_lCDLeft .mySwiper {
	margin-top: 10px;
	width: calc(100% - (var(--yx_FS38)*2));
	padding: 0 10px;
}

.yx_lCDetail .box .yx_lCDLeft .mySwiper .swiper-slide {
	cursor: pointer;
	box-sizing: border-box;
}

.yx_lCDetail .box .yx_lCDLeft .mySwiper .swiper-slide-thumb-active {
	border: 1px solid var(--yx_Color);
}

.yx_lCDetail .box .yx_lCDLeft .banner2 {
	position: relative;
}

.yx_lCDetail .box .yx_lCDLeft .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: rgba(0, 0, 0, 0.05);
	width: var(--yx_FS38);
	transition: all 0.6s;
	color: #999;
	border-radius: 4px;
	font-size: var(--yx_FS18);
}

.yx_lCDetail .box .yx_lCDLeft .banner2 .button p:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_lCDetail .box .yx_lCDLeft .banner2 .button p:hover . yx_icon {
	color: #fff !important;
}

.yx_lCDetail .box .yx_lCDLeft .banner2 .button p .yx_icon {
	color: #666;
	transition: 0.4s;
	font-size: var(--yx_FS24);
}

.yx_lCDetail .box .yx_lCDLeft .banner2 .button p .yx_icon:hover {
	color: #fff;
}

.yx_lCDetail .box .yx_lCDLeft .banner2 .button .prev {
	left: 0;
}

.yx_lCDetail .box .yx_lCDLeft .banner2 .button .next {
	right: 0;
}

.yx_lCDetail .yx_lCDRight {
	width: 58%;
	padding: var(--yx_FS30) 0 0 4%;
}

.yx_lCDetail .yx_lCDRight .yx_Tit {
	font-size: var(--yx_FS36);
	font-weight: bold !important;
}

.yx_lCDetail .yx_lCDRight .yx_Sum {
	background: #fafafa;
	border-radius: 4px;
	padding: var(--yx_FS24);
	font-size: var(--yx_FS14);
	line-height: 200%;
	color: #999;
	margin: var(--yx_FS18) 0 var(--yx_FS30);
}

.yx_lCDetail .yx_PB li {
	padding: var(--yx_FS16) var(--yx_FS24);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: var(--yx_FS16);
}

.yx_lCDetail .yx_PB li .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	display: inline-block;
	margin-right: 16px;
}

.yx_lCDetail .yx_PB {
	margin-bottom: var(--yx_FS72);
}

.yx_lCDetail .yx_M {
	margin-bottom: var(--yx_FS60);
	padding: var(--yx_FS16) var(--yx_FS42);
	border-radius: 4px;
	background: var(--yx_Color);
	font-size: var(--yx_FS16);
	background-color: #dcdcdc;
	color: #999;
	transition: all 0.6s;
}

.yx_lCDetail .yx_M:nth-child(2) {
	background: var(--yx_Color);
	color: #fff;
	margin-left: 24px;
}

.yx_lCDetail .yx_M:hover {
	background: var(--yx_CTwo);
	color: #fff;
}

.yx_ConWh .yx_List3 {
	background: #000;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
}

.yx_ConWh .yx_List3 .yx_ImgCover {
	padding-bottom: 100%;
	opacity: 0.68;
}

.yx_ConWh .yx_List3 .yx_CWContent {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: var(--yx_FS60) 5%;
	z-index: 2;
	text-align: center;
}

.yx_ConWh .yx_List3 .yx_CWContent .yx_icon {
	font-size: var(--yx_FS48);
	color: #fff;
	display: inline-block;
	margin: 0 auto var(--yx_FS16);
}

.yx_ConWh .yx_List3 .yx_CWContent span {
	font-size: var(--yx_FS30);
	color: #fff;
	display: block;
	margin-bottom: var(--yx_FS24);
}

.yx_ConWh .yx_List3 .yx_CWContent p {
	font-size: var(--yx_FS14);
	line-height: 180%;
	color: rgba(255, 255, 255, 0.68);

}

.yx_ConWh .yx_List3 .yx_ImgCover:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent);
}

.yx_ConWh .yx_List3:hover .yx_ImgCover img {
	transform: scale(1.1);
	opacity: 0.8;
}

.yx_cc2 {
	background: #f5f5f5;
}

.yx_cc2 .yx_flexWrap {
	flex-direction: row-reverse;
}

.yx_cc2 ul {
	padding-left: 24px;
}

.yx_cc2 li {
	font-size: var(--yx_FS16);
	line-height: 240%;
	color: #666;
	list-style-type: disc;
}

@media only screen and (max-width:768px) {

	.yx_lCDetail .yx_lCDLeft,
	.yx_lCDetail .yx_lCDRight {
		width: 100%;
	}

	.yx_lCDetail .yx_lCDRight {
		padding-left: 0px;
		padding-right: 0px;
	}
}



.yx_Join2 {
	background: url(../image/yx_Join2bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
}

.yx_J2List {
	width: calc(100%/3);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 5% 2rem;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_J2List:hover {
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
	background: rgba(0, 58, 147, 0.68);
}

.yx_J2List:hover .yx_J2Con {
	transform: translateY(20px);
}

.yx_J2Con {
	transition: all 0.6s;
}

.yx_J2List .yx_icon {
	font-size: var(--yx_FS48);
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 1rem;
}

.yx_J2List .yx_Title {
	font-size: var(--yx_FS36);
	color: #fff;
	text-transform: capitalize;
	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(255, 255, 255, 0.7);
}

/*yx_ComOne*/

.yx_ComOne {
	position: relative;
	overflow: hidden;
}

.yx_ComOne .imgBox {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	padding-right: 28%;
	position: relative;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	-webkit-box-shadow: 0 0 60px rgba(30, 46, 63, .36);
	-moz-box-shadow: 0 0 60px rgba(30, 46, 63, .36);
	box-shadow: 0 0 60px rgba(30, 46, 63, .36);
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.yx_ComOne .swiper-container {
	overflow: initial;
}

.yx_ComOne .sha_imgBox {
	position: absolute;
	right: 0;
	top: 0;
	width: 22%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	z-index: 1;
}

.yx_ComOne .sha_imgBox>div {
	font-size: 0;
	line-height: 30px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.yx_ComOne .sha_imgBox .yx_SBtn {
	background-image: none;
	left: 0;
	right: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 18px;
	line-height: 44px;
}

.yx_ComOne .sha_imgBox .yx_SBtn:hover .yx_icon {
	color: var(--yx_Color);
}

.yx_ComOne .sha_imgBox .swiper-button-prev {
	margin-right: 60px;
}

.yx_ComOne .sha_imgBox .swiper-button-next {
	margin-left: 60px;
}

.yx_ComOne .yx_ImgCover {
	padding-bottom: 38%;
	width: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.yx_ComOne::before {
	content: '';
	width: 11.1%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: url("../image/aboutwjbg.png") center repeat;
	pointer-events: none;
}

.yx_ComOne .yx_fatit1 {
	font-size: var(--yx_FS42);
	text-transform: capitalize;
	line-height: 120%;
	padding-bottom: 0.16rem;
}

.yx_ComOne .yx_NContent {
	width: 100%;
	margin-bottom: 8%;
}

.yx_ABOUTCon {
	background: #f7f7f7;
}

/*yx_ComOne end*/


@media only screen and (min-width:769px) {
	.Inner_banner .yx_NpagePc {
		transition: all 0.6s;
	}

	.Inner_banner .yx_fixed {
		position: fixed !important;
		bottom: auto;
		left: 0;
		z-index: 999;
		box-shadow: 0 0 0.18rem rgba(0, 0, 0, 0.1);
	}

	.Inner_banner .yx_NpagePc::before {
		content: '';
		display: block;
		width: 70%;
		transition: all 0.6s;
		height: 100%;
		position: absolute;
		background-color: #fff;
		right: 0;
		top: 0;
		opacity: 0;
	}

	.yx_NpagePc ul li a {
		transition: all 0.6s;
	}

	.Inner_banner .yx_fixed ul li a {
		padding: 0.2rem 0 !important;
	}

	.Inner_banner .yx_fixed::before {
		width: 100% !important;
		opacity: 1 !important;
	}
}


/*360*/
.yx_360 {
	background: #fff !important;
	position: relative;
}

.yx_360 .yx_Width {
	position: relative;
	max-width: 1147px !important;
}

.yx_360 .yx_Width>img {
	width: 100%;
	height: auto;
}

.yx_360 .list {
	position: absolute;
	z-index: 9;
}

.yx_360 .yx_zlConBox .yx_CBContent .yx_Img {
	width: 100%;
	height: auto;
	padding: 0;
	max-height: 65vh;
	margin-top: 0.24rem;
	overflow: auto;
}

.yx_360 .yx_zlConBox .yx_CBContent .yx_Img img {
	position: inherit !important;
	height: auto;
	width: 100%;
	object-fit: contain;
	top: 0;
	left: 0;
	transform: translate(0, 0);
}

.yx_360 .yx_zlConBox .yx_CBContent p {
	font-size: var(--yx_FS16);
	color: #666;
	display: block;
	width: 100%;
	line-height: 200%;
}

.yx_360 .yx_zlConBox .yx_CBContent .yx_360Right {
	width: 50%;
	padding-left: 5%;
}

.yx_360 .yx_zlConBox .yx_CBContent .yx_Tit {
	font-size: var(--yx_FS24);
	color: #222;
	width: 100%;
	font-weight: bold !important;

}

.yx_360 .yx_zlConBox .yx_NContent strong {
	font-weight: bold !important;
	color: #222;
	font-size: var(--yx_FS16) !important;
}

.yx_360 .yx_zlConBox .yx_NContent p {
	font-size: var(--yx_FS14);
}

.yx_360 .yx_zlConBox .yx_NContent ol {
	margin-left: 0.18rem;
}

.yx_360 .yx_zlConBox .yx_NContent ol,
.yx_360 .yx_zlConBox .yx_NContent ol li {
	list-style-type: decimal;
}

.yx_360 .yx_zlConBox .yx_NContent ul {
	list-style-type: disc;
	margin-left: 0.18rem;
	;
}

.yx_360 .yx_zlConBox .yx_NContent ul li {
	margin-bottom: 0px !important;
}

.yx_360Btn {
	padding: 0;
	display: flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_360Btn::before {
	content: '';
	position: absolute;
	top: -9px;
	left: -9px;
	height: 50px;
	width: 50px;
	background: var(--yx_Color);
	border-radius: 50%;
	box-shadow: 0 0 4px var(--yx_Color), 0 0 10px var(--yx_Color) inset;
	opacity: 1;
	filter: alpha(opacity=0);
	animation: warn 2s ease-out both;
	animation-iteration-count: infinite;
}

.yx_360Btn::after {
	content: '';
	position: absolute;
	top: -22px;
	left: -22px;
	height: 75px;
	width: 75px;
	background: var(--yx_Color);
	border-radius: 50%;
	box-shadow: 0 0 4px var(--yx_Color), 0 0 10px var(--yx_Color) inset;
	opacity: 0;
	filter: alpha(opacity=0);
	animation: warn 2s ease-out both;
	animation-iteration-count: infinite;
	transition: all 0.6s;
}

.yx_360 .list:hover .yx_360Btn::after {
	opacity: 1;
}

.yx_360 .list:hover .yx_360Btn {
	border: 2px solid #fff;
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1.3.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1);
		opacity: 0
	}
}

.yx_360Btn .dian {
	display: flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--yx_Color);
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: all 0.6s;
}

.yx_360Btn .dian .yx_icon {
	font-size: 12px;
}

.yx_360Btn .dian P {
	font-size: 0.18rem;
	font-weight: bold;
	color: #2a2a2a;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.3rem;
	width: 140px;
	text-shadow: 0 0 3px #fff;
}

@media only screen and (min-width:769px) {
	.yx_360 .yx_zlConBox .yx_CBContent .yx_ImgMo {
		display: none;
	}
}

@media only screen and (max-width:768px) {

	.yx_NContent h3,
	.yx_ABOUTyanfa h3 {
		font-size: var(--yx_FS24) !important;
	}

	.yx_360 .yx_zlConBox .yx_CBContent .yx_ImgPc {
		display: none;
	}

	.yx_360 .yx_zlConBox .yx_CBContent .yx_ImgMo {
		display: block !important;
	}

	.yx_360Btn .dian P {
		width: 60px;
	}

	.yx_360Btn .dian {
		width: 20px;
		height: 20px;
	}

	.yx_360Btn .dian i {
		font-size: 10px;
	}
}

/*360end*/

.yx_xgProducts .item {
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.yx_xgProducts .item a {
	display: flex;
	transition: all 0.6s;
	align-items: center;
}

.yx_xgProducts .item .yx_ImgContain {
	width: 30%;
	padding-bottom: 30%;
	overflow: visible;
	background: #fff;
	boder-radius: 5px
}

.yx_xgProducts .item .yx_ImgContain img {
	mix-blend-mode: darken;
	max-width: 88%;
	max-height: 88%;
}

.yx_xgProducts .item .con {
	width: 70%;
	padding-left: 8%;
}

.yx_xgProducts .item .con .yx_Tit {
	font-size: var(--yx_FS18);
	font-weight: bold;
	color: #2a2a2a;
	margin-bottom: var(--yx_FS14);
	height: 54px;
	text-align: left;
}

.yx_xgProducts .item .con span {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	display: none !important;

}

.yx_xgProducts .item:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(1.1);
}

.yx_xgProducts .item:hover .yx_Tit {
	color: var(--yx_Color);
}


.newsSearchCon .yx_list a {
	display: flex;
	align-items: center;
	padding: 0.24rem 0;
	transition: all 0.6s;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsSearchCon .yx_list a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: var(--yx_Color);
	position: absolute;
	left: 0;
	transition: all 0.6s;
	bottom: 0;
}

.newsSearchCon .yx_list a .yx_TimeBox {
	border-radius: 4px;
	padding: 0.24rem 0 0.18rem;
	text-align: center;
	width: 95px;
	background: rgba(0, 0, 0, 0.05);
	transition: all 0.6s;
}

.newsSearchCon .yx_list a .content1 {
	width: calc(100% - 200px);
}

.newsSearchCon .yx_list a>.yx_icon {
	font-size: var(--yx_FS24);
	color: #999;
	transition: all 0.6s;
}

.newsSearchCon .yx_list a .yx_Time {
	color: #666;
	font-size: var(--yx_FS48);
	line-height: 100%;
	font-weight: bold !important;
	display: inline-block;
	text-align: center;
	width: 100%;
	transition: all 0.6s;
	margin-bottom: 0.05rem;
}

.newsSearchCon .yx_list a .yx_Year {
	font-size: var(--yx_FS14);
	text-align: center;
	font-weight: bold;
	color: #999;
	transition: all 0.6s;
}

.newsSearchCon .yx_list .yx_Title {
	font-size: var(--yx_FS18);
	color: #2a2a2a;
	margin-bottom: 0.1rem;
	transition: all 0.6s;
}

.newsSearchCon .yx_Summary {
	font-size: var(--yx_FS14);
	color: #666;
	line-height: 200%;
	transition: all 0.6s;
}

.newsSearchCon ul {
	display: flex;
	margin-top: 0.1rem;
	align-items: center;
}

.newsSearchCon ul li {
	font-size: 12px;
	color: #999;
	margin-right: 0.2rem;
}

.newsSearchCon .yx_list a:hover {
	background-color: #fafafa;
	padding: 0.24rem 0.2rem;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.newsSearchCon .yx_list a:hover:after {
	width: 100%;
}

.newsSearchCon .yx_list a:hover .yx_icon {
	color: var(--yx_Color);
	transform: scaleX(10px);
}

.newsSearchCon .yx_list a:hover .yx_TimeBox {
	background: var(--yx_Color);
}

.newsSearchCon .yx_list a:hover .yx_TimeBox .yx_Time {
	color: #fff;
}

.newsSearchCon .yx_list a:hover .yx_TimeBox .yx_Year {
	color: #fff;
	opacity: 0.5;
}

.yx_code .codeSearch {
	margin-bottom: var(--yx_FS30);
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.yx_code .codeSearch input {
	width: calc((100% - 150px) / 2);
	padding: 0 0.2rem;
	line-height: 63px;
	height: 65px;
	font-size: var(--yx_FS16);
	border: none;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color: #f5f5f5;
	color: #2a2a2a;
	border-bottom: 1px solid #eee;
}

.yx_code .codeSearch .codeBtn {
	line-height: 63px;
	height: 65px;
	text-align: center;
	background: var(--yx_Color);
	font-size: 0.22rem;
	color: #fff;
	width: 150px;
	border: 1px solid var(--yx_Color);
}

.yx_code .codeSearch .codeBtn i {
	font-size: 0.22rem;
}

@media only screen and (min-width:769px) {
	.yx_code table {
		width: 100% !important;
	}
}

.yx_code .content1 {
	font-size: 0.32rem;
	text-align: center;
}


.yx_code table th * {
	color: #fff !important;
	font-weight: bold !important;
}

.yx_code table tr:nth-child(odd) {
	background-color: #fff !important;
}

.yx_code table tr:nth-child(even) {
	background-color: #fafafa !important;
}

.yx_code table td,
.yx_code table th {
	border: 1px solid #eee;
	text-align: center;
	font-size: var(--yx_FS14);
	line-height: 180%;
	color: #333;
	padding: var(--yx_FS16) 5px;
	vertical-align: middle;
}

.yx_code table th {
	padding: var(--yx_FS14);
	text-align: center !important;
	color: #222 !important;
	background: #f5f5f5;
	font-size: var(--yx_FS16) !important;
}

/*piccon*/
.piccon .yx_picfa {
	display: none;
}

.picnav {
	padding-bottom: 0;
}

.picnav ul {
	flex-wrap: wrap;
}

.planbanner .yx_newsSearch,
.yx_ProNav .yx_newsSearch {
	position: relative;
	max-width: 280px;
}

.planbanner .yx_newsSearch form,
.yx_ProNav .yx_newsSearch form {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	overflow: hidden;
	align-items: center;
}

.planbanner .header-search-input,
.yx_ProNav .header-search-input {
	border: none;
	font-size: var(--yx_FS14);
	line-height: 200%;
	padding: 0.1rem;
	width: calc(100% - 60px);
}

.planbanner .yx_newsSearch .header-search-submit,
.yx_ProNav .yx_newsSearch .header-search-submit {
	background: transparent;
	border: none;
	width: 60px;
	text-align: center;
}


.picnav li a {
	padding: 0.2rem 0;
}

.picnav .yx_Width>div {
	padding: 0.1rem 0.24rem;
}

.yx_picfa {
	width: 100%;
}

.yx_picfa img {
	max-width: 100%;
	height: auto;
}

.picnav li a:after {
	display: none;
}

.enginlistBox .yx_Width {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.enginlistBox .yx_list {
	width: 30%;
	margin: 0 5% 1.2rem;
	text-align: center;
	position: relative;
}

.enginlistBox .yx_list .yx_ImgContain {
	width: 66%;
	padding-bottom: 66%;
	margin: 0 auto;
}

.enginlistBox .yx_list .yx_Tit {
	font-size: var(--yx_FS16);
	font-weight: bold;
	text-align: center;
	margin: 0.24rem auto 0;
	padding: var(--yx_FS14) 0.36rem;
	border-radius: 50px;
	width: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
}

.enginlistBox .yx_list .yx_Tit::after {
	content: '【图示仅供参考】';
	font-size: 12px;
	color: rgba(0, 0, 0, 0.15);
	text-align: center;
	position: absolute;
	bottom: 110%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0 0;
}

@media only screen and (min-width:769px) {
	.enginlistBox .yx_list1 {
		position: absolute;
		top: 46%;
		left: 50%;
		margin: 0;
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width:768px) {
	.enginlistBox .yx_list {
		width: 100%;
	}

	.enginlistBox .yx_list .yx_ImgContain {
		width: 100%;
		padding-bottom: 100%;
	}

	.picnav {
		height: auto !important;
		margin: 30px 0 0;

	}

	.picnav>* {
		display: block !important;
	}

	.picnav .yx_Width>div {
		flex-wrap: wrap;
		padding: 24px 12px 12px;
	}

	.picnav ul {
		width: 100%;
	}
}

/*piccon end*/
.yx_ProTJ {
	margin-top: 0.48rem !important;
}

.yx_ProTJ .swiper-container {
	height: 300px;
	overflow: hidden;
}

.yx_ProTJ .swiper-slide {
	height: 160px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.yx_ProTJ .item {
	background: transparent;
	border-radius: 0px;
	padding: 0;
	margin: 0;
}

.yx_ProTJ .item:hover {
	box-shadow: none;
}


/*enginBanner*/
.yx_enginBanner .p_info_fivebox {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 90%;
	text-align: left;
}

.yx_enginBanner .p_info_fivebox h5 {
	font-size: var(--yx_FS60);
	font-weight: bold !important;
	text-transform: capitalize;
	color: #fff;
	text-shadow: 0 0 10px rgba(199, 48, 48, 0.2);
}

.yx_enginBanner .pcimg {
	width: 100%;
	height: 0;
	padding-bottom: 31.89%;
	background-size: cover;
}

@media only screen and (max-width:960px) {
	.yx_enginBanner .pcimg {
		display: none;
	}

	.yx_enginBanner .moimg {
		width: 100%;
		height: 0px;
		background-size: cover;
		padding-bottom: 48%;
	}
}

/*end*/

/*yx_yrJoin*/
.yx_InTitBox2 h4 {
	font-size: var(--yx_FS48);
	font-weight: bold;
}

.yx_InTitBox2 em {
	display: block;
	margin: 0.24rem 0 0;
	height: 3px;
	width: 0.42rem;
	background: var(--yx_Color);
}

.yx_yrJoin1 {
	padding: 0.6rem 0 0.24rem;
	background: url("../image/abzz_bj.png") center center no-repeat;
	background-size: contain;
}

.yx_yrJoin1 .yx_InTitBox2 h4 {
	text-align: center;
}

.yx_yrJoin1 .yx_InTitBox2 em {
	margin: 0.24rem auto 0;
}

.yx_yrJoin1 .yx_Content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 220%;
}

.yx_yrJoin1 .yx_Content .big_data {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
	padding-bottom: 0;
	justify-content: center;
}

.yx_yrJoin1 .yx_Content .big_data .ite {
	text-align: center;
	padding: 0 0.72rem;
	position: relative;

}

.yx_yrJoin1 .yx_Content .big_data .ite::after {
	content: '';
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #eee;
}

.yx_yrJoin1 .yx_Content .big_data .ite:last-child::after {
	display: none;
}

.yx_yrJoin1 .yx_Content .big_data .top {
	color: var(--yx_Color);
	font-size: var(--yx_FS16);
}

.yx_yrJoin1 .yx_Content .big_data .bot {
	font-size: var(--yx_FS16);
	color: #999;
	te
}

.yx_yrJoin2 {
	background: url("../image/joinbg2.jpg") center center;
	background-size: cover;
	background-attachment: fixed;
}

.yx_yrJoin2 .yx_Content h5 {
	font-size: var(--yx_FS18);
	color: #222;
	font-weight: bold !important;
	margin-bottom: 0.1rem !important;
}

.yx_yrJoin2 .yx_Content p {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #666;
	display: block;
	margin-bottom: 0.2rem;
}

.yx_yrJoin2 .yx_yj2Left {
	width: 55%;
}

.yx_yrJoin2 .yx_yj2Right {
	width: 43%;
}

.yx_yrJoin2 .yx_yj2Right img {
	width: 100%;
	object-fit: contain;
}

.yx_CC3 {
	background: transparent;
}

.yx_CC3>.yx_Width {
	flex-direction: row-reverse;
}

.yx_CC3 .yx_yj2Left {
	width: 50%;
}

.yx_CC3 .yx_yj2Left p {
	margin-bottom: 0.2rem;
}

.yx_CC3 .yx_yj2Left p span {
	font-weight: bold;
	color: var(--yx_Color);
	font-size: var(--yx_FS22);
}

.yx_yrJoin3 .item {
	margin-bottom: 0.3rem;
	background: #f7f7f7;
	border-radius: 4px;
	overflow: hidden;
	padding: 0.36rem 0.28rem;
}

.yx_yrJoin3 .item dl dt {
	display: flex;
	align-content: center;
	padding-bottom: 0.24rem;
	margin-bottom: 0.24rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	justify-content: space-between;
}

.yx_yrJoin3 .item dl dt .yx_Tit {
	font-size: var(--yx_FS24);
	color: #222;
	font-weight: bold;
	display: inline-block;
}

.yx_yrJoin3 .item dl dt img {
	width: 0.36rem;
	margin-right: 0.15rem;
	object-fit: contain;
	display: inline-block;
}

.yx_yrJoin3 .item dl .xz {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
	font-weight: bold;
}

.yx_yrJoin3 .item dl dd ul {
	display: flex;
	width: calc(100% - 100px);
	align-items: center;
}

.yx_yrJoin3 .item dl dd {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}

.yx_yrJoin3 .item dl dd ul li {
	font-size: var(--yx_FS16);
	color: #999;
	margin-right: 1rem;
}

.yx_yrJoin3 .item dl dd .yx_JoinBtn {
	width: var(--yx_FS60);
	height: var(--yx_FS60);
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.6s;
}

.yx_yrJoin3 .item dl dd .yx_JoinBtn span {
	width: 28%;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	transition: all 0.6s;
}

.yx_yrJoin3 .item dl dd .yx_JoinBtn span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(90deg);
}

.yx_yrJoin3 .item dl dd .yx_JoinBtn:hover,
.yx_yrJoin3 .item dl dd .yx_JoinBtn.yx_Active {
	background: var(--yx_Color) !important;
}

.yx_yrJoin3 .item dl dd .yx_JoinBtn.yx_Active span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(0deg) !important;
}

.yx_yrJoin3 .item .yx_JoinCon {
	overflow: hidden;
	display: none;
}

.yx_yrJoin3 .item .yx_JoinCon>div {
	padding: 0.36rem;
	margin-top: 0.42rem;
	border-radius: 4px;
	background: #fff;
	font-size: #666;
	font-size: var(--yx_FS16);
	line-height: 200%;
}

.yx_yrJoin3 .item .yx_JoinCon>div * {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 200%;
}

.yx_yrJoin3 .item .yx_JoinCon .JoinTel {
	margin-top: 0.3rem;
}

.yx_yrJoin3 .item .yx_JoinCon .JoinTel a {
	display: block;
	font-size: var(--yx_FS22);
	color: var(--yx_Color);
	font-weight: bold;
}

.yx_yrJoin3 .item .yx_JoinCon .JoinTel a i {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
	display: inline-block;
	margin-right: var(--yx_FS14);
}

.yx_yrJoin4 .yx_ImgContain {
	padding-bottom: 75%;
}

.yx_yrJoin4 .yx_ImgContain img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
}

.yx_yrJoin4 {
	background: url("../image/joinbg3.jpg") center center no-repeat;
	background-size: cover;
}

.yx_yrJoin4 .yx_HonorList {
	background: #fff;
}

.yx_yrJoin4 .yx_Tit {
	font-size: var(--yx_FS16);
	text-transform: capitalize;
	text-align: center;
	line-height: 160%;
	margin-top: 0.18rem;
}

.yx_yrJoin4 .yx_fatit1 {
	font-size: var(--yx_FS48);
	color: var(--yx_Color);
	line-height: 120%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.2rem;
	text-align: center;
}

.yx_yrJoin5 {
	background: #fff;
}

.yx_yrJoin5 .yx_ImgContain {
	padding-bottom: 75%;
}

.yx_yrJoin5 .yx_ImgContain img {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:768px) {
	.yx_yrJoin1 .yx_Content .big_data {
		justify-content: space-between;
	}

	.yx_yrJoin1 .yx_Content .big_data .ite {
		margin: 0;
		padding: 0;
		width: 50%;
	}

	.yx_yrJoin1 .yx_Content .big_data .ite::after {
		display: none !important;
	}

	.yx_yrJoin1 {
		padding: 0;
	}

	.yx_yrJoin2 .yx_yj2Left,
	.yx_yrJoin2 .yx_yj2Right {
		width: 100%;
	}

	.yx_yrJoin2 .yx_yj2Right {
		margin-top: 0.3rem;
	}

	.yx_yrJoin3 .item dl dd ul {
		flex-wrap: wrap;
	}

	.yx_yrJoin3 .item dl dd ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

/*end*/

/*yx_yrJd*/
.yx_yrJd {
	width: 100%;
	overflow: hidden;
}

.yx_yrJd .yx_ydLeft {
	width: 60%;
	padding-right: 1rem;
}

.yx_yrJd .yx_ydRight {
	width: 40%;
}

.yx_yrJd .yx_ydRight .yx_ImgCover {
	padding-bottom: 135%;
	border-radius: 4px 4px 0 0;
}

.yx_yrJd .yx_Content {
	overflow: auto;
	padding-top: 0;
	min-height: 3.8rem;
	margin-top: 0.6rem;
	padding-right: 1rem;
}

.yx_yrJd .yx_Content::-webkit-scrollbar {
	width: 3px;
}

.yx_yrJd .yx_Content::-webkit-scrollbar-track {
	background: #eee;
}

.yx_yrJd .yx_Content::-webkit-scrollbar-thumb {
	background: var(--yx_Color);
}

.yx_yrJd .yx_Content * {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 200%;
}

.yx_yrJd .yx_ydTelBox {
	position: relative;
	margin-top: 1rem;
	padding: 0.36rem 0.48rem;
}

.yx_yrJd .yx_ydTelBox::before {
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 0;
	background: var(--yx_Grad);
	left: 0;
	top: 0;
	z-index: -1;
	content: '';
	border-radius: 4px;
}

.yx_yrJd .yx_ydTelBox a {
	display: block;
	margin: var(--yx_FS16) 0;

	font-size: var(--yx_FS18);
	color: #fff;
}

.yx_yrJd .yx_ydTelBox i {
	display: inline-block;
	font-size: var(--yx_FS24);
	color: #fff;
	margin-right: 0.2rem;
}

@media only screen and (max-width:768px) {

	.yx_yrJd .yx_ydLeft,
	.yx_yrJd .yx_ydRight {
		width: 100%;
		padding-right: 0;
	}

	.yx_yrJd .yx_ydRight {
		margin-top: 0.4rem;
	}

	.yx_yrJd .yx_ydTelBox a {
		color: var(--yx_Color);
	}

	.yx_yrJd .yx_ydTelBox a i {
		color: var(--yx_Color);
	}

	.yx_yrJd .yx_ydTelBox {
		padding: 0;
		margin: 0;
	}

	.yx_yrJd .yx_ydTelBox::before {
		display: none;
	}

	.yx_yrJd .yx_Content {
		padding: 0;
		max-height: none;
	}

	.yx_yrJd .yx_ydRight .yx_ImgCover {
		padding-bottom: 68%;
		border-radius: 4px;
	}
}

/*end*/

/*case*/
.hy_NCase .yx_VideoList {
	background: rgba(0, 0, 0, 0.02);
	transition: all 0.6s;
	margin-bottom: var(--yx_FS54);
	overflow: hidden;
	width: 100%;
	border-radius: 0.36rem
}

.hy_NCase .yx_VideoList>div {
	width: 100%;
	margin: 0 auto;
}

.hy_NCase .yx_VideoList .yx_ImgCover {
	width: 40%;
	border-radius: 0.36rem;
	padding-bottom: 25%;
	background: #000;
}

.hy_NCase .yx_VideoList .yx_VContent {
	width: 60%;
	padding: 0 5%;
}

.hy_NCase .yx_VideoList .yx_Title {
	font-size: var(--yx_FS30);
	color: #2a2a2a;
}

.hy_NCase .yx_VideoList .yx_Summary {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.68);
	line-height: 200%;
	-webkit-line-clamp: 4;
	margin: var(--yx_FS24) 0 var(--yx_FS54) !important;
}

.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_FS18);
	color: var(--yx_Color);
	line-height: 66px;
	text-align: center;
}

.hy_NCase .yx_VideoList .yx_M i {
	font-size: var(--yx_FS22);
}

.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.1);
}

.hy_NCase .yx_VideoList:nth-child(2n)>div {
	flex-direction: row-reverse;
}


@media only screen and (max-width:1024px) {
	.yx_inPTBox .item {
		width: calc((100% - 1rem) / 4);
	}
}

@media only screen and (max-width:768px) {
	.yx_inPTBox .item {
		width: calc((100% - 0.6rem) / 3);
	}

	.yx_Company1 .yx_CLeft,
	.yx_Company1 .yx_CRight {
		width: 100%;
		padding: 0;
	}

	.yx_Company1 .yx_CRight {
		margin-top: 0.42rem;
	}

	.index_banner .swiper-button-prev,
	.index_banner .swiper-button-next {
		display: none;
	}

	.index_banner .slide-title {
		width: 80%;
		font-size: var(--yx_FS36);
	}

	.index_banner .slide-button {
		font-size: 12px;
	}

	.yx_InMore {
		width: 180px;
		height: 50px;
		line-height: 50px;
	}

	.yx_InOneBox::before {
		display: none;
	}

	.yx_IOImg img {
		height: 100%;
		object-fit: cover;
	}

	.yx_IOImg .btn {
		top: 42%;
		left: 52%;
		transform: translate(-50%, -50%);
	}

	.yx_InOneBox .big_data {
		width: 80%;
		left: 10%;
	}

	.index_yy .item .img {
		transform: skew(0);
	}

	.index_yy .item .img p {
		transform: skew(0) translateX(-0.9rem);
	}

	.index_yy .item .orientation {
		padding-left: 0;
	}

	.yx_partnerBox {
		position: relative;
		width: 100%;
		top: auto;
		transform: translate(0, 0);
		left: 0;
	}

	.map-banner {
		padding-top: 1.2rem;
	}

	.in_scjdCon .item .img {
		width: 100%;
	}

	.in_scjd ul {
		justify-content: space-between;
	}

	.in_scjd ul li {
		font-size: 18px;
	}

	.in_scjdCon a {
		font-size: 12px;
	}

	.global-map .map {
		width: 100%;
	}

	.index_footer .fotTop .botSearch {
		display: none;
	}

	.index_footer .box .boxTop .item {
		display: none;
	}


	.index_footer .boxBot .z_footer_share {
		display: none;
	}

	.index_footer .boxBot .left {
		text-align: center;
	}

	.yx_NewsBox .news_box1,
	.yx_NewsBox .yx_NBRight {
		width: 100%;
		margin-top: 0.48rem;
	}

}

/*techBox*/
.techBox .yx_Width {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.techBox .tbLeft {
	width: 55%;
	padding-right: 1rem;
}

.techBox .tbLeft .yx_Sum {
	margin-top: 0.65rem;
}

.techBox .tbLeft .yx_Sum p {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 200%;
}

.techBox .tbRight {
	width: 40%;
}

.techBox .tbRight img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media only screen and (max-width:768px) {

	.techBox .tbRight,
	.techBox .tbLeft {
		width: 100%;
		padding-right: 0;
	}

	.techBox .tbRight {
		margin-top: 0.36rem;
	}
}

/*end*/

.te2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.te2 .te2Left {
	width: 45%;
}

.te2 .te2Left .yx_ImgCover {
	width: calc(100% + 1.4rem);
	padding-bottom: 85%;
}

.te2 .te2Right {
	width: 55%;
	position: relative;
	z-index: 2;
	background: var(--yx_Color);
	padding: 1rem 0.72rem;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.te2 .te2Right h3 {
	font-size: var(--yx_FS30);
	color: #fff;
	font-weight: bold !important;
}

.te2 .te2Right em {
	display: block;
	margin: 0.18rem 0 0.3rem;
	width: 0.42rem;
	height: 2px;
	background: #fff;
}

.te2 .te2Right .yx_Sum p {
	display: block;
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #fff;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {

	.te2 .te2Left,
	.te2 .te2Right {
		width: 100%;
	}

	.te2 .te2Left .yx_ImgCover {
		width: 100%;
		padding-bottom: 68%;
	}

	.te2 .te2Right {
		padding: 0.48rem 0.36rem;
	}

	.yx_Company3 .swiper-pagination {
		display: none;
	}


}

/*yx_Honor3*/
.yx_Honor3 .yx_Tit {
	position: relative;
	width: 3rem;
	padding-top: 0.6rem;
}

.yx_Honor3 .yx_Tit em {
	display: block;
	position: relative;
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	border: 2px solid var(--yx_Color);
}

.yx_Honor3 .yx_Tit em:before {
	width: 40%;
	height: 40%;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: var(--yx_Color);
}

.yx_Honor3 .yx_Tit em:after {
	content: '';
	width: 1px;
	left: 0.14rem;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.2);
}

.yx_Honor3 .yx_HOCon {
	width: calc(100% - 3rem);
	align-items: flex-start;
}

.yx_Honor3 .yx_Tit h5 {
	font-size: var(--yx_FS30);
	color: #222;
	display: inline-block;
	padding-left: 0.2rem;
}

.yx_HonOne {
	position: relative;
	padding: 0.4rem 0;
}

.yx_HonOne:nth-child(2) {
	position: relative;
}

.yx_HonOne:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	left: 0.14rem;
	top: 0.5rem;
	position: absolute;
}

@media only screen and (max-width:768px) {
	.yx_HonOne:before {
		display: none;
	}

	.yx_Honor3 .yx_Tit {
		width: 100%;
		padding-top: 0;
		margin-bottom: 0.36rem;
	}

	.yx_Honor3 .yx_HOCon {
		width: 100%;
	}
}

/*end*/
.yx_Company5 {
	background: #fff;
	padding-bottom: 2rem;
}

.yx_Company5 .yx_InTitBox2 * {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.yx_Company5 .yx_List {
	border-bottom: 3px solid var(--yx_Color);
	background-color: #fafafa;
	transition: all 0.6s;
	width: 30%;
	transform: translateY(-0.2rem);
}

.yx_Company5 .yx_List:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_Company5 .yx_List:nth-child(2n) {
	transform: translateY(0.75rem);
}

.yx_Company5 .yx_List:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_Company5 .yx_ImgCover {
	padding-bottom: 88%;
}

.yx_Company5 .yx_C5Con {
	padding: var(--yx_FS30) var(--yx_FS30) var(--yx_FS48);

}

.yx_Company5 .yx_Title {
	font-size: var(--yx_FS24);
	color: #2a2a2a;
	font-weight: bold;
	margin-bottom: 0.14rem;
}

.yx_Company5 .index_title {
	margin-bottom: 0;
}

.yx_Company5 p {
	font-size: var(--yx_FS18);
	color: #666;
	line-height: 180%;
}

@media only screen and (max-width:768px) {
	.yx_Company5 .yx_List {
		width: 100% !important;
		margin-bottom: 0.48rem;
		transform: translateY(0) !important;
	}

	.yx_Company5 .yx_List .yx_ImgCover {
		padding-bottom: 100%;
	}
}

/*yx_History2*/
.yx_History2 {
	background: url("../picture/ins-bg1.jpg") top center;
	background-size: cover;
}

.yx_History2 .btnBOX>div {
	width: 0.6rem;
	height: 0.6rem;
	display: flex;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.6s;
	margin: 0 0.36rem 0 0;
	align-items: center;
	justify-content: center;
}

.yx_History2 .btnBOX>div:hover {
	background: var(--yx_Color);
	color: #fff;
	border-color: var(--yx_Color);
}

.yx_History .yx_SwiperHistory {
	overflow: hidden;
}

.yx_History .yx_SwiperHistory .item {
	padding-left: 0.48rem;
	position: relative;
	padding-bottom: 1rem;
}

.yx_History .yx_SwiperHistory .item em {
	width: 0.24rem;
	height: 0.24rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--yx_Color);
	position: absolute;
	top: 0.1rem;
	left: 0;
}

.yx_History .yx_SwiperHistory .item em::before {
	width: 40%;
	height: 40%;
	border-radius: 50%;
	background: var(--yx_Color);
	content: '';
	display: block;
}

.yx_History .yx_SwiperHistory .item::before {
	content: '';
	position: absolute;
	width: 1px;
	left: 0.12rem;
	top: 0.34rem;
	height: 100%;
	width: 1px;
	background: linear-gradient(to bottom, var(--yx_Color), transparent);

}

.yx_History .yx_SwiperHistory .item h4 {
	font-size: var(--yx_FS36);
	font-weight: bold !important;
	color: var(--yx_Color);
}

.yx_History .yx_SwiperHistory .item>p {
	font-size: var(--yx_FS22);
	color: #4a4a4a;
	line-height: 180%;
	display: block;
	margin: 0rem 0 0.3rem;
}

.yx_History .yx_SwiperHistory .item .yx_Sum *,
.yx_History .yx_SwiperHistory .item .yx_Sum {
	text-align: left;
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: rgba(0, 0, 0, 0.85);
}

/*end*/
/*yx_inPTBox*/
.yx_inPTBox {
	overflow: hidden;
	background: url(../image/joinbg3.jpg) center center no-repeat;
	background-size: cover;
}

.yx_inPTBox .item {
	width: calc((100% - 1.2rem)/5);
	position: relative;
	background: #fff;
	border-radius: 0px;
	transition: all 0.6s;
	margin: 0 0 0.24rem;
	height: 1.1rem;
	min-height: 85px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 0.14rem;
}

.yx_inPTBox .item:hover {
	background: #fff;
	box-shadow: 0 0 0.36rem rgba(0, 0, 0, 0.1);
}

.yx_inPTBox .item img {
	position: absolute;
	width: auto;
	height: auto;
	max-height: 50%;
	max-width: 65%;
	top: 50%;
	left: 50%;
	transition: all 0.6s;
	transform: translate(-50%, -50%);
	mix-blend-mode: darken;
}

.yx_inPTBox .item:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.yx_inPTBox .item {
		width: calc((100% - 1.2rem)/4);
	}
}

@media only screen and (max-width:768px) {
	.yx_inPTBox .item {
		width: calc((100% - 1rem)/3);
	}

	.index_banner {
		margin-top: 60px;
	}

	.z_banner .p_info_fivebox .yx_TitTwo {
		font-size: 24px !important;
		margin-top: 10px;
	}

	.z_banner .p_info_fivebox .yx_Sum {
		font-size: var(--yx_FS16) !important;
	}

	.z_banner .p_info_fivebox .p_button {
		display: none !important;
	}

	.z_banner .p_info_fivebox h6 {
		letter-spacing: 0;
		padding: 5px 0.24rem
	}

	.z_banner .picBox .imgbg {
		padding-bottom: 70%;
	}

	.z_banner .p_info_fivebox {
		top: 45%;
	}
}

/*end*/

/*content*/
.yx_CtNContent1 .yx_Tit {
	font-size: var(--yx_FS60);
	color: #363636;
	text-align: center;
}

.yx_CtNContent1 .yx_Con {
	max-width: 960px;
	margin: 0.6rem auto 0.2rem !important;
}

.yx_CtNContent1 .yx_Con p {
	font-size: var(--yx_FS18);
	color: #999;
	line-height: 200%;
	text-align: center;
}

.yx_CtNContent2 .yx_Con {
	width: 50%;
}

.yx_CtNContent2 .yx_Con .yx_Content {
	font-size: var(--yx_FS18);
	color: #999;
	width: 90%;
	line-height: 200%;
}

.yx_CtNContent2 .yx_Con h3 {
	font-size: 1rem;
	line-height: 100%;
	font-weight: 300 !important;
	text-transform: capitalize;
	background: linear-gradient(-90deg, var(--yx_Color1) 0%, var(--yx_Color) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.yx_pub_imgBox {
	width: 45%;
	position: relative;
}

.pub_img_box {
	z-index: 1;
	position: relative;
	overflow: hidden
}

.pub_img_box:before {
	content: "";
	margin-top: 100%;
	display: block
}

.pub_img_box .pub_img {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	transition: all .5s cubic-bezier(.435, .25, .15, .965);
	position: absolute;
	top: 0;
	left: 0
}

.pub_img_box .pub_img.pro_img {
	background-size: contain
}

.pub_img_box>img,
.pub_img_box>video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0
}

.pub_img_box>img.pro_img,
.pub_img_box>video.pro_img {
	object-fit: contain
}

.pub_img_box picture {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.pub_img_box picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block
}

.pub_img_box picture.pro_img img {
	object-fit: contain
}

.pub_img_box.hei_img {
	height: 100%
}

.pub_img_box.hei_img:before {
	display: none
}

.pub_img_box {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%
}

.pub_img_box img {
	height: calc(100% + 3.125vw);
	margin-top: -3.125vw
}

.pub_img_box picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: linear-gradient(#fff 0%, #fff 50%, rgba(255, 255, 255, 0) 81%);
	mask-image: linear-gradient(#fff 0%, #fff 50%, rgba(255, 255, 255, 0) 81%)
}

.yx_CtNContent3 .yx_fatit1 {
	font-size: var(--yx_FS36);
	color: var(--yx_CTwo);
	text-transform: uppercase;
}

.yx_CtNContent3 .yx_List {
	width: 48%;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 0.52083vw;
	padding: 0.4rem 0.4rem 0.3rem;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
}

.yx_CtNContent3 .yx_List::before {
	content: '';
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: var(--yx_Color);
	transition: all 0.6s;
	left: -0.5rem;
	bottom: -0.5rem;
	opacity: 0;
	filter: blur(10px);
	border-radius: 50%;
}

.yx_CtNContent3 .yx_List:hover {
	box-shadow: rgba(205, 182, 238, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_CtNContent3 .yx_List:hover:before {
	transform: scale(18);
	opacity: 1;
	filter: blur(0px);
}

.yx_CtNContent3 .yx_List a {
	display: flex;
	margin-bottom: 0.16rem;
	position: relative;
	z-index: 2;
	justify-content: space-between;
}

.yx_CtNContent3 .yx_List i {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
}

.yx_CtNContent3 .yx_List a span {
	display: block;
	width: calc(95% - 36px);
	font-size: var(--yx_FS16);
	line-height: 160%;
	color: var(--yx_CTwo);
}

.yx_CtNContent3 .yx_List a:first-child {
	align-items: center;
}

.yx_CtNContent3 .yx_List a:first-child span {
	font-size: var(--yx_FS22);
	font-weight: bold;
}

.yx_CtNContent3 .yx_List:hover a span,
.yx_CtNContent3 .yx_List:hover a i {
	color: #fff !important;
}

.yx_CtNContent3 .yx_Width {
	margin-bottom: 0.36rem;
}

@media only screen and (max-width:768px) {
	.yx_CtNContent3 .yx_List {
		width: 100% !important;
		margin-bottom: 0.48rem;
	}
}

/*end*/


/*life*/
.yx_CtLife1 h4,
.yx_CtLife2 h4 {
	font-size: var(--yx_FS24);
	color: var(--yx_CTwo);
	line-height: 160%;
	margin: 0rem 0 0.3rem !important;
}

.yx_CtLife2 .yx_Con>h3 {
	width: 120%;
}

/*end*/

/*Responsibility*/
.yx_Ctres .yx_Content h4 {
	font-size: var(--yx_FS42);
	color: var(--yx_Color);
	text-transform: capitalize;
}

.yx_Ctres .yx_Content ul {
	padding-left: 0.24rem;
	margin: 0.16rem 0;
}

.yx_Ctres .yx_Content>div * {
	color: #363636;
}

/*end*/

/*Quality*/
.yx_CtQu1 .yx_fatit1 {
	font-size: var(--yx_FS48);
	color: var(--yx_Color);
	line-height: 120%;
	margin: 0 auto;
	text-align: center;
}

.yx_CtQu1 .yx_Con {
	margin-top: 1rem !important;
}

.yx_CtQu1 .yx_Con img {
	width: 70%;
	display: block;
	margin: 0 auto;
	object-fit: contain;
}

.yx_yrJoin42 .yx_fatit1 {
	line-height: 100%;
	height: auto;
}

.yx_yrJoin42 .yx_Con {
	max-width: 960px;
	width: 100%;
	font-size: var(--yx_FS16);
	text-align: center;
	margin: 0.36rem auto 0.5rem;
	color: #999
}

/*end*/

/*yx_Ctqu*/
.yx_Ctqu .item {
	width: 20%;
	padding-right: 2%;
}

.yx_Ctqu .item .num {
	width: 0.7rem;
	max-width: 70px;
	height: 0.7rem;
	max-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--yx_Color2);
	border-radius: 50%;
	border: 4px solid var(--yx_Color1);
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0.5rem 0;
}

.yx_Ctqu .item .yx_Tit {
	font-size: var(--yx_FS16);
	color: #363636;
	line-height: 200%;
	height: 70px;
}

.yx_Ctqu .yx_Width {
	position: relative;
	padding-right: 10%;
}

.yx_Ctqu .yx_Width::before {
	content: '';
	height: 15%;
	border-radius: 0 50px 50px 0;
	border: 2px dashed rgba(0, 0, 0, 0.1);
	border-style: dashed;
	border-left-width: 0px;
	width: 92%;
	position: absolute;
	top: 50%;
	left: 0.4rem;
	transform: translateY(-50%);
}

.yx_Ctqu .yx_Width::after {
	content: '';
	height: 40%;
	border-radius: 0 120px 120px 0;
	border: 5px solid var(--yx_Color);
	border-left-width: 0px;
	width: 96%;
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translateY(-50%);
}

.yx_Ctqu .yx_Width>div {
	position: relative;
	z-index: 2;
	margin: 0.4rem 0;
}

.yx_Ctqu .yx_fatit1 {
	font-size: var(--yx_FS48);
	color: var(--yx_Color);
	line-height: 120%;
	max-width: 1200px;
	margin: 0 auto 0.8rem !important;
	height: 1.2rem;
	text-align: center;
}

.yx_Ctqu1 .yx_Content {
	font-size: var(--yx_FS16);
	text-align: center;
	color: #363636;
	line-height: 200%;
	margin: 0 auto 0.48rem;
}

.yx_Ctqu1 .yx_ImgContain {
	border-radius: 0.14rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
	height: 1.2rem;
	max-height: 120px;
	min-height: 55px;
	background: #fff;
	cursor: pointer;
}

.yx_Ctqu1 .yx_ImgContain img {
	max-width: 70%;
	max-height: 80%;
}

.yx_Ctqu1 .swiper {
	overflow: hidden;
}

.yx_Ctqu1 .yx_ImgContain:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

/*end*/

/*innovations*/
.yx_CtInnov1 .img {
	margin-botom: 0.36rem;
	position: absolute;
	top: 0.42rem;
	left: 0.3rem;
}

.yx_CtInnov1 .img i {
	font-size: var(--yx_FS48);
	color: #fff;
}

.yx_CtInnov1 .yx_Tit {
	font-size: 1rem !important;
	margin-top: 1rem;
	text-align: right;
	margin-bottom: 0 !important;
	line-height: 100% !important;
}

.yx_CtInnov1 .yx_Tit span {
	font-weight: bold !important;
}

.yx_CtInnov1 .yx_Sum {
	font-size: var(--yx_FS16) !important;
	text-align: right;
	font-weight: 400 !important;
	line-height: 160%;
	height: 50px;
}

.yx_CtInnov .yx_fatit1 {
	font-size: var(--yx_FS48);
	color: var(--yx_Color);
	line-height: 120%;
	margin: 0 auto;
	text-align: center;
}

.yx_CtInnov2 .item {
	display: flex;
	justify-content: space-between;
	margin: 0.2rem 0;
	width: calc(50% - 0.16rem);
	cursor: pointer;
}

.yx_CtInnov2 .yx_ImgCover {
	background: var(--yx_Color1);
	border-radius: 0.36rem;
	width: 45%;
	padding-bottom: 55%;
}

.yx_CtInnov2 .yx_Con {
	width: calc(55% - 0.16rem);
	border-radius: 0.36rem;
	padding: 0.6rem 0.48rem 0;
	background: rgba(255, 255, 255, 0.85);
	transition: all 0.6s;
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

.yx_CtInnov2 .yx_Tit {
	font-size: var(--yx_FS24);
	text-transform: capitalize;
	margin-bottom: 0.18rem;
	line-height: 140%;
	transition: all 0.6s;
}

.yx_CtInnov2 .yx_Sum {
	font-size: var(--yx_FS16);
	color: #999;
	line-height: 160%;
	transition: all 0.6s;
}

.yx_CtInnov2 .item:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_CtInnov2 .item:hover .yx_Con {
	background: var(--yx_Color1);
	box-shadow: rgba(205, 182, 238, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_CtInnov2 .item:hover * {
	color: #fff;
}

.yx_CtInnov3 .item {
	border-radius: 0.36rem;
	padding: 0.36rem;
	background: rgba(0, 0, 0, 0.02);
	transition: all 0.6s ease;
	cursor: pointer;
}

.yx_CtInnov3 .yx_ImgContain {
	width: 100%;
	background: #fff;
	padding-bottom: 100%;
	border-radius: 0.36rem;
	margin-bottom: 0.3rem;
}

.yx_CtInnov3 .yx_ImgContain img {
	max-width: 80%;
	max-height: 80%;
}

.yx_CtInnov3 .yx_Con .yx_Tit {
	font-size: var(--yx_FS22);
	color: var(--yx_Color);
	text-transform: capitalize;
	font-weight: bold;
}

.yx_CtInnov3 .yx_Con .yx_Sum {
	font-size: var(--yx_FS16);
	line-height: 180%;
	color: #999;
	margin-top: 0.24rem;
}

.yx_CtInnov3 .item:hover {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.yx_CtInnov3 .item:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(1.1);
}

/*end*/

/*procenter*/
.yx_CtPro1 .yx_fatit1,
.yx_NewProduct .yx_fatit1 {
	font-size: var(--yx_FS48);
	color: var(--yx_Color);
	line-height: 120%;
	margin: 0 auto;
	text-align: center;
}

.yx_NewProduct .yx_SumTit {
	width: 90%;
	margin: 0.48rem auto 0.6rem;
	text-align: center;
	font-size: ;
	var(--yx_FS16);
	color: #666;
	line-height: 200%;
	max-width: 1200px;
}

.yx_CtPro1 .item {
	width: 50%;
	margin: 0.48rem 0;
}

.yx_CtPro1 .item .yx_tit {
	font-size: var(--yx_FS48);
	line-height: 100%;
}

.yx_CtPro1 .item .yx_tit span {
	font-size: 1rem !important;
	font-weight: bold !important;
}

.yx_CtPro1 .item .yx_tit em {
	color: #999;
	display: inline-block;
	margin-left: 0.24rem;
	font-size: var(--yx_FS18);
}

.yx_CtPro1 .item .yx_Sum {
	font-size: var(--yx_FS18);
	color: #363636;
	line-height: 180%;
	text-transform: capitalize;
	margin-top: 0.24rem;
}

.yx_CtPro1 .item>p {
	font-size: var(--yx_FS16);
	color: #999;
	line-height: 180%;
	display: block;
	margin-top: 0.16rem;
}

/*end*/

@media only screen and (max-width:768px) {
	.yx_ctAbout3 .yx_CA3Img {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		transform: rotate(0);
		display: none;
	}

	.yx_ctAbout3 .yx_Img1 {
		display: block;
	}

	.yx_ctAbout3 .yx_Img1 .img {
		padding-bottom: 68%;
	}

	.yx_ctAbout3 .yx_CA3Con {
		padding-bottom: 0;
		width: 100%;
		padding-top: 0.7rem;
	}

	.yx_ctAbout3 .yx_CA3Con .yx_Sum {
		margin: 0.24rem 0 0.48rem
	}

	.yx_ctNf {
		padding: 0.6rem 0 0;
	}

	.yx_ctHistory {
		display: none !important;
	}

	.z_index_tit h3 {
		font-size: 0.48rem;
		line-height: 120%;
		font-weight: 500 !important;
	}

	.z_index_tit h4 {
		margin-bottom: 0.15rem !important;
		font-size: var(--yx_FS18);
	}

	.yx_ctPartner .yx_ctpCon .item {
		width: calc((100% - 0.3rem)/4);
	}

	.yx_CtNews .yx_Width {
		width: 96% !important;
	}

	.yx_CtNews .item .yx_ImgCover {
		width: 100%;
		padding-bottom: 60%;
	}

	.yx_CtNews .item .yx_Con {
		width: 100%;
		margin-top: 0.24rem;
	}

	.yx_CtNews .item .yx_Con .yx_Sum {
		display: none;
	}

	.yx_CtNews .item .yx_Con .yx_Tit {
		font-size: var(--yx_FS22);
		font-weight: 500;
		margin-bottom: 30px;
		;
	}

	.yx_CtNews .controls {
		width: 100%;
	}

	.fotMessgea .con {
		flex-wrap: wrap;
	}

	.fotMessgea h3 {
		width: 100%;
		font-size: var(--yx_FS24);
		margin-bottom: 0.3rem !important;
	}

	.fotMessgea .botSearch {
		width: 100%;
	}

	.index_footer .infoot_nav {
		display: none;
	}

	.z_footer_share {
		justify-content: center;
		width: 100%;
	}

	.z_footer_share>a {
		margin: 0 0.24rem
	}
	.index_footer .bottom_logo{
		display:flex;
		width:100%;
		justify-content:center;
	}
	.index_footer .bottom_logo a{
		display:block;
		margin:0 auto 0.24rem;
	}
	.index_footer .bottom_logo a img{
		height:30px;
		margin:0 auto;
		display:inline-block;
		object-fit:contain;
	}
	.index_footer .con {
		padding-bottom: 24px;
	}

	.index_footer .boxBotbox .boxBot {
		justify-content: center;
	}

	.yx_CtInnov .yx_fatit1 {
		font-size: var(--yx_FS36);
		line-height: 150%;
	}

	.yx_CtNContent2 .yx_Con {
		width: 100%
	}

	.yx_pub_imgBox {
		width: 100%;
	}

	.yx_CtNContent2 .yx_Con h3 {
		font-size: 0.6rem;
	}

	.yx_CtNContent2 .yx_Con .yx_Content {
		width: 100%;
	}

	.yx_CtInnov1 {
		margin-bottom: 1rem;
	}

	.yx_CtInnov2 .item {
		width: 100%;
		flex-wrap: wrap;
	}

	.yx_CtInnov2 .yx_ImgCover {
		width: 100%;
		border-radius: 0.36rem 0.36rem 0 0;
	}

	.yx_CtInnov2 .yx_Con {
		width: 100%;
		padding: 0.36rem 0.3rem;
		border-radius: 0 0 0.36rem 0.36rem;
	}

	.Inner_banner,
	.yx_ctBanner {
		margin-top: 80px;
	}

	.yx_CtPro1 .item {
		width: 48%;
		margin-bottom: 0.6rem;
		max-width: none;
	}

	.yx_Ctqu .item {
		width: 100%;
		display: flex;
		margin: 10px 0;
		align-items: center;
		justify-content: space-between;
	}

	.yx_Ctqu .yx_Width::before,
	.yx_Ctqu .yx_Width::after {
		display: none;
	}

	.yx_Ctqu .item .num {
		margin: 0;
	}

	.yx_Ctqu .item .yx_Tit {
		width: calc(95% - 0.7rem);
		height: auto;
	}

	.yx_Ctqu .yx_Width>div {
		margin: 0;
	}

	.yx_Ctqu .yx_Width>div:first-child .item {
		flex-direction: row-reverse;
	}

	.hy_content2 .yx_fatit1 {
		font-size: 0.48rem;
		position: relative;
		top: auto;
		text-align: left;
	}
}

.yx_Promap .yx_Content h4 {
	font-size: var(--yx_FS54);
	font-weight: bold !important;
	color: var(--yx_Color);
	margin-bottom: 0.36rem !important;
}

.yx_Promap .yx_Content p {
	font-size: var(--yx_FS22);
	color: #666;
	line-height: 200%;
	display: block;
	margin: 0.16rem 0;
}

.yx_Promap .yx_Content span {
	font-size: var(--yx_FS24);
	font-weight: bold;
	color: var(--yx_Color)
}

.yx_Promap .imgRight {
	width: 45%;
	position: relative;
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1.3.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1);
		opacity: 0
	}
}

.yx_Promap .imgRight .imgRightCon {
	position: absolute;
}

.yx_Promap .imgRight .li1 {
	left: 68%;
	bottom: 37%;
}

.yx_Promap .imgRight .li2 {
	left: 72%;
	bottom: 19%
}

.yx_Promap .imgRightCon>span {
	position: absolute;
	left: 120%;
	bottom: 0.2rem;
	font-size: var(--yx_FS18);
	color: #222;
}

.yx_Promap .imgRight .imgRightCon::before {
	content: '';
	display: block;
	width: 2px;
	height: 0.2rem;
	background:var(--yx_Color1);
	bottom: 100%;
	left: 4px;
	position: absolute;
	opacity:0.5;
}

.yx_Promap .imgRightCon>span em {
	font-size: var(--yx_FS48);
	font-weight: bold;
	color: var(--yx_Color);
}

.yx_Promap .imgRight .area-box .dot {
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--yx_Color1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.yx_Promap .imgRight .pulse {
	position: absolute;
	top: -20px;
	left: -20px;
	height: 50px;
	width: 50px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px var(--yx_Color1), 0 0 10px var(--yx_Color1) inset;
	-moz-box-shadow: 0 0 4px var(--yx_Color1), 0 0 10px var(--yx_Color1) inset;
	box-shadow: 0 0 4px var(--yx_Color1), 0 0 10px var(--yx_Color1) inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0;
}

.yx_Promap .imgRight .pulse {
	position: absolute;
	top: -20px;
	left: -20px;
	height: 50px;
	width: 50px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px var(--yx_Color1), 0 0 10px var(--yx_Color1) inset;
	-moz-box-shadow: 0 0 4px var(--yx_Color1), 0 0 10px var(--yx_Color1) inset;
	box-shadow: 0 0 4px var(--yx_Color1), 0 0 10px var(--yx_Color1) inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0;
}

.yx_Promap .imgRight img,
.yx_Promap2 .imgRight2 img {
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.yx_Promap2 .imgRight2 {
	width: 45%;
}

@media only screen and (max-width:768px) {

	.yx_Promap .imgRight,
	.yx_Promap2 .imgRight2 {
		width: 100%;
	}
}

.yx_NewPage .item a .content1 {
	border-radius: 50%;
}

.yx_NewPage .item a {
	background: transparent !important;
	padding: 0.36rem 0.7rem;
	box-shadow: none !important;
}

.yx_NewPage .item a .content1 img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
}

/*PROD*/
.features {
	margin-bottom: 20px;
}

.features li {
	margin-bottom: 5px;
}

.section {
	margin: 0.18rem 0;
}

.product-spec h3 {
	color: #555;
	margin-bottom: 10px;
}

.size-options {
	display: flex;
	gap: 10px;
}

.section1 .size-options {
	display: flex;
	align-items: center;
}

.section1 .size-options .sec_tit {
	width: 180px;
	display: flex;
	align-items: center;
}

.section1 .size-options .sec_tit span {
	font-size: var(--yx_FS16);
	color: #222;
	font-weight: bold;
	display: block;
	width: 55px;
	text-transform: capitalize;
}

.section1 .size-options .sec_tit ul {
	display: flex;
	margin-left: 10px;
	align-items: center;
}

.section1 .size-options .sec_tit ul li {
	width: 0.22rem;
	height: 0.22rem;
	background: url("../image/sd.png") center center no-repeat;
	background-size: contain;
}

.section1 .ys {
	display: flex;
	margin-top: 24px;
}

.section1 .ys dl {
	width: 48%;
	display: flex;
	align-items: center;
}

.section1 .ys dl dd {
	width: 0.6rem;
	height: auto;
}

.section1 .ys dl dd img {
	width: 100%;
	object-fit: contain;
}

.section1 .check-button {
	width: 20px;
	height: 20px;
	border: 2px solid var(--yx_Color);
	border-radius: 4px;
	background-color: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 12px;
}

.section1 dl dt {
	font-size: var(--yx_FS14);
}

.section1 .check-button:before {
	content: "√";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 12px;
	line-height: 100%;
	color: #7b61ff;
	transform: translate(-50%, -35%);
	display: none;
}

.section1 dl.yx_Active .check-button:before {
	display: block !important;
}

.size-btn {
	padding: 8px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	font-size: var(--yx_FS14);
}

.size-btn.active {
	background-color: var(--yx_Color);
	color: #fff;
	border-color: var(--yx_Color);
}

.core-options {
	display: flex;
	gap: 20px;
}

.core-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	width: 45%;
	max-width: 140px;
}

.core-option img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 4px;
	margin-top: 5px;
}

.core-option span {
	padding: 5px 0;
	border-radius: 4px;
	display: block;
	font-size: var(--yx_FS14);
	width: 100%;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.core-option.active span {
	background: var(--yx_Color);
	color: #fff;
	border-color: var(--yx_Color);
}

.yx_NewProduct2 .yx_fatit1 {
	font-size: var(--yx_FS48);
	color: var(--yx_Color);
	line-height: 120%;
	margin: 0 auto;
	text-align: center;
}

.yx_NewProduct2 .yx_SumTit {
	width: 90%;
	margin: 0.48rem auto 0.6rem;
	text-align: center;
	font-size: ;
	var(--yx_FS16);
	color: #666;
	line-height: 200%;
	max-width: 1200px;
}

.yx_NewProduct2 .item {
	width: 20% !important;
	padding: 0.16rem;
}

.yx_NewProduct2 .item {
	display: block;
	width: 100%;
}

.yx_NewProduct2 .item .yx_ImgContain {
	width: 100%;
	padding-bottom: 100%;
	border-radius: 0.3rem;
	background: #fff;
}

.yx_NewProduct2 .item .yx_ImgContain img {
	max-width: 80%;
	max-height: 80%;
}

.yx_NewProduct2 .item:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(1.1);
}

.yx_NewProduct2 .item .yx_Tit {
	text-align: center;
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	font-weight: bold !important;
	margin-top: 0.18rem !important;
}

.boxRight2 .section h3 {
	display: flex;
	align-items: center;
}

.boxRight2 .section h3 img {
	width: var(--yx_FS30);
	object-fit: contain;
	margin-right: 0.1rem;
	display: block;
}

.boxRight2 .size-options {
	flex-wrap: wrap;
	margin: 0.16rem 0 0;
}

@media only screen and (max-width:768px) {
	.yx_NewProduct2 .item {
		width: 50% !important;
	}

}

/*END*/


.yx_MessageBox2 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
	top: -100%;
	transition: all 0.6s;
	backdrop-filter: url(filters.svg#filter) blur(4px)
}

.yx_MessageBox2 .yx_Message {
	position: relative;
	background: #fff;
	max-width: 960px;
	padding: 0.48rem 0.5rem;
	width: 80%;
	z-index: 99999999;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_MessageBox2 .yx_MeForm {
	width: 100%;
	position: relative;
	z-index: 9;
	margin: 0.3rem 0 0;
}

.yx_MessageBox2 .yx_MeForm .yx_MeList {
	padding: 0.1rem 0.16rem;
	color: #444;
	width: 49%;
	margin: 6px 0;
	line-height: 240%;
	font-size: var(--yx_FS14);
	border: 1px solid #eee;
}

.yx_MessageBox2 .yx_MeList input {
	padding: 0px;
	width: 100%;
	font-size: var(--yx_FS14);
}

.yx_MessageBox2 .yx_MeForm .yx_MeBtn {
	margin: 0.42rem auto 0;
	display: block;
	width: 150px;
	border: 1px solid var(--yx_Color);
	padding: 5px 0;
	text-align: center;
	color: var(--yx_Color);
	font-size: var(--yx_FS16);
	background: transparent;
}

.yx_MessageBox2 .yx_MeForm .yx_MeBtn:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_MessageBox2 .yx_MeForm .yx_MeCheck {
	position: relative;
	border: 1px solid #eee;
	margin: 0.1rem 0;
	font-size: var(--yx_FS14);
	border-radius: 0.1rem;
}

.yx_MessageBox2 .yx_MeForm .yx_MeCheck input {
	background: none;
	box-sizing: border-box;
	border: none;
	line-height: 240%;
	padding: 10px;
	width: calc(100% - 100px);
	font-size: var(--yx_FS14);
	color: #666;
	transition: all .4s ease;
}

.yx_MessageBox2 .yx_MeForm .yx_MeCheck img {
	position: absolute;
	top: 10%;
	right: 0.16rem;
	height: 80%;
	object-fit: contain;
}

.yx_MessageBox2.yx_Active {
	top: 0 !important;
}

.yx_MessageBox2 .yx_Close {
	position: absolute;
	font-size: 0.3rem;
	color: #000;
	cursor: pointer;
	right: 10px;
	top: 10px;
}

.yx_MessageBox2 .yx_Close i {
	font-size: var(--yx_FS24);
}

.yx_MessageBox2 h5 {
	color: #18284E;
	font-size: var(--yx_FS30);
	text-align: center;
}

/*end*/

/*yx_GD1*/
.yx_GD1 {
	margin: 1.3rem 0 1.2rem;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);

}

.yx_GD1 .imgRight2,
.yx_GD1 .yx_Con {
	width: 50%;
}

.yx_GD1 .imgRight2 {
	padding-bottom: 40%;
}

.yx_GD1 .yx_Con {
	padding: 0 10vw 3vw 7vw;
}

.yx_GD1 .yx_Con h4 {
	font-size: var(--yx_FS24);
	color: var(--yx_CTwo);
	line-height: 160%;
	margin: 0rem 0 0.3rem !important;
}

.yx_GD1 .yx_Con p {
	font-size: var(--yx_FS16);
	color: #999;
	width: 90%;
	line-height: 200%;
}

/*end*/

/*yx_QA1*/
.yx_QA1 .yx_Tit {
	font-size: var(--yx_FS42);
	font-weight: bold;
	color: var(--yx_Color);
}

.yx_QA1 .yx_Con {
	margin-top: 0.48rem;
}

.yx_QA1 .yx_Con * {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #222;
}

.yx_QA1 .yx_ImgCover {
	width: 48%;
	padding-bottom: 30%;
	border-radius: 0.16rem;
}

.yx_QA1 .yx_ImgCover:hover img {
	transform: scale(1.1);
}

.yx_QA2 .ani {
	width: calc((100% - 5rem)/7);
}

.yx_QA2 .ani .yx_ImgContain {
	width: 100%;
	padding-bottom: 100%;
}

.yx_QA2 .ani .yx_ImgContain img {
	max-height: 80%;
	max-width: 90%;
}

.yx_QA2 .ani:hover .yx_ImgContain img {
	opacity: 1;
	transform: translate(-50%, -50%) rotateY(360deg);
	filter: grayscale(0%);
}

@media only screen and (max-width:768px) {
	.yx_QA1 .yx_ImgCover {
		width: 100%;
		padding-bottom: 68%;
		margin: 0.24rem 0;
	}
}

.yx_QA3 .yx_fatit1 {
	font-size: var(--yx_FS42);
	line-height: 160%;
	color: var(--yx_Color);
	text-align: center;
}

.yx_QA3 .yx_ImgContain {
	width: calc((100% - 2rem)/6);
	margin: 0.1rem 0.16rem;
	height: 100px;
}

.yx_QA3 .yx_Content {
	padding-top: 0.2rem !important;
}

.yx_QA2.yx_ysimg {
	width: 100%;
	margin: 1.2rem 0;
}

.yx_QA2.yx_ysimg .yx_ImgCover {
	width: 100%;
	height: 7rem;
	transition: all 0.6s;
	min-height: 768px;
}

.yx_QA2.yx_ysimg .yx_ImgCover:nth-child(1) {
	width: 50%;
}

.yx_QA2.yx_ysimg .yx_ImgCover:nth-child(2) {
	width: calc(50% - var(--yx_FS14));
}

.yx_QA2.yx_ysimg .yx_ImgCover.act {
	width: calc(30% - var(--yx_FS14)) !important;
}

.yx_QA2.yx_ysimg .yx_ImgCover.active {
	width: 70% !important;
}

.yx_ysimg .yx_ImgCover:hover img {
	transform: scale(1.02);
}

/*yx_QA1 end*/

/*yx_PG1*/
.yx_PG1 {
	padding-bottom: 2rem;
}

.yx_PG1 .yx_BigContent {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -100vh;
	transition: all 0.6s;
	left: 0;
	visibility: hidden;
	backdrop-filter: blur(25px);
	background-color: rgba(255, 255, 255, 0.75);
}

.yx_PG1 .yx_BigContent.yx_Active {
	visibility: visible !important;
	top: 0 !important;
}

.yx_PG1 .yx_BigContent .yx_BCon {
	position: relative;
	background: #fff;
	max-width: 1440px;
	padding: 0.6rem 2rem;
	width: 80%;
	z-index: 99999999;
	boder-radius: 0.16rem;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_PG1 .yx_BigContent .yx_BCon .yx_Close {
	position: absolute;
	cursor: pointer;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	background: var(--yx_Color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yx_PG1 .yx_BigContent .yx_BCon .yx_Close i {
	font-size: 16px;
}

.yx_PG1 .yx_BigContent .yx_BCon h3 {
	color: #18284E;
	font-size: var(--yx_FS30);
	text-align: left;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.24rem !important;
}

.yx_PG1 .yx_BigContent .yx_BCon .yx_Sum {
	font-size: var(--yx_FS18);
	coplor: #222;
	line-height: 200%;
}

.yx_PG1 .yx_List4 .box {
	background: #f0efed;
	border-radius: 0.24rem;
	overflow: hidden;
}

.yx_PG1 .yx_List4 .yx_ImgCover {
	width: 100%;
	padding-bottom: 120%;
}

.yx_PG1 .yx_List4 .yx_Con {
	padding: 0.3rem 0.3rem 0.6rem;
	position: relative;
}

.yx_PG1 .yx_List4 .yx_Con .yx_Tit {
	font-size: var(--yx_FS16);
	line-height: 180%;
	color: #2a2a2a;
	transition: all 0.6s ease;
}

.yx_PG1 .yx_List4 .yx_Con i {
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 50%;
	background: var(--yx_Color);
	color: #fff;
	cursor: pointer;
	z-index: 9;
}

.yx_PG1 .yx_List4:nth-child(even) .box {
	transform: translateY(1rem);
}

.yx_PG1 .yx_List4:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_PG1 .yx_List4:hover .yx_Tit {
	color: var(--yx_Color);
}

.yx_PG1 .yx_fatit1 {
	font-size: var(--yx_FS42);
	color: var(--yx_Color);
	line-height: 140%;
	margin: 0 auto !important;
	text-align: center;
	max-width: 1200px;
}

.yx_PG1 .yx_TitSum p {
	display: block;
	width: 90%;
	margin: 0.48rem auto 0.6rem !important;
	text-align: center;
	font-size: var(--yx_FS18);
	color: #666;
	line-height: 200%;
	max-width: 1200px;
}

@media only screen and (max-width:768px) {
	.yx_PG1 .yx_List4:nth-child(even) .box {
		transform: translateY(0);
	}

	.yx_PG1 {
		padding-bottom: 1rem;
	}

	.yx_PG1 .yx_List4 {
		margin-right: 0 !impoprtant;
		width: 100% !important;
	}
}

/*yx_PG1 end*/