@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img , p { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "Microsoft YaHei","微软雅黑";}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0;	vertical-align:middle; }  /*  去掉图片低测默认的3像素空白缝隙*/
table { border-collapse:collapse; }
body {
    font:14px/150% "Microsoft YaHei","微软雅黑";
    color:#666;
    background: url(body_bg.png) repeat-x center 34px;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#333; text-decoration:none; }
a:hover{color:#C81623;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}

/*公共类*/
.fl {
    float:left;
}
.fr {
    float:right;
}

/* topbar */
.top_bar{
    width: 100%;
    height: 34px;
    background-color: #FAFAFA;
    line-height: 34px;
}
.top_bar .fl a{
    padding-left:13px;
}
.top_bar .fl a i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(sprite.png) no-repeat 0 0;
    margin-right:4px;
    vertical-align: middle;
}
.top_bar .fr{
    padding-right:34px;
}
.top_bar .fr a{
    padding-left:12px;
}
.top_bar .fr a i{
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right:8px;
    background: url(sprite.png) no-repeat -18px -4px;
   vertical-align: middle;
}

/* content */
.content{
    width: 100%;
    height:auto;
    background: url(content_bg.png) repeat-x center bottom;
}
.content_in{
    width: 1080px;
    margin:0 auto;
    height:auto;
    overflow: hidden;
}

/* header */
header{
    width: 100%;
    overflow: hidden;
    height: 155px;
}
header .logo{
    width: 876px;
    height: 72px;
    margin-top: 39px;
    margin-left:2px;
    background:url(sprite.png) no-repeat -34px -4px;
}

/* nav */
nav{
    width: 100%;
    height: 50px;
    background-color: #BC8127;
    line-height: 50px;
}
nav a:first-child{
    padding:0 43px;
}
nav a.active{
    background-color: #A26F22;
}

nav a{
    float: left;
    padding:0 32px;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    position: relative;
}
nav a:hover{
    background-color: #A26F22;
    color:#fff;
}
nav i{
    position: absolute;
    width: 2px;
    height: 40px;
    background: url(sprite.png) no-repeat -10px -23px;
    left:0;
    top:6px;
}

/* footer */
.line{
    width: 100%;
    height:2px;
    font-size: 0;
    background-color: #B38F82;
}
footer{
    width: 100%;
    height: 154px;
    text-align: center;
    border-top:1px solid #B38F82;
    margin-top:1px;
    padding-top:14px;
}
footer p{
    line-height: 28px;
    color:#333;
}

/* page */
.page{
    width: 100%;
    height:auto;
    overflow: hidden;
    text-align: center;
}
.page a{
    display: inline-block;
    padding:4px 8px;
    border:1px solid #ccc;
    color:#FF6600;
}
.page a:hover{  
    color:#fff;
    background-color: #FF6600;
}
.page a.active{
    color:#fff;
    background-color: #FF6600;
}

