.syy-container .wrap {
    padding: 80px 0 120px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.syy-container .pos {
    flex: none;
    width: 500px;
    height: 356px;
    position: sticky;
    top: 20px;
}

.syy-container h3 {
    color: #212121;
    font-size: 42px;
    margin-bottom: 28px;
    font-weight: bold;
}

.syy-container .wrap-item:first-child {
    margin-right: 140px;
}

.syy-container .left-bg {
    width: 500px;
    height: 356px;
    margin-top: 84px;
}

.syy-container .course-list li {
    display: flex;
    width: 460px;
    height: 96px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #D2D2D7;
    margin-bottom: 14px;
    padding: 0 16px;
    cursor: pointer;
}

.syy-container .course-list li .title {
    font-size: 18px;
    color: #212121;
    margin-bottom: 10px;
}

.syy-container .course-list li .age {
    font-size: 14px;
    color: #666666;
}
.syy-container .li-left{
    flex:1;
}
.syy-container .right-icon {
    width: 36px;
    height: 36px;
}


.dhsn-container .banner {
    position: relative;
    width: 100%;
    height: 420px;
}

.dhsn-container .banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.dhsn-container .banner .txt {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 120px;
    margin-left: -600px;
}

.dhsn-container .banner .txt p {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 12px;
}

.dhsn-container .banner .txt p:last-child {
    padding-left: 130px;
}

.dhsn-container .que-box {
    padding: 60px 0 80px 0;
    border-bottom: 1px solid #E6E6E6;
}

.dhsn-container h1 {
    font-size: 42px;
    color: #1D1D1F;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.dhsn-container .que-box ul {
    padding: 40px 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.dhsn-container .que-box ul li {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-right: 120px;
}

.dhsn-container .que-box ul li:last-child {
    margin-right: 0;
}

.dhsn-container .que-box ul li img {
    width: 120px;
    height: 120px;
}

.dhsn-container .que-box ul li span {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    color: #1D1D1F;
    font-weight: bold;
}


.dhsn-container .mode-box {
    padding: 60px 0 80px 0;
}

.dhsn-container .mode-box .txt {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #1D1D1F;
}
.dhsn-container .mode-box .desc{
    font-weight: normal;
    color: #6E6E73;
    font-size: 24px;
    text-align: center;
}

.dhsn-container .mode-box .txt span {
    font-weight: bold;
    font-size: 24px;
}

.dhsn-container .mode-box .txt b {
    font-weight: normal;
    color: #6E6E73;
    font-size: 24px;
}

.dhsn-container .mode-box ul {
    padding: 40px 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.dhsn-container .mode-box ul li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 120px;
}

.dhsn-container .mode-box ul li:last-child {
    margin-right: 0;
}

.dhsn-container .mode-box ul li img {
    width: 40px;
    height: 40px;
}

.dhsn-container .mode-box ul li span {
    font-size: 20px;
    line-height: 24px;
    margin-left: 20px;
    color: #1D1D1F;
    font-weight: bold;
}

.dhsn-container .course-get-box {
    padding: 60px 0 80px 0;
    background: #F5F5F7;
}

.dhsn-container .course-get-box h2 {
    font-size: 30px;
    line-height: 35px;
    color: #1D1D1F;
    font-weight: bold;
}

.dhsn-container .course-get-box ul {
    display: flex;
    justify-content: center;
    padding: 40px 0 0 0;
}

.dhsn-container .course-get-box ul li {
    padding: 40px 32px 36px 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
    width: 590px;
    height: 322px;
    margin-right: 20px;
    display: flex;
    flex-flow: row nowrap;
}

.dhsn-container .course-get-box ul li:last-child {
    margin-right: 0;
}

.dhsn-container .course-get-box ul li .label {
    color: #fff;
    background: #087BEA;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 12px;
    display: inline-block;
    font-weight: bold;
    margin: 16px 0 12px 0;
}

.dhsn-container .course-get-box ul li p {
    font-size: 14px;
    color: #1D1D1F;
    line-height: 16px;
    font-weight: 400;
}

.dhsn-container .course-get-box ul li p.dot {
    margin-bottom: 10px;
    padding: 0 0 0 16px;
    position: relative;
}

.dhsn-container .course-get-box ul li p.dot::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1D1D1F;
    left: 6px;
    top: 5px;
}

.dhsn-container .course-get-box ul img.img1 {
    width: 205px;
    height: 163px;
}

.dhsn-container .course-get-box ul img.img2 {
    width: 240px;
    height: 162px;
}

.dhsn-container .course-get-box .li-l {
    padding: 0 32px 0 0;
}

.dhsn-container .course-get-box .li-r {
    padding: 23px 0 0 0;
}

.dhsn-container .banner2 {
    width: 100%;
    height: 426px;
    position: relative;
}

.dhsn-container .banner2 img {
    width: 100%;
    height: 100%;
}

.dhsn-container .banner2 h1 {
    color: #fff;
}

.dhsn-container .banner2 .con-box {
    padding: 60px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.dhsn-container .banner2 .con-box ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 16px 0 0 0;
}

.dhsn-container .banner2 .con-box ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dhsn-container .banner2 .con-box ul li.cic {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #40709A;
    font-weight: 400;
}

.dhsn-container .banner2 .con-box ul li.txt {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 8px 0 8px;
}

.dhsn-container .banner3 {
    width: 100%;
    height: 297px;
    position: relative;
}

.dhsn-container .banner3 img {
    width: 100%;
    height: 100%;
}

.dhsn-container .banner3 .price {
    position: absolute;
    width: 224px;
    height: 77px;
    top: 110px;
    left: 50%;
    margin-left: -112px;
}

.study-doing {
    width: 100%;
    overflow: hidden;
    background: #F5F5F7;
    padding: 60px 0 80px 0;
}



.study-doing .swiper-prev,
.study-doing .swiper-next{
    width:60px;
    height:60px;
}

.study-doing .wrap{
    padding:40px 0 0 0;
}

.study-doing .item {
    width: 100%;
    height: 338px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.study-doing .item .thumb {
    width: 100%;
    height: 100%;
    background: #efefef;
}

.study-doing .item .thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.study-doing .wrap {
    width: 1200px;
    margin: auto auto;
    position: relative;
}

.study-doing .swiper-button-next:after{
    display: none;
}
.study-doing .swiper-button-prev:after{
    display: none;
}
.study-doing .btn {
    width: 60px;
    height: 60px;
    /*background: rgba(0, 0, 0, 0.3);*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.study-doing .btn i {
    font-size: 45px;
}

.study-doing .swiper-button-disabled {
    display: none !important;
}



.dhqc-container .banner .txt {
    width: 600px;
    margin-left: -300px;
}


.dhqc-container .banner .txt p:last-child {
    padding-left: 90px;
}
.dhqc-container .course-get-box ul li .label{
    background:#B3EC00;
    color:#36430E;
}
.dhqc-container .banner2 ul{
    align-items: center;
}
.dhqc-container .banner2 ul li{
    margin-right:0;
}
.dhqc-container .banner2 ul li.txt{
    font-weight: normal !important;
    font-size:14px !important;
    padding-top:0;
}
.dhqc-container .banner2 ul li.cic{
    font-weight: bold !important;
}


.snxt-container .gd-box{
    position: relative;
    padding:30px 0 0 0;
    height:253px;
}
.snxt-container .gd-box .gd-img{
    position: absolute;
    width:358px;
    height:228px;
    left:50%;
    margin-left:-179px;
    z-index: -1;
}
.snxt-container .gd-box h1{
    margin-top:50px;
    margin-bottom:20px;
}
.snxt-container .gd-box p{
    text-align: center;
    font-size:24;
    font-weight: bold;
    color:#6E6E73;
}

.snxt-container .que-box{
    background:#F5F5F7;
    padding:60px 0 80px 0;
}
.snxt-container .que-box ul li{
    margin-right:20px;
    background:#fff;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.04);
    border-radius: 16px;
}
.snxt-container .que-box ul li img{
    width:285px;
    height:214px;
}
.snxt-container .que-box ul li span{
    font-size:18px;
    padding:0 0 24px 0;
}
.snxt-container .mode-box ul li{
    margin-right:80px;
}
.snxt-container .mode-box ul li img{
    width:100px;
    height:100px;
}
.snxt-container .mode-box ul li .ys-box h2{
    font-size:24px;
    line-height:28px;
    color:#1D1D1F;
    margin-bottom:12px;
}
.snxt-container .mode-box ul li .ys-box p{
    font-size:16px;
    line-height: 18px;
    color:#6E6E73;
}
.snxt-container .banner2 .con-box ul{
    padding:50px 0 0 0;
}
.snxt-container .banner2 .con-box ul li{
    display: flex;
    flex-flow: column nowrap !important;
    width:220px;
    margin-right:0px;
}
.snxt-container .banner2 .con-box ul li:last-child{
    margin-right:0;
}
.snxt-container .banner2 .con-box ul li img{
    width:100px;
    height:100px;
    margin-bottom:10px;
}
.snxt-container .banner2 .con-box ul li p{
    font-size:20;
    color:#fff;
    line-height:24px;
    letter-spacing: 1px;
}

.sxgh-container .que-box ul li{
    padding-bottom:20px;
}
.sxgh-container .que-box ul li span{
    font-size:18px;
    padding:0;
    margin-top:0;
    line-height: 21px;
}
.sxgh-container .que-box ul li span.ospan{
    margin:20px auto 10px;
}
.sxgh-container .mode-box .txt{
    width:1000px;
    margin:0 auto;
}
.sxgh-container .mode-box ul li{
    display: flex;
    flex-flow:column nowrap;
    margin-right:72px;
    width:160px;
    position: relative;
}
.sxgh-container .mode-box ul li h2{
    font-size:20px;
    margin:16px auto 8px auto;
}
.sxgh-container .mode-box ul li p{
    font-size:14px;
    color:#6E6E73;
    text-align: center;
}
.sxgh-container .mode-box .sxgh-right{
    position: absolute;
    right:-50px;
    bottom:30px;
    width:24px;
    height:24px;
}
.sxgh-container .course-mode-box{
    width: 100%;
    height:619px;
    background:#292C35;
    padding:60px 0 80px 0;
    color:#fff;
}
.sxgh-container .course-mode-box h1{
    color:#fff;
}
.sxgh-container .course-mode-box ul.ul-box{
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding:40px 0 0 0;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li{
    width:380px;
    height:380px;
    background:#323642;
    border-radius: 16px;
    margin-right:30px;
    padding:20px;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li:last-child{
    margin-right:0;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li h2{
    font-size:24px;
    font-weight: 600;
    margin-bottom:24px;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li ul li{
    display: flex;
    margin-bottom:20px;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li ul li .icon{
    width:28px;
    height:28px;
    margin-right:12px;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li ul li .txt{
    flex:1;
    padding:4px 0 0 0;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li ul li .txt p{
    font-size:16px;
    font-weight: bold;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li ul li .txt .desc{
    font-size:14px;
    line-height: 16px;
    color: rgba(255,255,255,0.4);
    position: relative;
    margin-top:8px;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li ul li .txt .dot{
    padding:0 0 0 20px;
    margin-bottom:6px;
}
.sxgh-container .course-mode-box ul.ul-box li.ul-box-li ul li .txt .dot::after{
    position: absolute;
    content:'';
    width:5px;
    height:5px;
    border-radius: 50%;
    background:rgba(255,255,255,0.4);
    left:0;
    top:5px;
}
.sxgh-container .course-get-box ul li h2{
    margin-bottom:24px;
}
.sxgh-container .course-get-box ul li p{
    color:#6E6E73;
    margin-bottom:20px !important;
}
.sxgh-container .course-get-box ul li p.dot::after{
    background:#6E6E73;
}
.xygh-chi{
    li{
        background-color: #F5F5F7!important;
        img{
            width: 228px!important;
        }
    }
}

.yx-container .banner .txt{
    text-align: center;
}
.yx-container .banner .txt p:last-child{
    padding-left:0;
}
.yx-container .que-box{
    border-bottom:0;
}
.yx-container .que-box ul li{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right:100px;
}
.yx-container .que-box ul li img{
    width:80px;
    height:80px;
}
.yx-container .que-box ul li span{
    margin-top:0;
}
.yx-container .in03{background:#F5F5F7;padding:60px 0 80px 0;}
.yx-container .in03 h3{font-size:42px;color:#1D1D1F;text-align: center;font-weight: bold;padding:79px 0 74px 0;}
.yx-container .in03 .in03_wrap{width:1000px;height:375px;margin:0 auto;background:url('/statics/home/images/course/yx-course-get-bg.png') no-repeat center;background-size:100% 100%;position: relative;margin-top:60px;}
.yx-container .in03 .oli{position: absolute;}
.yx-container .in03 .oli p{font-weight: bold;font-size:18px;color:#1D1D1F;line-height: 22px;}
.yx-container .in03 .oli01{width:178px;left:206px;top:0px;}
.yx-container .in03 .oli02{width:236px;right:145px;top:-10px;}
.yx-container .in03 .oli03{width:200px;left:-22px;top:286px;}
.yx-container .in03 .oli04{width:200px;left:426px;top:70px;}
.yx-container .in03 .oli05{width:214px;right:-38px;bottom:16px;}

.yx-container .address-box{
    color:#fff;
    width:100%;
    height:445px;
    background: #292C35;
    padding:60px 0 80px 0;
}
.yx-container .address-box h1{
    color:#fff;
}
.yx-container .address-box ul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding:40px 0 0 0;
}
.yx-container .address-box ul li{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background:#323642;
    border-radius: 16px;
    width:183px;
    height:206px;
    margin-right:20px;
}
.yx-container .address-box ul li:last-child{
    margin-right: 0;
}
.yx-container .address-box ul li img{
    width:183px;
    height:138px;
}
.yx-container .address-box ul li span{
    font-size: 20px;
    font-weight: bold;
    line-height: 68px;
}
.yx-container .que-box .txt{
    width:1000px;
    margin:0 auto;
    padding:20px 0 0 0;
    font-size:24px;
    color:#6E6E73;
    line-height:28px;
    text-align: center;
    line-height:1.5;
}
.yx-container .que-box .txt span,
.yx-container .que-box .txt b{
    font-size:24px;
}
.yx-container .que-box .txt b{
    color:#1D1D1F;
    font-weight: bold;
}
.xzly-container .mode-box .txt{
    width:1000px;
    text-align: center;
    margin:0 auto;
    font-size:24px;
}
.xzly-container .mode-box .txt b{
    font-size:24px;
    line-height: 1.5;
}
.xzly-container .course-get-box ul li{
    height:260px;
}
.xzly-container .course-get-box ul li .img1{
    width:240px;
    height:180px;
}
.xzly-container .course-get-box ul li .img2{
    width:240px;
    height:180px;
}
.xzly-container .course-get-box ul .li-l{
    padding-right:14px;
}
.xzly-container .course-get-box ul .li-r{
    padding-top:0;
}
.xzly-container .banner2 ul{
    padding-top:40px !important;
}
.xzly-container .banner2 ul li{
    display: flex;
    flex-flow:column nowrap;
    width:300px;
    margin-right:40px;
    align-items: center;
}
.xzly-container .banner2 ul li:last-child{
    margin-right:0;
}
.xzly-container .banner2 ul li img{
    width:100px;
    height:100px;
}
.xzly-container .banner2 ul li .title{
    font-size:20px;
    color:#fff;
    line-height:24px;
    font-weight: bold;
    margin-bottom:8px;
    margin-top:16px;
}
.xzly-container .banner2 ul li p{
    font-size:16px;
    color:#fff;
    line-height:19px;
    text-align: center;
}

.xzly-container .in08{width:100%;background:#292C35;padding:60px 0 80px 0;}
.xzly-container .in08 .row{
    display: flex;
    flex-flow: row nowrap;
}
.xzly-container .in08 .row .oinp{
    margin-right:20px;
}
.xzly-container .in08 .row .oinp:last-child{
    margin-right:0;
}
.xzly-container .in08 h1{color:#fff;margin-bottom:40px;}
.xzly-container .in08 .in08_wrap{width:712px;margin:0 auto;}
.xzly-container .in08 .in08_wrap input,
.xzly-container .in08 .in08_wrap select{background:#323642;border-radius: 4px;font-size:16px;color:#999;display:block;border:0;padding:0 0 0 15px;height:54px;width:100%;outline: none;}
.xzly-container .in08 .in08_row{margin-bottom:20px;}
.xzly-container .in08 a{
    display: block;
    width:100%;
    height:54px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    color:#fff;
    background: linear-gradient( 360deg, #6E2E8B 0%, #A656CC 100%);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #6F2F8C;
}
.xzly-container .in08 a:hover{background:#c4359e;}
.xzly-container .in08 a:active{background:#ab2e8a;}

.xyjh-container .banner .txt{
    width:610px;
    margin-left:0;
    top:80px;
    left:15%;
    text-align: left;
}
.xyjh-container .banner .txt .desc{
    font-size:24px;
    line-height: 28px;
    color:#fff;
}

.xyjh-container .in03{background:#F5F5F7;padding:60px 0 80px 0;}
.xyjh-container .in03 h3{font-size:42px;color:#1D1D1F;text-align: center;font-weight: bold;padding:79px 0 74px 0;}
.xyjh-container .in03 .in03_wrap{width:1000px;height:375px;margin:0 auto;background:url('/statics/home/images/course/xyjh-ln-bg.png') no-repeat center;background-size:100% 100%;position: relative;margin-top:60px;}
.xyjh-container .in03 .oli{position: absolute;}
.xyjh-container .in03 .oli p{font-weight: bold;font-size:18px;color:#1D1D1F;line-height: 22px;}
.xyjh-container .in03 .oli01{width:178px;left:220px;top:-6px;}
.xyjh-container .in03 .oli02{width:166px;right:186px;top:-2px;}
.xyjh-container .in03 .oli03{width:184px;left:-2px;top:288px;}
.xyjh-container .in03 .oli04{width:218px;left:408px;top:80px;}
.xyjh-container .in03 .oli05{width:214px;right:-30px;bottom:48px;}
.xyjh-container .address-box{
    height:594px;
}
.xyjh-container .address-box ul li{
    width:285px;
    height:355px;
}
.xyjh-container .address-box ul li img{
    width:100%;
    height:214px;
}
.xyjh-container .address-box ul li span{
    line-height: 21px;
    font-size:18px;
    margin:20px auto 12px auto;
}
.xyjh-container .address-box ul li b{
    font-weight: normal;
    font-size:14px;
    padding:0 20px;
}

.xyjh-container .course-type{
    padding:60px 0 80px 0;
}
.xyjh-container .course-type h1{
    margin-bottom:40px;
}
.xyjh-container .course-list{
    display: flex;
    justify-content: center;
}
.xyjh-container .course-list li {
    display: flex;
    width: 460px;
    height: 73px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #D2D2D7;
    margin-bottom: 14px;
    padding: 0 16px;
    cursor: pointer;
    margin-right:14px;
}
.xyjh-container .course-list li:last-child{
    margin-right:0;
}

.xyjh-container .course-list .li-left{
    flex:1;
}

.xyjh-container .course-list li .title {
    font-size: 18px;
    color: #212121;
    font-weight: bold;
}

.xyjh-container .course-list li .age {
    font-size: 14px;
    color: #666666;
}

.xyjh-container .right-icon {
    width: 36px;
    height: 36px;
}

.xzyx-container .banner .txt p{
    font-weight: normal;
}
.xzyx-container .banner .txt p:last-child{
    padding-left:0;
}
.xzyx-container .banner .txt p span{
    display: inline-block;
    font-weight: bold;
    font-size:42px;
}
.xzyx-container .lvyou-box{
    padding:60px 0 80px 0;
}
.xzyx-container .lvyou-box ul{
    padding:40px 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.xzyx-container .lvyou-box ul li{
    width:120px;
    margin-right:284px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
}
.xzyx-container .lvyou-box ul li:last-child{
    margin-right:0;
}
.xzyx-container .lvyou-box ul li span{
    font-size:20px;
    font-weight: bold;
    color:#1D1D1F;
}
.xzyx-container .lvyou-box ul li .icon{
    width:120px;
    height:120px;
    margin-bottom:4px;
}
.xzyx-container .lvyou-box ul li .add-icon{
    position: absolute;
    top:58px;
    right:-160px;
    width:40px;
    height:40px;
}
.xzyx-container .lvyou-box .desc{
    width:1000px;
    margin:40px auto auto auto;
    font-size:16px;
    color:#1D1D1F;
    line-height: 1.4;
    text-align: center;
}
.xzyx-container .mode-box{
    background:#F5F5F7;
}

.xzyx-container .in03{background:#fff;padding:60px 0 80px 0;}
.xzyx-container .in03 h3{font-size:42px;color:#1D1D1F;text-align: center;font-weight: bold;padding:79px 0 74px 0;}
.xzyx-container .in03 .in03_wrap{width:1000px;height:375px;margin:0 auto;background:url('/statics/home/images/course/xzyx-get-bg.png') no-repeat center;background-size:100% 100%;position: relative;margin-top:60px;}
.xzyx-container .in03 .oli{position: absolute;}
.xzyx-container .in03 .oli p{font-weight: bold;font-size:18px;color:#1D1D1F;line-height: 22px;}
.xzyx-container .in03 .oli01{width:290px;left:186px;top:14px;}
.xzyx-container .in03 .oli02{width:126px;right:226px;top:10px;}
.xzyx-container .in03 .oli03{width:200px;left:-14px;top:272px;}
.xzyx-container .in03 .oli04{width:178px;left:423px;top:100px;}
.xzyx-container .in03 .oli05{width:170px;right:2px;bottom:45px;}

.xzyx-container .study-mode-box{
    padding:60px 0 80px 0;
    border-top:1px solid #E6E6E6;
}

.xzyx-container .study-mode-box ul{
    padding:40px 0 0 0;
    display: flex;
    justify-content: center;
}
.xzyx-container .study-mode-box ul li{
    width:385px;
    height:200px;
    margin-right:23px;
    background:#F5F5F7;
    border-radius: 8px;
    display: flex;
    padding:20px;
}
.xzyx-container .study-mode-box ul li:last-child{
    margin-right:0;
}
.xzyx-container .study-mode-box ul li .img1{
    width:162px;
    height:180px;
}
.xzyx-container .study-mode-box ul li .img2{
    width:103px;
    height:180px;
}
.xzyx-container .study-mode-box ul li .img3{
    width:124px;
    height:180px;
}
.xzyx-container .study-mode-box ul li .li-r{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding:0 0 0 18px;
}
.xzyx-container .study-mode-box ul li h2{
    margin-bottom:18px;
    font-size:22px;
    color:#1D1D1F;
}
.xzyx-container .study-mode-box ul li p{
    font-size:16px;
    color:#1D1D1F;
}
.xzyx-container .banner2{
    color:#fff;
}
.xzyx-container .banner2 .con-box{
    width:1200px;
    margin:0 auto;
}
.xzyx-container .banner2 h1{
    text-align: left;
    width:544px;
    margin-bottom:24px;
    line-height:1.5;
}
.xzyx-container .banner2 p{
    font-size:16px;
    color:#B9B7AA;
    width:547px;
    line-height:1.5;
}

.xjp-container{
    width:100%;
    display:flex;
    flex-flow: column nowrap;
    align-items: center;
}
.xjp-container .xjp-box{
    width:1080px;
}

.title-box1{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom:38px;
    padding-top:50px;
}
.title-box1 span{
    display: inline-block;
    font-size:32px;
    font-weight: bold;
    color:#086FD3;
    background: linear-gradient( 180deg, #56A4F0 0%, #ECF5FD 100%);
    border-radius:16px;
    border: 1px solid #086FD3;
    padding:4px 14px;
}
.title-box1 .txt{
    font-size:40px;
    font-weight: bold;
    color:#1D1D1F;
    line-height:1;
    padding:0 16px 0 16px;
}
.title-box1 .dot{
    font-size:14px;
    font-weight:500;
    color:#086FD3;
    background: linear-gradient( 180deg, #56A4F0 0%, #ECF5FD 100%);
    border-radius:50%;
    border: 1px solid #086FD3;
    width:34px;
    height:34px;
    line-height:33px;
    text-align: center;
}
.title-box1 .word{
    position: absolute;
    font-size:40px;
    color:#E9E9F2;
    bottom:-26px;
    left:76px;
    text-transform: none;
    z-index: -1;
}

.title-box2{
    display: flex;
    align-items: center;
    position: relative;
    padding:32px 0 32px 0;
}
.title-box2 span{
    width:16px;
    height:16px;
    background: linear-gradient( 180deg, #59A5F0 0%, #E8F2FC 100%);
    border-radius:50%;
}
.title-box2 .txt{
    font-size:24px;
    font-weight: bold;
    color:#1D1D1F;
    line-height:1;
    padding:0 16px 0 16px;
}

.title-box3{
    padding:48px 0 48px 0;
}
.title-box3 .title-top{
    width: 83px;
    height: 28px;
    background: #3DC1FF;
    border: 1px solid #1D1D1F;
    font-size:14px;
    color:#1D1D1F;
    text-align: center;
    line-height: 28px;
}
.title-box3 .title-bottom{
    display: inline-flex;
    max-width:auto;
    height: 42px;
    line-height: 42px;
    font-size:24px;
    color:#fff;
    text-align: center;
    background: #3DC1FF;
    border: 1px solid #1D1D1F;
    padding:0 16px;
}

.title-box4{
    display: flex;
    flex-flow:row nowrap;
    align-items: center;
    padding:0 0 33px 0;
}
.title-box4 span{
    display: inline-flex;
    max-width:auto;
    height: 32px;
    background: #3DC1FF;
    border: 1px solid #1D1D1F;
    line-height:32px;
    text-align: center;
    color:#fff;
    padding:0 6px;
}
.title-box4 .txt{
    font-size:24px;
    font-weight: bold;
    color:#1D1D1F;
    line-height:1;
    padding:0 16px 0 16px;
}

.li-p{
    font-size:16px;
    color:#1D1D1F;
    line-height:1.4;
    padding:16px 0 0 0;
}

.xjp-box img{
    display: block;
    width:100%;
}

.mb30{
    margin-bottom:32px;
}
.mt30{
    margin-top:32px;
}
.mb16{
    margin-bottom:16px;
}

.tgp-box h1{
    text-align: left;
    padding:80px 0 0 0;
    font-size:42px;
    color:#1D1D1F;
    font-weight: bold;
}
.li-table{
    width:100%;
    font-size:14px;
    color:#1D1D1F;
}
.li-table .thead-box{
    background:#E6E6E6;
    font-size:24px;
    color:#1D1D1F;
}
.li-table .li-title td{
    color:#6E6E73;
}
.li-table td,
.li-table th{
    border:1px solid #ccc;
}
.li-table th{
    padding:16px 0;
}
.li-table td{
    padding:16px;
}


