﻿.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: rgba(10,24,51,.6)
}

.header-wrap {
	position: relative;
	margin: 0 auto;
	min-width: 1120px;
	height: 100%
}

.header-wrap-logo {
	margin-top: 20px;
	float: left;
	width: 187px;
	height: 42px
}

.header-wrap-nav {
	float: right;
	color: #fff
}

.header-wrap-nav-guide {
	float: left
}

.header-wrap-nav-guide-item {
	float: left;
	min-width: 97px;
	height: 80px;
	line-height: 80px;
	text-align: center
}

.header-wrap-nav-guide-item.active {
	border-bottom: 5px solid #f60
}

.header-wrap-nav-lang {
	float: right;
	margin-top: 20px;
	margin-left: 55px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	border: 1px solid #fff;
	color: hsla(0,0%,100%,.5);
	text-align: center
}

.header-wrap-nav-lang span {
	opacity: .5;
	cursor: pointer
}

.header-wrap-nav-lang span.header-wrap-nav-lang-active {
	opacity: 1;
	color: #fff
}

@media screen and (max-width:900px) {
	.header {
		min-height: 44px;
		height: auto
	}

	.header-wrap {
		-ms-flex-align: end;
		align-items: flex-end;
		min-width: 100%;
		width: 100%;
		padding: 0 6px
	}

	.header-wrap-logo {
		margin-top: 6px;
		width: 125px;
		height: 28px
	}

	.header-wrap-nav {
		min-width: 220px
	}

	.header-wrap-nav.no-guide {
		min-width: 0
	}

	.header-wrap-nav-guide-item {
		margin-left: 0;
		margin-left: 15px;
		min-width: 0;
		height: 40px;
		line-height: 40px;
		cursor: pointer
	}

	.header-wrap-nav-guide-item.active {
		border-bottom: 2px solid #f60
	}

	.header-wrap-nav-lang {
		margin-top: 6px;
		margin-left: 15px;
		width: 100px;
		height: 22px;
		line-height: 22px;
		border-radius: 22px;
		font-size: 12px;
		cursor: pointer
	}
}

.footer {
	font-size: 14px;
	color: #fff;
	background: #2659bf
}

.footer-wrap {
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 62px;
	max-width: 1100px;
	overflow: hidden
}

.footer-wrap-left {
	float: left;
	margin-top: 30px;
	width: 64%
}

.footer-wrap-link {
	padding-top: 2px;
	overflow: hidden
}

.footer-wrap-link-item {
	position: relative;
	float: left;
	margin-right: 46px;
	margin-bottom: 15px
}

.footer-wrap-link-item img {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px
}

.footer-wrap-link-item span {
	margin-left: 29px
}

.footer-wrap-contact {
	margin-top: 13px;
	overflow: hidden
}

.footer-wrap-contact-item {
	float: left;
	font-style: initial;
	width: 50%
}

.footer-wrap-contact-item .under-line {
	text-decoration: underline
}

.footer-wrap-contact-item:nth-child(3n) {
	margin-right: 0
}

.footer-wrap-contact-item span {
	color: #7a9adb
}

.footer-wrap-welcome {
	margin-top: 10px;
	font-size: 12px;
	color: #b2c5eb
}

.footer-wrap-welcome a {
	color: #b2c5eb;
	text-decoration: underline
}

.footer-wrap-wechat {
	position: absolute;
	right: 0;
	bottom: 40px;
	text-align: center
}

.footer-wrap-wechat img {
	width: 80px;
	height: 80px
}

.footer-wrap-wechat p {
	margin-top: 10px;
	font-size: 12px;
	color: #7a9adb;
	line-height: 14px
}

.footer-wrap-qr {
	float: right;
	margin-top: 30px;
	width: 30%;
	font-size: 10px;
	color: #7a9adb;
	text-align: center
}

.footer-wrap-qr-top {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex
}

.footer-wrap-qr-top-item {
	float: left;
	width: 150px
}

.footer-wrap-qr-top-item:nth-child(2) {
	margin: 0 30px
}

.footer-wrap-qr-top-item img {
	margin-bottom: 5px;
	width: 100px;
	height: 100px
}

.footer-wrap-qr-bottom {
	margin-top: 4px;
	text-align: left
}

.footer .copyright {
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #5e5d5d;
	background: #f5f6f7;
	text-align: center
}

@media screen and (max-width:768px) {
	.footer {
		font-size: 12px
	}

	.footer-wrap {
		position: relative;
		padding-top: 30px;
		padding-bottom: 20px;
		max-width: none;
		width: 84%
	}
	
	.footer-wrap-contact-item {
    	width: 100%;
	}

	.footer-wrap-left {
		margin-top: 0;
		width: 100%
	}

	.footer-wrap-link-item {
		margin-right: 14px
	}

	.footer-wrap-link-item img {
		margin-right: 5px;
		width: 12px;
		height: 12px
	}

	.footer-wrap-link-item span {
		margin-left: 17px
	}

	.footer-wrap-contact {
		margin-top: 3px
	}

	.footer-wrap-welcome {
		width: 100%;
		margin-top: 18px
	}

	.footer-wrap-wechat {
		top: 60px;
		right: 20px;
		bottom: auto
	}

	.footer-wrap-wechat img {
		width: 50px;
		height: 50px
	}

	.footer-wrap-wechat p {
		display: none;
		margin-top: 3px;
		font-size: 10px
	}

	.footer-wrap-qr {
		width: 100%
	}

	.footer .copyright {
		height: 40px;
		line-height: 40px;
		font-size: 10px
	}
}

.business-banner {
	height: 600px;
	background: url(img/banner_img_bg@2x.3695aa.png) no-repeat 50%;
	background-size: cover;
	text-align: center;
	overflow: hidden
}

.business-banner-title {
	margin-top: 210px;
	font-size: 54px;
	color: #fff;
	text-align: center;
	line-height: 60px
}

.business-banner-sub-title {
	margin-top: 13px;
	font-size: 28px;
	color: #fff;
	text-align: center
}

.business-banner-btn {
	margin-top: 40px;
	box-sizing: border-box;
	height: 42px;
	width: 220px;
	background: #2659bf;
	box-shadow: 0 4px 0 0 #14366b;
	border-radius: 30px;
	border: none;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	cursor: pointer
}

.business-why {
	overflow: hidden;
	padding: 60px 0;
	background: #f5f6f7
}

.business-why-title {
	font-size: 28px;
	color: #2d292a;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px
}

.business-why-wrap {
	margin: 0 auto;
	margin-top: 50px;
	width: 1100px
}

.business-why-item {
	float: left;
	width: 1100px;
	height: 460px;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgba(55,73,112,.14);
	border-radius: 10px;
	text-align: center;
	overflow: hidden
}

.business-why-item:nth-child(2) {
	margin: 0 19px
}

.business-why-item img {
	margin-top: 45px;
    width: 50%;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px
}

.business-why-item-title {
	margin-top: 54px;
	font-size: 21px;
	color: #000;
	line-height: 28px
}

.business-why-item-content {
	margin: 0 auto;
	margin-top: 40px;
	width: 95%;
	font-size: 14px;
	color: #5e5d5d;
	text-align: left;
	text-indent: 2em;
	line-height: 24px
}

.business-who {
	overflow: hidden;
	padding: 60px 0;
	background: #e4ebf2
}

.business-who-title {
	font-size: 28px;
	color: #2d292a;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px
}

.business-who-item {
	margin: 0 auto;
	margin-top: 40px;
	width: 1010px
}

.business-who-item img {
	float: left;
	width: 700px;
	height: 400px
}

.business-who-item-info {
	float: left;
	margin-top: 10px;
	margin-left: -10px;
	padding: 50px 47px 0;
	width: 320px;
	height: 400px;
	text-indent: 2em;
	background: #fff;
	box-shadow: 10px 10px 0 0 rgba(55,73,112,.1)
}

.business-who-item-info-title {
	font-size: 21px;
	color: #2d292a;
	line-height: 28px
}

.business-who-item-info-content {
	margin-top: 13px;
	font-size: 14px;
	color: #5e5d5d;
	line-height: 24px
}

.business-download {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	background: #f5f6f7
}

.business-download #anchor_app {
	position: absolute;
	top: -100px
}

.business-download-mobile-title {
	display: none
}

.business-download-wrap {
	position: relative;
	left: 50%;
	float: left
}

.business-download-phone {
	position: relative;
	left: -50%;
	float: left;
	width: 343px
}

.business-download-info {
	position: relative;
	left: -50%;
	float: left;
	margin-left: 128px
}

.business-download-info-title {
	margin-top: 40px;
	font-size: 28px;
	color: #2d292a;
	letter-spacing: 1px;
	line-height: 30px
}

.business-download-info-qr {
	margin-top: 50px
}

.business-download-info-qr-item {
	float: left;
	margin-right: 30px;
	font-size: 14px;
	color: #5e5d5d;
	text-align: center
}

.business-download-info-qr-item img {
	margin-bottom: 20px;
	width: 160px;
	height: 160px
}

@media screen and (max-width:768px) {
	.business-banner {
		height: 200px;
		background: url(img/phone_banner_img_bg@2x.65fba2.png) no-repeat 50%
	}

	.business-banner-title {
		margin-top: 188px;
		font-size: 35px;
		letter-spacing: .92px;
		line-height: 40px;
		text-shadow: 0 2px 0 rgba(0,0,0,.3)
	}

	.business-banner-sub-title {
		margin-top: 19px;
		font-size: 17px;
		text-shadow: 0 2px 0 rgba(0,0,0,.3)
	}

	.business-banner-btn {
		margin-top: 44px;
		height: 39px;
		width: 220px;
		border-radius: 39px;
		line-height: 39px;
		font-size: 14px
	}

	.business-why {
		padding: 35px 0
	}

	.business-why-title {
		font-size: 20px;
		margin: 0 20px;
		line-height: 30px
	}

	.business-why-wrap {
		margin: 0 auto;
		margin-top: 21px;
		width: 96%
	}

	.business-why-item {
		float: left;
		padding-bottom: 21px;
		width: 100%;
		height: auto
	}

	.business-why-item:nth-child(2) {
		margin: 10px 0
	}

	.business-why-item img {
		margin-top: 25px;
		float: initial;
		width: 85%;
		height: auto
	}

	.business-why-item-title {
		margin-top: 20px;
		font-size: 14px;
		line-height: 14px
	}

	.business-why-item-content {
		margin-top: 5px;
		width: 90%;
		font-size: 14px
	}

	.business-who {
		padding: 35px 0
	}

	.business-who-title {
		font-size: 20px;
		line-height: 30px
	}

	.business-who-item {
		margin: 0 auto;
		margin-top: 21px;
		width: 93%
	}

	.business-who-item img {
		float: none;
		width: 100%;
		height: auto;
		display: block
	}

	.business-who-item-info {
		float: none;
		margin-top: 0;
		margin-left: 0;
		padding: 26px 25px;
		width: 100%;
		height: auto;
		box-shadow: 5px 5px 0 0 rgba(55,73,112,.1)
	}

	.business-who-item-info-title {
		font-size: 14px;
		line-height: 14px
	}

	.business-who-item-info-content {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px
	}

	.business-download {
		padding: 35px 0
	}

	.business-download-mobile-title {
		display: block;
		margin-bottom: 23px;
		font-size: 20px;
		color: #2d292a;
		letter-spacing: 1.43px;
		text-align: center;
		line-height: 30px;
		font-weight: 400
	}

	.business-download-wrap {
		position: relative;
		left: 50%;
		float: left
	}

	.business-download-phone {
		position: relative;
		left: -50%;
		float: left;
		width: 200px
	}

	.business-download-info {
		position: relative;
		left: -50%;
		float: left;
		margin-left: 27px;
		width: 120px
	}

	.business-download-info-title {
		display: none
	}

	.business-download-info-qr {
		margin-top: 35px
	}

	.business-download-info-qr-item {
		float: left;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 10px
	}

	.business-download-info-qr-item img {
		margin-bottom: 5px;
		width: 80px;
		height: 80px
	}
}