@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
html {
  font-size: 100px;
}
.header__menus {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: url(../img/menubg.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.88s;
  visibility: hidden;
  pointer-events: none;
}
.header__menus.show {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.menu__close {
  position: absolute;
  right: 0.48rem;
  top: 0.36rem;
  z-index: 3;
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  line-height: 0.58rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
}
.menu__close:hover {
  transform: rotate(180deg);
}
.header__menu--wr {
  padding: 0 9.375vw;
  box-sizing: border-box;
  width: 100%;
}
.header__logos {
  text-align: center;
}
.header__logos img {
  display: inline-block;
  width: auto;
  height: 0.7rem;
}
.header__menu--list {
  margin-top: 5.7292vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.menu__li {
  display: block;
  margin-right: auto;
}
.menu__li:last-child {
  margin-right: 0;
}
.menu__li dt {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1;
}
.menu__li dt a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.menu__li dd p {
  margin-bottom: 0.1rem;
}
.menu__li dd p.menu__tress {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu__li dd p.menu__tress.ups i {
  transform: rotate(180deg);
}
.menu__li dd p i {
  display: inline-block;
  margin-left: 0.3rem;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
  transition: 0.35s;
}
.menu__li dd p a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.6;
  line-height: 1.8;
}
.menu__li dd p a:hover {
  opacity: 1;
}
.menu__fixs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
  width: 1.2rem;
  display: none;
}
.menu__fixs li {
  margin-bottom: 0.1rem;
}
.menu__fixs li:last-child {
  margin-bottom: 0;
}
.menu__fixs li a {
  display: inline-block;
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
}
.menu__fixs li a:hover {
  opacity: 1;
}
.header__address {
  margin-top: 4.3333vw;
  display: flex;
  align-items: flex-start;
}
.header__eq {
  width: 1.18rem;
}
.header__eq img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.header__eq p {
  margin-top: 0.14rem;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.header__tel {
  padding-left: 0.48rem;
}
.header__tel b {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #fff;
  font-size: 0.36rem;
}
.header__tel p {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
}
.header__navs {
  display: flex;
}
.header__navs > li {
  position: relative;
  margin-right: 0.45rem;
}
.header__navs > li:hover > a,
.header__navs > li.active > a {
  color: #025ea1;
}
.header__navs > li:hover .navs__menus {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(-50%) translateY(0);
}
.header__navs > li:last-child {
  margin-right: 0;
}
.header__navs > li > a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  line-height: 1rem;
}
.navs__menus {
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 12px 12px;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  pointer-events: none;
  transform: translateX(-50%) translateY(30px);
}
.navs__menus li {
  margin-bottom: 8px;
}
.navs__menus li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
}
.navs__menus li a:hover {
  color: #025ea1;
}
.inner__footer {
  position: relative;
  transform: translateY(0);
}
.inner__footer .section_con {
  position: relative;
  height: auto;
}
.introduct__box {
  position: relative;
  display: flex;
}
.introduct__imgs {
  position: relative;
  width: 57.291%;
}
.introduct__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.introduct__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct__info {
  position: absolute;
  left: 9.375vw;
  right: 4.9%;
  top: 40%;
  transform: translateY(-50%);
}
.introduct__info img {
  display: inline-block;
  width: auto;
  max-height: 12.5521vw;
}
.introduct__info strong {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  padding-bottom: 0.52rem;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.introduct__info strong:before {
  position: absolute;
  left: 0;
  bottom: -0.07rem;
  content: "";
  width: 2.22rem;
  height: 0.13rem;
  background: url(../img/arrow1.png) center no-repeat;
  background-size: cover;
}
.arrows {
  position: absolute;
  left: 9.375vw;
  bottom: 4.8958vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.arrows i {
  display: inline-block;
  color: #fff;
  font-size: 0.2rem;
  font-style: normal;
}
.introduct__in {
  position: relative;
  width: 0;
  flex: 1;
  background: #00A86C;
}
.introduct__wr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.introduct__wr:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.28rem;
  margin-top: 0.28rem;
  content: "";
  width: 4.26rem;
  height: 4.26rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  z-index: -2;
}
.introduct__wr:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/cdmo.png) center no-repeat;
  background-size: 12.625vw auto;
}
.ontroduct__text {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  margin-left: -2.13rem;
  margin-top: -2.13rem;
  padding: 0 0.28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 3;
  width: 4.26rem;
  height: 4.26rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.ontroduct__text span {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.24rem;
}
.ontroduct__text strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.8;
  text-align: center;
  font-size: 0.24rem;
}
.ontroduct__text p {
  color: #000033;
  font-size: 0.24rem;
  line-height: 1.2;
}
.ontroduct__text:before {
  position: absolute;
  right: 6px;
  bottom: 6px;
  content: "";
  width: 93%;
  height: 93%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.present {
  display: flex;
}
.present__info {
  box-sizing: border-box;
  padding: 7.0313vw 8.6458vw 6.3542vw 9.375vw;
  width: 57.29%;
}
.present__top {
  margin-bottom: 3.6458vw;
}
.present__top strong {
  display: block;
  margin-bottom: 0.36rem;
  height: 1.2;
  color: #429ef0;
  font-size: 16px;
}
.present__text {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.present__data {
  display: flex;
  justify-content: space-between;
}
.present__data li {
  text-align: center;
}
.present__data li p {
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
}
.present__numble {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.18rem;
  line-height: 1;
}
.present__numble i {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.28rem;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 50%;
  background: #429ef0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.present__numble b {
  display: inline-block;
  color: #429ef0;
  font-size: 0.48rem;
}
.present__numble span {
  display: inline-block;
  position: relative;
  top: 0.12rem;
  margin-left: 3px;
  color: #429ef0;
  font-size: 16px;
}
.present__imgs {
  flex: 1;
  overflow: hidden;
}
.present__imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission {
  padding: 0 9.375vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mission__list {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.mission__list li {
  position: relative;
  flex: 1;
  height: 42.1875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.mission__list li:hover .mission__wr b {
  transform: translateY(-10px);
}
.mission__wr {
  padding: 0 0.2rem;
  text-align: center;
}
.mission__wr b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.58rem;
  font-weight: normal;
  transition: 0.45s;
}
.mission__wr strong {
  display: block;
  margin-top: 0.46rem;
  margin-bottom: 0.4rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
}
.mission__wr p {
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.8;
}
.history {
  padding: 1.6rem 9.375vw 0;
}
.history__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history__top small {
  display: block;
  line-height: 1;
  color: #eff7ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.6875vw;
  font-weight: bold;
}
.about__tt {
  position: relative;
}
.about__tt strong {
  display: block;
  padding-left: 0.4rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.4rem;
}
.about__tt i {
  display: block;
  position: absolute;
  left: -9.375vw;
  top: 50%;
  width: 9.375vw;
  height: 1px;
  background: #429ef0;
}
.about__tt i:before {
  position: absolute;
  right: -0.07rem;
  top: -0.03rem;
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #429ef0;
  border-radius: 50%;
}
.history__tabs {
  margin-top: 1.3rem;
  position: relative;
}
.history__btn {
  position: absolute;
  right: 0;
  top: -0.8rem;
}
.common__btns {
  display: flex;
  align-items: center;
}
.common__btns span {
  display: inline-block;
  text-align: center;
  margin-right: 0.3rem;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #429ef0;
  border-radius: 50%;
  color: #429ef0;
  font-size: 0.2rem;
  cursor: pointer;
  line-height: 0.54rem;
  transition: 0.4s;
}
.common__btns span.swiper-button-disabled {
  cursor: not-allowed;
}
.common__btns span:hover {
  background: #429ef0;
  color: #fff;
}
.common__btns span:last-child {
  margin-right: 0;
}
.history__fix {
  display: flex;
  align-items: flex-start;
}
.history__maxs {
  margin-left: 0.4rem;
  width: 5.2rem;
}
.history-slide time {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.52rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.7rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.history-slide time b {
  margin-right: 0.26rem;
  position: relative;
  top: 0.1rem;
  font-size: 1.32rem;
  font-weight: bold;
}
.history-slide p {
  color: #444444;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 2;
}
.history__mins {
  margin-right: -9.375vw;
  margin-top: 0.7rem;
  padding-top: 3px;
  width: 51.0417vw;
}
.historyMin-slide {
  box-sizing: border-box;
  position: relative;
  padding-top: 0.56rem;
  padding-right: 10.9375vw;
  width: 35.1563vw;
  border-top: 1px solid rgba(41, 79, 222, 0.2);
}
.historyMin-slide:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #429ef0;
}
.historyMin-slide time {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.historyMin-slide p {
  color: #444444;
  font-size: 0.2rem;
  line-height: 2;
}
.honor__box {
  padding: 1rem 0 1.6rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.honor__top {
  position: relative;
  padding-left: 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__tt1 strong {
  color: #fff;
}
.about__tt1 i {
  background: #fff;
}
.about__tt1 i:before {
  background: #fff;
}
.courser__swiper {
  margin-top: 1.5rem;
}
.courser__swiper .swiper-pagination {
  line-height: 1;
  bottom: 0.8rem;
  width: 100%;
  z-index: 3;
}
.courser__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: 0.4s;
}
.courser__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #429ef0;
}
.courser-slide figure {
  position: relative;
  display: block;
  padding-bottom: 43.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.courser-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teams {
  overflow: hidden;
}
.team__top {
  padding: 1.35rem 9.375vw 0;
}
.team__fixs {
  margin-top: 0.92rem;
  display: flex;
  align-items: center;
}
.team__fixs small {
  display: block;
  padding-left: 0.4rem;
  line-height: 1;
  color: #294fde;
  font-size: 6.7708vw;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.team__btn {
  display: flex;
  margin-left: 7.2917vw;
  border: 1px solid #429ef0;
  border-radius: 0.26rem;
}
.team__btn span {
  display: inline-block;
  padding: 0 0.45rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #429ef0;
  font-size: 18px;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.4s;
}
.team__btn span:hover,
.team__btn span.active {
  background: #429ef0;
  color: #fff;
}
.our__teams {
  margin-top: 0.4rem;
  position: relative;
  padding-top: 2rem;
}
.our__teams .teams__btn {
  position: absolute;
  right: 1.1rem;
  top: 0;
}
.teams__swiper {
  overflow: visible;
}
.teams-slide {
  position: relative;
  margin-left: -1px;
  width: 20.8333vw;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-bottom: none;
  height: 28.9063vw;
  transition: 0.65s;
  cursor: pointer;
}
.teams-slide:hover {
  width: 37vw;
}
.teams-slide:hover .team__imgs {
  width: 69.62%;
  height: 120.72%;
}
.teams-slide:hover .teams__info {
  opacity: 1;
  visibility: visible;
}
.team__imgs {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 81%;
  line-height: 0;
  transition: 0.75s;
}
.team__imgs figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  height: 100%;
}
.team__imgs img {
  display: block;
  width: auto;
  max-height: 100%;
}
.teams__info {
  position: absolute;
  left: 3.125vw;
  top: 5.7292vw;
  z-index: 3;
  bottom: 5.9375vw;
  max-width: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.team__title strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.36rem;
  font-weight: normal;
}
.team__title p {
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
.teams__more {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #429ef0;
  border-radius: 0.18rem;
  width: 1.14rem;
  box-sizing: content-box;
  transition: 0.4s;
}
.teams__more:hover {
  background: #429ef0;
}
.teams__more:hover span {
  color: #fff;
}
.teams__more:hover i {
  background: #429ef0;
  color: #fff;
}
.teams__more span {
  padding-left: 0.13rem;
  box-sizing: border-box;
  height: 0.34rem;
  line-height: 0.34rem;
  color: #429ef0;
  font-size: 0.14rem;
}
.teams__more i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-right: -1px;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  border: 1px solid #429ef0;
  color: #429ef0;
  font-size: 0.14rem;
}
.team__pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1299;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.88s;
}
body.showTeam,
html.showTeam {
  overflow: hidden;
}
body.showTeam .team__pop,
html.showTeam .team__pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(48, 58, 74, 0.3);
}
.team__items {
  display: none;
}
.team__items:first-child {
  display: block;
}
.team__wr {
  position: absolute;
  left: 50%;
  margin-left: -40.62vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding-top: 0.88rem;
  width: 81.25vw;
  background: #fff;
  border-radius: 0.2rem;
}
.team__content {
  display: flex;
  justify-content: space-between;
}
.team__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.56rem;
  top: 0.53rem;
  z-index: 10;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #429ef0;
  box-sizing: content-box;
  color: #429ef0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s;
}
.team__close:hover {
  transform: rotate(180deg);
}
.team__maxs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 41%;
}
.team__maxs img {
  display: inline-flex;
  margin: auto;
  width: auto;
  max-height: 37.2396vw;
}
.team__pop--info {
  padding-right: 7.5vw;
  padding-top: 3.75vw;
  width: 0;
  flex: 1;
}
.team__tt {
  margin-bottom: 0.5rem;
}
.team__tt strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.3rem;
}
.team__tt p {
  color: #429ef0;
  font-size: 16px;
  line-height: 1.8;
}
.team__hide {
  color: #999999;
  font-size: 16px;
  line-height: 2.4;
  max-height: 3.1rem;
  overflow: hidden;
  overflow-y: auto;
}
.team__hide ul li {
  list-style: inside;
}
.honor__en {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 9.7396vw;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.1;
  font-weight: bold;
}
.honor__hide {
  overflow: hidden;
}
.honor__swiper {
  position: relative;
  left: -5%;
  width: 110%;
}
.honor-slide {
  width: 20%;
}
.honor-slide.swiper-slide-prev figure,
.honor-slide.swiper-slide-next figure {
  transform: scale(0.78);
}
.honor-slide.swiper-slide-active figure {
  transform: scale(1);
}
.honor-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
}
.honor-slide figure {
  position: relative;
  padding-bottom: 24.2188vw;
  text-align: center;
  transform: scale(0.62);
  transition: 0.58s;
}
.honor-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.honor-slide p {
  margin-top: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.superiority {
  position: relative;
  z-index: 3;
}
.superiority:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 42.5521vw;
  height: 42.7083vw;
  background: url(../img/8.png) center no-repeat;
  background-size: cover;
}
.superiority__tops {
  padding: 10.4167vw 9.375vw 0;
}
.superiority__info {
  margin-top: 0.5rem;
  width: 72.17%;
  color: #666666;
  font-size: 0.3rem;
  line-height: 1.8;
}
.superiority__partners {
  margin-top: 9.8958vw;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #429ef0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.superiority__partners small {
  display: block;
  line-height: 1;
  color: #294fde;
  font-size: 7.7083vw;
  font-weight: bold;
}
.superiority__line {
  padding-top: 0.73rem;
  padding-bottom: 1.15rem;
}
.superiority__swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.superiority___item {
  margin-bottom: 0.5rem;
}
.superiority___item:last-child {
  margin-bottom: 0;
}
.superiority-slide {
  height: auto;
}
.superiority-slide figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.superiority-slide figure img {
  max-width: 100%;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
.join__text strong {
  display: block;
  margin-bottom: 0.56rem;
  line-height: 1;
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
}
.join__text a {
  display: block;
  margin: auto;
  width: 2.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.3rem;
  background: #fff;
  color: #429ef0;
  font-size: 0.2rem;
}
.welfare {
  padding: 1.4rem 9.375vw 1.5rem;
}
.join__title {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.48rem;
  font-weight: normal;
  text-align: center;
}
.welfare__list {
  margin-top: 0.6rem;
}
.welfare__list li {
  position: relative;
  float: left;
  margin-bottom: 0.5rem;
  width: 48.58%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.welfare__list li:nth-child(2) {
  margin-top: 0.54rem;
}
.welfare__list li:nth-child(2) .welfare__info {
  background: linear-gradient(to bottom, rgba(0, 179, 99, 0) 0%, rgba(0, 179, 99, 0.8) 100%);
}
.welfare__list li:nth-child(3) .welfare__info {
  background: linear-gradient(to bottom, rgba(0, 183, 219, 0) 0%, rgba(0, 183, 219, 0.8) 100%);
}
.welfare__list li:nth-child(4) .welfare__info {
  background: linear-gradient(to bottom, rgba(69, 160, 241, 0) 0%, rgba(69, 160, 241, 0.8) 100%);
}
.welfare__list li:nth-child(2n+2) {
  float: right;
}
.welfare__list li:hover figure img {
  transform: scale(1.07);
}
.welfare__list li figure {
  position: relative;
  display: block;
  padding-bottom: 62.3%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.welfare__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welfare__list li figure img {
  transition: 0.68s;
}
.welfare__info {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  height: 62.55%;
  background: linear-gradient(to bottom, rgba(41, 79, 222, 0) 0%, rgba(41, 79, 222, 0.8) 100%);
}
.welfare__info strong {
  display: block;
  padding: 0 0.46rem 0.36rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 2.2;
}
.pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 9.375vw;
}
.pay__imgs {
  display: block;
  width: 50vw;
}
.pay__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 80.416%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0 0.2rem 0.2rem 0;
}
.pay__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pay__list {
  margin-left: 5.1042vw;
  width: 0;
  flex: 1;
}
.pay__li {
  position: relative;
}
.pay__li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.42rem;
  content: "";
  width: 1px;
  background: rgba(66, 158, 240, 0.2);
}
.pay__li li {
  margin-bottom: 3.3854vw;
  padding-left: 0.54rem;
  position: relative;
}
.pay__li li:before {
  position: absolute;
  left: -1px;
  top: 0;
  content: "";
  width: 4px;
  height: 0.3rem;
  background: #429ef0;
}
.pay__li li:last-child {
  margin-bottom: 0;
}
.pay__li li strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.28rem;
  font-weight: normal;
}
.pay__li li p {
  color: #666666;
  font-size: 0.18rem;
}
.jobs {
  padding: 2rem 0;
}
.jobs__swiper {
  margin-top: 0.54rem;
}
.jobs__item {
  margin-bottom: 0.3rem;
}
.jobs__item .swiper-wrapper {
  transition-timing-function: linear !important;
}
.job__list {
  display: inline-flex;
}
.job__list li {
  margin-right: 0.34rem;
  width: 38.54vw;
  line-height: 1;
}
.job__list li:hover figure img {
  transform: scale(1.06);
}
.job__list li figure {
  position: relative;
  display: block;
  padding-bottom: 55.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.job__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job__list li figure img {
  transition: 0.68s;
}
.jobs-slide {
  width: auto;
}
.supply {
  display: flex;
  justify-content: space-between;
  background: #f1f1fa;
  overflow: hidden;
}
.supply__btn {
  padding-top: 1.6rem;
  width: 30%;
  background: #e8e8f5;
}
.supply__btn span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-left: 9.38vw;
  height: 1.1rem;
  color: #333333;
  font-size: 0.24rem;
  cursor: pointer;
  border-bottom: 1px solid #dcdcde;
  transition: 0.4s;
}
.supply__btn span:before {
  content: "";
  width: 100%;
  height: 0;
  background: #429ef0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.supply__btn span:hover,
.supply__btn span.active {
  color: #429ef0;
}
.supply__btn span:hover:before,
.supply__btn span.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.supply__btn span:hover,
.supply__btn span.active {
  color: #fff;
}
.supply__fix {
  padding: 2rem 9.375vw 2rem 7.8125vw;
  position: relative;
  z-index: 3;
  flex: 1;
  box-sizing: border-box;
  width: 0;
}
.supply__fix:before {
  position: absolute;
  right: 4.8958vw;
  bottom: 6.5625vw;
  content: "";
  width: 2.16rem;
  height: 1.89rem;
  background: url(../img/csv1.png) center no-repeat;
  background-size: cover;
}
.supply__en {
  position: absolute;
  left: 7.8125vw;
  top: 0.58rem;
  z-index: -1;
  line-height: 1;
}
.supply__en img {
  display: inline-block;
  width: auto;
  height: 3.49rem;
}
.supply__item {
  display: none;
}
.supply__item:first-child {
  display: block;
}
.supply__tt {
  display: block;
  margin-bottom: 0.46rem;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.supply__info {
  color: #666666;
  font-size: 16px;
  line-height: 0.4rem;
}
.supply__info strong {
  color: #429ef0;
}
.slidetop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1.2s cubic-bezier(0.26, 1, 0.48, 1);
}
.fadeAnime {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.fadeAnime.articleShow {
  opacity: 1;
  visibility: visible;
}
.slidetop.articleShow {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.slidetop.articleShow.detay1 {
  transition-delay: 0.25s;
}
.slidetop.articleShow.detay2 {
  transition-delay: 0.5s;
}
.slideList > li,
.slideList > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 1s cubic-bezier(0.26, 1, 0.48, 1);
}
.slideList.articleShow > li,
.slideList.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.slideList.articleShow > li:nth-child(2),
.slideList.articleShow > div:nth-child(2) {
  transition-delay: 0.35s;
}
.slideList.articleShow > li:nth-child(3),
.slideList.articleShow > div:nth-child(3) {
  transition-delay: 0.55s;
}
.slideList.articleShow > li:nth-child(4),
.slideList.articleShow > div:nth-child(4) {
  transition-delay: 0.75s;
}
.slideList.articleShow > li:nth-child(5),
.slideList.articleShow > div:nth-child(5) {
  transition-delay: 0.95s;
}
.slideList.articleShow > li:nth-child(6),
.slideList.articleShow > div:nth-child(6) {
  transition-delay: 1.15s;
}
.slideList.articleShow > li:nth-child(7),
.slideList.articleShow > div:nth-child(7) {
  transition-delay: 1.35s;
}
.slideList.articleShow > li:nth-child(8),
.slideList.articleShow > div:nth-child(8) {
  transition-delay: 1.55s;
}
.pathClie {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: opacity 1s ease-out, clip-path 1s cubic-bezier(0.26, 1, 0.48, 1);
}
.pathClie1 {
  clip-path: inset(0 0 0 100%);
  transition: opacity 1.5s ease-out, clip-path 1.5s cubic-bezier(0.26, 1, 0.48, 1);
}
.pathClie.articleShow,
.pathClie1.articleShow {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.scaleAnimate {
  opacity: 0;
  transform: scale(0.8);
  transition: 0.8s 0.2s;
}
.scaleAnimate.detey1 {
  transition-delay: 0.4s;
}
.articleShow.scaleAnimate {
  opacity: 1;
  transform: translate(0) scale(1) !important;
}
.sustaina__banner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sustaina__imgs {
  width: 50%;
}
.sustaina__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.sustaina__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustaina__info {
  display: flex;
  align-items: center;
  position: relative;
  width: 0;
  flex: 1;
  background: #00b4db;
}
.sustaina__info:before {
  position: absolute;
  left: 4.2708vw;
  bottom: 3.9063vw;
  content: "";
  width: 2.16rem;
  height: 1.89rem;
  background: url(../img/newbg.png) center no-repeat;
  background-size: cover;
}
.sustaina__text {
  padding: 0 7.6042vw 0 7.8125vw;
  text-align: center;
}
.sustaina__text strong {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
}
.sustaina__text p {
  color: #fff;
  font-size: 16px;
  line-height: 0.4rem;
}
.sustainable__info {
  padding: 1.9rem 9.375vw;
  overflow-x: hidden;
}
.sustainable__info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sustainable__info a:hover .sustainable__imgs figure img {
  transform: scale(1.06);
}
.sustainable__info a:hover .sustainable__time strong {
  color: #429ef0;
}
.sustainable__imgs {
  width: 55.512%;
  border-radius: 0.2rem;
}
.sustainable__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 66.512%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.sustainable__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainable__imgs figure img {
  transition: 0.68s;
}
.sustainable__text {
  padding-left: 5.2083vw;
  width: 0;
  flex: 1;
}
.sustainable__time {
  margin-bottom: 3.0208vw;
}
.sustainable__time time {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.3rem;
  font-family: Arial, Helvetica, sans-serif;
}
.sustainable__time time b {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: normal;
}
.sustainable__time strong {
  display: block;
  line-height: 1.3;
  color: #010101;
  font-size: 0.4rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.38s;
}
.sustainable__arrow {
  margin-bottom: 0.6rem;
  margin-left: -5.2083vw;
  margin-right: -9.375vw;
  position: relative;
  height: 1px;
  background: #eeeeee;
}
.sustainable__arrow:before {
  position: absolute;
  left: 0;
  top: -0.06rem;
  content: "";
  width: 1.5rem;
  height: 0.13rem;
  background: url(../img/arrow2.png) center no-repeat;
  background-size: cover;
  transition: 0.65s;
}
.sustainable__down {
  margin-top: 3.2292vw;
}
.sustainable__down p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sustainable__more {
  margin-top: 4.4792vw;
  display: flex;
  align-items: center;
}
.sustainable__more span {
  display: inline-block;
  margin-right: 0.16rem;
  color: #429ef0;
  font-size: 16px;
}
.sustainable__more i {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #429ef0;
  text-align: center;
  line-height: 0.38rem;
  color: #429ef0;
  font-size: 14px;
  border-radius: 50%;
}
.sustainable__boxs {
  padding: 1.2rem 9.375vw 1.58rem;
  background: #f1f1fa;
}
.sustainable__list {
  display: flex;
  flex-wrap: wrap;
}
.sustainable__list li {
  margin-right: 2%;
  margin-bottom: 6.7708vw;
  width: 32%;
}
.sustainable__list li:nth-child(3n+3) {
  margin-right: 0;
}
.sustainable__list li:hover figure img {
  transform: scale(1.08);
}
.sustainable__list li:hover .sustainable__in strong {
  color: #429ef0;
}
.sustainable__list li figure {
  position: relative;
  display: block;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.sustainable__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainable__list li figure img {
  transition: 0.68s;
}
.sustainable__in {
  padding: 0.4rem 0.14rem 0;
}
.sustainable__in time {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.18rem;
  font-family: Arial, Helvetica, sans-serif;
}
.sustainable__in strong {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 2;
  transition: 0.4s;
}
.page__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__list a {
  display: inline-block;
  margin-right: 0.24rem;
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #429ef0;
  color: #429ef0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 50%;
  text-align: center;
  line-height: 0.38rem;
}
.page__list a:hover,
.page__list a.active {
  background: #429ef0;
  color: #fff;
}
.page__list a:last-child {
  margin-right: 0;
}
.contact__banner {
  position: relative;
  overflow: hidden;
}
.contact__banner figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.contact__banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__address {
  position: absolute;
  left: 9.375vw;
  bottom: 0;
  z-index: 3;
  padding: 0.4rem 0.66rem 0.56rem;
  box-sizing: border-box;
  width: 7.8rem;
  background: rgba(41, 79, 222, 0.9);
  display: none;
}
.contact__tel {
  margin-bottom: 0.24rem;
  display: flex;
  align-items: center;
}
.contact__tel strong {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.48rem;
  font-family: Arial, Helvetica, sans-serif;
}
.contact__tel strong b {
  display: inline-block;
  margin-right: 0.18rem;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 0.54rem;
  color: #fff;
  font-size: 0.26rem;
  border-radius: 50%;
}
.address {
  margin-top: 0.22rem;
  display: flex;
  align-items: center;
}
.address i {
  display: inline-block;
  color: #fff;
  width: 0.56rem;
  text-align: center;
  font-style: normal;
  font-size: 0.2rem;
}
.address span {
  display: inline-block;
  margin-left: 0.2rem;
  width: 0.56rem;
  color: #ffffff;
  font-size: 16px;
}
.address p {
  color: #fff;
  font-size: 16px;
}
.contact__map {
  margin-top: 0.35rem;
}
.contact__map img {
  display: block;
  width: 100%;
  height: auto;
}
.contact__wr {
  padding: 1.45rem 9.375vw 1.2rem;
}
.contact__list {
  display: flex;
  justify-content: space-between;
}
.contact__item {
  box-sizing: border-box;
  padding: 0.65rem 3.3333vw 0.6rem;
  width: 48.71%;
  border-radius: 0.2rem;
}
.contact__tts {
  display: block;
  margin-bottom: 0.44rem;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
}
.contact__add .contact__tel strong {
  color: #45a0f1;
}
.contact__add .contact__tel strong b {
  color: #429ef0;
  border-color: rgba(69, 160, 241, 0.2);
}
.contact__add .contact__tel span {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.1rem;
  color: #429ef0;
  font-size: 16px;
}
.contact__add .address i {
  color: #429ef0;
}
.contact__add .address span {
  color: #999999;
}
.contact__add .address p {
  color: #333333;
}
.contact__eq {
  margin-top: 0.66rem;
  padding-left: 0.12rem;
}
.contact__eq img {
  display: inline-block;
  width: 0.99rem;
  height: auto;
}
.message__box {
  padding-top: 1.26rem;
}
.message__tt {
  display: block;
  margin-bottom: 0.45rem;
  line-height: 1;
  color: #333333;
  font-size: 0.48rem;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
}
.message__row {
  display: flex;
  justify-content: space-between;
}
.meessage__item {
  margin-bottom: 0.3rem;
  width: 48.71%;
}
.meessage__item .text {
  box-sizing: border-box;
  padding-left: 0.36rem;
  height: 0.72rem;
  border: none;
  line-height: 0.72rem;
  background: #f1f1fa;
  color: #b3b3b3;
  font-size: 16px;
  border-radius: 2px;
}
.meessage__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.meessage__item .text::-webkit-input-placeholder {
  color: #b3b3b3;
}
.message__row1 .meessage__item {
  width: 100%;
}
.message__row1 .meessage__item .text {
  padding: 0.18rem 0.36rem;
  height: 2.8rem;
  line-height: 1.8;
  resize: none;
}
.message__btn {
  display: flex;
  justify-content: center;
  padding-top: 0.28rem;
}
.message__btn .sub {
  display: inline-block;
  margin-right: 0.42rem;
  width: 1.9rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #cccce2;
  transition: 0.45s;
  cursor: pointer;
}
.message__btn .sub:hover,
.message__btn .sub:last-child {
  background: #429ef0;
}
.message__btn .sub:last-child {
  margin-right: 0;
}
.news__banner {
  display: flex;
  flex-direction: row-reverse;
}
.news__banner--imgs {
  width: 50%;
}
.news__banner--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__banner--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__banner--left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #294FDE !important;
}
.news__banner--left:before {
  position: absolute;
  left: 4.2708vw;
  bottom: 3.9063vw;
  content: "";
  width: 2.16rem;
  height: 1.89rem;
  background: url(../img/newbg.png) center no-repeat;
  background-size: cover;
}
.news__title {
  margin-bottom: 0.84rem;
  text-align: center;
}
.news__title small {
  display: block;
  margin-bottom: 0.22rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.news__title strong {
  display: block;
  letter-spacing: 0.12rem;
  line-height: 1;
  color: #fff;
  font-size: 0.48rem;
}
.news__btns li {
  margin-bottom: 0.36rem;
  text-align: center;
}
.news__btns li:hover a,
.news__btns li.active a {
  background: #fff;
  border-color: #fff;
  color: #0779d8;
}
.news__btns li a {
  display: inline-block;
  width: 1.88rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  border-radius: 0.26rem;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.news__btns li:last-child {
  margin-bottom: 0;
}
.news__imgs {
  width: 50%;
}
.news__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__imgs figure img {
  transition: 0.68s;
}
.news__info a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.news__info a:hover .news__imgs figure img {
  transform: scale(1.06);
}
.news__info a:hover .sustainable__text strong {
  color: #429ef0;
}
.news__info a .sustainable__text {
  padding: 0 12.5vw 0 6.25vw;
}
.news__info a .sustainable__text .sustainable__arrow {
  margin-left: -6.25vw;
  margin-right: -12.5vw;
}
.news__wrbox {
  padding: 1.56rem 9.375vw 1.6rem;
  background: #f1f1fa;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
.news__list li {
  margin-right: 5%;
  position: relative;
  margin-bottom: 0.75rem;
  width: 30%;
}
.news__list li:nth-child(3n+3) {
  margin-right: 0;
}
.news__list li a {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #fff;
}
.news__list li a figure {
  position: relative;
  display: block;
  padding-bottom: 117.19%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.news__list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__list li a figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(57deg, #21b17b 0%, #0f51cb 100%);
  opacity: 0.72;
}
.news__list li a figure img {
  transition: 0.65s;
  transform: scale(1.08);
}
.news__list li a:hover figure {
  opacity: 1;
  visibility: visible;
}
.news__list li a:hover figure img {
  transform: scale(1);
}
.news__list li a:hover .news__tops {
  border-top-color: #fff;
}
.news__list li a:hover .news__tops time,
.news__list li a:hover .news__tops strong {
  color: #fff;
}
.news__list li a:hover .news__down p {
  color: #fff;
}
.news__list li a:hover .news__down p i {
  border-color: #fff;
  color: #fff;
}
.news__list li a:hover .news__down span {
  background: #fff;
}
.news__fix {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.64rem;
  bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
}
.news__tops {
  padding-top: 0.45rem;
  border-top: 1px solid #429ef0;
  transition: 0.35s;
}
.news__tops time {
  display: block;
  margin-bottom: 0.36rem;
  color: #999999;
  font-size: 16px;
  transition: 0.35s;
}
.news__tops strong {
  display: block;
  line-height: 1.5;
  color: #444444;
  font-size: 0.28rem;
  font-weight: normal;
  transition: 0.35s;
}
.news__down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__down p {
  display: flex;
  align-items: center;
  color: #429ef0;
  font-size: 16px;
  transition: 0.35s;
}
.news__down p i {
  display: inline-block;
  margin-left: 0.15rem;
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #429ef0;
  color: #429ef0;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 0.38rem;
  transition: 0.35s;
}
.news__down span {
  display: inline-block;
  width: 0.73rem;
  height: 1px;
  background: #429ef0;
  transition: 0.35s;
}
.news__view {
  position: relative;
  padding: 2.6rem 0 2.1rem;
  z-index: 3;
}
.news__view:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 80.2604vw;
  height: 66.3021vw;
  background: url(../img/newsbg1.png) center no-repeat;
  background-size: cover;
}
.news__view:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 92.2396vw;
  height: 72.6042vw;
  background: url(../img/newsbg2.png) center no-repeat;
  background-size: cover;
}
.news__view--info {
  margin: auto;
  max-width: 90%;
  width: 1080px;
}
.news__view--top {
  padding-bottom: 0.64rem;
  border-bottom: 1px solid #dddddd;
}
.news__back a {
  display: flex;
  align-items: center;
}
.news__back a i {
  display: inline-block;
  margin-right: 0.18rem;
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #429ef0;
  color: #429ef0;
  font-size: 14px;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 50%;
}
.news__back a span {
  display: inline-block;
  color: #429ef0;
  font-size: 0.2rem;
}
.news__view--title {
  margin-top: 0.52rem;
}
.news__view--title strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
}
.news__view--title p {
  display: flex;
  align-items: center;
}
.news__view--title p span {
  display: inline-block;
  margin-right: 0.18rem;
  color: #429ef0;
  font-size: 0.2rem;
}
.news__view--title p span:last-child {
  margin-right: 0;
}
.news__view--text {
  padding: 0.7rem 0 0.95rem;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.news__view--text img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page__prev {
  padding-top: 0.5rem;
  border-top: 1px solid #dddddd;
}
.page__prev p {
  margin-bottom: 0.3rem;
}
.page__prev p:last-child {
  margin-bottom: 0;
}
.page__prev p a {
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
.page__prev p a:hover {
  color: #429ef0;
}
.platform__banner {
  position: relative;
  padding-top: 0.4rem;
}
.platform__banner figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.platform__banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform__banner--text {
  position: absolute;
  left: 9.375vw;
  top: 50%;
  transform: translateY(-50%);
  width: 7.25rem;
}
.platform__banner--text strong {
  display: block;
  margin-bottom: 0.42rem;
  line-height: 1;
  color: #fff;
  font-size: 0.56rem;
}
.platform__banner--text p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 2;
}
.technical-platform {
  padding: 1.8rem 9.375vw 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technical__tt {
  display: block;
  margin-bottom: 0.8rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.48rem;
  text-align: center;
}
.technical__list {
  margin-top: 0.84rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.technical__list li {
  margin-right: 4.25%;
  margin-bottom: 0.6rem;
  position: relative;
  width: 16.6%;
}
.technical__list li:hover figure:before {
  opacity: 1;
  visibility: visible;
}
.technical__list li:hover figure img {
  opacity: 0;
  visibility: hidden;
}
.technical__list li:hover .technical__wr strong {
  color: #429ef0;
  font-weight: bold;
}
.technical__list li figure {
  display: block;
  position: relative;
  line-height: 1;
}
.technical__list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/technical__bg1.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.technical__list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.technical__list li:nth-child(5n+5) {
  margin-right: 0;
}
.technical__wr {
  position: absolute;
  left: 50%;
  margin-left: -0.81rem;
  top: 50%;
  margin-top: -0.65rem;
  width: 1.62rem;
  text-align: center;
  z-index: 3;
}
.technical__wr b {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #429ef0;
  font-size: 0.48rem;
  font-family: Arial, Helvetica, sans-serif;
}
.technical__wr strong {
  color: #666666;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.8;
  transition: 0.35s;
}
.process {
  padding: 8.8542vw 9.375vw 11.1458vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.process__top {
  margin-bottom: 7.7083vw;
}
.process__top .technical__tt {
  margin-bottom: 0.56rem;
  color: #fff;
}
.process__btn {
  display: flex;
  margin: auto;
  width: auto;
  border: 1px solid #fff;
  border-radius: 0.26rem;
}
.process__btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 0.25rem;
}
.process__btn span.active {
  background: #fff;
  color: #429ef0;
}
.process__item {
  display: none;
}
.process__item img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.process__item:first-child {
  display: block;
}
.process__line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.process__line:before {
  position: absolute;
  left: 1.56rem;
  right: 1.56rem;
  top: 0.62rem;
  content: "";
  border-top: 1px dashed #fff;
}
.process__line li {
  width: 20%;
  margin-bottom: 0.4rem;
}
.process__line li b {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fff;
}
.process__line li b:before {
  position: absolute;
  left: -0.13rem;
  right: -0.13rem;
  top: -0.13rem;
  bottom: -0.13rem;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
}
.process__line li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-height: 0.56rem;
}
.process__line li strong {
  margin-top: 3.0208vw;
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
}
.process__line li small {
  display: block;
  text-align: center;
  margin-top: 0.22rem;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}
.technique {
  padding: 6.25vw 9.375vw;
}
.technique__top .technical__tt {
  margin-bottom: 0.8rem;
}
.technique__btn {
  border-color: #429ef0;
}
.technique__btn span {
  color: #429ef0;
}
.technique__btn span.active {
  background: #429ef0;
  color: #fff;
}
.technique__tab {
  margin-top: 0.8rem;
}
.technique__item {
  display: none;
}
.technique__item:first-child {
  display: block;
}
.technique__item figure {
  display: block;
  line-height: 1;
  text-align: center;
}
.technique__item figure img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.advantage {
  padding: 0.8rem 9.375vw 0;
}
.advantage__list {
  margin-top: 0.64rem;
  display: flex;
  flex-wrap: wrap;
}
.advantage__list li {
  position: relative;
  width: 33.333%;
}
.advantage__list li:hover figure img {
  transform: scale(1.06);
}
.advantage__list li figure {
  position: relative;
  display: block;
  padding-bottom: 67.115%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.advantage__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage__list li figure img {
  transition: 0.65s;
}
.advantage__fix {
  position: absolute;
  left: 0.48rem;
  right: 0.4rem;
  top: 0.48rem;
}
.advantage__fix strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
  letter-spacing: 2px;
}
.advantage__fix p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}
.spots {
  padding: 7.8125vw 9.375vw 9.7917vw;
}
.spots__title {
  margin-bottom: 0.5rem;
}
.spots__title .technical__tt {
  margin-bottom: 0.25rem;
}
.spots__title p {
  color: #666666;
  font-size: 0.2rem;
  text-align: center;
}
.spots__table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.spots__table table thead tr th {
  height: 0.7rem;
  background: #429ef0;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  width: 12.5%;
}
.spots__table table tbody tr:nth-child(2n+2) td {
  background: #daecfc;
}
.spots__table table tbody tr:first-child td {
  font-weight: normal;
}
.spots__table table tbody tr:first-child td:first-child {
  font-weight: bold;
}
.spots__table table tbody tr td {
  padding: 0.18rem 1.0417vw;
  height: 1.32rem;
  box-sizing: border-box;
  border: 4px solid #fff;
  color: #429ef0;
  font-size: 0.18rem;
  text-align: center;
  line-height: 2;
  background: #ecf5fe;
  font-weight: bold;
}
.assurances__top {
  padding: 1.9rem 0 1.3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.assurance__title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.assurance__title strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #222222;
  font-size: 0.48rem;
}
.assurance__title p {
  color: #666666;
  font-size: 0.24rem;
}
.assurances__swiper {
  position: relative;
  left: 50%;
  margin-left: -16.8rem;
  padding: 0.35rem 0;
  width: 33.6rem;
}
.assurance-slide {
  position: relative;
  width: 33.3333%;
  display: flex;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 0.35rem rgba(146, 175, 218, 0.25);
}
.assurance-slide:hover .assurance__imgs figure img {
  transform: scale(1.08);
}
.assurance__imgs {
  width: 38.8%;
}
.assurance__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 116.279%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.assurance__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assurance__imgs figure img {
  transition: 0.68s;
}
.assurances__info {
  padding: 3.3333vw 2.7083vw 3.75vw 3.125vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 0;
  flex: 1;
}
.assurances__text strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.8;
  color: #429ef0;
  font-size: 0.28rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.assurances__text p {
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.assurances__btn {
  display: flex;
  align-items: center;
}
.assurances__btn a {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  margin-right: 0.84rem;
  color: #429ef0;
  font-weight: bold;
  font-size: 16px;
  transition: 0.35s;
}
.assurances__btn a:hover {
  opacity: 0.8;
}
.assurances__btn a i {
  display: inline-flex;
  margin-right: 0.12rem;
  font-style: normal;
  color: #429ef0;
  font-size: 0.22rem;
  font-weight: normal;
}
.assurances__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.28rem;
  z-index: 10;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid #429ef0;
  color: #429ef0;
  font-size: 0.2rem;
  cursor: pointer;
  text-align: center;
  line-height: 0.54rem;
  transition: 0.4s;
}
.assurances__prev:hover {
  background: #429ef0;
  color: #fff;
}
.assurances__prev.prev {
  left: 50%;
  margin-left: -6.24rem;
}
.assurances__prev.next {
  left: 50%;
  margin-left: 5.66rem;
}
.assurances__box {
  padding: 1.08rem 9.375vw 2rem;
  text-align: center;
}
.assurances__menu {
  display: inline-flex;
  border: 1px solid #429ef0;
  border-radius: 0.26rem;
}
.assurances__menu p {
  width: 2rem;
  height: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  color: #429ef0;
  font-size: 0.18rem;
  cursor: pointer;
}
.assurances__menu p a {
  display: block;
  color: #429ef0;
  line-height: 0.5rem;
  border-radius: 0.25rem;
}
.assurances__menu p a:hover,
.assurances__menu p a.active {
  background: #429ef0;
  color: #fff;
}
.assurances__li {
  margin-top: 1.1rem;
  padding-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.assurances__li li {
  margin-right: 4%;
  margin-bottom: 0.68rem;
  width: 48%;
  display: block;
  box-sizing: border-box;
  padding: 0.44rem 2.8125vw 0.56rem;
  border: 1px solid #ddddf1;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.assurances__li li:nth-child(2n+2) {
  margin-right: 0;
}
.assurances__li li:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 0.35rem rgba(146, 175, 218, 0.25);
}
.assurances__li li strong {
  display: block;
  margin-bottom: 0.54rem;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qualitys__bann {
  position: absolute;
  left: 9.375vw;
  top: 50%;
  transform: translateY(-50%);
  width: 8.5rem;
}
.qualitys__bann img {
  display: inline-flex;
  width: auto;
  height: 2.25rem;
}
.qualitys__bann strong {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -0.16rem;
  margin-bottom: 0.4rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.48rem;
}
.qualitys__bann p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 2.2;
}
.quality__imgs {
  position: absolute;
  right: 9.375vw;
  bottom: 12.1875vw;
  width: 31.6667vw;
  line-height: 1;
}
.quality__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.partition {
  padding: 12.1875vw 9.375vw;
}
.partition__title {
  text-align: center;
}
.partition__title strong {
  display: block;
  margin-bottom: 0.48rem;
  color: #429ef0;
  font-size: 0.48rem;
  line-height: 1;
}
.partition__title p {
  margin: auto;
  max-width: 100%;
  width: 11rem;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.partition__btns {
  margin-bottom: 0.68rem;
  margin-top: 0.58rem;
  display: flex;
  justify-content: center;
}
.partition__btns span {
  display: inline-flex;
  z-index: 3;
  position: relative;
  margin-right: 0.58rem;
  align-items: center;
  padding: 0 0.34rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.partition__btns span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 0.28rem;
  background: #45a0f1;
  transition: 0.35s;
}
.partition__btns span:before {
  position: absolute;
  left: 50%;
  margin-left: -1.25rem;
  top: 50%;
  margin-top: -1.25rem;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
.partition__btns span:nth-child(2):after {
  background: #00b6db;
}
.partition__btns span:nth-child(3):after {
  background: #294fde;
}
.partition__btns span:nth-child(4):after {
  background: #00b363;
}
.partition__btns span.active:after {
  transform: scale(1.1);
}
.partition__btns span:hover:after {
  transform: scale(1.1);
}
.partition__btns span:hover:before {
  animation: sclamove 1.8s 0.2s linear;
}
.partition__btns span:last-child {
  margin-right: 0;
}
.partition__btns span i {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.37rem;
  height: 0.25rem;
  background: url(../img/partitiond.png) center no-repeat;
  background-size: cover;
}
@keyframes sclamove {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.partition-slide {
  overflow: hidden;
}
.partition-slide figure {
  position: relative;
  display: block;
  padding-bottom: 43.91%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.partition-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partition__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 4.5833vw 2.8125vw 4.1667vw;
  box-sizing: border-box;
  width: 5.78rem;
  background: #294FDE;
}
.partition__info strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.partition__info p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.system {
  position: relative;
  padding-bottom: 50vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.system__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  line-height: 2;
  font-weight: bold;
}
.inventory {
  padding: 1.55rem 9.375vw 1.8rem;
}
.inventory__table {
  margin-top: 0.68rem;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.inventory__table img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.inventory__table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.inventory__table table thead tr th {
  width: 25%;
  height: 0.7rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #429ef0;
  font-size: 0.24rem;
}
.inventory__table table tbody tr td {
  height: 0.7rem;
  color: #45a0f1;
  background: #ecf5fe;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.18rem;
}
.inventory__table table tbody tr:nth-child(2n+2) td {
  background: #daecfc;
}
.service__class {
  padding: 2rem 0;
  background: #00b6db;
}
.service__wrs {
  margin: auto;
  width: 10.9rem;
  text-align: center;
}
.service__wrs b {
  display: block;
  text-align: center;
  height: 0.68rem;
}
.service__wrs b img {
  margin: auto;
  width: auto;
  max-height: 100%;
  height: 100%;
}
.service__wrs strong {
  display: block;
  margin-top: 0.46rem;
  margin-bottom: 0.36rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.48rem;
}
.service__wrs p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 2;
}
.development {
  padding: 0.8rem 9.375vw;
}
.development__imgs {
  margin-top: 0.8rem;
}
.development__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.advantages {
  padding: 2rem 9.375vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantages .partition__title strong {
  color: #fff;
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
}
.advantages__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  margin-top: -1px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(41, 79, 222, 0.3);
  text-align: center;
  height: 1.4rem;
  transition: 0.5s;
}
.advantages__list li:hover {
  background: #294fde;
}
.advantages__list li strong {
  display: block;
  margin-bottom: 0.08rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
}
.advantages__list li p {
  padding: 0 0.26rem;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.platform__bsevicer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100vh;
  background: #2db9ed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.platform__bsevicer:before {
  position: absolute;
  left: 0;
  top: 5.9375vw;
  content: "";
  width: 44.5313vw;
  height: 44.1667vw;
  background: url(../img/platformbg1.png) center no-repeat;
  background-size: cover;
}
.platform__infos {
  padding-left: 9.375vw;
}
.platform__infos small {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  opacity: 0.2;
  display: none;
}
.platform__infos strong {
  display: block;
  padding-left: 0.24rem;
  margin-top: 0.5rem;
  margin-bottom: 0.44rem;
  line-height: 1;
  color: #fff;
  font-size: 0.56rem;
}
.platform__infos p {
  padding-left: 0.24rem;
  position: relative;
  z-index: 4;
  width: 7.6rem;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.4;
}
.platform__imgs {
  position: absolute;
  right: 0.52rem;
  bottom: 0;
  width: 35.7292vw;
  line-height: 0;
  z-index: -1;
}
.platform__imgs img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20.36vw 20.36vw 0 0;
}
.platform__menu {
  position: absolute;
  left: 9.375vw;
  right: 9.375vw;
  bottom: 0.74rem;
  background: #294fde;
  border-radius: 0.33rem;
}
.platform__menu--list {
  display: flex;
  justify-content: space-between;
}
.platform__menu--list li {
  margin-right: auto;
}
.platform__menu--list li:last-child {
  margin-right: 0;
}
.platform__menu--list li:hover a,
.platform__menu--list li.active a {
  background: #00A86C;
  color: #fff;
  font-weight: bold;
}
.platform__menu--list li a {
  display: flex;
  justify-content: center;
  padding: 0 1.5vw;
  align-items: center;
  height: 0.64rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.18rem;
  border-radius: 0.32rem;
}
.craft {
  display: flex;
  padding: 1rem 0;
  align-items: flex-start;
  background: #294FDE !important;
}
.craft__left {
  display: flex;
  align-items: center;
  position: relative;
  width: 65.4167vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.craft__left:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #294FDE !important;
}
.craft__wr {
  position: relative;
  padding: 0 13.0208vw 0 9.375vw;
}
.craft__title {
  padding-bottom: 0.64rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.craft__title:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 3.36rem;
  height: 1px;
  background: #fff;
}
.craft__title strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.48rem;
}
.craft__title p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 2.4;
}
.trait {
  padding-top: 0.66rem;
}
.trait strong {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.24rem;
}
.trait p {
  position: relative;
  padding-left: 0.42rem;
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.8;
}
.trait p:before {
  position: absolute;
  left: 0.1rem;
  top: 0.15rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
}
.craft__delepments {
  width: 0;
  flex: 1;
  background: #294FDE !important;
}
.product__craft {
  padding: 0 5.2083vw 0.6rem 0;
  color: #fff;
  font-size: 0.48rem;
  font-weight: bold;
}
.craft__li {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.craft__li li {
  padding-left: 0;
  display: flex;
  align-items: center;
  height: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.craft__li li b {
  display: block;
  width: 0.8rem;
}
.craft__li li b img {
  display: inline-block;
  width: auto;
  max-height: 0.32rem;
}
.craft__li li p {
  color: #fff;
  font-size: 0.16rem;
}
.qbd__idea {
  padding: 1.5rem 9.375vw 0;
}
.idea__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.idea__fix {
  padding-top: 9.8958vw;
  width: 53.2%;
}
.idea__fix strong {
  display: block;
  line-height: 1.1;
  color: #429ef0;
  font-size: 0.48rem;
}
.idea__text {
  margin-top: 6.3542vw;
}
.idea__text p {
  position: relative;
  padding-left: 0.44rem;
  margin-bottom: 0.16rem;
  color: #666666;
  font-size: 16px;
  line-height: 2.4;
}
.idea__text p:before {
  position: absolute;
  left: 0.1rem;
  top: 0.14rem;
  content: "";
  width: 7px;
  height: 7px;
  background: #00b362;
  border-radius: 50%;
}
@keyframes rolates {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.idea__imgs {
  position: relative;
  width: 33.9583vw;
  height: 33.9583vw;
}
.idea__imgs img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.idae__arlcle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.idea__name {
  position: absolute;
  left: 0.48rem;
  top: 50%;
  margin-top: -0.62rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 50%;
  background: #429ef0;
  color: #fff;
  font-size: 16px;
}
.idea__line {
  position: absolute;
  right: -9.375vw;
  top: 50%;
  height: 1px;
  width: 90.025vw;
  background: rgba(66, 158, 240, 0.2);
}
.dmp__product {
  padding: 1.2rem 9.375vw 8.6458vw;
  overflow: hidden;
}
.dmp__title {
  display: block;
  line-height: 1;
  color: #429ef0;
  font-size: 0.48rem;
  text-align: center;
}
.gmp__wrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.62rem;
}
.gmp__en {
  position: absolute;
  right: -18.75vw;
  top: 0.78rem;
  z-index: -1;
  display: none;
}
.gmp__en small {
  display: block;
  line-height: 1;
  color: #294fde;
  font-size: 9.5833vw;
  opacity: 0.1;
  font-weight: bold;
}
.gmp__info {
  width: 29.74%;
}
.gmp__text strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1.2;
  color: #00b362;
  font-size: 0.36rem;
  font-weight: normal;
}
.gmp__text p {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.gmp__data {
  margin-top: 4.1667vw;
  display: flex;
  justify-content: space-between;
}
.gmp__data li {
  text-align: center;
}
.gmp__data li p {
  color: #00b362;
  font-size: 16px;
  line-height: 1;
}
.gmp__data li p b {
  display: inline-block;
  font-size: 0.3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.gmp__data li span {
  display: block;
  margin-top: 0.1rem;
  line-height: 1.8;
  color: #999999;
  font-size: 16px;
}
.gmp__bs {
  margin-left: 4.5833vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 0;
  flex: 1;
}
.gmp__imgs {
  width: 60.8%;
}
.gmp__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.gmp__gl {
  padding-left: 3.6458vw;
  flex: 1;
}
.gmp__gl strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #00b362;
  font-size: 0.28rem;
}
.gmp__gl p {
  color: #666;
  font-size: 16px;
  line-height: 2.2;
}
.testing-services {
  padding: 6.77vw 9.375vw 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.testing__wrap {
  margin-top: 5.73vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.testing__imgs {
  width: 48.333%;
}
.testing__imgs img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}
.dmp__title1 {
  color: #fff;
}
.testing__list {
  width: 42.56%;
}
.testing__list li {
  padding: 1.82vw 0 1.82vw 0.6rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.testing__list li:before {
  position: absolute;
  left: 0.24rem;
  top: 50%;
  margin-top: -3.5px;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}
.testing__list li p {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 2;
}
.registra {
  padding: 11.4583vw 9.375vw 1.18rem;
  overflow: hidden;
}
.registra__title {
  position: relative;
}
.registra__title .dmp__title {
  text-align: left;
}
.registra__title small {
  display: block;
  position: absolute;
  right: -9.375vw;
  top: -0.8rem;
  color: #429ef0;
  font-size: 7.7604vw;
  line-height: 0.9;
  opacity: 0.1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.registra__wrap {
  margin-top: 0.6rem;
  display: flex;
  position: relative;
  z-index: 3;
}
.registra__item {
  margin-right: -3.2%;
  position: relative;
  width: 51.6%;
}
.registra__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.registra__info {
  position: absolute;
  left: 50%;
  margin-left: -2.05rem;
  top: 0;
  padding-top: 5.8333vw;
  width: 4.1rem;
  text-align: center;
}
.registra__info strong {
  display: block;
  line-height: 1;
  color: #429ef0;
  font-size: 0.24rem;
  font-weight: normal;
}
.registra__list {
  margin-top: 0.56rem;
}
.registra__list p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 0.68rem;
  color: #666666;
  font-size: 0.16rem;
  border-bottom: 1px dashed #dcdcdc;
}
.higher {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../img/62.png);
  padding: 0.7rem 1.28rem 0.7rem 1.74rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2.95rem;
}
.higher strong {
  display: block;
  padding-top: 0.26rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.6;
}
.higher__list {
  width: 54.89%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.higher__list li {
  padding-left: 0.48rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 0.87rem;
  color: #fff;
  font-size: 0.16rem;
}
.higher__list li:before {
  position: absolute;
  left: 0.1rem;
  top: 50%;
  margin-top: -3.5px;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}
.seek-advice {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
.seek__top {
  padding: 1.48rem 9.375vw 1.4rem;
}
.seek__top .dmp__title {
  text-align: left;
}
.seek__list {
  margin-top: 0.8rem;
  display: flex;
}
.seek__list li {
  flex: 1;
  margin-right: 2.5vw;
  padding: 0.48rem 0.24rem 0.42rem;
  border: 1px solid #294fde;
  border-radius: 0.28rem;
  text-align: center;
  transition: 0.4s;
}
.seek__list li:last-child {
  margin-right: 0;
}
.seek__list li b {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #1b6cf5;
  font-size: 0.48rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.4s;
}
.seek__list li p {
  color: #1b6cf5;
  font-size: 0.16rem;
  transition: 0.4s;
}
.seek__title {
  padding: 0 5% 0.66rem;
  text-align: center;
}
.seek__title strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #294fde;
  font-size: 0.36rem;
}
.seek__title p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2.2;
}
.seek__title p b {
  color: #1b6cf5;
  font-weight: bold;
}
.seek__swiper {
  position: relative;
  left: -4%;
  width: 108%;
}
.seek-slide {
  width: 33.333%;
  transition: 0.5s;
}
.seek-slide.swiper-slide-active {
  padding-top: 0.65rem;
}
.seek-slide figure {
  position: relative;
  display: block;
  padding-bottom: 77.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.46rem;
}
.seek-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.confirmates {
  padding: 1.72rem 9.375vw 1.45rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.confirmates__info {
  width: 37.82%;
}
.confirmates__info small {
  display: block;
  position: relative;
  left: -6.9792vw;
  line-height: 0.9;
  font-size: 7.8125vw;
  white-space: nowrap;
  color: #429ef0;
  opacity: 0.1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: none;
}
.confirmates__info strong {
  display: block;
  margin-top: 4.1667vw;
  margin-bottom: 2.7083vw;
  line-height: 1;
  color: #429ef0;
  font-size: 0.48rem;
}
.confirmates__info p {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.confirmates__imgs {
  margin-right: -4.375vw;
  width: 46.0938vw;
}
.confirmates__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.laundry {
  padding: 17.9688vw 0 19.7917vw;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.laundry__wrap {
  margin: auto;
  width: 10.1rem;
  text-align: center;
}
.laundry__wrap strong {
  display: block;
  margin-bottom: 0.54rem;
  line-height: 1;
  color: #fff;
  font-size: 0.48rem;
}
.laundry__wrap p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 2.2;
}
.platform__menu_bd {
  right: auto !important;
  margin-left: 0 !important;
  transform: translateX(-50%) !important;
}
.header.scoll .logo2,
.header.innerbg .logo2 {
  display: block;
}
.header.scoll .logo1,
.header.innerbg .logo1 {
  display: none;
}
.header.scoll {
  background: #fff;
  border-bottom: 1px solid #B4B4B4;
  transition: 0.4s;
}
.header.scoll .btn_search a i,
.header.innerbg .btn_search a i {
  opacity: 0;
}
.header.scoll .btn_search a .black,
.header.innerbg .btn_search a .black {
  opacity: 1;
}
.header.scoll .btn_language span i,
.header.innerbg .btn_language span i {
  opacity: 0;
}
.header.scoll .btn_language span .black,
.header.innerbg .btn_language span .black {
  opacity: 1;
}
.header.scoll .btn_nav i,
.header.scoll .btn_nav i::before,
.header.scoll .btn_nav i::after {
  background: #333;
}
.header.innerbg .btn_nav i,
.header.innerbg .btn_nav i::before,
.header.innerbg .btn_nav i::after {
  background: #333;
}
