body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none
}
.banner {
	width: 100%;
	height: 502px;
	background: url(../images/images-001.jpg) center center no-repeat;
}
.wrap {
	width: 100%;
	clear: both;
	height: 380px;
}
.wrap-1 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.left-w {
	float: left;
	width: 630px;
	padding-top: 40px;
}
.left-w .tit {
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}
.left-w .tit i {
	font-size: 16px;
	color: #666666;
	display: block;
	font-style: normal;
}
.right-w {
	width: 254px;
	background: url(../images/images-002.png) no-repeat;
	height: 450px;
	padding-top: 120px;
	line-height: 22px;
	position: absolute;
	margin-top: -160px;
	margin-left: 670px;
	text-align: center;
}
.footer {
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
	text-align: center;
	color: #666666;
	clear: both;
	width: 100%;
}
.download-list {
	width: 630px;
	height: 220px;
	float: left;
	position: relative;
	margin-top: 30px;
}
.download-list li {
	width: 178px;
	float: left;
	margin-right: 25px;
	height: 178px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #666666
}
.download-list li a {
	color: #666666;
}
.download-list .pt {
	padding-top: 20px;
}
.download-list .modal {
	width: 178px;
	height: 178px;
	position: absolute;
	left: 0;
	top: 0;
	background: #3a7fb9;
	border-radius: 5px;
}
.download-list .modal .code {
	width: 162px;
	height: 162px;
	margin: 9px;
}
