.head-box{
    font-size: 14px;
    color: #000000;
    position: relative;
    width: 1200px;
    height: 100px;
    background-color: white;
    margin: 0 auto;
}
.logo-box{
    height: 48px;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}
.logo{
    font-size: 36px;
    font-weight: 600;
}
.city-select{
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.city-extend{
    width: 24px;
    height: 24px;
    display: inline-block;
    background:url("../../../img/city-extend-down.png") no-repeat 3px 8px  ;
}
.city-pickup{
    width: 24px;
    height: 24px;
    display: inline-block;
    background:url("../../../img/city-extend-up.png") no-repeat 3px 8px  ;
}
.city-layer{
    position: absolute;
    width: 652px;
    background-color: #ffffff;
    left: 170px;
    top: 90px;
    z-index: 999;
    -moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .4);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#e4e4e4', Direction=135, Strength=12);
}
.city-layer ul{
    padding: 20px;
}
.city-layer ul li{
    float: left;
    margin: 10px 0;
    width: 306px;
    display: inline-block;
}
.city-layer ul li b{
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    font-size: 18px;
    color: #4da1ff;
}
.city-layer ul li p{
    display: inline-block;
}
.city-layer ul li p a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 8px 5px;
}
.city-layer ul li p a:hover{
    color: #ff6d4a;
}
.close-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../../../img/close-icon.png) no-repeat 0 0;
}
.close-icon:hover{
    background: url(../../../img/close-icon-mouseOver.png) no-repeat 0 0;
}
.nav-main{
    float: right;
    margin-top: 35px;
}
.nav-bar{
    margin-right: 50px;
    float: left;
}
.nav-bar ul{
}
.nav-bar ul li{
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
}
.nav-bar ul li a{
    display: block;
    line-height: 30px;

}
.nav-bar ul li a:hover{
    color: #ff6d4a;
}
.nav_active{color: #ff6d4a;}
.log{
    float: right;
}
.log a{
    width: 60px;
    height: 30px;
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
}
.log-per{
    float: right;
    margin-right: 20px;
}
.log-per a,.log-company a{
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
}
.log-per a:hover,.log-company a:hover{
    color: #ff6d4a;
}
.mesgcenter{
    margin-right: 15px;
    position: relative;
}
.mesgcount{
    position: absolute;
    right: -6px;
    top: -10px;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    color: white;
    background-color: #ff6d4a;
    border-radius: 50%;
}


.headbox-company{
    font-size: 14px;
    color: #000000;
    position: relative;
    width: 1200px;
    height: 50px;
    background-color: white;
    margin: 20px auto 0;
    border-bottom: 8px solid #e7e7e7;
}
.nav-company{
    width: 700px;
    float: left;
}
.nav-company ul{}
.nav-company ul li{
    display: inline-block;
    font-size: 14px;
}
.nav-company ul li a{
    display: block;
    line-height: 50px;
    text-align: center;
    width: 70px;
}
.nav-company ul li a:hover{
    color: #ff6d4a;
}
.nav-company .cur,.nav-company .cur:hover{
    background-color: #4da1ff;
    color: #ffffff;
}
.log-company{
    float: right;
    margin: 10px 20px 0 0;
}
