@charset "utf-8";
/* 初始化 */
body, span, div, img, ul, ol, li, p, dl, dt, dd, input, form, h1, h2, h3, h4, h5, h6, * {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    /*transition:2s;*/
}
ul {
    list-style: none;
}
body {
    color: #888;
    font-size: 12px;
    font-family:"微软雅黑";
}
a {
    text-decoration:none;
    color:#000;
}
a:hover {
    text-decoration:none;
    color:#000;
}
input:focus {
    outline: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
/*公共标题*/
.index-pub-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 60px auto 50px;
}
.index-pub-title h2{
    font-size: 30px;
    font-weight: bold;
    color: #252B3A;
    text-align: center;
    line-height: 32px;
}
.index-pub-title p{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #252B3A;
    margin-top: 15px;
}
.index-pub-title p a{
    display: inline-block;
    color: #E71619;
    margin-left: 15px;
}

/*head*/
[class^='cxx-'],
[class*=' cxx-']{
    background: url("../image/sprites.png") no-repeat;
    -webkit-background-size: 382px 534px;
    background-size: 382px 534px;
}
[class^='cai-'],
[class*=' cai-']{
    background: url("../image/all-course1.png") no-repeat;
    -webkit-background-size: 31px 211px;
    background-size: 31px 211px;
}
.xx-hidden{
    display: none;
}
/*头部置顶*/
.index-top-zw{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: #F3F3F3;
}
.index-top-zw img{
    width: 100%;
}
.index-top{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.index-top a{
    width: 100%;
    height: 100%;
    display: block;
}
.index-top a img{
    width: 100%;
}

/*头部*/
.head_top{
    min-width: 1200px;
    height: 32px;
    line-height: 32px;
    background-color: #F3F3F3;
    color: #858585;
    position: relative;
}
.head_top .head_rel{
    width: 1200px;
    margin: 0 auto;
}
.head_top .head_rel a{margin: 5px;color:#828282; }
.head_top .head_rel a:hover{color: #D61111;}

/*校区*/
.head_top .school-xq{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    height: 74px;
    position: absolute;
    right: 0px;
    top: 56px;
    z-index: 998;

    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.head_top .school-xq a{
    display: block;
    color: #1895FF;
    text-align: center;
}
.head_top .school-xq a p{
    margin-top: -12px;
    font-size: 13px;
}
.head_top .school-xq a img{transition: 0.7s;}
.head_top .school-xq a:hover{
    color: #1895FF;
}
.head_top .school-xq a:hover img{
    transform: scale(1.1);
    transition: 0.7s;
}
/*校区 end*/

/*logo-title*/
.logo-tit{
    width: 1200px;
    margin: 6px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.logo-tit .logo-phone{
    display: flex;
    align-items: center;
}
.logo-tit .logo-phone .logo-phone-icon{
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url("../image/phone.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    animation: phoneIcon_ani ease 0.5s infinite alternate;
}
@keyframes phoneIcon_ani {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.logo-tit .logo-phone .logo-phone-txt{
    margin-left: 10px;
}
.logo-tit .logo-phone .logo-phone-txt span{
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    letter-spacing: 8px;
}
.logo-tit .logo-phone .logo-phone-txt a{
    display: block;
    letter-spacing: 0px;
    color: #FD651C;
    font-size: 23px;
}
.logo-tit .logo-titl{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    height: 46px;
    text-align: center;
    margin-right: 30px;
    display: inline-block;
    border-right: 1px solid #D5D4D4;
}
.logo-tit .logo-title-margin{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 955px;
    margin: 26px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    align-content: center;
}
.logo-tit .logo-titl a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../image/logo.png") no-repeat center;
    overflow: hidden;
    text-indent: -999999px;
}
.logo-tit .pub-head-r{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 50px;
}
.logo-tit .pub-head-r .head-school{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: url("../image/head-all.png") no-repeat center left;
    padding-left: 25px;
    font-size: 18px;
    color: #878787;
    cursor: pointer;
    height: 46px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.logo-tit .pub-head-r .head-school i{
    display: inline-block;
    font-size: 23px;
    color: #939393;
    margin-left: 10px;
}
.logo-tit .pub-head-r .head-school-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    height: 326px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 99999;
    padding-top: 5px;
    border: 1px solid #EEEEEE;
    display: none;
}
.logo-tit .pub-head-r a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    float: left;
    width: 101px;
    height: 85px;
    margin-left: 30px;
    margin-top: 15px;
}
.logo-tit .pub-head-r a p{
    width: 101px;
    height: 25px;
    line-height: 25px;
    background: #EEEEEE;
    color: #252525;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.logo-tit .pub-head-r a:hover p {
    color: #FF7B3A;
    background: #FFF4ED;
    margin-top: 10px;
}

/*大轮播banner*/
.new-ban{
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 450px;
    position: absolute;
    top: 194px;
}
.new-ban .big-ban{
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.new-ban .big-ban .big-banul{
    position: absolute;
    left: 0;
    top: 0;
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.new-ban .big-ban .big-banul li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 450px;
    background: #08284E;
    display: none;
}
.new-ban .big-ban .big-banul li:first-child{display: block;}
.new-ban .big-ban .big-banul li a{
    width: 940px;
    height: 450px;
    padding-left: 260px;
    margin: 0 auto;
    display: block;
}

.new-ban .big-ban .big-banul li img{width: 100%;height: 450px;}

.new-ban .big-ban .carousel-indicators{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.new-ban .big-ban .carousel-indicators span{
    display: inline-block;
    width: 10px;
    height: 12px;
    background-color: #fff;
    margin: 0 4px;
    cursor: pointer;
}
.new-ban .big-ban .carousel-indicators span.active{background-color: #fd6f1b;}

.new-ban .big-ban .carousel-btn{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
    visibility: hidden;
}
/*点点*/
.new-ban .big-ban .banner-point{
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
}
.new-ban .big-ban .banner-point li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
}

.new-ban .big-ban .banner-point .point-bg{
    width: 25px;
    border-radius: 25px;
}

/*左右*/
.new-ban-lr{
    width: 950px;
    position: relative;
    left: 50%;
    margin-left: -338px;
    top: 0;
    display: none;
}
.new-ban .big-ban:hover .new-ban-lr{display: block;}

.newban-pre{
    background:url("../image/prev.png")no-repeat;
    background-size: 36px;
    position: absolute;
    left: 0;
    top: 170px;
    width: 48px;
    height: 45px;
}
.newban-next{
    background:url("../image/next.png")no-repeat;
    background-size: 36px;
    position: absolute;
    right: 0;
    top: 170px;
    width: 48px;
    height: 45px;
}

/*导航课程中心导航*/
.course-center{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.course-center .course-left{
    width: 260px;
    height: 496px;
    /*height: 529px;*/
    position: absolute;
    left: 0;
    top: 6px;
    box-sizing: border-box;
    color: white;
    background: url("../image/course-bj.png") repeat;
    z-index: 12;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.course-center .course-left .course-left-p{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background: #FE661B;
    font-size: 18px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    letter-spacing: 2px;
}
.course-center .course-left .course-type{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 260px;
    height: 450px;
    overflow: hidden;
}
.course-center .course-left .course-type .course-ul{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 260px;
    height: 450px;
    display: none;
}
.course-center .course-left .course-type .course-ul-on{display: block;}
.course-center .course-left .course-type .course-ul li{
    position: relative;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 30px;
    padding: 0 20px;
}
.course-center .course-left .course-type .course-ul li:after{
    position: absolute;
    left: 50%;
    margin-left: -110px;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid #31435D;
}
.course-center .course-left .course-type .course-ul li:last-child:after{display: none;}
.course-center .course-left .course-type .course-ul>li>a{
    color: #F9F8FB;
    font-size: 14px;
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    position: relative;
}
.course-center .course-left .course-type .course-ul>li>a .course-ul-tag{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/course-tag.png") no-repeat center;
    width: 74px;
    height: 21px;
    position: absolute;
    left: 102px;
    top: 20px;
    text-align: center;
    font-style: normal;
    color: #ffffff;
    font-size: 12px;
    line-height: 21px;
    padding-left: 5px;
}
.course-center .course-left .course-type .course-ul>li>a .course-ul-tag1{
    background: url("../image/course-tag2.png") no-repeat center;
}
.course-center .course-left .course-type .course-ul li h3{
    font-size: 16px;
}
.course-center .course-left .course-type .course-ul>li>a span{
    color: #798188;
    font-size: 14px;
    display: inline-block;
}
.course-center .course-left .course-type .course-ul>li:hover{
    background: url("../image/course-bj1.png") repeat;
    color: #F9F8FB;
}
.course-center .course-left .course-type .course-ul>li:hover span{
    color: #F9F8FB;
}
/*右侧导航*/
.course-center .course-right{
    width: 870px;
    height: 47px;
    line-height: 47px;
    background: white;
    position: absolute;
    top: 0;
    right: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    font-size: 16px;
}
.course-center .course-right>li>a{
    /*color: #787878;*/
    color: #090723;
    display: inline-block;
}
.course-center .course-right>li>a:hover{
    color: #D61111;
}
.course-center .course-right>.course-right-rel{
    position: relative;
}
.course-center .course-right>.course-right-rel i{
    display: inline-block;
    font-style: normal;
    width: 33px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #ff661b;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: -35px;
    top: 8px;
}
/*二级导航*/
.course-center .course-right .two-title{
    position: absolute;
    top: 47px;
    /*width: 735px;*/
    width:736px;
    height: 140px;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    display: none;
    z-index: 100;
}
.course-center .course-right .two-title ul{
    width: 870px;
    height: 140px;
    overflow: hidden;
    box-sizing: border-box;
}
.course-center .course-right .two-title>ul li{
    float: left;
    width: 133px;
    height: 100px;
    background: #F3F3F3;
    text-align: center;
    line-height: 22px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 7px;
    font-size: 15px;
}
.course-center .course-right .two-title>ul li a{
    display: inline-block;
    width: 133px;
    height: 100px;
    box-sizing: border-box;
    padding: 13px 0;
    color: #787878;
}
.course-center .course-right .two-title>ul li span{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.course-center .course-right .two-title>ul li span.cai-all1{
    background-position: 0 4px;
}
.course-center .course-right .two-title>ul li span.cai-all2{
    background-position: 0 -28px;
}
.course-center .course-right .two-title>ul li span.cai-all3{
    background-position: 0 -57px;
}
.course-center .course-right .two-title>ul li span.cai-all4{
    background-position: 0 -87px;
}
.course-center .course-right .two-title>ul li span.cai-all5{
    background-position: 0 -146px;
}
.course-center .course-right .two-title>ul li span.cai-all6{
    background-position: 0 -181px;
}

.course-center .course-right .two-title>ul li .p-change{color: #8C8C8C;font-size: 12px;}
.course-center .course-right .two-title>ul li:hover{border-color: #D61111;}
.course-center .course-right .two-title>ul li:hover .p-change{color: #D61111;}
/*下层*/
.head-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 1px 7px 12px 0px rgba(8, 40, 78, 0.06);
}
.head-list .head-list-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.head-list .head-list-box a{
    display: block;
    float: left;
    width: 240px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #404550;
    line-height: 24px;
    text-align: center;
}
.head-list .head-list-box a span{
    display: inline-block;
    margin-left: 30px;
}
.head-list .head-list-box a:hover{
    background: #F1F5FF;
}
/*************认识我们**********/
.index-know{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 1200px;
}
.index-know .know-us{
    width: 1200px;
    height: 302px;
    margin: 0 auto;
}
.index-know .know-us>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 590px;
    height: 302px;
    overflow: hidden;
    border-radius: 10px;
    background: black;
    position: relative;
    border: 2px solid #ffffff;
    box-shadow: 0 5px 10px 1px #E7E7EA;
}
.index-know .know-us .know-fr .k-video{display: none;}
.index-know .know-us .us-video{
    width: 590px;
    height: 302px;
}
.index-know .know-us>div .k-title{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 53px;
    line-height: 52px;
    width: 100%;
    box-sizing: border-box;
    padding:0 20px;
    background: rgba(0,0,0,0.8);
    font-size: 13px;
    display: none;
}
.index-know .know-us>div .k-title .title-btn1{
    display: inline-block;
    width: 425px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}
.index-know .know-us>div .k-title .title-btn{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #D71112;
    border-radius: 8px;
    background: #D71112;
    float: right;
    text-align: center;
    color: white;
    margin-top: 7px;
}
.index-know .know-us .k-img{
    width: 590px;
    height: 302px;
}
.index-know .know-qy{
    width: 1200px;
    margin:30px auto 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: space-between;
    align-items: center;
}
.index-know .know-qy li{
    position: relative;
    overflow: hidden;
    width: 386px;
    height: 120px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 1px #F1F1F3;
}
.index-know .know-qy li .know-qy-img{
    width: 386px;
    height: 120px;
}
.index-know .know-qy li .know-qy-hide{
    display: block;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transform: translateY(-120px);
    transition: 0.3s;
}
.index-know .know-qy li .know-qy-hide span{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #ffffff;
}
.index-know .know-qy li:hover .know-qy-hide{
    transform: translateY(0px);
}

/*1教程*/
.cXcontent{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.index-course{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background:#F1F5FF url("../image/1-bg.jpg") no-repeat center bottom;
    height: 810px;
    overflow: hidden;
}
.index-course .index-course-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    float: left;
}
.index-course .index-course-left .index-course-point{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 30px;
}
.index-course .index-course-left .index-course-point li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
    font-size: 15px;
    color: #575D6C;
    line-height: 20px;
    padding-bottom: 5px;
    cursor: pointer;
}
.index-course .index-course-left .index-course-point li.course-point-on{
    font-weight: bold;
    color: #252B3A;
    border-bottom: 2px solid #FF661B;
}
.index-course .index-course-left .index-course-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    height: 530px;
    overflow: hidden;
}
.index-course .index-course-left .index-course-tab .index-course-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    overflow: hidden;
    display: none;
}
.index-course .index-course-left .index-course-tab .course-item-on{display: block;}
.index-course .index-course-left .index-course-tab .index-course-item a{
    display: block;
    width: 204px;
    float: left;
    margin-right: 27px;
    margin-bottom: 24px;
}
.index-course .index-course-left .index-course-tab .index-course-item a:nth-child(4n){
    margin-right: 0;
}
.index-course .index-course-left .index-course-tab .index-course-item .index-item-img{
    width: 204px;
    height: 128px;
    overflow: hidden;
    border-radius: 10px;
}
.index-course .index-course-left .index-course-tab .index-course-item .index-item-img img{
    width: 204px;
    height: 128px;
    transition: 0.3s;
}
.index-course .index-course-left .index-course-tab .index-course-item .index-item-img:hover img{transform: scale(1.1);transition: 0.5s;}
.index-course .index-course-left .index-course-tab .index-course-item .index-item-text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #8B909B;
    line-height: 20px;
    width: 100%;
    padding: 0 5px;
    margin-top: 10px;
}
.index-course .index-course-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 270px;
}
.index-course .index-course-right .index-course-title{
    margin-bottom: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #252B3A;
    line-height: 30px;
}
.index-course .index-course-right .index-course-title a{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #8B909B;
}
.index-course .index-course-right .index-course-zl{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    background: #ffffff;
    box-shadow: 0px 8px 21px 0px rgba(36, 39, 67, 0.09);
    border-radius: 7px;
    padding: 10px 5px;
}
.index-course .index-course-right .index-course-zl a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
}
.index-course .index-course-right .index-course-zl a img{
    width: 55px;
    height: 55px;
}
.index-course .index-course-right .index-course-zl p{
    margin-left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #8B909B;
    line-height: 18px;
}
.index-course .index-course-right .index-course-zl p b{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    margin-bottom: 5px;
}
.index-course .index-course-right .index-course-zl a:hover{background: #F1F5FF;}
.index-course .index-course-right .index-course-zl a:hover b{color: #E71619;}
/*2班型*/
.index-class{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: #ffffff;
}
.index-class .class-table{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.index-class .class-table .class-table-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
.index-class .class-table .class-table-item-on{display: block;}
.index-class .index-class-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-class .index-class-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 226px;
    height: 78px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-right: 17px;
}
.index-class .index-class-ul li:last-child{margin-right: 0;}
.index-class .index-class-ul .index-class-lion:before{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #705DFF;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    z-index: 3;
}
.index-class .index-class-ul .index-class-lion:nth-child(2):before{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF752A;
}
.index-class .index-class-ul .index-class-lion:nth-child(3):before{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3085FF;
}
.index-class .index-class-ul .index-class-lion:nth-child(4):before{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DE2C12;
}
.index-class .index-class-ul .index-class-lion:nth-child(5):before{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF5457;
}

.index-class .index-class-ul li img{
    width: 226px;
    height: 78px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.index-class .index-class-ul li .class-li-img1{
    display: none;
}
.index-class .index-class-ul li div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    color: #8F939B;
    line-height: 22px;
    padding: 0 15px;
}
.index-class .index-class-ul li div h3{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #252B3A;
    margin-bottom: 5px;
}
.index-class .index-class-ul .index-class-lion div{color: #ffffff;}
.index-class .index-class-ul .index-class-lion h3{color: #ffffff;}
.index-class .index-class-ul .index-class-lion .class-li-img1 {
    z-index: 2;
    display: block;
}
.index-class .index-class-ul .index-class-lion .class-li-img{display: none;}
.index-class .index-class-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 25px auto 50px;
}
.index-class .index-class-tab .class-tab-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    min-height: 344px;
    box-shadow: 0px 5px 27px 0px rgba(36, 39, 67, 0.11);
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 30px;
    overflow: hidden;
    display: none;
}
.index-class .index-class-tab .class-tab-item-on{display: block;}
.index-class .index-class-tab .class-tab-item .class-tab-item-up{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 344px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 284px;
    height: 344px;
    float: left;
    position: relative;
    border-radius: 10px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-1 img{
    width: 284px;
    height: 344px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-1 p{
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-1 p a{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #4A35E7;
    background: #ffffff;
    margin: 0 5px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-1 p a:hover{
    background: #4A35E7 ;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item:nth-child(2) .class-tab-item-1 p a{color: #FF752A;}
.index-class .index-class-tab .class-tab-item:nth-child(2) .class-tab-item-1 p a:hover{background: #DD5A13;color: #ffffff}
.index-class .index-class-tab .class-tab-item:nth-child(3) .class-tab-item-1 p a{color: #162CCD;}
.index-class .index-class-tab .class-tab-item:nth-child(3) .class-tab-item-1 p a:hover{background: #0A199A;color: #ffffff}
.index-class .index-class-tab .class-tab-item:nth-child(4) .class-tab-item-1 p a{color: #A31C09;}
.index-class .index-class-tab .class-tab-item:nth-child(4) .class-tab-item-1 p a:hover{background: #A31C09;color: #ffffff}
.index-class .index-class-tab .class-tab-item:nth-child(5) .class-tab-item-1 p a{color: #FF6F72;}
.index-class .index-class-tab .class-tab-item:nth-child(5) .class-tab-item-1 p a:hover{background: #DE4145;color: #ffffff}
.index-class .index-class-tab .class-tab-item .class-tab-item-2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: left;
    margin-top: 25px;
    margin-left: 30px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-2 h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #252B3A;
    background: url("../image/3-title-bg.jpg") repeat-x bottom;
    line-height: 24px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 2px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-2 .class-tab-item-ul1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-2 .class-tab-item-ul1 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    margin-bottom: 15px;
    /*overflow: hidden;*/
    border: 1px dashed #8B7BFF;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.index-class .index-class-tab .class-tab-item .class-tab-item-2 .class-tab-item-ul1 li b{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: #705DFF;
    text-align: center;
    padding: 0 10px;
    border-radius: 10px;
    width: 45px;
    height: 66px;
    margin-top: -1px;
    margin-left: -1px;
}
.index-class .index-class-tab .class-tab-item:nth-child(2) .class-tab-item-2 .class-tab-item-ul1 li{border: 1px dashed #FF9155;}
.index-class .index-class-tab .class-tab-item:nth-child(2) .class-tab-item-2 .class-tab-item-ul1 li b{background: #FF752A;}
.index-class .index-class-tab .class-tab-item:nth-child(3) .class-tab-item-2 .class-tab-item-ul1 li{border: 1px dashed #3E4FD3;}
.index-class .index-class-tab .class-tab-item:nth-child(3) .class-tab-item-2 .class-tab-item-ul1 li b{background: #182CCD;}
.index-class .index-class-tab .class-tab-item:nth-child(4) .class-tab-item-2 .class-tab-item-ul1 li{border: 1px dashed #DC2C13;}
.index-class .index-class-tab .class-tab-item:nth-child(4) .class-tab-item-2 .class-tab-item-ul1 li b{background: #DC2C13;}
.index-class .index-class-tab .class-tab-item:nth-child(5) .class-tab-item-2 .class-tab-item-ul1 li{border: 1px dashed #FF8487;}
.index-class .index-class-tab .class-tab-item:nth-child(5) .class-tab-item-2 .class-tab-item-ul1 li b{background: #FF5457;}


.index-class .index-class-tab .class-tab-item .class-tab-item-2 .class-tab-item-ul1 li span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #575D6C;
    padding: 15px;
    width: 134px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-ul2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 255px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-ul2 a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F1F5FF;
    width: 100%;
    height: 65px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 20px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-ul2 a img{
    display: inline-block;
    margin-right: 18px;
    width: 40px;
    height: 40px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-ul2 a span{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #575D6C;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 335px;
    height: 100%;
    padding: 25px;
    border-right: 1px solid #EAEDF3;
    position: relative;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 106px;
    position: absolute;
    right: 30px;
    top: 25px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-select .item-select-top{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 106px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #4385ff;
    color: #4385ff;
    border-radius: 5px;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-select .item-select-top:before{
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    content: "";
    background: url("../image/2-jt.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-select .item-select-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 30px;
    width: 106px;
    cursor: pointer;
    background: #ffffff;
    color: #252B3A;
    z-index: 10;
    padding: 10px 0;
    border: 1px solid #D4D9E4;
    border-radius: 5px;
    display: none;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-select .item-select-list span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-select .item-select-list span:hover{
    color: #E71619;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #252B3A;
    margin-bottom: 5px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 h4 a{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #8B909B;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 h4 a i{
    font-style: normal;
    font-weight: bold;
    color: #E71619;
    font-size: 20px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-kb{
    box-sizing: border-box;
    width: 100%;
    height: 275px;
    overflow: hidden;
    padding-top: 6px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3{
    box-sizing: border-box;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3-on{
    display: block;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3 li{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #404550;
    line-height: 30px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3 li span{
    display: inline-block;
    margin-right: 22px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3 li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    text-align: left;
    min-width: 100px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3 li .class-tab-item-a1{
    color: #8B909B;
    cursor: not-allowed;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3 li .class-tab-item-a2{
    color: #E71619;
    padding-right: 15px;
    background: url("../image/2-fire.png") no-repeat 80% center;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3 li .class-tab-item-a3{
    color: #00561F;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-3 .class-tab-item-ul3 li:hover{ color: #E71619;}
.index-class .index-class-tab .class-tab-item .class-tab-item-4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: left;
    border-radius: 10px;
    background: -webkit-linear-gradient(top,#F1F6FF, #FEFEFF);
    background: -o-linear-gradient(top,#F1F6FF, #FEFEFF);
    background: -moz-linear-gradient(top,#F1F6FF, #FEFEFF);
    background: linear-gradient(top,#F1F6FF, #FEFEFF);
    width: 356px;
    height: 100%;
    padding: 25px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-4 h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #252B3A;
    line-height: 24px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-4 h4 span{
    color: #E72529;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-4 .class-tab-item-ul4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-4 .class-tab-item-ul4 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #575D6C;
    background: #ffffff;
    border: 1px solid #D1D7E2;
    margin-bottom: 15px;
}
/*.index-class .index-class-tab .class-tab-item .class-tab-item-4 .class-tab-item-ul4 li:last-child{*/
/*    width: 100%;*/
/*}*/
.index-class .index-class-tab .class-tab-item  li:last-child{
    width: 100%;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-5{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: left;
    border-right: 1px solid #EAEDF3;
    width: 340px;
    height: 100%;
    padding: 25px 30px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-5 h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #252B3A;
    line-height: 24px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-bottom: 17px;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-5 h4 span{
    color: #CA0E0E;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-5 .class-tab-item-ul4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-5 .class-tab-item-ul4 a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    height: 45px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #82858C;
    background: -webkit-linear-gradient(left,#F1F5FF, #F8FAFF);
    background: -o-linear-gradient(left,#F1F5FF, #F8FAFF);
    background: -moz-linear-gradient(left,#F1F5FF, #F8FAFF);
    background: linear-gradient(left,#F1F5FF, #F8FAFF);
    margin-bottom: 13px;
    padding-left: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index-class .index-class-tab .class-tab-item .class-tab-item-5 .class-tab-item-ul4 a img{
    margin-right: 10px;
}
/*班型下项目*/
.index-class .index-class-tab .class-tab-item .index-syllabus-box4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    height: 490px;
    background: #F1F5FF;
    border: 1px dashed #8D7EFF;
    border-radius: 10px;
    margin: 30px auto 0;
    position: relative;
    padding: 20px;
    overflow: hidden;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-date{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #575D6C;
    line-height: 22px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-tag{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/3-title1.png") no-repeat center;
    width: 168px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: -1px;
    top: 20px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-tag1{
    background: url("../image/3-title6.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 270px;
    padding-left: 10px;
    margin-top: 50px;
    margin-left: 5px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-left h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #252B3A;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-left h4:before{
    content: "";
    width: 3px;
    height: 18px;
    background: #705DFF;
    position: absolute;
    left: -13px;
    top: 7px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-left .syllabus-box4-left-h4:before{
    content: "";
    width: 3px;
    height: 18px;
    background: #162DC9;
    position: absolute;
    left: -13px;
    top: 7px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-left ul li{
    font-size: 14px;
    font-weight: 400;
    color: #575D6C;
    line-height: 24px;
    text-align: left;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-left .syllabus-box4-left-dg{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #E71619;
    margin-top: 20px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 520px;
    height: 360px;
    border-radius: 10px;
    background: #FFFFFF;
    float: left;
    margin-top: 40px;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-center h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #252B3A;
    line-height: 24px;
    text-align: left;
    margin: 10px 0;
    padding-left: 45px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-center h4 span{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #FF6920;
    margin-left: 20px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    height: 360px;
    float: right;
    margin-top: 20px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right .syllabus-box4-right-title{
    margin: 30px 0;
    text-align: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #37393F;
    line-height: 24px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right .syllabus-box4-right-title:before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #705DFF;
    position: absolute;
    left: -12px;
    top: 12px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right ul{
    width: 200px;
    height: 180px;
    position: relative;
    margin: 0 auto;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right ul li{
    width: 100px;
    height: 100px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    text-align: center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right ul li:nth-child(1){
    left: 0;
    top: 0;
    z-index: 1;
    background: #8576FA;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right ul li:nth-child(2){
    right: 0;
    top: 0;
    z-index: 2;
    background: #705DFF;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right ul li:nth-child(3){
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    z-index: 3;
    background: #633CF3;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right .syllabus-box4-right-ul li:nth-child(1){
    left: 0;
    top: 0;
    z-index: 1;
    background: #4255FA;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right .syllabus-box4-right-ul li:nth-child(2){
    right: 0;
    top: 0;
    z-index: 2;
    background: #2A3FEA;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right .syllabus-box4-right-ul li:nth-child(3){
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    z-index: 3;
    background: #182CCD;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box4 .syllabus-box4-right .syllabus-box4-left-sq{
    display: block;
    margin: 25px auto 0;
    width: 136px;
    height: 38px;
    background: linear-gradient(-90deg, #E91D1E, #F44F4D);
    border-radius: 19px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
}
/*就业班*/
.index-class .index-class-tab .class-tab-item .index-syllabus-box5{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    height: 490px;
    background: #ffffff;
    border: 1px dashed #FF661B;
    border-radius: 10px;
    margin: 30px auto 0;
    position: relative;
    padding: 20px;
    overflow: hidden;
}
.index-class .index-class-tab .class-tab-item:nth-child(3) .index-syllabus-box5{border: 1px dashed #3085FF;}
.index-class .index-class-tab .class-tab-item:nth-child(4) .index-syllabus-box5{border: 1px dashed #DC2C13;}
.index-class .index-class-tab .class-tab-item:nth-child(5) .index-syllabus-box5{border: 1px dashed #FF8487;}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-time{
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-date{
    display: inline-block;
    color: #575D6C;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-dg{
    display: inline-block;
    color: #E71619;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-tag{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/3-title2.png") no-repeat center;
    width: 168px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: -9px;
    top: 20px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-tag1{
    background: url("../image/3-title7.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-tag2{
    background: url("../image/3-title4.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-tag3{
    background: url("../image/3-title5.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box4-tag4{
    background: url("../image/3-title3.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-left{
    width: 260px;
    height: 365px;
    overflow: hidden;
    float: left;
    margin-top: 50px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point{
    width: 280px;
    height: 365px;
    overflow-y: auto;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point li{
    width: 260px;
    height: 45px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point li span{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #5E6163 ;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: #F3F3F3;
    width: 100px;
    border-radius: 10px 0px 0px 10px;
}

.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point li span:nth-child(2){
    background: #E6E6E6;
    color: #929292;
    width: 160px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
}
/*.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point1 li span:nth-child(2){
    background: #FFE2E3;
    color: #DF5658;
}*/
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point .syllabus-box5-point-on:after{
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: url("../image/3-jy-jt.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point1 .syllabus-box5-point-on:after{
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: url("../image/3-jy-jt4.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point2 .syllabus-box5-point-on:after{
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: url("../image/3-jy-jt2.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point3 .syllabus-box5-point-on:after{
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: url("../image/3-jy-jt3.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point4 .syllabus-box5-point-on:after{
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: url("../image/3-jy-jt1.png") no-repeat center;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point .syllabus-box5-point-on span{
    background: #FF7B00;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point .syllabus-box5-point-on span:nth-child(2){
    background: #F07400;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point1 .syllabus-box5-point-on span{
    background: #20A4B0;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point1 .syllabus-box5-point-on span:nth-child(2){
    background: #117D87;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point2 .syllabus-box5-point-on span{
    background: #3084FD;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point2 .syllabus-box5-point-on span:nth-child(2){
    background: #1A66D3;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point3 .syllabus-box5-point-on span{
    background: #DE2C12;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point3 .syllabus-box5-point-on span:nth-child(2){
    background: #9D1705;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point4 .syllabus-box5-point-on span{
    background: #FF5457;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point4 .syllabus-box5-point-on span:nth-child(2){
    background: #DA3437;
    color: #ffffff;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 830px;
    height: 365px;
    float: right;
    /*overflow: hidden;*/
    margin-top: 50px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: none;
    /*overflow: hidden;*/
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .center-item-on{
    display: block;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    min-height: 365px;
    border-radius: 10px;
    background: #F4F2F3;
    float: left;
    overflow: hidden;
    padding: 20px 0;
    margin-left: 25px;
    text-align: center;
    position: relative;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    height: 365px;
    margin-left: 25px;
    border-radius: 10px;
    background: #F4F2F3;
    float: left;
    overflow: hidden;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img1 img{
    width: 100%;
    height: 100%;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #252B3A;
    line-height: 24px;
    text-align: left;
    margin: 10px 0;
    padding: 0 30px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img h4 span{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #FF6920;
    margin-left: 15px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center2 .syllabus-box5-center-item .syllabus-box5-center-item-img h4 span{
    color: #1B6BDD;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img .syllabus-box5-center-item-abs{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 10;
    width: 184px;
    /*height: 122px;*/
    background: #FFFFFF;
    box-shadow: 0px 4px 21px 0px rgba(36, 39, 67, 0.13);
    border-radius: 10px;
    padding: 10px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img .syllabus-box5-center-item-abs .box5-center-item-abs-head{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #37393F;
    line-height: 16px;
    text-align: left;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img .syllabus-box5-center-item-abs .box5-center-item-abs-head img{
    display: inline-block;
    margin-right: 7px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    box-shadow: 0px 1px 7px 0px rgba(36, 39, 67, 0.19);
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-img .syllabus-box5-center-item-abs p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 5px;
    background: #FFEFE0;
    color: #F17400;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin-top: 7px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center2 .syllabus-box5-center-item .syllabus-box5-center-item-img .syllabus-box5-center-item-abs p{
    background: #E1EDFF;
    color: #1B6BDD;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 266px;
    height: 365px;
    float: right;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 134px;
    background: #ffffff;
    border: 2px solid #A4C9FF;
    color: #1B6BDD;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    margin-bottom: 20px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-h4{
    font-size: 15px;
    line-height: 24px;
    color: #1FA6AC;
    text-align: left;
    margin-bottom: 10px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-p{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #37393F;
    line-height: 23px;
    margin-bottom: 35px;
    width: 100%;
    max-height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-p1{
    margin-bottom: 10px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-p i{
    display: inline-block;
    font-style: normal;
    color: #FF7600;
    font-weight: bold;
    margin-right: 5px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center2 .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-p i{
    color: #1B6BDD;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F4F2F3;
    border-radius: 10px;
    width: 100%;
    position: relative;
    padding: 30px 30px 15px ;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-ul li{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    text-align: left;
    float: left;
    min-width: 45%;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-ul h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 134px;
    background: #ffffff;
    border: 2px solid rgba(255, 129, 6, 0.44);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FF7600;
    line-height: 29px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -67px;
    margin-right: 0;
    top: -15px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center2 .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-ul h4{
    border: 2px solid #A4C9FF;
    color: #1B6BDD;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-h3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 134px;
    background: #ffffff;
    border: 2px solid rgba(255, 129, 6, 0.44);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FF7600;
    line-height: 29px;
    text-align: center;
    margin: 0 auto -15px;
    z-index: 10;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center2 .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt-h3{
    border: 2px solid #A4C9FF;
    color: #1B6BDD;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #FCFCFC;
    border-radius: 10px;
    width: 100%;
    height: 350px;
    position: relative;
    padding:30px 15px 15px ;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #FF7600;
    line-height: 24px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center2 .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt1{
    color: #1B6BDD;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt .center-item-txt1 p{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #37393F;
    line-height: 24px;
    margin-bottom: 15px;
    width: 100%;
    max-height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .center-item-lb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 390px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .center-item-lb .swiper-pagination-bullets{bottom: 0;text-align: right;}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .center-item-lb .swiper-pagination-bullet{
    width: 26px;
    height: 5px;
    background: #E9E9E9;
    border-radius: 0;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .center-item-lb .swiper-pagination-bullet-active{
    background: #FF7701;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    height: 365px;
    float: right;
    overflow-y: auto;
    border-radius: 10px;
    background: #F4F3F3;
    padding: 15px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt2 p{
    font-size: 14px;
    color: #DA3437;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt2 ul{
    overflow: hidden;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-center .syllabus-box5-center-item .syllabus-box5-center-item-txt2 ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 45%;
    font-size: 14px;
    line-height: 24px;
    color: #37393F;
    text-align: left;
    float: left;
}
.index-class .index-class-tab .class-tab-item .index-syllabus-box5 .syllabus-box5-point li:last-child.syllabus-box5-point-on:after{
    display: none;
}
/*3课程*/
.index-syllabus{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: #F1F5FF;
}
.index-syllabus .index-syllabus-box2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 450px;
    background: url("../image/3-bg-1.png") no-repeat center;
    box-shadow: 0px 4px 24px 0px rgba(52, 120, 255, 0.18);
    border-radius: 10px;
    margin: 30px auto;
    padding: 0 50px;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #FF5400;
    background: #FFE5D8;
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-img{
    display: block;
    margin: 20px auto;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 580px;
    float: right;
    position: relative;
    margin-top: 15px;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 580px;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left ul li{
    display: inline-block;
    width: 48%;
    text-align: left;
    font-size: 14px;
    color: #252B3A;
    line-height: 30px;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left ul li b{
    font-weight: bold;
    color: #034EE6;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left ul li span{
    font-weight: bold;
    color: #034EE6;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left h3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #252B3A ;
    display: inline-block;
    background: url("../image/3-title-bg.jpg") repeat-x bottom;
    padding: 0 3px;
    margin: 15px 0;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left h3 span{
    color: #FF5400;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left p{
    font-size: 14px;
    font-weight: 400;
    color: #575D6C;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left .syllabus-box2-a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(-90deg, #E91D1E, #F44F4D);
    border-radius: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}
.index-syllabus .index-syllabus-box2 .syllabus-box2-left .syllabus-box2-a:hover{background: #d91112;}
.index-syllabus .index-syllabus-box2 .syllabus-box2-video{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 492px;
    height: 295px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-top: 15px;
}
.index-syllabus .index-syllabus-box3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 105px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 24px 0px rgba(52, 120, 255, 0.18);
    margin: 0 auto 60px;
    padding: 0 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-syllabus .index-syllabus-box3 h3{
    width: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FF661B;
    line-height: 24px;
}
.index-syllabus .index-syllabus-box3 img{
    margin: 0 20px;
}
.index-syllabus .index-syllabus-box3 p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 55px;
    text-align: left;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.index-syllabus .index-syllabus-box3 p:after{
    content: ">";
    font-size: 16px;
    color: #1F69FF;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 44px;
}
.index-syllabus .index-syllabus-box3 p:last-child{padding-right: 0;}
.index-syllabus .index-syllabus-box3 p:last-child:after{width: 0;content: ""}



/*讲师*/
.index-teacher{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
    overflow: hidden;
}
.index-teacher .index-teacher-js{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.index-teacher .index-teacher-js .index-teacher-js-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 570px;
}
.index-teacher .index-teacher-js .index-teacher-js-list h3{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    color: #FF661B;
    border-bottom: 1px solid #E2E8F2;
}
.index-teacher .index-teacher-js .index-teacher-js-list h3 img{
    display: inline-block;
    margin-right: 20px;
}
.index-teacher .index-teacher-js .index-teacher-js-list h3 span{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #404550;
    margin-left: 20px;
}
.index-teacher .index-teacher-js .index-teacher-js-list ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    overflow: hidden;
}
.index-teacher .index-teacher-js .index-teacher-js-list ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #252B3A ;
    text-align: left;
    float: left;
    margin-right: 20px;
    padding-left: 15px;
    position: relative;
}
.index-teacher .index-teacher-js .index-teacher-js-list ul li:before{
    content: "·";
    color: #FF661B;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}
.index-teacher .index-teacher-js .index-teacher-js-list p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: #575D6C;
    line-height: 18px;
    text-align: left;
}
.index-teacher .index-teacher-scroll{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 60px;
    background: #686d7d;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 600%;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li{
/*    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    position: relative;
    border-right: 1px solid #686d7d;
    border-bottom: 1px solid #686d7d;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 176px;
    height: 212px;
    z-index: 4;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-img:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 176px;
    height: 212px;
    position: absolute;
    right: -176px;
    top: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 2;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-txt>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-txt p{
    text-align: center;
    color: #FF661B;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-txt span{
    display: inline-block;
    padding: 0 10px;
    border-radius: 20px;
    background: rgba(87,93,108,0.5);
    margin: 15px 0;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-txt a{
    display: inline-block;
    color: #FFFFFF;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li .teacher-scroll-list-txt a:hover{color: #FF661B;}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li:hover .teacher-scroll-list-txt{
    z-index: 10;
    display: block;
}
.index-teacher .index-teacher-scroll .index-teacher-scroll-list ul li:hover .teacher-scroll-list-img:after{
    background: rgba(0,0,0,0);
}



/*5就业*/
.index-job{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: url("../image/bg-l.png") no-repeat 5% 30%,
    url("../image/bg-r.png") no-repeat 95% 90%  #F1F5FF;
    padding-bottom: 70px;
}
.index-job .index-job-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    /*height: 576px;*/
    /*background: #ffffff;
    box-shadow: 0px 4px 24px 0px rgba(52, 120, 255, 0.18);
    border-radius: 10px;*/
    /*padding: 40px;*/
}
.index-job .index-job-box .index-job-litem{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    /*min-height: 167px;*/
    background: linear-gradient(360deg, #FFFFFF, #F2F9FC);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 7px 10px 0px #E7EBF5;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-job .index-job-box .index-job-litem .index-job-left-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
}
.index-job .index-job-box .index-job-litem .index-job-left-li span{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    width: 100%;
    height: 100%;
    letter-spacing: 5px;
}
.index-job .index-job-box .index-job-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.index-job .index-job-box .index-job-right .index-job-title{
    box-sizing: border-box;
    width: 1000px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #5A6379;
    line-height: 24px;
    margin: 25px 0;
    text-align: left;
    position: relative;
}
.index-job .index-job-box .index-job-right .index-job-title:before{
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #5FABE3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.index-job .index-job-box .index-job-right .index-job-title2:before{background: #286DF9;}
.index-job .index-job-box .index-job-right .index-job-title3:before{background: #FD7904;}
.index-job .index-job-box .index-job-right .index-job-title4:before{background: #FDAD00;}
.index-job .index-job-box .index-job-right .index-job-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
}
.index-job .index-job-box .index-job-right .index-job-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 204px;
    height: 66px;
    box-shadow: 0px 7px 10px 0px #E7EBF5;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    position: relative;
}
.index-job .index-job-box .index-job-right .index-job-ul li:nth-child(2n){
    box-sizing: border-box;
    width: 50px;
    height: 66px;
    border: none;
    background: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-job .index-job-box .index-job-right  .index-job-ul li p{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 204px;
    height: 66px;
}
.index-job .index-job-box .index-job-right .index-job-ul li .index-job-ul-p1{
    box-sizing: border-box;
    height: 66px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px dashed #C7CCD7;
}
.index-job .index-job-box .index-job-right .index-job-ul li .index-job-ul-p1 em{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    font-style: normal;
    margin-left: 10px;
}
.index-job .index-job-box .index-job-right .index-job-ul li .index-job-ul-p1 b{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 2px;
    color: #000000;
}
.index-job .index-job-box .index-job-right .index-job-ul li .index-job-ul-p2{
    box-sizing: border-box;
    width: 204px;
    height: 66px;
    color: #ffffff;
    background: #FF7A04;
    border-radius: 10px;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.index-job .index-job-box .index-job-right .index-job-ul li .index-job-ul-p2 img{margin-left: 6px;}
.index-job .index-job-box .index-job-right li:nth-child(4n){margin-right: 0;}
.index-job .index-job-box .index-job-right li:nth-child(4n):after{width: 0;}
.index-job .index-job-box .index-job-right .index-job-ul li:hover .index-job-ul-p1{
    display: none;
}
.index-job .index-job-box .index-job-right .index-job-ul1{
    box-sizing: border-box;
    width: 970px;
    background: url("../image/job-bg1.png") no-repeat center;
    height: 176px;
    padding: 0 20px;
}
.index-job .index-job-box .index-job-right .index-job-ul1 li{
    box-sizing: border-box;
    width: 210px;
    height: 40px;
    line-height: 38px;
    background: #FFFFFF;
    border: 1px dashed #FF7A04;
    box-shadow: 0px 7px 10px 0px #E2E6F0;
    border-radius: 20px;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #FF4E00;
    position: relative;
}
.index-job .index-job-box .index-job-right .index-job-ul1 li:after{
    content: "";
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 40px;
    background: url("../image/6-job-jt1.png") no-repeat center;
    position: absolute;
    right: -30px;
    top: 0;
}
.index-job .index-job-box .index-job-right .index-job-ul1 li:nth-child(4n){margin-right: 0;}
.index-job .index-job-box .index-job-right .index-job-ul1 li:nth-child(4n):after{display: none}

/*6教学服务*/
.index-service{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: #ffffff;
}

.index-service .service-project{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1200px;
    height: 440px;
    margin: 70px auto;
}
.index-service .service-project .service-project-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 726px;
    height: 440px;
    float: left;
}
.index-service .service-project .service-project-left li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 726px;
    height: 440px;
    position: relative;
    border-radius: 10px;
    display: none;
}
.index-service .service-project .service-project-left .service-project-left-on{display: block;}
.index-service .service-project .service-project-left .service-project-abs{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding: 8px 50px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
}

.index-service .service-project .service-project-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 440px;
    height: 440px;
    float: right;
}

[class^='cxxyx-'],
[class*=' cxxyx-']{
    background: url("../image/yx-jlt.png") no-repeat;
    -webkit-background-size: 468px 104px;
    background-size: 468px 104px;
}
.index-service .service-project .service-project-right li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 140px;
    height: 140px;
    background: linear-gradient(0deg, #E7EDF6, #F7F8FD);
    border: 1px solid #E7EDF6;
    border-radius: 10px;
    color: #575D6C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 25px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.index-service .service-project .service-project-right li:nth-child(3n){margin-right: 0;}
.index-service .service-project .service-project-right .project-right-on{
    background: #1F69FF;
    color: #ffffff;
}
.index-service .service-project .service-project-right li i{
    display: block;
    width: 52px;
    height: 52px;
    margin: 2px auto 6px;
}
.index-service .service-project .service-project-right li .cxxyx-1{
    background-position: -0px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-2{
    background-position: -52px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-3{
    background-position: -104px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-4{
    background-position: -156px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-5{
    background-position: -208px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-6{
    background-position: -260px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-7{
    background-position: -312px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-8{
    background-position: -364px 0px;
}
.index-service .service-project .service-project-right li .cxxyx-9{
    background-position: -416px 0px;
}
.index-service .service-project .service-project-right li.project-right-on i{
    background-position-y: -52px;
    transition: 0.5s;
}

/*8热门文章*/
.index-essay{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
/*    background: url(../image/bg-l.png) no-repeat 5% 15%,
    url(../image/bg-r.png) no-repeat 101% 125% #ffffff;*/
    background: #F1F5FF;
    overflow: hidden;
    padding-bottom: 30px;
}
.index-essay .hot-essay{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.index-essay .hot-essay .hot-essay-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    float: left;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 100px;
    margin-bottom: 50px;
}
.index-essay .hot-essay .hot-essay-list:nth-child(2n){margin-right: 0;}
.index-essay .hot-essay .hot-essay-list .hot-essay-img{
    width: 205px;
    height: 127px;
    border-radius: 10px;
    overflow: hidden;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-img img{
    width: 205px;
    height: 127px;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt{
    width: 318px;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt h3{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #252B3A;
    line-height: 24px;
    margin-bottom: 15px;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt h3 a{
    display: -webkit-flex;
    font-weight: 400;
    color: #3385FF;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt p{
    width: 100%;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt p a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #575D6C;
    line-height: 26px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 10px;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt p a:before{
    content: "·";
    width: 10px;
    line-height: 26px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #575D6C;
    position: absolute;
    left: 0;
    top: 0;
}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt p a:hover{color: #E71619;}
.index-essay .hot-essay .hot-essay-list .hot-essay-txt p a:hover:before{color: #E71619;}



/*2023-5-29新版文章*/
.index-article{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: #F1F5FF;
    overflow: hidden;
    padding-bottom: 50px;
}
.index-article .index-article-up{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 40px auto 20px;
}
.index-article .index-article-up .index-article-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 870px;
    height: 440px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgba(226,231,242, 0.8);
    padding: 10px 15px;
    float: left;
}
.index-article .index-article-up .index-article-left .index-article-up-title{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 24px;
    margin: 10px 0;
}
.index-article .index-article-up .index-article-left .index-article-up-title h3{
    font-size: 18px;
    color: #252B3A;
}
.index-article .index-article-up .index-article-left .index-article-up-title a{
    font-size: 14px;
    color: #aeb0b8;
}
.index-article .index-article-up .index-article-left .index-article-up-title a:hover{color: #FE6D2E;}
.index-article .index-article-up .index-article-left .index-article-left-1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    float: left;
}
.index-article .index-article-up .index-article-left .index-article-left-1 .index-article-left1-a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    overflow: hidden;
}
.index-article .index-article-up .index-article-left .index-article-left-1 .index-article-left1-a p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #252B3A;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-weight: 600;
}
.index-article .index-article-up .index-article-left .index-article-left-1 .index-article-left1-a div{
    width: 266px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.index-article .index-article-up .index-article-left .index-article-left-1 .index-article-left1-a div:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.index-article .index-article-up .index-article-left .index-article-left-1 .index-article-left1-text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    font-size: 14px;
    line-height: 28px;
    color: #737781;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.index-article .index-article-up .index-article-left .index-article-left-js{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    float: right;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-left-js-item{
    display: block;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-left-js-item h3{
    box-sizing: border-box;
    position: relative;
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    padding-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-left-js-item h3:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #676767;
    content: "";
    border-radius: 50%;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-left-js-item p{
    box-sizing: border-box;
    width: 530px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: none;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-item-active{
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(154,154,154,0.2);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 13px 0 0 10px;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-item-active h3{
    color: #FE6D2E;
    font-size: 16px;
    font-weight: 600;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-item-active h3:before{
    width: 5px;
    height: 5px;
    background: #FE6D2E;
}
.index-article .index-article-up .index-article-left .index-article-left-js .index-article-item-active p{display: block;}

.index-article .index-article-up .index-article-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 306px;
    height: 440px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgba(226,231,242, 0.8);
    float: right;
    overflow: hidden;
    padding: 10px 0;
}
.index-article .index-article-up .index-article-right .index-article-right-title{
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #252B3A;
    margin: 10px 15px;
}
.index-article .index-article-up .index-article-right .index-article-right-lb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.index-article .index-article-up .index-article-right .index-article-right-lb .swiper-button-prev, .swiper-button-next{margin-top:-3px;}
.index-article .index-article-up .index-article-right .index-article-right-lb .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 23px;
    height: 41px;
    border-radius: 5px;
    background-image:url("../image/artice-jt1.png");
    background-size: 100% 100%;
    left: 5px;
    right: auto;
    display: none;
}
.index-article .index-article-up .index-article-right .index-article-right-lb .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 23px;
    height: 41px;
    border-radius: 5px;
    background-image:url("../image/artice-jt2.png");
    background-size: 100% 100%;
    right: 5px;
    left: auto;
    display: none;
}
.index-article .index-article-up .index-article-right .index-article-right-lb:hover .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ display: block;}
.index-article .index-article-up .index-article-right .index-article-right-lb:hover .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ display: block;}
.index-article .index-article-up .index-article-right .index-article-right-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    height: 380px;
    display: block;
}
.index-article .index-article-up .index-article-right .index-article-right-li .index-article-right-li-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
    width: 275px;
    height: 180px;
}
.index-article .index-article-up .index-article-right .index-article-right-li .index-article-right-li-img img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.index-article .index-article-up .index-article-right .index-article-right-li .index-article-right-li-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #252B3A;
    margin-top: 5px;
}
.index-article .index-article-up .index-article-right .index-article-right-li .index-article-right-li-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 148px;
    font-size: 14px;
    line-height: 28px;
    color: #737781;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.index-article .index-article-down{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.index-article .index-article-down .index-article-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 870px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgba(226,231,242, 0.8);
    padding: 10px 15px;
    float: left;
    position: relative;
}
.index-article .index-article-down .index-article-left .index-article-left-more{
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 20px;
}
.index-article .index-article-down .index-article-left .index-article-left-more a{
    font-size: 14px;
    line-height: 24px;
    color: #aeb0b8;
    background: #F1F5FF;
    display: none;
}
.index-article .index-article-down .index-article-left .index-article-left-more .index-article-left-aon{
    display: block;
}
.index-article .index-article-down .index-article-left .index-article-left-more a:hover{color: #FE6D2E;}
.index-article .index-article-down .index-article-left .index-article-point{
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px 0;
}
.index-article .index-article-down .index-article-left .index-article-point li{
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #242B3A;
    cursor: pointer;
}
.index-article .index-article-down .index-article-left .index-article-point .index-article-point-on:before{
    content: "";
    width: 84px;
    height: 2px;
    background: #FE6D2E;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    bottom: 0px;
}
.index-article .index-article-down .index-article-left .index-article-table{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    justify-items: flex-start;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 266px;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-img{
    overflow: hidden;
    width: 266px;
    height: 145px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-li{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    margin: 6px 0;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-li:hover{color: #FE6D2E;}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-li i{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    margin: 0 10px;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-li .index-article-item1-li-num{
    background: #C5CAD6;
    color: #ffffff;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-li .index-article-item1-li-num1{
    background: #FB6818;
    color: #ffffff;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-li .index-article-item1-li-num2{
    background: #FB9818;
    color: #ffffff;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-1 .index-article-item1-li .index-article-item1-li-num3{
    background: #F9D118;
    color: #ffffff;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 266px;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-2 .index-article-item2-img{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-2 .index-article-item2-img img{
    width: 100%;
    height: 100%;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-2 .index-article-item2-img:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item-2 .index-article-item2-img p{
    box-sizing: border-box;
    width: 100%;
    height: 49px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #F0F0F0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js{
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .index-article-item2-js-item{
    display: block;
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .index-article-item2-js-item h3{
    box-sizing: border-box;
    position: relative;
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    padding-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .index-article-item2-js-item h3:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #676767;
    content: "";
    border-radius: 50%;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .index-article-item2-js-item p{
    box-sizing: border-box;
    width: 250px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding-left: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: none;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .article-item-active{
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(154,154,154,0.2);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 13px 0 0 10px;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .article-item-active h3{
    color: #FE6D2E;
    font-size: 14px;
    font-weight: 600;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .article-item-active h3:before{
    width: 5px;
    height: 5px;
    background: #FE6D2E;
}
.index-article .index-article-down .index-article-left .index-article-table .index-article-item .index-article-item2-js .article-item-active p{
    display: block;
}
.index-article .index-article-down .index-article-item2-list{
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.index-article .index-article-down .index-article-item2-list a{
    display: block;
    margin-top: 18px;
    box-sizing: border-box;
    position: relative;
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    padding-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.index-article .index-article-down .index-article-item2-list a:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #676767;
    content: "";
    border-radius: 50%;
}
.index-article .index-article-down .index-article-item2-list a:hover{color: #FE661B;}
/*右侧*/
.index-article .index-article-down .index-article-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 306px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 1px rgba(226,231,242, 0.8);
    float: right;
    overflow: hidden;
    padding: 10px 15px;
}
.index-article .index-article-down .index-article-right .index-article-right-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.index-article .index-article-down .index-article-right .index-article-right-title h3{
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #252B3A;
}
.index-article .index-article-down .index-article-right .index-article-right-title a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #aeb0b8;
}
.index-article .index-article-down .index-article-right .index-article-right-title a:hover{color: #FE6D2E;}
.index-article .index-article-down .index-article-right .index-article-right-lb2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    height: 181px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}
.index-article .index-article-down .index-article-right .index-article-right-lb2 .index-article-right-img{
    display: block;
    width: 270px;
    height: 181px;
    overflow: hidden;
}
.index-article .index-article-down .index-article-right .index-article-right-lb2 .index-article-right-img img{
    width: 270px;
    height: 181px;
}
.index-article .index-article-down .index-article-right .index-article-right-lb2 .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 50%;background: #999DA6;}
.index-article .index-article-down .index-article-right .index-article-right-lb2 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(255,255,255,1);}









/* 校区*/
.nj-school{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: #1E2435;
    min-height: 701px;
    overflow: hidden;
}
.nj-school .nj-school-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 60px auto;
}
.nj-school .nj-school-title h2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    background: url("../image/nj-7-title1.png") no-repeat left bottom,
    url("../image/nj-7-title2.png") no-repeat right bottom;
    padding: 0 400px;
}
.nj-school .nj-school-title p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}
.nj-school .nj-school-map{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 565px;
    margin: 0 auto;
    overflow: hidden;
}
.nj-school .nj-school-map .nj-school-map-left{
    float: left;
    width: 600px;
    height: 479px;
    background: url("../image/nj-7-map.png") no-repeat left center;
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li{
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    cursor: pointer;
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li i{
    font-style: normal;
    font-size: 20px;
    text-align: center;
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:hover{color: #FFB800;}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li.marker-on{
    color: #FFB800;
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(1){
    top: 150px;
    left: 423px;
    /*北京*/
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(6){
    top: 390px;
    right: 179px;
    /*深圳*/
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(5){
    top: 271px;
    right: 70px;
    /*上海*/
}

.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(7){
    top: 375px;
    right: 145px;
    /*广州*/
}

.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(3){
    top: 282px;
    left: 392px;
    /*武汉*/
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(8){
    top: 300px;
    left: 280px;
    /*成都*/
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(4){
    top: 247px;
    left: 346px;
    /*西安*/
}

.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(2){
    top: 237px;
    left: 398px;
    /*郑州*/
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(9){
    top: 242px;
    right: 99px;
    /*南京*/
}
.nj-school .nj-school-map .nj-school-map-left .nj-map-left-dw li:nth-child(10){
    top: 328px;
    right: 191px;
    /*长沙*/
}

.nj-school .nj-school-map .nj-school-map-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 575px;
    height: 520px;
    border-radius: 15px;
    background: rgba(44,50,67,0.5);
    border: 1px solid #434A5F;
    float: right;
    overflow: hidden;
    padding: 45px 40px;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .schoolxq-img{
    width: 49px;
    height: 45px;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .schoolxq-img img{display: none;}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .schoolxq-img .schoolxq-img-on{display: block;}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .schoolxqbot{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 64px;
    top: 45px;
    width: 300px;
    cursor: pointer;
    background: #323647;
    border-radius: 10px;
    z-index: 10;
    padding: 10px 0;
    display: none;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .schoolxqbot span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 32px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 20px;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .schoolxqbot span:hover{color: #F8641C;}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .nj-map-top{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #52586C;
    background: #323647;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: left;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-title .nj-map-top:before{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 45px;
    content: "";
    background: url("../image/nj-7-jt.png") no-repeat center;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: #FFB800;
}

.nj-school .nj-school-map .nj-school-map-right .nj-map-xq{}
.nj-school .nj-school-map .nj-school-map-right .nj-map-xq .nj-map-xq-item{display: none;}
.nj-school .nj-school-map .nj-school-map-right .nj-map-xq .nj-map-xq-item.xqdz-on{display: block;}

.nj-school .nj-school-map .nj-school-map-right .nj-school-map-time{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 480px;
    margin-left: 20px;
    overflow: hidden;
    border-bottom: 1px solid #464B5B;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-time li{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    width: 225px;
    line-height: 20px;
    text-align: left;
    float: left;
    margin-right: 30px;
    margin-bottom: 17px;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-time li:nth-child(2n){
    margin-right: 0;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-time li span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 33px;
    line-height: 33px;
    background: #44495A;
    border: 1px solid #52586C;
    border-radius: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-time li a{
    font-weight: 400;
    color: #FF661B;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-time li i{
    font-style: normal;
    color: #7E7E7E;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-dz{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-left: 20px;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-more{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    color: #ffffff;
    background: #F8641C;
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    font-size: 14px;
    margin-top: 20px;
}
.nj-school .nj-school-map .nj-school-map-right .nj-school-map-more:hover{
    background: #ffffff;
    color: #0f47c0;
}
.index-school{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: #1E2435;
    min-height: 400px;
    overflow: hidden;
}
.index-school .index-school-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 25px auto 45px;
    border-top: 1px solid #363F5B;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-school .index-school-list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #7F8598;
    line-height: 24px;
    text-align: center;
    min-width: 130px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.index-school-img1 img {
    width: 445px;
    height: 297px;
}
.index-school-img3 img{
    width:263px;
    height:297px;
}
.index-school-img2 img {
    width: 231px;
    height: 144px;
}

.index-school .index-school-list .index-school-list-on{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #F8641C;
}
.index-school .index-school-list .index-school-list-on:before{
    content: "";
    width: 46px;
    height: 2px;
    background: #F8641C;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: -22px;
}
.index-school .index-school-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 308px;
    margin: 0 auto;
    overflow: hidden;
}
.index-school .index-school-tab .index-school-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    overflow: hidden;
    display: none;
}
.index-school .index-school-tab .index-school-item-on{
    display: block;
}
.index-school .index-school-tab .index-school-item>div{
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 10px;
}
.index-school .index-school-tab .index-school-item>div:last-child{margin-right: 0;}
.index-school .index-school-tab .index-school-item .index-school-img2 img{
    margin-bottom: 10px;
}
.index-school-img1 img {
    width: 445px;
    height: 297px;
}
.index-school-img3 img{
    width:263px;
    height:297px;
}
.index-school-img2 img {
    width: 231px;
    height: 144px;
}

/*底部*/
.index-foot{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: #283047;
}
.index-foot .index-footer-up{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
}
.index-foot .index-footer-up ul{
    float: left;
    margin-right: 60px;
}
.index-foot .index-footer-up ul li{
    font-size: 14px;
    font-weight: 400;
    color: #7A7C82;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
}
.index-foot .index-footer-up ul li a{
    display: inline-block;
    color: #7A7C82;
}
.index-foot .index-footer-up ul li:hover a{color: #FF661B;}
.index-foot .index-footer-up ul li h2{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.index-foot .index-footer-up ul li:first-child{margin-bottom: 20px;}
.index-foot .index-footer-up ul li span{
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}
.index-foot .index-footer-up .index-footer-phone{
    margin-left: 40px;
}
.index-foot .index-footer-up .index-footer-phone a{
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}
.index-foot .index-footer-up .index-footer-ewm{
    margin-right: 0;
    position: absolute;
    right: 40px;
    top: 0;
}
.index-foot .index-footer-up .index-footer-ewm li{
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 30px;
    color: white;
}
.index-foot .index-footer-down{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #22273B;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
.index-foot .index-footer-down .index-footer-down-lj{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.index-foot .index-footer-down .index-footer-down-lj a{
    display: inline-block;
    margin-right: 25px;
    color: #7A7C82;
}
.index-foot .index-footer-down .index-footer-down-lj a:hover{color: #FF661B;}
.index-foot .index-footer-down .index-footer-down-ba{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 10px auto 0;
}
.index-foot .index-footer-down .index-footer-down-ba a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #7A7C82;
    line-height: 24px;
    margin-right: 60px;
}
.index-foot .index-footer-down .index-footer-down-ba a:first-child:hover{color: #FF661B;}
.index-foot .index-foot-table{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #262D42;
    overflow: hidden;
    text-align: center;
}
.index-foot .index-foot-table .index-foot-table-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-top: 20px;
    overflow: hidden;
}
.index-foot .index-foot-table .index-foot-table-point{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #3F475D;

}
.index-foot .index-foot-table .index-foot-table-point li{
    box-sizing: border-box;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #676A73;
    line-height: 24px;
    position: relative;
}
.index-foot .index-foot-table .index-foot-table-point .index-foot-table-point-on{
    border-bottom: 1px solid #F8641C;
    color: #F8641C;
}
.index-foot .index-foot-table .index-foot-table-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
.index-foot .index-foot-table .index-foot-table-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 60px;
    margin: 10px 0;
    text-align: left;
    display: none;
}
.index-foot .index-foot-table .index-foot-table-item-on{display: block;}
.index-foot .index-foot-table .index-foot-table-item a{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #676A73;
    line-height: 24px;
    margin-right: 30px;
    margin-bottom: 3px;
}
.index-foot .index-foot-table .index-foot-table-item a:hover{color: #F8641C;}
#player{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
video{
    border-radius: 10px !important;
    -moz-border-radius:10px !important;
    -webkit-border-radius: 10px !important;
}
.pv-video-player .pv-cover{
    border-radius: 10px !important;
    -moz-border-radius:10px !important;
    -webkit-border-radius: 10px !important;
}
.pv-cover>div{
    border-radius: 10px !important;
    -moz-border-radius:10px !important;
    -webkit-border-radius: 10px !important;
}



/*20230803弹窗*/
.mask-alert{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    transform: scale(0);
    transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.mask-alert.alert-show{
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mask-alert .mask-alert-1{
    box-sizing: border-box;
    background: url("../image/20230803-alert1.png") no-repeat center;
    width: 559px;
    height: 499px;
    position: relative;
    margin: 10% auto;
}
.mask-alert .mask-alert-1 .mask-alert1-close{
    box-sizing: border-box;
    background: url("../image/20230803-close.png") no-repeat center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 10px;
}
.mask-alert .mask-alert-1 .mask-alert1-btn{
    display: inline-block;
    box-sizing: border-box;
    background: url("../image/20230803-btn.png") no-repeat center;
    width: 307px;
    height: 65px;
    position: absolute;
    left: 140px;
    top: 320px;
}
.mask-alert .mask-alert-2{
    box-sizing: border-box;
    background: url("../image/20230803-alert2.png") no-repeat center;
    width: 307px;
    height: 272px;
    position: relative;
    margin: 15% auto;
    display: none;
}
.mask-alert .mask-alert-2 .mask-alert2-btn{
    box-sizing: border-box;
    display: inline-block;
    width: 125px;
    height: 37px;
    line-height: 37px;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0px 2px 4px #CF8321;
    background: #FFB322;
    box-shadow: inset 0 1px 5px 1px #FFD99B;
    position: absolute;
    left: 22px;
    bottom: 50px;
}
.mask-alert .mask-alert-2 .mask-alert2-close{
    box-sizing: border-box;
    display: inline-block;
    width: 125px;
    height: 37px;
    line-height: 37px;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #FFE1AF;
    border: 1px solid #FFE1AF;
    position: absolute;
    right: 22px;
    bottom: 50px;
    cursor: pointer;
}





