@charset "UTF-8";
@import url(./public.css);
@import url(./footer.css);
@import url(./header.css);
@import url(./Navlist.css);

/* 菜单栏 */
.header_box03{
    width: 100%;
    /* padding-top: 15px; */
    display: flex;
    align-items: center;
    background: #06348A;
    margin: 18px 0 0 0;
}
.header_box03 ul{
    width:65%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_box03 ul li{
    display: flex;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.header_box03 ul li .li01{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0px 22px;
}
.header_box03 ul li .li01:hover{
    background-color:#ffffff2b;
}

.headerbox01_btn img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* banner */
.ban{
    width: 100%;
    display: flex;
    position: relative;
}
.ban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban .cont{
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    color: #fff;
}
.ban .cont_in{
    margin: 0 auto;
    width: 70%;
    max-width: 1440px;
}
.ban .font{
    max-width: 504px;
}
@media only screen and (max-width: 1360px) {
    /* 设置了浏览器宽度不大于1360px时，content显示 1360px的宽度样式    */
    .ban .font{
        padding-bottom: 50px;
        position: relative;
    }
    .ban .cont .but{
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 9;
    }
    .ban .cont .tit{
        font-size: 34px !important;
    }
}

.ban .cont .name {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom:26px;
}
.ban .cont .tit {
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.142;
    font-size:43px;
}
.ban .cont .text {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom:54px;
    opacity: 0.6;
}
.ban .cont .but{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    cursor: pointer;
}

/* 志愿填报现状 */
.Status_quo{
    width: 100%;
    background-color: #fff;
    padding: 60px 0 0 0;
}
.Status_quo_info{
    width:70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.Status_quo_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-bottom:60px;
}
.Status_quo_top p{
    font-size:45px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.Status_quo_top p span{
    color: #006cd7;
}
.Status_quo_span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.Status_quo_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Status_item{
    width: 19%;
    height: 199px;
    display: flex;
}

.Status_item .list{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d9eafb;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 30px;
    position: relative;
}
.Status_item:hover .list::before{
    opacity: 1;
    cursor: pointer;
}
.Status_item .list:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    background: url(../images/imghoverimg1.jpg) center / cover no-repeat;
}
.Status_item .list .shu{
    font-size: 55px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 10px;
    z-index: 999;
    cursor: pointer;
}
.Status_item .list .font {
    width: 100%;
    position: relative;
}
.Status_item .list .font .tit {
    margin-bottom:16px;
    color: #0b0d10;
    font-size:24px;
    cursor: pointer;
    font-weight: 600px;
}
.Status_item .list .font .text {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #0b0d10;
    font-weight: 600;
    opacity: 0.8;
    cursor: pointer;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .选科决策影响高考成绩，更影响专业和就业选择 */
.box01{
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.box01_info{
    width: 100%;
    height: 400px;
    display: flex;
}
.box01_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 科学选科的因素 */
.xkys{
    width: 100%;
    background-color: #F6F4F9;
    padding: 70px 0;
}
.xkys_info{
    width: 70%;
    margin: 0 auto;
}
.xkyslist{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xkyslist_item{
    width: 19%;
    height: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 16px;
}
.xkyslist_item:hover{
    border-bottom: 7px solid #527ed6;
    margin-top: -3px;
    cursor: pointer;
}
.xkyslist_item .xkyslist_item_img{
    width: 80px;
    margin-bottom:25px;
}
.xkyslist_item p{
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 38px;
    text-align: center;
}
.xkyslist_item .xkyslist_text{
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: flex;
    justify-content: center;
}
.xkyslist_item .xkyslist_more{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #527ed6;
    margin-top: 25px;
}
.xkyslist_item .xkyslist_more img{
    width: 11px;
    height: 11px;
    margin-left: 5px;
    margin-top: 2px;
}

/* 决策平衡单助力学生科学完成选科 */
.xuank{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 70px 0 0 0;
}
.xuank_info{
    width: 100%;
}
.xuank_info .list{
    width: 100%;
    display: flex;
    align-items: center;
}
.xuank_info .list li{
    margin-bottom: 1px;
    font-size: 15px;
    color: #333333;
    line-height: 18px;
    /* padding: 14px 10px; */
    border: 1px solid #fff;
    text-align: center;
}
.xk_01{
    width: 25%;
    height: 90px;
    text-align: center;
    font-size: 25px !important;
    color: #FFFFFF !important;
    line-height: 90px !important;
    background: rgb(91, 155, 213);
}
.xk_02{
    width: 15%;
    height: 90px;
    text-align: center;
    font-size: 25px !important;
    color: #FFFFFF !important;
    line-height: 90px !important;
    background: rgb(91, 155,213);
}
.xk_03{
    width:60%;
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.xk_03_01a{
    width: 100%;
    height: 45px;
    line-height: 45px !important;
    text-align: center;
    font-size: 25px !important;
    color: #FFFFFF !important;
    background: rgb(91, 155,213);
}
.xk_03_02a{
    width: 100%;
    height: 45px;
    line-height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xk_03_02a li{
    width: 17%;
    height: 45px;
    line-height: 45px !important;
    font-size: 20px !important;
    color: #333333;
    text-align: center;
    background: rgb(189, 215,238);
}
.xk_04{
    width: 25%;
    height: 45px;
    text-align: center;
    font-size: 20px !important;
    line-height:45px !important;
}
.xk_05{
    width: 15%;
    height: 45px;
    text-align: center;
    font-size: 20px !important;
    line-height:45px !important;
}
.xk_06{
    width: 60%;
    height: 45px;
    text-align: center;
}
.xk_06_01a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.xk_06_01a li{
    width: 17%;
    height: 45px;
    line-height: 45px !important;
    font-size: 20px !important;
    color: #333333;
    text-align: center;
}
/* 笨诸葛帮你解决填报志愿难题 */
.Solve_problem{
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 100px 0 0 0;
}
.Solve_problem_info{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.Solve_info{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.Solve_item{
    width: 100%;
    display: flex;
    padding:26px 0;
}
.Solve_01{
    background-color: #fff;
}
.Solve_02{
    background-color: #f5f5f5b0;
}
.Solve_item_box{
    width:55%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Solve_item_left{
    width: 43%;
    display: flex;
    flex-direction: column;
    padding-left: 99px;
}
.Solve_item_left_p{
    font-size: 33px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.Solve_item_left_text{
    font-size:18px;
    font-weight:500;
    color: #000;
    line-height: 40px;
    margin-bottom: 20px;
}
.Solve_item_left_more{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #527ed6;
}
.Solve_item_left_more img{
    width: 12px;
    margin-left: 1px;
}
.Solve_item_left_more:hover,.Solve_item_left_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}
.Solve_item_left_btn{
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #527ed6;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    display: block;
    margin-top: 44px;
}
.Solve_item_right{
    width:57%;
    display: flex;
}
.Solve_item_right img{
    width: 85%;
}


/* 志愿填报一对一服务流程 */
.flow{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}
.part5{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.part5 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part5 .list li{
    width:20%;
    margin-bottom: 1px;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    padding:14px 10px ;
    border:1px solid #D9D5D5;
    text-align: center;
}
.part5 .list:nth-of-type(1) li{
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background: #F6A724;
}
.part5 .list li:nth-of-type(1){
    line-height: 54px;
}
.part5 .list li:nth-of-type(2){
    width: 40%;
    text-align: left;
    line-height: 26px;
}
.part5 .list li:nth-of-type(3){
    line-height: 54px;
}
.part5 .list li:nth-of-type(4){
    line-height: 54px;
}

/* 立即预约名师志愿填报 */
.table{
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-top:100px;
    margin-bottom:70px;
    display: flex;
    flex-direction: column;
}
.table_info{
    width: 100%;
    display: flex;
    /* align-items: center; */
}
.table_left{
    width:48%;
    height: 450px;
    display: flex;
    flex-direction: column;
}
.table_left p{
    font-size: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    text-align: left;
}
.table_leftimg{
    width: 100%;
    height: 100%;
    position: relative;
}
.table_leftimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* margin-top: 50px; */
}
.table_leftimg div{
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(57, 46, 76, 0.1);
    left: -53px;
    bottom: -48px;
}
.table_right{
    width:52%;
    height:450px;
    background: #21143787;
    float: left;
    overflow: hidden;
    padding: 40px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table_right_item{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.table_right_item span,.table_right_item_yzm span{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.table_right_item input{
    width:100%;
    height: 44px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #ddd;
    color: white;
    padding-left: 0;
}
.table_right_item_yzm{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.yzm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yzm input{
    width: 50%;
    height: 44px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #ddd;
    color: white;
    padding-left: 0;
}
.yzm div{
    width: 45%;
    border-radius: 4px;
    font-weight: 400;
    text-shadow: 0px 4px 8px rgba(110,91,185,0.3);
    height: 47px;
    background: #FFFFFF;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 47px;
    text-align: center;
}
.yzm div:hover{
    opacity: 0.5;
    cursor: pointer;
}
.yuedu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    cursor: pointer;
}
.yuedu div{
    border: white 1px;
    width: 16px;
    height: 16px;
    color: white;
    background: white;
    vertical-align: middle;
    color: #303133;
    margin-right: 10px;
}
.sumit_btn{
    width: 50%;
    margin: 0 auto;
    border-radius: 4px;
    font-weight: 400;
    text-shadow: 0px 4px 8px rgba(110,91,185,0.3);
    height: 60px;
    background: #FFFFFF;
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 60px;
    text-align: center;
}
.sumit_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}
.yuedu .gou{
    background: #fff url(../images/gou.png) no-repeat;
    background-size: 100% 100%;
}
