/* body */
body{
	background:url(image/bg-img.jpg) top center no-repeat;
	background-color:#000000;
	color:#cccccc;
	font-size:12px;}
	
a:link{
	color: #CCCCCC;
	text-decoration: none;}
a:visited {
	color: #CCCCCC;
	text-decoration:none;}
a:hover {
	color:#FFCC00;
	text-decoration:underline;}
a:active {
	color: #CCCCCC;
	text-decoration:none;}

/* menu */

.menu{
	height:30px;
	width:900px;
	margin:5px auto;
	line-height:15px;}
	.menu ul{
		padding:0px;
		list-style:url(image/fgx.png);
		text-align:center;
		}
		.menu ul li{
			float:right;
			width:80px;
			text-align:center;}
			.menu a:link {
				color: #FFFFFF;
				text-decoration: none;
			}
			.menu a:visited {
				color: #FFFFFF;
				text-decoration:none;
			}
			.menu a:hover {
				color:#0099FF;
				text-decoration:underline;
			}
			.menu a:active {
				color: #FFFFFF;
				text-decoration:none;
			}

/* cut-off */
.cut-off{
	width:900px;
	height:250px;
	margin:10px auto;}
.cut-off-main{
	width:900px;
	height:30px;
	margin:10px auto;}
	
/* head */
.head{
	width:900px;
	height:200px;
	margin:10px auto;
	margin-top:30px;}
	.head-left{
		width:250px;
		height:200px;
		float:left}
	.head-right{
		width:620px;
		height:200px;
		float:right;
		padding: 0px 5px;}
		.txt-title{
			font-weight:bold;
			color:#FFFF00;
			font-size:13px;}
		.txt-title-ec{
			font-weight:bold;
			color:#FF9900;
			font-size:13px;}

/* main */
.main-one{
	width:898px;
	height:250px;
	margin:10px auto;
	border:1px solid #666666;}
	.main-one-left{
		width:630px;
		height:250px;
		float:left;
		}
		.main-one-left-one{
			width:610px;
			height:140px;
			float:left;
			padding:5px 10px;}
		.main-one-left-two{
			width:630px;
			height:100px;
			float:left;}
			.main-one-left-two-left{
				width:250px;
				float:right;}
			.main-one-left-two-right{
				width:315px;
				float:right;}
				.main-one-left-two ul {
					height:100px;
					text-align:center;
					padding:0px;}
					.main-one-left-two ul li{
						height:20px;}

	.main-one-right{
		width:250px;
		height:250px;
		float:right;
		margin-right:5px;}
.main-two{
	width:900px;
	height:429px;
	margin:30px auto;}
	.main-two-left{
		width:250px;
		height:429px;
		float:right;}
		.main-two-left ul{
			padding:0px;
			text-align:left;}
			.main-two-left ul li{
				height:20px;
				margin-left:30px;
				margin-top:9px;}
	.main-two-right{
		width:630px;
		height:400px;
		float:left;}
		.main-two-right-txt{
			width:610px;
			height:89px;
			float:right;
			border-bottom:1px solid #666666;
			padding:10px 10px;}
		.main-two-right-txt-bottom{
			width:610px;
			height:89px;
			float:right;
			padding:5px 10px;}
.main-three{
	width:900px;
	margin:10px auto;
	height:300px;
	margin-top:40px;}
	.main-three-left{
		width:290px;
		height:310px;
		float:left;}
	.main-three-middle{
		width:290px;
		height:310px;
		float:left;
		margin-left:15px;}
	.main-three-right{
		width:290px;
		height:310px;
		float:right;}
		.main-three-one{
			width:278px;
			height:30px;
			line-height:30px;
			padding-left:10px;
			border:1px solid #666666;
			border-bottom:none;}
		.main-three-two{
			width:288px;
			height:278px;
			border:1px solid #666666;}
.main-three ul{
	list-style:none;
	}
	.main-three ul li{
		margin-bottom:15px;}
	

/* foot */
.foot{
	width:900px;
	height:30px;
	margin:10px auto;
	margin-top:20px;
	line-height:30px;
	text-align:center;}