*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	background-color: #569665;
}

a {
	text-decoration: none;
}

a:hover{
	color: red;
}

#box{
	width: 1024px;
	margin: 0 auto;
}

#header{
	width: 1024px;
	height: 209px;
	background-color: #00C244;
}

#nav{
	width: 994px;
	height: 50px;
	background-color: #338049;
	padding-right: 30px;
}

#nav a{
	line-height: 50px;
	padding-left: 20px;
	float: right;
	color: white;
}

#nav a:hover{
	color: red;
}

#main{
	width: 1024px;
	height: 624px;
	background-color: #ffffff;
}

#main h1{
	text-align: center;
}

#left{
	width: 248px;
	height: 624px;
	background-color: #ffffff;
	/* background-color: #0000FF; */
	border-right: #8bceea solid 2px;
	float: left;
}

#left h2{
	height: 50px;
	width: 250px;
	text-align: center;
	border-bottom: #8bceea solid 2px;
	padding-top: 25px;
	font-weight: 700;
	font-size: 25px;
}

.left_u1_box{
	width: 250px;
	height: 100px;
	border-bottom: #8bceea solid 2px;
}

.left_u1_box h4{
	margin-left: 5px;
}

.left_u1_box p{
	margin: 15px 10px;
}

.left_u1_box h5{
	float: right;
	font-size: 14px;
	/* margin: 0; */
	font-weight: 400;
	margin-right: 6px;
	color: #81817d;
}

#left a{
	float: right;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	color: #000000;
}

#left a:hover{
	color: red;
}

#right{
	width: 774px;
	height: 624px;
	background-color: #ffffff;
	/* background-color: pink; */
	float: left;
}

#footer{
	width: 1024px;
	height: 80px;
	text-align: center;
	float: left;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	background-color: #338049;
}