/* 修改样式 */
table, tr, td, span, p, a{ word-break: normal !important; }
iframe,video{width: 100% !important;}
.accommodation p span, .accommodation p, .v_news_content p, .v_news_content span{font-family: "Roboto" !important; line-height: .32rem !important;}
.pb_sys_style1 .p_pages .p_no_d{background-color: #b69fef; border-color: #b69fef;}
.wal .pb_sys_style1 .p_t{margin-right:.2rem;     color: #333;}
.pb_sys_common span{font-family: "Roboto" !important;}
.accommodation p a,.accommodation p a span{color: #7940bf !important;}
.accommodation #vsb_content table{margin: 10px 0; width: 80%;}
/* ******** */
a, .transition, .g-head .topSearch .form, :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, .g-head .language, .g-foot .share dl, .g-foot .ewm dl, .p-dots, .fees li .row, .p-num, .p-num div, .divisions .title, .divisions .row {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .p-banner .wal, .fees li .row dl.info, .students .list a .layer, .p-banner2 .wal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-banner2 .wal, .p-num {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-dots, .p-banner .wal, .fees li .row dl.info, .p-banner2 .wal {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .index-1, .index-3, .fees li .row, .p-num {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav ul, .index-1, .index-3, .students .list ul, .videos ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: .12rem;
  font-family: "Roboto";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #7940bf;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "Roboto";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 14rem;
  margin: 0 auto; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.eot") format("embedded-opentype"), url("fonts/Roboto-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto-Bold.eot") format("embedded-opentype"), url("fonts/Roboto-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.eot") format("embedded-opentype"), url("fonts/Roboto-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png"); }
  .pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px; }
    .pageTips .container a.close {
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -15px;
      top: 40px;
      bottom: auto;
      background: url("../image/close.png") center no-repeat; }
    .pageTips .container .img {
      text-align: center; }
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      text-align: justify;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }

.g-headD {
  height: 1.2rem; }

.g-head {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff; }
  .g-head .wal {
    min-height: 1.2rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 2.72rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.1rem;
    top: 0.13rem;
    bottom: auto; }
    .g-head .language dd {
      padding-left: .08rem; }
    .g-head .language a {
      display: block;
      -moz-border-radius: 0.03rem;
      -webkit-border-radius: 0.03rem;
      border-radius: 0.03rem;
      height: .17rem;
      line-height: .17rem;
      padding: 0 .05rem; }
      .g-head .language a:hover, .g-head .language a.on {
        background: #7940bf;
        color: #fff; }
  .g-head .topSearch {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: .51rem;
    height: 100%; }
    .g-head .topSearch:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      background: url("../image/img17.png") center no-repeat;
      background-size: .17rem; }
    .g-head .topSearch .form {
      width: 2.5rem;
      height: .4rem;
      background: #fff;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 100%;
      bottom: auto;
      margin-top: 0;
      box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden; }
    .g-head .topSearch .input input {
      width: 100%;
      height: .4rem;
      line-height: .4rem;
      font-size: .12rem;
      padding: 0 .2rem; }
    .g-head .topSearch .submit {
      width: .5rem;
      height: 100%;
      background: url("../image/img20_8.png") center no-repeat;
      background-size: .2rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto; }
      .g-head .topSearch .submit input {
        width: 100%;
        height: .4rem;
        cursor: pointer; }
    .g-head .topSearch:hover .form {
      opacity: 1;
      visibility: visible;
      margin-top: -.1rem; }

.g-nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.5rem;
  top: 0;
  bottom: auto;
  }
  .g-nav a.name {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .18rem;
    color: #4a4a4a;
    margin-left: .18rem;
font-weight:700;
    }
    .g-nav a.name:hover, .g-nav a.name.on {
      color: #7940bf; }

@media screen and (min-width: 800px) {
  .g-nav li {
    position: relative; }
    .g-nav li .list {
      position: absolute;
      z-index: 10;
      left: 0.12rem;
      right: auto;
      top: -10rem;
      bottom: auto;
      background: #fff;
      width: 2.1rem;
      border-left: #7330b7 solid .02rem;
      margin-top: -.3rem;
      box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
      padding: 0 0 .1rem 0;
      opacity: 0;
      visibility: hidden; }
      .g-nav li .list:before {
        content: "";
        display: block;
        position: absolute;
        left: -.02rem;
        width: .02rem;
        height: .5rem;
        top: -.5rem;
        background: #7330b7; }
      .g-nav li .list a {
        display: block;
        font-size: .14rem;
        line-height: .2rem;
        color: #4a4a4a;
        padding: .08rem .1rem .08rem .12rem; }
        .g-nav li .list a:hover {
          padding-left: .26rem;
          background: #f3f3f3;
          color: #7940bf; }
  .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; } }
.g-foot {
  background: url("../image/foot.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff; }
  .g-foot a {
    color: #fff; }
  .g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .75rem;
    background: url("../image/foot.png") center no-repeat;
    background-size: 100% 100%; }
  .g-foot .wal {
    min-height: 4rem;
    position: relative;
    padding: .61rem 0 0 0; }
  .g-foot .logo {
    width: 2.72rem; }
  .g-foot .content {
    padding: .15rem 0;
    min-height: 1.15rem;
    line-height: .22rem;
    opacity: .72; }
  .g-foot .share dd {
    margin-right: .15rem;
    width: .35rem; }
  .g-foot .ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.64rem;
    bottom: auto; }
    .g-foot .ewm dd {
      margin-left: .35rem;
      width: 1.46rem;
      text-align: center; }
      .g-foot .ewm dd .name {
        color: #7f8899;
        padding: .1rem 0 .04rem 0; }
  .g-foot .msg {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    opacity: .63;
    line-height: .75rem; }
  .g-foot .links {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0.19rem;
    width: 2.02rem; }
    .g-foot .links .name {
      height: .37rem;
      line-height: .37rem;
      background: rgba(255, 255, 255, 0.15);
      color: #fff;
      padding-left: .18rem; }
      .g-foot .links .name:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .17rem;
        bottom: 0;
        width: .05rem;
        background: url("../image/img5_1.png") center no-repeat;
        background-size: 100%; }
    .g-foot .links dl {
      position: absolute;
      z-index: 30;
      left: 0;
      right: 0;
      top: auto;
      bottom: 100%;
      background: #fff;
      display: none; }
      .g-foot .links dl dd {
        border-bottom: #eee solid 1px; }
        .g-foot .links dl dd:last-child {
          border: 0; }
      .g-foot .links dl a {
        display: block;
        line-height: .37rem;
        padding-left: .18rem;
        color: #333; }
    .g-foot .links:hover dl {
      display: block; }

/*index*/
.p-dots span {
  width: .1rem;
  height: .1rem;
  background: #c5b8d3;
  margin: 0 .065rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.p-dots span.swiper-pagination-bullet-active {
  background: #7940bf; }

.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 16rem;
  margin: 0 auto; }
  .indexFlash li {
    position: relative; }
    .indexFlash li .name a {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0;
      line-height: .84rem;
      background: rgba(39, 39, 39, 0.73);
      font-size: .24rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Roboto';
      font-weight: 300; }
  .indexFlash .arrow a {
    display: block;
    width: .84rem;
    height: .84rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: auto;
    bottom: 1.1rem;
    background: #7940bf center no-repeat;
    background-size: .29rem; }
    .indexFlash .arrow a.prev {
      left: 0;
      background-image: url("../image/prev29.png"); }
    .indexFlash .arrow a.next {
      right: 0;
      background-image: url("../image/next29.png"); }
  .indexFlash .p-dots {
    height: 1.1rem;
    padding-top: .3rem; }
    .indexFlash .p-dots span {
      width: .13rem;
      height: .13rem;
      margin: 0 .1rem; }

.index-1 {
  max-width: 10rem;
  padding-bottom: 1.25rem; }
  .index-1 .col-1 {
    width: 6rem; }
    .index-1 .col-1 h2 {
      font-size: .32rem;
      color: #2e414a;
      font-family: 'Roboto';
      font-weight: 700;
      line-height: 1em; }
    .index-1 .col-1 .content {
      font-size: .16rem;
      line-height: .3rem;
      padding: .15rem 0 .6rem 0;
      color: #000; }
      .index-1 .col-1 .content a {
        display: inline-block;
        color: #7940bf;
        border-bottom: #7940bf solid 1px; }
        .index-1 .col-1 .content a:hover {
          color: #000;
          border-color: #fff; }
    .index-1 .col-1 .btn a {
      display: block;
      text-align: center;
      color: #fff;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      font-size: .18rem;
      text-transform: uppercase;
      line-height: .6rem;
      background: #7940bf;
      background: linear-gradient(-40deg, #7545aa, #7545aa, #7545aa, #2574e4, #2574e4, #2574e4);
      background: -webkit-linear-gradient(-40deg, #7545aa, #7545aa, #7545aa, #2574e4, #2574e4, #2574e4); }
      .index-1 .col-1 .btn a:hover {
        background: linear-gradient(-40deg, #2574e4, #2574e4, #2574e4, #7545aa, #7545aa, #7545aa);
        background: -webkit-linear-gradient(-40deg, #2574e4, #2574e4, #2574e4, #7545aa, #7545aa, #7545aa); }
      .index-1 .col-1 .btn a em {
        background: url("../image/img8.png") right center no-repeat;
        background-size: .08rem;
        padding-right: .26rem; }
  .index-1 .col-2 {
    width: 3.4rem; }
    .index-1 .col-2 h2 {
      color: #2727bd;
      padding: .3rem 0 .2rem 0;
      font-size: .2rem;
      font-family: 'Roboto-Bold'; }
    .index-1 .col-2 .list {
      min-height: 4rem;
      border: #eaecec solid 1px;
      position: relative;
      padding: 0 .16rem 0; }
      .index-1 .col-2 .list:after {
        content: "";
        display: block;
        position: absolute;
        left: -1px;
        top: -4px;
        right: -1px;
        height: 2px;
        background: #7940bf; }
      .index-1 .col-2 .list h2 {
        padding-bottom: .1rem; }
      .index-1 .col-2 .list li {
        position: relative;
        border-bottom: #e9e9e9 solid 1px;
        font-size: .14rem;
        line-height: .22rem;
        color: #6d6d6d;
        padding: .2rem 0 .2rem .2rem; }
        .index-1 .col-2 .list li:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: .2rem;
          width: .05rem;
          height: .22rem;
          background: url("../image/img5.png") center no-repeat;
          background-size: 100%; }
        .index-1 .col-2 .list li:last-child {
          border: 0; }
        .index-1 .col-2 .list li a {
          color: #6d6d6d; }
          .index-1 .col-2 .list li a:hover {
            color: #7940bf; }
    .index-1 .col-2 .list2 {
      margin-top: -.15rem; }
      .index-1 .col-2 .list2 li {
        border-bottom: #e5e5e5 solid 1px;
        line-height: .3rem;
        padding: .15rem 0 .15rem .3rem;
        position: relative; }
        .index-1 .col-2 .list2 li .num {
          font-size: .18rem;
          color: #7940bf;
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0.15rem;
          bottom: auto;
          font-family: 'Roboto';
          font-weight: 700; }
        .index-1 .col-2 .list2 li .name {
          font-size: .16rem; }
        .index-1 .col-2 .list2 li a {
          color: #7940bf; }
        .index-1 .col-2 .list2 li .msg {
          font-size: .12rem;
          line-height: .2rem;
          color: #7940bf; }
        .index-1 .col-2 .list2 li p {
          font-size: .14rem;
          color: #555;
          line-height: .24rem; }

.index-2 {
  min-height: 7rem;
  position: relative; }
  .index-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url("../image/index-2.jpg") center top no-repeat;
    background-size: cover;
    height: 4.28rem; }
  .index-2 h2 {
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: .32rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 1.25rem;
    bottom: auto; }
  .index-2 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .index-2 .arrow a {
    display: block;
    width: .58rem;
    height: .58rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.29rem;
    background: rgba(117, 53, 187, 0.73) center no-repeat;
    background-size: .29rem; }
    .index-2 .arrow a:hover {
      background-color: #7940bf; }
    .index-2 .arrow a.prev {
      left: 0;
      background-image: url("../image/prev29.png"); }
    .index-2 .arrow a.next {
      right: 0;
      background-image: url("../image/next29.png"); }
  .index-2 .list-wrapper {
    width: 24rem;
    position: relative;
    left: 50%;
    margin-left: -12rem;
    padding: 1.95rem 0; }
    .index-2 .list-wrapper li {
      position: relative; }
      .index-2 .list-wrapper li .img a {
        display: block;
        position: relative; }
        .index-2 .list-wrapper li .img a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          top: 0;
          background: url("../image/bg20.png") center bottom repeat-x;
          background-size: auto 1.66rem; }
        .index-2 .list-wrapper li .img a:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          top: 0;
          background: url("../image/btn62.png") center no-repeat;
          background-size: .62rem; }
      .index-2 .list-wrapper li .name {
        display: block;
        font-size: .18rem;
        color: #fff;
        position: absolute;
        z-index: 10;
        left: 0.4rem;
        right: 0.4rem;
        top: auto;
        bottom: 0.26rem; }
    .index-2 .list-wrapper li.swiper-slide-active .img a {
      box-shadow: 0 0 0.38rem rgba(0, 0, 0, 0.46);
      -webkit-box-shadow: 0 0 0.38rem rgba(0, 0, 0, 0.46);
      -moz-box-shadow: 0 0 0.38rem rgba(0, 0, 0, 0.46); }
  .index-2 .p-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.4rem; }

.index-3 {
  max-width: 10rem;
  padding-bottom: 1.3rem;
  margin-top: -.5rem; }
  .index-3 h2 {
    font-size: .24rem;
    color: #2e414a;
    font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: .24rem; }
  .index-3 .col-1 {
    width: 5.01rem; }
    .index-3 .col-1 .img-list {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .index-3 .col-1 .img-list li {
        position: relative; }
      .index-3 .col-1 .img-list .img a {
        display: block;
        position: relative; }
        .index-3 .col-1 .img-list .img a img {
          width: 100%; }
        .index-3 .col-1 .img-list .img a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          top: 0;
          background: url("../image/bg10.png") center bottom repeat-x;
          background-size: auto 1.07rem; }
      .index-3 .col-1 .img-list a.name {
        display: block;
        color: #fff;
        position: absolute;
        z-index: 10;
        left: 0.25rem;
        right: 0.25rem;
        top: auto;
        bottom: 0.2rem; }
        .index-3 .col-1 .img-list a.name div {
          font-size: .16rem;
          padding-top: .08rem; }
    .index-3 .col-1 .dots {
      padding-top: .25rem; }
  .index-3 .col-2 {
    width: 4.2rem; }
    .index-3 .col-2 ul {
      margin-top: -.17rem; }
    .index-3 .col-2 li {
      border-bottom: #ececec solid 1px;
      font-size: .14rem;
      line-height: .22rem;
      padding: .16rem 0;
      color: #7940bf; }
      .index-3 .col-2 li a {
        color: #6d6d6d;
        display: block;
        padding-top: .03rem; }
    .index-3 .col-2 li:hover a {
      color: #7940bf; }

/*page*/
.p-banner {
  position: relative; }
  .p-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -.7rem;
    right: 0;
    width: 50%;
    height: .7rem;
    background: #fff; }
  .p-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -.7rem;
    background: center no-repeat;
    background-size: cover; }
  .p-banner .wal {
    height: 3.8rem;
    position: relative; }
  .p-banner h1 {
    font-size: .6rem;
    font-family: 'Roboto';
    font-weight: 700;
    color: #fff; }

#page {
  min-height: 5rem;
  background: #fff;
  position: relative;
  z-index: 2; }

.p-curr {
  line-height: .9rem;
  color: #919191;
  padding-left: .65rem;
  background: url("../image/img14.png") 0.42rem center no-repeat;
  background-size: .14rem; }
  .p-curr a {
    color: #919191; }
    .p-curr a:hover {
      color: #7940bf; }

.side-nav {
  width: 2.46rem;
  position: relative;
  padding-left: .46rem; }
  .side-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .16rem;
    bottom: 0;
    width: 1px;
    background: #cfd1d1; }
  .side-nav a {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    padding: .13rem 0;
    color: #828282;
    position: relative; }
    .side-nav a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: .1rem;
      height: 1px;
      background: #f0f0f0; }
    .side-nav a:before {
      content: "";
      display: block;
      position: absolute;
      left: -.46rem;
      top: 50%;
      margin-top: 0;
      height: 0;
      width: 3px;
      background: #7940bf;
      margin-left: -1px; }
    .side-nav a:hover, .side-nav a.on {
      color: #7940bf; }
      .side-nav a:hover:before, .side-nav a.on:before {
        height: .38rem;
        margin-top: -.19rem; }

.w1080 {
  width: 10.8rem; }

.p-title {
  line-height: .6rem;
  font-size: .36rem;
  color: #7940bf;
  font-family: 'Roboto';
  font-weight: 700; }

.globalStrategy {
  padding: .95rem 0; }
  .globalStrategy .map {
    position: relative;
    width: 10.69rem; }
    .globalStrategy .map li {
      position: absolute;
      background: url("../image/img20.png") center no-repeat;
      background-size: 100%;
      width: .2rem;
      margin-left: -.1rem; }
      .globalStrategy .map li div {
        position: absolute;
        font-size: .14rem;
        color: #7940bf; }
      .globalStrategy .map li.li_01 div, .globalStrategy .map li.li_02 div, .globalStrategy .map li.li_03 div {
        left: .25rem;
        top: 0;
        width: 2.2rem; }
      .globalStrategy .map li.li_04 div, .globalStrategy .map li.li_05 div, .globalStrategy .map li.li_07 div {
        left: .25rem;
        bottom: -.02rem;
        width: 1.6rem; }
      .globalStrategy .map li.li_06 div {
        right: .25rem;
        bottom: -.02rem;
        width: 2.2rem;
        text-align: right; }
    .globalStrategy .map li.li_01 {
      left: 1.45rem;
      top: -.68rem;
      background-image: url("../image/img20_1.png");
      height: 3.45rem; }
    .globalStrategy .map li.li_02 {
      left: 5.26rem;
      top: -.68rem;
      background-image: url("../image/img20_2.png");
      height: 3.05rem; }
    .globalStrategy .map li.li_03 {
      left: 8.48rem;
      top: -.68rem;
      background-image: url("../image/img20_3.png");
      height: 3.28rem; }
    .globalStrategy .map li.li_04 {
      left: 2.95rem;
      bottom: -.4rem;
      background-image: url("../image/img20_4.png");
      height: 1.67rem; }
    .globalStrategy .map li.li_05 {
      left: 5.5rem;
      bottom: -.4rem;
      background-image: url("../image/img20_5.png");
      height: 3.22rem; }
    .globalStrategy .map li.li_06 {
      left: 8.4rem;
      bottom: .9rem;
      background-image: url("../image/img20_6.png");
      height: 2.5rem; }
    .globalStrategy .map li.li_07 {
      left: 8.75rem;
      bottom: -.4rem;
      background-image: url("../image/img20_7.png");
      height: 2.61rem; }

.fees {
  border-top: #000 solid 1px;
  margin-top: .25rem; }
  .fees li {
    border-bottom: #000 solid 1px; }
    .fees li .row {
      border-bottom: #ccc solid 1px; }
      .fees li .row:last-child {
        border: 0; }
      .fees li .row .col {
        width: 8.4rem;
        padding: .12rem 0; }
        .fees li .row .col h2 {
          font-size: .18rem;
          line-height: .26rem;
          font-family: 'Roboto';
          font-weight: 700; }
        .fees li .row .col .content {
          font-size: .16rem;
          line-height: .26rem; }
        .fees li .row .col h2 + .content {
          padding-top: .1rem; }
      .fees li .row dl.info {
        width: 1.83rem; }
        .fees li .row dl.info dd {
          font-size: .16rem;
          line-height: .2rem;
          font-family: 'Roboto';
          font-weight: 700;
          padding: .12rem 0;
          border-bottom: #ccc solid 1px;
          color: #7940bf; }
        .fees li .row dl.info dd:last-child {
          border: 0; }
  .fees .msg {
    line-height: .26rem;
    color: #7d7d7d;
    font-style: italic;
    padding: .3rem 0 .5rem 0; }

.students {
  padding: 0 0 0 .42rem; }
  .students .list {
    padding-top: .25rem; }
    .students .list ul {
      margin-left: -.33rem; }
    .students .list li {
      width: 25%;
      padding: 0 0 .4rem .33rem; }
    .students .list a {
      display: block;
      position: relative; }
      .students .list a .img {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .students .list a .img img {
          width: 100%; }
      .students .list a .layer {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        color: #fff;
        padding: .16rem .2rem;
        background: url("../image/bg20-2.png") center bottom repeat-x;
        background-size: auto 1.29rem; }
        .students .list a .layer .name {
          font-size: .16rem;
          line-height: .2rem;
          padding-top: .08rem; }
    .students .list a:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }

.accommodation {
  font-size: .16rem;
  line-height: .32rem;
  padding: .25rem 0 .5rem 0; }
  .accommodation a {
    color: #7940bf;
    text-decoration: underline; }
  .accommodation dd {
    text-indent: 2em; }

.p-banner2 {
  position: relative; }
  .p-banner2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -.6rem;
    background: center no-repeat;
    background-size: cover; }
  .p-banner2 .wal {
    position: relative;
    height: 2.4rem;
    color: #fff; }
    .p-banner2 .wal .curr {
      background: url("../image/img14_2.png") left center no-repeat;
      background-size: .14rem;
      padding-left: .24rem; }
      .p-banner2 .wal .curr a {
        color: #fff; }
    .p-banner2 .wal h1 {
      font-family: 'Roboto';
      font-weight: 700;
      font-size: .48rem;
      padding-top: .1rem;
      text-transform: uppercase; }

.admissions {
  max-width: 9.95rem;
  padding: .8rem 0 .3rem 0;
  margin: 0 auto; }
  .admissions li {
    padding: .18rem .07rem;
    border-bottom: #e9e9e9 solid 1px;
    color: #7940bf;
    line-height: .22rem; }
    .admissions li .name {
      font-size: .16rem;
      padding-top: .04rem; }
    .admissions li a {
      color: #000; }
      .admissions li a:hover {
        color: #7940bf; }

.p-num {
  font-size: .14rem;
  text-transform: uppercase;
  padding: .3rem .07rem 1rem .07rem;
  max-width: 9.95rem;
  margin: 0 auto; }
  .p-num a {
    color: #777; }
    .p-num a:hover, .p-num a.on {
      color: #7940bf; }
  .p-num div a {
    font-size: .18rem;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 0 .09rem; }

.videos {
  max-width: 12.1rem;
  margin: 0 auto;
  padding-top: 1rem; }
  .videos ul {
    margin-left: -.44rem; }
  .videos li {
    width: 33.333%;
    padding: 0 0 .2rem .44rem; }
  .videos a {
    display: block; }
    .videos a .img {
      position: relative; }
      .videos a .img:after {
        content: "";
        display: block;
        position: absolute;
        left: .3rem;
        bottom: .22rem;
        width: .62rem;
        height: .63rem;
        background: url("../image/img62.png") center no-repeat;
        background-size: 100%; }
    .videos a .name {
      padding: .15rem 0;
      font-size: .16rem;
      line-height: .24rem; }

.faq {
  padding-top: .25rem; }
  .faq li {
    padding-bottom: .3rem; }
  .faq h2 {
    font-size: .18rem;
    line-height: .26rem;
    font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: .06rem; }
  .faq h3 {
    font-size: .16rem;
    line-height: .26rem;
    font-family: 'Roboto';
    font-weight: 700;
    color: #7940bf;
    padding-bottom: .03rem; }
    .faq h3 a {
      text-decoration: underline;
      color: #7940bf; }
      .faq h3 a:hover {
        color: #000;
        text-decoration: none; }
  .faq .content {
    font-size: .16rem;
    line-height: .26rem;
    color: #666;
    padding-bottom: .3rem; }
    .faq .content:last-child {
      padding: 0; }

.divisions {
  padding: 0 0 0 .42rem; }
  .divisions .title, .divisions .row {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .divisions .title .col-1, .divisions .row .col-1 {
      width: 100%; }
    .divisions .title .col-2, .divisions .row .col-2 {
      width: 4.5rem;
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
    .divisions .title .col-3, .divisions .row .col-3 {
      width: 5.25rem;
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
  .divisions .title,   .divisions table tr:first-child{
    background: url("../image/divisions.jpg") right center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: .18rem;
    line-height: .64rem; }
    .divisions .title div {
      padding: 0 .25rem; }
    .divisions .title div.col-1 {
      padding-left: .35rem; }
.divisions p, .divisions span{font-family: "Roboto-Regular" !important;}
  .divisions li {
    position: relative; }
    .divisions li:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 1px;
      background: #ebebeb; }
    .divisions li .row {
      font-size: .16rem;
      line-height: .36rem; }
      .divisions li .row .col-1, .divisions li .row .col-2, .divisions li .row .col-3 {
        border-bottom: #ebebeb solid 1px;
        padding: .1rem .25rem; }
      .divisions li .row .col-1 {
        font-family: 'Roboto-Bold';
        line-height: .26rem;
        padding: .15rem .25rem .15rem .35rem; }
      .divisions li .row a {
        color: #7940bf; }
        .divisions li .row a:hover {
          color: #000; }
      .divisions li .row .col-2 a {
        padding-right: .21rem;
        background: url("../image/img11.png") right center no-repeat;
        background-size: .11rem;
        display: inline-block; }
      .divisions li .row .col-3 dd {
        position: relative;
        padding-left: .16rem; }
        .divisions li .row .col-3 dd:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: .06rem;
          height: .36rem;
          background: url("../image/img6.png") center no-repeat;
          background-size: 100%; }
  .divisions li:nth-child(even) {
    background: #f7f7f7; }
  .divisions .tips {
    font-style: italic;
    font-size: .14rem;
    line-height: .26rem;
    color: #6d6d6d;
    padding: .25rem 0 1rem 0; }
    .divisions .tips h3 {
      font-size: .14rem; }

.page-show-head {
  background: url("../image/img240.jpg") no-repeat;
  background-size: cover;
  padding-bottom: .5rem; }
  .page-show-head .curr {
    line-height: .65rem;
    color: #919191;
    padding-left: .24rem;
    background: url("../image/img14.png") left center no-repeat;
    background-size: .14rem; }
    .page-show-head .curr a {
      color: #919191; }
      .page-show-head .curr a:hover {
        color: #7940bf; }
  .page-show-head .title {
    max-width: 9.96rem;
    margin: 0 auto;
    position: relative;
    padding-left: .45rem;
    color: #000; }
    .page-show-head .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: .05rem;
      background: url("../image/img5_2.png") center no-repeat;
      background-size: 100% 100%; }
    .page-show-head .title h1 {
      font-size: .32rem;
      line-height: .36rem;
      font-family: 'Roboto-Bold';
      padding: .06rem 0 .1rem 0; }
    .page-show-head .title .time {
      font-size: .16rem; }

.page-show {
  max-width: 9.96rem;
  margin: 0 auto;
  padding: 1rem 0; }
  .page-show p {
    font-size: .16rem;
    line-height: .3rem;
    padding-bottom: .3rem; }
    .page-show p a {
      color: #7940bf;
      text-decoration: underline; }
  .page-show .img {
    text-align: center;
    padding-bottom: .3rem; }
    .page-show .img .name {
      font-style: italic;
      color: #7940bf;
      padding-top: .12rem; }
  .page-show h2 {
    font-size: .24rem;
    font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: .18rem; }
  .page-show h3 {
    font-size: .2rem;
    font-family: 'Roboto';
    font-weight: 700;
    padding-bottom: .15rem; }

.side-bar {
  position: fixed;
  z-index: 30;
  bottom: 1rem;
  right: .2rem;
  width: .46rem; }
  .side-bar dd {
    padding-bottom: .04rem; }
    .side-bar dd a {
      display: block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #b4b4b4; }
  .side-bar dd.dd_01 a {
    background: #07c2de; }
  .side-bar dd.dd_02 a {
    background: #12ba00; }
  .side-bar dd.dd_03 a {
    background: #2883df; }
  .side-bar dd.dd_04 a {
    background: #dc29da; }
  .side-bar dd.dd_05 a {
    background: #ea0000; }

.index-1 .col-2  .list_news{
    border: #eaecec solid 1px;
    padding: 0.2rem .2rem .3rem .2rem;
    border-top: 2px solid #7940bf;
    margin-bottom: .5rem;
}

.index-1 .col-2 .list_news li{
    font-size: .16rem;
    line-height: .3rem;
    position:relative;
    border-bottom: 1px solid #eaecec;
    margin: .1rem 0;
    padding-bottom: .1rem;
}
.index-1 .col-2 .list_news li:last-child{
  border-bottom:none;
}
.index-1 .col-2 .list_news li a{
  padding-left: 0.15rem;
  position:relative;
  overflow: hidden;
  display: block;
  transition:all .3s;
}
    .index-1 .col-2 .list_news li a:hover{
      color:#7940bf;
    }
  .index-1 .col-2 .list_news li::before{
    content:"";
    position:absolute;
    width: 0.05rem;
    height: 0.05rem;
    background:#7940bf;
    top: .13rem;
    left: 0;
    border-radius: 50%;
    }

@media screen and (max-width: 800px) {
.index-1 .col-2 .list_news li{
    font-size:.24rem;
    line-height: .44rem;
}

.index-1 .col-2 .list_news li::before {

    width: 0.1rem;
    height: 0.1rem;
    top: .15rem;

}
.index-1 .col-2 .list_news li a{padding-left:.2rem;}
}
