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


/*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: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 90%;
	text-align:left;
}

.z_banner .p_info_fivebox .yx_Title {
	color: #fff;
	font-size:0.66rem;
	line-height: 140%;
	transition: all ease .8s .6s;
	opacity: 0;
	margin-top: var(--yx_FS18);
	transform: translateY(40px);
}

.z_banner .p_info_fivebox .yx_TitTwo {
	color: #fff;
	font-size: var(--yx_FS16);
	line-height: 200%;
	margin-bottom: var(--yx_FS18);
	transition: all ease .8s .3s;
	opacity: 0;
	transform: translateY(40px);
	letter-spacing: 1px;
}
.z_banner .p_info_fivebox .yx_Btn1{margin:80px 0 0;}
.z_banner .p_info_fivebox .yx_TitTwo1 {
    color: rgb(255 255 255 / 80%);
    line-height: 200%;
    margin-bottom: var(--yx_FS18);
    transition: all ease .8s .3s;
    opacity: 0;
    transform: translateY(40px);
    display: block;
    white-space: nowrap;
    font-family: 'Montserrat-Extra-Bold'!important;
    font-size: 2rem;
    line-height: 0.8em;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgba(255,255,255,0.8);
    position: absolute;
    -webkit-transform: translateX(0%) translateY(1.2rem);
    -ms-transform: translateX(-50%) translateY(1.2rem);
    /* transform: translateX(-50%) translateY(1.2rem); */
    left: -1.5%;
    top: -80px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* width: 90%;*/
}
.z_banner .p_info_fivebox .yx_TitTwo1 em{font-family: 'Montserrat-Bold'!important;font-weight: bold;}
.z_banner .p_info_fivebox .p_button {
	width: 160px;
	margin: var(--yx_FS48) auto 0 0;
	width: 160px;
	border: 2px solid #fff;
	padding: 10px 5px;
	color: #fff;
	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 {
	left: 3vw;
	bottom: 2%;
	z-index: 2;
	color: #fff;
}
.z_banner_num *{
		font-family: 'bahn' !important;
}
.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 .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*/
.big_data {
	width: 100%;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
}

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

/*hrs*/
/*about*/
.yx_InOne {
	background:url('../image/brandbg.jpg') center center;
	position: relative;
	background-size: cover; background:#fff;
}

.yx_InOne .g_item .yx_icon {
	display: block;
	    border-radius: 50%;
	    font-size: var(--yx_FS36);
	    text-align: center;
	    color: var(--yx_CTwo);
	    position: absolute;
	    right: 0;
	    top: 0;
		
}

.yx_InOne .g_num {
	font-size:0.7rem;
	letter-spacing: -1px;
	color: #222;
	font-weight: 900;
	line-height: 100%;
	font-family: 'bahn' !important;
}

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

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

.yx_InOne .g_item {
	/*width: 47%;*/
	cursor: pointer;
	margin-top: 0.24rem;
}

.yx_InOne .g_box {
	padding: 1vw 0 0 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 {
	width: 47%;
	position: relative;
	z-index: 2;
	padding-bottom: 0;
}

.yx_IOImg {
	position: absolute;
	width: 55%;
	z-index: 2;
	right: 0;
	height: 100%;
	bottom:0;
	overflow: hidden;
}

.yx_IOImg img {
	width: 110%;
	/* height: 100%; */
	object-fit: cover;
	bottom: 0;
	position: absolute;
	left: 0;
}

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

.yx_IOContent h4 {
	font-size: var(--yx_FS36) !important;
	color: #4a4a4a;
}
.yx_InOne .yx_InTitBox h3{
	text-align: left;
}
.yx_IOContent em {
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 14px 0 24px;
}

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


/*end*/
.yx_InTitBox h3 {
	line-height: 160%;
	font-size: var(--yx_FS45);
	color: var(--yx_CTwo);
	position: relative;
	text-align: center;
}

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

/*yx_InFotter*/
@keyframes circle-opacity {
	from {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.2);
	}
}

.yx_InFotter {
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.02);
}

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

.yx_InFotter .yx_InTitBox {
	text-align: center;
}

.yx_InFotter .yx_List {
	width: calc(100%/5);
	text-align: center;
	margin: 0.24rem 0;
	position: relative;
	cursor: pointer;
}

.yx_InFotter .yx_List .yx_More {
	z-index: 2;
}

.yx_InFotter .yx_List:after {
	content: '';
	display: block;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
	height: 30%;
	top: 50%;
	transform: translateY(-50%);
}

.yx_InFotter .yx_List:last-child:after {
	display: none;
}

.yx_InFotter .yx_iBox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 1rem;
	height: 1rem;
	margin: 0 auto 0.36rem;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
	transition: all 0.6s;
}

.yx_InFotter .yx_iBox::before {
	width: 120%;
	border-radius: 50%;
	border: 1px solid rgba(220, 220, 220, 0.5);
	height: 120%;
	left: 50%;
	top: 50%;
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	animation: circle-opacity 3s linear infinite;
}

.yx_InFotter .yx_iBox::after {
	width: 140%;
	border-radius: 50%;
	border: 1px solid rgba(220, 220, 220, 0.25);
	height: 140%;
	left: 50%;
	top: 50%;
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	animation: circle-opacity 3s linear infinite;
}

.yx_InFotter .yx_List:hover p {
	color: var(--yx_Color);
}

.yx_InFotter .yx_iBox img {
	width: 36%;
	height: auto;
	transition: all 0.6s;
}

.yx_InFotter .yx_List:hover .yx_iBox img:first-child {
	transform: scale(0.85) rotateY(360deg);
}

.yx_InFotter h6 {
	font-size: var(--yx_FS22);
	line-height: 200%;
	text-align: center;
	color: #1f1f1f;
}

.yx_InFotter p {
	font-size: var(--yx_FS14);
	text-align: center;
	color: #999;
	transition: all 0.6s; line-height:1.8
}

.yx_ListRwm .rwm {
	width: 1.2rem;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 100%;
	transition: all 0.6s;
	transform: translateY(-50%);
	top: 50%;
	opacity: 0;
	visibility: hidden;
}

.yx_ListRwm:hover .rwm {
	left: 140%;
	opacity: 1;
	visibility: visible;
}

.yx_InFotter .yx_NTC_Left {
	position: absolute;
	height: 65vh;
	bottom: -28%;
	width: 100%;
	left: 0;
	z-index: 1;
	max-height: 960px;
	overflow: hidden;
	opacity: 0.1;
}

.yx_InFotter .yx_Listl {
width: calc((100% - 2rem)/4);
    text-align: center;
    margin: 0.25rem;
    position: relative;
    cursor: pointer;
    border-bottom: 3px solid var(--yx_Color);
    background-color: #fff;padding: 2vw;
}

.yx_InFotter .yx_Listl .yx_More {
	z-index: 2;
}

.yx_InFotter .yx_Listl:after {
	content: '';
	display: block;
	width: 0px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
	height: 30%;
	top: 50%;
	transform: translateY(-50%);
}

.yx_InFotter .yx_Listl:last-child:after {
	display: none;
}



.yx_InFotter .yx_Listl:hover p {
	color: var(--yx_Color);
}


.yx_InFotter .yx_Listl:hover .yx_iBox img:first-child {
	transform: scale(0.85) rotateY(360deg);
}
/*end*/


/*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: 160px;
	border-radius: 46px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.yx_Btn1 span {
	padding-left: 15%;
	font-size: var(--yx_FS14);
	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_FS42);
	height: var(--yx_FS42);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
	line-height: var(--yx_FS42);
	text-align: center;
	display: block;
	font-size: var(--yx_FS16);
	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%;
	}
}


/*news*/
.index_news .yx_Btn1 {
	margin-left: auto;
	margin-right: auto;
}

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

.index_news {
	position: relative;
}

.index_news .new_Width {
	overflow: visible;
	position: relative;
}

.index_news .button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border-radius: 50%;
	background-color: #fff;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	transition: all 0.6s;
	cursor: pointer;
}

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

.index_news .prev {
	left: -3%;
}

.index_news .next {
	right: -3%;
}

.index_news .box .banner .swiper-container {
	padding: 0;
	overflow: visible !important;
}

.index_news .box .banner .swiper-slide {
	background: #fafafa;
	border-radius: 0.22rem;
	overflow: hidden;
	opacity: 0.3;
	transition: all 0.6s;
	filter: grayscale(100%);
	filter: gray;
	pointer-events: none;
}

.index_news .box .banner .swiper-slide.swiper-slide-prev,
.index_news .box .banner .swiper-slide.swiper-slide-active,
.index_news .box .banner .swiper-slide.swiper-slide-next {
	opacity: 1 !important;
	pointer-events: all;
	filter: grayscale(0%) !important;
}

.index_news .box .banner .swiper-slide .item {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	z-index: 2;
	padding: 0.18rem 0.18rem 0.24rem;
}

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

.index_news .box .banner .swiper-slide:hover:after {
	height: 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: 12PX;
	color: #999;
	transform: translateY(-5px);
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover {
	overflow: hidden;
	padding-bottom: 70%;
	border-radius: 0.16rem;
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover>.yx_TimeBox {
	display: inline-block;
	border-radius: 60px;
	background-color: #fff;
	color: var(--yx_Color);
	z-index: 2;
	position: absolute;
	left: 0.24rem;
	top: 0.24rem;
	padding: 5px 12px 6px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.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 .content3 {
	font-weight: 500;
	color: #fff;
	 font-size: var(--yx_FS22);
	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: var(--yx_FS16);
	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 {
	color: var(--yx_Color);
}

.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: #fff;
}

.index_news .box .banner .swiper-slide .item:hover .yx_Summary {
	color: #fff;
}

.index_news .box .banner .swiper-slide .item:hover .yx_NewsPage {
	color: #fff;
}

.index_news .box .banner .swiper-slide .item:hover .yx_NewsPage .yx_icon {
	color: #fff;
	transform: translateX(24px);
}

/*end*/


/*index_Hot*/
.index_Hot{
	background-color: #f7f7f7;
	position: relative;
}
.index_Hot .swiper-container::before{
	content:'';
	display: block;
	width: 50%;
	height: 70%;
	background: url("../image/pro_bg.png") bottom right no-repeat;
	background-size: contain;
	position: absolute;
	right: 40%;
	bottom:-5%;
	opacity: 0.05;
}
.index_Hot .swiper-container{
	border-radius: 0.16rem;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.index_Hot .swiper-container .swiper-slide{
	pointer-events: none;
	overflow: hidden;
}
.index_Hot .swiper-container .swiper-slide-active{
	pointer-events: all;
	overflow:visible;
}
.index_Hot .yx_Left{
	width: 50%;
	padding: 0 0.7rem 0 1rem;
}
.index_Hot .yx_Left > *{
	opacity: 0;
	transition: all ease .8s;
}
.index_Hot .yx_Left h2{
	font-size: var(--yx_FS45);
	color: var(--yx_Color);
    font-family: 'bahn' !important;
	transform: translateY(40px);
}
.index_Hot .yx_Left p{
	line-height: 200%;
	color: #999;
	font-size: var(--yx_FS16);
	display: block;
	margin:0.24rem 0 0.36rem;
	transform: translateY(80px);
}
.index_Hot .yx_Left .yx_ImgBox{
	width: 90%;
	transform: translateY(120px);
}
.index_Hot .yx_Left .yx_Btn1{
	transform: translateY(160px);
	margin-top:1rem;
}
.index_Hot .swiper-slide-active .yx_Left > *{
	opacity: 1 !important;
		transform: translateY(0px) !important;
}
.index_Hot .yx_Right{
	width: 50%;
}
.index_Hot .yx_Right .yx_ImgCover{
    padding-bottom: 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_Hot .swiper-slide-active .yx_Right .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_Hot .yx_List {
		max-width: 120px;
		width: 30%;
		margin-right: 3%;
}
.index_Hot .yx_List:last-child{
	margin-right: 0px !important;
}
.index_Hot .yx_ImgContain{
	padding-bottom: 100%;
	border-radius: 0.12rem;
	background-color: #fafafa;
}
.index_Hot .yx_ImgContain img{
	mix-blend-mode:darken;
}
.index_Hot .yx_List:hover .yx_ImgContain img{
	transform: translate(-50%,-50%) scale(1.1);
}
.index_Hot .swiper-pagination{
	position:absolute;
	display: flex;
	align-items: center;
	left: 1rem;
	z-index: 2;
    bottom: calc(var(--yx_FS72) / 2);
}
.index_Hot .swiper-pagination span{
	background-color: var(--yx_CTwo);
	cursor: pointer;
	border-radius:8px;
	height: 8px;
	transition: all 0.6s;
}
.index_Hot .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: var(--yx_Color);
	width: 0.36rem;
}
.index_Hot .hotBtnBox{
	display: flex;
	right: 50%;
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.index_Hot .hotBtnBox > div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--yx_FS72);
	height: var(--yx_FS72);
	font-size: 0.2rem;
	color: #fff;
	cursor: pointer;
	transition: all 0.6s;
}
.index_Hot .hotBtnBox .prev{
	border-radius: 0.1rem 0 0 0;
	background-color: var(--yx_CTwo);
}
.index_Hot .hotBtnBox .prev:hover,.index_Hot .hotBtnBox .next:hover{
	background-color:#f9f9f9;
	color: var(--yx_CTwo);
}
.index_Hot .hotBtnBox .next{
	background: var(--yx_Color);
}
/*end*/
.ind-app{position: relative;/* height: 780px; */}
.bg-list .imgBg{height: auto;display: none;    transition: 0.4s;}
.ind-app .main{position: absolute;left: 0;top: 0;width: 100%;height: 100%;box-sizing: border-box;}
.ind-app .main .content{margin: 0 auto;box-sizing: border-box;    padding-top: 1.2rem;position: relative;height: 100%; max-width: 100%; width:100%;}
.ind-app .main .title{font-size: var(--yx_FS45);line-height: 40px;color: #fff;}
.ind-app .main .info{font-size: 18px;line-height: 36px;color: #fff;max-width: 650px;margin-top: 36px;display: none;}
.ind-app .main .info h3{ font-size:24px; line-height:2;font-weight: bold!important; padding-bottom:2%;}
.ind-app .main .info a{ color:#fff}
.ind-app .main .info:first-child{display: block;}
.ind-app .main .list{position: absolute;left: 0px;bottom: 0px;width: calc(100% - 0px);border-top: 1px solid rgba(255,255,255,0.3);}
.ind-app .main .list li{width: calc(14.25% - 0px);margin-right: 0px;float: left;box-sizing: border-box;height: auto;padding: 20px 25px;position: relative;cursor: pointer;margin-top:0px;    transition: 0.4s;}
.ind-app .main .list li:last-child{margin-right: 0;}
.ind-app .main .list li .name{ font-size: 0.18rem;color: #fff;line-height: 2.2;}
.ind-app .main .list li .name svg{ float:left; margin-right:10px;}
.ind-app .main .list li .name img{display: block;float: left;height:28px;margin-right: 10px;}
.bg-list .imgBg img{ width:100%; height:auto}
.ind-app .main .list li .name .hover-show{display: none;}

.ind-app .main .list li i{display: block;width: 40px;height: 40px;float: left;margin-right: 10px;background: url('../images/app_icon.png') no-repeat;}
.ind-app .main .list li .icon2{background-position: 0 -40px;}
.ind-app .main .list li .icon3{background-position: 0 -80px;}
.ind-app .main .list li .icon4{background-position: 0 -120px;}
.ind-app .main .list li .txt{font-size:16px;line-height: 24px;color: #fff;margin: 15px 0 36px;display: none;}
.ind-app .main .list li .links{margin-top: 18px;}
.ind-app .main .list li a{display: block;float: left;margin-right: 20px;font-size: 16px;line-height: 22px;color: #666;border-bottom: 2px solid #666;padding-bottom: 6px;}
.ind-app .main .list li::after{content: '';width: 20px;height: 20px;background: url('../image/app_arrow.png') no-repeat;background-size: 20px 40px;position: absolute;right: 30px;bottom: 30px;}
.ind-app .main .list li:hover{background:var(--yx_Color);margin-top: 0;    transition: 0.4s;}
.ind-app .main .list li:hover .name{color: #fff;}
.ind-app .main .list li:hover .txt:first-child{display: block;}
.ind-app .main .list li:hover a{color: #fff;border-color: #fff;}
.ind-app .main .list li:hover i{background-image: url('../images/app_h_icon.png');}
.ind-app .main .list li:hover::after{background-position: 0 -20px;}
.ind-app .main .list li:hover .hover-hidden{display: none;}
.ind-app .main .list li:hover .hover-show{display: block;}
@media only screen and (max-width:768px){
.z_banner .p_info_fivebox .yx_TitTwo1{ font-size:1rem}
.z_banner .p_info_fivebox .yx_Title,.z_banner .p_info_fivebox .yx_TitTwo{transform: translateY(0px);}
.z_banner .p_info_fivebox .yx_Btn1{    margin: 10px 0 0;}
.yx_InOne .g_num{ font-size:0.5rem}
.ind-app .main .list li{ background:#fff;padding: 2px 5px;    margin: 0 1%;width: calc(12.25% - 0px);}
.ind-app .main .list li .name{ display:none}
.ind-app .main .list{    bottom: 5px;}
.ind-app .main .content{ padding-top:0.5rem}
.bg-list .imgBg img{ width:130%;}
.ind-app .main .info h3{ font-size:18px;}
.ind-app .main .info p,.index_news .box .banner .swiper-slide .item .yx_ImgCover>.yx_TimeBox{ display:none}
.ind-app .main .list{    border-top: 0px solid rgba(255,255,255,0.3);}
}