body {
	font-family: Arial, Helvetica, sans-serif;
	background:#000000;
	width:1002px;
	overflow:hidden;
	text-align:center;
	margin:auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

*{
	margin:0;
	padding:0;
}

#container{
	text-align:left;
}

#header{
	border-top: 20px black solid;
	background:url(img/headbg.gif);
	background-repeat: repeat-x;
	background-position:0 20px;
}

#logo{
	margin:0 0 0 30px;
	z-index:-1;
}
#banner{
	background:url(img/bannerbg.gif);
	background-repeat:repeat-x;
	height:272px;
}

#banner1{
	margin:0 0 0 20px;
	z-index:1000;
}
#phone{
	background-color:#1c1c1c;
	height:51px;
	padding:0 0 0 50px;
}

#main{
	margin:10px 0 0 0;
}

#left{
	float:left;
	width:300px;
	overflow:hidden;
	
	
}

.left_lan{
	margin:0 0 10px 0;
}



#right{
	float:left;
	margin:0 0 0 14px;
	width:688px;
	overflow: hidden;
}

.list{
	margin:10px 0 10px 0;
}

.list h3{
	background: #FF0000;
	color:#FFFFFF;
	padding:5px 0 3px 30px;
	margin:5px 0 10px 20px;
	font-size:14px;
}

.list p{
	color:#FFFFFF;
	font-size:14px;
	text-indent:2em;
	line-height:140%;
	margin:0 0 10px 0;

}
.list p span{
	color:#FF0000;
	font-weight:bold;
}

.list_nei{
	background-color:#131313;
	padding:10px 20px;
}
#footer{
	background:url(img/footerbg.jpg);
	background-repeat:no-repeat;
	height:132px;
	padding:10px 0 10px 350px;
	color:#FFFFFF;
	clear:both;
	font-size:14px;
}

#footer p{
	line-height:180%;
}
#footer p a{
	color: #FFFF00;
	text-decoration:none;
	
}

#video{
	height:240px;
	float:right;
	overflow:hidden;
	margin:15px 30px 0 0;
}