  @charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{margin:0;padding:0;font-size:12px; font-family:Tahoma, Geneva, sans-serif; font-family:"微软雅黑";  color:#424242;background-color:#ffffff;}
ul,li,strong,h1,h2,h3,table,form,tr,td,ol,dl,dd,dt,p{ margin:0; padding:0; list-style:none;}
img{border:0;}
a{ text-decoration:none; outline:none; *hide-focus:expression(this.hideFocus=true);}
a:hover{ text-decoration:underline;}
font {font-size:12px;}
h2{font-size:16px; font-weight:bold;}
.clear{ clear:both;}
.hide{display:none;}
.red{ color:#9d0907;}
.gray{color:gray;}
.green{color:#164b01;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.float_l{ float:left;}
.float_r{ float:right;}
.h_8{height:8px; clear:both;}
.h_10{height:10px; clear:both;}
.h_15{height:15px; clear:both;}
.h_20{height:20px; clear:both;}
.box{background-color:#fff;}

.container{ width:1200px; margin:0 auto;}
.topPart{ height:100px;}
.topPart .float_l{ margin-top:17px;}
.topPart .float_r{ margin-top:10px;}

/*导航开始*/
.menu{ background:#2b7923;height:50px; line-height:50px;}
.menu ul{ width:1200px; margin:0 auto;}
.menu ul li{width:150px; float:left;text-align:center;height:50px; font-size:16px;}
.menu ul li a{width:150px; color:#ffffff; height:50px; display:block;}
.menu ul li a:hover{ color:#ffffff; background:#38932f; text-decoration:none;}
.menu ul li a.active{color:#ffffff; background:#38932f;}
/*导航结束*/

/*标题图标开始*/
.title {height: 32px;line-height: 32px; border-bottom:2px solid #1a571c; width:98%; margin:0 auto;}
.title span{ width:98px; text-align:center; background:#1a571c; color:#ffffff; font-size:14px; display:block; font-weight:bold;}
/*标题图标结束*/

/*底部开始*/
.footer{ background:#676767; height:120px; text-align:center; color:#adadad; line-height:24px;}
.footer p select{ margin:0 5px;}
/*底部结束*/

