body{
	margin: 0;
}

.top{
	position: fixed;
    width: 100%;
    height: 60px;
    box-shadow: 0px 10px 5px -5px #bfbfbf;
    z-index: 2;
    background-color: #fff;
}
.top .box{
	position: relative;
}
.top img{
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 30px;
}


.nav{
    display: inline-block;
    width: 100%;
    text-align: right;
}

.nav ul{
	margin: 0;
	height: 100%;
    line-height: 90px;
}
.nav ul li{
	display: inline-block;
	list-style: none;
	padding: 2px 10px;
}
.nav ul li:nth-child(1){
	font-size: 20px;
}
.nav ul li:nth-child(2){
	font-size: 20px;
}
.nav a.home{
	text-decoration: none;
	color: #515151;
}
.nav a.home.active {
	color: #f1586b;
	font-weight: 700;
}
.nav a.home:hover {
	color: #f1586b;
}
.nav a.contact{
	text-decoration: none;
	color: #515151;
}
.nav a.contact.active {
	color: #8fce2f;
	font-weight: 700;
}
.nav a.contact:hover {
	color: #8fce2f;
}


.overhide{
	overflow: hidden;
	background-color: #ecf7fe;
	position: relative;
}


.not-overhide{
	background-color: #ecf7fe;
	position: relative;
}


.box{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: block !important;
}


.banner{
	margin-top: 60px;
	position: relative;
	padding-bottom: 50px;
}
.banner .imgs{
	white-space: nowrap;
    overflow: hidden;
}
.banner .imgs img {
    width: 100%;
    display: inline-block;
    transition: margin-left 1s;
    transition-timing-function: ease;
    margin: 0 5px;
}
.banner .point {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.banner .point span {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ccc;
}
.banner .point span.active {
    background-color: #a3a3a3;
}
.banner .card-a{
	right: 30%;
}


.apps{

}
.apps .info .box{
	position: relative;
	height: 120px;
    padding: 10px 0;
}
.apps .info .box>div{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.apps .info .logo img{
	height: 100%;
}
.apps .info .name{
	margin-left: 15px;
	font-weight: 700;
	height: 100%;
	color: #14cfff;
}
.apps .info .name .title{
	font-size: 32px;
	margin-top: 15px;
}
.apps .info .name .subtitle{
	font-size: 26px;
}
.apps .info .download{
	height: 30% !important;
	position: absolute;
	right: 0;
	top: 46px;
}
.apps .info .download img{
	height: 100%;
}
.apps .desc .box{
	padding: 20px 0 60px 0;
}
.apps .desc .video{
	display: inline-block;
	position: relative;
	border: 10px solid #fff;
    border-radius: 10px;
    vertical-align: middle;
    width: 52%;
}
.apps .desc .video .thumb{
	width: 100%;
}
.apps .desc .text{
	display: inline-block;
	vertical-align: middle;
	margin: 0 -25px 0 25px;
	color:  #00a6ff;
    width: 45%;
    position: relative;
    font-size: 18px;
    z-index: 1;
}
.apps .desc .text.left{
	margin: auto;
}
.apps .desc .video .play{
	height: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);  /* 使用css3的transform来实现 */
}
.one .card-2{
	right: 10%;
	bottom: 10%;
}
.one .card-m{
	left: 10%;
	bottom: 7%;
}
.two .card-o {
	right: 30%;
	bottom: -5%;
}


.follw{
	padding-top: 50px;
	color: #03a0bf;
	text-align: center;
	font-size: 32px;
    font-weight: 700;
}
.follw ul{
	margin-top: 10px;
	padding: 0;
}
.follw ul li{
	list-style: none;
	display: inline-block;
}


.footer{
	background-color: #d7d8d9;
    padding: 25px 0;
    text-align: center;
    color: #4e4e4e;
}
.footer a{
	color: #4e4e4e;
	text-decoration: none;
}


.card{
	background-size: 100%;
	background-repeat: no-repeat;
	width: 64px;
	height: 86px;
	position: absolute;
}
.card-a{
	background-image: url('/static/imgs/a.png');
}
.card-2{
	background-image: url('/static/imgs/2.png');
}
.card-m{
	background-image: url('/static/imgs/m.png');
}
.card-o{
	background-image: url('/static/imgs/o.png');
}











