@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt{ 
	font-size: 100%;
}
ul,li{font-weight:normal;}
li{
	list-style-type:none;
}
input,form{margin:0;}

body,html
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serifs;
	background-image: url(../image/index_bg.jpg);
	background-repeat: repeat-x;
	
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #E55809;	
}
a:active {

}
#wrap {
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 119px;
	width: 902px;
	background-image: url(../image/index_01.jpg);
	background-repeat: repeat-x;
}
#header .nav_top {
	width: 145px;
	margin-top: 20px;
	float: right;
	height: 25px;
}
#header h1 {
	height: 62px;
	width: 218px;
	margin-top: 45px;
	float: left;
	background-image: url(../image/index_06.jpg);
}
#header h1 a {text-indent:-99999px; display:block; width:218PX; height:62PX;}

#header .nav {
	float: right;
	height: 31px;
	width: 677px;
	margin-top: 31px;
	margin-left: 7px;
}
#center1{
	text-align:center;
}
.nav li {
	float: left;
}

.nav_top li {
	float: left;
}
#rightside .banner_btn {
	width: 156px;
	float: right;
	padding-left: 10px;
	bottom: 10px;
}

#footer_bg {
	background-color: #E55809;
	background-position: bottom;
	height: 10px;
	width: 100%;
	float: left;
}
#footer {
	width: 822px;
	height: 51px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	position: relative;
	float: left;
}
#footer span.e-work{
	float:right;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
}
#footer h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 5px;
	text-align: center;
}
#footer .tail {
	font-size: 12px;
	color: #aeadaf;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}


