/*yx_btn1*/
.yx_Btn1 {
	background-image: linear-gradient(to right, var(--yx_Color), var(--yx_CTwo), var(--yx_Color), var(--yx_CTwo));
	background-size: 300% 100%;
	background-position: 100% 0;
	transition: background-position .6s ease-in-out;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px;
	justify-content: space-between;
	width: 180px;
	border-radius: 46px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.yx_Btn1 span {
	padding-left: 10%;
	font-size: var(--yx_FS16);
	transition: all 0.6s;
}

.yx_Btn1 .anim {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.yx_Btn1 .anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.yx_Btn1 .anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.yx_Btn1 .yx_icon {
	position: relative;
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border-radius: 50%;
	background-color: var(--yx_Color);
	color: #fff;
	line-height: var(--yx_FS48);
	text-align: center;
	display: block;
	font-size: var(--yx_FS22);
	transition: all 0.6s;
}

.yx_Btn1:hover {
	background-position: initial;
}

.yx_Btn1:hover .anim {
	animation: anim-out .75s;
}

.yx_Btn1:hover .anim:after {
	animation: anim-out-pseudo .75s;
}

.yx_Btn1:hover span {
	padding-left: 15%;
}

.yx_Btn1:hover .yx_icon {
	background: rgba(0, 0, 0, 0.0);
}

.yx_Btn1:hover {
	color: #fff;
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.5);
	}

	100% {
		background: transparent;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}


/*banner*/
.z_page_swiper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.z_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.z_banner:hover .z_wave {
	transform: translate(-50%, 0);
}

.z_banner .bd li {
	width: 100%;
	overflow: hidden;
}

.z_banner .picBox {
	position: relative;
	overflow: hidden;
	width: 100%;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.7;
	}
}

.z_banner .picBox .imgbg {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-size: cover;

}

.z_banner .picBox>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.z_banner .p_info_fivebox {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.z_banner .p_info_fivebox .yx_Title {
	color: #fff;
	font-size: 0.54rem;
	line-height: 100%;
	transition: all ease .8s .6s;
	opacity: 0;
	letter-spacing: 0;
	margin-top: 0.2rem !important;
	font-weight: 300;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.z_banner .p_info_fivebox .yx_TitTwo {
	color: rgb(255 255 255 / 100%);
	font-family: arial;
	font-size: 0.65rem;
	/* margin-top: 0.18rem !important; */
	line-height: 160%;
	transition: all ease .8s .3s;
	opacity: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.z_banner .p_info_fivebox h6 {
	position: relative;
	font-size: var(--yx_FS16);
	letter-spacing: 5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	line-height: 200%;
	display: block;
	font-weight: 300 !important;
	border-radius: 36px;
	background: var(--yx_Color);
	padding: 6px 0.36rem;
	display: inline-block;
}


.z_banner .p_info_fivebox .yx_Sum {
	font-size: var(--yx_FS24);
	color: #fff;
	line-height: 180%;
	max-width: 880px;
	width: 70%;
}

.z_banner .p_info_fivebox .p_button {
	margin: 1rem 0 0;
	width: 160px;
	color: #fff;
	padding: 4px 4px 4px 0.18rem;
	text-align: center;
	display: flex;
	font-size: 15px;
	opacity: 0;
	border: 2px solid #fff;
	border-radius: var(--yx_FS72);
	transition: all 0.6s;
	justify-content: space-between;
	align-items: center;
}

.z_banner .p_info_fivebox .p_button .yx_icon {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--yx_Color);
	color: #fff;
}

.z_banner .p_info_fivebox .p_button:hover {
	background-color: #fff;
	color: var(--yx_Color);
}

.z_banner .swiper-slide-active .p_info_fivebox * {
	opacity: 1 !important;
	transform: translateY(0px) !important;
}

.z_banner_play {
	width: 180px;
	height: 52px;
	transition: ease 1s;
	cursor: pointer;
	background: var(--yx_Color);
	border-radius: 26px;
	line-height: 52px;
	padding: 0 10px 0 20px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 28.04166vw;
	transform: translateX(-50%);
}

.z_banner_play em {
	display: inline-block;
	width: 32px;
	height: 32px;
	transition: ease 1s;
	background: url(https://www.desuman.net/template/default/image/play.png) no-repeat center;
	background-size: cover;
	float: right;
	margin-top: 10px;
}

.z_banner_play:hover em {
	transform: translateX(-10px);
}

.z_banner_play:hover {
	border-radius: 10px;
	width: 140px;
}

.z_banner_num {
	color: #fff;
	font-family: Humanist521BT;
}

.z_banner_num .index {
	font-size: 2.08333vw;
	font-weight: bold;
}

.z_copy {
	position: absolute;
	right: 8.33333vw;
	bottom: 2.6vw;
	z-index: 2;
	color: #fff;
	font-size: 12px;
}

.z_banner_sb {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2%;
	color: #fff;
	z-index: 2;
	text-align: center;
}

.z_banner_sb .icon {
	display: block;
	margin: 0 auto;
	width: 0.32rem;
	animation: moves 2s linear infinite;
}

.z_banner .yx_BanBtnBox {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.24rem;
}

.z_banner .yx_BanBtnBox img {
	margin: 0 0.3rem;
	display: inline-block;
	transform: translateY(-2px);
}

.z_banner .btn {
	cursor: pointer;
	color: #fff;
	z-index: 2;
	line-height: 25px;
	text-transform: capitalize;
}

/*end*/

.yx_InMore {
	display: block;
	width: 220px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #dcdcdc;
	font-size: 14px;
	color: #666;
	padding-right: 0.3rem;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.yx_InMore:before {
	content: '';
	width: 25%;
	height: 2px;
	background: #dcdcdc;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 20px 0 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.yx_InMore:hover {
	color: #fff;
	background-color: var(--yx_Color);
	border-color: var(--yx_Color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_InMore:hover::before {
	background-color: #fff;
}

.yx_InTwo {
	background: rgba(247, 247, 247, 1);
}

.yx_BIN_Tit {
	width: calc(100% - 200px);
}

.yx_BIN_Tit .yx_BIN_EN {
	-webkit-text-stroke: 1px #eee;
	font-size: 7.5vw;
	font-weight: bold;
	text-transform: uppercase;
	color: #f7f7f7;
	position: absolute;
	left: -5%;
	line-height: 80%;
	top: 0;
}

.yx_BIN_Tit p {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	line-height: 260%;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
}

.yx_BIN_Tit h3 span {
	font-size: var(--yx_FS48) !important;
	font-weight: bold;
	color: #333333;
	position: relative;
	z-index: 2;
}

.yx_BIN_Tit {
	position: relative;
	padding-top: var(--yx_FS36);
}

@media only screen and (max-width: 768px) {
	.yx_BIN_Tit {
		padding: 0px;
	}

	.yx_BIN_EN {
		display: none !important;
	}
}


/*end*/
@keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}

	to {
		transform: rotateZ(360deg);
	}
}

.z_index_tit {
	text-align: left;
}

.z_index_tit .en {
	font-size: 0.24rem;
	font-family: Montserrat;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: var(--yx_CTwo);
	font-weight: bold !important;
	text-align: center;
	display: flex;
	align-items: center;
}

.z_index_tit .en em {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--yx_CTwo);
	margin-right: 0.18rem;

}

.z_index_tit .cn {
	font-size: var(--yx_FS48);
	font-weight: bold !important;
	margin-top: 0.24rem;
	display: inline-block;
	position: relative;
	line-height: 100%;
	color: #000;
}

.z_index_tit .cn::before {
	content: "";
	display: block;
	width: 0%;
	height: 0.12rem;
	background: var(--yx_Color);
	transition: ease 1.5s;
	transition-delay: .5s;
	position: absolute;
	left: 0;
	bottom: 0px;
	opacity: 1;
	z-index: -1;
}

.z_index_tit.animate__animated .cn::before {
	width: 100%;
}

.yx_Ibtn1 {
	border: 2px solid rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 50px;
	font-size: var(--yx_FS16);
	color: #2a2a2a;
	width: 180px;
	justify-content: space-between;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 4px 6px 6px var(--yx_FS24);
	transition: all 0.6s;
}

.yx_Ibtn1::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	background: var(--yx_Grad);
	left: 50%;
	filter: blur(5px);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.8s;
	z-index: 2;
}

.yx_Ibtn1 .yx_icon {
	text-align: center;
	font-size: 0.22rem;
	display: inline-block;
	transition: all 0.6s;
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transform: translateY(2px);
	color: #fff;
	background: var(--yx_Color);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yx_Ibtn1 span {
	font-size: var(--yx_FS14);
	display: inline-block;
	position: relative;
	z-index: 2;
	transform: translateY(2px);
	text-transform: capitalize;
}

.yx_Ibtn1:hover::before {
	width: 400px;
	filter: blur(0px);
	height: 400px;
}

.yx_Ibtn1:hover .yx_icon {
	color: #fff;
	background: var(--yx_CTwo);
}

.yx_Ibtn1:hover {
	border-color: transparent;
	box-shadow: rgba(0, 131, 249, 0.36) 0px 0.24rem 0.6rem 0px;
}

.yx_Ibtn1:hover span {
	color: #fff;
}

/*end*/




/*yx_YsAbout*/
.yx_YsAbout {
	overflow: hidden;
	padding-top: 0.6rem;
	position: relative;
	background: url("../image/n_top.png") top right no-repeat;
	background-size: contain;
}

.yx_YsAbout .yx_YsARight {
	width: 40%;
	position: relative;
}

.yx_YsAbout .yx_YsARight>.img {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	left: -0.6rem;
	top: -0.6rem;
	z-index: 5;
}

.yx_YsAbout .yx_YsARight>.img img {
	width: 100%;
	object-fit: contain;
	animation: yx_rotate 30s infinite alternate linear;
}

.yx_YsAbout .yx_YsARight::before {
	position: absolute;
	content: '';
	width: 100vw;
	right: 0;
	height: 1.8rem;
	bottom: 0;
	z-index: 2;
	background: url("../image/dots.png") repeat var(--yx_Color);
	z-index: 2;
	border-radius: 0 0 1rem 0;
}

.yx_YsAbout .yx_YsARight .yx_Img {
	width: 100%;
	position: relative;
	border-radius: 0.48rem 0 0 0;
	overflow: hidden;
	height: 0;
	z-index: 3;
	padding-bottom: 140%;
}

.yx_YsAbout .yx_YsARight img {
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.yx_YsAbout .yx_YsALeft {
	width: 52%;
	position: relative;
	padding-bottom: 2.6rem;
}

.yx_YsAbout .yx_YsALeft h4 {
	font-size: var(--yx_FS24);
	color: #222;
	display: block;
	margin-top: 0.36rem !important;
}

.yx_YsAbout .yx_YsALeft h4 strong {
	font-weight: bold !important;
	font-size: 0.22rem;
}

.yx_YsAbout .yx_YsALeft .yx_AContent {
	margin: 0.24rem 0 0;
	padding-top: 0.24rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.yx_YsAbout .yx_YsALeft .yx_AContent p {
	font-size: var(--yx_FS16);
	color: #2a2a2a;
	opacity: 0.8;
	line-height: 220%;
	margin-bottom: var(--yx_FS14);
}

.yx_YsAbout .yx_YsALeft .yx_AContent .yx_Ibtn1 {
	margin-bottom: 0.42rem;
}

.yx_YsAbout .yx_Ibtn1 {
	margin: 0.24rem 0 0.6rem;
}

.yx_YsAbout .yx_iconfont {
	font-size: var(--yx_FS42);
	color: #fff !important;
	line-height: var(--yx_FS42);
}

.yx_YsAbout .yx_NumGd {
	font-size: var(--yx_FS45);
	color: #fff;
	line-height: var(--yx_FS45);
	font-weight: bold;
	margin: 0 10px 0 0px;
}

.yx_YsAbout .yx_NumBox:nth-child(1) .yx_Num {
	font-size: var(--yx_FS38) !important;
}

.yx_YsAbout .yx_Num {
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 0.12rem;
	font-size: var(--yx_FS18) !important;
}

.yx_YsAbout .yx_Num p {
	font-size: var(--yx_FS18) !important;
}

.yx_YsAbout .yx_NumBox h6 span {
	font-size: var(--yx_FS14) !important;
	color: #fff;
	opacity: 0.6;
}

.yx_YsAbout .yx_NumBox {
	width: auto;
	text-align: center;
}

.yx_YsAbout .yx_Width {
	position: relative;
}

.yx_YsAbout .yx_H_Num {
	position: absolute;
	z-index: 9;
	width: 100%;
	padding-top: 0.6rem;
	left: 0;
}

.yx_YsAbout .yx_H_Num em {
	display: block;
	width: 1px;
	height: 0.6rem;
	background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 768px) {
	.yx_YsAbout .yx_H_Num {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.yx_YsAbout .yx_NumBox {
		width: 49%;
		margin: 0 0 24px !important;
	}

	.yx_YsAbout .yx_NumBox:nth-child(3) {
		width: 100%;
	}
}

/*end*/



/*yx_bgHz*/
.yx_bgHz {
	background: url(../image/hzbg.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}

.yx_bgHz .yx_flex a {
	color: var(--yx_CTwo);
	font-weight: bold;
	font-size: 0.28rem;
}

.yx_bgHz .yx_flex em {
	display: block;
	margin: 0 0.65rem;
	width: 2px;
	height: 0.48rem;
	background: linear-gradient(0deg, transparent, #000, transparent);
	opacity: 0.2;
}

.yx_bgHz .yx_flex a img {
	max-width: 0.36rem;
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 0.24rem;
}

.yx_bgHz h5 {
	font-size: 0.42rem;
	color: var(--yx_Color);
	font-weight: 700;
	line-height: 140%;
	text-align: center;
	margin: 0.48rem 0 0.16rem !important;
}

.yx_bgHz h6 {
	text-align: center;
	color: var(--yx_CTwo);
	font-size: 0.32rem;
	font-weight: 300 !important;
	letter-spacing: 5px;
	line-height: 140%;
}

.yx_bgHz .yx_Ibtn1 {
	margin: 0.72rem auto 0;
}

/*end*/

/*yx_bfNews*/
.yx_bfNews {
	background: #f7f7f7;
}

.yx_bfNews .yx_Width {
	position: relative;
}

.yx_bfNews .yx_Ibtn1 {
	right: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}

.yx_bfNews .yx_bnLeft {
	width: 3rem;
}

.yx_bfNews .yx_Sum {
	font-size: var(--yx_FS18);
	line-height: 200%;
	color: #999;
	margin: 0.72rem 0 2rem;
}

.yx_bfNews .yx_bnRight {
	overflow: hidden;
	width: calc(92% - 3rem);
}

.yx_bfNews .item .yx_ImgCover {
	width: 100%;
	padding-bottom: 68%;
	border-radius: 0.24rem 6px 6px 6px;
	margin: 0 0 0.3rem 0;
}

.yx_bfNews .item .yx_Time {
	padding-top: 0.5rem;
	font-size: 0.16rem;
	color: #bbb;
	line-height: 100%;
	font-weight: bold;
}

.yx_bfNews .item .yx_Title {
	padding-top: 0.1rem;
	font-size: var(--yx_FS22);
	color: #222;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.5s ease;
}

.yx_bfNews .item {
	display: block;
	transition: All 0.5s ease;
}

.yx_bfNews .item:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_bfNews .item:hover .yx_Title {
	color: var(--yx_Color);
}

.yx_bfNews .prev,
.yx_bfNews .next {
	font-size: var(--yx_FS16);
	color: #999;
	cursor: pointer;
}

.yx_bfNews .yx_bnNum {
	justify-content: left;
}

.yx_bfNews .numDiv {
	margin: 0 0.24rem;
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
	background: url(../images/line2.jpg) center no-repeat;
}

.yx_bfNews .numDiv em {
	display: inline-block;
	width: 0.18rem;
	height: 2px;
	background: #dcdcdc;
	margin: 0 0.1rem;
}

.yx_bfNews .num1,
.yx_bfNews .num2 {
	font-size: var(--yx_FS18);
	line-height: 180%;
	color: #dcdcdc;
	font-weight: bold;
}

.yx_bfNews .num1 {
	color: var(--yx_Color);
}

@media only screen and (min-width:1024px) {
	.yx_bfNews .item {
		width: 3.2rem;
		position: absolute;
		right: 0;
		top: 1.15rem;
	}

	.yx_bfNews .swiper-slide-active .item {
		position: relative;
		top: 0 !important;
		width: 6.3rem !important;
	}

	.yx_bfNews .yx_bnRight {
		height: 5.5rem;
	}
}

@-webkit-keyframes shine {
	100% {
		left: 100%;
	}
}

@keyframes shine {
	100% {
		left: 100%;
	}
}

.blog-thumb::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.yx_bfNews .item:hover .blog-thumb::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
	z-index: 1;
}

/*end*/


/*yx_syPro*/
.yx_syPro .yx_BIN_Tit,
.yx_syPro .yx_BIN_Tit p {
	text-align: left;
}

.yx_syPro .yx_BIN_Tit {
	width: calc(100% - 200px);
}

@keyframes circle2 {
	from {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}


.yx_syPro {
	background-image: linear-gradient(to top, rgba(127, 205, 165, 0.3) 0%, white 100%);
}

.yx_syPro .yx_InCase {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0.5rem 0;
	align-items: center;
}

.yx_syPro .yx_InCase::before {
	content: '';
	display: block;
	width: 100vw;
	left: 50%;
	top: 0;
	z-index: 5;
	position: absolute;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, .1);
	height: 1px;
	;
}

.yx_syPro .yx_CaseSwiper {
	width: 80%;
	overflow: visible !important
}

.yx_syPro .yx_SB_Box {
	width: 16%;
	margin-left: 4%;
	height: 100%
}

.yx_syPro .yx_SwiperBtnBox {
	width: 150px;
	height: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

.yx_syPro .yx_SwiperBtnBox:before {
	content: '';
	display: block;
	width: 1px;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%
}

.yx_syPro .yx_SB_Box .yx_SwiperBtn {
	width: 100%;
	position: relative;
	z-index: 3;
	cursor: pointer;
}

.yx_syPro .yx_SB_Box .yx_SwiperBtn .yx_icon {
	background: #e5e5e5;
	display: block;
	line-height: var(--yx_FS60);
	height: var(--yx_FS60);
	text-align: center;
	font-size: var(--yx_FS16);
	color: #666;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.6s;
	border-radius: 50%;
	width: var(--yx_FS60)
}

.yx_syPro .yx_SB_Box .yx_Next .yx_icon {
	margin-top: var(--yx_FS24);
	background: var(--yx_Color);
	color: #fff
}

.yx_syPro .yx_SB_Box .yx_SwiperBtn:hover .yx_icon {
	background: var(--yx_CTwo);
	color: #fff
}

.yx_syPro .yx_ConBox .p_info {
	max-width: 0px;
	transition: all 0.6s;
	overflow: visible;
	width: 45%;
	padding-right: 0%;
}

.yx_syPro .yx_Ct {
	background: var(--yx_CTwo);
	border-radius: 36px;
	font-size: 16px;
	padding: 6px 20px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	yx_FS30 font-weight: 500;
	transform: translateY(30px);
	margin-bottom: var(--yx_FS30);
}

.yx_syPro .swiper-slide-active .yx_ConBox .p_info {
	max-width: 4000px !important
}

.yx_syPro .yx_ConBox .p_info>div {
	min-width: 300px;
	padding-right: 3%;
}

.yx_syPro .yx_ConBox .p_info>div * {
	transition: all 0.8s;
	opacity: 0
}

.yx_syPro .swiper-slide-active .yx_ConBox .p_info>div * {
	opacity: 1 !important;
	transform: translateY(0) !important
}

.yx_syPro .yx_ConBox .yx_CTit {
	font-size: var(--yx_FS42);
	color: var(--yx_Color);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	transform: translateY(80px)
}

.yx_syPro .yx_ConBox .yx_CTit2 {
	font-size: var(--yx_FS16) !important;
	font-weight: 400 !important;
	color: #222;
	text-transform: uppercase;
}

.yx_syPro .yx_ConBox .yx_CSummary {
	color: #666;
	line-height: 200%;
	max-width: 90%;
	margin: var(--yx_FS24) 0 0.78rem;
	transform: translateY(180px);
}

.yx_syPro .yx_ConBox .yx_CSummary li {
	padding-left: 20px;
	position: relative;
	max-width: 450px;
	margin: 5px 0;
	font-size: var(--yx_FS16);
}

.yx_syPro .yx_ConBox .yx_CSummary li strong {
	font-weight: bold !important;
	color: #222;
}

.yx_syPro .yx_ConBox .yx_CSummary li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 2px solid var(--yx_Color);
	left: 0;
	top: 12px;
}

.yx_syPro .yx_ConBox .yx_Sl_More {
	transition: all 0.6s;
	margin-top: var(--yx_FS48);
	transform: translateY(200px)
}

.yx_syPro .yx_ConBox .yx_CSBtn:hover {
	background: #393939
}

.yx_syPro .yx_ConBox .yx_CSBtn::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 var(--yx_FS60) var(--yx_FS60) 0;
	position: absolute;
	left: -100%;
	top: 0;
	transition: all 0.6s;
	background: rgba(0, 0, 0, 0.15);
	transform: none !important;
	padding: 0px;
	border: none
}

.yx_syPro .yx_ConBox .yx_CSBtn span {
	display: inline-block;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.yx_syPro .yx_ConBox .yx_CSBtn .yx_icon {
	font-size: 14px;
	margin-left: 14px;
	transition: all 0.6s
}

.yx_syPro .yx_ImgContain:before {
	position: absolute;
	width: 50%;
	height: 50%;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background-image: url(../image/circle-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all 0.8s;
	animation: circle2 20s infinite linear;
}

.yx_syPro .swiper-slide-active .yx_ImgContain:before {
	opacity: 1 !important;
	width: 100% !important;
	height: 100% !important;
}

.yx_syPro .yx_ImgContain {
	padding-bottom: 55%;
	width: 55%;
	overflow: visible !important;
	transition: all 0.6s;
}

.yx_syPro .swiper-slide-active .yx_ImgContain {
	padding-bottom: 55% !important;
	width: 55% !important;
	border-radius: 50% !important;
}

.yx_syPro .yx_ImgContain a img {
	opacity: 0.3;
	filter: grayscale(100%);
	filter: gray;
	z-index: 2;
	transition: all 0.6s;
}

.yx_syPro .yx_ImgContain img {
	max-width: 70%;
	max-height: 90%;
}

.yx_syPro .yx_ImgContain a {
	display: block;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
}

.yx_syPro .p_info a {
	border-radius: 48px;
	color: var(--yx_Color);
	display: inline-block;
	padding: 14px 0.3rem;
	font-size: var(--yx_FS14);
	border: 2px solid var(--yx_Color);
}

.yx_syPro .p_info a .yx_icon {
	font-size: var(--yx_FS16);
	margin-left: 0.16rem;
	display: inline-block;
}

.yx_syPro .p_info a:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_syPro .swiper-slide-active .yx_ImgContain a img {
	opacity: 1 !important;
	filter: grayscale(0%) !important;
}

@media only screen and (max-width: 1366px) {
	.yx_syPro .yx_SwiperBtnBox {
		width: 130px
	}

	.yx_syPro .yx_ConBox .yx_CSummary {
		font-size: var(--yx_FS14) !important;
	}
}

/*end*/


/*youshi*/

.index-section3 {
	position: relative;
	background: url("../image/n_bottom.png") left bottom no-repeat;
}

.index-section3>.mxw-box {
	position: relative;
	z-index: 30;
}

.index-section3 .index-title {
	margin-bottom: 0;
}

.index-section3 .top {
	display: flex;
	align-items: center;
	align-items: flex-end;
	justify-content: space-between;
}

.index-section3 .bg-image {
	width: 36.82vw;
	position: absolute;
	top: -2%;
	right: 0;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	background-size: 36.82vw auto !important;
	z-index: 20;
	transition: all 0.4s;
}

.index-section3 .bg-image img {
	width: 100%;
}

.index-section3 .arrow {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-section3 .arrow .swiper-button-prev,
.index-section3 .arrow .swiper-button-next {
	outline: none;
	width: 2.6vw;
	height: 2.6vw;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0vw 0.21vw 0.52vw 0vw rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: var(--yx_Color);
	transition: all 0.6s;
	margin-left: 18px;
	background: var(--yx_Color);
	opacity: 1;
	left: auto;
	right: auto;
}

.index-section3 .arrow .swiper-button-prev:hover,
.index-section3 .arrow .swiper-button-next:hover {
	background: var(--yx_Color);
}

.index-section3 .arrow .swiper-button-prev:hover:after,
.index-section3 .arrow .swiper-button-next:hover:after {
	border-color: #fff;
}

.index-section3 .arrow .swiper-button-prev:after,
.index-section3 .arrow .swiper-button-next:after {
	content: "";
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-left: -0.52vw;
	transition: border-color 0.4s;
}

.index-section3 .arrow .swiper-button-prev {
	transform: rotateY(-180deg);
}

.index-section3 .arrow .swiper-button-next {
	margin-left: 1.04vw;
}

.index-section3 .item {
	border: 1px solid #e2e2e2;
	text-align: center;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.index-section3 .item:after {
	content: "";
	display: block;
	width: 3.13vw;
	height: 0.21vw;
	background-color: var(--yx_Color);
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.17vw;
}

.index-section3 .item .item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/img022.jpg) no-repeat center;
	background-size: cover;
	opacity: 0;
	transition: all 0.4s;
}

.index-section3 .item .icon {
	width: 4.17vw;
	height: 4.17vw;
	overflow: hidden;
	flex-shrink: 0;
	line-height: 1.2;
	margin-bottom: 2.08vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 9;
}

.index-section3 .item .icon img {
	width: 100%;
}

.index-section3 .item .info {
	position: relative;
	z-index: 9;
}

.index-section3 .item .info .text1 {
	font-size: var(--yx_FS24);
	color: #222;
	line-height: 1.2;

}

.index-section3 .item .info .text2 {
	font-size: var(--yx_FS16);
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin-top: 1.3vw;
	max-width: 14.58vw;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.index-section3 .item .info .more-btn {
	margin-top: 2.03vw;
	width: 8.85vw;
	height: 2.56vw;
	line-height: 2.56vw;
	text-align: center;
	font-size: 0.83vw;
	color: #fff;
	border-radius: 5.21vw;
	border: 1px solid;
	display: block;
	margin-left: auto;
	margin-right: auto;

	transition: all 0.4s;
}

.index-section3 .index-section3-swiper .swiper-wrapper {
	height: 26.04vw;
}

@media screen and (min-width: 1100px) {
	.index-section3 {
		padding: 0.48rem 0;
	}

	.index-section3 .itembox {
		height: 26.56vw;
	}

	.index-section3 .bg-image {
		background-attachment: fixed;
	}

	.index-section3 .item .more-btn {
		transition: all 0.4s;
	}

	.index-section3 .item .more-btn:hover {
		background-color: #fff;
		color: var(--yx_Color);
		border-color: #fff;
	}

	.index-section3 .item {
		height: 20.31vw;
		padding: 4.17vw 0;
		transition: all 0.4s;
		cursor: pointer;
	}

	.index-section3 .item .info .text2 {
		opacity: 0;
		display: none;
	}

	.index-section3 .item .info .more-btn {
		opacity: 0;
		display: none;
	}

	.index-section3 .item.active,
	.index-section3 .item:hover {
		border-radius: 0.36rem 8px 8px 8px;
		border: 0;
		z-index: 30;
		height: 26.04vw;
	}

	.index-section3 .item.active:after,
	.index-section3 .item:hover:after {
		display: none;
	}

	.index-section3 .item.active .icon img,
	.index-section3 .item:hover .icon img {
		transform: translateY(-50%);
	}

	.index-section3 .item.active .info .text1,
	.index-section3 .item:hover .info .text1 {
		color: #fff;
	}

	.index-section3 .item.active .info .text2,
	.index-section3 .item:hover .info .text2 {
		display: block;
		transition: opacity 0.2s;
		opacity: 1;
	}

	.index-section3 .item.active .info .more-btn,
	.index-section3 .item:hover .info .more-btn {
		display: block;
		opacity: 1;
	}

	.index-section3 .item.active .item-bg,
	.index-section3 .item:hover .item-bg {
		opacity: 1;
	}

	.index-section3 .body {
		overflow: hidden;
	}

	.index-section3 .index-section3-swiper {
		padding: 0.24rem 0 0.36rem;
		overflow: visible;
		border-radius: 0.63vw;
	}

	.index-section3 .index-section3-swiper .swiper-wrapper {
		align-items: center;
	}
}

@media screen and (max-width: 1100px) {
	.index-section3 {
		padding: 30px 0;
	}

	.index-section3 .top {
		margin-bottom: 20px;
	}

	.index-section3 .arrow .swiper-button-next {
		margin-left: 10px;
	}

	.index-section3 .arrow .swiper-button-prev,
	.index-section3 .arrow .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.index-section3 .arrow .swiper-button-prev:after,
	.index-section3 .arrow .swiper-button-next:after {
		width: 6px;
		height: 6px;
	}

	.index-section3 .bg-image {
		display: none;
	}

	.index-section3 .item {
		padding: 30px 10px;
	}

	.index-section3 .item:after {
		display: none;
		width: 30px;
		margin-top: 20px;
		height: 2px;
	}

	.index-section3 .item .icon {
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}

	.index-section3 .item .info .text1 {
		font-size: 14px;
	}

	.index-section3 .item .info .text1:after {
		content: "";
		display: block;
		width: 30px;
		margin-top: 10px;
		height: 2px;
		background-color: var(--yx_Color);
		margin-left: auto;
		margin-right: auto;
	}

	.index-section3 .item .info .text2 {
		color: #000;
		max-width: 100%;
		margin-top: 14px;
		font-size: 12px;
	}

	.index-section3 .item .info .more-btn {
		padding: 4px 10px;
		margin-top: 20px;
		width: 80%;
		height: auto;
		line-height: inherit;
		font-size: 12px;
		color: var(--yx_Color);
	}

	.index-section3 .index-section3-swiper .swiper-wrapper {
		padding-bottom: 2px;
		height: auto;
	}
}

/*end*/