@charset "utf-8";
/* ---------------------------------------------
author: 李雨城
version:  2012.7
----------------------------------------------- */

/*general
----------------------------------------------- */
body{background:url(images/bg.jpg);}
.warp{width:1000px;margin:0 auto;}
a{color:#555;text-decoration:none;}

/* header
----------------------------------------------- */
.header{ background:#000; height:45px ;}
.header h1 {width:130px; padding-top:5px;}
.header h1 a {display:block;text-indent:-9999px; height:35px; background:url(img/logo.jpg) no-repeat 0 0;}

.header ul.menu{width:640px; overflow:hidden;}
.header ul.menu li {float: left;line-height: 45px;}
.header ul.menu li a { line-height: 45px; display:block; padding:0 10px; font-size:12px;  color:#fff;}
.header ul.menu li a:hover { color:#f00;}

.footer {line-height: 49px; height:49px; color: #878787; text-align:center; font-size:12px; margin-top:50px;}

/* main
----------------------------------------------- */
.main{width:100%; overflow:hidden; background:url(images/bg_mark.png) center top no-repeat;}
.main .box{width:100%; height:100%; padding-top:772px; margin-top:-51px; background:url(images/head_banner_bg.jpg) center top no-repeat;}
.main .box ul{width:1010px; height:100%; margin:-120px auto 0;}
.main .box ul li{width:1010px; float:left;}


















