@charset "utf-8";
body {
	background: #000;
	color:#fff;
	font-size:12px;
}
img{
	border:none;
}
*{
	margin:0 auto;
	padding:0;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	color:#ED9205;
}
#header{
	width:1003px;
	padding-top:15px;
	background:url(../img/contact_top.jpg) no-repeat left top;
	height:117px;
}
.logo{
	float:left;
	width:801px;
	height:40px;
}
.serach{
	float:left;
	width:183px;
	text-align:right;
}
.input1{
	color:#ED9205;
}
#banner{
	width:1003px;
	height:511px;
	background:url(../img/contact.jpg) no-repeat left top;
}
#nav{
	width:1003px;
	height:50px;
}
#nav ul{
	margin:0 ;
	padding:0;
}
#nav ul li{
	list-style:none;
	float:left;
	width:125px;
	background:url(../img/li_bg.gif) no-repeat right center;
}
#nav li a{
	font-size:16px;
	font-weight:bold;
	width:123px;
	background:url(../img/a_bg.gif) no-repeat left top;
	float:left;
	text-align:center;
	height:30px;
	padding-top:13px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#nav img{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#nav li a:hover{
	border-bottom:1px solid #ED9205;
	border-top:1px solid #ED9205;
	background:url(../img/aHover_bg.gif) no-repeat left top;
}

.clear{
	clear:both;
}

#footer{
	width:1003px;
	line-height:25px;
	color:#CCCCCC;
	text-align:center;
}
.about_us{
	width:400px;
	margin-top:50px;
	float:left;
	line-height:20px;
	font-size:14px;
	padding-left:105px;
	overflow-y:scroll;
	height:400px;
}
.about_us h2{
	color:#EB9107;
}
/*******lightbox*****/
#alert {border:1px solid #369;width:300px;background:#e2ecf5;z-index:1000;position:absolute;display:none;} 
#alert h4 {height:20px;background:#369;color:#fff;padding:5px 0 0 5px;} 
#alert h4 span {float:left; font-size:12px;} 
#alert h4 span#close {margin-left:200px;font-weight:500;cursor:pointer; font-size:12px;} 
#alert p {padding:12px 0 0 30px; color:#000} 
#alert p input {width:120px;margin-left:20px;} 
#alert p input.myinp {border:1px solid #ccc;height:16px;} 
#alert p input.sub {width:60px;margin-left:30px;} 
* {margin:0 auto;padding:0;} 
html,body {height:100%;width:100%;} 

