/* Css for , Version=1754504507 */
 #articleHeader h2 {display:inline-block;}
.headerSortUp {display:inline-block; margin-left: 5px; margin-right: 5px;color: #707070}
.headerSortDown {display:inline-block; margin-left: 5px; margin-right: 5px;color: #707070}
#articleHeader .header {display:inline-block; margin-left: 5px; margin-right: 5px;color: #707070}
#articleHeader .header:after {font-family: ZenIcon;font-weight: normal;content: " \e6bd";font-size: 14px;}
.headerSortUp:after {font-family: ZenIcon;font-weight: normal;content: " \e6b9";font-size: 14px;color: #2973EA;}
.headerSortDown:after {font-family: ZenIcon;font-weight: normal;content: " \e6b8";font-size: 14px;color: #2973EA;}

.item .media.pull-left{margin-right: 10px;}
.item .media.pull-right{margin-left: 10px;}
body, html {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Han Sans CN', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f4f6f8;
    font-size: 14px;
    color: #1a1a1a;
}
body, div, ul, li, ol, dl, dt, p, dd, img, input, a, span, h1, h2, h3, h4 {
    font-family: 思源黑体, Arial, Helvetica, sans-serif, ZenIcon !important;
}
body, div, ul, li, ol, dl, dt, p, dd, img, input, a, span, h1, h2, h3, h4 {
    /*font-size:16px;*/
}
.lunbo .carousel-caption h3 {
    font-size: 35px;
    font-weight: normal;
}
.lunbo .carousel-caption p {
    font-size: 20px;
    margin-top: 26px;
}
.lunbo #myNiceCarousel .carousel-caption {
    /*top: 50%;*/
    max-width: none;
}
.container h1{
    text-align: center;
}

.lunbo .carousel-caption{
  left:27%;
  top:58%;
}

.public-foot {
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    background: #353644;
    padding: 50px 0;
    border-bottom: solid 1px #3e3d49;
}
.public-foot h2 {
    margin-bottom: 20px;
    font-weight: normal;
}
.public-foot {
    font-weight: normal;
}
.public-foot img {
    width: 150px;
}

.page-wrapper{
    padding-top: 0;
}


/* 公共底部 --start */
.blocks.all-bottom.row>div {
    padding: 0;
}
.m-index-index .all-bottom {
    max-width: none; 
    width: 100%;
    margin: 0;
}
/* 公共底部 --end */
/* 站点 --start */
#footer .wrapper{
    max-width: none;
}

#footer .wrapper #powerby{
    display: none;
}
#footer a {
    color: #aaa;
}
/* 站点 --end */
/* 菜单栏展开下标颜色 -- start */
.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
/* 菜单栏展开下标颜色 -- end */
/* 修改首页dropdown-menu border 颜色 */
.dropdown-menu{
    /*border:1px solid rgba(69,69,80,1);*/
    border:none;
}
#navbar .dropdown-menu {
    margin-top: 0px;
}
/* 鼠标hover显示下标框 */
#navbarWrapper .navbar-nav>li:hover >a {
    border-bottom: 2px #30B7BA solid;
}

@media (max-width: 991px){
    #navbar .nav > li > a {
        padding: 26px 0px;
        min-width: 53px;
    }
    .is-mc-nav #siteTitle, #siteLogo img {
        width: 320px;
    }
}
@media (min-width: 768px){
    #navbar .nav > li > a {
        padding: 26px 0px;
    }
    .is-mc-nav #siteTitle, #siteLogo img {
        width: 320px;
    }
}


@media (max-width:768px){
    #navbarCollapse{
        background:rgba(48, 49, 61, 1);
    }
}


/* 轮播 自适应 -- start */

@media (min-width: 768px){
    .bannerLunbo .container {
        max-width: 750px;
        padding-left:0;
    }
}

@media (min-width: 992px){
    .bannerLunbo .container {
        max-width: 970px;
        padding-left:0;
    }
}

@media (min-width: 1200px){
    .bannerLunbo .container {
        max-width: 1170px;
        padding-left:0;
    }
}

/* 轮播 自适应 -- end */

/* ---------- 所有页面适配 start-------------- */ 

/* 轮播 -- start */

.bannerLunbo .container {
    text-align: left;
}

.bannerLunbo .carousel-inner .item img {
    max-height: 999.3px;
    width: 100%;
    min-height: 300px;
}

.bannerLunbo .carousel-inner .item:nth-child(1) .carousel-content {
    font-size: 54px;
    bottom: 50%;
    font-weight: 545;
    letter-spacing: 2px;
}

.bannerLunbo .carousel-content h3 {
    font-weight: 545;
    letter-spacing: 2px;
    /*font-size: 54px;*/
    font-size: 35px;
}

.bannerLunbo .h3font54 h3 {
    font-size: 54px ;
}
    
.bannerLunbo .carousel-content p {
    font-size: 22px;
}

.bannerLunbo .carousel-inner .carousel-content {
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
    color: #fff;
}

.bannerLunbo #myNiceCarousel .carousel-indicators li {
    display: inline-block;
    max-width: 60px;
    width: 20%;
    height: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: grey;
    border: 1px solid grey;
    border-radius: 1px;
    padding: 1px;
    margin: 0;
}

.bannerLunbo #myNiceCarousel .carousel-indicators .active {
    max-width: 60px;
    width: 20%;
    height: 2px;
    margin: 0;
    background-color: #fff;
    border: 1px solid white;
    /*没有这边框，切换的时候指针不会变白 */
    padding: 1px;
}


/* 轮播 自适应 -- start */

@media(max-width:1600px) {
    .bannerLunbo .carousel-inner .carousel-content {
        bottom: 200px;
    }
    .bannerLunbo .h3font54 h3 {
        font-size: 40px ;
    }
}

@media(max-width:1400px) {
    .bannerLunbo .carousel-inner .carousel-content {
        bottom: 150px;
    }
}

@media(max-width:1200px) {
    .bannerLunbo .carousel-inner .carousel-content {
        bottom: 100px;
    }
    .bannerLunbo .carousel-content h3 {
        font-size: 35px;
        letter-spacing: 8px;
    }
    .bannerLunbo .carousel-content p {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .bannerLunbo .carousel-inner .carousel-content {
        bottom: 50px;
    }
    .bannerLunbo .carousel-content h3 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .bannerLunbo .carousel-content p {
        font-size: 16px;
    }
}

@media(max-width:500px) {
    .bannerLunbo .carousel-inner .carousel-content {
        bottom: 20px;
    }
    .bannerLunbo .carousel-content h3 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .bannerLunbo .carousel-content p {
        font-size: 14px;
    }
}

/* 轮播 自适应 -- end */

/* 轮播 container与logo左对齐 -- start */

@media (min-width: 768px){
    .bannerLunbo .container {
        max-width: 750px;
        padding-left:0;
    }
}

@media (min-width: 992px){
    .bannerLunbo .container {
        max-width: 970px;
        padding-left:0;
    }
}

@media (min-width: 1200px){
    .bannerLunbo .container {
        max-width: 1170px;
        padding-left:0;
    }
}

/* 轮播 container与logo左对齐 -- end */

/* 轮播 -- end */
/* ---------- 所有页面适配 end-------------- */#block285{}#block285 .panel-heading{}.page-container>.blocks.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(48, 49, 61, 0);
  font-size: 16px;
}

/*.page-container>.blocks.fixed1{*/
/*    background: rgba(48, 49, 61, 0);*/
/*}*/

#navbar .nav>li.active>a {
  border-bottom: 2px solid #30B7BA;

}

#navbar .nav>li.active>a,
#navbar .nav>li.active>a:focus {
  background: none;
}

.page-container>.blocks,
#navbar .nav>li>a,
#navbar .nav>li.open>a,
#navbar .nav>li.active>a,
#navbar .nav li>ul>li>a {
  color: #fff;
  font-size: 18px;
}

#navbar .nav>li>a, #navbar .nav>li.active>a {}

.dropdown-menu a {
  font-size: 16px !important;
}

#navbar .nav>li.active>a:focus,
#navbar .nav>li.active>a:hover,
#navbar .dropdown-menu>li>a:hover {
  color: #fff;
}

#navbar .nav li>ul>li>a {
  color: #fff;
  background: rgba(48, 49, 61, 0.9);
}

#navbar .dropdown-menu li>a:hover {
  background: rgba(48, 49, 61, 0.7);
}

/*#navbar .nav > li > a:hover,#navbar .nav > li.open > a,#navbar,#header {*/
#navbar .nav>li>a:hover, #navbar .nav>li.open>a, #navbar {
  background: none;
}

#navbar .nav>li>a, #navbar .nav>li.active>a {
  margin-left: 5px;
  margin-right: 5px;
}

#header {
  border: none;
  /*background:none;*/
}

#navbar .nav>li:nth-child(6) a {
  font-size: 16px;
  /*margin-left: 75px;*/
}

#navbar .dropdown-menu>li:nth-child(5)>a {
  border-top: 1px solid rgba(255,255,255,0.3);
  /*position:relative;*/
}

/* 设置居中横线
#navbar .dropdown-menu>li:nth-child(5)>a::before {
    content:' ';
    display:block;
    position:absolute;
    width: 80%;
    height: 1px;
    left:10%;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}*/
#block286{}#block286 .panel-heading{}.navigation .navbar-nav>li:nth-child(2) {
    border-bottom: 2px #30B7BA solid;
}

 .proContainer{
    background: url(/res/images/服务/training_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 355px;
    text-align: center;
    margin-top: -100px;
}

.proContainer h1 {
    margin: 0;
    font-size: 32px;
    font-weight: normal;
    /*padding-top: 80px;*/
    padding-top: 200px;
    padding-bottom: 30px;
}

.proContainer span {
    color: #17bec4;
}

#header{
    background: none;
}

/* 清除文章页多于样式 --start  */
.page-container .page-content{
    width:100%
}

.page-container .breadcrumb{
    display:none;
}

.page-container #article{
    border: 0;
    padding: 0;
}

.page-container .article-content{
    padding:0;
}

.page-container #article header, .page-container #article footer{
    display:none;
}

.lunbo #myNiceCarousel .item img {
    margin: 0;
    padding: 0;
    border: 0;
}

/* 清除文章页多于样式 --end  */

/* 产品总页 清除多余样式 --start */

#columns #articleHeader,#mainContainer #articleHeader{
    display:none;
}

#mainContainer {
    margin-top:50px;
}

#mainContainer .clearfix:after{
    display:none;
}

#mainContainer #articleList{
    border:0;
}

#mainContainer .items .item {
    padding: 40px !important;
    border-bottom: none;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
    transition: all .5s;
}

#mainContainer .items .item .item-heading a {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}


#mainContainer .items .item:hover{
    background: #f0f0f0;
}

#columns {
    max-width: 1170px;
    margin: 40px auto;
}

.page-wrapper{
    padding-top: 0;
}

.page-wrapper .page-content{
    max-width: none;
}
/*
.navigation {
    background: rgba(48,49,61,0.7);
}
.navigation .wrapper ,.navigation .wrapper .container {
    background: none;
}
*/
.navigation  .wrapper, #header{
    /*background: rgba(48,49,61,0.7);*/
} 

.navigation ,.navigation .wrapper .container {
    background: none;
}

/* 产品总页 清除多余样式 --end */#block287{}#block287 .panel-heading{}#block287 .public-foot:before, #block287 .public-foot:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 10000px;
    background: #353644;
    top: 0;
    bottom: 0px;
    left: 100%;
    z-index: 0;
    border-bottom: solid 1px #3e3d49;
}

#block287 .public-foot:after {
    left: auto;
    right: 100%;
}

.public-foot {
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    background: #353644;
    padding: 50px 0;
    border-bottom: solid 1px #3e3d49;
}

/*.public-foot .leftcol, .public-foot .rightcol {*/
/*    width: 50%;*/
/*    margin: auto;*/
/*}*/

.public-foot h2 {
    margin-bottom: 20px;
    font-weight: normal;
}

.public-foot {
    font-weight: normal;
}

.public-foot img {
    width: 150px;
}