.header{
    background-color: #f51515;
    /*border: 1px solid #cccccc;*/
    height: 162px;
    border-right: 0;
    border-left: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    /*overflow: hidden;*/
}
.sa-top{
    width: 100%;
    height: 54px;
    background: #f0f0f0 ;
}
.sa-top-center{
    width: 1200px;
    height: 100%;
    text-align: right;
    margin: 0 auto;
}
.sa-top-center span{
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    margin-left: 32px;
    margin-top: 11px;
    cursor: pointer;
}
.header-panel{
    margin: 0 auto;
    width: 1200px;
    /*height: 100%;*/
    height: calc(100% - 54px);
    overflow: hidden;
    background-color: #f51515;
}
.logo{
    background-position: 15px center;
    width: 239px;
    height: 108px;
    background-repeat: no-repeat;
    float: left;
}
.logo.dongxiang{
    background-image: url(../images/logo.png);
}

.nav{width: 610px;/*height: 108px;*/float: left;padding: 0 15px;
    overflow: hidden;
}
.nav.on .nav-inner{overflow: auto;}
.nav-inner{height: auto;
    max-height: 540px;

}/** height:100%*/
.nav li{
    display: inline-block;
    width: 43px;
    margin: 38px 0 38px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 0;
    vertical-align: top;
    cursor: pointer;
    _zoom:1;
    *display:inline;
    color: #ffffff;
}

.nav li.active{background-color: #f0f0f0;
    color: #f51515;}
.nav li.item{padding: 5px 8px;
    width: 60px;
}
/*.nav li.item.xl{padding: 8px 4px;width: 32px;text-align: center;text-align: justify;}*/
.nav .btn-nav-more{
    display: inline-block;
    width: 43px;
    margin: 25px 0 25px 10px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 0;
    vertical-align: top;
    cursor: pointer;
    _zoom: 1;
    *display: inline;
    background-image: url("../images/nav_more.png");
    background-position: center center;
    /*width: 40px;
    height: 100%;*/
    background-repeat: no-repeat;
}
.search-box{
    width: 250px;
    float: left;
    background-image: url(../images/icon_search.png);
    background-position: left center;
    height: 40px;
    padding: 35px 0;
    padding-left: 50px;
    background-repeat: no-repeat;
}
.search-box input {
    /*width: 0;*/
    width: calc( 100% - 40px);
    background:none;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: none;
    padding: 0 30px 0 5px;
    font-size: 14px;
    transition: width 400ms linear;
    -moz-transition: width 400ms linear;
    -webkit-transition: width 400ms linear;
    -o-transition: width 400ms linear;
}
.header-bottom{
    width: 1200px;
    padding: 10px 0;
    margin: 0 auto;
    /*background: #f0f0f0;*/
}
.sa-btm-item{
    float: left;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    /*cursor: pointer;*/
    margin: 0 8px;
}
.parent .sa-h-select{
    width: 21px;
    line-height: 30px;
    background-image: url("../images/ready_list.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}
.sa-h-addr{
    font-size: 18px;
    line-height: 30px;
    color: #535353;
}
.sa-btm-item-son{
    min-width: 72px;
    position: absolute;
    top: 30px;
    left: -8px;
    font-size: 18px;
    line-height: 30px;
    color: #535353;
    background: #f0f0f0;
    /*border: 1px solid #333;*/
    /*background: #ffffff;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*display: none;*/
}
.sa-btm-item-son-select{ text-indent: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.clickable{
    cursor: pointer;
}





/*footer*/

.footer {
    position: fixed;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #f51515;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    padding: 10px 0;
    /*color: #a1a1a1;
    line-height: 2em;
    padding: 50px 0 30px 0;
    position: relative;
    text-align: center;*/
}
.footer a{
    color: #fff;
}