﻿body,html{
	margin:0px;
	padding: 0px;
	height: 100%;
	font-size:12px;
}
 a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
a:active {
	color:#fff;
	text-decoration:none;
}
#download_main{
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 600px;
}
#download_main .downTop{
	width: 100%;
	height: 60%;
	background-color: #0A8BC1;
}
#download_main .downTop .downTop_center{
	width: 80%;
	height: 100%;
	position: relative;;
	margin: 0px auto;
}
#download_main .downTop .downTop_center .logo{
	cursor: default;
	display: block;
	width: 328px;
	min-width: 370px;
	height: 115px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../images/logo.png) center no-repeat;
}
#download_main .downTop .downTop_center .iphone{
	cursor: pointer;
	display: block;
	width: 205px;
	height: 60px;
	position: absolute;
	bottom: 130px;
	left: 0px;
	background: url(../images/iphone.png);
}
#download_main .downTop .downTop_center .andrond{
	cursor: pointer;
	display: block;
	width: 205px;
	height: 60px;
	position: absolute;
	bottom: 70px;
	left: 0px;
	background: url(../images/andrond.png);
}
#download_main .downTop .downTop_center .andrond ul{
	position: absolute;
	left: -40px;
	top: 50px;
	display: none;
}
#download_main .downTop .downTop_center .andrond ul li{
	width: 205px;
	height: 60px;
	list-style: none;
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #0A8BC1;
	background-color: #145D8F;
}
#download_main .downTop .downTop_center .andrond ul li.firstDown{
	border-top: none;
}
#download_main .downTop .downTop_center .twoWm{
	cursor: default;
	display: block;
	width: 155px;
	height: 155px;
	position: absolute;
	bottom: 60px;
	left: 220px;
	background: url(../images/twoWm.png);
}
#download_main .downTop .downTop_center .phone{
	width: 40%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#download_main .downBottom{
	width: 100%;
	height: 40%;
	background-color: #fff;
}
#download_main .downBottom .downBottom_center{
	width: 80%;
	height: 100%;
	margin: 0px auto;
}
#download_main .downBottom .downBottom_center>div{
	float: left;
	width: 33%;
	text-align: center;
}
#download_main .downBottom .downBottom_center .mianshi .pic{
	display: block;
	height: 118px;
	background: url(../images/mianshi.png) center center no-repeat;
}
#download_main .downBottom .downBottom_center .yun .pic{
	display: block;
	height: 118px;
	background: url(../images/yun.png) center center no-repeat;
}
#download_main .downBottom .downBottom_center .xinxi .pic{
	display: block;
	height: 118px;
	background: url(../images/xinxi.png) center center no-repeat;
}
#download_main .downBottom .downBottom_center .pic{
	margin-top: 20px;
}