@charset "utf-8";
/* 顶部Banner */
.header { display: inline; float: left; height: 225px; width: 960px; }
/* 网站导航菜单 */
.site_navigation { background-color: Red; display: inline; float: left; height: 40px; width: 959px; }
.site_navigation img { display: inline; float: left; height: 40px; width: 137px; }
.mnavigation_item { display: inline; float: left; width: 137px; }
.snavigation_item { background: #494949; display: none; float: left; position: absolute; width: 137px; z-index: 1000; }
.snavigation_item div { background-color: #242424; display: inline; float: left; height: 4px; width: 137px; }
.snavigation_item ul { display: inline; float: left; padding: 5px; width: 127px; }
.snavigation_item ul li { color: White; display: inline; float: left; height: 24px; line-height: 24px; text-align: center; width: 127px; }
.snavigation_item ul li a { color: White; }
/* 网站工具条 */
.site_toolsbar { background: url(../images/png/site_toolsbar.png) no-repeat; display: inline; float: left; height: 34px; width: 960px; }
.site_toolsbar form { display: inline; float: left; height: 24px; margin: 3px 0px 3px 100px; width: 246px; }
.site_toolsbar form input { background: none; border: solid 1px #3574B0; border-right: none; display: inline; float: left; height: 18px; margin-top: 2px; line-height: 18px; padding: 0px 5px; width: 189px; }
.site_toolsbar form button { background: url(../images/png/go_button.png) no-repeat; cursor: pointer; display: inline; float: left; height: 24px; width: 46px; }
.site_toolsbar div { display: inline; float: right; height: 24px; margin: 3px 10px 3px 0px; width: 400px; }
.site_toolsbar div label { color: Red; display: inline; float: left; height: 24px; line-height: 25px; width: 60px; }
.site_toolsbar div span { display: inline; float: left; height: 24px; width: 340px; }
.site_toolsbar div span ul { display: inline; float: left; height: 24px; width: 350px; }
.site_toolsbar div span ul li { display: inline; float: left; height: 24px; line-height: 24px; margin-right: 10px; text-align: center; width: 60px; }
.site_toolsbar div span ul li a { color: #3574B0; }