.headerBox {
    position: relative;
    width: 1200px;
    height: 90px;
    padding-top: 20px;
    margin: 0 auto;
/*    margin-left:250px;*/
}
.content {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 33;
}
.login {
    width: 1198px;
    height: 438px;
    margin: 30px 0 20px 0;
    border: #dedede solid 1px;
    box-shadow: 3px 3px 6px #dedede;
}
.headerBox .head_rr {
    display: inline;
    float: left;
    margin: 10px 20px 0 20px;
    border-left: 1px solid #CCC;
    height: 30px;
}
.headerBox .head_l h1 {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
}
.headerBox .head_z {
    display: inline;
    float: right;
    text-align:center;
}
.headerBox .head_z h1 {
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
/*    margin-right: 300px;*/
}
.headerBox .head_z h1 a {
    color: #f35f07;
}
.headerBox .logo {
    float: left;
    /*width: 149px;*/
    height: 35px;
    margin: 0;
}
.head_w{
    display: inline;
    float: right;
    text-align:center;
}
.head_w h1{
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
}
.head_w a{
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
    margin-right: 3px;
}
.head_solid{
    border-bottom: green solid 2px;
}


/*头部5*/
.b_color_green{
    background-color: green;
}
.head5{
    position: relative;
    width: 1200px;
    height: 26px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 7px;
}
.bar_r {
    float: right;
}
.bar_l {
    float: left;

}
.bar_l span a{
    color: #888;
}
.clearfix {
    clear: both;
    zoom: 1;
}
.bar .menu > li {
    border-left: 1px solid #eee;
}
.menu>li {
    float: left;
    color: #EEE;
    /*border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;*/
}
li {
    list-style: none outside none;
}
.bar .menu > li a {
    padding: 0 15px;
}
.menu > li a {
    padding: 0 10px;
}
.menu>li a {
    color: #888;
    padding: 0 15px;
    display: block;
}
.menu i {
    position: relative;
    top: -2px;
    background: url("/static/images/sprite/down_up_conmon.png") no-repeat scroll 50% -4px;
    display: inline-block;
    height: 4px;
    margin-left: 5px;
    width: 6px;
}
.bar .bar_bd {
    line-height: 30px;
    top: 24px;
}

.bar_bd {
    z-index: 8;
    padding: 10px 0;
    right: -1px;
    top: 30px;
    display: none;
    position: absolute;
    background: #FFF;
    border-style: solid;
    border-color: #EEE;
    border-width: 1px;
    text-align: left;
}
.bar .menu > li a {
    padding: 0 15px;
}
.bar_member{
    border-right: 1px solid #EEE;
}
