@font-face {
	font-family: Helvetica;
	src: url(../image/font/Helvetica.eot);
	src: url(../image/font/Helvetica.eot?#iefix) format('embedded-opentype'), url(../image/font/Helvetica.woff2) format('woff2'), url(../image/font/Helvetica.woff) format('woff'), url(../image/font/Helvetica.ttf) format('truetype'), url(../image/font/Helvetica.svg#Helvetica) format('svg');
	font-weight: 400;
	font-style: normal
}

.yk-button {
	cursor: pointer;
	border: none;
	text-align: center;
	display: inline-block
}

.banner {
	width: 100%;
	min-width: 1280px
}

.banner-wrapper {
	width: 100%;
	height: 700px;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #fff;
	-o-background-size: auto;
	background-size: auto;
	position: relative;
	min-width: 1200px;
	overflow: hidden
}

.banner-wrapper .img {
	background: url(../img/mendian/banner3.png) center center no-repeat;
	height: 700px;
	position: absolute;
	width: 100%;
	min-width: 1200px;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.website .animation-btn {
	width: 200px;
	height: 50px;
	top: 216px;
	left: 50%;
	margin-left: -100px;
	border-radius: 25px;
	border: none
}

.primary-btn {
	display: inline-block;
	font-size: 18px;
	border: none;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: 0 4px 22px 0 rgba(81, 99, 234, 1);
	border: 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(64, 62, 205, 1);
	z-index: 1000;
	background: linear-gradient(0deg, rgba(195, 196, 255, 1), rgba(255, 255, 255, 1));
	-webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .26);
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .26);
	border-radius: 25px
}

.animation-btn {
	position: relative;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
	z-index: 0;
	overflow: hidden
}

.animation-btn .anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%
}

.animation-btn .anim {
	-moz-animation: anim-out .75s;
	-webkit-animation: anim-out .75s;
	-o-animation: anim-out .75s;
	animation: anim-out .75s
}

.animation-btn .anim:after {
	-moz-animation: anim-out-pseudo .75s;
	-webkit-animation: anim-out-pseudo .75s;
	-o-animation: anim-out-pseudo .75s;
	animation: anim-out-pseudo .75s
}

.animation-btn .anim,
.animation-btn .anim:after {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
	-o-animation-duration: 1.3s;
	animation-duration: 1.3s
}

@-webkit-keyframes anim-in {
	0% {
		width: 0%
	}
	100% {
		width: 100%
	}
}

@-moz-keyframes anim-in {
	0% {
		width: 0%
	}
	100% {
		width: 100%
	}
}

@keyframes anim-in {
	0% {
		width: 0%
	}
	100% {
		width: 100%
	}
}

@keyframes anim-in-pseudo {
	0% {
		background: rgba(180, 166, 255, 1);
		opacity: .4
	}
	100% {
		background: 0 0;
		opacity: 0
	}
}

@-webkit-keyframes anim-out {
	0% {
		width: 0%
	}
	100% {
		width: 100%
	}
}

@-moz-keyframes anim-out {
	0% {
		width: 0%
	}
	100% {
		width: 100%
	}
}

@keyframes anim-out {
	0% {
		width: 0%
	}
	100% {
		width: 100%
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(180, 166, 255, 1);
		opacity: .4
	}
	100% {
		background: 0 0
	}
}

.banner-text {
	height: 100%;
	margin: 0 auto;
	padding: 128px 0 152px 105px;
	text-shadow: 0 6px 20px rgba(61, 16, 136, .4)
}

.banner-text .h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	font-family: SourceHanSansCN
}

.banner-description {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 6px;
	font-family: SourceHanSansCN
}

.banner-description span {
	color: #fffc1d
}

.mini-code-wrapper {
	margin: 57px 27px 0 0;
	height: 166px
}

.mini-code-img {
	width: 140px;
	height: 166px;
	position: absolute;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding: 11px;
	vertical-align: top;
	-webkit-box-shadow: 0 6px 20px rgba(61, 16, 136, .4);
	box-shadow: 0 6px 20px rgba(61, 16, 136, .4);
	-webkit-transition: all 1s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.mini-code-img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.mini-code-img span {
	font-family: '寰蒋闆呴粦';
	display: inline-block;
	width: 100%;
	color: #333;
	text-align: center;
	text-shadow: none;
	padding-top: 5px
}

.mini-code-wrapper ul {
	margin: 0 0 0 177px;
	height: 182px;
	padding: 0 0 9px 0;
	font-size: 18px
}

.mini-code-wrapper li {
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	font-family: SourceHanSansCN
}

.mini-code-wrapper ul>li>span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px 0 0;
	vertical-align: middle
}

.middle-text {
	font: 400 22px '寰蒋闆呴粦';
	color: #333;
	text-align: center;
	line-height: 90px;
	background: #fff;
	color: rgba(40, 40, 40, 1);
	font-size: 20px;
	height: 90px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08)
}

.middle-text span {
	color: #534ce8;
	font-size: 26px;
	font-weight: 700;
	font-family: Helvetica, '寰蒋闆呴粦'
}

.yk-system {
	margin-top: 90px
}

.yk-system-tittle {
	font-size: 36px;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	text-align: center
}

.yk-system-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 330px;
	width: 1200px;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-top: 52px
}

.yk-system-item {
	width: 276px;
	height: 330px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	border-radius: 4px;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}

.yk-system-item .item-img {
	width: 252px;
	height: 175px;
	border-radius: 4px
}

.yk-system-item .item-img img {
	width: 100%;
	height: 100%
}

.yk-system-item .item-tittle {
	font-size: 18px;
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 16px;
	margin-top: 20px;
	text-align: center
}

.yk-system-item .item-content {
	margin: 0 auto;
	margin-top: 18px;
	width: 225px;
	font-size: 14px;
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 22px
}

.yk-system-item:nth-child(1) .item-content {
	width: 230px
}

.advantage {
	margin: 0 auto;
	height: 600px
}

.img-box {
	background: url(../image/advantage2.png);
	width: 1080px;
	height: 100%;
	position: relative;
	left: -63px
}

.advantage-list {
	min-width: 500px;
	margin: 126px 0 0 -365px;
	font-family: '寰蒋闆呴粦';
	color: #333;
	position: absolute
}

.advantage>h3 {
	margin: 0 0 57px 0
}

.advantage .number {
	position: absolute;
	color: #8169ff;
	font-size: 60px;
	font-family: Helvetica, '寰蒋闆呴粦'
}

.advantage-list>ul {
	font-size: 20px
}

.advantage-list li {
	margin: 27px 0 0 0
}

.advantage-text {
	height: 50px;
	margin: 8px 0 0 93px;
	display: inline-block
}

.yk-function {
	width: 1200px;
	margin: 0 auto;
	margin-top: 97px
}

.yk-function-tittle {
	width: 625px;
	height: 36px;
	font-size: 36px;
	font-family: Helvetica, '寰蒋闆呴粦';
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px
}

.yk-function-content {
	margin-top: 77px;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.yk-function-content>.item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.yk-function-item {
	width: 276px;
	height: 244px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.yk-function-item .item-image {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
	border-radius: 50%;
	position: relative
}

.yk-function-item .item-image img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.yk-function-item .item-tittle {
	margin-top: 30px;
	width: 64px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 16px
}

.yk-function-item .item-content {
	margin-top: 16px;
	text-align: center
}

.yk-function-item .item-content .tittle {
	width: 182px;
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: rgba(40, 40, 40, 1);
	line-height: 16px;
	text-align: center;
	margin: 0 auto
}

.yk-function-item .item-content .content {
	width: 244px;
	height: 16px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	color: rgba(137, 137, 137, 1);
	line-height: 16px;
	margin-top: 7px
}

.yk-function-bottom .yk-button {
	width: 200px;
	height: 50px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(103, 93, 229, 1)), to(rgba(145, 116, 255, 1)));
	background: -webkit-linear-gradient(bottom, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	background: -moz-linear-gradient(bottom, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	background: -o-linear-gradient(bottom, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	background: linear-gradient(0deg, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	-webkit-box-shadow: 0 6px 10px 0 rgba(81, 99, 234, .5);
	box-shadow: 0 6px 10px 0 rgba(81, 99, 234, .5);
	border-radius: 25px;
	border: 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 48px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.yk-function-bottom .yk-button:hover {
	width: 200px;
	height: 50px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 92, 241, 1)), to(rgba(159, 116, 255, 1)));
	background: -webkit-linear-gradient(bottom, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	background: -moz-linear-gradient(bottom, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	background: -o-linear-gradient(bottom, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	background: linear-gradient(0deg, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	-webkit-box-shadow: 0 8px 20px 0 rgba(81, 99, 234, .5);
	box-shadow: 0 8px 20px 0 rgba(81, 99, 234, .5);
	border-radius: 25px
}

.yk-marketing {
	width: 1200px;
	margin: 0 auto;
	background: rgba(248, 248, 248, 1);
	overflow: hidden
}

.yk-marketing-bg {
	width: 100%;
	margin-top: 65px;
	background: rgba(248, 248, 248, 1);
	padding-top: 84px;
	padding-bottom: 84px
}

.yk-marketing-tittle {
	width: 553px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px
}

.yk-marketing-tab {
	margin-top: 40px;
	width: 330px;
	height: 36px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 230, 231, 1);
	border-radius: 4px 4px 4px 4px;
	color: #000;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.yk-marketing-tab .tab {
	height: 100%;
	width: 110px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: rgba(255, 255, 255, 1);
	color: #000
}

.yk-marketing-tab .tab:nth-child(1) {
	border-radius: 4px 0 0 4px;
	border-right: 1px solid rgba(229, 230, 231, 1)
}

.yk-marketing-tab .tab:nth-child(2) {
	border-right: 1px solid rgba(229, 230, 231, 1)
}

.yk-marketing-tab .tab:nth-child(3) {
	border-radius: 0 4px 4px 0
}

.yk-marketing-tab .act {
	background: rgba(107, 106, 240, 1);
	color: #fff
}

.yk-marketing-item .item-image,
.yk-marketing-item .item-image img {
	width: 276px;
	height: 489px;
	border-radius: 4px
}

.yk-marketing-item .item-image {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06)
}

.yk-marketing-content {
	margin-top: 51px;
	width: 1200px;
	height: 525px;
	overflow: hidden;
	position: relative
}

.yk-marketing-content>.list {
	height: 525px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	width: 3600px
}

.yk-marketing-content .tab-index {
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	float: left
}

.yk-marketing-item .item-tittle {
	margin-top: 20px;
	text-align: center;
	height: 16px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 16px
}

.yk-operate {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 135px
}

.yk-operate-tittle {
	margin-top: 84px;
	width: 556px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px
}

.yk-operate-tittle+.yk-operate-content {
	margin-top: 75px
}

.yk-operate-content {
	width: 100%
}

.yk-operate-content+.yk-operate-content {
	margin-top: 105px
}

.yk-operate-item {
	width: 329px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.yk-operate-item .item-content .tittle {
	width: 108px;
	height: 16px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 16px;
	margin-top: 8px
}

.yk-operate-item .item-content .content {
	margin-top: 16px;
	width: 252px;
	height: 36px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 22px
}

.yk-renovation-bg {
	padding-bottom: 84px;
	background: rgba(248, 248, 248, 1)
}

.yk-renovation {
	margin: 0 auto;
	width: 1200px
}

.yk-renovation-tittle {
	margin-top: 84px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px
}

.yk-renovation-tittle+.yk-renovation-content {
	width: 1200px;
	margin-top: 50px
}

.yk-renovation-item {
	width: 380px
}

.yk-renovation-item .item-image,
.yk-renovation-item .item-image img {
	width: 380px;
	height: 413px;
	border-radius: 4px
}

.yk-renovation-item .item-image {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 230, 231, 1);
	-webkit-box-shadow: 0 0 20px 0 rgba(53, 53, 53, .08);
	box-shadow: 0 0 20px 0 rgba(53, 53, 53, .08)
}

.yk-renovation-item .item-tittle {
	margin-top: 20px;
	height: 13px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 16px
}

.yk-renovation-bottom {
	margin-top: 47px
}

.yk-renovation-bottom .yk-button {
	width: 200px;
	height: 50px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(103, 93, 229, 1)), to(rgba(145, 116, 255, 1)));
	background: -webkit-linear-gradient(bottom, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	background: -moz-linear-gradient(bottom, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	background: -o-linear-gradient(bottom, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	background: linear-gradient(0deg, rgba(103, 93, 229, 1), rgba(145, 116, 255, 1));
	-webkit-box-shadow: 0 6px 10px 0 rgba(81, 99, 234, .5);
	box-shadow: 0 6px 10px 0 rgba(81, 99, 234, .5);
	border-radius: 25px;
	border: 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.yk-renovation-bottom .yk-button:hover {
	width: 200px;
	height: 50px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 92, 241, 1)), to(rgba(159, 116, 255, 1)));
	background: -webkit-linear-gradient(bottom, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	background: -moz-linear-gradient(bottom, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	background: -o-linear-gradient(bottom, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	background: linear-gradient(0deg, rgba(102, 92, 241, 1), rgba(159, 116, 255, 1));
	-webkit-box-shadow: 0 8px 20px 0 rgba(81, 99, 234, .5);
	box-shadow: 0 8px 20px 0 rgba(81, 99, 234, .5);
	border-radius: 25px
}

.yk-industryDisplay {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 148px;
	padding-top: 98px
}

.yk-industryDisplay-tittle {
	width: 625px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px
}

.yk-industryDisplay-content {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.yk-industryDisplay-content+.yk-industryDisplay-content {
	margin-top: 80px
}

.yk-industryDisplay-tittle+.yk-industryDisplay-content {
	margin-top: 80px
}

.yk-industryDisplay-item {
	width: 80px
}

.yk-industryDisplay-item .item-image {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
	border-radius: 50%;
	position: relative
}

.yk-industryDisplay-item .item-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.yk-industryDisplay-item .item-tittle {
	margin-top: 19px;
	text-align: center;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(39, 39, 39, 1);
	line-height: 16px
}

.yk-advantage-bg {
	background: url(../image/advantage-bg.png?v=202007071659);
	width: 100%;
	height: 388px;
	position: relative
}

.yk-advantage {
	position: absolute;
	width: 1200px;
	top: 107px;
	left: 50%;
	margin-left: -600px;
	height: 490px;
	background: url(../image/advantage-bg2.png?v=202007071659);
	-webkit-box-shadow: 0 0 30px 0 rgba(53, 53, 53, .08);
	box-shadow: 0 0 30px 0 rgba(53, 53, 53, .08);
	border-radius: 4px
}

.yk-advantage-tittle {
	width: 371px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px;
	margin: 0 auto;
	margin-top: 62px
}

.yk-advantage-tittle+.yk-advantage-content {
	margin: 0 auto;
	margin-top: 73px
}

.yk-advantage-content+.yk-advantage-content {
	margin-top: 76px
}

.yk-advantage-content {
	width: 1142px;
	padding-left: 58px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.yk-advantage-content>.yk-advantage-item:nth-child(1) {
	width: 412px
}

.yk-advantage-content>.yk-advantage-item:nth-child(2) {
	width: 360px
}

.yk-advantage-content>.yk-advantage-item:nth-child(3) {
	width: 370px
}

.yk-advantage-item {
	position: relative
}

.yk-advantage-item>.item-content {
	position: absolute;
	top: 27px;
	left: 45px
}

.yk-advantage-item>.item-content .tittle {
	height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 18px
}

.yk-advantage-item>.item-content .content {
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 22px;
	margin-top: 10px
}

.yk-example-bg {
	height: 840px;
	background: rgba(248, 248, 248, 1)
}

.yk-example {
	width: 1200px;
	margin: 0 auto;
	padding-top: 311px
}

.yk-example-tittle {
	width: 324px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px
}

.yk-example-tittle+.yk-example-content {
	margin-top: 51px
}

.yk-example-content+.yk-example-content {
	margin-top: 30px
}

.yk-example-content {
	width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.yk-example-item {
	width: 276px;
	height: 160px;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.yk-example-item:hover {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

.yk-example-item .item-image,
.yk-example-item .item-image img {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px
}

.yk-example-item .item-tittle {
	position: absolute;
	left: 50%;
	top: 128px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.yk-information {
	width: 1120px;
	margin: 0 auto;
	margin-top: 92px
}

.yk-information-tittle {
	width: 144px;
	height: 36px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 36px
}

.yk-information-tittle+.yk-information-content {
	margin-top: 50px
}

.yk-information-content+.yk-information-content {
	margin-top: 20px
}

.yk-information-content {
	width: 1120px;
	height: 100px;
	margin: 0 auto
}

.yk-information-item {
	width: 520px;
	height: 100px;
	border-radius: 4px;
	padding: 29px 24px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.yk-information-item:hover {
	width: 520px;
	height: 100px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	border-radius: 4px
}

.yk-information-item .item-image {
	width: 44px;
	height: 44px;
	background: rgba(245, 245, 245, 1);
	border-radius: 4px;
	position: relative
}

.yk-information-item .item-image div {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	background: url(../image/information//icon.png)
}

.yk-information-item:hover .item-image {
	background: rgba(132, 102, 248, .08)
}

.yk-information-item:hover .item-image div {
	background: url(../image/information/hover.png?v=202007071659)
}

.yk-information-item .item-content {
	margin-left: 20px
}

.yk-information-item .item-content .tittle {
	height: 19px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	line-height: 19px
}

.yk-information-item .item-content .content {
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(137, 137, 137, 1);
	line-height: 14px;
	margin-top: 10px
}

.yk-bottom {
	margin-top: 99px;
	height: 200px;
	width: 100%;
	background: url(../image/bottom.png?v=202007071659)
}

.yk-bottom .yk-button {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(213, 195, 255, 1)), to(rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(bottom, rgba(213, 195, 255, 1), rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(bottom, rgba(213, 195, 255, 1), rgba(255, 255, 255, 1));
	background: -o-linear-gradient(bottom, rgba(213, 195, 255, 1), rgba(255, 255, 255, 1));
	background: linear-gradient(0deg, rgba(213, 195, 255, 1), rgba(255, 255, 255, 1));
	-webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .26);
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .26);
	border-radius: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(103, 45, 255, 1);
	line-height: 60px;
	border: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	z-index: 1000;
	position: absolute
}

.yk-bottom>div:hover .yk-button {
	width: 300px;
	height: 60px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(220, 205, 255, 1)), to(rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(bottom, rgba(220, 205, 255, 1), rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(bottom, rgba(220, 205, 255, 1), rgba(255, 255, 255, 1));
	background: -o-linear-gradient(bottom, rgba(220, 205, 255, 1), rgba(255, 255, 255, 1));
	background: linear-gradient(0deg, rgba(220, 205, 255, 1), rgba(255, 255, 255, 1));
	-webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .26);
	box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .26);
	border-radius: 30px
}

.yk-bottom>div {
	position: relative;
	width: 300px;
	height: 60px
}

.yk-bottom .icon {
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: 100px
}

.yk-bottom .p1 {
	width: 7px;
	height: 7px;
	background: rgba(247, 172, 213, 1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.yk-bottom .p2 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 12px;
	height: 12px;
	background: rgba(247, 172, 213, 0);
	border: 2px solid rgba(247, 172, 213, 1)
}

.yk-bottom .p3 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 7px;
	height: 7px;
	background: rgba(247, 128, 193, 1);
	border-radius: 50%
}

.yk-bottom .p4 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 14px;
	height: 14px;
	background: rgba(247, 172, 213, 1);
	border-radius: 50%
}

.yk-bottom .p5 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 8px;
	height: 8px;
	background: rgba(247, 172, 213, 0);
	border: 2px solid rgba(247, 128, 193, 1);
	border-radius: 50%
}

.yk-bottom .p6 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 5px;
	height: 5px;
	background: rgba(247, 172, 213, 1);
	border-radius: 50%
}

.yk-bottom .p7 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 10px;
	height: 10px;
	background: rgba(247, 172, 213, 1);
	border-radius: 50%
}

.yk-bottom .p8 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	width: 12px;
	height: 12px;
	background: rgba(247, 128, 193, 1);
	border-radius: 50%
}

.yk-bottom>div:hover .p1 {
	top: -15px;
	left: 24px;
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite
}

.yk-bottom>div:hover .p2 {
	top: -23px;
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite;
	left: 267px
}

.yk-bottom>div:hover .p3 {
	top: 5px;
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite;
	left: 331px
}

.yk-bottom>div:hover .p4 {
	top: 68px;
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite;
	left: 308px
}

.yk-bottom>div:hover .p5 {
	top: 76px;
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite;
	left: 180px
}

.yk-bottom>div:hover .p6 {
	left: 43px;
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite;
	top: 80px
}

.yk-bottom>div:hover .p7 {
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite;
	left: -6px;
	top: 82px
}

.yk-bottom>div:hover .p8 {
	-webkit-animation: buttonFloat 2s ease .5s infinite;
	-moz-animation: buttonFloat 2s ease .5s infinite;
	-o-animation: buttonFloat 2s ease .5s infinite;
	animation: buttonFloat 2s ease .5s infinite;
	top: 4px;
	left: -37px
}

@-webkit-keyframes buttonFloat {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes buttonFloat {
	0% {
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-moz-transform: translateY(-3px);
		transform: translateY(-3px)
	}
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes buttonFloat {
	0% {
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-o-transform: translateY(-3px);
		transform: translateY(-3px)
	}
	100% {
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes buttonFloat {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-3px);
		-moz-transform: translateY(-3px);
		-o-transform: translateY(-3px);
		transform: translateY(-3px)
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

.feature-wrapper {
	background: url(../image/experience_bg.png);
	font-family: '寰蒋闆呴粦';
	height: 1080px
}

.feature {
	margin: 62px auto 0 auto;
	height: 850px
}

.feature .title {
	height: 247px;
	line-height: 247px;
	text-align: center
}

.feature-list img {
	width: 110px;
	height: 110px
}

.feature-list li {
	display: inline-block;
	margin: 0 0 140px 124px;
	width: 155px;
	text-align: center
}

.feature-list li>div {
	font-size: 22px;
	margin: 12px 0 0 0
}

.experience {
	height: 247px;
	line-height: 247px;
	width: 250px;
	margin: 0 auto
}

.experience .btn {
	width: 250px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	text-align: center;
	display: inline-block;
	font-size: 22px;
	cursor: pointer
}

.experience .btn a {
	color: #8169ff
}

.experience .btn .link {
	display: block
}

.btn-wrapper {
	height: 74px;
	cursor: pointer;
	line-height: 70px
}

.experience .btn-wrapper:hover>.btn {
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
	color: #8169ff;
	background: #fff
}

.experience .btn:hover::after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 4px
}

.experience .bg-white {
	line-height: 74px
}

.experience .mini-code-box {
	border: 2px solid rgba(255, 255, 255, 1);
	color: #fff;
	position: relative
}

.mini-code-box:hover {
	color: #8169ff;
	background: #fff
}

.mini-code-box-wrapper:hover ::after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0
}

.mini-code-box-wrapper:hover .mini-code {
	display: inline-block
}

.experience .mini-code {
	display: none;
	width: 180px;
	height: 180px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	top: -202px;
	left: 31px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.experience .triangle {
	position: absolute;
	left: 80px;
	bottom: -14px
}

.qr-code {
	font-size: 20px;
	margin-right: 4px
}

.banner-wrapper.pro1 .banner-text .h1 {
	margin-bottom: 30px;
	font-size: 40px
}

.banner-wrapper.pro1 {
	background: url(../image/pro1/banner.jpg);
	height: 600px;
	overflow: initial
}

.banner-wrapper.pro1 .banner-text {
	padding: 160px 0 200px 105px
}

.pro1 .middle-text {
	height: 110px;
	margin: -55px auto 0 auto;
	line-height: 110px
}

.banner-description.pro1 p {
	line-height: 36px;
	font-size: 20px
}

.experience.pro1 {
	height: auto;
	width: 180px;
	margin: 60px 0 0 0;
	text-shadow: none;
	line-height: 1
}

.experience.pro1 .btn {
	height: 48px;
	width: 180px;
	font-size: 18px
}

.experience.pro1 .btn-wrapper {
	height: 48px
}

.experience.pro1 .bg-white {
	line-height: 48px
}

.sliceDiv {
	-webkit-animation: hideAnimate .75s;
	-moz-animation: hideAnimate .75s;
	-o-animation: hideAnimate .75s;
	animation: hideAnimate .75s;
	opacity: 0
}

.showDiv {
	-webkit-animation: showAnimate .75s;
	-moz-animation: showAnimate .75s;
	-o-animation: showAnimate .75s;
	animation: showAnimate .75s;
	-webkit-transition: all .75s;
	-o-transition: all .75s;
	-moz-transition: all .75s;
	transition: all .75s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 40px, 0);
		-moz-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@-moz-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 40px, 0);
		-moz-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@-o-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 40px, 0);
		-moz-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 40px, 0);
		-moz-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}