body{
    color: #313131;
    /*position: relative;*/
    /*left: 0;*/
}
a{
    color: #313131;
}
.clear{
    clear: both;
}
.pd-1{
    width: 80%;
    max-width: 1024px;
    padding: 28px 0;
    margin: 0 auto;
}
.pd-a{
    width: 50%;
    max-width: 900px;
    padding: 0.6rem 0 0.4rem 0;
    margin: 0 auto;
}
.pd-2{
    padding: 28px 0;
}
.pd-3{
    padding: 28px 80px;
}
.ft-1 li > h3{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.bg-gray{
    background-color: #f7f7f7;
}
.bg-dirtygray{
    background-color: #6f7b8b;
}
.title-1{
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}
/*首页课程推荐背景样式*/
.bg-texture-1{
    background: url("../../img/series_bg_01.png") top right no-repeat;
    background-size: 200% 200%;
}
.bg-texture-2{
    background: url("../../img/series_bg_02.png") top right no-repeat;
    background-size: auto 100%;
}
.bg-texture-3{
    background: url("../../img/series_bg_03.png") top right no-repeat;
    background-size: auto 100%;
}

.overflow-hid{
    overflow: hidden;
}
.title-left{
    float: left;
}
.title-right{
    float: right;
    color: #7d7d7d;
    line-height: 50px;
}
.blue{
    color: #0090d3;
}
a.blue{
    color: #0090d3;
}

/*header*/
/*#container.hbg{*/
    /*background: url("../../img/banner_h.jpg") top center no-repeat;*/
    /*background-size: 100% auto;*/
/*}*/
#menuMob{
    position: fixed;
    z-index: 10;
    left: -10.7rem;
    top: 0;
    color: #fff;
    width: 10.7rem;
    height: 100%;
}
#menuMob.show{
    position: relative;
    left: 0;
    top: 0;
    width: 330px;
    float: left;
    background-color: #6f7b8b;
}
#menuMob li.current{
    background:#4bb1a5;
    background:-moz-linear-gradient(left, #2ea4da, #4bb1a5);
    background:-webkit-linear-gradient(left, #2ea4da,#4bb1a5);
    background:-o-linear-gradient(left, #2ea4da, #4bb1a5);
}

#menuMob li.current.itfwgl{
    background:#604c9c;
}

#menuMob li.current.itzlgh{
    background:#126ba7;
}

#menuMob li.current.xmgl{
    background:#529455;
}

#menuMob li.current.xxaqgl{
    background:#b43945;
}

#menuMob li.current.glnl{
    background:#c77434;
}

#menuMob li.current.yydsj{
    background:#464f9f;
}

#menuMob li.current.ydhlkf{
    background:#25936e;
}

#menuMob li.current.xnhjsyrjkfyy{
    background:#804696;
}

#menuMob li.current.csxtglykf{
    background:#9a3c58;
}

#menuMob li.current.bgrjszcz{
    background:#135b60;
}


#menuMob .iconfont{
    color: #fff;
    line-height: 42px;
    margin-right: 15px;
    vertical-align: middle;
}
#menuMob .arr{
    display: none;
    float: right;
    padding-right: 10px;
    font-size: 16px;
}
#menuMob .swiper-slide .sec{
    padding-left: 82px;
}
#menuMob li.current .arr{
    display: block;
}
#menuMob .swiper-container{
    height: 100%;
}

#menuMob .swiper-slide > ul{
    background-color: #5b697c;
}
#menuMob .swiper-slide > ul > ul{
    background-color: #6f7b8b;
    padding-bottom: 50px;
}
#menuMob a{
    color: #fff;
}
#menuMob .swiper-slide > ul li{
    line-height: 62px;
    padding-left: 50px;
}
#menuMob .swiper-slide > ul > ul li{
    line-height: 42px;
}
#menuMob .bd{
    border-bottom: 1px solid #8b94a1;
}
#header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
#header .menu{
    display: none;
}
#header .navigation{
    display: block;
    overflow: hidden;
    position: absolute;
    font-size: 16px;
    left: 50%;
    margin-left: -25%;
}
#container{
    width: 100%;
    font-size: 16px;
}
#header{
    margin: 0 auto;
    /*padding: 28px 5% 15px 5%;*/
    font-size: 18px;
}
.navigation li{
    float: left;
    padding: 0 20px;
    line-height: 84px;
}
#header .logo{
    margin-right: 40px;
    cursor: pointer;
}
.title-right{
    font-size: 18px;
}

.navigation li.current a{
    color: #0090d3;
}
.navigation-slide{
    display: none;
}
.searchtop-container{
    position: absolute;
    top: 55px;
    right: 5%;
    padding-left: 10px;
    width: 17%;
    /*color: #fff;*/
    border:1px solid #d2d2d2;
    border-radius: 20px;
    opacity: 1;
    transition:all .4s;

}
.home .searchtop-container{
    color: #fff;
    background: rgba(255,255,255,.2);
    border: none;
}
.searchtop-container .iconfont{
    font-size: 0.2rem;
    cursor: pointer;
}
.searchtop-container.move{
    /*transform:translateX(50%);*/
    opacity: 1;
    visibility: visible;
}
.searchtop-container .close{
    position: absolute;
    right: 0.2rem;
    top:0;
    font-style: normal;
    display: none;
}
.searchtop-container input{
    width: 85%;
    /*color: #fff;*/
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 100;
}
.home .searchtop-container input{
    color: #fff;
}
.home .searchtop-container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:0.7;
}

.home .searchtop-container input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:0.7;
}

.home .searchtop-container input:-ms-input-placeholder{
    color: #fff;opacity:0.7;
}

.home .searchtop-container input::-webkit-input-placeholder{
    color: #fff;opacity:0.7;
}

.slideicon{
    display: none;
}
#header .logo{
    float: left;
}
#header .search{
    top: 50%;
    right: 0;
    margin-top: -19px;
    cursor: pointer;
}
@media screen and (max-width: 900px){
    #header .search{
        margin-top: -0.35rem;
    }
}
#header .searchpanel .search{
    display: block;
    top: 50%;
    left: 50%;
    margin-left: 5.7rem;
    margin-top: -0.15rem;
}
@media screen and (min-width: 1280px){
    #header .searchpanel .search{
        width: 40px;
        margin-left: 460px;
        font-size: 26px;
        margin-top: -15px;
    }
}
.banner{
    position: relative;
    width: 100%;
    margin-top: 136px;
}

.banner > .dot{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/bg_dot.png") 0 0 repeat;
}
.banner > img{
    width: 100%;
}
.banner > label{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -15px;
    width:280px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 0 1rem rgba(0,0,0, .4);
    display: none;
    z-index: 999;
}

/*首页*/
#header.home{
    padding: 0 0 5.8rem 0;
    background: transparent;
}
.home{
    position: relative;
}
.nav-container{
    position: relative;
    overflow: hidden;
}
.shadow{
    border-bottom:1px solid #d2d2d2;
    box-shadow: 0 0 5px rgba(0,0,0, .12);
}
.nav-container{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.4s;
    padding: 28px 5% 15px 5%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 0.2rem rgba(0,0,0,.2);
}
.home .nav-container{
    background: transparent;
    box-shadow: none;
}
#header .logo{
    line-height: 80px;
}
#header .logo .iconfont{
    font-size: 54px;
    color: #1b3a71;
}
#header.home .logo .iconfont{
    color: #fff;
}
#header .search{
    display: none;
    position: absolute;
    color: #0090d3;
}
#header.home .search .iconfont{
    color: #fff;
}
.home .navigation li a{
    color: #fff;
}
.home .banner{
}
.home .banner label{
    color: #fff;
}

#bannerHome{
    position: absolute;
    width: 100%;
    height: 5.8rem;
    top: 0;
    text-align: center;
}
@media screen and (max-width: 768px){
    #bannerHome{
        height: 16rem;
    }
}
#bannerHome.swiper-container-vertical>.swiper-pagination-bullets{
    left: 48px;
}
#bannerHome.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 8px 0;
}
#bannerHome .swiper-pagination-bullet{
    background: #fff;
    opacity: .6;
}
#bannerHome .swiper-pagination-bullet-active{
    opacity: 1;
}
#bannerHome .swiper-slide{
    background: transparent;
}
#bannerHome .swiper-slide p{
    padding-top: 2.8rem;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #fff;
    margin-bottom: 0.55rem;

    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
}
#bannerHome .ani-slide p{
    transform:translateX(0);
    opacity:1;
}
#bannerHome .ani-slide p b{
    font-size: 0.55rem;
}


@media screen and (min-width: 1280px){
    #bannerHome .swiper-slide p{
        font-size: 28px;
        line-height: 50px;
        margin-bottom: 60px;
    }
}
#bannerHome .swiper-slide:nth-child(1){
    background: url("../../img/kkv_07.jpg") bottom center no-repeat;
    background-size: 100% auto;
}
#bannerHome .swiper-slide:nth-child(2){
    background: url("../../img/kkv_08.jpg") bottom center no-repeat;
    background-size: 100% auto;
}
#bannerHome .swiper-slide:nth-child(3){
    background: url("../../img/kkv_02.jpg") bottom center no-repeat;
    background-size: 100% auto;
}
#bannerHome .swiper-slide:nth-child(4){
    background: url("../../img/kkv_04.jpg") bottom center no-repeat;
    background-size: 100% auto;
}
/*#bannerHome .swiper-slide:nth-child(5){*/
    /*background: url("../../img/kkv_05.jpg") bottom center no-repeat;*/
    /*background-size: 100% auto;*/
/*}*/
#bannerHome .swiper-slide:nth-child(5){
    background: url("../../img/kkv_06.jpg") bottom center no-repeat;
    background-size: 100% auto;
}
/*@media screen and (max-width: 768px){*/
    /*#bannerHome .swiper-slide:nth-child(1), #bannerHome .swiper-slide:nth-child(2), #bannerHome .swiper-slide:nth-child(3), #bannerHome .swiper-slide:nth-child(4), #bannerHome .swiper-slide:nth-child(5){*/
        /*background-size: auto 100%;*/
    /*}*/
    /*#bannerHome .swiper-slide p{*/
        /*width: 70%;*/
        /*margin: 0 auto;*/
        /*padding-top: 5.7rem;*/
        /*font-size: 0.768rem;*/
        /*line-height: 1.25rem;*/
        /*padding-bottom: 2.8rem;*/
    /*}*/
    /*#bannerHome .swiper-slide p b{*/
        /*font-size: 1.1rem;*/
    /*}*/
    /*#bannerHome.swiper-container-vertical>.swiper-pagination-bullets{*/
        /*left: 15px;*/
    /*}*/
/*}*/
#bannerHome .swiper-slide p a, .kv-btn a{
    color: #fff;
}
.kv-btn{
    display: inline-block;
    width: 1.56rem;
    font-size: 0.18rem;
    line-height: 0.47rem;
    border-radius: 0.3rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.searchpanel{
    display: none;
    position: absolute;
    bottom: 0;
    margin-bottom: 0.5rem;
    z-index: 6;
    width: 100%;
    text-align: center;
}
.searchpanel > input{
    position: relative;
    width: 80%;
    max-width: 1024px;
    font-size: 0.21rem;
    line-height: 0.35rem;
    padding: 12px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.searchpanel .iconfont.search{
    position: absolute;
    right: 25px;
    top: 43px;
    display: block;
    color: #2da4db;
    width: 0.4rem;
    font-size: 0.3rem;
}
.seriousWrapper{
    overflow: hidden;
}
.seriousWrapper > li > a{
    display: inline-block;
}
.seriousWrapper > li{
    float: left;
    width: 20%;
    height: 1.7rem;
    text-align: center;
}
.seriousWrapper > li i{
    display: inline-block;
    width: 0.6rem;
    height: 0.75rem;
}
.seriousWrapper > li i img{
    width: 100%;
 }

.seriousWrapper > li p{
    font-size: 0.18rem;
}
.courseList-2{
    display: none;
}
.recommandWrapper{

}
.recommandWrapper .pd-1 h1, .customersWrapper > h1, .newsWrapper .overflow-hid{
    margin-bottom: 30px;
 }
.recommandWrapper .itemList .cont{
    color: #fff;
}
.recommandWrapper .itemList .cont a{
    color: #fff;
}
.recommandWrapper .itemList .cont .iconfont{
    color: #fff;
    font-size: 0.5rem;
}
.recommandWrapper .itemList .cont .corse{
    position: relative;
    padding-top: 0.3rem;
    padding-right: 0.3rem;
    height: 2rem;
}
.recommandWrapper .itemList .cont .corse h1{
    font-size: 0.21rem;
    line-height: 0.35rem;
}
.recommandWrapper .itemList .cont .corse p{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.14rem;
}
.recommandWrapper .itemList .cont .corse .iconfont{
    font-size: 0.18rem;
    margin-right: 0.1rem;
}
.itemList{
    overflow: hidden;
    width: 100%;
}
.itemList > li{
    float: left;
    position: relative;
    width: 31%;
    padding-bottom: 31%;
    margin-right: 3.5%;
}
.itemList > li:nth-child(3n){
    margin-right: 0;
}
.itemList .cont {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.recommandWrapper .itemList .cont{
    padding-top: 0.45rem;
    padding-left: 0.45rem;
}

.titleTab{
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
}
.courseTabFix{
    height: 55px;
}
.courseTabFix.fixed{
    position: fixed;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 10px;
    top:136px;
    left: 0;
    box-shadow: 0 0 0.2rem rgba(0,0,0,.2);
    z-index: 3;
}
.courseTabFix.fixed .titleTab{
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    border-bottom: none;
}


.titleTab > li{
    float: left;
    margin-right: 70px;
    border-bottom: 3px solid #f7f7f7;
}
.titleTab > li:last-child{
    float: right;
    line-height: 50px;
    margin-right: 0;
    border-bottom: none;
}
.titleTab > li:last-child a{
    color: #7d7d7d;
}
.titleTab > li.current{
    border-bottom: 3px solid #0090d3;
}
.titleTab > li.current a{
    color: #0090d3;
}

.hotWrapper.pd{
    padding-top: 55px;
}
.hotWrapper .itemList .cont{
    overflow: hidden;
}
.hotWrapper .itemList li.tmain a{
    color: #fff;
}
.hotWrapper .itemList .tmain h1{
    font-size: 0.275rem;
    padding-top: 1rem;
    margin-bottom: 0.15rem;
    width: 84%;
    padding-left: 0.4rem;
}
.hotWrapper .itemList .tmain h2{
    font-size: 0.2rem;
    line-height: 0.35rem;
    width: 84%;
    padding-left: 0.4rem;
}
.hotWrapper .itemList .tmain p{
    font-size: 0.14rem;
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
}
.hotWrapper .itemList > li{
    background-color: #fff;
    margin-top: 35px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-sizing: border-box;
}
.hotWrapper .itemList .f1 .thumbnail{
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.6rem;
    color: #0090d3;
    vertical-align: middle;
    text-align: center;
}
.hotWrapper .itemList{
    overflow: inherit;
}
/*.hotWrapper .itemList .mask{*/
    /*position: absolute;*/
    /*z-index: 1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*color: #fff;*/
    /*font-size: 0.22rem;*/
    /*line-height: 0.32rem;*/
    /*background:-webkit-gradient(linear, 0 0, 100% bottom, from(#38ccd2), to(#2da4db));*/
    /*opacity: 0;*/
    /*box-sizing: border-box;*/
    /*transition:all .5s ease;*/
/*}*/
/*.hotWrapper .itemList > li:hover .thumbnail{*/
    /*color: #fff;*/
/*}*/
/*.hotWrapper .itemList > li:hover .time{*/
     /*opacity: 0;*/
 /*}*/
/*.hotWrapper .itemList > li .f1 .iconfont{*/
    /*transition:all .5s ease;*/
/*}*/
/*.hotWrapper .itemList > li:hover .f1 .new, .hotWrapper .itemList > li:hover .f1 .hot{*/
    /*right: -1rem;*/
/*}*/
/*.hotWrapper .itemList > li:hover .mask{*/
    /*opacity: 1;*/
/*}*/
.hotWrapper .itemList .desc{
    position: absolute;
    left: 0.33rem;
    width: 84%;
    bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 1.5rem;

    font-size: 0.16rem;
    line-height: 0.24rem;
}
.hotWrapper .itemList .name{
    font-size: 0.21rem;
    line-height: 0.35rem;
    font-weight: bold;
    width: 84%;
    padding-left: 0.33rem;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hotWrapper .itemList .time{
    position: absolute;
    bottom: 0.4rem;
    left: 0.33rem;
    font-size: 0.14rem;
    color: #0090d3;
    width: 84%;
}
.hotWrapper .itemList .hot, .hotWrapper .itemList .new{
    position: absolute;
    font-size: 0.2rem;
    bottom: 0.4rem;
    right: 6%;
}
.hotWrapper .itemList .hot{
    color: #f13d2f;
}
.hotWrapper .itemList .new{
    color: #36c9a8;
    font-size: 0.32rem;
    bottom: 0.27rem;
}
/*直播 点播按钮样式*/
.itemList .online{
    position: absolute;
    top: 0.35rem;
    right: 0;
}
.itemList .online img{
    width:1.34rem;
}


.opencourseList{
    border-top: 1px solid #d2d2d2;
}
.opencourseList li{
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 12px;
    padding-bottom: 12px;
}
.opencourseList li:nth-child(even){
    background-color: #f9f9f9;
}
.opencourseList li div{
    float: left;
    box-sizing: border-box;
}
.opencourseList .r1, .opencourseList .r3{
    color: #898989;
}
.opencourseList .r1{
    width: 25%;
    padding-left: 20px;
}
.opencourseList .r2{
    width: 57%;
    text-align: center;
}
.opencourseList .r3{
    width: 18%;
    text-align: right;
    padding-right: 20px;
}
.opencourseList .title{
    font-size: 18px;
    font-weight:bold;
    color: #313131;
    line-height: 48px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.opencourseList .title .r1, .opencourseList .title .r3{
    color: #313131;
}
.newsWrapper, .openWrapper{
    position: relative;
    width: 80%;
    max-width: 1024px;
    height:100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.swiper-slide {
    font-size: 16px;
    background: #fff;
    overflow: hidden;
}
.newsList .swiper-slide img, .newsList .swiper-slide > p{
    width: 100%;
    margin-bottom: 15px;

}
.newsList .swiper-slide img{
    height: 2.95rem;
    max-height: 240.5px;
}
.newsList .swiper-slide > p a{
    color: #7d7d7d;
    line-height: 26px;
}
.newsList .swiper-slide h1{
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList .swiper-slide .time{
    color:#191919;
}
.newsList .swiper-slide .desc{
    color:#7d7d7d;
}
.newsList .swiper-slide .desc a{
    color:#7d7d7d;
}
.newsList .swiper-slide > p a.keywords{
    color:#0090d3;
}
.keywords{
    color:#0090d3;
    margin-right: 15px;
}
.swiper-button-disabled{
    opacity: .2;
}
.swiper-button-prev-news{
    position: absolute;
    top: 195px;
    left: -60px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-next-news{
    position: absolute;
    top: 195px;
    right: -60px;
}
.swiper-button-prev-news i, .swiper-button-next-news i{
    font-size: 46px;
    cursor: pointer;
    color: #a4a4a4;
}
.customersWrapper{
    width: 80%;
    max-width: 1024px;
    padding: 28px 0;
    margin: 0 auto;
}
.customersWrapper .itemList2 > li img{
    width: 14%;
    margin-right: 6.25%;
    margin-bottom: 7%;
}
.customersWrapper .itemList2 > li img:nth-child(5n){
    margin-right: 0;
}


/*联系我们*/
.secondaryContent-1{
    width: 86%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
}
.secondaryContent-1 .contact-name{
    color: #191919;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 70px;
}
.secondaryContent-1 .info, .secondaryContent-1 .contact-address{
    font-size: 18px;
    line-height: 24px;
}
.secondaryContent-1 .contact-address{
    margin-bottom: 55px;
    position: relative;
    padding-left: 20px;
}
.secondaryContent-1 .info{
    color: #0090d3;
}
.secondaryContent-1 .info a{
    color: #0090d3;
}
.secondaryContent-1 .contact-address .iconfont{
    position: absolute;
    top: 0;
    left: 0;
    color: #0090d3;
}









/*关于甫崎*/
.secnav{
    color: #000;
    background-color: #ececec;
}
.secnav a{
    color: #000;
}
.secnav{
    overflow: hidden;
    padding: 0 5%;
}
.secnav > li{
    float: left;
    padding: 0 3%;
}
.secnav > li a{
    display: inline-block;
    line-height: 80px;
}
.secnav > li.current a{
    color: #0090d3;
    border-bottom: 3px solid #0090d3;
    font-weight: 700;
}

.secondaryContent h1{
    padding: 40px 0;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #1b1b1b;
}
.secondaryContent p{
    line-height: 28px;
    margin-bottom: 20px;
}
.secondaryContent h2{
    font-size: 24px;
    margin-bottom: 28px;
}
.secondaryContent h3{
    font-size: 24px;
    line-height: 50px;
    color: #1b1b1b;
    font-weight: 700;
}
.secondaryContent .missions{
    display: table;
    width: 100%;
    color: #fff;
    background-color: #6f7b8b;
}
.secondaryContent .missions .left, .secondaryContent .missions .right{
    display: table-cell;
    width:  50%;

}
.secondaryContent .missions .left{
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 10%;
}
.secondaryContent .missions .right > img{
    width: 100%;
}
.secondaryContent .characters, .secondaryContent .supports{
    background-color: #eee;
}
.secondaryContent .characters ul, .secondaryContent .supports ul, .secondaryContent .patterns ul{
    overflow: hidden;
}
.secondaryContent .characters ul > li, .secondaryContent .supports ul > li, .secondaryContent .patterns ul > li{
    float: left;
    text-align: center;
}
.secondaryContent .characters .iconfont{
    font-size: 58px;
    line-height: 90px;
    color: #0090d3;
}




/*培训合作*/
.secondaryContent .features ul > li, .secondaryContent .supports ul > li, .secondaryContent .patterns ul > li{
    margin-bottom: 30px;
}
.secondaryContent .characters p{
    color: #707070;
}
.secondaryContent .features ul{
    overflow: hidden;
    background-color: #fff;
}
.secondaryContent .features ul > li{
    float: left;
    padding-right: 4%;

}
.secondaryContent .features ul > li:last-child{
    padding-right: 0;
}
.secondaryContent .features ul > li .iconfont{
    display: inline-block;
    font-size: 45px;
    color: #0090d3;
    padding-bottom: 15px;
}
.secondaryContent .supports ul > li{
    width: 33.333%;
}
.secondaryContent .supports{
    position: relative;
}
.secondaryContent .supports p, .secondaryContent .features p{
    color: #707070;
}
.secondaryContent .supports p{
    width: 80%;
    margin: 0 auto;
}
.secondaryContent .supports .iconfont{
    display: inline-block;
    position: relative;
    width: 70px;
    height:60px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #707070;
}
.secondaryContent .supports .iconfont:after{
    content: '.';
    position: absolute;
    bottom: -3px;
    left:50%;
    margin-left: -6px;
    font-size: 47px;
    color: #b1b0b0;
}
.secondaryContent .supports .line{
    position: absolute;
    left: 0;
    top: 186px;
    width: 100%;
    border-bottom: 1px solid #b1b0b0;
}
.secondaryContent .patterns ul{

}
.secondaryContent .patterns ul > li{
    width: 33.5%;
    min-height: 350px;
    margin: 3%;
    padding: 3% 5% 0 5%;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0,0,0, .1);
}
.secondaryContent .patterns h3{
    margin-bottom: 13px;
}
.secondaryContent .patterns .iconfont{
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    background:#3facbb;
    background:-moz-linear-gradient(top, #4bb1a5, #2ea4da);
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#4bb1a5), to(#2ea4da));
    background:-o-linear-gradient(top, #4bb1a5, #2ea4da);
}
.secondaryContent .patterns p{
    color: #707070;
    margin-bottom: 0;
}
.secondaryContent .contactus{
    color: #fff;
    background-color: #6f7b8b;
}
.secondaryContent .contactus h1{
    color: #fff;
    text-align: left;
}
.secondaryContent .contactus ul{
    padding-bottom: 40px;
}
.secondaryContent .contactus ul > li{
    float: left;
    font-size: 18px;
    margin-right: 80px;
}
.secondaryContent .contactus ul > li a{
    color: #fff;
}
.secondaryContent .contactus ul > li .iconfont{
    font-size: 26px;
    vertical-align: -2px;
}


/*人才招聘*/
.secondaryContent .joinus h2{
    font-weight: bold;
}
.secondaryContent .joinus ul > li{
    margin-bottom: 90px;
}
.secondaryContent .joinus ul > li p{
    font-size: 18px;
}
.secondaryContent .joinus ul > li span{
    display: inline-block;
}
.secondaryContent .joinus ul > li span:nth-child(1),.secondaryContent .joinus ul > li span:nth-child(4){
    margin-right: 30px;
}

/*所有课程*/
.courseWrapper{
    overflow: hidden;
    display: flex;
    border-top: 1px solid #ccc;
    /*margin-top: 136px;*/
    margin-top: 0;
    z-index: 99;
}
#courseContainer{
    flex: 2;
    padding: 0 0 0.5rem 0.5rem;
    background-color: #fff;
}
#courseContainer .itemList .name{
    font-size: 18px;
    line-height: 26px;
    padding-left: 25px;
}
#courseContainer .itemList .time{
    font-size: 12px;
    left: 25px;
    bottom: 35px;
}
#courseContainer .itemList .f1 .thumbnail, .hotWrapperFix.hotWrapper .itemList .f1 .thumbnail{
    width: 90px;
    height: 90px;
    font-size: 44px;
}
#courseContainer .itemList .new{
    font-size: 26px;
    bottom: 29px;
}
.hotWrapperFix .itemList .new{
    bottom: 19px;
}
#courseContainer .itemList .hot{
    font-size: 18px;
    bottom: 30px;
}
.hotWrapperFix .itemList .hot{
    bottom: 20px;
}
#courseContainer .itemList .desc{
    font-size: 14px;
    line-height: 18px;
    bottom: 60px;
    left: 25px;
    height: 55px;
}
#courseContainer .itemList > li:nth-child(3n){
    margin-right: 3.5%;
}

/*课程详情页*/
#courseDetailContainer{
    flex: 1;
    background-color: #fff;
}
.courseWrapper .pd-1{
    width: auto;
    margin: 0;
    padding: auto;
}
.coursesBanner.pd-1{
    padding: 0 80px;
    max-width: -webkit-fill-available;
}
.coursesBanner{
    background: url("../../img/coursebg/Management.jpg") center right no-repeat;/*一个类别对应一个背景图*/
    background-size: 100% 100%;
}
.coursesBanner h1{
    padding: 1rem 0;
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
.coursesBanner .iconfont{
    font-size: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.coursesNavCut{
    height: 62px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.coursesNavContainer{
    width: 100%;
    height: 75px;
}
.coursesNavCut.pd-1{
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0 80px 40px 80px;
}

/*线上平台入口*/
.entranceOnline.pd-1{
    padding-top: 35px;
    padding-bottom: 20px;
    margin: 0 80px;
}
.entranceOnline{
    overflow: hidden;
    width:100%;
}
.entranceOnline li{
    float: left;
    width: 46%;
    max-width:335px;
    height:118px;
    line-height:118px;
    border-left:5px solid #00b7ee;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgba(0,0,0,.12);
}
.entranceOnline li.zb{
    margin-right: 7%;
    background: url("../../img/button_zb.png") 30% bottom no-repeat;
    background-size: auto 100%;
}
.entranceOnline li.db{
    background: url("../../img/button_db.png") 30% bottom no-repeat;
    background-size: auto 100%;
}
.entranceOnline li a{
    display: block;
}
.entranceOnline li p{
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}
.entranceOnline li .iconfont{
    color: #00b7ee;
    padding-left: 28px;
    margin-right: 16px;
    vertical-align: 2px;
}



.coursesNav{
    width: auto;
    font-size: 16px;
    color: #1b1b1b;

    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.coursesNav.swiper-slide{
    width: auto;
}
.coursesNav li{
    width: 100px;
    line-height: 60px;
    margin-right: 33px;
    text-align: center;
    display: inline-block;
}
.coursesNav li.current{
    border-bottom: 3px solid #0090d3;
}
.coursesNav li.current a{
    color: #0090d3;
}
.coursesArea.pd-1{
    padding: 0 80px;
    font-size: 16px;
    line-height: 28px;
    color: #434343;
}
.coursesArea h1{
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}
.coursesArea p{
    margin-bottom: 30px;
    word-break: break-all;
}

.itemListFix > li{
    width: 260px;
    padding-bottom: 260px;
    margin-right: 30px;
}
.hotWrapperFix.hotWrapper .itemList .name{
    padding-left: 25px;
    font-size: 18px;
    line-height: 26px;
}
.hotWrapperFix.hotWrapper .itemList .time{
    font-size: 14px;
    left: 25px;
    font-size: 12px;
    bottom:25px;
    padding-left: 0;
}
.hotWrapperFix.hotWrapper .itemList .desc{
    line-height: 20px;
    left: 25px;
    bottom: 53px;
    height: 60px;
}
.classBox, .outlineBox{
    width: 100%;
    max-width: 1024px;
}
.classBox li{
    margin-bottom: 3px;
}
.classBox span{
    display: inline-block;
    background-color: #f0f5fd;
    line-height: 36px;
    box-sizing: border-box;
}
.classBox .r1{
    width: 100%;
}
.classBox .r2{
    width: 50%;
}
.classBox li .inner{
    background-color: #cce2f7;
    padding-left: 7px;
    margin-right: 7px;
}
.classBox .inner{
    width: 90px;
}
.outlineBox{
    display: table;
    width: 100%;
}
.outlineBox .title .o2{
    background-color: #cce2f7;
}
.outlineBox .o1{
    width: 19%;
    text-align: center;
    background-color: #cce2f7;
    border-right: 5px solid #fff;

}
.outlineBox .o1 p{
    margin-bottom: 4px;
}
.outlineBox .o2{
    background-color: #f0f5fd;
    padding: 5px 10px;
}
.outlineBox .o2 p{
    margin-bottom: 4px;
}
.outlineBox .o2 p.depart{
    overflow: hidden;
}
.outlineBox .o2 p span.cell2{
    display: block;
    float: left;
    width: 50%;
    box-sizing:border-box;
}
.outlineBox .o2 p span.cell3{
    display: block;
    float: left;
    width: 33%;
    box-sizing:border-box;
}
.outlineBox .o2 b{
    margin-bottom: 8px;
}
.outlineBox .FThwxt{
    font-family: STXingkai;
}
.list_row{
    display: table-row;
    overflow: hidden;
}
.list_cell{
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 5px;
    border-bottom: 5px solid #fff;
}



.attendBtn{
    border: 2px solid #0090d3;
    font-size: 16px;
    font-weight: bold;
    color: #0090d3;
    text-align: center;
    width: 90px;
    line-height: 28px;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 60px;
    cursor: pointer;
}
.attendBtn a{
    display: inline-block;
    color: #0090d3;
}


#mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 12;
}
.popup-attend{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -230px;
    margin-top: -200px;
    width: 460px;
    padding: 10px 50px 10px 50px;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    z-index: 13;
}
.popup-attend .close{
    position: absolute;
    right: 15px;
    top: 10px;
    color: #c9c9c9;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
}
.popup-attend input, .popup-attend textarea{
    font-size: 16px;
    line-height: 24px;
    background: none;
    border: 1px solid #f3f3f3;
    padding: 8px 20px;
    box-sizing: border-box;

}
.popup-attend h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 20px;
}
.popup-attend li{
      width: 100%;
      margin-bottom: 18px;
  }
.popup-attend li .checkbox {
    width: 16px;
    height: 16px;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline: none;
    padding: 0;
}
.popup-attend li .checkbox:hover {
    border-color: #43adea;
}

.popup-attend li .checkbox:checked {
    color: #fff;
    background-color: #43adea;
    border: 1px solid #43adea;
}

.popup-attend li .checkbox:after {
    content: "✔";
}
.yinsi{
    font-size: 10px;
    text-align: left;
    color:#999;
}
#name{
    width: 50%;
}
#phone{
    width: 50%;
}
#mail{
    width: 100%;
}
.popup-attend textarea{
    width: 100%;
    height: 100px;
}
.popup-attend button{
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #2da4db;
}

/*咨询服务*/
.consult-wrapper .consult-container{
    padding-top: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.consult-wrapper .consult-container:last-child{
    border-bottom: none;
}
.secondaryContent .consult-container > h2{
    margin-bottom: 58px;
}
.consult-container ul{
    overflow: hidden;
    margin-bottom: 30px;
}
.consult-list{
    float: left;
    width: 30%;
    margin-right: 5%;
    height: 305px;
}
.consult-list:nth-child(3n){
    margin-right: 0;
}
.consult-list > h2{
    position: relative;
    font-weight: bold;
    line-height: 28px;
    padding-left: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
.consult-list > p{
    color: #7d7d7d;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.consult-list > p a{
    color: #7d7d7d;
}
.consult-list .iconfont{
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 50px;
    margin-right: 15px;
    color: #0090d3;
    font-weight: normal;
}

/*咨询服务内页*/
.consultwrappermargin{
    margin-top: 136px;
}
.consultBanner{
    width: 100%;
    background: url("../../img/consult_banner_01.png") center center no-repeat;
    background-size: 100% 100%;
}
.consultBanner h1{
    width: 80%;
    max-width: 1024px;
    padding: 1rem 0;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
.consultBanner .iconfont{
    font-size: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.consultdetail-wrapper .textarea{
    padding: 20px 0;
    font-size: 18px;
    color: #1b1b1b;
}
.consultdetail-wrapper .more{
    font-weight: bold;
    margin-bottom: 70px;
}

/*新闻首页*/
.secondaryContent{
    border-top: 1px solid #ccc;
    margin-top: 136px;
}
.newshome-wrapper .top{
    overflow: hidden;
    padding: 50px 0;
}
.newshome-wrapper .left{
    float: left;
}
.newshome-wrapper .right{
    float: right;
}
.newshome-wrapper .left{
    width: 35%;
    margin-right: 5%;
    box-sizing: border-box;
}
.newshome-wrapper .left h1, .newshome-wrapper .main h1{
    font-size: 24px;
    font-weight:bold;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}
.newshome-wrapper .left h2, .newshome-wrapper .main h2{
    font-size: 16px;
}
.newshome-wrapper .left p{
     color: #7d7d7d;
 }
.newshome-wrapper .left p a, .newshome-wrapper .main p a{
    color: #7d7d7d;
}
.newshome-wrapper .right{
    width: 60%;
}
.newshome-wrapper .right img, .newshome-wrapper .main img{
    width: 100%;
}
.newshome-wrapper .main img{
    height: 2.95rem;
    max-height: 240.5px;
}
.newshome-wrapper .main ul{
    overflow: hidden;
    border-top:1px solid #dcdcdc;
}
.newshome-wrapper .main ul:last-child{
    border-top: none;
}
.newshome-wrapper .main li{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    padding: 50px 0;
    height: 6rem;
    position: relative;
    overflow: hidden;
}
.newshome-wrapper .main li .shadowite{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
}
.newshome-wrapper .main li:nth-child(3n){
    margin-right: 0;
}
.newshome-wrapper .main img{
    margin-bottom: 15px;
}
.newshome-wrapper .main p{
    margin-bottom: 0;
}



/*新闻详情页*/
.newBanner{
    width: 100%;
    height: 5.7rem;
    overflow: hidden;
    margin-top: 136px;
}
.newBanner>img{
    width: 100%;
    margin-top: -2.48rem;
}
.news-wrapper>h1{
    font-size: 30px;
    font-weight:bold;
    text-align: left;
    padding: 0;
}
.news-wrapper>h2{
    font-size: 16px;
    padding-top: 70px;
}
.news-wrapper .textarea{
    padding: 70px 0;
    font-size: 16px;
    color: #1b1b1b;
}
.news-wrapper .more{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 70px;
}

/*法律声明*/
.policyBox p{
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
}


/*底部通用*/
#footer{
    background-color: #eeeeee;
    padding: 20px 0;
}
.hotline{
    border-bottom: 1px solid #bfbfbf;
}
.hotline .iconfont{
    position: absolute;
    top: 20px;
    left:0;
    font-size: 40px;
}
.hotline .phonebox{
    position: relative;
    width: 230px;
    text-align: center;
    padding: 6px 0 28px 40px;
}
.hotline .phonebox > h1{
    font-size: 26px;
    font-weight: bold;
}
.hotline .phonebox > p{
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}
.copyright{
    padding: 15px 0 10px 0;
    text-align: center;
}
.copyright > ul{
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}
.copyright li{
    display: inline;
    color: #1b1b1b;
    padding-left: 30px;
}
.copyright > p{
    font-size: 14px;
    color: #7d7d7d;
}


/*面包屑导航*/
.bread-wrapper{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 5%;
    box-sizing: border-box;
    background: rgba(255,255,255, .85);
    overflow: hidden;
    z-index: 3;
}
.bread-wrapper.sec{
    background: rgba(230,230,230, .85);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.bread-wrapper.cour{
    margin-top: 136px;
    position: relative;
}
.bread-wrapper.consult{
    position: relative;
    background: rgba(230,230,230, .85);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.secondaryContent .bread-wrapper > h1{

}
.bread-wrapper > h1{
    font-size: 18px;
    float: left;
    line-height: 60px;
    padding: 0;
}
.breadcrumb{
    text-align: right;
    float: right;
    overflow: hidden;
}
.breadcrumb li{
    color: #7d7d7d;
    font-size: 14px;
    float: left;
    padding-left: 20px;
}
.breadcrumb li a{
    color: #7d7d7d;
    display: inline-block;
}
.breadcrumb li.active{
    /*color: #0090d3;*/
}


/*历史大事件*/
.history-wrapper{
    overflow: hidden;
    color: #6f6f6f;
    font-size: 15px;
}
.history-wrapper .left, .history-wrapper .right{
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.history-wrapper .left{
    border-right: 1px solid #b8b8b8;
    text-align: right;
    padding-right: 25px;
    margin-top: 20px;
}
.history-wrapper .left .title:after{
    content:'●';
    display:block;
    position:absolute;
    right:-31px;
    top:0;
}
.history-wrapper .right .title:before{
    content:'●';
    display:block;
    position:absolute;
    left:-34px;
    top:0;
    line-height: 48px;
    font-style: normal;
}
.history-wrapper .title.t2:before, .history-wrapper .title.t2:after, .history-wrapper .title.t1:before, .history-wrapper .title.t1:after{
    font-size: 16px;

}
.history-wrapper .title.t1:before, .history-wrapper .title.t1:after{
    line-height: 32px;
    font-style: normal;
}
.history-wrapper .title.t1.txt-big:before, .history-wrapper .title.t1.txt-big:after{
    line-height: 48px;
}
.history-wrapper .title.t2:before, .history-wrapper .title.t2:after{
    color: #b8b8b8;
    top:0;
    font-size: 10px;
    line-height: 18px;
    left: -32px;
}
.history-wrapper .title.t3:before, .history-wrapper .title.t3:after{
    color: #b8b8b8;
}
.history-wrapper .right{
    padding-left: 25px;
}
.history-wrapper .title{
    font-weight: bold;
    color: #313131;
    position: relative;
}
.history-wrapper .title.t1.txt-big{
    font-size: 48px;
    line-height: 48px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 0;
}
.history-wrapper .title.t1{
    font-size: 32px;
    line-height: 32px;
    font-family: serif;
    font-style: italic;
    margin-top: 55px;
}
.history-wrapper .title.t2{
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 20px;
}
.history-wrapper .title.t3{
    font-size: 18px;
}
.history-wrapper h1{
    font-size: 18px;
    color: #313131;
    margin-bottom: 12px;
}
.history-wrapper p{
    color: #6f6f6f;
    margin-bottom: 12px;
    line-height: 23px;
}
.history-wrapper .h1{height: 75px;}
.history-wrapper .h2{height: 80px;}
.history-wrapper .h3{height: 60px;}
.history-wrapper .h4{height: 100px;}
.history-wrapper .h5{height: 72px;}
.history-wrapper .h6{height: 110px;}
.history-wrapper .h7{height: 50px;}
.history-wrapper .h8{height: 90px;}
.history-wrapper .h9{height: 106px;}
.history-wrapper .h10{height: 50px;}
.history-wrapper .h11{height: 50px;}
.history-wrapper .h12{height: 60px;}
.history-wrapper .h13{height: 100px;}

#bannerHome .swiper-slide p.histroy-txt{
    padding-top: 2.4rem;
    font-size: 16px;
}
#bannerHome .swiper-slide p.histroy-txt b{
    font-size: 30px;
}
.zz{width:0.4rem;vertical-align: middle;}