/*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: auto;
	overflow: hidden;
}

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

.z_banner .picBox .imgbg {
	width: 100%;
	height: 100vh;
	/* padding-bottom: 56.25%; */
	max-height: 1080px;
	overflow: hidden;
}
.z_banner .picBox .imgbg:after{content:"";width: 102%;height: 102%;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute;background: radial-gradient(ellipse,rgba(0,0,0,0),rgba(0,0,0,0.6));/* background: rgba(0,0,0,0.45); */}
.z_banner .picBox .imgbg img{width: 102%;height: 102%;object-fit: cover;transition:all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;position: absolute;}


.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_FS60);
	line-height: 160%;
	font-weight: 900;
	transition: all ease .8s .6s;
	opacity: 0;
	margin-top: var(--yx_FS18);
	transform: translateY(40px);
}

.z_banner .p_info_fivebox .yx_TitTwo {
	color: rgb(255 255 255 / 100%);
	font-family: arial;
	font-size: var(--yx_FS22);
	line-height: 180%;
	margin-bottom: var(--yx_FS18);
	transition: all ease 0.8s .9s;
	opacity: 0;
	transform: translateY(40px);
}

.z_banner .p_info_fivebox .p_button {
	width: 160px;
	margin: var(--yx_FS48) auto 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 {
	position: absolute;
	left: 40px;
	bottom: 30px;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.z_banner_num .index {
	font-size: 26px;
	/* 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: .5;
	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: 40px;
}

.z_banner .next {
	right: 40px;
}

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


.yx_InOneBox {
	background: url(../image/about.jpg) bottom center;
	background-size: cover;
	position: relative;
}
.yx_InOneBox:before{content:'';width: 75%;height: 100%;left: 0% !important;top: 0% !important;position: absolute;background: linear-gradient(90deg, rgb(255 255 255) 0%,rgba(255,255,255,0.9) 50%, rgba(0, 0, 0, 0) 100%);z-index: 1;}

.yx_InOne {
	position: relative;
	z-index: 2;
}

.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 {
	width: 60%;
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
}

.yx_IOImg {
	width: 40%;
	position: absolute;
	height: 100%;
	display: flex;
	right: 0;
}
.yx_IOImg i{
    transform: skewX(340deg);
    width: 140px;
    height: 240px;
    background-image: -webkit-linear-gradient(90deg, #ff0000 0%, rgba(255, 0, 0, 0) 100%);
    opacity: .5;
    display: block;
    position: absolute;
    }
.yx_IOImg i.yx_IOImg1{left: -10%;width: 45%;height: 80%;bottom: 20%;}
.yx_IOImg i.yx_IOImg2{left: 15%;width: 40%;height: 80%;bottom: 0;}
.yx_IOImg i.yx_IOImg3{right: 0;width: 30%;height: 60%;bottom: 11%;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(255, 0, 0, 0) 100%);}


.yx_IOImg img {
	width: 120%;
	height: auto;
	object-fit: contain;
}

.yx_IOImg .btn {
	width: 1.6rem;
	position: absolute;
	top: 35%;
	left: 77%;
	transform: translate(-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_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: 1;
	font-size: 100px;
	color: #343538;
	position: relative;
	font-weight: 600!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.yx_InTitBox h4 {
	line-height: 1.6;
	font-size: 32px;
	color: #ff0000;
	position: relative;
	padding-left: 30px;
	margin-top: 30px!important;
}
.yx_InTitBox h4:before{content:'';transform: skew(-22deg);background-color: red;position: absolute;left: 7px;width: 7px;height: 32px;top: 9px;}

.yx_InTitBox P {
	font-size: 22px;
	color: #343538;
	margin-top: 20px;
}

.yx_IOContent {
	margin-top: var(--yx_FS30);
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
	padding-bottom: 30px;
	max-width: 560px;
}

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

.yx_IOContent p {
	font-size: 20px;
	font-weight: 300;
	line-height: 2;
	color: #343538;
	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: 200px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #ccc;
	font-size: 15px;
	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: #ccc;
	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_Product{background: url(../image/pbg.svg);background-size: cover;}
.fa_right .fa_li{display:flex;height:calc((100% - 3vw) / 2)}
.fa_right .fa_li .fa_pics{width:45%;padding: 10px;display: flex;align-items: center;}
.fa_right .fa_li .fa_tit{width:55%;padding-right:5%}
.fa_list{display:flex;align-items:stretch;margin-top: 40px;margin-bottom: 80px;}
.fa_left{width:50%;padding-right: 50px;}
.fa_right{width:50%;display:flex;flex-direction:column;justify-content:space-between}
.fa_li01 .fa_pics{width:75%;transform: translateY(1vw);margin-top:-10vw;margin:-7vw 0 0 auto;}
.fa_right .fa_li:last-child{}
.fa_li{display:block;background-color:#fff;background-position:bottom left;background-size:100%;background-repeat:no-repeat}
.fa_li .fa_tit{padding:2.5vw}
.fa_li .fa_tit h4{font-size: 26px;color:#222}
.fa_li .fa_Img{padding-bottom:100%;width: 100%;height: 0;position: relative;transition:all .5s ease;}
.fa_li:hover .fa_Img{margin-left:20px}
.fa_li .fa_Img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute;}
.fa_li .fa_tit p{color:#999;margin-top:20px;font-size: 16px;}
.fa_li .fa_link{margin-top:20px}
.fa_li .fa_link i{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;color:#999;border:#bbb solid 1px;border-radius:500px;transition:all 0.5s}
.fa_li:hover .fa_link i{background: #ff0000;color:#fff;border-color: #ff0000;}
.fa_li01{background-image:url(../image/product1.png);height:100%}
.fa_li02{background-image:url(../image/product2.png)}

.index_news {
	padding-bottom: 100px;
}
.index_news .cont{display:flex;justify-content: space-between;flex-wrap: wrap;}
.index_news .cont .yx_InMore{margin:40px 0 0 auto}
.index_news .cont .left{flex: 0 0 45%;}
.index_news .cont .right{flex: 0 0 45%;}
.index_news .cont ul{margin-top: 0;}
.index_news .cont ul li{transition:all .5s ease;padding:50px 0;border-bottom:1px solid #e5e5e5}
.index_news .cont ul li .time{font-size: 18px;}
.index_news .cont ul li .time span{border:1px solid #ddd;border-radius:30px;padding:5px 20px;margin-left:30px;display: inline-block;font-size: 18px;}
	.index_news .cont ul li .title{margin-top: 20px;font-size:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.index_news .cont ul li:hover{padding-left:20px;border-color:#666}

.index_news .new_Width {
	overflow: hidden;
}


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

.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.4rem 0.4rem 0.48rem;
	border: 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: #fff;
	position: absolute;
	transition: all 0.6s;
	z-index: 2;
	top: 0;
	background: var(--yx_CTwo);
	padding: 0.14rem 0.24rem;
	border-radius: 0;
	right: -1px;
}

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

.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: 16px;
	line-height: 1.5;
	margin-top: 20px;
	color: #000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

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

.index_news .box .banner .swiper-slide .item .yx_flex {
	margin: 0.2rem 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: 180%;
	border-bottom: 1px solid #ccc;
}

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

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

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

.index_contact{}
.index_contactbj{
    position: absolute;
}
.index_contactbj:before{content:'';position: absolute;width: 100%;height: 100%;background: #333;opacity: 0.4;}
.index_contactbj img{}
.index_contact .txt{
    padding: 150px 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_contact .txt .title{
    line-height: 1;
    font-size: 100px;
    color: #fff;
    position: relative;
    font-weight: 600 !important;
    margin-right: 50px;
}
.index_contact .txt .summary{
    color: #fff;
    font-size: 20px;
}
.index_contact ul{
    display: flex;
    width: 100%;
}
.index_contact ul li{
    flex: 0 0 33.33%;
    padding: 100px 20px;
    box-sizing: border-box;
    text-align: center;
}
.index_contact ul li svg{}
.index_contact ul li p{
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.8;
}


.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) {
	.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 {background: #f1f2f4;}
.index_oem .yx_InTitBox{flex:0 0 100%;text-align: center;}
.index_oem .yx_InTitBox h4{display:inline-block;}
.index_oem .cont{margin-top:50px}
.index_oem .cont .txt{max-width: 1100px;margin:0 auto;font-size: 20px;line-height: 1.8;}
.index_oem .cont ul{margin-top:50px;display: flex;}
.index_oem .cont ul li{flex:0 0 25%}
.index_oem .cont ul li img{max-width:100%}
.index_oem .cont  .yx_InMore{margin:40px auto}

.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 7vw 0 6vw;
}
.index_oem .right .cell{
	padding: 0vw 0;
}
.index_oem .right .top_line{
	position: absolute;
	right: calc(7vw + 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;
	max-height: 800px;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.index_oem .left .swiper-slide{
	overflow: hidden;
}
.index_oem .left .txt_block {
	width: 23vw;
	position: absolute;
	right: 0;
	top: 15vh;
	padding: 3vw 2vw 4vw;
	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: rgba(38,61,146,0.95);
}
.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: 2vw 0 3vw;
	position: relative;
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
	height: 1px;
}

.index_oem .left .txt_block .desc p {
	position: absolute;
	top: 0;
	left: 40%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

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

.index_oem .left .btns {
	position: absolute;
	left: 0;
	bottom: -1px;
	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: 60%;}

.widgets .btn-area .bullet_outer .le_ {
	font-size: 16px;
	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: 0.3rem 1rem;
}
.index_Hot .swiper-container {
	margin-top: 0.6rem;
}
.index_Hot .yx_List{
	background-color: #fafafa;
}
.index_Hot .yx_ImgContain{
	width: 100%;
	border: 1px solid #eee;
	padding-bottom: 100%;
}
.index_Hot .word{
	padding: 0.2rem 0.14rem;
}
.index_Hot .word h3{
	transition: all 0.6s;
	font-size:var(--yx_24);
	width: calc(97% - 0.36rem);
}
.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_customers{
    padding: 100px 0 70px;
    background: url(../image/khbj.jpg) no-repeat center;
    background-size: cover;
}
.ywk-content-customers{
    margin-top: 40px;
}
.ywk-content-customers-swiper{
    padding-bottom: 20px;
}
.ywk-content-customers .swiper-slide{}
.ywk-content-customers .swiper-slide .img{
    padding: 15px;
    background: #fff;
}
.ywk-content-customers .swiper-slide .img-block{
    width: 100%;
}
.ywk-content-customers .swiper-wrapper{
	-webkit-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.swiper-pagination-customers span{display: inline-block;transition: ease .6s;width: 8px;height: 8px;background: #CCCCCC;border-radius: 50%;cursor: pointer;outline: none;margin: 0 13px!important;opacity: 1;position: relative;}
.swiper-pagination-customers span.swiper-pagination-bullet-active{background: var(--yx_Color) !important;}
.swiper-pagination-customers span.swiper-pagination-bullet-active::before {opacity: 1 !important;}
.swiper-pagination-customers 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_Productrow{}
.index_Productrow ul{display: flex;flex-wrap: wrap;}
.index_Productrow ul li{flex: 0 0 33.333%;}
.index_Productrow ul li a{display: block;position: relative;}
.index_Productrow ul li .txt{position: absolute;width: 100%;padding: 30px;text-align: center;box-sizing: border-box;z-index: 2;color: #fff;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;}
.index_Productrow ul li .txt .ico{width: 100%;}
.index_Productrow ul li .txt .ico img{width: 50px;height: 50px;transition:all .5s ease;}
.index_Productrow ul li .txt .ico svg path{fill:#eb6622}
.index_Productrow ul li .title{font-size: 18px;margin-top: 20px;}
.index_Productrow ul li .img{position: relative;height: 0;padding-bottom: 75%;overflow: hidden;}
.index_Productrow ul li .img img{position: absolute;width: 102%;height: 102%;object-fit: cover;transition:all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;}
.index_Productrow ul li .img:after{content:'';width:100%;height:100%;background: rgba(0,0,0,0.6);position: absolute;top:0;left:0;}
.index_Productrow ul li:hover .img:after{background: rgba(235,102,34,0.85);}
.index_Productrow ul li:hover .ico img{transform: scaleX(-1);}
.index_Productrow ul li:hover .img img{width: 110%;height: 110%;}
.index_Productrow ul li:hover .txt .ico svg path{fill:#fff}
.index_Productrow ul li.on .img:after{background: #333;}
.index_Productrow ul li.on .ico svg{transform: scaleX(-1);}
.index_Productrow ul li.on .img img{width: 110%;height: 110%;}
.index_Productrow ul li.on .txt .ico svg path{fill:#fff}

@media screen and (max-width:1400px){
	.yx_InTitBox h3,.index_contact .txt .title{font-size: 70px;}
	.yx_InTitBox h4{font-size: 24px;}
	.yx_InTitBox h4:before{top: 2px;}
}
@media screen and (max-width:1200px){
	.index_header.inner .con{padding-left:20px;}
	.hphone{display:none;}
	.big_data>div .top .counter{font-size:24px;}
	.index_oem .left .txt_block .desc p{-webkit-line-clamp:4;}
}
@media screen and (max-width:992px){
	.index_header.inner .con{display:none;}
	.HeaderMobile .box .button .search{margin-right:0;}
	.z_banner .btn{display:none;}
	.z_banner .picBox .imgbg{max-height:400px;}
	.z_banner .p_info_fivebox .yx_Title{font-size:24px;}
	.z_banner .p_info_fivebox .yx_TitTwo{font-size:14px;}
	.p74{padding:40px 0}
	.yx_IOCBox{width:100%;}
	.yx_IOImg{display:none;}
	.yx_InTitBox h3{font-size:22px;}
	.yx_InTitBox h4{font-size:18px;}
	.yx_IOContent p{font-size:15px;}
	.yx_InTitBox P{font-size:14px;}
	.yx_InOneBox{background-position: left;}
	.yx_InMore{width:140px;line-height: 50px;}
	.p94{padding-top:40px;padding-bottom:20px;}
	.index_Product .yx_InMore,.index_oem .yx_InMore,.index_news .yx_InMore,.index_customers .yx_InMore{display:none}
	.index_Productrow ul li{width:50%;flex:0 0 50%;}
	.index_Productrow ul li .txt{padding:10px;}
	.index_Productrow ul li .title{font-size: 14px;}
	.index_Productrow ul li .txt .ico img{width:30px;height:30px;}
	.index_oem .left{width:100%;}
	.index_oem .right{width:100%;padding:30px 7vw 20px 20px}
	.index_oem .yx_ImgBg{max-height:300px}
	.index_oem .left .txt_block{display:none}
	.index_oem .right .cell h3{height:auto;}
	.index_customers{padding:40px 0;}
	.index_footer .box .boxTop{padding:10px 0 30px;display: none;}
	.index_footer .box .boxTop .item,.z_footer_share{display:none;}
	.index_footer .box .boxTop .item:nth-child(7){display:block;}
	
	
	.z_banner_num{display:none;}
	.fa_list{flex-wrap: wrap;margin-bottom:30px;}
	.fa_left{width:100%;padding:0;margin-bottom:10px;}
	.fa_right{width:100%;}	
	.fa_li .fa_tit h4{font-size:20px;}
	.index_oem .cont .txt{font-size:15px;}
	.index_news .cont ul li .time span{display:none;}
	.index_news .cont ul li .time{font-size:15px;}
	.index_news .cont ul li{padding:30px 0;}
	.index_news .cont ul li .title{-webkit-line-clamp: 2;font-size:16px}
	.index_contact .txt{flex-wrap: wrap;padding:40px 0 60px}
	.index_contact .txt .title,.index_contact .txt .summary{width:100%;}
	.index_contact ul li p{font-size:14px;}
	.index_footer .box{flex-wrap: wrap;}
	.index_footer .box .left{flex:0 0 100%;margin-bottom:20px;}
	.index_footer .box .right{flex:0 0 100%;}
	.index_contact .txt .title{font-size:24px;margin-bottom: 10px;}
	.index_contact .txt .summary{font-size:16px;}
	.index_footer .boxBot .yx_fadeInRight{font-size:14px;}
	.index_contactbj img{height:400px;}
	.fa_li .fa_tit{padding:20px;}
}