﻿@charset "utf-8";
/* CSS Document */
/*html{filter:gray;}*/
/**通用样式**/
body,div,p,ul,li,span,form,input,lable,h2{ padding:0px; margin:0px; font-size:12px;}

a:link, a:visited{ text-decoration:none; color:#4b4b4b;}
a:hover, a:active{ text-decoration:underline; color:#0160cd;}
img{ border:none;}
.more{ text-align:right; height:30px; line-height:30px; padding-right:15px;}
.clearall{clear:both; height:8px;}

/**头部样式**/
.flash, .nav, .content_f, .content_s{
width:967px;
margin:0px auto;
height:auto;
margin-bottom:10px;
clear:both; 
}
.nav{
height:30px;
background:url(../images/nav_bg.gif) no-repeat;
}
.nav ul li{
width:80px;
height:30px;
line-height:30px;
float:left;
list-style-type:none;
text-align:center;
font-size:14px;
color:#ffffff;
font-weight:bold;
}
.nav ul li a{
font-size:14px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.nav ul li a:link, .nav ul li a:visited{ color:#FFFFFF;}
.nav ul li a:hover, .nav ul li a:active{ text-decoration:underline;}

/**主体部分**/
.nav_text{
height:30px;
line-height:30px;
width:967px;
margin:0px auto;
text-indent:10px;
clear:both;
}
.main{
width:947px;
margin:0px auto;
height:auto;
background-color:#FFF9D5; 
padding:10px; 
line-height:24px;
}
.logoimg{ height:auto; float:left;}
.logoimg div{width:157px; height:84px; text-align:center; float:left; margin-bottom:30px;}
.logoimg div img{ width:150px; height:60px;}

.bottom{
width:947px;
height:135px;
background-color:#f0f8fd;
margin:0px auto;
text-align:center;
line-height:24px;
margin-top:30px;
padding:10px;
clear:both;
}

