.Inner_banner {
	position: relative;
}

.Inner_banner .img {
	padding-bottom: 36%;
}

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

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

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

.Inner_banner .position .box h5 {
	font-size: 0.62rem;
	text-transform: capitalize;
}

.Inner_banner .position .box h6 {
	font-size: 0.2rem;
	margin-top: 0.17rem;
}

.yx_NPage {
	position: relative;
	z-index: 10;
}

.yx_NPage .yx_MbxBox {
	font-size: var(--yx_FS16);
	color: #999;
	bottom: 5%;
}

.yx_NPage .yx_ProMbx {
	padding: 0.28rem 0;
}

.yx_NPage .yx_MbxBox a {
	color: #999;
	margin: 0 6px;
	display: inline-block;
}

.yx_NPage .yx_MbxBox .yx_icon {
	font-size: 0.2rem;
	display: inline-block;
	margin-right: var(--yx_FS14);
	color: var(--yx_Color);
}

.yx_NpagePc {
	position: relative;
	background: #fff;
	transform: translateY(-50%);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 0 0.48rem;
	border-radius: 4px;
}

.yx_NpagePc ul li {
	margin-right: 0.48rem;
}

.yx_NpagePc ul li a {
	font-size: var(--yx_FS18);
	line-height: 200%;
	padding: 0.28rem 0;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}

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

.yx_NpagePc ul li a:hover,
.yx_NpagePc ul li a.active {
	color: var(--yx_Color) !important;
}

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

.yx_NContent {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #666;
	width: 100%;
	overflow: hidden;
	min-height: 360px;
	;
	margin-top: 0.36rem;
}

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

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

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

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

.yx_PPBox .yx_PPBox2 {
	display: none;
}

.yx_PPBox .yx_PPBox3 {
	display: none;
}

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

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

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

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

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

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

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

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

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

.yx_NpageMo .yx_PPBox2 {
	display: none;
}

.yx_NpageMo .yx_PPBox3 {
	display: none;
}

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

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

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

	.yx_NpageMo {
		display: block !important;
	}

	.yx_NpagePc {
		display: none !important;
	}

	.yx_NpageMo .yx_MoPageBtn {
		font-size: var(--yx_FS16);
		color: #fff;
		width: 100%;
		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;
	}
}

.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: #f5f5f5;
	padding: var(--yx_FS14);
	transition: all 0.6s;
	cursor: pointer;
}

.yx_HonorList .yx_ImgContain {
	width: 100%;
	padding-bottom: 76%;
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	background: #fff;
}

.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(0.9);
}

.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_FS36) 0 0;
	justify-content: center;
	align-items: center;
}

.my-4 .pagination>a {
	font-size: var(--yx_FS14);
	color: #666;
	border: 1px solid #eee;
	padding: 10px;
	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: 21px;
	background: var(--yx_Color);
	color: #fff;
	text-align: center;
}

.hy_news_info {
	padding-bottom: 0.6rem;
}

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

.yx_NewProduct {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yx_PT_Link {
	color: #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;
}

/*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 {
	padding-top: 0.3rem !important;
}

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

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

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

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

.hy_pro .box .boxLeft .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: 58%;
	box-sizing: border-box;
	padding: 0.32rem;
	border-radius: 4px;
	background-color: #fff;
	transition: all 0.6s;
}

.hy_pro .box .yx_BackBtn {
	margin-top: var(--yx_FS42);
	padding-left: var(--yx_FS18);
}

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

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

.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%;
}

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

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

.hy_pro .box .boxRight .content1 {
	font-weight: bold;
	font-size: 0.36rem;
	padding: var(--yx_FS16) 0;
	padding-bottom: 0.22rem;
	border-bottom: 1px solid #ccc;
}

.hy_pro .box .boxRight .content2 {
	margin-top: 0.24rem;
}

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

.hy_pro .box .boxRight .content2 p {
	position: relative;
	padding-left: var(--yx_FS18);
	font-size: var(--yx_FS16);
	color: #999;
	line-height: 200%;
}

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

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

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

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

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

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

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

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

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

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

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

.yx_proDBox {
	padding: 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: #f5f5f5;
	margin-bottom: var(--yx_FS36);
}

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

.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;
	border-radius: 0 0.48rem 0 0.48rem;
	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: #fafafa;
	margin-right: 2%;
	margin-bottom: 0.36rem;
	transition: all 0.6s;
	border-radius: 0 0.48rem 0 0.48rem;
	padding: 0.24rem 0.24rem 0.24rem;
}

.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%;
	border-radius: 0 0.3rem 0 0.3rem;
}

.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);
}

/*Contact*/
.hy_content .title {
	font-size: 0.42rem;
	text-align: center;
}

.hy_content .box .item .top {
	border-bottom: 1px solid #ddd;
	line-height: 200%;
	padding-bottom: var(--yx_FS14);
}

.hy_content .box .item .top .left {
	font-size: 0.24rem;
	color: #2a2a2a;
}

.hy_content .box .item .bot {
	font-size: var(--yx_FS16);
	color: #666;
	padding-top: var(--yx_FS16);
	line-height: 200%;
}

.hy_content .box .item .bot a,
.hy_content .box .item .bot {
	display: block;
	width: 100%;
	font-size: var(--yx_FS16);
	color: #666;
}

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

.hy_content1 {
	background: #f7f7f7;
}

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

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

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

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

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

.hy_content1 .box .item .content2 {
	color: #222;
	margin-top: 0.42rem;
}

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

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

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

.hy_content2 .title {
	font-size: 0.42rem;
	text-align: center;
	margin-bottom: 0.36rem;
}

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

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

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

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

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

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

.yx_ContentRgiht {
	width: 45% !important;
	padding-left: 1%;
	max-width: none !important;
}

.yx_ContentLeft {
	width: 55%;
	padding-right: 3%;
	background: #fafafa;
	padding: 0.24rem 0.48rem;
}

.yx_ContentLeft>div {
	width: 100% !important;
	margin: 0.36rem 0 !important;
}

@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*/
.yx_MessageBox .yx_MeList {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
	position: relative;
	background: #fff;
	padding: 5px;
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: var(--yx_FS24);
}

.yx_MessageBox .yx_MeContent textarea {
	background: none;
	box-sizing: border-box;
	border: none;
	line-height: 200%;
	padding: var(--yx_FS14);
	font-size: var(--yx_FS16);
	color: #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: 3.6rem;
	height: auto;
	padding: var(--yx_FS16) 0;
	line-height: 240%;
	background: var(--yx_Color);
	margin: auto;
	margin-top: 3%;
	font-size: var(--yx_FS16);
	border: none;
	cursor: pointer;
	color: #fff;
}

.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);
	}
}

.yx_Search {
	width: min(6rem, 80vw);
	margin: auto;
	position: relative;
}

.yx_Search form {
	width: 100%;
	border: 0;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
}

.yx_Search form input {
	width: calc(100% - 100px);
	border: none;
	font-size: var(--yx_FS16);
	padding: 0.24rem 0;
	color: #666;
	background: #f2f2f2;
	padding-left: 0.24rem;
	background-color: none;
}

.yx_Search form button {
	border: none;
	width: 100px;
	background: #fafafa;
	font-size: var(--yx_FS16);
	display: inline-block;
	padding: 0.24rem 0;
	text-align: center;
	transition: all 0.6s;
}

.yx_Search form button:hover {
	background: var(--yx_Color);
	color: #fff;
}

@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;
	}
}
.index_header .language{
	position: relative;
	margin: 0 2vw;
}
.index_header .language > a{
	    width: 42px;
	    height: 42px;
	    background: var(--yx_CTwo);
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		font-size: var(--yx_FS18);
		color: #fff;
}
.index_header .language  ul{
	width: 42px;
	text-align: center;
	display: none;
	position: absolute;
	top: 100%;
	border-radius: 42px;
	left: 0;
	background: var(--yx_CTwo);
}
.index_header .language  ul li{
	padding: 14px 0;
	font-size: 16px;
	color: #fff;
}
.index_header .language:hover ul{
	display: block;
}