/* 头部公用 */
.head {
    height: 30px;
    line-height: 30px;
}
.logon_box span {
    cursor: pointer;
    padding: 0 10px;
}
.logon_box span:hover {
    color: #06cc71;
}
.logo_box {
    padding: 20px 0;
}
.head_logo_box {
    height: 120px;
}
.ssuo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ssuo input {
    border-radius: 1000px;
    width: 400px;
    border: 1px solid #06cc71;
}
.ssuo button {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #06cc71;
    border: none;
    color: white;
    border-radius: 1000px;
    height: 44px;
    width: 70px;
    cursor: pointer;
}
.tiwen_tub {
    top: 0;
    right: 0;
    cursor: pointer;
}
.tiwen_tub img {
    width: 96px;
}
.ssuo .tiwen_tub {
    position: absolute;
    top: -4px;
    right: -152px;
}
.rexian a {
    font-size: 30px;
    color: #06cc71;
}
.navigation {
    height: 48px;
    background-color: #06cc71;
}
.navigation li {
    height: 48px;
    display: block;
    color: white;
    line-height: 48px;
    margin-right: 20px;
    font-size: 20px;
    cursor: pointer;
}
.navigation li a {
    color: white;
    display: block;
    padding: 0 35px;
}
.navigation .chosen {
    background-color: #dbf1e1;
    color: #06cc71;
}
.navigation .chosen a {
    color: #06cc71;
}
.navigation li:hover a {
    background-color: #dbf1e1;
    color: #06cc71;
}
/* 底部公共 */
.bottom_center {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}
.bottom_center .lj_text a {
    color: #777;
}
.bottom_center div {
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
}
.bottom_dw {
    /* position: fixed;
    bottom: 0;
    left: 0;*/
    width: 100%;
}
/* 面包?? */
.crumbs_nav {
    margin: 30px 0;
}
.crumbs_nav li {
    margin-right: 10px;
    color: #777;
    font-size: 14px;
}
.lj_text a {
    padding: 0 10px;
}

