@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;
}
html {
  width: 100vw;
  height: 100%;
}
@font-face {
  font-family: 'montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular-8.otf');
}
body {
  font-family: 'montserrat', 'sourcehansans';
  font-size: 1rem;
  width: 100vw;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.after {
  content: '';
  position: absolute;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
.wz {
  font-size: 1rem;
  line-height: 1.7;
}
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;
}
.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.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.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 */
}
.trans {
  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;
}
.hide {
  overflow: hidden;
}
.container {
  padding: 0 15.6875rem;
  max-width: 100%;
}
.log-div a img {
  width: 11.4375rem;
}
.lunbo-wz {
  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%;
  color: #fff;
}
.lunbo-wz .p1 {
  font-size: 2.375rem;
  color: #fefefe;
  line-height: 2.632;
  z-index: 19;
}
.lunbo-wz .div1 {
  font-size: 5rem;
  color: #ffffff;
  line-height: 1.278;
  margin-top: 1rem;
}
.lunbo-wz .div3 {
  font-size: 2.5em;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 3.125rem;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 9;
  padding: 0rem 0 0rem 3rem;
  line-height: 6.25rem;
  background: rgba(255, 255, 255, 0.94);
  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 a 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 */
}
#header.active {
  line-height: 5rem;
  border-bottom: 1px solid #e7e7e7;
  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 .deng-div .sou-div {
  height: 5rem;
  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 a img {
  width: 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 .nav-div {
  margin-left: 9%;
}
#header .nav-div .na-ul > li {
  float: left;
}
#header .nav-div .na-ul > li > a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2B2B2B;
  padding: 0 1.875rem;
  display: block;
  overflow: hidden;
  position: relative;
}
#header .nav-div .na-ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0.25rem;
  width: 100%;
  background: #007CC3;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  left: 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 .nav-div .na-ul > li:hover > a,
#header .nav-div .na-ul > li.active > a {
  color: #007CC2;
}
#header .nav-div .na-ul > li:hover > a::after,
#header .nav-div .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 */
}
#header .deng-div .yu-div a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-align: left;
  color: #007CC3;
}
#header .deng-div .yu-div a i {
  font-size: 1.25rem;
}
#header .deng-div .sou-div {
  width: 6.75rem;
  cursor: pointer;
  margin-left: 1.5rem;
  overflow: hidden;
  background: #007CC3;
  text-align: center;
  color: #fff;
  height: 6.25rem;
  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 */
}
#header .deng-div .sou-div i {
  font-size: 1.5rem;
}
#header .yu-div {
  margin-left: 1.25rem;
  display: inline-block;
}
#header .yu-div a {
  color: #fff;
}
#header .yu-div a.active {
  color: #00b0f0;
}
@keyframes scrool {
  0% {
    bottom: 2%;
  }
  50% {
    bottom: 4%;
  }
  100% {
    bottom: 2%;
  }
}
@keyframes banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.lunbo .div2 {
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.3);
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
.lunbo .swiper-slide {
  overflow: hidden;
}
.lunbo .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}
.lunbo::after {
  content: '';
  position: absolute;
  width: 1px;
  right: 6.5%;
  top: 0;
  z-index: 1;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.lunbo .swiper-pagination {
  position: absolute;
  left: auto;
  right: 0;
  width: 10%;
  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%);
  z-index: 99;
  bottom: auto;
}
.lunbo .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  background: transparent;
}
.lunbo .swiper-pagination .swiper-pagination-bullet span:nth-child(1) {
  opacity: 0;
}
.lunbo .swiper-pagination .swiper-pagination-bullet .xian-spa {
  width: 2.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  display: inline-block;
  position: relative;
  top: -0.5rem;
  margin: 0 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 */
}
.lunbo .swiper-pagination .swiper-pagination-bullet .bg-spa {
  height: 0.8125rem;
  width: 0.9375rem;
  display: inline-block;
  background: url(../img/20.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:nth-child(1) {
  opacity: 1;
}
.lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa {
  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 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bg-spa {
  background: url(../img/19.png) no-repeat;
  background-size: 100% 100%;
}
.lunbo .swiper-slide img {
  animation: banner 20s infinite;
}
.lunbo .xiala {
  position: absolute;
  bottom: 4%;
  z-index: 2;
  cursor: pointer;
  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%);
  animation: scrool 3s infinite;
}
.lunbo .lunbo-wz {
  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%);
}
.lunbo .lunbo-wz .p1 {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
}
.lunbo .lunbo-wz .div1 {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 5.4375rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index-about {
  background: url(../img/2.jpg) no-repeat;
  background-size: cover;
  padding: 5.625rem 0 5rem;
  background-attachment: fixed;
}
.hd-title .en_title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4375rem;
  text-transform: uppercase;
  color: #007CC3;
}
.hd-title .cn_title {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.5rem;
  text-align: center;
  color: #000000;
  position: relative;
}
.hd-title .cn_title::after {
  content: '';
  position: absolute;
  width: 3.8125rem;
  height: 1px;
  background: #007CC2;
  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%);
  bottom: -0.3125rem;
}
.abt-wz {
  margin: 1.25rem 0 0rem;
}
.abt-wz .div1 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  text-align: center;
  color: #007CC3;
}
.abt-wz .div2 {
  font-size: 1.375rem;
  margin: 0.75rem 0 1.25rem;
  line-height: 2.25rem;
  text-align: center;
  color: #595959;
}
.more-a a,
.more-a button {
  width: 9.8125rem;
  height: 3.125rem;
  display: inline-block;
  text-align: left;
  padding-left: 2.1875rem;
  font-size: 1rem;
  line-height: 3.125rem;
  color: #595959;
  background: url(../img/4.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  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 */
}
.more-a a:hover,
.more-a button:hover {
  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 */
  background: url(../img/23.png) no-repeat;
  background-size: 100% 100%;
}
.more-a a.active,
.more-a button.active {
  background: url(../img/5.png) no-repeat;
  color: #007CC2;
}
.plicy .shu-div {
  text-align: center;
}
.shu-div {
  margin-top: 2.4375rem;
  font-size: 1.375rem;
  color: #2B2B2B;
  display: inline-block;
}
.shu-div .ab-kuang {
  width: 29.1875rem;
  float: left;
  height: 12.875rem;
  text-align: center;
  padding-top: 3%;
}
.shu-div .ab-kuang .ab1 span {
  font-size: 3.125rem;
  font-weight: 700;
}
.shu-div .ab-kuang .ab1 sub {
  font-size: 1.875rem;
}
.shu-div .ab-kuang .ab2 {
  font-size: 1.25rem;
  margin-top: 6;
}
.shu-div .ab-kuang1,
.shu-div .ab-kuang2 {
  position: relative;
  width: 32.75rem;
  margin-left: -3.5625rem;
}
.index-focus {
  padding: 5rem 0;
}
.index-focus .more-a {
  margin-top: 2.8125rem;
}
.index-focus .focus-con {
  margin-top: 3.75rem;
}
.index-focus .focus-con .le {
  width: 42.3%;
}
.index-focus .focus-con .re {
  width: 56%;
}
.index-focus .new-col > .new-div:nth-child(1) .data-p {
  margin-top: 0;
}
.new-div {
  border-bottom: 1px solid #B0B0B0;
  padding-bottom: 0.7rem;
}
.new-div .data-p {
  font-size: 1rem;
  color: #4A4A4A;
  margin-top: 1.5625rem;
}
.new-div .new-title {
  font-size: 1.375rem;
  margin-top: 0.9375rem;
  line-height: 2.375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 4.75rem;
  color: #000000;
}
.new-div .zhai {
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.625rem;
  margin-top: 0.5rem;
  color: #6A6868;
  margin-bottom: 1.3rem;
}
.new-tui .data-p,
.new-tui .new-title,
.new-tui .zhai {
  color: #fff;
}
.new-tui a {
  display: block;
}
.new-tui .new-wz {
  padding: 2.5rem;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.new-tui .new-wz img {
  height: 31.3125rem;
  object-fit: cover;
}
.new-tui .new-wz .data-p {
  font-size: 1rem;
  margin-top: 1.5625rem;
}
.new-tui .new-wz .new-title {
  font-size: 1.375rem;
  margin-top: 0.9375rem;
  line-height: 2.375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-tui .new-wz .zhai {
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.625rem;
  margin-top: 0.5rem;
  margin-bottom: 1.3rem;
}
.innovate-con .innovate-div {
  position: relative;
  z-index: 3;
  margin-top: -17.5rem;
  padding: 7.5rem 5rem 5.625rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.9375rem);
}
.innovate-con .innovate-div > .fl {
  width: 33%;
}
.innovate-con .innovate-div > .fr {
  width: 65%;
}
.innovate-con .innovate-div .cn_title {
  text-align: left;
}
.innovate-con .innovate-div .cn_title:after {
  opacity: 0;
}
.innovate-con .innovate-div .more-a {
  margin-top: 1.25rem;
}
.innovate-con .tu-con {
  text-align: center;
}
.innovate-con .tu-con .tu-img-b {
  cursor: pointer;
  display: inline-block;
  width: 9.125rem;
  height: 7.9375rem;
  line-height: 7.9375rem;
  background: url(../img/13.png) no-repeat;
  background-size: 100% 100%;
  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 */
}
.innovate-con .tu-con .tu-img-b .img2 {
  display: none;
  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 */
}
.innovate-con .tu-con .tu-img-b: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: url(../img/12.png) no-repeat;
  background-size: 100% 100%;
}
.innovate-con .tu-con .tu-img-b:hover .img1 {
  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 */
  display: none;
}
.innovate-con .tu-con .tu-img-b:hover .img2 {
  display: inline-block;
  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 */
}
.innovate-con .tu-con .p-cn {
  font-weight: 500;
  font-size: 1.375rem;
  color: #2B2B2B;
  margin-top: 0.6875rem;
}
.innovate-con .tu-con .p-en {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  /* identical to box height*/
  text-transform: uppercase;
  color: #2B2B2B;
}
.index-innovate {
  background: #F7F7F7;
}
.sol-img > a > img {
  height: 43.75rem;
  object-fit: cover;
}
.index-sustainability {
  background: #F7F7F7;
  padding: 4.375rem 0 6.25rem;
}
.index-sustainability .susta-con {
  margin-top: 3.75rem;
}
.index-sustainability .susta-con > .le {
  width: 50%;
}
.index-sustainability .susta-con > .re {
  width: 58.9%;
}
.index-sustainability .susta-con .sol-img .wz-zi {
  padding: 2.5rem;
  bottom: 0;
  width: 100%;
  left: 0;
}
.index-sustainability .susta-con .sol-img .wz-zi .susta-p {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #FFFFFF;
}
.index-sustainability .susta-con .sol-img .wz-zi .susta-p a {
  color: #FFFFFF;
}
.index-sustainability .susta-con .sol-img .wz-zi .susta-p1 {
  font-weight: 700;
  margin-top: 0.4375rem;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #FFFFFF;
}
.index-sustainability .susta-con .sol-img .wz-zi .susta-p1 a {
  color: #FFFFFF;
}
.index-sustainability .susta-con .sol-img .wz-zi .icon-a {
  margin-top: 1.25rem;
}
.index-sustainability .susta-con .bot-bot > div {
  width: 50%;
}
.index-pro {
  background: url(../img/10.jpg) no-repeat;
  background-size: cover;
  padding-top: 7.9375rem;
  background-attachment: fixed;
}
.index-pro .hd-title .en_title {
  color: #fff;
}
.index-pro .hd-title .cn_title {
  color: #fff;
}
.index-pro .index-pro-lunbo {
  margin-top: 3.75rem;
}
.index-pro .index-pro-lunbo .swiper-slide {
  padding: 5rem 1.25rem 9.3125rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.index-pro .index-pro-lunbo .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0%;
  width: 100%;
  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 */
  top: 0;
  height: 100%;
  opacity: 0;
  right: 0;
  background: url(../img/17.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.index-pro .index-pro-lunbo .swiper-slide .tu-img a {
  display: block;
}
.index-pro .index-pro-lunbo .swiper-slide .tu-img a .wz-pzi {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.index-pro .index-pro-lunbo .swiper-slide .tu-img a .wz-pzi span {
  font-size: 16px;
  display: block;
  line-height: 1;
}
.index-pro .index-pro-lunbo .swiper-slide .wz-div {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 3.4375rem 0;
  text-align: center;
  color: #FFFFFF;
}
.index-pro .index-pro-lunbo .swiper-slide .wz-div a {
  color: #FFFFFF;
}
.index-pro .index-pro-lunbo .swiper-slide .more-a {
  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 .index-pro-lunbo .swiper-slide: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 */
}
.index-pro .index-pro-lunbo .swiper-slide:hover::after {
  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 .index-pro-lunbo .swiper-slide:hover .more-a {
  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-lunbo .swiper-grid > .swiper-wrapper {
  flex-wrap: nowrap;
}
.index-pro-lunbo .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.8125rem;
  background: url(../img/20.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
}
.index-pro-lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/19.png) no-repeat;
  background-size: 100% 100%;
}
.index-recruitment {
  padding: 9.625rem 0;
  background: url(../img/11.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-recruitment .recruitment-ul li {
  display: inline-block;
  cursor: pointer;
  height: 10.5625rem;
  width: 12.1875rem;
  background: url(../img/16.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 3.75rem;
  text-align: center;
  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 .recruitment-ul li a {
  display: block;
  color: #fff;
}
.index-recruitment .recruitment-ul li .p1 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
.index-recruitment .recruitment-ul li .p2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.index-recruitment .recruitment-ul li:nth-child(2) {
  position: relative;
  margin: 0 -1.875rem;
}
.index-recruitment .recruitment-ul li:hover,
.index-recruitment .recruitment-ul li.active {
  background: url(../img/21.png) no-repeat;
  background-size: 100% 100%;
  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 .recruitment-ul li:hover a,
.index-recruitment .recruitment-ul li.active a {
  color: #007CC2;
}
.index-recruitment .hd-title .en_title {
  color: #fff;
}
.index-recruitment .hd-title .cn_title {
  color: #fff;
}
.index-recruitment .hd-title .cn_title::after {
  background: #fff;
}
.index-recruitment .recruitment-div {
  margin: 2.5rem 0 3.75rem;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.375rem;
  text-align: center;
}
.footer {
  background: #fff;
  border-top: 1px solid #D9D9D9;
}
.footer .foots {
  padding: 2.125rem 0 1.6875rem;
  border-bottom: 1px solid #D9D9D9;
}
.footer .foots .feng {
  padding-top: 1.25rem;
}
.footer .foots .bshare-custom.icon-medium a {
  padding-left: 0;
  width: 2rem;
  margin-right: 0.6875rem;
  height: 2rem;
  border-radius: 100%;
  text-decoration: none;
  color: #fff;
  background: #CBCBCB !important;
  opacity: 0.9;
  text-align: center;
  line-height: 2rem;
}
.footer .foots .bshare-custom.icon-medium a:hover {
  text-decoration: none;
  background: #007CC2 !important;
}
.footer .foot-top {
  padding: 2.5rem 0 6.5625rem;
}
.footer .foot-top .p1 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #717171;
  margin-bottom: 1rem;
}
.footer .foot-top .foot-ul li {
  margin-right: 4.3%;
  float: left;
}
.footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-top .foot-a {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #717171;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
.footer .foot-top .foot-a a {
  color: #717171;
  display: block;
  line-height: 1.5;
}
.footer .foot-top .foot-a a:hover {
  color: #00a4ff;
}
.footer .foot-top .p2 {
  font-size: 1.75rem;
  letter-spacing: 1px;
  color: #00b0f0;
}
.footer .foot-bot {
  padding: 0.875rem 0;
  font-size: 0.9375rem;
  background: #F8F8F8;
}
.footer .foot-bot .le {
  width: 70%;
  color: #717171;
}
.footer .foot-bot .re {
  color: #717171;
}
.footer .foot-bot .re a {
  color: #717171;
  display: inline-block;
  margin-left: 0.3125rem;
}
.footer .foot-bot .re a:hover {
  color: #007CC2;
}
.footer .foot-bot .re span {
  display: inline-block;
  margin-left: 0.3125rem;
}
.sol-img {
  overflow: hidden;
}
.sol-img 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 */
  cursor: pointer;
}
.sol-img img: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.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sol-img a 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 */
}
.sol-img:hover a > 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.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new-tui a {
  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 */
  overflow: hidden;
}
.new-tui a 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-tui a: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.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new-div:hover .new-title {
  color: #007CC2;
}
.ban .ban-wz {
  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%;
  color: #fff;
}
.ban .ban-wz .p1 {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
}
.ban .ban-wz .div1 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 0.3125rem;
}
.seat {
  background: #F7F7F7;
  padding: 0.9375rem 0;
}
.seat .seat-ul li {
  float: left;
  margin: 0 2rem;
}
.seat .seat-ul li a {
  background: #FFFFFF;
  display: block;
  line-height: 3.75rem;
  padding: 0 2.5rem;
  font-size: 1.125rem;
  color: #2B2B2B;
  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 */
  position: relative;
}
.seat .seat-ul li a::before {
  content: '';
  position: absolute;
  border-top: 1.875rem solid transparent;
  border-bottom: 1.875rem solid transparent;
  right: -0.96rem;
  top: 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 */
  border-left: 1rem solid #fff;
}
.seat .seat-ul li a::after {
  content: '';
  position: absolute;
  border-top: 1.875rem solid transparent;
  border-bottom: 1.875rem solid transparent;
  left: -0.96rem;
  top: 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 */
  border-right: 1rem solid #fff;
}
.seat .seat-ul li:hover a,
.seat .seat-ul li.active a {
  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 */
  background: #007CC2;
}
.seat .seat-ul li:hover a::before,
.seat .seat-ul li.active a::before {
  border-left: 1rem solid #007CC2;
  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 */
}
.seat .seat-ul li:hover a::after,
.seat .seat-ul li.active a::after {
  border-right: 1rem solid #007CC2;
  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 */
}
.seat .seat-div {
  line-height: 3.75rem;
  font-weight: 500;
  color: #727272;
  font-size: 1rem;
}
.tl-hd .cn_title {
  text-align: left;
}
.tl-hd .cn_title::after {
  left: 0%;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.new-a .tuis {
  overflow: hidden;
}
.new-a .tuis img {
  height: 15.05rem;
  object-fit: cover;
}
.new-a a {
  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 */
  overflow: hidden;
}
.new-a a 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-a a: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.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new-a a:hover .new-div .new-title {
  color: #007CC2;
}
.massage {
  padding: 3.75rem 0;
}
.massage .massage-top {
  margin-top: 2.6875rem;
}
.massage .massage-top .add-p {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  color: #000000;
  font-weight: bold;
}
.massage .massage-top .div-lx {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5;
  margin-top: 0.3125rem;
  /* or 160% */
  color: #6A6868;
}
.massage .massage-top .massage-tel {
  margin-top: 5.625rem;
}
.massage .massage-top .tel-div {
  text-align: center;
}
.massage .massage-top .tel-div .tel-p {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  line-height: 3.625rem;
  background: #007CC3;
}
.massage .massage-top .tel-div .tel-nei {
  font-weight: 700;
  font-size: 1.125rem;
  padding: 2.1875rem 3.75rem;
  background: #F7F7F7;
  text-transform: uppercase;
  color: #6A6868;
}
.massage .massage-bot {
  margin-top: 5.625rem;
}
.massage .massage-bot .box-link {
  margin-top: 2.5rem;
}
.massage .massage-bot .box-link input {
  width: 100%;
  height: 3.4375rem;
  padding-left: 0.9375rem;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  color: #000000;
  margin-bottom: 1.875rem;
}
.massage .massage-bot .box-link input::placeholder {
  font-size: 1rem;
  color: #000000;
}
.massage .massage-bot .box-link textarea {
  width: 100%;
  height: 15.5rem;
  padding: 0.9375rem;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  resize: none;
  color: #000000;
  margin-bottom: 1.875rem;
}
.massage .massage-bot .box-link textarea::placeholder {
  font-size: 1rem;
  color: #000000;
}
.massage .tjiao-btn {
  border: none;
}
.new-list {
  padding: 5rem 0;
}
.new-list .new-a {
  margin-bottom: 1.875rem;
}
.new-xqq {
  padding: 5rem 0;
}
.new-xqq .left {
  width: 65%;
}
.new-xqq .left .title {
  font-size: 2rem;
  line-height: 1.3;
  color: #363636;
  font-weight: bold;
}
.new-xqq .left .data-xw {
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #4A4A4A;
  margin-top: 1.625rem;
  line-height: 2.5rem;
  border-top: 1px solid #ccc;
}
.new-xqq .new-xq-con {
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: justify;
  font-weight: 400;
  color: #545454;
  padding: 1.875rem 0 3.125rem;
  border-bottom: 1px solid #ccc;
}
.new-xqq .right {
  width: 32%;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding: 2rem 1.875rem 2rem;
  border-radius: 0;
  position: sticky;
  top: 8rem;
}
.new-xqq .right .rm-p {
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
}
.new-xqq .right .ren-ul li {
  color: #545454;
}
.new-xqq .right .ren-ul li .ren-data {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1rem;
}
.new-xqq .right .ren-ul li .ren-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 1.125rem;
}
.new-xqq .right .ren-ul li .ren-title a {
  color: #363636;
}
.new-xqq .right .ren-ul li:hover .ren-title {
  color: #007CC2;
}
.new-xqq .right .ren-ul li:hover .ren-title a {
  color: #007CC2;
}
.new-xqq .article-div {
  padding: 1.875rem 0;
  color: #8E8E8E;
  font-size: 1rem;
  line-height: 1.7;
}
.new-xqq .article-div > div {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-xqq .article-div a {
  color: #8E8E8E;
  display: inline-block;
}
.new-xqq .article-div a:hover {
  color: #007CC2;
}
.new-xqq .more {
  margin-top: 2.8125rem;
}
.social-share {
  margin-left: 0.125rem;
}
.social-share .social-share-icon {
  border: 1px solid #CBCBCB !important;
  color: #fff !important;
  background: #CBCBCB;
  opacity: 0.9;
}
.contnet {
  padding: 5rem 0;
}
.ju {
  display: table;
  width: 100%;
  height: 100%;
}
.ju > div {
  display: table-cell;
  vertical-align: middle;
}
.environmental-top .wen-zi {
  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%);
  padding: 3.125rem 1.875rem 3.125rem 3.75rem;
  background: linear-gradient(90deg, #007CC2 0%, rgba(255, 255, 255, 0.19) 102.97%);
  width: 50%;
  color: #fff;
  left: 0;
}
.environmental-top .wen-zi::after {
  content: '';
  position: absolute;
  width: 3.7rem;
  left: 0rem;
  height: 1px;
  background: #ffffff;
  top: 4.25rem;
}
.environmental-top .wen-zi .p1 {
  font-weight: 700;
  line-height: 1;
  font-size: 2.8125rem;
}
.environmental-top .wen-zi .p2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.environmental-bot {
  margin-top: 3.125rem;
}
.environmental-bot .box {
  height: 21.3125rem;
  padding: 3.125rem;
  color: #fff;
}
.environmental-bot .box .div1 {
  font-weight: 700;
  font-size: 1.75rem;
}
.environmental-bot .box .div2 {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0.875rem;
}
.environmental-bot .box1 {
  background: #007CC3;
}
.environmental-bot .box2 {
  background: #00B0EC;
}
.safe_ul {
  margin-top: 3.125rem;
}
.safe_ul > li {
  width: 100%;
  display: flex;
  background: #F7F7F7;
}
.safe_ul > li > div {
  width: 50%;
}
.safe_ul > li > div img {
  height: 24.125rem;
  object-fit: cover;
}
.safe_ul > li .box {
  color: #2B2B2B;
  padding: 4.375rem;
  height: 24.125rem;
}
.safe_ul > li .box .div1 {
  font-weight: 700;
  font-size: 1.75rem;
}
.safe_ul > li .box .div2 {
  font-size: 1rem;
  line-height: 1.7;
  color: #6A6868;
  margin-top: 0.875rem;
}
.culture-box .wh-top {
  margin-bottom: 2.375rem;
}
.culture-box .wh-top .wen-zi {
  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%);
  color: #fff;
  left: 4.625rem;
}
.culture-box .wh-top .wen-zi .p1 {
  font-weight: 700;
  line-height: 1;
  font-size: 1.5rem;
}
.culture-box .wh-top .wen-zi .p2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.625rem;
}
.welfare_ul {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.welfare_ul li {
  background: url(../img/25.png) no-repeat;
  background-size: 100% 100%;
  height: 8.5rem;
  text-align: center;
  line-height: 8.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  width: 31.33%;
  margin: 1%;
  color: #2B2B2B;
}
.welfare_img_ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.welfare_img_ul li {
  width: 31.33%;
  margin: 1%;
}
.bt28 {
  color: #2B2B2B;
  font-size: 1.75rem;
  font-weight: bold;
}
.innovattion_ul {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.innovattion_ul li {
  background: #F7F7F7;
  padding: 3.75rem;
  width: 48%;
  margin: 1%;
  overflow: hidden;
  position: relative;
}
.innovattion_ul li .bt28,
.innovattion_ul li .bt {
  height: 5.6875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.innovattion_ul li .wz {
  position: relative;
  z-index: 2;
}
.innovattion_ul li .icon-img {
  top: 0;
  right: 0;
  z-index: 1;
}
.plicy {
  padding: 5rem 0;
}
.plicy .shu-div {
  width: 100%;
}
.plicy .shu-div .ab-kuang {
  width: 27%;
  height: 9.875rem;
  padding-top: 0;
  line-height: 9.875rem;
}
.plicy .shu-div .ab-kuang1,
.plicy .shu-div .ab-kuang2 {
  margin-left: -2.5625rem;
}
.white-wz {
  color: #fff;
}
.white-wz > div {
  color: #fff;
}
.system_box {
  padding: 5rem 0;
  background: #F7F7F7;
}
.system_box .system_div {
  margin-top: 2.5rem;
  background: #fff;
}
.system_box .system_div .left {
  width: 43%;
  color: #727272;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 3.125rem;
  height: 24.125rem;
  padding: 7.5rem 5.5rem;
}
.system_box .system_div .re {
  width: 57%;
}
.certification_box {
  padding: 5rem 0;
}
.certification_box .certification_div {
  margin-top: 2.5rem;
}
.certification_box .certification_div .left {
  width: 100%;
}
.certification_box .certification_div .left .div1 {
  color: #2B2B2B;
  font-size: 1.75rem;
  font-weight: bold;
  color: #007CC2;
}
.certification_box .certification_div .left .div2 {
  font-weight: 700;
  font-size: 1.375rem;
  color: #2B2B2B;
}
.certification_box .certification_div .re {
  width: 56%;
}
.certification_ul {
  margin-top: 1.875rem;
}
.certification_ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #D3D6D8;
}
.certification_ul li:last-child {
  border-bottom: none;
}
.certification_ul li .wz {
  color: #6A6868;
}
.miaos-hd {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 1.875rem;
}
.science-con {
  margin-top: 6.6875rem;
  position: relative;
}
.science-con .div2 {
  height: 27.375rem;
  background: url(../img/30.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 27.375rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}
.science-con .bt {
  height: 9.5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.science-con .left,
.science-con .re {
  width: 28%;
}
.science-con .left > div:nth-child(2),
.science-con .re > div:nth-child(2) {
  margin-top: 5rem;
}
.science-con .center {
  width: 40%;
  margin: 0 2%;
}
.science-con::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #007CC3;
  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%);
  z-index: -1;
}
.bt {
  font-size: 1.125rem;
  line-height: 1.7;
}
.force_box .force-top .wen-zi {
  width: 54%;
  font-weight: 500;
  font-size: 1.375rem;
  color: #fff;
  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%);
  line-height: 1.6;
  padding: 3.125rem 1.875rem 3.125rem 3.75rem;
  background: linear-gradient(90deg, #007CC2 0%, rgba(255, 255, 255, 0.19) 102.97%);
}
.force_box .num {
  font-weight: 700;
  font-size: 3.75rem;
  color: #2B2B2B;
  opacity: 0.2;
  line-height: 1;
}
.force_box .num-wz {
  line-height: 2.5625rem;
  margin-left: 3rem;
}
.force_box .welfare_ul li {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.force_box .shu-zi li {
  text-align: center;
  float: left;
  width: 33.33%;
  color: #fff;
}
.force_box .shu-zi li .ab1 span {
  font-size: 3.125rem;
  font-weight: 700;
}
.force_box .shu-zi li .ab1 sub {
  font-size: 1.875rem;
}
.force_box .shu-zi li .ab2 {
  font-size: 1.25rem;
}
.force_box .box-con {
  background: #007CC2;
  height: 27.25rem;
  display: table;
}
.force_box .box-con > ul {
  display: table-cell;
  vertical-align: middle;
}
.force_box .safe_ul > li .box .div2 {
  line-height: 1.5;
}
.advantages {
  background: #007CC3;
  padding: 5rem 0;
}
.advantages .science-con .bt {
  color: #fff;
}
.advantages .bt28 {
  color: #fff;
}
.advantages .hd-title .cn_title {
  color: #fff;
}
.advantages .hd-title .cn_title::after {
  background: #ffffff;
}
.advantages .science-con .div2 {
  background: url(../img/31.png) no-repeat;
  background-size: 100% 100%;
}
.force_box {
  padding-bottom: 5rem;
}
.intellectual {
  padding: 5rem 0;
  background: #F7F7F7;
}
.intellectual .miaosu {
  font-weight: 700;
  font-size: 1.375rem;
  color: #6A6868;
}
.mt20 {
  margin-top: 1.25rem;
}
.intellectual_lunbo {
  margin-top: 2.5rem;
}
.intellectual_lunbo .swiper-slide {
  background: url(../img/31.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 2.1875rem;
}
.color-bg {
  padding-bottom: 3rem;
  position: relative;
}
.color-bg .swiper-pagination {
  width: 100%;
  bottom: 0;
}
.color-bg .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.8125rem;
  margin: 0 0.25rem;
  border-radius: 0;
  background: url(../img/32.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.color-bg .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/33.png) no-repeat;
  background-size: 100% 100%;
}
.research {
  padding: 5rem 0;
}
.research .biaoge {
  text-align: center;
  margin-top: 2.5rem;
}
.research .biaoge .table td,
.research .biaoge .table th {
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #6A6868;
  padding: 1rem;
}
.research .biaoge .table th {
  background: #007CC2;
  color: #fff;
}
.research .biaoge .table tr:nth-child(2n) {
  background: #A0D9F6;
}
.pro-list .biaoge {
  text-align: center;
  margin-top: 2.5rem;
}
.pro-list .biaoge .table td,
.pro-list .biaoge .table th {
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #000000;
  padding: 1rem;
}
.pro-list .biaoge .table th {
  background: #007CC2;
  color: #fff;
}
.pro-list .biaoge .table tr {
  cursor: pointer;
}
.pro-list .biaoge .table tr:nth-child(2n) {
  background: #F7F7F7;
}
.pro-list .biaoge .table tr:hover {
  background: #A0D9F6;
  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 */
}
.company-con {
  padding: 5rem 0;
}
.company-con .company-con-top .abou-wz {
  width: 70%;
  font-weight: 500;
  font-size: 1.375rem;
  color: #727272;
  line-height: 1.5;
}
.company-con .video-box {
  margin-top: 3rem;
  position: relative;
}
.company-con .video-box .bo {
  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%);
  width: 6.125rem;
  height: 6.125rem;
  background: url(../img/34.png) no-repeat;
  background-size: 100% 100%;
}
.corporate-culture {
  padding: 5rem 0;
  background: url(../img/33.jpg) no-repeat;
  background-size: cover;
  height: 39.75rem;
  background-attachment: fixed;
  position: relative;
}
.corporate-culture::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.corporate-culture .corporate-culture_ul {
  margin-top: 4.375rem;
}
.corporate-culture .corporate-culture_ul li {
  width: 18%;
  margin-right: 8.4%;
  float: left;
}
.corporate-culture .corporate-culture_ul li:last-child {
  margin-right: 0;
}
.corporate-culture .corporate-culture_ul li .p2 {
  font-weight: 700;
  font-size: 1.12rem;
  color: #FFFFFF;
  line-height: 1.5;
  margin-top: 1rem;
}
.corporate-culture .hd-title .cn_title {
  color: #fff;
}
.corporate-culture .hd-title .cn_title::after {
  background: #fff;
}
.gsjj-con {
  padding: 5rem 0;
}
.gsjj-con .cons-jj {
  font-weight: 500;
  margin-top: 2.5rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
  /* or 164% */
  text-align: justify;
  text-transform: uppercase;
  color: #727272;
}
.development {
  padding: 7rem 0;
  background: url(../img/36.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.development .hd-title {
  margin-top: 17rem;
}
.development .hd-title .cn_title {
  color: #fff;
}
.development .hd-title .cn_title::after {
  background: #fff;
}
.development .history-lunbo {
  width: 73%;
  color: #fff;
}
.development .history-lunbo .swiper-container {
  height: 37.5rem;
  padding-top: 3.125rem;
  position: relative;
}
.development .history-lunbo .swiper-container::after {
  content: '';
  position: absolute;
  background: #FFF;
  top: 0;
  left: 20%;
  width: 1px;
  height: 96%;
  opacity: 0.5;
}
.development .history-lunbo .swiper-container .deve-div .nian {
  width: 20%;
  font-size: 1.5rem;
}
.development .history-lunbo .swiper-container .deve-div .neri-d {
  width: 70%;
  font-size: 1.375rem;
  position: relative;
}
.development .history-lunbo .swiper-container .deve-div .neri-d::after {
  content: '';
  position: absolute;
  background: #FFF;
  top: 0.625rem;
  left: -15%;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
}
.development .history-lunbo .swiper-container .swiper-slide-active .deve-div .nian span {
  font-size: 2rem;
}
.development .history-lunbo .swiper-container .swiper-slide-active .deve-div .neri-d {
  font-size: 1.5rem;
}
.development .history-lunbo .swiper-button-next {
  width: 2.3125rem;
  height: 2rem;
  background: url(../img/36.png) no-repeat;
  background-size: 100% 100%;
  bottom: -0.625rem;
  top: auto;
  left: 18.2%;
}
.development .history-lunbo .swiper-button-prev {
  width: 2.3125rem;
  height: 2rem;
  background: url(../img/35.png) no-repeat;
  background-size: 100% 100%;
  bottom: auto;
  top: -0.625rem;
  left: 18.2%;
}
.honours {
  padding: 5rem 0;
  background: url(../img/39.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.honours .honours-lunbo {
  margin-top: 3.75rem;
}
.honours .honours-lunbo .swiper-slide {
  background: url(../img/37.png) no-repeat;
  background-size: 100% 100%;
  font-size: 1.375rem;
  text-align: center;
  color: #2B2B2B;
  padding: 3rem 1rem;
  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 */
}
.honours .honours-lunbo .swiper-slide a:focus:not(:focus-visible) {
  /*这里的focus-visible可以看作匹配是键盘聚焦*/
  /*所以这里匹配不是键盘引发的聚焦行为（比如鼠标触发）*/
  outline: 0;
}
.honours .honours-lunbo .swiper-slide p {
  position: relative;
  padding-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.honours .honours-lunbo .swiper-slide p::after {
  content: '';
  position: absolute;
  width: 2.375rem;
  height: 1px;
  background: #2B2B2B;
  bottom: -0.5rem;
  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%);
}
.honours .honours-lunbo .swiper-slide:hover {
  background: url(../img/38.png) no-repeat;
  background-size: 100% 100%;
  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 */
}
.honours .honours-lunbo .swiper-slide:hover a {
  display: block;
  color: #fff;
}
.honours .honours-lunbo .swiper-slide:hover a p::after {
  background: #fff;
  opacity: 0.5;
}
.knowledge .knowledge_con > div {
  display: none;
}
.knowledge .knowledge_ul {
  margin: 2.5rem 0;
  text-align: center;
}
.knowledge .knowledge_ul li {
  display: inline-block;
  color: #8e8f8f;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0.9375rem;
  cursor: pointer;
}
.knowledge .knowledge_ul li:hover,
.knowledge .knowledge_ul li.active {
  color: #007CC2;
}
.knowledge .col-sm-4 {
  margin-bottom: 1.875rem;
}
.job-list {
  margin-top: 2.5rem;
}
.job-list li {
  cursor: pointer;
  margin-bottom: 0.9375rem;
}
.job-list li .iconfont {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.job-list li.active .dt .ergasy {
  background: #007CC2;
}
.job-list li.active .dt .ergasy .f18 {
  color: #fff;
}
.job-list li.active .dt .f18 {
  font-size: 1.5rem;
  font-weight: bold;
}
.job-list li.active .dt .f18 {
  color: #fff;
}
.job-list li.active .dt .ergasy .iconfont {
  color: #fff;
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.job-list li .dt {
  border: 1px solid #ececec;
  color: #B7B7B7;
}
.job-list li .dt .ergasy {
  padding: 0 3.125rem;
  background: #F7F7F7;
}
.job-list li .dt .ergasy .f18 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
.job-list li .dt .dizhi {
  padding: 1rem 3.125rem;
}
.job-list li .dt .dizhi span {
  display: inline-block;
  font-size: 1rem;
  margin-right: 1rem;
  color: #7B858F;
}
.job-list li .dt .dizhi span i {
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 0.3125rem;
}
.job-list li .wehha-job {
  padding: 1.875rem 3.125rem 0 3.125rem;
  display: none;
}
.job-list li .dt a.a {
  padding: 1.5625rem 0;
  color: #B7B7B7;
  font-size: 1.125rem;
}
.job-list li .dt a.a i {
  font-size: 1.125rem;
}
.wehha-job {
  font-size: 1rem;
  line-height: 1.7;
  color: #787777;
}
.wehha-job .more {
  font-weight: 500;
  font-size: 1.125rem;
  color: #2b2b2b;
}
.wehha-job .more a {
  color: #007CC3;
}
.seat .seat-div span:last-child {
  display: none;
}
.con-div-er {
  width: 10rem;
  transition: 400ms ease-in-out;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  background: #fff;
  padding: 1rem;
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.con-div-er .le {
  width: 100%;
  height: 100%;
  display: table;
}
.con-div-er .le .er-ul1 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.con-div-er .le .er-ul1 {
  overflow: hidden;
}
.con-div-er .le .er-ul1 li {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  display: block;
  padding: 0.625rem 0;
  color: #4E4D4D;
  position: relative;
  border-bottom: 1px solid #DAD7D7;
}
.con-div-er .le .er-ul1 li a {
  color: #4E4D4D;
  display: block;
}
.con-div-er .le .er-ul1 li:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #007CC2;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.con-div-er .le .er-ul1 li:hover a {
  color: #007CC2;
}
.con-div-er .le .er-ul1 li:hover: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;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.con-div-er .le .er-ul1 li:last-child {
  border: none;
}
.con-div-er .re {
  width: 60%;
}
.con-div-er .re img {
  height: 13.625rem;
  width: 100%;
  border-radius: 1.875rem;
  object-fit: cover;
}
#header .na-ul > li:hover .con-div-er {
  transform: translateX(-50%) scaleY(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 */
}
.honours .honours-lunbo .swiper-slide a:focus-visible {
  border: none;
}
.seat .seat-div a:hover {
  color: #007CC2;
}
sub {
  bottom: 0em;
}
.new-tui a img {
  height: 31.625rem;
  object-fit: cover;
}
.system_box .system_div .re img {
  height: 24.125rem;
  object-fit: cover;
}
.plicy .shu-div .ab-kuang1 {
  margin-left: -2.85rem;
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  box-shadow: 0 0 0.625rem rgba(88, 88, 88, 0.25);
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  color: #000000;
}
.rightfix li::before {
  display: none;
}
.rightfix li:last-child {
  display: none;
}
.fix_ul li {
  border: none;
  background: #fff;
}
.fix_ul li:hover {
  background: #007CC2;
}
.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}
.map-ul > li {
  padding: 2rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.map-ul > li > a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #007CC2;
}
.map-ul > li .er-ul1 {
  width: 100%;
  margin-top: 1rem;
}
.map-ul > li .er-ul1 li {
  line-height: 2;
  font-size: 1.1rem;
  float: left;
  width: 20%;
}
.map-ul > li .er-ul1 li a:hover {
  color: #007CC2;
}
.safe_ul li .overh img {
  width: 100%;
}
.footer .foot-bot .re span:last-child {
  display: none;
}
.pagination {
  justify-content: center;
  margin-top: 3rem;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  height: 2.5rem;
  border-radius: 100%;
  cursor: pointer;
}
.pagination li a {
  display: block;
}
.pagination li.active,
.pagination li:hover {
  border-color: #007CC2;
  color: #fff;
  background: #007CC2;
}
.pagination li.active span,
.pagination li:hover span,
.pagination li.active a,
.pagination li:hover a {
  color: #fff;
}
.pagination li.active span {
  color: #fff;
}
.lunbo .swiper-pagination .swiper-pagination-bullet .xian-spa {
  display: none;
}
.lunbo .swiper-pagination .swiper-pagination-bullet span:nth-child(1) {
  display: none;
}
#header .nav-div .na-ul > li:nth-child(8) .con-div-er {
  display: none;
}
.abou-wz {
  font-size: 1.375rem;
  line-height: 2.25rem;
  text-align: justify;
  text-transform: uppercase;
  color: #727272;
  margin-top: 2.5rem;
}
.fancybox-inner {
  overflow: auto !important;
}
@media (max-width: 1800px) {
  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;
  }
}
@media (max-width: 1800px) {
  #header .nav-div .na-ul > li > a {
    font-size: 1rem;
    padding: 0 1.5rem;
  }
  .culture-box .wh-top .wen-zi .p2 {
    font-size: 2rem;
  }
}
@media (max-width: 1500px) {
  #header .nav-div .na-ul > li > a {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .hd-title .cn_title {
    font-size: 2.5rem;
  }
  .ban .ban-wz .p1 {
    font-size: 3rem;
  }
  .welfare_ul li {
    font-size: 1.2rem;
    height: 7.5rem;
    line-height: 7.5rem;
  }
  .system_box .system_div .left {
    padding: 4rem;
  }
}
@media (max-width: 1300px) {
  .environmental-top .wen-zi .p1 {
    font-size: 2rem;
  }
  #header .nav-div .na-ul > li > a {
    font-size: 1rem;
    padding: 0 0.4rem;
  }
  .massage .massage-top .tel-div .tel-nei {
    padding: 1rem;
  }
  .hd-title .cn_title {
    font-size: 2rem;
  }
  .ban .ban-wz .p1 {
    font-size: 2rem;
  }
}
@media (max-width: 990px) {
  .shu-div {
    width: 100%;
  }
  .shu-div .ab-kuang {
    width: 33.33%;
    height: 8.875rem;
  }
  .shu-div .ab-kuang1,
  .shu-div .ab-kuang2 {
    margin-left: 0;
  }
  .lunbo .div2,
  .lunbo .lunbo-wz .div1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .lunbo-wz .div3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .shu-div .ab-kuang .ab1 span {
    font-size: 2rem;
  }
  .system_box .system_div .left {
    font-size: 1rem;
    padding: 4rem 1rem;
  }
  .bt28,
  .certification_box .certification_div .left .div1 {
    font-size: 1.2rem;
  }
  .bt,
  .certification_box .certification_div .left .div2 {
    font-size: 1rem;
  }
  .innovattion_ul li {
    padding: 2rem;
  }
  .certification_ul li {
    padding: 0.5rem 0;
  }
  .culture-box .wh-top .wen-zi .p2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #header {
    display: none;
  }
  .ban .ban-wz .p1 {
    font-size: 2rem;
  }
  .hd-title .cn_title {
    font-size: 1.5rem;
  }
  .ban .ban-wz .div1 {
    font-size: 1rem;
  }
  .massage .massage-top .div-lx {
    font-size: 1rem;
  }
  .massage .massage-top .add-p {
    font-size: 1.2rem;
  }
  .seat {
    display: none;
  }
  .new-xqq .left .title {
    font-size: 1.5rem;
  }
  .new-xqq .left {
    width: 100%;
  }
  .new-xqq .right {
    width: 100%;
  }
  .force_box .force-top .wen-zi,
  .gsjj-con .cons-jj,
  .company-con .company-con-top .abou-wz,
  .corporate-culture .corporate-culture_ul li .p2 {
    font-size: 1rem;
  }
  .force_box .num {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .environmental-top .wen-zi {
    display: none;
  }
  .new-a {
    margin-bottom: 1rem;
  }
  .innovattion_ul li .bt28,
  .innovattion_ul li .bt {
    height: auto;
  }
  .table {
    width: 700px;
  }
  .lunbo .swiper-pagination {
    display: none;
  }
  .massage,
  .new-xqq {
    padding: 3rem 0;
  }
  .ban img {
    height: 200px;
    object-fit: cover;
  }
  .massage .massage-top .massage-tel {
    margin-top: 1rem;
  }
  .massage .massage-top {
    margin-top: 1rem;
  }
  .massage .massage-top .col-sm-7 {
    margin-top: 1rem;
  }
  .hd-title .cn_title {
    line-height: 2.5rem;
  }
  .massage .massage-bot {
    margin-top: 3rem;
  }
  .gsjj-con .cons-jj {
    font-size: 1.2rem;
  }
  .gsjj-con,
  .contnet,
  .new-list {
    padding: 3rem 0;
  }
  .job-list li .dt .ergasy .f18 {
    font-size: 1.2rem;
  }
  .job-list li .dt a.a {
    padding: 1rem 0;
  }
  .job-list li .dt .ergasy {
    padding: 0 1rem;
  }
  .job-list li .dt .dizhi {
    padding: 1rem;
  }
  .knowledge .col-sm-4 {
    margin-bottom: 1rem;
  }
  .new-div .new-title,
  .new-xqq .left .title {
    font-size: 1.2rem;
  }
  .new-xqq .new-xq-con {
    font-size: 1rem ;
    padding: 0.5rem 0;
  }
  .new-xqq .right {
    padding: 1rem;
  }
  .culture-box .wh-top .wen-zi .p2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .culture-box .wh-top .wen-zi .p1 {
    font-size: 1rem;
  }
  .culture-box .wh-top .wen-zi {
    left: 1.625rem;
  }
  .culture-box .wh-top {
    margin-bottom: 1rem;
  }
  .environmental-top .wen-zi .p1 {
    font-size: 1.2rem;
  }
  .environmental-top .wen-zi .p2 {
    font-size: 1rem;
  }
  .environmental-top > img {
    height: 300px;
    object-fit: cover;
  }
  .welfare_ul li {
    width: 100%;
  }
  .welfare_ul li {
    font-size: 1.2rem;
    margin: 1% 0;
    height: 5.5rem;
    line-height: 5.5rem;
  }
  .welfare_img_ul li {
    width: 100%;
    margin: 1% 0;
  }
  .environmental-bot .box {
    padding: 2rem;
  }
  .environmental-bot .box .div1,
  .safe_ul > li .box .div1 {
    font-size: 1.2rem;
  }
  .safe_ul > li .box {
    padding: 1rem;
    height: 14.125rem;
  }
  .safe_ul > li > div {
    width: 100%;
  }
  .safe_ul > li {
    display: block;
    margin-bottom: 1rem;
  }
  .safe_ul > li > div img {
    height: auto;
  }
  .pro-list .biaoge .table td,
  .pro-list .biaoge .table th {
    font-size: 1rem;
    padding: 1rem 5px;
  }
  .innovattion_ul li {
    width: 100%;
  }
  .innovattion_ul li .icon-img {
    display: none;
  }
  .system_box .system_div .left {
    width: 100%;
    height: auto;
  }
  .system_box .system_div .re {
    width: 100%;
  }
  .system_box .system_div .re img {
    height: auto;
  }
  .certification_box .certification_div .left {
    width: 100%;
  }
  .certification_box .certification_div .re {
    width: 100%;
  }
  .certification_box,
  .intellectual,
  .research {
    padding: 3rem 0;
  }
  .science-con .left,
  .science-con .re {
    width: 100%;
  }
  .science-con .center {
    width: 100%;
    margin-bottom: 2rem;
  }
  .science-con .div2 {
    height: 20.375rem;
    line-height: 20.375rem;
  }
  .science-con .left > div:nth-child(2),
  .science-con .re > div:nth-child(2) {
    margin-top: 1rem;
  }
  .force_box .box-con {
    height: 10.25rem;
  }
  .force_box .shu-zi li .ab1 span {
    font-size: 1.5rem;
  }
  .force_box .shu-zi li .ab2 {
    font-size: 1rem;
  }
  .force_box .force-top .wen-zi {
    width: 80%;
    padding: 1rem;
  }
  .force-top > img {
    height: 300px;
    object-fit: cover;
  }
  .force_box .num-wz {
    margin-left: 4rem;
  }
  .force_box {
    padding-bottom: 3rem;
  }
  .science-con {
    margin-top: 1rem;
  }
  .intellectual .miaosu {
    font-size: 1rem;
  }
  .research .biaoge .table td,
  .research .biaoge .table th {
    font-size: 1rem;
    padding: 5px;
  }
  .miaos-hd {
    font-size: 1rem;
  }
  .science-con::before {
    display: none;
  }
  .science-con .div2 {
    font-size: 2rem;
  }
  .company-con .company-con-top .abou-wz {
    width: 100%;
    margin-top: 1rem;
  }
  .company-con {
    padding: 3rem 0;
  }
  .company-con .video-box .bo {
    width: 30px;
    height: 30px;
  }
  .corporate-culture .corporate-culture_ul {
    margin-top: 1rem;
  }
  .corporate-culture .corporate-culture_ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .corporate-culture {
    height: auto;
    padding: 3rem 0;
  }
  .gsjj-con .cons-jj {
    font-size: 1rem;
  }
  .development .history-lunbo {
    width: 100%;
    margin-top: 5rem;
  }
  .development .hd-title {
    margin-top: 0;
  }
  .development .history-lunbo .swiper-container .swiper-slide-active .deve-div .neri-d {
    font-size: 1rem;
  }
  .development .history-lunbo .swiper-container .deve-div .neri-d {
    font-size: 1rem;
  }
  .development .history-lunbo .swiper-container .deve-div .nian {
    font-size: 1rem;
  }
  .development .history-lunbo .swiper-container .swiper-slide-active .deve-div .nian span {
    font-size: 1.2rem;
  }
  .development .history-lunbo .swiper-container::after {
    left: 22%;
  }
  .development .history-lunbo .swiper-button-next,
  .development .history-lunbo .swiper-button-prev {
    width: 2.3125rem;
    height: 1.8rem;
  }
  .development .history-lunbo .swiper-container .deve-div .neri-d::after {
    left: -13.4%;
  }
  .development,
  .honours {
    padding: 3rem 0;
  }
  .honours .honours-lunbo .swiper-slide {
    font-size: 1rem;
    padding: 2rem 1rem;
  }
  .abou-wz {
    font-size: 1rem;
  }
  .honours .honours-lunbo {
    margin-top: 1rem;
  }
  .index-about {
    padding: 3rem 0;
  }
  .abt-wz .div1 {
    font-size: 1.2rem;
  }
  .abt-wz .div2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .shu-div .ab-kuang {
    width: 100%;
    height: 6.875rem;
    margin-bottom: 1rem;
  }
  .shu-div .ab-kuang .ab2 {
    font-size: 1rem;
  }
  .shu-div .ab-kuang {
    background: #007CC2 !important;
    width: 90%;
    margin: 1% 5%;
  }
  .shu-div .ab-kuang:nth-child(2) {
    background: #00A3E4 !important;
  }
  .shu-div .ab-kuang:nth-child(3) {
    background: #A0D9F6 !important;
  }
  .index-focus {
    padding: 3rem 0;
  }
  .index-focus .focus-con .le {
    width: 100%;
    display: none;
  }
  .index-focus .focus-con .re {
    width: 100%;
  }
  .index-focus .focus-con {
    margin-top: 1rem;
  }
  .innovate-con .innovate-div {
    margin-top: 1rem;
    padding: 2rem 1rem 3rem ;
  }
  .innovate-con .innovate-div > .fl {
    width: 100%;
  }
  .innovate-con .innovate-div > .fr {
    width: 100%;
    margin-top: 1rem;
  }
  .innovate-con .tu-con .tu-img-b {
    width: 7.125rem;
    height: 5.9375rem;
    line-height: 5.9375rem;
  }
  .innovate-con .tu-con .tu-img-b img {
    width: 3.125rem;
  }
  .innovate-con .tu-con .p-en {
    display: none;
  }
  .innovate-con .tu-con .p-cn {
    font-size: 1.2rem;
  }
  .index-sustainability {
    padding: 3rem 0;
  }
  .index-sustainability .susta-con > .le {
    width: 100%;
  }
  .index-sustainability .susta-con > .re {
    width: 100%;
  }
  .index-sustainability .susta-con .bot-bot > div {
    width: 100%;
  }
  .index-sustainability .susta-con .sol-img .wz-zi .susta-p {
    font-size: 1.5rem;
  }
  .index-sustainability .susta-con .sol-img .wz-zi .susta-p1 {
    font-size: 1rem ;
    margin-top: 0;
  }
  .index-pro {
    padding: 3rem 0;
  }
  .index-recruitment {
    padding: 3rem 0;
  }
  .index-recruitment .recruitment-ul li {
    height: 7.5625rem;
    width: 9.1875rem;
    padding-top: 2rem;
  }
  .index-recruitment .recruitment-ul li .p1 {
    font-size: 1.2rem;
  }
  .index-recruitment .recruitment-div {
    margin: 2rem 0;
  }
  .index-pro .index-pro-lunbo .swiper-slide .tu-img a .wz-pzi {
    font-size: 1.2rem;
  }
  .index-pro .index-pro-lunbo .swiper-slide {
    padding: 2rem 1rem;
  }
  .index-pro .index-pro-lunbo .swiper-slide .wz-div {
    margin: 1rem 0;
  }
  .index-pro .index-pro-lunbo {
    margin-top: 1rem;
  }
  .innovate-con {
    text-align: center;
  }
  .innovate-con .hd-title .en_title {
    text-align: center;
  }
  .innovate-con .innovate-div .cn_title {
    text-align: center;
  }
  .innovate-con .innovate-div .more-a {
    text-align: center;
  }
  .index-sustainability .susta-con {
    margin-top: 1rem;
  }
  .lunbo .div2 {
    font-size: 1.2rem;
  }
  .lunbo .lunbo-wz .div1 {
    font-size: 2rem;
  }
  .lunbo-wz .div3 {
    font-size: 1.7rem;
  }
  .hd-title .en_title {
    font-size: 1.5rem;
  }
  .hd-title .cn_title {
    font-size: 1.3rem;
  }
  .plicy .shu-div .ab-kuang {
    width: 100%;
    height: 3.875rem;
    line-height: 3.875rem;
    margin-bottom: 1rem;
  }
  .plicy .shu-div .ab-kuang .ab2 {
    font-size: 1rem;
  }
  .plicy .new-a {
    margin-bottom: 1rem;
  }
  .plicy .shu-div .ab-kuang {
    background: #007CC2 !important;
    width: 90%;
    margin: 1% 5%;
  }
  .plicy,
  .system_box {
    padding: 3rem 0;
  }
  .top-img {
    display: none;
  }
  .index-pro .index-pro-lunbo .swiper-slide .more-a {
    margin-bottom: 20px;
  }
  .index-sustainability .susta-con > .re .bot-bot {
    position: relative;
  }
  .index-sustainability .susta-con > .re .bot-bot .sol-img:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .index-sustainability .susta-con > .re .bot-bot .sol-img:nth-child(1) > a > img {
    opacity: 0;
  }
  .lunbo::after {
    display: none;
  }
  .index-sustainability .susta-con > .le .sol-img > a > img {
    height: 249px;
  }
}
.seat .seat-ul #pro28 {
  text-align: center;
}
.seat .seat-ul #pro28 a {
  line-height: 1.4;
  padding: 0.5rem 2.5rem;
  height: 3.75rem;
  font-size: 1rem;
}
.con-div-er .re {
  display: none;
}
.knowledge .knowledge_ul li {
  display: none;
}
#sdlx {
  display: none;
}
.index-focus .focus-con .le .new-tui a {
  position: relative;
  display: block;
}
.index-focus .focus-con .le .new-tui a::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.new-tui .new-wz {
  z-index: 2;
}
.seat2 .seat-div a:nth-child(5) {
  position: relative;
}
.seat2 .seat-div a:nth-child(5) i {
  display: inline-block;
  line-height: 1;
  padding: 0 0.5rem;
  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%);
  width: 100px;
}
.certification_ul li {
  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 */
}
.certification_ul li .bt {
  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 */
}
.certification_ul li:hover {
  box-shadow: 0 0.15rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  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 */
  border-bottom: 1px solid transparent;
}
.certification_ul li:hover .div2 {
  color: #007CC2;
}
.certification_ul li:hover .bt {
  font-size: 1.5rem;
  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: bold;
  color: #007CC2;
}
.row1 .col-sm-5 p:nth-child(3) {
  display: none;
}
.row1 .col-sm-5 div:nth-child(4) {
  display: none;
}
.row2 {
  margin-top: 2rem;
}
.row2 .col-sm-5 p:nth-child(1) {
  display: none;
}
.row2 .col-sm-5 div:nth-child(2) {
  display: none;
}
.massage-tel {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5;
  margin-top: 0.3125rem;
  color: #6A6868;
}
.index-about .shu-div {
  color: #FFF;
}
.pro-list .biaoge .table td,
.table th {
  border: 1px solid #dee2e6;
}
.biaowzs {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #007CC2;
}
.pro-list .biaoge .biaoge-table tr:hover {
  background: none;
}
.pro-list .biaoge .biaoge-table tr td:nth-child(1):hover {
  background: #A0D9F6;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.fix_ul li:nth-child(1) {
  display: none;
}
.corporate-culture .corporate-culture_ul li {
  text-align: justify;
}

