﻿@charset "utf-8";
/*公用样式*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span { padding: 0; margin: 0; }
body { font-size: 14px; font-family: "Microsoft YaHei","微软雅黑","宋体",Arial, sans-serif; line-height: 24px; -webkit-text-size-adjust: none; color: #333; background: #fff; }
*html { background-image: url(about:blank); background-attachment: fixed; }
*:focus{ outline:none;}
.begin { transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  }
.stop, .stop * { transition: none; -o-transition: none; -webkit-transition: none; -moz-transition: none; }
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

input { border: none; background: none; padding: 0; font-family: "microsoft yahei"; margin: 0; }
ins, s { text-decoration: none; }
li, ol { list-style: none; }
a { text-decoration: none;color: #333;outline: none;font-size: 14px; }
a:active { star: expression(this.onFocus=this.blur());  }
a:hover { cursor: pointer;text-decoration: none; }
a:visited,a:active,a:link{ text-decoration: none;}
.white, .white a, .white a:hover { color: #FFF;  }
.yellow, .yellow a, .yellow a:hover { color: #ff7800; }
.black, .black a, .black a:hover { color: #585858; }
.black2, .black2 a, .black2 a:hover { color: #0a0a0a; }
.red, .red a, .red a:hover { color: #af1f1f; }
.blue, .blue a, .blue:hover, .blue a:hover { color: #72d0ff; }
.underline { text-decoration: underline; }
img { border: none; }
/*高*/
.h20{ height:20px;}
/*浮动*/
.fl, .fr, .lifl li { float: left; display: inline; list-style: none; }
.fr { float: right; }
.fl { float: left; }
/*字体*/
.yahei { font-family: 'Microsoft Yahei'; }
/*清除浮动*/
.clear { clear: both; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
/*元素显示*/
.dib { display: inline-block;}
.db { display: block; }
.dn { display: none;}
.di { display: inline;}
/*标题*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h2 { font-family: "Microsoft Yahei"  }
/*对齐方式*/
.tar { text-align: right; }
.tac { text-align: center; }
.tal { text-align: left!important; }
/*字体颜色*/
.c3{ color:#333; }
.c6{ color:#666; }
.c9{ color:#999; }
.c-blue{ color: #1362a4!important; }
.c-gray{ color:#f0f0f0; }
/*字体大小*/
.f14 { font-size: 14px; }
.f16 { font-size: 16px; font-weight: bold; }
.f12 { font-size: 12px; }
.f18 { font-size: 18px; }
.f34 { font-size: 34px!important; }
/*外边距*/
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mr15 { margin-right: 15px; display: inline-block; }
.mr20 { margin-right: 20px; }
.mt0{ margin-top: 0!important;}
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt48 { margin-top: 48px!important; }
.mr0{ margin-right: 0!important;}
.ml20{ margin-left: 20px; }
/*内边距*/
.p0 { padding: 0; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.pl100 { padding-left: 100px; }
.pl120 { padding-left: 20px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pb0 { padding-bottom: 0!important; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
/*边框*/
.bl1{ border-left: 1px solid #dddddd; }
.bl0{ border-left: 0!important; }
.bb0 { border-bottom:0!important; }
.bb1{ border-bottom: 1px solid #dedede; }
.bt0 { border-top:0!important; }
.bb-dc { border-bottom: 1px solid #dcdcdc; }
.bb-green{ border-bottom:1px solid #39b366;}
/*宽度*/
.w100{ width:100px; }
/*定位*/
.por { position: relative; }
.poa { position: absolute; }
.pof { position: fixed; }
.pos { position: static; }
/*字间距*/
.lh24 { line-height: 24px; }
/*icon*/
i{
    /*background: url(../bg/c-icons.png) no-repeat;*/
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.foot-logo{
    /*background: url(../bg/foot-logo.png) no-repeat;*/
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
.i-twitter{
    background-image: url(../bg/foot-logo/twitter-tran.png);
    background-image: url(../bg/foot-logo/twitter-tran.svg),none;
}
.i-twitter:hover{
    background-image: url(../bg/foot-logo/twitter-w.png);
    background-image: url(../bg/foot-logo/twitter-w.svg),none;
}
.i-facebook{
    background-image: url(../bg/foot-logo/facebook-tran.png);
    background-image: url(../bg/foot-logo/facebook-tran.svg),none;
}
.i-facebook:hover{
    background-image: url(../bg/foot-logo/facebook-w.png);
    background-image: url(../bg/foot-logo/facebook-w.svg),none;
}
.i-linkedin{
    background-image: url(../bg/foot-logo/in-tran.png);
    background-image: url(../bg/foot-logo/in-tran.svg),none;
}
.i-linkedin:hover{
    background-image: url(../bg/foot-logo/in-w.png);
    background-image: url(../bg/foot-logo/in-w.svg),none;
}
.i-youtube{
    background-image: url(../bg/foot-logo/you-tran.png);
    background-image: url(../bg/foot-logo/you-tran.svg),none;
}
.i-youtube:hover{
    background-image: url(../bg/foot-logo/you-w.png);
    background-image: url(../bg/foot-logo/you-w.svg),none;
}
.i-logo{
    width: 154px;
    height: 47px;
    background-image: url(../bg/logo-white.png);
    background-image: url(../bg/logo-white.svg),none;
    display: inline-block;
    vertical-align: middle;
}
.i-wechat{
    width: 28px;
    height: 24px;
    background-image: url(../bg/wechat.png);
    background-image: url(../bg/wechat.svg),none;
    margin-right: 15px;
}
.i-in{
    width: 23px;
    height: 23px;
    background-image: url(../bg/in.png);
    background-image: url(../bg/in.svg),none;
    margin-right: 15px;
    margin-bottom: 7px;
}
.i-hq{
    width: 50px;
    height: 50px;
    background-image: url(../bg/i-hq.png);
    background-image: url(../bg/i-hq.svg),none;
}
.i-team{
    width: 50px;
    height: 57px;
    background-image: url(../bg/i-team.png);
    background-image: url(../bg/i-team.svg),none;
}
.i-manage{
    width: 43px;
    height: 43px;
    background-image: url(../bg/i-manage.png);
    background-image: url(../bg/i-manage.svg),none;
}
.i-special{
    width: 48px;
    height: 52px;
    background-image: url(../bg/i-special.png);
    background-image: url(../bg/i-special.svg),none;
}
.i-check{
    width: 26px;
    height: 26px;
    background: url(../bg/check.svg) no-repeat;
}
@media (max-width: 480px){
    .foot-logo{
        width: 34px;
        height: 34px;
    }
    .i-logo{
        width: 110px;
        height: 34px;
    }
    .i-wechat,.i-in{
        margin-right: 6px;
    }
    .i-check{
        width: 22px;
        height: 22px;
    }
    .i-hq{
        width: 35px;
        height: 35px;
    }
    .i-team{
        width: 35px;
        height: 35px;
    }
    .i-manage{
        width: 30px;
        height: 30px;
    }
    .i-special{
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 414px){
    .i-wechat{
        width: 18px;
        height: 18px;
    }
    .i-in{
        width: 18px;
        height: 18px;
    }
}

#wrapper,section{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
#wrapper {
    font-size: 100%;
}
.layout{
    width: 1200px;
    margin:0 auto;
}
@media (max-width: 1200px){
    .layout{
        width: 96%;
    }
}
/*nav*/
nav {
    background: #fff;
    width: 100%;
    height: 70px;
    z-index: 1000;
}
.fixed-top {
    top: 0;
    position: fixed;
    opacity: 0.9;
}
.nav-shadow{
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.container{
    padding-right: 0;
    padding-left: 0;
    margin:0 auto;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (max-width: 1200px){
    .container {
        width: 100%;
    }
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.logo{
    margin-top: 12px;
    float:left;
    width: 154px;
    height: 47px;
}
.logo a{
    display: block;
}
.logo .a-logo img{
    width:100%;
}
nav .nav-list{
    float: left;
    padding-left: 20px;
    padding-right: 0;
}
nav ul{
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}
nav ul li {
    display: inline-block;
    position: relative;
    margin:0 20px;
}
@media (max-width: 1040px){
    nav ul li{
        margin:0 15px;
    }
}
@media (max-width: 914px){
    nav .nav-list{
        padding-left: 20px;
    }
}
@media (max-width: 890px){
    nav .nav-list{
        padding-left: 10px;
    }
    nav ul li{
        margin:0 10px;
    }
}
@media (max-width: 812px){
    nav .nav-list{
        padding-left: 0;
    }
}
@media (max-width: 800px){
    nav ul li{
        margin:0 8px;
    }
}
@media (max-width: 784px){
    nav ul li{
        margin:0 5px;
    }
}
nav ul li a{
    display: inline-block;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #111;
    font-size: 16px;
}
nav ul li.checked a,nav ul li a:hover{
    color: #1362a4;
}
nav .login{
    height: 70px;
    line-height: 70px;
}
nav .login .a-btn{
    display: block;
    float: left;
    /*width: 53px;*/
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: 19px;
    text-align: center;
    border-radius: 3px;
}
nav .login .a-btn:last-child{
    margin-right: 0;
}
nav .login .a-btn.cur,nav .login .a-btn:hover{
    color: #fff;
    background: #1362a4;
}
/*mobile-top*/
.mobile-top{
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 1000;
}
.logo-mini {
    margin-left: 5px;
    margin-top: 10px;
    width: 110px;
    height: 34px;
}
.logo-mini a{
    display: block;
}
.mobile-icons {
    height: 50px;
    line-height: 50px;
}
.mobile-icons .login{
    margin-right: 10px;
}
.mobile-icons .login .a-btn{
    font-size: 12px;
    padding:5px;
    color: #fff;
    background: #1362a4;
    border-radius: 3px;
}
.mobile-icons .top-icon{
    margin-right: 8px;
    width: 20px;
    height: 15px;
}
/*footer*/
.footer{
    background: #333;
    padding:40px 10px 20px;
}
.footer ul{
    margin-bottom: 20px;
}
.footer ul li{
    /*padding-left: 0;
    padding-right: 0;*/
    height: 194px;
}
.footer ul li h3{
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.footer ul li a{
    color: #fff;
    line-height: 30px;
    display: block;
}
.footer ul li a.img{
    width: 112px;
}
.footer ul li a.img img{
    width: 100%;
}
.footer ul li dl{
    margin-top: 10px;
}
.footer ul li dl>dd{
    float: left;
    margin-right: 10px;
    margin-bottom: 34px;
}
.footer ul li dl>dd:last-child{
    margin-bottom: 0;
}
.footer ul li dl>dd .a-icon{
    display: inline-block;
}
.footer .copyright{
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
@media (max-width: 480px){
    .footer{
        padding:20px 0 10px;
    }
    .footer ul{
        margin-bottom: 0;
    }
    .footer ul li{
        padding-left: 5px;
        padding-right: 0;
        height: 145px;
        margin-bottom: 5px;
    }
    .footer ul li h3{
        font-size: 16px;
        line-height: 30px;
    }
    .footer ul li a{
        font-size: 12px;
        line-height: 24px;
    }
    .footer ul li a.img{
        width: 90px;
    }
    .footer ul li dl>dd{
        margin-right: 4px;
        margin-bottom: 10px;
    }
}
/*分页*/
.pageNum {
    text-align: right;
    height: 50px;
    margin-bottom: 60px;
    color: #999;
}
.pageNum a, .pageNum span {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    margin: 0 -1px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
}
.pageNum a:hover, .pageNum span.cur {
    height: 45px;
    line-height: 45px;
    background: #1362a4;
    color: #fff;
}
.pageNum .text {
    height: 43px;
    line-height: 43px;
    border: 1px solid #e6e6e6;
    width: 60px;
    text-align: center;
}
@media (max-width: 480px){
    .pageNum{
        margin-bottom: 30px;
        height: 28px;
    }
    .pageNum a, .pageNum span{
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
    }
    .pageNum a:hover, .pageNum span.cur{
        height: 28px;
        line-height: 28px;
    }
}
@media (max-width: 384px){
    .pageNum{
        margin-bottom: 20px;
        height: 26px;
    }
    .pageNum a, .pageNum span{
        height: 22px;
        line-height: 22px;
        padding: 0 6px;
    }
    .pageNum a:hover, .pageNum span.cur{
        height: 24px;
        line-height: 24px;
    }
}
/*手机版导航*/
#wrapper {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}
#wrapper, #tab_main_nav_mobile_container {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
#wrapper.mobile-menu-open {
    left: -100% !important;
}
#tab_main_nav_mobile_container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    transition: all 300ms ease-in;
    z-index: 99999;
}
#tab_main_nav_mobile_container.mobile-menu-open {
    right: 0;
    box-shadow: -5px 0 10px rgba(0,0,0,.2);
}
#tab_main_nav_mobile_container ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 20px;
}
#tab_main_nav_mobile_container ul li a {
    display: block;
    color: #333;
}
#tab_main_nav_mobile_container ul li a:hover{
    color: #1362a4;
}
#tab_main_nav_close_mobile a{
    display: block;
    float:right;
    padding:0 15px;
    margin-right: -15px;
}
#tab_main_nav_close_mobile a img{
    width: 32px;
    height: 32px;
}
#tab_main_nav_mobile_container .btn{
    border:none;
}
#tab_main_nav_mobile_container .btn a{
    display: block;
    margin:0 auto;
    width: 170px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #666;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.8em;
}
#tab_main_nav_mobile_container .btn.login{
    margin-top: 30px;
}
#tab_main_nav_mobile_container .btn.login a{
    border:none;
    color:#fff;
    background-color: #cc0000;
}
/* popups 弹窗*/
.popups{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}
.popups table {
    width: 100%;
    height: 100%;
}
.popups table tr td {
    text-align: center;
    vertical-align: middle;
}
.msgarea .forget {
    width: 500px!important;
}
.msgarea .forget .word p{
    line-height:32px;
}
.popups .forget {
    width: 400px;
    height: auto;
    padding:20px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    z-index: 10002;
    margin: auto auto;
}
.popups .forget .word{
    /*padding: 30px 20px 0;*/
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.popups .forget .push a{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-right: 10px;
    border-radius: 2px;
    box-shadow: 2px 2px 8px #888888;
    letter-spacing: 4px;
}
.popups .forget .push a.on,.popups .forget .push a:hover{
    background: #1362a4;
    color: #fff;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity:50);
    z-index: 10001;
}
@media (max-width: 414px){
    .popups .forget{
        width: 90%;
    }
}
.carousel-inner>.item>img{
    width: 100%;
}