@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
  .pc {
    display: block;
  }
  .page .educate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1558px;
    margin: 0 auto;
  }
  .page .educate .nav-left {
    width: 298px;
    background-color: #fafafa;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    padding-top: 20px;
  }
  .page .educate .nav-left .LogoName {
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    font-weight: 700;
    color: #1d17f7;
    letter-spacing: 0.05em;
  }
  .page .educate .nav-left .navDiv .navName {
    padding: 12px 20px !important;
    letter-spacing: 0.05em;
    font-size: 11px;
    color: #5a5454;
    font-weight: 700;
  }
  .page .educate .nav-left .navDiv .nav-list .a_active .active {
    color: #1d17f7 !important;
    font-weight: 700;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab {
    list-style: none;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab .li-a {
    padding: 12px 15px 12px 25px !important;
    text-decoration: none;
    display: block;
    padding: 0.65rem 1.5rem;
    font-size: 14px;
    color: #5a5454;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab .li-a .bx {
    font-size: 17px;
    vertical-align: text-top;
    margin-right: 6px;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab .nav-box {
    height: 0;
    overflow: hidden;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box {
    height: auto !important;
    padding-bottom: 12px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-left: 12px;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box a {
    padding: 10px 30px !important;
    text-decoration: none;
    display: block;
    padding: 0.65rem 1.5rem;
    font-size: 13px;
    color: #5a5454;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 0px;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box .active-li-a {
    color: #1d17f7 !important;
    font-weight: 700;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box a:hover {
    margin-left: 6px;
  }
  .page .educate .nav-left .navDiv .nav-list .li-a {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin-left: 0px;
  }
  .page .educate .nav-left .navDiv .nav-list .li-a:hover {
    margin-left: 6px;
  }
  .page .educate .nav-right {
    margin-left: 52px;
    margin-top: 63px;
  }
  .page .educate .nav-right .content-page {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ffffff;
  }
  .page .educate .nav-top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 60px;
    width: 100%;
    z-index: 200;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 100px;
  }
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .page .educate .nav-left {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 5.44rem;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 0px 17px rgba(72, 72, 72, 0.1);
            box-shadow: 10px 0px 17px rgba(72, 72, 72, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 207;
  }
  .page .educate .nav-left .closeMenu {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
  }
  .page .educate .nav-left .LogoName {
    text-align: center;
    line-height: 70px;
    font-size: 0.26rem;
    font-weight: 700;
    color: #1d17f7;
    letter-spacing: 0.05em;
  }
  .page .educate .nav-left .navDiv .navName {
    padding: 12px 20px !important;
    letter-spacing: 0.05em;
    font-size: 11px;
    color: #5a5454;
    font-weight: 700;
  }
  .page .educate .nav-left .navDiv .nav-list .a_active .active {
    color: #1d17f7 !important;
    font-weight: 700;
  }
  .page .educate .nav-left .navDiv .nav-list ul {
    margin-top: 0.45rem;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab {
    list-style: none;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab .li-a {
    padding: 12px 15px 12px 25px !important;
    text-decoration: none;
    display: block;
    padding: 0.65rem 1.5rem;
    font-size: 14px;
    color: #5a5454;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab .li-a .bx {
    font-size: 17px;
    vertical-align: text-top;
    margin-right: 6px;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-tab .nav-box {
    height: 0;
    overflow: hidden;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box {
    height: auto !important;
    padding-bottom: 12px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box a {
    padding: 0.1rem 0.9rem !important;
    text-decoration: none;
    display: block;
    padding: 0.65rem 1.5rem;
    font-size: 0.26rem;
    color: #595959;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 0px;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box .active-li-a {
    color: #1d17f7 !important;
    font-weight: 700;
  }
  .page .educate .nav-left .navDiv .nav-list ul .nav-show .nav-box a:hover {
    margin-left: 6px;
  }
  .page .educate .nav-left .navDiv .nav-list .li-a {
    margin-left: 0px;
  }
  .page .educate .nav-left .navDiv .nav-list .li-a:hover {
    margin-left: 6px;
  }
  .page .educate .navStatus {
    display: none;
  }
  .page .educate .nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* padding-left: 240px; */
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 200;
  }
  .page .educate .nav-right .content-page {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    width: 100%;
    padding: 0.48rem;
    font-size: 0.26rem;
  }
  .page .nav-top {
    height: 60px;
    width: 60px;
    position: fixed;
    left: 0;
    top: 45vh;
    z-index: 206;
  }
}