@charset "utf-8";
/* ---------------------------------------------
author: Vince.Voice
version:  2012.5
----------------------------------------------- */

/*general
----------------------------------------------- */
body{}
.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:560px; }
.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; BACKGROUND: #000; HEIGHT: 49px; COLOR: #878787;text-align:center; font-size:12px;}

/* main
----------------------------------------------- */
.part2{ background:url(img/a2.jpg) no-repeat 50% -50px; height:800px; }

/*.slide{ padding:40px 10px 0; position:relative; width:980px; height:580px;}*/



/********** slider **********/
.slider {height:634px;margin:0 auto;width: 976px;display: block;padding:40px 0 0 0;  }
/*simple text*/
.simple { width:980px; margin:0 auto; padding:0;}

#slider ul,#slider li { margin:0; padding:0; list-style:none; }
#slider ul{height:634px;overflow:hidden;}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:980px; height:634px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn,#nextBtn {display:block;margin:0;overflow:hidden;width:58px;height:100px;position:absolute;left: -78px;top:-320px;}
#nextBtn {left:1000px;}
#prevBtn a {display:block;width:58px;height:100px;background: url(img/btn.png) no-repeat 0 0;}
#nextBtn a {display:block;width:58px;height:100px;background: url(img/btn.png) no-repeat -58px 0;}
#prevBtn a:hover{display:block;width:58px;height:100px;background: url(img/btn2.png) no-repeat 0 0;}
#nextBtn a:hover {display:block;width:58px;height:100px;background: url(img/btn2.png) no-repeat -58px 0;}
/********** end **********/