/* body */
body{
	font-size:12px;
	color:#333333;
	}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

/* head */
.head{
	width:900px;
	margin:10px auto;
	height:150px;
	}
/* menu */
.menu{
	width:900px;
	margin:0px auto;
	height:30px;
	background:url(image/menu.jpg) repeat-x;
	color:#FFFFFF;
	line-height:30px;}
	.menu ul li{
			float:left;
			padding:0px;
			margin:0px;
			margin-left:38px;
			list-style:none;
			}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* main */
.main-one{
	width:900px;
	margin:15px auto;
	height:200px;
	background-color:#CCCCCC;}
	.main-one-left{
		width:230px;
		height:180px;
		padding:10px;
		float:left;}
	.main-one-right{
		width:620px;
		height:185px;
		float:right;
		padding:10px;
		padding-top:5px;}
.main-two{
	width:900px;
	margin:15px auto;
	height:260px;}
		.main-two-left{
			width:573px;
			height:248px;
			float:left;
			border:1px solid #74a6d9;
			padding:5px 10px;
			}
		.main-two-right{
			width:290px;
			height:248px;
			float:right;}
		.main-two-right-one{
			width:278px;
			height:29px;
			line-height:30px;
			color:#000000;
			padding-left:10px;
			border:1px solid #74a6d9;
			border-bottom:none;}
		.main-two-right-two{
			width:288px;
			height:228px;
			border:1px solid #74a6d9;}
			.main-two-right-two ul{
				list-style:none;
				margin:0px;
				padding:15px;
				}
				.main-two-right-two ul li{
				margin-bottom:15px;}
.main-three{
	width:900px;
	margin:15px auto;
	height:260px;}
		.main-three-left{
			width:290px;
			height:248px;
			float:left;
			}
		.main-three-left-one{
			width:278px;
			height:29px;
			line-height:30px;
			color:#000000;
			padding-left:10px;
			border:1px solid #74a6d9;
			border-bottom:none;}
		.main-three-left-two{
			width:288px;
			height:228px;
			border:1px solid #74a6d9;}
			.main-three-left-two ul{
				list-style:none;
				margin:0px;
				padding:15px;
				}
				.main-three-left-two ul li{
				margin-bottom:15px;}
		.main-three-right{
			width:573px;
			height:248px;
			float:right;
			border:1px solid #74a6d9;
			padding:5px 10px;}
.main-four{
	width:900px;
	margin:15px auto;
	margin-top:10px;
	height:310px;}
	.main-four-left{
		width:290px;
		height:310px;
		float:left;}
		.main-four-left-one{
			width:280px;
			height:30px;
			background-color:#90cfa9;
			line-height:30px;
			color:#000000;
			padding-left:10px;}
		.main-four-left-two{
			width:288px;
			height:278px;
			border:1px solid #90cfa9;}
			.main-four-left-two ul{
				list-style:url(image/li.jpg);
				}
				.main-four-left-two ul li{
				margin-bottom:15px;}
	.main-four-middle{
		width:290px;
		height:310px;
		float:left;
		margin-left:15px;}
		.main-four-middle-one{
			width:280px;
			height:30px;
			background-color:#90cfa9;
			line-height:30px;
			color:#000000;
			padding-left:10px;}
		.main-four-middle-two{
			width:288px;
			height:278px;
			border:1px solid #90cfa9;}
			.main-four-middle-two ul{
				list-style-image:url(image/li.jpg);}
				.main-four-middle-two ul li{
				margin-bottom:15px;}
	.main-four-right{
		width:290px;
		height:310px;
		float:right;}
		.main-four-right-one{
			width:280px;
			height:30px;
			background-color:#90cfa9;
			line-height:30px;
			color:#000000;
			padding-left:10px;}
		.main-four-right-two{
			width:288px;
			height:278px;
			border:1px solid #90cfa9;}
			.main-four-right-two ul{
				list-style:url(image/li.jpg);}
				.main-four-right-two ul li{
				margin-bottom:15px;}

/* down */
.down{
	width:900px;
	height:30px;
	margin:10px auto;
	text-align:center;
	line-height:30px;}

