body{
	overflow-x: hidden;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.marginauto {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.linenowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flexCetween {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.flexAlign {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
}

.app {
	background:rgba(31, 31, 31, 1);
}

.home-slide {
	overflow: hidden;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: 0.4s;
}

.header:hover,
.header.innerBg {
	background: #000;
}

.header.scroll {
	transform: translateY(-102px);
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: block;
	width: auto;
	height: 50px;
}

.logo img {
	display: block;
	width: auto;
	max-height: 100%;
}

.header-right {
	display: flex;
	align-items: center;
}

.navs {
	display: flex;
}

.navs>li {
	padding: 0 22px;
}

.navs>li:first-child {
	margin-left: 0;
}
.navs>li:nth-child(3){
	display: none !important;
}

.navs>li:hover>a:before {
	width: 100%;
	right: auto;
	left: 0;
}

.navs>li:hover .navs-menus {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	transition-delay: 0.15s;
}

.navs>li>a {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 35px 8px;
	color: #fff;
	font-size: 18px;
}

.navs>li>a:before {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 0;
	height: 3px;
	background: var(--yx_Color);
	transition: 0.4s;
}

.header-bg {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 400px;
	z-index: 5;
	background: #000 url(../image/menubg.jpg) center 1px no-repeat;
	border-top: 1px solid #181818;
	clip-path: inset(0 0 100% 0);
	visibility: hidden;
	transition: 0.5s;
}

.header-bg.show {
	clip-path: inset(0 0 0 0);
	visibility: visible;
}

.home-swiper {
	position: relative;
}

.navs-menus {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 80px 0 0;
	z-index: 10;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	pointer-events: none;
	text-align: right;
	border-top: 1px solid #181818;
}

.navs-product {
	display: flex;
}

.navs-product-item {
	margin-right: 105px;
}

.navs-product-item:last-child {
	margin-right: 0;
}

.navs-product-item p {
	margin-bottom: 20px;
}

.navs-product-item p a {
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 16px;
}

.navs-product-item p a:before {
	content: "";
	width: 0;
	height: 2px;
	background: var(--yx_Color);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.34s;
	z-index: -1;
}

.navs-product-item p a:hover,
.navs-product-item p a.active {
	color: var(--yx_Color);
}

.navs-product-item p a:hover:before,
.navs-product-item p a.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.navs-product-item p a:hover {
	color: #fff;
}

.navs-product-item p a i {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	width: 36px;
	font-style: normal;
}

.navs-product-item p .navs-prodict-leval {
	display: block;
	margin-left: 36px;
	margin-top: 5px;
}

.navs-product-item p .navs-prodict-leval a {
	color: #666666;
}

.navs-product-item p .navs-prodict-leval a:hover {
	color: #fff;
}

.navs-solute-list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.navs-solute-list li {
	margin-bottom: 18px;
	width: 212px;
}

.navs-solute-list li a {
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #fff;
	transition: all 0.6s;
	font-size: 16px;
	line-height: 2;
}

.navs-solute-list li a:before {
	content: "";
	width: 0;
	height: 2px;
	background: var(--yx_Color);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.35s;
	z-index: -1;
}

.navs-solute-list li a:hover,
.navs-solute-list li a.active {
	color: var(--yx_Color);
}

.navs-solute-list li a:hover:before,
.navs-solute-list li a.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.navs-solute-list li a:hover {
	color: #fff;
}

.searchs {
	margin: 0 0 0 68px;
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	height: 102px;
}

.searchs:before {
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: 0;
	content: "";
	width: 48px;
	height: 3px;
	background: var(--yx_Color);
	transform: scaleX(0);
	opacity: 0;
	transition: 0.35s;
}

.searchs.showSearch:before {
	transform: scaleX(1);
	opacity: 1;
}

.searchs.showSearch a.show {
	opacity: 0;
	transform: translateY(-100%);
}

.searchs.showSearch a.hide {
	opacity: 1;
	top: 50%;
	margin-top: -12px;
	visibility: visible;
}

.searchs a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	transition: 0.36s;
}

.searchs a.hide {
	position: absolute;
	left: 0;
	top: 70%;
	opacity: 0;
	visibility: hidden;
}

.navs-menu-right {
	display: block;
	text-align: left;
	position: relative;
}

.navs-menu-right.yx_Two2 .about-company-list {
	width: 45%;
	margin-left: 10%;
	justify-content: space-between;
}

.navs-menu-right.yx_Two2 .about-company-list li {
	width: 45%;
	flex: none !important;
}

.navs-menu-right.yx_Two2 .about-company-list li a {
	    display: flex;
	    position: relative;
	    font-size: var(--yx_FS16);
	    align-items: center;
	    justify-content: space-between;
	    padding: 1rem 10px;
	    color: #fff;
	    transition: all 0.6s;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.navs-menu-right .about-company-list li a span {
	transition: all 0.6s;
}

.navs-menu-right .about-company-list li:hover span {
	color: var(--yx_Color);
}

.navs-menu-right.yx_Two1 .about-company-list li a::before {
	display: none !important;
}

.navs-menu-right.yx_Two2 .about-company-list li:hover a .yx_icon {
	transform: rotate(45deg) translateX(10px);
	color: var(--yx_Color);
}

.search-flexs {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #000;
	padding: 120px 0 155px;
	border-top: 1px solid #181818;
	text-align: center;
	display: none;
}

.search-down {
	position: relative;
	margin: auto;
	width: 100%;
}

.search-down .text {
	box-sizing: border-box;
	width: 100%;
	height: 66px;
	line-height: 6px;
	background: none;
	color: #666666;
	font-size: 18px;
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-down .text::-webkit-input-placeholder {
	color: #666;
}

.search-down .sub {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	line-height: 54px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	background: none;
	outline: none;
	border: none;
	transition: 0.35s;
}

.search-down .sub:hover {
	color:#fff;
}

.edition {
	display: flex;
	position: relative;
}

.edition:before {
	position: absolute;
	left: 32px;
	top: 50%;
	margin-top: -8px;
	content: "";
	width: 1px;
	height: 16px;
	background: #262626;
}

.edition a {
	display: inline-block;
	margin-right: 26px;
	color: #666666;
	font-size: 18px;
}

.edition a:hover,
.edition a.active {
	color: #fff;
}

.edition a:last-child {
	margin-right: 0;
}

.navs-menu-about {
	display: flex;
	justify-content: space-between;
}

.about-company {
	width: 40%;
	padding-right: 8%;
}

.about-company span {
	display: inline-block;
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
}

.about-company span i {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 32px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
}

.about-company p {
	margin-bottom: 48px;
	color: #999999;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.navs-arrow p,
.navs-arrow a {
	display: inline-flex;
	position: relative;
	z-index: 2;
	align-items: center;
}

.navs-arrow p:before,
.navs-arrow a:before {
	content: "";
	width: 0;
	height: 2px;
	background: var(--yx_Color);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.35s;
	z-index: -1;
}

.navs-arrow p:hover,
.navs-arrow a:hover,
.navs-arrow p.active,
.navs-arrow a.active {
	color: var(--yx_Color);
}

.navs-arrow p:hover:before,
.navs-arrow a:hover:before,
.navs-arrow p.active:before,
.navs-arrow a.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.navs-arrow p:hover i,
.navs-arrow a:hover i {
	left: 3px;
}

.navs-arrow p b,
.navs-arrow a b {
	display: inline-block;
	color: var(--yx_Color);
	line-height: 1.3;
	font-size: 14px;
}

.navs-arrow p i,
.navs-arrow a i {
	display: inline-block;
	position: relative;
	left: 0;
	margin-left: 8px;
	font-style: normal;
	color: var(--yx_Color);
	font-size: 16px;
	transition: 0.25s;
}

.about-company-list {
	width: 60%;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.about-company-list .swiper-slide a {
	display: block;
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 16px;
}
.about-company-list .swiper-slide .yx_ImgContain{
	padding-bottom: 100%;
	margin-bottom: 12px;
	border-radius: 4px;
}
.about-company-list .swiper-slide:hover .yx_ImgContain img{
	transform:translate(-50%,-50%) scale(1.1);
}
.about-company-list .swiper-slide{
	text-align: center;
}
.navs-menus .yx_SwiperBtn{
	position:absolute;
	top: 35%;
	transform: translateY(-50%);
	z-index: 4;
	font-size: var(--yx_FS30);
	color:var(--yx_Color);
	cursor:pointer;
}
.navs-menus .yx_Pagin {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 25px;
}
.navs-menus .yx_Pagin span{
	display:block;
	width: 6px;
	height: 6px;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
	margin: 0 6px;
}
.navs-menus .yx_Pagin span.swiper-pagination-bullet-active{
	width: 30px !important;
	border-radius: 6px;
	opacity: 1 !important;
}
.navs-menus .yx_SPrev{
	left:0;
}
.navs-menus  .yx_SNext{
	right:0;
}
.about-company-list .swiper-slide a p{
	font-size:12px;
	text-align: center;
	color: var(--yx_Color);
}

.about-company-list li a:before {
	content: "";
	width: 0;
	height: 2px;
	background: var(--yx_Color);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.35s;
	z-index: -1;
}

.about-company-list li a:hover,
.about-company-list li a.active {
	color: var(--yx_Color);
}

.about-company-list li a:hover:before,
.about-company-list li a.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.about-company-list li a:hover {
	color: #fff;
}

.about-company-list li a i {
	display: inline-block;
	position: relative;
	top: -3px;
	width: 34px;
	color: #fff;
	font-size: 22px;
	font-style: normal;
	transition: 0.35s;
}

.navs-mobile {
	position: fixed;
	left: 100%;
	top: 0;
	bottom: 0;
	padding-top: 67px;
	padding-bottom: 40px;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background: #000;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: 0.88s;
	pointer-events: none;
}

.navs-mobile.show {
	opacity: 1;
	visibility: visible;
	left: 0;
	pointer-events: visible;
}

.mobile-en {
	padding: 50px 41px 39px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
}

.mobile-en p {
	margin-right: 18px;
	color: #fff;
	font-size: 16px;
}

.mobile-en a {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	color: #666666;
	font-size: 16px;
}

.mobile-en a:hover,
.mobile-en a.active {
	color: #fff;
}

.mobile-en a:before {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -6px;
	content: "";
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 0.3);
}

.mobile-en a:last-child:before {
	display: none;
}

.navs-mobile-list {
	margin: 0 20px;
}

.navs-mobile-list>li {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navs-mobile-list>li>a {
	display: block;
	position: relative;
	line-height: 1;
	padding: 23px 21px;
	color: #fff;
	font-size: 18px;
}

.navs-mobile-list>li>a i {
	position: absolute;
	right: 21px;
	top: 50%;
	margin-top: -3px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #fff;
}

.navs-m-menu {
	padding: 21px 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	display: none;
}

.navs-m-menu li {
	margin-bottom: 6px;
}

.navs-m-menu li:last-child {
	margin-bottom: 0;
}

.navs-m-menu li>a {
	display: inline-block;
	color: #999999;
	font-size: 15px;
}

.banner {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.banner-swiper {
	position: relative;
}

.banner-swiper .swiper-pagination1 {
	position: absolute;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 56px;
	line-height: 1;
	z-index: 10;
}

.banner-swiper .swiper-pagination1 .swiper-pagination-bullet {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	position: relative;
	border-radius: 50%;
	line-height: 1;
	width: 6px;
	height: 6px;
	opacity: 1;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 0.35s;
	background: none;
}

.banner-swiper .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.banner-swiper .swiper-pagination1 .swiper-pagination-bullet:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	transition: 0.4s;
	visibility: hidden;
}

.banner-slide {
	position: relative;
	overflow: hidden;
}

.banner-slide a {
	display: block;
	height: 100%;
}

.banner-slide figure {
	display: block;
	line-height: 1;
	overflow: hidden;
}

.banner-slide figure img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.banner-slide .banner-mb {
	display: none;
}

.banner-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.banner-video .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btext {
	position: absolute;
	left: 0%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.btext .bname {
	margin-bottom: 12px;
	color: #fff;
	line-height: 1;
	font-size: var(--yx_FS72);
	font-family: 'f-Regular' !important;
}

.btext p {
	color: #fff;
	font-size: 18px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: 0.56s 0.35s;
}

.binfo {
	margin-top: 28px;
}

.btitle {
	margin-top: 36px;
}

.btitle strong {
	display: block;
	line-height: 1.3;
	color: #fff;
	font-size: 3.125vw;
	font-weight: normal;
	transform: translateY(110%);
	visibility: hidden;
	transition: 0.5s 0.35s;
}

.bhide {
	overflow: hidden;
}

.bmore {
	margin-top: 64px;
	display: inline-flex;
	position: relative;
	z-index: 2;
	justify-content: center;
	align-items: center;
	width: 195px;
	height: 44px;
	line-height: 44px;
	border: 2px solid #fff;
	border-radius: 24px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: 0.56s 0.35s;
}

.bmore:before {
	position: absolute;
	left: 0;
	top: -5%;
	z-index: -1;
	content: "";
	width: 100%;
	height: 110%;
	background: #fff;
	border-radius: 21px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.bmore:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.bmore:hover i,
.bmore:hover span {
	color: var(--yx_Color);
}

.bmore:hover i {
	left: -3px;
}

.bmore i {
	display: inline-block;
	position: relative;
	left: 0;
	top: -1px;
	margin-right: 12px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	transition: 0.35s;
}

.bmore span {
	display: inline-block;
	color: #fbfbfb;
	font-size: 14px;
	transition: 0.35s;
}

.swiper-slide-active .btext .bname,
.swiper-slide-active .btext p,
.swiper-slide-active .btext .bmore {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.swiper-slide-active .btext p {
	transition-delay: 0.65s !important;
}

.swiper-slide-active .btext .bmore {
	transition-delay: 0.8s !important;
}

.swiper-slide-active .btext .btitle strong {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition-delay: 0.5s;
}

.btext.articleShow .bname,
.btext.articleShow p,
.btext.articleShow .bmore {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.btext.articleShow p {
	transition-delay: 0.65s !important;
}

.btext.articleShow .bmore {
	transition-delay: 0.8s !important;
}

.btext.articleShow .btitle strong {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition-delay: 0.5s;
}

.fwa {
	position: relative;
	z-index: 3;
}

.fwa-list {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.fwa-list .fwa-block {
	flex: 1;
}

.fwa-wrap {
	position: sticky;
	left: 0;
	top: 0;
	padding: 60px 9.375% 0;
	background: #000;
}

.fwa-wrap1 {
	padding: 120px 0;
	position: relative;
}

.fwa-wrap1 .fwa-slide .fwa-hide {
	display: block;
	position: relative;
}

.fwa-btn {
	display: flex;
	justify-content: space-between;
}

.fwa-btn-item {
	position: relative;
	z-index: 2;
	padding-top: 18px;
	padding-bottom: 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	line-height: 1;
	width: 22.17%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yx_Canva {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate3d(-50%, -50%, 0);
}

.fwa-btn-item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fwa-btn-item:hover:before,
.fwa-btn-item.active:before {
	right: auto;
	left: 0;
	width: 100%;
}

.fwa-btn-item:before {
	position: absolute;
	right: 0;
	top: -2px;
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	transition: 0.5s;
}

.fwa-btn-item i {
	display: inline-block;
	margin-right: 18px;
	color: #fff;
	font-size: 44px;
	font-style: normal;
}

.fwa-btn-item span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.fwa-slide {
	overflow: hidden;
}

.fwa-slide .fwa-hide {
	display: block;
	line-height: 1;
}

.fwa-slide .fwa-hide figure {
	display: block;
	overflow: hidden;
	background: #000;
}

.fwa-slide .fwa-hide figure img {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
}

.fwa-slide .fwa-hide .fwa-mobile {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	object-fit: cover;
}

.btext1 {
	left: 6.79%;
	width: 425px;
}

.btext1 .btitle strong {
	font-size: 36px;
}

.btext1 .binfo {
	line-height: 1.8;
}

.programme {
	position: relative;
	z-index: 3;
	height: 350vh;
}

.programme-wrap {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}

.programme-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.programme-bg.show img {
	opacity: 1;
	visibility: visible;
}

.programme-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	visibility: hidden;
	transition: 4s;
}

.programe-mobile {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-size: 100% auto;
	display: none;
}

.programme-text {
	z-index: 10;
}

.programme-text .btitle strong {
	font-size: 36px;
	line-height: 1.4;
}

.mouse-down {
	display: flex;
	align-items: center;
	margin-top: 48px;
}

.mouse-down.article-block p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.mouse-down b {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}

.mouse-down b i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 27px;
	border-radius: 9px;
	border: 1px solid #3348f3;
}

.mouse-down b i:before {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 6px;
	content: "";
	width: 2px;
	height: 6px;
	background: #3348f3;
	animation: moveDownSpot 1000ms infinite;
}

.mouse-down p {
	margin-left: 12px;
	font-size: 14px;
}

@keyframes moveDownSpot {
	from {
		opacity: 1;
		transform: translateY(0px);
	}

	to {
		opacity: 0;
		transform: translateY(8px);
	}
}

.programme-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: hidden;
}

.programme-mask-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 9000%;
	height: auto;
	background-size: 100% auto;
}

.us-scheme {
	padding: 6vw 0 5vw;
}

.scheme-top {
	margin-bottom:var(--yx_FS60);
	display: flex;
	justify-content: space-between;
}
.z_index_ky  .scheme-top{
	margin-bottom:var(--yx_FS36) !important;
}
.scheme-top .article-block {
	margin-bottom: 12px;
	color: #fff;
	line-height: 1;
	font-size: var(--yx_FS72);
	text-transform: capitalize;
	font-family: 'f-Regular' !important;
}

.common-title {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	overflow: hidden;
}

.scheme-btn {
	display: flex;
}

.scheme-btn span {
	display: inline-block;
	position: relative;
	z-index: 3;
	margin-left: 10px;
	width: 76px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 24px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	transition: 0.35s;
}

.scheme-btn span.swiper-button-disabled,
.scheme-btn span.slick-disabled {
	opacity: 0.5;
	cursor: no-drop;
}

.scheme-btn span:hover {
	color: #000;
	background: #fff;
}

.scheme-btn span:hover.prev {
	text-indent: -3px;
}

.scheme-btn span:hover.next {
	text-indent: 3px;
}

.scheme-swiper .swiper-pagination {
	position: relative;
	left: auto;
	bottom: 0;
	margin: auto;
	margin: 72px 0 100px;
	height: 4px;
	border-radius: 0;
	display: flex;
	justify-content: center;
}

.scheme-swiper .swiper-pagination .swiper-pagination-bullet {
	display: block;
	margin: 0;
	margin-right: 5px;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	border-radius: 0px;
	transform-origin: left top;
	background: #333333;
	opacity: 1;
	transition: 0.3s;
	cursor: pointer;
}

.scheme-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.scheme-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.scheme-slide {
	width: 50%;
}

.scheme-slide a:hover figure img {
	transform: scale(1.06);
}

.scheme-slide figure {
	position: relative;
	display: block;
	padding-bottom: 62.6666%;
	height: 0;
	overflow: hidden;
	line-height: 1;
	border-radius: 4px var(--yx_FS48) 4px var(--yx_FS48);
}

.scheme-slide figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scheme-slide figure img {
	transition: 0.78s;
}

.scheme-info {
	margin-top: 52px;
	padding-left: 18px;
}

.scheme-info strong {
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 14px;
	line-height: 1;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.scheme-info strong:before {
	position: absolute;
	left: -18px;
	bottom: 0;
	z-index: -1;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--yx_Color);
}

.scheme-info p {
	color: #fff;
	font-size: 18px;
}

.home-sbout {
	position: relative;
	overflow: hidden;
}

.home-sbout figure {
	display: block;
	line-height: 1;
	overflow: hidden;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding-bottom: 56.25%;
}

.home-sbout figure img {
	display: block;
	width: 100%;
	height: auto;
	display: none;
}

.customers {
	position: relative;
}

.customers-text {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
	text-align: left;
	transform: translateX(-50%);
}

.customers-bg {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
}

.customers .yx_Summary {
	max-width: 600px;
	width: 58%;
	-webkit-line-clamp: 5;
	margin-top: var(--yx_FS48);
	font-size: var(--yx_FS16);
	margin-bottom: var(--yx_FS72);
}

.customers-bg img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
	transform-origin: left center;
}

.customers-down {
	position: relative;
	height: 150vh;
}

.customers-scoll {
	position: sticky;
	left: 0;
	top: 0;
	z-index: 3;
	height: 100vh;
}

.customers-data {
	position: absolute;
	right: 0;
	top: 50%;
	display: flex;
	flex-flow: wrap;
	transform: translateY(-50%);
	width: 600px;
	z-index: 4;
}

.customers-down::before{
    content: '';
    position: absolute;
    width: 20vw;
    height: 20vw;
    background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    opacity: 0.65;
    border-radius: 50%;
    top: 50%;
    filter: blur(64px);
    right: 1.7rem;
	z-index: 1;
    animation: rotation 6s infinite linear;
    transform-origin: 45% 45%;
}
.customers-down::after{
	content: '';
	    position: absolute;
	    width: 30vw;
	    height: 30vw;
	    background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
	    opacity: 0.15;
	    border-radius: 50%;
	    bottom: 5%;
	    right: 10%;
	    filter: blur(64px);
	    animation: rotation_ 6s infinite linear;
	    transform-origin: 46% 46%;
}
.customers-data-item {
	margin: var(--yx_FS30) 0;
	width: 50%;
}

.customers-data-item p {
	margin-bottom: 20px;
	color: #fff;
	font-size: var(--yx_FS60);
	line-height: 1;
	font-family: 'f-Regular' !important;
}

.customers-data-item p b {
	display: inline-block;
	margin-right: 6px;
	font-weight: normal;
}

.customers-data-item span {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 16px;
}

.customers-dit {
	position: absolute;
	left: 0;
	top: 5%;
	width: 54.4%;
	height: 90%;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition: 0.88s;
}

.customers-dit.show {
	opacity: 1;
	visibility: visible;
}

.customers-dit-item {
	position: absolute;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
}

.customers-dit-item.dit-item1 {
	left: 30.5%;
	top: 25.1%;
}

.customers-dit-item.dit-item2 {
	left: 52.6%;
	top: 23.16%;
}

.customers-dit-item.dit-item3 {
	left: 18.18%;
	top: 51.42%;
}

.customers-dit-item.dit-item4 {
	left: 33.49%;
	top: 41.42%;
}

.customers-dit-item.dit-item5 {
	left: 39.6%;
	top: 34.69%;
}

.customers-dit-item.dit-item6 {
	left: 42.67%;
	top: 36.22%;
}

.customers-dit-item.dit-item7 {
	left: 42%;
	top: 46%;
}

.customers-dit-item.dit-item8 {
	left: 42.27%;
	top: 63.38%;
}

.customers-dit-item.dit-item9 {
	left: 56.07%;
	top: 44.89%;
}

.customers-dit-item.dit-item10 {
	left: 61.24%;
	top: 33.16%;
}

.customers-dit-item.dit-item11 {
	left: 69.85%;
	top: 43.16%;
}

.customers-dit-item.dit-item12 {
	left: 82.87%;
	top: 51.53%;
}

.customers-dit-item:nth-child(2n+2):before {
	animation-delay: 0.25s;
}

.customers-dit-item:nth-child(3n+3):before {
	animation-delay: 0.5s;
}

.customers-dit-item:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #00c6ff;
	border-radius: 50%;
	box-sizing: border-box;
	animation: pulse 3s infinite;
}

.customers-dit-item:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -3px;
	content: "";
	width: 6px;
	height: 6px;
	background: #00c6ff;
	border-radius: 50%;
}

@keyframes pulse {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	40% {
		opacity: 1;
		transform: scale(0);
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.brand {
	box-sizing: border-box;
	padding: 0 9.375% 255px;
	z-index: 10;
	width: 100%;
}

.brand-wrap {
	position: relative;
}

.brand-slide:hover figure img {
	transform: scale(1.08);
}

.brand-slide figure {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	background: #000;
	overflow: hidden;
}

.brand-slide figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.brand-btn span {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	transition: 0.4s;
	color: #fff;
	font-size: 16px;
}

.brand-btn span:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.brand-btn span.prev {
	left: -50px;
	text-indent: -4px;
}

.brand-btn span.next {
	right: -50px;
	text-indent: 4px;
}

.home-news {
	padding: 0 0 9.11%;
	position: relative;
}

.home-news-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.home-news-title h2 {
	margin-bottom: 12px;
	color: #fff;
	line-height: 1;
	font-size: var(--yx_FS72);
	font-family: 'f-Regular' !important;
}

.home-news-swiper {
	margin-top: 66px;
}

.home-news-slide {
	width: 33.333%;
}

.home-news-slide a:hover figure img {
	transform: scale(1.05);
}

.home-news-slide figure {
	position: relative;
	display: block;
	padding-bottom: 66.666%;
	height: 0;
	overflow: hidden;
	border-radius: 4px var(--yx_FS48) 4px var(--yx_FS48);
	line-height: 1;
}

.home-news-slide figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-news-slide figure img {
	transition: 0.78s;
}

.home-news-info {
	margin-top: 36px;
	padding: 0 26px;
}

.home-news-info p {
	margin-bottom: 18px;
	line-height: 1;
	color: #666666;
	font-size: 16px;
}

.home-news-info strong {
	display: block;
	line-height: 1.4;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 67px;
}

.home-news-info time {
	display: block;
	margin-top: 20px;
	line-height: 1;
	color: #666666;
	font-size: 16px;
}

.news-dits {
	display: flex;
	margin-top: 30px;
}

.news-dits span {
	display: inline-block;
	margin-right: 12px;
	padding: 0 26px;
	height: 32px;
	line-height: 32px;
	color: #999999;
	font-size: 14px;
	border: 1px solid #333;
	border-radius: 17px;
	transition: 0.3s;
}

.subscribe {
	padding: 2vw 9.375% 6vw;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	background: var(--yx_Color);
	overflow: hidden;
}

.subscribe-bg {
	position: absolute;
	left: -200px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: 56.25%;
}
.subscribe-bg:after{
	content: '';
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    z-index: 2;
	    top: 0;
	    left: 0;
	    background: linear-gradient(to left, var(--yx_Color),transparent);
}
.subscribe-bg img {
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.subscribe-tt .common-title{
display: block;
    line-height: 1;
    color: #fff;
    font-size: var(--yx_FS36);
    font-weight: normal;
    overflow: hidden;
	margin-top: var(--yx_FS72);
}
.subscribe-tt p{
	font-size:var(--yx_FS22);
	margin-top: var(--yx_FS24);
}
.subscribe-tt {
	color: #fff;
	font-size: var(--yx_FS18);
	line-height: 1.2;
}

.subscribe-tt i {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 12px;
	font-size: 24px;
	color: #fff;
	font-style: normal;
}

.subscribe-email {
	margin-top: 89px;
	position: relative;
	width: 780px;
	
}

.subscribe-email .text {
	box-sizing: border-box;
	padding-bottom: 25px;
	width: 100%;
	color: #fff;
	border: none;
	border-bottom: 3px solid #fff;
	outline: none;
	font-size: 24px;
	line-height: 1.2;
	background: none;
}

.subscribe-email .text:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.subscribe-email .text::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-email .sub {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
	background: none;
	outline: none;
	border: none;
	transform: rotateY(180deg);
	line-height: 1.2;
	transition: 0.3s;
}

.subscribe-email .sub:hover {
	right: -3px;
}

.footer {
	position: relative;
	z-index: 5;
	padding: 120px 9.375% 0;
	background: #000;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-logo-imgs {
	display: block;
	width: auto;
}

.footer-logo-imgs img {
	display: block;
	max-height: 60px;
	max-width: 100%;
	width: auto;
}

.share {
	margin-top: 46px;
	display: flex;
}

.share a {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	background: #1f1f1f;
}

.share a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.share a:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #3348f3;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: 0.38s;
}

.footer-navs {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	width: 58%;
	margin-bottom: 100px;
	justify-content: space-between;
}

.footer-navs-item {
	display: inline-block;
}

.footer-navs-item:nth-child(3n+3) {
	width: auto;
}

.footer-navs-item dt {
	display: block;
	margin-bottom: 22px;
}

.footer-navs-item dt a {
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 1.5;
	color: #fbfbfb;
	font-size: 18px;
	font-weight: normal;
}

.footer-navs-item dt a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.3s;
	z-index: -1;
}

.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
	color: #fff;
}

.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.footer-navs-item dt a:hover {
	color: #fff;
}

.footer-navs-item dd {
	display: block;
}

.footer-navs-item dd p {
	margin-bottom: 8px;
}

.footer-navs-item dd p a {
	display: inline-block;
	color: #999999;
	font-size: 16px;
}

.footer-navs-item dd p a:hover {
	color: #fff;
}

.footer-navs-item dd p a span {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 14px;
	line-height: 1;
	color: #fff;
	text-align: center;
	border: 1px solid #3348f3;
	border-radius: 8px;
}

.footer-navs-item dd p a span:hover:before {
	color: #3348f3;
}

.footer-navs-item dd p a span:before {
	position: absolute;
	left: 0;
	top: -4px;
	width: 100%;
	content: "...";
	color: #fff;
	text-align: center;
	font-size: 14px;
	transition: 0.3s;
}

.copyright {
	padding: 26px 0 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 4px solid #171717;
}

.copyleft p {
	color: #666666;
	font-size: 14px;
}

.copy-map {
	display: flex;
	width: 50%;
}

.network-map a {
	display: inline-block;
	color: #666666;
	font-size: 14px;
}

.network-map a:hover {
	color: #fff;
}

.network-map a:hover i {
	color: #fff;
}

.network-map a i {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 7px;
	font-style: normal;
	line-height: 1;
	font-size: 20px;
	transition: 0.3s;
}

.network {
	margin-left: 46px;
}

.network a {
	display: inline-block;
	color: #666666;
	font-size: 14px;
}

.network a:hover {
	color: #fff;
}

.consulting {
	position: fixed;
	right: 26px;
	bottom: -35px;
	z-index: 19;
	transition: 0.4s;
}

.consulting.show {
	bottom: 35px;
}

.consulting.show a:last-child {
	opacity: 1;
	clip-path: circle(50% at center);
}

.consulting a {
	display: block;
	position: relative;
	z-index: 2;
	margin-bottom: 17px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	color: #000000;
	font-size: 30px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.consulting a:hover {
	color: #fff;
	background: var(--yx_Color);
	transition: color 0.3s 0s, background 0.3s 0.15s;
}

.consulting a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.consulting a:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--yx_Color);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: 0.38s;
}

.consulting a:last-child {
	margin-bottom: 0;
	opacity: 0;
	clip-path: circle(0% at center);
	transition: 0.4s;
}

.article-block.slideinset li,
.article-block.slideinset>div {
	opacity: 0;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	-webkit-transition: 0.9s;
	-o-transition: 0.9s;
	-moz-transition: 0.9s;
	transition: 0.9s;
}

.article-block.slideinset li:nth-child(2),
.article-block.slideinset>div:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.article-block.slideinset li:nth-child(3),
.article-block.slideinset>div:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.article-block.slideinset li:nth-child(4),
.article-block.slideinset>div:nth-child(4) {
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.articleShow.slideinset li,
.articleShow.slideinset>div {
	opacity: 1;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.article-block.slidetopList li,
.article-block.slidetopList>div {
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	-moz-transition: 0.7s;
	transition: 0.7s;
}

.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList>div:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList>div:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList>div:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList>div:nth-child(5) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList>div:nth-child(6) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.article-block.slidetopList li:nth-child(7),
.article-block.slidetopList>div:nth-child(7) {
	transition-delay: 1.2s;
}

.article-block.slidetopList li:nth-child(8),
.article-block.slidetopList>div:nth-child(8) {
	transition-delay: 1.4s;
}

.articleShow.slidetopList li,
.articleShow.slidetopList>div {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.article-block.slideTop {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	-o-transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	-moz-transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
	transition: 0.7s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.article-block.slideTop.detay1 {
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.article-block.slideTop.detay2 {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.articleShow.slideTop {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.clipPath.article-block {
	opacity: 0;
	clip-path: inset(0 0 100% 0);
	transition: 2s;
}

.clipPath.articleShow {
	opacity: 1;
	clip-path: inset(0 0 0 0);
}

.scheme-mobile {
	display: none;
}

.pbanner {
	position: relative;
}

.about-imgs {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}

.about-imgs figure {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.about-imgs figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-bgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #000000;
	opacity: 0;
}

.pbanner-text {
	position: absolute;
	left: 9.375%;
	top: 40%;
	transform: translateY(-50%);
	z-index: 3;
}

.pbanner-text h2 {
	margin-bottom: 36px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
}

.pline h3 {
	display: block;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4;
}

.about-introduct {
	position: relative;
	padding: 13.95% 9.375% 140px;
	overflow: hidden;
}

.about-intro-wr {
	float: right;
	width: 35.84vw;
}

.introduct {
	color: #fff;
	font-size: 18px;
	line-height: 2;
}

.introduct p {
	margin-bottom: 10px;
}

.introduct p:last-child {
	margin-bottom: 0;
}

.about-data {
	margin-top: 6.77vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-data-item {
	padding: 46px 0 26px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 44.18%;
	border-bottom: 1px solid #fff;
	line-height: 1;
}

.about-data-item p {
	color: #fff;
	font-size: 2.5vw;
	line-height: 1;
	font-family: "Poppins";
}

.about-data-item p b {
	font-weight: normal;
}

.about-data-item span {
	display: inline-block;
	line-height: 1;
	color: #ffffff;
	font-size: 14px;
}

.introduct-idea {
	margin-top: 112px;
}

.introduct-idea li {
	padding: 50px 0 45px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.introduct-idea li b {
	display: block;
	margin-right: 26px;
	width: 84px;
	line-height: 1;
	color: var(--yx_Color);
	font-size: 60px;
	font-weight: normal;
}

.introduct-idea-info {
	flex: 1;
}

.introduct-idea-info strong {
	display: block;
	margin-bottom: 15px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.introduct-idea-info p {
	color: #fff;
	font-size: 18px;
}

.company-culture {
	padding: 9.375% 9.375%;
}

.culture-wrap {
	position: relative;
}

.culture-title {
	display: block;
	position: absolute;
	left: 4.74%;
	top: 14.05%;
	z-index: 4;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.culture-slide {
	position: relative;
	overflow: hidden;
}

.culture-slide figure {
	position: relative;
	display: block;
	padding-bottom: 47.43%;
	height: 0;
	overflow: hidden;
	line-height: 1;
}

.culture-slide figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.culture-slide.swiper-slide-active .culture-info {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.65s;
}

.culture-info {
	position: absolute;
	left: 4.74%;
	top: 28.37%;
	z-index: 3;
	width: 578px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(60px);
	transition: 0.65s 0.8s;
}

.culture-info strong {
	display: block;
	margin-bottom: 26px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.culture-info p {
	color: #fff;
	font-size: 18px;
	line-height: 2;
}

.culture-btn {
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: 44px;
	z-index: 10;
}

.culture-btn li {
	margin-right: 66px;
	cursor: pointer;
}

.culture-btn li:last-child {
	margin-right: 0;
}

.culture-btn li:hover b,
.culture-btn li.active b {
	border-color: var(--yx_Color);
	background: var(--yx_Color);
}

.culture-btn li b {
	display: block;
	position: relative;
	width: 78px;
	height: 78px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	text-align: center;
	line-height: 78px;
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	transition: 0.38s;
}

.culture-btn li p {
	margin-top: 18px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.effect {
	padding: 0 9.375%;
}

.effect-top {
	display: block;
	margin-bottom: 76px;
}

.effect-title {
	display: block;
	position: relative;
	line-height: 1;
	padding-bottom: 48px;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.effect-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 80px;
	height: 4px;
	background: #fff;
}

.effect-text {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.effect-data {
	padding-top: 10px;
	display: flex;
}

.effect-data-item {
	margin-right: 4.58vw;
}

.effect-data-item p {
	margin-bottom: 16px;
	line-height: 1;
	color: #fff;
	font-size: 48px;
	font-family: "Poppins";
	font-weight: normal;
}

.effect-data-item:last-child {
	margin-right: 0;
}

.effect-data-item span {
	display: block;
	color: #fff;
	font-size: 14px;
}

.effect-info {
	width: 44.1%;
	color: #fff;
	font-size: 18px;
}

.effect-map {
	position: relative;
}

.effect-map figure {
	display: block;
	line-height: 1;
	overflow: hidden;
}

.effect-map figure img {
	display: block;
	width: 100%;
	height: auto;
}

.effect-dit {
	position: absolute;
	right: 21.66%;
	top: 40%;
	margin-right: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 3;
}

.effect-dit i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--yx_Color);
	animation: pulse 3s infinite;
}

.effect-dit:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -46px;
	margin-top: -46px;
	content: "";
	width: 92px;
	height: 92px;
	z-index: -1;
	background: rgba(51, 72, 243, 0.5);
	border-radius: 50%;
	animation: pulse 3s 0.25s infinite;
}

@keyframes pulse {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	40% {
		opacity: 1;
		transform: scale(0);
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.partner-tab .swiper-wrapper {
	height: auto !important;
}

.history {
	padding-top: 10.41%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.history .slick-list {
	overflow: visible;
}

.history .slick-list .slick-track {
	display: flex;
}

.history-tab {
	position: relative;
	z-index: 3;
	padding: 0 9.375%;
	overflow: hidden;
}

.history-bg {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 27.6vw;
	z-index: 3;
	background-position: center bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	background-size: 100% auto;
}

.history-btn {
	display: flex;
	align-items: center;
	margin-bottom: 110px;
}

.histroy-title {
	display: block;
	margin-right: 54px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.history-hide {
	box-sizing: border-box;
	height: 100%;
	padding-left: 38px;
	padding-right: 38px;
	border-left: 2px solid #fff;
	padding-bottom: 27.6vw;
	opacity: 0.1;
	transition: 0.4s;
}

.history-slide {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.history-slide.slick-active .history-hide {
	opacity: 1;
}

.history-slide time {
	display: block;
	line-height: 0.9;
	color: #fff;
	font-size: 60px;
	font-family: "Poppins";
	font-style: italic;
}

.history-info {
	margin-top: 40px;
}

.history-info p {
	color: #fff;
	font-size: 18px;
}

.investment {
	padding: 7.81% 9.375% 9.375%;
}

.investment-wrap {
	padding: 9.375vw 15.06% 6.4vw 7.69%;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	background-attachment: fixed;
}

.investment-tab {
	width: 35.04%;
	margin: 0;
}

.investment-tab .swiper-pagination {
	position: relative;
	bottom: auto;
	margin-top: 42px;
	line-height: 1;
}

.investment-tab .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	width: 8px;
	height: 8px;
	background: #636366;
	transition: 0.35s;
	border-radius: 0px;
	opacity: 1;
	cursor: pointer;
	border-radius: 50%;
}

.investment-tab .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.investment-slide figure {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 24px;
	text-align: center;
	line-height: 1;
	transition: 0.4s;
}

.investment-slide figure:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.investment-slide figure img {
	width: 100%;
	height: auto;
	transition: 0.38s;
}

.investment-text {
	width: 45.2%;
}

.investment-text p {
	color: #fff;
	font-size: 18px;
}

.investment-tt {
	display: block;
	margin-bottom: 35px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.honor-box {
	padding: 0 9.375%;
}

.honor-btn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}

.honor-swiper {
	margin-top: 58px;
	height: auto;
}

.honor-slide {
	padding-bottom: 30px;
	text-align: center;
}

.honor-slide:hover figure img {
	transform: scale(1.05);
}

.honor-slide figure {
	display: block;
	background: #fff;
}

.honor-slide figure img {
	width: 100%;
	height: auto;
	transition: 0.58s;
}

.honor-slide p {
	margin-top: 13px;
	color: #fff;
	font-size: 16px;
}

.honor-info {
	margin-bottom: 44px;
}

.partner {
	padding: 9.89% 9.375% 12.39%;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.partner-contact {
	margin-top: 14.1%;
	text-align: center;
}

.partner-contact .partnertt {
	display: block;
	margin-bottom: 44px;
	line-height: 1;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
}

.partner-contact a {
	display: block;
	margin: auto;
	width: 236px;
	height: 52px;
	line-height: 52px;
	border: 2px solid #fff;
	border-radius: 28px;
	color: #fff;
	font-size: 18px;
}

.partner-contact a:hover {
	background: #fff;
	color: var(--yx_Color);
}

.pbanners {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
}

.pbanners:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
}

.pbanners figure {
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	line-height: 1;
	z-index: -1;
}

.pbanners figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbanners figure img.lazy {
	background: #000;
}

.pbanners figure img.mobile {
	display: none;
}

.lazy {
	background: url(../image/loading.gif) center no-repeat;
	background-size: 25px auto;
}

.ptexts {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.ptexts h3 {
	display: block;
	line-height: 1.2;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
}

.promote {
	padding: 50px 9.375%;
}

.joius-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 3;
}

.joius-title.joius-title1 .joins-tt {
	color: #fff;
}

.joius-title .joins-tt {
	display: block;
	line-height: 1.4;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.joius-title-text {
	width: 48.39%;
	color: #fff;
	font-size: 18px;
	line-height: 2;
}

.promote-imgs {
	margin: auto;
	max-width: 100%;
	width: 950px;
	text-align: center;
	background: #000;
}

.promote-imgs img {
	max-width: 100%;
	width: auto;
	margin: auto;
	margin-top: -28px;
}

.educate {
	padding: 0 9.375% 8.85%;
}

.educate-list {
	margin-top: 82px;
	display: flex;
	flex-wrap: wrap;
}

.educate-item {
	margin-right: 4%;
	width: 48%;
}

.educate-item:nth-child(2n+2) {
	margin-right: 0;
}

.educate-item:hover figure img {
	transform: scale(1.06);
}

.educate-item figure {
	position: relative;
	display: block;
	padding-bottom: 62.66%;
	height: 0;
	overflow: hidden;
	line-height: 1;
}

.educate-item figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.educate-item figure img {
	transition: 0.5s;
}

.idea {
	padding: 100px 9.375% 0;
}

.idea-list {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.idea-list li {
	display: flex;
	align-items: center;
}

.idea-list li:hover b {
	transform: translateY(-4px);
}

.idea-list li b {
	display: block;
	width: 72px;
	transition: 0.35s;
}

.idea-list li b img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.idea-text {
	margin-left: 14px;
}

.idea-text strong {
	display: block;
	margin-bottom: 13px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.idea-text p {
	color: #fff;
	font-size: 16px;
}

.recruit {
	padding: 9.06% 9.375% 9.89%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.recruit-btn {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}

.recruit-btn h3 {
	display: inline-block;
	margin-right: 46px;
	line-height: 1.2;
	color: #4f4f4f;
	font-size: 36px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: normal;
}

.recruit-btn h3:last-child {
	margin-right: 0;
}

.recruit-btn h3:hover,
.recruit-btn h3.active {
	color: #fff;
}

.recruit-list {
	display: flex;
	flex-wrap: wrap;
}

.recruit-list li {
	position: relative;
	margin-right: 10.4%;
	padding: 30px 0 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	width: 44.8%;
	cursor: pointer;
	transition: 0.35s;
	padding-left: 0;
	box-sizing: border-box;
}

.recruit-list li:nth-child(1),
.recruit-list li:nth-child(2) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.recruit-list li:hover {
	border-color: var(--yx_Color);
	background: var(--yx_Color);
	padding-left: 40px;
}

.recruit-list li:hover p span {
	color: #fff;
}

.recruit-list li:hover i {
	color: #fff;
}

.recruit-list li:nth-child(2n+2) {
	margin-right: 0;
}

.recruit-list li strong {
	display: block;
	margin-bottom: 14px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.recruit-list li i {
	display: block;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -14px;
	line-height: 1;
	font-size: 28px;
	color: rgba(255, 255, 255, 0.2);
	font-style: normal;
	transition: 0.3s;
}

.recruit-list li p {
	display: flex;
}

.recruit-list li p span {
	display: inline-block;
	margin-right: 26px;
	line-height: 1;
	color: #666666;
	font-size: 16px;
	transition: 0.3s;
}

.recruit-list li p span:last-child {
	margin-right: 0;
}

.recruit-item {
	display: none;
}

.recruit-item:first-child {
	display: block;
}

body.popShow {
	overflow: hidden;
}

body.popShow .recruit-pop {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

body.popShow .recruit-pop .recruit-fix {
	right: 0;
}

.recruit-pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.8s;
}

.recruit-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5);
}

.recruit-fix {
	position: absolute;
	right: -50%;
	top: 0;
	height: 100%;
	width: 50%;
	background: #fff;
	transition: 0.8s;
}

.recruit-hide {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.recruit-close {
	display: block;
	position: absolute;
	left: -87px;
	top: 35px;
	width: 56px;
	height: 56px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: 0.4s;
}

.recruit-close:hover {
	background: #fff;
	color: var(--yx_Color);
	text-indent: -3px;
}

.recruit-titles {
	padding-left: 12.08%;
	height: 120px;
	line-height: 120px;
	color: #fff;
	font-size: 36px;
	background: #3348f3;
	font-weight: normal;
}

.recruit-info {
	padding: 42px 12.08% 80px;
}

.recruit-fx {
	color: #000000;
	font-size: 16px;
	line-height: 2.2;
}

.recruit-fx strong {
	color: var(--yx_Color);
}

.recruite-eq {
	display: flex;
	margin-top: 110px;
}

.recruite-eq-item {
	margin-right: 82px;
	text-align: center;
}

.recruite-eq-item:last-child {
	margin-right: 0;
}

.recruite-eq-item figure {
	padding: 10px;
	border: 1px solid #cccccc;
	width: 118px;
}

.recruite-eq-item figure img {
	display: block;
	width: 100%;
	height: auto;
}

.recruite-eq-item p {
	margin-top: 22px;
	color: #333333;
	font-size: 16px;
	line-height: 1;
}

.environment {
	padding-top: 0 !important;
	padding-bottom: 9.375%;
}

.environment-top {
	padding: 0 9.375%;
	margin-bottom: 100px;
}

.environment-btn {
	display: flex;
	margin-top: 35px;
}

.environment-btn span {
	display: inline-block;
	margin-right: 14px;
	width: 118px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	border: 2px solid #fff;
	border-radius: 19px;
	text-align: center;
	cursor: pointer;
	transition: 0.38s;
}

.environment-btn span:hover,
.environment-btn span.active {
	background: #fff;
	color: #000000;
}

.environment-tab {
	position: relative;
}

.environment-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.environment-item.show {
	position: relative;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	transition: 0.45s;
}

.environment-hide {
	overflow: hidden;
}

.environment-swiper {
	position: relative;
	left: -10%;
	width: 120%;
}

.environment-slide figure {
	position: relative;
	display: block;
	padding-bottom: 62.5%;
	height: 0;
	overflow: hidden;
	line-height: 1;
}

.environment-slide figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.environment-info {
	position: relative;
	margin-top: 88px;
	padding-left: 9.375%;
	padding-right: 9.375%;
	display: flex;
	align-items: center;
}

.environment-info p {
	box-sizing: border-box;
	padding-right: 20px;
	width: 50%;
	color: #fff;
	font-size: 16px;
}

.environment-prev {
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	background: url(../image/mouse.png) center no-repeat;
	background-size: cover;
}

.welfare {
	padding: 6.89% 9.375% 8%;
}

.welfare-img {
	margin-top: 64px;
}

.welfare-img img {
	display: block;
	width: 100%;
	height: auto;
}

.welfare-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	box-sizing: border-box;
}

.welfare-list li {
	box-sizing: border-box;
	width: 32%;
	margin-bottom: 30px;
	margin-right: 2%;
}

.welfare-list li:nth-child(3n+3) {
	margin-right: 0;
}

.welfare-hide {
	padding: 35px 34px 24px;
	box-sizing: border-box;
	width: 100%;
	height: 246px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: flex-start;
	transition: 0.35s;
}

.welfare-hide:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.welfare-hide b {
	display: block;
	width: 58px;
	color: var(--yx_Color);
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
}

.welfare-info {
	flex: 1;
}

.welfare-info strong {
	display: block;
	margin-bottom: 10px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.welfare-info p {
	color: #999999;
	font-size: 16px;
}

.more-recuite {
	margin-left: 50%;
}

.recuite-tops {
	color: #fff;
	font-size: 18px;
}

.recuite-tops i {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 10px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
}

.recruite-eq1 {
	margin-top: 50px;
}

.recruite-eq1 .recruite-eq-item figure {
	background: #fff;
}

.recruite-eq1 .recruite-eq-item p {
	color: #fff;
}

.message-more {
	padding: 120px 9.375% 80px;
}

.pbanners1 figure {
	padding-bottom: 46.875%;
}

.contacts-banner {
	width: auto;
	left: 9.375%;
}

.contacts-us {
	padding: 0 9.375% 14.27%;
	background-position: center bottom !important;
	background-attachment: local;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.contact-top {
	display: flex;
	position: relative;
	margin-top: -60px;
	z-index: 3;
}

.maps {
	width: 50%;
	height: 510px;
}

.smawave {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	background: var(--yx_Color);
}

.smawave-wrpa {
	width: 76.54%;
}

.smawave-top {
	margin-bottom: 50px;
}

.smawave-top h3 {
	display: block;
	margin-bottom: 24px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.smawave-top p {
	color: #fff;
	font-size: 18px;
}

.address p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

.address p i {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 44px;
	color: #fff;
	font-size: 26px;
	font-style: normal;
	line-height: 1;
}

.BMap_bubble_title {
	margin-bottom: 5px !important;
	color: var(--yx_Color) !important;
	font-size: 18px !important;
}

.anchorBL {
	display: none !important;
}

.BMap_Marker img {
	animation: fadeScale 2s infinite alternate-reverse !important;
}

@keyframes fadeScale {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0.3;
		transform: scale(0.3);
	}
}

.contacts-list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.contact-address {
	box-sizing: border-box;
	padding: 44px 44px 0;
	height: 200px;
	width: 32%;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-address strong {
	display: block;
	margin-bottom: 18px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.contact-address p {
	color: #fff;
	font-size: 16px;
}

.line-message {
	margin-top: 10.4vw;
}

.message-top {
	margin-bottom: 42px;
}

.message-top h3 {
	display: block;
	margin-bottom: 28px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.message-top p {
	color: #666666;
	font-size: 16px;
}

.message-radio {
	margin-bottom: 45px;
	display: flex;
}

.radio-label {
	margin-right: 75px;
}

.radio-label.active label span {
	background: var(--yx_Color);
}

.radio-label.active label span:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.radio-label label {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.radio-label label input {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	opacity: 0;
}

.radio-label label span {
	display: inline-block;
	top: -1px;
	vertical-align: middle;
	margin-right: 12px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	transition: 0.3s;
}

.radio-label label span:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: 0.2s;
}

.message-row {
	display: flex;
	justify-content: space-between;
}

.input-item {
	margin-bottom: 38px;
	width: 23.07%;
	position: relative;
	display: flex;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: 0.38s;
}

.input-item.active {
	border-color: #fff;
}

.input-item span {
	display: inline-block;
	padding-left: 20px;
	line-height: 66px;
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
}

.input-item span i {
	display: inline-block;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
}

.input-item .text {
	box-sizing: border-box;
	flex: 1;
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
	border: none;
	line-height: 66px;
	outline: none;
	background: none;
}

.input-item .text::-webkit-input-placeholder {
	color: #fff;
}

.input-item .text:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.input-item .text:focus {
	outline: none;
	background-color: transparent;
}

.input-item1 {
	width: 48.71%;
}

.message-area {
	margin-bottom: 38px;
	width: 100%;
}

.message-area textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px;
	color: #fff;
	resize: none;
	font-size: 16px;
	line-height: 2;
	height: 208px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-family: "PingFangSCMedium";
}

.message-area textarea::-webkit-input-placeholder {
	color: #fff;
}

.message-area textarea:focus {
	outline: none;
	background-color: transparent;
}

.message-area textarea:focus {
	border-color: #fff;
}

.message-area textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

.verificate {
	display: flex;
}

.yz img {
	display: block;
	height: 70px;
}

.message-code {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.message-sub {
	padding-top: 20px;
	width: 100%;
}

.message-sub input {
	width: 360px;
	height: 68px;
	line-height: 68px;
	background: var(--yx_Color);
	color: #fff;
	font-size: 24px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.4s;
}

.message-sub input:hover {
	background: rgba(49, 69, 234, 0.5);
}

.news-box {
	padding: 0 9.357%;
}

.news-swipers {
	position: relative;
	margin-top: -58px;
	padding-top: 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-swipers .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 54px;
	line-height: 0;
	height: 4px;
	text-align: left;
}

.news-swipers .swiper-pagination:before {
	position: absolute;
	left: 197px;
	bottom: 1px;
	content: "";
	right: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.news-swipers .swiper-pagination .swiper-pagination-bullet {
	margin-right: 5px;
	width: 40px;
	height: 4px;
	background: #4d4d4d;
	opacity: 1;
	border-radius: 0px;
	transition: 0.36;
}

.news-swipers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.news-slide a {
	display: flex;
	justify-content: space-between;
}

.news-slide a:hover figure img {
	transform: scale(1.06);
}

.news-slide a figure {
	width: 30.76%;
	overflow: hidden;
}

.news-slide a figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.68s;
}

.news-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 64.1%;
}

.news-tops-time {
	padding-top: 14px;
}

.news-tops-time time {
	display: block;
	margin-bottom: 22px;
	line-height: 1;
	color: #fff;
	font-size: 16px;
}

.news-tops-time strong {
	display: block;
	margin-bottom: 26px;
	line-height: 1.3;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.news-tops-time p {
	color: #fff;
	font-size: 16px;
}

.news-libox {
	margin-top: 116px;
}

.news-btn-list {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.news-btn-list a {
	display: inline-block;
	margin-right: 22px;
	width: 176px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	border-radius: 23px;
	border: 2px solid #fff;
	text-align: center;
}

.news-btn-list a:hover,
.news-btn-list a.active {
	background: #fff;
	color: #000000;
}

.news-btn-list a:last-child {
	margin-right: 0;
}

.news-fixs {
	display: flex;
	flex-wrap: wrap;
}

.news-fixs .home-news-slide {
	margin-right: 3.5%;
	margin-bottom: 130px;
	width: 31%;
}

.news-fixs .home-news-slide:nth-child(3n+3) {
	margin-right: 0;
}

.pages {
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pages a {
	display: inline-block;
	margin-right: 14px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: 2px solid;
	border-radius: 24px;
	color: #fff;
	font-size: 16px;
}

.pages a:hover,
.pages a.active {
	background: #fff;
	color: #000;
}

.pages a:last-child {
	margin-right: 0;
}

.pages a.iconfont {
	width: 76px;
	font-size: 22px;
}

.view-banner {
	position: relative;
	padding: 102px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.view-banner-wrap {
	padding-top: 35px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.view-banner-wr {
	position: relative;
	margin: auto;
	width: 960px;
	padding-bottom: 46px;
}

.view-banner-wr:before {
	position: absolute;
	left: 0;
	bottom: -26px;
	content: "";
	border-right: 28px solid transparent;
	border-top: 26px solid #000;
}

.view-posite {
	display: flex;
}

.view-posite a,
.view-posite b,
.view-posite span {
	display: inline-block;
	color: #666666;
	font-size: 16px;
}

.view-posite span {
	margin-right: 2px;
}

.view-posite b {
	margin: 0 5px;
}

.view-posite a:hover {
	color: #fff;
}

.view-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 54px;
}

.view-title h2 {
	display: block;
	flex: 1;
	margin-top: -5px;
	line-height: 1.5;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.view-title img {
	display: block;
	margin-left: 110px;
	width: 224px;
	height: 149px;
	object-fit: cover;
}

.view-time time {
	display: block;
	line-height: 1.1;
	color: #999999;
	font-size: 16px;
}

.view-box {
	background-color: #fff;
}

.view-wrap {
	margin: auto;
	padding: 78px 0 112px;
	width: 960px;
}

.view {
	color: #333333;
	font-size: 16px;
	line-height: 2;
}

.view img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.view-prev {
	margin-top: 115px;
}

.view-prev-item {
	border-top: 1px solid #d7d7d7;
}

.view-prev-item a {
	display: inline-block;
	padding: 18px 6px;
}

.view-prev-item a:hover span {
	color: var(--yx_Color);
}

.view-prev-item a span {
	display: block;
	color: #000000;
	font-size: 16px;
	line-height: 2;
	transition: 0.3s;
}

.view-news {
	padding: 140px 0 140px;
	margin: 0 9.375%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.technology {
	padding: 13.43% 9.375% 9.89%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.technology-banner {
	width: 670px;
}

.technology-banner h2 {
	display: block;
	margin-bottom: 32px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	font-size: 36px;
}

.technology-banner p {
	color: #fff;
	font-size: 18px;
}

.technology-arlcale {
	margin: auto;
	margin-top: 80px;
	width: 46.73%;
	position: relative;
}

.technology-bg {
	position: relative;
	z-index: 3;
	text-align: center;
}

.technology-bg figure {
	display: block;
	line-height: 1;
}

.technology-bg figure img {
	display: block;
	width: 100%;
	height: auto;
	animation: move2 10s infinite linear;
}

.technology-bg .platform-gif {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
	z-index: -1;
}

.technology-bg-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.technology-bg-text small {
	display: block;
	margin-bottom: 12px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
}

.technology-bg-text strong {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.technology-btn li {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5px;
	text-align: center;
	z-index: 10;
}

.technology-btn li:nth-child(2) {
	left: auto;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.technology-btn li:nth-child(3) {
	top: auto;
	bottom: 10px;
}

.technology-btn li:nth-child(4) {
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.technology-btn li:hover figure img {
	animation: move0 0.7s infinite alternate;
}

.technology-btn li figure {
	display: block;
	line-height: 1;
	height: 120px;
}

.technology-btn li figure img {
	display: inline-block;
	width: auto;
	height: 100%;
}

.technology-btn li p {
	margin-top: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

@keyframes move0 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-15px);
	}
}

.technology-fix {
	position: relative;
	padding-left: 9.375%;
}

.technology-list li {
	margin-bottom: 170px;
}

.technology-imgs {
	position: relative;
}

.technology-imgs img {
	display: block;
	width: 100%;
	height: auto;
}

.technology-imgs img.mb {
	display: none;
}

.technology-infos {
	display: flex;
	justify-content: space-between;
	padding-top: 120px;
	align-items: flex-start;
}

.technology-tt {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.technology-swiper {
	margin-top: -44px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 69.23%;
}

.technology-slide {
	display: flex;
	margin-top: -1px;
	padding: 44px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.technology-slide b {
	display: block;
	width: 78px;
}

.technology-slide b img {
	display: block;
	width: auto;
	height: 70px;
}

.thechnogy-in {
	margin-left: 22px;
	width: 83.33%;
}

.thechnogy-in strong {
	display: block;
	margin-bottom: 8px;
	line-height: 1.4;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

.thechnogy-in p {
	width: 100%;
	color: #999999;
	font-size: 16px;
	word-break: break-word;
}

.technology-slide-li {
	margin-top: 0 !important;
}

.technology-tab {
	margin: 0;
	margin-bottom: 0 !important;
}

.technology-tab .scheme-btn {
	margin-top: 30px;
}

.technology-in {
	display: block;
}

.property {
	padding: 0 9.387%;
}

.property-list {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 180px;
}

.property-list li {
	margin-bottom: 60px;
}

.property-list li:last-child {
	margin-bottom: 0;
}

.property-top {
	padding: 160px 0 90px;
}

.patent {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: 60px;
}

.patent p {
	color: #fff;
	font-size: 60px;
	line-height: 1;
	font-family: "Poppins";
}

.patent p b {
	margin-right: 4px;
	font-weight: normal;
}

.patent span {
	display: block;
	margin-top: 12px;
	line-height: 1;
	color: #fff;
	font-size: 14px;
}

.patent1 {
	margin-top: -53px;
}

.promore {
	margin-top: 50px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.promore a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.technology-list {
	display: inline-block;
	width: 89.65%;
	vertical-align: top;
}

.technology-menu {
	display: inline-block;
	vertical-align: top;
	position: sticky;
	margin-left: 4.58vw;
	right: 36px;
	top: 40vh;
	z-index: 5;
}

.technology-menu li {
	margin-bottom: 22px;
	filter: grayscale(1);
	transition: 0.4s;
}

.technology-menu li:hover,
.technology-menu li.active {
	filter: grayscale(0);
}

.technology-menu li img {
	display: block;
	width: auto;
	height: 52px;
}

.technology-menu li:last-child {
	margin-bottom: 0;
}

.solute-banner {
	position: absolute;
	right: 29.166%;
	top: 36.66%;
	left: auto;
	margin-top: 0;
	width: 14.27vw;
	height: 14.27vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.solute-boxs {
	padding: 60px 9.375% 0;
}

.solute-lists {
	display: flex;
	flex-wrap: wrap;
}

.solute-lists li {
	margin-right: 4%;
	margin-bottom: 114px;
	width: 48%;
}

.solute-lists li .scheme-slide {
	width: 100%;
}

.solute-lists li:nth-child(2n+2) {
	margin-right: 0;
}

.smartconstructionsite {
	padding: 17.7% 9.375% 0;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.smartconstructionsite .property-top {
	padding: 0 0 98px;
}

.smart-left .joins-name {
	display: block;
	margin-bottom: 36px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.smart-text {
	padding-top: 56px;
}

.smart-imgs {
	position: relative;
}

.smart-imgs figure {
	display: block;
	line-height: 1;
	overflow-y: hidden;
}

.smart-imgs figure img {
	display: block;
	width: 100%;
	height: auto;
}

.smart-list li {
	position: absolute;
	margin-left: -18px;
	margin-top: -18px;
}

.smart-list li.active {
	z-index: 5;
}

.smart-list li.smart-icon1 {
	left: 36.28%;
	top: 31.02%;
}

.smart-list li.smart-icon2 {
	left: 40.7%;
	bottom: 19.18%;
}

.smart-list li.smart-icon2 .smart-downs {
	left: 100%;
	margin-left: 0;
	top: 50%;
	margin-top: -85px;
	padding-top: 0;
	padding-left: 6px;
}

.smart-list li.smart-icon3 {
	left: 53.7%;
	top: 49.72%;
}

.smart-list li.smart-icon4 {
	left: 63.46%;
	top: 29.72%;
}

.smart-list li.smart-icon5 {
	left: 77.05%;
	top: 46.66%;
}

.smart-list li.smart-icon6 {
	left: 22%;
	top: 31.66%;
}

.smart-ico {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}

.smart-ico:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid var(--yx_Color);
	animation: pulse1 3s infinite;
}

.smart-ico:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
	content: "+";
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background: var(--yx_Color);
	color: #fff;
	font-size: 12px;
}

@keyframes pulse1 {
	0% {
		opacity: 1;
		transform: scale(0.5);
	}

	40% {
		opacity: 1;
		transform: scale(0.5);
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.smart-downs {
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 100%;
	width: 260px;
	padding-top: 6px;
	opacity: 0;
	clip-path: inset(0 0 100% 0);
	visibility: hidden;
	transition: 0.4s;
}

.smart-downs.show {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	visibility: visible;
}

.smart-down-wr {
	padding: 24px 32px 18px;
	border-radius: 5px;
	background: rgba(51, 72, 242, 0.9);
	position: relative;
}

.smart-down-wr p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.smart-close {
	display: block;
	position: absolute;
	right: 14px;
	top: 14px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	transition: 0.35s;
	cursor: pointer;
}

.smart-close:hover {
	transform: rotate(180deg);
}

.overview {
	margin-top: 145px;
}

.overview-imgs {
	margin-top: 70px;
}

.overview-imgs figure {
	display: block;
	padding: 0 !important;
	line-height: 1;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

.overview-imgs figure img {
	display: block;
	max-width: 100%;
	margin: auto;
	background: #000;
}

.business-value {
	margin-top: 160px;
}

.business-value-list {
	margin-top: 68px;
}

.business-value-list li {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.business-value-list li:nth-child(2n+2) {
	flex-direction: row-reverse;
}

.business-value-list li:hover figure img {
	transform: scale(1.05);
}

.business-value-list li figure {
	width: 48.07%;
	overflow: hidden;
}

.business-value-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.68s;
}

.business-value-text {
	width: 47.1%;
}

.business-value-text strong {
	display: block;
	margin-bottom: 30px;
	line-height: 1;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.business-value-text p {
	color: #fff;
	font-size: 18px;
}

.evaluate {
	padding-top: 130px;
	padding-bottom: 100px;
}

.evaluate-wr {
	padding: 92px 17% 72px;
	position: relative;
	box-sizing: border-box;
	height: 300px;
	background: #111317;
	color: #ffffff;
	font-size: 18px;
}

.evaluate-wr:before {
	position: absolute;
	left: 5.06%;
	top: 15%;
	content: "";
	width: 41px;
	height: 34px;
	background: url(../image/arrow1.png) center no-repeat;
	background-size: 100% auto;
}

.evaluate-wr:after {
	position: absolute;
	right: 5.06%;
	bottom: 15%;
	content: "";
	width: 41px;
	height: 34px;
	background: url(../image/arrow2.png) center no-repeat;
	background-size: 100% auto;
}

.use-imgs img {
	animation: rolates 4.5s infinite linear;
}

.use-imgs .use1 {
	display: block;
	position: absolute;
	left: 44.94%;
	top: 3.11%;
	width: 4.94vw;
	height: auto;
}

.use-imgs .use2 {
	display: block;
	position: absolute;
	left: 58.33%;
	top: 36.88%;
	width: 13.43vw;
	height: auto;
	animation: rolates 8s infinite linear;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.case-box {
	padding: 0 9.375%;
}

.case-list {
	position: relative;
	margin-top: -120px;
}

.case-list li {
	margin-bottom: 110px;
	display: flex;
	justify-content: space-between;
}

.case-imgs {
	width: 48.07%;
}

.case-imgs figure {
	position: relative;
	display: block;
	padding-bottom: 62.66%;
	height: 0;
	overflow: hidden;
	line-height: 1;
}

.case-imgs figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-imgs figure img {
	transition: 0.68s;
}

.case-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 47.75%;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.case-top {
	padding-top: 15px;
}

.case-top strong {
	display: block;
	line-height: 1.2;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.case-text {
	margin-top: 28px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.case-over {
	display: none;
}

.case-btns {
	padding-bottom: 38px;
	margin-top: 56px;
	text-align: right;
}

.case-btns span {
	display: inline-block;
	margin-right: 12px;
	width: 108px;
	height: 31px;
	line-height: 31px;
	border-radius: 17px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}

.case-btns span.show {
	background: #fff;
	color: var(--yx_Color);
}

.case-btns span.show i {
	border-top: 6px solid var(--yx_Color);
	transform: rotate(180deg);
}

.case-btns span i {
	display: inline-block;
	margin-left: 6px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	transition: 0.3s;
}

.product-swiper {
	position: relative;
	overflow: hidden;
}

.product-swiper .swiper-pagination {
	width: auto;
	left: 9.375%;
	bottom: 56px;
	line-height: 1;
	z-index: 10;
}

.product-swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	position: relative;
	margin-right: 10px;
	line-height: 1;
	width: 8px;
	height: 8px;
	opacity: 1;
	border-radius: 0;
	background: #4d4d4d;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}

.product-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.product-slide {
	position: relative;
	overflow: hidden;
}

.product-slide figure {
	display: block;
	line-height: 1;
}

.product-slide figure img {
	display: block;
	width: 100%;
	height: auto;
}

.product-slide figure img.pc {
	height: auto;
}

.product-slide figure img.mb {
	display: none;
}

.product-slide .promore {
	position: absolute;
	right: 9.375%;
	bottom: 66px;
	z-index: 5;
}

.product-banner {
	position: absolute;
	left: 9.375%;
	bottom: 96px;
}

.product-banner h2 {
	display: block;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4;
}

.fwacpe {
	padding: 9.16% 9.375% 0;
	background: #fff;
}

.fwacpe-top {
	margin-bottom: 88px;
	text-align: center;
}

.fwacpe-top h3 {
	margin-bottom: 50px;
	color: #000;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}

.fwacpe-top p {
	margin: auto;
	max-width: 100%;
	width: 760px;
	color: #000000;
	font-size: 18px;
}

.fwacpe-btns {
	margin-top: 42px;
	display: flex;
	justify-content: center;
}

.fwacpe-btns a {
	display: inline-block;
	padding: 0 10px;
	margin-right: 14px;
	min-width: 70px;
	height: 31px;
	line-height: 31px;
	color: #0c0b0b;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 17px;
}

.fwacpe-btns a:hover,
.fwacpe-btns a.active {
	background: #000;
	border-color: #000;
	color: #fff;
}

.fwacpe-btns a:last-child {
	margin-right: 0;
}

.fwacpe-list li {
	position: relative;
	margin-bottom: 100px;
}

.fwacpe-list li figure {
	display: block;
	line-height: 1;
}

.fwacpe-list li figure img {
	display: block;
	width: 100%;
	height: auto;
}

.fwacpe-list li figure img.mb {
	display: none;
}

.fwacpe-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
}

.fwacpe-right {
	right: 11.41%;
}

.fwacpe-left {
	left: 11.41%;
}

.fwacpe-in h2 {
	display: block;
	margin-bottom: 24px;
	line-height: 1;
	color: #000000;
	font-size: 40px;
	white-space: nowrap;
}

.fwacpe-in p {
	color: #000000;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fwacpe-name {
	display: flex;
	margin-top: 16px;
}

.fwacpe-name span {
	display: inline-block;
	margin-right: 32px;
	color: #000000;
	font-size: 14px;
	opacity: 0.5;
}

.fwacpe-name span:last-child {
	margin-right: 0;
}

.fwacpe-more {
	border-color: #666666;
	color: #000000;
	opacity: 1;
	visibility: visible;
	margin-top: 30px;
	transform: translateY(0px);
}

.fwacpe-more:before {
	background: #000;
}

.fwacpe-more:hover {
	border-color: #000;
}

.fwacpe-more:hover i,
.fwacpe-more:hover span {
	color: #fff;
}

.fwacpe-more i,
.fwacpe-more span {
	color: #000;
}

.pages1 {
	border-bottom: none;
}

.pages1 a {
	background: #efefef;
	color: #000000;
	border-color: #efefef;
}

.pages1 a:hover,
.pages1 a.active {
	background: #000;
	border-color: #000;
	color: #fff;
}

.fwacpe-list li.article-block:nth-child(2n+2) figure:before {
	transform-origin: right center;
}

.fwacpe-list li.article-block figure {
	position: relative;
}

.fwacpe-list li.article-block figure:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 3;
	opacity: 0;
	transform-origin: left center;
	transition: transform 1000ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.fwacpe-list li.articleShow figure:before {
	opacity: 1;
	transform: scaleX(0);
}

.mtop {
	height: 102px;
}

.fwacpe-posite-box {
	position: relative;
	height: 60px;
}

.fwacpe-posite {
	position: relative;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 9.375%;
	height: 60px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	transition: 0.4s;
}

.inner-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: 0.4s;
}

.inner-header.fwa-top {
	transform: translateY(-102px);
}

.inner-header.fwa-top .header.scroll {
	transform: translateY(0);
}

.inner-header .header {
	position: relative;
}

.mtop1 {
	height: 162px;
}

.industrial-posite {
	margin-top: -1px;
}

.fwacpe-posite-wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.fwacpe-posite-wr h3 {
	display: block;
	line-height: 1;
	color: #1b1c20;
	font-size: 14px;
	font-weight: normal;
}

.fwacpe-leval {
	display: flex;
}

.fwacpe-leval a {
	display: inline-block;
	margin-right: 40px;
	color: #666666;
	font-size: 14px;
}

.fwacpe-leval a:hover,
.fwacpe-leval a.active {
	color: #000000;
}

.fwacpe-leval a:last-child {
	margin-right: 0;
}

.fwacpe-inner-banner {
	position: relative;
}

.fwacpe-inner-banner figure {
	position: relative;
	display: block;
	padding-bottom: 39.06%;
	height: 0;
	overflow: hidden;
	line-height: 1;
}

.fwacpe-inner-banner figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fwacpe-inner-banner figure img.mb {
	display: none;
}

.fwacpe-tit {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 14.13%;
	text-align: center;
}

.fwacpe-tit h2 {
	color: #000000;
	font-size: 48px;
	line-height: 1.4;
	font-weight: normal;
}

.cpe {
	padding: 0 9.375%;
	background: #fff;
}

.cpe-tops {
	padding: 140px 0 123px;
}

.cpe-tops .joins-tt {
	color: #000000;
}

.cpe-tops .joius-title-text {
	padding-top: 0;
}

.cpe-tops .joius-title-text p {
	color: #000000;
}

.cpe-tops .bmore {
	border-color: #666666;
}

.cpe-tops .bmore:hover span,
.cpe-tops .bmore:hover i {
	color: #fff;
}

.cpe-tops .bmore:before {
	background: #000;
}

.cpe-tops .bmore span,
.cpe-tops .bmore i {
	color: #000000;
}

.features {
	padding: 138px 0;
}

.features-tt {
	display: block;
	text-align: center;
	line-height: 1;
	color: #000000;
	font-size: 36px;
	font-weight: normal;
}

.features-swiper {
	margin-top: 120px;
}

.features-swiper.flex-wrap .swiper-wrapper {
	flex-wrap: wrap;
}

.features-swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 0;
	width: 8px;
	height: 8px;
	background: #b2b2b2;
	border-radius: 50%;
	margin: 0 5px;
	transition: 0.3s;
}

.features-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000000;
}

.features-slide {
	margin-bottom: 100px;
	width: 25%;
	text-align: center;
}

.features-slide:hover b {
	background: var(--yx_Color);
}

.features-slide b {
	display: block;
	position: relative;
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #000;
	transition: 0.4s;
}

.features-slide b img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.features-slide p {
	margin: auto;
	max-width: 90%;
	margin-top: 24px;
	width: 246px;
	color: #000000;
	font-size: 18px;
}

.highlights {
	padding: 128px 9.375% 92px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.joius-title .highlights-tt {
	color: #000000;
}

.highlights-list {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}

.highlights-list li {
	margin-right: 4%;
	margin-bottom: 60px;
	width: 48%;
	display: flex;
	align-items: center;
	background: #fff;
}

.highlights-list li:nth-child(2n+2) {
	margin-right: 0;
}

.highlights-list li:hover figure img {
	transform: scale(1.06);
}

.highlights-list li figure {
	display: block;
	line-height: 1;
	width: 200px;
	overflow: hidden;
}

.highlights-list li figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.highlights-info {
	flex: 1;
	padding: 0 44px;
	color: #000000;
	font-size: 18px;
}

.scene {
	padding: 176px 9.375% 10.41%;
	background: #fff;
}

.scene-btn {
	justify-content: space-between;
}

.scene-btn .histroy-title {
	color: #000000;
}

.scene-btn .scheme-btn span {
	border-color: #000000;
	color: #000;
}

.scene-btn .scheme-btn span:hover {
	background: #000;
	color: #fff;
}

.scene-swiper {
	margin-top: 56px;
}

.scene-slide:hover figure img {
	transform: scale(1.05);
}

.scene-slide figure {
	position: relative;
	display: block;
	padding-bottom: 62.66%;
	height: 0;
	overflow: hidden;
	line-height: 1;
}

.scene-slide figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scene-slide figure img {
	transition: 0.7s;
}

.scene-slide p {
	margin-top: 28px;
	color: #000000;
	font-size: 18px;
	text-align: center;
}

.scene-swiper1 .scene-slide p {
	color: #fff;
}

.parameter-box {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 130px;
	overflow: hidden;
}

.parameter-banner figure {
	position: relative;
	height: 590px;
	text-align: center;
}

.parameter-banner figure img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.parameter-wrap {
	margin: auto;
	width: 1200px;
	max-width: 90%;
}

.parameter-tt {
	display: block;
	margin-bottom: 60px;
	line-height: 1;
	color: #000000;
	font-size: 36px;
	font-weight: normal;
}

.parameter-item {
	margin-bottom: 120px;
}

.parameter-item table {
	width: 100%;
	text-align: left;
	border-spacing: 0px;
}

.parameter-item table thead tr {
	background: #000;
	height: 60px;
}

.parameter-item table thead tr th {
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.parameter-item table thead tr th:nth-child(1) {
	padding-left: 32px;
	width: 37%;
}

.parameter-item table thead tr th:nth-child(2) {
	width: 63%;
}

.parameter-item table tbody tr td {
	color: #121317;
	font-size: 16px;
	padding: 13px 0;
	border-bottom: 1px solid #cccccc;
	line-height: 2;
	word-break: break-word;
}

.parameter-item table tbody tr td p {
	word-break: break-word;
}

.parameter-item table tbody tr td:nth-child(1) {
	padding-left: 32px;
	width: 37%;
}

.parameter-item table tbody tr td:nth-child(2) {
	width: 63%;
}

.parameter-contact {
	width: 1200px;
	box-sizing: border-box;
	max-width: 90%;
	margin: auto;
	padding: 80px 6.91%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parameter-c-wr {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.parameter-c-wr p {
	margin-right: 44px;
	color: #fff;
	font-size: 18px;
}

.parameter-c-wr .bmore {
	margin-top: 0;
}

.load-box {
	padding: 14.375% 5%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.load-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.load-list li {
	margin-right: 30px;
	width: 240px;
}

.load-list li:last-child {
	margin-right: 0;
}

.load-list li a {
	display: block;
	padding: 42px 0 38px;
	background: #000;
	transition: 0.5s;
}

.load-list li a:hover {
	background: var(--yx_Color);
}

.load-list li a b {
	display: block;
	margin-bottom: 22px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	font-size: 34px;
}

.load-list li a p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.share-pop {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 100%;
	padding-bottom: 12px;
	width: 120px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	pointer-events: none;
	transition: 0.35s;
}

.share-pop figure {
	display: block;
	position: relative;
	background: #fff;
}

.share-pop figure:before {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -6px;
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
}

.share-pop figure img {
	display: block;
	width: 100%;
	height: auto;
}

.share a:hover .share-pop {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	pointer-events: visible;
}

.industrial-list li .fwacpe-text .fwacpe-in h2 {
	color: #fff;
}

.industrial-list li .fwacpe-text .fwacpe-in p {
	color: #ffffff;
}

.industrial-list li .fwacpe-text .fwacpe-name span {
	color: #fff;
}

.industrial-list li .bmore {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.industrial-posite {
	background: #000;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.industrial-posite h3 {
	color: #fff;
}

.industrial-posite .fwacpe-leval a {
	color: #666666;
}

.industrial-posite .fwacpe-leval a.active,
.industrial-posite .fwacpe-leval a:hover {
	color: #fff;
}

.industrial-tit h2 {
	color: #fff;
}

.indulist li {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}

.indulist li figure {
	margin-top: -1px;
	margin-bottom: -1px;
}

.indulist li .highlights-info {
	color: #fff;
}

.recommend {
	padding: 0 9.375% 236px;
	background: #fff;
}

.recommend-list {
	margin-top: 58px;
	display: flex;
	flex-wrap: wrap;
}

.recommend-list li {
	width: 51.92%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.recommend-list li:nth-child(1),
.recommend-list li:nth-child(2) {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.recommend-list li:nth-child(2n+2) {
	width: 48.08%;
}

.recommend-list li a {
	display: flex;
	align-items: center;
	padding: 35px 0;
}

.recommend-list li a:hover figure img {
	transform: scale(1.06);
}

.recommend-list li a:hover .recommend-info span {
	background: #000;
	color: #fff;
}

.recommend-list li a figure {
	display: block;
	width: 150px;
	line-height: 1;
	overflow: hidden;
}

.recommend-list li a figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.58s;
}

.scene-btn {
	margin-bottom: 0;
}

.recommend-info {
	flex: 1;
	padding-left: 35px;
	padding-top: 0 !important;
}

.recommend-info strong {
	display: block;
	line-height: 1.6;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

.recommend-info span {
	display: inline-block;
	margin-top: 32px;
	width: 108px;
	height: 31px;
	line-height: 31px;
	color: #0c0b0b;
	font-size: 14px;
	border: 1px solid #666666;
	border-radius: 27px;
	text-align: center;
	transition: 0.36s;
}

.product-introduct {
	position: relative;
	margin-top: -60px;
	padding: 0 9.375% 10.41%;
	display: flex;
}

.product-introduct-img {
	width: 50%;
}

.product-introduct-img img {
	display: block;
	width: 100%;
	height: auto;
}

.product-introduct-info {
	background: #3348f3;
	width: 50%;
}

.product-intro {
	padding: 14.8% 9.5% 0;
}

.product-intro strong {
	display: block;
	margin-bottom: 34px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.product-intro p {
	color: #fff;
	font-size: 18px;
}

.advantages {
	padding: 0 9.375% 10.41%;
}

.advantages-swiper {
	margin-top: 68px;
}

.advantage-slide {
	padding: 60px 0 46px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: auto;
}

.advantage-slide:hover b {
	transform: translateY(-5px);
}

.advantage-slide b {
	display: block;
	margin: auto;
	width: 60px;
	height: 60px;
	transition: 0.36s;
}

.advantage-slide b img {
	display: block;
	width: 100%;
	height: auto;
}

.advantage-slide strong {
	display: block;
	margin-top: 18px;
	margin-bottom: 16px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.advantage-slide p {
	padding: 0 12px;
	color: #999999;
	font-size: 16px;
}

.service-hide {
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}

.service-swiper {
	position: relative;
	left: 50%;
	margin-left: -90%;
	width: 180%;
	z-index: 2;
}

.swiper-service.swiper-slide-active .service-fix {
	opacity: 1;
	visibility: visible;
}

.swiper-service figure {
	position: relative;
	display: block;
	padding-bottom: 54.54%;
	height: 0;
	overflow: hidden;
	line-height: 1;
}

.swiper-service figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-fix {
	margin-top: 68px;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.service-left h3 {
	margin-bottom: 18px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.service-left b {
	display: block;
	line-height: 1;
	color: #666666;
	font-size: 18px;
}

.service-info {
	width: 59.09%;
	color: #fff;
	font-size: 18px;
}

.service-btn {
	position: absolute;
	z-index: 10;
	top: 13.4vw;
	width: 58px;
	height: 58px;
	border: 2px solid #212121;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	border-radius: 50%;
	transition: 0.35s;
}

.service-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.service-btn.prev {
	margin-left: -30px;
	left: 19%;
}

.service-btn.next {
	margin-right: -30px;
	right: 19%;
}

.relevant {
	padding: 15% 9.375% 5.72%;
}

.swiper-relevant {
	text-align: center;
}

.swiper-relevant figure {
	display: block;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.swiper-relevant figure img {
	display: block;
	width: 100%;
	height: auto;
}

.relevant-btn {
	justify-content: space-between;
}

.relevant-info {
	margin-top: 36px;
}

.relevant-info strong {
	display: block;
	margin-bottom: 8px;
	line-height: 1.4;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.relevant-info p {
	color: #666666;
	font-size: 16px;
}

.edge-contact {
	width: auto;
	margin: 0 9.375%;
}

.edge-contact .parameter-c-wr {
	margin-left: 25%;
	justify-content: center;
}

.scene1 {
	background: #000;
}

.scene-edge {
	padding: 10.4vw 9.375% 0;
}

.scene-wr {
	padding-bottom: 11.71vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.features-tt1 {
	color: #fff;
}

.error-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}

.error {
	position: absolute;
	left: 50%;
	margin-left: -25%;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	text-align: center;
}

.eror-img img {
	display: block;
	width: 100%;
	height: auto;
}

.error-info {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.error-info h2 {
	display: block;
	margin-bottom: 32px;
	color: #fff;
	line-height: 1;
	font-size: 9.375vw;
}

.error-info strong {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}

.error-info a {
	display: block;
	margin: auto;
	margin-top: 74px;
	width: 195px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	border: 2px solid #fff;
	border-radius: 24px;
}

.error-info a:hover {
	background: #fff;
	color: var(--yx_Color);
}

.error-info a:hover i {
	left: -3px;
	color: var(--yx_Color);
}

.error-info a i {
	display: inline-block;
	position: relative;
	left: 0;
	top: 2px;
	margin-right: 10px;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	transition: 0.3s;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.site-map {
	padding: 8.64% 0 7.3%;
	background: #fff;
	overflow: hidden;
}

.site-wrap {
	margin: auto;
	width: 1200px;
	max-width: 90%;
}

.map-title {
	display: block;
	margin-bottom: 52px;
	line-height: 1;
	color: #000000;
	font-size: 48px;
	font-weight: normal;
	text-align: center;
}

.site-item {
	display: flex;
	justify-content: space-between;
	padding: 46px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.site-item dt a {
	display: inline-block;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}

.site-item dt a:hover {
	color: var(--yx_Color);
}

.site-item dd {
	display: block;
	margin-bottom: -15px;
	margin-right: -94px;
	width: 70%;
}

.site-info {
	display: flex;
	flex-wrap: wrap;
}

.site-info>li {
	margin-bottom: 15px;
	width: 33.333%;
}

.site-info>li>a {
	display: inline-block;
	color: #000000;
	font-size: 16px;
}

.site-info>li>a:hover {
	color: var(--yx_Color);
}

.menulist p a {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	line-height: 2;
}

.menulist p a:hover {
	color: var(--yx_Color);
}

.searchbg {
	position: relative;
	padding-bottom: 460px;
}

.searchbg:before {
	display: none;
}

.search-input {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 50%;
	transform: translateY(-50%);
	width: 750px;
	display: flex;
	display: -webkit-flex;
}

.search-input .text {
	box-sizing: border-box;
	flex: 1;
	-webkit-flex: 1;
	padding: 0;
	padding-left: 24px;
	height: 68px;
	line-height: 68px;
	color: #333333;
	font-size: 16px;
	background: #fff;
	border: none;
}

.search-input .text::-webkit-input-placeholder {
	color: #333333;
}

.search-input .text:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.search-s {
	position: relative;
	width: 150px;
	height: 68px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background: #2c3441;
	transition: 0.45s;
}

.search-s:hover {
	background: var(--yx_Color);
}

.search-s i {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 30px;
	font-style: normal;
	margin-right: 5px;
}

.search-s span {
	display: block;
	color: #fff;
	font-size: 16px;
}

.search-s input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	opacity: 0;
}

.search-result {
	padding: 66px 0 30px 4.687%;
	background: #fff;
}

.search-r-btn {
	display: inline-block;
	vertical-align: top;
	position: sticky;
	top: 120px;
	width: 14.06vw;
}

.search-r-btn p {
	padding-bottom: 12px;
	border-bottom: 1px solid #999999;
	color: #2c3441;
	font-size: 16px;
	line-height: 1;
}

.search-btnli {
	margin-top: 19px;
}

.search-btnli li {
	margin-bottom: 10px;
}

.search-btnli li.active a i {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}

.search-btnli li a {
	position: relative;
	display: inline-block;
	min-width: 102px;
	box-sizing: border-box;
	padding-right: 30px;
	color: #2c3441;
	font-size: 18px;
	line-height: 24px;
}

.search-btnli li a:hover i {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}

.search-btnli li a i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	background: var(--yx_Color);
	color: #fff;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	transform: translateX(14px);
}

.serch-result-list {
	margin-left: 12.5vw;
	display: inline-block;
	width: 53.125vw;
}

.result-li {
	margin-bottom: 50px;
}

.result-li li {
	padding: 38px 0 44px;
	border-bottom: 1px solid #e1e1e1;
}

.result-li li:first-child {
	padding-top: 0;
}

.result-li li a:hover figure img {
	transform: scale(1.05);
}

.result-li li a strong {
	display: block;
	margin-bottom: 24px;
	line-height: 1.2;
	color: #333333;
	font-size: 24px;
}

.result-li li a strong b {
	color: var(--yx_Color);
}

.result-text {
	display: flex;
	display: -webkit-flex;
}

.result-text figure {
	display: block;
	margin-right: 26px;
	width: 200px;
	line-height: 1;
	overflow: hidden;
}

.result-text figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.result-text p {
	flex: 1;
	-webkit-flex: 1;
	color: #666666;
	font-size: 16px;
}

.page-list-left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.home-item-last {
	height: auto !important;
}

.home-mobiles {
	display: none;
}

.recuit-posite {
	padding: 26px 0;
	margin: 24px 0 26px;
	display: flex;
	align-items: center;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.recuit-btn a {
	display: block;
	width: 196px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	border: 2px solid #000000;
	border-radius: 24px;
}

.recuit-btn a:hover {
	background: #000;
	color: #fff;
}

.recuit-btn a:hover i {
	color: #fff;
}

.recuit-btn a i {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 12px;
	color: #000000;
	font-style: normal;
	line-height: 1;
	font-size: 22px;
	transition: 0.3s;
}

.recuit-email {
	margin-left: 22px;
}

.recuit-email p {
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
}

.recuit-email p a {
	color: #3348f3;
}

.highlight-li {
	padding: 140px 9.375% 0;
}

.highbox {
	margin-top: 66px;
}

.highbox li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

.highbox li:last-child {
	margin-bottom: 0;
}

.highbox li:nth-child(2n+2) {
	flex-direction: row-reverse;
}

.highbox li:hover figure img {
	transform: scale(1.05);
}

.highbox li figure {
	display: block;
	width: 48%;
	line-height: 1;
	overflow: hidden;
}

.highbox li figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.68s;
}

.highbox-info {
	width: 47.95%;
}

.highbox-info strong {
	display: block;
	padding-left: 0 !important;
	color: #000000;
	font-size: 30px;
	font-weight: normal;
}

.highbox-info p {
	margin-top: 30px;
	color: #000;
	font-size: 18px;
}

.bm_bottomLeftOverlay {
	display: none !important;
}

.brand-btn .swiper-button-disabled {
	opacity: 0.5;
	cursor: no-drop;
}

.subscribe-email .text::selection {
	background: transparent;
}

.subscribe-email .text::-moz-selection {
	background: transparent;
}

.input-item .text::selection {
	background: transparent;
	caret-color: #fff;
}

.input-item .text::-moz-selection {
	background: transparent;
	caret-color: #fff;
}

.input-item .text {
	caret-color: #fff;
}

.message-btn {
	display: flex;
	width: 100%;
	align-items: center;
	cursor: pointer;
}

.message-select {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	flex: 1;
	margin-left: 23px;
	padding-right: 54px;
	position: relative;
}

.message-select p {
	color: #fff;
	font-size: 16px;
}

.message-select em {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	display: block;
	color: #fff;
}

.message-down {
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
	z-index: 3;
	margin-top: -1px;
	border: 1px solid #fff;
	background: #000000;
}

.message-down-li li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 16px;
	padding-left: 24px;
	cursor: pointer;
	transition: 0.4s;
}

.message-down-li li:hover {
	background: var(--yx_Color);
}

.message-down-li li:last-child {
	border-bottom: none;
}

/*case*/
.z_index_ky {
	background: url(../image/z_grid.png) no-repeat bottom center;
	background-size: cover;
	padding: 5vw 0 5vw;
	position: relative;
}

.z_index_ky .yx_InCase {
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
}

.z_index_ky .yx_CaseSwiper {
	width: 100%;
	overflow: visible !important
}

.z_index_ky .yx_SB_Box {
	width: 20%;
	height: 100%
}

.z_index_ky .yx_SwiperBtnBox {
	width: 150px;
	height: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

.z_index_ky .scheme-btn span {
	border-color: var(--yx_CTwo);
	color: #444;
}

.z_index_ky .scheme-btn span:hover {
	background-color: var(--yx_Color);
	border-color: var(--yx_Color);
	color: #fff;
}

.z_index_ky .yx_SB_Box .yx_SwiperBtn {
	width: 100%;
	position: relative;
	z-index: 3;
	cursor: pointer;
}

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

.z_index_ky .yx_SB_Box .yx_Next .yx_icon {
	margin-top: var(--yx_FS24);
	background: var(--yx_Color);
	color: #fff
}

.z_index_ky .yx_SB_Box .yx_SwiperBtn:hover .yx_icon {
	background: rgba(0, 0, 0, 0.65);
	color: #fff
}

.z_index_ky .yx_ConBox .p_info {
	max-width: 0px;
	transition: all 0.6s;
	overflow: hidden;
	width: 44%;
}

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

.z_index_ky .swiper-slide-active .yx_ConBox .p_info {
	max-width: 4000px !important
}

.z_index_ky .yx_ConBox .p_info>div {
	min-width: 300px
}

.z_index_ky .yx_ConBox .p_info>div * {
	transition: all 0.8s;
	opacity: 0
}

.z_index_ky .swiper-slide-active .yx_ConBox .p_info>div * {
	opacity: 1 !important;
	transform: translateY(0) !important
}

.z_index_ky .yx_ConBox .yx_CTit {
	font-size: var(--yx_FS42);
	color: var(--yx_CTwo) !important;
	text-transform: uppercase;
	line-height: 140%;
	margin-top: 24px;
	transform: translateY(80px)
}

.z_index_ky .yx_ConBox .yx_CSummary {
	display: -webkit-box;
	    overflow: hidden;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	font-size: var(--yx_FS18);
	color: #666;
	line-height: 200%;
	max-width: 90%;
	margin-top: var(--yx_FS24);
	transform: translateY(180px)
}

.z_index_ky .yx_ConBox .yx_Sl_More {
	transition: all 0.6s;
	margin-top: var(--yx_FS72);
	transform: translateY(200px)
}

.z_index_ky .yx_ConBox .yx_CSBtn:hover {
	background: #393939
}

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

.z_index_ky .yx_ConBox .yx_CSBtn span {
	display: inline-block;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.z_index_ky .yx_ConBox .yx_CSBtn .yx_icon {
	font-size: 14px;
	margin-left: 14px;
	transition: all 0.6s
}

.z_index_ky .yx_ImgCover:before {
	position: absolute;
	width: 50%;
	height: 50%;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background-image: url(../image/cir2.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all 0.8s;
	animation: circle2 20s infinite linear;
}

.z_index_ky .swiper-slide-active .yx_ImgCover:before {
	opacity: 1 !important;
	width: 100% !important;
	height: 100% !important;
}

.z_index_ky .yx_ImgCover {
	padding-bottom: 42%;
	width: 42%;
	border-radius: 50%;
	overflow: visible !important;
	transition: all 0.6s;
}

.z_index_ky .yx_ImgCover a img {
	opacity: 0.3;
	filter: grayscale(100%);
	filter: gray;
	z-index: 2;
	transition: all 0.6s;
}

.z_index_ky .yx_ImgCover a {
	display: block;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
}

.z_index_ky .swiper-slide-active .yx_ImgCover a img {
	opacity: 1 !important;
	filter: grayscale(0%) !important;
}

@media only screen and (max-width: 1366px) {
	.z_index_ky .yx_SwiperBtnBox {
		width: 130px
	}
}

.yx_Button {
	position: relative;
	overflow: hidden;
	width: 168px;
	border-radius: 60px;
	padding: 16px var(--yx_FS24);
	background: var(--yx_Color);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--yx_Color);
}

.yx_Button::before {
	content: "";
	position: absolute;
	display: block;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

.yx_Button::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}

.yx_Button span {
	display: inline-block;
	width: auto;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: var(--yx_FS16);
}

.yx_Button em {
	display: block;
	width: var(--yx_FS24);
	height: var(--yx_FS24);
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	transition: all 0.6s;
}

.yx_Button em:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.yx_Button em:after {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background: #fff;
	top: 50%;
	right: 12px;
	position: absolute;
	transform: translateY(-50%);
	transition: all 0.6s;
}

.yx_Button:hover {
	padding-left: 2%;
	padding-right: 2%;
	box-shadow: rgb(6 112 252 / 25%) 0px 50px 100px -20px, rgb(6 112 252 / 30%) 0px 30px 60px -30px;
	border-color: #393939;
	background-color: #393939;
}

.yx_Button:hover em:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transition: all 0.6s ease;
}

.yx_Button:hover em:after {
	width: 0px;
	transition: all 0.6s;
}

.yx_Button:hover::after {
	opacity: 1;
}

.yx_Button:hover:before {
	animation: style1 .75s;
	z-index: 1;
}

/*end*/

.footer-navs-item:nth-child(1){
	display: none !important;
}