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;}

/*-返回定部-*/
#tbox{width:54px; float:right; position:fixed; right:20px; bottom:55px;}
#gotop{ width:54px; height:54px; background:#ffb032; display:block;}
#gotop .retopic{display: inline-block; border-top: 2px solid; border-right: 2px solid; margin-top: 20px; width: 25px; height: 25px; border-color: #fff; transform: rotate(-45deg);}

.pc-container{width: 100%; height: 100%; margin: 45px auto 0 auto; text-align: center;  user-select: none;position: relative;z-index: 0;}
.pc-container .main-m{width:1200px; height: 100%;position: relative; margin: 0 auto; text-align: center;box-sizing: border-box;}
.pc-container .main-m img{width: 100%;height: 100%;display: block;}
/* 标题 */
.pc-container .lxtitle{
    position: relative;
}
.pc-container .lxtitle .titlebig{
    font-size: 28px;
    line-height: 28px;
    background-image: linear-gradient(to right, #0a0a0a, 60%, #0356a4);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent;
    font-weight: bold;
}
.pc-container .lxtitle .titlesmall{
    font-size: 20px;
    line-height: 20px;margin-top: 10px;
    font-weight: 300;
}
.pc-container .lxtitle .titlequxian{
    display: flex;align-items: center;gap: 250px;
    position: absolute;left: 50%;bottom: 5px;transform: translate(-50%,0);
}
.pc-container .lxtitle .titleleft{display: flex;flex-direction: column;align-items: flex-start;}
.pc-container .lxtitle .titleleft .titleftone{    display: flex;align-items: center;position: relative;}
.pc-container .lxtitle .titleleft .titleftone .titlepoint{ width: 5px;height: 5px;background: #7bb1df;border-radius: 50%;}
.pc-container .lxtitle .titleleft .titleftone .titleline{width: 45px;height: 2px;background: #7bb1df;}
.pc-container .lxtitle .titleleft .titlefttwo{width: 2px;height: 35px;background: #7bb1df;}
/* 按钮 */
.pc-container .jqbtn{gap: 35px;margin-top: 25px;display: flex;align-items: center;justify-content: center;}
.pc-container .jqbtn .jqbtnone{position: relative;display: flex;align-items: center;justify-content: center;
gap: 12px;
background: linear-gradient(to bottom,#fce17a,#ffa31e);
width: 215px;
height: 45px;
border-radius: 35px;
box-shadow: 0 2px 0 1px #e06114;cursor: pointer;}
.pc-container .jqbtn .jqbtnone .btnimg{width: 24px;height: 24px;animation: doudong 3s 0s infinite; }
@keyframes doudong {
    0% { transform: rotate(0deg) }
    10%,20%,30% { transform: rotate(-5deg) }
    15%,25%,35% { transform: rotate(5deg) }
    40% { transform: rotate(-4deg) }
    45% { transform: rotate(4deg) }
    50% { transform: rotate(0deg) }
    100% { transform: rotate(0deg) }
}
.pc-container .jqbtn .btntxt{color: #692b04;
font-size: 20px;
line-height: 20px;
font-weight: bold;}
.pc-container .jqbtn .btnshan{width: 123px;
height: 13px;
position: absolute;
bottom: -5px;
left: 0;}
.pc-container .jqbtn .jqbtntwo{position: relative;display: flex;align-items: center;justify-content: center;
gap: 12px;
background: linear-gradient(to bottom,#14befb,#0d5bfd);
width: 215px;
height: 45px;
border-radius: 35px;
box-shadow: 0 2px 0 1px #0747c3;cursor: pointer;animation: borderwai 2s ease infinite;;}
.pc-container .jqbtn .jqbtntwo .btnhand{ width: 64px;
height: 66px;
position: absolute;
bottom: -38px;
right: -32px;animation: handleanimation 2s ease infinite;}
.pc-container .jqbtn .jqbtntwo .btntxt{color: #fff;
font-size: 20px;
line-height: 20px;
font-weight: bold;animation: btntxtle 2s ease infinite;}
/* 边框下沉 */
@keyframes borderwai {
    0% ,20% ,30% { box-shadow: 0 2px 0 1px #0747c3; }
    40% { box-shadow: none; }
    50% ,80% ,100% { box-shadow: 0 2px 0 1px #0747c3; }
}
/* 文字 */
@keyframes btntxtle {
    0% ,20% ,30% { transform: none; }
    40% { transform: scale3d(0.8, 0.8, 0.8); }
    50% ,80% ,100% { transform: none; }
}
/* 手 */
@keyframes handleanimation {
    0% { transform: none;  }
    20% { transform: translate(-10px,-10px); }
    30% { transform: scale3d(0.8, 0.8, 0.8); }
    40% { transform: scale3d(0.9, 0.9, 0.9); }
    50% { transform: scale3d(1,1,1); }
    100% { transform: none; }
}
.pc-container .jqbtn .jqbtntwo:hover{animation: none;}
.pc-container .jqbtn .jqbtntwo:hover .btntxt{animation: none;}
.pc-container .jqbtn .jqbtntwo:hover .btnhand{animation: none;}


/* 头部 */
.pc-container .lxhead{width: 100%;height: 468px; background: url("../images/bg01.png") no-repeat top;padding-top: 15px;box-sizing: border-box;}
.pc-container .lxhead .lxheadBox{
    width: 100%;
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    padding-top: 80px;
}
.pc-container .lxhead .lxheadBox .headone{
    font-size: 80px;line-height: 86px;
    background-image: linear-gradient(to right, #2cabfc, 85%, #1ccde1);
    -webkit-background-clip: text;background-clip: text;
    display: inline-block;
    color: transparent;font-weight: bold;
}
.pc-container .lxhead .lxheadBox .headtwo{
    font-size: 80px;line-height: 86px;
    background-image: linear-gradient(to right, #0a0a0a, 80%, #275576);
    -webkit-background-clip: text;background-clip: text;
    display: inline-block;
    color: transparent;font-weight: bold;
    margin: 15px auto;
}
.pc-container .lxhead .lxheadBox .headthree{
    font-size: 22px;font-weight: 500;color: #05bdff;letter-spacing: 5px;
    margin-bottom: 25px;
}
.pc-container .lxhead .lxheadBox .headdes{
    display: flex;gap: 12px;
}
.pc-container .lxhead .lxheadBox .headdes .headdesitem{
    background: #fff;border-radius: 25px;
    padding: 1px 0;box-sizing: border-box;
    width: 250px;height: 35px;
}
.pc-container .lxhead .lxheadBox .headdes .headdesitem .headdesitemin{
    width: 100%;height: 100%;
    display: flex;align-items: center;justify-content: center;
    border-radius: 25px;background: linear-gradient(to right, #35a6f4,80%, #28cce8);
    font-size: 20px;color: #fff;
}

/* 足球场 */
.pc-container .zuqiu{
    width: 100%;height: 394px; 
    background: url("../images/bg02.png") no-repeat top;
    box-sizing: border-box;
}
.pc-container .zuqiu .zuqiubox{
    width: 900px;height: 305px;
    margin: 0 auto;position: relative;
    background: linear-gradient(to bottom,#eef8ff,25%,#fffbff);
}
.pc-container .zuqiu .zuqiubox .gril{
    position: absolute;
    left: -18px;
    bottom: 0;
    width: 264px;
    height: 321px;
}
.pc-container .zuqiu .zuqiubox .zuwechat{
    position: absolute;
    right: -40px;
    bottom: -32px;
    width: 106px;
    height: 106px;
}
.pc-container .zuqiu .zuqiubox .zuqiudes{
    display: flex;flex-direction: column;align-items: baseline;
    width: 100%;height: 100%;
    padding: 25px 0 25px 260px;box-sizing: border-box;
}
.pc-container .zuqiu .zuqiubox .zuqiudes .zqone{
    font-size: 28px;line-height: 28px;
    background-image: linear-gradient(to right, #0a0a0a, 60%, #275576);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent;
    font-weight: bold;
}
.pc-container .zuqiu .zuqiubox .zuqiudes .zqtwo{font-weight: bold;color: #37aee8;font-size: 20px; margin: 5px 0 10px 0;}
.pc-container .zuqiu .zuqiubox .zuqiudes .zqthree{font-size: 18px;color: #5e5e5e;font-weight: 600;}
.pc-container .zuqiu .zuqiubox .zuqiudes .zqfour{font-size: 18px;color: #5e5e5e;font-weight: 400;margin-bottom: 15px;}
.pc-container .lxbtn{
    display: flex;align-items: center;justify-content: center;
    background: linear-gradient(to bottom, #fcc535, #ff8b05);border-radius: 25px;
    height: 38px;
    padding: 0 20px 0 12px;cursor: pointer;
}
.pc-container .lxbtn:hover{transition: all 0.5s ease-in-out 0s;box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .25); }
.pc-container .lxbtn .lxbtnimg{width: 27px;height: 28px;margin-right: 12px;}
.pc-container .lxbtn .lxbtntxt{font-size: 18px;color: #fff;font-weight: bold;line-height: 25px;}


.pc-container .sectionone{
    width: 100%;height: auto; 
    background: url("../images/bg03.png") no-repeat top;
    padding-top: 25px;box-sizing: border-box;
}
/* 新航道博雅留学预备课程 */
.pc-container .kc{}
.pc-container .kc .kcbox{
    margin-top: 25px;
    display: flex;flex-direction: column;gap: 12px;
}
.pc-container .kc .kcbox .kcboxitem{
    width: 100%;height: 130px;
    display: flex;
}
.pc-container .kc .kcbox .kcboxitem .kctitle{
    background: #4aa1fe;
    width: 110px;
    height: 100%;
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    position: relative;
}
.pc-container .kc .kcbox .kcboxitem .kctitle .kctitlebig{color: #fff;font-weight: bold;font-size: 20px;position: relative;z-index: 1;}
.pc-container .kc .kcbox .kcboxitem .kctitle .kctitlesmall{color: #fff;font-size: 14px;margin-top: 4px;position: relative;z-index: 1;}
.pc-container .kc .kcbox .kcboxitem .kctitle .kctitlebg{
    width: 75px;height: 78px;
    position: absolute;bottom: 0;right: 0;
}
.pc-container .kc .kcbox .kcboxitem .kccontent{height: 100%;margin-left: 14px;display: flex;}
.pc-container .kc .kcbox .kcboxitem .kccontent .kcc{
    width: 269px;height: 100%;
    padding: 10px 12px 0 12px;box-sizing: border-box;
    background: #e1f2fc;
    display: flex;flex-direction: column;
}
.pc-container .kc .kcbox .kcboxitem .kccontent .kcc .kccone{
    font-size: 18px;font-weight: bold;line-height: 18px;
    border-bottom: 1px solid #9daeb8;
    padding-bottom: 8px;
    margin-bottom: 4px;
    width: 100%;
}
.pc-container .kc .kcbox .kcboxitem .kccontent .kcc .kcctwo{text-align: left;font-size: 14px;}
.pc-container .allbtn{display: flex;align-items: center;justify-content: center;margin: 20px 0 0 0;}
.pc-container .allbtn .allbtnone:hover{transition: all 0.5s ease-in-out 0s;box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .25); }
.pc-container .allbtn .allbtnone{
    display: flex;align-items: center;
    background: linear-gradient(15deg, #158dee, #3cbaff);border-radius: 25px 0 0 25px;
    height: 40px;cursor: pointer;
}
.pc-container .allbtn .allbtnone .allbimgone{width: 31px;height: 31px;}
.pc-container .allbtn .allbtnone .allbimgtwo{width: 27px;height: 28px;}
.pc-container .allbtn .allbtnone .allbtntxt{color: #fff;font-weight: bold;font-size: 20px;margin: 0 15px;}

/* 新航道博雅留学预备课程体系 */
.pc-container .tixi{margin: 35px 0;}
.pc-container .tixi .tixiboxone{
    width: 100%;
    display: flex;align-items: center;justify-content: space-between;
    margin-top: 25px;box-sizing: border-box;
}
.pc-container .tixi .tixiboxone .txoneitem{
    background: #f5f6f8;
    display: flex;align-items: center;gap: 12px;
    padding: 12px;box-sizing: border-box;
    width: 590px;
}
.pc-container .tixi .tixiboxone .txoneitem .txtonetitle{
    width: 85px;height: 126px;
    background: #00a2f3;
    display: flex;align-items: center;justify-content: center;
    color: #fff;font-size: 22px;font-weight: bold;
}
.pc-container .tixi .tixiboxone .txoneitem .txoneimg{width: 194px;height: 122px;border: 2px solid #fff;}
.pc-container .tixi .tixiboxone .txoneitem .txonedes{
    text-align: left;
    font-size: 18px;line-height: 26px;color: #2c2d2f;
}
.pc-container .tixi .tixiboxtwo{
    display: flex;align-items: center;
    background: #f5f6f8;
    width: 100%;padding: 12px 0 12px 10px;box-sizing: border-box;
    margin-top: 15px;
}
.pc-container .tixi .tixiboxtwo .tixitwoleft{width: 200px;margin-right: 20px;}
.pc-container .tixi .tixiboxtwo .tixitwoleft .tixitwotitop{font-size: 20px;font-weight: bold;}
.pc-container .tixi .tixiboxtwo .tixitwoleft .tixitwotibottom{color: #898a8c;font-size: 16px;}
.pc-container .tixi .tixiboxtwo .txtworight{
    display: flex;flex-direction: column; gap: 8px;
}
.pc-container .tixi .tixiboxtwo .txtworight .txbtone{display: flex;align-items: center;gap: 10px;}
.pc-container .tixi .tixiboxtwo .txtworight .txbtone .txbtitem{
    position: relative;
    display: flex;flex-direction: column;align-items: center;
}
.pc-container .tixi .tixiboxtwo .txbtone .txbtitem .txbtop{
    width: 74px;height: 20px;
    background: #dadada;
    transform: skewX(50deg);
}
.pc-container .tixi .tixiboxtwo .txbtone .txbtitem .txbtoptwo{
    width: 74px;height: 20px;
    background: #dadada;
    transform: skewX(-50deg);
}
.pc-container .tixi .tixiboxtwo .txbtone .txbtitem .txbtopthree{width: 74px;height: 26px;background: #2abdb5;}
.pc-container .tixi .tixiboxtwo .txbtone .txbtitem .txbdes{
    width: 100%;
    position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
    color: #5f5f5f;font-size: 16px;
}

/* 轮播 */
.pc-container .lubobox{
    margin-top: 25px;
}
.pc-container .lubobox .lunavbox {
    padding: 8px 0;
    height: 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f8;border-bottom: 4px solid #00a2f3;
    cursor: pointer;
}
.pc-container .lubobox .lunavbox .lunavboxtitle{
    font-weight: bold;font-size: 18px;
    width: 100%;height: 100%;
    border-right: 2px solid #66a8cb;box-sizing: border-box;
}
.pc-container .lubobox .lubonav  .swiper-wrapper .swiper-slide-thumb-active .lunavbox{background: #00a2f3;color: #fff;}
.pc-container .lubobox .lubonav  .swiper-wrapper .swiper-slide-thumb-active .lunavbox .lunavboxtitle{border-right: none;}
.pc-container .havenoborder{border-right: none !important;}

.pc-container .lubobox .luboContent {}
.pc-container .lubobox .luboContent .lubosildein{
    background-color: #f5f6f8;
    position: relative;
    border-top: 8px solid #fff;
    padding: 30px 15px 20px 15px;
    width: 100%;
    box-sizing: border-box;
}
.pc-container .lubobox .luboContent .lubosildein .slbox{}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbtitle{font-size: 20px;
    color: #656565;
    font-weight: 400;}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbtitle span{font-weight: bold;}
/* 留学预备课程 */
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone{
    width: 100%;
    display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;gap: 12px 0;
    margin-top: 12px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone .lboneitem{
    display: flex;align-items: flex-start;justify-content: space-between;
    background: #fff;
    width: 580px;padding: 15px 10px 15px 0;box-sizing: border-box;box-shadow: 0 0 2px 1px #e6eaeb;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone .lboneitem .lboneitemleft{
    display: flex;flex-direction: column;align-items: flex-start;gap: 10px;
    width: 420px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone .lboneitem .lboneitemleft .lblefttitle{
    width: 90%;padding-left: 15px;box-sizing: border-box;
    color: #fff;font-size: 20px;font-weight: bold;text-align: left;
    background: linear-gradient(to right, #01a3f4,80%, transparent);
}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone .lboneitem .lboneitemleft .des span{font-weight: bold;}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone .lboneitem .lboneitemleft .des{
    text-align: left;
    font-size: 16px;color: #707070;font-weight: 400; line-height: 28px;
    padding-left: 10px;box-sizing: border-box;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone .lboneitem .lbriimgbtn{display: flex;flex-direction: column;align-items: center;gap: 8px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .lbone .lboneitem .lbriimgbtn .lbrimg{width: 138px;height: 174px;}
/* 精英学习中心 */
.pc-container .lubobox .luboContent .lubosildein .slbox .jyone{
    width: 100%;margin: 15px 0;
    display: flex;align-items: center;justify-content: space-between;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyone .jyoneitem{
    width: 380px;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    position: relative;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyone .jyoneitem .jyoleft{
        color: #00a3f4;
    font-size: 20px;
    font-weight: bold;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyone .jyoneitem .jyocenter{
    text-align: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyone .jyoneitem .jyoright{
    width: 95px;height: 92px;
    position: absolute;right: 0;top: 0;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jytwo{width: 100%;
    background: #fff;
    display: flex
;
    padding: 10px;
    box-sizing: border-box;
    gap: 20px;margin: 15px 0 20px 0;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jytwo .jytwoitem{}
.pc-container .lubobox .luboContent .lubosildein .slbox .jytwo .jytwoitem .jytititle{background: #00a3f4;
    width: 100%;height: 32px;
    display: flex;align-items: center;justify-content: center;
    color: #fff;font-weight: bold;font-size: 20px;line-height: 20px;
    margin-bottom: 8px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jytwo .jytwoitem .jytides{font-size: 14px;line-height: 22px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree{width: 100%;
    padding: 12px 20px 0 20px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #deebf7,30%, transparent);
    margin-top: 20px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox{
    display: flex;gap: 12px;margin-top: 15px;

}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox .jytbitem{display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox .jytbitem .jytbleft{}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox .jytbitem .jytbleft .jytbtlone{
    display: flex;
    align-items: center;
    gap: 15px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox .jytbitem .jytbleft .jytbtoneborder{    
    border-left: 4px solid #3fbaf7;
    color: #3fbaf7;
    font-size: 20px;
    font-weight: bold;
    padding-left: 8px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox .jytbitem .jytbleft .jytbtonelogo{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 0 #00a3f4, -1px 1px 0 #00a3f4, 1px -1px 0 #00a3f4, -1px -1px 0 #00a3f4;
    position: relative;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox .jytbitem .jytbleft .jytbtonelogo .jytblogoborder{
    position: absolute;
    bottom: 0;
    left: -4px;
    background: #00a3f4;
    width: 62px;
    height: 18px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jythreebox .jytbitem .jytbleft .jytbtdes{    
    text-align: left;
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jythree .jytbright{width: 221px;height: 127px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfour{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 35px;
    margin-top: 15px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfour .jyfouritem{ 
    background: linear-gradient(to right, transparent, #fff, 85%, transparent);
    padding: 8px 0;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfour .jyfouritem .jyfititle{ font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #3fbaf7;
    margin-bottom: 8px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfour .jyfouritem .jyfides{
    color: #707070;
    font-size: 18px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfourtable{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;margin-top: 15px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfourtable tr{}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfourtable tr th{    
    background: #00a3f4;
    color: #fff;
    font-size: 20px;
    padding: 2px 10px;
    width: 222px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfourtable tr td{
    font-size: 16px;color: #76797a;padding: 3px 5px;box-sizing: border-box;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfourtable tr:nth-child(even) td{background-color: #f0fafc;}
.pc-container .lubobox .luboContent .lubosildein .slbox .jyfourtable tr:nth-child(odd) td{background-color: #def4f9;}
/* 留学预备 */
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone{margin-top: 30px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .yboneliucheng{width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e5f1f9, #78cdf6);
    position: relative;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .yboneliucheng .yblctragle{    position: absolute;
    bottom: 0;
    right: -11px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #78cdf6;
    border-right: 30px solid transparent;}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .ybonebox{    margin-top: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .ybonebox .yboneitem{    display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .ybonebox .yboneitem .yboitop{    width: 43px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
    z-index: 4;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .ybonebox .yboneitem .ybitopbg{     width: 50px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
    background-color: #f5f6f8;
    border-radius: 0 0 45px 45px;
    z-index: 3;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .ybonebox .yboneitem .yboicon{
    width: 220px;
    height: 125px;
    background: #fff;
    padding: 25px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .ybonebox .yboneitem .yboicon .yboictitle{color: #00a3f4;
    font-size: 20px;
    border: 1px solid #00a3f4;
    width: 170px;
    padding: 2px 0;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybone .ybonebox .yboneitem .yboicon .yboicdes{color: #7a7a7a;
    font-size: 16px;
    margin-top: 8px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybsmalltip{
    background-color: #00a3f4;
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 355px;height: 32px;
    margin: 12px auto 0 auto;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybtwo{display: flex;gap: 15px;margin-top: 15px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybtwo .ybtwoitem{  display: flex;flex-direction: column;width: 100%;}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybtwo .ybtwoitem .ybtwoitemotop{
    background: #deebf7;
    width: 100%;height: 95px;
    padding: 0 10px;box-sizing: border-box;
    font-size: 14px;color: #000;
    display: flex;align-items: center;justify-content: center;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybtwo .ybtwoitem .ybtwoitembottom{
    width: 100%;
    height: 7px;display: flex;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybtwo .ybtwoitem .ybtwoitembottom .ybitboone{
    background-color: #00a3f4;
    width: 50%;height: 100%;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .ybtwo .ybtwoitem .ybtwoitembottom .ybitbotwo{
    background-color: #ffb73a;
    width: 50%;height: 100%;
}
/* powerup */
.pc-container .lubobox .luboContent .lubosildein .slbox .pwone{margin-top: 15px;
    display: flex
;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwone .pwoneleft{
        width: 670px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwone .pwoneleft .pwitem{
        width: 100%;
    height: 35px;
    background: #00a3f4;
    border-radius: 35px;
    display: flex
;
    align-items: center;
    padding-left: 35px;
    box-sizing: border-box;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwone .pwoneleft .pwitem .pwitempoint{
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwone .pwoneleft .pwitem .pwitempdes{
    color: #fff;font-size: 18px;font-weight: 300;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwone .pwoneleft .pwitem .pwitempdes span{font-weight: bold;}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwone .pwoneright{width: 389px;height: 176px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtwo{    display: flex
;
    width: 100%;
    gap: 15px;
    margin: 25px 0;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtwo .pwtwoitem{    display: flex
;
    flex-direction: column;
    align-items: center;
    border-right: 2px dashed #dcddde;
    padding-right: 15px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtwo .pwtwoitem:last-child{border-right: none;padding-right: 0;}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtwo .pwtwoitem .pwtititle{    color: #00a3f4;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;position: relative;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtwo .pwtwoitem .pwtititle::before{
    content: "";
    width: 15px;height: 2px;background:#00a3f4 ;
    position: absolute;left: -25px;top: 50%;transform: translate(0,-50%);
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtwo .pwtwoitem .pwtititle::after{
    content: "";
    width: 15px;height: 2px;background:#00a3f4 ;
    position: absolute;right:-25px;top: 50%;transform: translate(0,-50%);
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtwo .pwtwoitem .pwtides{ font-size: 14px;color: #666666;}

.pc-container .lubobox .luboContent .lubosildein .slbox .pwtabledes{height: 90px;padding-top: 5px;}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtabledestwo{
    display: flex;flex-direction: column;align-items: center;
    width: 70%;
    margin: 0 auto 8px auto;
    background: #26bfb4;border-radius: 35px;
    color: #fff;line-height: 16px; font-weight: 300;
    padding: 2px 0;
}
.pc-container .lubobox .luboContent .lubosildein .slbox .pwtabledestwo span{font-weight: bold;font-size: 18px;line-height: 22px;}

.pc-container .lubobox .luboContent .lubosildein .lunavboxtranglewhite{
    width: 0;height: 0;
    border-top: 22px solid #fff;border-left: 22px solid transparent;border-right: 22px solid transparent;
    position: absolute;left: 128px;top: -10px;z-index: 1;
}
.pc-container .lubobox .luboContent .lubosildein .lunavboxtrangle{
    width: 0;height: 0;
    border-top: 12px solid #00a2f3;border-left: 12px solid transparent;border-right: 12px solid transparent;
    position: absolute;z-index: 2;left: 138px;top: -8px;
}

.pc-container .sectiontwo{
    width: 100%;height: auto; 
    background: url("../images/bg04.png") no-repeat bottom;background-color: #fff;
    padding: 25px 0 ;box-sizing: border-box;
}
/* 新航道博雅留学预备教材 */
.pc-container .jcbox{    
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #f2f6f9;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;margin-top: 25px;
}
.pc-container .jcbox .jcboxone{
width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-container .jcbox .jcboxone .jcodes{
    width: 650px;height: 147px;background-color: #fff;
    padding: 10px;box-sizing: border-box;
    font-size: 18px;line-height: 30px;text-align: left;color: #828282;
}
.pc-container .jcbox .jcboxone .jctwoimg{width: 511px;height: 147px;}
.pc-container .jcbox .jcboxtwo{
    width: 1160px;height: 101px;margin-top: 12px;
}

/* 新航道博雅留学预备 精英学术教师团队 */
.pc-container .teacher{margin-top: 35px;}
.pc-container .teacher .teamiaoshu{
    display: flex;align-items: center;justify-content: center;gap: 30px;
    width: 100%;margin-top: 25px;
}
.pc-container .teacher .teamiaoshu .teamsitem{
    border-left: 2px dashed #a19fa0;
    padding-left: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pc-container .teacher .teamiaoshu .teamsitem:first-child{
    border-left: none;padding-left: 0;
}
.pc-container .teacher .teamiaoshu .teamsitem .teamsleft{
    display: flex;
    align-items: flex-end;
}
.pc-container .teacher .teamiaoshu .teamsitem .teamsleft .teamsnum{
    position: relative;
}
.pc-container .teacher .teamiaoshu .teamsitem .teamsleft .teamsnum .teanum{font-size: 40px;
    color: #fe9a22;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.pc-container .teacher .teamiaoshu .teamsitem .teamsleft .teamsnum .teancricle{
        position: absolute;
    right: -10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: #a3d7fe;
    border-radius: 50%;
}
.pc-container .teacher .teamiaoshu .teamsitem .teamsleft .teamsbf{
    font-size: 24px;
    color: #fe9a22;
    font-weight: bold;
}
.pc-container .teacher .teamiaoshu .teamsitem .teamsright{    
    color: #a19fa0;
    font-size: 16px;line-height: 20px;
    border-left: 3px solid #fe9a22;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.pc-container .teacher .teabox{
    margin-top: 15px;
    background: #fff;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0;
}
.pc-container .teacher .teabox .teaitem{
    position: relative;
    width: 181px;height: 305px;
    background: linear-gradient(to bottom,#e8f2fc,transparent);
}
.pc-container .teacher .teabox .teaitem .teaimg{
    position: absolute;bottom: 0;
    width: 181px;height: 328px;
}
.pc-container .teacher .teabox .teaitem .teabg{
    position: absolute;bottom: 0;left: 0;
    width: 181px;height: 120px;
}
.pc-container .teacher .teabox .teaitem .teaname{
    font-size: 18px;
    font-weight: bold;
    color: #007ee2;
    position: absolute;
    bottom: 68px;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}
.pc-container .teacher .teabox .teaitem .teades{
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pc-container .sectionthree{
    width: 100%;height: auto; 
    background: url("../images/bg05.png") no-repeat bottom;background-color: #fff;
    padding: 25px 0 ;box-sizing: border-box;
}
/* 新航道博雅留学预备 科技赋能 */
.pc-container .scibox{
    margin-top: 25px;
    width: 100%;
    display: flex;align-items: center;justify-content: space-between;
}
.pc-container .scibox .sciboxitem{
    width: 580px;height: 405px;
    padding: 10px 10px 0 10px;box-sizing: border-box;
    background-color: #f3f7fa;
    display: flex;flex-direction: column;align-items: center;
}
.pc-container .scibox .sciboxitem .scittitle{
    width: 100%;height: 40px; background: #01a3f4;
    display: flex;align-items: center;justify-content: center;
    color:#fff;font-size: 20px;font-weight: bold;
    margin-bottom: 15px;
}
.pc-container .scibox .sciboxitem .scitimg{width: 548px;height: 298px;}
.pc-container .scibox .sciboxitem .sciteimgbox{    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;}
.pc-container .scibox .sciboxitem .sciteimgbox .scitwoitem{
    display: flex;flex-direction: column;align-items: center;gap: 5px;
}
.pc-container .scibox .sciboxitem .sciteimgbox .scitwoitem .scimg{width: 266px;height: 131px;}
.pc-container .scibox .sciboxitem .sciteimgbox .scitwoitem .scimgdes{font-size: 16px;font-weight: bold;}




/* 新航道博雅留学预备 三大精英学习中心 */
.pc-container .school{position: relative;width: 100%;height: auto;margin-top: 35px;}
.pc-container .school .schoolbox{
    margin-top: 25px;
    padding: 10px 10px 10px 0;width: 100%;height: auto;box-sizing: border-box;
    box-shadow: 0 0 5px 1px #f1f1f1;background-color: #fff;
    display: flex;align-items: center;justify-content: space-between;
}
.pc-container .school .schoolbox .schoolleft{
    width: 400px;
    display: flex;flex-direction: column; align-items: baseline;justify-content: center;
}
.pc-container .school .schoolbox .schoolleft .slefttiem{ 
    width: 100%;height: 123px;
    border-left: 5px solid #b3b3b3;
    padding-left: 30px;box-sizing: border-box;
    display: flex;align-items: center;justify-content: space-between;
    border-bottom: 1px dashed #b3b3b3;
    cursor: pointer;
}
.pc-container .slefttiemHover{border-left: 5px solid #01a3f3 !important;}
.pc-container .school .schoolbox .schoolleft .slefttiem .addreleft{
    display: flex;flex-direction: column; 
    align-items: baseline;justify-content: center;
}
.pc-container .school .schoolbox .schoolleft .slefttiem .addreleft .schitemtitle{font-size: 22px;font-weight: bold;color: #4d4d4d;}
.pc-container .schitemtitleactive{color: #01a3f3 !important;}
.pc-container .school .schoolbox .schoolleft .slefttiem .addreleft  .schaddess{margin-top: 5px;width: 250px; color: #4d4d4d;font-size: 16px;line-height: 16px;text-align: left;}
.pc-container .school .schoolbox .schoolleft .slefttiem .addreright{width: 23px;height: 22px;display: flex;align-items: flex-start;justify-content: space-between;}
.pc-container .school .schoolbox .schoolleft .slefttiem .addreright .addrerightone{width: 100%;height: 100%;display: none;}
.pc-container .school .schoolbox .schoolleft .slefttiem .addreright .addrerighttwo{width: 100%;height: 100%;display: none;}
.pc-container .schaddiconactive{display: block !important;}
/* 图片 */
.pc-container .school .schoolbox .schoolright{
    width: 770px; 
    background: #f1f1f1;
    padding: 10px 0;box-sizing: border-box;
}
.pc-container .school .schoolbox .schoolright .imgzong{
    width: 100%; 
    display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-evenly;gap: 12px 0;
    box-sizing: border-box;
    display: none;
}
.pc-container .imgzongActive{display: flex !important;}
.pc-container .school .schoolbox .schoolright .imgzong .schrightitem{width: 370px;height: 203px;cursor: pointer;overflow: hidden;}
.pc-container .school .schoolbox .schoolright .imgzong .schrightitem:hover img{transform: scale(1.08);transition: transform .5s linear;}

/* 地址 */
.pc-container .information{padding: 25px 0; position: relative;width: 100%;height: auto; background: url("../images/bg06.png") no-repeat top;}
.pc-container .information .inforbox{color: #fff;}
.pc-container .information .inforbox .inforone{font-size: 24px;font-weight: bold;line-height: 24px;}
.pc-container .information .inforbox .inforTwo{margin: 12px auto 8px auto;font-size: 16px;line-height: 16px;font-weight: 400;}
.pc-container .information .inforbox .inforthree{font-size: 16px;font-weight: 200;line-height: 16px;}