@charset "utf-8";
/* CSS Document */
body{ padding:0; margin:0; color:#666; font-size:12px; font-family:Arial, Helvetica, sans-serif,"宋体"; }
ul,li,input,p,h1,h2,h3,h4,dl,dt,dd{ padding:0; margin:0; list-style:none;}
a{ color:#666; text-decoration:none;}
a:hover{ color:#007131; text-decoration:underline;}
img{ vertical-align:top; border:none;}
.clear{ clear:both;}
input{ color:#999; cursor:pointer;}
.stay{ -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.green{ font-weight:bold; color:#007131;}

/* HEAD */
.head{ width:100%; height:92px; border-top:5px solid #007131; background:url(../images/head_bg.gif) repeat-x;}
.head .head_center{ width:1180px; height:92px; margin:0 auto;}
.head .head_center .logo_box{ width:250px; height:92px; float:left;}
.head .head_center .menu_box{ width:900px; height:72px; float:right;}
.head .head_center .menu_box .spoken{ width:192px; color:#fff; height:36px; float:right; background:#007131; line-height:36px; text-align:center;}
.head .head_center .menu_box .spoken a{ color:#fff;}
.head .head_center .menu_box .navbox{ width:100%; height:57px; float:right;}
.head .head_center .menu_box .navbox ul li{ display:block; width:10.1%; height:57px; float:left; margin:0 0.5%; line-height:57px; text-align:center; font-weight:bold;}
.head .head_center .menu_box .navbox ul li a{ display:block; width:100%; height:57px;}
.head .head_center .menu_box .navbox ul li a:hover{ background:url(../images/nav_bg.gif) no-repeat bottom center;}
.head .head_center .menu_box .navbox ul li .nav_a{ background:url(../images/nav_bg.gif) no-repeat bottom center; color:#007131;}

/* Bot */
.bot_box{ width:100%; height:62px; padding:30px 0; border-top:solid 1px #3d3d3d; background:#333;}
.bot_box .bot{ width:1200px; height:62px; margin:0 auto;}
.bot_box .bot .left{ width:1008px; height:62px; float:left; line-height:23px;}
.bot_box .bot .left span{padding-top:15px; color:#a5a5a5; display:block;}
.bot_box .bot .left img{ float:left;}
.bot_box .bot .right{ width:192px; height:62px; float:left; text-align:center; line-height:62px;}
.bot_box .bot .right a{ color:#a5a5a5;}
.bot_box .bot .right a:hover{ color:#007131;}
