@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  header .lang, header .title, header .search, header .separator {
    display: none;
  }

  nav {
    display: none;
  }

  ::-webkit-scrollbar {
    width: 0;
  }

  header {
    height: 57px;
  }
  header .logo {
    margin: 0;
    width: 100%;
    height: 57px;
  }
  header .logo > img, header .logo > a > img {
    position: absolute;
    top: 14px;
    width: 30px;
    height: 30px;
    left: 20px;
  }
  header .logo .mb_title {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    transform: scale(0.8);
    left: 44px;
    top: 9px;
  }
  header .logo .mb_title .cn {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
  }
  header .logo .mb_title .en {
    font-weight: 600;
    color: #000000;
    font-size: 13px;
    margin-left: -9px;
  }
  header .logo .mb_icon {
    float: right;
    display: inline-block;
    width: 18px;
    height: 14px;
    margin-top: 20px;
    margin-right: 15px;
  }
  header .logo .mb_icon img {
    width: 18px;
    height: 14px;
  }
  header nav {
    display: none;
    float: none;
    margin: 0;
    position: absolute;
    top: 57px;
    z-index: 9999999;
    box-shadow: 0px 15px 20px -15px #ddd;
    width: 100vw;
    height: 658px;
    background: #eeeeee;
  }
  header nav span {
    display: none !important;
  }
  header nav .separator {
    display: none;
  }
  header nav > ul {
    box-shadow: -20px 5px 15px -15px #D7D7D7, inset 0px 15px 15px -15px #ddd;
    width: 50%;
    position: absolute;
    background: white;
    right: 0;
    height: 100%;
  }
  header nav > ul > li {
    float: none;
    position: relative;
  }
  header nav > ul > li > a {
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px !important;
    color: #484848;
  }
  header nav > ul > li > a.mb_active {
    font-weight: bolder;
    color: #3D3D3D;
  }
  header nav > ul > li > a.mb_active:hover {
    background-color: transparent;
  }
  header nav > ul > li > a.mb_active:before {
    content: " ";
    position: absolute;
    right: 84%;
    top: 14px;
    width: 11px;
    height: 11px;
    background-color: #0290FE;
  }
  header nav > ul > li > a.mb_active + .child {
    display: block !important;
    border-bottom: none;
    position: absolute;
    background: none !important;
    box-shadow: none;
    left: -89%;
  }
  header nav > ul > li > a.mb_active + .child a {
    font-size: 18px;
    width: 96px;
    color: #3D3D3D;
    display: block;
    white-space: inherit;
    line-height: 26px;
  }
  header nav > ul > li > a.mb_active + .child ul {
    border: none;
    background-color: transparent;
  }
  header nav > ul > li > a.mb_active + .child .blank {
    display: none;
  }
  header nav > ul > li:first-child {
    margin-top: 26px;
  }
  header nav > ul > li:first-child .child {
    top: -8px;
  }
  header nav > ul > li:nth-child(3) .child {
    top: -48px;
  }
  header nav > ul > li:nth-child(5) .child {
    top: -86px;
  }
  header nav > ul > li:nth-child(7) .child {
    top: -127px;
  }
  header nav > ul > li:nth-child(9) .child {
    top: -166px;
  }
  header nav > ul > li:nth-child(11) .child {
    top: -207px;
  }
  header nav > ul > li:nth-child(13) .child {
    top: -247px;
  }

  footer {
    height: auto;
    text-align: left;
    margin-top: 0;
  }
  footer .info img {
    padding-top: 0;
    margin-left: 9px;
    height: 42px !important;
  }
  footer .content {
    width: auto;
  }
  footer .content .info {
    float: none !important;
    padding-top: 14px !important;
  }
  footer .content .info .pc_title {
    display: none !important;
  }
  footer .content .info .mb_title {
    display: inline-block !important;
    margin-left: 6px !important;
  }
  footer .content .info .mb_title .cn, footer .content .info .mb_title .en {
    margin-left: 0;
    font-size: 12px;
  }
  footer .content .info > div > p:nth-child(2), footer .content .info > div > p:nth-child(3) {
    font-size: 12px !important;
    transform: scale(0.8) !important;
    margin-left: -11% !important;
    font-weight: 200 !important;
  }
  footer .content .info > div > a {
    font-size: 12px !important;
    transform: scale(0.8) !important;
    font-weight: 200 !important;
  }
  footer .content .info .address {
    display: none;
  }
  footer .content .info .mb_logo {
    display: inline-block !important;
    width: 29px !important;
    height: 29px !important;
    margin-left: 20px;
  }
  footer .content .copyright {
    float: none;
    margin: 0;
    text-align: left;
  }
  footer .content .copyright img {
    margin: 10px 18px 0;
    width: 163px;
    height: 39px;
  }
  footer .content .copyright .school {
    margin-top: 0;
    margin-left: -20px;
    padding-bottom: 24px;
    transform: scale(0.8);
    font-weight: 200;
  }

  body#index .slide img {
    height: 162px;
  }
  body#index .slide .bg1, body#index .slide .bg2 {
    display: none;
  }
  body#index .slide .flickity-page-dots {
    display: none;
  }
  body#index .slide .flickity-viewport {
    height: 260px !important;
  }
  body#index .slide .flickity-viewport .desc .br {
    display: none;
  }
  body#index .slide .flickity-viewport .desc .title {
    background: linear-gradient(to left, #738FE0, #0290FE);
    width: 100vw;
    margin: 0;
    top: 162px;
    height: 101px;
  }
  body#index .slide .flickity-viewport .desc .title h1 {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0 0 22px;
  }
  body#index .slide .flickity-viewport .desc .title h2 {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 22px;
  }
  body#index .slide .dot {
    display: none;
  }
  body#index .news {
    width: 100%;
    position: relative;
  }
  body#index .news h1 {
    margin-left: 16px;
  }
  body#index .news .en {
    margin-left: 40px;
  }
  body#index .news .more {
    position: absolute;
    right: 18px;
    top: 24px;
  }
  body#index .news .list {
    overflow: scroll;
    flex-wrap: nowrap;
    height: 266px;
  }
  body#index .news .list li {
    padding-left: 16px;
    margin-bottom: 0;
  }
  body#index .news .list li:last-child {
    padding-right: 16px;
  }
  body#index .news .list li a {
    height: 250px;
  }
  body#index .news .list li img {
    width: 266px;
    height: 145px;
  }
  body#index .news .list li .no_img {
    width: 266px;
    height: 145px;
  }
  body#index .news .list li .title {
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px 0 12px;
    box-sizing: border-box;
    width: auto;
  }
  body#index .news .list li .info {
    padding: 0 24px;
  }
  body#index .group {
    height: auto;
    margin-top: 0;
  }
  body#index .group .info {
    float: none;
    margin: 0;
    width: 100%;
  }
  body#index .group .info .title {
    font-size: 24px;
    box-sizing: border-box;
    padding: 12px 16px 6px 16px;
  }
  body#index .group .info .en {
    padding: 0 16px;
    box-sizing: border-box;
  }
  body#index .group .info .en .en-title {
    display: none;
  }
  body#index .group .info .desc {
    padding: 0 16px;
    box-sizing: border-box;
  }
  body#index .group .links {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  body#index .group .links ul {
    padding-top: 25px;
    padding-bottom: 18px;
  }
  body#index .group .links ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  body#index .group .links ul li a {
    width: 100%;
    display: flex;
  }
  body#index .group .links ul li a span {
    width: 70%;
    display: flex;
    align-items: center;
  }
  body#index .group .links ul li a .test-center {
    transform: translateY(0);
  }
  body#index .group .links ul li a .mb_margin {
    margin-left: 10px;
  }
  body#index .articles {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
  body#index .articles > div {
    position: relative;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  body#index .articles > div h1 {
    margin: 0;
    margin-top: 12px;
  }
  body#index .articles > div .en {
    margin-left: 22px;
    margin-bottom: 4px;
  }
  body#index .articles > div .list {
    border-top: 1px solid #979797;
  }
  body#index .articles > div .list li {
    padding: 0;
  }
  body#index .articles > div .list li a {
    margin: 10px 0;
  }
  body#index .articles > div .list li a span {
    display: block;
  }
  body#index .articles > div .list li a .date {
    margin: 0;
    width: auto;
    padding-bottom: 4px;
    font-weight: 200;
  }
  body#index .articles > div .list li a .title {
    width: auto;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  body#index .articles > div .more {
    order: -1;
    position: absolute;
    top: 36px;
    right: 16px;
  }
  body#index .articles .communication {
    margin: 14px 0 14px;
  }

  body#list .category {
    margin-top: 0;
    width: 100%;
  }
  body#list .category h1 {
    font-size: 24px;
    float: none;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 12px;
  }
  body#list .category .en {
    float: none;
    margin: 0;
    box-sizing: border-box;
    padding: 0 16px;
    margin-left: 19px;
    margin-bottom: 6px;
  }
  body#list .category .bread-crumbs {
    padding-top: 20px;
    margin: 0;
    height: 60px;
  }
  body#list .category .bread-crumbs a {
    font-size: 12px;
  }
  body#list .category .bread-crumbs li:first-child a {
    font-size: 14px;
  }
  body#list .list {
    width: 100%;
  }
  body#list .list ul {
    box-sizing: border-box;
    padding: 0 16px;
  }
  body#list .list ul li {
    border-bottom: 1px solid #6E6E6E;
    height: auto;
  }
  body#list .list ul li .date {
    font-size: 12px;
    padding-top: 12px;
    font-weight: 300;
  }
  body#list .list ul li .title {
    margin-top: 6px;
    font-size: 14px;
    padding-bottom: 14px;
  }
  body#list .list ul li .title:before {
    background: none;
    margin: 0;
    width: 0;
  }
  body#list .page {
    width: 100%;
    margin: 15px auto;
  }

  body#show .article {
    width: 100%;
    margin-top: 16px;
  }
  body#show .article h1 {
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 16px;
  }
  body#show .article .date {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 6px;
  }
  body#show .article .bread-crumbs {
    padding-top: 20px;
    margin: 0;
    height: 60px;
  }
  body#show .article .bread-crumbs a {
    font-size: 12px;
  }
  body#show .article .bread-crumbs li:first-child a {
    font-size: 14px;
  }
  body#show .article .bread-crumbs li:last-child a {
    display: none;
  }
  body#show .main {
    width: 100%;
    margin: 14px auto 0;
    box-sizing: border-box;
    padding: 0 16px;
  }
  body#show .main p {
    font-size: 14px;
    margin-right: 0 !important;
  }
 body#show .main video {
  width: 100%;
  height: auto;
}

 body#show .main object {
  width: 100%;
    height: auto;
}
  body#show .main p span {
    font-size: 14px !important;
  }
  body#show .main img {
    margin: 20px 0;
  }
  body#show .attachment {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 16px;
  }
  body#show .attachment > div {
    float: none;
  }
  body#show .attachment div:first-child {
    margin-top: 10px;
  }
  body#show .attachment .list {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  body#show .attachment a {
    width: 100%;
  }
  body#show .buttons {
    width: 100%;
    margin: 20px auto 20px;
  }
  body#show .buttons .back {
    background: #0091FF;
    color: white;
  }
  body#show footer {
    text-align: center;
  }
  body#teacher .category {
    margin: 0;
  }
  body#teacher .category h1 {
    font-size: 24px;
    float: none;
    margin: 18px 0 0 18px;
  }
  body#teacher .category .en {
    float: none;
    margin: 4px 0 10px 62px;
  }
  body#teacher .category .bread-crumbs {
    padding-top: 20px;
    margin: 0;
    height: 60px;
    width: 100%;
  }
  body#teacher .category .bread-crumbs a {
    font-size: 12px;
  }
  body#teacher .category .bread-crumbs li:first-child a {
    font-size: 14px;
  }
  body#teacher .professional {
    width: 100%;
  }
  body#teacher .professional ul li {
    width: 30%;
  }
}

/*# sourceMappingURL=mobile.css.map */

