@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 :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 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-more, .p-tag, .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 .share ul, .g-foot .info, .g-foot .info .list li, .index-flash .arrow, .index-news .container, .index-events .col .arrow, .index-research .wal .list li a.name, .index-campus-life .img-list .arrow {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .index-flash li, .index-events .list-wrapper li .time {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-more, .p-layer, .g-head .btn-list, .g-head .btn-list .language .name, .g-foot .info .list li, .index-events .list-wrapper li .time, .index-research .wal .list li a.name {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-layer, .index-events .list-wrapper li .time {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .p-more, .g-foot .info, .index-news .wal, .index-news .container, .index-events .wal, .index-events .col .arrow, .index-campus-life .img-list .arrow, .foot-link {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-foot .info .col, .g-foot .info .list ul, .index-news .wal, .index-news .list ul, .index-events .wal, .foot-link, .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, .g-foot .share {
  font-family: 'icon';
  font-size: .2rem; }

.p-more {
  font-size: .18rem;
  color: #12368f;
  width: 1.78rem;
  border-bottom: #12368f solid 0.03rem;
  height: .55rem; }
  .p-more:after {
    content: "";
    display: block;
    position: absolute;
    position: static;
    background: url("../images/arrow58.png") center no-repeat;
    background-size: 100%;
    width: .58rem;
    height: .2rem; }

.p-title h2 {
  color: #12368f;
  font-size: .6rem;
  line-height: 1em;
  letter-spacing: -.04rem; }
.p-title p {
  font-size: .18rem;
  line-height: .24rem;
  color: #747474;
  padding-top: .1rem; }

.p-tag a, .p-tag em {
  text-transform: uppercase;
  color: #B7AA00;
  border-bottom: #B7AA00 solid .02rem;
  line-height: 1em;
  padding-bottom: .08rem;
  margin-right: .2rem; }
.p-tag a:hover {
  color: #B7AA00; }

.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; }
  .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("../images/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: .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: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: #12368f;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-family: 'SourceSansPro-Bold'; }

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: 14rem;
  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; }
/*-------------------------*/
.g-head {
  position: relative;
  /* position: fixed; */
  z-index: 50;
  left: 0;
  top: 0.05rem;
  width: 100%; 
  background: #143270;
}
  .g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.05rem;
    right: 0;
    /* height: 1.38rem; */
    background: url("../images/head-bg.png") center repeat-x;
    background-size: auto 99%; }
  /* .g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.05rem;
    right: 0;
    height: .05rem;
    background: #005fb7;
   
    background-size: 100% 100%; } */
  .g-head .wal {
    min-height: 60px;
    position: relative;
    max-width: 100%;
    width: 1230px;
    margin: 0 auto;
    background: #143270;
  }
  .g-head a.logo {
    display: block;
    background: url("../images/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.8rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0; }
  .g-head .btn-list {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.36rem;
    top: 0;
    bottom: auto;
    height: .53rem;
    font-size: .16rem;
    color: #fff; }
    .g-head .btn-list a {
      color: #fff; }
    .g-head .btn-list ul {
      margin-right: .2rem; }
      .g-head .btn-list ul li {
        padding-left: .14rem; }
      .g-head .btn-list ul a {
        display: block;
        opacity: .75; }
        .g-head .btn-list ul a:hover {
          opacity: 1; }
    .g-head .btn-list .language {
      border-left: rgba(255, 255, 255, 0.37) solid 1px; }
      .g-head .btn-list .language .name {
        height: .16rem;
        opacity: .75;
        padding: 0 .25rem 0 .21rem;
        font-size: .14rem; }
        .g-head .btn-list .language .name i {
          flex-shrink: 0;
          font-size: .14rem;
          margin-right: .1rem;
          font-style: normal; }
        .g-head .btn-list .language .name:hover {
          opacity: 1; }
    .g-head .btn-list .search {
      width: .2rem;
      height: .4rem;
      position: relative;
      z-index: 20; }
      .g-head .btn-list .search .btn {
        font-size: .18rem;
        opacity: .75;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        line-height: .4rem; }
        .g-head .btn-list .search .btn input {
          width: 100%;
          height: .4rem;
          cursor: pointer;
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto; }
        .g-head .btn-list .search .btn:hover {
          opacity: 1; }
      .g-head .btn-list .search .input {
        position: absolute;
        z-index: 1;
        left: auto;
        right: -0.12rem;
        top: 0;
        bottom: auto;
        height: .4rem;
        width: .2rem;
        background: #fff;
        opacity: 0;
        visibility: hidden; }
        .g-head .btn-list .search .input input {
          width: 100%;
          height: .4rem;
          line-height: .4rem;
          font-size: .14rem;
          padding: 0 .12rem; }
      .g-head .btn-list .search:hover .btn {
        color: #12368f; }
      .g-head .btn-list .search:hover .input {
        width: 3rem;
        opacity: 1;
        visibility: visible; }
  .g-head a.navA {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.4rem;
    top: 0;
    bottom: auto;
    background: #005fb7;
    /* background: url("../images/img100.png") center no-repeat; */
    background-size: 100% 100%;
    width: 0.1rem;
    height: 0rem; }
    .g-head a.navA:after {
      content: "";
      display: block;
      position: absolute;
      left: .1rem;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("../images/nava.png") center no-repeat;
      background-size: .31rem; }

.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  }
  .g-nav li {
    position: relative;
    width: 124px; }
  .g-nav a.name {
    display: block;
    padding: 17px 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff; }
    .g-nav a.name i.line {
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      right: .2rem;
      height: .02rem;
      background: #e2ca5b;
      margin-top: -.12rem;
      opacity: 0; }
    .g-nav a.name em {
      display: block;
      margin-right: -.2rem;
      padding-right: .2rem;
      position: relative; }
      .g-nav a.name em:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: .12rem;
        font-family: 'icon';
        content: "\EAED"; }
    .g-nav a.name.on {
      color: #e2ca5b; }
      .g-nav a.name.on i.line {
        opacity: 1; }
  .g-nav .list {
    position: absolute;
    z-index: 1;
    left: -2%;
    right: auto;
    /* top: -100vh; */
    bottom: auto;
    background: #fff;
    width: 150px;
    /* margin-left: -1.25rem; */
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    border-top: #EE9640 solid .04rem;
    padding: 0;
    opacity: 0;
    visibility: hidden; }
    .g-nav .list a {
      display: block;
      font-size: 15px;
      line-height: .28rem;
      color: #12368f;
      padding: 0.1rem;
      text-align: center;}
      .g-nav .list a:hover {
        color: #ff0000;
       }
  .g-nav li:hover a.name {
    color: #e2ca5b; }
    .g-nav li:hover a.name i.line {
      opacity: 1; }
  .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-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/nav-bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden; }
  .g-nav2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.8rem;
    bottom: 0;
    overflow-y: auto; }
    .g-nav2 .scroll ul {
      max-width: 17.85rem;
      margin: 0 auto; }
    .g-nav2 .scroll li {
      width: 16.666%;
      text-align: center;
      padding-top: .45rem; }
      .g-nav2 .scroll li a {
        color: #fff; }
      .g-nav2 .scroll li h2 {
        font-size: .22rem; }
      .g-nav2 .scroll li .list {
        padding: .2rem 0; }
        .g-nav2 .scroll li .list h3 {
          font-weight: 400;
          font-size: .17rem;
          line-height: .36rem;
          font-family: 'SourceSansPro-Regular'; }
        .g-nav2 .scroll li .list dl {
          padding-bottom: .2rem; }
        .g-nav2 .scroll li .list dd {
          font-size: .12rem;
          line-height: .3rem;
          opacity: .65; }
          .g-nav2 .scroll li .list dd:hover {
            opacity: 1; }


    

            @media screen and (max-width: 1840px) {
              .g-foot:before {
                left: .4rem; }
              .g-foot:after {
                left: .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; } }
            body.navShow {
              overflow: hidden; }
              body.navShow .g-head .btn-list {
                height: 1.1rem; }
              body.navShow .g-head a.navA:after {
                background-image: url("../images/img31.png"); }
              body.navShow .g-nav {
                opacity: 0;
                visibility: hidden; }
              body.navShow .g-nav2 {
                opacity: 1;
                visibility: visible; }


                @media screen and (max-width: 800px) {
                  .g-head {
                    position: fixed;
                    z-index: 50;
                    left: 0;
                    top: 0.05rem;
                    width: 100%; }
                  
              }
            /*index*/
.index-flash {
  width: 100%;
  height: 26vw;
  overflow: hidden;
  position: relative; }
  .index-flash li {
    position: relative;
    display: block;
    background-color: #555;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}
    .index-flash li h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 1200px;
      width: 100%;
      padding: 25px 15px;
      margin: 0 auto;
      background: rgba(159, 28, 18, .8);
      color: #fff;
      font-size: 18px;
    }
    .index-flash li h2 a{
      color: #fff;
    }
    .index-flash li a.p-more {
      color: #fff;
      border-color: #fff; }
      .index-flash li a.p-more:after {
        background-image: url("../images/arrow58-white.png"); }
    .index-flash li a.btn {
      display: block;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .index-flash .arrow {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 3.57rem;
    top: auto;
    bottom: .06rem; }
    .index-flash .arrow a {
      width: .53rem;
      height: .53rem;
      background: center no-repeat;
      background-size: 100%;
      margin-left: .16rem; }
      .index-flash .arrow a.prev {
        background-image: url("../images/prev53_2.png"); }
        .index-flash .arrow a.prev:hover {
          background-image: url("../images/prev53_2on.png"); }
      .index-flash .arrow a.next {
        background-image: url("../images/next53_2.png"); }
        .index-flash .arrow a.next:hover {
          background-image: url("../images/next53_2on.png"); }


