/* 全局样式 */
body{ background:url(../img/bg.jpg) center top no-repeat; font-size:12px; line-height:20px; margin:0 auto;}
*{ margin:0; padding:0; font-family:"宋体";}
a{ color:#666; text-decoration:none;}
a:hover { color:#F60; text-decoration:underline;}
li{ list-style:none;}

.top{ width:950px; margin:10px auto 0;}
.logo{ width:195px; float:left; text-align:center;}
.nav{ width:570px; float:left; height:28px; margin:20px 50px 0 20px; line-height:28px; }
.nav_left{ float:left; width:17px; }
.nav_con{ float:left; background:url(../img/nav_bg.gif) repeat-x; width:536px; line-height:28px;}
.nav_con li{ float:left; color:#fff; width:90px; text-align:center; font-weight:bold;}
.nav_con li a{ color:#fff; text-decoration:none;}
.nav_con li a:hover{ color:#000; text-decoration:underline;}
.nav_right{ float:right; width:17px; }

.main{ width:950px; height:564px; margin:0 auto; background:url(../img/con_bg.gif) no-repeat 0 10px; overflow:hidden;}
.main_left{ float:left; width:760px; margin-left:47px; display:inline; padding:45px 0;}
.subnav{ float:right; width:122px; height:319px; background:url(../img/subnav.gif) no-repeat; padding-top:40px; text-align:left;}
.subnav ul{ margin-left:10px;}
.subnav li{ border-bottom:1px solid #b0e68f; line-height:36px; color:#fff; width:60px; list-style:none; text-align:center; font-weight:bold;}
.subnav li a{ color:#fff; text-decoration:none;}
.subnav li a:hover{ color:#ff0; text-decoration:none;}
.bot{ width:950px; text-align:center; color:#fff; line-height:60px; font-size:14px; height:80px;}

.main:after,.top:after{content: "."; display: block; height: 0; clear:both; visibility: hidden;}