.head_top{
    width: 100%;
    background-color: rgb( 245, 245, 245 );
}
.h_top_fl span{
    font-size: 12px;
    color: #888888;
    line-height: 35px;
}
.h_top_fr li{
    float: left;
}
.h_top_fr span{
    font-size: 12px;
    color: #666666;
    line-height: 35px;
    text-transform: uppercase;
}
.h_line{
    display: inline-block;
    height: 17px;
    width: 2px;
    margin: 0px 20px;
}
.h_language{
    display: inline-block;
    vertical-align: middle;
}
.h_language span{
    font-size: 14px;
}
.h_dh{
    display: inline-block;
    margin-right: 10px;
}
.h_tsj{
    display: inline-block;
    margin-left: 10px;
}
.he_cons{
    background-color: rgb( 255, 255, 255 );
}
.logo {
    margin-top: 15.5px;
}
.logo img {
    width: 156px;
    height: 52px;
}
.menu_fl>ul>li {
    margin-right: 48px;
    float: left;
    position: relative;
    transition: all .4s;
}

.menu_fl>ul>li>a {
    font-size: 14px;
    color: #222222;
    display: inline-block;
    line-height: 83px;
}
.menu_fr{
    line-height: 83px;
    margin-left: 30px;
}

.menu_boot {
    position: absolute;
    display: none;
    top: 100%;
    left: -30px;
    width: 120px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all .4s;
    padding: 0px 10px;
    z-index: 10;
    border-top:4px solid rgb( 28, 185, 158 );
}
.menu_fl>ul>li:hover .menu_boot {
    display: block;
}
.menu_boot>a {
    font-size: 14px;
    color: #666666;
    line-height: 44px;
    display: block;
    transition: all .4s;
    border-bottom: 1px dashed rgb( 237, 237, 237 );
}
.menu_boot>a:hover {
    color: #1cb99e !important;
}
/* .menu_fl>ul>li:hover a, */
.menu_fl>ul>li>a.on{
    color: #1cb99e;
}
/* .menu_fl>ul>li.on a,
.menu_fl>ul>li:hover a{
    color: #1cb99e;
}
.menu_fl>ul>li.on .menu_boot,
.menu_fl>ul>li:hover .menu_boot{
    display: block;
} */

/* 底部 */
.footer {
    background-color: rgb( 58, 61, 60 );
    padding: 60px 0 34px;
}
.f_lo {
    margin-right: 33px;
}
.f_jie {
    width: 190px;
}
.f_jie h1 {
    font-size: 16px;
    color: #BEBEBE;
    padding-bottom: 15px;
}
.f_jie h2 {
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.f_jie p {
    font-size: 12px;
    color: #BEBEBE;
    line-height: 30px;
}
.f_jie_a {
    margin-top: 25px;
    font-size: 0;
}
.f_jie_a a {
    margin-right: 17px;
}

.foo_t_fl {
    margin-right: 160px;
}
.foo_t_cen>ul>li {
    float: left;
    margin-right: 90px;
}
.foo_t_cen>ul>li:last-child {
    margin-right: 0;
}
.foo_t_cen>ul>li h2 {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.foo_t_cen>ul>li a ,
.foo_p{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-bottom: 13px;
    transition: all .4s;
}
.foo_t_cen>ul>li a:hover {
    text-decoration: underline;
}
.foo_qq>img{
    display: inline-block;
    margin-right: 22px;
}
.foo_t_fr {
    width: 100px;
}
.foo_t_fr h2 {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.foo_r {
    margin-bottom: 12px;
}
.foo_r>img{
    margin-top: 4px;
    width: 97px;
height: 97px;
}
.foo_t_fr p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.foot_top {
    padding-bottom: 60px;
}
.foot_boot {
    padding: 34px 0 0;
    border-top: 2px solid rgba( 255, 255, 255 ,0.059);
}
.foot_b_fl,
.foot_b_fr {
    font-size: 12px;
    color: #999999;
}
.foot_b_fr a {
    font-size: 12px;
    color: #DFDFDF;
    transition: all .4s;
}
.foot_b_fr a:hover {
    text-decoration: underline;
}


/* 登录的头部 */
/* .lo_header {
    width: 100%;
    background: rgba(23, 23, 23, .5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
}

.return a {
    font-size: 14px;
    color: #FFFFFF;
}

.return {
    margin-top: 24px;
}

.lo_goot {
    background: #FFFFFF;
    padding: 50px 0 56px;
    text-align: center;
    color: #8D8D8D;
    font-size: 12px;
}

.lo_goot a {
    color: #8D8D8D;
    font-size: 12px;
}

.lo_goot p {
    margin-top: 10px;
} */