@import url('/components/header/header.css');
@import url('/components/btn1/btn1.css');
@import url('/components/teach/teach.css');
@import url('/components/platform/platform.css');
@import url('/components/jiaoxueguanli/jiaoxueguanli.css');
@import url('/components/footer/footer.css');
.flex-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.font-18-36{
    font-size: 18px;
    line-height: 36px;
    color: #313131;
    text-align: justify;
}
.pc-webWrap{
    overflow: hidden;
}
/* 主标题 */
.jiaoxue-title-box{
    text-align: center;
    font-size: 34px;
    line-height: 48px;
}
.jiaoxue-title-box .jiaoxue-t1{
    color: #313131;
}
.jiaoxue-title-box .jiaoxue-t2{
    font-weight: bold;
    color: #1d4bc1;
}
/* 主标题 end*/
.linian-video-cover{
   width: 486px;
}

/* 视频弹框 */
.alert_video {
    width: 100%;
    max-width: 1200px;
    height: 600px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 999;
    display: none;
}
.alert_video .title {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    background: #0f70e7;
}
.alert_video .close_btn {
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.58);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    right: 20px;
    top: 10px;
    background: #000;
    z-index: 10;
    cursor: pointer;
}
.alert_video .diviframe {
    width: 100%;
    height: 100%;
}
.alert_video .diviframe iframe{
    width: 100%;
    height: 100%;
    border: none;
}
/* 视频弹框 end*/

/* banner */
.z-banner .swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 540px;
}

/* banner end*/

/* 理念 */
.linian-c{
    align-items: center;
    padding: 32px 58px;
    box-shadow: 4px 1px 24px -2px rgba(133, 133, 133, 0.61);
}
.linian-c img{
    cursor: pointer;
}
.linian-c .desc{
    width: 565px;
}
/* 理念 end */

/* 团队 */
.tuandui .team{
    box-sizing: border-box;
    padding: 25px;
    background: #e4e7f6;
    border-radius: 10px;
}
.tuandui .team img{
    border-radius: 10px;
}
/* 团队 end */

/* 管理 */
.guanli .desc{
    padding: 20px 35px;
    border-radius: 5px;
    box-shadow: 0px 12px 32px 0px rgba(92, 106, 110, 0.35);
}
/* 管理 end */

/* 师资 */

.teachers .teach-1 .line{
    height: 1px;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box  ;
    background-clip: content-box;
}
/* 师资 end */

/* 班级管理 */
.banji-c{
    border-radius: 10px;
    box-shadow: 4px 1px 24px -2px rgba(133, 133, 133, 0.61);
}
.banji-c .swiper-box{
    position: relative;
}
.banji-c .desc{
    box-sizing: border-box;
    padding: 0 55px;
}
/* 班级管理 end */

/* 目标 */
.xianxia{
    background: linear-gradient(to right,#747b9a,#454c65);
}
.xianxia-c{
    background: #f2f8ff;
    box-sizing: border-box;
    padding: 0 140px 55px;
    position: relative;
}
.mubiao-label{
    position: absolute;
    width: 188px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 28px;
    background: #1563b3;
    border-radius: 0 0 20px 0;
    top: 0;
    left: 0;
} 
.mubiao-t{
    text-align: center;
    padding-top: 70px;
    color: #343535;
    font-size: 34px;
    font-weight: bold;
}
.xianxia-desc{
    line-height: 50px;
    border-radius: 50px;
    background: #e9eef9;
    text-indent: 20px;
    color: #313131;
    font-size: 18px;
}
.xianshang{
    background: linear-gradient(to right,#6e7594,#485069);
    padding-bottom: 40px;
}
.xianshang-c{
    background: #ffffff;
    box-sizing: border-box;
    padding:0 60px 40px;
    position: relative;
}
/* 目标 end */

/* 工具 */
.gongju-w{
    background:#f6f6f6;
    padding: 20px 0;
} 
.gongju-c{
    height: 352px;
    position: relative;
}
.banji-prev,
.banji-next,
.gongju-prev,
.gongju-next{
    width: 54px;
    height: 54px;
}
.banji-prev,
.gongju-prev{
    background: url("../images/gongju-prev.png") center no-repeat;
}
.banji-next,
.gongju-next{
    background: url("../images/gongju-next.png") center no-repeat;
}
/* 工具 end */

/* 提交表单 */
.mask-box{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;    
}
.mask-w{
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}
.czs-bottom{
    height: 356px;
    background:linear-gradient(to right,#747b9a,#454c65);
    margin-top: 110px;
}
.czs-bottom{
    position: relative;
}
.czs-bottom .mask{
    width: 612px;
    height: 612px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
}
.czs-bottom .mask1{
    bottom: -340px;
    right: -465px;
    border: 130px solid #4e556d;
}
.czs-bottom .mask2{
    top: -344px;
    left: -510px;
    border: 130px solid #7b829f;
}
.czs-bottom-w{
    position: relative;
    height: 100%;
    z-index: 1;
}
.czs-bottom-c{
    height: 100%;
    align-items: center;
    box-sizing: border-box;
}
.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;
    top: 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;
}