/* 整体样式 */
html, body {
    background: #141414;
    color: #fff;
    font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 清除浮动 */
.clear{clear:both;height:0;overflow:hidden;}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix1 {
    overflow:auto;
    _height:1%;
}
.clearfix2 {
    overflow:hidden;
    _zoom:1;
}

/* 主框架 */
.bd {
    z-index: 0;
    overflow: hidden;
}

/* 头部 */
.header {
    height:70px;
}
.header .header-container {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(20, 20, 20);
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    -moz-transition: background .6s;
    transition: background .6s;
}

/* 头部容器 */
.header .header-container .main-header {
    position: relative;
    height: 70px;
    background: rgb(20, 20, 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4%;
    font-size: 1.2rem;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    -moz-transition: background-color .4s;
    transition: background-color .4s
}

/* LOGO */
.header .main-header .logo {
    height: 38px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.header .main-header .logo-img {
    height: 38px;
    overflow: hidden;
}

/* 导航条容器 */
.header .topProNav, .header .nav1 {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header .nav2 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -moz-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -moz-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    position:absolute;
    right:4%;
    top:0;
    height:100%;
}

/* 主导航样式 */
.header .nav1 .tab-item {
    list-style-type: none;
    margin-left: 36px
}
.header .nav1 .tab-item a {
    position: relative;
    color: #e5e5e5;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
.header .nav1 .tab-item a.current {
    color: #ff5c38;
    font-size: 26px;
    cursor: default;
}
.header .nav1 .tab-item a.current:focus,
.header .nav1 .tab-item a.current:hover {
    color: #ff5c38
}
.header .nav1 .tab-item a:focus,
.header .nav1 .tab-item a:hover {
    color: #ff5c38
}

.header .nav2 .nav-element:not(:last-child) {
    margin-right: 15px;
}
.header .nav2 .weibo-icon {
    width: 32px;
    height: 32px;
}
.header .nav2 a.weibo-icon img {
    width: 32px;
    height: 32px;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
    -o-transition:all .5s;
}
.header .nav2 a.weibo-icon img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.header .nav2 .usermenu {
    background: transparent;
    border: none;
    position: relative;
}
.header .nav2 .usermenu .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.header .nav2 .usermenu .usermenu-wraper {
    position: absolute;
    right: 0;
    top: 26px;
    height: 0;
    padding: 10px 0 0 0;
    opacity: 0;
    display: none;
    overflow: hidden;
    z-index: 1;
}
.header .nav2 .usermenu .umw-show {
    z-index: 100;
    transition-duration: 150ms;
    height: auto;
    display: block;
    opacity: 1;
}
.usermenu-wraper .user-dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    border: solid 1px rgba(255,255,255,.15);
    cursor: default;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}
.user-dropdown-menu a,
.user-dropdown-menu div,
.user-dropdown-menu li,
.user-dropdown-menu span,
.user-dropdown-menu ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.user-dropdown-menu li {
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    text-align: center;
}
.user-dropdown-menu li a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    line-height: 32px;
    font-size: 15px;
}
.user-dropdown-menu li a:hover {
    text-decoration: underline;
}

/* 搜索框 */
.search input {
	outline: none;
}
.search input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.search input::-webkit-search-decoration,
.search input::-webkit-search-cancel-button {
	display: none;
}
.search input[type=search] {
    background-image: url(../image/search-icon.png);
    background-repeat: no-repeat;
	background-color:transparent;
	border: none;
	padding: 0;
    border: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
    transition: all .5s;
    width: 32px;
    height: 32px;
	color: transparent;
    cursor: pointer;
}
.search input[type=search]:focus, .search input[type=search].active {    
	width: 130px;
	padding: 0 5px 0 32px;
	color: #fff;
	background-color: #000;
    cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
    border: solid 1px rgba(255,255,255,.85);
    background-color: rgba(0,0,0,.75);
}
.search input[type=search]:hover {
	background-color: #000;
}
.search input:-moz-placeholder {
	color: transparent;
}

/* 内页框架 */
.inner-wrap {
    width: 100%;
    margin-top: -70px;
    padding-top: 70px;
}

/* 头部uma展示 */
.uma {
    width: 100%;
    background-color: rgba(0, 0, 0, .97);
    display: none;
}
.uma .message {
    color: #dcdcdc;
    border-bottom: 1px solid #333;
    background-color: transparent
}
.message .msgContent {
    margin: 0;
    padding: 0;
}
.message .msgContent img {
    width: 100%;
    height: auto;
    line-height: 1;
    vertical-align: top;
}


/* 底部样式 */
.footer {
    width: 920px;
    margin: 0 auto 0 auto;
    padding: .5em 0 0 0;
    color:grey;
}
.footer .footer_con {
    width:100%;
    margin-bottom: 88px;
    min-height:289px;
    _height:289px;
    position:relative;
}
.footer_con .footer_con_wrap {
    position:relative;
    padding-top:30px;
    overflow:hidden
}
.footer_attention,
.footer_contact,
.footer_jobs,
.footer_more {
    float:left;
    min-height:130px;
    padding-bottom:32px;
    padding-left:15px
}
.footer_attention,.footer_more {
    width:220px
}
.footer_contact,
.footer_jobs {
    width: 220px;
    padding-left: 5px
}
.footer_con .title {
    font-size:20px;
    color:#e3dede;
    font-weight:500
}
.footer_con .link_list {
    list-style: none;
    padding: 16px 0 6px 0;
}
.link_list li {
    height:32px;
    line-height:32px
}
.footer .link_list li a {
    font-size:15px;
    color:#615d5c;
    text-decoration:none;
    -webkit-transition:color .3s linear;
    transition:color .3s linear
}
.footer .link_list li a:hover {
    color:#f4f5f9
}

/* SNS图标 */
.ico_online,
.ico_pub,
.ico_sina,
.ico_wb,
.ico_wx,
.ico_qq {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 6px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-image: url(../image/icon_foot_normal.png);
    background-repeat: no-repeat;
    margin-top: -4px;
    margin-left: -2px;
    -webkit-transition: background-image .3s;
    transition: background-image .3s
}
.ico_online {
    background-position: 0 0;
    pointer-events: none
}
.ico_wx {
    background-position: -28px 0;
    pointer-events: none
}
.ico_wb {
    background-position: -56px 0
}
.ico_sina {
    background-position: -84px 0
}
.ico_qq {
    background-position: -112px 0
}
.footer .link_list li a:hover i {
    -webkit-transition: none;
    transition: none;
    background-image: url(../image/icon_foot_hover.png);
}
.footer_links {
    float: left;
    padding-left: 15px;
    color: #747b81
}
.footer_links ul {
    height: 14px;
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    border-right: 1px #1e2022 solid;
    display: inline;
    padding-right: 10px;
    margin-right: 9px
}
.footer_links ul li:last-child {
    border-right: none
}
.footer_links ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #615d5c;
    -webkit-transition: color .3s linear;
    transition: color .3s linear
}
.footer_links ul li a:hover {
    color: #747b81
}
.footer_copyright {
    float: left;
    padding-left: 20px;
    color: #615d5c;
    font-size: 15px;
}
.footer_copyright em {
    margin-left: 8px;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
}
.footer_mianze {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    float: left;
}

/* 适配移动端 */
.topProNav .navbar-toggle {
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #e5e5e5;
    cursor: pointer;
    display:none;
}
.navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #e5e5e5;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.header .topProNav .navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-collapse .navbar-toggle {
    display: block;
}
.navbar-collapse>.base-nav-collapse {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 5;
    width: 100%;
    min-height: 80px;
    background: rgba(20, 20, 20,0.9);
    display: none;
}
.navbar-collapse>.base-nav-collapse .nav1 {
    width: 100%;
    height: auto;
    display: block;
}
.navbar-collapse>.base-nav-collapse .nav1 .tab-item {
    float: left;
    width: 100%;
    padding: 1rem 0;
    margin: 0;
    display: block;
    overflow: hidden;
    text-align: left;
}
.navbar-collapse>.base-nav-collapse .nav1 .tab-item>a {
    padding: 0 0 0 10px;
    display: block;
    text-align: center;
}
@media (max-width:414px){
    .header .main-header .logo {
        height: 25px;
    }
    .header .main-header .logo-img {
        height: 25px;
    }
}
@media (max-width:768px){
    .sliderjianbian, 
    .sliders .sy-pager {
        display: none;
    }
    .rowContainer .flex-direction-nav .flex-next, .rowContainer .flex-direction-nav .flex-prev {
        width: 24px;
        height: 24px;
        margin: -12px 0 0;
    }
    .rowContainer .flex-direction-nav .flex-next:before, .rowContainer .flex-direction-nav .flex-prev:before {
        font-size: 26px;
        text-indent: 9px;
    }
    .rowMod {
        margin: 15px 0 0 0;
        padding:0;
    }
    .footer {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #191919;
    }
    .footer .footer_con, 
    .footer .footer_con_wrap, 
    .footer_con .link_list, 
    .footer_con .footer_attention, 
    .footer_jobs, 
    .footer_contact, 
    .footer_jobs {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer_jobs, 
    .footer_contact, 
    .footer_jobs, 
    .footer_con .footer_attention {
        min-height: auto;
    }
    .link_list {
        text-align: center;
    }
    .link_list li {
        width: auto;
        float: none;
        margin: 0 10px;
        display: inline-block;
    }
    .footer_copyright {
        width: 100%;
        border-top: 1px solid #191919;
        margin: 10px 0;
        padding: 10px 0;
        text-align: center;
    }
    .footer .footer_con {
        min-height: auto;
    }
}

/* 前台公共样式 */
.btn-group>.btn-deepblue-nz, .btn-deepblue-nz {
    border-color: #2f4060;
    background-color: #23324e;
    color: rgba(225,235,245,.9);
}