*{margin:0;padding:0;}
body{
	background-color:#f3f4f6;
}
.top{
	background-color:#fff;
	height:60px;
	border-bottom:1px solid #e4e5e6;
	margin-bottom:30px;
}
.top-logo {
	width:1000px;
	margin:0 auto;
	height:60px;
}
.top-logo a{
	float:left;
	margin-top:11px;
}
.top-logo .top-btn {
	float:right;
	padding:20px 0 20px 30px;
}
.top-btn span {
	cursor:pointer;
	display:inline-block;
	width:64px;
	text-align:center;
	border-right:1px solid #ebeced;
	font-size:16px;
	color:#333;
}
.top-btn span:nth-child(2){
	border-right:0;
}
.main{
	width:990px;
	margin:0 auto;
	border:2px solid #ebeced;
	background-color:#fff;
	padding:50px 20px 40px 20px;
	font-size:16px;
	color:#666;
}
.main h3{
	text-align:center;
	font-size:17px;
	color:#333;
	height:60px;
	line-height:60px;
}
.main h4{
	height:60px;
	line-height:60px;
	color:#333;
	font-size:16px;
}
.main p{
	line-height: 2;
}
.table{
	border-collapse: collapse;   
        border: none;   
}
.table td{
	width:110px;
	height:48px;
	text-align:center;
	border:1px solid #999999;
}

.bottom{
	padding:40px 0;
	font-size:14px;
	color:#666;
	text-align:center;
}
.bottom p{
	height:40px;
	line-height:40px;
}
.bottom a {
	text-decoration: none;
	color:#666;
}