
/* header*/

.header_cons{
    height:auto;
    position: relative;
    background-color: rgb( 45, 55, 60 );
    border-bottom: 1px solid rgb( 34, 43, 47 );
}
.head_top{
    height:70px;
}
.head_tfl{
    height:100%;
}
.logo{
    display:inline-block;
    width:159px;
    height: 100%;
    background: rgb( 0, 153, 153 );
    margin-right:80px;
}
.logo>img{
    display:block;
    margin:16px auto;
}
.head_nav{
    display:inline-block;
    height:100%;
}
.head_nav>ul>li{
    float:left;
    margin-right:40px;
    cursor: pointer;
}
.head_nav>ul>li>a{
    font-size:14px;
    color:#ffffff;
    line-height:68px;
}

.head_tfr>li{
    float: left;
}
.head_tfr .libox{
    line-height:70px;
    margin-left:20px;
    cursor: pointer;
}
.head_tfr .libox span{
    font-size:14px;
    color:#ffffff;
    margin-left:15px;
}
.h_fr_sj{
    display: inline-block;
    width:10px;
    height:5px;
    background: url(../images/h_fr_sj.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 3px;
}

/* foot */
.footer {
    width: 100%;
    height: 66px;
    background: rgb( 35, 35, 35 );
    bottom:0;
    position:fixed;
    left: 0;
    bottom: 0;
    z-index:33;
}
.foot{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size:12px;
    color:#d5d4d4;
    line-height: 66px;
}
/*ÏÂÀ­*/

.li_drop {
    position: absolute;
    top: 70px;
    left: auto;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #fff;
    width: 130px;
    line-height: initial;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    box-shadow: 0 0 5px #ccc;
    display: none;
    padding-bottom: 10px;
    z-index:99;
}
.on {
display:block;
}
.li_drop p {
    line-height: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.li_drop p a {
    font-size: 15px;
    color: #323333;
    display: block;
    padding: 7px 20px;
    -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    text-align: center;
}
.li_drop p a:hover{
    color: #51bea5;
}     