@charset "UTF-8";
body a, body .transition, body .index-flow .title dl dd .layer, .index-flow .title dl dd body .layer, body .g-nav2, body .g-nav, body .g-head .btn-list .search .input, .g-head .btn-list .search body .input, body .g-head .btn-list, .g-head body .btn-list, body :before, body :after {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.imgk 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;
}

* {
  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:  Arial,Verdana, "微软雅黑";
  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: #0c3189;
  outline: none;
}

li {
  list-style: outside none;
}
i {
  font-style: normal;
}
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: Arial,Verdana, "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

button {
  border: none;
  cursor: pointer;
}

.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;
}

.line-1 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1; 
}
.line-2 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.line-3 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}
.line-4 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4; 
}
.line-5 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5; 
}


@media only screen and (min-width: 1480px) {
  .wal {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1480px) {
  .wal {
    max-width: 14rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .wal {
    max-width: 100%;
    margin: 0 auto;
  }
}

/*-------------------------*/
.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 1rem;
  /* box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.05); */
}

.g-head .wal {
  min-height: 1rem;
  position: relative;
  max-width: 100%;
  margin: 0 0.78rem;
  width: auto;
}
.g-head a.logo {
  display: block;
  background: url("/img/logo.png") center no-repeat;
  background-size: 100%;
  width: 2.16rem;
  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: 1.4rem;
  top: .1rem;
  bottom: auto;
  height: 0.34rem;
  font-size: 0.14rem;
  color: #fff;
  padding: 0 .5rem;
  padding-right: .15rem;
 
}
.g-head .btn-list:hover {
  /* background-image: linear-gradient(to right,rgba(9,90,190,1),rgba(2,52,166,1)); */
}
.g-head .btn-list a {
  color: #fff;
}
.g-head .btn-list ul {
  /* margin-right: 0.2rem; */
}
.g-head .btn-list ul li {
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
}
.g-head .btn-list ul li img {
  height: .18rem;
  margin-right: .04rem;
}
.btn-list .p-ico {
  font-size: .14rem;
}
.g-head .btn-list ul a {
  display: block;
  opacity: 0.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: 0.16rem;
  opacity: 0.75;
  padding: 0 0.25rem 0 0.21rem;
}
.g-head .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.14rem;
  margin-right: 0.1rem;
  font-style: normal;
}
.g-head .btn-list .language .name:hover {
  opacity: 1;
}
.g-head .p-ico img{
  width: .17rem;
  height: .17rem;
}
.g-head .btn-list .search {
  width: 0.2rem;
  height: 0.34rem;
  position: relative;
  z-index: 20;
}
.g-head .btn-list .search .btn2,
.g-head .btn-list .search .btn {
  font-size: 0.18rem;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: 0.34rem;
  background: url(/img/icon-ss.png) no-repeat center;
  background-size: .15rem .15rem;
  cursor: pointer;
}
.g-head .btn-list .search .btn2 input ,
.g-head .btn-list .search .btn input {
  width: 100%;
  height: 0.34rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  display: none;
}
.g-head .btn-list .search .btn2 {
  display: none;
}
.g-head .btn-list .search.on .btn2 {
  opacity: 1;
  display: block;
  background: url(/img/icon-ss2.png) no-repeat center;
  background-size: .15rem .15rem;
}
.g-head .btn-list .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0;
  bottom: auto;
  height: 0.34rem;
  width: 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.g-head .btn-list .search .input input {
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.14rem;
  padding: 0 0.12rem;
}
.g-head .btn-list .search.on .btn {
  color: #0c3189;
}
.g-head .btn-list .search.on .btn input {
  display: block;
}
.g-head .btn-list .search.on .input {
  width: 3rem;
  opacity: 1;
  visibility: visible;
}
.g-head .navA {
  /* position: absolute;
  z-index: 1;
  left: auto;
  right: -.2rem;
  top: .53rem;
  bottom: auto;
  width: .24rem;
  height: .22rem; */
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.4rem;
  top: 0;
  bottom: auto;
  background: url(/img/icon-openbg.png) center no-repeat;
  background-size: 100% 100%;
  width: 1.32rem;
  height: .95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-head .navA img {
  width: .25rem;
  position: relative;
}
.g-head .navA img::after {
  position: absolute;
  
  border-right: 1px solid #fff;
  padding-right: .1rem;
}
.g-head .navA:after {
  /* content: "";
  display: block;
  position: absolute;
  left: 0rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat; */
  /* background: url("/img/icon-open.png") center no-repeat; */
  /* background-size: 0.31rem; */
  /* background-size: contain;
  transition: all 0s; */
}

.g-nav2 {
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/img/nav-bg.jpg") center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
.g-nav2 .scroll {
  /* display: none; */
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 1rem;
  bottom: 0;
  overflow-y: auto;
  text-align: center;
  padding-bottom: 1.3rem;
}
.g-nav2 .scroll ul {
  max-width: 17.85rem;
  margin: 0 auto;
}
.g-nav2 .scroll li {
  width: 14.285%;
  padding-top: 0.45rem;
  padding-left: .25rem;
  padding-right: .25rem;
  border-bottom: 0 !important;
}
.g-nav2 .scroll li a {
  color: #fff;
}
.g-nav2 .scroll li h2 {
  font-size: 0.22rem;
  /* margin-bottom: .4rem; */
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px
}
.g-nav2 .scroll li .list {
  padding: 0.2rem 0;
}
.g-nav2 .scroll li .list h3 {
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.36rem;
  /* margin-bottom: .3rem; */
  padding-left: .1rem;
}
.g-nav2 .scroll li .list dl {
  padding-bottom: 0.2rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 0.12rem;
  line-height: 0.3rem;
  opacity: 0.65;
}
.g-nav2 .scroll li .list dd:hover {
  opacity: 1;
}

body.navShow {
  overflow: hidden;
}
body.navShow .g-head .btn-list {
  /* height: .8rem; */
  /* background: none; */
  /* right: 1rem; */
}
body.navShow .g-head .navA {
  /* width: 1.1rem; */
}
body.navShow .g-head .navA:after {
  background-image: url("/img/img31.png");
  background-size: .35rem;
}
body.navShow .g-nav {
  opacity: 0;
  visibility: hidden;
}
body.navShow .g-nav2 {
  opacity: 1;
  visibility: visible;
}



@media only screen and (min-width: 1480px) {
/*  */
.footer .wal {
}
}
@media only screen and (min-width: 1000px)and (max-width: 1480px) {
 
}

@media only screen and (max-width: 1000px){
  /*  */
  
}
@media only screen and (max-width: 1000px){}



@media only screen and (min-width: 1000px)and (max-width: 1480px){
  .fy1 {
    width: 100%;
    float: left;
    line-height: .35rem;
    font-size: .16rem;
    text-align: center;
}

.fy1 a {
    min-width: .35rem;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px .15rem;
    margin: 0px 1px;
}
}

@media only screen and (max-width: 1000px){
  .fy1 {
      width: 102%;
      float: left;
      margin-left: -1%;
  }

  .fy1 a {
      float: left;
      display: none;
      border: solid 1px #dddddd;
      padding: 0px 10px;
      margin-left: 3px;
  }

  .fy1 a.cd_sx {
      display: block;
      width: 48%;
      margin: 0px 1%;
      text-align: center;
      padding: 8px 0px;
  }
}
.fy1 a{
  background-color: #fff;
}
@media only screen and (min-width: 1480px) {
  .fy1 {
      width: 100%;
      float: left;
      line-height: 35px;
      font-size: 16px;
      text-align: center;
  }

  .fy1 a {
      min-width: 35px;
      display: inline-block;
      border: solid 1px #dddddd;
      padding: 0px 15px;
      margin: 0px 1px;
  }

}

.fy1 a:hover,
.fy1 a.on {
  background: #0c3189;
  color: #ffffff;
  border: solid 1px #0c3189;
}
a.listval:hover{
  text-decoration: underline;
}