﻿@charset "utf-8";
/*CSS reset*/
body {
	font: 12px/1.231 SimSun, arial, helvetica, clean, sans-serif;
	background:#F7F7F7;
}
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, tr, table {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
a img {
	border:0;
}
address, caption, cite, code, dfn, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
em {
	font-style:normal;
}
b, strong {
	font-weight:bold;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
a {
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*clear*/
.clear {
	clear:both;
	height:0px;
	overflow: hidden;
}
/* clearfix */
.clearfix {
*zoom:1;
}
.clearfix:after {
	display:table;
	line-height:0;
	content:"";
	clear:both;
}

/*top页面*/
#top-wrap{width:1002px; margin:0 auto; height:116px; background:url(../images/top-bg.jpg) left center no-repeat;}
.logo{ width:280px; padding:20px 0 0 20px;float:left; display:inline; margin:0 20px 0 0;}

.nav-wrap{ width:676px; height:116px; float:left; display:inline; position:relative;}
.nav-top{ position:absolute; top:35px; right:40px; }
.nav-top ul li{ width:50px; height:25px; line-height:25px;background:url(../images/sep.jpg) left center no-repeat; padding:0 0 0 15px;float:left; display:inline; margin:0 5px 0 0;}
.nav-top ul li a{font-size:12px; font-family:"宋体"; color:#000;}
.nav-top ul li a:hover{font-size:12px; font-family:"宋体"; color:#00F;}

.nav{position:absolute; top:88px; left:54px; width:583px; height:28px;}
.nav ul{}
.nav ul li{ float:left; display:inline; width:80px; height:28px; background:url(../images/menu.jpg) no-repeat; margin:0 3px 0 0; line-height:28px; text-align:center; font-size:14px; color:#FFF;}
.nav ul li a{ font-size:14px; font-family:"宋体"; color:#FFF;}
.nav ul li a:hovaer{font-size:14px; font-family:"宋体"; color:#FFF; }
/*banner页面*/
#banner-wrap{ width:100%; min-width:1002px; height:296px; background:url(../images/bg.png) repeat-x; margin:0 auto;}
.banner-content{ width:1002px; height:296px; margin:0 auto; background:url(../images/banner-bg.jpg) no-repeat; }
.banner{ width:990px; height:296px; margin:0 auto;}

/*bottom页面*/
#bottom{ width:1002px; height:142px; background:url(../images/bottom-bg.jpg) no-repeat; margin:0 auto;}
#bottom p{ color:#FFF; font-size:12px; font-family:"宋体"; text-align:center; padding:32px 0 0 0;}