/*@charset "UTF-8";
body.show a, body.show .transition, body.show .g-head .btn-list, .g-head body.show .btn-list, body.show .g-head .btn-list .search .input, .g-head .btn-list .search body.show .input, body.show .g-nav, body.show .g-nav2, body.show .index-flow .title dl dd .layer, .index-flow .title dl dd body.show .layer, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }*/

.ellipsis, .index-flash li .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-layer, .g-head .btn-list, .g-head .btn-list ul, .g-head .btn-list .language .name, .g-nav ul, .g-nav2 .scroll ul, .g-foot .list li, .g-foot .info, .g-foot .info .tel, .index-flash .btn, .index-flash .btn .dots, .index-search .hot-words, .index-search .search-result .name, .index-news .col-2 .list li .title, .index-news .col-2 .arrow, .index-news .col-2 .arrow .dots, .index-events .wal, .index-events .wal .arrow, .index-events .list-wrapper dl.ul-dl, .index-events .list-wrapper dd.li-dd dl.info dd, .index-admissions .dots, .index-flow .container .video i, .index-flow .title dl, .index-flow .title dl dd .layer, .index-flow .img-list li a .layer .info {
  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, .p-layer, .g-head .btn-list, .g-head .btn-list .language .name, .g-foot .list li, .g-foot .info .tel, .index-flash .btn, .index-search .search-result .name, .index-news .col-2 .list li .title, .index-news .col-2 .arrow, .index-events .wal, .index-events .list-wrapper dd.li-dd dl.info dd, .index-flow .container .video i, .index-flow .img-list li a .layer .info {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-layer, .index-flash .btn, .index-news .col-2 .list li .title, .index-news .col-2 .arrow .dots, .index-admissions .list dl, .index-admissions .dots, .index-flow .container .video i {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-foot .info, .index-news, .index-news .col-2 .arrow {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-foot .list ul, .g-foot .info div, .index-search .hot-words ul, .index-news, .index-admissions .list dl, .index-flow .img-list ul, .index-flow .img-list li a .layer, .foot-link .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

/*.bsBox {
  box-sizing: content-box; }

.p-ico, .index-search .search-result li a i, .index-events .list-wrapper dd.li-dd dl.info em, .index-flow .container .list a i, .index-flow .container .video i {
  font-family: 'icon';
  font-size: .2rem; }

.p-more {
  display: inline-block;
  font-size: .12rem;
  color: #6510AD;
  padding: 0 .05rem;
  line-height: .25rem;
  border-bottom: #6510AD solid 0.02rem; }

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }
  .p-layer.show {
    opacity: 1;
    visibility: visible; }

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("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: 1;
      left: auto;
      right: -15px;
      top: 40px;
      bottom: auto;
      background: url("close.png") center no-repeat; }
    .pageTips .container .img {
      text-align: center; }
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }*/

* {
  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: 14px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none; }
  body.hidden {
    overflow: hidden; }*/

a {
  color: #000;
  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: #6510AD;
    outline: none; }

li {
  list-style: outside none; }

/*h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: .12rem; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  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; }

/*.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }*/

.wal {
  max-width: 1200px;
  margin: 0 auto; }

/*@font-face {
  font-family: "icon";
  src: url("fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.eot") format("embedded-opentype"), url("fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro-Bold.ttf") format("truetype"), url("fonts/SourceSansPro-Bold.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.ttf") format("truetype"), url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }*/



.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-flash li {
    position: relative;
    height: 100vh;
    overflow: hidden; }
    .index-flash li video {
      position: absolute;
      left: 50%;
      top: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%); }
    .index-flash li .video-btn {
      background: url("btn108.png") center no-repeat;
      background-size: 100%;
      width: 1.08rem;
      height: 1.08rem;
      position: absolute;
      z-index: 1;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-left: -.54rem;
      margin-top: -.54rem;
      cursor: pointer;
      opacity: 0; }
    .index-flash li .img a {
      position: relative;
      display: block;
      height: 100vh;
      overflow: hidden; }
      .index-flash li .img a:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: url("bg20.png") center bottom repeat-x;
        background-size: auto 5.19rem; }
      .index-flash li .img a img {
        position: absolute;
        left: 50%;
        top: 50%;
        min-height: 100%;
        min-width: 100%;
        max-width: 1000%;
        transform: translate(-50%, -50%); }
    .index-flash li .name a {
      display: block;
      color: #fff;
      text-align: center;
      font-weight: bold;
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      top: auto;
      bottom: 1.3rem;
      font-size: .24rem;
      padding: 0 .3rem;
      height: 1.3em;
      line-height: 1.3em; }
  .index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.1rem; }
    .index-flash .btn .dots span {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 8px;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.78);
      opacity: 1; }
    .index-flash .btn .dots span.swiper-pagination-bullet-active {
      background: #dcc55a; }
    .index-flash .btn a {
      font-size: 12px;
      color: #fff;
      height: 14px;
      line-height: 14px;
      border-left: rgba(255, 255, 255, 0.65) solid 1px;
      margin-left: 12px;
      padding-left: 17px; }
      .index-flash .btn a:hover {
        color: #dcc55a; }
  .index-flash .arrow a {
    display: block;
    width: .53rem;
    height: .53rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.26rem;
    opacity: 0; }
    .index-flash .arrow a.prev {
      left: .28rem;
      background-image: url("prev53_2.png"); }
    .index-flash .arrow a.next {
      right: .28rem;
      background-image: url("next53_2.png"); }
  .index-flash:hover .arrow a {
    opacity: .5; }
    .index-flash:hover .arrow a:hover {
      opacity: 1; }





.index-news .col-1 {
  width: 280px; }
  .index-news .col-1 .title {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    padding-top: 15px;
    line-height: 45px; }
    .index-news .col-1 .title span {
      padding-left: 10px; }
  .index-news .col-1 li {
    border-bottom: #E2E2E2 solid 1px; }
    .index-news .col-1 li:last-child {
      border: 0; }
    .index-news .col-1 li a {
      display: block;
      color: #000; }
      .index-news .col-1 li a .img {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: -8px; }
        .index-news .col-1 li a .img img {
          width: 100%; height:160px; }
      .index-news .col-1 li a .name {
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        padding: 25px 0; }
    .index-news .col-1 li a:hover {
      color: #4166C9; }
      .index-news .col-1 li a:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
.index-news .col-2 {
  width: 600px;
  position: relative;
  min-height: 700px; }
  .index-news .col-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: #D6D6D6 solid 1px;
    border-right: #D6D6D6 solid 1px; }
  .index-news .col-2 .list {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .index-news .col-2 .list li {
      text-align: center; }
      .index-news .col-2 .list li .img {
        width: 600px; height:330px;
        overflow: hidden;
        position: relative; }
        .index-news .col-2 .list li .img img {
          width: 100%; }
        .index-news .col-2 .list li .img:hover img {
          transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2); }
      .index-news .col-2 .list li .title {
        color: #4166C9;
        font-size: 12px;
        padding-top: 22px;
        text-transform: uppercase;
        line-height: 1em; }
        .index-news .col-2 .list li .title:before, .index-news .col-2 .list li .title:after {
          content: "";
          display: block;
          position: absolute;
          position: relative;
          width: 14px;
          height: 1px;
          background:#4166C9;
          opacity: .64;
          margin: 15px; }
        .index-news .col-2 .list li .title span {
          padding-left: 10px; }
      .index-news .col-2 .list li .name a {
        display: block;
        font-size: 24px;
        line-height: 30px;
        color: #555;
        padding: 15px 55px 20px 55px; }
        .index-news .col-2 .list li .name a:hover {
          color: #6510AD; }
      .index-news .col-2 .list li p {
        font-size: 14px;
        line-height: 28px;
        padding: 30px;
        color: #888; }
  .index-news .col-2 .arrow {
    position: absolute;
    z-index: 1;
    left: 60px;
    right: 60px;
    top: auto;
    bottom: 35px; }
    .index-news .col-2 .arrow a {
      width: 58px;
      height: 30px;
      background: center no-repeat;
      background-size: 100%; }
      .index-news .col-2 .arrow a.prev {
        background-image: url("prev58.png"); }
      .index-news .col-2 .arrow a.next {
        background-image: url("next58.png"); }
    .index-news .col-2 .arrow .dots span {
      width: 8px;
      height: 8px;
      margin: 0 5px;
      background: #9D9D9D;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .index-news .col-2 .arrow .dots span.swiper-pagination-bullet-active {
      background: #4166C9; }

