/**
 * @desc 头部样式
 */

/* 顶部 */
.header {
    background:url("../../image/header/bg.jpg") repeat-x left bottom;
    height:115px;
}
.header .bd-box {
    width:1200px;
    margin:0 auto;
    height:115px;
    position: relative;
}
.header .bd-box h1 {
    font:0/0 sans-serif;
    color:transparent;
    width:450px;
    height:82px;
    background:url("../../image/header/logo.png") no-repeat;
    float:left;
    margin-top:24px;
}
.header .bd-box .wn{position: absolute;z-index: 9;right:30px;top:200%;width:318px;height: 240px;}
.header .bd-box .wn .pael{position: relative;}
.header .bd-box .wn .pael .close{width:40px;height: 40px;top:0px;right: 0px;position: absolute;}
.header .bd-box .extra {
    width:435px;
    float:right;
    margin-top:36px;
    margin-right: 38px;
}
.homeStockContainer {
    font-size: 14px;
    overflow: hidden;
    line-height: 24px;
}
.lastPrice {
    font-size: 18px;
}
.stockArrow {
/*    font-size: 16px;
    color: #2a5b9f;*/
    display: inline-block;
    padding: 0 4px;
    margin-top: -2px;
}
.lastPrice {
    color: #2a5b9f;
}
.homeStockContainer span {
    float: right;
    display: inline-block;
}
.lastPrice {
    margin-top: -2px;
    margin-right: 6px;
}
.recodeDate {
    margin-right: 6px;
}
.homeStockSiteMap {
    overflow: hidden;
}
.homeStockSiteMap a {
    float: right;
    font-size: 16px;
    margin-left:14px;
    position: relative;
    color: #b6b6b6;
    overflow: hidden;
    cursor: pointer;
}
.homeStockSiteMap a span {
    float: left;
}
.homeStockSiteMap a .before {
    width: 7px;
    height: 13px;
    background: url(../../image/ico/ico_blackArrow_right.jpg) no-repeat left center;
    display: inline-block;
    padding-top:9px;
    padding-right: 5px;
}
.homeStockSiteMap a:hover,.homeStockSiteMap a:hover:before{
    color: #656565;
}
.header .bd-box .lang {
    width:43px;
    height:38px;
    line-height:46px;
    text-align:center;
    float:right;
    color:#808080;
    background:#ffffff url(../../image/header/internet.png) no-repeat center center;
    margin-top: 6px;
}
.stock-code {
    position: relative;
    float: left;
    width: 364px;
    height: 48px;
}
.homePage {
    display: block;
    cursor: pointer;
}

