﻿/* shouji.baidu.com 服务失效 */
/* @import "mobile-titlebar.css"; */

a {
    text-decoration: none;
}
#header {
    border-top: 2px solid #0350d7;
    position: fixed;
    _position: absolute;
    width: 100%;
    z-index: 100;
}
#header #Mob_top_quick_Nav_area {
    /*position: fixed;*/
    /*_position: absolute;*/
    top: 15px;
}
#header #Mob_top_quick_Nav_Box a {
    color: #777;
}
#header #Mob_top_quick_Nav_all_a {
    background: url('../images/down-arrow.png') no-repeat right;
}
.main-nav-wrapper {
    border-top: 1px solid #1d1d1d;
    background: url('../images/header-bg.png');
    box-shadow: 0 3px 3px 0 #999;
    position: relative;
    z-index: 100;
}
.main-nav {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.logo {
    display: block;
    float: left;
    width: 140px;
    height: 50px;
    background: url('../images/logo.png') no-repeat center 10px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='corp',src='/cms/app/static/images/logo.png');
}
.main-nav .nav {
    float: left;
    margin-left: 40px;
}
.nav-item {
    float: left;
    position: relative;
    width: 126px;
}
.main-nav .nav a {
    display: block;
    color: #aaa;
    line-height: 50px;
    text-align: center;
}
.main-nav .inner {
    display: block;
}
.main-nav .actived {
    background: url('../images/header-actived-bg.png');
}
.main-nav .actived a {
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}
.main-nav .actived .inner {
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
}
.sub-nav-wrapper {
    background: #eff4f4;
    border-bottom: 1px solid #fefefe;
}
.sub-nav {
    width: 980px;
    margin: 0 auto;
}
.sub-nav a {
    line-height: 37px;
    color: #000;
    position: relative;
    text-align: center;
    /*float: left;*/
    display: inline-block;
    font-size: 14px;
}
.sub-nav .inner {
    border-left: 1px solid ##eff4f4;
    display: block;
    /*padding: 0 5px;*/
    cursor: pointer;
    border-left: 1px solid #eff4f4;
    padding: 0 10px;
    border-right: 1px solid #eff4f4;
}
.sub-nav .sub-item {
    display: none;
}
.sub-nav .actived {
    display: block;
}
.sub_mobile, .sub-pad {
    margin-left: 181px;
    font-size: 0;
    font-family: Arial;
}
.sub_pad {
    margin-left: 293px;
    font-size: 0;
}
.sub-nav .on .inner, .sub-nav .hover .inner {
    background: #19c3fc;
    border-left: 1px solid #0ab0e8;
    border-right: 1px solid #0ab0e8;
    color: #fff;
}
.sub-nav .on:after {
    position: absolute;
    content: '';
    display: inline-block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #19c3fc;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
}