@keyframes ol-baloon {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0px)
	}
}

.eo-solution-box .eo-content-box .eo-flow-img {
	width: 100%;
	height: auto
}

.eo-solution-box .eo-title {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #134eee;
	line-height: 24px;
	margin: 60px 0
}

.eo-solution-box .eo-title .eo-line {
	width: 40px;
	height: 3px;
	margin-top: 30px;
	background: #134eee
}

.eo-solution-box .eo-card {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 40px;
	height: 500px;
	border-radius: 8px;
	border: 1px solid #a4b1ca;
	padding: 56px 107px 56px 78px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	opacity: .9
}

.eo-solution-box .eo-card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	filter: blur(1px);
	opacity: .1;
	z-index: -1
}

[data-theme=bh] .eo-solution-box .eo-card:before {
	background: linear-gradient(360deg, #a4b1ca 0%, #e6ecf9 100%)
}

[data-theme=ybf] .eo-solution-box .eo-card:before {
	background: linear-gradient(#7a7369, #2d2c2b)
}

.eo-solution-box .eo-card .eo-btn {
	cursor: pointer;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	width: initial;
	background: #134eee;
}

.eo-solution-box .eo-card .eo-btn img {
	width: 15px;
	position: relative;
	top: 4px
}

.eo-solution-box .eo-card .eo-btn span {
	color: #fff;
	text-align: center
}

.eo-solution-box .eo-card.eo-card-reverse {
	padding: 56px 60px 56px 133px
}

.eo-solution-box .eo-card:hover {
	background: linear-gradient(360deg, rgba(45, 44, 43, 0.1) 0%, rgba(122, 115, 105, 0.1) 100%)
}

.eo-solution-box .eo-card .img {
	width: 418px;
	height: 274px
}

.eo-solution-box .eo-card:last-of-type .img {
	width: 406px;
	height: 264px
}

.eo-solution-box .support-icons {
	margin-bottom: 20px
}

.eo-solution-box .support-icons img {
	margin-right: 36px;
	height: 38px
}

.eo-solution-box .text-b {
	margin-top: 9px
}

.eo-solution-box .text-b .eo-num {
	height: 74px;
	font-size: 64px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bold;
	color: #a4b1ca;
	line-height: 74px;
	margin-bottom: 6px
}

.eo-solution-box .text-b .eo-line {
	width: 46px;
	height: 5px;
	background: #134eee;
	margin-bottom: 30px
}

.eo-solution-box .text-b .eo-t1 {
	height: 42px;
	font-size: 32px;
	font-family: MicrosoftYaHei;
	color: #134eee;
	line-height: 42px
}

.eo-solution-box .text-b .eo-t2 {
	margin-bottom: 40px;
	width: 522px;
	height: 56px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #a4b1ca;
	margin-top: 20px;
	line-height: 28px
}

.eo-solution-box .gap {
	width: 140px
}

.eo-solution-box .eo-flow-box {
	padding-bottom: 83px
}

.eo-solution-box .eo-flow-box .eo-flow-box-content {
	width: 100%
}

.eo-solution-box .eo-flow-box .eo-step-arrow {
	width: 52px;
	height: 10px
}

.eo-solution-box .eo-flow-box .eo-step {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	z-index: 1;
	position: relative;
	overflow: hidden;
	opacity: .9;
	border: 1px solid #a4b1ca
}

.eo-solution-box .eo-flow-box .eo-step:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	filter: blur(1px);
	opacity: .1;
	z-index: -1
}

[data-theme=bh] .eo-solution-box .eo-flow-box .eo-step:before {
	background: linear-gradient(360deg, #a4b1ca 0%, #e6ecf9 100%)
}

[data-theme=ybf] .eo-solution-box .eo-flow-box .eo-step:before {
	background: linear-gradient(#7a7369, #2d2c2b)
}

.eo-solution-box .eo-flow-box .eo-step .eo-icon {
	width: auto;
	height: 25px
}

.eo-solution-box .eo-flow-box .eo-step .eo-t {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #134eee;
	line-height: 21px;
	margin-top: 9px;
	text-align: center
}

.eo-solution-box .eo-flow-box .eo-step .eo-s {
	font-size: 14px;
	font-family: ArialMT;
	color: #a4b1ca;
	line-height: 16px;
	margin-top: 11px
}

@keyframes ol-baloon-a5da351e {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0px)
	}
}

.header {
	width: 100%;
	background-size: cover;
	background-position: center center;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center
}

.header>div {
	width: 1300px
}

.header .eo-top-nav {
	width: 100%
}

.header .eo-top-nav .header-top {
	width: 100%;
	padding: 0 30px
}

.header-center {
	position: relative;
	text-align: center;
	margin-top: 133px;
	font-size: 28px;
	font-family: MicrosoftYaHei;
	color: #134eee;
	line-height: 37px;
	margin-bottom: 59px;
	min-height: 126px
}

.header-center__icon {
	width: 48px;
	vertical-align: middle
}

.header-center .fill00 {
	width: 882px;
	height: 283px;
	position: absolute;
	left: -83px;
	top: 13px;
	z-index: 0
}

.header-center h2 {
	margin-top: 18px;
	font-size: 28px;
	font-family: MicrosoftYaHei;
	color: #134eee;
	line-height: 37px;
	font-weight: 400
}

.header-center p {
	margin-top: 4px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #a4b1ca;
	line-height: 19px
}

.header-bottom {
	background: linear-gradient(180deg, rgba(244, 251, 255, 0.9), rgba(232, 238, 242, 0.9));
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #a4b1ca;
	line-height: 48px;
	font-size: 14px;
	width: 1300px;
	height: 48px;
	border-radius: 7px;
	border: 1px solid #a4b1ca;
	z-index: 1;
	position: relative;
	overflow: hidden;
	opacity: .9
}

.header-bottom:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	filter: blur(1px);
	opacity: .1;
	z-index: -1
}

[data-theme=bh] .header-bottom:before {
	background: linear-gradient(360deg, #a4b1ca 0%, #e6ecf9 100%)
}

[data-theme=ybf] .header-bottom:before {
	background: linear-gradient(#7a7369, #2d2c2b)
}

.header-bottom>div {
	margin: 0 20px
}

.header-bottom>div.active {
	color: #134eee
}

.header-bottom .eo-nav {
	cursor: pointer
}

.header .fill01 {
	position: absolute;
	right: 0;
	top: 0;
	width: 323px;
	height: 438px
}

.header .fill02 {
	position: absolute;
	left: 0;
	top: 624px;
	width: 344px;
	height: 486px;
	opacity: .5;
	z-index: 0
}

@media screen and (max-width: 1365px) {
	.header>div {
		width: 1100px
	}
}

@keyframes ol-baloon-1a433b92 {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0px)
	}
}

.header-top[data-v-1a433b92] {
	padding: 0 30px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #aabff9
}

.header-top .lang[data-v-1a433b92] {
	display: flex
}

.header-top .lang span[data-v-1a433b92] {
	cursor: pointer
}

.header-top .lang em[data-v-1a433b92] {
	font-style: normal;
	margin: 0 8px
}

.header-top .lang .active[data-v-1a433b92] {
	color: #fff
}

.header-top .header-top__nav[data-v-1a433b92] {
	height: 80px;
	line-height: 80px
}

.header-top .eo-munu-arrow[data-v-1a433b92] {
	width: 11px;
	height: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	transition: all .3s
}

.header-top .eo-munu-arrow.active[data-v-1a433b92] {
	transform: rotate(-180deg)
}

.header-top .eo-n-t-title[data-v-1a433b92],
.header-top .eo-n-t-text[data-v-1a433b92] {
	text-align: left
}

.header-top__nav[data-v-1a433b92] {
	flex: 1;
	padding-left: 48px;
	display: flex
}

.header-top__nav>div[data-v-1a433b92] {
	position: relative;
	margin-right: 80px;
	cursor: pointer
}

.header-top__nav>div[data-v-1a433b92]:hover {
	color: #fff
}

.header-top__nav>div.active[data-v-1a433b92] {
	position: relative;
	color: #fff
}

.header-top__nav>div.active[data-v-1a433b92]::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background: #fff;
	border-radius: 20px
}

.header-top .logo[data-v-1a433b92] {
	width: 108px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 2000em;
	cursor: pointer
}

.header-top .hover[data-v-1a433b92] {
	display: none;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 70px;
	width: 190px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
	transition: all .5s linear
}

.header-top .hover.active[data-v-1a433b92] {
	display: block
}

.header-top .hover .nav-arrow[data-v-1a433b92] {
	background-size: contain;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	vertical-align: middle;
	width: 12px;
	height: 12px
}

.header-top .hover .glod-line[data-v-1a433b92] {
	width: 160px;
	height: 1px;
	bottom: 0;
	background: #e6ecf9;
	position: absolute;
	z-index: 1000
}

.header-top .hover>a[data-v-1a433b92] {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 12px 15px;
	color: #142032;
	font-size: 12px;
	line-height: 16px
}

ß .header-top .hover>a[data-v-1a433b92]:link {
	text-decoration: none
}

.header-top .hover>a[data-v-1a433b92]:visited {
	text-decoration: none
}

.header-top .hover>a[data-v-1a433b92]:hover {
	text-decoration: none
}

.header-top .hover>a:hover h3[data-v-1a433b92],
.header-top .hover>a:hover p[data-v-1a433b92] {
	color: #134eee
}

.header-top .hover>a:hover .nav-arrow[data-v-1a433b92] {
	background-size: contain
}

.header-top .hover>a[data-v-1a433b92]:active {
	text-decoration: none
}

.header-top .hover>a[data-v-1a433b92]:focus {
	text-decoration: none
}

.header-top .hover>a p[data-v-1a433b92] {
	margin-top: 4px;
	color: #a4b1ca
}

.header-top .hover>a img[data-v-1a433b92] {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	vertical-align: middle;
	width: 12px;
	height: 12px
}

@keyframes ol-baloon-698e3b06 {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0px)
	}
}

.down-load-box {
	background: linear-gradient(360deg, #134eee 0%, #1d65f4 100%);
	border: 1px solid rgba(0, 0, 0, 0);
	background-size: 100%;
	width: 100%;
	height: 196px
}

.down-load-box .ol-bg {
	width: 100%;
	height: 100%
}

.down-load-box .info .logo {
	width: 100px;
	height: 100px
}

.down-load-box .download-app {
	margin-right: -340px;
	display: flex
}

.down-load-box .download-app div {
	background: #fff;
	width: 114px;
	height: 46px;
	margin-right: 18px;
	display: flex;
	justify-content: center;
	align-items: center
}

.down-load-box .download-app img {
	width: 98px
}

.down-load-box .text-b {
	margin-left: 20px;
	padding-bottom: 10px;
	position: relative
}

.down-load-box .text-b .des {
	width: 432px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	line-height: 36px;
	margin-bottom: 15px
}

.down-load-box .text-b .tips {
	font-size: 36px;
	font-weight: 600;
	line-height: 16px;
	color: #fff
}

.down-load-box .down-way .qr-code {
	width: 120px;
	height: 120px;
	border-radius: 7px;
	background-color: #fff
}

.down-load-box .down-way .eo-qr-code-ico {
	position: absolute;
	width: 30px;
	height: 30px
}

.down-load-box .down-way .btn_down {
	width: 184px;
	height: 48px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #2d2c2b;
	line-height: 21px;
	background-color: #ddba82;
	margin-right: 30px
}

.down-load-box .down-way .btn_down:nth-child(2) {
	margin-right: 36px
}

.down-load-box .down-way .btn_down img {
	width: 18px;
	margin-right: 10px
}

@keyframes ol-baloon {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0px)
	}
}

.footer-box {
	width: 100%;
	height: 256px;
	padding-top: 36px;
	padding-bottom: 22px;
	background: #2f4668
}

.footer-box .main {
	overflow: hidden
}

.footer-box .menu {
	width: 190px;
	float: left
}

.footer-box .menu .head {
	font-size: 18px;
	margin-bottom: 10px;
	color: #fff;
	line-height: 24px
}

.footer-box .menu .item-text {
	cursor: pointer;
	font-size: 14px;
	color: #a4b1ca;
	line-height: 32px
}

.footer-box .menu .item-text span:hover {
	color: #fff
}

.footer-box .contact-box {
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 19px
}

.footer-box .contact-box .online {
	padding: 9px 18px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 7px;
	height: 40px;
	border-radius: 7px;
	border: 1px solid #fff
}.footer-box .contact-box .online a {	color: white;}.footer-box .contact-box .online:hover {	background: #fff}.footer-box .contact-box .online:hover a {	color: #134eee;}

.footer-box .contact-box .online .service-icon {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	position: relative;
	top: 4px;
	display: inline-block
}

.footer-box .contact-box .time {
	margin-bottom: 9px;
	line-height: 32px
}

.footer-box .contact-box .time2 {
	margin-top: 9px;
	line-height: 32px;
	color: #888683
}

.footer-box .contact-box .media {
	display: flex
}

.footer-box .contact-box .media img {
	cursor: pointer;
	width: 28px;
	height: 28px;
	margin-right: 20px;
	opacity: 1
}

.footer-box .contact-box .media img:hover {
	opacity: .9
}
