a, .transition, :before, img, .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  .wal {
    max-width: 8rem; }

  .wal-2 {
    padding: 0; }

  body.navShow {
    overflow: hidden; }
    body.navShow .g-head {
      left: 0;
      right: 1rem; }

  .phone-head {
    display: block; }

  .g-headD, .p-headD {
    height: 1.83rem; }

  .g-head {
    position: fixed;
    bottom: 0;
    background: #00abba;
    left: -100%;
    right: 150%; }
    .g-head:before {
      display: none; }
    .g-head .wal {
      min-height: 100vh;
      margin: 0;
      max-width: 100%; }
    .g-head a.logo {
      display: none; }
    .g-head .close {
      position: absolute;
      z-index: 10;
      left: auto;
      right: -1rem;
      top: 0;
      bottom: 0;
      width: 1rem;
      background: rgba(0, 0, 0, 0.7); }
    .g-head .search {
      top: auto;
      right: 50%;
      bottom: 1.2rem;
      width: 4.4rem;
      height: .74rem;
      border: 0;
      background: #fff;
      margin-right: -2.2rem; }
      .g-head .search .input input {
        height: .74rem;
        line-height: .74rem;
        font-size: .24rem;
        padding: 0 .25rem; }
      .g-head .search .submit {
        width: .8rem;
        background-size: .3rem;
        background-image: url("../image/img30.png"); }
        .g-head .search .submit input {
          height: .74rem; }
    .g-head .language {
      top: auto;
      right: 50%;
      bottom: .3rem;
      width: 2.1rem;
      margin-right: -1.05rem; }
      .g-head .language a {
        font-size: .3rem;
        height: .7rem; }
        .g-head .language a img {
          width: .23rem; }
        .g-head .language a em {
          padding: 0 .3rem 0 .16rem; }
      .g-head .language a.name em {
        background-image: url("../image/img13.png");
        background-size: .13rem; }
      .g-head .language dl {
        top: auto;
        bottom: 100%; }

  .g-nav {
    right: 0;
    bottom: 2rem;
    overflow-y: auto; }
    .g-nav li {
      width: 100%;
      border-bottom: rgba(255, 255, 255, 0.5) solid 1px; }
    .g-nav a.name {
      height: 1.2rem;
      line-height: 1.2rem;
      font-size: .38rem;
      text-align: center; }
    .g-nav .list {
      padding: 0 .75rem;
      background: #33bcc8;
      border-top: rgba(255, 255, 255, 0.5) solid 1px;
      display: none; }
      .g-nav .list dd {
        border-bottom: rgba(255, 255, 255, 0.5) solid 1px; }
        .g-nav .list dd:last-child {
          border: 0; }
      .g-nav .list a {
        display: block;
        text-align: center;
        font-size: .32rem;
        line-height: .5rem;
        padding: .2rem 0;
        color: #fff;
        margin-right: -.2rem;
        margin-left: -.2rem; }

  .p-head .wal {
    min-height: 100vh; }
  .p-head .search {
    top: auto; }
  .p-head .language .name {
    height: .7rem; }
  .p-head .g-nav a.name {
    height: 1.2rem;
    line-height: 1.2rem; }

  .g-foot {
    font-size: .2rem; }
    .g-foot .list {
      display: none; }
    .g-foot .ewm {
      position: static;
      width: 3.18rem;
      padding: .85rem 0 .6rem 0;
      margin: 0 auto; }
      .g-foot .ewm img {
        width: 100%; }
      .g-foot .ewm p {
        font-size: .3rem;
        padding-top: .2rem; }
    .g-foot .msg {
      padding: .5rem 0;
      text-align: center;
      margin-right: -.75rem;
      margin-left: -.75rem; }
      .g-foot .msg p {
        width: 100%; }
      .g-foot .msg .btn {
       text-align: center;
    margin: 0px auto; padding-top: 5px;}

  /*index*/
  .indexFlash {
    background: #e6eae9; }
    .indexFlash li .wal {
      height: 4.06rem;
      padding: 0 .55rem; }
      .indexFlash li .wal:before {
        display: none; }
      .indexFlash li .wal h2 {
        line-height: .6rem;
        position: absolute;
        z-index: 10;
        left: -0.75rem;
        right: -0.75rem;
        top: auto;
        bottom: 0;
        background: rgba(7, 130, 155, 0.6);
        padding: .2rem 0;
        text-align: center; }
      .indexFlash li .wal p {
        display: none; }
    .indexFlash .dots {
      position: static;
      width: 100%;
      padding: .2rem 0 .56rem 0; }
      .indexFlash .dots span {
        width: .14rem;
        height: .14rem;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 .08rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .indexFlash .dots span.swiper-pagination-bullet-active {
        background: #c04590; }
    .indexFlash .arrow a {
      display: none; }

  .index-data {
    background: #e6eae9;
    padding-bottom: .45rem; }
    .index-data:before {
      display: none; }
    .index-data .wal {
      top: 0; }
    .index-data li {
      padding: 0 0 .3rem 0; }
      .index-data li a {
        width: 5.77rem; }
        .index-data li a img {
          width: 1.61rem; }
        .index-data li a em {
          font-size: .33rem; }
      .index-data li a:hover {
        color: #bb3985; }

  a.p-more {
    width: 2.72rem;
    height: .76rem;
    line-height: .76rem;
    font-size: .27rem; }

  .index-1 {
    justify-content: center;
    -webkit-justify-content: center;
    padding: .8rem 0 .42rem 0; }
    .index-1 .list {
      width: 5.77rem;
      padding-bottom: .75rem; }
      .index-1 .list .img h2 {
        font-size: .36rem;
        line-height: 1.13rem; }
      .index-1 .list .container {
        min-height: 1rem;
        padding: .32rem 0 .42rem 0; }
        .index-1 .list .container .name {
          font-size: .26rem; }
        .index-1 .list .container .content {
          font-size: .22rem; }
      .index-1 .list ul {
        min-height: 1rem;
        padding: .32rem 0 .42rem .11rem; }
        .index-1 .list ul a {
          font-size: .24rem;
          height: .42rem;
          line-height: .42rem;
          padding-left: .22rem;
          background-size: .11rem; }
        .index-1 .list ul p {
          font-size: .22rem; }

  .index-news {
    background-size: auto 2.73rem;
    padding: 1.35rem 0 1.2rem 0; }
    .index-news .list {
      width: 100%;
      padding: 0 .33rem; }
      .index-news .list ul {
        min-height: 1rem; }
      .index-news .list li {
        padding: 0 0 .35rem 1.05rem;
        min-height: 1.95rem; }
        .index-news .list li .time {
          width: .7rem;
          height: .94rem;
          font-size: .18rem; }
          .index-news .list li .time span {
            font-size: .38rem; }
        .index-news .list li .name {
          font-size: .24rem;
          line-height: .32rem; }
        .index-news .list li p {
          font-size: .16rem; }
    .index-news .list-1 {
      padding-bottom: .6rem; }
      .index-news .list-1 li {
        min-height: 1.25rem;
        padding: 0 0 .35rem .78rem; }
        .index-news .list-1 li .time {
          top: -.08rem; }
        .index-news .list-1 li .name {
          line-height: .38rem; }

  .index-nav {
    padding: .92rem 0 .2rem 0; }
    .index-nav ul {
      justify-content: center;
      -webkit-justify-content: center; }
    .index-nav li {
      width: 5.73rem; }
    .index-nav a .img img {
      width: 100%; }
    .index-nav a .name {
      font-size: .36rem;
      padding: .38rem 0 .75rem 0; }

  .phone-show {
    display: block; }

  .pc-show {
    display: none; }

  /*page*/
  .p-banner .wal {
    height: 3rem;
    padding: 0; }
  .p-banner .title {
    display: none; }

  .p-banner-2 {
    display: none; }

  .phone-title {
    color: #fff;
    height: 1.3rem;
    background: #66cdd6;
    padding-top: .18rem;
    letter-spacing: .01rem; }
    .phone-title h2 {
      font-weight: 400;
      font-size: .42rem;
      padding-bottom: .02rem; }
    .phone-title div {
      text-transform: uppercase;
      font-size: .3rem; }

  .p-curr {
    height: 1rem;
    line-height: 1rem;
    padding: 0 0 0 .75rem;
    font-size: .24rem;
    margin-left: -.75rem;
    margin-right: -.75rem; }
    .p-curr:before {
      top: 0;
      width: .26rem;
      left: .3rem; }

  .about-1 {
    padding: 0 0 1.25rem 0; }
    .about-1 .img {
      display: block;
      padding-bottom: .3rem; }
    .about-1 .container {
      min-height: 1rem;
      background: none;
      padding: 0; }
      .about-1 .container .content {
        width: 100%;
        font-size: .28rem; }
    .about-1 .more {
      padding-top: .5rem; }

  .about-2 {
    background-size: auto 3.6rem;
    padding: 1.5rem 0 1.38rem 0; }
    .about-2 .wal {
      padding: .6rem .4rem 0 .4rem; }
    .about-2 .content {
      font-size: .28rem; }

  .about-3 li {
    width: 100%; }
    .about-3 li .content {
      font-size: .28rem; }

  .about-4 {
    padding: .9rem 0; }
    .about-4 .list-wrapper {
      width: 100%; }
      .about-4 .list-wrapper .list {
        width: 100%; }
        .about-4 .list-wrapper .list li {
          padding: 0 .6rem; }
          .about-4 .list-wrapper .list li .img img {
            width: 100%; }
          .about-4 .list-wrapper .list li h3 {
            font-size: .3rem;
            padding: .2rem 0 .1rem 0; }
          .about-4 .list-wrapper .list li p {
            font-size: .28rem; }
          .about-4 .list-wrapper .list li .btn {
            text-align: center;
            display: none; }
            .about-4 .list-wrapper .list li .btn a {
              font-size: .28rem;
              padding: 0 .2rem; }
      .about-4 .list-wrapper .dots {
        padding-bottom: .6rem; }
    .about-4 .page-side {
      display: none; }

  .page-side {
    width: 100%; }

  .side-nav {
    padding-bottom: .8rem;
    display: none; }
    .side-nav h2 {
      line-height: 1.2rem;
      font-size: .45rem;
      padding-left: .95rem;
      position: relative; }
      .side-nav h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .55rem;
        bottom: 0;
        width: .34rem;
        background: url("../image/img34.png") center no-repeat;
        background-size: 100%; }
    .side-nav .list {
      display: none; }
      .side-nav .list li {
        padding-top: .07rem; }
      .side-nav .list a {
        display: block;
        height: .64rem;
        line-height: .64rem;
        font-size: .16rem;
        background: #f0f2f2;
        padding-left: .5rem;
        position: relative; }
        .side-nav .list a:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: .35rem;
          bottom: 0;
          width: .09rem;
          background: url("../image/img9_1.png") center no-repeat;
          background-size: 100%; }
        .side-nav .list a:hover, .side-nav .list a.on {
          background: #00abba;
          color: #fff; }
          .side-nav .list a:hover:before, .side-nav .list a.on:before {
            background-image: url("../image/img9_1on.png"); }
        .side-nav .list a.on2 {
          color: #00abba; }
          .side-nav .list a.on2:before {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg); }
          .side-nav .list a.on2:hover {
            color: #fff; }
      .side-nav .list dl {
        display: none; }
        .side-nav .list dl dd {
          padding-top: 2px; }
        .side-nav .list dl a {
          font-size: .14rem;
          height: .55rem;
          line-height: .55rem;
          background: #d3d3d3;
          padding-left: .7rem; }

  .side-contact, .side-job {
    display: none; }

  .p-row {
    padding: .6rem 0 1rem 0; }

  .introduction {
    width: 100%; }
    .introduction .content {
      font-size: .28rem; }
      .introduction .content h3 {
        font-size: .32rem; }
      .introduction .content h4 {
        font-size: .28rem; }

  .teaching-1 {
    padding: 0; }
    .teaching-1 .container:before {
      right: 0; }
    .teaching-1 .container .content {
      font-size: .26rem; }
    .teaching-1 .list li {
      width: 100%;
      padding-bottom: .5rem; }
      .teaching-1 .list li .box h3 {
        font-size: .28rem; }
      .teaching-1 .list li .box a.more {
        width: 1.9rem;
        height: .64rem;
        line-height: .6rem;
        font-size: .24rem; }
    .teaching-1 .list li:nth-child(even) .box {
      order: 1; }
      .teaching-1 .list li:nth-child(even) .box:after {
        top: -.12rem;
        bottom: auto; }
    .teaching-1 .list2 {
      margin-right: -.75rem;
      margin-left: -.75rem; }
      .teaching-1 .list2 li {
        width: 100%; }
        .teaching-1 .list2 li .box {
          margin-left: .75rem;
          margin-right: .75rem;
          padding: 0 .35rem; }
          .teaching-1 .list2 li .box h3 {
            font-size: .32rem; }
          .teaching-1 .list2 li .box .content {
            font-size: .26rem; }

  .teacher {
    padding: 0; }
    .teacher .container .content {
      font-size: .26rem;
      margin-right: -.3rem;
      margin-left: -.3rem; }
    .teacher .list {
      padding-bottom: .7rem; }
      .teacher .list li {
        width: 100%;
        padding-bottom: 1rem; }
        .teacher .list li .img img {
          width: 100%; }
        .teacher .list li .img h3 {
          font-size: .28rem;
          line-height: .9rem; }
        .teacher .list li .content {
          font-size: .26rem;
          line-height: .5rem;
          padding-bottom: .4rem; }

  .teacher2 {
    background-size: auto 3.5rem; }
    .teacher2 h2.title {
      font-size: .32rem; }
    .teacher2 .list {
      padding: .7rem .3rem .5rem .3rem;
      margin-left: -.25rem;
      margin-right: -.25rem; }
      .teacher2 .list ul {
        margin-left: -.3rem; }
      .teacher2 .list li {
        width: 50%;
        padding: 0 0 .15rem .3rem; }
        .teacher2 .list li .img h3 {
          font-size: .28rem;
          line-height: .7rem; }
        .teacher2 .list li .content {
          font-size: .26rem;
          line-height: .4rem;
          margin-right: 0; }

  .teacher-list {
    width: 100%; }
    .teacher-list ul {
      margin-left: -.3rem; }
    .teacher-list li {
      width: 50%;
      padding: 0 0 .15rem .3rem; }
      .teacher-list li .img h3 {
        font-size: .28rem;
        line-height: .7rem; }
      .teacher-list li .content {
        font-size: .26rem;
        line-height: .4rem;
        margin-right: 0; }

  .p-num {
    font-size: .26rem; }
    .p-num a {
      line-height: .4rem;
      display: none; }
      .p-num a.arrow {
        display: block; }

  .news .list li {
    line-height: .5rem;
    font-size: .26rem;
    padding: .3rem 0; }
    .news .list li em {
      right: auto;
      left: 0;
      top: .3rem; }
    .news .list li a {
      font-size: .28rem;
      padding: .5rem 0 0 0; }
  .news .list2 li {
    padding: .36rem 0 .36rem 1.3rem; }
    .news .list2 li .time {
      left: 0;
      font-size: .24rem; }
      .news .list2 li .time:after {
        right: -.3rem; }
      .news .list2 li .time div {
        font-size: .48rem; }
    .news .list2 li .name {
      font-size: .28rem;
      line-height: 1.6em; }
    .news .list2 li p {
      font-size: .24rem; }

  .new-show {
    padding: .7rem 0 1rem 0; }
    .new-show h2.title {
      line-height: 1.6em;
      font-size: .4rem; }
    .new-show .time {
      text-align: center;
      font-size: .26rem;
      padding: 0 0 .3rem 0;
      color: #666; }
      .new-show .time span {
        font-size: .32rem;
        color: #bb3985;
        padding-left: .1rem; }
    .new-show .content {
      font-size: .28rem; }
    .new-show .side {
      left: -.45rem;
      padding-right: .2rem; }
      .new-show .side .share .name h3 {
        font-size: .2rem; }

  .development {
    padding: 0; }
    .development .container .content {
      font-size: .26rem;
      margin-left: -.3rem;
      margin-right: -.3rem; }
    .development .list li {
      width: 100%;
      padding-bottom: 1rem; }
      .development .list li .img img {
        width: 100%; }
      .development .list li .img h3 {
        font-size: .3rem;
        line-height: .9rem; }
      .development .list li .content {
        font-size: .28rem;
        line-height: .5rem; }

  .cooperation .content {
    font-size: .28rem; }

  .teacher-show {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center; }
    .teacher-show .img {
      width: 4.23rem; }
    .teacher-show .container {
      width: 4.23rem; }
      .teacher-show .container h2 {
        font-size: .6rem;
        line-height: 1.1rem;
        padding-top: .15rem; }
      .teacher-show .container .msg {
        font-size: .3rem;
        padding: .05rem 0 .46rem 0;
        margin-right: -.8rem; }
      .teacher-show .container ul {
        margin-right: -.75rem;
        margin-left: -.75rem; }
        .teacher-show .container ul li {
          padding: .11rem 0;
          font-size: .28rem; }
          .teacher-show .container ul li .ico {
            width: .48rem; }
          .teacher-show .container ul li .name {
            width: 1.48rem; }
        .teacher-show .container ul li.li_01 {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          .teacher-show .container ul li.li_01 .name {
            width: 2rem; }
          .teacher-show .container ul li.li_01 p {
            width: 100%;
            padding: 0 0 0 .63rem; }
    .teacher-show .list li {
      font-size: .28rem;
      padding-left: 0; }
      .teacher-show .list li .name {
        position: static; }

  .phone-nav {
    width: 100%;
    padding-bottom: .6rem; }
    .phone-nav h2 {
      background: #c6c9c9;
      line-height: 1.2rem;
      font-size: .45rem;
      padding-left: .85rem;
      color: #fff;
      position: relative; }
      .phone-nav h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .52rem;
        bottom: 0;
        width: .34rem;
        background: url("../image/img34_1.png") center no-repeat;
        background-size: 100%; }
    .phone-nav .list {
      display: none; }
      .phone-nav .list li {
        padding-bottom: .06rem; }
        .phone-nav .list li a {
          display: block;
          position: relative;
          line-height: .6rem;
          font-size: .3rem;
          background: #f0f2f2;
          padding: .3rem 1rem .3rem .95rem; }
          .phone-nav .list li a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: .52rem;
            bottom: 0;
            width: .34rem;
            background: url("../image/img16_3.png") center no-repeat;
            background-size: .16rem; }
        .phone-nav .list li a.on2 {
          color: #00abba; }
          .phone-nav .list li a.on2:after {
            background-image: url("../image/img26.png");
            background-size: .26rem; }
        .phone-nav .list li dl {
          display: none;
          padding-top: .04rem; }
          .phone-nav .list li dl dd {
            padding-top: 1px; }
          .phone-nav .list li dl a {
            line-height: 1.04rem;
            font-size: .26rem;
            background: #d3d3d3;
            padding: 0 0 0 1.3rem; }
          .phone-nav .list li dl a.on {
            color: #fff; }
            .phone-nav .list li dl a.on:after {
              background-image: url("../image/img16_4.png"); }
    .phone-nav.on h2:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
    .phone-nav.on .list {
      display: block; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .75rem; } }

/*# sourceMappingURL=phone.css.map */