@charset "utf-8";
.headBorder {
    /*background: url("../images/headBg.png") repeat-x top;*/
    height: 88px;
    background: white;
}

.pageWidth {
    width: 1200px; }

.head {
    margin: 0 auto;
    padding-top: 18px;
    /*background: url("../images/headBg.png") repeat-x top;*/
    height: 70px;
}

.head .logo {
    float: left;
}

.head .menu {
    float: left;
    padding: 10px 30px 10px 56px;
}

.head .menu li {
    float: left;
}

.head .menu li a {
    display: block;
    font-size: 16px;
    padding: 8px 22px;
}

.head .headButton {
    float: left;
    padding-top: 10px;
}

.head .headButton a {
    float: left;
    padding: 8px 12px;
}

.head .headButton .siteMap {
    background: url("../images/siteMap.gif") no-repeat 12px 11px;
    padding-left: 34px;
}

.head .tel {
    float: right;
}

.head .tel span {
    font-size: 12px;
    color: #878787;
    line-height: 14px;
}

.head .tel .num {
    font-size: 28px;
    line-height: 30px;
    color: #f9be00;
}


