@charset "utf-8";
/* CSS Document */

/*=====================通用样式定义========================*/
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"宋体","Arial Narrow"; background:url(../images/bbg.jpg) top repeat-x; }
p{ color:#505050;}
form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input,select{font-size:12px;line-height:16px;}
table,td{font-size:12px;padding:0; border-collapse:collapse;}
img{border:0; vertical-align:middle;}
ul,li{list-style-type:none;}
/* 通用浮动属性 */
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;line-height:0;height:0;font-size:0; overflow:hidden;}
/*文字对齐方式*/
.tc{text-align:center;}
/*常用方法*/
.con{ text-indent:2em;}
.show{display:block}
.hidden{display:none}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';}
.b{font-weight:bold;}
/* 默认链接颜色 */
a{ color:#e00000;}
a:link,a:visited{text-decoration:none;} 
a:hover{color:#E60075;text-decoration:underline;}
/*清除链接虚框*/
:focus { outline: none; }/*针对Firfox*/
a,area { blr:expression(this.onFocus=this.blur()) }/*/针对IE*/
/* 颜色 */



.top{ width:960px; height:66px;padding:17px 0px 0px 20px; background:url(../images/topbg.jpg) right top no-repeat; margin:0 auto; }

.navbg{ height:59px; background:url(../images/navbg.jpg) center center no-repeat;}
.nav{ width:980px; height:59px; margin:0 auto;}
.nav li{ float:left; margin-left:25px; font-size:14px; font-weight:bold;}
.nav li a{ color:#fff; line-height:59px;}


.banner{ height:402px; background:url(../images/banner.jpg) center center no-repeat; margin:0 auto;}


.footbg{ background:url(../images/footbg.jpg) center top no-repeat #147700; height:58px;}
.footnav{width:980px; height:58px; margin:0 auto;}
.footnav ul{ margin-left:320px;}
.footnav li{ float:left; font-size:14px; line-height:58px; color:#fff;}
.footnav li a{color:#fff;}
.footnav li a:hover{color:#f00;}
.footnav li span{color:#fff; margin-left:10px; margin-right:10px;}

.foot{ width:978px; height:100px; background:#fff; padding-top:30px; margin:0 auto;}
.foot .fl{ width:275px; height:75px; padding-left:80px;}
.foot .fr{ width:555px; height:75px; border-left:1px #dbdbdb solid; padding-left:35px; color:#797979;}


