.active{
    background: #9e8e70;
    height:42px;
}

.html{

    font-size:62.5%; /* 10梅16=62.5% */
}
strong{
    font-weight: 700;
}
.B_box{
    margin:0 auto;
    width :100%;
    height:100%;
}
.B_header{
    width:100%;
    height:100px;
    background:url("/static/images/1/bg_header.png") no-repeat 550px 0 ;
}
.B_header .header{
    width:1200px;
    height:100px;
    margin:0 auto;
    /*  background: #ad9f85;*/
    font-size: 1.4em;

}
.B_header .header .logo{
    width:227px;
    height: 85px;
    margin-top: 15px;
}
.B_content{
    width:100%;
    height:100%;
    background: #e5e0d8;
}
.B_menu{
    width:100%;
    height:42px;
    background: #ad9f85;
}
.B_menu .menu{
    width: 1200px;
    margin:0 auto;
    height:42px
}
.B_menu .menu .menuList{
    float: left;
    min-width: 860px;
    height:42px;
}
.B_menu .menu .menuList li{
    float: left;
    padding: 0 40px ;
    line-height: 40px;
}
.B_menu .menu .menuList li a {
    color: #fff;
    font-size: 1.4em;
}
.B_footer{
    width:100%;
    height:90px;
    background:#313131 ;
}
.B_footer .footer{
    width:1200px;
    height:65px;
    margin: 0 auto;
    padding-top: 25px;
}
.B_footer .footer .p1{

    text-align: center;
}
.B_footer .footer .p2{
    text-align: center;
}


.opt{
    background: #c3b59c;

}
.opt a{
    color: white;
}
.B_content1 .content1 .content_left .page{
    width: 100%;
    height: 47px;
    margin: 20px auto 30px;
}
.B_content1 .content1 .content_left .page ul li {
    height: 25px;
    float: left;
    border:1px solid #999999;
    padding: 0 9px;
    margin: 0 6px;
}