@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, body 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: #182695;
  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;
}
select, option {
  outline: none;
}
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; 
}
.line-6 {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6; 
}

@media only screen and (min-width: 1700px) {
  .wal {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1700px) {
  .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%;
}
.g-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 1.38rem;
  background: url("../img/head-bg.png") center repeat-x;
  background-size: auto 99%;
}
.g-head:after {
  /* content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 0.05rem;
  background: url("../img/head-bg2.jpg") center repeat-x;
  background-size: 100% 100%; */
}
.g-head .wal {
  min-height: 1.1rem;
  position: relative;
  max-width: 100%;
  margin: 0 .5rem;
  width: auto;
}
.g-head a.logo {
  display: block;
  background: url("../img/logo.png") center no-repeat;
  background-size: contain;
  width: 4.63rem;
  height: .88rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: .2rem;
  bottom: 0;
}
.g-head .btn-list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: .15rem;
  bottom: auto;
  height: 0.34rem;
  font-size: 0.14rem;
  color: #fff;
  background-size: 100% 100%;
  /* background-image: linear-gradient(to right, rgba(9,90,190,.38),rgba(2,52,166,.38)); */
}
.g-head .btn-list a {
  color: #fff;
  opacity: .75;
}
.g-head .btn-list a:hover {
  opacity: 1;
}
.g-head .btn-list ul {
  margin-right: 0.2rem;
}
.g-head .btn-list ul li {
  padding-left: 0.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 .jc {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 .2rem;
  margin: 0 .2rem;
}
.g-head .btn-list .language img {
  width: 0.18rem;
  height: .18rem;
  margin-right: .03rem;
}
.g-head .btn-list .language em {
  line-height: .18rem;
}
.g-head .btn-list .language .name {
  opacity: .75;
  padding: 4px;
  border-radius: 4px;
}
.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: 2rem;
  margin-left: .15rem;
  background: rgba(255, 255, 255, 0.1);
  height: .3rem;
  border-radius: .18rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.g-head .btn-list .search .input {
  position: relative;
}
.g-head .btn-list .search input{
  width: 2rem;
  height: .3rem;
  line-height: .28rem;
  /* background:url(../images/ss.png) no-repeat center; */
  /* background-position: 1.2rem center; */
  /* background-size: .18rem; */
  border-radius: .18rem;
  padding-right: .35rem;
  padding-left: .12rem;
  color: #fff;
}
.g-head .btn-list .search i {
  position: absolute;
  width: .3rem;
  height: .28rem;
  right: 0;
  top: 0;
  cursor: pointer;
  background:url(../images/ss.png) no-repeat center;
  background-position: center center;
  background-size: .18rem;
}

.g-head a.navA {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0rem;
  top: .67rem;
  bottom: auto;
  width: .3rem;
  height: .3rem;
}
.g-head a.navA:after {
  content: "";
  display: block;
  position: absolute;
  left: 0rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/open.png") center no-repeat;
  /* background-size: 0.31rem; */
  background-size: contain;
}

.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: .6rem;
  top: 0.63rem;
  bottom: auto;
}
.g-nav li {
  position: relative;
  margin-left: 0.1rem;
  height: .6rem;
}
.g-nav a.name {
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #fff;
  position: relative;
  padding: .0rem .12rem;
}
.g-nav a.name.on::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/nav-r.png) no-repeat center;
  background-size: 100% 100%;
  width: .16rem;
  height: .08rem;
  transition: all .5s;
}
.g-nav a.name.on::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/nav-l.png) no-repeat center;
  background-size: 100% 100%;
  width: .16rem;
  height: .08rem;
  transition: all .5s;
}
.g-nav a.name i.line {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0.2rem;
  height: 0.02rem;
  background: rgb(44, 91, 154);
  margin-top: -0.12rem;
  opacity: 0;
}
.g-nav a.name em {
  display: block;
  /* margin-right: -0.2rem; */
  /* padding-right: 0.2rem; */
  position: relative;
}
.g-nav a.name em:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: .33rem;
  transform: translateX(-50%);
  transition: all 0.5s;
  border-top: 1px solid #fff;
}
.g-nav a.name em::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 0;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.5s;
  width: 1px;
}
.g-nav  li:hover a.name::before ,
.g-nav  li:hover a.name::after {
  width: 0;
  height: 0;
}
.g-nav li:hover a.name em:after {
  width: 100%;
}
.g-nav li:hover a.name em::before {
  height: .2rem;
}
.g-nav a.name.on {
  /* color: #3783eb; */
}
.g-nav a.name.on i.line {
  opacity: 1;
}
.g-nav .list {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  top: -100vh;
  bottom: auto;
  background: #fff;
  width: 2rem;
  margin-left: -1rem;
  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: #3783eb solid 0.04rem;
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 0.17rem;
  line-height: 0.48rem;
  color: rgb(44, 91, 154);
}
.g-nav .list a:hover {
  background: #ededed;
}
.g-nav li:hover a.name {
  /* color: #3783eb; */
}
.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("../img/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: 1.3rem;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.g-nav2 .scroll ul {
  width: 14rem;
  margin: 0 auto;
}
.g-nav2 .scroll li {
  width: 14.285%;
  text-align: center;
  padding-top: 0.45rem;
  /* padding-left: .25rem; */
}
.g-nav2 .scroll li a {
  color: #fff;
}
.g-nav2 .scroll li h2 {
  font-size: 0.22rem;
  position: relative;
}
.g-nav2 .scroll li h2::after {
  content: "";
  display: block;
  width: 0.37rem;
  height: 0.08rem;
  background: url("../img/nav2-li.png") center no-repeat;
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  margin-left: -0.185rem;
  background-size: 100% 100%;
}
.g-nav2 .scroll li .list {
  padding: 0.2rem 0;
}
.g-nav2 .scroll li .list h3 {
  font-weight: 400;
  font-size: 0.17rem;
  line-height: 0.36rem;
  margin-top: .2rem;
}
.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;
}

.g-nav2 .nav-search {
  margin: .3rem auto;
  width: 7.1rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: .3rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.g-nav2 .nav-search .input {
  position: relative;
}
.g-nav2 .nav-search input::placeholder {
  color: rgba(255, 255, 255, .7);
}
.g-nav2 .nav-search input{
  width: 6.6rem;
  height: .6rem;
  line-height: .58rem;
  font-size: .24rem;
  /* background:url(../images/ss.png) no-repeat center; */
  /* background-position: 1.2rem center; */
  /* background-size: .18rem; */
  border-radius: .24rem;
  padding-right: .5rem;
  padding-left: .3rem;
  color: #fff;
}
.g-nav2 .nav-search  i {
  position: absolute;
  width: .5rem;
  height: .58rem;
  right: 0;
  top: 0;
  cursor: pointer;
  background:url(../images/ss.png) no-repeat center;
  background-position: 10% center;
  background-size: .25rem;
}

body.navShow {
  overflow: hidden;
}
body.navShow .g-head .btn-list {
  height: 1.3rem;
  background: none;
  right: .5rem;
}
body.navShow .g-head .btn-list .search {
  display: none;
}
body.navShow .g-head .btn-list .jc {
  border-left: 0 solid #000;
}
body.navShow .g-head a.navA:after {
  background-image: url("../img/close2.png");
}
body.navShow .g-head a.navA {
  width: 0.25rem;
  height: 0.25rem;
}
body.navShow .g-nav {
  opacity: 0;
  visibility: hidden;
}
body.navShow .g-nav2 {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1000px) {
  body.navShow .g-head a.navA{
    width: 1rem;
    height: 1rem;
  }
}



@media only screen and (max-width: 1000px) {
  .g-nav2 .nav-search {
    display: none;
  }
}


 /* nynav 公共 */
@media only screen and (min-width: 1700px) {
  .ny-topbg {
    position: relative;
  }
  .ny-topbg .nbimg {
    width: 100%;
  }
  .ny-topbg .wal {
    position: relative;
  }
  .ny-topbg .bread {
    width: 100%;
    height: 88px;
    position: absolute;
    bottom: -40px;
    color: #fff;
    font-size: 16px;
  }
  .ny-topbg .bread a {
    color: #fff;
  }
  .ny-topbg .bread .home {
    margin-right: 20px;
  }
  .ny-topbg .bread .lj {
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1700px) {
  .ny-topbg {
    position: relative;
    height: 4.2rem;
  }
  .ny-topbg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny-topbg .wal {
    position: relative;
  }
  .ny-topbg .bread {
    width: 100%;
    height: .88rem;
    position: absolute;
    bottom: -0.4rem;
    color: #fff;
    font-size: .16rem;
  }
  .ny-topbg .bread a {
    color: #fff;
  }
  .ny-topbg .bread .wal {
    display: flex;
    height: .54rem;
    align-items: center;
    position: relative;
    /* padding-left: .5rem; */
  }
}
@media only screen and (max-width: 1000px) {
  .ny-topbg {
    position: relative;
    height: 3.5rem;
  }
  .ny-topbg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny-topbg .wal {
    position: relative;
  }
  .ny-topbg .bread {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -30px;
    color: #fff;
    font-size: .24rem;
  }
  .ny-topbg .bread a {
    color: #fff;
  }
  .ny-topbg .bread .home {
    margin-right: 20px;
  }
  .ny-topbg .bread .home img {
     height: 18px;
  }
  .ny-topbg .bread .lj {
    font-size: 14px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1700px){
  .fy1 {
    width: 100%;
    float: left;
    line-height: .43rem;
    font-size: .19rem;
    text-align: center;
    margin-top: .3rem;
}

.fy1 a {
    min-width: .43rem;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px .15rem;
    margin: 0px 1px;
    transition: all .1s;
}
}

@media only screen and (max-width: 1000px) {
  .fy1 {
      width: 102%;
      float: left;
      margin-left: -1%;
      margin-top: .3rem;
  }

  .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: 1700px) {
  .fy1 {
      width: 100%;
      float: left;
      line-height: 43px;
      font-size: 19px;
      text-align: center;
      margin-top: 30px;
  }

  .fy1 a {
      min-width: 43px;
      display: inline-block;
      border: solid 1px #dddddd;
      padding: 0px 15px;
      margin: 0px 1px;
      transition: all 0.1s;
  }

}

.fy1 a:hover,
.fy1 a.on {
  background: linear-gradient(to top, #182695, #149085);
  color: #ffffff;
  /* border: solid 1px #be1e21; */
}