body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.center .title{
    font-size: 36px;
    color: #252525;
    line-height: 50px;  
    text-align: center;
}
.center .futitle{
    font-size: 20px;
    color: #333;
    line-height: 28px;  
    text-align: center;
    margin-top: 15px;
}
.zixunlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
    .zixunlist .zixunbtn {
        width: 320px;
        height: 54px;
        background: #e68c46;
        border-radius: 27px;
        font-size: 18px;
        color: #fff;
        line-height: 54px;
        font-weight: 500;
        text-align: center;
        display: block;
        margin: 0 40px;
        animation: breathe 1.4s infinite;
    }
@keyframes breathe{
    0%{
        transform: scale(0.95);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(0.95);
    }
}
.more_btn {
    width: 317px;
    height: 50px;
    border-radius: 27px;
    background: #144b9b;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: block;
}
/*.yellow{
    background: #FFA100!important;
}
.blue{
    background: #4b81ee!important;
}*/
.show{
    display: block!important;
}
.partTeacher{
    background: #FAFAFA!important;
}

.banner{
    width: 100%;
    position: relative;
}
.banner_img{
    width: 100%;
    display: block;
}
.swiper-pagination{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px!important; 
}
.swiper-pagination-bullet{
    width: 14px!important;
    height: 14px!important;
    border-radius: 50em;
    background: #fff!important;
    margin: 0 7px!important;
    opacity: 1!important;
    display: inline-block;
}
.swiper-pagination-bullet-active{
    background: #F0672E!important;
}


.partRank{
    width: 100%;
    background: #FAFAFA;
    padding: 60px 0 45px;
}
.partRank .tabs{
    width: 900px;
    border-left: 1px solid #4b81ee;
    border-bottom: 1px solid #4b81ee;
    border-top: 1px solid #4b81ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 50px auto 0;  
    overflow: hidden; 
}
    .partRank .tabs .tab {
        width: 299px;
        height: 100px;
        border-right: 1px solid #144b9b;
        background-color: #fff;
        text-align: center;
        font-size: 22px;
        line-height: 22px;
        cursor: pointer;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .partRank .tabs .current {
        color: #fff;
        background-color: #144b9b;
    }
.partRank .tabs .tab span{
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}
.partRank .main{
    width: 100%;
    overflow: hidden;
}
.partRank .main ul{   
    background-color: #fff;
    margin: 0 0 40px 0;
    padding: 20px;
}
.partRank .main ul li{ 
    display: none;
}
.partRank .main ul li.active{
    display: block;
}
.partRank .main ul li .rank-table-title{
    overflow-y: scroll;
}
    .partRank .main ul li .rank-table-title::-webkit-scrollbar {
        background: #b29973;
        border-top: 0;
    }
    .partRank .main ul li .rank-table-title thead {
        border-top: 1px solid #b29973;
        border-bottom: 2px solid #b29973;
    }
        .partRank .main ul li .rank-table-title thead tr .borderRed {
            border-right: 1px solid #b29973;
        }
.partRank .main ul li .rank-table{
    height: 707px;
    overflow-y: auto;
}
.partRank .main ul li table{
    width: 100%;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-spacing: 0;
    border-collapse: collapse;
}
.partRank .main ul li table td{
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    color: #333;
}
    .partRank .main ul li table thead td {
        background: #b29973;
        color: #fff;
    }
.partRank .main ul li table td.widthper5{
    width: 7%;
}
.partRank .main ul li table td.widthper20{
    width: 20%;
}
.partRank .main ul li table td.widthper15{
    width: 15%;
}
    .partRank .main ul li table td.colorfb0a54 {
        color: #b29973;
    }
    .partRank .main ul li table .tablebtn {
        background: #bbdefc;
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 15px;
        color: #144b9b;
        text-align: center;
    }
        .partRank .main ul li table .tablebtn:hover {
            color: #fff;
            background: #144b9b;
        }

.partFive{
    width: 100%;
    background: #fff;
    padding: 50px 0 30px;
    overflow: hidden;
}
.partFive .list{
    width: 100%;
    margin: 50px auto 0;
}
.partFive .list .singleOne{
    width: 374px;
    height: 342px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(46,61,73,0.2);
    float: left;
    margin-bottom: 25px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.partFive .list .singleOne:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.partFive .list .bg1{
    background-color: #4646c6;
}
    .partFive .list .bg2 {
        background-color: #144b9b;
        margin: 0 29px;
    }
    .partFive .list .bg3 {
        background-color: #2c88db;
    }
    .partFive .list .bg4 {
        background-color: #1aa5c6;
    }
    .partFive .list .bg5 {
        background-color: #36c193;
        margin: 0 29px;
    }
.partFive .list .bg5 .single_top .right_text{
    margin-top: 12px!important;
}
.partFive .list .bg5 .single_top .right_text .schoolname2{
    line-height: 17px!important;
}
.partFive .list .singleOne .single_top{
    width: 374px;
    height: 87px;
    background: #fff;
    display: flex;
}
.partFive .list .singleOne .single_top .left_img{
    width: 76px;
    height: 76px;
    margin: 5px 2px 0 18px;
}
.partFive .list .singleOne .single_top .left_img .logo{
    width: 76px;
    height: 76px;
}
.partFive .list .singleOne .single_top .right_text{
    width: 278px;
    margin-top: 18px;
}
.partFive .list .singleOne .single_top .right_text .schoolname{
    font-size: 20px;
    color: #252525;
    line-height: 28px;
    margin: 0;
}
.partFive .list .singleOne .single_top .right_text .schoolname2{
    font-size: 14px;
    color: #252525;
    line-height: 22px;
    margin: 0;
}
.partFive .list .singleOne .single_bottom{
    width: 374px;
    height: 255px;
}
.partFive .list .singleOne .single_bottom ul{
    padding: 23px 0 0;
    margin: 0;
    list-style: none;
}
.partFive .list .singleOne .single_bottom ul li{
    overflow: hidden;
}
.partFive .list .singleOne .single_bottom ul li span{
    width: 61%;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 5px;
    float: left;
    text-indent: 72px;
}
.partFive .list .singleOne .single_bottom ul li span:last-child{
    width: 39%;
    text-indent: 0;
}
.partFive .list .singleOne .more_text{
    font-size: 18px;
    color: #252525;
    line-height: 25px;
    margin: 37px 28px 26px;
}
.partFive .list .singleOne .margin0{
    margin: 0 28px 40px;
}
    .partFive .list .singleOne .more_btn {
        width: 238px;
        height: 47px;
        border-radius: 50em;
        background: #e68c46;
        font-size: 18px;
        color: #fff;
        line-height: 47px;
        text-align: center;
        cursor: pointer;
        margin: 0 auto;
        display: block;
    }

.partSum{
    width: 100%;
    background: linear-gradient(180deg, #EAF1FF 0%, #FFFFFF 100%);
    padding: 60px 0 50px;
    overflow: hidden;
}
.partSum .main{
    width: 100%;
    margin: 50px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.partSum .main .left_info{
    width: 795px;
    background: #fff;
}
.partSum .main .left_info ul{
    padding: 33px 33px 0;
    margin: 0;
    list-style: none;
}
.partSum .main .left_info ul li{
    width: 100%;
    display: none;
}
    .partSum .main .left_info ul li .item {
        width: 100%;
        min-height: 200px;
        background: #bbdefc;
        border: 1px solid #144b9b;
        border-radius: 15px;
        margin-bottom: 35px;
    }
    .partSum .main .left_info ul li .item h5 {
        font-size: 23px;
        font-family: PingFang SC;
        color: #144b9b;
        line-height: 23px;
        margin: 30px 0 22px 33px;
    }
.partSum .main .left_info ul li .item p{
    font-size: 19px;
    font-family: PingFang SC;
    color: #000;
    line-height: 30px;
    margin: 0 30px 0 33px;
}
.partSum .main .left_info ul li .item .marginbottom20{
    margin: 0 30px 20px 33px;
}
    .partSum .main .left_info .btn {
        width: 622px;
        height: 52px;
        background: #e68c46;
        border: 1px solid #e68c46;
        border-radius: 25px;
        font-size: 24px;
        color: #fff;
        line-height: 52px;
        text-align: center;
        cursor: pointer;
        margin: 0 auto;
        display: block;
        animation: breathe 1.4s infinite;
    }
.partSum .main .right_img{
    width: 374px;
}
.partSum .main .right_img .school{
    width: 374px;
    height: 166px; 
    margin-bottom: 5px;
}
.partSum .main .right_img .school .tu1{
    width: 374px;
    height: 166px; 
    display: block;
}
.partSum .main .right_img .school .tu2{
    width: 374px;
    height: 166px; 
    display: none;
}
.partSum .main .right_img .choosed .tu1{
    display: none;
}
.partSum .main .right_img .choosed .tu2{
    display: block;
}

.partPlan{
    width: 100%;
    background: #FAFAFA;
    padding: 60px 0;
    overflow: hidden;
}
.partPlan .main{
    width: 100%;
    margin: 50px 0 0;
}
    .partPlan .main .tablist {
        width: 1180px;
        height: 100px;
        border-top: 1px solid #144b9b;
        border-left: 1px solid #144b9b;
        border-bottom: 1px solid #144b9b;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
.partPlan .main .tablist .tab{
    width: 392px;
    background: #fff;
    border-right: 1px solid #2260E6;
    font-size: 30px;
    font-family: PingFang SC;
    color: #252525;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}
    .partPlan .main .tablist .current {
        background: #144b9b;
        color: #fff;
        position: relative;
    }
        .partPlan .main .tablist .current::after {
            content: '';
            width: 0;
            height: 0;
            border-top: 20px solid #144b9b;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -20px;
        }
.partPlan .main .poslist{
    width: 100%;
    margin-top: 40px;
}
.partPlan .main .poslist .pos{
    width: 100%;
    display: none;
}
.partPlan .main .poslist .pos img{
    width: 100%;
}

.partAnswer{
    width: 100%;
    background: url(../images/bg8.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 60px 0 90px;
}
.partAnswer .main{
    width: 100%;
}
.partAnswer .main p{
    font-size: 24px;
    font-family: PingFang SC;
    color: #252525;
    line-height: 24px;
    text-align: center;
    margin: 36px 0 40px;
}
.partAnswer .main p:first-child{
    margin: 60px 0 40px;
}
.partAnswer .main .line{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
    .partAnswer .main .line a {
        background: #EEF6FF;
        border: 1px solid #144b9b;
        border-radius: 8px;
        padding: 18px 36px;
        font-size: 24px;
        font-family: PingFang SC;
        color: #144b9b;
        line-height: 24px;
        margin: 0 18px 24px;
    }
        .partAnswer .main .line a:hover {
            background: #e68c46;
            box-shadow: 0px 3px 40px 3px #e68c46;
            border: 1px solid #e68c46;
            color: #fff;
        }
.partAnswer .main .box{
    width: 100%;
    box-shadow: 0px 3px 40px 3px rgb(34,96,230,0.15);
    padding: 50px 0 120px;
}
.partAnswer .main .box .tablist{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
    .partAnswer .main .box .tablist .tab {
        width: 350px;
        height: 60px;
        background: #FFFFFF;
        border: 1px solid #144b9b;
        border-radius: 8px;
        font-size: 24px;
        font-family: PingFang SC;
        color: #252525;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        margin: 0 15px;
    }
    .partAnswer .main .box .tablist .current {
        background: #144b9b;
        box-shadow: 0px 3px 40px 3px rgb(34,96,230,0.35);
        color: #fff;
    }
.partAnswer .main .box .poslist{
    width: 1096px;
    margin: 0 auto;
}
.partAnswer .main .box .poslist .pos{
    width: 100%;
    display: none;
}
.partAnswer .main .box .poslist .pos .one1{
    display: flex;
    flex-direction: row;
    margin: 60px 0 70px;
}
    .partAnswer .main .box .poslist .pos .one1 .tip {
        width: 54px;
        height: 110px;
        background: #b29973;
        border: 1px solid #b29973;
        border-radius: 8px 0 0 8px;
        font-size: 26px;
        font-family: PingFang SC;
        color: #FFFFFF;
        line-height: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .partAnswer .main .box .poslist .pos .one1 .text {
        width: 1038px;
        height: 110px;
        background: #FFFFFF;
        border-top: 1px solid #b29973;
        border-right: 1px solid #b29973;
        border-bottom: 1px solid #b29973;
        border-radius: 0 8px 8px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
.partAnswer .main .box .poslist .pos .one1 .text p{
    font-size: 24px;
    font-family: PingFang SC;
    color: #252525;
    line-height: 32px;
    margin: 0;
}
.partAnswer .main .box .poslist .pos .one2{
    display: flex;
    flex-direction: row;
}
    .partAnswer .main .box .poslist .pos .one2 .tip {
        width: 54px;
        background: #144b9b;
        border: 1px solid #144b9b;
        border-radius: 8px 0 0 8px;
        font-size: 26px;
        font-family: PingFang SC;
        color: #FFFFFF;
        line-height: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
.partAnswer .main .box .poslist .pos .one2 .texts{
    width: 1038px;
    border-top: 1px solid #2260E6;
    border-right: 1px solid #2260E6;
    border-bottom: 1px solid #2260E6;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.partAnswer .main .box .poslist .pos .one2 .texts .row{
    width: 100%;
    background: #F4F3FF;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
}
.partAnswer .main .box .poslist .pos .one2 .texts .rowF4F3FF{
    background: #F4F3FF;
}
.partAnswer .main .box .poslist .pos .one2 .texts .rowFFEEEA{
    background: #FFEEEA;
}
.partAnswer .main .box .poslist .pos .one2 .texts .rowECF2FF{
    background: #ECF2FF;
}
.partAnswer .main .box .poslist .pos .one2 .texts .rowFFEEF3{
    background: #FFEEF3;
}
.partAnswer .main .box .poslist .pos .one2 .texts .rowEEFBFF{
    background: #EEFBFF;
}
.partAnswer .main .box .poslist .pos .one2 .texts .rowFFFEEE{
    background: #FFFEEE;
}
.partAnswer .main .box .poslist .pos .one2 .texts .row .category{
    width: 205px;
    border-right: 1px solid #fff;
    font-size: 24px;
    font-family: PingFang SC;
    color: #252525;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.partAnswer .main .box .poslist .pos .one2 .texts .row .content{
    width: 831px;
    padding: 20px 0;
    font-size: 20px;
    font-family: PingFang SC;
    color: #252525;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.partAnswer .main .total{
    width: 100%;
    margin: 70px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.partAnswer .main .total .row{
    width: 200px;
    height: 200px;
    position: relative;
}
.partAnswer .main .total .row img{
    width: 200px;
    height: 200px;
}
.partAnswer .main .total .row span{
    width: 100%;
    font-size: 22px;
    font-family: PingFang SC;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 135px;
    left: 0;
}

.partRule{
    width: 100%;
    background: #FAFAFA;
    padding: 60px 0;
    overflow: hidden;
}
.partRule .main{
    padding: 50px 0 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partRule .main .single{
    width: 587px;
    height: 364px;
    margin-bottom: 5px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    position: relative;
}
.partRule .main .single:nth-child(1){
    background: url(../images/bg_blue1.png) no-repeat top center;
    background-size: 100% 100%;
}
.partRule .main .single:nth-child(2){
    background: url(../images/bg_blue2.png) no-repeat top center;
    background-size: cover;
}
.partRule .main .single:nth-child(3){
    background: url(../images/bg_blue3.png) no-repeat top center;
    background-size: cover;
}
.partRule .main .single:nth-child(4){
    background: url(../images/bg_blue4.png) no-repeat top center;
    background-size: cover;
}
.partRule .main .single:hover{
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
    .partRule .main .single .text {
        width: 294px;
        height: 71px;
        background: #144b9b;
        font-size: 30px;
        color: #fff;
        line-height: 71px;
        text-align: center;
        position: absolute;
    }
.partRule .main .single:nth-child(1) .text{
    border-radius: 36px 0 0 0;
    bottom: 2px;
    right: 2px;
}
.partRule .main .single:nth-child(2) .text{
    border-radius: 0 36px 0 0;
    bottom: 2px;
    left: 2px;
}
.partRule .main .single:nth-child(3) .text{
    border-radius: 0 0 0 36px;
    top: 2px;
    right: 2px;
}
.partRule .main .single:nth-child(4) .text{
    border-radius: 0 0 36px 0;
    top: 2px;
    left: 2px;
}
.partRule .main .single p{
    font-size: 20px;
    line-height: 32px;
    color: #252525;
    margin: 0 50px;
    position: absolute;
}
.partRule .main .single:nth-child(1) p{
    top: 150px;
    left: 0;
}
.partRule .main .single:nth-child(2) p{
    top: 150px;
    right: 0;
}
.partRule .main .single:nth-child(3) p{
    top: 90px;
    left: 0;
}
.partRule .main .single:nth-child(4) p{
    top: 90px;
    right: 0;
}

.partCoach{
    width: 100%;
    background: #fff;
    padding: 50px 0 30px;
    overflow: hidden;
}
.partCoach ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 55px 0 0;
}
.partCoach ul li{
    width: 368px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 11px 5px rgba(40,75,240,0.1);
    margin-bottom: 28px;
    padding-bottom: 20px;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.partCoach ul li:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.partCoach ul li .step{
    display: flex;
    flex-direction: column;
}
.partCoach ul li .step .icon{
    width: 68px;
    height: 68px;
    margin: 25px auto 5px;
}
.partCoach ul li .step .icon img{
    width: 68px;
    height: 68px;
}
.partCoach ul li .step .title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 63px;
}
.partCoach ul li .step p{
    font-size: 17px;
    color: #6E6E6E;
    line-height: 25px;
    margin: 0 30px 10px;
}
.partCoach ul li .step p span{
    font-weight: bold;
}

.partAsk{
    width: 100%;
    background: #fff;
    padding: 50px 0;
}
.partAsk .main{
    width: 100%;
    margin: 50px 0 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partAsk .main .line{
    width: 400px;
    display: flex;
    flex-direction: column;
}
.partAsk .main .line p{
    font-size: 20px;
    font-weight: 600;
    color: #333333;                 
    line-height: 28px;  
    text-align: left;
    margin: 0 0 14px 21px;
}
.partAsk .main .line .one{
    width: 100%;
    height: 44px;
    background: #F6FAFE;
    border-radius: 7px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    .partAsk .main .line .one::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 10px solid #144b9b;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 14px;
        left: 21px;
    }
.partAsk .main .line .one span{
    font-size: 16px;
    color: #333;
    line-height: 44px;
    margin-left: 40px;
}
    .partAsk .main .line .one a {
        width: 90px;
        height: 28px;
        background: #144b9b;
        border-radius: 14px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
        margin-right: 26px;
    }
        .partAsk .main .line .one a:hover {
            background: #043275;
        }
.partAsk .main .line2{
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partAsk .main .line2 img{ 
    width: 220px;
}
.partAsk .main .line2 .text{
    font-size: 18px;
    color: #333333;                 
    line-height: 28px;  
    text-align: center;
    margin: 10px 0 0 0;
}

.partLine{
    width: 100%;
    background: url('../images/06bg.jpg') no-repeat top center;
    background-size: 100% 100%;
    padding: 50px 0;
    overflow: hidden;
}
.partLine .main{
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    margin: 50px 0 45px;
    overflow: hidden;
}
.partLine .main h1{
    font-size: 20px;
    color: #2358CA;
    text-align: center;
    line-height: 28px;
    margin: 48px 0 44px;
}
.partLine .main ul{
    list-style: none;
    margin: 0;
    text-align: left;
    border-left: 2px solid #2358CA;
    margin-left: 188px;
    margin-bottom: 70px;
    padding: 0 96px 30px 25px;
    position: relative;
}
.partLine .main ul::after{
    content: '';
    width: 14px;
    height: 15px;
    background: url(../images/arrow2.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    bottom: -4px;
    left: -8px;
    display: block;
}
.partLine .main ul li{
    position: relative;
}
.partLine .main ul li::before{
    width: 128px;
    height: 32px;
    border-radius: 9px;
    background: #2358CA;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: -175px;
    display: block;
}
.partLine .main ul li .text1{
    font-size: 18px;
    color: #333;
    line-height: 25px;
    font-weight: bold;
    position: relative;
}
.partLine .main ul li .text1::before{
    content: '';
    width: 26px;
    height: 26px;
    background: url(../images/dot1.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -38px;
    display: block;
}
.partLine .main ul li .text2{
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin: 12px 0 28px;
}
.partLine .main ul .level8 .text2{
    margin: 12px 0 0;
}
.partLine .main ul .level1::before{
    content: '1';
}
.partLine .main ul .level2::before{
    content: '2';
}
.partLine .main ul .level3::before{
    content: '3';
}
.partLine .main ul .level4::before{
    content: '4';
}
.partLine .main ul .level5::before{
    content: '5';
}
.partLine .main ul .level6::before{
    content: '6';
}
.partLine .main ul .level7::before{
    content: '7';
}
.partLine .main ul .level8::before{
    content: '8';
}
.partLine .main2{
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 0 65px;
    overflow: hidden;
}
    .partLine .main2 h1 {
        font-size: 20px;
        color: #b29973;
        text-align: center;
        line-height: 28px;
        margin: 39px 0 41px;
    }
    .partLine .main2 ul {
        list-style: none;
        text-align: center;
        border-top: 2px solid #b29973;
        margin: 52px 33px 0 71px;
        padding: 0;
        position: relative;
    }
.partLine .main2 ul::after{
    content: '';
    width: 15px;
    height: 14px;
    background: url(../images/arrow1.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: -8px;
    right: -3px;
    display: block;
}
.partLine .main2 ul li{
    width: 154px;
    margin: 85px 66px 0 0;
    float: left;
    position: relative;
}
.partLine .main2 ul .plan2{
    width: 174px;
}
.partLine .main2 ul .plan2::after{
    left: 10px;
}
.partLine .main2 ul .plan5{
    margin: 85px 0 0 0;
}
.partLine .main2 ul li p{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    text-align: center;
    margin: 0 0 28px 0;
}
.partLine .main2 ul li::before{
    content: '';
    width: 26px;
    height: 26px;
    background: url(../images/dot2.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: -98px;
    left: 64px;
    display: block;
}
.partLine .main2 ul .plan2::before{
    left: 74px;
}
    .partLine .main2 ul li::after {
        width: 154px;
        height: 32px;
        border-radius: 9px;
        background: #b29973;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: -58px;
        left: 0;
        display: block;
    }
.partLine .main2 ul .plan1::after{
    content: '1';
}
.partLine .main2 ul .plan2::after{
    content: '2';
}
.partLine .main2 ul .plan3::after{
    content: '3';
}
.partLine .main2 ul .plan4::after{
    content: '4';
}
.partLine .main2 ul .plan5::after{
    content: '5';
}
.partLine .main ul li p{
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.partCourse {
    width: 100%;
    background: url('../images/02bg.jpg') no-repeat top center;
    background-size: 100% 100%;
    padding: 127px 0 57px;
    overflow: hidden;
}
.partCourse table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 54px;
}
.partCourse table tbody{
    width: 100%;
    height: 500px;
    background: #fff;
}
.partCourse table tbody tr{
    width: 100%;
    height: 250px;
}
.partCourse table tbody tr td{
    width: 288px;
    height: 250px;
    border: 4px solid rgba(52,96,237,0.85);
    background: #fff;
    padding: 0;
}
    .partCourse table tbody tr td:hover {
        background: #e68c46;
    }
.partCourse table tbody tr td:hover h5{
    color: #fff;
}
.partCourse table tbody tr td:hover h5::after{
    background: #fff;
}
.partCourse table tbody tr td:hover p{
    color: #fff;
}
.partCourse table tbody tr .first{
    text-align: center;
}
.partCourse table tbody tr td.first:hover{
    background: #fff;
}
.partCourse table tbody tr .first .icon{
    width: 48px;
    height: 48px;
}
.partCourse table tbody tr .first h1{
    font-size: 24px;
    color: #333;
    line-height: 33px;
    margin: 18px 0;
}
.partCourse table tbody tr td h5{
    font-size: 24px;
    color: #333;
    line-height: 33px;
    margin: 0 0 0 24px;
}
    .partCourse table tbody tr td h5::after {
        content: '';
        width: 48px;
        height: 4px;
        background: #e68c46;
        margin-top: 7px;
        display: block;
    }
.partCourse table tbody tr td p{
    font-size: 18px;
    color: #333;
    line-height: 32px;
    height: 64px;
    margin: 4px 0 0 24px;
}