/*************************
*Author: Panfei
*Date: 2015-4-7
*************************/

body{background-color: #492300;}
a{text-decoration: none;}
img{vertical-align: top;}
i{font-style: normal;}

/*--------------------
	navbar
--------------------*/
.navbar{
    display: none;
    width: 136px;
    text-align: center;
    position: fixed;
    _position: absolute;
    top: 250px;
    right: 0;
    background-color: #161513;
}
.navbar a{width: 136px; height: 119px; display: block;}
.nav1{background: url(../images/nav_bg.jpg) no-repeat 0 0;}
.nav2{background: url(../images/nav_bg.jpg) no-repeat -136px 0; border-top: 1px dotted #393838;}
.nav3{background: url(../images/nav_bg.jpg) no-repeat -272px 0; border-top: 1px dotted #393838;}
.nav1:hover{background: url(../images/nav_bg.jpg) no-repeat 0 -119px;}
.nav2:hover{background: url(../images/nav_bg.jpg) no-repeat -136px -119px;}
.nav3:hover{background: url(../images/nav_bg.jpg) no-repeat -272px -119px;}
.navbar .go_top{width: 104px; height: 70px; border-top: 0; background: url(../images/goTop.png) no-repeat; position: absolute; bottom: -70px; left: 16px;}

/*--------------------
	topbox
--------------------*/
.topbox{width:100%; height: 424px; background: url(../images/topbox.jpg) no-repeat 50% 0;}
.box{width: 1100px; margin: 0 auto; overflow: hidden; position: relative;}
.topbox .box{height: 424px;}
.box .logo{position: absolute; width: 274px; height: 100px; left: 50px; bottom: 49px;}

/*--------------------
	titbg
--------------------*/
.titbg{display: block; margin: 20px auto;}

/*--------------------
	pagebar
--------------------*/
.pagebar{text-align: center; margin: 20px auto 40px;}
.pagebar a{display: inline-block; width: 80px; height: 30px; font: 14px/30px microsoft yahei; color: #d08037; border: 1px solid #fdab37; margin: 0 10px;}
.pagebar a:hover{color: #fff; background-color: #fdab37;}