
.wrapper{
	width:1000px;
	margin:0 auto;
}

.header{
	background:url(../images/header-top-left.jpg) no-repeat left top, url(../images/header-top-right.jpg) no-repeat right top;
	text-align:center;
}
.header img{
	margin-top:130px;
}
.header p{
	font-size:18px;
	color:#9d744e;
	margin:38px 0 28px;
}
.header span,.footer span{
	display:inline-block;
	font-size:22px;
	color:#9d744e;
	border:1px dashed #9d744e;
	border-radius:8px;
	padding:18px 24px 18px 8px;
	background:url(../images/download.png) no-repeat 200px center #fff;
	cursor:pointer;
}

.content div{
	margin-top:60px;
}
.content div h2{
	font-size:32px;
	color:#9d754d;
	text-align:center;
	margin-bottom:30px;
	position:relative;
}
.content div h2:before{
	position:absolute;
	left:10px;
	top:24px;
	content:'';
	width:35%;
	border-top:1px dashed #9d754d;
}
.content div h2:after{
	position:absolute;
	right:10px;
	top:24px;
	content:'';
	width:35%;
	border-top:1px dashed #9d754d;
}
.content div ul{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-left:20px;
}
.content div ul li{
	font-size:16px;
	line-height:28px;
	background:url(../images/xd.jpg) no-repeat left center;
	text-indent:15px;
}
.content div ul li.title{
	background:none;
	text-indent:0px;
	margin-bottom:10px;
}

.footer{
	text-align:center;
	padding:80px 0;
}
.footer p{
	font-size:18px;
	line-height:50px;
}
.footer .xhd{
	display:inline-block;
	font-size:22px;
	color:#9d744e;
	border:1px dashed #9d744e;
	border-radius:8px;
	padding:18px 30px;
	background:#fff;
	margin-top:40px;
	margin-right:80px;
}

/*下载白皮书*/
.apply{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:10;
	display:none;
}
.apply .form{
	position:fixed;
	left:50%;
	top:50%;
	width:300px;
	background:#fff;
	padding:20px 50px;
	margin-left:-200px;
	margin-top:-100px;
	z-index:20;
}
#close{
	position:absolute;
	right:10px;
	top:0;
	font-size:26px;
	color:#4d4d4d;
	cursor:pointer;
}
.form p{
	font-size:18px;
	color:#9d754d;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}
.form p span{
	float:left;
	width:30%;
	height:30px;
}
.form p input{
	float:left;
	width:60%;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	text-indent:5px;
}
.form a{
	display:block;
	font-size:20px;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ffc89a;
	border-radius:5px;
	margin:0 auto;
}

@media screen and (max-device-width:500px){
	.wrapper{
		width:100%;
	}
	.header{
		background-size:130px;
	}
	.header img{
		width:200px;
		margin-top:55px;
	}
	.header p{
		font-size:12px;
		margin:14px 0 12px;
	}
	.header span,.footer span{
		font-size:14px;
		padding:10px 20px 10px 6px;
		background:url(../images/download.png) no-repeat 130px center #fff;
		background-size:16px;
	}
	
	.content div{
		margin-top:30px;
	}
	.content div h2{
		font-size:22px;
		margin-bottom:20px;
	}
	.content div h2:before,.content div h2:after{
		top:14px;
		width:24%;
	}
	.content div ul{
		width:100%;
	}
	.content div ul li .img1-1{
		width:70px;
	}
	.content div ul li .img1-2{
		width:85px;
		margin-top:14px;
	}
	.content div ul li .img2-1{
		width:260px;
	}
	.content div ul li .img2-2{
		width:302px;
		margin-top:14px;
	}
	.content div ul li .img3-1{
		width:184px;
	}
	.content div ul li .img3-2{
		width:158px;
		margin-top:14px;
	}
	.content div ul li{
		font-size:12px;
		line-height:26px;
	}
	.content div ul li.title{
		margin-bottom:0px;
	}
	
	.footer{
		padding:25px 0 40px;
	}
	.footer p{
		font-size:14px;
		line-height:40px;
	}
	.footer img{
		width:200px;
	}
	.footer .xhd{
		display:block;
		font-size:14px;
		width:150px;
		padding:10px 0;
		margin-right:0;
		margin:30px auto 20px;
	}
	
	/*下载白皮书*/
	.apply .form{
		left:4.5%;
		top:36%;
		width:80%;
		padding:16px 20px;
		margin-left:0;
		margin-top:0;
	}
	.form p{
		font-size:14px;
		height:26px;
		line-height:26px;
		text-align:center;
	}
	.form p span{
		height:26px;
	}
	.form p input{
		height:24px;
		line-height:24px;
	}
	.form a{
		font-size:16px;
		height:30px;
		line-height:30px;
	}
}
