@charset "UTF-8";
body.show a, body.show .transition, body.show .index-flow .title dl dd .layer, .index-flow .title dl dd body.show .layer, body.show .g-nav2, body.show .g-nav, body.show .g-head .btn-list .search .input, .g-head .btn-list .search body.show .input, body.show .g-head .btn-list, .g-head body.show .btn-list, 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, .index-flow .img-list li a .layer .info, .index-flow .title dl dd .layer, .index-flow .title dl, .index-flow .container .video i, .index-admissions .dots, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .list-wrapper dl.ul-dl, .index-events .wal .arrow, .index-events .wal, .index-news .col-2 .arrow .dots, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-search .hot-words, .index-flash .btn .dots, .index-flash .btn, .g-foot .info .tel, .g-foot .info, .g-foot .list li, .g-nav2 .scroll ul, .g-nav ul, .g-head .btn-list .language .name, .g-head .btn-list ul, .g-head .btn-list, .p-layer {
  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, .index-flow .img-list li a .layer .info, .index-flow .container .video i, .index-events .list-wrapper dd.li-dd dl.info dd, .index-events .wal, .index-news .col-2 .arrow, .index-news .col-2 .list li .title, .index-search .search-result .name, .index-flash .btn, .g-foot .info .tel, .g-foot .list li, .g-head .btn-list .language .name, .g-head .btn-list, .p-layer {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .index-flow .container .video i, .index-admissions .dots, .index-admissions .list dl, .index-news .col-2 .arrow .dots, .index-news .col-2 .list li .title, .index-flash .btn, .p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .index-news .col-2 .arrow, .index-news, .g-foot .info {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .foot-link .list ul, .index-flow .img-list li a .layer, .index-flow .img-list ul, .index-admissions .list dl, .index-news, .index-search .hot-words ul, .g-foot .info div, .g-foot .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-flow .container .video i, .index-flow .container .list a i, .index-events .list-wrapper dd.li-dd dl.info em, .index-search .search-result li a i {
  font-family: "icon";
  font-size: 0.2rem;
}

.p-more {
  display: inline-block;
  font-size: 0.12rem;
  color: #6510AD;
  padding: 0 0.05rem;
  line-height: 0.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("../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: 1;
  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;
  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: 0.14rem;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none;
}
body.hidden {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}
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: 0.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: 13.2rem;
  margin: 0 auto;
}


.g-foot {
  position: relative;
  color: #fff;
  font-size: 0.12rem;
}
.g-foot a {
  color: #fff;
}
.g-foot:before {
  content: "";
  display: block;
  position: absolute;
  left: 4.5%;
  bottom: 0;
  right: 0;
  height: 1.92rem;
  background: #C6CFD7;
}
.g-foot:after {
  content: "";
  display: block;
  position: absolute;
  left: 7.1%;
  bottom: 0;
  right: 0;
  height: 100%;
  background: rgba(5, 40, 92, 1);
}
.g-foot .wal {
  min-height: 2.35rem;
  position: relative;
  z-index: 2;
}
.g-foot .logo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0.56rem;
  bottom: auto;
  width: 1.8rem;
}
.g-foot .list {
  position: absolute;
  z-index: 1;
  left: 2.3rem;
  right: auto;
  top: 0.5rem;
  bottom: auto;
  /* width: 3.5rem; */
}
.g-foot .list li {
  height: 0.24rem;
  padding-right: 0.2rem;
  width: 4.2rem;
}
.g-foot .list li .p-ico, .g-foot .list li .index-flow .container .video i, .index-flow .container .video .g-foot .list li i, .g-foot .index-flow .container .list li a i, .index-flow .container .g-foot .list li a i, .g-foot .index-flow .container .list a li i, .index-flow .container .g-foot .list a li i, .g-foot .list li .index-events .list-wrapper dd.li-dd dl.info em, .index-events .list-wrapper dd.li-dd dl.info .g-foot .list li em, .g-foot .list .index-search .search-result li a i, .index-search .search-result .g-foot .list li a i {
  font-size: 0.14rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.g-foot .info {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0.69rem;
  border-top: rgba(255, 255, 255, 0.27) solid 1px;
}
.g-foot .info div p {
  opacity: 0.36;
  line-height: 0.45rem;
  padding-right: 0.12rem;
}
.g-foot .info .tel {
  height: 0.45rem;
}
.g-foot .info .tel i {
  font-size: 0.14rem;
  margin-right: 0.08rem;
  font-style: normal;
}

@media screen and (max-width: 1840px) {
  .g-foot:before {
    left: 0.4rem;
  }
  .g-foot:after {
    left: 0.8rem;
  }
}
@media screen and (min-width: 1930px) {
  .g-foot:before {
    left: 50%;
    margin-left: -9.4rem;
  }
  .g-foot:after {
    left: 50%;
    margin-left: -8.9rem;
  }
}


.foot-link {
  position: relative;
  min-height: 4.02rem;
}
.foot-link .title {
  font-size: 0.34rem;
  color: #000;
  line-height: 1em;
  padding: 1.1rem 0 0.3rem 0;
}
.foot-link .list {
  max-width: 7.59rem;
}
.foot-link .list li {
  width: 33.333%;
  padding: 0.05rem 0.65rem 0 0;
}
.foot-link .list a {
  display: block;
  border-bottom: #DDD solid 1px;
  font-size: 0.16rem;
  color: #616161;
  line-height: 0.45rem;
}
.foot-link .list a:hover {
  color: #000;
}
.foot-link .ewm {
  width: 2.19rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: -0.6rem;
}
.foot-link .ewm p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 0.14rem;
}
