/* 顶部信息 */
.st-header{
    position: relative;
    z-index: 99;
    background: url("../images/header-repear-bg.png") repeat;
    background: rgba(0,0,0,.3);
}
.header-info{
    height: 36px;
    border-bottom: 1px solid #d5d5d5;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.global-num{
    float: left;
    max-width: 400px;
    font-size: 0;
}
.global-num .ico{
    display: inline-block;
    width: 18px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 6px 0 0;
    background: url("../images/St_Templets_NO210_home_icon.png") no-repeat -21px 0;
}
.global-num > span{
    display: inline-block;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    vertical-align: middle;
    font-size: 14px;
}
.shortcut-enter{
    float: right;
    max-width: 700px;
}
.login-before,
.login-after{
    float: left;
    height: 36px;
}
.login-before > a,
.login-after > a{
    float: left;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding-left: 22px;
}
.login-before > a:hover,
.login-after > a:hover,
.order-link:hover{
    text-decoration: underline;
}
.order-link{
    float: left;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding-left: 22px;
}
.order-link > .ico{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url("../images/St_Templets_NO210_home_icon.png") no-repeat -21px -24px;
}
.web-site{
    float: left;
    height: 36px;
    margin-left: 12px;
    position: relative;
}
.web-site:hover:after{
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: -1px;
    z-index: 1000;
    border-bottom: 1px solid #fff;
}
.web-site .hd{
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid transparent;
    border-bottom: 0;
}
.web-site:hover .hd{
    color: #ff9d00;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #fff;
}
.web-site .hd .ico{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url("../images/St_Templets_NO210_home_icon.png") no-repeat -21px -48px;
}
.web-site:hover .hd .ico{
    background: url("../images/St_Templets_NO210_home_icon.png") no-repeat -21px -68px;
}
.web-site .bd{
    display: none;
    width: 150px;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 999;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #fff;
}
.web-site:hover .bd{
    display: block;
}
.web-site .bd li{
    float: left;
    width: 65px;
    height: 32px;
    padding: 0 5px;
}
.web-site .bd li a{
    display: block;
    color: #666;
    height: 32px;
    line-height: 32px;
}
.web-site .bd li a:hover{
    color: #ff9d00;
}
/* logo and 主导航 */
.header-bar{
    height: 70px;
}
.st-logo{
    float: left;
    width: 240px;
    height: 70px;
    overflow: hidden;
}
.st-logo > a{
    display: table-cell;
    width: 240px;
    height: 70px;
    vertical-align: middle;
    text-align: left;
}
.st-logo > a > img{
    vertical-align: middle;
}
.st-nav{
    float: right;
    max-width: 960px;
    height: 32px;
    padding: 19px 0;
}
.st-nav > ul > li{
    float: left;
}
.st-nav > ul > li > a{
    float: left;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    margin: 0 5px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.st-nav > ul > li > a:hover,
.st-nav > ul > li > a.active{
    background: #ff9d00;
}