/* head */

.header{
    height:90px;
}

.heade_login a {
    font-size: 18px;
    color: #444444;
}

.heade_login a em {
    display: inline-block;
    vertical-align: middle;
}

.heade_login i {
    display: inline-block;
    width: 1px;
    background: #a6a6a6;
    height: 19px;
    margin: 4px 8px 0;
}

.logo a img {
    width: 145px;
    height: 30px;
    overflow: hidden;
    margin: 30px 0px;
}
.menu>ul>li{
    float:left;
    margin-left:40px;
    position: relative;
}
 
.menu>ul>li>a {
    display:block;
    font-size: 16px;
    color: rgb( 128, 128, 128 );
    line-height:90px;
    padding:0px 9px;
    transition: all 0.4s;
    border-bottom: 2px solid transparent;
}

.header>.menu>.inde>li>a{
    line-height:80px;
}
.menu>.inde>li>span{
    display: block;
    font-size: 12px;
    color: rgb( 179, 179, 179 );
    text-transform: uppercase;
    margin-top: -30px;
    text-align:center;
    transition: all 0.4s;
}

.menu li>a:hover{
    color: #000000;
}

.heade_login {
    margin-top: 33px;
}

.menu .on {
    color: #000000;
    border-bottom: 2px solid transparent;
}
.menu>ul>li{
    position:relative;
}
.menu .lli{
    width:174px;
    height:auto;
    background: #ffffff;
    padding:10px 20px 20px 20px;
    position: absolute;
    left:-23px;
    top:100%;
    display:none;
}

.menu .lli>li>a{
    display:block;
    font-size:14px;
    color:#666666;
    width:152px;
    height: 45px;
    line-height:45px;
    text-align:left;
    padding:0px 10px;
    
}

.menu .lli>li>a:hover{
    background: rgb( 248, 249, 250 );
    color:#000000;
}
.menu>ul>li:hover .lli{
    display:block;
}

/* foot */

.footbg {
    background-color: #ffffff;
}

.footbg .con {
    padding:30px 0px;
}

.footbg .con .f_cont .fl{
    width:60%;
    font-size: 14px;
    color: rgb( 102, 102, 102 );
    
}

.footbg .con .f_cont .fl span em{
    display:inline-block;
    width:12px;
    height:16px;
    margin-right:10px;
    background: url(../images/addr.png) no-repeat center;
    vertical-align: middle;
}

.footbg .con .f_cont .fl p{
    padding:10px 0px;
    line-height:24px;
}

.footbg .con .f_cont .fr span{
    display:block;
    font-size: 14px;
    color: rgb( 102, 102, 102 );
    line-height: 2.143;
}

.footbg .con .f_cont .fr span em{
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align: middle;
    margin-right:10px;
}

.footbg .con .f_cont .fr .tel em{
    background: url(../images/tel.png) no-repeat center;
}

.footbg .con .f_cont .fr .fax em{
    background: url(../images/fax.png) no-repeat center;
}

.footbg .f_dow .fl p span{
    font-size: 12px;
    color: rgb( 153, 153, 153 );
    line-height: 2.5;
}

.footbg .f_dow{
    padding:5px 0px 10px 0px;
}

.footbg .f_dow .fl i{
    font-size: 12px;
    color: rgb( 204, 204, 204 );
    line-height: 2.5;
    margin-left:10px;
}

.footbg .f_dow .fr span{
    font-size: 12px;
    color: rgb( 153, 153, 153 );
    line-height: 2.5;
}

