/*body{*/
/*background: #fff!important;*/
/*}*/
.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.head-container {
    overflow: hidden;
}

.head-container .head-container-center .logo img {
    margin-right: 10px !important;
}

.head-container .head-container-center .logo span {
    color: #8c8c8c;
    font-size: 14px;
}

.public-header {
    width: 100%;
    height: 40px;
    background: #F8F8F8;
    font-size: 12px;
    border-bottom: 1px solid #e8e8e8;
}

.public-header .header-center {
    width: 1200px;
    height: 40px;
    margin: 0px auto;
    line-height: 40px;
}

.public-header .header-center .header-left {
    float: left;
    color: #8C8C8C;
}

.public-header .header-center .header-left a {
    color: #8C8C8C;
}

.public-header .header-center a:hover {
    color: #EA5413 !important;
}

.public-header .header-center .img-color {
    margin-right: 8px;
    position: relative;
    top: 1px;
    vertical-align: baseline;
}

.public-header .header-center .header-left .partition {
    margin: 0px 8px;
    color: #d2d2d2;
}

.public-header .header-center .header-right {
    float: right;
    color: #8C8C8C;
    height: 40px;
}

.public-header .header-center .header-right a {
    color: #8C8C8C;
}

.public-header .header-center .header-right .partition {
    /*margin: 0px 8px;*/
    float: left;
    color: #d2d2d2;
}

.public-header .header-center .header-right .service {
    display: inline-block;
    width: 75px;
    height: 25px;
    position: relative;
    line-height: 25px;
    top: 7px;
    float: left;
}

.public-header .header-center .header-right > a {
    margin: 0px 8px;
    float: left;
}

.public-header .header-center .header-right .service img {
    /*float: right;*/
    /*position: relative;*/
    /*top: 9px;*/
    margin-left: 5px;
}

.public-header .header-center .header-right .service .customer-service {
    width: 100%;
    height: 27px;
    float: left;
    border: 1px solid transparent;
    text-align: center;

}

.public-header .header-center .header-right .service .partition {
    margin: 0px;
    float: left;
}

.public-header .header-center .header-right .service .secondary-menu {
    position: absolute;
    top: 26px;
    background: #fff;
    left: 0px;
    width: 100%;
    z-index: 2;
    border: 1px solid transparent;
    border-top: none;
    display: none;
}

.public-header .header-center .header-right .service .secondary-menu a {
    display: block;
    text-align: center;
}

.public-header .header-center .header-right .service:hover .customer-service {
    background: #fff;
    border: 1px solid #CCCCCC;
}

.public-header .header-center .header-right .service:hover .secondary-menu {
    display: block;
    border: 1px solid #ccc;
    border-top: none;
}
