.index_ys {
	position: relative;
	background: url("../image/botfobg.jpg") center center no-repeat;
	background-size: cover;
	padding: 0.7rem 0;
}

.index_ys h3 {
	font-size: 0.36rem !important;
	color: #fff;
	line-height: 200%;
	text-align: left;
}

.index_ys p {
	font-size: 0.16rem;
	letter-spacing: 2px;
	color: #fff;
	opacity: 0.8;
	margin-bottom: 0.16rem;
}

.index_ys a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 200px;
	font-size: var(--yx_FS16);
	color: #fff;
	border: 2px solid #fff;
	padding: 14px 5%;
	margin-left: 0.24rem;
	border-radius: 0.48rem;
	line-height: 24px;
	transition: all 0.6s;
}

.index_ys a:hover {
	background-color: #fff;
	color: var(--yx_Color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.index_ys a:hover .yx_icon {
	color: var(--yx_Color);
}

.index_ys a .yx_icon {
	font-size: var(--yx_FS24);
	color: #fff;
	display: inline-block;
	margin-right: 16px;
	line-height: 24px;
}

.index_ys .yx_Width>.yx_flex {
	z-index: 2;
	position: relative;
}

/*yx_btn1*/
.yx_Btn1 {
	background-image: linear-gradient(to right, var(--yx_Color), var(--yx_CTwo), var(--yx_Color), var(--yx_CTwo));
	background-size: 300% 100%;
	background-position: 100% 0;
	transition: background-position .6s ease-in-out;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px;
	justify-content: space-between;
	width: 180px;
	border-radius: 46px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.yx_Btn1 span {
	padding-left: 10%;
	font-size: var(--yx_FS16);
	transition: all 0.6s;
}

.yx_Btn1 .anim {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.yx_Btn1 .anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.yx_Btn1 .anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.yx_Btn1 .yx_icon {
	position: relative;
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border-radius: 50%;
	background-color: var(--yx_Color);
	color: #fff;
	line-height: var(--yx_FS48);
	text-align: center;
	display: block;
	font-size: var(--yx_FS22);
	transition: all 0.6s;
}

.yx_Btn1:hover {
	background-position: initial;
}

.yx_Btn1:hover .anim {
	animation: anim-out .75s;
}

.yx_Btn1:hover .anim:after {
	animation: anim-out-pseudo .75s;
}

.yx_Btn1:hover span {
	padding-left: 15%;
}

.yx_Btn1:hover .yx_icon {
	background: rgba(0, 0, 0, 0.0);
}

.yx_Btn1:hover {
	color: #fff;
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.5);
	}

	100% {
		background: transparent;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}


/*banner*/
.z_page_swiper {
	width: 100%;
	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%;
	overflow: hidden;
}

.z_banner .picBox {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.z_banner .picBox .imgbg {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-size: cover;
	transform: scale(1.1);
	transition: all 1.4s;
	filter: blur(10px) !important;
}

.z_banner .swiper-slide-active .imgbg {
	transform: scale(1) !important;
	filter: blur(0) !important;
}

.z_banner .p_info_fivebox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.z_banner .p_info_fivebox .yx_Title {
	color: #fff;
	font-size: 0.48rem;
	line-height: 140%;
	transition: all ease .8s .6s;
	opacity: 0;
}

.z_banner .p_info_fivebox .yx_TitTwo {
	color: rgb(255 255 255 / 100%);
	font-family: arial;
	font-size: 0.6rem;
	line-height: 139%;
	transition: all ease .8s .3s;
	opacity: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-bottom: 0.2rem;
	margin-bottom: 0.3rem;
}

.z_banner .p_info_fivebox .yx_TitTwo:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	height: 3px;
	width: 96%;
	background: #fff;
}

.z_banner .p_info_fivebox2 .yx_Title {
	color: var(--yx_Color) !important;
}

.z_banner .p_info_fivebox2 .yx_TitTwo {
	color: var(--yx_Color) !important;
}

.z_banner .p_info_fivebox2 .yx_TitTwo:after {
	background: var(--yx_CTwo) !important;
}

.z_banner .p_info_fivebox .yx_Sum {
	font-size: 0.22rem;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 300;
}

.z_banner .p_info_fivebox .p_button {
	width: 160px;
	margin: 1rem 0 0;
	width: 160px;
	color: #fff;
	padding: 12px 5px;
	text-align: center;
	display: flex;
	font-size: 15px;
	opacity: 0;
	border: 2px solid #fff;
	border-radius: var(--yx_FS72);
	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(https://www.desuman.net/template/default/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 {
	color: #fff;
	font-family: Humanist521BT;
}

.z_banner_num .index {
	font-size: 2.08333vw;
	font-weight: bold;
}

.z_copy {
	position: absolute;
	right: 8.33333vw;
	bottom: 2.6vw;
	z-index: 2;
	color: #fff;
	font-size: 12px;
}

.z_banner_sb {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2%;
	color: #fff;
	z-index: 2;
	text-align: center;
}

.z_banner_sb .icon {
	display: block;
	margin: 0 auto;
	width: 0.32rem;
	animation: moves 2s linear infinite;
}

.z_banner .yx_BanBtnBox {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.24rem;
}

.z_banner .yx_BanBtnBox img {
	margin: 0 0.3rem;
	display: inline-block;
	transform: translateY(-2px);
}

.z_banner .btn {
	cursor: pointer;
	color: #fff;
	z-index: 2;
	line-height: 25px;
	text-transform: capitalize;
}


/*end*/
.yx_InTitBox h3 {
	line-height: var(--yx_FS45);
	font-size: var(--yx_FS45);
	color: var(--yx_Color);
	position: relative;
	font-weight: bold !important;
}

.yx_InTitBox h4 {
	line-height: 200%;
	font-size: var(--yx_FS18);
	color: var(--yx_CTwo);
	position: relative;
	text-transform: capitalize;
}

.yx_InTitBox P {
	font-size: var(--yx_FS14);
	color: #999;
	margin-top: var(--yx_FS30);
}


/**/
.yx_InMore {
	display: block;
	width: 220px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #dcdcdc;
	font-size: 14px;
	color: #666;
	padding-right: 0.3rem;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.yx_InMore:before {
	content: '';
	width: 25%;
	height: 2px;
	background: #dcdcdc;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 20px 0 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.yx_InMore:hover {
	color: #fff;
	background-color: var(--yx_Color);
	border-color: var(--yx_Color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_InMore:hover::before {
	background-color: #fff;
}

.yx_InTwo {
	background: rgba(247, 247, 247, 1);
}

.yx_BIN_Tit {
	width: calc(100% - 200px);
}

.yx_BIN_Tit .yx_BIN_EN {
	-webkit-text-stroke: 1px #eee;
	font-size: 7.5vw;
	font-weight: bold;
	text-transform: uppercase;
	color: #f7f7f7;
	position: absolute;
	left: -5%;
	line-height: 80%;
	top: 0;
}

.yx_BIN_Tit p {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	line-height: 260%;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
}

.yx_BIN_Tit h3 span {
	font-size: var(--yx_FS48) !important;
	font-weight: bold;
	color: #333333;
	position: relative;
	z-index: 2;
}

.yx_BIN_Tit {
	position: relative;
	padding-top: var(--yx_FS36);
}

@media only screen and (max-width: 768px) {
	.yx_BIN_Tit {
		padding: 0px;
	}

	.yx_BIN_EN {
		display: none !important;
	}
}

.yx_InTwoPro {
	margin-top: var(--yx_FS60);
}

.yx_InTwo .yx_InTitBox h3 {
	color: #fff;
}

.yx_InTwo .yx_IOContent * {
	color: #fff;
}

.yx_InTwo .yx_IOContent p {
	margin: 8px 0 var(--yx_FS24);
	color: rgba(255, 255, 255, 0.68);
}

.yx_InTwo .yx_W,
.index_news .yx_W {
	width: 95%;
	margin-left: auto;
	margin-right: 0px;
	max-width: 1770px;
}

.yx_InTwo .yx_InTitBox .dot em {
	background-color: #fff;
}

.yx_InTwo .yx_ITBack {
	position: absolute;
	width: 100%;
	height: 70%;
	content: '';
	display: block;
	background: url(https://www.desuman.net/template/default/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(https://www.desuman.net/template/default/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;
}

.index_news .swiper-container {
	overflow: visible;
}

.index_news .swiper-slide-prev {
	opacity: 0;
	pointer-events: none;
}

.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(https://www.desuman.net/template/default/image/jkdjkjfkdj.jpg) center top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -30%;
	z-index: -1;
	opacity: 0.65;
}

.yx_InThree .yx_InMore {
	background-color: var(--yx_Color);
}

.yx_InThree .yx_InMore * {
	color: #fff;
}

.yx_InThree .big_data {
	width: 1200px;
	margin: var(--yx_FS72) auto var(--yx_FS36);
}


.index_news {
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
	background-attachment: fixed;
}

.index_news .box .banner .swiper-slide {
	transition: all 0.3s;
}

.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;
	overflow: hidden;
	transition: 0.4s;
	background-color: #fff;
	padding: 0.36rem 0.24rem 0.3rem;
	border-right: 1px solid #eee;
	position: relative;
	border-radius: 0.24rem;
}

.index_news .box .banner .swiper-slide .item .yx_Year {
	display: block;
	font-size: 0.42rem;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	transition: all 0.6s;
}

.index_news .box .banner .swiper-slide .item .yx_Time {
	font-size: 0.14rem;
	color: #999;
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover {
	overflow: hidden;
	padding-bottom: 65%;
	border-radius: 0.1rem;
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover img {
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_news .box .banner .swiper-slide .item .content2 {
	font-size: 0.16rem;
	color: var(--yx_Color);
}

.index_news .box .banner .swiper-slide .item .content3 {
	font-weight: 500;
	font-size: 0.18rem;
	line-height: 0.35rem;
	margin-top: 0.24rem;
	color: #000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.index_news .box .banner .swiper-slide .item .content4 {
	font-size: 0.14rem;
	line-height: 0.28rem;
	color: #999;
	margin: 0.16rem 0 0.36rem;
}

.index_news .box .banner .swiper-slide .item .yx_flex {
	margin: 0.24rem 0 0;
	color: var(--yx_CTwo);
	position: relative;
	font-size: 0.16rem;
	transition: all 0.6s;
}

.index_news .box .banner .swiper-slide .item .yx_flex span {
	display: inline-block;
	line-height: 100%;
}

.index_news .box .banner .swiper-slide .item .yx_flex .yx_icon {
	width: 28px;
	height: 28px;
	background-color: var(--yx_Color);
	color: #fff;
	line-height: 28px;
	text-align: center;
	transition: all 0.6s;
	margin-left: 0.3rem;
	border-radius: 50%;
}

.index_news .box .banner .swiper-slide .item:hover .yx_flex::before {
	width: 100%;
}

.index_news .box .banner .swiper-slide .item:hover .yx_icon {
	transform: rotate(45deg);
	background-color: var(--yx_CTwo);
}

.index_news .yx_NewsPage {
	font-size: 0.14rem;
	color: var(--yx_CTwo);
}

.index_news .box .banner .swiper-slide .item:hover {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 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;
}


@keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}

	to {
		transform: rotateZ(360deg);
	}
}

.z_index_tit .en {
	font-size: 0.3rem;
	font-family: Montserrat;
	text-transform: uppercase;
	line-height: 2vw;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.z_index_tit .cn {
	font-size: 0.48rem;
	font-weight: bold;
	margin-top: 8px;
}

.z_index_tit .en::before {
	content: "";
	display: block;
	width: 0%;
	height: 12px;
	background-image: linear-gradient(to left, var(--yx_Color), rgba(0, 160, 233, 0.1));
	transition: ease 1.5s;
	transition-delay: .5s;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: -1;
}

.z_index_tit.animate__animated .en::before {
	width: 100%;
}

.yx_Ibtn1 {
	padding: 0.07rem 5px 0.06rem 0.08rem;
	background: transparent;
	border: 2px solid #dcdcdc;
	position: relative;
	border-radius: 50px;
	font-size: 0.16rem;
	color: #4a4a4a;
	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.42rem;
	height: 0.42rem;
	text-align: center;
	line-height: 0.42rem;
	font-size: 0.18rem;
	background: var(--yx_Color);
	display: inline-block;
	border-radius: 50%;
	margin-right: 0.24rem;
	transition: all 0.6s;
	position: relative;
	z-index: 2;
	color: #fff;
	transition: all 0.6s;
}

.yx_Ibtn1:hover {
	border-color: var(--yx_Color);
	background: var(--yx_Color);
}

.yx_Ibtn1 span {
	font-size: 0.16rem;
	display: inline-block;
	line-height: 100%;
	position: relative;
	z-index: 2;
	margin: 0 0.24rem 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: #fff;
	color: var(--yx_Color);
}

.yx_Ibtn1:hover {
	box-shadow: rgba(0, 160, 233, 0.2) 0px 0.24rem 0.6rem 0px;
}

.yx_Ibtn1:hover span {
	color: #fff;
}

/*end*/

/*case*/
.yx_index_Ca {
	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
	padding-bottom: 1rem !important;
}

.yx_index_case .banner {
	width: 60%;
	max-width: 768px;
	margin: 0 auto;
}

.yx_index_case .swiper-container {
	overflow: visible !important;
}

.yx_index_case .yx_CaseList {
	display: block;
	overflow: hidden;
	transition: all 0.6s;
}

.yx_index_case .yx_CaseList .yx_ImgCover {
	padding-bottom: 64%;
	border-radius: 10px;
}

.yx_index_case .yx_CaseList .yx_Title {
	font-size: var(--yx_FS18);
	color: #fff;
	text-align: center;
	padding: 0 10%;
	margin-top: 0.24rem;
}

.yx_index_case .yx_IconBox {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	box-shadow: 0 0 0.36rem rgba(0, 0, 0, .1);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), transparent, rgba(255, 255, 255, 0.65));
}

.yx_index_case .yx_IconBox .yx_icon {
	font-size: 0.72rem;
	color: #fff;
	transition: all 0.6s;
	text-shadow: 0 0 0.36rem rgba(0, 0, 0, .1);
}

.yx_index_case .yx_CaseList:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_index_case .yx_CaseList:hover .yx_IconBox {
	background: transparent;
}

.yx_index_case .yx_CaseList:hover .yx_IconBox .yx_icon {
	transform: scale(0.9);
}

.yx_index_Ca .swiper-slide {
	padding: 0 0 80px;
}

.yx_index_Ca .yx_TitBox {
	margin-bottom: 0.3rem !important;
}

.yx_index_Ca .yx_CaList {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.yx_CaList .yx_ImgCover {
	padding-bottom: 78%;
	border-radius: 10px;
	width: 100%;
}

.yx_CaList:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_CaList .yx_CaContent {
	width: 80%;
	border-radius: 5px;
	transform: translateY(50%);
	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 2;
	transition: all 0.6s;
	background: #f4f9fa;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 0.24rem 0.24rem;
}

.yx_CaList .yx_CaContent .yx_Title {
	font-size: 0.2rem;
	line-height: 1.2;
	margin-bottom: 0.1rem;
	color: #191919;
	font-weight: 700;
	padding: 0 0.2rem;
	text-transform: capitalize;
	position: relative;
}

.yx_CaList .yx_CaContent .yx_Title:before {
	content: '';
	width: 6px;
	border-radius: 45%;
	height: 6px;
	background-color: var(--yx_Color);
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.yx_CaList .yx_CaContent p {
	font-size: var(--yx_FS14);
	color: #999;
	padding: 0 0.22rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.yx_CaList .yx_CaContent .yx_icon {
	width: 0.48rem;
	border-radius: 50%;
	height: 0.48rem;
	position: absolute;
	right: 0.24rem;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--yx_FS14);
	color: #fff;
	transition: all 0.6s;
	transform: translateY(50%);
	background-color: var(--yx_Color);
}

.yx_index_Ca .swiper-slide:hover .yx_icon {
	background-color: var(--yx_CTwo);
	transform: translateY(40%) scale(1.1);
}

/*end*/

/*yx_YsAbout*/
.yx_YsAbout {
	position: relative;
	background: #f7f7f7;
}

.yx_YsAbout .yx_YsARight {
	position: absolute;
	width: 45%;
	right: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
}

.yx_YsAbout .yx_YsARight .yx_img {
	width: 100%;
	height: 100%;
}

.yx_YsAbout .yx_YsARight img {
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.yx_YsAbout .yx_YsALeft {
	width: 46%;
	padding-bottom: 2.6rem;
}

.yx_YsAbout .yx_YsALeft h4 {
	font-size: var(--yx_FS24);
	color: #4a4a4a;
	display: block;
	margin-top: 0.36rem !important;
}

.yx_YsAbout .yx_YsALeft .yx_AContent {
	margin: 0.24rem 0 0;
	padding-top: 0.24rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.yx_YsAbout .yx_YsALeft .yx_AContent p {
	font-size: var(--yx_FS16);
	color: #2a2a2a;
	opacity: 0.8;
	line-height: 220%;
	margin-bottom: var(--yx_FS14);
}

.yx_YsAbout .yx_YsALeft .yx_AContent .yx_Ibtn1 {
	margin-bottom: 0.42rem;
}

.yx_YsAbout .yx_Ibtn1 {
	margin: 0.24rem 0 0.6rem;
}

.yx_YsAbout .yx_iconfont {
	font-size: var(--yx_FS42);
	color: #fff !important;
	line-height: var(--yx_FS42);
}

.yx_YsAbout .yx_NumGd {
	font-size: var(--yx_FS42);
	color: #fff;
	line-height: var(--yx_FS42);
	font-weight: bold;
	margin: 0 5px 0 10px;
}

.yx_YsAbout .yx_NumBox:nth-child(1) .yx_Num {
	font-size: var(--yx_FS38) !important;
}

.yx_YsAbout .yx_Num {
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 0.12rem;
	font-size: var(--yx_FS18) !important;
}

.yx_YsAbout .yx_Num p {
	font-size: var(--yx_FS18) !important;
}

.yx_YsAbout .yx_NumBox h6 span {
	font-size: var(--yx_FS14) !important;
	color: #fff;
	opacity: 0.6;
}

.yx_YsAbout .yx_NumBox {
	width: auto;
	text-align: center;
}

.yx_YsAbout .yx_Width {
	position: relative;
}

.yx_YsAbout .yx_H_Num {
	position: absolute;
	z-index: 9;
	width: 90%;
	left: 0;
	background: var(--yx_Grad);
	padding: 0.36rem 0.72rem 0.3rem;
	border-radius: 10px;
}

.yx_YsAbout .yx_H_Num em {
	display: block;
	width: 1px;
	height: 0.6rem;

	background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 768px) {
	.yx_YsAbout .yx_H_Num {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.yx_YsAbout .yx_NumBox {
		width: 49%;
		margin: 0 0 24px !important;
	}

	.yx_YsAbout .yx_NumBox:nth-child(3) {
		width: 100%;
	}
}


.yx_SwiperHonor {
	width: 58%;
	margin: 0 0 0.24rem auto !important;
}

.yx_HonorList {
	background: rgba(255, 255, 255, 0.4);
	padding: var(--yx_FS14) var(--yx_FS14) var(--yx_FS18);
	transition: all 0.6s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
}

.yx_HonorList .yx_ImgContain {
	width: 100%;
	padding-bottom: 75%;
	background: #fff;
}

.yx_HonorList .yx_ImgContain img {
	max-width: 96%;
	max-height: 96%;
}

.yx_HonorList .yx_Title {
	font-size: var(--yx_FS16);
	color: #666;
	text-align: center;
	padding: var(--yx_FS22) 0 0;
	transition: all 0.6s;
}

.yx_HonorList:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(0.9);
}

.yx_HonorList:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yx_HonorList:before {
	content: '';
	display: block;
	width: 200%;
	height: 200%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.3);
	position: absolute;
	z-index: 2;
	filter: blur(100px);
	background: var(--yx_Color);
	opacity: 0;
	transition: all 0.6s;
}

.yx_HonorList .yx_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	curosr: pointer;
	z-index: 3;
	width: var(--yx_FS72);
	height: var(--yx_FS72);
	max-width: 65px;
	max-height: 65px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.6s;
	color: var(--yx_Color);
	opacity: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	font-size: var(--yx_FS22);
	transform: translate(-50%, -50%) scale(0.6);
}

.yx_HonorList:hover::before {
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.8;
	filter: blur(0px);
}

.yx_HonorList:hover .yx_ImgContain img {
	filter: blur(5px);
}

.yx_HonorList:hover .yx_ImgContain .yx_icon {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.yx_BigBox {
	position: fixed;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.75);
}

.yx_BigBox .yx_BigContent {
	background: #fff;
	padding: var(--yx_FS18);
	border-radius: 10px;
	box-shadow: 0 0 16px rgb(0 0 0 / 50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.yx_BigBox .yx_Img img {
	width: auto;
	max-width: 80vw;
	max-height: 80vh;
	height: auto;
}

.yx_BigClose {
	position: absolute;
	right: 3%;
	top: 3%;
	background: #2a2a2a;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yx_yzyYs .yx_YYLeft {
	width: 40%;
}

.yx_yzyYs .yx_YYLeft ul li {
	position: relative;
	padding-left: 0.3rem;
	font-size: var(--yx_FS16);
	margin-bottom: 0.2rem;
	line-height: 140%;
	color: #4a4a4a;
	display: table;
	padding-bottom: 0.2rem;
}

.yx_yzyYs .yx_YYLeft ul li span {
	font-size: 0.3rem;
	font-weight: bold;
	color: var(--yx_CTwo);
	font-style: italic;
	margin-right: 0.12rem;
}

.yx_yzyYs .yx_YYLeft ul li:before {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.1);
	opacity: 1;
	left: 0;
	bottom: -4px;
	content: '';
}

.yx_yzyYs .yx_YYLeft ul li:after {
	width: 100%;
	height: 1px;
	position: absolute;
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0.2rem;
}

.yx_yzyYs {
	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.yx_yzyYs .yx_SwiperHonor {
	overflow-y: visible !important;
}

.yx_yzyYs .yx_SbtnBox {
	position: absolute;
	top: 0.24rem;
	right: 0;
	z-index: 9;
	cursor: pointer;
}

.yx_yzyYs>.yx_Width {
	position: relative;
}

.yx_yzyYs .yx_SbtnBox .yx_SBtn {
	cursor: pointer;
	transition: all 0.6s;
}

.yx_yzyYs .yx_SbtnBox .yx_SBtn i {
	font-size: 0.2rem;
}

.yx_yzyYs .yx_SbtnBox .yx_SBtn:hover i {
	color: var(--yx_Color);
}

.yx_yzyYs .yx_SbtnBox .yx_Page {
	margin: 0 0.24rem;
	font-size: 0;
}

.yx_yzyYs .yx_SbtnBox .yx_Page span {
	margin: 0 5px;
}

.yx_yzyYs .yx_SbtnBox .yx_Page span.swiper-pagination-bullet-active {
	background: var(--yx_Color);
}

.yx_yzyYs {
	position: relative;
	overflow: hidden;
}

.yx_yzyYs .yx_bg1 {
	width: 50%;
	position: absolute;
	right: -10%;
	top: -10%;
	height: auto;
	object-fit: contain;
	-webkit-animation: pulse 5s linear infinite;
	animation: pulse 5s linear infinite;
	-webkit-filter: blur(18px);
	filter: blur(18px);
	opacity: 0.4;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1);
	}
}

/*tongdian*/
.yx_yzyTd {
	background: linear-gradient(transparent, #d8eaf4);
}

.yx_yzyTd .yx_yxyTLeft {
	width: 50%;
}

.yx_yzyTd .yx_yxyTRight {
	width: 45%;
	max-width: 570px;
}

.yx_yzyTd .cycle-block {
	position: relative;

}

.yx_yzyTDCon .item {
	width: 30%;
	border-radius: 6px;
	padding: 0.36rem 0.24rem;
	background: linear-gradient(180deg, rgba(248, 255, 252, .1), hsla(0, 0%, 100%, .1));
	backdrop-filter: blur(30px);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	border: 1px solid #fff;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_yzyTDCon .item i {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: var(--yx_Color);
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	margin: 0 auto 0.24rem;
}

.yx_yzyTDCon .item h3 {
	font-size: var(--yx_FS16);
	text-align: center;
	line-height: 160%;
	font-weight: bold !important;
}

.yx_yzyTDCon .item::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--yx_Color);
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	transition: all 0.6s;
	opacity: 0.85;
}

.yx_yzyTDCon .item p {
	position: absolute;
	width: 86%;
	color: #fff;
	opacity: 0.9;
	text-align: center;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	font-size: var(--yx_FS16);
	line-height: 170%;
	transition: all 0.6s;
}

.yx_yzyTDCon .item:hover::before {
	left: 0;
	opacity: 1;
}

.yx_yzyTDCon .item:hover p {
	left: 10%;
}

.yx_yzyTDCon>h3 {
	font-size: 0.22rem;
	font-weight: bold !important;
	color: var(--yx_CTwo);
	margin: 0.42rem 0 0.18rem !important;
}

.yx_yzyTDCon>h6 {
	font-size: 0.16rem;
	line-height: 200%;
	color: #4a4a4a;
}

.yx_yzyTd .cycle-block::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.yx_yzyTd .big-cycle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid var(--yx_Color);
	animation: cycle1 infinite 40s linear;
}

.yx_yzyTd .big-cycle .p1 {
	left: 26%;
	top: 6%;
}

.yx_yzyTd .big-cycle .p2 {
	left: 86%;
	top: 85%;
}

.yx_yzyTd .big-cycle .cycle-son {
	animation: cycle2 infinite 40s linear;
}

.yx_yzyTd .mid-cycle {
	position: absolute;
	left: 15.66%;
	top: 15.66%;
	width: 68.32%;
	height: 68.32%;
	border-radius: 50%;
	border: 1px dashed var(--yx_Color);
	animation: cycle2 infinite 40s linear;
}

.yx_yzyTd .mid-cycle .cycle-son {
	animation: cycle1 infinite 40s linear;
}

.yx_yzyTd .img-cycle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 45%;
}

.yx_yzyTd .img-cycle img {
	width: 100%;
	object-fit: contain;
}

.yx_yzyTd .white-cycle {
	--wcw: 18px;
	position: absolute;
	height: 0;
	width: 0;
}

.yx_yzyTd .white-cycle .point {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	background: #ffffff;
	border-radius: 50%;
	width: var(--wcw);
	height: var(--wcw);
}

.yx_yzyTd .cycle-son {
	display: flex;
	position: absolute;
	z-index: 2;
	width: 0;
	top: 0;
}

.yx_yzyTd .cycle-son .cycle-son-bg {
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	width: 1.2rem;
	height: 1.2rem;
	padding: 10px;
	background: #ffffff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.6s;
}

.yx_yzyTd .cycle-son .cycle-son-bg:hover {
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.yx_yzyTd .cycle-son img {
	display: block;
	margin: 0 auto;
	width: 0.4rem;
	object-fit: contain;
}

.yx_yzyTd .cycle-son .title {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
}

.yx_yzyTd .li1 {
	left: 99%;
	top: 46%;
}

.yx_yzyTd .li2 {
	left: 25%;
	top: 95%;
}

.yx_yzyTd .li3 {
	left: 0%;
	top: 44%;
}

.yx_yzyTd .li4 {
	left: 75%;
	top: 6%;
}

.yx_yzyTd .li5 {
	left: 83%;
	top: 90%;
}

@keyframes cycle1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes cycle2 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

/*end*/


/*chanpin*/

.index_hotpro {
	background: linear-gradient(to top, transparent, #d8eaf4);
	padding-bottom: 1.3rem;
}

.index_hotpro .yx_HPageBox {
	width: 280px;
	position: relative;
	background: var(--yx_Grad);
	border-radius: 6px;
	padding: var(--yx_FS42) var(--yx_FS24) var(--yx_FS48);
}

.index_hotpro .yx_HTPro {
	width: calc(97% - 280px);
}

.index_hotpro .yx_HTPage a {
	font-size: var(--yx_FS16);
	position: relative;
	color: #fff;
	text-align: left;
	display: block;
	width: 100%;
	margin: 6px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: var(--yx_FS14) var(--yx_FS14);
	transition: all 0.6s;
}

.index_hotpro .yx_HTPage a .yx_icon {
	font-size: var(--yx_FS18);
	color: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	transition: all 0.6s;
}

.index_hotpro .yx_HTPage a:hover {
	background: #fff;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 6px;
	color: var(--yx_Color);
}

.index_hotpro .yx_HTPage a:hover .yx_icon {
	right: 24px;
	color: var(--yx_Color);
}

.index_hotpro .yx_ImgContain {
	padding-bottom: 75%;
	border-radius: 6px;
}

.index_hotpro .yx_ImgContain img {
	max-width: 90%;
	max-height: 90%;
}

.index_hotpro .yx_List:nth-child(n + 4) {
	margin-bottom: 0 !important;
}

.index_hotpro .yx_List {
	border-radius: 8px;
	padding: 12px;
	width: 32%;
	background: #fff;
	position: relative;
	transition: all 0.6s;
	margin-bottom: var(--yx_FS30);
	border: 1px solid rgba(0, 0, 0, 0.07);
}

.index_hotpro .yx_Tit {
	margin: var(--yx_FS14) 0 4px;
}

.index_hotpro .yx_Tit em {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: all 0.6s;
	border: 2px solid var(--yx_Color);
}

.index_hotpro .yx_Tit a {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 36px;
	background: var(--yx_Color);
	color: #fff;
	font-size: var(--yx_FS14);

	transition: all 0.6s;
}

.index_hotpro .yx_Tit .yx_Title {
	width: calc(100% - 120px);
	font-size: var(--yx_FS18);
	transition: all 0.6s;
}

.index_hotpro .yx_List:hover {
	border-color: var(--yx_Color);
	background-color: #fff;
	box-shadow: rgba(1, 68, 35, 0.2) 0px 7px 29px 0px;
}

.index_hotpro .yx_List:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.index_hotpro .yx_List:hover .yx_Tit a {
	background-color: var(--yx_CTwo);
}

.index_hotpro .yx_List:hover .yx_Tit em {
	opacity: 0;
}

.index_hotpro .yx_List:hover .yx_Tit .yx_Title {
	transform: translateX(-16px);
}

.index_hotpro .yx_List .yx_More {
	z-index: 6;
}

.index_hotpro .yx_InTitBox h3 {
	color: #fff !important;
}


.yx_PageTel {
	position: absolute;
	bottom: 5%;
	width: calc(100% - var(--yx_FS24)*2);
}

.yx_PageTel .yx_icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--yx_Color);
	font-size: var(--yx_FS22);
	text-align: center;
	line-height: 48px;
}

.yx_PageTel .telCon {
	padding-left: 5%;
	width: calc(100% - 48px);
}

.yx_PageTel .telCon h2 {
	font-size: var(--yx_FS24);
	font-weight: bold;
	color: #fff;
}

.yx_PageTel .telCon p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 160%;
}

.yx_PageTel a {
	font-size: var(--yx_FS28);
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top:5px;
}

.yx_PageTel .yx_flex {
	width: 100%;
}

/*end*/

/*fuwu*/

.index_service {
	background: url('../image/map_bg.jpg') center center;
	position: relative;
	overflow: hidden;
	padding: 0.24rem 0;
	background-size: cover;
}


.index_service .yx_Stel {
	color: #4a4a4a;
	margin: 0.1rem 0;
	line-height: 200%;
	font-size: var(--yx_FS16);
}

.index_service .z_index_tit {
	margin-bottom: 0.7rem;
}

.yx_Stel .yx_icon {
	display: inline-block;
	margin-right: 0.18rem;
	color: var(--yx_Color);
	font-size: 0.24rem;
}

.yx_SerLeft {
	width: 45%;
}

.yx_InMessage {
	width: 420px;
}

.yx_InMessage .yx_IMList {
	width: 100%;
	background: #fff;
	padding: 0.16rem 0.2rem;
	font-size: 0.16rem;
	color: #999;
	margin-bottom: 10px;
}

.yx_IMList span {
	width: calc(100% - 100px);
}

.yx_IMList input {
	border: none;
	background: transparent;
	font-size: 0.16rem;
}

.yx_InMessage button {
	background: var(--yx_Color);
	padding: 0.14rem 0.12rem;
	font-size: 0.16rem;
	color: #fff;
	width: 100%;
	border: none;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_InMessage button:hover {
	background: var(--yx_CTwo);
}

.yx_MapBox .region-list {
	position: absolute;
	left: 0;
	top: 0;
}

.yx_MapBox img {
	width: 100%;
	height: auto;
}

.yx_MapBox .area-box .dot {
	font-family: Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-box-direction: normal;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 1;
	background: var(--yx_Color);
}

.index_service .yx_MapBox {
	position: relative;
	width: 60%;
	margin: 3vw -5% 0 auto;
}

.yx_MapBox .area-box .pulse {
	position: absolute;
	border-radius: 48px;
	opacity: 0.3;
	-webkit-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	top: -22px;
	left: -22px;
	height: 51px;
	width: 51px;
	box-shadow: 0 0 20px var(--yx_Color);
}

.yx_MapBox .area-box .delay-01 {
	animation-delay: 2s;
}

.yx_MapBox .area-box .delay-02 {
	animation-delay: 1.6s;
}

.yx_MapBox .area-box .delay-03 {
	animation-delay: 1.2s;
}

.yx_MapBox .dian1 {
	left: 13%;
	top: 18%;
}

.yx_MapBox .dian2 {
	left: 77%;
	top: 30%;
}

.yx_MapBox .dian3 {
	left: 77%;
	top: 39%;
}

.yx_MapBox .dian4 {
	left: 82%;
	top: 47%;
}

.yx_MapBox .dian5 {
	left: 74%;
	top: 35%;
}

.yx_MapBox .dian6 {
	left: 88%;
	top: 61%;
}

.yx_MapBox .dian7 {
	left: 85%;
	top: 73%;
}

.yx_MapBox .dian8 {
	left: 79%;
	top: 35%;
}

.yx_MapBox .dian9 {
	left: 64%;
	top: 23%;
}

.yx_MapBox .dian10 {
	left: 79%;
	top: 56%;
}

.yx_MapBox .dian11 {
	left: 73%;
	top: 38%;
}

.yx_MapBox .dian12 {
	left: 75%;
	top: 41%;
}

.yx_MapBox .dian13 {
	left: 67%;
	top: 42%;
}

.yx_MapBox .dian14 {
	left: 49%;
	top: 22%;
}

.yx_MapBox .dian15 {
	left: 47%;
	top: 46%;
}

.yx_MapBox .dian16 {
	left: 62%;
	top: 35%;
}

.yx_MapBox .dian17 {
	left: 76%;
	top: 34%;
}

.yx_MapBox .dian18 {
	left: 80%;
	top: 24%;
}

.yx_MapBox .dian19 {
	left: 71%;
	top: 35%;
}

.yx_MapBox .dian20 {
	left: 81%;
	top: 30%;
}

.index_service .yx_Cf .yx_ImgCover {
	width: 100%;
	padding-bottom: 65%;
	border-radius: 5px;
	position: relative;
}

.index_service .yx_Cf .yx_ImgCover p {
	position: absolute;
	text-align: center;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.68);
	padding: 5px 0;
	color: #fff;
	width: 100%;
	bottom: -40px;
	left: 0;
	transition: all 0.6s;
}

.index_service .yx_Cf .yx_ImgCover:hover img {
	transform: scale(1.1);
}

.index_service .yx_Cf .yx_ImgCover:hover p {
	bottom: 0;
}

.yx_Cf {
	margin: 0.36rem 0 0.24rem;
	max-width: 580px;
}

/*end*/
@media only screen and (max-width:768px) {
	.yx_YsAbout .yx_YsALeft {
		width: 100%;
		padding-bottom: 0;
	}

	.yx_YsAbout .yx_YsARight {
		width: 100%;
		height: 60vw;
		max-height: 400px;
		position: relative;
		left: 0;
	}

	.yx_YsAbout .yx_H_Num {
		display: none !important;
	}

	.yx_yzyYs .yx_YYLeft,
	.yx_yzyYs .yx_SwiperHonor {
		width: 100%;
	}

	.yx_yzyYs .yx_SwiperHonor {
		margin-top: 0.36rem;
	}
.yx_yzyYs .yx_SbtnBox .yx_Page{
	display: none;
}
	.yx_yzyTd .yx_yxyTLeft {
		width: 100%;
	}

	.yx_yzyTd .yx_yxyTRight {
		        width: 70%;
		        max-width: 480px;
		        margin: 1rem auto 0;
	}

	.yx_yzyYs>.yx_Width {
		flex-wrap: wrap;
	}
	.index_hotpro .yx_HPageBox{
		margin-bottom: 0 !important;
	}
}