@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;
}


.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: 71%;
}
@media only screen and (max-width: 1360px) {
    /* 设置了浏览器宽度不大于1360px时，content显示 1360px的宽度样式    */
    .ban .font{
        max-width: 71%;
        padding-bottom: 50px;
        position: relative;
    }
}
@media only screen and (max-width: 1360px) {
    /* 设置了浏览器宽度不大于1360px时，content显示 1360px的宽度样式    */
    .ban .cont .but{
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 9;
    }
}
@media only screen and (max-width: 1360px) {
    /* 设置了浏览器宽度不大于1360px时，content显示 1360px的宽度样式    */
    .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;
    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;
}

.zytb_btn{
    width: 26%;
    margin: 0 auto;
    height: 70px;
    border-radius: 35px;
    background-color: #377CEE;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 5px #0F4FB5;
    box-shadow: 0px 5px 5px #0F4FB5;
    display: flex;
    margin-top: 80px;
    align-items: center;
    justify-content: center;
}
.zytb_btn a{
    font-size: 23px;
    color: #fff;
}
/* 志愿填报现状 */
.Status_quo{
    width: 100%;
    /* background-color: #fff; */
    padding: 100px 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:50px;
}
.Status_quo_top p{
    font-size:40px;
    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: 20px;
    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: 49%;
    display: flex;
    margin-bottom: 28px;
}

.Status_item .list{
    width: 100%;
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #d9eafb;
    border-radius: 5px;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 45px 45px 50px 40px;
    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/imghoverimg2.jpg) center / cover no-repeat;
}
.Status_item .list .shu{
    font-size:61px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 4px;
    z-index: 999;
    cursor: pointer;
}
.Status_item .list .font {
    position: relative;
    width: calc(100% - 110px);
}
.Status_item .list .font .tit {
    margin-bottom:16px;
    color: #213355;
    font-size:22px;
    cursor: pointer;
    font-weight: 111;
}
.Status_item .list .font .text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #090a0b;
    font-weight: 611;
    opacity: 0.8;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 志愿填报的难点重点 */
.zytb_nd{
    width: 100%;
    background: url(../images/homabtbag1.jpg) no-repeat;
    background-size: 100% 100%;
    padding:100px 0;
}
.zytb_nd_info{
    width:70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.join_info{
    width: 100%;
    margin: 0 auto;
}
.join_info .container{
    width: 100%;
}
.join_info .container .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f_item{
    width:20%;
    transition: all 0.4s;
}
.join_info .container .cont .on{
    width:35%;
}
.join_info .container .cont .f_item .list {
    height: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition: all 0.4s;
}
.join_info .container .cont .f_item .list .bag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
}
.join_info .container .cont .f_item.on .bag {
    opacity: 1;
}
.join_info .bag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.join_info .container .cont .f_item.on .f_jut {
    transition: all 0.4s 0.4s !important;
    opacity: 1 !important;
    transform: translateY(0rem) !important;
    cursor: pointer;
}
.join_info .container .cont .f_item .list .f_jut {
    opacity: 0;
    position: relative;
    padding: 32px 32px 45px 32px;
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(0.3rem);
}
.join_info .container .cont .f_item .list .f_jut .img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin-bottom:16px;
    background-image: linear-gradient(-4deg, rgba(248, 251, 253, 0.07) 0%, rgba(229, 242, 254, 0.07) 100%), linear-gradient(#1f53eb, #1f53eb);
    background-blend-mode: normal, normal;
    box-shadow: inset 0px 0px 13px 0px rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}
.join_info .container .cont .f_item .list .f_jut .img img{
    width:50px;
    height: 50px;
    object-fit: cover;
}
.f_jut .tit{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.f_jut .text{
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.83;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f_jut .but{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.f_jut .but span{
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.f_jut .but img{
    width: 18px;
    margin-left: 10px;
}
.join_info .container .cont .f_item.on .f_hov {
    opacity: 0;
    transition: all 0.4s !important;
    cursor: pointer;
}
.join_info .container .cont .f_item .list .f_hov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s 0.4s;
}
.join_info .container .cont .f_item .list .f_hov .img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 45px;
}
.join_info .container .cont .f_item .list .f_hov .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.join_info .container .cont .f_item .list .f_hov .tit {
    font-family: Source Han Sans CN;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    margin-bottom: 10px;
}
.f_hov .but {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.f_hov .but span{
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
}
.f_hov .but img{
    width: 6px;
    margin-left: 7px;
}


/* 笨诸葛帮你解决填报志愿难题 */
.Solve_problem{
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 100px 0 50px 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: 70px 0;
}
.Solve_01{
    background-color: #fff;
}
.Solve_02{
    background-color: #f5f5f5b0;
}
.Solve_item_box{
    width:70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Solve_item_left{
    width:35%;
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}
.Solve_item_left_p{
    font-size: 34px;
    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: #4A2182;
}
.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: #006cd7;
    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: 65%;
    height: 360px;
    display: flex;
}
.Solve_item_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 志愿填报一对一服务流程 */
.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: #527ed6;
}
.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;
}

/* 志愿填报服务案例 */

.part6{
    width: 100%;
    padding: 70px 0 50px;
    background: #FAFAFC;
}
.part6 .part{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.part6 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part6 .list li:nth-child(1){
    width: 10%;
}
.part6 .list li:nth-child(2){
    width: 10%;
}
.part6 .list li:nth-child(3){
    width: 10%;
}
.part6 .list li{
    width: 23.3%;
    height: 56px;
    margin-bottom: 1px;
    font-size: 16px;
    color: #333333;
    padding: 0 24px;
    border: 1px solid #D9D5D5;
    text-align: center;
    line-height: 1.3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    white-space: break-spaces;

}
.part6 .list:nth-of-type(even) li{
    background: #F9F9F9;
}
.part6 .list:nth-of-type(odd) li{
    background: #FFFFFF;
}
.part6 .list2 li{
    background: #527ed6 !important;
    color:#fff !important;
    font-size: 20px !important;
}
.part6 .tab{
    width: 75px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    margin:30px auto;
}
.part6 .tab li{
    width: 28px;
    height: 28px;
    border-radius: 2px;
    border: 1px solid #D9D5D5;
    text-align: center;
    line-height: 26px;
    font-size: 24px;
    cursor: pointer;
    background: #527ed6;
    color:#fff;
}
.part6 .tab .active{
    background: #F9F9F9;
    color:#D9D5D5;
}
.module {
    display: none;
}


/* 服务风采 */
.Service_style{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:90px;
}
.Service_style_img{
    width: 100%;
}


/* 立即预约名师志愿填报 */
.table{
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-top:100px;
    margin-bottom:115px;
    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: 100%;
    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: 25px;
    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%;
}


/* 志愿填报讲座 */
.zyjz{
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
}
.text_18 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.text_18::before {
    content: '';
    width: 81px;
    height: 7px;
    background: url(../images/text_left.png) no-repeat top center;
    margin-right: 11px;
}
.text_18::after {
    content: '';
    width: 81px;
    height: 7px;
    background: url(../images/text_right.png) no-repeat top center;
    margin-left: 11px;
}
.line_05{
    display: flex;
    flex-direction: column;
}
.ul_bs{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ul_bs li {
    width: 32%;
    /* height: 278px; */
    background: #f6f6f6;
    margin-bottom: 32px;
    margin-right: 2%;
    cursor: pointer;
    overflow: hidden;
}
.ul_bs li:nth-child(3n){
    margin-right: 0;
}
.ul_bs li .img_1 {
    width: 100%;
    height: 228px;
    display: flex;
}
.ul_bs li:hover .img_1 img{
    cursor: pointer;
    transform: scale(1.1);
}
.ul_bs li .img_1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s;
}
.ul_bs li:hover .title_1{
    color: #F0861B;
}
.ul_bs li .title_1 {
    font-size: 16px;
    padding: 15px 0;
    color: #393939;
    text-align: center;
}
.cont_btn_1 {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.btn_all {
    width: 262px;
    height: 52px;
    background-image: linear-gradient( to right, #f0383c, #ff883c, #f0383c, #ff883c);
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
    border-radius: 31px;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}
.btn_all:hover{
    opacity: 0.5;
    cursor: pointer;
}