/* BASIC css start */
#header {
    width: 100%;
    min-width: 1200px;
}

#header .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    *zoom:1;}

#header .inner:after {
    content: "";
    display: block;
    clear: both;
}

#header .topArea {
    height: 112px;
    padding: 83px 0 0;
    text-align: center;
    *zoom:1;}

#header .topArea:after {
    content: "";
    display: block;
    clear: both;
}

#header .special {
    float: left;
    border-left: 1px solid #d8d8d8;
}

#header .special li {
    float: left;
}

#header .special a {
    display: block;
    height: 20px;
    padding: 16px 15px 9px;
    border-right: 1px solid #d8d8d8;
    color: #353535;
    text-decoration: none;
}

#header .special a:hover {
    color: #008bcc;
    padding-bottom: 7px;
    border-bottom: 2px solid #008bcc;
}

#header .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    line-height: 35px;
}

#header .link > a,#header .link > span {
    float: left;
}

#header .link > a {
    margin: 0 9px 0 0;
    padding: 0 10px 0 0;
    color: #666;
    text-decoration: none;
}

#header .link > span img {
    vertical-align: middle;
}

#header .link .xans-layout-bookmark span {
    padding-left: 17px;
}

/* BASIC css end */

