.yx_InOne {
	background: rgba(247, 247, 247, 1);
	position: relative;
	z-index: 2;
}

.yx_InOne::before {
	content: '';
	display: block;
	left: -20%;
	width: 90%;
	background: #fff;
	position: absolute;
	height: 100%;
	transform: skewX(-31deg);
}

.yx_InOne::after {
	content: '';
	display: block;
	width: 55%;
	height: 100%;
	right: -20%;
	transform: skewX(-27deg);
	bottom: 48%;
	position: absolute;
	background: var(--yx_Color);
}

.yx_InOne .yx_Width {
	position: relative;
	z-index: 2;
}

.yx_InOne .g_item .yx_icon {
	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;
	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_FS14);
	color: #222;
}

.yx_InOne .g_t1 {
	margin-bottom: 8px;
}

.yx_InOne .g_t2 {
	font-size: 15px;
	color: #999;
}

.yx_InOne .numBox {
	padding-left: 8%;
}

.yx_InOne .g_item {
	width: 50%;
}

.yx_InOne .g_box {
	padding: 3vw 0;
	position: relative;
	z-index: 2;
	width: 75%;
}

.yx_InOne .yx_IOSearch {
	width: 25%;
	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_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% - 36px)
	}

	.yx_InOne.g_num {
		font-size: 28px;
	}
}


/**/

.yx_BIN_Tit {
	width: 100%;
	text-align: center;
}

.yx_BIN_Tit p {
	font-size: var(--yx_FS60);
	color: var(--yx_Color);
	line-height: 120%;
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-family: DINCondensed !important;
	text-transform: uppercase;
	text-align: center;
}

.yx_BIN_Tit h3 span {
	font-size: var(--yx_FS36) !important;
	color: #222;
	letter-spacing: 5px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.yx_BIN_Tit {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.yx_BIN_Tit {
		padding: 0px;
	}

	.yx_BIN_EN {
		display: none !important;
	}
}

.index_news .yx_BIN_EN {
	color: transparent;
}

.yx_ITHCon {
	margin: var(--yx_FS48) auto var(--yx_FS60);
	max-width: 1300px;
	text-align: center;

}


.yx_Ibtn1 {
	padding: 0.07rem;
	background: var(--yx_Grad);
	position: relative;
	border-radius: 50px;
	font-size: 0.16rem;
	color: #fff;
	overflow: hidden;
	display: inline-block;
	transition: all 0.6s;
}

.yx_Ibtn1::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	background: var(--yx_Color);
	left: 50%;
	filter: blur(5px);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.8s;
	z-index: 2;
}

.yx_Ibtn1 .yx_icon {
	width: 0.48rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	font-size: 0.18rem;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 0.24rem;
	transition: all 0.6s;
	position: relative;
	z-index: 2;
	color: var(--yx_Color);
	transition: all 0.6s;
}

.yx_Ibtn1 span {
	font-size: 0.16rem;
	display: inline-block;
	line-height: 100%;
	position: relative;
	z-index: 2;
	margin: 0 0.1rem 0.14rem 0;
	text-transform: capitalize;
	transform: translateY(-1px);
}

.yx_Ibtn1:hover::before {
	width: 400px;
	filter: blur(0px);
	height: 400px;
}

.yx_Ibtn1:hover .yx_icon {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.yx_Ibtn1:hover {
	box-shadow: rgba(37, 39, 138, 0.2) 0px 0.24rem 0.6rem 0px;
	color: #fff;
}

.index_news {
	background-size: cover;
	background: linear-gradient(transparent, #d8eaf4);
	background-attachment: fixed;
}

.index_news .new_Width {
	overflow: hidden;
}

.index_news .new_Width .banner {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	;
}

.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;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.index_news .box .banner .swiper-slide .item:after {
	content: '';
	display: block;
	width: 0px;
	height: 2px;
	background: var(--yx_Grad);
	left: 0;
	bottom: -1px;
	transition: all 0.6s;
	position: absolute;
}

.index_news .box .banner .swiper-slide .item .yx_Year {
	display: block;
	font-size: 0.42rem;
	line-height: 100%;
	font-weight: bold;
	color: #999;
	transition: all 0.6s;
}

.index_news .box .banner .swiper-slide .item .yx_Time {
	font-size: 0.14rem;
	color: #999;
	transition: all 0.6s;
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover {
	overflow: hidden;
	/* padding-bottom: 50%; */
	display: none;
}

/* .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 .content1 {
	padding: var(--yx_FS30) var(--yx_FS24);
	position: relative;
}

.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;
	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.2rem;
}

.index_news .box .banner .swiper-slide .item .content1 p {
	font-size: 0.14rem;
	color: #999;
}

.index_news .box .banner .swiper-slide .item .content1 p .yx_icon {
	margin-right: 0.1rem;
	transition: all 0.6s;
	font-size: 0.16rem;
}

.index_news .box .banner .swiper-slide .item:hover .yx_icon {
	color: var(--yx_Color);
}

.index_news .box .banner .swiper-slide .item:hover {
	-webkit-box-shadow: 0px 0px 12px #eee;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 0.2rem 0px;
}

.index_news .box .banner .swiper-slide .item:hover::after {
	width: 100%;
}

.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);
}


/*yx_InTYs*/
.index_yyly .yx_BIN_Tit,
.index_yyly .yx_BIN_Tit p {
	text-align: left;
}

.index_yyly {
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

@keyframes rotate3 {
	0% {
		rotate: 0deg;
	}

	100% {
		rotate: 360deg;
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1);
	}
}

.index_yyly>.yx_bgimg {
	position: absolute;
	right: -13%;
	bottom: -40%;
	width: 40vw;
	filter: blur(10px);
}

.index_yyly>.yx_bgimg1 {
	position: absolute;
	left: -10%;
	top: -10%;
	opacity: 0.2;
}

.index_yyly>.yx_bgimg img {
	width: 100%;
	height: auto;
	object-fit: contain;
	-webkit-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
	-webkit-filter: blur(18px);
	filter: blur(18px);
}

.index_yyly>.yx_bgimg1 img {
	-webkit-animation: rotate3 6s linear infinite;
	animation: rotate3 6s linear infinite;
	-webkit-filter: blur(30px);
	filter: blur(30px);
}

.index_yyly .yx_iyyLeft {
	width: 60%;
	margin-left: 40%;
	box-sizing: border-box;
	padding: 0.55rem 0rem 0.3rem 0.5rem;
}

.index_yyly .yx_iyyContent {
	margin-top: 0.28rem;
	height: 400px;
	overflow: hidden;
}

.index_yyly .yx_iyyContent .yx_list {
	padding: 0.14rem 0;
	position: relative;
	transition: all 0.6s;
	cursor: pointer;
}

.index_yyly .yx_iyyContent .yx_list::after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background-color: var(--yx_Color);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s;
}

.index_yyly .yx_iyyContent .yx_Con {
	max-height: 0px;
	overflow: hidden;
	transition: all 0.6s;
}

.index_yyly .yx_iyyContent .yx_list .yx_Summary {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 180%;
	margin: 0.1rem 0 0.1rem;
}

.index_yyly .yx_iyyContent .yx_list .yx_Con a {
	display: inline-block;
	border-radius: 48px;
	padding: 8px 0.24rem;
	font-size: var(--yx_FS14);
	text-align: center;
	font-weight: bold;
	border: 2px solid var(--yx_Color);
	text-align: center;
	color: var(--yx_Color);
	margin-bottom: 0.18rem;
	transition: all 0.6s;
}

.index_yyly .yx_iyyContent .yx_list .yx_Con a:hover {
	background-color: var(--yx_Color);
	color: #fff;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active {
	margin-bottom: 0.14rem;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active .yx_Con {
	max-height: 400px;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active::after {
	width: 100%;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active h3 {
	color: var(--yx_Color);
	font-size: 0.24rem;
}

.index_yyly .yx_iyyContent .yx_list.yx_Active h3 em {
	font-size: 0.42rem;
}

.index_yyly .yx_iyyContent h3 {
	font-size: var(--yx_FS16);
	color: #2a2a2a;
	transition: all 0.6s;
	font-weight: bold !important;
}

.index_yyly .yx_iyyContent h3 i {
	display: block;
	font-size: 0.3rem;
	color: var(--yx_Color);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_yyly .yx_iyyContent h3 em {
	transition: all 0.6s;
	font-weight: bold !important;
}

.index_yyly .yx_iyyRight {
	position: absolute;
	width: 40%;
	left: 0;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.index_yyly .yx_iyyRight .yx_list {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
}

.index_yyly .yx_iyyRight .yx_ImgCover {
	height: 100%;
	width: 100%;
	transition: all 0.8s;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.index_yyly .yx_iyyRight .yx_Active .yx_ImgCover {
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);

}

/**/
.yx_Inxitong {
	position: relative;
}
.yx_Inxitong img{
	width: 100%;
	height: auto;
}
.yx_Inxitong .yx_Width {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	bottom: 15%;
}
.yx_Inxitong .yx_Width .yx_Summary{
	    width: 34%;
	    line-height: 220%;
	    font-size: 0.16rem;
	    color: #666;
	    margin-top: 0.7rem;
	    -webkit-line-clamp: 10;
}
.yx_Inxitong .yx_BIN_Tit p,
.yx_Inxitong .yx_BIN_Tit {
	text-align: left;
}

.yx_Inxitong .list {
	position: absolute;
	z-index: 9;
}

.yx_360Btn {
	padding: 0;
	display: flex;
	width: 36px;
	height: 36px;
	position: relative;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_360Btn::before {
	content: '';
	position: absolute;
	top: -7px;
	left: -7px;
	height: 50px;
	width: 50px;
	background: var(--yx_CTwo);
	border-radius: 50%;
	box-shadow: 0 0 4px var(--yx_CTwo), 0 0 10px var(--yx_CTwo) inset;
	opacity: 1;
	filter: alpha(opacity=0);
	animation: warn 2s ease-out both;
	animation-iteration-count: infinite;
}

.yx_360Btn::after {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	height: 75px;
	width: 75px;
	background: var(--yx_CTwo);
	border-radius: 50%;
	box-shadow: 0 0 4px var(--yx_CTwo), 0 0 10px var(--yx_CTwo) inset;
	opacity: 0;
	filter: alpha(opacity=0);
	animation: warn 2s ease-out both;
	animation-iteration-count: infinite;
	transition: all 0.6s;
}

.yx_360 .list:hover .yx_360Btn::after {
	opacity: 1;
}

.yx_360 .list:hover .yx_360Btn {
	border: 2px solid #fff;
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1.3.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1);
		opacity: 0
	}
}

.yx_360Btn .dian {
	display: flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--yx_CTwo);
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: all 0.6s;
}

.yx_360Btn .dian .yx_icon {
	font-size: 12px;
}

.yx_360Btn .dian P {
	font-size: var(--yx_FS16);
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	left: 50%;
	position: absolute;
	border-radius: 36px;
	background: var(--yx_CTwo);
	width: 120px;
	text-align: center;
	padding: 10px 0;
	transition: all 0.6s;
}

.yx_360Btn:hover .dian P {
	transform: translate(-50%, -50%) scale(1);
}

.yx_360Btn:hover:before,
.yx_360Btn:hover:after {
	visibility: hidden;
}

.yx_Inxitong.yx_Summary {
	width: 36%;
	line-height: 220%;
	font-size: 0.17rem;
	color: #666;
	margin-top: 0.7rem;
	-webkit-line-clamp: 10;
}

/*anli*/
.yx_syPro .yx_BIN_Tit,
.yx_syPro .yx_BIN_Tit p {
	text-align: left;
}

.yx_syPro .yx_BIN_Tit {
	width: calc(100% - 200px);
}

@keyframes circle2 {
	from {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}


.yx_syPro {
	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.yx_syPro .yx_InCase {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0.5rem 0;
	align-items: center;
	overflow: hidden;
}

.yx_syPro .yx_InCase::before {
	content: '';
	display: block;
	width: 100vw;
	left: 50%;
	top: 0;
	z-index: 5;
	position: absolute;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, .1);
	height: 1px;
	;
}

.yx_syPro .yx_CaseSwiper {
	width: 75%;
	overflow: visible !important
}

.yx_syPro .yx_SB_Box {
	width: 25%;
	height: 100%
}

.yx_syPro .yx_SwiperBtnBox {
	width: 150px;
	height: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

.yx_syPro .yx_SwiperBtnBox:before {
	content: '';
	display: block;
	width: 1px;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%
}

.yx_syPro .yx_SB_Box .yx_SwiperBtn {
	width: 100%;
	position: relative;
	z-index: 3;
	cursor: pointer;
}

.yx_syPro .yx_SB_Box .yx_SwiperBtn .yx_icon {
	background: #e5e5e5;
	display: block;
	line-height: var(--yx_FS60);
	height: var(--yx_FS60);
	text-align: center;
	font-size: var(--yx_FS16);
	color: #666;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.6s;
	border-radius: 50%;
	width: var(--yx_FS60)
}

.yx_syPro .yx_SB_Box .yx_Next .yx_icon {
	margin-top: var(--yx_FS24);
	background: var(--yx_Color);
	color: #fff
}

.yx_syPro .yx_SB_Box .yx_SwiperBtn:hover .yx_icon {
	background: var(--yx_CTwo);
	color: #fff
}

.yx_syPro .yx_ConBox .p_info {
	max-width: 0px;
	transition: all 0.6s;
	overflow: visible;
	width: 45%;
	padding-right: 0%;
}

.yx_syPro .yx_Ct {
	background: var(--yx_CTwo);
	border-radius: 36px;
	font-size: 16px;
	padding: 6px 20px;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	yx_FS30 font-weight: 500;
	transform: translateY(30px);
	margin-bottom: var(--yx_FS30);
}

.yx_syPro .swiper-slide-active .yx_ConBox .p_info {
	max-width: 4000px !important
}

.yx_syPro .yx_ConBox .p_info>div {
	min-width: 300px;
	padding-right: 5%;
	margin-bottom: 0.4rem;
}

.yx_syPro .yx_ConBox .p_info>div * {
	transition: all 0.8s;
	opacity: 0
}

.yx_syPro .swiper-slide-active .yx_ConBox .p_info>div * {
	opacity: 1 !important;
	transform: translateY(0) !important
}

.yx_syPro .yx_ConBox .yx_CTit {
	font-size: var(--yx_FS42);
	color: var(--yx_Color);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	transform: translateY(80px)
}

.yx_syPro .yx_ConBox .yx_CTit2 {
	font-size: var(--yx_FS36) !important;
	font-weight: 400 !important;
	color: #222;
}

.yx_syPro .yx_ConBox .yx_CSummary {
	color: #666;
	line-height: 200%;
	max-width: 90%;
	margin: var(--yx_FS24) 0 0.5rem;
	transform: translateY(180px);
}

.yx_syPro .yx_ConBox .yx_CSummary li {
	padding-left: 20px;
	position: relative;
	max-width: 450px;
	margin: 5px 0;
	font-size: var(--yx_FS16);
}

.yx_syPro .yx_ConBox .yx_CSummary li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 2px solid var(--yx_Color);
	left: 0;
	top: 12px;
}

.yx_syPro .yx_ConBox .yx_Sl_More {
	transition: all 0.6s;
	margin-top: var(--yx_FS72);
	transform: translateY(200px)
}

.yx_syPro .yx_ConBox .yx_CSBtn:hover {
	background: #393939
}

.yx_syPro .yx_ConBox .yx_CSBtn::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 var(--yx_FS60) var(--yx_FS60) 0;
	position: absolute;
	left: -100%;
	top: 0;
	transition: all 0.6s;
	background: rgba(0, 0, 0, 0.15);
	transform: none !important;
	padding: 0px;
	border: none
}

.yx_syPro .yx_ConBox .yx_CSBtn span {
	display: inline-block;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.yx_syPro .yx_ConBox .yx_CSBtn .yx_icon {
	font-size: 14px;
	margin-left: 14px;
	transition: all 0.6s
}

.yx_syPro .yx_ImgContain:before {
	position: absolute;
	width: 50%;
	height: 50%;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background-image: url(../images/cir2.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all 0.8s;
	animation: circle2 20s infinite linear;
}

.yx_syPro .swiper-slide-active .yx_ImgContain:before {
	opacity: 1 !important;
	width: 100% !important;
	height: 100% !important;
}

.yx_syPro .yx_ImgContain {
	padding-bottom: 55%;
	width: 26%;
	overflow: visible !important;
	transition: all 0.6s;
}

.yx_syPro .swiper-slide-active .yx_ImgContain {
	padding-bottom: 55% !important;
	width: 55% !important;
	border-radius: 50% !important;
}

.yx_syPro .yx_ImgContain a img {
	opacity: 0.3;
	filter: grayscale(100%);
	filter: gray;
	z-index: 2;
	transition: all 0.6s;
}

.yx_syPro .yx_ImgContain img {
	max-width: 80%;
	max-height: 90%;
}

.yx_syPro .yx_ImgContain a {
	display: block;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
}

.yx_syPro .p_info a {
	border-radius: 48px;
	color: var(--yx_Color);
	display: inline-block;
	padding: 14px 0.3rem;
	font-size: var(--yx_FS14);
	border: 2px solid var(--yx_Color);
}

.yx_syPro .p_info a .yx_icon {
	font-size: var(--yx_FS16);
	margin-left: 0.16rem;
	display: inline-block;
}

.yx_syPro .p_info a:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_syPro .swiper-slide-active .yx_ImgContain a img {
	opacity: 1 !important;
	filter: grayscale(0%) !important;
}

@media only screen and (max-width: 1366px) {
	.yx_syPro .yx_SwiperBtnBox {
		width: 130px
	}

	.yx_syPro .yx_ConBox .yx_CSummary {
		font-size: var(--yx_FS14) !important;
	}
}

/*end*/


/*yx_InAbout*/
.yx_InAbout .yx_BIN_Tit {
	width: 40%;
	margin-bottom: 0.24rem;
	text-align: left;
}
.yx_InAbout  .yx_Ibtn1::before{
	background: #fff;
}
.yx_InAbout .yx_Ibtn1:hover .yx_icon{
	background: var(--yx_Color);
}
.yx_InAbout .yx_Ibtn1:hover span{
	color: var(--yx_Color);
}
.yx_InAbout .yx_BIN_Tit p {
	text-align: left;
}

.yx_InAbout .big_data {
	width: 60%;
}

@keyframes yx_Bottom {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(24px);
	}

	100% {
		transform: translateY(0px);
	}
}


.yx_InAContent {
	background: url("../images/aboutbg.jpg") center center;
	background-size: cover;
	margin-top: 8.5vw;
	position: relative;
	padding-bottom: 0vw;
}

.yx_InAContent .btn {
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	top: 25%;
	left: 14%;
	animation: yx_Bottom 3s linear infinite !important;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_InAContent .btn>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: transparent;
	font-size: 0.36rem;
	color: #fff;
	transition: all 0.6s;
	box-shadow: #0052c0 0px 7px var(--yx_FS42) 0px;
}

.yx_InAContent .btn>div::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #0052c0;
	transition: all 0.6s;
	transform: translate(-50%, -50%);
}

.yx_InAContent .keli {
	position: absolute;
	height: 1.6rem;
	opacity: 0.05;
	left: 8.5%;
	top: -1.45rem;
	z-index: -1;
}
.yx_InAContent .keli  span{
	font-size: 18px;
	line-height: 2;
}

.yx_InAContent .btn>div {
	background: #0052c0;
}

.yx_InAContent .btn:hover>div::before {
	width: 130%;
	height: 130%;
	opacity: 0.5;
}

.yx_InAContent .btn i {
	display: inline-block;
	transform: rotateY(180deg) translateX(-2px);
}

.yx_InAContent>div {
	width: 90%;
	max-width: 1200px;
	margin: 0 0 0 auto;
	transform: translateY(-7vw);
}
.yx_InAContent>.abouright{
	transition: all 1s;
	    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.yx_InAContent>.abouright.animate__animated{
	    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}
.yx_InAContent .yx_IAC {
	background: linear-gradient(rgba(0, 82, 192, 0.9), rgba(0, 80, 179, 0.9));
	margin-right: -100%;
	padding-right: 100%;
	margin-left: 0;
	padding-left: 5%;
	padding-top: 3%;
	background-image: linear-gradient(rgba(0, 82, 192, 0.9), rgba(0, 80, 179, 0.9));
	padding-bottom: 1%;
/*	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);*/
}

.yx_InAContent .yx_IAC h3 {
	font-size: 0.4rem;
	font-weight: bold !important;
	color: #fff;
	line-height: 140%;
}

.yx_InAContent .yx_IAC h6 {
	font-size: var(--yx_FS16);
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

.yx_InAContent .yx_IAC p {
	font-size: 0.16rem;
	line-height: 200%;
	color: rgba(255, 255, 255, 0.8);
	-webkit-line-clamp: 6;
	margin: 0.36rem 0 0.7rem;
}

.yx_InAContent .yx_IAC div {
	padding: 0 15% 0% 5%;
}

/*end*/

/*video css*/
.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 99999;
}

.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}

.z_tanchuang .tbox .modal {
	background: white;
	padding: 30px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 80%;
	max-width: 1200px;
	max-height: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}

.z_tanchuang .tbox .modal .out {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #2a2a2a;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: -50px;
	cursor: pointer;
	transition: all 0.5s;
}

.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	max-height: 67vh;
}

.z_tanchuang .tbox .modal .img img {
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
	padding: 20px;
}

.z_tanchuang .tbox .modal .img {
	max-width: 1200px;
}

.z_tanchuang.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@-webkit-keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zhuan {
	from {
		transform: translate(-50%, -50%) rotate(0deg) scale(1);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg) scale(1);
	}
}

/*end*/