.Inner_banner {
	position: relative;
}

.Inner_banner .img {
	padding-bottom: 32%;
	background: #000;
}

.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;
	padding-top: 2%;
	-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: var(--yx_FS60);
	font-weight: bold !important;
	text-transform: capitalize;
	color: #fff;
	text-shadow: 0 0 10px rgba(199, 48, 48, 0.2);
}

.Inner_banner .position .box h6 {
	font-size: var(--yx_FS18);
	margin-top: 0.12rem !important;
	text-transform: uppercase;
	color: #fff;
	display: none;
	text-shadow: 0 0 10px rgba(199, 48, 48, 0.2);
}

.yx_NpagePc {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.yx_NpagePc .yx_Width {
	position: relative;
	z-index: 2;
}

.yx_NpagePc .yx_Width::before {
	content: '';
	display: block;
	width: 100vw;
	left: 0;
	height: 100%;
	background: rgba(255, 255, 255, .65);
	position: absolute;
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

.yx_NpagePc .yx_Width ul,
.yx_NpagePc .yx_Width>div {
	position: relative;
	z-index: 2;
}


.yx_NpagePc .yx_MbxBox {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.3);
	bottom: 5%;
}

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

.yx_NpagePc .yx_MbxBox a {
	color: #4a4a4a;
	margin: 0 0.1rem;
	font-size: 0.14rem;
	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_FS14);
	color: var(--yx_Color);
}

.yx_NpagePc ul {
	padding-left: 3%;
}

.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: 3px;
	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_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: 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%;
	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_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 0.16rem 0.12rem 0.14rem;
	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: 0.16rem;
	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;
}

.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: 0.14rem;
}

.yx_NBRTop {
	padding: 0.3rem 0.36rem 0.6rem;
	background: url(../image/newsbg.jpg) top right;
	background-size: cover;
	border-radius: 4px;
}

.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: 0.14rem 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: 0.16rem 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: 0.14rem;
	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: 0.14rem;
	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_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;
	background: #f7f7f7;
	position: relative;
	transition: all 0.6s;
	overflow: hidden;
}

.yx_NewProduct .item a:after {
	height: 3px;
	content: '';
	display: block;
	width: 0px;
	transition: all 0.6s;
	background: var(--yx_Grad);
	position: absolute;
	left: 0;
	bottom: 0;
}

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

.yx_NewProduct .item a:hover:after {
	width: 100%;
}

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

.yx_NewProduct .item a .content1 img {
	max-height: 72%;
	max-width: 72%;
	mix-blend-mode: darken;
}

.yx_NewProduct .item a .yx_ImgContain::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_ImgContain::after {
	opacity: 0.01;
}

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

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

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

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

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

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

.yx_NewProduct .item a .content2 .right .yx_icon {
	color: var(--yx_Color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid var(--yx_Color);
	transition: all 0.6s;
	width: 24px;
	height: 24px;
	margin-right: 0.12rem;
	font-size: 12px;
}

.yx_NewProduct .item a .yx_ImgContain .yx_icon {
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 3;
	opacity: 0;
	transition: all 0.6s;
}

.yx_NewProduct .item a::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background-color: var(--yx_Color);
	top: -1rem;
	position: absolute;
	right: -1rem;
	opacity: 0;
	transform: rotate(45deg);
	z-index: 2;
	transition: all 0.6s !important;
}

.yx_NewProduct .item:hover a::before {
	opacity: 1;
	top: -0.5rem;
	right: -0.5rem;
}

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

.yx_NewProduct .item a .content2 .right div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.2rem;
	display: none;
}

.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 .box .boxLeft {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	position: relative;
	z-index: 4;
	mix-blend-mode: darken;
	border-radius: 4px;
}

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

.hy_pro .box .boxLeft .yx_ImgContain {
	width: 100%;
	padding-bottom: 100%;
	background: #f7f7f7;
}

.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: 0 0 0 5%;
	border-radius: 4px;
	background-color: #fff;
	transition: all 0.6s;
}

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

.hy_pro .box .yx_BackBtn a {
	display: inline-block;
	background-color: #dcdcdc;
	color: #999;
	font-size: var(--yx_FS16);
	padding: var(--yx_FS14) var(--yx_FS42);
	transition: all 0.6s;
	border-radius: 4px;
}

.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: var(--yx_Color);
	color: #fff;
}

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

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

.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: #f7f7f7;
	margin-bottom: var(--yx_FS36);
	border-radius: 4px;
	overflow: hidden;
}

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

.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 .yx_ImgCover {
	padding-bottom: 20%;
	width: 34%;
}

.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_FS60);
	position: absolute;
	right: 14px;
	top: 14px;
	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;
	}
}

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

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

.hy_content .box .item .top .left {
	font-size: var(--yx_FS16);
	color: #666;
}

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

.hy_content .box .item .bot {
	font-size: var(--yx_FS16);
	color: #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_FS24);
	color: #2a2a2a;
	font-weight: bold;
}

.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;
	max-width: none !important;
}

.yx_ContentLeft {
	width: 55%;
	background: #fafafa;
	padding: 0.42rem 0.36rem 0;
}


@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 0;
	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);
	}
}


@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: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yx_Company1 .yx_CLeft {
	width: 45%;
}

.yx_Company1 .yx_CRight {
	width: 45%;
	padding-bottom: 35%;
}

.yx_Company1 .yx_CLeft .yx_Title {
	font-size: var(--yx_FS42);
	color: #2a2a2a;
	font-weight: bold;
}

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

.yx_Company1 .yx_CLeft em {
	display: block;
	width: var(--yx_FS60);
	height: 2px;
	background-color: var(--yx_Color);
	margin: var(--yx_FS18) 0 var(--yx_FS30);
}

.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_Company2 {
	background: url(../image/company2.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.yx_Company2 .yx_Width {
	padding: 0.72rem 0;
}

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

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

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

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

.yx_Company3 {
	overflow: hidden;
}

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

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

.yx_Company3 .yx_SwiperHonor {
	overflow: hidden;
	padding-top: 0.6rem !important;
}

.yx_Company3 .yx_HonorList {
	padding: var(--yx_FS16);
	border: 1px solid rgba(238, 238, 238, 1);
	position: relative;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yx_Te2 {
	background-color: #f7f7f7;
}

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

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

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

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

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

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

.yx_Te2 .yx_Te2List .yx_Te2c p {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 200%;
}

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

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

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

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

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

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

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

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

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

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

.yx_J1Con .yx_JLeft {
	width: 45%;
}

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

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

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

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

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

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

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

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

.yx_J2Con {
	transition: all 0.6s;
}

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

.yx_J2List em {
	display: block;
	width: var(--yx_FS30);
	height: 2px;

	background-color: #fff;
	margin: var(--yx_FS14) auto var(--yx_FS24);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

.yx_Join4 .yx_JMList span .yx_icon {
	font-size: 0.48rem;
	color: #fff;
}

.yx_Join4 .yx_JMList p {
	font-size: var(--yx_FS16);
	color: #666;
	text-align: center;
	margin-top: var(--yx_FS16);
}

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

.yx_Join5 {
	background: #f7f7f7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

	.yx_SerLeft {
		width: 100%;
	}

	.yx_InMessage {
		width: 100%;
	}

	.widgets {
		display: none !important;
	}
}

/*end*/


/*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_HonorTwo*/
.yx_HonorTwo {
	background: url("../image/about_bg.jpg") no-repeat top center, #fff;
	background-size: cover;
}


.hon_tab_nav_box {
	float: left;
	width: 15%;
}

.hon_tab_nav_box>div {
	max-width: 130px;
	color: #d5dae0;
	transition: all .5s ease-out;
	padding: 0.2rem 0;
	cursor: pointer;
}

.hon_tab_nav_box>div:last-child {
	padding-bottom: 0;
}

.hon_tab_num {
	font-size: 0.24rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}

.hon_tab_name {
	line-height: 300%;
	font-size: var(--yx_FS18);
	font-weight: 700;
	color: #72787f;
	transition: all .5s ease-out;
	position: relative;
}

.hon_tab_name::after {
	content: '';
	position: absolute;
	width: 0;
	height: 5px;
	background-color: var(--yx_Color);
	left: 0;
	bottom: 0;
	transition: all .5s ease-out;
}

.hon_tab_nav_box>div.on,
.hon_tab_nav_box>div:hover {
	color: var(--yx_Color);
}

.hon_tab_nav_box>div.on .hon_tab_name,
.hon_tab_nav_box>div:hover .hon_tab_name {
	color: var(--yx_Color);
}

.hon_tab_nav_box>div:hover .hon_tab_name::after,
.hon_tab_nav_box>div.on .hon_tab_name::after {
	width: 100%;
}

.hon_con_case {
	float: right;
	width: 83.33%;
	padding-top: 0.5rem;
	position: relative;
}

.hon_con_case>div {
	display: none;
	position: relative;
}

.hon_con_case>div:first-child {
	display: block;
}

.hon_con_box {
	float: left;
	width: 65%;
	padding-right: 10%;
	padding-left: 10%;
	overflow: hidden;
	position: relative;
	margin-top: 8px;
}

.hon_con_box .swiper-container {
	overflow: initial;
	padding-bottom: 1.2rem;
}

.hon_con_box .swiper-container .swiper-wrapper {
	display: flex;
	align-items: center;
}

.sha_tra {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
	z-index: 3;
	top: 0;
	left: 0;
	pointer-events: none;
}

.hon_con_box .swiper-slide {
	opacity: 0.9;
	transition: all .5s ease-in;
}

.hon_con_box .swiper-slide.active {
	opacity: 1;
}

.hon_con_box .swiper-slide>div {
	width: 100%;
	position: relative;
}

.hon_con_box .swiper-slide>div>img {
	display: block;
	max-width: 435px;
	max-height: 405px;
	margin: 0 auto;
	min-width: 4rem;
	height: auto;
	object-fit: contain;
}

.hon_name {
	text-align: center;
	margin-top: 0.25rem;
	font-weight: 700;
	color: #000;
	font-size: var(--yx_FS24);
	line-height: 1.5;
	opacity: 0;
	transition: all .5s ease-in;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.hon_con_box .swiper-slide.active .hon_name {
	opacity: 1;
}

.hon_name_box {
	width: calc(24.23% + 50px);
	float: right;
	padding: 0.25rem 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.hon_name_text {
	font-size: var(--yx_FS16);
	padding: 0.18rem 10px;
	text-align: center;
	opacity: .9;
	color: #000;
	transition: all .5s ease-in;
	overflow: hidden;
	white-space: nowrap;
	background: #f7f7f7;
	text-overflow: ellipsis;
	border-radius: 50px;
}

.hon_name_box .active-nav .hon_name_text {
	font-size: 18px;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 46px rgba(29, 56, 75, .17);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.hon_name_box .swiper-container {
	height: 370px;
	padding: 0 0.3rem;
	overflow: hidden;
	margin: 0.3rem 0;
}

.hon_name_box .swiper-container>div {
	margin: 0.3rem 0;
}

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

.hon_name_box .swiper-button-prev,
.hon_name_box .swiper-button-next {
	background-image: none;
	font-size: var(--yx_FS36);
	width: 100%;
	text-align: center;
	margin: 0;
	color: #000;
	top: auto;
	left: 0;
	margin: 0.24rem 0;
}

.hon_name_box .swiper-button-prev {
	top: 0rem;
}

.hon_name_box .swiper-button-next {
	bottom: -0.4rem;
}

.hon_name_box .swiper-button-prev .yx_icon {
	transform: rotate(-90deg);
	position: relative;
	display: block;
	font-size: var(--yx_FS22);
}

.hon_name_box .swiper-button-next .yx_icon {
	transform: rotate(90deg);
	position: relative;
	display: block;
	font-size: var(--yx_FS22);
}

/*yx_HonorTwo-end*/


/*yx_ComOne*/
.yx_About {
	background: url("../image/about_bg.jpg") no-repeat bottom center, #fff;
	background-size: contain;
}

.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_NContent {
	width: 88%;
	max-width: 1300px;
}

.yx_ABOUTCon {
	background: #f7f7f7;
}

.yx_ABOUTHonor {
	background: #fff;
}

/*yx_ComOne end*/


/*yx_ABOUTHis*/
.yx_ABOUTHis {
	position: relative;
	background: #fff url("../image/hisbg.jpg") no-repeat center 0vw;
	background-size: cover;
}

@keyframes animate-cloud {
	from {
		background-position: 1920px 100%;
	}

	to {
		background-position: 0 100%;
	}
}

.hmc5clound {
	width: 100%;
	height: 590px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../image/hmc5_cloundy.png") repeat-x left center;
	-webkit-animation: animate-cloud 30s linear infinite;
	animation: animate-cloud 30s linear infinite;
}

.yx_HisBox .new_date {
	background: url("../image/hmc5line.png") no-repeat center center;
	height: 681px;
	width: 90%;
	max-width: 1198px;
	margin: -8vw auto 5vw;
	position: relative;
	z-index: 3;
}

.yx_HisYear .dian:before {
	content: "";
	background: var(--yx_Color);
	display: inline-block;
	height: 15px;
	width: 15px;
	border: 3px solid #FFF;
	position: absolute;
	left: 11px;
	top: 11px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(199, 48, 48, 0.3);
}

.yx_HisBox {
	position: relative;
}

.yx_HisYear {
	cursor: pointer;
}

.yx_HisYear .dian:after {
	content: "";
	background: url("../image/hmc5_on.png") no-repeat center center;
	height: 60px;
	width: 60px;
	position: absolute;
	left: -10px;
	top: -10px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.yx_HisYear .dian i {
	background: url(../image/hmc5i.png) no-repeat center center;
	height: 0.65rem;
	width: 0.55rem;
	position: absolute;
	bottom: 0.2rem;
	left: 50%;
	margin-left: -0.24rem;
	opacity: 0;
}

.yx_ABOUTHis .swiper-wrapper {
	position: inherit;
}

.yx_ABOUTHis .hislist {
	display: inline-block;
	height: 40px !important;
	width: 40px !important;
	position: absolute;
}

.yx_ABOUTHis .list1 {
	left: 3%;
	bottom: 8%;
}

.yx_ABOUTHis .list2 {
	left: 13.5%;
	bottom: 17%;
}

.yx_ABOUTHis .list3 {
	left: 17.4%;
	bottom: 24%;
}

.yx_ABOUTHis .list4 {
	left: 19.5%;
	bottom: 31%;
}

.yx_ABOUTHis .list5 {
	left: 23.5%;
	bottom: 48%;
}

.yx_ABOUTHis .list6 {
	left: 31%;
	bottom: 62.5%;
}

.yx_ABOUTHis .list7 {
	left: 37.5%;
	bottom: 67%;
}

.yx_ABOUTHis .list8 {
	left: 47%;
	bottom: 70%;
}


.yx_ABOUTHis .list9 {
	left: 54%;
	top: 17%;
}

.yx_ABOUTHis .list10 {
	left: 59%;
	top: 13%;
}

.yx_ABOUTHis .list11 {
	right: 28%;
	top: 11.54%;
}

.yx_ABOUTHis .list12 {
	right: 22%;
	top: 11.4%;
}

.yx_ABOUTHis .list13 {
	right: 16%;
	top: 10.5%;
}

.yx_ABOUTHis .list14 {
	right: 9%;
	top: 7.5%;
}

.yx_ABOUTHis .list15 {
	right: 0%;
	top: 1.5%;
}

.yx_ABOUTHis .yx_HisYear p {
	color: var(--yx_Color);
	height: 20px;
	display: inline-block;
	position: absolute;
	left: -32px;
	top: 10px;
	font: bold 16px / 20px;
	transition: all 0.3s ease-in-out;
	font-weight: bold !important;
}

.yx_ABOUTHis .list7 .yx_HisYear p {
	left: revert;
	top: 40px;
}

.yx_ABOUTHis .list8 .yx_HisYear p {
	left: revert;
	top: -16px;
}

.yx_ABOUTHis .list9 .yx_HisYear p {
	left: revert;
	top: 48px;
}

.yx_ABOUTHis .list10 .yx_HisYear p {
	left: revert;
	top: -16px;
}

.yx_ABOUTHis .list11 .yx_HisYear p {
	left: revert;
	top: 40px;
}

.yx_ABOUTHis .list12 .yx_HisYear p {
	left: revert;
	top: -16px;
}

.yx_ABOUTHis .list13 .yx_HisYear p {
	left: revert;
	top: 40px;
}

.yx_ABOUTHis .list14 .yx_HisYear p {
	left: revert;
	top: -20px;
}

@keyframes hmc5yrIconAni {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}


.yx_ABOUTHis .swiper-slide.yx_Active .yx_HisYear i {
	animation: hmc5yrIconAni 2s linear infinite;
	opacity: 1;
}


.yx_ABOUTHis .swiper-slide.yx_Active .yx_HisYear p {
	opacity: 0;
}

.new_con .yx_HisTit {
	font-size: 1rem;
	font-weight: bold !important;
	color: var(--yx_Color) !important;
	text-align: right;
	margin-top: -1rem;
	transition: all 0.8s;
	opacity: 0;
	position: relative;
	z-index: 2;
}

.yx_ABOUTHis .swiper-slide-active .yx_HisTit {
	margin-top: -1.2rem !important;
	opacity: 1 !important;
}

.new_con .yx_HisCon {
	position: relative;
	z-index: 2;
}

.new_con .yx_HisCon h3 {
	font-size: var(--yx_FS24);
	font-weight: bold !important;
	color: var(--yx_Color);
	margin-bottom: 0.1rem !important;
	display: block;
}

.new_con .yx_HisCon p {
	font-size: var(--yx_FS18);
	color: #666;
	line-height: 180%;
}

.yx_ABOUTHis .yearBOX {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	width: 50%;
}

.yx_ABOUTHis .swiper-container {
	overflow: visible !important;
}

.yx_ABOUTHis .new_con .swiper-slide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.yx_ABOUTHis .new_con .swiper-slide-active {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.yx_ABOUTHis .yx_HisContent {
	background: url("../image/hiscontent.jpg") bottom right no-repeat #fff;
	padding: 0.42rem 0.42rem 0;
	height: 270px;
	box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
	width: 80%;
	max-width: 760px;
	margin: 0 auto;
	overflow: visible;
	border-radius: 0.16rem;
	position: relative;
}

.yx_ABOUTHis .hisimg {
	position: absolute;
	width: 87%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	border-radius: 0.16rem;
	overflow: hidden;
}

.yx_ABOUTHis .hisimg::before {
	position: absolute;
	content: '';
	content: '';
	left: 0;
	top: 0;
	z-index: 2;
	background: url("../image/hisbg.png") top left;
	width: 100%;
	height: 100%;
}

.yx_ABOUTHis .hisimg img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 94%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1366px) {
	.yx_ABOUTHis .list1 {
		left: 3%;
		bottom: 13%;
	}

	.yx_ABOUTHis .list2 {
		left: 9.5%;
		bottom: 17%;
	}

	.yx_ABOUTHis .list3 {
		left: 13.4%;
		bottom: 24%;
	}

	.yx_ABOUTHis .list4 {
		left: 16.5%;
		bottom: 31%;
	}

	.yx_ABOUTHis .list5 {
		left: 20.5%;
		bottom: 48%;
	}

	.yx_ABOUTHis .list6 {
		left: 29%;
		bottom: 62.5%;
	}

	.yx_ABOUTHis .list12 {
		right: 14%;
		top: 10.4%;
	}

	.yx_ABOUTHis .list13 {
		right: 4%;
		top: 7.5%;
	}
}

/*yx_ABOUTHis end*/
/*yx_ABOUTHisMo*/
@media screen and (max-width: 768px) {
	.yx_ABOUTHisMo {
		display: block !important;
		position: relative;
		margin-top: 0.6rem;
	}

	.yx_ABOUTHisMo .yx_Width {
		position: relative;
	}

	.yx_ABOUTHisMo .yx_Width::before {
		content: '';
		display: block;
		width: 1px;
		background: var(--yx_Color);
		height: 100%;
		top: 52%;
		position: absolute;
		transform: translateY(-50%);
		left: 97px;
	}

	.yx_ABOUTHisPc {
		display: none !important;
	}

	.yx_ABOUTHisMo .yx_HisMoYear {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.yx_ABOUTHisMo .yx_HisMoTit {
		width: 100px;
		display: flex;
		margin-top: 5px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.yx_ABOUTHisMo .yx_HisMoTit p {
		font-size: 0.3rem;
		font-weight: bold;
		color: var(--yx_Color);
	}

	.yx_ABOUTHisMo .yx_HisMoTit em {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: var(--yx_Color);
		position: relative;
		display: block;
	}

	.yx_ABOUTHisMo .yx_HisMoTit em::before {
		position: absolute;
		width: 300%;
		height: 300%;
		content: '';
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
		border: 1px solid var(--yx_Color);
	}

	.yx_ABOUTHisMo p {
		position: relative !important;
		left: auto !important;
		top: auto !important;
	}

	.yx_HisMoCon h3 {
		font-size: var(--yx_FS18);
		line-height: 200%;
		color: #2a2a2a;
		margin-bottom: 10px !important;
	}

	.yx_HisMoCon p {
		line-height: 200%;
		font-size: var(--yx_FS16) !important;
		color: #4a4a4a !important;
	}

	.yx_HisMoCon {
		width: calc(94% - 100px);
		padding-left: 5%;
	}
}

/*yx_ABOUTHisMo end*/

/*yx_ABOUTyanfa*/
.yx_ABOUTyanfa {
	position: relative;
	background: url("../image/yanfabg.jpg") right bottom #fff no-repeat;
	background-size: contain;
	text-align: right;
}

.yx_ABOUTyanfa>img {
	height: auto;
	width: 80%;
	max-width: 1480px;
	margin: 0 0 0 auto;
}

.yx_ABOUTyanfa .yx_Width {
	position: relative;
	text-align: left;
}

.yx_ABOUTyanfa h3 {
	font-size: var(--yx_FS36);
	color: #2a2a2a;
	font-weight: bold !important;
	line-height: 140%;
}

.yx_yanfaCon {
	width: 50%;
	max-width: 650px;
}

.yx_ABOUTyanfa .yx_yfImg {
	max-width: 540px;
	margin-top: 0.42rem;
	justify-content: space-between;
}

.yx_ABOUTyanfa .yx_yfImg .yx_ImgCover {
	width: 48%;
	border-radius: 4px;
	padding-bottom: 28%;
}

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

.yx_ABOUTyanfa h4 {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
	text-transform: uppercase;
}

.yx_ABOUTyanfa h5 {
	margin: 0.3rem 0 0.16rem !important;
	font-size: var(--yx_FS22);
	color: #222;
}

.yx_ABOUTyanfa p,
.yx_ABOUTyanfa li {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 220%;
}

.yx_ABOUTyanfa ul {
	list-style: disc;
	padding-left: 0.24rem;
}

.yx_ABOUTzl {
	background: #f7f7f7;
}

.yx_ABOUTzl .yx_zlLeft {
	width: 50%;
	position: relative;
}

.yx_ABOUTzl .yx_zlLeft img {
	width: 100%;
	height: auto;
}

.yx_ABOUTzl .yx_zlLeft img.img {
	position: absolute;
	max-width: 207px;
	width: 40%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.yx_ABOUTzl .yx_zlLeft .yx_ImgCover {
	width: 100%;
	padding-bottom: 100%;
	border-radius: 4px;
	margin-bottom: 0.42rem;
}

.yx_ABOUTzl .yx_zlLeft .yx_list {
	width: 48%;
	border-radius: 4px;
	padding: 0.3rem;
	background-color: #fff;
	transition: all 0.6s;
}

.yx_ABOUTzl .yx_zlLeft h3 {
	font-size: var(--yx_FS22);
	font-weight: bold !important;
	color: #2a2a2a;
	margin-bottom: 0.16rem !important;
}

.yx_ABOUTzl .yx_zlLeft p {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 180%;
}

.yx_ABOUTzl .yx_zlLeft img {
	height: 100%;
	object-fit: cover;
}

.yx_ABOUTzl .yx_zlLeft .yx_list:hover {
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.yx_ABOUTzl .yx_zlLeft .yx_list:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_ABOUTzl .yx_zlLeft .yx_list:hover h3 {
	color: var(--yx_Color);
}

.yx_ABOUTzl .yx_zlRight {
	width: 40%;
}

.yx_ABOUTzl .yx_zlRight .yx_Sum {
	font-size: var(--yx_FS16);
	line-height: 200%;
	margin: 0.48rem 0 0.7rem;
	color: #666;
}

.yx_ABOUTzl .yx_zlConBox {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 6;
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding-top: 0px;
	opacity: 0;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: perspective(3000px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.7);
	-webkit-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.9);
	-ms-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.9);
	-moz-transform: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.7);
	transform-origin1: center;
	-webkit-transform-origin1: center;
	-ms-transform-origin1: center;
	-moz-transform-origin1: center;
}

.yx_ABOUTzl .yx_zlConBox .yx_CBContent {
	width: 90%;
	max-width: 1400px;
	background-color: #fff;
	padding: 0.6rem;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.yx_ABOUTzl .yx_zlConBox .yx_CBContent>div {
	width: 100%;
}

.yx_ABOUTzl .yx_zlConBox .yx_CBContent ul li {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #666;
	margin-bottom: 0.16rem;
}

.yx_ABOUTzl .yx_zlConBox.open {
	bottom: 0px;
	left: 0px;
	top: 0px;
	opacity: 1;
	z-index: 9999999;
	transform: perspective(3000px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	-webkit-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	-ms-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	-moz-transform: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	padding-top: 1rem;
}

.yx_ABOUTzl .yx_zlBtn {
	display: inline-block;
	padding: 0.16rem 0.24rem;
	color: #fff;
	border-radius: 4px;
	position: relative;
	z-index: 2;
	background: var(--yx_Color);
}

.yx_ABOUTzl .yx_zlConBox .yx_zlClose {
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	background-color: var(--yx_Color);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	font-size: 0.32rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	border-radius: 0 0px 0 6px;
	align-items: center;
	justify-content: center;
}

/*yx_ABOUTyanfa 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*/


/*companyys*/
.yx_ComOne2 {
	overflow: hidden;
}

.yx_ComOne2 .content1 {
	line-height: 140%;
}

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

.yx_ComOne2 .line_box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 100%;
	transform: translateY(-50%);
	z-index: -1;
}

.yx_ComOne2 .line_box .line {
	position: absolute;
	left: 1px;
	top: 0;
	width: 1px;
	height: 800px;
	background: rgba(0, 0, 0, .08);
	transform: translateY(-100%);
}

.yx_ComOne2 .line_box .line.bottom {
	top: auto;
	bottom: 0;
	transform: translateY(50%);
}

.yx_ComOne2 .line_box .number {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: translateY(-100%);
}

.yx_ComOne2 .line_box .number span {
	font-size: 300px;
	color: rgba(0, 0, 0, .1);
	font-family: 'AVGARDD' !important;
	transform: rotate(-90deg) translate(-90%, -70%);
	transform-origin: left top;
	position: absolute;
	left: -35%;
	bottom: 0;
	transition: all 0.8s;
	line-height: 1;
}

.yx_ComOne2 .line_box .line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #cd3132;
}

.yx_ComOne2 .yx_List3:hover .line_box .line::before {
	transition: all .4s linear;
	height: 100%;
}

.yx_ComOne2 .yx_List3:hover .line_box .line.bottom::before {
	transition-delay: .6s;
}

.yx_ComOne2 .yx_List3:hover .number span {
	transform: rotate(-90deg) translate(-90%, -10%);
}

.yx_ComOne2 .yx_List3:nth-child(1) {
	margin-top: 1.2rem;
}

.yx_ComOne2 .yx_List3:nth-child(2) {
	margin-top: 3rem;
}

.yx_ComOne2 .yx_List3:nth-child(3) {
	margin-top: 0.6rem;
}

.yx_ComOne2 .yx_List3:nth-child(3) .number {
	top: 110%;
}

.yx_ComOne2 .bg {
	display: block;
	padding: 40px 50px;
	position: relative;
	height: 5.8rem;
	background: #ededed;
}

.yx_ComOne2 .yx_List3 {
	padding: 0 0.13rem;
	z-index: 2;
	position: relative;
	cursor: pointer;
}

.yx_ComOne2 .yx_List3 .bg::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--yx_Color);
}

.yx_ComOne2 .yx_List3:hover .bg::before {
	height: 100%;
	transition: all .5s linear .1s;
	z-index: 5;
}

.yx_CO2Icon {
	width: 72px;
	overflow: hidden;
	position: relative;
}

.yx_ComOne2 .item {
	position: relative;
	z-index: 10;
	height: 100%;
}

.yx_COContent>em {
	font-size: 0.18rem;
	color: #000;
	opacity: 1;
	transition: all 0.6s;
}

.yx_ComOne2 .yx_List3:hover .yx_COContent>em {
	color: #000;
}

.yx_CO2Icon .coimg2 {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 0%;
	left: 0;
	overflow: hidden;
}

.yx_CO2Icon .coimg2 img {
	width: 100%;
	object-fit: contain;
	height: auto;
}

.yx_ComOne2 .yx_List3:hover .coimg2 {
	height: 100%;
	transition: all .4s linear .1s;
}

.yx_CO2Icon .coimg1 {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.yx_CIconBox>p {
	font-size: 0.14rem;
	line-height: 140%;
	margin: 0.16rem 0 0 0;
	transition: all 0.6s;
	color: #000;
	opacity: 0.3;
	text-transform: capitalize;
}

.yx_ComOne2 .yx_List3:hover .yx_CIconBox>p {
	color: #fff;
}

.yx_ComOne2 .yx_COContent {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.3rem;
}

.yx_ComOne2 .yx_COContent::after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	opacity: 0.1;
	background: #fff;
}

.yx_ComOne2 .yx_List3:hover .yx_COContent::after {
	width: 100%;
	transition: width .4s linear .2s;
}

.yx_ComOne2 .yx_List3:hover .yx_COContent {
	bottom: 0.48rem;
	transition: all .4s linear .1s;
}

.yx_ComOne2 .yx_COContent .yx_Tit {
	font-size: 0.3rem;
	margin-bottom: 0.15rem;
	font-weight: bold !important;
}

.yx_ComOne2 .yx_COContent .yx_Sum {
	font-size: var(--yx_FS16);
	line-height: 1.4;
	height: 0;
	overflow: hidden;
	margin-bottom: 0.35rem;
}

.yx_ComOne2 .yx_List3:hover .yx_Tit {
	opacity: .2;
	transition: all .4s linear .4s;
	color: #fff;
}

.yx_ComOne2 .yx_List3:hover .yx_Sum {
	height: 3.2em;
	color: #fff;
	line-height: 180%;
	transition: height .4s linear .2s;
}

.yx_ComOne2 .item>em {
	opacity: .2;
	height: 1.2em;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
}

.yx_ComOne2 .yx_List3:hover .item>em {
	color: #fff;
	transition: all .4s linear .2s;
}

/*company ys end*/



.yx_faq .yx_INList {
	background: #f7f7f7;
	border: solid 2px #eee;
	padding: var(--yx_FS24) 2%;
	width: 48.5%;
	margin: var(--yx_FS22) 0;
	transition: all 0.6s;
	position: relative;
}

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

.yx_faq .yx_INList:hover .yx_NewMore {
	background: var(--yx_Color);
	transition: all 0.6s ease;
	color: #fff;
}

.yx_faq .yx_INList em {
	display: block;
	width: 30px;
	line-height: 26px;
	height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: var(--yx_FS18);
	background: var(--yx_Color);
	margin-right: var(--yx_FS24);
	font-style: normal;
}

.yx_faq .yx_Sum em {
	background: rgba(0, 0, 0, 0.5);
}

.yx_faq .yx_INList p {
	font-size: var(--yx_FS16);
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: var(--yx_FS24);
}

.yx_faq .yx_Tit {
	display: flex;
	align-items: center;
}

.yx_faq .yx_Title {
	width: calc(97% - 36px);
	font-size: var(--yx_FS18);
	color: #2a2a2a;
}

.yx_faq .yx_Sum {
	display: flex;
	margin-top: var(--yx_FS18);
	margin-bottom: var(--yx_FS24);
}

.yx_faq .yx_Summary {
	width: calc(97% - 36px);
	color: #999;
	line-height: 200%;
	font-size: var(--yx_FS14);
}

.yx_faq .yx_NewMore {
	display: block;
	width: 160px;
	font-size: 14px;
	padding: 6px 0;
	color: #999;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 200%;
	margin-left: calc(3% + 32px);
}

.yx_faq .yx_NewMore:hover {
	background: var(--yx_Color);
	transition: all 0.6s ease;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.yx_faq .yx_INList {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.yx_faq .yx_INList {
		width: 100%;
	}
}

.yx_engin .yx_enLeft {
	width: calc(95% - 420px);
}

.yx_engin .yx_enRight {
	width: 420px;
	position: relative;
}

.yx_engin .yx_enImgBox {
	width: 100%;
}

.yx_engin .yx_enImgBox img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	display: none;
}

.yx_engin .yx_enImgBox .active img {
	display: block !important
}

.yx_engin .yx_enTitBox {
	padding: 0.3rem 0.36rem 0.6rem;
	background: url(../image/enginbg.jpg) top right;
	background-size: cover;
	border-radius: 4px;
	position: sticky;
	top: 200PX;
}

.yx_engin .yx_enTitBox .yx_flexWrap {
	margin: 0.36rem 0 0.42rem;
}

.yx_engin .yx_enRight h5 {
	color: rgba(0, 0, 0, .8);
	font-size: var(--yx_FS22);
	line-height: 160%;
	font-weight: 700 !important;
}

.yx_engin .yx_enRight 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_engin .yx_NContent {
	margin-top: 0px;
}

.yx_engin .yx_enImgBox {
	margin-top: 0.3rem;
}

.yx_engin .yx_enRight .yx_List {
	width: 100%;
	margin: 0 0 0.12rem;
}

.yx_engin .yx_enRight .yx_List P {
	display: block;
	border-radius: 4px;
	padding: 0.16rem 0;
	text-align: center;
	font-size: var(--yx_FS16);
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.yx_engin .yx_enRight .yx_List.active P,
.yx_engin .yx_enRight .yx_List:hover P {
	border-color: var(--yx_Color);
	background: var(--yx_Color);
	color: #fff;
}

.yx_DetailDown {
	background: #fafafa;
	padding: var(--yx_FS24);
}

.yx_DetailDown>a {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.yx_DetailDown>a .content1 {
	font-size: var(--yx_FS22);
}

.yx_DetailDown>a .content1 img {
	width: var(--yx_FS30);
	display: inline-block;
	margin-right: var(--yx_FS14);
}

.yx_DetailDown>a .content3 {
	display: inline-block;
	padding: 10px var(--yx_FS42);
	font-size: var(--yx_FS16);
	color: #fff;
	background: var(--yx_Color);
}

.yx_Down .item a {
	display: block;
	background: #f7f7f7;
	border: 1px solid #eee;
	padding: 0.32rem 0.24rem;
	transition: all 0.6s;
}

.yx_Down .item a .yx_Title {
	font-size: var(--yx_FS22);
	color: #222;
	margin-bottom: 0.12rem;
}

.yx_Down .item a .yx_Summary {
	font-size: var(--yx_FS16);
	line-height: 200%;
	margin-bottom: 0.24rem;
	color: #999;
}

.yx_Down .item a .content3 {
	display: flex;
	align-items: center;
	font-size: var(--yx_FS14);
	transition: all 0.6s;
}

.yx_Down .item a .content3 img {
	height: 0.3rem;
	width: auto;
	margin-right: 0.2rem;
}

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

.yx_Down .item:hover a .content3 {
	color: var(--yx_Color);
}




.yx_Company5 {
	padding-bottom: 8vw;
	background-color: #f5f5f5;
}

.yx_Company5 .yx_List {
	border-bottom: 3px solid var(--yx_Color);
	background-color: #fff;
	transition: all 0.6s;
	width: 30%;
}

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

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

.yx_Company5 .yx_ImgCover {
	padding-bottom: 100%;
}

.yx_Company5 .yx_C5Con {
	padding: var(--yx_FS30) var(--yx_FS30) var(--yx_FS48);

}

.yx_Company5 .yx_Title {
	font-size: var(--yx_FS22);
	color: #2a2a2a;
	font-weight: bold;
	margin-bottom: 0.24rem;
}

.yx_Company5 .index_title {
	margin-bottom: 0;
}

.yx_Company5 span {
	font-size: var(--yx_FS14);
	color: var(--yx_Color);
	display: block;
	margin: 0 0 var(--yx_FS18);
	text-transform: uppercase;
	line-height: 180%;
}

.yx_Company5 p {
	font-size: var(--yx_FS16);
	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_code .codeSearch input {
		width: calc((100% - 65px) / 2) !important;
	}

	.yx_code .codeSearch .codeBtn {
		width: 65px !important;
	}

	.yx_code table td,
	.yx_code table th {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
}

.yx_Company5 {
	padding-bottom: 1.7rem !important;
}

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

.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: 0.14rem;
	height: 54px;
	text-align: left;
}

.yx_xgProducts .item .con span {
	font-size: 0.16rem;
	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);
}

.yx_ConUs .yx_List3 {
	background: #fafafa;
	border-radius: 4px;
	text-align: center;
	transition: all 0.6s;
	padding: 0.36rem 0.4rem;
	cursor: pointer;
}

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

.yx_ConUs .yx_List3 i {
	margin: 0 auto 0.6rem;
	border-radius: 50%;
	width: 0.7rem;
	height: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--yx_Color);
	color: #fff;
	font-size: 0.28rem;
}

.yx_ConUs .yx_List3 h3 {
	font-size: var(--yx_FS16);
	color: #666;
	margin-bottom: 0.14rem !important;
}

.yx_ConUs .yx_List3 p {
	font-size: var(--yx_FS18);
	color: #2a2a2a;
	text-align: center;
}

.yx_ConUs .yx_List3 a {
	font-size: var(--yx_FS22);
	font-weight: bold;
	color: #2a2a2a;
}

.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: 0.16rem 5px;
	vertical-align: middle;
}

.yx_code table th {
	padding: 0.14rem;
	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 {
	position: relative;
	max-width: 280px;
}

.planbanner .yx_newsSearch form {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	overflow: hidden;
	align-items: center;
}

.planbanner .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 {
	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: 0.14rem 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: 0 !important;
}
.yx_ProTJ .swiper-container {
	height: 480px;
	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;
}