@charset "UTF-8";
@import url(./public.css);
@import url(./footer.css);
@import url(./header.css);
@import url(./Navlist.css);
.ban{
    width: 100%;
    display: flex;
    position: relative;
    margin-top: 110px;
}
.ban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban .cont{
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    color: #fff;
}
.ban .cont_in{
    margin: 0 auto;
    width: 70%;
    max-width: 1440px;
}
.ban .font{
    max-width:620px;
}
@media only screen and (max-width: 1360px) {
    /* 设置了浏览器宽度不大于1360px时，content显示 1360px的宽度样式    */
    .ban .font{
      padding-bottom:26px;
      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: 26px;
    line-height: 53px;
    font-size: 43px;
    font-size: 42px;
}
.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;
}


/* 考研数据 */
.Solve_problem{
    width:70%;
    margin:0 auto;
    display: flex;
    background-color: #fff;
    padding: 70px 0 50px 0;
}
.Status_quo_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-bottom:60px;
}
.Status_quo_top p{
    font-size:42px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.Status_quo_top p span{
    color: #006cd7;
}
.Status_quo_top .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;

}
.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;
}
.Solve_01{
    background-color: #fff;
}
.Solve_02{
    background-color: #f5f5f5b0;
}
.Solve_item_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Solve_item_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 72px;
}
.Solve_item_left_p{
    font-size: 24px;
    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: 50%;
    display: flex;
}
.Solve_item_right img{
    width: 100%;
}


/* 笨诸葛可以为考生提供 */
.courseYs{
    width: 100%;
    background: url(../images/demo.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}
.courseYs_box{
    width: 70%;
    margin: 0 auto;
}
.courseYs_info{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.courseYs_item{
    width: 32%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    margin-right:2%;
}
.courseYs_item:last-child{
    margin-right: 0;
}
.courseYs_item p{
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.hengx{
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    border: 1px solid #f6f4f9;
    margin:15px 0;
}
.courseYs_item_text{
    width: 100%;
    height: 123px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.courseYs_item_btn{
    width: 97px;
    height: 37px;
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    background: white;
    color: #4A2382;
    line-height: 37px;
    border: 1px solid #4A2382;
    border-radius:3px;
    text-align: center;
}
.courseYs_item:hover{
    background-color: #441A99;
}
.courseYs_item:hover p{
    color: #fff;
    cursor: pointer;
}
.courseYs_item:hover .courseYs_item_text{
    color: #fff;
    cursor: pointer;
}


/* 研究生竞争这么大，为什么要读研究生 */
.jzl{
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
}
.jxts_main{
    width:100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jxts_main .jxts_cont{
    float: left;  
    width:86%;
}
.jxts_top{
    width: 100%;
    display: flex;
    align-items: center;
}
.jxts_top li{    
    width: 189px;
    height: 67px;
    background: #f5f5f5;
    float: left;
    margin: 0 7px 0 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.jjxts_top li p{    
    margin-top: 7px;
    text-align: center;
    font:16px/26px "Microsoft Yahei";
    color: #333;
}
.jxts_top .on{
    height: 86px;
    background: #f7461f;
    margin-top: -20px;
}  
.jxts_top .on p{
    color: #fff;
    font-weight: bold;
    margin-top: 16px;
}  
.jxts_tab{
    width: 100%;
    display: flex;
}
.jxtstxt{
    width: 100%;
    margin-top: 42px;
    position: relative;
    display: none;
} 
.jxtstxt .jxts_l{
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/p6_txtbg.png') no-repeat center bottom;
    background-size: 100% 100%;
    width: 357px;
    height: 450px; 
}
.jxts_img{
    width: 64%;
    height: 452px;
    border: 2px solid #f6431f;
    margin: 0 0 0 343px;
    display: flex;
    padding: 30px;
}
.jxts_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.jxtstxt .jxts_l h5{
    font:bold 22px/20px "Microsoft Yahei";
    color: #fff; 
    margin: 45px 0 52px 28px;
}
.jxtstxt .jxts_l p{
    width: 275px;
    font:16px/24px "Microsoft Yahei";
    color: #fff; 
    margin: 10px 0 0 28px;
    display: -webkit-box;
    -webkit-line-clamp:13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.jzl_tit{
    background: url('../images/p6_tit.png') no-repeat center bottom;
    width: 172px;
    height: 419px;
   float: right;

}
.jzl_tit span{
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #333;
    margin-top: 114px;
}
.jzl_tit h2{
    text-align: center;
    font: bold 24px / 24px "Microsoft Yahei";
    color: #333;
    margin-top: 50px;
    line-height: 30px;
}
.jzl_tit em{
    display: block;
    width: 46px;
    height: 3px;
    background: #ea421e;
    margin: 20px 0 0 65px;
} 
.jzl_tit .more{
    display: block;
    width: 80px;
    height: 32px;
    background: #e7211a;
    margin: 29px  0 0 50px;
    font: 12px/32px "Microsoft Yahei";
    color: #fff; 
    text-align: center;
} 
.jzl_tit .more:hover{
    background: #333;
}
.jzl_tit .more img{
    vertical-align: top;
    margin: 12px 0 0 5px ;
}

/* 为什么选择我们 */
.why_selt{
    width: 100%;
    background-color: #e6f3fe;
    padding: 70px 0;
}
.outcome-sec1{
    width: 70%;
    margin: 0 auto;
}
.container{
    width: 100%;
    display: flex;
    align-items: center;
}
.container .item{
    width: 24%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    margin-right: 20px;
}
.container .item:last-child{
    margin-right: 0;
}
.container .item .f_img {
    position: relative;
}
.base_img:before {
    content: "";
    display: block;
}
.base_img{
    background-color: #006cd7;
    width: 100%;
    padding-bottom: 46.37681159%;
    position: relative;
}
.base_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0.3;
}
.container .f_img .fztit {
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 1.25;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    font-size: 22px;
}
.container .item .font {
    width: 100%;
    height: 191px;
    padding: 30px;
    line-height: 1.66666667;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.container .item .font p{
    margin-bottom:14px;
}
.container .font p span {
    font-size: 48px;
    line-height: 0.2;
    float: left;
    margin-top: 7px;
    margin-right: 6px;
}

/* 服务案例 */

.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{
    width: 22.5%;
    margin-bottom: 1px;
    font-size:16px;
    color: #333333;
    padding:10px ;
    border:1px solid #D9D5D5;
    text-align: center;

}
.part6 .list li:first-child{
    width: 10%;
}
.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: 38%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 45px;
}
.part6 .tab li{
    width: 33%;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #D9D5D5;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    background: #F9F9F9;
    color: #333;
}
.part6 .tab .active{
    background: #527ed6;
    color:#fff;
}
.module {
    display: none;
}
.tab_btn{
    width: 75px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
.part6 .tab_btn 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_btn .tab_btn_active {
    background: #F9F9F9;
    color: #D9D5D5;
}
.table_01a{
    display:block;
}

/* 如何准备 */
.rhzb{
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
}
.rhzb_info{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.rhzb_item{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.rhzb_item p{
    font-size: 29px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.rhzb_item_img{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.rhzb_item_img img{
    width: 100%;
}

/* 读研的三种方式 */
.Tways{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
.Tways_left{
    width: 20%;
    display: flex;
}
.Tways_left ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 6px solid rgb(221,237,252);
}
.Tways_left ul li:nth-child(1){
    background: linear-gradient(to bottom,#0395EA, #2FD2F5) !important;
}
.Tways_left ul li:last-child{
    border-bottom:none;
}
.Tways_left ul li{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-weight: 600;
    font-size: 23px;
    color: #000 !important;
    white-space: nowrap;
    text-align: center;
    border-bottom: 6px solid rgb(221,237,252);
}
.Tways_table{
    width:78%;
    display: flex;
    flex-direction: column;
}
.Ttable_list01{
    border-top: 6px solid rgb(221,237,252);
    background: linear-gradient(to right,#2FD2F5,#0395EA);
}
.Ttable_list01 li{
    font-size: 23px;
    color: #fff !important;
    text-align: center !important;
    opacity: 1 !important;
    border-right: none !important;
}
.Ttable_list{
    width:100%;
    height: 82px;
    line-height: 82px;
    display: flex;
    justify-content: space-between;
    border-bottom: 6px solid rgb(221,237,252);
    border-left: 6px solid rgb(221,237,252);
    border-right: 6px solid rgb(221,237,252);
}
.Ttable_list li,.Ttable_list02 li{
    width:33%;
}
.Ttable_list li{
    text-align: center;
    font-size: 23px;
    color: #000;
    opacity: 0.6;
    border-right: 6px solid rgb(221,237,252);
}
.Ttable_list li:last-child{
    border-right: none;
}
.Ttable_list02{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 6px solid rgb(221,237,252);
    border-left: 6px solid rgb(221,237,252);
    border-right: 6px solid rgb(221,237,252);
}
.Ttable_list02 li{
    padding: 15px;
    font-size: 23px;
    color: #000;
    opacity: 0.6;
    line-height: 35px;
    display: flex;
    align-items: center;
    border-right: 6px solid rgb(221,237,252);
}
.Ttable_list02 li:last-child{
    border-right: none;
}