.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {.introduction-1 .part1 .container .title
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {.our-factlty li a .zoomImg img
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateAnima2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateAnima2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotateAnima3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateAnima3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

body.show a,
body.show .transition,
body.show :before {
  -webkit-transition: All .5s ease;
  transition: All .5s ease;
}

img {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
height:auto;
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  pointer-events: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.zoomImg img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.zoomImg:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.zoomImg:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

li:hover .zoomImg:before,
a:hover .zoomImg:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

li:hover .zoomImg img,
a:hover .zoomImg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-size:.14rem;
font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

body.show {
  opacity: 1;
}

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: #094d9b;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 0.16rem;
}

h2,
h3,
h4,
h5 {
  font-size: 0.14rem;
  font-family: "SourceHanSerifCN-Bold";
}

h5 {
  font-size: 0.12rem;
}

textarea,
input {
  background: rgba(0,0,0,0);
  font-size: 0.12rem;
  font-family: "SourceHanSerifCN-Regular";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

.wal {
  max-width: 15.6rem;
  margin: 0 auto;
}

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype");
}

.iconfont {
  font-family: "iconfont";
}

@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url(../image/SourceHanSerifCN-Regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url(../image/SourceHanSerifCN-Bold.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.g-head .head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,.15);
}

.g-head .head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.04rem;
  background: #094d9b;
}

.g-head .top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.35rem;
  background: #094d9b;
  opacity: 0;
  -webkit-transition: opacity .5s,top .5s;
  transition: opacity .5s,top .5s;
}

.g-head .wal {
  height: 1rem;
  position: relative;
  margin: 0;
  max-width: 100%;
  -webkit-transition: height .5s;
  transition: height .5s;
}

.g-head a.logo {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0.4rem;
  top: 0;
  bottom: 0;
  width: 2.07rem;
  background: url(../image/logo.png) center no-repeat;
  background-size: 100%;
}

.g-head .btns {
  position: absolute;
  top: 0.19rem;
  right: 2.25rem;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.g-head .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.11rem;
}

.g-head .btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 0.25rem;
  padding: 0 0.16rem;
  font-size: 0.16rem;
  border: rgba(255,255,255,.3) solid 1px;
  border-radius: 0.2rem;
  min-width: 0.62rem;
}

.g-head .btns a em {
  font-size: 0.16rem;
}

.g-head .btns a:hover {
  background: #fff;
  color: #094d9b;
}

.g-head .search {
  position: absolute;
  z-index: 15;
  top: 0.19rem;
  right: 1.12rem;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  height: 0.25rem;
}

.g-head .search .search-btn {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.16rem;
  height: 0.25rem;
}

.g-head .search .search-btn:before {
  display: block;
  content: "";
  background: url(../image/search.png) center no-repeat;
  background-size: 100%;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
}

.g-head .search .form {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.8rem;
  -webkit-filter: drop-shadow(0 0.05rem 0.1rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0.05rem 0.1rem rgba(0, 0, 0, 0.2));
  padding-top: 0.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none;
}

.g-head .search .form:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.15rem;
  right: 0.6rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.g-head .search .form .input {
  background: #fff;
  border-radius: 0.08rem;
  position: relative;
  z-index: 2;
  padding-right: 0.6rem;
}

.g-head .search .form .input input::-webkit-input-placeholder {
  color: #999;
}

.g-head .search .form .input input::-moz-placeholder {
  color: #999;
}

.g-head .search .form .input input:-moz-placeholder {
  color: #999;
}

.g-head .search .form .input input:-ms-input-placeholder {
  color: #999;
}

.g-head .search .form .input textarea::-webkit-input-placeholder {
  color: #999;
}

.g-head .search .form .input textarea::-moz-placeholder {
  color: #999;
}

.g-head .search .form .input textarea:-moz-placeholder {
  color: #999;
}

.g-head .search .form .input textarea:-ms-input-placeholder {
  color: #999;
}

.g-head .search .form .input input {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #333;
}

.g-head .search .form .submit {
  position: absolute;
  z-index: 5;
  top: 0.2rem;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  background: url(../image/search20.png) center no-repeat;
  background-size: 0.2rem;
}

.g-head .search .form .submit input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .g-head .search .form {
    width: 3.8rem;
    padding-top: 0.25rem;
  }

  .g-head .search .form .input input {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }

  .g-head .search .form .submit {
    width: 0.9rem;
    background-size: 0.28rem;
  }
}

.g-head .search.show .form {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.g-head .navA-1 {
  position: absolute;
  z-index: 5;
  top: 0.04rem;
  right: 0;
  bottom: 0;
  width: 0.91rem;
  background: url(../image/img91.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.g-head .navA-1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.06rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img31.svg) center no-repeat;
  background-size: 0.31rem;
}

.g-head .navA-2 {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.8rem;
  cursor: pointer;
  font-size: 0.22rem;
  color: #333;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.g-head .navA-2:before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.17rem;
  background: url(../image/img25.svg) center no-repeat;
  background-size: 100%;
}

.g-head .g-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.g-head .g-nav>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g-head .g-nav>ul>li {
  margin: 0 0.28rem;
  position: relative;
}

.g-head .g-nav>ul>li a.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.6rem;
  color: #fff;
  font-size: 0.24rem;
  position: relative;
font-weight: 800;

}

.g-head .g-nav>ul>li a.name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0.02rem;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.g-head .g-nav>ul>li a.name:hover:before {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .g-head .g-nav>ul>li .list {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 3.22rem;
    background: #fff;
    border-top: #cfa560 solid 0.05rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: -0.02rem;
    padding: 0.15rem 0;
    box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,.1);
  }

  .g-head .g-nav>ul>li .list a {
    display: block;
    font-weight: bold;
    font-size: 0.18rem;
    color: #094d9b;
    line-height: 0.3rem;
    padding: 0.05rem 0.1rem;
text-align:center;
  }

  .g-head .g-nav>ul>li .list a:hover {
    color: #cfa560;
  }

  .g-head .g-nav>ul>li:hover .list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .g-head .g-nav>ul>li:hover a.name:before {
    width: 100%;
  }
}
.page-head .g-head .head,
.g-head.on .head,
.g-head-phone .head {
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(0,0,0,.1);
}

.page-head .g-head .wal,
.g-head.on .wal,
.g-head-phone .wal {
  height: 0.95rem;
}

.page-head .g-head .top,
.g-head.on .top,
.g-head-phone .top {
  opacity: 1;
}

.page-head .g-head a.logo,
.g-head.on a.logo,
.g-head-phone a.logo {
  width: 1.3rem;
  background-image: url(../image/logo-color.png);
  top: 0.35rem;
}

.page-head .g-head .btns a,
.g-head.on .btns a,
.g-head-phone .btns a {
  border-color: rgba(0,0,0,0);
}

.page-head .g-head .btns,
.page-head .g-head .search,
.g-head.on .btns,
.g-head.on .search,
.g-head-phone .btns,
.g-head-phone .search {
  -webkit-transform: translate(0.7rem, -0.14rem);
  -ms-transform: translate(0.7rem, -0.14rem);
  transform: translate(0.7rem, -0.14rem);
}

.page-head .g-head .navA-1,
.g-head.on .navA-1,
.g-head-phone .navA-1 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.page-head .g-head .navA-2,
.g-head.on .navA-2,
.g-head-phone .navA-2 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  height: 0.6rem;
}

.page-head .g-head .g-nav a.name,
.g-head.on .g-nav a.name,
.g-head-phone .g-nav a.name {
  color: #333;
  height: 0.6rem;
}

.page-head .g-head .g-nav a.name:before,
.g-head.on .g-nav a.name:before,
.g-head-phone .g-nav a.name:before {
  background: #094d9b;
}

@media screen and (max-width: 800px) {
  .page-head .g-head .wal,
  .g-head.on .wal,
  .g-head-phone .wal {
    height: 1.5rem;
  }

  .page-head .g-head .top,
  .g-head.on .top,
  .g-head-phone .top {
    height: 0.5rem;
  }

  .page-head .g-head .btns,
  .page-head .g-head .search,
  .g-head.on .btns,
  .g-head.on .search,
  .g-head-phone .btns,
  .g-head-phone .search {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 0.25rem;
  }

  .page-head .g-head .btns,
  .g-head.on .btns,
  .g-head-phone .btns {
    left: 0.3rem;
    right: 0;
  }

  .page-head .g-head .btns ul,
  .g-head.on .btns ul,
  .g-head-phone .btns ul {
    grid-gap: 0.24rem;
  }

  .page-head .g-head .btns a,
  .g-head.on .btns a,
  .g-head-phone .btns a {
    font-size: 0.24rem;
    padding: 0;
  }

  .page-head .g-head .btns a em,
  .g-head.on .btns a em,
  .g-head-phone .btns a em {
    font-size: 0.24rem;
  }

  .page-head .g-head .search,
  .g-head.on .search,
  .g-head-phone .search {
    right: 0.3rem;
  }

  .page-head .g-head .search .search-btn,
  .g-head.on .search .search-btn,
  .g-head-phone .search .search-btn {
    font-size: 0.24rem;
  }

  .page-head .g-head a.logo,
  .g-head.on a.logo,
  .g-head-phone a.logo {
    top: 0.5rem;
    left: .3rem;
    width: 2rem;
  }

  .page-head .g-head .navA-2,
  .g-head.on .navA-2,
  .g-head-phone .navA-2 {
    height: 1rem;
    right: 0.3rem;
    font-size: 0.26rem;
  }

  .page-head .g-head .navA-2:before,
  .g-head.on .navA-2:before,
  .g-head-phone .navA-2:before {
    width: 0.3rem;
    height: 0.3rem;
  }

  .page-head .g-head .g-nav,
  .g-head.on .g-nav,
  .g-head-phone .g-nav {
    display: none;
  }
}

.g-head-phone,
.page-head {
  height: 0.95rem;
}

@media screen and (max-width: 800px) {
  .g-head-phone,
  .page-head {
    height: 1.5rem;
  }
}

.g-nav2 {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #094d9b;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
}

.g-nav2 .close {
  position: absolute;
  z-index: 5;
  top: 0.04rem;
  right: 0;
  height: 1rem;
  width: 0.91rem;
}

.g-nav2 .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.06rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/close.svg) center no-repeat;
  background-size: 0.31rem;
}

.g-nav2 .list {
  width: 13.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  left: 0.7rem;
  max-height: 100vh;
  overflow-y: auto;
  padding: 0.5rem 0;
}

.g-nav2 .list a {
  color: #fff;
}

.g-nav2 .list a:hover {
  color: #c9a53a;
}

.g-nav2 .list .item {
  width: 25%;
  padding-bottom: 1rem;
}

.g-nav2 .list .item .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.1rem;
}

.g-nav2 .list .item .name a {
  position: relative;
  display: block;
  font-size: 0.22rem;
  line-height: 1em;
  padding-bottom: 0.14rem;
}

.g-nav2 .list .item .name a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c9a53a;
}

.g-nav2 .list .item li a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.2rem;
  opacity: .8;
  padding:.1rem 0;
}

.g-nav2 .list .item li a:hover {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .g-nav2 .list {
    width: 100%;
    left: 0;
  }

  .g-nav2 .list .item {
    width: 50%;
    padding: 0 0 0.5rem 0.3rem;
  }

  .g-nav2 .list .item .name a {
    font-size: 0.32rem;
  }

  .g-nav2 .list .item li a {
    font-size: 0.24rem;
    padding: 0.05rem 0;
  }
}

body.navShow .g-nav2 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.g-foot {
  background: #f3f5f8 url(../image/g-foot.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  color: #094d9b;
width:100%;
overflow:hidden;
}

.g-foot .wal {
  min-height: 6.01rem;
  position: relative;
  padding-right: 4.17rem;
}

.g-foot .logo {
  position: absolute;
  top: 1.66rem;
  right: 0;
  width: 3.64rem;
}

.g-foot .share {
  padding: 0.5rem 0 0.4rem 0;
}

.g-foot .share .title {
  font-size: 0.26rem;
  line-height: 1em;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
}

.g-foot .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .share li {
  margin-right: 0.5rem;
}

.g-foot .share li a {
  display: block;
  position: relative;
}

.g-foot .share li a img {
  height: 0.32rem;
  width: auto;
}

.g-foot .share li a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.g-foot .share li a:hover img:nth-child(1) {
  opacity: 0;
}

.g-foot .share li a:hover img:nth-child(2) {
  opacity: 1;
}

.g-foot .list {
  border-top: rgba(8,66,140,.5) solid 1px;
  border-bottom: rgba(8,66,140,.5) solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .list .item {
  min-height: 2.4rem;
}

@media screen and (min-width: 800px) {
  .g-foot .list .item {
    width: 33.333%;
  }
}

.g-foot .list .item .title {
  font-size: 0.26rem;
  line-height: 1em;
  padding: 0.45rem 0 0.2rem 0;
  text-transform: uppercase;
}

.g-foot .list .item li a {
  display: block;
  font-size: 0.18rem;
  color: #08428c;
  line-height: 0.3rem;
}

.g-foot .list .item li a:hover {
  color: #dbad65;
}

.g-foot .list2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .list2 li {
  width: 33.333%;
  padding: 0.4rem 0 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .list2 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #08428c;
}

.g-foot .list2 li a .img img {
  height: 0.46rem;
}

.g-foot .list2 li a .name {
  font-size: 0.2rem;
  margin-top: 0.1rem;
}

.g-foot .list2 li a:hover {
  color: #dbad65;
}

@media screen and (max-width: 800px) {
  .g-foot .list2 li {
    padding-bottom: 0;
  }

  .g-foot .list2 li a {
    width: 100%;
  }

  .g-foot .list2 li a .name {
    font-size: 0.24rem;
    margin-top: 0.16rem;
  }
}





.g-foot .giving-layer {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0.77rem;
  width: 5.95rem;
  background: rgba(208,159,81,.9);
  color: #fff;
  padding-left: 0.5rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.g-foot .giving-layer.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 0.1rem #8a8a8a;
}

.g-foot .giving-layer .close {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../image/close23.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.32rem;
  right: 0.25rem;
  opacity: .67;
}

.g-foot .giving-layer .close:hover {
  opacity: 1;
}

.g-foot .giving-layer h2.title {
  font-size: 0.26rem;
  padding: 0.3rem 0;
}

.g-foot .giving-layer p.info {
  width: 5rem;
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding-bottom: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.g-foot .giving-layer h3.title {
  font-size: 0.18rem;
  padding: 0.2rem 0 0.5rem 0;
}

.g-foot .giving-layer li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
}

.g-foot .giving-layer li .ico {
  width: 0.53rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.g-foot .giving-layer li .bd {
  padding-left: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.g-foot .giving-layer li .bd h5 {
  font-size: 0.16rem;
}
.g-foot .international-affairs-layer {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0.77rem;
  width: 5.95rem;
  background: rgba(208,159,81,.9);
  color: #fff;
  padding-left: 0.5rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.g-foot .international-affairs-layer.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 0.1rem #8a8a8a;
}

.g-foot .international-affairs-layer .close {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../image/close23.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.32rem;
  right: 0.25rem;
  opacity: .67;
}

.g-foot .international-affairs-layer .close:hover {
  opacity: 1;
}

.g-foot .international-affairs-layer h2.title {
  font-size: 0.26rem;
  padding: 0.3rem 0;
}

.g-foot .international-affairs-layer p.info {
  width: 5rem;
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding-bottom: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.g-foot .international-affairs-layer h3.title {
  font-size: 0.18rem;
  padding: 0.2rem 0 0.5rem 0;
}

.g-foot .international-affairs-layer li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
}

.g-foot .international-affairs-layer li .ico {
  width: 0.53rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.g-foot .international-affairs-layer li .bd {
  padding-left: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.g-foot .international-affairs-layer li .bd h5 {
  font-size: 0.16rem;
}


.g-foot .msg {
  text-align: center;
  background: #094d9b;
  color: #fff;
  line-height: 0.77rem;
  font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
  .g-foot .wal {
    padding: 0.7rem 0;
  }

  .g-foot .logo {
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  .g-foot .share {
    padding: 0.5rem 0;
  }

  .g-foot .share .title {
    font-size: 0.28rem;
    text-align: center;
  }

  .g-foot .share ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-foot .share li {
    margin: 0 0.3rem;
  }

  .g-foot .share li a img {
    height: 0.36rem;
  }

  .g-foot .list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .g-foot .list .item {
    padding: 0.3rem 0.1rem;
  }

  .g-foot .list .item .title {
    font-size: 0.28rem;
    padding: 0.3rem 0 0.2rem 0;
  }

  .g-foot .list .item li a {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
.g-foot .giving-layer {
    width: 100%;
    top: 2.8rem;
  }

  .g-foot .giving-layer .close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.4rem;
    right: 0.3rem;
  }

  .g-foot .giving-layer h2.title {
    font-size: 0.36rem;
    padding: 0.6rem 0 0.3rem 0;
  }

  .g-foot .giving-layer p.info {
    width: 5rem;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .g-foot .giving-layer h3.title {
    font-size: 0.28rem;
  }

  .g-foot .giving-layer li .bd {
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .g-foot .giving-layer li .bd h5 {
    font-size: 0.24rem;
  }

.g-foot .international-affairs-layer {
    width: 100%;
    top: 2.8rem;
  }

  .g-foot .international-affairs-layer .close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.4rem;
    right: 0.3rem;
  }

  .g-foot .international-affairs-layer h2.title {
    font-size: 0.36rem;
    padding: 0.6rem 0 0.3rem 0;
  }

  .g-foot .international-affairs-layer p.info {
    width: 5rem;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .g-foot .international-affairs-layer h3.title {
    font-size: 0.28rem;
  }

  .g-foot .international-affairs-layer li .bd {
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .g-foot .international-affairs-layer li .bd h5 {
    font-size: 0.24rem;
  }


  .g-foot .msg {
    text-align: center;
    font-size: 0.24rem;
    padding: 0.1rem 0;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 0.5rem;
  }

  .wal,
  .wal-1200 {
    margin: 0 .6rem;
  }

  body.navShow {
    overflow: hidden;
  }
}

@media screen and (max-width: 550px) {
  .wal,
  .wal-1200 {
    margin: 0 .3rem;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateAnima2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateAnima2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotateAnima3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotateAnima3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.ie-tips {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 0.16rem;
}

.ie-tips .title {
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 1em;
}

.ie-tips .list {
  padding: 1em 0;
}

.ie-tips .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ie-tips .list li {
  margin: 0 0.1rem;
}

@media screen and (max-width: 800px) {
  .ie-tips {
    font-size: 0.26rem;
  }
}

.index-banner-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
}

.index-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.index-banner .img video,
.index-banner .img img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.index-banner .dots-wrapper {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-banner .dots-wrapper .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-banner .dots-wrapper .dots span {
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url(../image/line82.png) center repeat-x;
  background-size: auto 1px;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.index-banner .dots-wrapper .dots span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  width: 0.05rem;
  height: 0.05rem;
  margin-left: -0.03rem;
  margin-top: -0.03rem;
  background: #fff center no-repeat;
  background-size: 100% 100%;
  opacity: .5;
}

.index-banner .dots-wrapper .dots span.on {
  width: 0.6rem;
}

.index-banner .dots-wrapper .dots span.on:after {
  background-image: url(../image/img38.png);
  background-color: rgba(0,0,0,0);
  width: 0.38rem;
  height: 0.38rem;
  -webkit-animation: rotateAnima3 10s linear infinite;
  animation: rotateAnima3 10s linear infinite;
  margin-left: -0.19rem;
  margin-top: -0.19rem;
}
@media screen and (min-width: 800px)and (max-width: 1024px) {
  .index-banner-wrapper {
    height: auto;
  }

  .index-banner .img {
    position: relative;
    padding-top: 49.5%;
  }

  .index-banner .img video,
  .index-banner .img img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .index-banner .dots-wrapper {
    bottom: 0.3rem;
  }

}
@media screen and (max-width: 800px) {
  .index-banner-wrapper {
    height: 4rem;
  }

  .index-banner .img video,
  .index-banner .img img {
    height: 4rem;
  }

  .index-banner .dots-wrapper {
    bottom: 0.3rem;
  }
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{margin:5px 0 5px 5px !important;}
}


  

.index-title {
  padding: 0.93rem 0 0.7rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  --left: 0;
}

.index-title .wrapper {
  position: relative;
}

.index-title .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: left center no-repeat;
  background-size: auto 100%;
  height: 0.57rem;
}

.index-title .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: var(--left);
  top: 0.4rem;
  background: url(../image/img22.png) center no-repeat;
  background-size: 100%;
  width: 0.22rem;
  height: 0.25rem;
  -webkit-transition: left 1s;
  transition: left 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.index-title h2 {
  position: relative;
  z-index: 5;
  font-weight: 400;
  font-size: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333;
  text-shadow: 0 0.04rem 0 rgba(0,0,0,.15);
}

.index-title h2 em {
  color: #094d9b;
}

.p-more,
.members li a .more,
.index-news .list .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1rem;
  padding: 0 0.2rem;
  height: 0.35rem;
  border: 1px solid #dcb94f;
  font-size: 0.16rem;
  color: #000;
  opacity: .8;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: "SourceHanSerifCN-Bold";
}

.p-more:after,
.members li a .more:after,
.index-news .list .more a:after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  margin-left: 0.08rem;
  background: url(../image/arrow13.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.p-more:hover,
.members li a .more:hover,
.index-news .list .more a:hover {
  color: #dcb94f;
  opacity: 1;
}

.p-more:hover:after,
.members li a .more:hover:after,
.index-news .list .more a:hover:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-image: url(../image/arrow13on.svg);
}

@media screen and (max-width: 800px) {
  .p-more,
  .members li a .more,
  .index-news .list .more a {
    font-size: 0.24rem;
    height: 0.6rem;
  }

  .p-more:after,
  .members li a .more:after,
  .index-news .list .more a:after {
    width: 0.18rem;
    height: 0.18rem;
    margin-left: 0.1rem;
  }
}

.p-more2 {
  width: 1.78rem;
  height: 0.41rem;
  background: #e0e7f2;
  border-color: #e0e7f2;
  color: #094d9b;
  opacity: 1;
  text-transform: uppercase;
}

.p-more2:after {
  background-image: url(../image/arrow13_2.svg);
}

@media screen and (max-width: 800px) {
  .p-more2 {
    width: 2.4rem;
    height: 0.6rem;
  }
}

.p-more3 {
  width: 1.78rem;
  height: 0.41rem;
  background: #094d9b;
  border-color: #094d9b;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}

.p-more3:after {
  background-image: url(../image/arrow13_3.svg);
}

@media screen and (max-width: 800px) {
  .p-more3 {
    width: 2.4rem;
    height: 0.6rem;
  }
}

.index-news {
  position: -webkit-sticky;
  position: sticky;
  top: -35vh;
}

.index-news .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.28rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index-news .index-title {
  width: 100%;
}

.index-news .index-title .wrapper:before {
  background-image: url(../image/title-line-1.svg);
  top: -1px;
}

.index-news .left {
  width: 7.92rem;
}

.index-news .left .imgSwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-news .left .imgSwiper li a {
  display: block;
  position: relative;
}

.index-news .left .imgSwiper li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 1.65rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
}

.index-news .left .imgSwiper li a .zoomImg img {
  height: 4.62rem;
}

.index-news .left .imgSwiper li a .bd {
  position: absolute;
  z-index: 5;
  left: 0.37rem;
  right: 1.07rem;
  bottom: 0.28rem;
  color: #fff;
}

.index-news .left .imgSwiper li a .bd .name {
  font-size: 0.3rem;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-news .left .imgSwiper li a .bd p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.index-news .left .imgSwiper .arrow {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  z-index: 5;
  bottom: 0.3rem;
  right: 0.33rem;
}

.index-news .left .imgSwiper .arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
  -ms-transform: translate(-50%, -50%) rotate(15deg);
  transform: translate(-50%, -50%) rotate(15deg);
  width: 1px;
  height: 0.4rem;
  background: rgba(255,255,255,.4);
}

.index-news .left .imgSwiper .arrow a {
  display: block;
  width: 0.13rem;
  height: 0.23rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  opacity: .6;
}

.index-news .left .imgSwiper .arrow a:hover {
  opacity: 1;
}

.index-news .left .imgSwiper .arrow a.prev {
  background-image: url(../image/prev13.png);
  top: 0;
  left: 0;
}

.index-news .left .imgSwiper .arrow a.next {
  background-image: url(../image/next13.png);
  bottom: 0;
  right: 0;
}

.index-news .left .img-list {
  padding-top: 0.4rem;
}

.index-news .left .img-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.73rem;
}

.index-news .left .img-list li a {
  display: block;
  position: relative;
}

.index-news .left .img-list li a .zoomImg img {
  height: 2rem;
}

.index-news .left .img-list li a .tag {
  position: absolute;
  z-index: 5;
  left: 0.19rem;
  top: -0.22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.49rem;
  height: 0.44rem;
  background: #094d9b;
  font-size: 0.16rem;
  color: #fff;
}

.index-news .left .img-list li a .name {
  font-size: 0.23rem;
  line-height: 0.3rem;
  margin-top: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news .list {
  position: relative;
  padding: 0.23rem 0.5rem 0 0.5rem;
}

@media screen and (min-width: 800px) {
  .index-news .list {
    width: 7.08rem;
    height: 8.33rem;
  }
}

.index-news .list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -0.2rem 0.2rem 0 rgba(0,0,0,.08);
  -webkit-transition: 0s;
  transition: 0s;
}

.index-news .list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.09rem;
  background: #004698;
}

.index-news .list .hd-img {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 6.55rem;
  height: 1.15rem;
  overflow: hidden;
}

.index-news .list .hd-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img5555.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.index-news .list .hd-img.on:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.index-news .list ul {
  position: relative;
  z-index: 2;
}

.index-news .list li {
  background: url(../image/line.svg) center bottom repeat-x;
  background-size: auto 0.02rem;
}

.index-news .list li:last-child {
  background: none;
}

.index-news .list li a {
  display: block;
  padding: 0.2rem 0;
}

.index-news .list li a .name {
  font-size: 0.25rem;
  line-height: 0.30rem;
  height: 0.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news .list li a p {
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.22rem;
  height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.index-news .list .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0 1rem 0;
}

.index-news .list .more a {
  text-transform: uppercase;
  background: #094d9b;
  border-color: #094d9b;
  color: #fff;
}

.index-news .list .more a:after {
  background-image: url(../image/arrow13-white.svg);
}


@media screen and (max-width: 800px) {
  .index-news {
    position: relative;
    top: 0;
  }

  .index-news .left {
    width: 100%;
    padding-bottom: 1.2rem;
  }

  .index-news .left .imgSwiper li a .bd {
    left: 0.3rem;
  }

  .index-news .left .imgSwiper li a .bd p {
    font-size: 0.22rem;
    margin-top: 0.1rem;
    line-height: 0.32rem;
    height: 0.64rem;
  }

  .index-news .left .imgSwiper .arrow {
    right: 0.2rem;
    width: 0.58rem;
  }

  .index-news .left .img-list {
    padding-top: 0.5rem;
  }

  .index-news .left .img-list ul {
    grid-gap: 0.3rem;
  }

  .index-news .left .img-list li a .tag {
    font-size: 0.24rem;
    height: 0.54rem;
    width: 1.8rem;
  }

  .index-news .left .img-list li a .name {
    font-size: 0.24rem;
  }

  .index-news .list li a .name {
    font-size: 0.26rem;
  }

  .index-news .list li a p {
    font-size: 0.24rem;
    line-height: 1.5em;
    height: 3em;
  }
}

.index-events {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.index-events:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 8.96rem;
  background: url(../image/img896.png) right top repeat-x;
  background-size: auto 100%;
  -webkit-transition: 0s;
  transition: 0s;
}

.index-events:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 8.95rem;
  background: #e1e7ed;
}

.index-events .hd {
  height: 2.36rem;
}

.index-events>.wrapper {
  position: relative;
  pointer-events: auto;
  z-index: 5;
}

.index-events .flower {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.96rem;
  height: 2.32rem;
  overflow: hidden;
}

.index-events .flower:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url(../image/img496.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.index-events .flower.on:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.index-events .wal {
  min-height: 6.6rem;
}

.index-events .index-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.4rem 0 0.25rem 0;
}

.index-events .index-title .wrapper:before {
  background-image: url(../image/title-line-2.svg);
  top: -0.08rem;
}

.index-events .index-title .wrapper:after {
  top: 0.34rem;
}

.index-events .index-title h2 {
  height: 0.46rem;
  line-height: 0.46rem;
}

.index-events .list {
  width: 16.35rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 1.22rem;
}

.index-events .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-events .list li {
  padding: 0.4rem;
  position: relative;
}

.index-events .list li .img {
  position: absolute;
  left: 0;
  top: 0.4rem;
  right: 0;
  opacity: 0;
  background: #000;
  -webkit-transition: .5s;
  transition: .5s;
  box-shadow: 0 0.05rem 0.15rem rgba(0,0,0,.15);
}

.index-events .list li .img img {
  width: 100%;
  height: 3.4rem;
  opacity: .53;
}

.index-events .list li>a {
  display: block;
  position: relative;
  height: 3.4rem;
  padding-top: 0.22rem;
}

.index-events .list li>a .type {
  color: #094d9b;
  font-size: 0.2rem;
  line-height: 1em;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.index-events .list li>a .time {
  font-size: 0.16rem;
  padding-top: 0.31rem;
  position: relative;
}

.index-events .list li>a .time:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.15rem;
  right: 0;
  height: 1px;
  background: rgba(51,51,51,.1);
}

.index-events .list li>a .name {
  font-size: 0.2rem;
  margin-top: 0.5rem;
  -webkit-transition: margin-top .5s;
  transition: margin-top .5s;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-events .list li>a p {
  font-size: 0.16rem;
  margin-top: 0.3rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 800px) {
  .index-events .list li:hover .img {
    opacity: 1;
  }

  .index-events .list li:hover>a {
    color: #fff;
    padding-top: 0.5rem;
  }

  .index-events .list li:hover>a .type {
    color: #fff;
  }

  .index-events .list li:hover>a .time:before {
    background: rgba(255,255,255,.3);
  }

  .index-events .list li:hover>a .name {
    margin-top: 0.4rem;
  }
}

.index-events .list .arrow {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0.76rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-events .list .arrow a {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0 0.35rem;
  background: #004ca3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-events .list .arrow a img {
  width: 0.21rem;
}

@media screen and (max-width: 800px) {
  .index-events:before {
    height: 4rem;
  }

  .index-events:after {
    top: 3.9rem;
  }

  .index-events .hd {
    height: 1.6rem;
  }

  .index-events .flower {
    width: 2.48rem;
    height: 1.16rem;
  }

  .index-events .list {
    width: 7.5rem;
  }

  .index-events .list li .img {
    display: none;
  }

  .index-events .list li>a {
    height: 3.8rem;
  }

  .index-events .list li>a .type {
    font-size: 0.24rem;
  }

  .index-events .list li>a .time {
    font-size: 0.24rem;
    padding-top: 0.41rem;
  }

  .index-events .list li>a .time:before {
    top: 0.2rem;
  }

  .index-events .list li>a .name {
    font-size: 0.28rem;
    line-height: 1.5em;
    height: 3em;
  }

  .index-events .list li>a p {
    font-size: 0.24rem;
    line-height: 1.5em;
    height: 3em;
  }
}

.index-research {
  background: url(../image/bg1.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 800px) {
  .index-research {
    height: 10.79rem;
  }
}

.index-research .index-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.87rem 0 0.63rem 0;
}

.index-research .index-title .wrapper:before {
  background-image: url(../image/title-line-3.svg);
  top: -0.07rem;
}

.index-research .index-title .wrapper:after {
  top: 0.35rem;
}

.index-research .index-title h2 {
  color: #fff;
  height: 0.49rem;
  line-height: 0.49rem;
}

.index-research .left {
  width: 8.1rem;
  height: 8.1rem;
  background: url(../image/img810.png) center no-repeat;
  background-size: 100% 97%;
}

.index-research .left .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 0.38rem;
  height: 0.63rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 0.31rem;
}

.index-research .left .arrow a {
  background: center no-repeat;
  background-size: 100%;
  height: 0.22rem;
}

.index-research .left .arrow a.prev {
  background-image: url(../image/prev38.png);
}

.index-research .left .arrow a.prev:hover {
  background-image: url(../image/prev38on.png);
}

.index-research .left .arrow a.next {
  background-image: url(../image/next38.png);
}

.index-research .left .arrow a.next:hover {
  background-image: url(../image/next38on.png);
}

.index-research .left .list li {
  position: absolute;
  left: 100%;
  top: 50%;
  color: #fff;
  height: 1px;
  width: 1px;
  z-index: 1;
  -webkit-transform-origin: -4.05rem 0;
  -ms-transform-origin: -4.05rem 0;
  transform-origin: -4.05rem 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: var(--opacity, 1);
  -webkit-transform: rotate(var(--deg, 0deg));
  -ms-transform: rotate(var(--deg, 0deg));
  transform: rotate(var(--deg, 0deg));
}

.index-research .left .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../image/img30.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-research .left .list li .name {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  font-size: 0.2rem;
  padding-left: 0.2rem;
  line-height: 0.24rem;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
  width: 4rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(var(--deg2, 0deg));
  -ms-transform: translateY(-50%) rotate(var(--deg2, 0deg));
  transform: translateY(-50%) rotate(var(--deg2, 0deg));
  -webkit-transition: .5s;
  transition: .5s;
}

.index-research .left .list li .bd {
  background: url(../image/img324.png) center no-repeat;
  background-size: 100% 100%;
  width: 3.24rem;
  height: 3.34rem;
  position: absolute;
  left: -0.12rem;
  top: -0.7rem;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
  pointer-events: none;
  padding: 0.35rem 0.4rem 0 0.3rem;
}

.index-research .left .list li .bd h3 {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 1.3em;
}

.index-research .left .list li .bd .content {
  font-size: 0.16rem;
  line-height: 1.35em;
  margin-top: 0.08rem;
}

.index-research .left .list li .bd .img {
  width: 2rem;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  background: #fff;
  padding: 0.06rem;
  box-shadow: 0 0.04rem 0.09rem rgba(0,0,0,.15);
  margin-top: 0.1rem;
}

@media screen and (max-width: 800px) {
  .index-research .left .list li .name {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .index-research .left .list li .bd h3 {
    font-size: 0.26rem;
    line-height: 1.4em;
  }

  .index-research .left .list li .bd .content {
    font-size: 0.2rem;
    line-height: 1.4em;
  }
}

.index-research .left .list li.on {
  z-index: 2;
}

.index-research .left .list li.on:before {
  opacity: 0;
}

.index-research .left .list li.on .name {
  opacity: 0;
}

.index-research .left .list li.on .bd {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.index-research .left .more {
  position: absolute;
  right: -2.8rem;
  bottom: -0.5rem;
}

.index-research .left .more a {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}

.index-research .left .more a:after {
  background-image: url(../image/arrow13-white.svg);
}

@media screen and (min-width: 800px) {
  .index-research .left {
    position: absolute;
    left: -5.19rem;
    top: 1.35rem;
  }
}

@media screen and (max-width: 800px) {
  .index-research .left {
    position: relative;
    left: -4.2rem;
    top: -0.3rem;
  }
}

.index-research .left-img {
  width: 2.75rem;
  position: absolute;
  left: 0;
  top: 2.92rem;
}

@media screen and (max-width: 800px) {
  .index-research .left-img {
    display: none;
  }
}

.index-research .center {
  width: 7.6rem;
}

.index-research .center a.zoomImg {
  display: block;
}

.index-research .center a.zoomImg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.index-research .center a.zoomImg img {
  height: 4.25rem;
}

.index-research .center a.zoomImg .name {
  position: absolute;
  z-index: 5;
  left: 0.35rem;
  bottom: 0.3rem;
  right: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-research .center .list {
  position: relative;
  height: 5.2rem;
}

.index-research .center .list .list-wrapper {
  width: 11.75rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

.index-research .center .list li {
  padding-top: 0.52rem;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-research .center .list li .img {
  box-shadow: 0 0 0.15rem rgba(0,0,0,.4);
  position: relative;
}

.index-research .center .list li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.24rem;
  right: -0.24rem;
  bottom: 0;
  top: 0;
  background: url(../image/img281.png) center bottom no-repeat;
  background-size: 100%;
}

.index-research .center .list li .img img {
  position: relative;
  z-index: 2;
}

.index-research .center .list li .name {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 0.2rem;
}

.index-research .center .list li .name a {
  display: block;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 0.2rem;
  line-height: 0.24rem;
}

.index-research .center .list li.show {
  opacity: 1;
}

.index-research .center .list li.swiper-slide-active .name a {
  opacity: 1;
  visibility: visible;
}

.index-research .center .list .arrow {
  display: none;
}

.index-research .center .list .arrow a {
  position: absolute;
  z-index: 5;
  top: 2rem;
  width: 0.38rem;
  height: 0.22rem;
  background: center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.index-research .center .list .arrow a.prev {
  left: 0;
  background-image: url(../image/prev38.png);
}

.index-research .center .list .arrow a.prev:hover {
  background-image: url(../image/prev38on.png);
}

.index-research .center .list .arrow a.next {
  right: 0;
  background-image: url(../image/next38.png);
}

.index-research .center .list .arrow a.next:hover {
  background-image: url(../image/next38on.png);
}

@media screen and (min-width: 800px) {
  .index-research .center {
    position: absolute;
    left: 50%;
    margin-left: -6.45rem;
    top: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .index-research .center {
    padding-top: 0.3rem;
    margin: 0 auto;
    width: 6.5rem;
  }

  .index-research .center .list {
    height: 6rem;
  }

  .index-research .center .list .list-wrapper {
    width: 8.4rem;
  }

  .index-research .center .list li .name {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }

  .index-research .center .list li .name a {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .index-research .center .list .arrow a {
    top: 2.4rem;
  }

  .index-research .center .list .arrow a.prev {
    left: -0.2rem;
  }

  .index-research .center .list .arrow a.next {
    right: -0.2rem;
  }
}

.index-research .right {
  width: 5.78rem;
}

.index-research .right li {
  position: relative;
}

.index-research .right li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(195, 143, 56, 0), rgb(195, 143, 56));
  background: linear-gradient(to bottom, rgba(195, 143, 56, 0), rgb(195, 143, 56));
  opacity: 0;
}

.index-research .right li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: url(../image/img150.png) center repeat-x;
  background-size: auto 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  height: 0.36rem;
}

.index-research .right li a {
  display: block;
  color: #fff;
  padding: 0.4rem 0.28rem 0.25rem 0.28rem;
  position: relative;
  z-index: 2;
}

.index-research .right li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.28rem;
  right: 0.28rem;
  bottom: 0;
  height: 1px;
  background: rgba(255,255,255,.25);
}

.index-research .right li a .time {
  font-size: 0.16rem;
  color: #094d9b;
  margin-bottom: 0.16rem;
}

.index-research .right li a .name {
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-research .right li a p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.16rem;
}

@media screen and (max-width: 800px) {
  .index-research .right li a:before {
    left: 0;
    right: 0;
  }

  .index-research .right li a .time {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .index-research .right li a .name {
    font-size: 0.28rem;
    line-height: 0.42rem;
    height: 0.84rem;
  }

  .index-research .right li a p {
    font-size: 0.24rem;
    line-height: 1.7em;
    height: 5.1em;
    opacity: .8;
    margin-top: 0.2rem;
  }
}

.index-research .right li:last-child a:before {
  display: none;
}

.index-research .right li:hover:after,
.index-research .right li:hover:before {
  opacity: 1;
}

.index-research .right li:hover a:before {
  opacity: 0;
}

@media screen and (min-width: 800px) {
  .index-research .right {
    position: absolute;
    right: 2.2rem;
    top: 1.55rem;
  }
}

@media screen and (max-width: 800px) {
  .index-research .right {
    width: 100%;
    padding: 0 0.5rem 0.8rem 0.5rem;
  }
}
.index-about {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}

.index-about:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: url(../image/img371.png) center no-repeat;
  background-size: 100% 100%;
  width: 3.71rem;
  height: 1.72rem;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.index-about .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/index-about.jpg) center no-repeat;
  background-size: cover;
  opacity: .6;
  --x: 8.8rem;
  -webkit-clip-path: polygon(var(--x) 0%, calc(var(--x) - 8.8rem) 100%, calc(var(--x) - 8.8rem + 7.1rem) 100%, calc(var(--x) + 7.1rem) 0%);
  clip-path: polygon(var(--x) 0%, calc(var(--x) - 8.8rem) 100%, calc(var(--x) - 8.8rem + 7.1rem) 100%, calc(var(--x) + 7.1rem) 0%);
}

.index-about .wal {
  min-height: 10.95rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .index-about .wal {
    min-height: 16rem;
  }
}

.index-about .index-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.53rem 0 0.82rem 0;
}

.index-about .index-title .wrapper:before {
  background-image: url(../image/title-line-4.svg);
}

.index-about .list {
  width: 7.09rem;
  height: 7.09rem;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 2.96rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-about .list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img709.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima 90s linear infinite;
  animation: rotateAnima 90s linear infinite;
}

.index-about .list:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8rem;
  height: 8rem;
  margin-left: -4rem;
  margin-top: -4rem;
  background: url(../image/img800.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima2 60s linear infinite;
  animation: rotateAnima2 60s linear infinite;
}

.index-about .list .list-wrapper {
  width: 9.6rem;
  height: 8.6rem;
  position: absolute;
  left: 50%;
  margin-left: -9.6rem;
  top: -0.32rem;
  overflow: hidden;
}

.index-about .list .list-wrapper .lines {
  --x: 80%;
}

.index-about .list .list-wrapper .lines .line {
  position: absolute;
  background: right center no-repeat;
  background-size: auto 100%;
  -webkit-clip-path: polygon(var(--x) 0%, var(--x) 100%, 100% 100%, 100% 0%);
  clip-path: polygon(var(--x) 0%, var(--x) 100%, 100% 100%, 100% 0%);
}

.index-about .list .list-wrapper .lines .line:nth-child(1) {
  right: 0.6rem;
  top: 0.55rem;
  background-image: url(../image/line502.png);
  width: 5.02rem;
  height: 0.88rem;
}

.index-about .list .list-wrapper .lines .line:nth-child(1).on {
  background-image: url(../image/line502on.png);
}

.index-about .list .list-wrapper .lines .line:nth-child(2) {
  right: 0.54rem;
  top: 2.41rem;
  background-image: url(../image/line586.png);
  width: 5.86rem;
  height: 0.12rem;
}

.index-about .list .list-wrapper .lines .line:nth-child(2).on {
  background-image: url(../image/line586on.png);
}

.index-about .list .list-wrapper .lines .line:nth-child(3) {
  right: 0.14rem;
  top: 4.27rem;
  background-image: url(../image/line548.png);
  width: 5.48rem;
  height: 0.12rem;
}

.index-about .list .list-wrapper .lines .line:nth-child(3).on {
  background-image: url(../image/line548on.png);
}

.index-about .list .list-wrapper .lines .line:nth-child(4) {
  right: 1.24rem;
  top: 6.13rem;
  background-image: url(../image/line516.png);
  width: 5.16rem;
  height: 0.12rem;
}

.index-about .list .list-wrapper .lines .line:nth-child(4).on {
  background-image: url(../image/line516on.png);
}

@media screen and (max-width: 800px) {
  .index-about .list .list-wrapper .lines .line:nth-child(1) {
    width: 2.92rem;
  }

  .index-about .list .list-wrapper .lines .line:nth-child(2) {
    width: 3.46rem;
  }

  .index-about .list .list-wrapper .lines .line:nth-child(3) {
    width: 3.38rem;
  }

  .index-about .list .list-wrapper .lines .line:nth-child(4) {
    width: 2.76rem;
  }
}

.index-about .list .list-wrapper li {
  height: 1.86rem;
  position: absolute;
  z-index: 1;
  right: 0;
  color: #094d9b;
  width: 8rem;
  -webkit-transition: color .5s;
  transition: color .5s;
  pointer-events: none;
}

.index-about .list .list-wrapper li .item {
  position: relative;
  height: 1.86rem;
  padding-left: 1.6rem;
}

.index-about .list .list-wrapper li .item .ico {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: auto;
}

.index-about .list .list-wrapper li .item .ico:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img135.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima2 90s linear infinite paused;
  animation: rotateAnima2 90s linear infinite paused;
}

.index-about .list .list-wrapper li .item .ico img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.index-about .list .list-wrapper li .item .name {
  height: 0.55rem;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0.2rem;
}

@media screen and (max-width: 800px) {
  .index-about .list .list-wrapper li .item .name {
    font-size: 0.24rem;
    line-height: 0.28rem;
    position: relative;
    top: -0.05rem;
  }
}

.index-about .list .list-wrapper li .item .num {
  font-size: 0.58rem;
  line-height: 1em;
  margin-top: 0.18rem;
}

.index-about .list .list-wrapper li:hover {
  color: #dbad65;
}

.index-about .list .list-wrapper li:hover .item .ico:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background-image: url(../image/img135on.svg);
}

.index-about .list .list-wrapper li:hover .item .ico img:nth-child(1) {
  opacity: 0;
}

.index-about .list .list-wrapper li:hover .item .ico img:nth-child(2) {
  opacity: 1;
}

.index-about .list .list-wrapper li:nth-child(odd) {
  right: -0.77rem;
}

@media screen and (max-width: 800px) {
  .index-about .list .list-wrapper li {
    width: 5.6rem;
  }

  .index-about .list .list-wrapper li:nth-child(odd) {
    right: -0.5rem;
  }
}

.index-about .list .list-wrapper li:nth-child(1) {
  top: 0;
}

.index-about .list .list-wrapper li:nth-child(2) {
  top: 1.86rem;
}

.index-about .list .list-wrapper li:nth-child(3) {
  top: 3.72rem;
}

.index-about .list .list-wrapper li:nth-child(4) {
  top: 5.58rem;
}

.index-about .list .arrow {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  z-index: 5;
  bottom: -0.33rem;
  left: -0.55rem;
}

.index-about .list .arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
  -ms-transform: translate(-50%, -50%) rotate(15deg);
  transform: translate(-50%, -50%) rotate(15deg);
  width: 1px;
  height: 0.68rem;
  background: rgba(0,0,0,.1);
}

.index-about .list .arrow a {
  display: block;
  width: 0.22rem;
  height: 0.38rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
}

.index-about .list .arrow a.prev {
  background-image: url(../image/prev22.png);
  top: 0;
  left: 0;
}

.index-about .list .arrow a.prev:hover {
  background-image: url(../image/prev22on.png);
}

.index-about .list .arrow a.next {
  background-image: url(../image/next22.png);
  bottom: 0;
  right: 0;
}

.index-about .list .arrow a.next:hover {
  background-image: url(../image/next22on.png);
}

@media screen and (max-width: 800px) {
  .index-about .list {
    left: 80%;
    top: 3.2rem;
  }

  .index-about .list .arrow {
    left: 0.9rem;
  }
}

.index-about .img-list li {
  position: absolute;
  left: 50%;
}

.index-about .img-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  background: url(../image/img274.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima 90s linear infinite paused;
  animation: rotateAnima 90s linear infinite paused;
}

.index-about .img-list li .zoomImg {
  border-radius: 50%;
}

.index-about .img-list li .name {
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0.35rem;
  color: #f3f3f9;
  line-height: 1.5em;
  text-shadow: 0 0.02rem 0.04rem rgba(0,0,0,.69);
}

.index-about .img-list li:hover:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.index-about .img-list li:nth-child(1) {
  top: 1.87rem;
  margin-left: 3.08rem;
  width: 1.89rem;
}

.index-about .img-list li:nth-child(1) .name {
  font-size: 0.24rem;
}

.index-about .img-list li:nth-child(2) {
  top: 3.2rem;
  margin-left: 4.89rem;
  width: 2.54rem;
}

.index-about .img-list li:nth-child(2) .name {
  font-size: 0.24rem;
}

.index-about .img-list li:nth-child(3) {
  top: 6.27rem;
  margin-left: 4.88rem;
  width: 2.17rem;
}

.index-about .img-list li:nth-child(3) .name {
  font-size: 0.24rem;
}

.index-about .img-list li:nth-child(4) {
  top: 8.59rem;
  margin-left: 3.15rem;
  width: 2.47rem;
}

.index-about .img-list li:nth-child(4) .name {
  font-size: 0.24rem;
}

.index-about .img-list li:nth-child(5) {
  top: 10.37rem;
  margin-left: 1.04rem;
  width: 1.89rem;
}

.index-about .img-list li:nth-child(5) .name {
  font-size: 0.18rem;
}

@media screen and (max-width: 800px) {
  .index-about .img-list li:nth-child(1) {
    top: 10.3rem;
    margin-left: -3.5rem;
  }

  .index-about .img-list li:nth-child(2) {
    top: 12.5rem;
    margin-left: -3rem;
    width: 2.3rem;
  }

  .index-about .img-list li:nth-child(3) {
    top: 10.9rem;
    margin-left: -1rem;
    width: 2.1rem;
  }

  .index-about .img-list li:nth-child(4) {
    top: 12.8rem;
    margin-left: 0.4rem;
  }

  .index-about .img-list li:nth-child(5) {
    top: 10.6rem;
    margin-left: 1.6rem;
  }
}

.index-about.on:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.index-education {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-top: -0.5rem;
  background: #fff;
}

.index-education .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: center no-repeat;
  background-size: 100% 100%;
}

.index-education .wal {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 800px) {
  .index-education .wal {
    height: 7.5rem;
  }
}

.index-education .index-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0.63rem 0;
}

.index-education .index-title .wrapper:before {
  background-image: url(../image/title-line-5.svg);
  top: -0.07rem;
}

.index-education .index-title .wrapper:after {
  top: 0.35rem;
}

.index-education .index-title h2 {
  height: 0.49rem;
  line-height: 0.49rem;
}

@media screen and (min-width: 800px) {
  .index-education .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index-education .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: width 1s;
    transition: width 1s;
  }

  .index-education .list li {
    width: 25%;
    -webkit-transition: width .5s;
    transition: width .5s;
    position: relative;
  }

.index-education .list li a {
    display: block;
    position: relative;
  }

  .index-education .list li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    background: left center no-repeat;
    background-size: auto 100%;
  }

  .index-education .list li .img img {
    height: 4.97rem;
    opacity: .2;
    width: 100%;
  }

  .index-education .list li .name {
    position: absolute;
    z-index: 5;
    -webkit-transition: .5s;
    transition: .5s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.6rem;
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.36rem;
  }

.index-education .list li:nth-child(odd) {
    background: #054082;
  }

  .index-education .list li:nth-child(odd) a:after {
    background-image: url(../image/img795_1.png);
  }

  .index-education .list li:nth-child(even) {
    background: #c49745;
  }

  .index-education .list li:nth-child(even) a:after {
    background-image: url(../image/img795_2.png);
  }

  .index-education .list.on ul {
    width: 15.6rem;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }

  .index-education .list.on li.small {
    width: 2.2rem;
  }

  .index-education .list.on li.big {
    width: 9rem;
    z-index: 2;
    box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,.1);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .index-education .list.on li.big:after {
    opacity: 1;
  }

  .index-education .list.on li.big .img img {
    opacity: 1;
  }

  .index-education .list.on li.big .name {
    font-size: 0.36rem;
    bottom: 3.1rem;
    -webkit-transform: translateX(-4rem);
    -ms-transform: translateX(-4rem);
    transform: translateX(-4rem);
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }
}

@media screen and (max-width: 800px) {
  .index-education .list {
    padding-bottom: 1.2rem;
  }

  .index-education .list ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 0.2rem;
  }

  .index-education .list li {
    position: relative;
  }

.index-education .list li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: left center no-repeat;
    background-size: auto 100%;
  }

  .index-education .list li .name {
    position: absolute;
    z-index: 5;
    left: 0.4rem;
    top: 0.4rem;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.4rem;
  }

 .index-education .list li:nth-child(odd) a:after {
    background-image: url(../image/img795_1.png);
  }

  .index-education .list li:nth-child(even) a:after {
    background-image: url(../image/img795_2.png);
  }
}

.index-education222 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-top: -0.5rem;
  background: #fff;
}

.index-education222 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: center no-repeat;
  background-size: 100% 100%;
}

.index-education222 .wal {
  height: 8.33rem;
  position: relative;
  z-index: 2;
}

.index-education222 .index-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9rem 0 0.63rem 0;
}

.index-education222 .index-title .wrapper:before {
  background-image: url(../image/title-line-5.svg);
  top: -0.07rem;
}

.index-education222 .index-title .wrapper:after {
  top: 0.35rem;
}

.index-education222 .index-title h2 {
  height: 0.49rem;
  line-height: 0.49rem;
}

.index-education222 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-education222 .list li {
  width: 2.2rem;
  -webkit-transition: width .5s;
  transition: width .5s;
  position: relative;
}

.index-education222 .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
  background: left center no-repeat;
  background-size: auto 100%;
}

.index-education222 .list li .img img {
  height: 4.97rem;
  opacity: .2;
  width: 100%;
}

.index-education222 .list li .name {
  position: absolute;
  z-index: 5;
  -webkit-transition: .5s;
  transition: .5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.36rem;
}

.index-education222 .list li:nth-child(odd) {
  background: #054082;
}

.index-education222 .list li:nth-child(odd):after {
  background-image: url(../image/img795_1.png);
}

.index-education222 .list li:nth-child(even) {
  background: #c49745;
}

.index-education222 .list li:nth-child(even):after {
  background-image: url(../image/img795_2.png);
}

.index-education222 .list li.on {
  width: calc(100% - 6.6rem);
  z-index: 2;
  box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,.1);
}

.index-education222 .list li.on:after {
  opacity: 1;
}

.index-education222 .list li.on .img img {
  opacity: 1;
}

.index-education222 .list li.on .name {
  font-size: 0.36rem;
  bottom: 3.1rem;
  -webkit-transform: translateX(-4rem);
  -ms-transform: translateX(-4rem);
  transform: translateX(-4rem);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.index-join {
  background: #fff;
  position: relative;
  z-index: 2;
}

.index-join .head {
  background: url(../image/index-join.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 800px) {
  .index-join .head .wal {
    height: 4.45rem;
    position: relative;
  }
}

.index-join .head .index-title {
  padding: 0.48rem 0 0 0;
}

.index-join .head .index-title .wrapper:before {
  background-image: url(../image/title-line-6.svg);
  top: -0.07rem;
}

.index-join .head .index-title .wrapper:after {
  top: 0.35rem;
}

.index-join .head .index-title h2 {
  height: 0.49rem;
  line-height: 0.49rem;
  color: #fff;
}

.index-join .head .container {
  background: #fff;
  border-radius: 0 0 0.15rem 0.15rem;
  padding: 0.4rem 0.36rem 0.32rem 0.36rem;
}

@media screen and (min-width: 800px) {
  .index-join .head .container {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.4rem;
    min-height: 3.5rem;
  }
}

.index-join .head .container .title {
  font-size: 0.36rem;
  line-height: 1em;
  font-family: "SourceHanSerifCN-Bold";
}

.index-join .head .container .content {
  font-size: 0.16rem;
  line-height: 0.24rem;
  opacity: .7;
  padding: 0.25rem 0 0.28rem 0;
  text-align: justify;
}

.index-join .head .container .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0.74rem;
  background: #f3f4f6;
  border-radius: 0.37rem;
  font-size: 0.16rem;
  color: #000;
  font-weight: 600;
  position: relative;
}

.index-join .head .container .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.14rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.46rem;
  height: 0.46rem;
  /* background: #fff url(../image/search19.png) center no-repeat; */
  background-size: 0.19rem;
  border-radius: 50%;
  /* border: 1px solid #005cc3; */
}

.index-join .head .container .btn a:hover {
  color: #094d9b;
}

@media screen and (max-width: 800px) {
  .index-join .head {
    background-position: 17% top;
    background-size: auto 4rem;
    padding-top: 4rem;
    position: relative;
  }

  .index-join .head .index-title {
    position: absolute;
    left: 0.3rem;
    top: 0.4rem;
  }

  .index-join .head .container {
    padding: 0.5rem 0;
  }

  .index-join .head .container .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .index-join .head .container .btn a {
    height: 0.9rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
  }
}

.index-join .list {
  background: #fff;
  padding: 0 0.3rem;
}

.index-join .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-join .list li {
  width: 25%;
}

.index-join .list li a {
  height: 2.24rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.3rem;
}

.index-join .list li a .name {
  font-size: 0.16rem;
  line-height: 1.875em;
  height: 5.625em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}

.index-join .list li a .arrow {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.59rem;
  height: 0.59rem;
  margin-left: 0.1rem;
  position: relative;
  background: url(../image/arrow.svg) center no-repeat;
  background-size: 0.29rem;
  -webkit-transform: translateY(-0.14rem);
  -ms-transform: translateY(-0.14rem);
  transform: translateY(-0.14rem);
}

.index-join .list li a .arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../image/img59.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima 30s linear infinite paused;
  animation: rotateAnima 30s linear infinite paused;
}

.index-join .list li a:hover {
  box-shadow: 0 0 0.1rem rgba(0,0,0,.1) inset;
  background: #fefefe;
}

.index-join .list li a:hover .arrow:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@media screen and (max-width: 800px) {
  .index-join .list {
    padding: 0.3rem 0;
    border-top: rgba(0,0,0,.1) solid 1px;
  }

  .index-join .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-join .list li {
    width: 100%;
  }

  .index-join .list li a {
    height: 1.6rem;
  }

  .index-join .list li a .name {
    font-size: 0.24rem;
  }
}

.page-curr {
  padding: 0.5rem 0 0.32rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  color: #b68627;
}

.page-curr:before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background: url(../image/img14.png) center no-repeat;
  background-size: 100%;
  margin-right: 0.16rem;
}

.page-curr span {
  padding: 0 0.08rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-curr a {
  color: #b68627;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 800px) {
  .page-curr {
    font-size: 0.24rem;
  }

  .page-curr:before {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.page-title {
  padding-bottom: 0.52rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-title h2 {
  font-weight: 400;
  font-size: 0.75rem;
  color: #000;
  line-height: 1.2em;
}

@media screen and (max-width: 800px) {
  .page-title h2 {
    font-size: 0.58rem;
  }
}

.page-title .form {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-title .form .input {
  width: 3.91rem;
  height: 0.55rem;
  background: #fff url(../image/search20.png) 0.14rem center no-repeat;
  background-size: 0.2rem;
  border: 1px solid #d7d7d7;
}

.page-title .form .input input::-webkit-input-placeholder {
  color: #8f8f8f;
}

.page-title .form .input input::-moz-placeholder {
  color: #8f8f8f;
}

.page-title .form .input input:-moz-placeholder {
  color: #8f8f8f;
}

.page-title .form .input input:-ms-input-placeholder {
  color: #8f8f8f;
}

.page-title .form .input textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}

.page-title .form .input textarea::-moz-placeholder {
  color: #8f8f8f;
}

.page-title .form .input textarea:-moz-placeholder {
  color: #8f8f8f;
}

.page-title .form .input textarea:-ms-input-placeholder {
  color: #8f8f8f;
}

.page-title .form .input input {
  width: 100%;
  height: 0.53rem;
  line-height: 0.53rem;
  padding-left: 0.5rem;
  font-size: 0.16rem;
  color: #333;
}

.page-title .form .submit {
  margin-left: 0.15rem;
  width: 1.38rem;
  height: 0.54rem;
  background: #14489b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.16rem;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .page-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-title .form {
    margin-left: 0;
    margin-top: 0.4rem;
  }

  .page-title .form .input {
    width: 4.5rem;
    height: 0.68rem;
  }

  .page-title .form .input input {
    height: 0.66rem;
    line-height: 0.66rem;
    font-size: 0.24rem;
  }

  .page-title .form .submit {
    margin-left: 0.2rem;
    width: 1.6rem;
    height: 0.68rem;
    font-size: 0.26rem;
  }
}

.news-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-1 .time {
  font-size: 0.16rem;
  line-height: 1em;
  color: #094d9b;
  padding: 0.25rem 0 0.2rem 0;
}

@media screen and (max-width: 800px) {
  .news-1 .time {
    font-size: 0.24rem;
    padding: 0.43rem 0 0.25rem 0;
  }
}

.news-1 .bd h5 a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  max-height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

.news-1 .bd p {
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  max-height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 800px) {
  .news-1 .bd h5 a {
    font-size: 0.28rem;
    line-height: 1.6em;
    max-height: 4.8em;
  }

  .news-1 .bd p {
    font-size: 0.24rem;
    line-height: 1.6em;
    max-height: 4.8em;
  }
}

.news-1 .left {
  width: 7.4rem;
}

.news-1 .left .head {
  border-bottom: rgba(51,51,51,.2) solid 1px;
  padding-bottom: 0.4rem;
}

@media screen and (min-width: 800px) {
  .news-1 .left .head .zoomImg img {
    height: 4.54rem;
  }
}

.news-1 .left .head .bd h5 a {
  font-size: 0.36rem;
  line-height: 0.5rem;
  max-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

.news-1 .left li {
  padding: 0.1rem 0 0.05rem 0;
}

.news-1 .left li .name {
  font-size: 0.24rem;
  line-height: 0.3rem;
  display: block;
}

@media screen and (max-width: 800px) {
  .news-1 .left {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .news-1 .left .head .bd h5 a {
    line-height: 1.6em;
    max-height: 3.2em;
  }

  .news-1 .left li .name {
    line-height: 1.6em;
  }
}

.news-1 .right {
  width: 7.82rem;
}

@media screen and (min-width: 800px) {
  .news-1 .right {
    height: 10.43rem;
    overflow: hidden;
    position: relative;
  }
}

.news-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-1 .right li {
  width: 3.7rem;
  padding: 0 0 1rem 0.4rem;
  border-left: rgba(51,51,51,.2) solid 1px;
}

@media screen and (min-width: 800px) {
  .news-1 .right li .zoomImg img {
    height: 1.98rem;
  }
}

.news-1 .right li .bd h5 {
  margin-right: -0.05rem;
}

@media screen and (max-width: 800px) {
  .news-1 .right {
    width: 100%;
  }

  .news-1 .right li {
    width: 100%;
    border: 0;
    padding: 0 0 0.6rem 0;
  }
}

.news-1 .more {
  width: 100%;
  padding-top: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-1 .more .p-more3 {
  width: 3.08rem;
}

.news-2 ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.63rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.news-2 li a {
  display: block;
  min-height: 3.18rem;
  background: -webkit-linear-gradient(bottom, #E1E7ED, #F5F7F9);
  background: linear-gradient(0deg, #E1E7ED, #F5F7F9);
  padding: 0 0.35rem 0.35rem;
}

.news-2 li a .time {
  font-size: 0.16rem;
  color: #094d9b;
  padding: 0.43rem 0 0.25rem 0;
}

.news-2 li a h5 {
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.3rem;
}

@media screen and (min-width: 800px) {
  .news-2 li a h5 {
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.news-2 li a .line {
  height: 0.6rem;
  position: relative;
}

.news-2 li a .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #000;
  opacity: .2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-2 li a p {
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-2 li a .p-more,
.news-2 .members li a .more,
.members .news-2 li a .more,
.news-2 li a .index-news .list .more a,
.index-news .list .more .news-2 li a a {
  margin-top: 0.35rem;
  display: none;
}

@media screen and (max-width: 800px) {
  .news-2 ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-2 li a .time {
    font-size: 0.24rem;
  }

  .news-2 li a h5 {
    font-size: 0.28rem;
    line-height: 1.6em;
  }

  .news-2 li a p {
    font-size: 0.24rem;
    line-height: 1.7em;
    height: 5.1em;
  }

  .news-2 li a .p-more,
  .news-2 .members li a .more,
  .members .news-2 li a .more,
  .news-2 li a .index-news .list .more a,
  .index-news .list .more .news-2 li a a {
    width: 1.6rem;
    margin-top: 0.3rem;
  }
}

.Features-and-Voices {
  background: url(../image/bg.jpg) center top no-repeat;
  background-size: 100%;
  text-align: center;
  min-height: 11rem;
}

.Features-and-Voices .wal {
  background: url(../image/img472.png) center 2rem no-repeat;
  background-size: 4.72rem;
}

.Features-and-Voices .title {
  padding: 1.05rem 0 0.42rem 0;
  font-weight: 400;
  font-size: 0.6rem;
  color: #000;
}

.Features-and-Voices .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Features-and-Voices .list .list-wrapper li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.2rem;
}

.Features-and-Voices .list .list-wrapper li div.msg {
  font-size: 0.36rem;
  color: #000;
  line-height: 0.4rem;
  max-width: 12.03rem;
  margin-bottom: 0.3rem;
  position: relative;
}

.Features-and-Voices .list .list-wrapper li div.msg:before,
.Features-and-Voices .list .list-wrapper li div.msg:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.18rem;
  z-index: 0;
  background: url(../image/img73.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.73rem;
  height: 0.6rem;
}

.Features-and-Voices .list .list-wrapper li div.msg:before {
  left: -0.48rem;
}

.Features-and-Voices .list .list-wrapper li div.msg:after {
  right: -0.48rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Features-and-Voices .list .list-wrapper li p.msg {
  margin-bottom: 0.45rem;
  width: 7.65rem;
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .Features-and-Voices .list .list-wrapper li div.msg {
    font-size: 0.28rem;
    width: 80%;
  }

  .Features-and-Voices .list .list-wrapper li p.msg {
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.Features-and-Voices .list .list-wrapper li .img-wrapper {
  position: relative;
  max-width: 9rem;
}

.Features-and-Voices .list .list-wrapper li .img-wrapper .img video,
.Features-and-Voices .list .list-wrapper li .img-wrapper .img img {
  width: 100%;
  height: 5rem;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .Features-and-Voices .list .list-wrapper li .img-wrapper .img video,
  .Features-and-Voices .list .list-wrapper li .img-wrapper .img img {
    height: 4rem;
  }
}

.Features-and-Voices .list .list-wrapper li .img-wrapper .video-btn {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.93rem;
  height: 0.93rem;
  border-radius: 50%;
  background: rgba(245,247,249,.8) url(../image/img30.png) center no-repeat;
  background-size: 0.38rem;
  cursor: pointer;
}

.Features-and-Voices .list .list-wrapper li .img-wrapper.playing .video-btn {
  opacity: 0;
  visibility: hidden;
}

.Features-and-Voices .list .dots {
  padding: 0.47rem 0 0.76rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Features-and-Voices .list .dots span {
  margin: 0 0.17rem;
  width: 0.12rem;
  height: 0.12rem;
  background: #bfbfbf;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

.Features-and-Voices .list .dots span.on {
  background: #094d9b;
}

.In-the-News {
  position: relative;
  z-index: 2;
}

.In-the-News:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: url(../image/img1920_1.png) center no-repeat;
  background-size: 100% 100%;
  height: 0.75rem;
}

.In-the-News .wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 800px) {
  .In-the-News ul {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.In-the-News li .time {
  font-size: 0.16rem;
  color: #094d9b;
  padding: 0.28rem 0 0.22rem 0;
}

.In-the-News li h5 a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.3rem;
  font-weight: 400;
}

@media screen and (min-width: 800px) {
  .In-the-News li h5 a {
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.In-the-News li p {
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.3rem;
  margin-top: 0.35rem;
  max-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.In-the-News li .more {
  padding: 0.4rem 0 0.6rem 0;
  display: none;
}

@media screen and (min-width: 800px) {
  .In-the-News li {
    border-left: rgba(0,0,0,.2) solid 1px;
    width: 25%;
    padding: 0 0.4rem 0.6rem 0.4rem;
  }

  .In-the-News li:nth-child(4n+1) {
    border-left: 0;
  }

  .In-the-News li .zoomImg img {
    height: 1.98rem;
  }
}

@media screen and (max-width: 800px) {
  .In-the-News li {
    padding-bottom: 0.6rem;
  }

  .In-the-News li .time {
    font-size: 0.24rem;
  }

  .In-the-News li h5 a {
    font-size: 0.28rem;
    line-height: 1.6em;
  }

  .In-the-News li p {
    font-size: 0.24rem;
    line-height: 1.7em;
    max-height: 5.1em;
    margin-top: 0.25rem;
  }

  .In-the-News li .more {
    width: 1.6rem;
  }
}

.Events {
  position: relative;
  z-index: 2;
}

.Events:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url(../image/img1920_1.png) center no-repeat;
  background-size: 100% 100%;
  height: 0.75rem;
  pointer-events: none;
}

.Events .title {
  padding: 1rem 0 0.15rem 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.6rem;
  color: #000;
}

.Events .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 1.05rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.Events .list li {
  border-top: rgba(0,0,0,.2) solid 1px;
}

@media screen and (min-width: 800px) {
  .Events .list li:nth-child(1),
  .Events .list li:nth-child(2) {
    border-top: 0;
  }
}

.Events .list li a {
  display: block;
  position: relative;
  padding: 0.55rem 0 0.4rem 0;
}

.Events .list li a .time {
  font-size: 0.16rem;
  color: #094d9b;
  padding-bottom: 0.3rem;
}

.Events .list li a h5 {
  font-size: 0.24rem;
  line-height: 0.3rem;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

@media screen and (min-width: 800px) {
  .Events .list li a h5 {
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.Events .list li a p {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Events .more {
  background: url(../image/img555_2.png) center bottom no-repeat;
  background-size: auto 1.17rem;
  padding: 0.4rem 0 1.17rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Events .more .p-more3 {
  width: 3.08rem;
}

@media screen and (max-width: 800px) {
  .Events .list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .Events .list li:nth-child(1) {
    border-top: 0;
  }

  .Events .list li a .time {
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .Events .list li a h5 {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }

  .Events .list li a p {
    font-size: 0.24rem;
    line-height: 1.7em;
    height: 5.1em;
    margin-top: 0.2rem;
  }
}

.Admission-1 {
  padding-bottom: 1rem;
  position: relative;
}

@media screen and (min-width: 800px) {
  .Admission-1 .zoomImg {
    width: 9.45rem;
  }
}

.Admission-1 .bd {
  background: #f9fafc;
  padding: 0 0.59rem 0 0.69rem;
  border-top: #004ca3 solid 0.06rem;
}

@media screen and (min-width: 800px) {
  .Admission-1 .bd {
    position: absolute;
    z-index: 5;
    top: 1.34rem;
    right: 0;
    width: 9.08rem;
    min-height: 4.6rem;
  }
}

.Admission-1 .bd h3 {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 400;
  padding: 0.45rem 0 0.3rem 0;
}

.Admission-1 .bd .content {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
}

@media screen and (min-width: 800px) {
  .Admission-1 .bd .content {
    max-height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

.Admission-1 .bd .more,.Admission-3 .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.35rem 0;
}
.Admission-3 .more{  justify-content: center;}
@media screen and (max-width: 800px) {
  .Admission-1 .bd {
    position: relative;
    padding: 0.4rem 0.3rem;
  }

  .Admission-1 .bd h3 {
    padding-top: 0;
  }

  .Admission-1 .bd h3 {
    line-height: 1.5em;
  }

  .Admission-1 .bd .content {
    font-size: 0.24rem;
    line-height: 1.6em;
  }

  .Admission-1 .bd .more,.Admission-3 .more {
    padding: 0.25rem 0 0 0;
  }
}

.Admission-1 .list {
  margin-top: 0.74rem;
  border-bottom: rgba(51,51,51,.2) solid 1px;
  border-top: rgba(51,51,51,.2) solid 1px;
}

@media screen and (min-width: 800px) {
  .Admission-1 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.Admission-1 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .Admission-1 .list li {
    height: 2.3rem;
    min-width: 7.63rem;
  }
}

.Admission-1 .list li .ico {
  width: 1.35rem;
  height: 1.35rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 0.26rem;
}

.Admission-1 .list li .ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../image/img135_2.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima 30s linear infinite paused;
  animation: rotateAnima 30s linear infinite paused;
}

.Admission-1 .list li .col .name {
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #094d9b;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

.Admission-1 .list li .col p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #486b92;
  margin-top: 0.15rem;
  max-width: 5.02rem;
}

.Admission-1 .list li:hover .ico:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@media screen and (max-width: 800px) {
  .Admission-1 .list {
    padding: 0.25rem 0;
  }

  .Admission-1 .list li {
    padding: 0.15rem 0;
  }

  .Admission-1 .list li .col p {
    font-size: 0.24rem;
  }
}

.Admission-2 {
  background: url(../image/img640_3.jpg) center no-repeat;
  background-size: cover;
}

.Admission-2 .wal {
  min-height: 6.4rem;
  position: relative;
}

.Admission-2 h3 {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1em;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .Admission-2 h3 {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0.9rem;
  }
}

@media screen and (max-width: 800px) {
  .Admission-2 h3 {
    right: 0.8rem;
    top: 1.25rem;
  }
}

@media screen and (min-width: 800px) {
  .Admission-2 .list {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0.7rem;
    width: 9.5rem;
  }
}

.Admission-2 .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.39rem 0.57rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.Admission-2 .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0.22rem;
  border: rgba(255,255,255,.4) solid 1px;
  height: 0.82rem;
}

@media screen and (min-width: 800px) {
  .Admission-2 .list li a:hover {
    border-color: #fff;
  }
}

@media screen and (max-width: 800px) {
  .Admission-2 {
    background-position: 20% center;
  }

  .Admission-2 .wal {
    padding: 1rem 0;
  }

  .Admission-2 h3 {
    padding-bottom: 0.5rem;
  }

  .Admission-2 .list {
    padding: 0.4rem 0 0.2rem 0;
  }

  .Admission-2 .list ul {
    grid-gap: 0.3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.Admission-3 {
  padding-bottom: 1.03rem;
}

.Admission-3 .title {
  text-align: center;
  font-size: 0.7rem;
  padding: 0.9rem 0 0.8rem 0;
  position: relative;
 /* border-bottom: rgba(51,51,51,.2) solid 1px;*/
}



.Admission-3 .list {
  border-bottom: rgba(51,51,51,.2) solid 1px;
  background: url(../image/img5555.png) right bottom no-repeat;
}
/*
.Admission-3 .list:after {
  content: "";
  display: block;
  position: absolute;
  right: -0.02rem;
  bottom: 0;
  width: 4.88rem;
  height: 1.03rem;
  background: url(../image/img488.png) center no-repeat;
  background-size: 100% 100%;
}*/


.Admission-3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Admission-3 .list li {
  width: 50%;
}

.Admission-3 .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding:0 0 0.5rem 0.5rem;
}

.Admission-3 .list li a .name {
  font-size: 0.24rem;
  line-height: 1.8em;
 /* height: 1.8em;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*max-width: 3.8rem;*/
}

.Admission-3 .list li a .arrow {
  width: 0.59rem;
  height: 0.59rem;
  position: relative;
  background: url(../image/arrow.svg) center no-repeat;
  background-size: 0.29rem;
  margin-top: 0.35rem;
}

.Admission-3 .list li a .arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../image/img59.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima 30s linear infinite paused;
  animation: rotateAnima 30s linear infinite paused;
}

.Admission-3 .list li a:hover .arrow:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@media screen and (max-width: 800px) {
  .Admission-3 .list li {
    width: 100%;
    border-bottom: rgba(51,51,51,.1) solid 1px;
  }

  .Admission-3 .list li:last-child {
    border-bottom: 0;
  }

  .Admission-3 .list li a {
    padding: 0.3rem 0 0.3rem 0.5rem;
  }

  .Admission-3 .list li a .name {
    font-size: 0.28rem;
  }

  .Admission-3 .list li a .arrow {
    margin-top: 0.2rem;
  }
}

.Admission-4 {
  padding: 1.35rem 0;
}

.Admission-4 .title {
  text-align: center;
  font-size: 0.6rem;
  padding-bottom: 0.7rem;
}

.Admission-4 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Admission-4 .list a {
  display: block;
  position: relative;
  color: #fff;
}

.Admission-4 .list a .zoomImg:before {
  opacity: .2;
}

.Admission-4 .list a .name {
  position: absolute;
  z-index: 2;
  font-size: 0.32rem;
}

.Admission-4 .list li:nth-child(1) {
  width: 5.39rem;
}

.Admission-4 .list li:nth-child(1) a .name {
  left: 0.45rem;
  bottom: 0.4rem;
}

.Admission-4 .list li:nth-child(1) a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-right: 0.09rem;
  width: 1.53rem;
  background: #bf9240;
}

.Admission-4 .list li:nth-child(1) a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.1rem;
  height: 1.21rem;
  background: #004ca3;
}

.Admission-4 .list li:nth-child(2) {
  width: 8.48rem;
  margin-left: 0.1rem;
}

.Admission-4 .list li:nth-child(2) a .name {
  left: 0.45rem;
  top: 0.7rem;
  width: 3.1rem;
  line-height: 1.8em;
}

@media screen and (max-width: 800px) {
  .Admission-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Admission-4 .list li:nth-child(1) {
    width: 100%;
    margin-bottom: 0.35rem;
    padding-left: 1.62rem;
    padding-top: 1.3rem;
  }

  .Admission-4 .list li:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}

.Admission-5 {
  padding-bottom: 1.25rem;
}

.Admission-5 .title {
  text-align: center;
  font-size: 0.6rem;
  padding-bottom: 0.85rem;
}

.Admission-5 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.79rem;
}

.Admission-5 li a {
  display: block;
  position: relative;
}

.Admission-5 li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.69rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.Admission-5 li a .zoomImg img {
  height: 7.03rem;
}

.Admission-5 li a .zoomImg:before {
  opacity: .2;
}

.Admission-5 li a .name {
  color: #fff;
  position: absolute;
  z-index: 5;
  left: 0.39rem;
  bottom: 0.56rem;
  font-weight: 400;
  font-size: 0.36rem;
}

.Admission-5 .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.86rem;
}

.Admission-5 .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 0.84rem;
  background: #004ca3;
  font-size: 0.36rem;
  color: #fff;
}

.Admission-5 .more a:hover {
  background: #bf9240;
}

@media screen and (max-width: 800px) {
  .Admission-5 ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0.3rem;
  }
}

.page-bg {
  background: url(../image/bg.jpg) center top no-repeat;
  background-size: 100%;
}

.page-bg2 {
  background: url(../image/bg2.jpg) center bottom no-repeat;
  background-size: 100%;
}

.page-nav,
.Academics .nav {
  border-bottom: rgba(51,51,51,.5) solid 1px;
}

@media screen and (min-width: 800px) {
  .page-nav ul,
  .Academics .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-nav li a,
.Academics .nav li a {
  display: block;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 1em;
  height: 0.4rem;
  color: #000;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 800px) {
  .page-nav li a,
  .Academics .nav li a {
        min-width: 2.6rem;
    padding: 0 0.5rem;
  }
}

.page-nav li a:before,
.Academics .nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.03rem;
  background: #094d9b;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.page-nav li a:hover:before,
.Academics .nav li a:hover:before,
.page-nav li a.on:before,
.Academics .nav li a.on:before {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100%;
}

@media screen and (max-width: 800px) {
  .page-nav,
  .Academics .nav {
    width: calc(100% + 0.3rem);
    overflow: hidden;
    position: relative;
  }

  .page-nav li,
  .Academics .nav li {
    padding-right: 0.4rem;
    width: auto;
  }

  .page-nav li a,
  .Academics .nav li a {
    font-size: 0.28rem;
    height: 0.6rem;
  }
}

.Academics .list {
  padding: 0.5rem 0 1.1rem 0;
}

.Academics .list ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 0.8rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.Academics .list li {
  position: relative;
  border-bottom: rgba(51,51,51,.1) solid 1px;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Academics .list li h3 {
  color: #094d9b;
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: 400;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.Academics .list li dl {
  width: 100%;
}

.Academics .list li dd {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.24rem;
  padding: 0.12rem 0;
}

.Academics .list li dd a {
  color: #333;
}

.Academics .list li dd a[href]:hover {
  color: #094d9b;
}

@media screen and (max-width: 800px) {
  .Academics .list ul {
    grid-gap: 0 0.4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .Academics .list li dd {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}

.campus-life-1 {
  max-width: 14rem;
  margin: 0 auto;
  padding: 0.25rem 0;
}

.campus-life-1 li {
  padding-bottom: 0.65rem;
}

.campus-life-1 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.campus-life-1 li a .zoomImg {
  width: 7.19rem;
}

.campus-life-1 li a .bd {
  background: #fff;
  box-shadow: 0 0 0.07rem rgba(0,0,0,.3);
  padding: 0 0.45rem;
}

@media screen and (min-width: 800px) {
  .campus-life-1 li a .bd {
    width: 4.59rem;
    height: 3.83rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.campus-life-1 li a .bd .name {
  border-bottom: #999 solid 1px;
  padding: 0.4rem 0;
  font-size: 0.34rem;
  color: #000;
  line-height: 0.38rem;
}

.campus-life-1 li a .bd p {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.38rem;
  padding: 0.2rem 0;
}

@media screen and (max-width: 800px) {
  .campus-life-1 li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .campus-life-1 li a .zoomImg {
    width: 100%;
  }

  .campus-life-1 li a .bd {
    width: 100%;
  }

  .campus-life-1 li a .bd p {
    font-size: 0.24rem;
    line-height: 1.7em;
    padding: 0.3rem 0;
  }
}

@media screen and (min-width: 800px) {
  .campus-life-1 li:nth-child(odd) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.campus-life-2 {
  background: #cba151;
}

.campus-life-2 .item {
  color: #fff;
  padding-left: 0.7rem;
  overflow: hidden;
  position: relative;
  background: center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 800px) {
  .campus-life-2 .item .title {
    height: 1.7rem;
    font-size: 0.38rem;
    padding: 0.75rem 0 0 0.15rem;
  }
}

.campus-life-2 .item ul {
  width: 8.95rem;
  border-top: rgba(255,255,255,.3) solid 1px;
  border-bottom: rgba(255,255,255,.3) solid 1px;
  padding: 0.16rem 0.15rem;
}

.campus-life-2 .item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.campus-life-2 .item li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
  height: 0.5rem;
  opacity: .6;
}

.campus-life-2 .item li a:after {
  content: "";
  width: 0.07rem;
  height: 0.18rem;
  background: url(../image/arrow7.svg) center no-repeat;
  background-size: 100%;
  margin-left: 0.12rem;
}

.campus-life-2 .item li a:hover {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .campus-life-2 .item {
    padding: 0.5rem 0.3rem;
  }

  .campus-life-2 .item .title {
    font-size: 0.38rem;
    padding-bottom: 0.3rem;
  }

  .campus-life-2 .item ul {
    width: 100%;
  }

  .campus-life-2 .item li a {
    font-size: 0.24rem;
    height: 0.8rem;
  }

  .campus-life-2 .item li a:after {
    width: 0.1rem;
    height: 0.27rem;
  }
}

.campus-life-2 .item:nth-child(1) {
  background: #094996;
}

@media screen and (min-width: 800px) {
  .campus-life-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .campus-life-2 .item {
    height: 4.23rem;
    width: 37%;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .campus-life-2 .item.on {
    width: 63%;
    padding-left: 1.6rem;
  }
}

.campus-life-3 {
  background: url(../image/img980.jpg) center top no-repeat;
  background-size: 100%;
  min-height: 9.8rem;
}

.campus-life-3 .wal {
  max-width: 14.52rem;
}

.campus-life-3 .title {
  font-weight: 400;
  font-size: 0.6rem;
  color: #000;
  text-align: center;
  padding: 0.95rem 0 0.9rem 0;
}

@media screen and (min-width: 800px) {
  .campus-life-3 .list {
    position: relative;
    height: 7.34rem;
    overflow: hidden;
  }

  .campus-life-3 .list .swiper-slide {
    position: relative;
  }

  .campus-life-3 .list .swiper-slide .zoomImg {
    width: 8.22rem;
  }

  .campus-life-3 .list .swiper-slide .zoomImg img {
    height: 5.06rem;
  }

  .campus-life-3 .list .swiper-slide .bd {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 2.15rem;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 8.38rem;
    height: 3.86rem;
    background: #f4f4f4;
    padding: 0.6rem 0.7rem;
  }

  .campus-life-3 .list .swiper-slide .bd .name {
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.38rem;
    height: 0.76rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .campus-life-3 .list .swiper-slide .bd p {
    margin-top: 0.45rem;
    font-size: 0.2rem;
    color: #999;
    line-height: 0.34rem;
    height: 0.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .campus-life-3 .list .swiper-slide .bd .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
  }

  .campus-life-3 .list .swiper-slide .bd .more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.37rem;
    height: 0.49rem;
    border: 1px solid #ba8e37;
    font-size: 0.18rem;
    color: #ba8e37;
  }

  .campus-life-3 .list .swiper-slide .bd .more a:hover {
    background: #ba8e37;
    color: #fff;
  }

  .campus-life-3 .list .swiper-slide-active .bd {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

  .campus-life-3 .list .arrow {
    width: 0.95rem;
    position: absolute;
    z-index: 10;
    right: 8.38rem;
    top: 4.11rem;
    background: #f9f4eb;
  }

  .campus-life-3 .list .arrow a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.95rem;
  }

  .campus-life-3 .list .arrow a:before {
    content: "";
    width: 0.34rem;
    height: 0.34rem;
    background: url(../image/arrow34.png) center no-repeat;
    background-size: 100%;
  }

  .campus-life-3 .list .arrow a:hover {
    background: #ba8e37;
  }

  .campus-life-3 .list .arrow a:hover:before {
    background-image: url(../image/arrow34on.png);
  }

  .campus-life-3 .list .arrow a.prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 800px) {
  .campus-life-3 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem;
  }

  .campus-life-3 .list .swiper-slide .zoomImg img {
    height: 4.25rem;
  }

  .campus-life-3 .list .swiper-slide .bd {
    background: #f4f4f4;
    padding: 0.4rem 0.3rem;
  }

  .campus-life-3 .list .swiper-slide .bd .name {
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.38rem;
    height: 0.76rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .campus-life-3 .list .swiper-slide .bd p {
    margin-top: 0.25rem;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.34rem;
    height: 0.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .campus-life-3 .list .swiper-slide .bd .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.3rem;
  }

  .campus-life-3 .list .swiper-slide .bd .more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.85rem;
    height: 0.66rem;
    border: 1px solid #ba8e37;
    font-size: 0.24rem;
    color: #ba8e37;
  }

  .campus-life-3 .list .swiper-slide .bd .more a:hover {
    background: #ba8e37;
    color: #fff;
  }

  .campus-life-3 .list .arrow {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 1rem;
    background: #f9f4eb;
    display: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .campus-life-3 .list .arrow a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.95rem;
    width: 0.95rem;
  }

  .campus-life-3 .list .arrow a:before {
    content: "";
    width: 0.34rem;
    height: 0.34rem;
    background: url(../image/arrow34.png) center no-repeat;
    background-size: 100%;
  }

  .campus-life-3 .list .arrow a:hover {
    background: #ba8e37;
  }

  .campus-life-3 .list .arrow a:hover:before {
    background-image: url(../image/arrow34on.png);
  }

  .campus-life-3 .list .arrow a.prev:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .campus-life-3 .list .arrow a.next:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.campus-life-4 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.campus-life-4 .big-img {
  position: relative;
  height: 7.64rem;
}

.campus-life-4 .big-img li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.campus-life-4 .big-img li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4.77rem;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .55;
}

.campus-life-4 .big-img li .img img {
  width: 100%;
  height: 7.64rem;
}

.campus-life-4 .big-img li .name {
  position: absolute;
  z-index: 5;
  bottom: 0.57rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15.6rem;
  color: #fff;
  font-size: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.campus-life-4 .big-img li .name:before {
  box-sizing: border-box;
  content: "";
  margin-right: 0.22rem;
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 50%;
  border: 0.02rem solid #fff;
}

@media screen and (max-width: 800px) {
  .campus-life-4 .big-img {
    height: 4.2rem;
  }

  .campus-life-4 .big-img li:after {
    height: 80%;
  }

  .campus-life-4 .big-img li .img img {
    height: 4.2rem;
  }

  .campus-life-4 .big-img li .name {
    width: 6.9rem;
    bottom: 0.45rem;
  }
}

@media screen and (min-width: 800px) {
  .campus-life-4 .list {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -7.8rem;
    width: 2.71rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .campus-life-4 .list .list-wrapper {
    height: 6.36rem;
    overflow: hidden;
    position: relative;
    -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 2%, #fff 98%, rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff 2%, #fff 98%, rgba(0, 0, 0, 0) 100%);
  }

  .campus-life-4 .list .list-wrapper li {
    height: 1.59rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .campus-life-4 .list .list-wrapper li .img {
    background: rgba(0,0,0,0);
    border-radius: 0.12rem;
    padding: 0.05rem;
    width: 100%;
    -webkit-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
  }

  .campus-life-4 .list .list-wrapper li .img img {
    border-radius: 0.12rem;
    height: 1.21rem;
    width: 100%;
  }

  .campus-life-4 .list .list-wrapper li.on .img {
    background: #fff;
  }

  .campus-life-4 .list .arrow a {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: center no-repeat;
    background-size: 0.42rem;
  }

  .campus-life-4 .list .arrow a.prev {
    background-image: url(../image/arrow40.svg);
    top: 50%;
    margin-top: -3.4rem;
  }

  .campus-life-4 .list .arrow a.next {
    background-image: url(../image/arrow40.svg);
    bottom: 50%;
    margin-bottom: -3.4rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 800px) {
  .campus-life-4 {
    padding-bottom: 1.2rem;
  }

  .campus-life-4 .list {
    position: relative;
    margin-top: 0.4rem;
    padding: 0 0.2rem;
  }

  .campus-life-4 .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .campus-life-4 .list li {
    padding: 0 0.1rem;
  }

  .campus-life-4 .list li .img {
    position: relative;
  }

  .campus-life-4 .list li .img:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.12rem;
    border: #094d9b solid 0.03rem;
    opacity: 0;
  }

  .campus-life-4 .list li .img img {
    border-radius: 0.12rem;
    height: 0.9rem;
  }

  .campus-life-4 .list li.on .img:before {
    opacity: 1;
  }
}

.news-list-bg {
  background: url(../image/news-list-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.news-list {
  max-width: 14.46rem;
  margin: 0 auto;
  padding-top: 1rem;
}

@media screen and (min-width: 800px) {
  .news-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.52rem;
    margin-left: -0.52rem;
    margin-bottom: -0.7rem;
  }
}

.news-list li {
  width: 33.333%;
  position: relative;
  padding: 0 0 1.35rem 0;
  z-index: 0;
}

@media screen and (min-width: 800px) {
  .news-list li:hover {
    z-index: 5;
  }

  .news-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1.35rem;
    width: 1px;
    background: #e7eff7;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .news-list li:nth-child(3n+1):before {
    display: none;
  }
}

.news-list li a {
  display: block;
}

@media screen and (min-width: 800px) {
  .news-list li a {
    padding: 0 0.52rem;
    position: relative;
  }

  .news-list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -0.57rem;
    right: -1px;
    bottom: -0.57rem;
    background: -webkit-linear-gradient(bottom, #043793 0%, #5690D1 100%);
    background: linear-gradient(0deg, #043793 0%, #5690D1 100%);
    box-shadow: 0 0.08rem 0.13rem rgba(20,43,81,.25);
    opacity: 0;
  }

  .news-list li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.57rem;
    right: 0;
    top: 0;
    background: url(../image/img147.png) center bottom no-repeat;
    background-size: auto 1.47rem;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  .news-list li a .zoomImg {
    z-index: 2;
  }

  .news-list li a .zoomImg img {
    height: 2.5rem;
  }
}

.news-list li a .bd {
  position: relative;
  z-index: 2;
}

.news-list li a .bd .time {
  color: #094d9b;
  font-size: 0.2rem;
  line-height: 1em;
  padding: 0.35rem 0;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.news-list li a .bd h5 {
  font-weight: 400;
  font-size: 0.3rem;
  line-height: 0.38rem;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

.news-list li a .bd p {
  margin-top: 0.3rem;
  -webkit-transition: color .5s;
  transition: color .5s;
  font-size: 0.2rem;
  color: #767676;
  line-height: 0.38rem;
  height: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.news-list li a .bd .p-more,
.news-list .members li a .bd .more,
.members .news-list li a .bd .more,
.news-list li a .bd .index-news .list .more a,
.index-news .list .more .news-list li a .bd a {
  width: 1.26rem;
  margin-top: 0.35rem;
}

@media screen and (max-width: 800px) {
  .news-list li a .bd {
    padding: 0 0.3rem;
  }

  .news-list li a .bd .time {
    font-size: 0.24rem;
  }

  .news-list li a .bd p {
    font-size: 0.24rem;
  }

  .news-list li a .bd .p-more,
  .news-list .members li a .bd .more,
  .members .news-list li a .bd .more,
  .news-list li a .bd .index-news .list .more a,
  .index-news .list .more .news-list li a .bd a {
    width: 1.6rem;
  }
}

@media screen and (min-width: 800px) {
  .news-list li a:hover {
    color: #fff;
    -webkit-transform: translateY(-0.08rem);
    -ms-transform: translateY(-0.08rem);
    transform: translateY(-0.08rem);
  }

  .news-list li a:hover:before,
  .news-list li a:hover:after {
    opacity: 1;
  }

  .news-list li a:hover .bd .time,
  .news-list li a:hover .bd p {
    color: #fff;
  }

  .news-list li a:hover .bd .p-more,
  .news-list .members li a:hover .bd .more,
  .members .news-list li a:hover .bd .more,
  .news-list li a:hover .bd .index-news .list .more a,
  .index-news .list .more .news-list li a:hover .bd a {
    background: #dcb94f;
    border-color: #dcb94f;
  }

  .news-list li a:hover .bd .p-more:hover,
  .news-list .members li a:hover .bd .more:hover,
  .members .news-list li a:hover .bd .more:hover,
  .news-list li a:hover .bd .index-news .list .more a:hover,
  .index-news .list .more .news-list li a:hover .bd a:hover {
    color: #0b377e;
    opacity: 1;
  }

  .news-list li a:hover .bd .p-more:hover:after,
  .news-list .members li a:hover .bd .more:hover:after,
  .members .news-list li a:hover .bd .more:hover:after,
  .news-list li a:hover .bd .index-news .list .more a:hover:after,
  .index-news .list .more .news-list li a:hover .bd a:hover:after {
    background-image: url(../image/arrow13.svg);
  }
}

@media screen and (max-width: 800px) {
  .news-list {
    padding-top: 0;
  }

  .news-list li {
    width: 100%;
    padding-bottom: 0.7rem;
  }
}

.page-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1.5rem;
  font-size: 0.3rem;
  z-index: 6;
  position: relative;
  background: url(../image/img555_2.png) center bottom no-repeat;
  background-size: auto 1.17rem;
}

.page-num a {
  color: #0b377e;
  width: 0.45rem;
  height: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0.05rem;
}

.page-num a:hover,
.page-num a.on {
  background: #e2b61d;
}

.page-num a.prev {
  font-family: "iconfont";
}

.page-num a.prev:after {
  content: "î™™";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.page-num a.next {
  font-family: "iconfont";
}

.page-num a.next:after {
  content: "î™§";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (max-width: 800px) {
  .page-num a {
    width: 0.66rem;
    height: 0.66rem;
  }
}

.events-bg {
  background: url(../image/event-bg.jpg) right 40% no-repeat;
  background-size: 5.12rem;
}

.events-list {
  padding-bottom: 0.53rem;
}

.events-list li {
  position: relative;
  z-index: 0;
}

.events-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: rgba(0,0,0,.08);
  -webkit-transition: 0s;
  transition: 0s;
}

.events-list li:hover {
  z-index: 5;
}

.events-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 0.48rem;
  position: relative;
  color: #000;
}

.events-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #043793 0%, #5690D1 100%);
  background: linear-gradient(0deg, #043793 0%, #5690D1 100%);
  box-shadow: 0 0.08rem 0.13rem rgba(20,43,81,.25);
  opacity: 0;
}

.events-list li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url(../image/img357.png) right bottom no-repeat;
  background-size: 3.57rem;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.events-list li a .zoomImg {
  z-index: 5;
  width: 4.12rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 800px) {
  .events-list li a .zoomImg img {
    height: 2.5rem;
  }
}

.events-list li a .bd {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-left: 0.64rem;
}

.events-list li a .bd .name {
  font-size: 0.26rem;
  line-height: 0.3rem;
}

.events-list li a .bd .content {
  -webkit-transition: color .5s;
  transition: color .5s;
  margin-top: 0.45rem;
  font-size: 0.18rem;
  color: #767676;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .events-list li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }

  .events-list li a .zoomImg {
    width: 100%;
  }

  .events-list li a .bd {
    padding: 0.4rem 0.3rem 0 0.3rem;
  }

  .events-list li a .bd .name {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .events-list li a .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 800px) {
  .events-list li a:hover {
    color: #fff;
  }

  .events-list li a:hover:before,
  .events-list li a:hover:after {
    opacity: 1;
  }

  .events-list li a:hover .bd .content {
    color: #b5cbdf;
  }
}

.careers-bg {
  background: url(../image/careers-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.careers {
  padding-top: 0.18rem;
}

@media screen and (min-width: 800px) {
  .careers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.careers .title {
  font-size: 0.24rem;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1em;
  height: 0.74rem;
  position: relative;
}

.careers .left {
  width: 11.21rem;
}

.careers .left .title {
  border-bottom: 0.03rem solid rgba(51,51,51,.8);
}

.careers .left .list li {
  border-bottom: rgba(51,51,51,.2) solid 1px;
}

.careers .left .list li a {
  display: block;
  padding: 0.4rem 0;
  color: #000;
}

.careers .left .list li a .type {
  font-size: 0.16rem;
  color: #094d9b;
}

.careers .left .list li a .name {
  font-size: 0.24rem;
  line-height: 1.6em;
  padding: 0.15rem 0 0.1rem 0;
}

.careers .left .list li a p {
  font-size: 0.18rem;
  color: #000;
  opacity: .8;
}

@media screen and (max-width: 800px) {
  .careers .left .list li a .type {
    font-size: 0.24rem;
  }

  .careers .left .list li a .name {
    font-size: 0.26rem;
    padding: 0.15rem 0;
    line-height: 1.4em;
  }

  .careers .left .list li a p {
    font-size: 0.24rem;
  }
}

.careers .left .list li a:hover {
  color: #094d9b;
}

.careers .left .page-num {
  background: none;
  padding: 0.45rem 0 0.75rem 0;
}

.careers .right {
  width: 2.91rem;
}

.careers .right .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.99rem;
  height: 0.64rem;
  z-index: -1;
  background: url(../image/img299.png) center no-repeat;
  background-size: 100% 100%;
}

.careers .right .list {
  padding-bottom: 0.4rem;
}

.careers .right .list .title2 {
  border-top: rgba(51,51,51,.2) solid 1px;
  font-size: 0.24rem;
  color: #094d9b;
  line-height: 1em;
  padding: 0.45rem 0 0.32rem 0;
}

.careers .right .list li {
  font-size: 0.18rem;
  color: rgba(0,0,0,.8);
  line-height: 0.26rem;
  padding: 0.11rem 0 0.11rem 0.3rem;
  position: relative;
}

.careers .right .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.24rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 0.02rem;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  background: url(../image/img19.png) center no-repeat;
  background-size: 0;
}

.careers .right .list li.on:before {
  background-color: #094d9b;
  border-color: #094d9b;
  background-size: 100%;
}

@media screen and (max-width: 800px) {
  .careers .title {
    font-size: 0.32rem;
  }

  .careers .left {
    width: 100%;
  }

  .careers .right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .careers .right .title {
    width: 100%;
  }

  .careers .right .list {
    width: 50%;
  }

  .careers .right .list:last-child {
    width: 100%;
  }

  .careers .right .list .title2 {
    font-size: 0.28rem;
  }

  .careers .right .list li {
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0.12rem 0 0.12rem 0.4rem;
  }

  .careers .right .list li:before {
    top: 0.3rem;
    width: 0.24rem;
    height: 0.24rem;
  }
}

.about-bg {
  background: url(../image/about-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.about-line {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 0.09rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-line:after {
  content: "";
  width: 1px;
  margin-top: 0.15rem;
  height: 2.04rem;
  background: #d6a24f;
}

@media screen and (max-width: 800px) {
  .about-line {
    width: 0.12rem;
  }
}

.about-1 {
  position: relative;
  padding-bottom: 2.23rem;
}

.about-1 .container {
  background: rgba(9,77,155,.92);
  min-height: 7.06rem;
  color: #fff;
  padding: 0 0 0 0.65rem;
  font-size: 0.16rem;
}
.about-1 .img img{width:100%;}
@media screen and (min-width: 800px) {
  .about-1 .container {
    position: absolute;
    z-index: 5;
    top: 0.79rem;
    right: 0.52rem;
    width: 7.28rem;
  }
}

.about-1 .container div.title {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1em;
  padding: 0.7rem 0 0.35rem 0;
    font-family: "SourceHanSerifCN-Bold";
}

.about-1 .container .content {
  color: #d0e6fe;
  line-height: 0.3rem;
  padding: 0 0.85rem 0 0;
  max-height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.about-1 .container .about-line {
  top: 0.35rem;
  right: 0.28rem;
}

.about-1 .container .more {
  padding: 0;
  position: absolute;
  z-index: 5;
  right: 0.92rem;
  bottom: 0.4rem;
}

@media screen and (max-width: 800px) {
  .about-1 {
    padding-bottom: 1.2rem;
  }

  .about-1 .img img {
    height: 4rem;
    object-position: left center;
  }

  .about-1 .container {
    padding: 0 0 0 0.4rem;
    font-size: 0.24rem;
  }

  .about-1 .container .content {
    line-height: 1.7em;
    padding-right: 0.4rem;
    max-height: 25.5em;
  }

  .about-1 .container .more {
    padding: 0.4rem 0.5rem 0.4rem 0;
    position: relative;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.about-2 {
  min-height: 6.68rem;
  position: relative;
}

.about-2 .container {
  position: relative;
  z-index: 5;
  padding: 0 0 0 0.59rem;
  font-size: 0.16rem;
  width: 6.45rem;
}

.about-2 .container .about-line {
  left: 0;
  top: 0;
}

.about-2 .container .title {
  font-size: 0.45rem;
  padding-bottom: 0.45rem;
 font-family: "SourceHanSerifCN-Bold";

}

.about-2 .container .title em {
  color: #094d9b;
}

.about-2 .container .content {
  line-height: 0.3rem;
  text-align: justify;
}

.about-2 .container .img {
  width: 5.78rem;
  padding: 0 0 0.2rem 0;
text-align:center;
}

@media screen and (max-width: 800px) {
  .about-2 .container {
    width: 100%;
    font-size: 0.24rem;
  }

  .about-2 .container .content {
    line-height: 1.7em;
  }

  .about-2 .container .img {
    width: 4.6rem;
  }
}

.about-2 .list {
  background: url(../image/img241.png) left 0.56rem no-repeat;
  background-size: 2.41rem;
}

@media screen and (min-width: 800px) {
  .about-2 .list {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.93rem;
    padding-left: 2.41rem;
  }
}

.about-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-2 .list li {
  width: 2.44rem;
  position: relative;
}

.about-2 .list li:nth-child(odd) {
  top: 0.59rem;
}

@media screen and (max-width: 800px) {
  .about-2 .list {
    padding: 1.2rem 0 1.5rem 0;
    background-position: left top;
  }

  .about-2 .list li {
    width: 2.2rem;
  }
}

.about-3 {
  padding-bottom: 1rem;
  min-height: 3.86rem;
}

@media screen and (min-width: 800px) {
  .about-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.about-3 .title {
  font-size: 0.48rem;
}

.about-3 .title em {
  color: #094d9b;
}

.about-3 .list {
  width: 4.96rem;
}

.about-3 .list li {
  padding-bottom: 0.24rem;
}

.about-3 .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #094d9b;
  color: #fff;
  height: 0.96rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding: 0 0 0 0.66rem;
  position: relative;
}

.about-3 .list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img96.png) left center no-repeat;
  background-size: auto 100%;
  opacity: 0;
}

.about-3 .list li a .num {
  width: 0.52rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-3 .list li a .name {
  position: relative;
}

.about-3 .list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.12rem;
  width: 0.46rem;
  background: url(../image/arrow46.png) center no-repeat;
  background-size: 100%;
}

.about-3 .list li a:hover:before {
  opacity: 1;
}

.about-3 .content {
  width: 8.18rem;
  text-align: justify;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: .006rem;
}

.about-3 .content b {
  display: inline-block;
  background: -webkit-linear-gradient(left, #000, #000) no-repeat left 90%;
  background: linear-gradient(to right, #000, #000) no-repeat left 90%;
  background-size: 100% 1px;
}

@media screen and (max-width: 800px) {
  .about-3 .title {
    padding: 0.4rem 0;
  }

  .about-3 .list {
    width: 100%;
  }

  .about-3 .list li a {
    height: 1.2rem;
    font-size: 0.26rem;
    line-height: 0.38rem;
  }

  .about-3 .content {
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.7em;
    letter-spacing: 0;
  }
}

.about-4 {
  padding-bottom: 1.37rem;
}

.about-4 .wrapper {
  background: url(../image/about-4.jpg) center no-repeat;
  background-size: cover;
  min-height: 4.67rem;
  position: relative;
  padding: 0.55rem 0 0 0.62rem;
}

.about-4 .about-line {
  top: 0.62rem;
  right: 0.31rem;
}

.about-4 .title {
  font-size: 0.48rem;
  color: #094d9b;
  line-height: 1em;
 font-family: "SourceHanSerifCN-Bold";
}

.about-4 .list {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 800px) {
  .about-4 .list {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 0.6rem;
    right: 0;
    width: 8.55rem;
  }

  .about-4 .list ul {
    padding-right: 1rem;
  }
}

.about-4 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-4 .list li {
  color: #fff;
}

@media screen and (min-width: 800px) {
  .about-4 .list li {
    width: 33.333%;
    height: 1.92rem;
  }
}

.about-4 .list li .num {
  font-size: 0.6rem;
  font-family: "SourceHanSerifCN-Bold";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e2b264;
  line-height: 1em;
}

.about-4 .list li .num:after {
  content: "+";
  margin-left: 0.1rem;
}

.about-4 .list li .name {
  font-size: 0.18rem;
  line-height: 1.8em;
}

.about-4 .list .dots {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.11rem;
  left: 100%;
  margin-left: -0.45rem;
}

.about-4 .list .dots span {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  border: 1px solid #e2b264;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.about-4 .list .dots span.on {
  margin-bottom: 0.53rem;
}

.about-4 .list .dots span.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.18rem;
  width: 1px;
  height: 0.44rem;
  background: #e2b264;
}

@media screen and (min-width: 800px) {
  .about-4 .more {
    position: absolute;
    left: 0.62rem;
    bottom: 0.43rem;
  }
}

@media screen and (max-width: 800px) {
  .about-4 .wrapper {
    padding: 0.55rem 0 0.55rem 0.4rem;
  }

  .about-4 .title {
    color: #fff;
  }

  .about-4 .list {
    padding: 0.5rem 0 0.2rem 0;
  }

  .about-4 .list li {
    width: 50%;
    padding-bottom: 0.3rem;
  }

  .about-4 .list li .name {
    font-size: 0.24rem;
    line-height: 1.5em;
  }
}

.research-bg {
  background: url(../image/research-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.research-1 {
  padding-bottom: 0.84rem;
}

.research-1 .wal>.content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.research-1 .wal>.content b {
  display: inline-block;
  background: -webkit-linear-gradient(left, #000, #000) no-repeat left 90%;
  background: linear-gradient(to right, #000, #000) no-repeat left 90%;
  background-size: 100% 1px;
}

@media screen and (max-width: 800px) {
  .research-1 .wal>.content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.research-1 .wal>.more {
  padding: 0.45rem 0 0.6rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.research-1 .wrapper {
  min-height: 7.84rem;
  position: relative;
  background: #f1f3f7;
  padding: 0.65rem 6.34rem 0 0.62rem;
}

.research-1 .wrapper .about-line {
  top: 0.63rem;
  right: 0.23rem;
}

.research-1 .wrapper div.title {
  font-size: 0.48rem;
  line-height: 1em;
  font-family: "SourceHanSerifCN-Bold";
}

.research-1 .wrapper div.title em {
  color: #094d9b;
}

.research-1 .wrapper .content {
  font-size: 0.16rem;
  padding: 0.3rem 0 0.55rem 0;
  line-height: 0.3rem;
}

.research-1 .wrapper .list .title {
  font-size: 0.16rem;
  border-bottom: rgba(0,0,0,.2) solid 1px;
  padding-bottom: 0.16rem;
}

.research-1 .wrapper .list ul {
  margin-top: 0.25rem;
}

.research-1 .wrapper .list ul li {
  font-size: 0.16rem;
  line-height: 0.3rem;
  position: relative;
  padding: 0 0 0.26rem 0.15rem;
}

.research-1 .wrapper .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.15rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #cfa763;
  border-radius: 50%;
}

@media screen and (min-width: 800px) {
  .research-1 .wrapper .list ul.ul-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .research-1 .wrapper .list ul.ul-2 li {
    width: 3.85rem;
  }
}

@media screen and (max-width: 800px) {
  .research-1 .wrapper .list {
    padding-bottom: 0.3rem;
  }

  .research-1 .wrapper .list .title {
    font-size: 0.26rem;
    padding-bottom: 0.22rem;
  }

  .research-1 .wrapper .list ul li {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-left: 0.2rem;
  }

  .research-1 .wrapper .list ul li:before {
    top: 0.2rem;
    width: 0.09rem;
    height: 0.09rem;
  }
}

@media screen and (min-width: 800px) {
  .research-1 .wrapper .zoomImg {
    position: absolute;
    width: 5.24rem;
    top: 0.62rem;
    right: 0.53rem;
  }
}

@media screen and (min-width: 800px) {
  .research-1 .wrapper .more {
    position: absolute;
    top: 6.86rem;
    right: 0.53rem;
  }
}

.research-1 .wrapper .more .p-more2 {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 800px) {
  .research-1 .wrapper {
    padding: 0.5rem 0.4rem;
  }

  .research-1 .wrapper .about-line {
    top: 0.5rem;
    right: 0.2rem;
  }

  .research-1 .wrapper .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .research-1 .wrapper .zoomImg {
    margin-bottom: 0.4rem;
  }
}

.research-2 {
  background: url(../image/research-2.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.research-2 .wal {
  min-height: 10.37rem;
}

.research-2 .title {
  text-align: center;
  font-size: 0.48rem;
  line-height: 1em;
  padding: 0.99rem 0 0.76rem 0;
  color: #fff;
  font-family: "SourceHanSerifCN-Bold";
}

.research-2 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.research-2 .list .list-wrapper {
  margin-right: -0.52rem;
}

.research-2 .list .list-wrapper li {
  padding-right: 0.52rem;
}

.research-2 .list .list-wrapper a {
  display: block;
  background: #fff;
}

.research-2 .list .list-wrapper a .zoomImg img {
  height: 3.12rem;
}

.research-2 .list .list-wrapper a .bd {
  min-height: 3.12rem;
  padding: 0.35rem 0.4rem 0.26rem 0.4rem;
}

.research-2 .list .list-wrapper a .bd .name {
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.research-2 .list .list-wrapper a .bd p {
  font-size: 0.16rem;
  color: #424242;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
}

.research-2 .list .list-wrapper a .bd .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #094d9b;
}

.research-2 .list .list-wrapper a .bd .btn:before {
  content: "";
  margin-right: 0.15rem;
  width: 0.44rem;
  height: 0.44rem;
  background: #004ca3 url(../image/arrow13_3.svg) center no-repeat;
  background-size: 0.13rem;
  border-radius: 50%;
}

.research-2 .list .list-wrapper a:hover .bd .btn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .research-2 .list .list-wrapper {
    margin-right: -0.4rem;
  }

  .research-2 .list .list-wrapper li {
    padding-right: 0.4rem;
  }

  .research-2 .list .list-wrapper a {
    opacity: .5;
  }

  .research-2 .list .list-wrapper a .bd {
    padding-bottom: 0.4rem;
  }

  .research-2 .list .list-wrapper a .bd .name {
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }

  .research-2 .list .list-wrapper a .bd p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }

  .research-2 .list .list-wrapper a .bd .btn {
    font-size: 0.24rem;
  }

  .research-2 .list .list-wrapper li.swiper-slide-active a {
    opacity: 1;
  }
}

.research-2 .list .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.35rem 0 0.6rem 0;
}

.research-2 .list .dots span {
  margin: 0 0.17rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #cfa763;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

.research-2 .list .dots span.on {
  background: #fff;
}

.research-2 .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}

.research-2 .more .p-more2 {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 800px) {
  .research-2 {
    padding-bottom: 0.5rem;
  }

  .research-2 .wal {
    margin: 0;
  }
}

.research-3 {
  position: relative;
  padding-bottom: 1rem;
}

.research-3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.4rem;
  background: url(../image/img472_2.png) center no-repeat;
  background-size: auto 100%;
  height: 2.41rem;
}

.research-3 .title {
  position: relative;
  z-index: 2;
  font-size: 0.48rem;
  text-align: center;
  line-height: 1em;
  padding: 1.07rem 0 0.56rem 0;
  font-family: "SourceHanSerifCN-Bold";
}

.research-3 .title em {
  color: #094d9b;
}

.research-3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.58rem;
}

.research-3 .list li {
  width: 33.333%;
  padding: 0 0 0.52rem 0.58rem;
}

.research-3 .list a {
  display: block;
  background: -webkit-linear-gradient(bottom, #E1E7ED, #F5F7F9);
  background: linear-gradient(0deg, #E1E7ED, #F5F7F9);
  min-height: 3.48rem;
  padding: 0.45rem 0.35rem 0.35rem 0.35rem;
}

.research-3 .list a .name {
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "SourceHanSerifCN-Bold";
}

.research-3 .list a .line {
  height: 0.65rem;
  position: relative;
}

.research-3 .list a .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(51,51,51,.2);
}

.research-3 .list a p {
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 800px) {
  .research-3 .list li {
    width: 100%;
  }

  .research-3 .list a .name {
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .research-3 .list a p {
    font-size: 0.24rem;
    line-height: 1.7em;
    height: 5.1em;
  }
}

.research-3 .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.research-4 {
  padding-bottom: 1.41rem;
}

.research-4 .wal {
  min-height: 6.74rem;
  background: #f1f3f7;
  position: relative;
  padding-left: 0.6rem;
  padding-bottom: 0.6rem;
}

.research-4 .title {
  position: relative;
  z-index: 2;
  font-size: 0.48rem;
  line-height: 1em;
  padding: 0 0 0.32rem 0;
  border-bottom: rgba(0,0,0,.2) solid 1px;
  font-family: "SourceHanSerifCN-Bold";
}

@media screen and (min-width: 800px) {
  .research-4 .title {
    width: 10.15rem;
    padding-top: 0.68rem;
  }
}

.research-4 .title em {
  color: #094d9b;
}

.research-4 .container {
  min-height: 2.3rem;
  padding: 0.4rem 0;
  max-width: 10.2rem;
}

.research-4 .container h5 {
  font-weight: 400;
  font-size: 0.24rem;
}

.research-4 .container p {
  font-size: 0.16rem;
  opacity: .8;
  margin-top: 0.2rem;
}

.research-4 .container .more {
  margin-top: 0.4rem;
}

.research-4 .img-list {
  position: absolute;
  bottom: 0.77rem;
  right: 0.63rem;
  width: 3.68rem;
  min-height: 5.2rem;
}

.research-4 .img-list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.research-4 .list {
  width: 10.67rem;
  min-height: 2.24rem;
  padding: 0.17rem 0.17rem 0.17rem 0;
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: relative;
}

.research-4 .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.research-4 .list .list-wrapper li {
  padding: 0 0.24rem 0 0.18rem;
}

.research-4 .list .list-wrapper li .img {
  position: relative;
  cursor: pointer;
}

.research-4 .list .list-wrapper li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: #094d9b solid 0.05rem;
  opacity: 0;
}

.research-4 .list .list-wrapper li .img img {
  width: 100%;
  height: 1.89rem;
}

.research-4 .list .list-wrapper li.swiper-slide-active .img:before {
  opacity: 1;
}

.research-4 .list .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.62rem;
  height: 0.62rem;
  background: rgba(255,255,255,.8);
  box-shadow: 0 0.03rem 0.1rem rgba(0,0,0,.12);
  border-radius: 50%;
  font-family: "iconfont";
  font-size: 0.22rem;
  color: #094d9b;
}

.research-4 .list .arrow a:hover {
  color: #fff;
  background: #094d9b;
}

.research-4 .list .arrow a.prev {
  left: -0.32rem;
}

.research-4 .list .arrow a.prev:after {
  content: "<";
font-family:宋体;
    font-weight: bold;
}

.research-4 .list .arrow a.next {
  right: 0.1rem;
}

.research-4 .list .arrow a.next:after {
    content: ">";
font-family:宋体;
    font-weight: bold;
}
}

@media screen and (max-width: 800px) {
  .research-4 .wal {
    padding: 0.5rem 0.4rem;
  }

  .research-4 .container h5 {
    font-size: 0.28rem;
  }

  .research-4 .container p {
    font-size: 0.24rem;
  }

  .research-4 .img-list {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }

  .research-4 .list {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.2rem;
    min-height: 1rem;
  }

  .research-4 .list .list-wrapper li {
    padding: 0 0.1rem;
  }

  .research-4 .list .list-wrapper li .img img {
    height: 1.6rem;
  }

  .research-4 .list .arrow a.next {
    right: -0.32rem;
  }
}

.global-bg {
  background: url(../image/global-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.global-1 .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.global-1 .container {
  width: 7.3rem;
}

.global-1 .container .content {
  min-height: 2.86rem;
  padding-bottom: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.global-1 .container .content b {
  display: inline-block;
  background: -webkit-linear-gradient(left, #000, #000) no-repeat left 90%;
  background: linear-gradient(to right, #000, #000) no-repeat left 90%;
  background-size: 100% 1px;
}

.global-1 .zoomImg {
  width: 6.76rem;
}

@media screen and (max-width: 800px) {
  .global-1 .wal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .global-1 .container {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .global-1 .container .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .global-1 .zoomImg {
    width: 100%;
  }
}

.global-2 .title {
  font-size: 0.48rem;
  line-height: 1em;
  text-align: center;
}

.global-2 .title em {
  color: #094d9b;
}

.global-2 .content {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.25rem 0 0.55rem 0;
  max-width: 11.7rem;
  margin: 0 auto;
}

.global-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.7rem;
  margin-bottom: -0.7rem;
}

.global-2 .list li {
  width: 33.333%;
  padding: 0 0 0.7rem 0.7rem;
}

.global-2 .list a {
  display: block;
}

@media screen and (min-width: 800px) {
  .global-2 .list a .zoomImg img {
    height: 3.08rem;
  }
}

.global-2 .list a .bd {
  padding: 0 0.1rem;
}

.global-2 .list a .bd .name {
  font-size: 0.24rem;
  padding: 0.35rem 0 0.3rem 0;
}

.global-2 .list a .bd p {
  font-size: 0.16rem;
  color: #424242;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}

.global-2 .list a .bd .p-more,
.global-2 .list .members li a .bd .more,
.members li .global-2 .list a .bd .more,
.global-2 .index-news .list a .bd .more a,
.index-news .global-2 .list a .bd .more a,
.global-2 .index-news .list .more a .bd a,
.index-news .global-2 .list .more a .bd a {
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
}

@media screen and (max-width: 800px) {
  .global-2 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .global-2 .list li {
    width: 100%;
  }

  .global-2 .list a .bd {
    padding: 0 0.2rem;
  }

  .global-2 .list a .bd .name {
    font-size: 0.28rem;
  }

  .global-2 .list a .bd p {
    font-size: 0.24rem;
    line-height: 1.7em;
    height: 5.1em;
    margin-bottom: 0.35rem;
  }
}

.global-3 {
  position: relative;
  z-index: 5;
}

.global-3 .title {
  font-size: 0.48rem;
  line-height: 1em;
  text-align: center;
  padding: 1.18rem 0 0.38rem 0;
}

.global-3 .title em {
  color: #094d9b;
}

.global-3 .bg {
  background: url(../image/img773.jpg) center no-repeat;
  background-size: auto 100%;
}

.global-3 .wal {
  height: 7.73rem;
  position: relative;
}

.global-3 .container {
  position: absolute;
  left: 50%;
  top: 2.43rem;
  margin-left: -1.2rem;
  background: url(../image/img33.svg) left top no-repeat;
  background-size: 0.33rem;
  color: #fff;
  width: 8.8rem;
  padding: 0.6rem 0 0 0.59rem;
  min-height: 4.1rem;
}

.global-3 .container .name {
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #e2b264;
  line-height: 1em;
  margin-bottom: 0.35rem;
}

.global-3 .container .content {
  font-size: 0.16rem;
  color: rgba(255,255,255,.8);
  letter-spacing: .002rem;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .global-3 .bg {
    background-position: -7rem center;
  }

  .global-3 .container {
    width: 6rem;
    margin-left: -2.5rem;
  }

  .global-3 .container .name {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }

  .global-3 .container .content {
    font-size: 0.24rem;
    letter-spacing: 0;
  }
}

.global-4 {
  padding-bottom: 0.8rem;
}

.global-4 .title {
  font-size: 0.48rem;
  line-height: 1em;
  text-align: center;
  padding: 0.65rem 0 0.45rem 0;
}

.global-4 .title em {
  color: #094d9b;
}

.global-4 .msg {
  font-size: 0.24rem;
  color: #cea154;
  padding-bottom: 0.4rem;
}

.global-4 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.85rem;
}

.global-4 .list li {
  width: 50%;
  padding-left: 0.85rem;
}

.global-4 .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.8rem;
  border-bottom: rgba(210,210,210,.5) solid 1px;
  font-size: 0.16rem;
  position: relative;
}

.global-4 .list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img80.png) center no-repeat;
  background-size: cover;
  opacity: 0;
}

.global-4 .list a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #094d9b;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 0;
}

.global-4 .list a .name {
  height: 1.3em;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}

.global-4 .list a:hover {
  border-color: rgba(9,77,155,.5);
  padding-left: 0.35rem;
}

.global-4 .list a:hover:before {
  opacity: 1;
}

.global-4 .list a:hover:after {
  opacity: 1;
  left: 0.18rem;
}

@media screen and (max-width: 800px) {
  .global-4 .msg {
    margin-bottom: 0.05rem;
  }

  .global-4 .list li {
    width: 100%;
  }

  .global-4 .list a {
    font-size: 0.24rem;
    height: 0.9rem;
  }
}

.history-bg {
  background: url(../image/history-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.history {
  padding-bottom: 1.2rem;
}

.history .head {
  background: url(../image/img752.jpg) center no-repeat;
  background-size: cover;
  min-height: 5.72rem;
  position: relative;
  color: #fff;
  padding: 1.1rem 0 0 0.6rem;
}

.history .head .title {
  font-size: 0.8rem;
  line-height: 1em;
  padding-bottom: 0.35rem;
}

.history .head .content {
  width: 7.09rem;
  color: rgba(255,255,255,.61);
  font-size: 0.16rem;
  line-height: 0.3rem;
}

@media screen and (min-width: 800px) {
  .history .head ul {
    position: absolute;
    right: 1.56rem;
    top: 1.62rem;
    width: 4.74rem;
  }
}

.history .head li {
  border-bottom: rgba(255,255,255,.5) solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.48rem 0;
}

.history .head li:last-child {
  border-bottom: 0;
}

.history .head li .num {
  width: 0.52rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.history .head li .name {
  font-size: 0.3rem;
  line-height: 1em;
}

@media screen and (max-width: 800px) {
  .history .head {
    padding: 0.6rem 0.4rem 0 0.4rem;
  }

  .history .head .content {
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.history .list .title {
  text-align: center;
  font-size: 0.48rem;
  padding: 0.5rem 0 0.7rem 0;
}

.history .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.6rem 0.6rem 0.6rem;
}

.history .list li .zoomImg {
  width: 6.84rem;
}

.history .list li .bd {
  width: 6.84rem;
}

.history .list li .bd .year {
  font-size: 0.18rem;
  color: #d59835;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.history .list li .bd .year:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #cfa763;
  border-radius: 50%;
  margin-left: -0.12rem;
}

.history .list li .bd .content {
  font-size: 0.16rem;
  padding-bottom: 0.4rem;
  line-height: 0.3rem;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  .history .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0.6rem 0;
  }

  .history .list li .zoomImg {
    width: 100%;
  }

  .history .list li .bd {
    width: 100%;
    padding: 0.5rem 0.2rem 0 0.2rem;
  }

  .history .list li .bd .year {
    font-size: 0.28rem;
  }

  .history .list li .bd .year:before {
    margin-left: -0.2rem;
  }

  .history .list li .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

@media screen and (min-width: 800px) {
  .history .list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .history .list li:nth-child(even) .bd .year {
    text-align: right;
  }

  .history .list li:nth-child(even) .bd .year:before {
    left: 100%;
    margin-left: 0.06rem;
  }
}

.title1{
font-size: 0.3rem;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
   /* text-align: center;*/}


.UMS-bg {
  background: url(../image/UMS-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.UMS .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.UMS>.img {
  padding: 0.6rem 0 0.8rem 0;
}
.UMS>.img img{width:100%;}
.UMS .title {
  font-size: 0.48rem;
}

.UMS .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0.54rem 1.2rem 0;
}

.UMS .row .content {
  width: 8.08rem;
}

.UMS .row-2 {
  padding-right: 0;
}

.UMS .row-2 .content {
  width: 7.77rem;
}

.UMS .row-2 .img {
  width: 6.84rem;
}

@media screen and (max-width: 800px) {
  .UMS .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .UMS .title {
    padding-bottom: 0.2rem;
  }

  .UMS .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .UMS .row .content {
    width: 100%;
    padding-bottom: 0.4rem;
  }

  .UMS .row-2 .content {
    width: 100%;
  }

  .UMS .row-2 .img {
    width: 100%;
  }
  .UMS p img{height:auto !important;}
}

.research-bases-bg {
  background: url(../image/research-bases-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.research-bases .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.9rem;
}

.research-bases .content b {
  display: inline-block;
  background: -webkit-linear-gradient(left, #000, #000) no-repeat left 90%;
  background: linear-gradient(to right, #000, #000) no-repeat left 90%;
  background-size: 100% 1px;
}

@media screen and (max-width: 800px) {
  .research-bases .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.research-bases .list {
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
}

.research-bases .list>ul>li .name {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 0.24rem;
  padding: 0 0.3rem;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.research-bases .list>ul>li .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-linear-gradient(bottom, #E1E7ED, #F5F7F9);
  background: linear-gradient(0deg, #E1E7ED, #F5F7F9);
}

.research-bases .list>ul>li .name:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  background: url(../image/arrow56.svg) center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.research-bases .list>ul>li .name:hover {
  color: #094d9b;
}

.research-bases .list>ul>li .name:hover:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
  .research-bases .list>ul>li .name {
    height: 1.2rem;
    font-size: 0.28rem;
    padding-right: 1rem;
  }
}

.research-bases .list>ul>li .bd {
  display: none;
}

.research-bases .list>ul>li .bd li {
  border-bottom: rgba(0,0,0,.2) solid 1px;
  position: relative;
}

.research-bases .list>ul>li .bd li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: #094d9b;
}

.research-bases .list>ul>li .bd li:last-child {
  border-bottom: 0;
}

.research-bases .list>ul>li .bd li a {
  display: block;
  line-height: 0.35rem;
  padding: 0.2rem 0 0.2rem 0.33rem;
  position: relative;
  font-size: 0.18rem;
}

.research-bases .list>ul>li .bd li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.15rem;
  top: 0.35rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #cfa763;
  border-radius: 50%;
}

@media screen and (max-width: 800px) {
  .research-bases .list>ul>li .bd li a {
    font-size: 0.24rem;
  }
}

.research-bases .list>ul>li .bd li:hover:before {
  width: 4.23rem;
}

.research-bases .list>ul>li.on .name {
  color: #fff;
  background: #094d9b;
}

.research-bases .list>ul>li.on .name:before {
  opacity: 0;
}

.research-bases .list>ul>li.on .name:after {
  background-image: url(../image/arrow56on.svg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-detail {
  max-width: 13rem;
  padding-bottom: 0.6rem;
}

.news-detail-bg {
  background: url(../image/news-bg.jpg) center top no-repeat;
  background-size: 100%;
}

.news-detail .hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.18rem;
  padding: 0.2rem 0 0.3rem 0;
}

.news-detail .hd a {
  color: #094d9b;
}

.news-detail h2.title {
  font-size: 0.45rem;
  line-height: 0.6rem;
  padding-bottom: 0.3rem;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

.news-detail .info {
  padding-bottom: 0.5rem;
  font-size: 0.2rem;
  color: #353535;
  line-height: 0.36rem;
}

@media screen and (max-width: 800px) {
  .news-detail .hd {
    font-size: 0.24rem;
  }

  .news-detail .info {
    font-size: 0.24rem;
    line-height: 1.6em;
  }
}

.news-detail .row {
  padding-top: 0.6rem;
}

@media screen and (min-width: 800px) {
  .news-detail .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6rem 0 0 0;
  }
}

.news-detail .row>.content {
  width: 9.6rem;
  font-size: 0.2rem;
  color: #050505;
  line-height: 0.36rem;
}

@media screen and (max-width: 800px) {
  .news-detail .row>.content {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1.7em;
  }
.news-detail .row>.content p a{word-break: break-all;}
}

@media screen and (min-width: 800px) {
  .news-detail .row .side {
    width: 2.96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news-detail .row .side .form {
  min-height: 33%;
}

.news-detail .row .side .form h3 {
  font-size: 0.18rem;
}

.news-detail .row .side .form p {
  font-size: 0.16rem;
  line-height: 1.7em;
  padding: 0.1rem 0 0.15rem 0;
}

.news-detail .row .side .form .input {
  border: 1px solid rgba(0,0,0,.17);
  border-bottom: #919191 solid 0.02rem;
}

.news-detail .row .side .form .input input {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.12rem;
  font-size: 0.16rem;
  font-family: "iconfont";
}

.news-detail .row .side .form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.18rem;
  font-size: 0.16rem;
  width: 0.87rem;
  height: 0.36rem;
  background: #094d9b;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .news-detail .row .side .form {
    min-height: 1rem;
    padding-top: 1rem;
  }

  .news-detail .row .side .form h3 {
    font-size: 0.28rem;
  }

  .news-detail .row .side .form p {
    font-size: 0.24rem;
  }

  .news-detail .row .side .form .input input {
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }

  .news-detail .row .side .form .submit {
    font-size: 0.26rem;
    width: 1.74rem;
    height: 0.72rem;
  }
}

.news-detail .row .side .list {
  min-height: 33%;
}

.news-detail .row .side .list .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.12rem;
}

.news-detail .row .side .list .title img {
  height: 0.25rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.14rem;
  width: auto;
}

.news-detail .row .side .list .title h3 {
  font-size: 0.18rem;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

.news-detail .row .side .list li {
  border-bottom: #d5d5d5 solid 1px;
}

.news-detail .row .side .list li:last-child {
  border: 0;
}

.news-detail .row .side .list li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  padding: 0.2rem 0;
}

.news-detail .row .side .list .ul-2 {
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .news-detail .row .side .list {
    padding-top: 0.5rem;
  }

  .news-detail .row .side .list .title img {
    height: 0.3rem;
  }

  .news-detail .row .side .list .title h3 {
    font-size: 0.28rem;
  }

  .news-detail .row .side .list li a {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}

.read-next {
  border-top: #c5c5c5 solid 1px;
  padding: 0 1.3rem;
  background: url(../image/img555_2.png) center bottom no-repeat;
  background-size: auto 1.17rem;
}

.read-next .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.57rem 0 1.05rem 0;
}

.read-next .title h2 {
  font-size: 0.44rem;
  font-weight: 400;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.read-next .title:after {
  width: 100%;
  height: 0.03rem;
  background: #094d9b;
  margin-left: 0.17rem;
  margin-right: 0.47rem;
  content: "";
}

.read-next .title .more {
  font-size: 0.2rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.read-next .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.read-next .list .list-wrapper {
  margin-left: -0.75rem;
}

.read-next .list .list-wrapper li {
  padding-left: 0.75rem;
}

.read-next .list .list-wrapper a {
  display: block;
}

.read-next .list .list-wrapper a .zoomImg img {
  height: 1.76rem;
}

.read-next .list .list-wrapper a .bd .type {
  font-size: 0.14rem;
  color: #094d9b;
  padding: 0.25rem 0 0.35rem 0;
}

.read-next .list .list-wrapper a .bd .name {
  font-size: 0.21rem;
  line-height: 0.27rem;
  height: 0.81rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.read-next .list .list-wrapper a .bd .p-more,
.read-next .list .list-wrapper .members li a .bd .more,
.members li .read-next .list .list-wrapper a .bd .more,
.read-next .index-news .list .list-wrapper a .bd .more a,
.index-news .read-next .list .list-wrapper a .bd .more a,
.read-next .index-news .list .more .list-wrapper a .bd a,
.index-news .read-next .list .more .list-wrapper a .bd a {
  width: 0.89rem;
  margin-top: 0.5rem;
}

.read-next .list .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.43rem 0 2.09rem 0;
}

.read-next .list .arrow .dots {
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.read-next .list .arrow .dots span {
  margin-right: 0.15rem;
  width: 0.17rem;
  height: 0.17rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #004592;
  -webkit-transition: .5s;
  transition: .5s;
}

.read-next .list .arrow .dots span.on {
  background: #094d9b;
}

.read-next .list .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #004592;
  margin-left: 0.33rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "iconfont";
  font-size: 0.18rem;
}

.read-next .list .arrow a:hover {
  background: #094d9b;
  color: #fff;
  border-color: #094d9b;
}

@media screen and (max-width: 800px) {
  .read-next {
    padding: 0;
  }

  .read-next .title .more {
    font-size: 0.24rem;
  }

  .read-next .list .list-wrapper {
    margin-left: -0.3rem;
  }

  .read-next .list .list-wrapper li {
    padding-left: 0.3rem;
  }

  .read-next .list .list-wrapper a {
    opacity: .5;
  }

  .read-next .list .list-wrapper a .zoomImg img {
    height: 2.5rem;
  }

  .read-next .list .list-wrapper a .bd .type {
    font-size: 0.24rem;
  }

  .read-next .list .list-wrapper a .bd .name {
    font-size: 0.26rem;
    line-height: 0.36rem;
    height: 1.08rem;
  }

  .read-next .list .list-wrapper a .bd .p-more,
  .read-next .list .list-wrapper .members li a .bd .more,
  .members li .read-next .list .list-wrapper a .bd .more,
  .read-next .index-news .list .list-wrapper a .bd .more a,
  .index-news .read-next .list .list-wrapper a .bd .more a,
  .read-next .index-news .list .more .list-wrapper a .bd a,
  .index-news .read-next .list .more .list-wrapper a .bd a {
    width: 1.5rem;
  }

  .read-next .list .list-wrapper li.swiper-slide-active a {
    opacity: 1;
  }

  .read-next .list .arrow a {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
}

.members {
  padding-bottom: 1.62rem;
}

.members ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.45rem;
}

.members li {
  width: 25%;
  padding: 0 0 0.31rem 0.45rem;
}

.members li a {
  display: block;
  position: relative;
}

.members li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.29rem;
  opacity: 0;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #D5DFEB 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #D5DFEB 100%);
}

.members li a .zoomImg img {
  height: 5.32rem;
}

.members li a .name {
  height: 1.29rem;
  line-height: 1.19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(151,151,151,.5633);
  padding: 0 1.3rem 0 0.56rem;
  font-size: 0.26rem;
}

.members li a .name:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.56rem;
  top: 0.9rem;
  width: 0.78rem;
  height: 0.02rem;
  background: #0b377e;
}

.members li a .more {
  position: absolute;
  z-index: 5;
  right: 0.37rem;
  bottom: 0.38rem;
  width: 1.04rem;
  height: 0.4rem;
  background: #fff;
  padding: 0;
  opacity: 0;
  border: 1px solid rgba(182,134,39,.6359);
}

@media screen and (min-width: 800px) {
  .members li a:hover {
    box-shadow: 0 0.04rem 0.1rem 0 #e3e8ee;
  }

  .members li a:hover:before {
    opacity: 1;
  }

  .members li a:hover .more {
    opacity: 1;
  }
}

@media screen and (max-width: 800px) {
  .members li {
    width: 50%;
  }

  .members li a .zoomImg img {
    height: 4.4rem;
  }

  .members li a .name {
    padding: 0 0.35rem;
  }

  .members li a .name:after {
    left: 0.35rem;
  }
}

.members-detail {
  padding: 1.26rem 0 1.9rem 0;
  background: url(../image/img797.jpg) left bottom no-repeat;
  background-size: 7.97rem;
}

.members-detail .wal {
  background: url(../image/img539.png) center no-repeat;
  background-size: cover;
  min-height: 5.39rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.63rem 0.39rem 0.63rem 0.56rem;
}

.members-detail .img {
  width: 2.77rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.members-detail .container {
  width: 100%;
  position: relative;
  padding-left: 0.79rem;
}

.members-detail .container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.57rem;
  top: 0.49rem;
  bottom: 0;
  width: 1px;
  background: #0b377e;
}

.members-detail .container .name {
  font-size: 0.3rem;
  color: #000;
font-weight: bold;


}

.members-detail .container .title {
  font-size: 0.2rem;
  color: #000;
  padding: 0.25rem 0 0.15rem 0;
}

.members-detail .container .content {
  font-size: 0.16rem;
  line-height: 1.8em;
  color: #333;
}

@media screen and (max-width: 800px) {
  .members-detail {
    padding-top: 1rem;
  }

  .members-detail .wal {
    padding: 0.4rem;
  }

  .members-detail .img {
    width: 2rem;
  }

  .members-detail .img img {
    height: 2.66rem;
  }

  .members-detail .container {
    padding-left: 0.4rem;
    padding-top: 1.5rem;
  }

  .members-detail .container:before {
    display: none;
  }

  .members-detail .container .name {
    font-size: 0.38rem;

  }

  .members-detail .container .title {
    font-size: 0.28rem;
  }

  .members-detail .container .content {
    font-size: 0.24rem;
    margin-left: -2.4rem;
    margin-top: 0.15rem;
  }
}

@media screen and (max-width: 1180px) {
  .UMS-bg {min-height: calc(100vh - 335px);}
}

.overview-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overview-1 .msg {
  width: 7.72rem;
  font-weight: 600;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.44rem;
  padding-left: 0.64rem;
  position: relative;
}

.overview-1 .msg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.08rem;
  bottom: 0.08rem;
  width: 0.08rem;
  background: #b68627;
}

.overview-1 .img {
  width: 6.76rem;
}

.overview-1 .content {
  width: 100%;
  padding: 0.7rem 0 1.3rem 0.64rem;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .overview-1 .msg {
    width: 100%;
    font-size: 0.26rem;
    line-height: 1.8em;
    padding-left: 0.4rem;
  }

  .overview-1 .img {
    width: 100%;
    margin-top: 0.4rem;
  }

  .overview-1 .content {
    width: 100%;
    padding: 0.4rem 0 1.2rem 0.4rem;
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.overview-2 {
  background: url(../image/overview-2.png) center no-repeat;
  background-size: cover;
  min-height: 4.77rem;
  color: #fff;
}

.overview-2 .title {
  font-size: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.7rem 0 1.3rem 0;
  line-height: 1em;
  position: relative;
}

.overview-2 .title em {
  color: #e2b264;
  line-height: 1em;
  font-size: 0.8rem;
  margin-right: 0.2rem;
}

.overview-2 .title .col h2 {
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0.17rem;
  font-size: 0.24rem;
  color: #e2b264;
}

.overview-2 .list {
  padding: 0 0.6rem 0 0.72rem;
}

.overview-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.overview-2 .list li {
  position: relative;
  padding-left: 0.96rem;
}

.overview-2 .list li .ico {
  width: 0.64rem;
  position: absolute;
  left: 0;
  top: 0;
}

.overview-2 .list li h5 {
  font-size: 0.24rem;
  line-height: 1em;
}

.overview-2 .list li h5 em {
  color: #e2b264;
}

.overview-2 .list li p {
  font-size: 0.16rem;
  margin-top: 0.16rem;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .overview-2 {
    margin: 0;
  }

  .overview-2 .title {
    font-size: 0.28rem;
    padding-bottom: 0.9rem;
  }

  .overview-2 .title em {
    font-weight: bold;
  }

  .overview-2 .title .col h2 {
    font-size: 0.28rem;
  }

  .overview-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .overview-2 .list li {
    width: 100%;
    padding-bottom: 0.6rem;
  }

  .overview-2 .list li h5 {
    font-size: 0.28rem;
  }

  .overview-2 .list li p {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.overview-3 {
  min-height: 7.67rem;
  position: relative;
  padding-top: 1.4rem;
}

@media screen and (min-width: 800px) {
  .overview-3 .logo {
    position: absolute;
    left: 50%;
    top: 2.07rem;
    width: 5.57rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 800px) {
  .overview-3 .logo {
    width: 5.5rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 800px) {
  .overview-3 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .overview-3 .list ul:nth-child(1) {
    width: 3.94rem;
  }

  .overview-3 .list ul:nth-child(2) {
    width: 4.03rem;
  }
}

.overview-3 .list li {
  padding-bottom: 0.9rem;
}

.overview-3 .list li h5 {
  font-size: 0.24rem;
  padding-bottom: 0.15rem;
}

.overview-3 .list li h5 em {
  color: #094d9b;
}

.overview-3 .list li p {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .overview-3 .list {
    margin-top: 0.6rem;
  }

  .overview-3 .list li {
    text-align: center;
  }

  .overview-3 .list li h5 {
    font-size: 0.28rem;
  }

  .overview-3 .list li p {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.our-factlty {
  padding: 0.52rem 0;
}

.our-factlty ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3rem 0.6rem;
}
.our-factlty li {margin:0 10px;}



/*
.our-factlty li a {
  display: block;
  position: relative;
  padding: 0.1rem 0.1rem 0 0;
  z-index: 2;
  background: -webkit-linear-gradient(top, #F3F5F8 80%, rgba(243, 245, 248, 0) 100%);
  background: linear-gradient(to bottom, #F3F5F8 80%, rgba(243, 245, 248, 0) 100%);
}
/*
.our-factlty li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background: url(../image/img265.jpg) center no-repeat;
  background-size: cover;
}*/

.our-factlty li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: #ba8e37;
}

.our-factlty li a .zoomImg img {
  height:3.6rem;
}
/*
.our-factlty li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.9rem;
  font-weight: bold;
  font-family: "Arial";
  padding-left: 0.3rem;
  padding-bottom: 0.05rem;
  font-size: 0.2rem;
}
*/

.our-factlty li h3{
    font-size: 0.24rem;
    color: #000;
line-height: 40px;
    font-weight: normal;
    transition: all 0.5s;
    text-align: center;
    margin: 0 auto;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    padding-top: 15px;}

.our-factlty li p{    font-size: 14px;
    color: #004cd8;
    margin-top: 0.05rem;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    word-break: break-all;}



.our-factlty li a:hover {
  color: #fff;
}

.our-factlty li a:hover:before {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .our-factlty ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
  }
.our-factlty li a .zoomImg{
padding-top:140%;
    position: relative;
}
  .our-factlty li a .zoomImg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
  }

  .our-factlty li a .name {
    font-size: 0.26rem;
  }
}

.teachers {
  padding: 0.5rem 0;
}

.teachers .title {
  background: url(../image/img100.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1rem;
}

.teachers .title h2 {
  padding-left: 0.56rem;
  font-size: 0.24rem;
  color: #094d9b;
}

.teachers .list {
  padding: 0.5rem 0 0 1.2rem;
}

.teachers .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teachers .list li {
  position: relative;
  padding-bottom: 0.5rem;
  width: 25%;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.36rem;
  padding-left: 0.38rem;
}

.teachers .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.5rem;
  width: 1px;
  background: #c6c6c5;
}

.teachers .list li h3 {
  font-size: 0.28rem;
  line-height: 1em;
  padding-bottom: 0.22rem;
  color: #000;
}

@media screen and (max-width: 800px) {
  .teachers .title {
    background-position: right center;
  }

  .teachers .title h2 {
    padding-left: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.2em;
  }

  .teachers .list {
    padding: 0.5rem 0 0 0;
  }

  .teachers .list li {
    width: 50%;
    font-size: 0.24rem;
    line-height: 0.46rem;
  }

  .teachers .list li h3 {
    font-size: 0.32rem;
  }
}

.background {
  padding: 0 0 1.4rem 0;
}

.background .title {
  text-align: center;
  padding: 0.7rem 0 0.4rem 0;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000;
}

.background .title em {
  color: #094d9b;
}

.background>.content {
  padding-bottom: 0.45rem;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .background>.content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.background>.list {
  padding-left: 1.93rem;
  position: relative;
}

.background>.list:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.93rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: -webkit-linear-gradient(top, rgba(9, 77, 155, 0.4) 90%, rgba(9, 77, 155, 0) 100%);
  background: linear-gradient(to bottom, rgba(9, 77, 155, 0.4) 90%, rgba(9, 77, 155, 0) 100%);
}

.background>.list>.content {
  background: #094d9b url(../image/img493.png) right bottom no-repeat;
  background-size: 4.93rem;
  padding: 0.45rem 4.85rem 0.45rem 1.1rem;
  font-size: 0.16rem;
  color: #d0e5fe;
  line-height: 0.3rem;
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 800px) {
  .background>.list {
    padding-left: 1.2rem;
  }

  .background>.list:before {
    left: 1.2rem;
  }

  .background>.list>.content {
    padding: 0.4rem;
    font-size: 0.24rem;
    line-height: 1.7em;
    margin-left: -1.2rem;
  }
}

.background>.list .item {
  min-height: 1.2rem;
  position: relative;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}

.background>.list .item .line {
  position: absolute;
  left: 1px;
  top: 0;
  right: 0;
  height: 1rem;
}

.background>.list .item .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-bottom: #094d9b dashed 1px;
}

.background>.list .item .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.09rem;
  height: 0.09rem;
  background: #9db8d7;
  border-radius: 50%;
}

.background>.list .item .line img {
  width: 0.22rem;
  position: absolute;
  left: 100%;
  margin-left: -0.22rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.background>.list .item .year {
  font-family: "DIN-Medium";
  cursor: pointer;
  font-size: 0.5rem;
  color: #1c58a0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -0.35rem;
  line-height: 1rem;
}

@media screen and (max-width: 800px) {
  .background>.list .item {
    padding-left: 0.3rem;
  }

  .background>.list .item .year {
    margin-left: -0.2rem;
  }
}

.background>.list .item .list {
  display: none;
}

.background>.list .item .list>ul>li {
  padding-bottom: 1px;
}

.background>.list .item .list>ul>li .hd {
  position: relative;
  z-index: 2;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/img100_1.png) right center no-repeat;
  background-size: cover;
}

.background>.list .item .list>ul>li .hd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../image/img100_1on.png) right center no-repeat;
  background-size: cover;
  opacity: 0;
}

.background>.list .item .list>ul>li .hd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.12rem;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../image/img58.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.background>.list .item .list>ul>li .hd h5 {
  font-size: 0.24rem;
  color: #094d9b;
  padding-left: 0.4rem;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media screen and (max-width: 800px) {
  .background>.list .item .list>ul>li .hd {
    height: 1.2rem;
  }

  .background>.list .item .list>ul>li .hd h5 {
    font-size: 0.28rem;
    padding-left: 0.3rem;
    padding-right: 0.8rem;
  }
}

.background>.list .item .list>ul>li>.bd {
  display: none;
}

.background>.list .item .list>ul>li>.bd .img-list {
  position: relative;
  padding-right: 0.54rem;
}

.background>.list .item .list>ul>li>.bd .img-list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.background>.list .item .list>ul>li>.bd .img-list li {
  padding: 0.3rem 0.28rem 0 0.23rem;
  position: relative;
}

.background>.list .item .list>ul>li>.bd .img-list li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0s;
  transition: 0s;
  left: 0;
  top: 0.5rem;
  right: 0.4rem;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(234, 241, 249, 0.88) 12%, rgba(234, 241, 249, 0) 100%);
  background: linear-gradient(180deg, rgba(234, 241, 249, 0.88) 12%, rgba(234, 241, 249, 0) 100%);
}

.background>.list .item .list>ul>li>.bd .img-list li .zoomImg:before {
  display: none;
}

.background>.list .item .list>ul>li>.bd .img-list li .bd {
  position: relative;
  min-height: 1.37rem;
}

.background>.list .item .list>ul>li>.bd .img-list li .bd .name {
  font-family: "SourceHanSerifCN-Bold";
  font-size: 0.16rem;
  color: #094d9b;
  padding: 0.2rem 0 0.1rem 0;
}

.background>.list .item .list>ul>li>.bd .img-list li .bd p {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.23rem;
}

@media screen and (max-width: 800px) {
  .background>.list .item .list>ul>li>.bd .img-list li .bd {
    min-height: 1.6rem;
  }

  .background>.list .item .list>ul>li>.bd .img-list li .bd .name {
    font-size: 0.24rem;
  }

  .background>.list .item .list>ul>li>.bd .img-list li .bd p {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}

.background>.list .item .list>ul>li>.bd .img-list li:hover:before {
  background: -webkit-linear-gradient(top, rgba(9, 77, 155, 0.9) 12%, rgba(9, 77, 155, 0.2) 100%);
  background: linear-gradient(180deg, rgba(9, 77, 155, 0.9) 12%, rgba(9, 77, 155, 0.2) 100%);
}

.background>.list .item .list>ul>li>.bd .img-list li:hover .bd .name,
.background>.list .item .list>ul>li>.bd .img-list li:hover .bd p {
  color: #fff;
}

.background>.list .item .list>ul>li>.bd .img-list .arrow a {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 5;
  top: 0.94rem;
  background: center no-repeat;
  background-size: 100%;
}

.background>.list .item .list>ul>li>.bd .img-list .arrow a.next {
  background-image: url(../image/img24.png);
  right: 0.2rem;
}

.background>.list .item .list>ul>li>.bd .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  padding: 0.2rem 0 0.6rem 0;
}

@media screen and (max-width: 800px) {
  .background>.list .item .list>ul>li>.bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.background>.list .item .list>ul>li.open .hd:before {
  opacity: 1;
}

.background>.list .item .list>ul>li.open .hd:after {
  background-image: url(../image/img58on.png);
}

.background>.list .item .list>ul>li.open .hd h5 {
  color: #fff;
}

.background>.list .item .list>ul>li.open .bd {
  display: block;
}

.background>.list .item.open .line img {
  left: 0;
  margin-left: -0.11rem;
}

.background>.list .item.open .list {
  display: block;
}

.background>.list>.arrow {
  width: 0.23rem;
  position: relative;
  z-index: 2;
  margin-left: -0.11rem;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  cursor: pointer;
}

.partnerships-1 .container {
  background: url(../image/img567.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 0.55rem;
}

.partnerships-1 .container .msg {
  font-weight: bold;
  font-size: 0.18rem;
  color: #fff;
  max-width: 8.25rem;
  line-height: 0.3rem;
  padding: 0.7rem 0 0.7rem 0.18rem;
}

.partnerships-1 .container .bd {
  width: 10.8rem;
  background: #f9fafc;
  min-height: 3.9rem;
  padding: 0.6rem 0.5rem;
  position: relative;
}

.partnerships-1 .container .bd .content {
  max-width: 6.17rem;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
}

.partnerships-1 .container .bd .list {
  color: #094d9b;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .partnerships-1 .container .bd .list {
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 2.3rem;
  }
}

.partnerships-1 .container .bd .list li .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DIN-Medium";
  font-size: 0.72rem;
  font-weight: bold;
}

.partnerships-1 .container .bd .list li .num span {
  font-size: 0.6rem;
  -webkit-transform: translate(0.04rem, -0.18rem);
  -ms-transform: translate(0.04rem, -0.18rem);
  transform: translate(0.04rem, -0.18rem);
}

.partnerships-1 .container .bd .list li .name {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.3rem;
}

@media screen and (max-width: 800px) {
  .partnerships-1 .container {
    padding-left: 0.5rem;
  }

  .partnerships-1 .container .msg {
    font-size: 0.28rem;
    line-height: 1.7em;
    padding-right: 0.3rem;
  }

  .partnerships-1 .container .bd {
    width: 100%;
    padding: 0.4rem;
  }

  .partnerships-1 .container .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .partnerships-1 .container .bd .list {
    padding-top: 0.4rem;
  }

  .partnerships-1 .container .bd .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partnerships-1 .container .bd .list li {
    width: 50%;
  }

  .partnerships-1 .container .bd .list li .name {
    font-size: 0.24rem;
    padding-bottom: 0;
  }
}

.partnerships-1>.list {
  min-height: 2.83rem;
}

.partnerships-1>.list li {
  padding: 0.55rem 0 0.55rem 0.32rem;
  position: relative;
}

.partnerships-1>.list li h5 {
  font-size: 0.18rem;
  color: #094d9b;
  line-height: 0.36rem;
  position: relative;
}

.partnerships-1>.list li h5:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.32rem;
  top: 0.18rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.23rem;
  height: 0.23rem;
  background: url(../image/img23_4.png) center no-repeat;
  background-size: 100%;
}

.partnerships-1>.list li p {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  opacity: .5;
}

@media screen and (min-width: 800px) {
  .partnerships-1>.list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .partnerships-1>.list li:nth-child(1) {
    width: 4.55rem;
  }

  .partnerships-1>.list li:nth-child(2) {
    width: 5.16rem;
    padding-left: 0.77rem;
    padding-right: 0.77rem;
  }

  .partnerships-1>.list li:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.66rem;
    bottom: 0.88rem;
    pointer-events: none;
    border-left: rgba(51,51,51,.2) solid 1px;
    border-right: rgba(51,51,51,.2) solid 1px;
  }

  .partnerships-1>.list li:nth-child(3) {
    width: 5rem;
  }
}

@media screen and (max-width: 800px) {
  .partnerships-1>.list {
    padding: 0.5rem 0 0.5rem 0.4rem;
  }

  .partnerships-1>.list li {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .partnerships-1>.list li h5 {
    font-size: 0.26rem;
  }

  .partnerships-1>.list li p {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.partnerships-2 {
  padding-bottom: 1.56rem;
}

.partnerships-2 .item {
  border-top: #d6d6d6 solid 1px;
  cursor: pointer;
}

.partnerships-2 .item:first-child {
  border-top: 0;
}

.partnerships-2 .item .hd {
  background: #f1f3f7;
  height: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}

.partnerships-2 .item .hd:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--w);
  min-width: 10%;
  background: -webkit-linear-gradient(left, rgba(9, 77, 155, 0) 0%, rgba(9, 77, 155, 0.2) 100%);
  background: linear-gradient(to right, rgba(9, 77, 155, 0) 0%, rgba(9, 77, 155, 0.2) 100%);
}

.partnerships-2 .item .hd h5 {
  font-size: 0.24rem;
  padding-left: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partnerships-2 .item .hd h5:after {
  margin-left: 0.17rem;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../image/img58.png) center no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
}

@media screen and (max-width: 800px) {
  .partnerships-2 .item .hd h5 {
    font-size: 0.32rem;
  }
}

.partnerships-2 .item .hd span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  color: #fff;
  opacity: .8;
  font-weight: 900;
  font-family: "DIN-Medium";
}

.partnerships-2 .item .list {
  background: url(../image/img485.png) right center no-repeat;
  background-size: 4.85rem;
  padding: 0.6rem 0 0.6rem 0.32rem;
  display: none;
}

.partnerships-2 .item .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partnerships-2 .item .list li {
  min-width: 25%;
  font-size: 0.18rem;
  line-height: 0.5rem;
  position: relative;
  padding-left: 0.17rem;
}

.partnerships-2 .item .list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #cfa763;
  border-radius: 50%;
}

@media screen and (min-width: 800px) {
  .partnerships-2 .item .list li:nth-child(4n+1) {
    min-width: 22%;
  }

  .partnerships-2 .item .list li:nth-child(4n+2) {
    min-width: 22%;
  }

  .partnerships-2 .item .list li:nth-child(4n+3) {
    min-width: 30%;
  }
}

@media screen and (max-width: 800px) {
  .partnerships-2 .item .list li {
    min-width: 50%;
    font-size: 0.24rem;
  }
}

.partnerships-2 .item.open .hd {
  background: #094d9b;
  color: #fff;
}

.partnerships-2 .item.open .hd:before {
  background: -webkit-linear-gradient(left, rgba(206, 161, 84, 0) 0%, #CEA154 100%);
  background: linear-gradient(to right, rgba(206, 161, 84, 0) 0%, #CEA154 100%);
}

.partnerships-2 .item.open .hd h5:after {
  background-image: url(../image/img58on.png);
}

.partnerships-2 .item.open .list {
  display: block;
}

.beihang {
  padding: 0 0 1.22rem 0.6rem;
  position: relative;
}

.beihang:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 0.1rem;
  height: 5rem;
  background: url(../image/img10.png) center top no-repeat;
  background-size: 100%;
}

.beihang .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.7rem;
}

.beihang .title {
  text-align: center;
  font-size: 0.4rem;
  line-height: 1em;
  padding: 1.1rem 0 0.8rem 0;
  border-bottom: #dcdcdc solid 1px;
}

.beihang .title em {
  color: #094d9b;
}

.beihang .list-wrapper {
  padding: 0 1.65rem 0 1.05rem;
}

@media screen and (max-width: 800px) {
  .beihang {
    padding-left: 0.3rem;
  }

  .beihang .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .beihang .list-wrapper {
    padding: 0;
  }
}

.beihang .list {
  border-bottom: #dcdcdc solid 1px;
  position: relative;
  padding: 0.46rem 0;
}

.beihang .list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.beihang .list .row .col {
  width: 9.5rem;
}

.beihang .list .row>.img {
  width: 1.8rem;
}

.beihang .list .row>.img2 {
  width: 1.8rem;
  position: relative;
  top: 0.3rem;
}

@media screen and (max-width: 800px) {
  .beihang .list .row .col {
    width: 100%;
    padding-right: 0.3rem;
  }

  .beihang .list .row>.img,
  .beihang .list .row>.img2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.beihang .list h3 {
  font-size: 0.28rem;
}

.beihang .list h4 {
  font-size: 0.24rem;
  margin-top: 0.3rem;
}

.beihang .list ul {
  margin-top: 0.2rem;
}

.beihang .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.22rem;
  line-height: 0.56rem;
  font-weight: 400;
}

.beihang .list li .name {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #094d9b;
}

.beihang .list li .line {
  width: 100%;
  height: 0.56rem;
  position: relative;
}

.beihang .list li .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  top: 0;
  height: 50%;
  border-bottom: #dcdcdc dashed 1px;
}

.beihang .list li .value {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .beihang .list h3 {
    font-size: 0.32rem;
  }

  .beihang .list h4 {
    font-size: 0.28rem;
  }

  .beihang .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.24rem;
  }

  .beihang .list li .name {
    font-family: "SourceHanSerifCN-Bold";
  }

  .beihang .list li .line {
    display: none;
  }

  .beihang .list li .value {
    text-align: left;
    width: 100%;
  }
}

.campus-scenery {
  padding: 0.55rem 0;
}

.campus-scenery ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.campus-scenery li a {
  display: block;
}

.campus-scenery li a .zoomImg img {
  height: 3.2rem;
}

.campus-scenery li a .name {
  padding: 0.2rem 0 0 0.1rem;
  font-size: 0.2rem;
}

@media screen and (max-width: 800px) {
  .campus-scenery ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }

  .campus-scenery li a .zoomImg img {
    height: 2.3rem;
  }

  .campus-scenery li a .name {
    font-size: 0.24rem;
  }
}




@media screen and (min-width: 800px) {
  .phone-show {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .pc-show {
    display: none;
  }
}

.introduction-1-bg {
  background: url(../image/introduction-1-bg.jpg) center top no-repeat;
  background-size: 100%;
  min-height: 15rem;
}

.page-title2 {
  font-size: 0.4rem;
  line-height: 1em;
  color: #e2b264;
}

.page-title2 em {
  color: #004ca3;
}

@media screen and (max-width: 800px) {
  .page-title2 {
    font-size: 0.56rem;
  }
}

.introduction-1 {
  padding-bottom: 0.85rem;
}

.introduction-1 .part1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}

.introduction-1 .part1 .container {
  width: 6.95rem;
}

.introduction-1 .part1 .container .title {
  font-weight: bold;
  font-size: 0.38rem;
  color: #000;
  line-height: 0.72rem;
}

.introduction-1 .part1 .container .line {
  height: 0.9rem;
  position: relative;
}

.introduction-1 .part1 .container .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  height: 1px;
  background: #000;
  opacity: .3;
}

.introduction-1 .part1 .container .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  text-align: justify;
}

@media screen and (min-width: 800px) {
  .introduction-1 .part1 .container .content {
    max-height: 2.4rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    margin-right: -0.2rem;
  }

  .introduction-1 .part1 .container .content::-webkit-scrollbar {
    width: .06rem;
    border-radius: .06rem;
  }

  .introduction-1 .part1 .container .content::-webkit-scrollbar-thumb {
    background: #094d9b;
    border-radius: .06rem;
  }

  .introduction-1 .part1 .container .content::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: .06rem;
  }
}

.introduction-1 .part1 .container .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 0.11rem;
}

.introduction-1 .part1 .img {
  width: 8.07rem;
}

@media screen and (max-width: 800px) {
  .introduction-1 .part1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .introduction-1 .part1 .container {
    width: 100%;
    padding: 0.3rem 0 0.6rem 0;
  }

  .introduction-1 .part1 .container .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .introduction-1 .part1 .img {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  .introduction-1 .part2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .introduction-1 .part2 .img {
    width: 6.34rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
  }

  .introduction-1 .part2 .container {
    height: 4.81rem;
  }

  .introduction-1 .part2 .container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 10.69rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/img481.png) right center no-repeat;
    background-size: cover;
  }
}

.introduction-1 .part2 .container {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.76rem 0 1.02rem;
}

.introduction-1 .part2 .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.17rem;
  top: 0;
  bottom: 0;
  width: 0.09rem;
  background: url(../image/img9_2.png) center no-repeat;
  background-size: 100%;
}

.introduction-1 .part2 .container .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  text-align: justify;
  margin-top: 0.33rem;
}

.introduction-1 .part2 .container .content b {
  display: inline-block;
  position: relative;
}

.introduction-1 .part2 .container .content b:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0.1rem;
  height: 1px;
  background: #000;
}

@media screen and (min-width: 800px) {
  .introduction-1 .part2 .container .content {
    max-height: 2.4rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    margin-right: -0.2rem;
  }

  .introduction-1 .part2 .container .content::-webkit-scrollbar {
    width: .06rem;
    border-radius: .06rem;
  }

  .introduction-1 .part2 .container .content::-webkit-scrollbar-thumb {
    background: #094d9b;
    border-radius: .06rem;
  }

  .introduction-1 .part2 .container .content::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: .06rem;
  }
}

@media screen and (max-width: 800px) {
  .introduction-1 .part2 .container {
    padding: 0.5rem 0.3rem 0.5rem 0.5rem;
    background: #f3f5f8 url(../image/img481.png) right top no-repeat;
    background-size: 100%;
  }

  .introduction-1 .part2 .container:after {
    background-position: center top;
    top: 0.5rem;
  }

  .introduction-1 .part2 .container .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.introduction-1 .part3 {
  background: url(../image/img440.jpg) center no-repeat;
  background-size: cover;
  padding: 0.4rem 0.5rem 0.4rem 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.95rem;
}

.introduction-1 .part3 .col {
  width: 100%;
  padding-right: 0.55rem;
  min-height: 3.62rem;
  color: #fff;
  position: relative;
  padding-top: 0.33rem;
}

.introduction-1 .part3 .col .page-title2 {
  color: #e2b264;
  margin-bottom: 0.35rem;
}

.introduction-1 .part3 .col .page-title2 em {
  color: #fff;
}

.introduction-1 .part3 .col .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: justify;
}

@media screen and (min-width: 800px) {
  .introduction-1 .part3 .col .content {
    max-height: 1.8rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    margin-right: -0.2rem;
  }

  .introduction-1 .part3 .col .content::-webkit-scrollbar {
    width: .06rem;
    border-radius: .06rem;
  }

  .introduction-1 .part3 .col .content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: .06rem;
  }

  .introduction-1 .part3 .col .content::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: .06rem;
  }
}

.introduction-1 .part3 .col .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .introduction-1 .part3 .col .words {
    position: absolute;
    left: 0;
    bottom: 0.15rem;
    width: 7.55rem;
  }
}

.introduction-1 .part3 .col .words img {
  width: 1.38rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.04rem;
}

.introduction-1 .part3 .col .words:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d6a24f;
}

.introduction-1 .part3 .img {
  width: 6.3rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.introduction-1 .part3 .img img {
  height: 3.62rem;
}

@media screen and (max-width: 800px) {
  .introduction-1 .part3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background: none;
  }

  .introduction-1 .part3 .col {
    background: url(../image/img440.jpg) center no-repeat;
    background-size: cover;
    padding: 0.4rem;
  }

  .introduction-1 .part3 .col .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .introduction-1 .part3 .col .words {
    margin-top: 0.3rem;
  }

  .introduction-1 .part3 .img {
    width: 100%;
  }
}

.introduction-2 {
  background: url(../image/bg707.jpg) center no-repeat;
  background-size: cover;
  min-height: 7.07rem;
}

.introduction-2 .wal {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.introduction-2 .container {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
  min-height: 4.81rem;
  padding: 0.7rem 0.6rem 0.2rem 0.7rem;
}

@media screen and (min-width: 800px) {
  .introduction-2 .container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8.12rem;
    background: url(../image/img812.png) left center no-repeat;
    background-size: cover;
  }
}

.introduction-2 .container .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  text-align: justify;
  margin-top: 0.4rem;
}

.introduction-2 .container .content b {
  display: inline-block;
  position: relative;
}

.introduction-2 .container .content b:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0.1rem;
  height: 1px;
  background: #000;
}

@media screen and (min-width: 800px) {
  .introduction-2 .container .content {
    max-height: 2.4rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    margin-right: -0.2rem;
  }

  .introduction-2 .container .content::-webkit-scrollbar {
    width: .06rem;
    border-radius: .06rem;
  }

  .introduction-2 .container .content::-webkit-scrollbar-thumb {
    background: #094d9b;
    border-radius: .06rem;
  }

  .introduction-2 .container .content::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: .06rem;
  }
}

.introduction-2 .container .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.36rem;
}

.introduction-2 .container .words img {
  width: 1.38rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.04rem;
}

.introduction-2 .container .words:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d6a24f;
}

.introduction-2 .img {
  width: 7.78rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  .introduction-2 .wal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .introduction-2 .container {
    width: 100%;
    background: #fff url(../image/img812.png) left bottom no-repeat;
    background-size: 100%;
    padding: 0.5rem;
  }

  .introduction-2 .container .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .introduction-2 .img {
    width: 100%;
  }
}

.introduction-3 {
  position: relative;
}

@media screen and (min-width: 800px) {
  .introduction-3 .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
  }

  .introduction-3 .img img {
    width: 100%;
    height: 7.04rem;
  }

  .introduction-3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(../image/img960_2.jpg) center no-repeat;
    background-size: cover;
  }

  .introduction-3 .wal {
    min-height: 7.04rem;
    position: relative;
    z-index: 5;
  }
}

.introduction-3 .container {
  width: 50%;
  margin-left: auto;
  padding: 0 0.6rem 0 1rem;
  color: #fff;
}

.introduction-3 .container .page-title2 {
  padding: 1.1rem 0 0.3rem 0;
}

.introduction-3 .container .page-title2 em {
  color: #fff;
}

.introduction-3 .container .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: justify;
  margin-top: 0.4rem;
}

.introduction-3 .container .content b {
  display: inline-block;
  position: relative;
}

.introduction-3 .container .content b:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0.1rem;
  height: 1px;
  background: #fff;
}

@media screen and (min-width: 800px) {
  .introduction-3 .container .content {
    max-height: 3rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    margin-right: -0.2rem;
  }

  .introduction-3 .container .content::-webkit-scrollbar {
    width: .06rem;
    border-radius: .06rem;
  }

  .introduction-3 .container .content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: .06rem;
  }

  .introduction-3 .container .content::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: .06rem;
  }
}

.introduction-3 .container .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.4rem;
}

.introduction-3 .container .words img {
  width: 1.38rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.04rem;
}

.introduction-3 .container .words:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f2f5f8;
  opacity: .21;
}

@media screen and (max-width: 800px) {
  .introduction-3 .wal {
    margin: 0;
  }

  .introduction-3 .container {
    width: 100%;
    padding: 0.5rem;
    background: url(../image/img960_2.jpg) center no-repeat;
    background-size: cover;
  }

  .introduction-3 .container .page-title2 {
    padding-top: 0;
  }

  .introduction-3 .container .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .introduction-3 .container .more a {
    font-size: 0.28rem;
  }
}

.introduction-4 {
  background: url(../image/bg1053.jpg) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}

.introduction-4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0s;
  transition: 0s;
  background: url(../image/bg1.png) center top no-repeat;
  background-size: 100%;
}

.introduction-4 .wal {
  min-height: 10.53rem;
  padding: 0 0 3.3rem 0;
  background: url(../image/img382.png) center top no-repeat;
  background-size: 3.82rem;
  position: relative;
}

.introduction-4 .content {
  padding: 1.4rem 0 0 0;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  margin: 0 auto;
  text-align: center;
  min-height: 2rem;
  max-width: 11.39rem;
}
.introduction-4 ul{padding-top:1.4rem;}
@media screen and (min-width: 800px) {
  .introduction-4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .introduction-4 li:nth-child(1) {
    width: 7.46rem;
  }

  .introduction-4 li:nth-child(2) {
    width: 8.06rem;
  }
}

@media screen and (max-width: 800px) {
  .introduction-4 {
    background-size: 150%;
  }

  .introduction-4 .wal {
    padding-bottom: 2.5rem;
  }

  .introduction-4 .content {
    font-size: 0.24rem;
    line-height: 0.4rem;
    min-height:2rem;
  }

  .introduction-4 li {
    padding-bottom: 0.1rem;
  }
}

.introduction-5 {
  background: url(../image/img555_2.png) center bottom no-repeat;
  background-size: 5.55rem;
  min-height: 3rem;
  max-width: 10.8rem;
  padding-bottom: 1.6rem;
display:none;
}

.introduction-5 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.introduction-5 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.64rem;
  margin-top: -1px;
}

.introduction-5 li {
  border-top: 1px solid rgba(51,51,51,.29);
  padding-left: 0.16rem;
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
}

.introduction-5 li .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.85rem;
  font-size: 0.72rem;
  color: #004ca3;
  font-family: "DIN-Medium";
  text-shadow: 0 0.04rem 0 rgba(0,0,0,.15);
  font-weight: bold;
}

.introduction-5 li .num b {
  -webkit-transform: scale(0.7) translateY(-0.25rem);
  -ms-transform: scale(0.7) translateY(-0.25rem);
  transform: scale(0.7) translateY(-0.25rem);
}

.introduction-5 li .name {
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 1em;
}

@media screen and (max-width: 800px) {
  .introduction-5 {
    padding-bottom: 1.4rem;
  }

  .introduction-5 ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .introduction-5 li .name {
    font-size: 0.24rem;
  }
}

.global2-1 {
  background: #eaeef2;
  min-height: 5.12rem;
}

.global2-1 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  padding: 0.6rem 0 1.45rem 0;
  color: #0050a5;
  position: relative;
}

.global2-1 .title strong {
  font-size: 0.8rem;
  line-height: 1em;
  margin-right: 0.38rem;
}

.global2-1 .title h5 {
  font-size: 0.24rem;
  color: #e2b264;
  line-height: 1em;
}

.global2-1 .title h3 {
  font-size: 0.24rem;
  line-height: 1em;
  margin-top: 0.15rem;
}

.global2-1 .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  right: 0;
  background: url(../image/img7.png) center no-repeat;
  background-size: auto 100%;
  height: 0.67rem;
}

.global2-1 .list {
  padding: 0 0.62rem 0 0.7rem;
}

.global2-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global2-1 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.global2-1 .list li .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.32rem;
  width: 0.64rem;
  height: 0.64rem;
  background: #0050a5;
  font-weight: bold;
  font-size: 0.5rem;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.global2-1 .list li .col {
  width: 100%;
}

.global2-1 .list li .col h5 {
  font-weight: 400;
  font-size: 0.24rem;
  color: #000;
  line-height: 1em;
  margin-bottom: 0.15rem;
 font-family: "SourceSansPro-Regular", "微软雅黑";
}

.global2-1 .list li .col dd {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .global2-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .global2-1 .list li {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .global2-1 .list li .col h5 {
    font-size: 0.28rem;
  }

  .global2-1 .list li .col dd {
    font-size: 0.24rem;
    line-height: 2em;
  }
}

.page-title3 {
  font-size: 0.48rem;
  line-height: 0.52rem;
  color: #000;
  font-weight: bold;
font-family: "SourceHanSerifCN-Bold";
}

.page-title3 em {
  color: #094d9b;
}

@media screen and (max-width: 800px) {
  .page-title3 {
    font-size: 0.56rem;
  }
}

.global2-2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.global2-2 .page-title3 {
  padding: 1.68rem 0 0.26rem 0;
  text-align: center;
  background: url(../image/img418.png) center bottom no-repeat;
  background-size: 4.18rem;
}

.global2-2 .img {
  position: relative;
}

.global2-2 .img img,.global2-2 .img svg {
  height: 7.73rem;
  width: 100%;
}

.global2-2 .img .layer li {
  width: 3.35rem;
  pointer-events: none;
  position: absolute;
  color: #fff;
  opacity: 0;
}

.global2-2 .img .layer li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img335.png) right 0.52rem no-repeat;
  background-size: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}

.global2-2 .img .layer li .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1rem;
  font-size: 0.72rem;
  color: #fff;
  font-family: "DIN-Medium";
  text-shadow: 0 0.04rem 0 rgba(0,0,0,.15);
  font-weight: bold;
}

.global2-2 .img .layer li .num b {
  -webkit-transform: scale(0.7) translateY(-0.25rem);
  -ms-transform: scale(0.7) translateY(-0.25rem);
  transform: scale(0.7) translateY(-0.25rem);
}

.global2-2 .img .layer li .name {
  font-weight: bold;
  height: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-shadow: 0 0.04rem 0 rgba(0,0,0,.15);
}

.global2-2 .img .layer li:nth-child(1),
.global2-2 .img .layer li:nth-child(3),
.global2-2 .img .layer li:nth-child(5) {
  text-align: right;
}

.global2-2 .img .layer li:nth-child(1):before,
.global2-2 .img .layer li:nth-child(3):before,
.global2-2 .img .layer li:nth-child(5):before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.global2-2 .img .layer li:nth-child(1) .num,
.global2-2 .img .layer li:nth-child(3) .num,
.global2-2 .img .layer li:nth-child(5) .num {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.global2-2 .img .layer li:nth-child(1) {
  left: 50%;
  margin-left: -2.5rem;
  top: 1.4rem;
}

.global2-2 .img .layer li:nth-child(2) {
  right: 50%;
  margin-right: 0.2rem;
  top: 3.9rem;
}

.global2-2 .img .layer li:nth-child(3) {
  left: 50%;
  margin-left: -3.5rem;
  top: 0.4rem;
}

.global2-2 .img .layer li:nth-child(4) {
  left: 50%;
  margin-left: 0.2rem;
  top: 1rem;
}

.global2-2 .img .layer li:nth-child(5) {
  left: 50%;
  margin-left: -4.6rem;
  top: 2.9rem;
}

.global2-2 .img .layer li:nth-child(6) {
  right: 50%;
  margin-right: -5.6rem;
  top: 3.4rem;
}

.global2-2 .img .item {
  width: 3.35rem;
  position: absolute;
  right: 50%;
  margin-right: -5.6rem;
  top: 3.4rem;
  background: url(../image/img335.png) right 0.52rem no-repeat;
  background-size: 100%;
  color: #fff;
}

.global2-2 .img .item .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1rem;
  font-size: 0.72rem;
  color: #fff;
  font-family: "DIN-Medium";
  text-shadow: 0 0.04rem 0 rgba(0,0,0,.15);
  font-weight: bold;
}

.global2-2 .img .item .num b {
  -webkit-transform: scale(0.7) translateY(-0.25rem);
  -ms-transform: scale(0.7) translateY(-0.25rem);
  transform: scale(0.7) translateY(-0.25rem);
}

.global2-2 .img .item .name {
  font-weight: bold;
  height: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-shadow: 0 0.04rem 0 rgba(0,0,0,.15);
}

@media screen and (max-width: 800px) {
   .global2-2 .img {
    left: -2.1rem;
    width: 11.52rem;
  }

  .global2-2 .img img,
  .global2-2 .img svg {
    height: 4.64rem;
  }
 .global2-2 .img .layer li:nth-child(1) {
    left: 50%;
    margin-left: -1.5rem;
    top: 0.36rem;
  }

  .global2-2 .img .layer li:nth-child(2) {
    right: 50%;
    margin-right: -0.12rem;
    top: 1.92rem;
  }

  .global2-2 .img .layer li:nth-child(3) {
    left: 50%;
    margin-left: -2.46rem;
    top: 0.06rem;
  }

  .global2-2 .img .layer li:nth-child(4) {
    left: 50%;
    margin-left: -0.84rem;
    top: 0.3rem;
  }

  .global2-2 .img .layer li:nth-child(5) {
    left: 50%;
    margin-left: -3.12rem;
    top: 1.32rem;
  }

  .global2-2 .img .layer li:nth-child(6) {
    right: 50%;
    margin-right: -3.54rem;
    top: 1.8rem;
  }
}

.global2-3 {
  background: url(../image/bg758.jpg) center top no-repeat;
  background-size: 100%;
  min-height: 8rem;
  padding: 1.14rem 0 0 0;
}

.global2-3 .wal {
  border-bottom: rgba(0,0,0,.3) solid 1px;
  padding-bottom: 0.9rem;
  background: url(../image/img5555.png) center bottom no-repeat;
  background-size: 5.55rem;
position: relative;
}
.global2-3 .wal .gxb{    position: absolute;
    top: -1rem;
    right: 0;
    font-weight: bold;
    font-size: .14rem;}
.global2-3 .part1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global2-3 .part1 .container {
  width: 7.81rem;
}

.global2-3 .part1 .container .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.4rem;
  border-bottom: rgba(0,0,0,.3) solid 1px;
}

.global2-3 .part1 .container .content {
  font-size: 0.16rem;
  margin-top: 0.4rem;
  color: #000;
  line-height: 0.3rem;
}

.global2-3 .part1 .img {
  width: 6.76rem;
}

@media screen and (max-width: 800px) {
  .global2-3 .part1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .global2-3 .part1 .container {
    width: 100%;
    padding-bottom: 0.4rem;
  }

  .global2-3 .part1 .container .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .global2-3 .part1 .img {
    width: 100%;
  }
}

.global2-3 .part2 .page-title3 {
  text-align: center;
  padding: 1.2rem 0 0.65rem 0;
}

.global2-3 .part2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.global2-3 .part2 .list li {
  width: 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.global2-3 .part2 .list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.53rem;
  width: 1px;
  height: 1.44rem;
  background: #d3d3d3;
}

.global2-3 .part2 .list li:first-child:after {
  display: none;
}

.global2-3 .part2 .list li .ico {
  width: 1.2rem;
}

.global2-3 .part2 .list li .name {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.36rem;
  margin-top: 0.24rem;
}

@media screen and (max-width: 800px) {
  .global2-3 .part2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .global2-3 .part2 .list li {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .global2-3 .part2 .list li:last-child {
    padding-bottom: 0;
  }

  .global2-3 .part2 .list li:after {
    display: none;
  }
}

.global2-3 .part3 .page-title3 {
  text-align: center;
  padding: 1.8rem 0 0.5rem 0;
}

.global2-3 .part3 .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  text-align: center;
  max-width: 13.68rem;
  margin: 0 auto;
  padding-bottom: 0.7rem;
}

.global2-3 .part3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global2-3 .part3 .list li {
  padding: 0 1px;
  width: 4.22rem;
}

.global2-3 .part3 .more {
  padding-top: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .global2-3 .part3 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.global2-4 {
  padding: 1.13rem 0 1.27rem 0;
}

.global2-4 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.92rem;
}

.global2-4 li:last-child {
  padding-bottom: 0;
}

.global2-4 li .img {
  width: 6.76rem;
}

.global2-4 li .bd {
  width: 7.85rem;
}

.global2-4 li .bd .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.38rem;
  border-bottom: rgba(0,0,0,.3) solid 1px;
}

.global2-4 li .bd .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  padding-top: 0.4rem;
}

@media screen and (min-width: 800px) {
  .global2-4 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 800px) {
  .global2-4 li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0.8rem;
  }

  .global2-4 li .img {
    width: 100%;
  }

  .global2-4 li .bd {
    width: 100%;
    padding-top: 0.4rem;
  }

  .global2-4 li .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.global2-5 {
  padding-bottom: 1.27rem;
}

.global2-5 .wal {
  height: 3.84rem;
  background: url(../image/img384.png) center no-repeat;
  background-size: cover;
  padding-left: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global2-5 .page-title3 {
  color: #fff;
  padding-bottom: 0.3rem;
  line-height: 0.6rem;
}

.global2-5 .more {
  display: block;
  width: 0.87rem;
  height: 0.87rem;
  background: url(../image/arrow87.svg) center no-repeat;
  background-size: 100%;
}

.global2-5 .more:hover {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .global2-5 .wal {
    padding-left: 0.5rem;
  }

  .global2-5 .page-title3 {
    font-size: 0.48rem;
    line-height: 1.4em;
  }
}




/* 9.28新增 */

.introduction-3 .container .content,
.introduction-2 .container .content,
.introduction-1 .part3 .col .content,
.introduction-1 .part2 .container .content,
.introduction-1 .part1 .container .content,
.history .list li .bd .content,
.about-3 .content,
.about-2 .container .content,
.about-1 .container .content,
.index-join .head .container .content {
  text-align: left;
}

@media screen and (min-width: 800px) {
  .g-head .head {
    -webkit-transition: .5s;
    transition: .5s;
  }

  .g-head.hide .head {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  .index-research .right li a .name {
    line-height: 0.32rem;
    height: 0.64rem;
  }

  .index-about .new-container {
    position: relative;
    top: -1.95rem;
    height: 10rem;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }

  .index-news .list .more a {
    position: relative;
    z-index: 2;
  }

  .index-events .list .arrow a:hover {
    background: #dcb94f;
  }

  .index-education .list.on li.big a:after {
    opacity: 1;
  }
}

.index-research .center .list2 {
  position: relative;
  height: 4.5rem;
  overflow: hidden;
}

.index-research .center .list2 li {
  opacity: 1;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0.4rem;
  width: 2.36rem;
  margin-left: -1.18rem;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: scale(0.5) translateX(0) translateY(0);
  -ms-transform: scale(0.5) translateX(0) translateY(0);
  transform: scale(0.5) translateX(0) translateY(0);
}

.index-research .center .list2 li .img {
  box-shadow: 0 0 0.15rem rgba(0,0,0,.4);
  position: relative;
}

.index-research .center .list2 li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.24rem;
  right: -0.24rem;
  bottom: 0;
  top: 0;
  background: url(../image/img281.png) center bottom no-repeat;
  background-size: 100%;
}

.index-research .center .list2 li .img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3rem;
}

.index-research .center .list2 li .name {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 0.2rem;
}

.index-research .center .list2 li .name a {
  display: block;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 0.2rem;
  line-height: 0.24rem;
}

.index-research .center .list2 li.left_02 {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(0.7) translateX(-4.1rem) translateY(0);
  -ms-transform: scale(0.7) translateX(-4.1rem) translateY(0);
  transform: scale(0.7) translateX(-4.1rem) translateY(0);
}

.index-research .center .list2 li.left_01 {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(0.8) translateX(-2rem) translateY(0);
  -ms-transform: scale(0.8) translateX(-2rem) translateY(0);
  transform: scale(0.8) translateX(-2rem) translateY(0);
}

.index-research .center .list2 li.center {
  opacity: 1;
  z-index: 3;
  -webkit-transform: scale(1) translateX(0) translateY(0);
  -ms-transform: scale(1) translateX(0) translateY(0);
  transform: scale(1) translateX(0) translateY(0);
}

.index-research .center .list2 li.center .name a {
  opacity: 1;
  visibility: visible;
}

.index-research .center .list2 li.right_01 {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(0.8) translateX(2rem) translateY(0);
  -ms-transform: scale(0.8) translateX(2rem) translateY(0);
  transform: scale(0.8) translateX(2rem) translateY(0);
}

.index-research .center .list2 li.right_02 {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(0.7) translateX(4.1rem) translateY(0);
  -ms-transform: scale(0.7) translateX(4.1rem) translateY(0);
  transform: scale(0.7) translateX(4.1rem) translateY(0);
}

@media screen and (max-width: 800px) {
  .index-research .center .list2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 0.5rem;
  }

  .index-research .center .list2 li {
    top: 0;
  }

  .index-research .center .list2 li.center {
    -webkit-transform: scale(1) translateX(0) translateY(-0.3rem);
    -ms-transform: scale(1) translateX(0) translateY(-0.3rem);
    transform: scale(1) translateX(0) translateY(-0.3rem);
  }
}

.g-foot .list2 ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.index-join .head .container .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.index-join .head .container .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.75rem;
  height: 0.44rem;
  background: #094d9b;
  color: #fff;
  font-size: 0.16rem;
  text-transform: uppercase;
  border-radius: 0;
}

.index-join .head .container .btn a::after {
  width: 0.13rem;
  height: 0.13rem;
  background: url(../image/arrow13_4.svg) center no-repeat;
  background-size: 100%;
  border-radius: 0;
  margin-left: 0.1rem;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: .5s;
  transition: .5s;
}

.index-join .head .container .btn a:hover {
  color: #dcb94f;
}

.index-join .head .container .btn a:hover::after {
  background-image: url(../image/arrow13on.svg);
  -webkit-transform: translate(0) rotate(-45deg);
  -ms-transform: translate(0) rotate(-45deg);
  transform: translate(0) rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .index-join .head .container .btn a {
    width: 2.3rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }

  .index-join .head .container .btn a::after {
    width: 0.18rem;
    height: 0.18rem;
  }
}

.page-title5 {
  font-size: 0.4rem;
  color: #000;
  line-height: 1em;
}

.page-title5 em {
  color: #094d9b;
}

@media screen and (max-width: 800px) {
  .page-title5 {
    font-size: 0.48rem;
  }
}

.page-bg-new {
  background: url(../image/bg.jpg) center no-repeat fixed;
  background-size: 100%;
}

.about-3-new {
  padding-bottom: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-3-new .zoomImg {
  width: 6rem;
}

.about-3-new .col {
  width: 8.75rem;
  padding-right: 0.7rem;
  position: relative;
}

.about-3-new .col .line {
  width: 0.1rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.about-3-new .col .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}

.about-3-new .col .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.24rem;
}

@media screen and (max-width: 800px) {
  .about-3-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-3-new .zoomImg {
    width: 100%;
  }

  .about-3-new .col {
    width: 100%;
    margin-top: 0.5rem;
    padding-right: 0.4rem;
  }

  .about-3-new .col .content {
    font-size: 0.24rem;
    line-height: 1.75em;
  }
}

.Facebook {
  padding-bottom: 0.8rem;
}

.Facebook .container {
  height: 3.84rem;
  background: url(../image/bg384.jpg) right center no-repeat;
  background-size: auto 100%;
  position: relative;
  padding: 1.15rem 0 0 0.56rem;
}

.Facebook .container h5 {
  font-size: 0.18rem;
}

.Facebook .container h3 {
  margin-top: 0.4rem;
  font-size: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Facebook .container h3 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Facebook .container h3 a .ico {
  width: 0.4rem;
  margin-right: 0.12rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Facebook .line {
  width: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 800px) {
  .Facebook .container {
    background-position: center;
    padding: 0.8rem 0 0 0.4rem;
  }

  .Facebook .container h3 {
    font-size: 0.28rem;
  }

  .Facebook .container h3 a .ico {
    width: 0.2rem;
    margin-right: 8;
  }
}

.facultyAndStaff {
  position: relative;
  min-height: 5rem;
  padding-left:4rem;
  padding-bottom: 0.53rem;
}

.facultyAndStaff .phone {
  width: 3.5rem;
  height: 4.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/bg482.jpg) center no-repeat;
  background-size: 100% 100%;
}

.facultyAndStaff .phone img {
    width: 3.3rem;
    position: absolute;
    left: .2rem;
    top: .2rem;
}

.facultyAndStaff .container {
  min-height: 5rem;
  border-top: #004698 solid 0.02rem;
  padding: 0.7rem;
  position: relative;
}

.facultyAndStaff .container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -0.15rem;
  bottom: 0;
  background: url(../image/bg1095.png) center top no-repeat;
  background-size: 100%;
}

.facultyAndStaff .container h3 {
  font-size: 0.32rem;
  position: relative;
}

.facultyAndStaff .container .content {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.75em;
  position: relative;
}

.facultyAndStaff .bg {
  width: 9.16rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 800px) {
  .facultyAndStaff {
    padding-left: 0;
  }

  .facultyAndStaff .phone {
    position: relative;
    width: 100%;
    height: 8rem;
    background-size: cover;
  }

  .facultyAndStaff .phone img {
    width: 5rem;
   left:50%;
margin-left:-2.5rem;
top:.5rem;
  }

  .facultyAndStaff .container {
    padding: 0.7rem 0;
  }

  .facultyAndStaff .container::before {
    display: none;
  }

  .facultyAndStaff .container h3 {
    font-size: 0.38rem;
  }

  .facultyAndStaff .container .content {
    font-size: 0.24rem;
  }

  .facultyAndStaff .bg {
    width: 100%;
  }
}

.exchangePrograms {
  padding-bottom: 1.05rem;
}

.exchangePrograms .img img {
  width: 100%;
}

.exchangePrograms .list {
  margin-top: 0.6rem;
}

.exchangePrograms .list li {
  margin-bottom: 0.3rem;
}

.exchangePrograms .list li:last-child {
  margin-bottom: 0;
}

.exchangePrograms .list li .hd {
  padding: 0.2rem 0.3rem 0.2rem 0.5rem;
  background: -webkit-linear-gradient(bottom, #e1e7ed, #f5f7f9);
  background: linear-gradient(0deg, #e1e7ed, #f5f7f9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.exchangePrograms .list li .hd h3 {
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #094d9b;
}

.exchangePrograms .list li .hd::after {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transition: .5s;
  transition: .5s;
  background: url(../image/arrow20.png) center no-repeat;
  background-size: 100%;
  opacity: .5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.exchangePrograms .list li .content {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.32rem;
  padding: 0.32rem 0 0.5rem 0;
  display: none;
}

@media screen and (max-width: 800px) {
  .exchangePrograms .list li .hd {
    padding: 0.2rem 0.2rem;
  }

  .exchangePrograms .list li .hd h3 {
    font-size: 0.28rem;
    line-height: 1.7em;
  }

  .exchangePrograms .list li .content {
    font-size: 0.24rem;
    line-height: 1.75em;
  }
}

.exchangePrograms .list li.open .hd::after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.Scholarships {
  position: relative;
  min-height: 8.59rem;
}

.Scholarships li {
  position: absolute;
}

.Scholarships li a {
  display: block;
  position: relative;
}

.Scholarships li .img {
  position: relative;
}

.Scholarships li .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.6rem;
  background: -webkit-linear-gradient(top, rgba(0, 35, 134, 0), rgba(0, 35, 134, 0.99));
  background: linear-gradient(to bottom, rgba(0, 35, 134, 0), rgba(0, 35, 134, 0.99));
}

.Scholarships li .name {
  font-size: 0.2rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  line-height: 1.6em;
  left: 0.32rem;
  right: 0.32rem;
  bottom: 0.3rem;
  max-width: 5.61rem;
}

.Scholarships li:nth-child(1) {
  left: 0;
  top: 0;
  width: 4.68rem;
}

.Scholarships li:nth-child(1) .img img {
  height: 7.31rem;
}

.Scholarships li:nth-child(2) {
  left: 4.98rem;
  top: 0;
  width: 7.19rem;
}

.Scholarships li:nth-child(2) .img img {
  height: 3.51rem;
}

.Scholarships li:nth-child(2) .img::after {
  background: -webkit-linear-gradient(top, rgba(238, 156, 25, 0), rgba(238, 156, 25, 0.9));
  background: linear-gradient(to bottom, rgba(238, 156, 25, 0), rgba(238, 156, 25, 0.9));
}

.Scholarships li:nth-child(3) {
  right: 0;
  top: 0;
  width: 3.12rem;
}

.Scholarships li:nth-child(3) .img img {
  height: 3.51rem;
}

.Scholarships li:nth-child(3) .img::after {
  background: -webkit-linear-gradient(top, rgba(75, 72, 212, 0), rgba(75, 72, 212, 0.9));
  background: linear-gradient(to bottom, rgba(75, 72, 212, 0), rgba(75, 72, 212, 0.9));
}

.Scholarships li:nth-child(3) .name {
  right: 0;
}

.Scholarships li:nth-child(4) {
  left: 4.98rem;
  top: 3.81rem;
  width: 5.2rem;
}

.Scholarships li:nth-child(4) .img img {
  height: 3.51rem;
}

.Scholarships li:nth-child(4) .img::after {
  background: -webkit-linear-gradient(top, rgba(9, 142, 90, 0), rgba(9, 142, 90, 0.9));
  background: linear-gradient(to bottom, rgba(9, 142, 90, 0), rgba(9, 142, 90, 0.9));
}

.Scholarships li:nth-child(5) {
  right: 0;
  top: 3.81rem;
  width: 5.2rem;
}

.Scholarships li:nth-child(5) .img img {
  height: 3.51rem;
}

.Scholarships li:nth-child(5) .img::after {
  background: -webkit-linear-gradient(top, rgba(218, 50, 82, 0), rgba(218, 50, 82, 0.9));
  background: linear-gradient(to bottom, rgba(218, 50, 82, 0), rgba(218, 50, 82, 0.9));
}

.beihang2-1 {
  position: relative;
  z-index: 2;
}

.beihang2-1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0.85rem;
  -webkit-transition: 0s;
  transition: 0s;
  background: url(../image/bg1080.jpg) center no-repeat;
  background-size: cover;
}

.beihang2-1 .wal {
  position: relative;
  min-height: 11.65rem;
}

.beihang2-1 .page-title {
  padding-bottom: 1rem;
}

.beihang2-1 .container {
  padding: 0.65rem 1.7rem 0 1.7rem;
  position: relative;
  z-index: 2;
}

.beihang2-1 .container::before {
  content: "";
  display: block;
  -webkit-transition: 0s;
  transition: 0s;
  position: absolute;
  left: 0.58rem;
  top: 0;
  right: 0;
  z-index: -1;
  height: 3.25rem;
  border-top: #ced5dd solid 1px;
  background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.beihang2-1 .container .img {
  width: 4.29rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.beihang2-1 .container .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.44rem;
}

.beihang2-1 .container .content b {
  font-size: 0.4rem;
  margin-right: 0.06rem;
}

.beihang2-1 .container .content b.blue {
  color: #094d9b;
  margin-right: 0;
}

.beihang2-1 .container .video {
  position: relative;
  box-shadow: 0 0.08rem 0.13rem rgba(0,0,0,.26);
}

.beihang2-1 .container .video video {
  display: block;
  width: 100%;
  opacity: 0;
}

.beihang2-1 .container .video img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.beihang2-1 .container .video .video-btn {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 0.93rem;
  height: 0.93rem;
  background: rgba(245,247,249,.8) url(../image/play30.png) center no-repeat;
  background-size: 0.3rem;
  border-radius: 50%;
  opacity: .8;
}

.beihang2-1 .container .video.playing video {
  opacity: 1;
}

.beihang2-1 .container .video.playing img,
.beihang2-1 .container .video.playing .video-btn {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 800px) {
  .beihang2-1 .container {
    padding: 0.65rem 0.3rem 0 0.3rem;
  }

  .beihang2-1 .container::before {
    left: 0;
  }

  .beihang2-1 .container .content {
    font-size: 0.24rem;
    line-height: 1.75em;
  }
}


.beihang2-2 h2.title {
  text-align: center;
  padding: 0.85rem 0 0.25rem 0;
  font-size: 0.6rem;
  line-height: 1em;
  background: url(../image/bg472.png) center bottom no-repeat;
  background-repeat: 4.72rem;
}

.beihang2-2 .part1 {
  padding: 0 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.beihang2-2 .part1 .page-title5 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.3rem;
}

.beihang2-2 .part1 ul {
  width: 100%;
}

.beihang2-2 .part1 li {
  border-top: rgba(0,0,0,.2) solid 1px;
  border-bottom: rgba(0,0,0,.2) solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.26rem 0;
  font-size: 0.18rem;
  color: #1657a1;
}

.beihang2-2 .part1 li h5 {
  font-size: 0.2rem;
  color: #1456a1;
  line-height: 0.3rem;
}

.beihang2-2 .part1 li .year,
.beihang2-2 .part1 li .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.beihang2-2 .part1 li .year {
  width: 3.63rem;
  padding-left: 1rem;
}

.beihang2-2 .part1 li .year h5 {
  font-size: 0.36rem;
}

@media screen and (max-width: 800px) {
  .beihang2-2 .part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: rgba(0,0,0,.2) solid 1px;
    padding: 0;
  }

  .beihang2-2 .part1 .page-title5 {
    margin: 0;
    padding: 0.7rem 0 0.06rem 0;
  }

  .beihang2-2 .part1 li {
    border-top: 0;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .beihang2-2 .part1 li h5 {
    font-size: 0.24rem;
  }

  .beihang2-2 .part1 li .year {
    padding-left: 0;
    width: 1.5rem;
  }
}

.beihang2-2 .part2 {
  padding-bottom: 0.7rem;
}

.beihang2-2 .part2 .page-title5 {
  text-align: center;
  line-height: 1em;
  padding: 0.7rem 0 0.4rem 0;
}

.beihang2-2 .part2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.57rem;
}

.beihang2-2 .part2 li {
  width: 33.333%;
  padding-left: 0.57rem;
}

.beihang2-2 .part2 li a {
  display: block;
}

.beihang2-2 .part2 li a h5 {
  font-size: 0.24rem;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.beihang2-2 .part2 li a dl {
  border-top: rgba(0,0,0,.2) solid 1px;
  border-bottom: rgba(0,0,0,.2) solid 1px;
  padding: 0.16rem 0;
}

.beihang2-2 .part2 li a dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.08rem 0;
  font-size: 0.16rem;
  color: #1456a1;
}

@media screen and (max-width: 800px) {
  .beihang2-2 .part2 ul {
    gap: 0.5rem 0;
  }

  .beihang2-2 .part2 li {
    width: 100%;
  }

  .beihang2-2 .part2 li a h5 {
    font-size: 0.28rem;
    height: 1rem;
    line-height: 1rem;
  }

  .beihang2-2 .part2 li a dd {
    font-size: 0.24rem;
  }
}

.beihang2-3 {
  padding-bottom: 0.2rem;
}

.beihang2-3 .wal {
  background: url(../image/bg1550.jpg) center no-repeat;
  background-size: cover;
  min-height: 6.6rem;
  padding-top: 0.85rem;
}

.beihang2-3 .item {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.beihang2-3 .item:last-child {
  margin-bottom: 0;
}

.beihang2-3 .item h3 {
  font-size: 0.4rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0.65rem;
  width: 3.1rem;
}

.beihang2-3 .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.beihang2-3 .item li {
  height: 0.93rem;
  width: 2.37rem;
  text-align: center;
  border-right: rgba(255,255,255,.2) solid 1px;
}

.beihang2-3 .item li:last-child {
  border: 0;
}

.beihang2-3 .item li .num {
  font-weight: bold;
  font-size: 0.36rem;
  color: #e2b264;
  line-height: 1em;
  -webkit-transform: translateY(-0.04rem);
  -ms-transform: translateY(-0.04rem);
  transform: translateY(-0.04rem);
}

.beihang2-3 .item li .name {
  font-size: 0.16rem;
  line-height: 0.24rem;
  -webkit-transform: translateY(0.12rem);
  -ms-transform: translateY(0.12rem);
  transform: translateY(0.12rem);
}
.glancexb{
    text-align: right;
    padding-bottom: .7rem;
    font-size: .14rem;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
  .beihang2-3 .wal {
    padding: 0.8rem 0 1.2rem 0;
  }

  .beihang2-3 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .beihang2-3 .item h3 {
    width: 100%;
    text-align: center;
    padding: 0 0 0.3rem 0;
  }

  .beihang2-3 .item ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.6rem 0;
  }

  .beihang2-3 .item li {
    width: 33.333%;
  }
}

.research-1 .wal>.more {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.research-1 .wrapper2 {
  min-height: 5.4rem;
  position: relative;
  background: #f1f3f7;
  padding: 0.65rem 6.34rem 0 0.62rem;
}

.research-1 .wrapper2 .about-line {
  top: 0.63rem;
  right: 0.23rem;
}

.research-1 .wrapper2 .about-line::after {
  display: none;
}

.research-1 .wrapper2 div.title {
  font-size: 0.48rem;
  line-height: 1em;
  font-family: "SourceHanSerifCN-Bold";
}

.research-1 .wrapper2 div.title em {
  color: #094d9b;
}

.research-1 .wrapper2 .content {
  font-size: 0.16rem;
  padding: 0.3rem 0 0.55rem 0;
  line-height: 0.3rem;
  max-width: 6.68rem;
}

@media screen and (min-width: 800px) {
  .research-1 .wrapper2 .zoomImg {
    position: absolute;
    width: 7.19rem;
    top: 0.62rem;
    right: 0.53rem;
  }
}

.research-1 .wrapper2 .more .p-more2 {
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 800px) {
  .research-1 .wrapper2 {
    padding: 0.5rem 0.4rem;
  }

  .research-1 .wrapper2 .about-line {
    top: 0.5rem;
    right: 0.2rem;
  }

  .research-1 .wrapper2 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .research-1 .wrapper2 .zoomImg {
    margin-bottom: 0.4rem;
  }
}

.globa {
  background: url(../image/bg902.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 0.8rem;
}

.globa .sub-title {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 1.5em;
  padding-bottom: 0.5rem;
  margin-top: -0.3rem;
}

.globa .content {
  font-size: 0.2rem;
  line-height: 1.5em;
}

.globa .content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.globa .content .row .col {
  width: 100%;
  margin-top: 0.3rem;
}

.globa .content .row .img {
  width: 7.73rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

@media screen and (max-width: 800px) {
  .globa .sub-title {
    font-size: 0.24rem;
  }

  .globa .content {
    font-size: 0.24rem;
    line-height: 1.75em;
  }

  .globa .content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .globa .content .row .col {
    width: 100%;
    margin-top: 0;
  }

  .globa .content .row .img {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}

.globa .list {
  margin-top: -0.4rem;
}

.globa .list .item {
  padding: 0.6rem 0;
  position: relative;
}

.globa .list .item h3 {
  font-size: 0.2rem;
  line-height: 1.5em;
  margin-bottom: 0.2rem;
}

.globa .list .item li {
  font-size: 0.2rem;
  line-height: 1.5em;
}

.globa .list .item li b.name {
  color: #094d9b;
  text-decoration: underline;
  font-weight: 400;
}

.globa .list .item .line {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.globa .list .item .line em {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.08rem;
  font-weight: 500;
  font-size: 0.12rem;
  color: #cba15d;
  text-transform: uppercase;
}

.globa .list .item .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d6a24f;
}

.globa .list .item .line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0s;
  transition: 0s;
  width: 1.9rem;
  height: 1rem;
  background: url(../image/bg190.png) center no-repeat;
  background-size: 100% 100%;
}

.globa .list .item:last-child .line {
  display: none;
}

@media screen and (max-width: 800px) {
  .globa .list {
    margin-top: 0;
  }

  .globa .list .item h3 {
    font-size: 0.28rem;
  }

  .globa .list .item li {
    font-size: 0.24rem;
    line-height: 1.75em;
  }

  .globa .list .item .line em {
    font-size: 0.2rem;
  }
}

.globa .img-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.32rem;
}

.globa .img-list li {
  width: 33.333%;
  padding: 0.32rem 0 0 0.32rem;
}

@media screen and (max-width: 800px) {
  .globa .img-list li {
    width: 100%;
  }
}

.high-level-talent {
  padding-bottom: 1.2rem;
}

.high-level-talent .page-title h2 em {
  font-weight: 400;
  font-size: 0.34rem;
  color: silver;
}

.high-level-talent .container {
  font-size: 0.2rem;
  line-height: 2em;
  padding: 0.5rem 0.6rem;
  background: url(../image/bg352.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .high-level-talent .container {
    padding: 0.3rem;
    font-size: 0.24rem;
  }
}

.high-level-talent .item {
  margin-top: 0.6rem;
}

.high-level-talent .item .content {
  font-size: 0.2rem;
  line-height: 2em;
  margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
  .high-level-talent .item .content {
    font-size: 0.24rem;
  }
}

.high-level-talent .btn {
  margin-top: 0.4rem;
}

.high-level-talent .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.13rem;
  height: 0.97rem;
  background: #f3f4f6;
  border-radius: 0.49rem;
  border: 1px solid #6d9bcb;
  font-size: 0.26rem;
}

.high-level-talent .btn a::after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  background: url(../image/arrow13_2.svg) center no-repeat;
  background-size: 100%;
  margin-left: 0.2rem;
  position: relative;
  top: 0.03rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.high-level-talent .btn a:hover {
  background: #6d9bcb;
  color: #fff;
}

.high-level-talent .btn a:hover::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-image: url(../image/arrow13-white.svg);
}

@media screen and (max-width: 800px) {
  .high-level-talent .btn a {
    font-size: 0.28rem;
  }
}

.careers-list {
  padding-bottom: 0.8rem;
}

.careers-list li {
  margin-bottom: 0.7rem;
  background: center no-repeat;
  background-size: cover;
  height: 4.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.56rem;
  color: #fff;
}

.careers-list li:last-child {
  margin-bottom: 0;
}

.careers-list li .name {
  font-size: 0.4rem;
}

.careers-list li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}

.careers-list li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.78rem;
  height: 0.44rem;
  background: #fff;
  font-size: 0.16rem;
  color: #094d9b;
  text-transform: uppercase;
}

.careers-list li .btn a:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.2rem;
  background: url(../image/arrow13_2.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.careers-list li .btn a:hover::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.careers-list li.black {
  color: #000;
}

.careers-list li.black .btn a {
  background: #094d9b;
  color: #fff;
}

.careers-list li.black .btn a::after {
  background-image: url(../image/arrow13-white.svg);
}

.global-faculty {
  position: relative;
  min-height: 10rem;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  background: url(../image/bg925.png) center bottom no-repeat;
  background-size: 9.25rem;
  padding-bottom: 1.7rem;
}

.global-faculty>p {
  margin-bottom: 0.3rem;
}

.global-faculty>p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  .global-faculty .p-1 {
    max-width: 10.14rem;
  }

  .global-faculty .p-2 {
    max-width: 5.03rem;
  }
}

.global-faculty .img {
  width: 9.93rem;
  position: absolute;
  right: 0;
  bottom: 2.1rem;
}

@media screen and (max-width: 800px) {
  .global-faculty {
    font-size: 0.24rem;
    line-height: 1.75em;
  }

  .global-faculty .img {
    width: 100%;
    position: relative;
    bottom: 0;
  }
}

.undergraduate-programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0.8rem;
}

.undergraduate-programs .content {
  width: 7.33rem;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  padding-bottom: 0.4rem;
}

.undergraduate-programs .img {
  width: 7.67rem;
}

@media screen and (max-width: 800px) {
  .undergraduate-programs .content {
    font-size: 0.24rem;
    line-height: 1.75em;
    width: 100%;
  }

  .undergraduate-programs .img {
    width: 100%;
  }
}

.undergraduate-programs .container {
  width: 9.26rem;
  min-height: 3.36rem;
  background: -webkit-linear-gradient(top, #fefefe, #ebf0f5);
  background: linear-gradient(to bottom, #fefefe, #ebf0f5);
  border-top: #cedbeb solid 1px;
  position: relative;
  padding: 0.38rem 0.7rem;
}

.undergraduate-programs .container h3 {
  position: relative;
  font-size: 0.2rem;
  color: #094d9b;
  line-height: 1em;
}

.undergraduate-programs .container .info {
  position: relative;
  font-size: 0.16rem;
  color: #000;
  line-height: 0.3rem;
  padding: 0.25rem 0;
}

@media screen and (max-width: 800px) {
  .undergraduate-programs .container {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.4rem;
  }

  .undergraduate-programs .container h3 {
    font-size: 0.28rem;
  }

  .undergraduate-programs .container .info {
    font-size: 0.24rem;
    line-height: 1.5em;
  }

  .undergraduate-programs .container .info li {
    padding: 0.06rem 0;
  }
}

.undergraduate-programs .container .links li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.15rem;
}

.undergraduate-programs .container .links li:last-child {
  margin-bottom: 0;
}

.undergraduate-programs .container .links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 6.52rem;
  height: 0.44rem;
  background: #094d9b;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.34rem;
}

.undergraduate-programs .container .links li a::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.1rem;
  background: url(../image/arrow13-white.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.undergraduate-programs .container .links{position: relative;
    z-index: 2;}
.undergraduate-programs .container .links li a:hover::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
  .undergraduate-programs .container .links li a {
    min-width: 100%;
    height: auto;
    font-size: 0.24rem;
    padding: 0.15rem 0.3rem;
  }
}

.undergraduate-programs .container::before {
  content: "";
  display: block;
  -webkit-transition: 0s;
  transition: 0s;
  width: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/img350.png) center top no-repeat;
  background-size: 100%;
  z-index:1;
}

.undergraduate-programs .container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0.02rem;
  height: 1px;
  background: #cedbeb;
}

.study-abroad-bg {
  background: url(../image/bg630.png) center bottom no-repeat;
  background-size: 100%;
}

.study-abroad {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 1.8rem;
  position: relative;
margin-bottom: 1rem;
}

.study-abroad p {
  margin-bottom: 0.3rem;
}

@media screen and (min-width: 800px) {
  .study-abroad .img {
    width: 9.23rem;
    position: absolute;
    left: 0;
    bottom: 1.5rem;
  }
.study-abroad .img img{width:100%;}
  .study-abroad .p-1 {
    width: 9.16rem;
    margin-left: auto;
    line-height: 0.28rem;
  }

  .study-abroad .p-2 {
    width: 6.08rem;
    margin-left: auto;
    line-height: 0.26rem;
  }
}

@media screen and (max-width: 800px) {
  .study-abroad {
    font-size: 0.24rem;
    line-height: 1.8em;
  }
}

.leadership-bg {
  position: relative;
}

.leadership-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -0.45rem;
  bottom: -0.13rem;
  background: url(../image/bg1595.png) center bottom no-repeat;
  background-size: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 800px) {
  .leadership-bg::before {
    right: -0.3rem;
  }
}

.leadership {
  min-height: 23.73rem;
  position: relative;
  padding-bottom: 1.13rem;
}

.leadership .list {
  padding: 1.1rem 0 1rem 0;
}

.leadership .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leadership .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #1255a0;
  width: 5.4rem;
}

.leadership .list li .img img {
  width: 3.24rem;
  height: 3.24rem;
  border-radius: 50%;
}

.leadership .list li h5 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.leadership .list li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
  .leadership .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }

  .leadership .list li {
    width: 100%;
  }

  .leadership .list li h5 {
    font-size: 0.32rem;
    line-height: 1.5em;
  }

  .leadership .list li p {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.leadership .container {
  position: relative;
  padding: 0 0.7rem 1.7rem 0.85rem;
}

.leadership .container .line {
  width: 0.1rem;
  position: absolute;
  left: 0.4rem;
  top: 0.06rem;
}

.leadership .container h2.title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}

.leadership .container .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.leadership .container .msg {
  font-size: 0.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
  .leadership .container {
    padding: 0 0.3rem 0.2rem 0.4rem;
  }

  .leadership .container .line {
    left: 0.05rem;
  }

  .leadership .container h2.title {
    font-size: 0.32rem;
    line-height: 1.5em;
  }

  .leadership .container .content {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .leadership .container .msg {
    font-size: 0.28rem;
  }
}

.academic-journals-bg {
  background: #f6f9fc url(../image/bg688.jpg) center top no-repeat;
  background-size: 100%;
  min-height: 100vh;
}

.academic-journals {
  padding-bottom: 1rem;
}

.academic-journals>ul>li {
  position: relative;
  margin-bottom: 0.83rem;
  padding-top: 0.43rem;
  padding-left: 1.3rem;
}

.academic-journals>ul>li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .academic-journals>ul>li {
    padding-top: 0.8rem;
    padding-left: 0;
  }
}

.academic-journals>ul>li .img {
  display: block;
  width: 2.87rem;
  position: absolute;
  left: 0;
  top: 0;
}

.academic-journals>ul>li .img img {
  width: 100%;
  height: 3.82rem;
  position: relative;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
}

.academic-journals>ul>li .img::before {
  -webkit-transition: 0s;
  transition: 0s;
  display: block;
  content: "";
  position: absolute;
  left: -0.08rem;
  top: 0;
  right: -0.06rem;
  bottom: -0.55rem;
  background: url(../image/bg301.png) center bottom no-repeat;
  background-size: 100%;
}

.academic-journals>ul>li .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.06rem;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.academic-journals>ul>li .bd {
  min-height: 4.09rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.46rem rgba(54,90,133,.1);
  padding: 0 0.25rem 0.2rem 1.85rem;
}

.academic-journals>ul>li .bd .name {
  font-size: 0.22rem;
  font-weight: bold;
  padding: 0.26rem 0 0.2rem 0;
}

.academic-journals>ul>li .bd .content-wrapper {
  padding-bottom: 0.2rem;
  position: relative;
  padding-right: 0.46rem;
}

.academic-journals>ul>li .bd .content-wrapper .arrow {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  width: 0.36rem;
  height: 0.3rem;
  background: url(../image/arrow36.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.academic-journals>ul>li .bd .content-wrapper.hide .content {
  height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.academic-journals>ul>li .bd .content-wrapper.hide .arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.academic-journals>ul>li .bd .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #353535;
}

.academic-journals>ul>li .bd .ft {
  border-top: #d9d9d9 dashed 1px;
  padding: 0.2rem 0;
}

.academic-journals>ul>li .bd .ft h5 {
  font-size: 0.16rem;
}

.academic-journals>ul>li .bd .ft dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.academic-journals>ul>li .bd .ft dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50%;
  padding-top: 0.16rem;
  font-size: 0.16rem;
}

.academic-journals>ul>li .bd .ft dd .ico {
  width: 0.24rem;
  margin-right: 0.06rem;
}

.academic-journals>ul>li .bd .ft dd a {
  color: #034da3;
  text-decoration: underline;
  word-break: break-all;
}

.academic-journals>ul>li .bd .ft dd:nth-child(3) {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .academic-journals>ul>li .bd {
    padding: 0 0.3rem 0.3rem;
  }

  .academic-journals>ul>li .bd .name {
    font-size: 0.28rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 3.3rem;
    padding-left: 2.8rem;
  }

  .academic-journals>ul>li .bd .content-wrapper.hide .content {
    height: 6.8em;
  }

  .academic-journals>ul>li .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .academic-journals>ul>li .bd .ft h5 {
    font-size: 0.24rem;
  }

  .academic-journals>ul>li .bd .ft dd {
    font-size: 0.24rem;
  }
}

.academic-journals>ul>li:hover .img::after {
  opacity: 1;
}

.chools-colleges-1 {
  position: relative;
  padding-bottom: 1.2rem;
  min-height: 3.49rem;
}

.chools-colleges-1 .page-title {
  max-width: 10rem;
}
.chools-colleges-1 .page-title h2{
  font-size: 0.45rem;
}
@media screen and (max-width: 800px) {
  .chools-colleges-1 .page-title h2 {
    font-size: 0.35rem;
  }
}
.chools-colleges-1 .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.4rem 0 0 0;
  max-width: 7rem;
  border-top: #b2b2b2 solid 1px;
  height:2.56rem;
  overflow-y: auto;
}

.chools-colleges-1 .content::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.chools-colleges-1 .content::-webkit-scrollbar-thumb {
  background: #004698;
  border-radius: .06rem;
}

.chools-colleges-1 .content::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
  margin-top: 0.4rem;
}

.chools-colleges-1 .logo-list {
  max-width: 7rem;
  padding-bottom: 0.4rem;
}

.chools-colleges-1 .logo-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chools-colleges-1 .logo-list li {
  width: 0.64rem;
}

.chools-colleges-1 .logo-list li a {
  display: block;
}

.chools-colleges-1 .logo-list li:hover a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (min-width: 800px) {
  .chools-colleges-1 .img {
    width: 8.07rem;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 800px) {
  .chools-colleges-1 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
    max-width: 100%;
    margin-bottom: .2rem;
   height: 2.5rem;
  }
}

@media screen and (min-width: 800px) {
  .bhxy-1 .page-title {
    padding-bottom: 1.2rem;
    padding-top: 0.2rem;
  }
}

.gjxy-1 .page-title {
  max-width: 9.55rem;
}

@media screen and (min-width: 800px) {
  .tyxy-1 .page-title {
    max-width: 9.55rem;
    padding-bottom: 1.4rem;
  }
}

.chools-colleges-2 {
  position: relative;
  margin-bottom: 0.9rem;
}

@media screen and (min-width: 800px) {
  .chools-colleges-2 .img {
    width: 6.34rem;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0.46rem;
  }

  .chools-colleges-2 .img img {
    width: 100%;
    height: 3.9rem;
  }
}

.chools-colleges-2 .bd {
  width: 10.69rem;
  margin-left: auto;
  position: relative;
  min-height: 4.81rem;
  background: #f3f5f8 url(../image/img241.png) right top no-repeat;
  background-size: 2.41rem;
  padding: 0.8rem 0.7rem 0.7rem 2.4rem;
}

.chools-colleges-2 .bd .line {
  width: 0.1rem;
  position: absolute;
  left: 1.56rem;
  top: 0.46rem;
}

.chools-colleges-2 .bd h3 {
  font-size: 0.4rem;
  color: #e2b264;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chools-colleges-2 .bd h3 img {
  width: 0.42rem;
  margin-right: 0.15rem;
}

.chools-colleges-2 .bd h3 em {
  color: #004ca3;
}

.chools-colleges-2 .bd .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  height: 2.7rem;
  overflow-y: auto;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
}

.chools-colleges-2 .bd .content::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.chools-colleges-2 .bd .content::-webkit-scrollbar-thumb {
  background: #094d9b;
  border-radius: .06rem;
}

.chools-colleges-2 .bd .content::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
  margin-top: 0.1rem;
}

.chools-colleges-2 .bd .content .b1 {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .chools-colleges-2 .bd {
    width: 100%;
    padding: 0.4rem 0.4rem 0.4rem 0.6rem;
  }

  .chools-colleges-2 .bd .line {
    left: 0.2rem;
    top: 0.4rem;
  }

  .chools-colleges-2 .bd h3 {
    font-size: 0.48rem;
  }

  .chools-colleges-2 .bd h3 .logo {
    width: 0.58rem;
  }

  .chools-colleges-2 .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
    height: 13.6em;
  }
}

.tyxy-2 .bd h3 {
  display: block;
  line-height: 1.7em;
  margin-top: -0.1rem;
  margin-bottom: -0.03rem;
}

.chools-colleges-3 {
  background: url(../image/bg440.jpg) center no-repeat;
  background-size: cover;
  min-height: 4.4rem;
  color: #fff;
  margin-bottom: 0.9rem;
  padding: 0.7rem 0 0.7rem 0.7rem;
  position: relative;
}

.chools-colleges-3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.7rem;
  bottom: 0.4rem;
  right: 0;
  height: 0.1rem;
  background: url(../image/line10_6.png) left center no-repeat;
  background-size: auto 100%;
}

.chools-colleges-3 h3 {
  font-size: 0.4rem;
  color: #e2b264;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 7.6rem;
}

.chools-colleges-3 h3 img {
  width: 0.42rem;
  margin-right: 0.15rem;
}

.chools-colleges-3 h3 em {
  color: #fff;
}

.chools-colleges-3 .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  max-width: 7.6rem;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  height: 2.1rem;
  overflow-y: auto;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
}

.chools-colleges-3 .content a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

.chools-colleges-3 .content::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.chools-colleges-3 .content::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.5);
  border-radius: .06rem;
}

.chools-colleges-3 .content::-webkit-scrollbar-track {
  background: rgba(255,255,255,.1);
  border-radius: .06rem;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}

@media screen and (min-width: 800px) {
  .chools-colleges-3 .img {
    width: 6.31rem;
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
  }

  .chools-colleges-3 .img img {
    width: 100%;
    height: 3.62rem;
  }
}

@media screen and (max-width: 800px) {
  .chools-colleges-3 {
    padding: 0.4rem 0.3rem 1rem 0.3rem;
  }

  .chools-colleges-3::after {
    left: 0.3rem;
    right: 0.3rem;
  }

  .chools-colleges-3 h3 {
    font-size: 0.48rem;
  }

  .chools-colleges-3 h3 .logo {
    width: 0.58rem;
  }

  .chools-colleges-3 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
    margin-bottom: 0.3rem;
    height: 13.6em;
    margin-right: 0;
max-width:100%;
  }
}

.tyxy-3 h3 {
  display: block;
  line-height: 1.7em;
  margin-top: -0.1rem;
  margin-bottom: -0.03rem;
}

.chools-colleges-4 {
  background: #f3f5f8 url(../image/bg241.jpg) left bottom no-repeat;
  background-size: 7.57rem;
  min-height: 7rem;
  padding: 1.1rem 0;
  position: relative;
}

.chools-colleges-4::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5.49rem;
  background: url(../image/bg183.png) center top no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.chools-colleges-4 .wal {
  position: relative;
}

.chools-colleges-4 .bd {
  max-width: 8.12rem;
  min-height: 4.81rem;
  background: #fff url(../image/bg812.jpg) left bottom no-repeat;
  background-size: 8.12rem;
  padding: 0.6rem 0.6rem 0.8rem 0.6rem;
  position: relative;
}

.chools-colleges-4 .bd h3 {
  font-size: 0.4rem;
  color: #e2b264;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chools-colleges-4 .bd h3 img {
  width: 0.42rem;
  margin-right: 0.15rem;
}

.chools-colleges-4 .bd h3 em {
  color: #004ca3;
}

.chools-colleges-4 .bd .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  height: 3rem;
  overflow-y: auto;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
}

.chools-colleges-4 .bd .content .b1 {
  text-decoration: underline;
}

.chools-colleges-4 .bd .content a {
  font-weight: bold;
  color: #004ca3;
  text-decoration: underline;
}

.chools-colleges-4 .bd .content::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.chools-colleges-4 .bd .content::-webkit-scrollbar-thumb {
  background: #094d9b;
  border-radius: .06rem;
}

.chools-colleges-4 .bd .content::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
  margin-top: 0.1rem;
}

.chools-colleges-4 .bd::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.6rem;
  bottom: 0.4rem;
  right: 0.6rem;
  height: 0.1rem;
  background: url(../image/line10_6.png) left center no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 800px) {
  .chools-colleges-4 .img {
    width: 7.76rem;
    position: absolute;
    right: 0;
    top: -0.26rem;
  }

  .chools-colleges-4 .img img {
    width: 100%;
    height: 4.84rem;
  }
}

@media screen and (max-width: 800px) {
  .chools-colleges-4 .bd {
    padding: 0.4rem 0.3rem;
max-width:100%;
  }

  .chools-colleges-4 .bd h3 {
    font-size: 0.48rem;
  }

  .chools-colleges-4 .bd h3 .logo {
    width: 0.58rem;
  }

  .chools-colleges-4 .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
    margin-bottom: 0.3rem;
    margin-right: 0;
    height: 13.6em;
  }

  .chools-colleges-4 .bd::after {
    left: 0.3rem;
    right: 0.3rem;
  }
}

.bhxy-4 {
  background: -webkit-linear-gradient(top, #f3f5f8, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, #f3f5f8, rgba(0, 0, 0, 0));
}

.bhxy-4::before {
  display: none;
}

.tyxy-4 .bd h3 {
  display: block;
  line-height: 1.7em;
  margin-top: -0.1rem;
  margin-bottom: -0.03rem;
}

.tyxy-4-2 {
  background: -webkit-linear-gradient(top, #f3f5f8 80%, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, #f3f5f8 80%, rgba(0, 0, 0, 0));
}

.tyxy-4-2::before {
  display: none;
}

.chools-colleges-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chools-colleges-5 .img {
  position: relative;
  width: 50%;
}

.chools-colleges-5 .img img {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .chools-colleges-5 .img img {
    height: 6rem;
  }
}

.chools-colleges-5 .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 3.34rem;
}

.chools-colleges-5 .bd {
  position: relative;
  width: 50%;
  min-height: 6rem;
  background: #1f53a1;
  color: #fff;
  padding: .6rem 1rem;
}

.chools-colleges-5 .bd::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/bg357.png) right bottom no-repeat;
  background-size: 3.57rem;
  pointer-events: none;
}

.chools-colleges-5 .bd h3 {
  font-size: 0.4rem;
  color: #e2b264;
  line-height: 1em;
  max-width: 6.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chools-colleges-5 .bd h3 img {
  width: 0.42rem;
  margin-right: 0.15rem;
}

.chools-colleges-5 .bd h3 em {
  color: #fff;
}

.chools-colleges-5 .bd .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  max-width: 6.4rem;
  padding-bottom: 0.2rem;
  height: 2.7rem;
  overflow-y: auto;
  margin-bottom: 0.3rem;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
}

.chools-colleges-5 .bd .content .b1 {
  text-decoration: underline;
}

.chools-colleges-5 .bd .content::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.chools-colleges-5 .bd .content::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.5);
  border-radius: .06rem;
}

.chools-colleges-5 .bd .content::-webkit-scrollbar-track {
  background: rgba(255,255,255,.1);
  border-radius: .06rem;
  margin-top: 0.1rem;
}

.chools-colleges-5 .bd .line {
  width: 6.15rem;
}

@media screen and (max-width: 800px) {
  .chools-colleges-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chools-colleges-5 .img {
    width: 100%;
  }

  .chools-colleges-5 .bd {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }

  .chools-colleges-5 .bd h3 {
    font-size: 0.48rem;
  }

  .chools-colleges-5 .bd h3 .logo {
    width: 0.58rem;
  }

  .chools-colleges-5 .bd .content {
    font-size: 0.24rem;
    line-height: 1.7em;
    height: 20.4em;
    max-width: 100%;
  }
}

.tyxy-5 .bd h3 {
  display: block;
  line-height: 1.7em;
  margin-top: -0.1rem;
  margin-bottom: -0.03rem;
}

.chools-colleges-6 {
  background: url(../image/bg857.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
}

.chools-colleges-6::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.13rem;
  background: url(../image/bg213.png) center top no-repeat;
  background-size: 100%;
}

.chools-colleges-6 .wal {
  position: relative;
  min-height: 4.5rem;
  background: url(../image/bg377.png) center top no-repeat;
  background-size: 3.77rem;
  max-width: 14.25rem;
}

.chools-colleges-6 .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  padding: 1.3rem 0 0.8rem 0;
}

.chools-colleges-6 .list {
  padding-bottom: 1.7rem;
}

.chools-colleges-6 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chools-colleges-6 .list li {
  border-bottom: #ccd5de solid 1px;
  padding: 0.3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.7rem;
  font-size: 0.2rem;
  font-weight: 600;
}

.chools-colleges-6 .list li .ico {
  width: 0.52rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.12rem;
}

.chools-colleges-6 .list li p {
  line-height: 1.5em;
}

@media screen and (max-width: 800px) {
  .chools-colleges-6 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .chools-colleges-6 .list li {
    font-size: 0.24rem;
  }
}

.chools-colleges-7 {
  padding: 1.5rem 0 1.96rem 0;
  background: url(../image/bg115.png) center bottom no-repeat;
  background-size: auto 1.15rem;
}

@media screen and (max-width: 800px) {
  .chools-colleges-7 {
    background-size: auto 0.8rem;
  }
}

.my-span {
  display: inline-block;
  position: relative;
}

.my-span:hover .page-content-layer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-content-layer {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 0;
  margin-top: -0.06rem;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-filter: drop-shadow(0 0.04rem 0.16rem rgba(2, 57, 148, 0.2));
  filter: drop-shadow(0 0.04rem 0.16rem rgba(2, 57, 148, 0.2));
  width: 8.22rem;
  background: #fff;
  padding: 0.35rem 0.05rem 0.35rem 0.35rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: #333;
}

@media screen and (min-width: 800px) {
  .page-content-layer::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -0.18rem;
  }
}

.page-content-layer .scroll {
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 0.3rem;
}

.page-content-layer .scroll::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.page-content-layer .scroll::-webkit-scrollbar-thumb {
  background: #004ca3;
  border-radius: .06rem;
}

.page-content-layer .scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border-radius: .06rem;
}

.page-content-layer .my-title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #004ca3;
  position: relative;
  padding-bottom: 0.4rem;
}

.page-content-layer .my-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  height: 1px;
  width: 3rem;
  background: #004ca3;
}

.page-content-layer .my-content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.page-content-layer .my-img {
  margin-top: 0.3rem;
}

@media screen and (max-width: 800px) {
  .page-content-layer {
    width: 6.9rem;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .page-content-layer .my-title {
    font-size: 0.32rem;
    line-height: 1.5em;
  }

  .page-content-layer .my-content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.page-banner {
  background: center no-repeat;
  background-size: cover;
  position: relative;
}

.page-banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: url(../image/bg140.png) center top repeat-x;
  background-size: auto 1.4rem;
}

.page-banner .wal {
  height: 4.98rem;
  position: relative;
}

@media screen and (max-width: 800px) {
  .page-banner .wal {
    height: 3.8rem;
  }
}

.page-banner .page-curr {
  color: #fff;
}

.page-banner .page-curr a {
  color: #fff;
}

.page-banner .page-curr::before {
  background-image: url(../image/home-white.png);
}

.history2-1 {
  min-height: 11.6rem;
  position: relative;
}

.history2-1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 7.2rem;
  background: url(../image/bg720.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .history2-1::before {
    height: 9.5rem;
  }
}

.history2-1 .wal {
  position: relative;
  padding-top: 0.9rem;
}

.history2-1 .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

@media screen and (max-width: 800px) {
  .history2-1 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }
}

.history2-1 .title {
  text-align: center;
  background: url(../image/bg43.png) center top no-repeat;
  background-size: auto 0.43rem;
}

.history2-1 .title h2 {
  font-size: 0.8rem;
  line-height: 1em;
  color: #000;
}

.history2-1 .wal>.content {
  text-align: center;
  padding-bottom: 0.9rem;
  padding-top: 0.4rem;
  max-width: 14.3rem;
  margin: 0 auto;
}

.history2-1 .list {
  position: relative;
  background: url(../image/bg7.png) center 0.43rem repeat-x;
  background-size: auto 0.07rem;
}

.history2-1 .list .arrow a {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0.3rem;
  background: rgba(92,127,154,.36) center no-repeat;
  background-size: 0.18rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

.history2-1 .list .arrow a:hover {
  background-color: #5c7f9a;
}

.history2-1 .list .arrow a.prev {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../image/prev18.png);
}

.history2-1 .list .arrow a.next {
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-image: url(../image/next18.png);
}

.history2-1 .list .list-wrapper2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.history2-1 .list .list-wrapper {
  margin-right: -0.6rem;
}

.history2-1 .list li {
  padding: 0.7rem 0.6rem 0 0.6rem;
  position: relative;
  height: 7.7rem;
}

.history2-1 .list li::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0s;
  transition: 0s;
  width: 1px;
  left: 0;
}

.history2-1 .list li h3.year {
  position: absolute;
  left: 0.2rem;
  top: 0;
  font-size: 0.24rem;
  line-height: 1em;
  color: #000;
}

.history2-1 .list li h5.year {
  line-height: 0.55rem;
  font-size: 0.32rem;
  color: #094d9b;
}

.history2-1 .list li .scroll {
  height: 6.3rem;
  overflow-y: auto;
  margin-right: -0.3rem;
  padding-right: 0.26rem;
}

.history2-1 .list li .scroll::-webkit-scrollbar {
  width: 0.02rem;
  border-radius: 0.02rem;
}

.history2-1 .list li .scroll::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.3);
  border-radius: 0.02rem;
}

.history2-1 .list li .scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border-radius: 0.02rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.history2-1 .list li .img {
  margin-bottom: 0.18rem;
}

@media screen and (max-width: 800px) {
  .history2-1 .list li {
    height: 10rem;
  }

  .history2-1 .list li .scroll {
    height: 8.5rem;
  }

  .history2-1 .list li .img {
    width: 80%;
  }
}

.history2-1 .list li.li_01::before {
  background: #094d9b;
  opacity: .4;
  top: 0;
  bottom: 0;
}

.history2-1 .list li.li_02::before {
  background: #767f8a;
  opacity: .32;
  top: 0.9rem;
  bottom: 0.5rem;
}

.history2-2 {
  background: url(../image/bg720.png) center top no-repeat;
  background-size: 100%;
  padding: 1.65rem 0 0.8rem 0;
}

.history2-2 .wal {
  min-height: 16rem;
  background: -webkit-linear-gradient(top, #205ca2, #fff);
  background: linear-gradient(to bottom, #205ca2, #fff);
  box-shadow: 0 0.2rem 0.46rem rgba(54,90,133,.1);
  position: relative;
  padding: 0.8rem 0.55rem 0 0.55rem;
}

@media screen and (max-width: 800px) {
  .history2-2 .wal {
    padding: 0.8rem 0.3rem 0 0.3rem;
  }
}

.history2-2 .wal::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../image/bg1522.png) center bottom repeat-x;
  background-size: auto 15.22rem;
}

.history2-2 .title {
  text-align: center;
  background: url(../image/bg32_1.png) center 0.15rem no-repeat;
  background-size: auto 0.32rem;
  position: relative;
}

.history2-2 .title h2 {
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #fff;
}

.history2-2 .title2 {
  background-image: url(../image/bg32_2.png);
}

.history2-2 .title2 h2 {
  color: #000;
}

.history2-2 .title2 h2 em {
  color: #094d9b;
}

.history2-2 .word-img {
  max-width: 14.09rem;
  margin: 0 auto;
  position: relative;
  padding: 0.45rem 0 1rem 0;
}

.history2-2 .list {
  position: relative;
  margin: .5rem 1rem 0 1rem;
}

.history2-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.55rem;
}

.history2-2 .list li {
  width: 25%;
  padding: 0 0 0.55rem 0.55rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.history2-2 .list li:hover {
  z-index: 5;
}

.history2-2 .list li .item {
  position: relative;
}
.history2-2 .list li .item .img{text-align:center;}
.history2-2 .list li .item .img img {
  height: 3.35rem;
}

.history2-2 .list li .item .name {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  font-size: 0.22rem;
  color: #094d9b;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.69rem;
  height: 0.53rem;
  background: url(../image/bg269.png) center no-repeat;
  background-size: 100% 100%;
  padding-left: 0.35rem;
}

.history2-2 .list li .item .content {
  display: none;
}

.history2-2 .list li .item .layer {
  width: 7.01rem;
  height: 3.87rem;
  background: url(../image/bg701.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  padding: 0.2rem 0.3rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.history2-2 .list li .item .layer h5 {
  line-height: 0.55rem;
  border-bottom: #edf2f8 solid 1px;
  font-size: 0.24rem;
  color: #094d9b;
}

.history2-2 .list li .item .layer .content {
  padding: 0.15rem 0;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.history2-2 .list li .item:hover {
  z-index: 5;
}

.history2-2 .list li .item:hover .layer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 800px) {
  .history2-2 .list li:nth-child(4n+1) .item .layer {
    background-image: url(../image/bg701_2.png);
  }

  .history2-2 .list li:nth-child(4n+2) .item .layer {
    left: auto;
    right: 0;
  }

  .history2-2 .list li:nth-child(4n+3) .item .layer {
    background-image: url(../image/bg701_2.png);
  }

  .history2-2 .list li:nth-child(4n+4) .item .layer {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 800px) {
  .history2-2 .list{margin:.3rem 0 0;}
.history2-2 .list ul {
    margin-left: -0.3rem;
  }

  .history2-2 .list li {
    width: 50%;
    padding: 0 0 0.3rem 0.3rem;
  }

  .history2-2 .list li .item .layer {
    width: 6.3rem;
  }

  .history2-2 .list li:nth-child(2n+1) .item .layer {
    background-image: url(../image/bg701_2.png);
  }

  .history2-2 .list li:nth-child(2n+2) .item .layer {
    left: auto;
    right: 0;
  }
}

.my-popup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-popup.show {
  opacity: 1;
  visibility: visible;
}

.my-popup .container {
  width: 9rem;
  padding: 0.55rem;
  background: #fff;
  background-image: -webkit-linear-gradient(327deg, rgb(255, 255, 255) 80%, rgba(179, 209, 255, 0.7803921569) 120%),-webkit-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(123deg, rgb(255, 255, 255) 80%, rgba(179, 209, 255, 0.7803921569) 120%),linear-gradient(#ffffff, #ffffff);
  box-shadow: 0 0 0.49rem 0 rgba(91,91,91,.32);
  border-radius: .12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.my-popup .container .close {
  position: absolute;
  z-index: 5;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: url(../image/close2.svg) center no-repeat;
  background-size: 0.3rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.my-popup .container .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-popup .container .img {
  width: 32.53%;
  margin-right: .4rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.my-popup .container .col {
  width: 100%;
}

.my-popup .container .col h5 {
  line-height: 0.55rem;
  border-bottom: #edf2f8 solid 1px;
  font-size: 0.24rem;
  color: #094d9b;
}

.my-popup .container .col .content {
  padding: 0.15rem 0.16rem 0 0;
  font-size: 0.18rem;
  line-height: 0.26rem;
  max-height: 3rem;
  overflow-y: auto;
  margin-right: -0.2rem;
}

.my-popup .container .col .content::-webkit-scrollbar {
  width: .06rem;
  border-radius: .06rem;
}

.my-popup .container .col .content::-webkit-scrollbar-thumb {
  background: #094d9b;
  border-radius: .06rem;
}

.my-popup .container .col .content::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
  border-radius: .06rem;
  margin-top: 0.15rem;
}

@media screen and (max-width: 800px) {
  .my-popup .container {
    width: 6.9rem;
    padding: 0.4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .my-popup .container .close {
    width: 1rem;
    height: 1rem;
    background-size: 0.4rem;
  }

  .my-popup .container .img {
    width: 4rem;
    margin: 0 auto;
  }

  .my-popup .container .col {
    margin-top: 0.3rem;
  }

  .my-popup .container .col h5 {
    font-size: 0.32rem;
    padding-bottom: 0.15rem;
  }

  .my-popup .container .col .content {
    font-size: 0.24rem;
    line-height: 1.7em;
    max-height: 6rem;
  }
}

.history2-3 {
  background: url(../image/bg115.png) center bottom no-repeat;
  background-size: auto 1.15rem;
  padding-bottom: 1.65rem;
}

@media screen and (max-width: 800px) {
  .history2-3 {
    background-size: auto 0.8rem;
  }
}

.history2-3 .wal {
  min-height: 6rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.46rem rgba(54,90,133,.1);
  padding: 0.55rem 0.5rem;
}

.history2-3 .title {
  text-align: center;
  background: url(../image/bg34.png) center 0.15rem no-repeat;
  background-size: auto 0.34rem;
  position: relative;
  margin-bottom: 0.55rem;
}

.history2-3 .title h2 {
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #000;
}

.history2-3 .title h2 em {
  color: #094d9b;
}

.history2-3 .list {
  position: relative;
}

.history2-3 .list .list-wrapper2 {
  margin-left: -0.55rem;
}

.history2-3 .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.history2-3 .list li {
  padding-left: 0.55rem;
}

.history2-3 .list li a {
  display: block;
  position: relative;
    cursor: pointer;
}

.history2-3 .list li a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.6rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #084d9a);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #084d9a);
}

.history2-3 .list li a .img img {
  height: 4.25rem;
  width: 100%;
}

.history2-3 .list li a .name {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  z-index: 5;
  left: 0.2rem;
  bottom: 0.2rem;
}

.history2-3 .list li a .content {
  display: none;
}

.history2-3 .list .arrow a {
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -0.2rem;
  background: #fff center no-repeat;
  background-size: 0.18rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  box-shadow: 0 0.1rem 0.46rem rgba(54,90,133,.2);
}

.history2-3 .list .arrow a:hover {
  background-color: #1157c0;
}

.history2-3 .list .arrow a.prev {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../image/prev18_2.png);
}

.history2-3 .list .arrow a.prev:hover {
  background-image: url(../image/prev18.png);
}

.history2-3 .list .arrow a.next {
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-image: url(../image/next18_2.png);
}

.history2-3 .list .arrow a.next:hover {
  background-image: url(../image/next18.png);
}

@media screen and (max-width: 800px) {
  .history2-3 .list .list-wrapper2 {
    margin-left: -0.3rem;
  }

  .history2-3 .list li {
    padding-left: 0.3rem;
  }
}

.alumni-1 {
  background: url(../image/bg5.jpg) center top no-repeat;
  background-size: 100%;
}

.alumni-1 .wal {
  min-height: 10.6rem;
  padding-bottom: 1rem;
}

.alumni-1 .title {
  margin-bottom: 0.4rem;
}

.alumni-1 .title h2 {
  text-align: center;
  font-size: 0.4rem;
  line-height: 1em;
font-family: "SourceSansPro-Regular", "微软雅黑";
}

.alumni-1 .line {
  height: 0.3rem;
  position: relative;
  border-top: #93b1d3 dashed 1px;
}

.alumni-1 .line::after {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.25rem;
  background: url(../image/img22_5.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alumni-1 .content {
  font-size: 0.2rem;
  line-height: 2em;
  padding-bottom: 0.3rem;
}

.alumni-1 .list {
  font-size: 0.2rem;
  line-height: 2em;
  color: #666;
  padding-bottom: 0.6rem;
}

@media screen and (max-width: 800px) {
  .alumni-1 .content {
    font-size: 0.24rem;
    line-height: 1.75em;
  }

  .alumni-1 .list {
    font-size: 0.24rem;
    line-height: 1.75em;
  }
}

.alumni-1 .container {
  height: 4.07rem;
  background: url(../image/bg407.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.9rem 0 0.75rem;
}

.alumni-1 .container .col {
  width: 7.2rem;
  color: #094d9b;
}

.alumni-1 .container .col h2 {
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}

.alumni-1 .container .col li {
  font-size: 0.2rem;
  line-height: 2em;
}

.alumni-1 .container .ewm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.alumni-1 .container .ewm li {
  width: 2.43rem;
  margin-left: 0.5rem;
}

@media screen and (max-width: 800px) {
  .alumni-1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0.5rem 0.4rem;
  }

  .alumni-1 .container .col {
    width: 100%;
    padding-bottom: 0.4rem;
  }

  .alumni-1 .container .col li {
    font-size: 0.24rem;
  }

  .alumni-1 .container .ewm li {
    margin: 0 0.2rem;
  }
}

.alumni-2 {
  background: url(../image/bg181.png) center bottom no-repeat;
  background-size: auto 1.81rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 800px) {
  .alumni-2 {
    background-size: auto 0.8rem;
  }
}

.alumni-2 .big-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.alumni-2 .big-img li {
  position: relative;
}

.alumni-2 .big-img li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.77rem;
  background: url(../image/bg377_5.png) center repeat-x;
  background-size: auto 100%;
}

.alumni-2 .big-img li img {
  height: 9.6rem;
  width: 100%;
}

.alumni-2 .big-img li .name {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0.7rem;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}

@media screen and (max-width: 800px) {
  .alumni-2 .big-img li img {
    height: 6rem;
  }
}

.alumni-2 .small-list {
  background: #fff;
  box-shadow: 0 0.09rem 0.16rem rgba(54,90,133,.1);
  padding: 0 1rem;
  position: relative;
  z-index: 5;
  top: -0.45rem;
}

.alumni-2 .small-list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.alumni-2 .small-list li {
  padding: 0.2rem 0.08rem;
}

.alumni-2 .small-list li .img {
  position: relative;
}

.alumni-2 .small-list li img {
  width: 100%;
  height: 0.75rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.alumni-2 .small-list li.on .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #d2ad68 solid 0.04rem;
}

.alumni-2 .small-list li.on .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.02rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #d2ad68;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.alumni-2 .small-list .arrow a {
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -0.2rem;
  background: #004ca3 center no-repeat;
  background-size: 0.18rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  box-shadow: 0 0.1rem 0.46rem rgba(54,90,133,.2);
}

.alumni-2 .small-list .arrow a.prev {
  left: 0.4rem;
  background-image: url(../image/prev18.png);
}

.alumni-2 .small-list .arrow a.next {
  right: 0.4rem;
  background-image: url(../image/next18.png);
}
.my-table table {
  width: 100%;
  border-collapse: collapse;
}

.my-table table tr:first-child {
  background: url(../image/bkzy-th.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.my-table table tr:first-child th {
  font-size: .16rem;
  font-weight: normal;
  line-height: .3rem;
  padding: .13rem .2rem;
  min-width: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .my-table table tr:first-child th {
    font-size: 0.24rem;
    padding: 0.2rem;
  }
}

.my-table table tr:first-child th:first-child {
  min-width: .7rem;
}

.my-table table tr td {
  border-bottom: 1px solid rgba(0,76,216,.18) !important;
  line-height: .3rem;
  padding: .15rem .2rem;
  font-size: .18rem;
  border-left: 1px solid rgba(0,76,216,.18) !important;
}

@media screen and (max-width: 800px) {
  .my-table table tr td {
    font-size: 0.24rem;
    padding: 0.2rem;
  }
}

.my-table table tr td:first-child {
  width: 7.5%;
  text-align: center;
  color: #242e3d;
  background-color: #fff;
  border-left: none;
}

.my-table table tr td:nth-child(2) {
  border-left: 1px solid rgba(0,76,216,.53) !important;
}

.my-table td.tck>h4 {
  font-weight: normal;
  cursor: pointer;
  font-size: 0.18rem;
}

@media screen and (max-width: 800px) {
  .my-table td.tck>h4 {
    font-size: 0.24rem;
  }
}

.my-table td>.yzkc {
  display: none;
}

@media screen and (max-width: 800px) {
  .my-table {
    width: 100%;
    overflow-x: scroll;
  }

  .my-table table {
    width: 12rem;
  }
}


.academic-journals>ul>li .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.academic-journals>ul>li .img:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

@media screen and (min-width: 800px) {
  .beihang2-2 .part1 li h5 {
    padding-bottom: .1rem;
  }
}

.alumni-2 .big-img li img {
  object-fit: contain;
  max-height: calc(100vh - 1.5rem);
}

@media screen and (min-width: 800px) {
  .chools-colleges-5 .bd .content {
    max-width: 6.8rem;
  }

  .g-head .g-nav>ul>li a.name:hover {
    color: #004ca3;
  }

  .history2-3 .list li a .img img {
    height: 3.35rem;
  }
}
@media screen and (min-width:800px){
.about-3-new {clear: left;
             width:100%;
             margin-top: 1rem;
             }
}
.history2-2 .wal::before{background-size: auto 10rem;}
/* 10-31新增  */
@media screen and (min-width: 800px) {
  .research-2 .list .list-wrapper a .bd .name {
    height: .62rem;
  }

  .read-next .list .list-wrapper a {
    padding-left: 1px;
  }

  .history2-1 .list .list-wrapper {
    margin-right: -0.2rem;
  }

  .news-1 .right li {
    padding-right: 0.02rem;
  }
}

@media screen and (max-width: 800px) {
  .about-1 .container .content {
    max-height: 10000rem;
    -webkit-line-clamp: 10000;
  }

  .page-head .g-head .btns ul,
  .g-head.on .btns ul,
  .g-head-phone .btns ul {
    gap: .16rem;
  }
}

@media screen and (max-width: 800px) {
  .research-4 .wal {
    padding: 0.5rem 0.4rem;
  }

  .research-4 .container h5 {
    font-size: 0.28rem;
  }

  .research-4 .container p {
    font-size: 0.24rem;
  }

  .research-4 .img-list {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }

  .research-4 .list {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.2rem;
    min-height: 1rem;
  }

  .research-4 .list .list-wrapper li {
    padding: 0 0.1rem;
  }

  .research-4 .list .list-wrapper li .img img {
    height: 1.6rem;
  }

  .research-4 .list .arrow a.next {
    right: -0.32rem;
  }
}

.index-banner .img video,
.index-banner .img img {
  object-fit: contain;
}

.page-curr {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}
@media screen and (max-width: 500px) {
.g-head-phone .search em{font-size:0;}
}

/* 2025-11-4新增 */
@media screen and (min-width: 800px) {
  .index-news .left .imgSwiper li a .bd .name {
    height: 1.5em;
    line-height: 1.5em;
  }

  .news-1 .bd h5 a {
    line-height: 0.33rem;
    max-height: 0.99rem;
  }

  .news-1 .bd p {
    margin-top: 0.2rem;
  }

  .index-research .right li a .name,
  .index-news .left .img-list li a .name,
  .index-news .list li a .name,
  .Events .list li a h5 {
    line-height: 0.33rem;
    height: 0.66rem;
  }
}
/* 2025-11-28新增 */
@media screen and (max-width: 800px) {
  .g-foot .list .item .title {
    word-break: break-all;
  }

  .g-foot .list .item li {
    margin-bottom: 0.2rem;
  }

  .g-foot .list .item li a {
    line-height: 0.28rem;
    word-break: break-all;
  }

  .index-news .list li a .name {
    height: 0.6rem;
  }
}

.leadership2-bg {
  background: url(../image/bg1578.png) right bottom no-repeat;
  background-size: 100%;
}

.leadership2 {
  padding: 0.5rem 0 1.5rem 0;
}

.leadership2 .title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}

.leadership2 .content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

.leadership2 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.7rem;
  margin-top: 0.4rem;
}

.leadership2 .row .content {
  width: 100%;
  padding-right: 0.6rem;
}

.leadership2 .row .img {
  width: 8.37rem;
  padding-left: 0.7rem;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.leadership2 .row .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background: url(../image/img10_5.png) center top no-repeat;
  background-size: 100%;
}

.leadership2 .row .img img {
  width: 100% !important;
}

.leadership2 .container {
  background: -webkit-linear-gradient(left, #003fa9, #006dc2);
  background: linear-gradient(to right, #003fa9, #006dc2);
  position: relative;
  min-height: 9rem;
  color: #fff;
  padding: 0.65rem;
}

.leadership2 .container::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0s;
  transition: 0s;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(../image/bg1555.jpg) center bottom no-repeat;
  background-size: 100%;
}

.leadership2 .container .content {
  position: relative;
  z-index: 2;
}

.leadership2 .container .row2 {
  position: relative;
  z-index: 2;
  margin-top: 0.4rem;
}

.leadership2 .container .row2 .img {
  float: left;
  width: 8.07rem;
  padding: 0 0.6rem 0.3rem 0;
}

.leadership2 .container .row2 .img img {
  width: 100% !important;
}

.leadership2 .container .row2 .content {
  width: 100%;
}

.leadership2 .container .row2::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.leadership2 .row3 {
  padding: 0.7rem 0 0.4rem 0;
}

.leadership2 .row3 .img {
  float: right;
  padding: 0 0 0.6rem 0.4rem;
  position: relative;
  width: 8.07rem;
}

.leadership2 .row3 .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.4rem;
  bottom: 0.2rem;
  height: 0.1rem;
  right: 0;
  background: url(../image/img763.png) left center no-repeat;
  background-size: auto 100%;
}

.leadership2 .row3 .img img {
  width: 100% !important;
}

.leadership2 .row3::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

@media screen and (max-width: 800px) {
  .leadership2 .title {
    font-size: 0.28rem;
    line-height: 1.7em;
  }

  .leadership2 .content {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .leadership2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leadership2 .row .content {
    padding: 0 0 0.4rem 0;
  }

  .leadership2 .row .img {
    width: 100%;
    padding-left: 0.4rem;
  }

  .leadership2 .container {
    padding: 0.4rem;
  }

  .leadership2 .container .row2 .img {
    width: 100%;
    padding-right: 0;
  }

  .leadership2 .row3 .img {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.1rem;
  }

  .leadership2 .row3 .img::after {
    left: 0;
  }
}