@charset "utf-8";
/* ʽ */
/* public */
html { overflow-y:scroll; color:#000; background:#FFF; }
*{ margin:0; padding:0; font-family:Arial; }
body{font-size:12px; line-height:26px; background:#EEEEEE url("../images/header_bg.jpg") repeat-x;}
h1, h2, h3 { font-size:14px; font-family:\5FAE\8F6F\96C5\9ED1; }
h4, h5, h6 { font-size:100%; font-family:\5FAE\8F6F\96C5\9ED1; }
address, cite, dfn, em, var { font-style:normal; }
ul, ol { list-style:none; }
a { text-decoration:none;color:#434343;}
a:hover { color:#EB6100; text-decoration:none;}
img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
.clear{clear:both;width:0px;height:0px;font:0px/0px;overflow:hidden;}
a.more{ float:right; color:#434343; font-size:12px; font-weight:normal; margin-right:10px;}
a.more:hover{ color:#EB6100;}




/* header */

.header{
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.logo{width:1000px; height:96px; background:url("../images/logo_bg.jpg") no-repeat;}
.logo_pic{ padding:23px 0 0 11px; float:left;}

.logo_right{height:40px;padding-top:20px;line-height:64px;float:right; margin-right:15px; display:inline;}
.logo_right p{ display:block; float:left;}
.logo_right span{ display:block; float:left; margin-top:11px;}

.nav{width:1000px; height:32px;font-size:15px; font-weight:bold;font-family:\5FAE\8F6F\96C5\9ED1;line-height:32px; text-align:center;background:url("../images/nav_bg.jpg") repeat-x;}
.nav ul{padding-left:60px;}
.nav li{ float:left;width:92px;background:url("../images/nav_line.jpg") no-repeat right center;}
.nav li a{ color:#1B1B1B;}
.nav li a:hover{ color:#fff;}



/*   banner  */ 
.banner{width:1000px; height: 310px; border-top:1px solid #C4C4C4; margin:0 auto 1px auto;}
.banner img{width:1000px; height:276px;}



/*  foot  */
.foot{
	width:1000px;
	height:116px;
	background:url("../images/foot_bg.jpg") repeat-x;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.foot ul{ padding-left:175px;width:825px;}
.foot ul li{ float:left; line-height:35px; width:65px; text-align:center;background:url("../images/foot_line.jpg") no-repeat right center;}
.foot ul li a:hover{color:#fff;}
.foot p{width:1000px; height:80px; display:block; text-align:center; line-height:80px;}
