.index_ys {
	position: relative;
	background-color: #f5f5f5;
}

.index_ys:before {
	content: '';
	background-color: #2a2a2a;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 50%;
}

.index_ys h3 {
	font-size: var(--yx_FS24) !important;
	color: #fff;
	line-height: 160%;
	text-align: left;
}

.index_ys a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 180px;
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	padding: 14px 8%;
	background-color: #fff;
	margin-left: 0.24rem;
	border-radius: 0.48rem;
	line-height: 24px;
	transition: all 0.6s;
}

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

.index_ys a:hover .yx_icon {
	color: #fff;
}

.index_ys a .yx_icon {
	font-size: var(--yx_FS28);
	color: var(--yx_Color);
	display: inline-block;
	margin-right: 16px;
	line-height: 24px;
}

.index_ys .yx_Width>.yx_flex {
	z-index: 2;
	position: relative;
	box-shadow: 0 1.5vw 3vw rgba(0, 0, 0, 0.2);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.5vw 0.6rem;
	background: var(--yx_Grad);
	border-radius: 0.16rem;
}

/*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: rgba(0, 0, 0, 0.2);
	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%;
	height: 100vh;
	overflow: hidden;
}

.z_banner .picBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.z_banner .picBox .imgbg {
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.z_banner .p_info_fivebox {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 90%;
	text-align: center;
}

.z_banner .p_info_fivebox .yx_Title {
	color: #fff;
	font-size: var(--yx_FS72);
	line-height: 160%;
	font-weight: 900;
	transition: all ease .8s .6s;
	opacity: 0;
	margin-top: var(--yx_FS18);
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	transform: translateY(40px);
}

.z_banner .p_info_fivebox .yx_TitTwo {
	color: rgb(255 255 255 / 100%);
	font-family: arial;
	font-size: var(--yx_FS18);
	line-height: 180%;
	margin-bottom: var(--yx_FS18);
	transition: all ease .8s .3s;
	opacity: 0;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transform: translateY(40px);
}

.z_banner .p_info_fivebox .p_button {
	width: 160px;
	margin: var(--yx_FS48) auto 0;
	width: 160px;
	background-color:#fff;
	padding: 10px 5px;
	color:var(--yx_Color);
	text-align: center;
	display: flex;
	font-size: 15px;
	opacity: 0;
	border-radius: var(--yx_FS72);
	transform: translateY(100px);
	transition: all 0.6s;
	justify-content: space-around;
	align-items: center;
}

.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(../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 {
	position: absolute;
	left: 3vw;
	bottom: 2%;
	z-index: 2;
	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;
}

@keyframes moves {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0px);
	}
}

.z_wave {
	position: absolute;
	left: 50%;
	transform: translate(-50%) translateY(10vw);
	bottom: -11vw;
	z-index: 1;
	transition: ease 2s;
}

.z_wave .wave,
.z_menu_close .wave1,
.z_wave .wave2 {
	z-index: -1;
	position: absolute;
	width: 19vw;
	height: 19vw;
	background: var(--yx_Color);
	border-radius: 45%;
	animation: rotate 6s linear infinite;
}

.z_wave .wave1 {
	background: var(--yx_Color);
	transform: translate(-20%, 0) rotate(0deg);
	opacity: .8;
	width: 17vw;
	height: 17vw;
	animation: rotate1 6s linear -4s infinite;
	border-radius: 65%;
}

.z_wave .wave2 {
	background: var(--yx_Color);
	transform: translate(20%, 0) rotate(0deg);
	animation: rotate2 8s linear -2s infinite;
	width: 15vw;
	height: 15vw;
	border-radius: 30%;
}

.z_wave .icon {
	position: absolute;
	left: 32%;
	bottom: 24%;
	z-index: 2;
}

@keyframes rotate {
	50% {
		border-radius: 38%;
		transform: rotate(180deg);
	}

	100% {
		border-radius: 45%;
		transform: rotate(360deg);
	}
}

@keyframes rotate1 {
	50% {
		border-radius: 38%;
		transform: translate(-30%, 8%) rotate(180deg);
	}

	100% {
		border-radius: 45%;
		transform: translate(-20%, 0%) rotate(360deg);
	}
}

@keyframes rotate2 {
	50% {
		transform: translate(30%, 8%) rotate(180deg);
	}

	100% {
		transform: translate(20%, 0%) rotate(360deg);
	}
}

.z_banner .btn {
	position: absolute;
	cursor: pointer;
	width: 40px;
	line-height: 40px;
	padding: 15px 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;

	writing-mode: tb-rl;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
}

.z_banner .btn::before {
	content: "";
	display: block;
	height: 100%;
	width: 0;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	border-radius: 20px;
	transition: ease .4s;
	background: var(--yx_Color);
}

.z_banner .prev {
	left: 3vw;
}

.z_banner .next {
	right: 3vw;
}

.z_banner .btn em {
	display: inline-block;
	width: 2px;
	height: 50px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 10px;
}

.z_banner .btn:hover::before {
	width: 100%;
	left: 0;
}

/*end*/
.big_data {
	width: 100%;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
}

.big_data .yx_Width {
	padding-right: 0px !important;
}

.big_data .yx_Width>div {
	position: relative;
	z-index: 2;
	width: 86%;
	margin: 0 0 0 auto;
	border-radius: 0.16rem 0 0 0;
	background: var(--yx_Grad);
}

.big_data .yx_Width .ite {
	flex: 1;
	text-align: center;
	position: relative;
	margin: 0.42rem 0;
	color: #fff;
}

.big_data .yx_Width .ite:after {
	position: absolute;
	height: 80%;
	width: 1px;
	background-color: #ffff;
	content: '';
	right: 0;
	opacity: 0.1;
	top: 50%;
	transform: translateY(-50%);
}

.big_data .yx_Width .ite .top {
	color: #fff;
}

.big_data .yx_Width .ite .bot {
	color: #fff;
	opacity: 0.36;
}

.big_data .JT {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 10.5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.big_data .JT h3 {
	color: #fff;
	text-align: center;
}

.big_data .JT {
	background-color: var(--yx_CTwo);
}

.big_data .JT SVG {
	display: block;
	margin: 0 auto;
	width: 0.32rem;
	animation: moves 2s linear infinite;
}

.yx_InOneBox {
	background-size: cover;
	background-attachment: fixed;
}

.yx_InOne {
	position: relative;
	background-color: #f5f5f5;
}

.yx_InOne .g_item .yx_icon {
	display: block;
	width: var(--yx_FS72);
	height: var(--yx_FS72);
	border-radius: 50%;
	background: var(--yx_Color);
	font-size: var(--yx_FS28);
	text-align: center;
	color: #fff;
	margin-bottom: var(--yx_FS42);
	line-height: var(--yx_FS72);
}

.yx_InOne .g_num {
	font-size: var(--yx_FS54);
	letter-spacing: -1px;
	color: #222;
	font-weight: 900;
	line-height: 100%;
}

.yx_InOne .g_unit {
	font-size: var(--yx_FS16);
	color: #222;
	font-weight: bold;
}

.yx_InOne .g_t1 {
	margin-bottom: 8px;
}

.yx_InOne .g_t2 {
	font-size: var(--yx_FS16);
	color: #222;
}

.yx_InOne .g_item {
	width: 50%;
}

.yx_InOne .g_box {
	padding: 3vw 0;
	position: relative;
	z-index: 2;
}

.yx_InOne .yx_IOSearch {
	width: 32%;
	transform: translateY(-50%);
	padding: 3vw 0 3vw 5%;
}

.yx_InOne h4 {
	font-size: var(--yx_FS24);
	color: #fff;
	line-height: 180%;
}

.yx_InOne h6 {
	font-size: var(--yx_FS16);
	color: #fff;
}

.yx_IOCBox {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin-left: 43%;
	padding: 1rem 1.2rem;
	border-radius: 0 0 0.16rem 0;
}

.yx_IOImg {
	left: 0;
	top: 0;
	width: 45%;
	position: absolute;
	height: 100%;
	z-index: 2;
}

.yx_IOImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yx_IOImg .btn {
	width: 1.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}

.yx_IOImg .btn img {
	width: 100%;
	animation: rotate 10s linear infinite;
	transition: ease 1s;
}

.yx_IOImg .btn:hover img {
	animation-play-state: paused;
}

.yx_InOne .yx_IOMore {
	position: absolute;
	top: 60%;
	left: -68px;
	z-index: 2;
	animation: yx_Bottom 3s linear infinite !important;
}

.yx_InOne .yx_IOMore a {
	line-height: normal;
	border-radius: 50%;
	display: flex;
	position: relative;
	background: var(--yx_Color);
	width: 10vw;
	height: 10vw;
	max-width: 140px;
	box-shadow: var(--yx_Color) 0px 7px var(--yx_FS42) 0px;
	max-height: 140px;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}

.yx_InOne .yx_Btn1 {
	margin-top: 0.72rem;
}

.yx_InOne .yx_IOMore a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--yx_Color);
	transition: all 0.6s;
	transform: translate(-50%, -50%);
}

.yx_InOne .yx_IOMore a span {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: var(--yx_FS16);
}

.yx_InOne .yx_IOMore a .yx_icon {
	font-size: var(--yx_FS22);
	margin: 0 auto var(--yx_FS14);
	display: block;
}

.yx_InOne .yx_IOMore a:hover {
	transform: scale(0.9);
}

.yx_InOne .yx_IOMore a:hover:before {
	width: 130%;
	height: 130%;
	opacity: 0.5;
}

.yx_InTitBox h3 {
	line-height: var(--yx_FS45);
	font-size: var(--yx_FS45);
	color: var(--yx_Color);
	position: relative;
	font-weight: bold !important;
}

.yx_InTitBox h4 {
	line-height: 200%;
	font-size: var(--yx_FS18);
	color: var(--yx_CTwo);
	position: relative;
	text-transform: capitalize;
}

.yx_InTitBox P {
	font-size: var(--yx_FS14);
	color: #999;
	margin-top: var(--yx_FS30);
}

.yx_IOContent {
	margin-top: var(--yx_FS30);
}

.yx_IOContent h4 {
	font-size: var(--yx_FS36) !important;
	color: #4a4a4a;
}

.yx_IOContent em {
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 14px 0 0.24rem;
}

.yx_IOContent p {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #666;
	margin-bottom: 0.12rem;
}

.yx_InTitBox .dot .d2 {
	background: var(--yx_Color);
	opacity: 0.3;
	animation: dot2 2s linear infinite;
}

.yx_SearchOne {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: var(--yx_FS36);
	border-bottom: 1px solid #fff;
}

.yx_SearchOne .con {
	width: calc(100% - 48px);
	border: none;
	background: transparent;
	line-height: 200%;
	padding: 10px 0;
	font-size: var(--yx_F16);
	color: #fff;
}

.yx_SearchOne ::-webkit-input-placeholder {
	/*Webkit browsers*/
	font-size: var(--yx_F16);
	color: #fff;
}

.yx_SearchOne :-moz-placeholder {
	/*Mozilla Firefox 4 to 8*/
	font-size: var(--yx_F16);
	color: #fff;
}

.yx_SearchOne ::moz-placeholder {
	/*Mozilla Firefox 19+*/
	font-size: var(--yx_F16);
	color: #fff;
}

.yx_SearchOne :-ms-input-placeholder {
	/*Internet Explorer 10+*/
	font-size: var(--yx_F16);
	color: #fff;
}

.yx_SearchOne .end {
	width: 48px;
	text-align: center;
}

.yx_SearchOne .yx_icon {
	color: #Fff;
	font-size: var(--yx_FS24);
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
	.yx_InOne.g_box {
		padding: 6vw 0;
	}
}

@media only screen and (max-width: 768px) {
	.yx_InOne.numBox {
		width: calc(100% - 0.36rem)
	}

	.yx_InOne.g_num {
		font-size: 28px;
	}
}


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

.yx_InTwoPro {
	margin-top: var(--yx_FS60);
}

.yx_InTwo .yx_InTitBox h3 {
	color: #fff;
}

.yx_InTwo .yx_IOContent * {
	color: #fff;
}

.yx_InTwo .yx_IOContent p {
	margin: 8px 0 var(--yx_FS24);
	color: rgba(255, 255, 255, 0.68);
}

.yx_InTwo .yx_W,
.index_news .yx_W {
	width: 95%;
	margin-left: auto;
	margin-right: 0px;
	max-width: 1770px;
}

.yx_InTwo .yx_InTitBox .dot em {
	background-color: #fff;
}

.yx_InTwo .yx_ITBack {
	position: absolute;
	width: 100%;
	height: 70%;
	content: '';
	display: block;
	background: url(../image/in_bg3.jpg) right center;
	background-attachment: fixed;
	background-size: cover;
}

.yx_InTwoPro .yx_ITPList {
	background-color: #fff;
	width: 100%;
	position: relative;
	cursor: pointer;
	transition: all 0.6s;
	box-shadow: rgba(0, 0, 0, .04) 0 3px 5px;
}

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

.yx_InTwoPro .yx_ITPList:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_InTwoPro .yx_ImgCover {
	width: 100%;
	padding-bottom: 120%;
	width: 100%;
	display: block;
}

.yx_InTwoPro .yx_ImgCover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/bg5.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: ease 1s;
	z-index: 1;
	pointer-events: none;
}

.yx_InTwoPro .yx_ITPList:hover .yx_ImgCover::before {
	opacity: .9;
}

.yx_InTwoPro .yx_ITPList:hover .yx_Tit {
	bottom: var(--yx_FS48);
}

.yx_InTwoPro .yx_ITPList:hover .yx_icon {
	background-color: var(--yx_Color);
	color: #fff;
	transform: rotate(45deg);
}

.yx_InTwoPro .yx_Tit {
	width: calc(100% - var(--yx_FS24)*2);
	transition: all 0.6s;
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	bottom: var(--yx_FS24);
	left: var(--yx_FS24);
}

.yx_InTwoPro .yx_Tit .yx_Title {
	font-size: 0.24rem;
	color: #fff;
}

.yx_InTwoPro .yx_Tit .yx_Summary {
	font-size: var(--yx_FS16);
	color: #fff;
	margin-top: 10px;
	opacity: 0.6;
}

.yx_InTwoPro .yx_icon {
	width: 0.54rem;
	z-index: 2;
	height: 0.54rem;
	border-radius: 50%;
	background-color: #fff;
	font-size: 0.24rem;
	position: absolute;
	right: var(--yx_FS24);
	top: var(--yx_FS24);
	display: flex;
	color: var(--yx_Color);
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}


.index_news .yx_BIN_EN {
	color: #fff;
	-webkit-text-stroke: 1px #f5f5f5;
}


.index_news .controls {
	margin-top: 0.54rem;
	max-width: 1600px;
}

.index_news .prog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
}

.index_news .progressbar {
	position: relative;
	height: 7px;
	background: url(../image/bg1.png) repeat-x;
	width: 100%;
}

.index_news .progressbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: var(--yx_Color);
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.index_news .progressbar .swiper-scrollbar-drag:hover,
.index_news .progressbar .swiper-scrollbar-drag:active {
	background-color: var(--yx_Color) !important;
}

.index_news .button {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index_news .button path {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_news .button:hover path {
	stroke: var(--yx_Color);
	opacity: 1;
}


.yx_ITHCon {
	margin: var(--yx_FS48) auto var(--yx_FS60);
	max-width: 1300px;
	text-align: center;

}

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

.yx_InThree:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/jkdjkjfkdj.jpg) center top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -30%;
	z-index: -1;
	opacity: 0.65;
}

.yx_InThree .yx_InMore {
	background-color: var(--yx_Color);
}

.yx_InThree .yx_InMore * {
	color: #fff;
}

.yx_InThree .big_data {
	width: 1200px;
	margin: var(--yx_FS72) auto var(--yx_FS36);
}


.index_news {
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
	background-attachment: fixed;
}

.index_news::before {
	content: '';
	width: 58vw;
	height: 58vw;
	filter: blur(1px);
	border-radius: 48%;
	background: rgba(0, 0, 0, 0.03);
	position: absolute;
	right: -18vw;
	top: -18vw;
	animation: rotate 15s linear infinite;
}

.index_news .new_Width {
	overflow: hidden;
}


.index_news .box .banner .swiper-container {
	padding: 0;
	overflow: visible !important;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.index_news .box .banner .swiper-slide .item {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color: #fff;
	padding: 0.36rem 0.24rem 0.3rem;
	border-right: 1px solid #eee;
	position: relative;
}

.index_news .box .banner .swiper-slide .item:after {
	content: '';
	display: block;
	width: 0px;
	left: 50%;
	transition: all 0.6s;
	transform: translateX(-50%);
	bottom: 0px;
	height: 3px;
	background: var(--yx_Color);
	position: absolute;
}

.index_news .box .banner .swiper-slide .item:hover:after {
	width: 100%;
}

.index_news .box .banner .swiper-slide .item .yx_Year {
	display: block;
	font-size: 0.42rem;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	transition: all 0.6s;
}

.index_news .box .banner .swiper-slide .item .yx_Time {
	font-size: 0.14rem;
	color: #999;
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover {
	overflow: hidden;
	padding-bottom: 65%;
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover img {
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_news .box .banner .swiper-slide .item .content2 {
	font-size: 0.16rem;
	color: var(--yx_Color);
}

.index_news .box .banner .swiper-slide .item .content3 {
	font-weight: 500;
	font-size: 0.18rem;
	line-height: 0.35rem;
	margin-top: 0.24rem;
	color: #000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_news .box .banner .swiper-slide .item .content4 {
	font-size: 0.14rem;
	line-height: 0.28rem;
	color: #999;
	margin: 0.16rem 0 0.36rem;
}

.index_news .box .banner .swiper-slide .item .yx_flex {
	margin: 0.24rem 0 0;
	color: var(--yx_CTwo);
	position: relative;
	font-size: 0.16rem;
	transition: all 0.6s;
}

.index_news .box .banner .swiper-slide .item .yx_flex span {
	display: inline-block;
	line-height: 100%;
}

.index_news .box .banner .swiper-slide .item .yx_flex .yx_icon {
	width: 28px;
	height: 28px;
	background-color: var(--yx_Color);
	color: #fff;
	line-height: 28px;
	text-align: center;
	transition: all 0.6s;
	margin-left: 0.3rem;
	border-radius: 50%;
}

.index_news .box .banner .swiper-slide .item:hover .yx_flex::before {
	width: 100%;
}

.index_news .box .banner .swiper-slide .item:hover .yx_icon {
	transform: rotate(45deg);
	background-color: var(--yx_CTwo);
}

.index_news .yx_NewsPage {
	font-size: 0.14rem;
	color: var(--yx_CTwo);
}

.index_news .box .banner .swiper-slide .item:hover {
	-webkit-box-shadow: 0px 0px 12px #eee;
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 0.2rem 0px;
}

.index_news .box .banner .swiper-slide .item:hover .yx_ImgCover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news .box .banner .swiper-slide .item:hover .yx_Title {
	color: var(--yx_Color);
}

.index_news .box .controls {
	margin-top: 0.54rem;
	max-width: 1700px;
}

.index_news .box .controls .prog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
}

.index_news .box .controls .progressbar {
	position: relative;
	height: 7px;
	background: url(../image/bg1.png) repeat-x;
	width: 100%;
}

.index_news .box .controls .progressbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.2);
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.index_news .box .controls .progressbar .swiper-scrollbar-drag:hover,
.index_news .box .controls .progressbar .swiper-scrollbar-drag:active {
	background-color: var(--yx_Color) !important;
}

.index_news .box .controls .button {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index_news .box .controls .button path {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_news .box .controls .button:hover path {
	stroke: var(--yx_Color);
	opacity: 1;
}

.index_news .yx_Page {
	margin: 0 0.36rem;
	transform: translateY(-2px);
}

.index_news .yx_Page span {
	display: inline-block;
	transition: ease .6s;
	width: 8px;
	height: 8px;
	background: #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	margin: 0 13px;
	opacity: 1;
	position: relative;
}

.index_news .yx_Page span:before {
	content: "";
	display: block;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-color: var(--yx_Color);
	border-image: initial;
	border-radius: 50%;
}

.index_news .yx_Page span.swiper-pagination-bullet-active {
	background: var(--yx_Color) !important;
}

.index_news .yx_Page span.swiper-pagination-bullet-active::before {
	opacity: 1 !important;
}

.yx_InFour {
	background: url(../image/4ec65f43fb3.jpg) center center;
	background-attachment: fixed;
	padding: var(--yx_FS72) 0;
}

.yx_InFour h2 {
	font-size: var(--yx_FS36);
	color: #fff;
	line-height: 180%;
}

.yx_InFour h6 {
	color: #fff;
	font-size: var(--yx_FS16);
	margin-top: 12px;
}

.yx_InFour>.yx_InT {
	width: calc(100% - 200px);
}

.yx_InFour .yx_InMore {
	background-color: rgba(0, 0, 0, 0.35);
	line-height: var(--yx_FS60);
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.6s;
	height: var(--yx_FS60);
	color: #fff;
	border-color: transparent;
	padding: 0 0.36rem;
}

.yx_InFour .yx_InMore .yx_icon {
	color: #fff;
}

.yx_InFour .yx_InMore:hover {
	background-color: var(--yx_Color);
	color: #fff;
}


.yx_InTYs .yx_ProBox {
	background: #000;
	margin-top: var(--yx_FS60);
}

.yx_InTYs .yx_Img {
	position: relative;
	height: 75vh;
	max-height: 780px;
	transition: all 0.6s;
	width: 100%;
	overflow: hidden;
	background: #000;
}

.yx_InTYs .yx_Img img {
	position: absolute;
	left: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.6s;
	opacity: 0.25;
}

.yx_InTYs .yx_NTC_LeftBox {
	position: absolute;
	height: 30%;
	width: 100%;
	overflow: hidden;
	z-index: 5;
	left: 0px;
	bottom: 0px;
	transition: all 0.6s;
	opacity: 0;
}

.yx_InTYs .yx_PageChild {
	display: inline-flex;
	align-items: center;
	border: 1px solid transparent;
	max-height: 0px;
	overflow: hidden;
	width: 0px;
	transition: all 0.6s;
	margin: var(--yx_FS30) 0 var(--yx_FS16);
}

.yx_InTYs .yx_ProTwo {
	color: #fff;
	transition: all 0.6s;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: var(--yx_FS24) var(--yx_FS36);
}

.yx_InTYs .yx_ProTwo .yx_iconfont {
	font-size: var(--yx_FS30);
	color: #fff;
	transition: all 0.6s;
}

.yx_InTYs .yx_ProTwo .yx_PT_Tit {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	padding-top: var(--yx_FS14);
	transition: all 0.6s;
}

.yx_InTYs .yx_ProTwo:hover {
	background: #fff;
}

.yx_InTYs .yx_ProTwo:hover .yx_iconfont {
	color: var(--yx_Color);
}

.yx_InTYs .yx_ProTwo:hover .yx_PT_Tit {
	color: #999;
}

.yx_InTYs .yx_N {
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	opacity: 0.2;
}

.yx_InTYs .yx_PList {
	border-radius: 4px;
	width: 20%;
	position: relative;
	transition: all 0.6s;
}

.yx_InTYs .yx_Img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--yx_Color);
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.yx_InTYs .yx_ConBox {
	padding: 0 0% var(--yx_FS48);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	transition: all 0.6s;
	z-index: 8;
}

.yx_InTYs .yx_Icon {
	font-size: var(--yx_FS36);
	color: #fff;
}

.yx_InTYs .yx_Title {
	font-size: var(--yx_FS18);
	color: #fff;
	line-height: 200%;
	margin: var(--yx_FS24) 0 var(--yx_FS18);
}

.yx_InTYs .yx_Sum {
	font-size: var(--yx_FS14);
	line-height: 220%;
	color: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
	width: 80%;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	text-align: center;
	margin: 0 auto;
}

.yx_InTYs .cateSlink {
	display: block;
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	line-height: calc(var(--yx_FS42) - 4px);
	text-align: center;
	color: #fff;
	background: var(--yx_Color);
	border-radius: var(--yx_FS48);
	font-size: var(--yx_FS18);
	position: relative;
	border: 2px solid var(--yx_Color);
	transition: all 0.6s;
	margin: var(--yx_FS72) auto 0;
}

.yx_InTYs .cateSlink span {
	display: inline-block;
	position: absolute;
	font-size: 14px;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
	width: 100px;
	text-align: center;
}

.yx_InTYs .cateSlink em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.yx_InTYs .yx_NTC_LeftBox>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.yx_InTYs canvas {
	width: 100px;
	height: 100px;
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.index_hotpro .yx_List:nth-child(6),
	.index_hotpro .yx_List:nth-child(4),
	.index_hotpro .yx_List:nth-child(5) {
		margin-bottom: 0px;
	}
	.yx_InTYs .yx_PActive {
		width: 40%;
	}

	.yx_InTYs .yx_PActive .yx_NTC_LeftBox {
		opacity: 0.3;
	}

	.yx_InTYs .yx_PActive .yx_PageChild {
		border-color: rgba(255, 255, 255, 0.4) !important;
		max-height: none;
		width: auto;
	}

	.yx_InTYs .yx_PActive .yx_Img img {
		width: 100%;
		opacity: 0.1;
		mix-blend-mode: multiply;
	}

	.yx_InTYs .yx_PActive .yx_Img:before {
		width: 100%;
		opacity: 0.8;
	}

	.yx_InTYs .yx_PActive .yx_Img:before {
		width: 100%;
		opacity: 1;
	}

	.yx_InTYs .yx_PActive .yx_ConBox {
		padding: 0 10%;
		text-align: left;
	}

	.yx_InTYs .yx_PActive .yx_N {
		font-weight: normal;
		font-size: var(--yx_FS22);
		opacity: 1;
		margin-bottom: var(--yx_FS42);
	}

	.yx_InTYs .yx_PActive .yx_Title {
		font-size: var(--yx_FS22);
	}

	.yx_InTYs .yx_PActive .yx_Sum {
		color: #fff;
		line-height: 220%;
		max-width: 80%;
		margin: 0;
		max-height: none;
		-webkit-line-clamp: 2;
		text-align: left !important;
	}

	.yx_InTYs .yx_PActive .cateSlink {
		width: 140px;
		border-color: var(--yx_CTwo);
		color: #fff;
		background: var(--yx_CTwo);
		margin-left: 0;
	}

	.yx_InTYs .yx_PActive .cateSlink span {
		opacity: 1;
	}

	.yx_InTYs .yx_PActive .cateSlink em {
		opacity: 0;
		transform: translateX(-100px);
	}
}

@media only screen and (max-width: 768px) {
	.yx_InTYs .yx_flex {
		flex-wrap: Wrap;
	}

	.yx_InTYs .yx_PList {
		width: 100%;
		margin-bottom: var(--yx_FS22);
	}

	.yx_InTYs .yx_Img {
		height: 80vw;
	}

}

.yx_InThree {
	background: url("../image/bg6.jpg") center center no-repeat;
	background-size: contain;
}

.yx_InThree .yx_Width {
	padding: 0.3rem 0;
}

.yx_InThree .yx_CaseTit {
	margin: var(--yx_FS72) 0 0;
	width: 80%;
}

.yx_InThree .yx_CaseLeft {
	width: 49%;
	padding: var(--yx_FS22) 0;
	background-color: #f5f5f5;
	font-size: var(--yx_FS18);
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #2a2a2a;
	transition: all 0.6s;
	margin: 10px 0;
}

.yx_InThree .yx_CaseLeft.yx_Active {
	background-color: var(--yx_Color);
	color: #fff;
}

.yx_InThree .yx_CaseLeft.yx_Active .yx_icon {
	color: #fff;
	transform: rotate(45deg);
}

.yx_InThree .yx_CaseLeft .yx_icon {
	font-size: var(--yx_FS18);
	color: #4a4a4a;
	transition: all 0.6s;
}

.yx_InThree .yx_InCImgBox {
	width: 45%;
	position: relative;
}

.yx_InThree .yx_InCImg .yx_ImgCover {
	width: 80%;
	display: block;
	margin: 0 0 0 auto;
	padding-bottom: 80%;
	border-radius: 50%;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.yx_InThree .yx_InCImg {
	position: absolute;
	width: 100%;
	transform: translateX(100px);
	opacity: 0;
	transition: all 0.6s;
}

.yx_InThree .yx_InCImg.yx_Active {
	opacity: 1 !important;
	transform: translateX(0) !important;
}

.yx_InThree .yx_InCase {
	width: 40%;
	padding: 0.6rem 0 0;
}

.yx_InThree .yx_InCImgBox .dotBox {
	width: 100%;
	position: absolute;
}

.yx_InThree .yx_InCImgBox .dot {
	width: 80%;
	height: 0;
	margin: 0 auto;
	padding-bottom: 80%;
	position: relative;
}

.yx_CImgCon {
	position: relative;
}

.yx_InThree .yx_InCImgBox .dot em {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
}

.yx_InThree .yx_InCImgBox .dot .d1 {
	background: var(--yx_Color);
	animation: dot1 4s linear infinite;
}

/*oem*/
.index_oem{
	position: relative;
	overflow: hidden;
}
.index_oem::after{
    content: '';
    width: 58vw;
    height: 58vw;
    filter: blur(1px);
    border-radius: 48%;
    background: rgba(0, 0, 0, 0.03);
    position: absolute;
    left: -18vw;
    bottom: -24vw;
    animation: rotate 15s linear infinite;
}
.index_oem .yx_ProBox {
	position: relative;
	z-index: 3;
	margin: var(--yx_FS48) 0 var(--yx_FS36);
}

.index_oem .yx_PList {
	background: #2D2F34;
	border-radius: 0.16rem;
	overflow: hidden;
	width: 20%;
	position: relative;
	transition: all 0.6s;
}

.index_oem .yx_Img {
	position: relative;
	height: 36vw;
	max-height: 580px;
	transition: all 0.6s;
	width: 100%;
	overflow: hidden;
}

.index_oem .yx_Img img {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.65;
	transition: all 0.6s;
}

.index_oem .yx_ConBox {
	padding: var(--yx_FS60) var(--yx_FS42);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.6s;
	box-sizing: border-box;
}

.index_oem .yx_Title {
	color: #fff;
	font-size: var(--yx_FS36);
	line-height: 100%;
	text-align: center;
	transition: all 0.6s;
}

.index_oem .yx_PList:nth-child(1) ul {
	width: 300px;
}

.index_oem .yx_PList:nth-child(1) ul::after {
	content: '';
	display: inline-block;
	clear: both;
}

.index_oem .yx_PList:nth-child(1) li {
	font-size: 14px;
	line-height: 200%;
	float: left;
	width: 50%;
}

.index_oem .yx_PList ul {
	transition: all 0.6s;
	max-height: 0px;
	overflow: hidden;
	margin: var(--yx_FS22) 0 var(--yx_FS30);
}

.index_oem ul li {
	line-height: 200%;
	margin: 6px 0;
}

.index_oem ul li a {
	transition: all 0.6s;
	position: relative;
	font-size: var(--yx_FS16);
	margin: 36px auto 0 0;
	color: rgba(255, 255, 255, 0.75);
}

.index_oem ul li a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	z-index: 0;
	transition: all 0.6s;
}

.index_oem ul li:hover a {
	color: #fff;
}

.index_oem ul li:hover a:before {
	width: 100%;
}

.index_oem .yx_Tit {
	font-size: calc(var(--yx_FS72)* 1.4);
	position: absolute;
	bottom: -5%;
	right: 0;
	line-height: 100%;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
	color: transparent;
	font-weight: bold;
	transform: translateX(100%);
	opacity: 0;
	transition: all 0.6s;
	text-transform: uppercase;
}

.index_oem .cateSlink {
	display: block;
	width: var(--yx_FS42);
	height: var(--yx_FS42);
	line-height: calc(var(--yx_FS42) - 4px);
	text-align: center;
	color: #fff;
	background: var(--yx_Color);
	border-radius: var(--yx_FS42);
	font-size: var(--yx_FS18);
	position: relative;
	border: 2px solid var(--yx_Color);
	transition: all 0.6s;
}

.index_oem .cateSlink span {
	display: inline-block;
	position: absolute;
	font-size: 14px;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
	width: 80px;
	text-align: center;
}

.index_oem .cateSlink em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.index_oem .yx_PList .yx_ConBox .iconimg {
	width: 6vw;
	height: 6vw;
	display: block;
	margin: 0 auto var(--yx_FS30);
	transition: all 0.6s;
	position: relative;
}
.index_oem .yx_PList .yx_ConBox .iconimg::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: contain;
}
.index_oem .yx_PList:nth-child(1) .yx_ConBox .iconimg::before{
	background-image: url(../picture/iicon3.png);
}
.index_oem .yx_PList:nth-child(2) .yx_ConBox .iconimg::before{
	background-image: url(../picture/iicon2.png);
}
.index_oem .yx_PList:nth-child(3) .yx_ConBox .iconimg::before{
	background-image: url(../picture/iicon1.png);
}
.index_oem .yx_PList .yx_ConBox>a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--yx_CTwo);
	text-align: center;
	line-height: 36px;
	margin: 81px auto 0;
	color: #fff;
	transition: all 0.6s;
}

.index_oem .yx_PList .yx_ConBox>a:hover {
	transform: rotate(45deg);
	background-color: var(--yx_CTwo);
}

.index_oem .yx_PList.yx_PActive .yx_ConBox .iconimg {
	width: 3vw !important;
	height: 3vw;
	margin: 0 auto var(--yx_FS30) 0 !important;
}

.index_oem .yx_PList.yx_PActive .yx_ConBox a {
	margin: 36px auto 0 0 !important;
}

.index_oem .yx_PActive .yx_Img::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	right: 0;
	background: linear-gradient(to right, var(--yx_Color), transparent);
	position: absolute;
	transition: all 0.6s;
}

.index_oem .yx_PList.yx_PActive .yx_Img::after {
	opacity: 1;
}

@media only screen and (min-width: 769px) {
	.index_oem .yx_PActive {
		width: calc(100% - 40% - 30px);
	}

	.index_oem .yx_PActive .yx_Img img {
		width: 100%;
		opacity: 0.85;
	}

	.index_oem .yx_PActive .yx_Tit {
		transform: translateX(0%);
		opacity: 1;
	}

	.index_oem .yx_PActive .yx_ConBox {
		padding: var(--yx_FS60) var(--yx_FS42);
	}

	.index_oem .yx_PActive .yx_Title {
		text-align: left;
	}

	.index_oem .yx_PActive ul {
		max-height: 300px;
	}

	.index_oem .yx_PActive .cateSlink {
		width: 140px;
		background: transparent;
		color: var(--yx_Color);
	}

	.index_oem .yx_PActive .cateSlink span {
		opacity: 1;
	}

	.index_oem .yx_PActive .cateSlink em {
		opacity: 0;
		transform: translateX(-100px);
	}
}

@media only screen and (max-width: 768px) {
	.index_oem .yx_flex {
		flex-wrap: Wrap;
	}

	.index_oem .yx_PList {
		width: 100%;
		margin-bottom: var(--yx_FS22);
	}

	.index_oem .yx_Img {
		height: 58vw;
	}
}

@media only screen and (max-width: 768px) {
	.index_oem .yx_Title {
		text-align: left;
	}

	.index_oem .yx_Summary {
		max-height: 300px;
	}

	.yx_InFour .yx_InMore {
		margin-top: 30px;
	}
}

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

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

.index_oem {
	background: #f5f5f5;
}

.index_oem .left {
	width: 70%;
	box-sizing: border-box;
	position: relative;
}

.index_oem .right {
	width: 30%;
	box-sizing: border-box;
	background: #313131;
	position: relative;
	padding: 15vh 8vw 0 6vw;
}

.index_oem .right .cell {
	padding: 3vw 0;
}

.index_oem .right .top_line {
	position: absolute;
	right: calc(8vw + 2px);
	height: 80%;
	bottom: 10%;
	border-left: 2px dotted rgba(255, 255, 255, 0.1);
}

.index_oem .right .cell h4 {
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-weight: lighter;
	position: relative;
	margin-bottom: 0.18rem !important;
}

.index_oem .right .cell h3 {
	margin: 3vw 0 2vw;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.36rem;
	height: 72px;
}

.index_oem .yx_ImgBg {
	height: 80vh;
	width: 100%;
	background-size: cover;
}

.index_oem .left .swiper-slide {
	overflow: hidden;
}

.index_oem .left .txt_block {
	width: 22vw;
	position: absolute;
	right: 0;
	top: 15vh;
	padding: 3vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	opacity: 0;
	transform: translateX(28vw);
	transition: all 1.2s 0.4s;
	background-image: url("../image/img15.jpg");
}

.index_oem .left .swiper-slide.swiper-slide-active .txt_block {
	transform: translateX(0vw) !important;
	opacity: 1 !important;
}

.index_oem .left .txt_block .en {
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-weight: lighter;
	position: relative;
	margin-bottom: 0.18rem;
}

.index_oem .left .txt_block .item .box {
	-webkit-transform: translateY(0.3rem);
	-moz-transform: translateY(0.3rem);
	-ms-transform: translateY(0.3rem);
	transform: translateY(0.3rem);
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	transition: all 800ms ease;
}

.index_oem .left .txt_block .item.slick-active .box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.index_oem .left .txt_block h3 {
	margin: 3vw 0 2vw;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.36rem;
	height: 72px;
}

.index_oem .left .txt_block span {
	content: '';
	width: 14px;
	height: 4px;
	background: #fff;
	display: block;
}

.index_oem .left .txt_block .desc {
	margin: 2.5vw 0 3.5vw;
	position: relative;
	font-size: 0.15rem;
	line-height: 200%;
	color: #fff;
	height: 1px;
}

.index_oem .left .txt_block .desc p {
	position: absolute;
	top: 0;
	left: 40%;
}

.index_oem .left .txt_block .num {
	font-size: 1rem;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}

.index_oem .left .btns {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: #f1f1f1;
	text-align: center;
	font-size: 0;
}

.index_oem .left .btns .btn {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 0.42rem;
	height: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 1rem;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.index_oem .left .btns .btn:nth-child(1) {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.index_oem .left .btns .btn .yx_icon {
	font-size: 0.3rem;
	color: #666;
	transition: all 0.6s;
}

.index_oem .left .btns .btn:hover {
	background-color: var(--yx_Color);
}

.index_oem .left .btns .btn:hover .yx_icon {
	color: #fff;
}

.widgets .btn-area .bullet_outer {
	color: #fff;
	line-height: 0.6rem;
	position: relative;
	padding-left: 0.36rem;
	width: 50%;
}

.widgets .btn-area .bullet_outer .le_ {
	font-size: 0.16rem;
	opacity: 0.5;
	/*max-width: 0.2rem;*/
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.widgets .btn-area .bullet_outer .ri_ {
	font-size: 0.16rem;
	opacity: 0.5;
	font-weight: normal;
	position: absolute;
	margin-right: 0.24rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.widgets .btn-area .bullet_outer::before {
	position: absolute;
	content: '';
	/*width: 0.18rem;*/
	width: 100%;
	height: 2px;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.widgets .btn-area .bullet_outer::after {
	position: absolute;
	width: 0rem;
	height: 2px;
	right: 0;
	bottom: 0;
	background: #fff;
}

.widgets .btn-area .bullet_outer .liner {
	position: absolute;
	width: 0rem;
	height: 2px;
	left: 0;
	bottom: 0;
	background: var(--yx_Color);
}

.widgets .btn-area .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	opacity: 1;
}

.widgets .btn-area .swiper-pagination-bullet em {
	position: relative;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transition: all 0.6s;
	background-color: #fff;
}

.widgets .btn-area .swiper-pagination-bullet-active em {
	background-color: var(--yx_Color) !important;
}

.widgets .btn-area .swiper-pagination-bullet em:before {
	content: '';
	position: absolute;
	width: 0.24rem;
	top: 50%;
	transition: all 0.6s;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 0.24rem;
	border-radius: 50%;
	border: 2px solid transparent;
}

.widgets .btn-area .swiper-pagination-bullet-active em:before {
	border-color: var(--yx_Color);
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .le_ {
	opacity: 1;
	max-width: 1.2rem;
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .ri_ {
	opacity: 1;
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::before {
	width: 100%;
}

.widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::after {
	width: 100%;
	-webkit-transition: var(--i);
	-o-transition: var(--i);
	transition: var(--i);
}

.widgets .btn-area .play .bullet_outer .le_ {
	opacity: 1;
}

.widgets .btn-area .play .bullet_outer .ri_ {
	opacity: 1;
}

.widgets .btn-area .play .bullet_outer::before {
	width: 100%;
}


/*end*/

/*pro*/
.index_Product .yx_IpList {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index_Product .yx_IpList .yx_ImgCover {
	width: 100%;
	background: var(--yx_CTwo);
	padding-bottom: 52%;
}

.index_Product .yx_IpList .yx_ImgCover::after {
	content: '';
	display: block;
	width: 100%;
	height: 180%;
	top: 0;
	transition: all 0.6s;
	background: linear-gradient(to top, var(--yx_CTwo), transparent);
	position: absolute;

}

.index_Product .yx_IpList .yx_IpCon {
	position: absolute;
	top: calc(100% - 150px);
	left: 0;
	width: 100%;
	padding: 0.42rem 0.6rem;
	transition: all 0.6s;
	overflow: hidden;
	z-index: 3;
}

.index_Product .yx_IpList .yx_More {
	z-index: 4;
}

.index_Product .yx_IpList .yx_IpTit .yx_Title {
	font-size: 0.3rem;
	font-weight: 500;
	color: #fff;
	transition: all 0.6s;
}

.index_Product .yx_IpList .yx_IpTit .yx_Summary {
	font-size: var(--yx_FS16);
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.6s;
}

.index_Product .yx_IpList .yx_IpTit .yx_Summary .yx_icon {
	font-size: var(--yx_FS16);
	margin-left: 0.16rem;
}

.index_Product .yx_IpList:hover .yx_ImgCover::after {
	top: -40%;
	opacity: 0.8;
}

.index_Product .yx_IpList:hover .yx_ImgCover img {
	transform: scale(1.1);
	opacity: 0.8;
}

.index_Product .yx_IpCon p {
	margin-top: var(--yx_FS36);
	transition: all 0.6s;
	font-size: var(--yx_FS16);
	line-height: 200%;
	opacity: 0;
	max-width: 50%;
	color: rgba(255, 255, 255, 0.8);
}

.index_Product .yx_IpList:hover:before {
	opacity: 0.78;
}

.index_Product .yx_IpList:hover .yx_IpCon {
	top: 45%;
	padding-top: 0.7rem;
}

.index_Product .yx_IpList:hover .yx_IpCon p {
	opacity: 1;
}

.index_Product .controls {
	margin-top: 0.54rem;
	max-width: 1700px;
}

.index_Product .controls .prog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
}

.index_Product .controls .progressbar {
	position: relative;
	height: 7px;
	background: #f5f5f5;
	width: 100%;
}

.index_Product .controls .progressbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.2);
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.6s;
}

.index_Product .controls .progressbar .swiper-scrollbar-drag:hover,
.index_Product .controls .progressbar .swiper-scrollbar-drag:active {
	background-color: var(--yx_Color) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.index_Product .controls .button {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index_Product .controls .button path {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_Product .controls .button:hover path {
	stroke: var(--yx_Color);
	opacity: 1;
}

/*end*/
.index_Hot {
	padding: 1rem 0 0.2rem;
}

.index_Hot .swiper-container {
	margin-top: 0.6rem;
}

.index_Hot .yx_HonorList {
	position: relative;
	overflow: hidden;
	margin-bottom: 0.2rem;
	border-radius: 0.16rem;
	padding: 0px;
}

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

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

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

.index_Hot .yx_HonorList:hover .yx_ImgCover img {
	filter: blur(5px);
	transform: scale(1.1);
}

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

.index_Hot .yx_ImgCover {
	width: 100%;
	border: 1px solid #eee;
	padding-bottom: 100%;
	border-radius: 0.16rem;
}

.index_Hot .swiper-container h3 {
	transition: all 0.6s;
	font-size: var(--yx_24);
	width: 100%;
	text-align: center;
	display: block;
}

.index_Hot .word .yx_icon {
	font-size: 0.36rem;
	color: #999;
	transition: all 0.6;
}

.index_Hot .yx_List:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.index_Hot .yx_List:hover .yx_icon {
	color: var(--yx_Color);
}

.index_Hot .yx_List:hover h3 {
	color: var(--yx_Color);
}

.index_Hot .box .controls .button {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index_Hot .controls {
	margin: 0.54rem 0 0.6rem;
}

.index_Hot .box .controls .button path {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_Hot .box .controls .button:hover path {
	stroke: var(--yx_Color);
	opacity: 1;
}

.index_Hot .yx_Page {
	margin: 0 0.36rem;
	transform: translateY(-2px);
}

.index_Hot .yx_Page span {
	display: inline-block;
	transition: ease .6s;
	width: 8px;
	height: 8px;
	background: #CCCCCC;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	margin: 0 13px;
	opacity: 1;
	position: relative;
}

.index_Hot .yx_Page span:before {
	content: "";
	display: block;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-color: var(--yx_Color);
	border-image: initial;
	border-radius: 50%;
}

.index_Hot .yx_Page span.swiper-pagination-bullet-active {
	background: var(--yx_Color) !important;
}

.index_Hot .yx_Page span.swiper-pagination-bullet-active::before {
	opacity: 1 !important;
}

/*index_yyly*/
.index_yyly {
	position: relative;
	background: #f5f5f5;
}

.index_yyly .yx_iyyLeft {
	width: 45%;
	border-radius: 0.16rem 0 0 0;
	background: #fff;
	box-sizing: border-box;
	padding: 0.8rem 1rem 0.3rem 0.9rem;
}

.index_yyly .yx_iyyContent {
	margin-top: 0.42rem;
	height: 500px;
	overflow: hidden;
}

.index_yyly .yx_iyyContent .yx_list {
	padding: 0.14rem 0;
	position: relative;
	transition: all 0.6s;
	cursor: pointer;
}

.index_yyly .yx_iyyContent .yx_list::after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background-color: var(--yx_Color);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s;
}

.index_yyly .yx_iyyContent .yx_Con {
	max-height: 0px;
	overflow: hidden;
	transition: all 0.6s;
}

.index_yyly .yx_iyyContent .yx_list .yx_Summary {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 180%;
	margin: 0.16rem 0;
}

.index_yyly .yx_iyyContent .yx_list .yx_Con a {
	display: inline-block;
	border-radius: 48px;
	padding: 8px 0.24rem;
	font-size: var(--yx_FS14);
	text-align: center;
	font-weight: bold;
	border: 2px solid var(--yx_Color);
	text-align: center;
	color: var(--yx_Color);
	margin-bottom: 0.18rem;
	transition: all 0.6s;
}

.index_yyly .yx_iyyContent .yx_list .yx_Con a:hover {
	background-color: var(--yx_Color);
	color: #fff;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active {
	margin-bottom: 0.14rem;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active .yx_Con {
	max-height: 400px;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active::after {
	width: 100%;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active h3 {
	color: var(--yx_Color);
	font-size: 0.24rem;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active h3 em {
	font-size: 0.42rem;
}

.index_yyly .yx_iyyContent h3 {
	font-size: var(--yx_FS16);
	color: #2a2a2a;
	transition: all 0.6s;
	font-weight: bold !important;
}

.index_yyly .yx_iyyContent h3 em {
	transition: all 0.6s;
	font-weight: bold !important;
}

.index_yyly .yx_iyyRight {
	position: absolute;
	width: 55%;
	right: 0;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.index_yyly .yx_iyyRight .yx_list {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
}

.index_yyly .yx_iyyRight .yx_ImgCover {
	height: 100%;
	width: 100%;
	transition: all 0.8s;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.index_yyly .yx_iyyRight .yx_Active .yx_ImgCover {
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);

}

.index_hotpro {
	background: #fff;
}

.index_hotpro .yx_HPageBox {
	width: 280px;
	position: relative;
	background: var(--yx_Grad);
	border-radius: 6px;
	padding: var(--yx_FS42) var(--yx_FS24) var(--yx_FS48);
}

.index_hotpro .yx_HTPro {
	width: calc(97% - 280px);
}

.index_hotpro .yx_HTPage {
	margin: var(--yx_FS36) 0 0;
}

.index_hotpro .yx_HTPage a {
	font-size: var(--yx_FS16);
	position: relative;
	color: #fff;
	text-align: left;
	display: block;
	width: 100%;
	margin: 6px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: var(--yx_FS14) var(--yx_FS14);
	transition: all 0.6s;
}

.index_hotpro .yx_HTPage a .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_CTwo);
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	transition: all 0.6s;
}

.index_hotpro .yx_HTPage a:hover {
	background: #fff;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 6px;
	color: var(--yx_Color);
}

.index_hotpro .yx_HTPage a:hover .yx_icon {
	right: 24px;
}

.index_hotpro .yx_ImgCover {
	padding-bottom: 70%;
	border-radius: 6px;
}

.index_hotpro .yx_List {
	border-radius: 8px;
	padding: 12px;
	width: 32%;
	position: relative;
	transition: all 0.6s;
	margin-bottom: var(--yx_FS30);
	border: 1px solid rgba(0, 0, 0, 0.07);
}

.index_hotpro .yx_Tit {
	margin: var(--yx_FS14) 0 4px;
}

.index_hotpro .yx_Tit em {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: all 0.6s;
	border: 2px solid var(--yx_Color);
}

.index_hotpro .yx_Tit a {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 36px;
	background: var(--yx_Color);
	color: #fff;
	font-size: var(--yx_FS14);

	transition: all 0.6s;
}

.index_hotpro .yx_Tit .yx_Title {
	width: calc(100% - 120px);
	font-size: var(--yx_FS18);
	transition: all 0.6s;
}

.index_hotpro .yx_List:hover {
	border-color: var(--yx_Color);
	background-color: #fff;
	box-shadow: rgba(1, 68, 35, 0.2) 0px 7px 29px 0px;
}

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

.index_hotpro .yx_List:hover .yx_Tit a {
	background-color: var(--yx_CTwo);
}

.index_hotpro .yx_List:hover .yx_Tit em {
	opacity: 0;
}

.index_hotpro .yx_List:hover .yx_Tit .yx_Title {
	transform: translateX(-16px);
}

.index_hotpro .yx_List .yx_More {
	z-index: 6;
}



.index_hotpro .yx_InTitBox h3 {
	color: #fff !important;
}

.yx_PageTel {
	position: absolute;
	bottom: 7%;
	width: calc(100% - var(--yx_FS24)*2);
}

.yx_PageTel .yx_icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--yx_Color);
	font-size: var(--yx_FS22);
	text-align: center;
	line-height: 48px;
}

.yx_PageTel .telCon {
	padding-left: 5%;
	width: calc(100% - 48px);
}

.yx_PageTel .telCon h2 {
	font-size: var(--yx_FS24);
	font-weight: bold;
	color: #fff;
}

.yx_PageTel .telCon p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 160%;
}

.yx_PageTel a {
	font-size: var(--yx_FS28);
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: var(--yx_FS18);
}

.yx_PageTel .yx_flex {
	width: 100%;
}

.index_sclc {
	position: relative;
	background: #f5f5f5;
}

.index_sclc .yx_List {
	width: 15%;
}

.index_sclc .yx_ImgCover {
	width: 60%;
	padding-bottom: calc(60% - 12px);
	border-radius: 50%;
	border: 6px solid #ececec;
	transition: all 0.6s;
	margin: var(--yx_FS42) auto;
}

.index_sclc .yx_llCon {
	width: 100%;
	position: relative;
	padding: 0 var(--yx_FS24) var(--yx_FS24);
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	background-color: var(--yx_Color);
	transition: all 0.6s;
}

.index_sclc .yx_List:nth-child(even) .yx_llCon {
	background: var(--yx_CTwo);
}

.index_sclc .yx_List h2 {
	font-size: var(--yx_FS22);
	color: #fff;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -21px;
	background-color: var(--yx_CTwo);
	font-weight: bold !important;
	border-radius: 50%;
	line-height: 42px;
}

.index_sclc .yx_List:nth-child(even) .yx_llCon h2 {
	background-color: var(--yx_Color) !important;
}

.index_sclc .yx_List span {
	font-size: var(--yx_FS18);
	color: #fff;
	display: block;
	padding: var(--yx_FS42) 0 var(--yx_FS18);
}

.index_sclc .yx_List p {
	font-size: var(--yx_FS14);
	line-height: 180%;
	text-align: center;
	height: 140px;
	color: rgba(255, 255, 255, 0.6);
}

.index_sclc .yx_List {
	display: flex;
	flex-wrap: wrap;
}

.index_sclc::before {
	width: 120%;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	position: absolute;
	height: 1px;
	border-top: 2px dotted #dcdcdc;
	content: '';
}

.index_sclc .yx_InTitBox {
	text-align: center;
	margin: var(--yx_FS24) 0 var(--yx_FS42);
}

.index_sclc .yx_List:hover .yx_ImgCover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.index_sclc .yx_List:hover .yx_ImgCover img {
	transform: scale(1.2);
}

.index_sclc .yx_List:hover .yx_llCon {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	transform: translateY(10px);
}

.index_ysbz {
	position: relative;
}

.index_ysbz::before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to right, var(--yx_Color), transparent);
}

.index_ysbz .yx_ysImgBox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.yx_ysImgBox img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateX(5vw);
	transition: all 1.2s;
	opacity: 0;
	filter: blur(20px);
}

.yx_ysImgBox img.yx_Active {
		opacity: 1!important;
	filter: blur(0px);
	transform: translateX(0vw) !important;
}

.index_ysbz .yx_Width {
	position: relative;
	z-index: 3;
}

.index_ysbz .yx_InTitBox h3 {
	color: #fff;
}

.index_ysbz .yx_InTitBox h4 {
	color: #fff;
	opacity: 0.4 !important;
}

.index_ysbz .yx_SumBox {
	margin: var(--yx_FS72) 0 var(--yx_FS72);
	max-width: 680px;
	height: 100px;
	position: relative;
}

.index_ysbz .yx_Summary {
	font-size: var(--yx_FS16);
	line-height: 180%;
	transition: all 0.6s;
	opacity: 0;
	position: absolute;
	color: rgba(255, 255, 255, 0.8);
}

.index_ysbz .yx_SumBox .yx_Active {
	opacity: 1 !important;
}
.index_ysbz .yx_Width{
	padding-top:7vw !important;
	padding-bottom:7vw !important;
}
.index_ysbz .yx_yIcon {
	width: 12vw;
	height: 12vw;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	max-height: 120px;
	transition: all 0.6s;
	position: relative;
	cursor: pointer;
	transition: all 0.6s;
	margin-right: var(--yx_FS36);
}

.index_ysbz .yx_yIcon.yx_Active em {
	transform: rotate(180deg) !important;
	opacity: 1 !important;
}

.index_ysbz .yx_yIcon.yx_Active img {
	transform: scale(1.1) !important;
		opacity: 1 !important;
}

.index_ysbz .yx_yIcon.yx_Active {
	opacity: 1 !important;
}

.index_ysbz .yx_yIcon img {
	width: var(--yx_FS48);
	object-fit: contain;
	transform: scale(0.8);
	transition: all 0.6s;
		opacity: 0.45;
}

.index_ysbz .yx_yIcon em {
	position: absolute;
	width: 100%;
		opacity: 0.45;
	height: 100%;
	transition: all 0.6s;
	border-radius: 50%;
	border: 1px solid #fff;
}

.index_ysbz .yx_yIcon em::before {
	width: 12px;
	content: '';
	height: 12px;
	position: absolute;
	border-radius: 50%;
	right: 11%;
	background: #fff;
	top: 10%;
}