.yx_index_about {
	padding: 6.5vw 0 7vw;
	background: url("../image/h31.jpg") center center;
	background-size: cover;
}

.yx_iaContent h3 {
	margin: 0.42rem 0 0.6rem !important;
	width: 100%;
	max-width: 800px;
	font-size: 0.24rem;
	line-height: 140%;
	color: #222;
}

.yx_iaContent .yx_Summary {
	font-size: 0.18rem;
	color: #666;
	line-height: 200%;
	max-width: 800px;
	-webkit-line-clamp: 6;
}

.yx_iaContent .yx_Ibtn1 {
	margin-top: 1rem;
}

.yx_index_about .yx_iaLeft {
	width: 60%;
}

.yx_index_about .yx_iaRight {
	width: 35%;
	position: relative;
}

.yx_index_about .list div {
	position: relative;
	text-align: center;
}

.yx_index_about .list:nth-child(1) div::before {
	content: '';
	display: block;
	position: absolute;
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
	background: var(--yx_Grad);
	filter: blur(0.7rem);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.yx_index_about .list:nth-child(2) div::before {
	content: '';
	display: block;
	position: absolute;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background: var(--yx_Color);
	filter: blur(0.36rem);
	top: 50%;
	left: 50%;
	opacity: 0.8;
	transform: translate(-50%, -50%);
}

.yx_index_about .list div p {
	font-size: 0.18rem;
	color: #fff;
}

.yx_index_about .list div .timer {
	font-size: 0.6rem;
	font-weight: bold;
	color: #fff;
	font-family: Montserrat;
}

.yx_index_about .list:nth-child(1) .timer {
	font-size: 1rem;
}

.yx_index_about .list div h6 {
	color: #fff;
	font-size: 0.18rem;
	opacity: 0.8;
}

.yx_index_about .list:nth-child(1) {
	transform: translate(-30%, -10%);
}

.yx_index_about .list:nth-child(2) {
	margin: 0.4rem 0 0 auto;
	transform: translate(30%, 49%);
}

.yx_Ibtn1 {
	padding: 0.07rem;
	background: var(--yx_Grad);
	position: relative;
	border-radius: 50px;
	font-size: 0.16rem;
	color: #fff;
	overflow: hidden;
	display: inline-block;
	transition: all 0.6s;
}

.yx_Ibtn1::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	background: var(--yx_Color);
	left: 50%;
	filter: blur(5px);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.8s;
	z-index: 2;
}

.yx_Ibtn1 .yx_icon {
	width: 0.48rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	font-size: 0.18rem;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 0.24rem;
	transition: all 0.6s;
	position: relative;
	z-index: 2;
	color: var(--yx_Color);
	transition: all 0.6s;
}

.yx_Ibtn1 span {
	font-size: 0.16rem;
	display: inline-block;
	line-height: 100%;
	position: relative;
	z-index: 2;
	margin: 0 0.24rem 0.14rem 0;
	text-transform: capitalize;
	transform: translateY(-1px);
}

.yx_Ibtn1:hover::before {
	width: 400px;
	filter: blur(0px);
	height: 400px;
}

.yx_Ibtn1:hover .yx_icon {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.yx_Ibtn1:hover {
	box-shadow: rgba(8, 181, 101, 0.2) 0px 0.24rem 0.6rem 0px;
}


/*pro*/
.yx_index_pro {
	padding: 4.5vw 0 7.8vw;
}

.yx_index_pro .yx_inProBtn {
	display: flex;
}

.yx_index_pro .yx_inProBtn>div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #999;
	font-size: 0.16rem;
	color: #444;
	width: 0.54rem;
	height: 0.54rem;
	position: relative;
	margin-left: 0.24rem;
	transition: all 0.6s;
	overflow: hidden;
	cursor: pointer;
}

.yx_index_pro .yx_inProBtn>div .yx_icon {
	position: relative;
	z-index: 2;
	font-size: 0.16rem;
	transition: all 0.6s;
}

.yx_index_pro .yx_inProBtn>div::before {
	width: 0;
	height: 0;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--yx_Color);
	position: absolute;
	transition: all 0.6s;
	border-radius: 50%;
}

.yx_index_pro .yx_inProBtn>div:hover {
	border-color: var(--yx_Color);
}

.yx_index_pro .yx_inProBtn>div:hover:before {
	width: 120%;
	height: 120%;
}

.yx_index_pro .yx_inProBtn>div:hover .yx_icon {
	color: #fff;
}

.yx_index_pro .swiper-container {
	overflow: visible !important;
	margin-top: 0.48rem;
}

.yx_index_pro .yx_list {
	display: block;
	position: relative;
}

.yx_index_pro .yx_list:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0.36rem;
	background: #f4f4f4;
	transition: all 0.6s;
}

.yx_index_pro .yx_list .yx_ImgContain {
	width: 100%;
	padding-bottom: 100%;
}

.yx_index_pro .yx_list .yx_ImgContain img {
	max-width: 70%;
	max-height: 65%;
	z-index: 2;
}

.yx_index_pro .yx_list .yx_ImgContain:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
	background: var(--yx_Color);
}

.yx_index_pro .yx_ipCon {
	position: absolute;
	top: 0.33rem;
	left: 0.36rem;
	display: inline-block;
	transition: all 0.6s;
}

.yx_index_pro .yx_M {
	border-radius: 100px;
	font-size: 0.14rem;
	text-transform: capitalize;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 180px;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.6s;
	padding: 0.2rem 0.36rem;
	background: #fff;
	font-family: Montserrat;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.yx_index_pro .yx_M .yx_icon {
	font-size: 0.12rem;
	color: #888;
}

.yx_index_pro h3.yx_Title {
	font-size: 0.2rem;
	color: #222;
	font-weight: bold !important;
	transition: all 0.6s;
	line-height: 200%;
	display: inline-block;
}

.yx_index_pro h4.yx_Title {
	font-size: 0.14rem;
	color: #888;
	text-align: center;
	top: 1rem;
	width: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	transition: all 0.6s;
}

.yx_index_pro .yx_list:hover:before {
	border-radius: 50%;
}

.yx_index_pro .yx_list:hover .yx_Title {
	text-align: center;
}

.yx_index_pro .yx_list:hover .yx_M {
	right: calc((100% - 180px)/2);
	background: var(--yx_Color);
	color: #fff;
	box-shadow: rgba(8, 181, 101, 0.2) 0px 0.24rem 0.6rem 0px;
}

.yx_index_pro .yx_list:hover .yx_M .yx_icon {
	color: #fff;
}

.yx_index_pro .yx_list:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(0.9);
}

.yx_index_pro .yx_list:hover .yx_ImgContain::before {
	width: 48%;
	height: 48%;
}

.yx_index_pro .yx_list:hover .yx_ipCon {
	left: 50%;
	transform: translateX(-50%);
}

.yx_index_pro .yx_list:hover .yx_ipCon h4 {
	opacity: 0.5;
	text-align: center;
}

.yx_index_pro .yx_list:hover h4.yx_Title {
	opacity: 1;
	top: 0.7rem;
}

/*end*/

/*yx_index_case*/
.yx_index_case {
	position: relative;
}

.yx_index_case .mySwiper2 .yx_Img {
	position: relative;
	height: 0;
	background:#222;
	padding-bottom: 45%;
}

.yx_index_case .mySwiper2 .yx_Img img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.65;
	object-fit: cover;
}

.yx_index_case .z_index_tit {
	position: absolute;
	top: 8.3vw;
	right: 8.3vw;
	z-index: 9;
	text-align: right;
}

.yx_index_case .z_index_tit .en,
.yx_index_case .z_index_tit .cn {
	color: #fff;
}

.yx_index_case .yx_ic_Pro {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: -1px;
	width: 37.5%;
	background: #EFF2F7;
	padding:4.5vw 3.6vw 4.5vw 3vw;
	border-radius: 0 0.36rem 0 0;
}

.yx_index_case .yx_ic_Pro::before {
	content: '';
	display: block;
	width: 86%;
	height: 100%;
	position: absolute;
	left: 7%;
	top: 0;
	background: url(../image/caselogo.png) center center no-repeat;
	background-size: contain;
	opacity: 0.06;
}

.yx_index_case .yx_ic_Pro .item {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
}

.yx_index_case .yx_ic_Pro .yx_ImgContain {
	width: 48%;
	padding-bottom: 48%;
}

.yx_index_case .yx_ic_Pro .yx_icplContent {
	width: 52%;
	text-align: left;
	padding-left: 6%;
}

.yx_index_case .yx_ic_Pro .yx_icplContent .yx_Title {
	font-size: var(--yx_FS22);
	color: #222;
	font-weight: bold !important;
	margin-bottom: 0.14rem !important;
	transition: all 0.6s;
}

.yx_index_case .yx_ic_Pro .yx_icplContent .yx_Summary {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 180%;
	-webkit-line-clamp:3;
}

.yx_index_case .yx_ic_Pro .yx_SBtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	font-size: 0.24rem;
	color: #222;
	transition: all 0.6s;
	cursor: pointer;
}
.z_news_tab{
	overflow: hidden;
}
.yx_index_case .yx_ic_Pro .yx_SBtn:hover {
	color: var(--yx_Color);
}

.yx_index_case .yx_ic_Pro .yx_SBtn.yx_Prev {
	left: 2%;
}

.yx_index_case .yx_ic_Pro .yx_SBtn.yx_Next {
	right: 2%;
}

.yx_index_case .yx_ic_Pro .yx_M {
	border-radius: 100px;
	font-size: 0.12rem;
	text-transform: capitalize;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 140px;
	margin-top: 0.48rem;
	transition: all 0.6s;
	padding: 0.16rem 0.2rem;
	background: #fff;
	font-family: Montserrat;
	box-shadow: rgba(17, 12, 46, 0.05) 0px 0.12rem 0.3rem 0px;
}

.yx_index_case .yx_ic_Pro .yx_M .yx_icon {
	font-size: 0.1rem;
}

.yx_index_case .yx_ic_Pro .item:hover .yx_M {
	background: var(--yx_Color);
	color: #fff;
	rgba(8, 181, 101, 0.2) 0px 0.24rem 0.6rem 0px
}

.yx_index_case .yx_ic_Pro .item:hover .yx_M .yx_icon {
	color: #fff;
}
.yx_index_case .yx_ic_Pro .item:hover .yx_ImgContain img{
	transform:translate(-50%,-50%) scale(1.05);
}
.yx_index_case .yx_ic_Pro .item:hover .yx_Title{
	color: var(--yx_Color);
}
/*end*/
@media only screen and (max-width:768px){
	.z_footer_nav,.yx_pcnnav{
		display: none;
	}
	.z_menu_btm{
		display: none;
	}
	.z_menu_mask.on::before,.z_menu_mask.on::after{
		border-radius: 0;
	}
	.z_menu_mask::before,.z_menu_mask::after{
		width: 100vw;
		height: 100vh;
	}
	.z_header{
		justify-content: space-between;
	}
	.z_logo img{
		max-height: 0.48rem;
	}
	.z_banner_text .cn{
		font-size: 0.3rem;
	}
	.z_banner{
		height: 60vw;
	}
	.z_menu_nav li{
		margin-bottom: 0.3rem;
	}
	.z_banner_text ul{
		display: none;
	}
	.yx_index_about > .yx_Width{
		flex-wrap: wrap;
	}
	.yx_index_about .yx_iaLeft{
		width: 100%;
	}
	.yx_index_about .yx_iaRight{
		width: 100%;
		height: 100vw;
	}
	.z_index_tit .cn{
		font-size: 0.3rem;
	}
	.z_index_news .flwarp{
		width: 100%;
	}
	.z_index_news .frwarp{
		width: 100%;
	}
	.z_index_news .warp{
		display: none;
	}
	.z_news_child{
		min-height: 100vw;
		max-height: 680px;
	}
	.z_news_nav{
		padding: 0.24rem;
	}
	.z_index_news {
		display: none !important;
	}
	.yx_index_case .yx_ic_Pro{
		position: relative;
		width: 100%;
		border-radius: 0;
	}
	.yx_index_case{
		    position: relative;
		    display: flex;
		    flex-direction: column-reverse;
	}
	.yx_index_case  .swiper-container{
		width: 100%;
	}
	.yx_index_about .list:nth-child(1){
		    transform: translate(-30%, 126%);
	}
	.yx_index_about .list:nth-child(2){
		    transform: translate(30%, 251%);
	}
}