body{
	width:100%;
	border:0px #f00 solid;
	margin: 0;
	padding: 0;
}

/* 头部 */
header{
	width:100%;
	height:50px;
	border:0px #f0f solid;
}

/* 头部导航 */
.nav_1{
	width: 100%;
	height:50px;
	background:#13629f;
}

/* logo */
.nav_1>img{
	float: left;
}

/* 导航 */
.nav_1>ul{
	list-style-type: none;
	width: 50%;
	float: left;
	margin:0px;
}

.nav_1>ul>li{
	float: left;
	padding: 0px 15px;
}

.nav_1>ul>li:hover{
	background: #52b1fc;
}

.nav_1>ul>li>a{
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	font-family: 华文新魏;
	font-size: 22px;
}

#default{
	background: #52b1fc;
}

/* 按钮 */
.comment{
	width: 30%;
	height:100%;
	line-height: 50px;
	float: left;
	margin: 0px 0px 0px 30px;
}

.comment>button>a{
	text-decoration: none;
}

.comment>button{
	width: 70px;
	height: 30px;
	margin: 0px 10px 0px 0px;
}
/* 尾部 */
aside{
	width: 100%;
	height:100px;
	background:#13629f;
}

.one{
	width: 60%;
	height: 90%;
	margin: 0px 0px 0px 10%;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-family: 楷体;
	padding: 30px 0px 0px 0px;
}
.tow{
	width: 10%;
	height: 100%;
	float:left;
}
.tow>div>p{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-family: 楷体;
	margin: -5px 0px 0px -40px;
}
