@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(100vw / 120);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular-8.otf');
}
body {
  font-family: 'montserrat', 'sourcehansans';
  font-size: 1rem;
  overflow: hidden;
}
.fxpj {
  justify-content: space-between;
}
.enzt {
  font-family: 'montserrat';
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.after {
  content: '';
  position: absolute;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.bd {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hide {
  overflow: hidden;
}
.container {
  padding: 0 14.5rem;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.lunbo .img1 {
  height: 100vh;
  object-fit: cover;
}
.lunbo .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: transparent;
  opacity: 1;
}
.lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .ban-wz {
  z-index: 3;
  width: 100%;
}
.lunbo .ban-wz .fl {
  width: 47%;
  color: #fff;
}
.lunbo .ban-wz .fl .p1 {
  color: #FFF;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1875rem;
}
.lunbo .ban-wz .fl .p2 {
  color: #FFF;
  margin-top: 1rem;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.lunbo .ban-wz .yuan {
  width: 66%;
  position: absolute;
  right: -15%;
  text-align: center;
}
.lunbo .ban-wz .yuan img {
  width: 100%;
}
#header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  line-height: 4.0625rem;
  padding: 1.125rem 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .log-div img {
  height: 3.9rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .yuyan {
  font-size: 1.25rem;
  font-family: 'montserrat';
  margin-left: 1rem;
}
#header .yuyan a {
  color: #fff;
}
#header .yuyan svg {
  width: 1.375rem;
  height: 1.375rem;
}
#header .sousuo {
  margin-left: 2rem;
}
#header .sousuo svg {
  width: 1.125rem;
  height: 1.25rem;
}
#header.active {
  background: #016f92;
  padding: 0.15rem 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active .log-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  height: 3rem;
}
.na-ul > li {
  display: inline-block;
  font-size: 1.125rem;
  margin: auto 2.1875rem;
}
.na-ul > li > a {
  color: #fff;
  position: relative;
  display: block;
}
.na-ul > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background: #fff;
  bottom: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.na-ul > li:hover > a::after,
.na-ul > li.active > a::after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.head-hd {
  color: #3A3A3A;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
.page-div {
  bottom: 5%;
  width: 10%;
  right: 10%;
  z-index: 44;
}
.page-div .swiper-button-prev,
.page-div .swiper-button-next {
  position: relative;
  top: auto;
  background: transparent;
  left: auto;
  right: auto;
  margin-top: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-image: none;
}
.page-div .swiper-pagination {
  position: relative;
  color: #fff;
  width: auto;
  line-height: 4.125rem;
  margin: 0 1rem;
}
.head-hd .head-cn {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
.head-hd .head-en {
  color: #006F91;
  font-family: 'montserrat';
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.miaoshu {
  color: #000000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.7;
  /* 157.143% */
}
.miaoshu p {
  text-indent: 1.875rem;
}
.more a {
  padding: 0.6rem 1.1rem;
  color: #FFF;
  z-index: 1;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  background: #013F69;
  position: relative;
  overflow: hidden;
}
.more a::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background: #fff;
  opacity: 0.6;
}
.more a::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  background: #006F91;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.more a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #FFF;
}
.more a:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.more a:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 1;
}
.index-about {
  padding: 9rem 0;
  background: url(../img/2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-about .about-con {
  width: 63%;
}
.index-about .miaoshu {
  margin: 3rem 0;
}
.index-about .abot-img {
  bottom: 0;
  right: 0;
  width: 32%;
}
.index-about .abot-img img {
  width: 100%;
}
.index-pro .box-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -36%;
  width: 73%;
}
.index-pro .box1 {
  width: 100%;
}
.index-pro .box1 img {
  width: 100%;
}
.index-pro .box2 {
  width: 82%;
}
.index-pro .box2 img {
  animation: az 15s linear infinite;
  -webkit-animation: sz 15s linear infinite;
}
.index-pro .box3 {
  width: 60%;
}
.index-pro .le {
  width: 50%;
  height: 57.5rem;
}
.index-pro .le .le-img {
  height: 100%;
}
.index-pro .le .le-img img {
  height: 100%;
  animation: fd 10s linear infinite;
  -webkit-animation: fd  10s linear infinite;
}
.index-pro .re {
  width: 50%;
  height: 57.5rem;
  background: url(../img/4.jpg) no-repeat;
  background-size: cover;
}
.index-pro .re .divjuz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.index-pro .re .divjuz .pro-uls li .pro-m {
  color: #000000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125rem;
  /* 156.25% */
  margin: 3rem 0 2.5rem;
}
.index-pro .img-logo {
  z-index: 2;
}
.index-pro .uls-pro {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-pro .uls-pro li {
  position: absolute;
  min-width: 30%;
  cursor: pointer;
  color: #FFF;
  text-align: right;
}
.index-pro .uls-pro li .yauns-svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20%;
}
.index-pro .uls-pro li .yauns-svg svg {
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .uls-pro li.active .yauns-svg svg {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .uls-pro li:nth-child(1) {
  top: 19%;
  right: 30%;
}
.index-pro .uls-pro li:nth-child(2) {
  top: 47%;
  right: 41%;
}
.index-pro .uls-pro li:nth-child(3) {
  bottom: 17%;
  right: 27.5%;
}
.index-pro .uls-pro li .yauns-svg {
  position: absolute;
}
.index-pro .uls-pro li .yauns-svg::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.index-pro .uls-pro li .p1 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 100% */
}
.index-pro .uls-pro li .p2 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
  margin-top: 0.3rem;
  /* 107.692% */
}
.wz-yuan {
  width: 11.375rem;
  height: 11.375rem;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
@keyframes sz {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pro-uls li {
  display: none;
}
.index-news {
  padding: 7rem 0 4rem;
  background: url(../img/9.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.index-news .new-div-con {
  margin-top: 2rem;
}
.index-news .more a {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.index-news::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 44%;
  background: rgba(0, 111, 145, 0.9);
  bottom: 0;
}
.new-div {
  background: #fff;
  margin-bottom: 1.7rem;
}
.new-div .new-bot {
  padding: 3.5rem 1.88rem;
}
.new-div .new-bot .data-div {
  position: relative;
}
.new-div .new-bot .data-div span {
  color: #006F91;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-div .new-bot .data-div::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 2px;
  background: #006F91;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.new-div .new-bot .title {
  color: #000;
  margin: 1rem 0;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-div .new-bot .title a {
  color: #000;
}
.new-div .new-bot .miao {
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}.new-div .new-bot .miao a{
  color: #000;
}
.index-recruitment {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  height: 60rem;
}
.index-recruitment .container {
  position: relative;
  z-index: 4;
}
.index-recruitment .imglist {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
}
.index-recruitment .imglist img {
  display: none;
  height: 100%;
  animation: banner 20s infinite;
  object-fit: cover;
}
.index-recruitment .wen-div {
  color: #FFF;
  margin-top: 17rem;
}
.index-recruitment .wen-div .p1 {
  color: #FFF;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.index-recruitment .wen-div .p2 {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  font-family: 'montserrat';
  line-height: normal;
}
.index-recruitment::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  background: #006F91;
  opacity: 0.3;
  left: 0;
  z-index: 3;
  height: 100%;
}
.index-recruitment::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: url(../img/xian.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 81%;
  z-index: 3;
}
.index-recruitment .uls-pro {
  left: 80%;
  top: 61%;
}
.index-recruitment .uls-pro li {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 3rem 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-recruitment .uls-pro li a {
  color: #FFF;
  display: block;
}
.index-recruitment .uls-pro li:hover,
.index-recruitment .uls-pro li.active {
  font-size: 1.4rem;
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-recruitment .uls-pro li:hover .yauns-svg svg,
.index-recruitment .uls-pro li.active .yauns-svg svg {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-recruitment .uls-pro li .yauns-svg {
  display: inline-block;
  position: relative;
}
.index-recruitment .uls-pro li .yauns-svg::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.index-recruitment .uls-pro li .yauns-svg svg {
  opacity: 0;
}
.baihd {
  color: #fff;
}
.baihd .head-cn {
  color: #fff;
}
.baihd .head-en {
  color: #fff;
}
.blx {
  width: 100%;
  height: 9.375rem;
  z-index: -1;
  overflow: visible;
  left: 0;
  right: 0;
  top: -9.375rem;
  z-index: 44;
}
footer {
  position: relative;
  background: #006F91;
}
footer .p1s {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .p1s a {
  color: #FFF;
}
footer .foot-img {
  left: 0;
  width: 100%;
  height: 13rem;
  top: -7rem;
  z-index: 4;
}
footer .foot-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #005C78;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 3.125rem;
  line-height: 3.125rem;
}
footer .foot-div {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
footer .foot-div a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot-top {
  color: #fff;
  padding-bottom: 2rem;
}
footer .foot-top .p1s {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
footer .foot-top .foot-div {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: lowercase;
}
footer .foot-top .foot-div span {
  display: inline-block;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  margin-right: 0.625rem;
}
footer .foot-top .foot-uls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .foot-top .foot-uls li {
  padding: 0 3rem;
  height: 100%;
  min-height: 9.1875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .foot-top .foot-fr {
  margin-top: -3rem;
  position: relative;
  z-index: 33;
}
footer .foot-top .foot-fr .div1 {
  margin-bottom: 1rem;
}
footer .foot-top {
  position: relative;
  z-index: 44;
}
.ban .ban-wz {
  width: 100%;
  color: #fff;
}
.ban .ban-wz .title {
  color: #FFF;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ban .ban-wz .title-en {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
  line-height: normal;
}
.ban .position-div {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 0;
  width: 100%;
  bottom: 3%;
}
.ban .position-div .container span:last-child {
  display: none;
}
.ban .position-div a {
  color: #FFF;
}
.ban .position-div a:hover {
  color: #006F91;
}
.er-div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.er-div .row {
  margin: 0;
}
.er-div .col-sm {
  padding: 0;
}
.er-div .col-sm a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 4.625rem;
  font-size: 1.25rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  font-weight: 400;
}
.er-div .col-sm a:hover,
.er-div .col-sm a.active {
  background: #006F91;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about-profile {
  padding: 6rem 0 3.125rem;
}
.about-profile .miaoshu {
  font-size: 1.25rem;
  margin-top: 3rem;
}
.about-profile .hao {
  transform: rotate(90deg);
  top: 43%;
  right: -15%;
}
.about-profile .hao span {
  font-family: 'montserrat';
  font-size: 11.25rem;
  -webkit-text-stroke: 2px rgba(0, 111, 145, 0.1);
  -webkit-text-fill-color: transparent;
  color: #fff;
}
.corporate {
  background: #FBFBFB;
  padding: 5.8rem 0;
}
.corporate .corporate-con {
  margin-top: 2.9375rem;
}
.corporate .corporate-con .row {
  margin: 0;
}
.corporate .corporate-con .row .col-sm-6 {
  padding: 0;
}
.corporate .img-corporate {
  overflow: hidden;
  cursor: pointer;
}
.corporate .img-corporate img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.corporate .img-corporate::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.corporate .img-corporate .cor-con {
  width: 70%;
  z-index: 3;
  text-align: center;
  color: #FFF;
}
.corporate .img-corporate .cor-con .big-yuan {
  width: 8.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  height: 8.125rem;
  line-height: 8.125rem;
  background: #006F91;
  border-radius: 100%;
  display: inline-block;
}
.corporate .img-corporate .cor-con .big-yuan svg {
  width: 4.375rem;
  height: 4.375rem;
}
.corporate .img-corporate .cor-con .big-yuan svg path {
  stroke: white;
}
.corporate .img-corporate .cor-con .en-title {
  color: #FFF;
  margin: 1rem 0;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.corporate .img-corporate .cor-con .en-title span {
  font-size: 5rem;
  font-weight: 500;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: transparent;
}
.corporate .img-corporate .cor-con .miao-div {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.corporate .img-corporate:hover::after {
  background: #006F91;
  opacity: 0.96;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.corporate .img-corporate:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.corporate .img-corporate:hover .cor-con .big-yuan {
  background: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.corporate .img-corporate:hover .cor-con .big-yuan svg path {
  stroke: #006F91;
}
.team {
  padding: 7.5rem 0;
}
.team .team-ul {
  margin-top: 2.75rem;
}
.team .team-ul li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-bottom: 2.5rem;
}
.team .team-ul li svg {
  width: 100%;
  height: 5rem;
}
.team .team-ul li .teme-top {
  padding: 0rem 4rem 0rem;
  height: 30.5625rem;
  position: relative;
}
.team .team-ul li .teme-top .le {
  width: 67.8%;
  margin-top: 6rem;
  padding-bottom: 1rem;
}
.team .team-ul li .teme-top .le .name-p {
  color: #484848;
  text-align: justify;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 68.182% */
}
.team .team-ul li .teme-top .le .name-p span {
  font-size: 1.375rem;
}
.team .team-ul li .teme-top .le .p-position {
  color: #006F91;
  text-align: justify;
  margin: 1.56rem 0 0.3rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 125% */
}
.team .team-ul li .teme-top .le .school-p {
  color: #484848;
  text-align: justify;
  font-weight: 600;
  margin-top: 0.7rem;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.875rem;
  /* 150% */
}
.team .team-ul li .teme-top .le .miao-div {
  color: #000;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 160% */
  margin-top: 1.56rem;
}
.team .team-ul li .teme-top .yaun-img {
  width: 27%;
  z-index: 1;
  position: relative;
  bottom: -6rem;
}
.team .team-ul li .teme-top .yaun-img img {
  width: 95%;
  border-top-left-radius: 3.125rem;
}
.team .team-ul li .tem-top-img {
  position: relative;
  z-index: 2;
}
.team .team-ul li:nth-child(2n) .teme-top .le {
  float: right;
}
.team .team-ul li:nth-child(2n) .teme-top .fr {
  float: left;
}
.team .team-ul li:nth-child(2n) .teme-top .fr img {
  border-top-right-radius: 3.125rem;
  border-top-left-radius: 0;
}
.history {
  background: url(../img/13.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
.history .his-img {
  width: 100%;
  top: 18.4%;
}
.history .history-lunbo .swiper-container {
  padding: 1rem;
  overflow-y: visible;
}
.history .history-lunbo .swiper-slide {
  bottom: 0;
  height: 28.3125rem;
}
.history .history-lunbo .swiper-slide .feng-duivs {
  position: absolute;
}
.history .history-lunbo .swiper-slide:nth-child(1) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(6) .feng-duivs {
  bottom: 17%;
}
.history .history-lunbo .swiper-slide:nth-child(2) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(4) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(7) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(9) .feng-duivs {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-direction: -webkit-column;
}
.history .history-lunbo .swiper-slide:nth-child(2) .fgs,
.history .history-lunbo .swiper-slide:nth-child(4) .fgs,
.history .history-lunbo .swiper-slide:nth-child(7) .fgs,
.history .history-lunbo .swiper-slide:nth-child(9) .fgs {
  order: 3;
}
.history .history-lunbo .swiper-slide:nth-child(2) .data-d,
.history .history-lunbo .swiper-slide:nth-child(4) .data-d,
.history .history-lunbo .swiper-slide:nth-child(7) .data-d,
.history .history-lunbo .swiper-slide:nth-child(9) .data-d {
  order: 2;
}
.history .history-lunbo .swiper-slide:nth-child(2) .yaun-span,
.history .history-lunbo .swiper-slide:nth-child(4) .yaun-span,
.history .history-lunbo .swiper-slide:nth-child(7) .yaun-span,
.history .history-lunbo .swiper-slide:nth-child(9) .yaun-span {
  order: 1;
}
.history .history-lunbo .swiper-slide:nth-child(2) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(7) .feng-duivs {
  bottom: 11%;
}
.history .history-lunbo .swiper-slide:nth-child(3) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(8) .feng-duivs {
  bottom: 46%;
}
.history .history-lunbo .swiper-slide:nth-child(4) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(9) .feng-duivs {
  bottom: 39%;
}
.history .history-lunbo .swiper-slide:nth-child(5) .feng-duivs,
.history .history-lunbo .swiper-slide:nth-child(10) .feng-duivs {
  top: 0%;
}
.history .history-lunbo .swiper-slide span {
  display: inline-block;
  width: 1.875rem;
  margin-left: 2rem;
  height: 1.875rem;
  background: rgba(0, 111, 145, 0.2);
  border-radius: 100%;
  position: relative;
}
.history .history-lunbo .swiper-slide span::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #006f91;
}
.history .history-lunbo .swiper-slide .data-d {
  color: #006F91;
  font-family: 'montserrat';
  margin: 0.5rem 0 1rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.history .history-lunbo .swiper-slide .fgs {
  color: #000000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 133.333% */
  text-transform: capitalize;
}
.color-page .swiper-button-prev,
.color-page .swiper-button-next {
  position: relative;
  top: auto;
  background: #006F91;
  left: auto;
  right: auto;
  margin-top: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-image: none;
  text-align: center;
  line-height: 3.125rem;
  margin: 0 1%;
}
.research {
  padding: 6.4375rem 0 14rem;
}
.research .research-img {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.research .research-lunbo {
  margin-top: 2.75rem;
}
.research .research-lunbo .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.research .research-lunbo .swiper-slide .title {
  color: #000000;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.3rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.technology {
  padding-top: 8rem;
}
.technology .technology-imgs img {
  width: 30.375rem;
  height: 30.375rem;
}
.technology .p-title {
  color: #013F69;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 75% */
  margin: 3rem 0;
}
.technology .technology-aidd-top {
  padding: 0 0 4rem;
}
.technology .technology-con {
  color: #000000;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  /* 150% */
}
.technology .technology-aidd-bot {
  background: #F0F6F8;
  padding: 6rem 0;
}
.technology-ul {
  width: 100%;
  height: 100%;
  top: 0;
}
.technology-ul li {
  padding: 0 7rem 0 7rem;
  display: inline-block;
  position: absolute;
}
.technology-ul li span {
  position: absolute;
  background: #006F91;
  border-radius: 100%;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 5.875rem;
  height: 5.875rem;
  text-align: center;
  line-height: 5.875rem;
}
.technology-ul li .p1 {
  color: #006F91;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 100% */
}
.technology-ul li .p2 {
  color: #000000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  /* 141.667% */
  margin-top: 0.5rem;
}
.technology-ul li:nth-child(1) {
  top: 0%;
  left: 5%;
}
.technology-ul li:nth-child(2) {
  top: 43%;
  left: -2%;
}
.technology-ul li:nth-child(3) {
  bottom: 0%;
  left: 4%;
}
.technology-ul li:nth-child(4) {
  top: 0%;
  right: 6%;
}
.technology-ul li:nth-child(4) span {
  left: 0;
  right: auto;
}
.technology-ul li:nth-child(5) {
  top: 39%;
  right: 0;
}
.technology-ul li:nth-child(5) span {
  left: 0;
  right: auto;
}
.technology-ul li:nth-child(6) {
  bottom: 0%;
  right: 9%;
}
.technology-ul li:nth-child(6) span {
  left: 0;
  right: auto;
}
.Platform {
  padding: 5rem 0;
}
.Platform .platform-con {
  color: #000000;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  /* 150% */
}
.Platform .platform-con p {
  text-indent: 2rem;
}
.Platform .platform-con .row {
  align-items: center;
  justify-content: center;
}
.Biologics {
  background: #F0F6F8;
  padding: 6.4rem 0;
}
.Biologics .Biologics-img {
  margin-top: 4.6rem;
}
.translational {
  padding-bottom: 14rem;
}
.translational .platform-con {
  margin-top: 2.75rem;
}
.list-news .new-top {
  padding: 6rem 0 4rem;
}
.list-news .new-top .new-top-img {
  right: 0;
  top: 0;
}
.list-news .new-div {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list-news .list-new-lunbo {
  margin-top: 3rem;
}
.list-news .new-top2 {
  background: #FBFBFB;
  padding-bottom: 10rem;
}
.new-xqq {
  padding: 5.625rem 0 10rem;
}
.new-xqq .title {
  color: #000;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new-xqq .data-xw {
  color: #999;
  padding: 1.88rem 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125rem;
}
.new-xqq .new-xq-con {
  color: #000000;
  padding: 4.5rem 0;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
.new-xqq .new-xq-con > p {
  text-indent: 1.875rem;
}
.article-div {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
  /* identical to box height, or 167% */
  padding-top: 2rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.article-div > div {
  padding-bottom: 1rem;
}
.article-div a {
  color: rgba(0, 0, 0, 0.5);
}
.article-div a:hover {
  color: #006F91;
}
.article-div > div {
  width: 50%;
  padding: 0 3.75rem;
}
.article-div > div a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.article-div .fl-sp {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.article-div .re-sp {
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-div span {
  position: absolute;
  display: inline-block;
  width: 3.125rem;
  line-height: 3rem;
  height: 3.125rem;
  text-align: center;
  border: 1px solid #dbdbdb;
}
.article-div span i {
  color: #333333;
}
.feng .social-share {
  font-size: 1rem;
}
.feng .social-share .social-share-icon {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #E1E1E1;
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: rgba(102, 102, 102, 0.5);
}
.talented .talented-div {
  padding: 1.5rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.talented .talented-div p {
  color: #000;
  opacity: 0.40000001;
  font-size: 1.125rem;
}
.talented .talented-div span {
  color: #000;
  font-size: 1.125rem;
  width: 5.625rem;
  display: inline-block;
  font-style: normal;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  /*兼容ie*/
  font-weight: 700;
  line-height: normal;
}
.talented .talented-div .talented-ul li {
  display: inline-block;
  margin: 0 3rem;
  color: #000000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.talented .talented-div .talented-ul li a {
  color: #000000;
}
.talented .talented-div .talented-ul li:hover a,
.talented .talented-div .talented-ul li.active a {
  color: #006F91;
}
.talented .sousuo-div {
  margin-top: 2.5rem;
}
.talented .sousuo-div .search-form {
  width: 60%;
}
.talented .sousuo-div .search-form input {
  width: 80%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 1rem;
  height: 4.375rem;
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.talented .sousuo-div .search-form input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
}
.talented .sousuo-div .search-form button {
  width: 15%;
  text-align: center;
  height: 4.375rem;
  border: none;
  line-height: 4.375rem;
  color: #FFF;
  background: #006F91;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
}
.talented .sousuo-div .search-form button svg {
  width: 1.125rem;
  height: 1.125rem;
}
.table-biaoge {
  margin-top: 4.5rem;
}
.table-biaoge .table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.table-biaoge .table thead {
  background: #006F91;
  height: 4.375rem;
}
.table-biaoge .table thead tr th {
  color: #FFF;
  padding: 1.6rem 1.88rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.table-biaoge .table thead tr th:nth-child(1) {
  text-align: left;
}
.table-biaoge .table tbody tr {
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.table-biaoge .table tbody tr td {
  color: #000000;
  padding: 1.3rem 1.88rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.table-biaoge .table tbody tr td:nth-child(1) {
  text-align: left;
}
.table-biaoge .table tbody tr:nth-child(2n) {
  background: #F0F6F8;
}
.table-biaoge .table tbody tr:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #c6dcf2;
}
.talented {
  padding: 5rem 0 14rem;
}
.talented .table td,
.talented .table th {
  vertical-align: middle;
}
.modal-open .modal {
  overflow: hidden;
}
.model-tanchu .modal-open .modal {
  overflow: hidden;
}
.model-tanchu .modal-title {
  color: #006F91;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  text-align: center;
}
.model-tanchu .modal-header {
  width: 90%;
  margin: 0 auto;
}
.model-tanchu .modal-open .modal {
  overflow: hidden;
}
.model-tanchu .modal-body {
  width: 90%;
  margin: 0 auto;
  color: #000000;
  padding: 2rem 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
.model-tanchu .modal-body .pp1 {
  color: #006F91;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.model-tanchu .modal-footer {
  background: #FBFBFB;
}
.model-tanchu .modal-footer a {
  display: block;
  padding: 0.5rem 0;
  color: #006F91;
  width: 100%;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 166.667% */
  text-transform: lowercase;
}
.model-tanchu .modal-footer a span {
  color: #006F91;
  font-family: 'montserrat';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: lowercase;
}
.model-tanchu .close {
  position: absolute;
  right: 5%;
  top: 3%;
}
.model-tanchu .modal-content {
  border: none;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .model-tanchu .modal-xl {
    max-width: inherit;
    width: 58%;
  }
}
.welfare-div {
  padding: 5rem 0 14rem;
}
.welfare-div .welfare-box {
  height: 44.8125rem;
}
.welfare-div .welfare-box .wel-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  top: 54%;
}
.welfare-div .welfare-box .welfare-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.welfare-div .welfare-box .welfare-ul li {
  width: 25%;
  position: relative;
  text-align: center;
}
.welfare-div .welfare-box .welfare-ul li:nth-child(1) {
  padding-top: 5%;
}
.welfare-div .welfare-box .welfare-ul li:nth-child(2) {
  padding-top: 21%;
}
.welfare-div .welfare-box .welfare-ul li:nth-child(3) {
  padding-top: 4%;
}
.welfare-div .welfare-box .welfare-ul li:nth-child(4) {
  padding-top: 21%;
}
.contact-div {
  padding: 5rem 0 14rem;
}
.contact-div .img1 {
  right: 0%;
  bottom: 0;
}
.contact-div .img2 {
  left: 22%;
  top: 5%;
}
.contact-div .lxdz {
  background: #FBFBFB;
  margin-top: 3rem;
}
.contact-div .lxdz .add-ul {
  padding: 5rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-div .lxdz .add-ul li {
  width: 33.33%;
  color: #000;
  padding-left: 2.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  /* 222.222% */
}
.contact-div .lxdz .add-ul li:last-child {
  border-right: none;
}
.contact-div .lxdz .add-ul li .p1 {
  color: #006F91;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 107.692% */
}
.contact-div .lxdz .add-ul li .add-div {
  margin-top: 1.5rem;
}
.contact-div .lxdz .add-ul li .add-div > div {
  margin-bottom: 1rem;
}
.contact-div .lxdz .add-ul li > div span {
  width: 2.5rem;
  margin-right: 0.5rem;
  height: 2.5rem;
  display: inline-block;
  background: #E2EDF0;
  border-radius: 100%;
  text-align: center;
  line-height: 2.5rem;
}
.contact-div .lxdz .add-ul li > div span svg {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.new-div {
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.new-div:hover .new-bot .title a {
  color: #006F91;
}
@media (max-width: 1600px) {
  .contact-div .lxdz .add-ul li {
    font-size: 1rem;
  }
  .contact-div .lxdz .add-ul li .p1 {
    font-size: 1.3rem;
  }
  .index-recruitment::before {
    left: 81.5%;
  }
  .index-pro .uls-pro li:nth-child(1) {
    top: 21%;
    right: 30%;
  }
  .index-pro .uls-pro li:nth-child(3) {
    bottom: 22%;
    right: 27.5%;
  }
  .technology-ul li span img {
    width: 60%;
  }
  .technology-ul li .p1 {
    font-size: 1.3rem;
  }
  .technology-ul li .p2 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .technology .technology-con,
  .Platform .platform-con {
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .technology .p-title {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .technology-ul li {
    padding: 0 5rem;
  }
  .technology-ul li span {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  .welfare-div .welfare-box .welfare-ul li:nth-child(1) {
    padding-top: 0;
  }
  .welfare-div .welfare-box .welfare-ul li:nth-child(2) {
    padding-top: 22%;
  }
  .welfare-div .welfare-box .welfare-ul li:nth-child(3) {
    padding-top: 0;
  }
  .about-profile .miaoshu {
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .history .history-lunbo .swiper-slide .fgs {
    font-size: 1.125rem;
  }
  .history .history-lunbo .swiper-slide .data-d {
    font-size: 1.3rem;
  }
  .history .history-lunbo .swiper-slide {
    height: 23.3125rem;
  }
  .history .history-lunbo .swiper-slide:nth-child(2) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(7) .feng-duivs {
    bottom: 7%;
  }
  .history .history-lunbo .swiper-slide:nth-child(5) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(10) .feng-duivs {
    top: 0%;
  }
  .history .his-img {
    top: 25.4%;
  }
  .history .history-lunbo .swiper-slide:nth-child(4) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(9) .feng-duivs {
    bottom: 25%;
  }
  .history .history-lunbo .swiper-slide:nth-child(3) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(8) .feng-duivs {
    bottom: 36%;
  }
  .history .history-lunbo .swiper-slide:nth-child(2) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(7) .feng-duivs {
    bottom: -5%;
  }
  .history .history-lunbo .swiper-slide:nth-child(1) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(6) .feng-duivs {
    bottom: 5%;
  }
  .history .history-lunbo .swiper-container {
    overflow: hidden;
  }
  .team .team-ul li .teme-top .le .miao-div,
  .corporate .img-corporate .cor-con .miao-div {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .na-ul > li {
    margin: auto 1.8rem;
  }
  .index-about {
    padding: 5rem 0;
  }
  .page-div {
    width: 20%;
  }
  .index-about .about-con {
    width: 70%;
  }
  .miaoshu {
    font-size: 1.25rem;
  }
  .index-pro .re .divjuz .pro-uls li .pro-m {
    font-size: 1.25rem;
  }
  .head-hd .head-cn {
    font-size: 2rem;
  }
  .head-hd .head-en {
    font-size: 1.3rem;
  }
  .lunbo .ban-wz .fl .p1 {
    font-size: 2rem;
  }
  .more a {
    font-size: 1rem;
  }
  .new-div .new-bot .miao {
    font-size: 1rem;
  }
  footer .foot-top .foot-fr {
    margin-top: 0;
  }
  footer .foot-top .foot-uls li {
    padding: 0 2rem;
  }
  .index-recruitment .wen-div .p1 {
    font-size: 2rem;
  }
  .index-recruitment .wen-div .p2 {
    font-size: 1.2rem;
  }
  .index-pro .uls-pro li .p2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1366px) {
  .history .his-img {
    top: 27.4%;
  }
  .history .history-lunbo .swiper-slide:nth-child(5) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(10) .feng-duivs {
    top: 3%;
  }
}
@media (max-width: 1280px) {
  .history .history-lunbo .swiper-slide:nth-child(5) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(10) .feng-duivs {
    top: 5%;
  }
  .history .his-img {
    top: 29.4%;
  }
  .index-pro .uls-pro li:nth-child(1) {
    top: 24%;
    right: 30%;
  }
  .index-pro .uls-pro li:nth-child(3) {
    bottom: 24%;
    right: 27.5%;
  }
  .welfare-div .welfare-box .welfare-ul li:nth-child(1) {
    padding-top: 3%;
  }
  .welfare-div .welfare-box .welfare-ul li:nth-child(2) {
    padding-top: 26%;
  }
  .welfare-div .welfare-box .welfare-ul li:nth-child(3) {
    padding-top: 2%;
  }
  .welfare-div .welfare-box .welfare-ul li:nth-child(4) {
    padding-top: 24%;
  }
}
.img-logo2 {
  display: none;
}
.research {
  overflow: hidden;
}
@media (max-width: 990px) {
  .history,
  .team,
  .corporate,
  .about-profile,
  .research {
    padding: 3rem 0;
  }
  .history .history-lunbo .swiper-slide:nth-child(4) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(9) .feng-duivs {
    bottom: 24%;
  }
  .history .history-lunbo .swiper-slide .feng-duivs {
    width: 100%;
  }
  .history .history-lunbo .swiper-slide:nth-child(3) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(8) .feng-duivs {
    bottom: 53%;
  }
  .history .history-lunbo .swiper-slide:nth-child(2) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(7) .feng-duivs {
    bottom: 23%;
  }
  .history .history-lunbo .swiper-slide:nth-child(1) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(6) .feng-duivs {
    bottom: 55%;
  }
  .history .his-img {
    border: 1px dashed #006F91;
    height: 1px ;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .history .his-img img {
    display: none;
  }
  .team .team-ul li .teme-top .le {
    margin-top: 3rem;
  }
  .team .team-ul li .teme-top {
    padding: 0 1rem;
  }
  .team .team-ul li .teme-top .le .name-p span {
    font-size: 1rem;
  }
  .about-profile .hao {
    display: none;
  }
  .welfare-div .welfare-box {
    height: 32.8125rem;
  }
  .team .team-ul li .teme-top .le .miao-div {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 0.5rem;
  }
  .team .team-ul li .teme-top .le .name-p {
    font-size: 1.5rem;
  }
  .team .team-ul li .teme-top .le .p-position {
    font-size: 1.3rem;
    margin: 0.5rem 0;
  }
  .team .team-ul li .teme-top .le .school-p {
    font-size: 1rem ;
  }
  .contact-div .lxdz .add-ul {
    padding: 3rem 0;
  }
  .img-logo1 {
    display: none;
  }
  .img-logo2 {
    display: block;
  }
  .contact-div .lxdz .add-ul li {
    width: 100%;
    padding: 1rem ;
    border-right: none;
  }
  #header {
    display: none;
  }
  .lunbo .ban-wz .fl {
    width: 100%;
  }
  .lunbo .ban-wz .yuan {
    position: relative;
    top: 0%;
    -ms-transform: translateY(0%);
    /* IE 9 */
    -moz-transform: translateY(0%);
    /* Firefox */
    -webkit-transform: translateY(0%);
    /* Safari 和 Chrome */
    -o-transform: translateY(0%);
    transform: translateY(0%);
    right: auto;
    margin: 0 auto;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    border-radius: 0;
  }
  .index-about .about-con {
    width: 100%;
  }
  .new-div .new-bot {
    padding: 1rem;
  }
  .new-div .new-bot .data-div::after {
    width: 50%;
  }
  .index-pro .le {
    width: 100%;
  }
  .index-pro .re {
    width: 100%;
    height: 28rem;
  }
  .index-pro .box-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
  }
  .index-pro .uls-pro {
    background: #006F91;
    padding: 2rem 1rem ;
    overflow: hidden;
    height: auto;
    left: auto!important;
    top: auto!important;
    bottom: 0!important;
    right: auto!important;
  }
  .index-pro .uls-pro li {
    position: relative;
    width: 33.33%;
    min-width: 33.33%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    text-align: center;
    left: auto!important;
    top: auto!important;
    bottom: auto!important;
    right: auto!important;
  }
  .index-pro .uls-pro li:nth-child(1) {
    border-left: none;
  }
  .index-pro .uls-pro li .yauns-svg {
    display: none;
  }
  .index-pro .box-img {
    position: relative;
  }
  .index-pro .uls-pro li .p2 {
    font-size: 1rem;
  }
  .index-pro .uls-pro li .p1 {
    font-size: 1.3rem;
  }
  .index-pro .uls-pro li .p1 img {
    width: 1.875rem;
  }
  .index-pro .re .divjuz .pro-uls li .pro-m {
    margin: 0.5rem 0;
  }
  .index-recruitment::before {
    left: 82.5%;
  }
  footer {
    display: none;
  }
  .index-recruitment {
    height: 40rem;
  }
  .lunbo .img1 {
    height: 80vh;
  }
  .talented .sousuo-div .search-form {
    width: 80%;
  }
  .table-biaoge .table thead tr th {
    padding: 1rem;
    font-size: 1.125rem;
  }
  .table-biaoge .table tbody tr td {
    padding: 1rem;
    font-size: 1.125rem;
  }
  .er-div {
    display: none;
  }
  .talented .talented-div span {
    font-size: 1.125rem;
  }
  .talented .talented-div .talented-ul li {
    font-size: 1.125rem;
  }
  .talented .sousuo-div .search-form input {
    font-size: 1.125rem;
  }
  .talented .sousuo-div .search-form input::placeholder {
    font-size: 1.125rem;
  }
  .talented .sousuo-div .search-form button svg {
    width: 1.5rem;
  }
  .technology .technology-imgs img {
    width: 20.375rem;
    height: 20.375rem;
  }
  .technology-ul li:nth-child(4),
  .technology-ul li:nth-child(5),
  .technology-ul li:nth-child(6) {
    padding-right: 0;
  }
  .technology-ul li:nth-child(1),
  .technology-ul li:nth-child(2),
  .technology-ul li:nth-child(3) {
    padding-left: 0;
  }
  .technology-ul li .p2 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .lunbo .ban-wz .yuan {
    height: 22rem;
    line-height: 22rem;
  }
  .lunbo .ban-wz .fl .p1 {
    font-size: 1.5rem;
  }
  .lunbo .ban-wz .fl .p2 {
    font-size: 1rem;
  }
  .page-div {
    width: 50%;
  }
  .index-about {
    padding: 3rem 0;
  }
  .index-about .miaoshu {
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 2rem;
  }
  .index-pro .re .divjuz {
    width: 90%;
  }
  .index-pro .box-img {
    top: 30%;
  }
  .index-pro .uls-pro li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1rem 0;
    border-left: none;
  }
  .index-news {
    padding: 3rem 0;
  }
  .index-recruitment .wen-div .p1 {
    font-size: 1.5rem;
  }
  .index-recruitment .wen-div .p2 {
    font-size: 1rem;
  }
  .rightfix1 {
    display: none;
    opacity: 0;
  }
  .index-recruitment .uls-pro li:hover,
  .index-recruitment .uls-pro li.active {
    font-size: 1.1rem;
  }
  .index-recruitment .uls-pro {
    left: 66%;
  }
  .index-recruitment::before {
    left: 71.5%;
  }
  .ban img {
    height: 300px;
    object-fit: cover;
  }
  .ban .ban-wz .title {
    font-size: 2rem;
  }
  .ban .ban-wz .title-en {
    font-size: 1.1rem;
  }
  .ban .position-div {
    display: none;
  }
  .new-xqq {
    padding: 3rem 0;
  }
  .new-xqq .title {
    font-size: 1.5rem;
  }
  .new-xqq .data-xw {
    padding: 0.5rem 0;
  }
  .new-xqq .new-xq-con {
    padding: 1rem;
  }
  .talented .sousuo-div .search-form {
    width: 100%;
  }
  .talented {
    padding: 3rem 0;
  }
  .talented .talented-div {
    padding: 0.5rem 0;
  }
  .talented .talented-div .talented-ul li {
    margin: 0 0.5rem;
  }
  .talented .sousuo-div .search-form input {
    width: 70%;
  }
  .talented .sousuo-div .search-form button {
    width: 30%;
    font-size: 1.125rem;
  }
  .talented .sousuo-div .search-form button svg {
    width: 1.25rem;
  }
  .table-biaoge .table tbody tr td {
    padding: 0.5rem;
  }
  .table-biaoge .table {
    width: 600px;
  }
  .model-tanchu .modal-title {
    font-size: 1.5rem;
  }
  .model-tanchu .modal-body {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .model-tanchu .close {
    padding: 0;
  }
  .model-tanchu .modal-body .pp1 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .modal-open .modal {
    overflow: visible;
  }
  .model-tanchu .modal-footer a {
    padding: 0;
    font-size: 1.2rem;
  }
  .model-tanchu .modal-footer a span {
    font-size: 1rem;
  }
  .model-tanchu .modal-footer {
    padding: 0;
  }
  .table-biaoge {
    margin-top: 2rem;
  }
  .new-div .new-bot .title {
    margin: 0.5rem 0;
  }
  .new-div .new-bot .data-div span {
    font-size: 1rem;
  }
  .list-news .new-top {
    padding: 3rem 0;
  }
  .list-news .list-new-lunbo {
    margin-top: 1rem;
  }
  .technology {
    padding-top: 3rem;
  }
  .technology-ul {
    position: relative;
    width: auto;
    height: auto;
  }
  .technology-ul li {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 1rem;
    left: auto!important;
    right: auto!important;
    top: auto!important;
  }
  .technology-ul li span {
    left: 0;
    right: auto;
  }
  .technology .technology-con img {
    margin-top: 1rem;
  }
  .technology .technology-aidd-bot {
    padding: 3rem 0;
  }
  .technology-ul li:nth-child(1),
  .technology-ul li:nth-child(2),
  .technology-ul li:nth-child(3) {
    padding-left: 5rem;
  }
  .Platform,
  .Biologics {
    padding: 3rem 0;
  }
  .Biologics .Biologics-img,
  .translational .platform-con {
    margin-top: 1rem;
  }
  .head-hd .head-cn {
    font-size: 1.5rem;
  }
  .head-hd .head-en {
    font-size: 1rem;
  }
  .welfare-div {
    padding: 3rem  0;
  }
  .welfare-div .welfare-box {
    height: 15.8125rem;
  }
  .contact-div {
    padding: 3rem 0;
  }
  .contact-div .lxdz {
    margin-top: 1rem;
  }
  .contact-div .lxdz .add-ul {
    padding: 1rem 0;
  }
  .corporate .corporate-con .row .col {
    width: 100%;
  }
  .team .team-ul li .teme-top .yaun-img {
    float: left;
    width: 100%;
    bottom: 0;
  }
  .team .team-ul li .teme-top .le {
    float: right;
    width: 100%;
    margin-top: 1rem;
  }
  .team .team-ul li .teme-top .yaun-img img {
    width: 100%;
  }
  .history .history-lunbo .swiper-slide:nth-child(2) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(7) .feng-duivs {
    bottom: 30%;
  }
  .history .history-lunbo .swiper-slide:nth-child(1) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(6) .feng-duivs {
    bottom: 52%;
  }
  .history .history-lunbo .swiper-slide:nth-child(4) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(9) .feng-duivs {
    bottom: 30%;
  }
  .history .history-lunbo .swiper-slide:nth-child(5) .feng-duivs,
  .history .history-lunbo .swiper-slide:nth-child(10) .feng-duivs {
    top: 16%;
  }
  .research .research-lunbo .swiper-slide .title {
    font-size: 1.125rem;
    padding: 0.5rem;
  }
  .research .research-lunbo {
    margin-top: 1rem;
  }
  .corporate .img-corporate .cor-con .en-title span {
    font-size: 3rem;
  }
  .corporate .img-corporate .cor-con .en-title {
    font-size: 2rem;
  }
}
.technology-con .col-sm-4 img {
  animation: sz 20s linear infinite;
  -webkit-animation: sz 20s linear infinite;
}
.Platform .platform-con .row .col-sm-3 img {
  animation: sz 15s linear infinite;
  -webkit-animation: sz 15s linear infinite;
}
.contact-div .img1 {
  animation: sz 25s linear infinite;
  -webkit-animation: sz 25s linear infinite;
}
.contact-div .img2 {
  animation: sz 20s linear infinite;
  -webkit-animation: sz 20s linear infinite;
}
.research .research-img img {
  animation: sz 20s linear infinite;
  -webkit-animation: sz 20s linear infinite;
}
.technology-ul li {
  cursor: pointer;
}
.technology-ul li span {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.technology-ul li span img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.technology-ul li:hover span {
  background: #013F69;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.technology-ul li:hover span img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
@keyframes fd {
  form {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.research .research-lunbo .swiper-slide {
  cursor: pointer;
}
.research .research-lunbo .swiper-slide img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.research .research-lunbo .swiper-slide:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.more-msl {
  margin-top: 1rem;
  color: #005C78;
}
.xfz-bg .div1 {
  background: #006F91;
  color: #FFF;
  padding: 2rem 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.xfz-bg .table {
  margin-bottom: 0;
}
.xfz-bg .table thead {
  background: #006F91;
}
.xfz-bg .table thead tr th {
  color: #FFF;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 1.25rem;
  vertical-align: middle;
  padding: 1.5rem 1rem;
}
.xfz-bg .table tbody tr {
  background: #F0F9FC;
}
.xfz-bg .table tbody tr td {
  border: 1px solid #C7E0E8;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  text-align: center;
}
.xfz-bg .table tbody tr td:nth-child(3) {
  text-align: left;
}
.xfz-bg .table tbody tr td .xian {
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 1rem;
  border-radius: 1.25rem;
  background: linear-gradient(90deg, #013F69 0%, #006F91 100%);
}
.sousuo {
  cursor: pointer;
}
.new-div .overh img {
  height: 16.8125rem;
  object-fit: cover;
  width: 100%;
}
footer .foot-div a:hover {
  color: #013F69;
}
.frngx {
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.frngx .social-share {
  display: inline-block;
}
.frngx .social-share .social-share-icon {
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #E1E1E1;
  font-size: 1rem;
  line-height: 2.125rem;
  color: #E1E1E1;
}
.tops {
  cursor: pointer;
}
.tops:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.phone_lanu {
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  right: 15%;
}
.phone_lanu a {
  color: #fff;
}
.technology-con .col-sm-8 {
  padding: 0 3rem;
}
.lunbo .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.lunbo .video {
  width: 60%;
  right: 0;
  z-index: 1;
}
.translational .platform-con p,
.technology-con .col-sm-8 p {
  margin-bottom: 0.5rem;
}
.lunbo .swiper-slide {
  font-size: 0;
}
.lunbo .swiper-slide video {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .new-xq-con {
    width: 100%;
  }
  .lunbo .swiper-slide {
    font-size: 0;
  }
  .lunbo .img1 {
    height: 10vh;
  }
  .lunbo .swiper-slide video {
    height: 400px;
    object-fit: cover;
    object-position: 77% 25%;
  }
  .index-pro .le .le-img img {
    object-fit: cover;
    margin-top: -4rem;
  }
  .new-div .new-bot .miao {
    line-height: 1.5;
  }
  .Platform .platform-con .row .col-sm-3 img {
    width: 60%;
  }
  .Platform .platform-con .row .col-sm-2 {
    opacity: 0;
  }
  .Platform .platform-con .row .col-sm-3 {
    text-align: center;
  }
  .technology-con .col-sm-4 img {
    width: 60%;
  }
  .technology-con .col-sm-4 {
    text-align: center;
  }
  .technology-con .col-sm-8 {
    padding: 0 15px;
  }
  .index-pro .le {
    height: 32.5rem;
  }
  .index-pro .uls-pro {
    padding: 0;
  }
  .index-pro .uls-pro li {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .new-xqq .new-xq-con {
    width: 100%;
  }
}
.en-divs {
  color: #006F91;
  font-family: 'montserrat';
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.phone-show {
  display: none;
}


@media (max-width: 767px) {
  .phone-show {
    display: block;
  }

  .pc-hide {
    display: none;
  }
}