/**轮播部分**/

.banner {
	background-image: url("../image/appdl_banner.jpg");
	height: 800px;
	width: 100%;
	min-width: 1200px;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.content{
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	height: 800px;
}
.app_url{
	position: absolute;
	margin-top: 330px;
	margin-left: 810px;
	height: 280px;
	width: 315px;
}
.tip_text{
	width: 296px;
	height: 112px;
	background: url("../image/appdl_text.png");
}
.code_img{
	width: 315px;
	height: 140px;
	margin-top: 28px;
}
.two-dimension_code{
	height: 125px;
	width: 125px;
	background: url("../image/iOS&Android_2in1.png");
	float: left;
}
.two-dimension_btn{
	float: left;
	margin-left: 10px;
	width: 180px;
	height: 140px;
}
.ios_btn{
	width: 175px;
	height: 58px;
	background: url("../image/appdl_btn_ios_nor.png");
	margin-bottom: 10px;
	cursor: pointer;
}
.android_btn{
	width: 175px;
	height: 58px;
	background: url("../image/appdl_btn_adroid_nor.png");
	cursor: pointer;
}
