html {
	font-size: 100%
}

body {
	font-family: "PingFang SC", SimHei, "Heiti SC", STHeiti, "黑体", "宋体", "Open Sans", sans-serif, Arial;
	font-size: 1em;
	color: #333333
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-tap-highlight-color: transparent
}

@media screen and (max-width:768px) {
	.hidden-in-sm {
		display: none
	}
}

@media screen and (min-width:768px) {
	.hidden-in-large {
		display: none
	}
}

.text-center {
	text-align: center
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.header {
	background-image: url('header1.png');
	background-size: cover;
	padding-top: 56%;
	width: 100%;
	position: relative;
	box-sizing: border-box
}

@media only screen and (max-width:768px) {
	.header {
		background-image: url('header-sm.jpg');
		padding-top: 177.88%;
		width: 100%
	}
}

.header .wrap {
	position: absolute;
	top: 19%;
	width: 46%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center
}

@media only screen and (max-width:768px) {
	.header .wrap {
		width: 100%
	}
}

.header .wrap .site-title {
	width: 41%
}

.header .wrap h1 {
	font-weight: normal;
	font-size: 36px;
	margin: 2% 0 4%
}

@media only screen and (max-width:768px) {
	.header .wrap h1 {
		font-size: 20px;
		margin-bottom: 8%
	}
}

.header .wrap p {
	font-size: 14px;
	color: #333333;
	margin-top: 26px
}

@media only screen and (max-width:768px) {
	.header .wrap p {
		font-size: 12px;
		margin-top: 26px
	}
}

.header .down-wrap {
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	padding: 20px 10px 10px;
	margin: 0 auto;
	width: 16px
}

.mini-code {
	background-image: url('border.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding: 2px
}

.mini-code img {
	width: 182px;
	height: 182px;
	margin-top: 10px
}

@media only screen and (max-width:768px) {
	.mini-code {
		width: 124px;
		height: 124px
	}
	.mini-code img {
		width: 108px;
		height: 108px;
		margin-top: 8px
	}
}

.page-2 {
	width: 530px;
	margin: 0 auto;
	position: relative;
	padding: 0 220px
}

@media only screen and (max-width:768px) {
	.page-2 {
		width: 100%;
		padding: 0
	}
}

#carousel {
	height: 320px;
	display: relative;
	margin: 0 auto
}

@media only screen and (max-width:768px) {
	#carousel {
		height: 140px
	}
}

#carousel img {
	display: hidden;
	cursor: pointer;
	width: 520px
}

@media only screen and (max-width:768px) {
	#carousel img {
		width: 262px
	}
}

.carousel-nav {
	position: absolute;
	top: 60%;
	z-index: 2;
	cursor: pointer
}

@media only screen and (max-width:768px) {
	.carousel-nav {
		top: 64%
	}
}

.page h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 106px auto 130px;
	color: #2e2e2e
}

@media only screen and (max-width:768px) {
	.page h3 {
		margin: 60px auto;
		font-size: 18px
	}
}

.page-3 {
	position: relative;
	width: 1000px;
	margin: 0 auto
}

@media only screen and (max-width:768px) {
	.page-3 {
		width: 310px
	}
}

.page-3 h3 {
	margin-top: 140px;
	margin-bottom: 80px
}

@media only screen and (max-width:768px) {
	.page-3 h3 {
		margin: 80px 0 50px
	}
}

.page-3 .iphone {
	width: 320px;
	display: block;
	margin: 0 auto
}

@media only screen and (max-width:768px) {
	.page-3 .iphone {
		width: 170px
	}
}

.feature {
	position: absolute
}

.feature img {
	float: left;
	margin-right: 26px;
	margin-top: 12px
}

.feature .text-wrap {
	float: left
}

@media only screen and (max-width:768px) {
	.feature .text-wrap {
		float: none;
		text-align: center
	}
}

.feature .title {
	font-size: 20px;
	margin-bottom: 6px
}

@media only screen and (max-width:768px) {
	.feature .title {
		font-size: 15px
	}
}

.feature .detail {
	color: #999999;
	font-size: 16px;
	line-height: 1.5
}

.feature.dedao {
	left: 20px;
	top: 270px
}

.feature.gou {
	right: 50px;
	top: 270px
}

.feature.sheng {
	left: 26px;
	bottom: 160px
}

.feature.kuai {
	bottom: 160px;
	right: 16px
}

@media only screen and (max-width:768px) {
	.feature img {
		margin: 0 !important;
		margin-bottom: 10px !important
	}
	.feature.dedao {
		left: 0;
		top: 142px
	}
	.feature.dedao img {
		margin-bottom: 16px !important
	}
	.feature.gou {
		right: 0;
		top: 142px
	}
	.feature.sheng {
		left: 2px;
		bottom: 60px
	}
	.feature.sheng img {
		width: 60px;
		margin-left: -6px !important;
		margin-bottom: 0 !important
	}
	.feature.sheng .title {
		position: relative;
		top: 12px
	}
	.feature.kuai {
		bottom: 46px;
		right: 0
	}
}

.page-4 {
	position: relative;
	background-image: url('bg.jpg');
	width: 100%;
	padding-top: 48.49%;
	background-size: contain
}

@media only screen and (max-width:768px) {
	.page-4 {
		background-image: url(bg-sm.jpg);
		padding-top: 124.13%
	}
}

.page-4 .about-us {
	position: absolute;
	top: 25%;
	right: 0;
	left: 10%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 28px 0 50px;
	padding-left: 98px
}

@media only screen and (max-width:768px) {
	.page-4 .about-us {
		left: 0;
		top: 13%;
		padding: 18px 15px;
		font-size: 12px
	}
}

.page-4 .title {
	font-size: 26px;
	color: #e2e2e2
}

@media only screen and (max-width:768px) {
	.page-4 .title {
		font-size: 15px
	}
}

.page-4 .title-about {
	color: #b9bab5;
	margin: 10px auto 15px;
	margin-left: 52px
}

@media only screen and (max-width:768px) {
	.page-4 .title-about {
		margin: 0;
		margin-top: 6px;
		margin-left: 30px
	}
}

.page-4 .line {
	width: 60px;
	margin-left: 58px;
	margin-right: 18px;
	height: 0;
	border-bottom: solid 1px #e2e2e2;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px
}

@media only screen and (max-width:768px) {
	.page-4 .line {
		margin: 4px auto;
		width: 16px;
		vertical-align: middle;
		margin-left: 66px;
		display: block
	}
}

.page-4 .info {
	display: inline-block;
	line-height: 2.2;
	width: 70%;
	color: #e0e0e0;
	font-size: 16px;
	text-align: justify
}

@media only screen and (max-width:768px) {
	.page-4 .info {
		width: 100%;
		font-size: 13px;
		line-height: 2;
		box-sizing: border-box;
		padding: 0 10px
	}
}

.pc-footer {
	padding: 24px;
	text-align: center;
	line-height: 2;
	color: #999999;
	font-size: 14px
}

.pc-footer a {
	color: inherit;
	text-decoration: none
}

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.page-5 {
	padding: 80px 0
}

.page-5 p {
	margin-bottom: 50px
}

@media only screen and (max-width:768px) {
	.page-5 {
		padding: 20px 0 30px
	}
	.page-5 p {
		margin-bottom: 30px;
		font-size: 15px
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.pc-footer {
	background: #f0f0f0;
	color: #666666
}

.m-footer {
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	color: #999999
}

.m-footer a {
	color: inherit;
	text-decoration: none
}

.m-footer p:last-child {
	background: #dadada;
	padding: 10px 0;
	margin-top: 18px;
	color: #fff;
	font-size: 9px
}
.page2-list img {
	width: 60px;
}
.page2-list div span {
	font-size: 20px;
	color: #333333;
	margin-left: 8px;
}
.page2-list div:first-child {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.page2-list div {
	color: #999999;
  font-size: 16px;
}
.page2-list {
	width: 250px;
}
