.yx_InOneBox:before{
	width: 100%;
	height: 100%;
	content:'';
	position:absolute;
	background: url(../image/about_bg.jpg) no-repeat center;
	/* background-size: cover; */
	/* background-attachment: fixed; */
	/* padding: 0.3rem 0 !important; */
	opacity: 0.5;
}

.yx_InOne {
	position: relative;
}

.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: 45%;
	position: relative;
	z-index: 2;
	margin-top: 20px;
}

.yx_IOImg {
	width: 50%;
	position: relative;
	padding-bottom: 45%;
}

.yx_IOImg img {
	width: 108%;
	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 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #035fa3;
	text-transform: uppercase;
	font-family: 'RobotoB' !important;
}

.yx_InTitBox h4 {
	line-height: 160%;
	font-size: 26px;
	color: #2a2a2a;
	font-weight: bold !important;
	position: relative;
}

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

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

.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: 1.8;
	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:flex;justify-content:space-around;width: 180px;line-height: 50px;text-align:center;border:2px solid #dcdcdc;font-size: var(--yx_FS14);color:#666;border-radius:50px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;padding:0 0.12rem}
.yx_InMore .yx_icon{font-size:var(--yx_FS22)}
.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;background-color:#fafafa;background-attachment:fixed;}
.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.2rem 0.2rem 0.3rem;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: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.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:30px;height:30px;background-color:var(--yx_Color);color:#fff;line-height:30px;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)}
.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) {
	.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:#fff}
.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;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: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 .swiper-container{margin-top:0.6rem}
.index_Hot .yx_List{background-color:#f7f7f7;transition:all 0.6s;border:1px solid #f7f7f7}
.index_Hot .yx_ImgContain{width:100%;padding-bottom:100%}
.index_Hot .word{padding:0.14rem 0.14rem;transition:all 0.6s}
.index_Hot .yx_List:hover{background-color:var(--yx_Color)}
.index_Hot .word h3{transition:all 0.6s;font-size:var(--yx_FS18);width:calc(97% - 0.36rem)}
.index_Hot .word .yx_icon{font-size:0.16rem;transition:all 0.6s;width:36px;height:36px;border-radius:50%;background:var(--yx_Color);text-align:center;line-height:36px;color:#fff}
.index_Hot .yx_List:hover img{transform:translate(-50%,-50%) scale(1.05)}
.index_Hot .yx_List:hover .yx_icon{transform:rotate(45deg);background-color:var(--yx_CTwo)}
.index_Hot .yx_List:hover h3{color:#fff}
.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_Hot .yx_iyyLeft{width:94%;max-width: 1480px;margin: 40px auto 0;padding: 0 10px;}
.index_Hot .yx_iyyContent{height:700px;width:45%;overflow:visible}
.index_Hot .yx_iyyContent .yx_list{padding: 40px 0;position:relative;transition:all 0.6s;cursor:pointer}
.index_Hot .yx_iyyContent .yx_list::after{content:'';display:block;width:100%;height:3px;background-color: #e5e5e5;position:absolute;left:0;bottom:0;transition:all 0.6s}
.index_Hot .yx_iyyContent .yx_Con{max-height:0px;overflow:hidden;transition:all 0.6s}
.index_Hot .yx_iyyContent .yx_list .yx_Summary{font-size: 16px;color: #666;line-height:180%;margin: 15px 0 0;-webkit-line-clamp:3}
.index_Hot .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;border:1px solid var(--yx_Color);text-align:center;color:var(--yx_Color);margin-bottom:0.18rem;transition:all 0.6s}
.index_Hot .yx_iyyContent .yx_list .yx_Con a:hover{background-color:var(--yx_Color);color:#fff}
.index_Hot .yx_iyyContent .yx_list.yx_Active .yx_Con{max-height:400px}
.index_Hot .yx_iyyContent .yx_list.yx_Active::after{background:var(--yx_Color)}
.index_Hot .yx_iyyContent .yx_list.yx_Active h3{color:var(--yx_Color)}
.index_Hot .yx_iyyContent h3{font-size: 24px;color:#2a2a2a;transition:all 0.6s;display:inline-block;position:relative}
.index_Hot .yx_iyyContent h3 em{transition:all 0.6s;position:absolute;font-size:0.18rem;right:-15%;bottom:70%;color:#888;font-family:'Montserrat'}
.index_Hot .yx_iyyRight{width:45%;height:8rem;overflow:visible;position:relative}
.index_Hot .yx_iyyRight .yx_list{width:100%;height:100%;position:absolute}
.index_Hot .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_Hot .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_news_list .list01{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1;grid-area:list01}
.index_news_list .list02{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:3;grid-area:list02}
.index_news_list .list03{-ms-grid-row:1;-ms-grid-column:5;grid-area:list03}
.index_news_list .list04{-ms-grid-row:3;-ms-grid-column:5;grid-area:list04}
.index_news_list a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding: 30px;position:relative;box-sizing: border-box;}
.index_news_list a .date{font-size:16px;line-height:1em}
.index_news_list a .date em{display:block;font-style:normal;font-size: 40px;line-height: 1.2;}
.index_news_list a .img{width:100%;height:100%;overflow:hidden;position:absolute;left:0;top:0;z-index:1}
.index_news_list a .img img{width:100%;height:100%;object-fit:cover;-webkit-transition:all 1s;transition:all 1s;max-width: 100%;}
.index_news_list a .t{padding-top: 30px;margin-top:auto;font-size: 16px;line-height: 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.index_news_list{margin-top:50px;display:-ms-grid;display:grid;-ms-grid-columns:25% 30px calc(50% - 60px) 30px 25%;grid-template-columns: 33% 33% calc(34% - 60px);-ms-grid-rows:1fr 30px 1fr;grid-template-rows:1fr 1fr;gap:30px 30px;grid-template-areas:
"list01 list02 list03"
"list01 list02 list04"}
.index_news_list a .txt{width:100%;height:100%;position:relative;z-index:5;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.index_news_list a .txt .t{border-top:1px solid rgba(255,255,255,0.2);color:#fff}
.index_news_list a.with_bg::after{content:"";width:100%;height:100%;background-color: rgba(0,0,0,0.4);position:absolute;left:0;top:0;z-index:2;-webkit-transition:all 0.5s;transition:all 0.5s}
.index_news_list a:hover .img img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.index_news_list a:hover.with_bg::after{/* background-color:rgb(1 109 158 / 80%); *//* background: linear-gradient(to right, rgba(176,31,36,0.9), rgba(230,0,18,0.6), rgba(176,31,36,0.4), transparent); */}
.index_news_list .list01 a{height: 500px;background-color: #fff;}
.index_news_list .list01 a .date{color:var(--yx_Color)}
.index_news_list .list01 a .img{margin-top: 30px;height: auto;max-height: 260px;position:static}
.index_news_list .list01 a .t{border-top:1px solid rgba(0,0,0,0.2);color:#000}
.index_news_list .list01 a:hover .t{color:var(--yx_Color)}
.index_news_list .list02 a{height: 500px;}
.index_news_list .list03 a{height: 235px;}
.index_news_list .list04 a{height: 235px;}


@media only screen and (max-width: 1400px){
    .index_Hot .yx_iyyContent h3{font-size:20px;}
	.index_Hot .yx_iyyContent .yx_list .yx_Summary{font-size:15px;}
	.index_Hot .yx_iyyContent .yx_list{padding:30px 0;}
	.index2Right .irBox .irBox1{font-size:32px;}
	.index_news_list .list01 a{height:450px}
	.index_news_list .list02 a{height: 450px;}
	.index_news_list .list03 a{height: 210px;}
	.index_news_list .list04 a{height: 210px;}
	.index_header .box .nav .item .select .main_ li a{font-size:14px;}
}

@media screen and (max-width:992px) {
	.yx_IOCBox{flex:0 0 100%;}
	.yx_IOImg{width:100%;padding-bottom:80%;margin-top:20px;}
	.index_Hot .yx_iyyLeft{margin: 20px auto 0;}
	.index_Hot .yx_InMore{margin-top:20px;font-size: 14px;}
	.index_Hot .yx_iyyContent h3{font-size: 16px;}
	.index_Hot .yx_iyyContent .yx_list .yx_Summary{font-size: 14px;line-height: 1.6;-webkit-line-clamp: 4;}
	.index_Hot .yx_iyyContent .yx_list{padding: 15px 0;}
	.index2Right .irBox .irBox1{font-size:32px;}
	.index_Hot .yx_iyyContent{height:auto}
	.index_news .yx_InMore{margin-top:20px;font-size: 14px;}
	
	.index_news .yx_InMore{margin-top:20px;font-size:14px}
	.index_news_list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:0}
	.index_news_list .list01{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}
	.index_news_list .list02{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2}
	.index_news_list .list03{-ms-grid-row:2;-ms-grid-column:1}
	.index_news_list .list04{-ms-grid-row:2;-ms-grid-column:2}
	.index_news_list .list05{-ms-grid-row:3;-ms-grid-column:1}
	.index_news_list .list06{-ms-grid-row:3;-ms-grid-column:2}
	.index_news_list .list01{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}
	.index_news_list .list02{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2}
	.index_news_list .list03{-ms-grid-row:2;-ms-grid-column:1}
	.index_news_list .list04{-ms-grid-row:2;-ms-grid-column:2}
	.index_news_list .list02 a{height:210px}
	.index_news_list .list01 a{height:400px}
	.index_news_list .list01 a .img{margin-top:30px;}
}
