body{  margin:0; padding:0; text-align:center;  font-size:12px; font-family:PingFangSC, sans-serif;}
table,td,tr,img,ul,li,h1,h2,p,object,param,embed{margin:0; padding:0; border:0;}
img{border:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:none;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:""; display:block; height: 0; clear:both; visibility:hidden;}

.pc-box{width: 100%; height: 100%; margin: 45px auto 0 auto; text-align: center;  user-select: none;position: relative;z-index: 0;}
.pc-box .main-m{width:1060px; height: 100%;position: relative; margin: 0 auto; text-align: center;}

/* 公共title */
.pc-box  .main-m img{display: block;width: 100%;height: 100%;}

.pc-container .titlefont{}
.pc-container .titlefont .titlebig{display: flex;align-items: end;justify-content: center;}

.pc-container .titlefont .titlebig .titleleft{display: flex;align-items: baseline;}
.pc-container .titlefont .titlebig .titleleft .leftitem{background: #c9def1;width: 8px;height: 40px;margin-right: 7px;transform: skewX(24deg);}
.pc-container .titlefont .titlebig .titleleft .leftitem:nth-child(2){background-color: #8ea9d6;margin-right: 0;}

.pc-container .titlefont .titlebig .titlecenter{background: #2e53ae;border-radius: 2px;font-size: 28px;color: #fff;font-weight: bold;line-height: 28px;padding: 7px 40px;clip-path: polygon(0 0, 18px 100%, calc(100% - 18px) 100%, 100% 0);}

.pc-container .titlefont .titlebig .titleright{display: flex;align-items: baseline;}
.pc-container .titlefont .titlebig .titleright .rightitem{background: #8ea9d6;width: 8px;height: 40px;margin-left: 0;transform: skewX(-24deg);}
.pc-container .titlefont .titlebig .titleright .rightitem:nth-child(2){background-color: #c9def1;margin-left:7px;}

.pc-container .titlefont .titlesmall{font-size: 20px;color: #333335;line-height: 24px;margin-top: 15px;}


/* 第一部分 */
.pc-box .setionOne{width: 100%; height:auto;
    background: url("../images/bg01.png") no-repeat top;
    position: relative;
    background-color: #cfeeff;padding: 420px 0 35px 0;
	margin-top: 72px;
}
/* 顶部*/
.pc-box .top{
    width: 800px;
    height: 65px;
    background: linear-gradient(to right, #5cd9eb, #007199, #5cd9eb);
    border-radius: 35px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-box .top .topitem{
    width: 255px;
    height: 100%;
    background: linear-gradient(to right, #b7fffc, #ffffea, #b7fffc);
    border-radius: 35px;
    color: #0254a6;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 预约 */
.pc-container .get-formone{margin-top: 50px;}
.pc-container .get-formone .get-form-top{display: flex;align-items: center;justify-content: center;}
.pc-container .get-formone .get-form-top .gft-item{
    position: relative;
    display: flex;align-items: center;justify-content: center;
    border: 1px solid #c4c4c4;background-color: #fff;
    width: 240px;height: 45px;padding: 0 0px 0 8px;box-sizing: border-box;margin-right:20px;
}
.pc-container .get-formone .get-form-top .gft-item .gfi-img{margin-right: 12px;}
.pc-container .get-formone .get-form-top .gft-item .gfi-img img{}
.pc-container .get-formone .get-form-top .gft-item .gfi-input{height: 100%;width: 100%;}
.pc-container .get-formone .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;width: 100%;height: 100%;padding: 0;border-radius: 0 6px 6px 0;font-size: 18px;}
.pc-container .get-formone .get-form-top .gft-item .gfi-getCode{position: absolute;right: 5px;top: 50%;transform: translate(0, -50%);}
.pc-container .get-formone .get-form-top .gft-item .gfi-getCode .getYzm{
    border: none;border-radius: 22px;
    display: flex;align-items: center;justify-content: center;
    color: #319bb5;font-size: 16px;background: none;
}
.pc-container .get-formone .get-form-top .gft-submit{
    height: auto;
    transition: all 0.2s linear;
    width: 180px;height: 45px;
    background: linear-gradient(to right, #fffa18, #fec343);border-radius: 36px;
    display: flex;align-items: center;justify-content: center;
    cursor: pointer;
}
.pc-container .get-formone .get-form-top .gft-submit:hover{
    animation: btnhover 0.3s linear 1;
}
@keyframes btnhover {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.pc-container .get-formone .get-form-top .gft-submit .subtxt{
    font-size: 20px;line-height: 20px;font-weight: bold;color: #4e2104;
}
.pc-container .get-formone .get-form-bottom{display: flex;align-items: center;justify-content: center;margin-top: 10px;font-size: 12px;}


/* 全维度产品体系 更多学习选择  */
.pc-box .quan {position: relative;margin : 50px 0;}
.pc-box .quan .quanbox{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;gap: 18px 0;
    width: 100%;
}
.pc-box .quan .quanbox .qbitem{
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #cff4ec;
    border-radius: 15px;
}
.pc-box .quan .quanbox .qbitemblue{
    background: #d3f3ff;
}
.pc-box .quan .quanbox .qbitem .qione{
    color: #009a92;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}
.pc-box .quan .quanbox .qbitemblue .qione{ color: #0083d2; }
.pc-box .quan .quanbox .qbitem .qitwo{
    width: 100%;
    height: 105px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    line-height: 26px;
}
.pc-box .quan .quanbox .qbitem .qithree{
    cursor: pointer;
    width: 100%;
    background: #01c9a2;
    border-radius: 35px;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.pc-box .quan .quanbox .qbitemblue .qithree{ background: #01a3f4; }

/* 暑假班热报课程 */
.pc-box .rebao{}
.pc-box .addtxt{
    font-size: 18px;
    color: #2f52ac;
    line-height: 24px;
    margin: 15px auto 20px auto; 
}
.pc-box .rebao .rbox{}
.pc-box .rebao .rbox .rebaonav .swiper-slide .swnav{
    background-color: #eaeaea;border-radius: 10px;
    width: 100%;height: 40px;
    display: flex;align-items: center;justify-content: center;
    color: #666666;font-size: 20px;
    position: relative;
}
.pc-box .rebao .rbox .rebaonav .swiper-slide .swnav::after{
    content: '';
    width: 0;
    height: 25px;
    border: 1px dashed #d1d1d1;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(0, -50%);
}
.pc-box .rebao .rbox .rebaonav .swiper-slide .noborder::after{
    content: '';
    display: none;
}
.pc-box .rebao .rbox .rebaonav .swiper-slide-thumb-active .swnav{
    background-color: #01a3f4;color: #fff;
}
.pc-box .rebao .rbox .rebaoContent{margin-top: 25px;}
.pc-box .rebao .rbox .rbtable{
    background: linear-gradient(to bottom, #cff3ff, transparent);
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
} 
.pc-box .rebao .rbox .rbtable .rbtablein{
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
    border-collapse: collapse; /* 关键：合并单元格边框，消除空隙 */
    border-spacing: 0;    
} 
.pc-box .rebao .rbox .rbtable .rbtablein tr:nth-child(even){background-color: #d8efff;}
.pc-box .rebao .rbox .rbtable .rbtablein tr:nth-child(odd){background-color: #ecf9ff;}
.pc-box .rebao .rbox .rbtable .rbtablein tr th{
    background: #01a3f4;
    color: #fff;
    font-size: 18px;padding: 5px 0;
} 
.pc-box .rebao .rbox .rbtable .rbtablein tr td{
    position: relative;
    text-align: center;
    font-size: 16px;line-height: 22px;
    padding: 12px 10px;
    box-sizing: border-box;
}
.pc-box .rebao .rbox .rbtable .rbtablein tr td::after{
    content: '';
    width: 0;
    height: 42px;
    border-right: 2px dashed #d1d1d1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
} 
.pc-box .rebao .rbox .rbtable .rbtablein tr td:last-child::after{
    display: none;
}
.pc-box .rebao .rbox .rbtable .rbtablein .rbbtn{
    width: 110px;
    height: 30px;
    background-color: #01a3f4;
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
} 

/* 多种授课方式 助你安心学习  */
.pc-box .duo{margin-top: 50px;}
.pc-box .duoBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 35px;
}
.pc-box .duoBox .safeContent-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pc-box .duoBox .safeContent-item .item-topImg {
    width: 146px;
    height: 146px;
}
.pc-box .duoBox .safeContent-item .safeTitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #0082d4;
    margin-top: 15px;
}
.pc-box .duoBox .safeContent-item .safeDes {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: center;
}
.pc-box .duoBox .fgLine {
    margin: 30px 0 0 0;
    width: 1px;
    height: 84px;
    border-left: 1px dashed #c2c2c2;
}

/* 4R个性化课堂 高效教学服务 */
.pc-box .fuwu{margin-top: 50px;padding-bottom: 35px;}
.pc-box .fuwu .fuwubox{
    width: 100%;
    display: flex;align-items: center;justify-content: space-between;
    margin-top: 25px;
}
.pc-box .fuwu .fuwubox .fwleft{
    display: flex;flex-direction: column;align-items: flex-start;gap: 15px;
}
.pc-box .fuwu .fuwubox .fwleft .fwleftitem{
    position: relative;
}
.pc-box .fuwu .fuwubox .fwleft .fwleftitem .flimg{width: 615px;height: 94px;}
.pc-box .fuwu .fuwubox .fwleft .fwleftitem .flone{
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 28px;
    left: 20px;
}.pc-box .fuwu .fuwubox .fwleft .fwleftitem .flone span{font-weight: bold;}
.pc-box .fuwu .fuwubox .fwleft .fwleftitem .fltwo{
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 18px;
    left: 275px;
    text-align: left;
}
.pc-box .fuwu .fuwubox .fwright{
    width: 378px;height: 439px;
}

/* 按钮 */
.pc-box  .choiceTwo{ 
    width: 100%;
    display: flex;align-items: center; justify-content: center;
    margin: 0 auto;gap: 30px;
}
.pc-box .choiceTwo .onlineInty{
    width: 175px;height: 45px; cursor: pointer;
    display: flex;align-items: center;justify-content: center;gap: 8px; 
    background: linear-gradient(to right, #fbf19a, #ffdc9b);border-radius: 30px;
    padding: 4px;box-sizing: border-box;
}
.pc-box .choiceTwo .onlineInty .onlintxt{
    width: 100%;height: 100%;
    display: flex;align-items: center;justify-content: center;
    background: linear-gradient(to right, #fee737, #fecc45);border-radius: 30px;
    border: 1px solid #fff;box-sizing: border-box;
    font-size: 20px;font-weight: bold;color: #6a1d03;
}



/* 第二部分 */
.pc-box .setiontwo{
    width: 100%; height:auto;
    background: url("../images/bg02.png") no-repeat top;
    padding: 25px 0 0 0;
    position: relative;
}
/* 热门项目 */
.pc-container .remen{margin-top: 50px;}
.pc-container .remen .remenbox{margin-top: 25px;}
.pc-container .remen .remenbox .remennav .swiper-wrapper{box-sizing: border-box; display: flex;align-items: center;justify-content: space-between;}
.pc-container .remen .remenbox .remennav .swiper-wrapper .swiper-slide-thumb-active .problemBox-nav{border: 2px solid #ff0101;}
.pc-container .remen .remenbox .problemBox-nav {
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    position: relative;cursor: pointer;
    background: linear-gradient(to right, #ff5f4f, #fc5241);
    width: 100%;height: 90px;margin: 0 auto;box-sizing: border-box;
}
.pc-container .remen .remenbox .remennav .swiper-slide:nth-child(2) .problemBox-nav{background: linear-gradient(to right, #4691e4, #3d81d6);}
.pc-container .remen .remenbox .remennav .swiper-slide:nth-child(3) .problemBox-nav{background: linear-gradient(to right, #7170f8, #5c5be3);}
.pc-container .remen .remenbox .remennav .swiper-slide:nth-child(4) .problemBox-nav{background: linear-gradient(to right, #23b9d4, #01a5cb);}
.pc-container .remen .remenbox .problemBox-nav .pni-one{
    color: #fff;font-weight: bold;font-size: 24px;line-height: 24px;
    margin-bottom: 5px;
}
.pc-container .remen .remenbox .problemBox-nav .pni-two{color: #fff;font-size: 16px;line-height: 22px;font-weight:300;}

.pc-container .remen .remenbox .problemBox-content{
    background-color: #fff;
    width: 100%;padding: 15px 10px;box-sizing: border-box;
    margin: 12px 0 25px 0;
}
.pc-container .remen .remenbox .problemBox-content  .slideTitle{
    color: #343434;font-size: 22px;line-height: 22px; font-weight: bold;margin-bottom: 15px;
}
.pc-container .remen .remenbox .problemBox-content  .one-txtOne{
    display: flex;padding: 8px 0 8px 15px;
    background-image: linear-gradient(to right, #c90013, 55%, transparent);border-radius: 22px;
    color: #feffff;font-size: 20px;line-height: 20px; font-weight: bold;
}
/* 雅思tabox */
.pc-container .remen .remenbox .problemBox-content .pro-tabox{width: 100%;display: flex;align-items: baseline;justify-content: space-between;margin: 15px 0;}
.pc-container .remen .remenbox .problemBox-content .pro-tabox .pro-tabox-item{display: flex;flex-direction: column;width: 30%;}
.pc-container .remen .remenbox .problemBox-content .pro-tabox .pro-tabox-item .pti-head{ width: 100%;height: auto;background: #ce000d;padding: 5px 0;box-sizing: border-box;color: #fff;font-size: 20px;}
.pc-container .remen .remenbox .problemBox-content .pro-tabox .pro-tabox-item .pti-body{width: 100%;height: 145px;color: #000;font-size: 18px;display: flex;align-items: center;justify-content: center;}
/* 雅思战队老师 */
.pc-container .remen .remenbox .problemBox-content .zdteacher{margin-top: 15px;display: flex;flex-direction: column;align-items: flex-start;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow{width: 100%;gap: 5px; display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 12px;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow:last-child{margin-bottom: 0;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztleft-item{display: flex;flex-direction: column;align-items: flex-start;width: 510px; }
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztleft-item .ztitem-title{text-align: left;font-size: 20px;font-weight: bold;color: #f9ae3b;margin-bottom: 5px;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztleft-item .ztitem-tea{display: flex; gap: 4px;width: 100%;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztitem-tea .teaperson{ position: relative;cursor: pointer;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztitem-tea .teaperson .zdname{ display: none;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztitem-tea .teaperson .zdprof{ display: none;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztitem-tea .teaperson .ztitem-tea-imgzero{ width: 167px;height: 205px;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztitem-tea .ztitem-tea-name{ position: absolute;bottom: 5px;left: 8px;display: flex;flex-direction: column;text-align: left;font-size: 16px;color: #fff;}
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztitem-tea .ztitem-tea-name span{font-weight: bold;font-size: 20px;}

/* 托福 */
.pc-container .remen .remenbox .problemBox-content .one-txtTwo{display: flex;padding: 6px 0 6px 15px;background-image: linear-gradient(to right, #0d268a, 55%, transparent);border-radius: 22px;color: #feffff;font-size: 18px;font-weight: bold;}
.pc-container .remen .remenbox .problemBox-content .four-problemBoxbox{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 15px;}
.pc-container .remen .remenbox .problemBox-content .four-problemBoxbox .four-boxItem{width: 340px;margin-bottom :20px;}
.pc-container .remen .remenbox .problemBox-content .four-problemBoxbox .four-boxItem .four-boxItem-top{width: 100%;height: 120px; background-color: #f7f7f7;display: flex;align-items: center;justify-content: center;}
.pc-container .remen .remenbox .problemBox-content .four-problemBoxbox .four-boxItem .four-boxItem-top .fbt-Two{font-size: 18px;}
.pc-container .remen .remenbox .problemBox-content .one-txtThree{display: flex;padding: 6px 0 6px 15px;background-image: linear-gradient(to right, #c68b6b, 55%, transparent);border-radius: 22px;color: #feffff;font-size: 18px;font-weight: bold;margin: 10px 0;}
.pc-container .remen .remenbox .problemBox-content .one-txtFive{margin-bottom: 20px;}
.pc-container .remen .remenbox .problemBox-content .one-txtFive tr:first-child th{background-color: #163494;padding: 8px 0;font-size:20px;color: #fff;}
.pc-container .remen .remenbox .problemBox-content .one-txtFive tr:nth-child(even) td{background-color: #f9fbff;font-size: 16px;padding: 10px;box-sizing: border-box;}
.pc-container .remen .remenbox .problemBox-content .one-txtFive tr:nth-child(odd) td{background-color: #ecf4ff;font-size: 16px;padding: 10px;box-sizing: border-box;}
/* 托福战队老师 */
.pc-container .remen .remenbox .problemBox-content .zdteacher .zdrow .ztitem-tea .ztitem-tea-img{ width: 118px;height: 177px;}
/* 锦秋 */
.pc-container .remen .settingbox{display: flex;align-items: center;justify-content: center;}
.pc-container .remen .settingbox .settingItem{width: 256px;position: relative;box-sizing: border-box;}
.pc-container .remen .settingbox .settingItem .setitemtitle{
    width: 100%;height: 66px;
    display: flex;flex-direction: column; align-items: center;justify-content: center;
    background: #075bfc;box-sizing: border-box;
    text-align: center;color: #fff;font-size: 16px;line-height: 26px;font-weight: 300;
}
.pc-container .remen .settingbox .settingItem .setitemtitle span{font-size:24px;font-weight: bold;}
.pc-container .remen .settingbox .settingItem .setone{ 
    width: 100%;height: 450px;
    display: flex;flex-direction: column; align-items: baseline;
    background: #fff;border-radius: 0 0 10px 10px;box-shadow: 0px 4px 6px 0px #e0e5eb;
    padding: 15px;box-sizing: border-box;position: relative;
}
.pc-container .remen .settingbox .settingItem .setone .setonedes{text-align: left;color: #252531;font-size: 18px;font-weight: bold;line-height: 26px;width: 100%;}
.pc-container .remen .settingbox .settingItem .setone .setonelr{display: flex;align-items: center;justify-content: center;gap: 10px;margin-top: 25px;width: 100%;}
.pc-container .remen .settingbox .settingItem .setone .setonelr .setoneleft{width: 41px;height: 41px;}
.pc-container .remen .settingbox .settingItem .setone .setonelr .setoneright{text-align: left;font-size: 16px;line-height: 20px;font-weight: 300;width: 145px;}
.pc-container .remen .settingbox .settingItem .setone .setonelast{
    width: 245px;
    background: #075bfc;border-radius: 5px;
    padding: 5px 10px;box-sizing: border-box;
    color: #fff;font-size: 16px;line-height: 26px;
    position: absolute;bottom: 10px;left: 50%;transform: translate(-50%, 0);
}
.pc-container .remen .settingbox .settingItem .setone .setonelast span{color: #fdc101;font-weight: bold;}
.pc-container .remen .settingbox .settingItem .setonetrangle{
    width: 0;height: 0;
    border-left: 40px solid #075bfc;border-top: 33px solid transparent;border-bottom: 33px solid transparent;
    position: absolute;right: -40px;top: 0;
}
.pc-container .remen .settingbox .settingItem .setone .settwopur{
    width: 100%;
    display: flex;align-items: center;justify-content: center;gap: 10px;
    box-sizing: border-box;
}
.pc-container .remen .settingbox .settingItem .setone .settwopur .settwopuritem{
    background: #f5f5fd;border-radius: 10px;
    padding: 10px;box-sizing: border-box;
    color: #623ffd;font-size: 14px;text-align: center;
}

.pc-container .remen .settingbox .settingItem .setone .setfouricon{width: 59px;height: 58px; margin: 0 auto;}
.pc-container .remen .settingbox .settingItem .setone .setfoursch{ width: 100%;font-size: 16px;text-align: center;line-height: 28px;}
/* 留学预备 */
.pc-container .remen .liuyu{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.pc-container .remen .liuyu .liuyuitem{
    display: flex;flex-direction: column;align-items: center;
    background: #e9fbff;padding: 8px;
    margin-bottom: 10px;
}
.pc-container .remen .liuyu .liuyuitem:nth-last-child(-n+4){margin-bottom: 0;}
.pc-container .remen .liuyu .liuyuitem .lyiimg{width: 230px;height: 135px;}
.pc-container .remen .liuyu .liuyuitem .lytxt{background: #00aed6;
    width: 100%;height: 35px;
    margin-top: 8px;
    display: flex;align-items: center;justify-content: center;
    color: #fff;font-size: 18px;
}

/* 按钮 */
.pc-container  .one-six{display: flex;align-items: center;justify-content: center;margin-top: 25px;}
.pc-container  .one-six .one-six-in {
    width: 230px;height: 45px;cursor: pointer;
    display: flex;align-items: center;justify-content: center;
    background-color: #fe8302;border-radius: 50px;margin-right: 15px;
}
.pc-container  .one-six .one-six-in .btn-red-img{width: 31.2px;height: 32px;}
.pc-container  .one-six .one-six-in .btn-red-img img{width: 100%;height: 100%;}
.pc-container  .one-six .one-six-in .btn-red-txt{font-size:20px;line-height: 20px; color: #ffffff;font-weight: bold;margin-left: 5px;}


/* 新航道 封闭学习中心 */
.pc-container .fengbi{ position: relative;padding: 50px 0 0 0;}
.pc-container .fengbi .fengbiBox{display: flex;align-items: center;justify-content: center;gap: 8px;margin-top: 25px; }
.pc-container .fengbi .fengbiBox .fbitem{
    background-color: #fff;border-radius: 10px;padding: 5px 5px 12px 5px; 
    display: flex;flex-direction: column;align-items: center;gap: 8px;cursor: pointer;
}
.pc-container .fengbi .fengbiBox .fbitem .fbvideo{width: 243px;height: 158px; }
.pc-container .fengbi .fengbiBox .fbitem .fbvideotxt{ color: #000;font-size: 18px;line-height: 18px;font-weight: 500;}
.pc-container .fengbi .fbdes{ 
    color: #fff;font-size: 18px;font-weight: bold;
    width: 80%;margin: 12px auto 25px auto;padding: 8px 0;
    background: linear-gradient(to right,transparent,#74c9f0,#0485fc,#9bd1ff,transparent);
}



/* 第三部分 */
.pc-box .setionthree{
    width: 100%; height:auto;
    background: url("../images/bg03.png") no-repeat bottom;
    padding: 40px 0 ;
    position: relative;
}

/* 新航道 前程留学 */
.pc-box  .qclxbox{margin: 25px auto;} 
.pc-box  .qclxbox .qclxtitle{  display: flex;align-items: center;justify-content: center;gap: 10px;} 
.pc-box  .qclxbox .qclxtitle .qclxpoint{  width: 6px;height: 6px;background: #fff;border-radius: 50%;} 
.pc-box  .qclxbox .qclxtitle .qclxtxt{color: #fff;font-size: 20px;line-height: 20px;} 
.pc-box  .qclxbox .lxorigin { 
    display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;gap: 12px 0;
    width: 100%;margin-top: 15px;
} 
.pc-box  .qclxbox .lxorigin .originitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    width: 185px;
    padding: 15px 0;
} 
.pc-box  .qclxbox .lxorigin .originitemTwo{width: 240px;}
.pc-box  .qclxbox .lxorigin .originitem .oritemimg{width: 116px;height: 78px;} 
.pc-box  .qclxbox .lxorigin .originitem .oritemimgTwo{width: 211px;height: 104px;} 
.pc-box  .qclxbox .lxorigin .originitem .originname{ font-size: 18px;margin: 10px auto;} 
.pc-box  .originbtn{
    background: #01a3f4;border-radius: 20px;
    width: 160px;height: 30px;
    display: flex;align-items: center;justify-content: center;gap: 3px;cursor: pointer;
} 
.pc-box  .originbtn .originwechat{width: 19px;height: 16px;} 
.pc-box  .originbtn .originwetxt{font-size: 16px;color: #fff;} 




/* 第四部分 */
.pc-box .setionFour{
    width: 100%; height:auto;
    background: url("../images/bg04.png") no-repeat top;background-color: #f1faff;
    padding: 25px 0 50px 0;
    position: relative;
}
/* 新航道 好轻松考研 */
.pc-box .kaoyan{
    width: 100%; height:auto;
    position: relative;
    padding: 25px 0 50px 0;
}
.pc-box .kaoyanbox{
    margin: 25px 0;
    display: flex;align-items: center;justify-content: space-between;
}
.pc-box .kaoyanbox .kaoyanitem{
    display: flex;flex-direction: column; align-items: center;justify-content: center;
    width: 245px;
    background: #fff;border-radius: 15px;
    padding: 10px 0 15px 0;box-sizing: border-box;
}
.pc-box .kaoyanbox .kaoyanitem .kyright{width: 227px;height: 139px;border-radius: 15px;}
.pc-box .kaoyanbox .kaoyanitem .kyleft{
    width: 200px;
    display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 10px;
    margin-top: 10px;
}
.pc-box .kaoyanbox .kaoyanitem .kyleft .kyleftone{color: #333333;font-size: 18px;font-weight: bold;}
.pc-box .kaoyanbox .kaoyanitem .kyleft .kyleftone span{color: #00b1fd;}
.pc-box .kaoyanbox .kaoyanitem .kyleft .kylefttwo{
    background-color: #dcf4ff;border-radius: 15px;
    width: 100%;height: 30px;
    color: #514f50;font-size: 16px;line-height: 30px;
    display: flex;align-items: center;justify-content: center;
}

/* 师资\荣誉\图书  */
/* nav */
.pc-box .fournav{width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: 25px;}
.pc-box .fournav .fouritem{
    width: 32%;height: 42px;border-radius: 15px;
    display: flex;align-items: center;justify-content: center;
    font-size: 22px;font-weight: bold;color: #8e8e8e;
    background: #fff;cursor: pointer;
}
.pc-box .fournav .fouritemactive{color: #fff;background: #00a3f4}
/* 内容 */
.pc-box  .fourcontent{
    background-color: #fff;
    padding: 20px;
    width: 100%;box-sizing: border-box;
    margin: 25px auto;    border-radius: 20px;
    box-shadow: 0 0 15px 0px #cbeafe;
}
.pc-box  .fourcontentItem{display: none;}
.pc-box  .fourcontentItemactive{display: block;}
.pc-box  .fourcontent .fouttitle{display: flex;flex-direction: column; align-items: center;justify-content: center;margin-bottom: 25px;}
.pc-box  .fourcontent .fouttitle .fourtitlebig{ font-weight: bold;font-size: 20px;line-height: 20px;margin-bottom: 8px;color: #333333;}
.pc-box  .fourcontent .fouttitle .foursmall{font-weight: 400;font-size: 14px;line-height: 14px;color: #333333;}
/* 师资 */
.pc-box .teacher{background-color: #f6f9ff;border-radius: 15px; padding: 25px 20px;width: 90%;box-sizing: border-box;margin: 0 auto;}
.pc-box .teacher .teacher-swiper{position: relative;}
.pc-box .teacher .teacher-swiper .teacherBox{ width: 100%;background-color: #f6f9ff;margin: 0 auto;box-sizing: border-box;display: flex;border-radius: 22px;}
.pc-box .teacher .teacher-swiper .teacherBox .swiper-img{width: 200px;height: 247px;}
.pc-box .teacher .teacher-swiper .teacherBox .teacherBox-right{
    width: 620px;
    padding: 5px 40px 0 40px;box-sizing: border-box;
    text-align: left;
}
.pc-box .teacher .teacher-swiper .teacherBox .teacherBox-right .teacherName{font-size: 24px;font-weight: bold;color: #000000;}
.pc-box .teacher .teacher-swiper .teacherBox .teacherBox-right .teaborder{ 
    width: 100%;height: 0;
    border: 1px dashed #e1e1e1;box-sizing: border-box;
    margin: 10px 0;
}
.pc-box .teacher .teacher-swiper .teacherBox .teacherBox-right .prodes{
    display: flex;align-items: baseline;justify-content: space-between;
}
.pc-box .teacher .teacher-swiper .teacherBox .teacherBox-right .prodes .protitle{ 
    width: 100px;height: 32px;margin-right: 10px;
    border-radius: 40px;border: 1px solid #3270ea;color: #3270ea;
    font-size: 18px;font-weight: bold;
    display: flex;align-items: center;justify-content: center;
}
.pc-box .teacher .teacher-swiper .teacherBox .teacherBox-right .prodes .des{width: 500px;font-size: 16px;color: #4a4a4a;line-height: 26px;}
.pc-box .teacher .teacher-swiper .teacher-pre{
    width: 40px;height: 41px;
    display: flex;align-items: center;justify-content: center;
    top: 140px;position: absolute;z-index: 1;
}
/* 荣誉 */
.pc-box  .proudBox{
    width: 100%;height: 265px;
    display: flex;align-items: center;justify-content: space-between;
    position: relative;padding: 0 20px;box-sizing: border-box;
}
.pc-box  .proudBox .proudBox-item{ 
    width: 300px;height: 100%;
    background-color: #fff;border: 4px solid #c8c8c8;
    display: flex;flex-direction: column;align-items: center;
    padding: 10px;box-sizing: border-box;
}
.pc-box  .proudBox .proudBox-item .jiang{ width: 257px;height: 175px;}
.pc-box  .proudBox .proudBox-item .prodes{position: relative;display: flex;margin: 10px  0 2px 0;}
.pc-box  .proudBox .proudBox-item .prodes .prodes-leftTrangle{width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 0 solid transparent;border-right: 10px solid #031c54;position: absolute;left: 0px;top: -10px;}
.pc-box  .proudBox .proudBox-item .prodes .prodes-des{ 
    width: 320px;
    background: #00a3f4;
    padding: 4px 0;box-sizing: border-box;
    font-size: 16px;color: #fff;
}
.pc-box  .proudBox .proudBox-item .prodes .prodes-rightTrangle{
    width: 0;height: 0;
    border-top: 10px solid transparent;border-bottom: 0 solid transparent;border-left: 10px solid #021b53;
    position: absolute;right: 0;top: -10px;
}
.pc-box  .proudBox .proudBox-item .code{font-size: 14px;color: #333333;}
/* 图书 */
.pc-box .bookall{width: 987px;height: 1462px;}


/* 第五部分 */
.pc-box .setionFive{height: auto;padding-bottom: 50px;}






/* 战队老师弹窗 */
.pc-container .yasimodal .graybg{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 1;position: absolute;left: 0;top: 0;}

.pc-container .yasimodal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;display: none; }
.pc-container .yasimodal .yasidialog{
    background: #fff;
    position: absolute;top: 15%;left: 50%;transform: translate(-50%, 0);z-index: 2;
    width: 730px;padding: 19px;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.pc-container .yasimodal .yasidialog .dia-title{width: 100%;background: #c90014;font-size: 20px;font-weight: bold;color: #fff;padding: 5px 0;margin-bottom: 5px;}
.pc-container .yasimodal .yasidialog .dia-center{ padding: 5px;background: #e7e7e7;display: flex;width: 100%;box-sizing: border-box;}
.pc-container .yasimodal .yasidialog .dia-center .dia-cenimg{width: 167px;height: 205px;margin-right: 10px;}
.pc-container .yasimodal .yasidialog .dia-cenright{background-color: #fff;padding: 10px 10px 10px 20px;display: flex;justify-content: space-between;width: 523px;box-sizing: border-box;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des{display: flex;flex-direction: column;align-items: baseline;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des .dia-desone{display: flex;align-items: flex-end;font-size: 16px;font-weight: 300;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des .dia-desone .despan{    font-weight: bold;font-size: 26px;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des .dia-destwo{    width: 139px;height: 40px;display: flex;align-items: center;justify-content: center;background: #ffe5b2;border-radius: 20px 0 20px 0;font-weight: 300;font-size: 18px;margin: 8px 0 5px 0;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des .dia-desthree{display: flex;flex-direction: column;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des .dia-desthree .dia-desthreeItem{    display: flex;align-items: center;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des .dia-desthree .ddthre-point{width: 5px;height: 5px;background: #605f5f;border-radius: 50%;margin-right: 8px;}
.pc-container .yasimodal .yasidialog .dia-cenright .dia-des .dia-desthree .ddthre-txt{text-align: left;font-size: 16px;font-weight: 300; width: 160px;}
/* 预约表单 */
.pc-container .yasimodal .yasidialog .get-form {position: relative;width: 280px;z-index: 1;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top .gft-item{position: relative;display: flex;align-items: center;justify-content: center;background-color: #fff;border: 1px solid #000;width: 100%;height: 40px;margin-bottom: 10px;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top .gft-item .gfi-title{color: #000;font-size: 18px;line-height: 18px;width: 54px;height: 100%;text-align: left;display: flex;align-items: center;padding-left: 10px;box-sizing: border-box;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top .gft-item .gfi-input{width: 100%;height: 100%;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top .gft-item .gfi-input .gfi-input-name{border: none;background: #ffffff;width: 100%;height: 100%;font-size: 18px;padding-left: 15px;box-sizing: border-box;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top .gft-item .gfi-getCode{position: absolute;right: 5px;top: 50%;transform: translate(0, -50%);}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top .gft-item .gfi-getCode .getYzm{border: none;padding:6px 15px;border-radius: 22px;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #ffffff;background-color: #767676;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-top .gft-item .subtxt{color: #fff;font-size: 18px;line-height: 18px;font-weight: bold;}
.pc-container .yasimodal .yasidialog  .get-form .get-form-bottom{display: flex;align-items: center;justify-content: center;font-size: 12px;}
/* 输入框 */
.pc-container .yasimodal .yasidialog  .get-form input::-webkit-input-placeholder {color: #cacbca;font-size: 16px;}
.pc-container .yasimodal .yasidialog  .get-form input:-moz-placeholder {color: #cacbca;font-size: 16px;}
.pc-container .yasimodal .yasidialog  .get-form input::-moz-placeholder {color: #cacbca;font-size: 16px;}
.pc-container .yasimodal .yasidialog  .get-form input:-ms-input-placeholder {color: #cacbca;font-size: 16px;}
/* 视频 */
.pc-container .yasimodal .yasidialog .dia-bottomvideo {width: 690px;height: 388.125px;margin-top: 15px;}
.pc-container .yasimodal .yasidialog .dia-bottomvideo .player{width: 100%;height: 100%;}
/* 关闭 */
.pc-container .yasimodal .yasidialog .diaclose{position: absolute;top: -35px;right: -50px;transform: translate(-50%,0); width: 52px;height: 53px;cursor: pointer;}


/* 全封闭视频弹窗 */
.pc-container .qfbvideo{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;display: none;}
.pc-container .qfbvideo .qfbshowvideo{
    background: #fff;
    position: absolute;top: 15%;left: 50%;transform: translate(-50%, 0);z-index: 2;
    width: 730px;padding: 19px;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.pc-container .qfbvideo .qfbshowvideo .qfbtitle{color: #000;font-weight: bold;font-size: 22px;margin-bottom: 10px;}
.pc-container .qfbvideo .qfbshowvideo .qfbvideobox{width: 690px;height: 388.125px;}
.pc-container .qfbvideo .qfbshowvideo .qfbvideobox .player{width: 100%;height: 100%;}
.pc-container .qfbvideo .qfbgraybg{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 1;position: absolute;left: 0;top: 0;}
.pc-container .qfbvideo .qfbdiaclose{position: absolute;top: -35px;right: -50px;transform: translate(-50%,0); width: 52px;height: 53px;cursor: pointer;}






