body{

}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.oneContainer{
    height: 100vh;
    /*background: #f7f7ff;*/
    display: flex;
    flex-direction: column;
    background:#f7f7ff url("../img/imgIndex/contBj.png") center center no-repeat;
    /*background-size: 100%;*/
}
@media screen and (max-width: 1440px){
    .oneContainer{
        background:#f7f7ff url("../img/imgIndex/contBj_s.png") center center no-repeat;
    }
}
.topBanner{
    height: 72px;
    background: #FFFFFF;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topBanner .wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.topBanner .lT img{
    width: 184px;
}
.topBanner .rT img{
    width: 238px;
}
.topCont{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100%;
}
.topCont .p1{
    width: 340px;
    height: 42px;
    font-size: 20px;
    color: #0000FF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    background: #E0E0FF;
    margin-top: 50px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
.topCont h1{
    font-size: 88px;
    letter-spacing: 5px;
    margin: 15px 0;
    color: #000000;
}
.topCont .text{
    font-size: 22px;
    letter-spacing: 1px;
    color: #333333;
}
.topCont .toStudy,.topCont .toArticle{
    width: 178px;
    height: 52px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1px;
    background: #0000FF;
    margin: 60px 35px 0;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}
.index_cont{

}
.teacherC{
    /*height: 456px;*/
    padding: 93px 0;
    background:linear-gradient(180deg, #f7f7ff 10%, #ffffff 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacherSlide{
    position: relative;
    overflow: hidden;
}
.teacherSlide .prev{
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 90px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
    margin-top: -45px;
    background: url("/wxqt/package/img/imgIndex/tslideL.png") left top no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
    display: none;
    transition: all .5s;
}
.teacherSlide .next{
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 90px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
    margin-top: -45px;
    background: url("/wxqt/package/img/imgIndex/tslideR.png") left top no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
    display: none;
    transition: all .5s;
}
.teacherSlide:hover .prev,
.teacherSlide:hover .next{
    display: block;
}
.teacherSlide ul:after{
    content: '';
    display: table;
    clear: both;
}
.teacherSlide li{
    float: left;
    width: 270px;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-right: 34px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.teacherSlide li a{
    display: flex;
    height: 340px;
    justify-content: center;
}
.teacherSlide li img{
    /*width: 100%;*/
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.teacherSlide li video{
    /*width: 100%;*/
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.teacherSlide li p{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 155px;
    background:url("/wxqt/package/img/imgIndex/tItemBj.png") left bottom no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    line-height: 140px;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.teacherSlide li p span.name{
    font-size: 22px;
    margin-bottom: 10px;
}
.teacherSlide li p span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
}
.teacherSlide li p span:last-child{
    margin-bottom: 10px;
}
.teacherSlide li:hover p{
    opacity: 1;
}
.packC .ctitle{
    font-size: 40px;
    letter-spacing: 2px;
    color: #222222;
    text-align: center;
}
.packageList{
    margin-bottom: 55px;
}
.packageList:after{
    display: table;
    content: '';
    clear: both;
}
.packageList li{
    float: left;
    margin-right: 45px;
    margin-top: 55px;
}
.packageList li .courseImgcont{
    width: 370px;
    height: 310px;
    background: #ffffff;
    box-shadow: 0 2px 14px 0 #0000001a;
    transition: all .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.courseBigPic{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    /*-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;*/
}
.courseBigPic img{
    width: 370px;
    max-height: 230px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*.packageList li:hover .courseImgcont{
    transform: scale(1.05);
}*/
.packImg{
    width: 370px;
    max-height: 230px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.packImg a{
    display: block;
    width: 100%;
    height: 100%;
}
.packImg img{
    width: 100%;
    max-height: 230px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.courseImg{
    margin-top: 13px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.courseImg a{
    margin-right: 11px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.courseImg a img{
    width: 84px;
    max-height: 52px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.courseImg a:last-child{
    margin-right: 0;
}
.packageList li:nth-of-type(3n){
    margin-right: 0;
}
.packageList .packImg:hover{
    transform: scale(1.1);
}
.packageList .courseImg a:hover{
    transform: scale(1.22);
}
.coursemesCont{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    font-size: 13px;
    color: #000000;
}
.coursemesCont span{
    padding-left: 20px;
}
.coursemesCont .study{
    background: url(../img/imgIndex/xlk_wkxy.png) left center no-repeat;
}
.coursemesCont .like{
    background: url(../img/imgIndex/xlk_wkdz.png) left center no-repeat;
}
.coursemesCont .comment{
    background: url(../img/imgIndex/xlk_wkpl.png) left center no-repeat;
}
.packC .tomoreCourse{
    display: block;
    margin: 0 auto;
    width: 178px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #0000FF;
    border: 1px solid #0000FF;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    margin-bottom: 100px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.packC .tomoreCourse:hover{
    opacity: 0.8;
}
.serviceC .ctitle{
    font-size: 40px;
    letter-spacing: 2px;
    color: #222222;
    text-align: center;
}
.serviceList{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.serviceList li{
    width: 370px;
    background: #ffffff;
    box-shadow: 0 2px 14px 0 #0000001a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background: linear-gradient(90deg, #0000ff 0%, #0000ff 100%);
    /*background: linear-gradient(90deg, #0000ff 0%, #00a6ff 100%);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}
.serviceList li:hover{
    /*box-shadow: 0 2px 14px 0 #0000ff1a;*/
    transform: scale(1.1);
}
.serviceList li:hover .textCont{
    /*box-shadow: 0 2px 14px 0 #0000ff1a;*/
    transform: scale(1.02);
}
.serviceC.on .serviceList li{
    /*transition: all .5s;*/
}
.serviceList li h3{
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 8px;
    padding: 17px 15px;
}
.serviceList li .textCont{
    width: 100%;
    height: 192px;
    padding: 20px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .5s;
}
.serviceList .textCont .p1{
    font-size: 19px;
    color: #333333;
    line-height: 30px;
    padding-left: 12px;
    margin-top: 10px;
    border-left: 2px solid #3333FF;
    background: linear-gradient(90deg, #ebebff 0%, #ffffff00 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.serviceList .textCont .p2{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.serviceC .p3{
    font-size: 20px;
    margin-top: 50px;
    color: #999999;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 100px;
}
.applyC{
    width: 100%;
    background: #F7F7FF;
    padding: 55px 0;
}
.applyC .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../img/imgIndex/applyBj.png") center center no-repeat;
}
.applyC h2{
    font-size: 40px;
    color: #222222;
    letter-spacing: 4px;
}
.applyC p{
    max-width: 740px;
    font-size: 22px;
    margin-top: 16px;
    line-height: 42px;
    font-size: 22px;
    letter-spacing: 0.2px;
    color: #444444;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.applyC a{
    width: 178px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 40px;
    color: #FFFFFF;
    background: #0000FF;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    transition: all .6s;
}
.applyC span{
    font-size: 20px;
    color: #999999;
    letter-spacing: 0.5px;
    margin-top: 24px;
}
.mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}
.applypops{
    width: 540px;
    min-height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -340px;
    background: #FFFFFF;
    z-index: 100;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    transition: all .5s;
    overflow: hidden;
    display: none;
}
.popTitle{
    height: 40px;
    padding: 25px 15px 0;
    line-height: 40px;
    position: relative;

}
.popTitle span{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
.popTitle a{
    position: absolute;
    width: 28px;
    height: 28px;
    right: 5px;
    top: 5px;
    background: url(../img/imgplay/play_close.png) center center no-repeat;
}
.popCont{
    flex: 1;
    padding: 30px 25px 0;
}
.popCont .Fitem{
    display: flex;
    flex-direction: column;
    height: 68px;
    font-size: 15px;
}
.popCont .Fitem span{
    color: #F92121;
    font-size: 13px;
    margin-top: 2px;
    letter-spacing: .5px;
    display: none;
}
.popCont .Fitem input{
    width: 100%;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    color: #333333;
    letter-spacing: .5px;
    border: none;
    outline: none;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
}
.popCont .Fitem.wrong span{
    display: block;
}
.popCont .Fitem.wrong input{
    border-bottom: 1px solid #F92121;
}
.popCont .noteK{
    width: 100%;
    height: 103px;
    padding: 15px 14px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-top: 4px;
    box-sizing: border-box;
}
.popCont .noteK .num{
    position: absolute;
    right: 8px;
    bottom: 7px;
    color: #999999;
    font-size: 12px;
}
.popCont .noteK textarea{
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'Microsoft YaHei';
}
.Fitem input::-webkit-input-placeholder,.Fitem textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #999999;
}
.Fitem input:-moz-placeholder,.Fitem textarea::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
.Fitem input::-moz-placeholder,.Fitem textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #999999;
}
.Fitem input:-ms-input-placeholder,.Fitem textarea::-ms-input-placeholder{ /* Internet Explorer 10+ */
    color: #999999;
}

.applypops .popBot{
    height: 106px;
    display: flex;
    justify-content: right;
    align-items: center;
    justify-content: center;
}
.applypops .popBot a{
    width: 200px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background: #A0A7FF;
}
.applypops .popBot .submit.on{
    color: #FFFFFF;
    background: #0000FF;
}
.conDt{
    width: 484px;
}
.playContTip{
    margin: 50px 0 40px;
    text-align: center;
    padding: 0 20px;
}
.test_SubBtnbox{
    text-align: center;
    padding-bottom: 15px;
}
.test_SubBtnbox a{
    display: inline-block;
    width: 135px;
    height: 44px;
    border: 1px solid #0000FF;
    border-radius: 26px;
    text-align: center;
    line-height: 44px;
    color: #0000FF;
    margin: 10px 15px 0;
}
.test_SubBtnbox a.on{
    background: #0000FF;
    border: 1px solid #0000FF;
    color: #FFFFFF;
}
.test_SubBtnbox a.one{
    width: 205px;
    height: 34px;
    line-height: 34px;
}
.test_SubBtnbox a.two{
    width: 140px;
    height: 34px;
    line-height: 34px;
}

.topCont.on .translateY,
.topCont.on .translateX,
.topCont.on .translateY20,
.topCont.on .translateY50,
.topCont.on .translateY80,

.applyC.on .translateY,
.applyC.on .translateX,
.applyC.on .translateY20,
.applyC.on .translateY50,
.applyC.on .translateY80,

.packC.on .p_translateY50,
.packC.on .p_translateY150,

.serviceC.on .s_translateY50,
.serviceC.on .s_translateY100,
.serviceC.on .s_translateY150{
    transform: translate(0px);
    opacity: 1;
}
.translateY{
    opacity: 0;
    transform: translateY(-50px);
    transition: 1s .1s;
}
.translateX{
    opacity: 0;
    transform: translateX(100px);
    transition: 1s .1s;
}
.translateY20{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s .1s;
}
.translateY50{
    opacity: 0;
    transform: translateY(50px);
    transition: 1s .1s;
}
.translateY80{
    opacity: 0;
    transform: translateY(80px);
    transition: 2s .1s;
}
.s_translateY50{
    opacity: 0;
    transform: translateY(50px);
    transition: 1s 0.2s;
}
.s_translateY100{
    opacity: 0;
    transform: translateY(100px);
    transition: 1s 0.4s;
}
.s_translateY150{
    opacity: 0;
    transform: translateY(150px);
    transition: 1s 0.7s;
}
.p_translateY50{
    opacity: 0;
    transform: translateY(50px);
    transition: 1s 0.2s;
}
.p_translateY150{
    opacity: 0;
    transform: translateY(150px);
    transition: 1s 0.5s;
}
#footer{
    width: 100%;
    min-width: 1200px;
    height: 252px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}