.ars_bottomtop {
	padding-bottom: 0.45rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ars_bottomtop a {

	display: inline-block;
}

.ars_bottomtop a img {
	height: 0.6rem;
	width: auto;
	object-fit: contain;
}

.ars_bottomtop .yx_iyRight a {
	border-radius: 36px;
	border: 1px solid #fff;
	transition: all 0.6s;
	margin-left: 0.18rem;
	padding: 0.14rem 0.3rem;
	font-size: var(--yx_FS14);
	color: #fff;
	transition: all 0.6s;
}

.ars_bottomtop .yx_iyRight a:hover {
	background: var(--yx_Color);
	border-color: var(--yx_Color);
}

.ars_bottomtop .yx_iyLeft p {
	letter-spacing: 5px;
	font-size: var(--yx_FS18);
	font-weight: 300;
	color: #fff;
	opacity: 0.6;
}

.ars_bottomtop .yx_iyRight a .yx_icon {
	color: #fff;
	font-size: 0.18rem;
	display: inline-block;
	margin-right: 0.16rem;
}

/*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::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

}

.z_banner .picBox .imgbg {
	width: 100%;
	background-size: cover;

}

@media only screen and (min-width:769px){
	.z_banner .picBox{
		height: auto;
	}
	.z_banner .picBox .imgbg{
		height: 0;
		position: relative;
		padding-bottom: 50%;
	}
	
}
.z_banner .p_info_fivebox {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.z_banner .p_info_fivebox .yx_Title {
	color: #fff;
	font-size: 0.24rem;
	line-height: 140%;
	transition: all ease .8s .6s;
	opacity: 0;
	letter-spacing: 2px;
	font-weight: 300;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.z_banner .p_info_fivebox .yx_TitTwo {
	color: rgb(255 255 255 / 100%);
	font-family: arial;
	font-size: 0.6rem;
	line-height: 120%;
	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.24rem;
	margin-bottom: 0.3rem !important;
}

.z_banner .p_info_fivebox h6 {
	position: relative;
	font-size: 0.14rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	line-height: 200%;
	display: block;
	border-radius: 36px;
	background: var(--yx_Grad);
	padding: 6px 0.18rem;
	display: inline-block;
	margin-bottom: 0.3rem !important;
}

.z_banner .p_info_fivebox .yx_TitTwo:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #fff;
}

.z_banner .p_info_fivebox .yx_Sum {
	font-size:var(--yx_FS18);
	color: #fff;
	line-height: 180%;
	max-width: 680px;
	width: 50%;
}

.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_arsAbout {
	position: relative;
	background: url("../picture/bg3.jpg") center center;
	background-size: cover;
}

.yx_arsAbout .about {
    right: 0;
    bottom: 0;
    width: 57%;
    max-width: 1114px;
    height: auto;
    max-height: 768px;
    position: absolute;
    z-index: 9;
    object-fit: contain;
}

.yx_arsAbout .yx_IOCBox {
	text-align: left;
}

.yx_arsAbout .z_index_tit .en {
	color: #fff;
	text-align: left;
}

.yx_arsAbout .z_index_tit {
	text-align: left;
}

.yx_arsAbout .z_index_tit .en:before {
	display: none;
}

.yx_arsAbout .z_index_tit .cn {
	color: #fff;
	text-align: left;
}

.yx_arsAbout .z_index_tit em {
	display: block;
	width: 0.42rem;
	height: 3px;
	background: var(--yx_Color);
	margin: 0.24rem 0 0.36rem;
}

.yx_arsAbout .yx_IOContent {
	width: 58%;
	font-size: var(--yx_FS16);
	color: #fff;
	line-height: 200%;
	opacity: 0.75;
}

.yx_arsAbout .yx_AABtn {
	margin: 0.48rem 0 0.72rem;
}

.yx_arsAbout .yx_AABtn a {
	margin-right: 0.3rem;
	background: #fff;
	color: var(--yx_Color);
	font-size: 14px;
}

.yx_arsAbout .yx_AABtn a i {
	color: var(--yx_Color);
}

.yx_inNum .top {
	font-size: 0.18rem;
	color: #fff;
}

.yx_inNum .top .counter {
	font-size: var(--yx_FS54);
	color: #fff;
	font-weight: bold;
	line-height: 120%;

}

.yx_inNum {
	width: 40%;
	max-width: 600px;
	margin: 0 auto 0 0;
	padding: 0.36rem 0 0.48rem;
	position: relative;
}

.yx_inNum::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 200vw;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: var(--yx_Grad);
}

.yx_arsAbout .yx_IOCBox {
	margin-bottom: 1rem;
}

.yx_inNum em {
	width: 30px;
	height: 2px;
	display: block;
	margin: 0.14rem 0 0.18rem;
	background: #fff;
	opacity: 0.2;
}

.yx_inNum .bot {
	font-size: var(--yx_FS14);
	line-height: 180%;
	width: 80%;
	color: #fff;
}

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

.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 {
	position: relative;
	overflow: visible;
	padding-bottom: 0.6rem;
	background-color: #f5f5f5;
}

.index_news .inNewsNav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.42rem 0 0;
}

.index_news .inNewsNav a {
	font-size: var(--yx_FS22);
	color: var(--yx_CTwo);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	font-weight: bold;
	text-transform: capitalize;
}

.index_news .yx_Ibtn1 {
	margin: 0 auto;
}

.index_news .inNewsNav li {
	margin: 0 0.2rem;
}

.index_news .inNewsNav a:hover {
	opacity: 1;
	color: var(--yx_Color);
}

.index_news .inNewsNav em {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 0.14rem 0 0;
	transition: all 0.6;
	border: 2px solid var(--yx_Color);
}

.index_news .inNewsNav a:hover em {
	background: var(--yx_Color);
}

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

.index_news .box .banner .swiper-slide .item {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	overflow: hidden;
	transition: 0.4s;
	position: relative;
}

.index_news .box .banner .swiper-slide {
	opacity: 0;
	transition: all 0.6s;
	pointer-events: none;
}

.index_news .box .banner .swiper-slide-prev,
.index_news .box .banner .swiper-slide-active,
.index_news .box .banner .swiper-slide-next {
	pointer-events: auto;
	opacity: 1;
}

.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_Time:before {
	content: '\e8c5';
	font-size: 0.18rem;
	color: #999;
	font-family: "yx_icon" !important;
	display: inline-block;
	margin-right: 0.08rem;
}

.index_news .box .banner .swiper-slide .item .yx_ImgCover {
	overflow: hidden;
	padding-bottom: 58%;
	border-radius: 0.16rem;
	transition: all 0.6s;
}

.index_news .box .banner .swiper-slide .item .content1 {
	padding: 0.3rem 0.24rem;
}

.index_news .box .banner .swiper-slide:hover .item .yx_ImgCover {
	border-radius: 0.16rem 0.16rem 0 0;
}

.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%;
	font-size: var(--yx_FS16);
	font-weight: bold;
}

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

	border-radius: 0.16rem;
}

.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(https://www.desuman.net/template/default/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("https://www.desuman.net/template/default/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(230, 136, 33, 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;
}


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

/*pro*/

/*end*/


@keyframes animtran {
	from {
		transform: rotateZ(0deg);
	}

	to {
		transform: rotateZ(360deg);
	}
}

.z_index_tit {
	text-align: center;
}

.z_index_tit .en {
	font-size: var(--yx_FS48);
	font-family: Montserrat;
	text-transform: uppercase;
	line-height: 2vw;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-weight: bold !important;
	text-align: center;
}

.z_index_tit .cn {
	font-size: 0.2rem;
	font-weight: 300;
	margin-top: 0.4rem;
	text-align: center;
	letter-spacing: 1px;
}

.z_index_tit .en::before {
	content: "";
	display: block;
	width: 0%;
	height: 0.12rem;
	background-image: var(--yx_Grad);
	transition: ease 1.5s;
	transition-delay: .5s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	opacity: 0.5;
	z-index: -1;
}

.z_index_tit.animate__animated .en::before {
	width: 102%;
}

.yx_Ibtn1 {
	padding: 12px 0.24rem 14px;
	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 {
	text-align: center;
	font-size: 0.22rem;
	display: inline-block;
	transition: all 0.6s;
	position: relative;
	z-index: 2;
	transform: translateY(2px);
	color: #fff;
	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.24rem 5px 0;
	text-transform: uppercase;
}

.yx_Ibtn1:hover::before {
	width: 400px;
	filter: blur(0px);
	height: 400px;
}

.yx_Ibtn1:hover .yx_icon {
	color: #fff;
}

.yx_Ibtn1:hover {
	border-color: var(--yx_Color);
	box-shadow: rgba(230, 136, 33, 0.2) 0px 0.24rem 0.6rem 0px;
}

.yx_Ibtn1:hover span {
	color: #fff;
}

/*end*/



/*pro*/


/*end*/

.in_Service {
	background: #f5f5f5;

}

.in_Service .yx_arsIS1 {
	display: flex;
	width: calc((100% - 1rem)/2);
	align-items: center;
	justify-content: space-between;
	border-radius: 0.16rem;
	overflow: hidden;
	padding: 0.32rem 0.42rem 0.4rem;
	position: relative;
	transition: all 0.6s;
}

.in_Service .yx_arsIS1:hover {
	padding: 0.32rem 0.54rem 0.4rem;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.in_Service .yx_arsIS1::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--yx_CTwo);
	position: absolute;
	top: 0;
	opacity: 0.3;
	left: 0;
	transform: all 0.6s;
}

.in_Service .yx_arsIS1:hover:before {
	opacity: 0.48;
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

.in_Service .yx_arsIS1 dl {
	position: relative;
	z-index: 2;
}

.in_Service .yx_arsIS1 i {
	font-size: var(--yx_FS24);
	color: #fff;
	position: relative;
	z-index: 2;
}

.in_Service .yx_arsIS1 dt {
	font-size: var(--yx_FS22);
	font-weight: bold;
	color: #fff;
	line-height: 220%;
}

.in_Service .yx_arsIS1 p {
	font-size: var(--yx_FS14);
	color: #fff;
	font-weight: 300;
	opacity: 0.68;
}

.in_Service .yx_arsIS1:nth-child(1) {
	background: url("../picture/bg1.jpg") center center;
	background-size: cover;
}

.in_Service .yx_arsIS1:nth-child(2) {
	background: url("../picture/bg2.jpg") center center;
	background-size: cover;
}

/*yx_arsCase*/
.yx_arsCase {
	background: #f5f5f5;
}

.yx_arsCase .swiper-container {
	width: 70%;
	max-width: 1024px;
	overflow: visible;
}

.yx_arsCase .swiper-slide {
	transform: scale(0.8);
	transition: all 0.6s;
}

.yx_arsCase .swiper-slide-active {
	transform: scale(1) !important;
}

.yx_arsCase .item {
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: space-between;
	border-radius: 0;
	transition: all 0.6s;
	padding: 0 0.6rem;
	border-radius: 0.16rem;
}

.yx_arsCase .yx_ImgCover {
	width: 50%;
	border-radius: 0.1rem;
	padding-bottom: 40%;
	transform: translateY(-0.6rem);
}

.yx_arsCase .swiper-slide-active .item:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.yx_arsCase .swiper-slide-active .item:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_arsCase .swiper-slide-active .item:hover .yx_Title {
	color: var(--yx_Color);
}

.yx_arsCase .content1 {
	width: 45%;
}

.yx_arsCase .content1 .yx_Title {
	font-size: var(--yx_FS24);
	color: var(--yx_CTwo);
	font-weight: bold;
	line-height: 200%;
	transition: all 0.6s;
	margin: 0.24rem 0 0.14rem;
}

.yx_arsCase .content1 .yx_Summary {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 200%;
}

.yx_arsCase .content1 em {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0.18rem 0 0.5rem;
	background: rgba(0, 0, 0, 0.1);
}

.yx_arsCase .content1 p {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	text-transform: capitalize;
	font-weight: bold;
}

.yx_arsCase .content1 .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	display: inline-block;
	margin-left: 0.14rem;
}

.yx_arsCase .content1 .num {
	font-size: 0.7rem;
	color: var(--yx_CTwo);
	position: absolute;
	left: 55%;
	font-weight: bold;
	top: -0.4rem;
	line-height: 100%;
}

.yx_arsCase .box {
	margin-top: 1.1rem;
}

.yx_InSwiperBtn .yx_arsCaseBtn {
	margin-top: 0.48rem;
}

.yx_InSwiperBtn .yx_SBtn .yx_icon {
	font-size: 0.22rem;
	color: var(--yx_CTwo);
	cursor: pointer;
}

.yx_InSwiperBtn .yx_SBtn:hover .yx_icon {
	color: var(--yx_Color);
}

.yx_InSwiperBtn .yx_Pagin {
	display: flex;
	align-items: center;
	margin: 0 0.24rem;
	position: relative;
	z-index: 9;
}

.yx_InSwiperBtn .yx_Pagin span {
	width: 0.24rem;
	height: 0.24rem;
	display: block;
	border-radius: 50%;
	display: flex;
	align-items: center;
	background: transparent;
	justify-content: center;
	margin: 0 5px;
	cursor: pointer;
	border: 2px solid transparent;
}

.yx_InSwiperBtn .yx_Pagin span::before {
	content: '';
	display: block;
	width: 6px;
	border-radius: 50%;
	background: var(--yx_CTwo);
	height: 6px;
}

.yx_InSwiperBtn .yx_Pagin span.swiper-pagination-bullet-active {
	border-color: var(--yx_Color);
}

.yx_arsCaseBtn .yx_Pagin span.swiper-pagination-bullet-active:before {
	background: var(--yx_Color);
}

/*end*/

/*pro*/
.yx_arsInPro {
	position: relative;
	overflow: hidden;
}
.yx_arsInPro:before{
      width: 12rem;
      height: 18rem;
	  content: '';
	  position: absolute;
	top: -12rem;
	opacity: 0.12;
	left: -6rem;
      border-radius: 50%;
      background:var(--yx_Grad);
      filter: blur(2rem);
      animation: rotate10s linear infinite;
    }

    @keyframes rotate {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }
.yx_arsInPro .probg {
	position: absolute;
	width: auto;
	height: 100%;
	bottom: 0;
	right: -10%;
	z-index: -1;
}

.yx_arsInPro .swiper-container {
	overflow: visible;
	width: 95%;
}

.yx_arsInPro .yx_ImgContain {
	width: 55%;
	margin-left: 50%;
	padding-bottom: 40%;
	position: relative;
	pointer-events: none;
}

.yx_arsInPro .yx_ImgContain img {
	max-width: 85%;
	max-height: 80%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.8s ease;
}

.yx_arsInPro .item {
	display: flex;
	align-items: center;
}

.yx_arsInPro .yx_PTit {
	width: 45%;
	position: absolute;
	left: 0;
	pointer-events: none;
	transition: all 0.6s;
}

.yx_arsInPro .yx_PTit * {
	opacity: 0;
	transition: all 0.8s ease;
}

.swiper-slide-active .yx_PTit * {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.swiper-slide-active .yx_ImgContain * {
	transform: translate(-50%, -50%) scale(1) !important;
}

.swiper-slide-active .yx_PTit,
.swiper-slide-active .yx_ImgContain {
	pointer-events: auto !important;
}

.yx_arsInPro .yx_PTit ul {
	margin: 0.3rem 0 0;
	list-style-type: none !important;
}

.yx_arsInPro .yx_PTit ul li {
	position: relative;
	padding-left: 0.3rem;
	font-size: var(--yx_FS14);
	line-height: 200%;
	margin-bottom: 0.14rem;
	transition: all 0.6s;
	transform: translateY(100px);
}
.yx_arsInPro .yx_PTit ul li:nth-child(5){display:none!important}
.yx_arsInProul *{
	position: relative;
	font-size: var(--yx_FS16);
	line-height: 200%;
	margin-bottom: 0.14rem;
	transition: all 0.6s;
	transform: translateY(100px);
}
.yx_arsInPro .yx_PTit ul li:before {
	position: absolute;
	content: '';
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	border: 4px solid var(--yx_Color);
	left: 0;
	top: 0.06rem;
}

.yx_arsInPro .yx_arsCaseBtn {
	margin-top: 0 !important;
}

.yx_arsInPro .yx_PTit .yx_Title {
	font-size: var(--yx_FS42);
	font-weight: bold;
	line-height: 140%;
	color: #222;
	transform: translateY(60px);
}

.yx_arsInPro .yx_PTit .yx_Summary {
	font-size: 0.16rem;
	line-height: 200%;
	color: #999;
	transform: translateY(90px);
}

.yx_arsInPro .yx_PTit .yx_Ibtn1 {
	margin-top: 0.36rem;
	transform: translateY(140px);
}

.yx_arsInPro .box {
	margin-top: 0.5rem;
}

/*end*/


@media only screen and (max-width:768px){
	.z_banner .p_info_fivebox .yx_Sum{
		display: none;
	}
	.z_banner .p_info_fivebox .yx_Title{
		font-size: 16px;
		letter-spacing: 0;
	}
	.z_banner .p_info_fivebox .yx_TitTwo{
		font-size: 18px !important;
	}
	.z_banner .p_info_fivebox .p_button{
		display: none;
	}
	.yx_arsInPro .yx_PTit{
		width: 100%;
		text-align: center;
		position: relative;
	}
	.yx_arsInPro .yx_PTit .yx_Ibtn1{
		margin-left: auto;
		margin-right: auto;
	}
	.yx_arsInPro .yx_ImgContain{
		width: 60%;
		margin: 0.24rem auto;
		padding-bottom: 45%;
	}
	.yx_arsInPro .yx_arsInProul{
		display: none !important;
	}
	.yx_arsCase .yx_ImgCover{
		width: 100%;	
		padding-bottom: 68%;
	}
	.yx_arsCase .content1 .yx_Title{
		margin-top: 0;
	}
	.yx_arsCase .content1{
		width: 100%;
		padding-bottom: 0.36rem;
	}
	.yx_arsCase .item{
		padding: 0 0.3rem;
		flex-wrap: wrap;
	}
	.yx_arsAbout .about{
		display: none;
	}
	.yx_arsAbout .yx_IOContent{
		width: 100%;
	}
	.yx_arsAbout .yx_IOCBox{
		margin: 0 auto;
		padding: 0.72rem 0;
	}
	.z_banner .p_info_fivebox h6{
		display: none !important;
	}
	.yx_inNum{
		width: 100%;
		max-width: none;
	}
	.in_Service .yx_arsIS1{
		width: 100%;
		margin: 0 0 0.24rem;
	}
	.ars_bottomtop {
		display: none !important;
	}
.yx_arsCase .content1 .num{
	display: none;
}
.yx_arsCase .content1 .yx_Summary{
	display: none;
}
.yx_arsInPro .item{
	flex-wrap: wrap;
}
.yx_arsInPro .yx_ImgContain img{
	max-width: 100%;
	max-height: 90%;
}
}