body{
    overflow-x: hidden;
}
.red{
    color:#da1d1d !important;
}
.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-top{
    padding-top: 0 !important;
}
.btn-primary{
    background: #2b3a6e;
    border:1px solid #2b3a6e;
}
/*top*/
.page_top{
    background: url("../img/bg-top.png") repeat-x;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
}
.page_top .container{
    display: block;
    max-width: 1200px;
    margin: auto;
    height: 36px;
}
.page_top a{
    margin:0 10px;
    color: #FFFFFF;
}
.page_top .container .pull-right>div:last-child{
    margin-left: 50px;
    height: 36px;
}
.page_top .container .pull-right>div:last-child span{
    font-size: 20px;
    padding-right: 5px;
    vertical-align: -2px;
}
.page_top .container .pull-right>div:last-child>p{
    margin-bottom: 0;
}
/*logo*/
.page_logo{
    max-width: 1200px;
    margin: 20px auto 10px auto;
}
.page_logo button,
.page_logo input{
    border:none;
    height: 40px;
    border-radius: 0;
}
.page_logo .col-lg-12>div:nth-last-of-type(2){
    /*padding: 0 60px;*/
}
.box_search{
    border:2px solid #515a85;
}
.box_search button:nth-of-type(1){
    background: #f1f1f1 ;
}
.box_search button:nth-last-child(1){
    background: #515a85 ;
    color: #FFFFFF;
    padding: 0 40px;
}
.box_search button:first-child>span{
    margin-left: 20px;
}
.search_list{
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    margin-left: -2px;
    margin-top: 0;
    background: #515a85;
}
.search_list>li>a{
    color: #FFFFFF;
}
.search_a{
    margin-top: 5px;
}
.search_a>a{
    font-size: 12px;
    color: #939393;
    margin-right: 20px;
}
.follow{
    text-align: right;
    margin-bottom: 0;
}
.follow a{
    display: inline-block;
    width: 45px;
    height: 45px;
}
.follow .weibo{
    background: url("../img/ico/ico-weibo.png") no-repeat;
}
.follow .weixin{
    background: url("../img/ico/ico-weixin.png") no-repeat;
    margin-left: 10px;
}
/*导航*/
.navbar-nav > li > a{
    padding: 10px 25px 13px 25px;
    font-size:16px;
    color:#000;
    font-weight: 600;
    /*border-top: 3px solid #dcdcdc;*/
}
.navbar{
    min-height: 45px;
    margin-bottom: 0;
    background: url("../img/bg_nav.png") repeat-x;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CACACA;
}
.navbar-toggle{
    margin-bottom: 0;
}
#navMenu .navbar-nav{
    margin-top: 2px;
    margin-bottom: 0;
}
@media screen and (max-width:750px ){
    #navMenu .navbar-nav > li > a{
        border-top: 1px solid #DCDCDC !important;
    }
    /*多级菜单*/
    .navbar_menu > ul > li {
        width: 100%;
    }
    .navbar_menu > ul > li ul {
        width: 100%;
        background: #EEEEEE;
        list-style: none;
        padding-left: 0;
        display: none;
    }
    .navbar_menu > ul > li ul > li > a {
        display: block;
        line-height: 42px;
        padding-left: 50px;
        color: #666666;
        border-bottom: 1px solid #FFFFFF;
    }
    .navbar_menu > ul > li ul > li > a:hover {
        background: #DDDDDD;
        cursor: pointer;
    }
}
@media screen and (min-width:750px ) {
    /*多级菜单*/
    .navbar_menu > ul > li {
        position: relative;
    }

    .navbar_menu > ul > li ul {
        position: absolute;
        top: 42px;
        left: 0;
        z-index: 99;
        width: 200px;
        background: #DDDDDD;
        list-style: none;
        padding-left: 0;
        display: none;
    }

    .navbar_menu > ul > li ul > li > a {
        display: block;
        line-height: 42px;
        padding-left: 30px;
        color: #666666;
    }

    .navbar_menu > ul > li ul > li > a:hover {
        background: #EEEEEE;
        cursor: pointer;
    }

    /*下一级*/
    .navbar_menu > ul > li ul:not(.firstUl) {
        position: absolute;
        top: 0px;
        left: 200px;
        z-index: 99;
        width: 200px;
        background: #FFFFFF;
        list-style: none;
        padding-left: 0;
        display: none;
    }
}
/*banner*/
.device {
    width: 100%;
    background: #111;
    height:330px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 480px) { 
  .device {
    height:80px;
  }
}

.swiper-slide {
    width:100%;
}

.swiper-slide img {
    width:100%;
}

.device .arrow-left {
    background: url(../img/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 99;
}
.device .arrow-right {
    background: url(../img/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 99;
}
.swiper-container {
    margin: auto;
    width: 100%;
}

.device .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 99;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
/*main_content*/
.main_content{
    max-width: 1200px;
    margin:20px auto 20px auto;
}
/*左侧响应式菜单*/

@media screen and (min-width:750px ){
    #navLeft .navbar-nav{
        width: 100%;
    }
    #navLeft .navbar-collapse{
        padding: 0;
    }
    .nav_container{
        padding: 0;
    }

}
@media screen and (max-width:750px ){
    .main_content .col-lg-12{
        padding: 0;
    }
    .main_content .col-lg-12 .col-lg-3{
        padding: 0;
    }
    #navLeft .navbar-collapse{
        width: 100%;
    }
    #navLeft .navbar-nav{
        margin-top: 0;
        margin-bottom: 0;
    }
    .main_content{
        margin-top:0;
    }

}
/*panel*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading{
    border-radius: 0;
}
.panel_box{
    padding: 0;
    border:1px solid #e3e3e3;
}
.panel_box .panel-heading{
    /*height: 24px;*/
    padding-top: 0;
    padding-bottom: 0;
}
.panel_box .panel-heading>h3{
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}
.panel_box .panel-title{
    margin: 0;
    font-size:24px;
    border-bottom: 2px solid #CCCCCC;
}
.panel_box .panel-title>a{
    font-size:14px;
}
.panel_box .panel-body{
    padding-top: 10px;
    padding-bottom: 10px;
}
.panel_box .panel-body>ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.panel_box .panel-body>ul>li{
    position: relative;
    padding-right: 30px;
    line-height: 36px;
    width: 100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-text-overflow:ellipsis;
}
.panel_box .panel-body>ul>li>a{
    color: #666666;
    padding-right: 30px;
}
.panel_box .panel-body>ul>li>span{
    font-size: 2px;
    vertical-align: middle;
    padding-right: 10px;
}
.panel_box .panel-body>ul>li>img{
    position: absolute;
    top:14px;
    right: 0;
}
/*panel_yellow*/
.panel_yellow .panel-title{
    border-bottom: 2px solid #9e8841;
}
.panel_yellow .panel-heading>h3,
.panel_yellow .panel-body>ul>li>span{
    color: #9e8841;
}
/*panel_red*/
.panel_red .panel-title{
    border-bottom: 2px solid #ed3c58;
}
.panel_red .panel-heading>h3,
.panel_red .panel-body>ul>li>span{
    color: #ed3c58;
}
/*panel_blue*/
.panel_blue{
    margin-top: 20px;
}
.panel_blue .panel-title{
    border-bottom: 2px solid #2c3b6e;
}
.panel_blue .panel-heading>h3,
.panel_blue .panel-body>ul>li>span{
    color: #9e8841;
}
.panel_blue .panel_text{
    color: #666666;
    margin-top: 5px;
    margin-bottom: 5px;
}
.panel_blue .panel_text>img{
    width: 56px;
}
.panel_blue .panel_text>p:before{
    
    color: #9e8841;
    font-weight: bold;
    font-size: 40px;
    line-height: 30px;
    display: inline-block;
}
.panel_blue .panel_text>p:after{
    
    color: #9e8841;
    font-weight: bold;
    font-size: 40px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 5px;
    height: 28px;
    vertical-align: text-top;
}

.indexlpic {
    width :30%;
    float: left;
}

.indexlpic img {
    width:50px;
    height:50px;
}

.indexrtext {
    width:60%;
    float: left;
    padding-left:10px;
}

/*panel_login*/
.panel_login{
    background: #f5f5f5;
}
.panel_login .panel-heading{
    background: #2c3b6e;
}
.panel_login .panel-title{
    border-bottom: none;
    color: #FFFFFF;
    font-size: 20px;
}
.panel_login .panel-body{
    padding-top: 20px;
}
.panel_login .form-group label{
    display: inline;
    font-weight: normal;
}
.panel_login .form-group input{
    margin-top: 5px;
}
.panel_login .checkbox label{
    font-size: 12px;
    color: #666666;
}
/*热门板块*/
.panel_hot .panel-heading{
    border-bottom:1px solid #DBDBDB;
    padding: 0;
    margin: 0 15px;
}
.panel_hot .panel-title{
    display: inline-block;
    border-bottom: 2px solid #2c3b6e;
    margin-bottom: -1px;
}
.panel_hot .panel_box .panel-body{
    overflow: hidden;
}
.panel_hot .panel_box .panel-body > ul > li{
    width: 18%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-right: 0;
    text-overflow: clip;
    background: #c0a960;
}
.panel_hot .panel_box .panel-body > ul > li:hover{
    transition: .2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.panel_hot .panel_box .panel-body > ul > li > a{
     padding: 0;
    text-decoration: none;
}
.panel_hot .panel_box .panel-body > ul > li > a > p{
    margin: 0 ;
    color: #FFFFFF;
    text-align: center;
}
.panel_hot .panel_box .panel-body > ul > li > a > img{
    height: 165px;
}
@media screen and (max-width:750px ){
    .panel_hot{
        padding-right: 15px !important;
    }
}

.no_user{
    margin: 12px 0 20px 0;
    color: #666666;
}
.no_user>a{
    margin-left:10px;
    color: #ef5b1b;
}
.no_user>a:hover{
    color: #d15019;
}
/*广告位*/
.adv_img{
    padding-left:0;
    padding-right: 0;
}
.adv_img img{
    width: 100%;
}
.addiv {
    width: 50%;
}
@media screen and (max-width:480px ){
    .addiv {
        width: 100%;
    }
}
/*子页面菜单*/
.multiLevel_menu>p{
    background: #19225e;
    margin-bottom: 0;
    line-height: 50px;
    color: #FFFFFF;
    padding-left: 20px;
    font-size:16px;
}
.multiLevel_menu #treeview1>ul{
    border:1px solid #9e8841;
}
.multiLevel_menu #treeview1>ul>li{
    border-left:none;
    border-right: none;
    border-radius: 0;
}
.multiLevel_menu #treeview1>ul>li:last-of-type{
    border-bottom: none;
}
/*panel_full_blue*/
.panel_full_blue{
    background: #19225e;
}
.panel_full_blue .panel-heading .panel-title{
    color: #FFFFFF;
    font-size: 16px;
    border-bottom: none;
}
.panel_full_blue .panel-body{
    background: #FFFFFF;
    margin: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom:0;
}
.panel_full_blue .panel-body > ul > li{
    padding-left: 30px;
    padding-right: 40px;
    border-bottom: 1px dotted #acacac;
    line-height: 46px;
}
.panel_full_blue .panel-body > ul > li:last-of-type{
    border-bottom: none;
}
.panel_full_blue .panel-body > ul > li > img {
    position: absolute;
    top: 10px;
    left: 0;
}
.panel_full_blue .panel-body .pdf_down{
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    color: #ea8010;
}

/*子页面内容*/
.child_content>h1{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #19225e;
    line-height: 50px;
    border-bottom: 1px solid #19225e;
}
.child_content .media{
    margin-top: 1px;
    padding-top: 20px;
}
.child_content .media .media-left>a{
    border: 1px solid #dddddd;
    overflow: hidden;
    display: block;
    margin-right: 10px;
}
.child_content .media .media-object{
    width: 100%;
    height: 100%;
}
.child_content .media .media-body .media-heading{
    font-size:16px;
    color: #19225e;
    padding-bottom: 5px;
}
.child_content .media .media-body .media-heading>a{
    color: #19225e;
}
.child_content .media .media-body>p{
    line-height: 22px;
    color: #666666;
}
/*期刊*/
.publication_list{
    overflow: hidden;
}
.publication_list .col-lg-4{
    padding: 0;
    overflow: hidden;
}
.publication_list .col-lg-4 .publication_img{
    border:1px solid #c0a960;
    margin: 20px 10px 5px 10px;
    background: #c0a960;
}
.publication_list .col-lg-4 .publication_img>a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    line-height: 36px;
    font-size:14px;
}
.publication_list .col-lg-4>a{
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #666666;
    font-size:12px;
}
.publication_list .col-lg-4 img{
    width: 100%;
}
.publication_list .col-lg-4 .publication_img:hover{
    transition: .2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/*培训服务*/
.child_content_border .media{
    padding: 10px;
    border:1px solid #DDDDDD;
    margin-top: 20px;
}
.content_title{
    border-bottom: 2px solid #19225e;
}
.content_title>h1{
    border-bottom: 1px solid #19225e;
    margin: 0;
    margin-bottom: 1px;
    line-height: 50px;
    font-size: 20px;
    color: #19225e;
}
.child_content_border .media-left>a{
    position: relative;
}
.child_content_border .video-play{
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/video-play.png") center no-repeat;
}
/*组织培训*/
.media_text{
    padding: 5px;
}
.media_text{
    padding: 5px;
}
.media_text .provider{
    display: inline-block;
    width: 100%;
    color: #666666;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
/*资源中心*/
.resources_list{
    overflow: hidden;
}
.resources_list .col-lg-3{
    padding: 0;
    overflow: hidden;
}
.resources_list .col-lg-3 .resources_img{
    border:1px solid #c0a960;
    margin: 20px 10px 5px 10px;
    background: #c0a960;
}
.resources_list .col-lg-3 .resources_img>a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    line-height: 36px;
    font-size:14px;
}
.resources_list .col-lg-3 img{
    width: 100%;
}
.resources_list .col-lg-3 .resources_img:hover{
    transition: .2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/*下载中心*/
.download_list{
    list-style: none;
    padding: 0;
}
.download_list>li{
    line-height: 50px;
    border-bottom:1px dashed #CCCCCC;
}
.download_list>li>a{
    color: #666666;
    margin-left: 10px;
}
.download_list>li>a:last-of-type{
    color: #ea8010;
    font-weight: bold;
}
/*文本(图文信息)*/
.textBox{
    padding: 20px;
    overflow: hidden;
}
.textBox p{
    line-height: 30px;
    font-size: 14px;
    text-indent: 2em;
}
.textBox table tr td{
    border:1px solid #eee;
}

/*企业文化*/
.about_content .media{
    padding-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #DDDDDD;
}
.about_content .media .media-left > a,
.about_content .media .media-right > a{
    display: block;
    width: 220px !important;
    height: 140px !important;
    border:none;
}
.about_content p{
    text-indent: 0;
}
.textBox .page-header{
    margin-top: 0;
}
.textBox .page-header>small{
    padding-left: 10px;
    padding-right: 10px;
    color: #666666;
}
/*招贤纳士*/
.search_nav{
    background: #EEEEEE;
    border:1px solid #DDDDDD;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.dl_text>dd>span{
    width: 100px;
    display: inline-block;
}
/*分页*/
.nav_pagination{
    margin-top: 70px;
}
.nav_pagination .pagination{
    margin-left: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > li >a{
    color: #19225e;
}
.pagination > li.active >a{
    background: #19225e;
    border-color: #19225e;
}
.pagination > li.active >a:hover{
    background: #19225e;
    border-color: #19225e;
}
/*foot*/
.footer_content{
    background: #2f2f2f;
    padding-top: 40px;
    border-top:2px solid #9e8841;
}
.footer_content .col-lg-12:first-of-type{
    padding-bottom: 50px;
}
.footer_content ul{
    float: left;
    list-style: none;
    padding-left: 0;
    padding-right: 60px;
    min-height: 185px;
}
.footer_content li{
    list-style: none;
}
.footer_content li>h4{
    color: #a5a5a5;
    font-size: 14px;
    font-weight: bold;
}
.footer_content li>a{
    color: #6d6b6b;
    line-height: 30px;
    font-size: 12px;
}
.footer_content>.row{
    max-width: 1200px;
    margin: auto;
}
.footer_content .container-fluid:last-of-type{
    font-size: 12px;
    color: #6d6b6b;
    line-height: 30px;
    border-top:1px solid #404040;
}
.dnstEwm>p{
    color: #6d6b6b;
    padding-top: 10px;
}



.M-box{
    position: relative;
    text-align: center;
    zoom: 1;
    margin: 30px 0 40px 0;
}
.M-box:before,.M-box:after{
    content:"";
    display:table;
}
.M-box:after{
    clear:both;
    overflow:hidden;
}
.M-box li{
    float: left;
    margin-right:5px;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    list-style-type:none;
}
.M-box .thisclass{
    float: left;
    margin-right:5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #19225e;
    color: #fff;
    font-size: 14px;
    border: 1px solid #19225e;
}
.M-box a{
    float: left;
    margin-right:5px;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #999999;
    color: #999999;
    font-size: 14px;
}
.M-box a:hover{
    color:#fff;
    border: 1px solid #19225e;
    background: #19225e;
    transition: .1s;
}
.M-box .next,.M-box .prev{
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}
.now,.count{
    padding:0 5px;
    color:#f00;
}




.child_content table td{border:1px solid #999;}


.services ul li{width:47%;height:68px;list-style-type:none;
    float:left;line-height:68px;font-size:12px;
    text-align:center;border:1px solid #e6e6e6;margin:10px 5px 0 0;}
.services ul li img{margin-right:10px;}
.services ul{width:100%;padding-top:10px; padding-left:10px;}
.services {padding-top:25px;}
.services hr {border-top:1px solid #666; margin:5px}



#imgbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/imgbox-spinner.gif') center center no-repeat;
    cursor: pointer;
    display: none;
    z-index: 90;
}

#imgbox-loading div {
    background: #FFF;
    width: 100%;
    height : 100%;
}

#imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80;
}

.imgbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    display: none;
    z-index: 90;
}

.imgbox-img {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.imgbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('../images/imgbox-close.png') top left no-repeat;
    cursor: pointer;
    outline: none;
}

.imgbox-title {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-family: Arial;
    color: #333;
    display: none;
}

.imgbox-bg-wrap {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none;
}

.imgbox-bg {
    position: absolute;
    width: 20px;
    height: 20px;
}

.imgbox-bg-n {
    left: 0;
    top: -20px;
    width: 100%;
    background: url(../images/imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
    right: -20px;
    top: -20px;
    background: url(../images/imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
    right: -20px;
    top: 0;
    height: 100%;
    background: url(../images/imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
    right: -20px;
    bottom: -20px;
    background: url(../images/imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
    left: 0;
    bottom: -20px;
    width: 100%;
    background: url(../images/imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
    left: -20px;
    bottom: -20px;
    background: url(../images/imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
    left: -20px;
    top: 0;
    height: 100%;
    background: url(../images/imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
    left: -20px;
    top: -20px;
    background: url(../images/imgbox-bg-nw.png) no-repeat;
}