@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;list-style:none; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333;}
a{ color:#333; text-decoration:none;}
a:hover{ text-decoration:underline;}
img{ border:none;}
body{ background:#f5f0d9 url(../images/content_bg.jpg) repeat-y center top;}
.clear{ clear:both;}
.fleft{ float:left; display:inline;}
.fright{ float:right; display:inline;}
/*头部*/
.head{ width:100%; background:url(../images/top_bg.jpg) center top no-repeat;}
.top{ width:996px; overflow:hidden; margin:0 auto;  height:109px} 
.top h1{ width:291px; height:139px; float:left; display:inline; overflow:hidden;}
.top h2{ width:291px; height:139px; float:left; display:inline;overflow:hidden;}
.top ul{ width:1000px; height:72px; padding-left:0px; padding-top:67px; overflow:hidden; float:left; display:inline; background:url(../images/nav_bg.jpg) no-repeat center center;}
.top ul li{ float:left; display:inline; width:106px;height:37px; line-height:37px;text-align:center;}
.top ul li a{ display:block; width:100px; margin:0 2px; height:37px; text-align:center; color:#fff; line-height:25px;}
.top ul li a:hover{ background:url(../images/nav_list_bg_hov.jpg) no-repeat center center; font-size:14px; font-weight:900; color:#fff;}

.banner{ text-align:center; background:url(../images/banner_bg.jpg) no-repeat center;width:1400px;height: 331px;margin:auto;}


.subnav{ width:100%; height:89px; margin:0 auto; overflow:hidden; background:url(../images/subnav_bg.jpg) center top no-repeat;}
.subnav p{ width:965px; height:72px; border:1px solid #b3a685; margin:15px auto 0; background:#dfd2ac;}
.subnav p a{ margin-left:22px; margin-top:15px; display:inline-block;}

/*内容*/
.content{ width:970px; padding:5px; margin:0 auto;}

/*页脚*/
.footer{ width:100%; height:244px; background:#c6b494;}
.footer_nav{ width:100%; height:37px; background:url(../images/footer_nav_bg.jpg) repeat-x;}
.footer_nav ul{ width:810px; margin:0 auto;}
.footer_nav li{ float:left; color:#fff; margin:0 10px; line-height:37px;}
.footer_nav li a{ color:#fff;}
.footer_info{ width:970px; margin:40px auto;}
.footer_info img{ float:left; margin-left:50px;}
.footer_info p{ float:left; line-height:30px; margin-left:50px; color:#401b00;}
