html,
body {
	width: 100%;
	height: 100%;
}
#cnzz_stat_icon_1271336049  {
	display: none;
}
.wrap {
	width: 100%;
	max-width: 1000px;
	min-width: 750px;
	/*height: 600px;*/
	margin: 0 auto;
}
.content {
	width: 100%;
	font-size: 14px;
	color: #666;
}
.content p {
	text-indent: 2em;
}
.content .title {
	padding-bottom: 10px;
    margin: 50px 0;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    text-align: left;
}
.project-download {
	width: 186px;
	height: 43px;
	float: left;
	margin-top: 50px;
}
.project-download a {
	text-decoration: none;
}
.project-download img {
	width: 100%;
	height: 100%;
}
.docs {
	float: left;	
	margin-left: 100px;
	margin-top: 50px;
}
.docs li {
	width: 200px;
	height: 43px;
	float: left;
	margin-left: 30px;
	
}
.docs li a {
	color: #000;
	line-height: 43px;
}
footer {
	width: 100%;
	min-width: 750px;
	height: 275px;
	position: absolute;
	background-image: url('https://smile-tech-guanwang.oss-cn-beijing.aliyuncs.com/smile-tech.cn/img/foot.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 999;
	bottom: -450px;	
	overflow: hidden;
}

.box {
	width: 100%;
	height: 240px;
	/*background-color:black;*/
	position: relative;
	z-index: 9999;
	top: 50px;
}

footer li {
	text-align: center;
	color: white;
	margin-top: 10px;
	list-style: none;
}

footer li:first-child {
	padding-top: 30px;
}

footer li:nth-of-type(2) {
	margin-top: 15px;
}

footer .box a {
	color: white;
}