@charset "utf-8";
/* CSS Document */

/*common.css*/
body,div, span, ul, li, p, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd,form{ margin: 0; padding:0;}
ul{list-style-type: none;}
li{list-style-type: none;}
a{text-decoration: none;}
a:hover {text-decoration:underline;}
img {border:none;}
input {font-size: 12px; padding: 0 1px; vertical-align: middle;}
select { vertical-align:middle;}

/*浮动和清除浮动CSS*/
.fl{float:left;display:inline;}
.fr{float:right; display:inline;}
.clearfix{zoom:1;}
.clearfix:after{content:".";display:block; height:0; clear:both; visibility:hidden;}
.hidden{ visibility:hidden;}
body{ font-size:12px; font-family:Arial, "宋体"; background:none repeat scroll 0 0 #e6e4c5;}


/*header CSS*/
#header{width:962px; height:500px; margin:0 auto;}
#nav li{ float:left;width:185px; height:70px; }
#nav ul li a{ display:block; width:185px; height:70px; text-indent:-9999px; text-decoration:none;}
#nav ul li a.homepage{background: url(images/nav_bg.jpg) no-repeat 0 0;}
#nav ul li a.news{background: url(images/nav_bg.jpg) no-repeat -185px 0 ;}
#nav ul li a.gamedata{background: url(images/nav_bg.jpg) no-repeat -370px 0 ;}
#nav ul li a.pay{ background: url(images/nav_bg.jpg) no-repeat  -555px 0;}
#nav ul li a.bbs{ background: url(images/nav_bg.jpg) no-repeat -735px 0;}
#nav ul li a.homepage:hover{background: url(images/nav_bg.jpg) no-repeat -1px -70px; text-decoration:none;}
#nav ul li a.news:hover{background: url(images/nav_bg.jpg) no-repeat -185px -70px ;}
#nav ul li a.gamedata:hover{background: url(images/nav_bg.jpg) no-repeat -370px -70px ;}
#nav ul li a.pay:hover{ background: url(images/nav_bg.jpg) no-repeat  -555px -70px;}
#nav ul li a.bbs:hover{ background: url(images/nav_bg.jpg) no-repeat -735px -71px;}

/*logo css*/
#header h1{width:400px; height:280px; }
/*main*/
#main{ width:962px; margin:0 auto;}
/*左边主体*/


/*footer样式*/
#footer{width:100%; height:200px;background:#99997c; color:#4a4949; line-height:22px; margin-top:18px; font-size:12px;padding-top:10px; letter-spacing:1px;}
#footer .content{width:962px;margin:0 auto; padding-left:200px;}
#footer .tips{ width:962px; margin:0 auto;font-weight:bold; padding-bottom:10px;}
#footer .wrap{ width:962px; margin:0 auto;text-align:left}
#footer .wrap .footer-logo{width:132px; height:86px;border-right:1px solid #4a4949; float:left; margin-right:25px;}

