*{
    padding: 0;
    margin: 0;
}  
.clear{
    clear: both;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    border: 1px solid #fff;
    cursor: pointer;
  }
  .swiper-pagination-switch.swiper-active-switch{
      opacity: 1;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  .swiper-active-switch {
    background: #fff;
  }

.section-swiper{
    width: 850px;
    height: 0;
    position: relative;
}
.section-swiper .news-container{
    width: 1200px;
    height: 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.section-swiper .news-container .section-news{
    position: absolute;
    width: 220px;
    right: 0;
    top: 50px;
    z-index: 200;
    height: 300px;
    background:#fff;
    padding: 12px 0 0 0;
}
.section-swiper .news-container .section-news .section-news-title {
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;
    padding-left: 16px;
}
.section-swiper .news-container .section-news .section-news-title span{ 
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
.section-swiper .news-container .section-news .section-news-title a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color:#999999;
    /* opacity: .7; */
    padding-right: 13px;
    background: url(../../images/20210201/arrow_right.png) right 0 center no-repeat;
    background-size: 8px auto;
}
.section-swiper .news-container .section-news .section-news-content{
    margin: 16px 10px 0 16px;
    height: 183px;
    overflow: hidden;
}
.section-swiper .news-container .section-news .section-news-content li{
    padding-left: 20px;
    background: url(../../images/20210201/icon_bell.png) 0 center no-repeat;
    background-size: 12px;
    margin-bottom: 0;
}
.section-swiper .news-container .section-news .section-news-content li p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 16px 0;
    padding: 0;
}
.section-swiper .news-container .section-news .section-news-footer{
    text-align: center;
    height: 65px;
    line-height: 65px;
    position: relative;
}
.section-swiper .news-container .section-news .section-bg{
    opacity: .4;
    background:#ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 188;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.section-swiper .news-container .section-news .section-news-footer img{
    margin-right: 10px;
    opacity: 1;
    z-index: 189;
}
.section-swiper .news-container .section-news .section-news-footer a{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    z-index: 189;
}

/* 轮播 */
.swiper-container{
    width: 850px;
    height: 300px;
    /*border-radius: 8px;*/
}
.noLoginBox {
    width: 338px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 25px 20px 19px 20px;
}
.loginInput {
    width: 298px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 44px;
    padding-right: 10px;
}
.loginBtns {
    display:block;
    width: 298px;
    height: 48px;
    background: #436CF3;
    opacity: 1;
    border-radius: 8px;
    margin-top: 20px;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
}
.bottomBox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
}
.bottomBox >a {
    color: #436CF3;
    border-bottom: 1px solid #436CF3;
    cursor: pointer;
}
.loginIcon {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 16px;
    height: 16px;
}
.wBox {
    background:rgba(252,107,0,0.12);
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    color: #E26407;
    width: 1200px;
    margin: 16px auto;
    border-radius: 8px;
}
.tipsBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news-box {
    width: 345px;
    height: 212px;
}
.gongGao {
    padding-left: 20px;
    width: 850px;
    height: 212px;
    border-radius: 8px;
}
.tjkz-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.tjkz-box .container-box {
    width: 1200px;
}
.tjkz-box .container-box .title {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tjkz-box .container-box .title .info {
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tjkz-box .container-box .title .more-btn {
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border-radius: 16px;
    border: 1px solid #BFBFBF;
}
.tjkz-box .container-box .list {
    display: flex;
    justify-content: space-between;
}
.tjkz-box .container-box .list .list-item {
    width: 170px;
    /*margin-right: 20px;*/
    margin-bottom: 20px;
}
.tjkz-box .container-box .list .list-item .item-top img {
    width: 170px;
    height: 149px;
}
.tjkz-box .container-box .list .list-item .info-name {
    width: 170px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.videoBox {
    padding: 25px 20px;
    width: 500px;
    height: 364px;
    background: #fff;
    border-radius: 8px;
}
.erw {
    width: 232px;
    height: 360px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 8px;
    padding: 30px 20px 16px 20px;
}
.erw >div {
    width: 192px;
    height: 134px;
    background: #F0F2F5;
    border-radius: 10px;
    margin-top: 10px;
    padding: 7px 12px 7px 20px;
    display: flex;
    font-size: 12px;
    color: #666666;
}
.swiper-pagination{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
.swiper-container .swiper-pagination-bullet{
    width:30px;
    height:5px;
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 0;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

/* 学习流程 */
.section2{
    width: 1200px;
    margin: 43px auto 0;
}
.section2 ul{
    margin-top: 37px;
    padding-bottom: 75px;
}
.section2 li{
    float: left;
    width: 285px;
    height: 160px;
    border-radius: 5px;
    overflow: hidden;
    padding: 33px 0 0 20px;
    margin-right: 20px;
}
.section2 a:first-child li{
    background: url(../../images/20210201/step1.png) center center no-repeat;
    background-size: cover;
}
.section2 a li.section2-2{
    background: url(../../images/20210201/step2.png) center center no-repeat;
    background-size: cover;
}
.section2 a li.section2-3{
    background: url(../../images/20210201/step3.png) center center no-repeat;
    background-size: cover;
}
.section2 a li.section2-4{
    background: url(../../images/20210201/step4.png) center center no-repeat;
    background-size: cover;
    margin-right: 0;
}
.section2 li .section-info{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 35px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    padding-bottom: 10px;
}
.section2 li .section-line{
    width: 50px;
    height: 4px;
    background: #FFFFFF;
}
.section2 li .section-content{
    margin-top: 10px;
    width: 170px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
}

/* 公用标题样式 */
.section-common-title{
    text-align: center;
}
.section-common-title p{
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 35px;
    color: #333333;
    display: inline-block;
    padding: 0 46px 0 0;
    background: url(../../images/20210201/title_rgt.png) right 0 center no-repeat;
}
.section-common-title p span{
    padding-left: 46px;
    background: url(../../images/20210201/title_lf.png) 0 center no-repeat;
    color: #2878FF;
}

/* 报名中心 */
.section3-container{
    background: #F7F7F7;
    padding-bottom: 72px;
}
.section3{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.section3 .section-title-info{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
    margin-top: 30px;
    text-align: center;
}
.section3 .section-content{
    background: #fff;
    margin-top: 30px;
    height: 618px;
}
.section3 .section-content .section-lf{
    width: 245px;
    height: 100%;
    background: url(../../images/20210201/bg_skill.png) center center no-repeat;
    background-size: cover;
    padding: 32px 10px 0 20px;
}
.section3 .section-content .section-lf .section-lf-title{
    font-size: 28px;
    font-weight: bold;
    color: #2878FF;
    margin-bottom: 32px;
}
.section3 .section-content .section-lf .section-lf-content a{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 17px;
    border: 1px solid #2878FF;
    opacity: 1;
    border-radius: 15px;
    color: #2878FF;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 15px;
}
.section3 .section-content .section-lf .section-lf-content a:hover{
    color: #fff;
    background: #2878FF;
}
.section3 .section-center{
    width: 670px;
    margin-left: 20px;
}
.section3 .section-center .section-center-top img{
    width: 325px;
    float: left;
    margin-left: 20px;
}
.section3 .section-center .section-center-top a:first-child img{
    margin-left: 0;
}
.section3 .section-center .section-center-middle{
    margin-top: 20px;
}
.section3 .section-center .section-center-middle> a > div{
    float: left;
    width: 210px;
    margin-right: 20px;
}
.section3 .section-center .section-center-middle> a > div:hover{
    opacity: .7;
}
.section3 .section-center .section-center-middle> a:nth-child(3n) > div{
    margin-right: 0;
}
.section3 .section-center .section-center-middle> a > div p{
    margin-top: 13px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.section3 .section-rgt{
    width: 225px;
    margin-left: 20px;
}
.section3 .section-rgt .section-news{
    margin-top: 21px;
}
.section3 .section-rgt .section-news .section-news-title{
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.section3 .section-rgt .section-news .section-news-title span{
    padding-left: 25px;
    background: url(../../images/20210201/icon_news.png) 0 center no-repeat;
    background-size: 15px auto;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}
.section3 .section-rgt .section-news .section-news-title a{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #CCCCCC;
}
.section3 .section-rgt .section-news ul{
    margin-top: 5px;
}
.section3 .section-rgt .section-news li{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 35px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section3 .section-rgt .section-news li:hover{
    opacity: .7;
}

/* 通知公告 */
.section4{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}
.section-header{
    border-bottom: 1px solid rgba(194,194,194,1);
}
.section-header span{
    font-size:30px;
    color:rgba(33,102,194,1);
}
.section-header p{
    display: inline-block;
    width: 1076px;
    margin-bottom: 0;
    margin-top: 3px;
}
.section-header p b{
    font-weight: normal;
    color:rgba(153,153,153,1);
    margin-left: 16px;
}
.section-header p a{
    font-size:14px;
    color:rgba(102,102,102,1);
}
.section4 .section-content-lf{
    display: inline-block;
}
.section4 .section-content-lf li{
    width:784px;
    padding: 30px 0 5px;
    border-bottom: 1px dashed #9B9B9B;
}
.section4 .section-content-lf li p:first-child{
    width: 684px;
    margin-right: 16px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 20px;
}
.section4 .section-content-lf li:hover{
    opacity: .7;
}
.section4 .section-content-lf li p:first-child span{
    color: #333;
}
.section4 .section-content-lf li p:nth-child(2){
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 4px;
    color: #999999;
}
.section4 .section-content-rgt{
    display: inline-block;
    width: 332px;
    height: 419px;
    background: url('../../images/20210201/cert_bg.png') 0 center no-repeat;
    background-size: 100% auto;
    margin-top: 28px;
    padding: 0 16px;
}
.section4 .section-content-rgt h2{
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding: 33px 0 52px;
    margin: 0;
    text-align: center;
}
.section4 .section-content-rgt input{
    width:300px;
    height:50px;
    background:rgba(242,242,242,1);
    border:1px solid rgba(221,221,221,1);
    border-radius:6px;
    text-align: center;
    font-size:16px;
    color:rgba(176,176,176,1);
    margin-bottom: 25px;
}
.section4 .section-content-rgt .insert-code{
    width:170px;
}
.section4 .section-content-rgt .code-img{
    width:110px;
    height:49px;
    float: right;
    cursor: pointer;
}
.section4 .section-content-rgt .btn-check{
    height:50px;
    border:1px solid rgba(63,118,191,1);
    border-radius:6px;
    font-size:18px;
    color:rgba(63,118,191,1);
    line-height:50px;
    text-align: center;
    cursor: pointer;
}
.section4 .section-content-rgt .btn-check:hover{
    color:#fff;
    background: rgba(63,118,191,1);
}
.section4 .section-content-rgt p{
    font-size:16px;
    color:rgba(102,102,102,1);
    margin-top: 37px;
    text-align: center;
}

/* 热门培训 */
.section5{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px; 
}
.section5 .section-content{
    margin-top: 37px;
}
.section5 .course-header-lf{
    float: left;
    width: 1110px;
    height: 50px;
    line-height: 50px;
    padding: 0 94px;
    overflow: hidden;
    background:rgba(244,244,244,1);
    border:1px solid rgba(235,235,235,1);
    margin-bottom: 20px;
}
.section5 .course-header-lf ul{
    position: relative;
    top: 0;
    transition: top 1s;
}
.section5 .course-header-lf li{
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.section5 .course-header-rgt{
    float: right;
    width:70px;
    height:48px;
    border-radius:4px;
    cursor: pointer;
    background: url('../../images/20210201/icon_rgt_double.png') center center no-repeat rgba(33,102,194,1);
}
.section5 .course-header-rgt:hover{
    opacity: .7;
}
.section5 cul{
    margin-bottom: 0;
}
.section5 .course-content li{
    float: left;
    width: 210px;
    height: 260px;
    margin-left: 37px;
    box-shadow: 0px 2px 10px #DDDDDD;
    opacity: 1;
    border-radius: 6px;
    margin-bottom: 20px;
}
.section5 .course-content li:hover{
    opacity: .7;
}
.section5 .course-content li:first-child{
    margin-left: 0;
}
.section5 .course-content li .course-title{
    padding: 9px 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:16px;
    color:rgba(51,51,51,1);
}
.section5 .course-content li .course-footer{
    margin-top: 13px;
}
.section5 .course-content li .course-footer-lf p{
    font-size:16px;
    color:rgba(231,63,63,1);
    padding-left: 10px;
    font-size: 12px;
    color: #BBBBBB;
}
.section5 .course-content .btn-buy{
    margin-right: 20px;
    padding: 0 14px;
    height:25px;
    line-height: 25px;
    border-radius: 17px;
    font-size: 14px;
    color:#fff;
    background: #FF5C10;
    margin-top: 12px;
}
.section5 .course-content .btn-buy:hover{
    opacity: .7;
}
.section5 .section-content .section-practice li{
    height: 220px;
}
.section5 .section-content .section-practice li .course-title{
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.section5 .course-content .btn-learn{
    margin-right: 20px;
    height:40px;
    line-height: 40px;
    border-radius:6px;
    font-size:18px;
    color:rgba(255,255,255,1);
    width: 110px;
    background: rgba(255,159,83,1);
    text-align: center;
}
.section5 .course-content .btn-learn:hover{
    opacity: .7;
}
.space{
    height:15px;
    background:rgba(245,245,245,1);
    margin-top: 60px;
}

/* 新闻资讯 */
.section6{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 150px;
}
.section6 .section-title{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 32px;
}
.section6 .section-title span{
    color: #2878FF;
}
.section6 ul li{
    float: left;
    width: 585px;
    padding-top: 79px;
    text-align: center;
    margin-left: 30px;
    height: 300px;
    background: url(../../images/20210201/personal_1.png) center center no-repeat;
    background-size: cover;
}
.section6 ul li:first-child{
    margin-left: 0;
}
.section6 ul li.section6-2{
    background-image: url(../../images/20210201/personal_2.png);
}
.section6 ul li p:first-child{
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.section6 ul li p.info {
    height: 44px;
    margin-top: 23px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.section6 ul li div{
    width: 150px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 18px;
    margin: 22px auto;
    font-size: 16px;
    color: #2878FF;
}
.section6 ul li.section6-2 div{
    color: #FF5C10;
}

.section6 ul li div:hover{
    opacity: .9;
}


/* 新闻资讯 */
.section5-container{
    background: #fff;
    padding: 40px 0 45px;
    margin-top: 36px;
}
.section5{
    width: 1247px;
    margin: 0 auto;
    padding-top: 40px;
}
.section5 li{
    width:600px;
    height:70px;
    line-height: 70px;
    border-radius:10px;
    margin-bottom: 30px;
    float: left;
    margin-right: 40px;
    background: #F3F3F3;
    opacity: 1;
    border-radius: 6px;
}
.section5 li:nth-child(2n){
    margin-right: 0;
}
.section5 li:hover{
    background:#2878FF;
    border:1px solid rgba(222,222,222,1);
}
.section5 li:hover .news-time,.section5 li:hover .news-info{
    color:rgba(255,255,255,1);

}
.section5 li .news-time{
    text-align: center;
    color: #999999;
    font-size: 18px;    
    margin-right: 20px;
}
.section5 li .news-info{
    font-size:20px;
    width: 480px;
    color:#999999;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #999999;
}

.section2 .btn-more,.section5-container .btn-more,.section4-container .btn-more{
    width: 180px;
    height: 44px;
    border: 1px solid #1F96F8;
    opacity: 1;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #1F96F8;
    margin: 30px auto 0;
    cursor: pointer;
}
.section5-container .btn-more,.section4-container .btn-more{
    margin: 20px auto 0;
}
.btn-more:hover{
    opacity: .7;
}
.section2 .btn-more.normal{
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}
.section2 .btn-more:hover{
    opacity: .7;
}