@import url('/components/header/header.css');
@import url('/components/banner/banner.css');
@import url('/components/btn1/btn1.css');
@import url('/components/footer/footer.css');
.flex-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.v-title4{
    text-align: center;
}
.v-title4 .big-title{
    font-size: 34px;
    display: inline-block;
}
.v-title4 .big-title b{
    color: #ff6e5b;
}
.v-title4 .other-title{
    display: inline-block;
    font-size: 24px;
    color: #313131;
    background: #ffece3;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 26px 26px 26px 0 ;
    margin-bottom: 5px;
}
/* sec1 banner */
.z-banner{
    position: relative;
}
.z-banner .swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 540px;
}
.banner-form{
    position: absolute;
    margin: auto;
    height: 172px;
    left: 0;
    right: 0;
    bottom: -86px;
    box-sizing: border-box;
    z-index: 5;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 19px 30px 2.24px rgba(208, 208, 208, 0.41);
    padding: 0 18px;
    align-items: center;
}
.banner-form .input-group{
    width: 299px;
    height: 61px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #838383;
}
.banner-form .input-group .label{
    margin-right: 10px;
}
.banner-form .input-group input{
    flex: 1;
    font-size: 18px;
}
.banner-form .input-group select{
    flex: 1;
    font-size: 15px;
    margin-right: 5px;
}
.banner-form button{
    width: 231px;
    height: 61px;
    border-radius: 61px;
    background: linear-gradient(to right,#ff8854,#ff6e5b);
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.banner-form button:hover{
    background: #f40045;
}
/* sec1 banner end*/

/* 导语 */
.z-guide{
    margin-top: 145px;
    align-items: center;
}
.z-guide .left{
    width: 140px;
    height: 130px;
    position: relative;
}
.z-guide .left .p2{
    font-size: 60px;
    color: #313131;
    position: absolute;
    left: 45px;
    top: 30px;
}
.z-guide .left .p3{
    font-size: 40px;
    color: #949494;
    position: absolute;
    bottom: 0;
    right: 0;
}
.z-guide .p4{
    flex: 1;
    font-size: 18px;
    line-height: 36px;
    color: #949494;
}
/* 导语 end */
.z-huibao table{
    border-collapse: collapse;
}
.z-huibao table td{
    border: 1px solid #e8e8e8;
    text-align: center;
}
.z-huibao table thead tr{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}
.z-huibao table tbody td{
    font-size: 18px;
    line-height: 30px;
    color: #5f5f5f;
    padding: 10px 0;
}
.z-huibao table tbody td:nth-of-type(1){
    background: #f5f5f5;
}
.z-huibao table .t1{
    background: #f5f5f5;
    width: 16.25%;
}
.z-huibao table .t2,
.z-huibao table .t3{
    width: 43.5%;
}

.z-huibao table thead tr td:nth-of-type(2){
    /* width: 442px; */
    background: #fe8954;
}
.z-huibao table thead tr td:nth-of-type(3){
    /* width: 520px; */
    background: #2a3a53;
}

/* 课程专业 */
.z-course{
    background: #f5f5f5;
}
.z-course-c{
    flex-wrap: wrap;
}
.z-course-c li{
    width: 226px;
    height: 297px;
    border-radius: 10px;
    background: #fff;
    margin-top: 100px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid transparent;
}
.z-course-c li .pi{
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -48px;
    padding: 6px;
    color: #fff;
    background-clip: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}
.z-course-c li .p1{
    margin-top: 60px;
    font-size: 22px;
    color: #000;
}
.z-course-c li .p2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}
.z-course-c li .p2 span{
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}
.z-course-c li .p3{
    margin-top: 10px;
    border-radius: 5px;
    line-height: 27px;
    background: #f4f4f4;
    font-size: 18px;
    color: #adadad;
}
.z-course-c li .p4{
    margin-top: 20px;
    font-size: 18px;
}
.z-course-c li a{
    display: inline-block;
    width: 165px;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -18px;
    background: blue;
}
.z-course-c li a:hover{
    background: red !important;
}
.z-course-c li:nth-of-type(1):hover{
    border: 1px solid #437dd2;
}
.z-course-c li:nth-of-type(1) .pi{
    border: 1px solid #437dd2;
    background-color: #437dd2;
}
.z-course-c li:nth-of-type(1) .p2,
.z-course-c li:nth-of-type(1) .p4
{
    color: #437dd2;
}
.z-course-c li:nth-of-type(1) a{
    background: linear-gradient(90deg,#437dd2,#5ba9d3);
}
.z-course-c li:nth-of-type(2):hover{
    border: 1px solid #59a8b0;
}
.z-course-c li:nth-of-type(2) .pi{
    border: 1px solid #59a8b0;
    background-color: #59a8b0;
}
.z-course-c li:nth-of-type(2) .p2,
.z-course-c li:nth-of-type(2) .p4
{
    color: #59a8b0;
}
.z-course-c li:nth-of-type(2) a{
    background: linear-gradient(90deg,#59a8b0,#68d1a6);
}
.z-course-c li:nth-of-type(3):hover{
    border: 1px solid #e84d61;
}
.z-course-c li:nth-of-type(3) .pi{
    border: 1px solid #e84d61;
    background-color: #e84d61;
}
.z-course-c li:nth-of-type(3) .p2,
.z-course-c li:nth-of-type(3) .p4
{
    color: #e84d61;
}
.z-course-c li:nth-of-type(3) a{
    background: linear-gradient(90deg,#e84d61,#f95556);
}
.z-course-c li:nth-of-type(4) .pi{
    border: 1px solid #5ea0db;
    background-color: #5ea0db;
}
.z-course-c li:nth-of-type(4):hover{
    border: 1px solid #5ea0db;
}
.z-course-c li:nth-of-type(4) .p2,
.z-course-c li:nth-of-type(4) .p4
{
    color: #5ea0db;
}
.z-course-c li:nth-of-type(4) a{
    background: linear-gradient(90deg,#5ea0db,#81cec7);
}
.z-course-c li:nth-of-type(5) .pi{
    border: 1px solid #4d68d5;
    background-color: #4d68d5;
}
.z-course-c li:nth-of-type(5):hover{
    border: 1px solid #4d68d5;
}
.z-course-c li:nth-of-type(5) .p2,
.z-course-c li:nth-of-type(5) .p4
{
    color: #4d68d5;
}
.z-course-c li:nth-of-type(5) a{
    background: linear-gradient(90deg,#4d68d5,#6888ce);
}
.z-course-c li:nth-of-type(6) .pi{
    border: 1px solid #4eae5f;
    background-color: #4eae5f;
}
.z-course-c li:nth-of-type(6):hover{
    border: 1px solid #4eae5f;
}
.z-course-c li:nth-of-type(6) .p2,
.z-course-c li:nth-of-type(6) .p4
{
    color: #4eae5f;
}
.z-course-c li:nth-of-type(6) a{
    background: linear-gradient(90deg,#4eae5f,#71b440);
}
.z-course-c li:nth-of-type(7) .pi{
    border: 1px solid #7b589b;
    background-color: #7b589b;
}
.z-course-c li:nth-of-type(7):hover{
    border: 1px solid #7b589b;
}
.z-course-c li:nth-of-type(7) .p2,
.z-course-c li:nth-of-type(7) .p4
{
    color: #7b589b;
}
.z-course-c li:nth-of-type(7) a{
    background: linear-gradient(90deg,#7b589b,#7275b2);
}
.z-course-c li:nth-of-type(8) .pi{
    border: 1px solid #e84d61;
    background-color: #e84d61;
}
.z-course-c li:nth-of-type(8):hover{
    border: 1px solid #e84d61;
}
.z-course-c li:nth-of-type(8) .p2,
.z-course-c li:nth-of-type(8) .p4
{
    color: #e84d61;
}
.z-course-c li:nth-of-type(8) a{
    background: linear-gradient(90deg,#e84d61,#f95556);
}
.z-course-c li:nth-of-type(9) .pi{
    border: 1px solid #fc7d3f;
    background-color: #fc7d3f;
}
.z-course-c li:nth-of-type(9):hover{
    border: 1px solid #fc7d3f;
}
.z-course-c li:nth-of-type(9) .p2,
.z-course-c li:nth-of-type(9) .p4
{
    color: #fc7d3f;
}
.z-course-c li:nth-of-type(9) a{
    background: linear-gradient(90deg,#fc7d3f,#ffa84f);
}
.z-course-c li:nth-of-type(10) .pi{
    border: 1px solid #f96a9c;
    background-color: #f96a9c;
}
.z-course-c li:nth-of-type(10):hover{
    border: 1px solid #f96a9c;
}
.z-course-c li:nth-of-type(10) .p2,
.z-course-c li:nth-of-type(10) .p4
{
    color: #f96a9c;
}
/* 课程专业 */


/* 问答 */
.question-c a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    margin-top: 20px;
}
.question-c a .p1{
    color: #4262c7;
    font-size: 22px;
}
.question-c a .p1::before{
    content: '';
    display: inline-block;
    width: 35px;
    height: 28px;
    background: url("../images/question.png") center no-repeat;
}
.question-c a .p2{
    font-size: 18px;
    line-height: 30px;
    color: #636363;
    margin-top: 5px;
}
/* 问答 end */


/* 提交表单 */
.z-form{
    width: 100%;
    height: 343px;
    background: url("../images/form_bg.jpg") center no-repeat;
}

.z-form_c{
    height: 100%;
    position: relative;
}
.z-form_c img{
    position: absolute;
    top: -85px;
}
.z-form_c .form-wrapper{
    height: 100%;
    width: 780px;
    position: absolute;
    right: 0;
    top: 0;
}
.z-form_c .form-wrapper .p1{
    margin-top: 40px;
    color: #fff;
    font-size: 36px;
    color: #fff600;
    font-weight: bold;
}
.z-form_c .form-wrapper form{
    width: 772px;
    height: 128px;
    border-radius: 5px;
    border: 1px dashed #fff;
    background-color: #ffffff;
    background-clip:padding-box;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
    box-shadow: -8px 21px 43px 0px rgba(36, 73, 166, 0.5);}
.z-form_c .form-wrapper .input-group{
    width: 350px;
    height: 41px;
    border: 1px solid #c0c0c0;
    line-height: 40px;
    color: #979797;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 12px;
}
.z-form_c .form-wrapper button{
    width: 342px;
    height: 62px;
    border-radius: 31px;
    background: #45d8ac;
    color: #fff;
    font-size: 22px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -31px;
    cursor: pointer;
}
.z-form_c .form-wrapper button:hover{
    background: #098bdd;
}

.z-form_c .form-wrapper .input-group input{
    font-size: 18px;
    flex: 1;
}
.z-form_c .p2{
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 60px;
}

/* 提交表单 end*/