html {
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	font-size: 1.4rem;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

a {
	background: transparent;
	text-decoration: none;
	color: #000;
}

a:active {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: middle;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
	outline: none;
}

input,
textarea,
button {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
	margin: 0;
}

ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

@font-face {
	font-family: 'webfont';
	src: url('//at.alicdn.com/t/fpz477a2e9q3q5mi.eot');
	/* IE9*/
	src: url('//at.alicdn.com/t/fpz477a2e9q3q5mi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/fpz477a2e9q3q5mi.woff') format('woff'), /* chrome、firefox */
	url('//at.alicdn.com/t/fpz477a2e9q3q5mi.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/fpz477a2e9q3q5mi.svg#思源黑体-极细') format('svg');
	/* iOS 4.1- */
}


/*reset.css end*/


/*css动画*/

.cube {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slideInUp {
	animation: slideInUp 2s;
	-webkit-animation: slideInUp 2s;
}

.filter {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	-webkit-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	-o-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	-ms-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	-moz-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	position: absolute;
	z-index: 3;
}

#topBar {
	position: fixed;
	z-index: 1001;
	height: 50px;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.4) 100%);
	-webkit-background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.4) 100%);
	-o-background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.4) 100%);
	-ms-background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.4) 100%);
	-moz-background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.4) 100%);
}

#logo {
	float: left;
	height: 55px;
	line-height: 55px;
}

#logo>img {
	height: 30px;
	width: 102px;
	padding: 0;
	margin: 0;
}

#nav {
	width: 1000px;
	margin: 0 auto;
}

#menuBtn {
	display: none;
}

#pcNav {
	width: 80%;
	float: right;
	text-align: right;
}

#navUl {
	padding: 0;
	margin: 0;
}

.navLi {
	height: 50px;
	line-height: 50px;
	padding: 0px;
	margin: 0;
	margin-left: 22px;
	display: inline-block;
	transition: 0.5s;
}

.navLi a {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}

.navLi:hover {
	cursor: pointer;
	height: 50px;
	border-bottom: 1px #FFFFFF solid;
}

.current {
	height: 50px;
	border-bottom: 1px #FFFFFF solid;
}

.div {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

#title {
	position: relative;
	z-index: 10;
	top: 32%;
	text-align: center;
	font-size: 70px;
	font-weight: 100;
	font-family: webfont;
	letter-spacing: 10px;
}

#enTitle {
	position: relative;
	z-index: 10;
	top: 36%;
	margin: 0 auto;
	text-align: center;
	width: 700px;
	height: 35px;
	background: url(../img/enTitle.png) no-repeat;
	background-size: 100%;
}

#download {
	position: relative;
	z-index: 10;
	top: 55%;
	width: 100%;
	text-align: center;
}

#download>a:hover {
	text-decoration: none;
}


/*弹出层*/

#mengban {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 50;
	display: none;
}

#mengbanNR {
	position: relative;
	width: 300px;
	height: 320px;
	margin: auto;
	margin-top: 10%;
	background: #fff;
	text-align: center;
}

#andriodDownload,
#iPhoneDownload {
	width: 250px;
	height: 300px;
	margin-right: 20px;
	margin: auto;
	text-align: center;
	background: #fff;
	z-index: 1003;
	display: inline-block;
}

#downloadBtn {
	margin: 30px auto;
	width: 293px;
	height: 52px;
	background: url(../img/testNow.png);
	background-size: 100%;
	transition: 0.8s;
}

#downloadBtn:hover {
	opacity: 0.6;
}

.erweima img {
	width: 85%;
	margin-top: 12%;
	height: auto;
}

.close {
	position: absolute;
	right: -15px;
	top: -15px;
}

.close:hover {
	cursor: pointer;
}

.downloadTip {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 12px;
}

.downloadTip p {
	height: 16px;
	font-size: 13px;
	color: #333;
	font-family: arial;
	margin-bottom: 4px;
}

#downloadTip {
	color: #FFFFFF;
}

#downloadLink {
	color: #2F7ABE;
	font-size: 14px;
	font-family: arial;
}

#downloadLink:hover {
	text-decoration: underline;
}

/*第2屏*/

#yuepao {
	position: absolute;
	top: 32%;
	left: 6%;
	width: 635px;
	height: 135px;
	font-size: 60px;
	font-family: webfont;
}

#yuepao img {
	width: 635px;
	height: 135px;
}

#yuepao_miaoshu {
	position: relative;
	top: 50%;
	left: 45%;
	height: 74px;
	padding: 10px 60px;
	width: 510px;
	padding-left: 48px;
	background: url(../img/yuepaomiaoshu.png);
	background-size: 100%;
	text-align: left;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 25px;
	font-weight: 100;
}


/*第3屏*/

#zhibo {
	position: relative;
	top: -25%;
	left: 45%;
	width: 541px;
	height: 123px;
	font-size: 60px;
	font-family: webfont;
}

#zhibo img {
	width: 541px;
	height: 123px;
}

#zhiboxianlu {
	position: relative;
	top: 25%;
	left: 12%;
	width: 642px;
	height: 413px;
}

#zhibo_miaoshu {
	position: relative;
	top: -25%;
	left: 60%;
	width: 370px;
	padding-left: 49px;
	height: 67px;
	padding-top: 30px;
	background: url(../img/zhibobg.png);
	background-size: 100%;
	text-align: left;
	font-family: "微软雅黑";
	color: #444;
	font-size: 15px;
	line-height: 25px;
	font-weight: 100;
}


/*第4屏*/

#huodong {
	position: relative;
	top: 32%;
	left: 10%;
	width: 635px;
	height: 135px;
	font-size: 60px;
	font-family: webfont;
}

#huodong img {
	width: 635px;
	height: 135px;
}

#huodong_miaoshu {
	position: relative;
	top: 35%;
	left: 45%;
	height: 74px;
	padding-top: 2px;
	width: 510px;
	padding-left: 48px;
	background: url(../img/yuepaomiaoshu.png);
	background-size: 100%;
	text-align: left;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 25px;
	font-weight: 100;
}


/*第5屏*/

#footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
	-webkit-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
	-o-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
	-ms-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
	-moz-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
}

#footMengban {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.4) 90%, rgba(0, 0, 0, 0.5) 100%);
	-webkit-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
	-o-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
	-ms-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
	-moz-background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.5) 100%);
}

#erweimaDownLoad {
	position: relative;
	top: 52%;
	left: 12%;
}

#erweima {
	width: 150px;
	height: 150px;
}

#ourSlogan {
	display: block;
	text-align: center;
	line-height: 23px;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 100;
}

#downloadNow {
	position: relative;
	top: 10%;
	left: 65%;
	width: 280px;
	height: auto;
}

#ios {
	margin-left: 100px;
	margin-top: 40px;
}

#dryd {
	margin-left: 50px;
	margin-top: 80px;
}

.andriodIos {
	font-size: 32px;
	font-weight: 600;
	font-family: "微软雅黑";
	color: #222;
	text-align: center;
	margin-left: -40px;
	width: 280px;
	height: 35px;
}

.downloadBtn {
	width: 280px;
	height: 42px;
}

#links {
	margin: 0;
	padding: 0;
}

#links,
.link {
	height: 24px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}

#copyright {
	margin: 0 auto;
	font-size: 13px;
	color: #FFFFFF;
	!important font-family: "微软雅黑";
	letter-spacing: 1px;
}
#copyright a img{
        width: 23px;
        height: 30px;
}

.fadeInDown {
	-webkit-animation: fadeInDown 1.5s;
	animation: fadeInDown 1.5s;
}

.slideInUp {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1.5s;
	animation: fadeInLeft 1.5s;
}

.fadeInRight {
	-webkit-animation: fadeInRight 1.5s;
	animation: fadeInRight 1.5s;
}

.wobble {
	-webkit-animation: wobble 1s;
	animation: wobble 1s;
}

.bounceIn {
	-webkit-animation: bounceIn 1s;
	animation: bounceIn 1s;
}

@media only screen and (max-width: 640px) {
	* {
		font-size: 62.5%;
	}
	body {
		width: 320px;
	}
	#logo {
		margin-left: 1.2rem;
	}
	#menuClickFilter {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0, 0, 0, 0.1);
	}
	#menuBtn {
		display: block;
		position: absolute;
		top: 0.3rem;
		right: 0.6rem;
		width: 4.0rem;
		height: 4.0rem;
		background: url(../img/navicon.png);
		background-size: 100%;
	}
	#pcNav {
		display: none;
		position: absolute;
		z-index: 1000;
		top: 4.8rem;
		left: 0;
		width: 100%;
		text-align: left;
		background: rgba(0, 0, 0, 0.4);
	}
	.navLi {
		height: 4.0rem;
		width: 6.0rem;
		text-align: center;
		line-height: 4.0rem;
		padding: 0px;
		margin: 0;
		margin-left: 1.0rem;
		display: inline-block;
		transition: 0.5s;
	}
	.navLi:hover,
	.current {
		border: none;
		height: 4.0rem;
	}
	#title {
		font-size: 3.2rem;
		letter-spacing: 0.1rem;
	}
	#enTitle {
		position: relative;
		z-index: 10;
		top: 35%;
		margin: 0 auto;
		text-align: center;
		width: 30.0rem;
		height: 3.5rem;
		background: url(../img/enTitle.png) no-repeat;
		background-size: 100%;
	}
	ul.fssnav {
		right: 1.2rem;
	}
	#downloadBtn {
		margin: 3.0rem auto;
		width: 20.0rem;
		height: 3.8rem;
		background: url(../img/testNow.png);
		background-size: 100%;
		background-repeat: no-repeat;
		transition: 0.8s;
	}
	#yuepao {
		left: 50%;
		top: 25%;
		width: 20.0rem;
		margin-left: -10.0rem;
		height: 135px;
		font-size: 5.0rem;
	}
	#yuepao_miaoshu {
		position: relative;
		top: 40%;
		left: 50%;
		height: 74px;
		padding-top: 2px;
		margin-left: -15.0rem;
		width: 30.0rem;
		padding-left: 0;
		background: none;
		background-size: 100%;
		text-align: left;
		font-size: 1.6rem;
		line-height: 25px;
	}
	#zhibo {
		position: relative;
		top: -30%;
		left: 50%;
		width: 30.0rem;
		margin-left: -15.0rem;
		height: 123px;
		font-size: 5.0rem;
		font-family: webfont;
	}
	#zhibo img {
		width: 32.0rem;
		height: 8.0rem;
	}
	#zhiboxianlu {
		position: relative;
		top: 30%;
		left: 50%;
		width: 31.0rem;
		margin-left: -15.5rem;
		height: 26.0rem;
	}
	#zhiboxianlu img {
		width: 100%;
		height: 100%;
	}
	#zhibo_miaoshu {
		position: relative;
		top:4%;
		left: 50%;
		width: 30.0rem;
		margin-left: -15.5rem;
                padding-top: 20px;
		padding-left: 10px;
		height: 6.0rem;
		background-repeat: no-repeat;
                color:#ffffff;
	}
	#huodong {
		position: relative;
		top: 30%;
		left: 50%;
		width: 30.0rem;
		margin-left: -15rem;
		font-size: 5.0rem;
		text-align: center;
		font-family: webfont;
	}
	#huodong img {
		width: 100%;
		height: 100%;
	}
	#huodong_miaoshu {
		position: relative;
		top: 25%;
		left: 50%;
		width: 30.0rem;
		margin-left: -15.0rem;
		padding-left: 0;
		background: none;
		text-align: left;
	}
	#erweimaDownLoad {
		position: relative;
		top: 30%;
		left:0%;
	}
	#erweima {
		width:16.0rem;
		height: 16.0rem;
	}
	#ourSlogan {
		display: block;
		text-align: center;
		line-height: 23px;
		margin-top: 20px;
		font-size: 1.4rem;
		color: #FFFFFF;
		font-weight: 100;
	}
	#downloadNow {
		display: none;
	}
	#links {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#links,
	.link {
		display: none;
	}
	#copyright {
		display: none;
	}
}