@import url('/components/header/header.css');
@import url('/components/openClass/openClass.css');
@import url('/components/title1/title1.css');
@import url('/components/btn1/btn1.css');
@import url('/components/platform/platform.css');
@import url('/components/footer/footer.css');
@import url('/components/teach/teach.css');
@import url('/components/book/book.css');
.flex-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.pc-webWrap{
    overflow: hidden;
}
/* sec1 banner */
.z-banner .swiper-slide .kefubox,
.z-banner .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 540px;
    background-position: center;
    background-repeat: no-repeat;
}
.z-banner .cover_msg{
    width: 1200px;
    height: 540px;
    margin:0 auto;
    position: relative;
}
.z-banner .cover_msg h1{
    color: #fff;
    line-height: 1.8;
    text-align: right;
    font-size: 44px;
    position: absolute;
    width: 100%;
    top: 100px;
    right: 20px;
}
.z-banner .cover_msg p{
    width: 100%;
    text-align: right;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 280px;
    right: 20px;
}
.z-banner .cover_msg .zixunBtn{
    position: absolute;
    right: 20px;
    top: 360px;
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    border-radius: 50px;
    background-color: #3c9cff;
    font-size: 24px;

}
.z-banner .cover_msg .zixunBtn .iconfont{
    font-size: 30px;
    margin-left: 24px;
}
.z-banner .cover_msg .main_img2{
    position: absolute;
    right: 200px;
    top: 0;
}
.v-title3 {
    text-align: center;
    color: #313131;
}
.v-title3 .radius-title{
    text-align: center;
    margin-bottom: 20px;
}
.v-title3 .radius-title span{
    display: inline-block;
    width: 199px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px 45px 0 45px;
    background: #2b62ff;
    color: #fff;
    font-size: 24px;
}
.v-title3 .big-title {
    font-size: 34px;
}
.v-title3 .big-title2{
    font-size: 34px;
}
.v-title3.white-tbg .big-title2{
    color: #fff;
}
.v-title3.white-tbg .big-title{
    color: #fff;
}
.v-title3 .big-title::before,
.v-title3 .big-title::after{
    content: '';
    display: inline-block;
    width: 37px;
    height: 18px;
}
.v-title3 .big-title::before{
    background: url("../images/tbg1-left.png") center no-repeat;
    margin-right: 15px;
}
.v-title3.white-tbg .big-title::before{
    background: url("../images/tbg2-left.png") center no-repeat;
}
.v-title3 .big-title::after{
    background: url("../images/tbg1-right.png") center no-repeat;
    margin-left: 15px;
}
.v-title3.white-tbg .big-title::after{
    background: url("../images/tbg2-right.png") center no-repeat;
}
.v-title3 .small-title {
    font-size: 18px;
    margin-top: 10px;
}
/* sec1 banner end*/

/* 现状 */
.situation-c li {
    width: 294px;
    height: 300px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: -3px 1px 27px 0px rgba(168, 168, 168, 0.35);
    overflow: hidden;
}
.situation-c li .img-box{
    width: 294px;
    height: 200px;
    background-image: url(/assets/ztlist/czsxsm/images/c1.webp);      
}

.situation-c li p {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    margin-top: 15px;
}
.situation-c li p span{
    font-size: 22px;
    color: #3d70f3;
}
/* 现状 end*/

/* 推荐 */
.tuijian-c li{
    width: 235px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: -3px 1px 27px 0px rgba(168, 168, 168, 0.35);
}
.tuijian-c li:nth-of-type(even){
    margin-top: 50px;
}
.tuijian-c li .img-wrapper{
    position: relative;
    width: 235px;
    height: 200px;
    background-image: url(/assets/ztlist/czsxsm/images/c2.webp);
}
.tuijian-c li .img-wrapper p{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #2b62ff;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.tuijian-c li .desc{
    line-height: 70px;
    font-size: 20px;
    color: #222;
}
/* 推荐 end*/

/* 选择 */
.xuanze{
    background:linear-gradient(to right,#4271f7,#1c7fea);
    padding-bottom: 50px;
    position: relative;
}
.mask-box{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;    
}
.mask-w{
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}
.xuanze .mask-w .mask{
    width: 812px;
    height: 812px;
    border-radius: 50%;
    background: linear-gradient(to left,#5b8ff5,#4a7bf7,#4a7bf7);
    position: absolute;
    top: -400px;
    left: -720px;
}
.xuanze-w{
    position: relative;
    z-index: 1;
}

.xuanze-c{
    background: #fff;
    border-radius: 10px;
    height: 529px;
    box-shadow: -3px 1px 27px 0px rgba(168, 168, 168, 0.35);
    box-sizing: border-box;
    padding: 30px;
}
.xuanze-c .desc{
    font-size: 18px;
    line-height: 30px;
    color: #4d4d4d;
    margin-bottom: 30px;
    text-align: justify;
}

/* 选择 end*/

/* 课程 */
.kecheng-c .desc,
.zhuzhong-w .desc{
    font-size: 18px;
    line-height: 30px;
    color: #4d4d4d;
}
/* 课程 end */

/* 注重 */
.zhuzhong-c{
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    height: 299px;
    justify-content: space-between;
}

.zhuzhong-center{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 299px;
    border-radius: 45px;
    color: #fff;
    background: #3d9dff;
    font-size: 18px;
    line-height: 45px;
    writing-mode: vertical-lr;
    text-align-last: justify;
    box-sizing: border-box;
    padding: 55px 0;
}
.zhuzhong-c .item{
    width: 552px;
    height: 141px;
    background: #e4f1ff;
    box-sizing: border-box;
    padding: 12px 30px;
    align-items: center;
    font-size: 20px;
    color: #232323;
    position: relative;
}
.zhuzhong-c .item::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #3d9dff;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 2px;
    background: #3d9dff;
    background-clip: content-box;
}
.zhuzhong-c .item:nth-of-type(odd)::after{
    right: -7px;
}
.zhuzhong-c .item:nth-of-type(even)::after{
    left: -7px;
}
.zhuzhong-c .item>p{
    margin-left: 15px;
}
.zhuzhong-c .item .img-wrapper p{
    font-size: 16px;
    letter-spacing: 1px;
}
.zhuzhong-c .item:nth-of-type(1){
    border-radius: 50px 0 50px 0;
}
.zhuzhong-c .item:nth-of-type(2){
    border-radius: 0 50px 0 50px;
}
.zhuzhong-c .item:nth-of-type(3){
    border-radius: 0 50px 0 50px;
}
.zhuzhong-c .item:nth-of-type(4){
    border-radius: 50px 0 50px 0;
}
.zhuzhong-c .img-box{
    width: 140px;
    height: 93px;
    background-image: url("/assets/ztlist/czsxsm/images/zhuzhong.webp");
}
.zhuzhong-c .item-t{
    width: 40px;
}
/* 注重 end */

/* 证书 */
.zhengshu-w {
    color: #2b2b2b;
    box-sizing: border-box;
    padding: 0 173px;
    position: relative;
}

.zhengshu-w .p1 {
    text-align: center;
    font-size: 34px;
}

.zhengshu-w .p2 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.zhengshu-w .icon {
    width: 55px;
    height: 55px;
    background: #8da1dc;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 35px;
    border-radius: 50%;
    position: absolute;
    top: 195px;
}

.zhengshu-w .icon-pre {
    left: 50px;
}

.zhengshu-w .icon-next {
    right: 50px;
}
/* 证书 end */

.books .desc{
    color: #4d4d4d;
    font-size: 18px;
    line-height: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: justify;
}

/* 教学方式 */
.jiaoxue .fangshi{
    background: linear-gradient(to right,#2a8ff6,#1981e9);

}
.jiaoxue .fongshi-t{
    color: #fff;
    font-size: 34px;
    color: #fff;
    line-height: 125px;
}
.jiaoxue .fongshi-t::before,
.jiaoxue .fongshi-t::after{
    content: "";
    display: inline-block;
    width: 35px;
    height: 14px;
    background: url("../images/fangshi-tbg.png") center no-repeat;
    vertical-align: middle;
}
.jiaoxue .fongshi-t::before{
    margin-right: 15px;
}
.jiaoxue .fongshi-t::after{
    margin-left: 15px;
}
.jiaoxue .fangshi-c{
    position: relative;
    border-radius: 0 10px 0 0;
    background: #f2f8ff;
    padding: 0 140px 55px;
    box-sizing: border-box;
}
.jiaoxue .jiaoxue-label{
    width: 188px;
    height: 55px;
    background: #1563b3;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 55px;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.jiaoxue .jiaoxue-title{
    padding-top: 70px;
    font-size: 28px;
    color: #343535;
    font-weight: bold;
    text-align: center;
}

.jiaoxue .fangshi-c .fangshi-item{
    height: 50px;
    border-radius: 50px;
    background: #e9eef9;
    line-height: 50px;
    color: #313131;
    font-size: 18px;
    text-indent: 22px;
    margin-bottom: 10px;
}
.jiaoxue .pingtai{
    background: #eef6ff;
    padding-bottom: 55px;
    position: relative;
}
.jiaoxue .pingtai .mask-w .mask{
    width: 458px;
    height: 458px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    border: 100px solid #c1d9f3;
}
.jiaoxue .pingtai .mask-w .mask1{
    left: -168px;
    bottom: -185px;
}
.jiaoxue .pingtai .mask-w .mask2{
    right: -566px;
    top: -185px;
}
.jiaoxue .pingtai-c{
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding:0 60px 30px;
    box-sizing: border-box;
    
}
.jiaoxue .moshi{
    background: #f6faff;
    padding: 50px 0;
}
.jiaoxue .moshi-c{
    background: #fff;
    padding-bottom: 50px;
}
.jiaoxue .moshi-imgs{
    padding: 0 140px;
    flex-wrap: wrap;
}
.jiaoxue .moshi-imgs .img-wrapper{
    position: relative;
    margin-bottom: 20px;
}
.jiaoxue .moshi-imgs .img-wrapper p{
    font-size: 20px;
    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #2a8ff5;
    bottom: 0;
    left: 0;
}
.jiaoxue .moshi-imgs .img-wrapper .img-box{
    width: 295px;
    height: 180px;
    background-image: url(/assets/ztlist/czsxsm/images/moshi.webp);
}
/* 教学方式 end */

/* 管理 */
.guangli-c .desc{
    font-size: 18px;
    line-height: 30px;
    color: #4d4d4d;
    padding: 0 30px;
    box-sizing: border-box;
}
/* 管理 end*/


/* 环境 */
.huanjing {
    position: relative;
}
.huanjing .bg-box{
    width: 100%;
    height:455px;
    background: #288cf3;
    position: absolute;
}
.huanjing-w{
    position: relative;
    padding-top: 50px;
    z-index: 1;
}
.huanjing-c {
    height: 555px;
    box-shadow: -5px 2px 16px 0px rgba(4, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 50px;
    border-radius: 20px;
    background: #fff;
}

/* 对比 */
.duibi-c{
    color: #313131;
    font-size: 24px;
    text-align: center;
    border-spacing: 5px;
}
.duibi-c td{
    height: 60px;   
}
.duibi-c td:first-child{
    width: 356px;
}
.duibi-c td:last-child{
    width: 395px;
}
.duibi-c td:first-child,
.duibi-c td:last-child{
    background: #f5f5f5;
}
.duibi-c tbody td:nth-of-type(2){
    background: #d9ecff;
}
.duibi-c thead td:nth-of-type(2){
    background: #288cf3;
    color: #fff;
}
.duibi-c thead td:last-child{
    background: #124982;
    color: #fff;
}
/* 对比 end*/

/* 你想要的 */
.xiangyao-c .flex_item{
    width: 280px;
    height: 290px;
    border-radius: 10px;
    position: relative;
    color: #fff;
}
.xiangyao-c .item1 {
    background: linear-gradient(to right, #fd6e4f, #fa3928);
}
.xiangyao-c .item2 {
    background: linear-gradient(to right, #5ab7f1, #318fff);
}
.xiangyao-c .item3 {
    background: linear-gradient(to right, #feaa25, #fe810a);
}
.xiangyao-c .item4 {
    background: linear-gradient(to right, #0cc7c0, #01b7bc);
}
.xiangyao-c .flex_item .item_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/xiangyaode-bg.png") right bottom no-repeat;
}
.xiangyao-c .flex_item .item_wrapper .icon {
    width: 165px;
    height: 130px;
    margin: 20px auto;
}
.xiangyao-c .item1 .item_wrapper .icon {
    background: url("../images/xiangyaode01.png") center no-repeat;
}
.xiangyao-c .item2 .item_wrapper .icon {
    background: url("../images/xiangyaode02.png") center no-repeat;
}
.xiangyao-c .item3 .item_wrapper .icon {
    background: url("../images/xiangyaode03.png") center no-repeat;
}
.xiangyao-c .item4 .item_wrapper .icon {
    background: url("../images/xiangyaode04.png") center no-repeat;
}
.xiangyao-c .flex_item .item_wrapper p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 35px;
}
/* 你想要的 end */

/* 提交表单 */
.czs-bottom{
    height: 356px;
    background:#288bf3;
    margin-top: 110px;
}
.czs-bottom{
    position: relative;
}
.czs-bottom .mask{
    width: 612px;
    height: 612px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 130px solid #3392f4;
    position: absolute;
}
.czs-bottom .mask1{
    bottom: -340px;
    right: -465px;
}
.czs-bottom .mask2{
    top: -344px;
    left: -510px;
}
.czs-bottom-w{
    position: relative;
    height: 100%;
    z-index: 1;
}
.czs-bottom-c{
    height: 100%;
    align-items: center;
    box-sizing: border-box;
    background: url("../images/bottom-from-bg.webp") left bottom no-repeat;
}
.czs-bottom-c .img-wrapper{
    flex: 1;
    height: 100%;
    position: relative;
}
.czs-bottom-c .img-wrapper img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.czs-bottom-form{
    width: 772px;
    position: relative;
}
.czs-bottom-t{
    font-size: 36px;
    color: #ffd800;
    font-weight: bold;
}
.czs-bottom .input-wrapper{
    width: 100%;
    height: 128px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px dashed #62becd;
    background: #fff;
    background-clip: border-box;
    margin-top: 25px;
    padding: 35px 20px;
    position: relative;
}
.czs-bottom .input-group{
    width: 350px;
    height: 41px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 18px;
    color: #979797;
    display: flex;
    align-items: center;
    border: 1px solid #dedede;
}
.czs-bottom .input-group p{
    height: 100%;
    line-height: 39px;
}
.czs-bottom .input-group input{
    flex: 1;
    font-size: 18px;

}
.czs-bottom .input-wrapper button{
    position: absolute;
    width: 342px;
    height: 62px;
    background: #45d8ac;
    border-radius: 32px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -31px;
    font-size: 22px;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.1s linear;
}
.czs-bottom .input-wrapper button:hover{
    background: #f40045;
}
.czs-bottom .tips{
    margin-top: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}