@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;
}
.app {
  max-width: 100%;
  margin: 0 auto;
}
.stock-code {
  margin-left: 0.42rem;
  padding: 0.03rem 0 0 0.32rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.stock-code p {
  margin-bottom: 0.08rem;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.stock-code p:last-child {
  margin-bottom: 0;
  font-family: "DIN-Light";
  font-size: 0.22rem;
}
.btext {
  position: absolute;
  left: 9.38vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.btext strong {
  display: block;
  margin-bottom: 2.34vw;
  line-height: 1.5;
  color: #fff;
  font-size: 2.71vw;
  font-weight: normal;
}
.common-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004098;
  width: 1.9rem;
  height: 0.64rem;
  border-radius: 2px;
  transition: 0.4s;
}
.common-btns:hover {
  background: #004d98;
}
.common-btns:hover i {
  left: 4px;
}
.common-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.common-btns span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.35s;
}
.common-btns i {
  display: inline-block;
  position: relative;
  left: 0;
  margin-left: 0.16rem;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
}
.banner-bottom {
  position: absolute;
  left: 9.38vw;
  right: 9.38vw;
  bottom: 1rem;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.26rem;
}
.banner-bottom .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.2rem;
  font-family: "DIN-Medium";
  line-height: 1;
}
.banner-bottom .swiper-pagination .swiper-pagination-current {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 0.36rem;
  color: #fff;
}
.banner-bottom .swiper-pagination .swiper-pagination-total {
  margin-left: 3px;
}
.banner-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.banner-line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 1px;
  background: #fff;
}
.banner-btn {
  display: flex;
  align-items: center;
}
.banner-btn span {
  display: inline-block;
  margin-right: 0.3rem;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s;
}
.banner-btn span:hover {
  color: #004098;
}
.banner-btn span:last-child {
  margin-right: 0;
}
.home-about {
  position: relative;
  padding-top: 1rem;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.home-about-list {
  width: 67.29%;
  height: 100%;
}
.home-about-li {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.home-about-li li {
  position: relative;
  width: 33.333%;
  height: 50%;
}
.home-about-li li:nth-child(2n+2) figure:before {
  background: rgba(199, 203, 217, 0.8);
}
.home-about-li li:nth-child(3) figure:before {
  background: rgba(14, 29, 87, 0.85);
}
.home-about-li li:nth-child(4) figure:before {
  background: rgba(54, 62, 90, 0.9);
}
.home-about-li li:nth-child(5) figure:before {
  background: rgba(5, 14, 48, 0.8);
}
.home-about-li li:nth-child(6) figure:before {
  background: rgba(231, 37, 16, 0.8);
}
.home-about-li li:hover figure img {
  transform: scale(1.06);
}
.home-about-li li figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  height: 100%;
}
.home-about-li li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(14, 29, 87, 0.7);
}
.home-about-li li figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.68s;
}
.home-about-fix {
  position: absolute;
  left: 0.45rem;
  top: 0.6rem;
  z-index: 5;
}
.home-about-fix strong {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.home-about-fix strong b {
  display: inline-block;
  margin-right: 0.1rem;
  letter-spacing: -0.31vw;
  font-size: 0.84rem;
  font-family: "DIN-Medium";
  font-weight: normal;
  line-height: 0.8;
}
.home-about-fix p {
  margin-top: 0.32rem;
  color: #fff;
  font-size: 18px;
  opacity: 0.7;
  line-height: 1;
}
.home-about-info {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.home-about-info:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 48, 0.7);
}
.home-about-info figure {
  display: block;
  height: 100%;
  overflow: hidden;
}
.home-about-info figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about-text {
  position: absolute;
  left: 0.54rem;
  right: 0.5rem;
  top: 0.8rem;
  z-index: 3;
}
.home-about-text .about-tt {
  display: inline-block;
  position: relative;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #fff;
  font-size: 0.44rem;
}
.home-about-text .common-btns {
  background: #fff;
}
.home-about-text .common-btns:hover {
  background: #004d98;
}
.home-about-text .common-btns:hover span,
.home-about-text .common-btns:hover i {
  color: #fff;
}
.home-about-text .common-btns span,
.home-about-text .common-btns i {
  color: #004098;
}
.home-about-ii {
  padding-bottom: 8.33vw;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.home-about-ii p {
  margin-bottom: 0.26rem;
}
.common-block {
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 0rem;
  width: 0.39rem;
  height: 0.39rem;
  background: #004d98;
}
.common-block:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1.36rem;
  height: 100%;
  background: linear-gradient(to right, #004d98 0%, rgba(18, 51, 74, 0) 100%);
}
.digital-services {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.digital-services-top {
  padding: 9.38vw 9.38vw 0;
  background: #fff;
}
.digital-title {
  position: relative;
  margin-bottom: 3.13vw;
  color: #000000;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.common-block1 {
  left: auto;
  margin-left: 0;
  right: 100%;
  margin-right: 0.24rem;
}
.common-block1:before {
  width: 1.18rem;
  left: auto;
  right: 100%;
  background: linear-gradient(to left, #004d98 0%, rgba(18, 51, 74, 0) 100%);
  opacity: 0.7;
}
.digital-btn {
  margin-left: -25px;
  margin-right: -25px;
}
.digital-btn-item {
  float: left;
  width: 10%;
  text-align: center;
}
.digital-btn-item:hover .digital-btn-wr:before,
.digital-btn-item.slick-current .digital-btn-wr:before {
  opacity: 1;
  transform: scaleX(1);
}
.digital-btn-item:hover .digital-btn-wr b img.show,
.digital-btn-item.slick-current .digital-btn-wr b img.show {
  opacity: 0;
  visibility: hidden;
}
.digital-btn-item:hover .digital-btn-wr b img.hide,
.digital-btn-item.slick-current .digital-btn-wr b img.hide {
  opacity: 1;
  visibility: visible;
}
.digital-btn-item:hover .digital-btn-wr span,
.digital-btn-item.slick-current .digital-btn-wr span {
  color: #004d98;
  font-weight: bold;
}
.digital-btn-wr {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 0.04rem;
  padding-bottom: 1.67vw;
  line-height: 1;
  cursor: pointer;
}
.digital-btn-wr:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 2px;
  background: #004d98;
  transform: scaleX(0);
  transition: 0.4s;
  opacity: 0;
}
.digital-btn-wr b {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 0.24rem;
  height: 0.24rem;
}
.digital-btn-wr b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.35s;
}
.digital-btn-wr b img.hide {
  opacity: 0;
  visibility: hidden;
}
.digital-btn-wr span {
  display: inline-block;
  margin-left: 4px;
  color: #171717;
  font-size: 18px;
  transition: 0.35s;
}
.digital-services-tab {
  padding: 2.71vw 9.38vw 0;
  margin: 0 -30px;
  flex: 1;
  background: #eff3ff;
}
.digital-services-item {
  float: left;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.digital-info {
  padding-top: 2.4vw;
  width: 53.39%;
}
.digital-text,
.digital-resers {
  margin-bottom: 1.6rem;
}
.digital-text strong,
.digital-resers strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 0.38rem;
}
.digital-text p,
.digital-resers p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
  opacity: 0.8;
}
.digital-co {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.14rem;
}
.digital-co li {
  margin-right: 2%;
  margin-bottom: 10px;
  width: 18.4%;
}
.digital-co li:nth-child(5n+5) {
  margin-right: 0;
}
.digital-co li figure {
  position: relative;
  text-align: center;
  background: #fff;
  height: 0.66rem;
  border: 1px solid #eceef2;
  border-radius: 4px;
  transition: 0.3s;
}
.digital-co li figure:hover {
  transform: translateY(-4px);
}
.digital-co li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.digital-right {
  position: relative;
  width: 41.858%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eceef2;
  overflow: hidden;
}
.digital-li {
  display: flex;
  flex-wrap: wrap;
}
.digital-li li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #eceef2;
  margin-left: -1px;
  margin-top: -1px;
  height: 1.56rem;
  text-align: center;
  width: 33.333%;
  transition: 0.4s;
}
.digital-li li:hover {
  background: #c1d2e9;
}
.digital-li li:hover .digital-wrs p {
  color: #fff;
}
.digital-li li:nth-child(n+7) {
  border-bottom: none;
}
.digital-li li:nth-child(3n+3) {
  border-right: none;
  flex: 1;
}
.digital-li li.digital-more {
  width: auto;
  flex: 1;
}
.digital-li li.digital-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.digital-li li.digital-more a:hover i {
  transform: translateX(4px);
}
.digital-li li.digital-more a span {
  display: inline-block;
  color: #004098;
  font-size: 16px;
  font-weight: bold;
}
.digital-li li.digital-more a i {
  display: inline-block;
  margin-left: 0.83vw;
  font-style: normal;
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  transition: 0.35s;
}
.digital-li li:hover .digital-wrs b img.show {
  opacity: 0;
  visibility: hidden;
}
.digital-li li:hover .digital-wrs b img.hide {
  opacity: 1;
  visibility: visible;
}
.digital-wrs b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  width: 39px;
  height: 39px;
  transition: 0.3s;
}
.digital-wrs b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.35s;
}
.digital-wrs b img.hide {
  opacity: 0;
  visibility: hidden;
}
.digital-wrs p {
  margin-top: 0.18rem;
  color: #333333;
  font-size: 16px;
  transition: 0.3s;
}
.reservation {
  position: relative;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reservate-wrap {
  padding: 0 9.38vw;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservate-left {
  flex: 1;
}
.reservate-top {
  margin-bottom: 0.4rem;
}
.reservate-top p {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
}
.reservate-top strong {
  display: block;
  line-height: 1.3;
  color: #fff;
  font-size: 2.29vw;
  font-weight: bold;
}
.reservate-name {
  padding-left: 1.67vw;
  display: flex;
  flex-wrap: wrap;
  width: 20.83vw;
}
.reservate-name p {
  margin-bottom: 20px;
  width: 50%;
  color: #fff;
  font-size: 16px;
}
.reservate-btn {
  display: flex;
  padding-top: 3.33vw;
}
.reservate-btn .common-btns {
  margin-right: 18px;
  background: #fff;
}
.reservate-btn .common-btns span,
.reservate-btn .common-btns i {
  color: #004098;
}
.reservate-btn .common-btns:first-child {
  background: #004d98;
}
.reservate-btn .common-btns:first-child span,
.reservate-btn .common-btns:first-child i {
  color: #fff;
}
.reservate-list {
  margin-left: 2.08vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 59.8%;
}
.reservate-list:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.38rem;
  margin-top: -0.38rem;
  content: "";
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  background: #0a2d92;
  z-index: 3;
}
.reservate-list li {
  position: relative;
  z-index: 2;
  margin: 0.7vw 0;
  margin-right: 3%;
  box-sizing: border-box;
  padding: 0.43rem 0.35rem 0.34rem;
  width: 48.5%;
  background: #fff;
  border-radius: 2px;
}
.reservate-list li:nth-child(2n+2) {
  margin-right: 0;
}
.reservate-list li b {
  display: block;
  margin-bottom: 2.08vw;
  height: 0.39rem;
  line-height: 1;
}
.reservate-list li b img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}
.reservate-list li strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #000000;
  font-size: 0.22rem;
}
.reservate-list li p {
  color: #333333;
  font-size: 16px;
  height: 58px;
}
.reservate-en {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  line-height: 1;
}
.reservate-en img {
  display: inline-block;
  width: auto;
  max-height: 7.08vw;
}
.customer {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.customer-wrap {
  padding-bottom: 34px;
  width: 100%;
}
.customer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.13vw;
}
.customer-btn {
  position: relative;
  margin-right: 0.2rem;
  padding-right: 0.18rem;
}
.customer-btn:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.35rem;
  content: "";
  width: 1px;
  height: 0.7rem;
  background: #e0e0e0;
}
.customer-btn strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #000000;
  font-size: 0.44rem;
}
.customer-btn p {
  display: flex;
  align-items: center;
  color: #004098;
  font-size: 16px;
  font-weight: bold;
}
.customer-btn p i {
  display: inline-block;
  margin-left: 0.1rem;
  font-style: normal;
  font-size: 16px;
}
.customer-in {
  color: #000000;
  font-size: 0.24rem;
  line-height: 1.6;
}
.customer-in b {
  position: relative;
  margin: 0 3px;
  top: 3px;
  line-height: 1;
  color: #004d98;
  font-size: 0.36rem;
  font-family: "DIN-Medium";
}
.customer-in b i {
  font-style: normal;
  font-family: "Arial";
}
.customer-tab {
  position: relative;
  left: -8%;
  width: 116%;
}
.customer-swiper {
  perspective: 2000px;
}
.customer-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-slide.swiper-slide-active figure .bg {
  filter: blur(0px);
}
.customer-slide.swiper-slide-active figure:before {
  opacity: 0;
}
.customer-slide.swiper-slide-prev figure,
.customer-slide.swiper-slide-next figure {
  transform: scale(0.88);
}
.customer-slide figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  line-height: 1;
  overflow: hidden;
  transition: 0.5s;
}
.customer-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: #004098;
  opacity: 0.2;
  transition: 0.4s;
}
.customer-slide figure .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
  transition: 0.4s;
}
.customer-slide figure .logos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
  z-index: 3;
}
.customer-infos {
  margin: 0 9.38vw;
  margin-top: 1.46vw;
  padding: 0 9.06vw;
  position: relative;
}
.customer-btn-prev {
  position: absolute;
  top: 0.52rem;
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.46rem;
  border: 1px solid rgba(0, 64, 152, 0.5);
  transition: 0.35s;
  color: #004098;
  font-size: 16px;
  font-weight: bold;
}
.customer-btn-prev.prev {
  left: 0;
}
.customer-btn-prev.next {
  right: 0;
}
.customer-btn-prev:hover {
  background: #004098;
  border-color: #004098;
  color: #fff;
}
.customer-text-item {
  display: none;
  text-align: center;
}
.customer-text-item:first-child {
  display: block;
}
.customer-text-item strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #004098;
  font-size: 0.24rem;
}
.customer-text-item p {
  color: #333333;
  font-size: 16px;
}
.customer-text-item p i {
  display: inline-block;
  margin-right: 0.15rem;
  width: 0.21rem;
  height: 0.18rem;
  background: url(../images/symbol1.png) center no-repeat;
  background-size: cover;
}
.customer-text-item p i.punctuate2 {
  margin-left: 0.15rem;
  position: relative;
  margin-right: 0;
  top: 4px;
  background: url(../images/symbol2.png) center no-repeat;
  background-size: cover;
}
.news-dynamic {
  padding: 1rem 9.38vw 0;
  box-sizing: border-box;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-dynamic-left {
  width: 52.88%;
}
.news-dynamic-left .common-btns {
  background: #004d98;
}
.news-dynamic-top {
  margin-bottom: 3.13vw;
}
.news-dynamic-top strong {
  display: block;
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 0.44rem;
}
.news-dynamic-top p {
  color: #ffffff;
  font-size: 0.26rem;
  opacity: 0.6;
  font-weight: bold;
}
.news-dynamic-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.news-dynamic-list li {
  margin-bottom: 5.21vw;
  margin-right: 14%;
  width: 43%;
}
.news-dynamic-list li:nth-child(2n+2) {
  margin-right: 0;
}
.news-dynamic-list li a:hover strong {
  opacity: 0.7;
}
.news-dynamic-list li time {
  display: block;
  margin-bottom: 1.04vw;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
}
.news-dynamic-list li strong {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  transition: 0.35s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-dynamic-imgs {
  position: relative;
  width: 42.3%;
  height: calc(100vh - 1rem);
}
.news-dynamic-imgs a {
  display: block;
  height: 100%;
}
.news-dynamic-imgs a:hover figure img {
  transform: scale(1.06);
}
.news-dynamic-imgs a figure {
  display: block;
  line-height: 1;
  height: 100%;
  overflow: hidden;
}
.news-dynamic-imgs a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.88s;
}
.news-dynamic-text {
  position: absolute;
  left: 3.02vw;
  right: 2.6vw;
  bottom: 2.71vw;
  z-index: 3;
}
.news-dynamic-text time {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.news-dynamic-text strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #fff;
  font-size: 1.25vw;
  font-weight: normal;
}
.news-dynamic-text p {
  color: #fff;
  font-size: 17px;
  opacity: 0.8;
}
.home-recuit {
  box-sizing: border-box;
  padding-top: 1rem;
  display: flex;
  height: 100vh;
}
.home-recuit-item {
  position: relative;
  flex: 1;
}
.home-recuit-item figure {
  display: block;
  line-height: 1;
  height: 100%;
}
.home-recuit-item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-recuit-wrap {
  position: absolute;
  left: 50%;
  margin-left: -209px;
  top: 50%;
  margin-top: -11.67vw;
  width: 418px;
}
.home-recuit-btn {
  margin-bottom: 5.52vw;
  text-align: center;
}
.home-recuit-btn strong {
  display: block;
  margin-bottom: 0.34rem;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
}
.home-recuit-btn b {
  display: block;
  margin: auto;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 50%;
  background: #fff;
  color: #007eff;
  font-size: 18px;
  font-weight: bold;
}
.home-recuit-list {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
}
.home-recuit-list li {
  margin-bottom: 0.32rem;
  width: 33.333%;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
}
.home-recuit-text {
  padding-top: 1.15vw;
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}
.home-recuite-tel {
  text-align: center;
}
.home-recuite-tel strong {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
}
.home-recuite-tel p {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}
.city {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5vw;
}
.city li {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
.footer {
  position: relative;
  z-index: 5;
  background: #092292 url(../images/footerbg1.png) center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-top {
  padding: 0.94rem 4.17vw 4.38vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.flogo img {
  display: inline-block;
  width: auto;
  height: 0.75rem;
}
.footer-navs {
  display: flex;
}
.footer-navs-item {
  margin-right: 5.47vw;
}
.footer-navs-item:last-child {
  margin-right: 0;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 0.28rem;
}
.footer-navs-item dt a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.footer-navs-item dd p {
  margin-bottom: 5px;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
}
.footer-navs-item dd p a:hover {
  opacity: 1;
}
.footer-login {
  display: flex;
  justify-content: flex-end;
}
.footer-login a {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #004d98;
  border-radius: 2px;
}
.footer-login a i {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.footer-login a span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.footer-address {
  padding-top: 0.2rem;
}
.footer-address-item {
  margin-bottom: 0.4rem;
  text-align: right;
}
.footer-address-item p {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
}
.footer-address-item b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  font-family: "DIN-Medium";
  font-weight: normal;
}
.footer-bottom {
  padding: 0.5rem 4.17vw 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-copy p {
  margin-bottom: 0.1rem;
  color: #ffff;
  opacity: 0.2;
  line-height: 1.5;
  font-size: 14px;
}
.footer-copy p a:hover {
  opacity: 1;
}
.footer-eq {
  display: flex;
}
.footer-eq-item {
  margin-right: 0.1rem;
  text-align: center;
}
.footer-eq-item img {
  display: block;
  width: 0.84rem;
}
.footer-eq-item p {
  margin-top: 0.12rem;
  line-height: 1;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.2;
}
.menu-right {
  position: fixed;
  right: 13px;
  top: 50%;
  margin-top: -78px;
  z-index: 188;
}
.menu-right-list li {
  margin-bottom: 2px;
  position: relative;
}
.menu-right-list li a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #004098;
  font-size: 0.28rem;
}
.menu-right-list li:last-child {
  display: none;
}
.menu-right-list li:last-child a {
  background: #c1d2e9 url(../images/top.png) center no-repeat;
}
.menu-right-list li:hover a {
  background: #004d98;
}
.menu-right-list li:hover .menu-eq {
  opacity: 1;
  visibility: visible;
  right: 100%;
  pointer-events: visible;
}
.menu-right-list li:hover .tels {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  margin-right: 1px;
}
.menu-right-list li:hover:last-child a {
  background: #c1d2e9 url(../images/top.png) center no-repeat;
  background-position: center 44%;
}
.tels {
  position: absolute;
  margin-right: 1px;
  right: 100%;
  top: 0;
  height: 100%;
  white-space: nowrap;
  padding: 0 0.2rem;
  background: #004098;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  pointer-events: none;
  margin-right: 10px;
  font-family: "DIN-Medium";
}
.menu-eq {
  position: absolute;
  right: 140%;
  top: 50%;
  margin-top: -45px;
  padding-right: 10px;
  width: 90px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s;
}
.menu-eq figure {
  display: block;
  line-height: 1;
}
.menu-eq figure img {
  width: 100%;
  height: auto;
}
.home-swiper {
  height: 100vh;
  overflow: hidden;
}
.home-slide {
  overflow: hidden;
}
.home-about-li li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.5s;
}
.home-about-info {
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 1s;
}
.home-slide.swiper-slide-active .home-about-li li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.home-slide.swiper-slide-active .home-about-li li:nth-child(2) {
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .home-about-li li:nth-child(3) {
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .home-about-li li:nth-child(4) {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .home-about-li li:nth-child(5) {
  transition-delay: 1s;
}
.home-slide.swiper-slide-active .home-about-li li:nth-child(6) {
  transition-delay: 1.2s;
}
.home-slide.swiper-slide-active .home-about-info {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.88s;
}
.home-slide.swiper-slide-active .pathClie {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.65s;
}
.home-slide.swiper-slide-active .slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .slidetop.detay1 {
  transition-delay: 0.65s;
}
.home-slide.swiper-slide-active .slidetop.detay2 {
  transition-delay: 0.88s;
}
.home-slide.swiper-slide-active .slideList > li,
.home-slide.swiper-slide-active .slideList > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .slideList > li:nth-child(2),
.home-slide.swiper-slide-active .slideList > div:nth-child(2) {
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .slideList > li:nth-child(3),
.home-slide.swiper-slide-active .slideList > div:nth-child(3) {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .slideList > li:nth-child(4),
.home-slide.swiper-slide-active .slideList > div:nth-child(4) {
  transition-delay: 1s;
}
.mtop {
  height: 1rem;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 36.45%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.ptext strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #fff;
  font-size: 0.52rem;
  overflow: hidden;
}
.ptext p {
  color: #fff;
  font-size: 0.18rem;
}
.posite-menu {
  position: relative;
  z-index: 5;
  margin-top: -0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  box-shadow: 0 0 0.54rem rgba(204, 204, 204, 0.26);
  background: #fff;
}
.posites {
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
.posites span,
.posites a,
.posites b {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.posites span i {
  display: inline-block;
  margin-right: 0.12rem;
  color: #004d98;
  font-size: 0.2rem;
}
.posites a:hover {
  color: #004d98;
}
.posites b {
  margin: 0 6px;
}
.leval-menu-list {
  display: flex;
}
.leval-menu-list li {
  margin-left: 1px;
}
.leval-menu-list li:hover a,
.leval-menu-list li.active a {
  background: #004d98;
  font-weight: bold;
  color: #fff;
}
.leval-menu-list li a {
  display: block;
  width: 1.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.news-hot {
  padding: 0.74rem 0 1.25rem;
}
.news-title {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #000000;
  font-size: 0.44rem;
}
.news-title i {
  display: inline-block;
  margin-right: 0.2rem;
  color: #004d98;
  font-size: 0.36rem;
  font-style: normal;
}
.news-hot-swiper {
  margin-top: 0.54rem;
}
.news-hot-swiper .swiper-pagination {
  left: auto;
  width: auto;
  right: 0.75rem;
  bottom: 0.56rem;
  line-height: 1;
  z-index: 3;
}
.news-hot-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 0.34rem;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  transition: 0.3s;
}
.news-hot-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.news-hot-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.hot-slide {
  position: relative;
  overflow: hidden;
}
.hot-slide a {
  display: block;
}
.hot-slide figure {
  position: relative;
  display: block;
  padding-bottom: 39.74%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.hot-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-middle {
  position: absolute;
  left: 0;
  top: 1.46rem;
  width: 100%;
  text-align: center;
}
.hot-middle strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #fff;
  font-weight: lighter;
  font-size: 0.6rem;
}
.hot-middle p {
  color: #ffffff;
  font-size: 0.22rem;
}
.hot-middle time {
  display: inline-flex;
  margin-top: 0.5rem;
  align-items: center;
  padding: 0 0.15rem 0 0.1rem;
  height: 0.4rem;
  border-radius: 4px;
  background: #004d98;
  color: #fff;
  font-size: 16px;
}
.hot-middle time i {
  display: inline-block;
  margin-right: 0.1rem;
  color: #fff;
  font-size: 0.22rem;
  font-style: normal;
}
.hot-info {
  position: absolute;
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.42rem;
  z-index: 3;
}
.hot-info time {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.hot-info strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.28rem;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list li {
  margin-right: 2.9%;
  margin-bottom: 4.17vw;
  width: 31.4%;
}
.news-list li:nth-child(3n+3) {
  margin-right: 0;
}
.news-list li figure {
  position: relative;
  display: block;
  padding-bottom: 61.22%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li figure img {
  transition: 0.68s;
}
.news-list li:hover figure img {
  transform: scale(1.06);
}
.news-list li:hover .news-infos:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-infos {
  position: relative;
  z-index: 3;
  padding: 0.34rem 0.14rem 0.26rem 0.15rem;
  border-bottom: 1px solid #ececec;
}
.news-infos:before {
  content: "";
  width: 0;
  height: 1px;
  background: #004098;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.news-infos:hover,
.news-infos.active {
  color: #004098;
}
.news-infos:hover:before,
.news-infos.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-infos:before {
  z-index: 3;
  bottom: -1px;
}
.news-infos strong {
  display: block;
  height: 1.2rem;
  color: #555555;
  font-size: 0.2rem;
  font-weight: normal;
}
.news-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-down time {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 18px;
}
.news-down span {
  display: block;
  line-height: 1;
  color: #004098;
  font-size: 16px;
}
.news-down span i {
  display: inline-block;
  margin-left: 0.12rem;
  font-style: normal;
}
.news-box {
  padding-bottom: 6.46vw;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages a {
  display: inline-block;
  margin-right: 0.2rem;
  width: 0.48rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  color: #333333;
  font-size: 16px;
  border-radius: 2px;
}
.pages a:hover,
.pages a.active {
  background: #004d98;
  color: #fff;
}
.pages a:last-child {
  margin-right: 0;
}
.news-view {
  position: relative;
  background-color: #f8f8f8;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 1.3rem 0 0;
}
.news-view-top {
  padding-bottom: 3.13vw;
  margin-bottom: 4.38vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-back {
  margin-bottom: 0.35rem;
}
.news-back a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
}
.news-back a i {
  display: inline-block;
  margin-right: 0.12rem;
  width: 0.24rem;
  height: 0.2rem;
  background: url(../images/back.png) center no-repeat;
}
.news-view-time strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.52rem;
}
.news-view-time p {
  color: #fff;
  font-size: 0.18rem;
}
.news-view-fix {
  padding: 4.06vw 5.1vw 0;
  background: #fff;
}
.news-view-text {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.news-view-text img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.news-page {
  margin-top: 5.47vw;
  padding: 0.38rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
}
.news-page p {
  max-width: 48%;
}
.news-page p a {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}
.news-page p a:hover {
  color: #004d98;
}
.related-news {
  padding: 7.6vw 0 5.73vw;
}
.related-title {
  display: block;
  margin-bottom: 4.06vw;
  line-height: 1;
  color: #000000;
  font-size: 0.44rem;
  font-weight: bold;
  text-align: center;
}
.network {
  padding: 5.99vw 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.network-left {
  width: 39.2%;
}
.network-title {
  margin-bottom: 6.46vw;
}
.network-title strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.44rem;
}
.network-title p {
  color: #666666;
  font-size: 16px;
}
.network-add strong {
  display: block;
  margin-bottom: 0.36rem;
  line-height: 1;
  color: #004d98;
  font-size: 0.28rem;
}
.network-tel p {
  margin-bottom: 0.12rem;
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.network-tel b {
  display: block;
  line-height: 1;
  color: #004d98;
  font-size: 0.36rem;
  font-family: "DIN-Medium";
}
.netowrk-address {
  margin-top: 0.35rem;
}
.netowrk-address p {
  margin-bottom: 0.12rem;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.18rem;
}
.netowrk-address p i {
  display: inline-block;
  padding-left: 0.06rem;
  font-style: normal;
  width: 0.4rem;
  box-sizing: border-box;
  color: #cdcdcd;
}
.network-imgs {
  width: 58.71%;
}
.network-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.network-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5.21vw;
}
.network-list li {
  box-sizing: border-box;
  margin-right: 2.4%;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0.54rem rgba(204, 204, 204, 0.17);
  padding: 4.58vw 0.4rem 3.02vw 6.04vw;
  width: 48.8%;
}
.network-list li:nth-child(2n+2) {
  margin-right: 0;
}
.network-list li strong {
  display: block;
  margin-bottom: 0.3rem;
  position: relative;
  line-height: 40px;
  color: #000000;
  font-size: 0.24rem;
  font-weight: normal;
}
.network-list li strong .common-block:before {
  width: 0.54rem;
}
.network-list li p {
  margin-bottom: 0.12rem;
  display: flex;
  color: #333333;
  font-size: 0.18rem;
}
.network-list li p i {
  display: inline-block;
  position: relative;
  top: -1px;
  padding-left: 0.06rem;
  font-style: normal;
  width: 0.4rem;
  box-sizing: border-box;
  color: #cdcdcd;
}
.contact-fix {
  padding: 6.77vw 9.38vw 6.77vw;
  background: #eff3ff;
}
.contact-tops {
  margin-bottom: 0.38rem;
}
.contact-tops strong {
  display: block;
  margin-bottom: 1.56vw;
  line-height: 1.2;
  color: #000000;
  font-size: 0.44rem;
}
.contact-tops p {
  color: #666666;
  font-size: 16px;
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
}
.contact-input {
  display: flex;
  margin-bottom: 0.2rem;
  margin-right: 1.25%;
  width: 32.5%;
  background: #fff;
}
.contact-input:nth-child(3n+3) {
  margin-right: 0;
}
.contact-input span {
  display: inline-block;
  padding-left: 0.14rem;
  white-space: normal;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #666666;
  font-size: 16px;
}
.contact-input span i {
  color: #004d98;
  font-style: normal;
}
.contact-input .text {
  box-sizing: border-box;
  flex: 1;
  line-height: 0.56rem;
  width: 0;
  color: #666666;
  font-size: 16px;
  background: #fff;
  border: none;
  outline: none;
}
.contact-areas {
  margin-bottom: 0.2rem;
}
.contact-areas .textarea {
  padding: 0.1rem 0.2rem;
  width: 100%;
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  border: none;
  background: #fff;
  outline: none;
  height: 2.6rem;
  box-sizing: border-box;
  font-family: "Microsoft YaHei New";
  resize: none;
}
.contact-areas .textarea:focus::-webkit-input-placeholder {
  opacity: 1;
  visibility: visible;
}
.contact-yz {
  display: flex;
  justify-content: space-between;
}
.code {
  display: flex;
  align-items: center;
}
.code .contact-input {
  margin-right: 0;
  margin-bottom: 0;
  width: 26.56vw;
}
.code-yz {
  line-height: 1;
  cursor: pointer;
}
.code-yz img {
  display: inline-flex;
  width: auto;
  height: 0.56rem;
}
.contact-sub .sub {
  display: block;
  width: 2.85rem;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #fff;
  font-size: 16px;
  border: none;
  background: #092292;
  cursor: pointer;
  transition: 0.4s;
}
.contact-sub .sub:hover {
  background: #004d98;
}
.case-box {
  padding: 7.55vw 0 0;
}
.case-top {
  margin-bottom: 5vw;
  text-align: center;
}
.case-top h3 {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.44rem;
}
.case-hide {
  margin-top: 2.6vw;
}
.case-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.case-btn li {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.case-btn li:hover a,
.case-btn li.active a {
  background: #e8e8f4;
  color: #092393;
}
.case-btn li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  height: 0.4rem;
  color: #333333;
  background: #f5f5f5;
}
.case-swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 2.6vw;
  bottom: 0.42rem;
  line-height: 0;
}
.case-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 1.77vw;
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #0a2395;
  background: none;
}
.case-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0a2395;
}
.case-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.case-slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f5ff;
}
.case-slide a:hover .case-imgs figure img {
  transform: scale(1.05);
}
.case-imgs {
  width: 50%;
  line-height: 0;
}
.case-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 71.52%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.case-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-imgs figure img {
  transition: 0.68s;
}
.case-fix {
  margin-right: 6.53%;
  width: 36.85%;
}
.case-fix strong {
  display: block;
  margin-bottom: 2.08vw;
  line-height: 1.2;
  color: #000000;
  font-size: 0.3rem;
}
.case-fix .common-btns {
  margin-top: 2.5vw;
  background: #004d98;
}
.case-fix .common-btns:hover {
  background: #004098;
}
.case-text {
  color: #666666;
  font-size: 16px;
}
.case-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.common-server {
  padding: 7.55vw 9.38vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-left strong {
  display: block;
  position: relative;
  margin-bottom: 0.22rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.4rem;
}
.service-left p {
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: lighter;
}
.service-btns {
  display: flex;
  align-items: center;
}
.service-btns .common-btns {
  margin-right: 0.48rem;
  background: #004d98;
}
.service-btns .common-btns:last-child {
  margin-right: 0;
  background: #fff;
}
.service-btns .common-btns:last-child span,
.service-btns .common-btns:last-child i {
  color: #004098;
}
.case-list {
  margin-top: 6.77vw;
}
.case-list li:hover .news-infos strong {
  color: #0a2395;
}
.case-list li .news-infos {
  padding: 1.88vw 0.16rem 0;
  border-bottom: none;
}
.case-list li .news-infos::before {
  display: none;
}
.case-list li .news-infos strong {
  margin-bottom: 0.16rem;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list li .news-infos p {
  margin-bottom: 0.26rem;
  color: #999999;
  font-size: 16px;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-list li .news-infos .news-down span i {
  transition: 0.25s;
}
.cooperate-box {
  padding: 6.25vw 0 5.21vw;
}
.cooperate-box .case-top {
  margin-bottom: 0.58rem;
}
.cooperate-tab {
  position: relative;
  z-index: 3;
}
.cooperate-tab:before,
.cooperate-tab:after {
  position: absolute;
  top: 0;
  content: "";
  width: 40%;
  height: 100%;
  z-index: 3;
}
.cooperate-tab:before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.cooperate-tab:after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.cooperate-swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.cooperate-slide {
  position: relative;
  padding: 0.18rem;
  width: 3rem;
}
.cooperate-slide figure {
  position: relative;
  padding-bottom: 1.3rem;
  background: #f5f6fb;
  transition: 0.4s;
}
.cooperate-slide figure:hover {
  background: #fff;
  box-shadow: 0 0 0.18rem rgba(9, 35, 147, 0.15);
}
.cooperate-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
}
.related-news .case-list {
  margin-top: 0;
}
.introduct {
  padding: 7.81vw 0 8.85vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.introduct-left {
  width: 46.15%;
}
.introduct-info strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.44rem;
}
.introduct-text {
  margin-top: 0.36rem;
  margin-bottom: 4.48vw;
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.introduct-data {
  display: flex;
}
.introduct-data-item {
  position: relative;
  z-index: 3;
  flex: 1;
  margin-left: -1px;
  padding: 0.32rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dddddd;
}
.introduct-data-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #004d98;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.introduct-data-item:hover,
.introduct-data-item.active {
  color: #004d98;
}
.introduct-data-item:hover:before,
.introduct-data-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.introduct-data-item:hover span,
.introduct-data-item:hover p {
  color: #fff;
}
.introduct-data-item:hover span b,
.introduct-data-item:hover p b {
  color: #fff;
}
.introduct-data-item span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #004d98;
  font-size: 0.32rem;
  font-family: "DIN-Medium";
  font-weight: bold;
  transition: 0.3s;
}
.introduct-data-item span b {
  font-size: 0.5rem;
  transition: 0.3s;
}
.introduct-data-item p {
  margin-top: 0.16rem;
  text-align: center;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  transition: 0.3s;
}
.introduct-right {
  width: 42.94%;
}
.introduct-right small {
  display: block;
  position: relative;
  z-index: 3;
  line-height: 1;
  color: #004d98;
  font-size: 1rem;
  font-family: "DIN-Light";
}
.introduct-imgs {
  position: relative;
  z-index: 2;
  margin-top: 2.92vw;
}
.introduct-imgs:before {
  position: absolute;
  left: 7.81vw;
  bottom: 100%;
  content: "";
  width: 14.9vw;
  height: 24.31vw;
  background: #eff3ff;
  z-index: -1;
}
.introduct-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 70.44%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.introduct-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.since-box {
  padding: 11.88vw 0 3.65vw;
  text-align: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.since-info {
  margin-bottom: 8.85vw;
}
.since-info p {
  margin-bottom: 1.67vw;
  color: #fff;
  font-size: 0.3rem;
}
.since-info strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'DIN-Light';
  font-size: 8.33vw;
  font-weight: normal;
}
.since-info strong b {
  font-weight: normal;
  color: #004d98;
}
.since-arrow {
  margin: auto;
  position: relative;
  width: 1.04rem;
  height: 1.04rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(231, 37, 16, 0) 0%, #004d98 100%);
}
.since-arrow i {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 0.36rem;
}
.history {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9.38vw;
  z-index: 3;
  min-height: 100vh;
}
.history-left {
  display: flex;
  align-items: center;
}
.history-wrap {
  position: relative;
  margin-left: 12.29vw;
  width: 2.6rem;
  height: 2.6rem;
}
.history-arl {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
}
.history-arl span {
  display: block;
  position: absolute;
  right: -0.06rem;
  top: -0.06rem;
  width: 2.72rem;
  height: 2.72rem;
  background: url(../images/border1.png) center no-repeat;
  transform: rotate(0deg);
}
.history-year {
  position: absolute;
  left: -5.21vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.history-year time {
  display: inline-block;
  color: #004d98;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "DIN-Medium";
  font-weight: bold;
}
.history-year-time {
  height: 5.2rem;
}
.year-slide {
  display: flex;
  align-items: center;
}
.year-slide.swiper-slide-active span {
  font-size: 1.5rem;
  font-family: "DIN-Medium";
  font-weight: bold;
  color: #004d98;
}
.year-slide span {
  display: block;
  color: #eeeeee;
  font-size: 1.3rem;
  font-family: "DIN-Regular";
  line-height: 1;
  transition: 0.3s;
}
.histroy-right {
  width: 44.87%;
}
.history-swiper {
  height: 80vh;
}
.histroy-slide.swiper-slide-active time {
  color: #004d98;
  font-size: 0.28rem;
}
.histroy-slide.swiper-slide-active p {
  font-size: 18px;
}
.histroy-slide time {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #666666;
  font-size: 0.24rem;
  font-weight: bold;
  transition: 0.3s;
}
.histroy-slide p {
  color: #999999;
  font-size: 16px;
  transition: 0.2s;
}
.history-line {
  position: absolute;
  left: 44.38vw;
  top: 0;
  box-sizing: border-box;
  padding-top: 14.5vw;
  width: 8px;
  height: 100%;
  background: url(../images/line1.png) center top no-repeat;
}
.history-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/line2.png) left top repeat-y;
  height: 0;
}
.culture {
  position: relative;
  display: flex;
}
.culture-item {
  position: relative;
}
.culture-item:hover figure img {
  transform: scale(1.08);
}
.culture-item figure {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.culture-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-item figure img {
  transition: 0.68s;
}
.culture-first {
  width: 33.333%;
}
.culture-first figure {
  padding-bottom: 150%;
}
.culture-first .culture-line {
  top: 57.29%;
}
.culture-titles {
  position: absolute;
  left: 8.07vw;
  top: 9.27vw;
  z-index: 3;
}
.culture-titles strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.44rem;
}
.culture-titles small {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: -0.89rem;
  bottom: 0;
  z-index: -1;
  line-height: 0.8;
  font-size: 1.26rem;
  font-family: "DIN-Medium";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
}
.culture-titles small b {
  display: inline-block;
  color: #fff;
  font-size: 1.39rem;
}
.culture-line {
  position: absolute;
  left: 4.06vw;
  right: 4.06vw;
  top: 3.65vw;
  z-index: 3;
  display: flex;
  align-items: center;
}
.culture-line b {
  display: block;
  line-height: 1;
  color: transparent;
  font-size: 0.35rem;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}
.culture-line span {
  display: block;
  margin-left: 0.28rem;
  width: 0;
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.culture-text {
  position: absolute;
  left: 4.06vw;
  right: 4.06vw;
  bottom: 3.23vw;
}
.culture-text strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.28rem;
}
.culture-text p {
  color: #ffffff;
  font-size: 16px;
}
.culture-list {
  display: flex;
  flex: 1;
  width: 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
.culture-list .culture-item {
  width: 50%;
}
.culture-list .culture-item .culture-text {
  bottom: 0.26rem;
}
.culture-list .culture-item .culture-text p {
  height: 86px;
}
.honor-box {
  padding: 8.13vw 0;
  background: #eff3ff;
}
.honor-tops {
  margin-bottom: 0.48rem;
  text-align: center;
}
.honor-tops strong {
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1;
  color: #000000;
  font-size: 0.44rem;
}
.honor-tops p {
  color: #666666;
  font-size: 16px;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  margin-right: 1.7333%;
  margin-bottom: 0.3rem;
  padding: 0.26rem 0 0.28rem;
  width: 23.7%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
}
.honor-list li:hover {
  background: #fff;
  box-shadow: 0 0 2.81vw rgba(11, 32, 138, 0.14);
}
.honor-list li:nth-child(4n+4) {
  margin-right: 0;
}
.honor-list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.56rem;
}
.honor-list li figure img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.honor-inner {
  padding-top: 0.12rem;
  margin: auto;
  width: 85%;
  background: url(../images/honors.png) center no-repeat;
  background-size: 100% auto;
}
.honor-inner p {
  margin-top: 0.08rem;
  height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-align: center;
  color: #666666;
  font-size: 16px;
}
.honor-iso {
  display: flex;
  flex-wrap: wrap;
}
.honor-iso li {
  position: relative;
  border: 1px solid #d7d9df;
  margin-left: -1px;
  width: 33.333%;
  box-sizing: border-box;
  background: #f7f9ff;
  height: 1.8rem;
  text-align: center;
}
.honor-iso li:hover img {
  transform: scale(1.06);
}
.honor-iso li img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
}
.it-text {
  position: absolute;
  left: 9.38vw;
  bottom: 5.73vw;
  z-index: 3;
}
.it-text strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.52rem;
}
.it-text p {
  margin-bottom: 0.1rem;
  color: #fff;
  line-height: 1.2;
  font-size: 0.2rem;
  font-weight: bold;
}
.it-text span {
  display: block;
  color: #a0a9d6;
  font-size: 14px;
}
.plague {
  padding: 8.33vw 0;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
}
.service-ttts {
  display: block;
  margin-bottom: 4.17vw;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  font-size: 0.44rem;
}
.service-ttts i {
  font-weight: lighter;
  font-style: normal;
}
.plague-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plague-list li {
  padding: 0.5rem 0 0.44rem;
  margin-right: 5.73vw;
  width: 3.6rem;
  background: #fff;
  text-align: center;
}
.plague-list li:last-child {
  margin-right: 0;
}
.plague-list li:hover figure {
  transform: translateY(-10px);
}
.plague-list li figure {
  display: block;
  margin-bottom: 2.4vw;
  line-height: 1;
  transition: 0.4s;
}
.plague-list li figure img {
  display: inline-block;
  width: auto;
  height: 10.21vw;
}
.plague-list li p {
  color: #000000;
  font-size: 0.24rem;
}
.need {
  padding: 8.33vw 0;
}
.need-table table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
.need-table table thead {
  position: sticky;
  left: 0;
  top: 80px;
}
.need-table table thead tr th {
  background: #f0f2fa;
  color: #000000;
  font-size: 0.24rem;
  text-align: center;
  height: 1.85rem;
}
.need-table table thead tr th:nth-child(2) {
  width: 35%;
}
.need-table table thead tr th:last-child {
  background: #004d98;
}
.need-table table thead tr th:last-child strong {
  color: #fff;
}
.need-table table tbody tr {
  margin-top: -1px;
}
.need-table table tbody tr:first-child td {
  border-top: none;
}
.need-table table tbody tr td {
  border: 1px solid #e6e6e6;
  background: #f8f9fe;
  color: #333333;
  font-size: 16px;
  text-align: center;
  height: 0.68rem;
}
.need-head p {
  color: #004d98;
  font-size: 16px;
  line-height: 1.2;
}
.need-head p b {
  font-family: "DIN-Medium";
  font-size: 0.36rem;
}
.service-count {
  display: flex;
  margin-top: 0.65rem;
  background: #004d98;
}
.service-count-select {
  display: flex;
  align-items: center;
  padding: 0 7.29vw 0 4.17vw;
  flex: 1;
}
.service-select-wrap {
  width: 100%;
}
.service-select-item {
  display: flex;
  align-items: center;
  margin-bottom: 2.4vw;
  width: 100%;
}
.service-select-item:last-child {
  margin-bottom: 0;
}
.select-name {
  width: 1.06rem;
  color: #fff;
  font-size: 16px;
}
.service-off {
  position: relative;
  z-index: 3;
  display: flex;
  width: 188px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 18px;
}
.service-off span {
  display: block;
  flex: 1;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.35s;
}
.service-off span.active {
  color: #004d98;
}
.service-off i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 14px;
  transition: 0.4s;
}
.service-count-title {
  padding: 0.56rem 0;
  width: 21.04vw;
  background: #004d98;
}
.service-count-wr {
  text-align: center;
}
.service-count-wr p,
.service-count-wr strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}
.service-count-wr strong {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: normal;
}
.service-count-wr strong b {
  margin-right: 0.03rem;
  font-family: "DIN-Medium";
  font-size: 0.4rem;
}
.process {
  padding: 8.65vw 0;
  background-position: center;
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
}
.process-tts {
  color: #fff;
}
.process-list {
  margin-top: 5.21vw;
  display: flex;
  justify-content: space-between;
}
.process-list li {
  padding: 0.68rem 0;
  position: relative;
  width: 14.58vw;
  background: #fff;
  text-align: center;
}
.process-list li:hover img {
  transform: translateY(-6px);
}
.process-list li:last-child i {
  display: none;
}
.process-list li i {
  display: block;
  position: absolute;
  right: -5.21vw;
  top: 50%;
  margin-top: -0.99vw;
  width: 2.76vw;
  height: 1.98vw;
  background: url(../images/arrow1.png) center no-repeat;
  background-size: cover;
}
.process-list li b {
  display: block;
  position: absolute;
  left: 0.15rem;
  top: 0.22rem;
  color: transparent;
  font-size: 0.54rem;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-stroke: 1px rgba(11, 32, 138, 0.2);
  -webkit-text-fill-color: transparent;
}
.process-list li img {
  display: inline-block;
  width: auto;
  height: 0.55rem;
  transition: 0.3s;
}
.process-list li strong {
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #333333;
  font-size: 0.22rem;
}
.process-list li small {
  display: block;
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "DIN-Regular";
  line-height: 1;
}
.maintenance {
  padding: 7.81vw 0;
  background: #dfeefd;
}
.maintenance-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.56rem;
}
.maintenance-info {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 0.45rem 0 0.4rem 0.36rem;
  width: 8.6rem;
  background: #004d98 url(../images/73.png) right bottom no-repeat;
  background-size: 100% auto;
}
.maintenance-info:before,
.maintenance-info:after {
  position: absolute;
  right: -16px;
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #e3f2fe;
}
.maintenance-info:before {
  top: -14px;
}
.maintenance-info:after {
  bottom: -14px;
}
.maintenance-tel {
  display: flex;
  align-items: center;
}
.maintenance-tel i {
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  text-align: center;
  line-height: 0.64rem;
  background: #004d98;
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
  border-radius: 50%;
}
.maintenance-fix {
  margin-left: 0.34rem;
}
.maintenance-fix p {
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.maintenance-fix b {
  display: block;
  line-height: 1;
  color: #004d98;
  font-size: 0.36rem;
  font-family: "DIN-Medium";
}
.maintenance-process {
  margin-left: 0.2rem;
  position: relative;
  padding-top: 0.56rem;
  z-index: 3;
}
.maintenance-process:before {
  position: absolute;
  left: 0.1rem;
  top: 0;
  bottom: 10px;
  content: "";
  border-left: 1px dashed #fff;
  z-index: -1;
}
.maintenance-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
}
.maintenance-item:last-child {
  margin-bottom: 0;
}
.maintenance-item b {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.2rem;
  color: #fff;
  font-size: 0.14rem;
  background: #004d98;
  font-weight: normal;
}
.maintenance-item p {
  margin-left: 2.92vw;
  color: #fff;
  font-size: 0.18rem;
}
.maintenance-bx {
  margin-left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.64rem;
  background: #004d98;
}
.maintenance-bx img {
  display: inline-block;
  width: auto;
  height: 2.58rem;
}
.maintenance-bx p {
  margin-top: 0.34rem;
  text-align: center;
  line-height: 1;
  font-size: 0.18rem;
  color: #fff;
}
.service-advantages {
  display: flex;
  overflow: hidden;
}
.advantages-left {
  box-sizing: border-box;
  position: relative;
  padding: 9.17vw 6.98vw 13.02vw 9.38vw;
  width: 57.08vw;
}
.advantages-list {
  display: flex;
  flex-wrap: wrap;
}
.advantages-list li {
  padding: 2.5vw 1.82vw 2.19vw;
  margin-right: 7%;
  position: relative;
  z-index: 3;
  margin-bottom: 3.13vw;
  box-sizing: border-box;
  width: 46.5%;
  box-shadow: 0 0 0.54rem rgba(201, 201, 201, 0.26);
  transition: 0.4s;
  overflow: hidden;
}
.advantages-list li:hover {
  background: #004d98;
  background-size: cover;
}
.advantages-list li:hover strong,
.advantages-list li:hover p {
  color: #fff;
}
.advantages-list li:hover:before {
  opacity: 1;
  margin-left: 0;
  margin-top: 0;
}
.advantages-list li:hover:after {
  opacity: 1;
  margin-right: 0;
  margin-bottom: 0;
}
.advantages-list li:before {
  position: absolute;
  left: -7.45vw;
  top: -7.45vw;
  margin-left: -3vw;
  margin-top: -3vw;
  content: "";
  width: 12.29vw;
  height: 12.29vw;
  background: #091c7e;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.advantages-list li:after {
  position: absolute;
  right: -3.75vw;
  bottom: -3.75vw;
  margin-right: -5vw;
  margin-bottom: -5vw;
  content: "";
  width: 12.29vw;
  height: 12.29vw;
  background: #091c7e;
  border-radius: 50%;
  z-index: -2;
  opacity: 0;
  transition: 0.5s;
}
.advantages-list li:nth-child(2n+2) {
  margin-right: 0;
}
.advantages-list li strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #333333;
  font-size: 0.22rem;
  transition: 0.3s;
}
.advantages-list li p {
  color: #666666;
  font-size: 16px;
  transition: 0.3s;
}
.advantages-en {
  position: absolute;
  left: 0;
  bottom: 3.23vw;
  line-height: 1;
}
.advantages-en small {
  display: block;
  color: #004d98;
  opacity: 0.1;
  font-family: "DIN-Medium";
  font-weight: bold;
  font-size: 9.17vw;
  white-space: nowrap;
  text-transform: uppercase;
}
.advantages-imgs {
  width: 0;
  flex: 1;
}
.advantages-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -6px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0 solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.service-slider {
  position: relative;
  flex: 1;
  padding: 0.38rem 5.73vw 0 0.4rem;
  z-index: 3;
}
.service-slider:before {
  position: absolute;
  left: 0;
  top: 0.4rem;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.service-slider .slider {
  position: absolute;
  left: 0.4rem;
  right: 5.73vw;
  top: 0.4rem;
  z-index: 3;
  width: auto;
  height: 1px;
}
.service-slider .slider:before {
  position: absolute;
  left: -0.4rem;
  top: 0;
  content: "";
  width: 0.4rem;
  height: 1px;
  background: #fff;
}
.service-slider .slider .slider-track {
  height: 1px;
  left: 0;
  margin-top: 0;
  background: none;
}
.service-slider .slider .slider-selection {
  background: #fff;
}
.service-slider .slider .slider-handle {
  margin-left: -5px;
  width: 12px;
  height: 12px;
  z-index: 5;
  background: #fff;
}
.service-slider .slider .slider-handle:before {
  position: absolute;
  right: 100%;
  margin-right: 3px;
  top: 50%;
  margin-top: -4px;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid #fff;
}
.service-slider .slider .slider-handle:after {
  position: absolute;
  left: 100%;
  margin-left: 3px;
  top: 50%;
  margin-top: -4px;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
}
.service-slider-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  pointer-events: none;
  margin-left: -2px;
}
.service-slider-list li {
  position: relative;
}
.service-slider-list li i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
.service-slider-list li span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  font-family: "DIN-Medium";
  font-weight: bold;
  white-space: nowrap;
}
.drag-left {
  margin-top: 0.4rem;
  margin-left: -0.4rem;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  opacity: 0.4;
}
.slider .tooltip.top {
  margin-top: -40px;
  z-index: 10;
  opacity: 1;
}
.slider .tooltip.top.tooltip-min.top,
.slider .tooltip.top.tooltip-max {
  display: none;
}
.persecute {
  padding: 9.64vw 0 8.33vw;
  background-position: center;
  background-attachment: local;
  background-size: cover;
  background-repeat: no-repeat;
}
.persecute-wrap .service-ttts {
  margin-left: 0.29rem;
  text-align: left;
  line-height: 1.6;
}
.persecute-list {
  margin-left: 3.96vw;
  margin-top: 4.06vw;
  width: 570px;
}
.persecute-list li {
  position: relative;
  margin-bottom: 0.38rem;
  padding-left: 1.43rem;
  display: flex;
  align-items: center;
  border: 2px solid #b5c7e2;
  height: 0.63rem;
  border-radius: 0.34rem;
  transition: 0.3s;
}
.persecute-list li:hover {
  background: #004d98;
  border-color: #004d98;
}
.persecute-list li:hover b {
  background: #004d98;
  color: #fff;
}
.persecute-list li:hover p {
  color: #fff;
}
.persecute-list li b {
  position: absolute;
  left: -2px;
  top: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.12rem;
  height: 0.63rem;
  color: #fff;
  font-size: 0.4rem;
  font-family: "DIN-Medium";
  border: 2px solid #fff;
  border-radius: 0 0.34rem 0.34rem 0.34rem;
  background: #004d98;
  transition: 0.3s;
}
.persecute-list li p {
  color: #000000;
  font-size: 0.2rem;
  transition: 0.3s;
}
.free-btn {
  padding-top: 0.2rem;
}
.free-btn .common-btns {
  height: 0.52rem;
  border-radius: 0;
}
.starting {
  padding: 6.88vw 0 4.17vw;
}
.starting-title {
  text-align: center;
}
.starting-title strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #000000;
  font-size: 0.54rem;
}
.starting-title p {
  color: #666666;
  font-size: 0.2rem;
}
.starting-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.starting-list li {
  margin-right: 4%;
  margin-bottom: 0.6rem;
  position: relative;
  width: 48%;
  overflow: hidden;
}
.starting-list li:nth-child(2n+2) {
  margin-right: 0;
}
.starting-list li:hover figure img {
  transform: scale(1.05);
}
.starting-list li:hover figure:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.starting-list li figure {
  position: absolute;
  position: relative;
  display: block;
  padding-bottom: 40.8%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.starting-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.starting-list li figure img {
  transition: 0.68s;
}
.starting-list li figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: #004d98;
  height: 0;
  transition: 0.65s;
}
.starting-list li b {
  display: block;
  position: absolute;
  right: 0.34rem;
  top: 0.26rem;
  line-height: 1;
  color: #fff;
  font-size: 0.7rem;
  font-family: "DIN-Medium";
  opacity: 0.2;
  z-index: 3;
}
.starting-wrap {
  position: absolute;
  left: 5.21vw;
  right: 5.73vw;
  top: 5.1vw;
  z-index: 3;
}
.starting-wrap strong {
  position: relative;
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #fff;
  font-size: 0.28rem;
}
.starting-wrap p {
  color: #ffffff;
  font-size: 16px;
}
.starting-wrap .common-block {
  top: 50%;
  margin-top: -0.135rem;
  margin-right: 0.16rem;
  width: 0.27rem;
  height: 0.27rem;
}
.starting-wrap .common-block:before {
  width: 3.02vw;
}
.low-cost {
  padding: 8.33vw 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.low-title strong {
  color: #fff;
}
.low-cost-list {
  margin-top: 0.66rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.low-cost-list:before {
  position: absolute;
  left: 0;
  bottom: 5.94vw;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.low-cost-list li {
  flex: 1;
  padding-right: 0.27rem;
}
.low-cost-list li:last-child {
  padding-right: 0;
}
.low-cost-list li:hover .low-cost-text:before {
  transform: scaleX(1);
}
.low-cost-list li:hover .low-cost-text b {
  opacity: 1;
}
.low-cost-list li:hover .low-cost-text i:before {
  transform: scale(1);
}
.low-cost-top {
  padding: 2.71vw 0 2.5vw;
  text-align: center;
  background: #fff;
}
.low-cost-top img {
  display: inline-block;
  width: auto;
  max-height: 0.55rem;
}
.low-cost-top p {
  margin-top: 0.22rem;
  color: #333333;
  font-size: 18px;
}
.low-cost-text {
  padding-top: 3.13vw;
  position: relative;
  z-index: 3;
  text-align: center;
}
.low-cost-text:before {
  position: absolute;
  left: 0;
  top: 3.13vw;
  margin-top: 0.07rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: 0.4s;
}
.low-cost-text i {
  display: block;
  z-index: 3;
  margin: auto;
  position: relative;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background: #fff;
  line-height: 0;
}
.low-cost-text i:before {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  transition: 0.4s;
}
.low-cost-text b {
  display: block;
  margin-top: 2.46vw;
  line-height: 1;
  font-size: 3.13vw;
  font-family: "DIN-Medium";
  color: #fff;
  opacity: 0.2;
  transition: 0.35s;
}
.advertise {
  padding: 9.38vw 0 9.9vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.advertise-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.advertise-top .service-ttts {
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
.service-btn {
  display: flex;
  margin-top: 0.36rem;
}
.service-btn span {
  display: inline-block;
  margin-left: 0.3rem;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  background: #cbcbcb;
  cursor: pointer;
  color: #fff;
  transition: 0.4s;
  font-size: 16px;
}
.service-btn span:hover {
  background: #004d98;
}
.advertise-swiper {
  margin-right: -54px;
  overflow: visible;
}
.advertise-swiper .swiper-pagination {
  position: relative;
  margin-top: 5.47vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.advertise-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.advertise-slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 2.08vw 0 0.26rem;
  height: 2.4rem;
  background: rgba(9, 28, 126, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.advertise-slide figure {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #004d98;
  text-align: center;
}
.advertise-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.advertise-info {
  margin-left: 0.28rem;
  flex: 1;
  width: 0;
}
.advertise-info strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
}
.advertise-info p {
  color: #fff;
  font-size: 16px;
}
.profession {
  padding: 7.81vw 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profession-list {
  margin-top: 0.46rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.profession-tab {
  position: relative;
  z-index: 3;
}
.profession-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.profession-slide {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.profession-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 32, 138, 0.6);
}
.profession-list {
  display: flex;
  flex-wrap: wrap;
}
.profession-list li {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 20%;
  height: 3rem;
}
.profession-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #004d98;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.55s;
  z-index: -1;
}
.profession-list li:hover,
.profession-list li.active {
  color: #004d98;
}
.profession-list li:hover:before,
.profession-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.profession-list li b {
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
  width: 0.6rem;
  height: 0.52rem;
}
.profession-list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.profession-list li p {
  margin-top: 0.33rem;
  color: #fff;
  font-size: 16px;
}
.course-btn {
  position: absolute;
  left: 9.38vw;
  bottom: 0;
  display: flex;
  z-index: 3;
  line-height: 1;
}
.course-btn-item {
  width: 2.42rem;
}
.course-btn-item:first-child a {
  background: #004d98;
}
.course-btn-item:first-child a b,
.course-btn-item:first-child a p {
  color: #fff;
}
.course-btn-item a {
  display: block;
  padding: 0.54rem 0;
  background: #fff;
  text-align: center;
}
.course-btn-item a:hover {
  background: #004d98 !important;
}
.course-btn-item a:hover b,
.course-btn-item a:hover p {
  color: #fff;
}
.course-btn-item a b {
  display: block;
  line-height: 1;
  color: #004d98;
  font-size: 0.5rem;
  font-weight: normal;
  transition: 0.3s;
}
.course-btn-item a p {
  margin-top: 0.15rem;
  color: #004d98;
  font-size: 0.2rem;
  font-weight: bold;
  transition: 0.3s;
}
.platform {
  padding: 6.25vw 0 10.42vw;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.platform-title {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.48rem;
  text-align: center;
}
.platform-tab {
  margin-top: 0.55rem;
  display: flex;
}
.platform-left {
  padding: 0.26rem 0;
  width: 37.11%;
}
.platform-btns {
  padding: 0.6rem 0.8rem 0.6rem 0;
  background: #102ca5;
}
.platform-li li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  padding-left: 3.33vw;
  position: relative;
  z-index: 2;
  height: 0.76rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.35s;
}
.platform-li li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  transition: 0.4s;
  z-index: -1;
}
.platform-li li.active {
  color: #092292;
}
.platform-li li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.platform-li li.active:after {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.platform-li li:after {
  position: absolute;
  right: -0.18rem;
  top: 50%;
  margin-top: -0.14rem;
  content: "";
  border-top: 0.14rem solid transparent;
  border-bottom: 0.14rem solid transparent;
  border-left: 0.18rem solid #fff;
  opacity: 0;
  visibility: hidden;
  margin-left: -0.1rem;
  transition: 0.3s;
}
.platform-li li:last-child {
  margin-bottom: 0;
}
.platform-fix {
  padding: 0.46rem 0.5rem 0.46rem 0.5rem;
  width: 0;
  flex: 1;
  background: #fff;
}
.platform-item {
  display: none;
}
.platform-item:first-child {
  display: block;
}
.platform-infos {
  display: flex;
  align-items: center;
  padding: 0.28rem 0;
  margin-bottom: 0.24rem;
  background: #f4f6ff;
}
.platform-text {
  width: 1.3rem;
  text-align: center;
}
.platform-text img {
  display: inline-block;
  width: auto;
  height: 0.32rem;
}
.platform-text p {
  margin-top: 0.1rem;
  line-height: 1;
  color: #092292;
  font-size: 16px;
  font-weight: bold;
}
.platform-content {
  position: relative;
  flex: 1;
  padding-left: 0.36rem;
  display: flex;
  align-items: center;
  min-height: 0.5rem;
  border-left: 1px dashed #092292;
  color: #666666;
  font-size: 16px;
}
.free-learning {
  padding: 0.44rem 0 7.81vw;
}
.free-learning-list {
  margin-top: 3.54vw;
  display: flex;
  flex-wrap: wrap;
}
.free-learning-list li {
  position: relative;
  width: 33.333%;
}
.free-learning-list li:nth-child(2n+2) .learning-info span {
  background: #004d98;
}
.free-learning-list li figure {
  position: relative;
  display: block;
  padding-bottom: 63.46%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.free-learning-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.free-learning-list li figure img {
  transition: 0.68s;
}
.free-learning-list li:hover figure img {
  transform: scale(1.06);
}
.learning-info {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.53rem;
  width: 100%;
  text-align: center;
}
.learning-info strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #fff;
  font-size: 0.28rem;
}
.learning-info span {
  display: inline-block;
  min-width: 2.26rem;
  padding: 0 10px;
  box-sizing: border-box;
  height: 0.52rem;
  line-height: 0.52rem;
  color: #fff;
  font-size: 0.24rem;
  background: #092393;
}
.school-advantages {
  padding: 10.42vw 0 5.21vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.school-tt {
  color: #fff;
}
.advantages-infos {
  margin-top: 0.32rem;
}
.advantages-imgd img {
  display: block;
  width: 100%;
  height: auto;
}
.advantages-introduct {
  margin-top: 5.47vw;
  padding: 5.52vw 6.46vw 5.21vw;
  background: #f2f4ff;
}
.advantages-introduct-info {
  padding: 0 6.25vw;
  margin-bottom: 3.65vw;
}
.advantages-introduct-info strong {
  display: block;
  margin-bottom: 0.36rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.48rem;
  text-align: center;
}
.advantages-introduct-info p {
  color: #666666;
  font-size: 18px;
  line-height: 2.1;
}
.advantages-introduct-imgs {
  position: relative;
}
.advantages-introduct-imgs figure {
  display: block;
  line-height: 0;
}
.advantages-introduct-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.advantages-eq {
  position: absolute;
  right: 3.39vw;
  bottom: 2.19vw;
  z-index: 3;
  display: flex;
}
.advantages-eq-item {
  margin-right: 0.26rem;
}
.advantages-eq-item:last-child {
  margin-right: 0;
}
.advantages-eq-item img {
  display: inline-block;
  height: 1.25rem;
  width: auto;
}
.advantages-eq-item p {
  margin-top: 0.14rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.qualificatio-query {
  padding: 5.21vw 5.63vw 0;
}
.query-form {
  display: flex;
  position: relative;
}
.query-form .text {
  display: flex;
  align-items: center;
  width: 0;
  padding-left: 0.58rem;
  flex: 1;
  height: 1.18rem;
  border: 2px solid #004d98;
  color: #092393;
  font-size: 0.36rem;
  margin: 0;
  outline: none;
  background: none;
  font-weight: bold;
  border-right: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.query-form .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.query-form .text::-webkit-input-placeholder {
  color: #092393;
}
.qualificate-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.48rem;
  height: 1.22rem;
  background: #004d98 url(../images/arrow2.png) center no-repeat;
  cursor: pointer;
  border: none;
}
.qualificate-btn:hover span {
  background-size: 0.7rem auto;
}
.qualificate-btn span {
  display: block;
  padding-left: 0.78rem;
  line-height: 1.22rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  background: url(../images/check.png) left center no-repeat;
  background-size: 0.66rem auto;
  transition: 0.2s;
}
.dtel {
  display: inline-flex;
  margin-top: 0.28rem;
  align-items: center;
  padding: 0 0.2rem 0 0.26rem;
  height: 0.52rem;
  background: #004d98;
}
.dtel i {
  display: inline-block;
  color: #fff;
  font-size: 0.26rem;
  font-style: normal;
}
.dtel b {
  display: inline-block;
  margin-left: 0.18rem;
  color: #ffffff;
  font-size: 0.3rem;
  font-family: "DIN-Medium";
}
.starting-point {
  padding: 7.71vw 0 9.9vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.wiring {
  position: relative;
  margin: auto;
  margin-top: 11.98vw;
  width: 61.923%;
}
.wiring figure {
  display: block;
  margin: auto;
  line-height: 1;
}
.wiring figure img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.wiring-item {
  position: absolute;
  margin-left: -5px;
  margin-bottom: -5px;
}
.wiring-item:hover .wiring-line:before,
.wiring-item:hover .wiring-line:after {
  opacity: 1;
}
.wiring-item:hover .wiring-dit i:before,
.wiring-item:hover .wiring-dit i:after {
  animation: p-ani-7 1.6s linear infinite;
}
.wiring-item:hover .wiring-dit i:after {
  animation-delay: 0.4s;
}
.wiring-item:hover .wiring-text strong {
  background: #004d98;
  color: #fff;
}
.wiring-item:hover .wiring-text p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@keyframes p-ani-7 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.wiring-dit {
  position: relative;
}
.wiring-dit i {
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #004d98;
}
.wiring-dit i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(231, 37, 16, 0.3);
  opacity: 0;
}
.wiring-dit i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(231, 37, 16, 0.3);
  opacity: 0;
}
.wiring-dit span {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -11px;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 2px;
  color: #004d98;
}
.wiring-item1 {
  left: 24.25%;
  top: 4.9%;
}
.wiring-item1 .wiring-line {
  position: relative;
  height: 0.36rem;
  width: 19.06vw;
}
.wiring-fix {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.wiring-line {
  position: relative;
  height: 0.36rem;
  width: 19.06vw;
}
.wiring-line:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 85.51%;
  height: 1px;
  background: #004d98;
  opacity: 0.2;
  transition: 0.3s;
}
.wiring-line:after {
  position: absolute;
  left: 85.51%;
  top: 0;
  content: "";
  width: 18.51%;
  height: 1px;
  background: #004d98;
  transform-origin: left top;
  transform: rotate(35deg);
  opacity: 0.2;
  transition: 0.3s;
}
.wiring-text {
  position: absolute;
  right: 100%;
  top: -0.25rem;
}
.wiring-text strong {
  display: block;
  width: 1.63rem;
  height: 0.5rem;
  line-height: 0.48rem;
  background: none;
  box-sizing: border-box;
  border: 1px solid #004d98;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  color: #004d98;
  transition: 0.35s;
}
.wiring-text p {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 0.15rem;
  width: 4.5rem;
  padding-left: 0.05rem;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.4s;
}
.wiring-item2 {
  left: 6.29%;
  top: 40.84%;
}
.wiring-item2 .wiring-line {
  width: 10vw;
  height: 0.2rem;
}
.wiring-item2 .wiring-text p {
  width: 3rem;
}
.wiring-item3 {
  left: 40.35%;
  top: 52.28%;
}
.wiring-item3 .wiring-fix {
  top: 5px;
  bottom: auto;
}
.wiring-item3 .wiring-line {
  height: 1.5rem;
}
.wiring-item3 .wiring-line:before {
  top: auto;
  bottom: 0;
}
.wiring-item3 .wiring-line:after {
  transform: rotate(-71deg);
  top: auto;
  bottom: 0;
  width: 44%;
}
.wiring-item3 .wiring-text {
  top: auto;
  bottom: -0.25rem;
}
.wiring-item4 {
  left: 38.29%;
  top: 15.62%;
}
.wiring-item4 .wiring-fix {
  right: auto;
  left: 5px;
}
.wiring-item4 .wiring-line {
  height: 1.8rem;
}
.wiring-item4 .wiring-line:before {
  left: auto;
  right: 0;
}
.wiring-item4 .wiring-line:after {
  transform: rotate(-75deg);
  width: 51%;
  left: auto;
  right: 85.51%;
  transform-origin: right top;
}
.wiring-item4 .wiring-text {
  right: auto;
  left: 100%;
}
.wiring-item5 {
  left: 73.27%;
  top: 9.64%;
}
.wiring-item5 .wiring-fix {
  right: auto;
  left: 5px;
}
.wiring-item5 .wiring-line {
  height: auto;
  width: 20.31vw;
}
.wiring-item5 .wiring-line:before {
  left: auto;
  right: 0;
  width: 100%;
}
.wiring-item5 .wiring-line:after {
  width: 0;
}
.wiring-item5 .wiring-text {
  right: auto;
  left: 100%;
}
.wiring-item5 .wiring-text p {
  left: auto;
  right: 0;
  text-align: right;
}
.wiring-item6 {
  left: 89.44%;
  top: 37.27%;
}
.wiring-item6 .wiring-fix {
  right: auto;
  left: 5px;
  top: 5px;
  bottom: auto;
}
.wiring-item6 .wiring-line {
  width: 12.6vw;
  height: 1.5rem;
}
.wiring-item6 .wiring-line:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.wiring-item6 .wiring-line:after {
  transform: rotate(-284deg);
  top: auto;
  bottom: 0;
  left: 0;
  left: auto;
  right: 85.51%;
  width: 62%;
  transform-origin: right bottom;
}
.wiring-item6 .wiring-text {
  top: auto;
  bottom: -0.25rem;
  right: auto;
  left: 100%;
}
.wiring-item6 .wiring-text p {
  left: auto;
  right: 0;
  text-align: right;
}
.integrators {
  margin-top: 7.19vw;
}
.startings-list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.startings-list li {
  padding: 3.85vw 0 2.71vw;
  position: relative;
  z-index: 3;
  width: 18.13vw;
  text-align: center;
  background: #fff;
}
.startings-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #004d98;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.startings-list li:hover,
.startings-list li.active {
  color: #004d98;
}
.startings-list li:hover:before,
.startings-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.startings-list li:hover b img.show {
  opacity: 0;
}
.startings-list li:hover b img.hide {
  opacity: 1;
}
.startings-list li:hover strong {
  color: #fff;
}
.startings-list li:hover .startings-text p {
  color: #fff;
}
.startings-list li b {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  height: 8.17vw;
  width: 8.95vw;
}
.startings-list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.startings-list li b img.hide {
  opacity: 0;
}
.startings-list li strong {
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.35rem;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
  transition: 0.3s;
}
.startings-text p {
  margin-bottom: 0.12rem;
  color: #666666;
  font-size: 0.18rem;
  transition: 0.3s;
}
.startings-text p:last-child {
  margin-bottom: 0;
}
.benefit {
  padding: 6.25vw 0 6.46vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefit-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.benefit-list li {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-left: -1px;
  margin-top: -1px;
  padding: 0 5.42vw 0 3.33vw;
  width: 50%;
  height: 2.06rem;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.benefit-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #004d98;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.benefit-list li:hover,
.benefit-list li.active {
  color: #004d98;
}
.benefit-list li:hover:before,
.benefit-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.benefit-list li b {
  display: block;
  width: 1.1rem;
}
.benefit-list li b img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 0.6rem;
}
.benefit-info {
  width: 0;
  flex: 1;
}
.benefit-info strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
}
.benefit-info p {
  color: #fff;
  font-size: 0.16rem;
}
.starting-title1 strong {
  color: #fff;
}
.system {
  padding: 7.6vw 0 8.85vw;
}
.system-btn {
  margin-bottom: 0.64rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.system-btn li {
  margin-right: 0.28rem;
  margin-bottom: 0.2rem;
  width: 1.8rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
  background: #f5f5f5;
  transition: 0.38s;
}
.system-btn li:hover,
.system-btn li.active {
  background: #e8e8f4;
  color: #092393;
}
.system-btn li:last-child {
  margin-right: 0;
}
.system-tab {
  position: relative;
}
.system-slide {
  position: relative;
  width: 61.53%;
}
.system-slide figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  opacity: 0;
  transition: 0.5s;
}
.system-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system-slide.swiper-slide-next figure,
.system-slide.swiper-slide-prev figure {
  opacity: 0.5;
}
.system-slide.swiper-slide-active figure {
  opacity: 1;
}
.system-slide.swiper-slide-active .system-info {
  opacity: 1;
  visibility: visible;
}
.system-info {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.system-info strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
}
.system-info small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-family: "DIN-Medium";
}
.system-prev span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.26rem;
  width: 0.52rem;
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  font-size: 16px;
  background: #004d98;
  transition: 0.4s;
  cursor: pointer;
  z-index: 10;
}
.system-prev span.prev {
  left: -0.26rem;
}
.system-prev span.next {
  right: -0.26rem;
}
.letter {
  padding: 4.58vw 0 6.77vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/111.png) center bottom;
  background-size: 71.25vw auto;
  background-repeat: no-repeat;
}
.letter-left {
  width: 38.26%;
}
.letter-info {
  margin-top: 0.5rem;
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.letter-ritght {
  margin-right: 0.32rem;
  width: 45.38%;
  cursor: pointer;
}
.letter-ritght img {
  display: block;
  max-width: 100%;
  height: auto;
}
.development {
  padding: 7.55vw 0 0;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.starting-title1 p {
  color: #fff;
}
.development-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.4vw;
}
.development-list li {
  margin-right: 2%;
  position: relative;
  z-index: 2;
  width: 32%;
  background: #fff;
  box-shadow: 0 0 0.54rem rgba(201, 201, 201, 0.26);
}
.development-list li:before {
  content: "";
  width: 0;
  height: 4px;
  background: #004d98;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.development-list li:hover,
.development-list li.active {
  color: #004d98;
}
.development-list li:hover:before,
.development-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.development-list li:nth-child(3n+3) {
  margin-right: 0;
}
.development-list li:hover figure img {
  transform: scale(1.06);
}
.development-list li figure {
  position: relative;
  display: block;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.development-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development-list li figure img {
  transition: 0.68s;
}
.development-fix {
  padding: 2.81vw 3.54vw 3.02vw;
  text-align: center;
}
.development-fix strong {
  display: block;
  margin-bottom: 0.34rem;
  line-height: 1;
  color: #333333;
  font-size: 0.28rem;
}
.development-fix p {
  color: #999999;
  font-size: 16px;
  line-height: 2.2;
}
.engineers {
  margin-top: 10.42vw;
  padding-bottom: 5.73vw;
  display: flex;
  flex-wrap: wrap;
  background: url(../images/111.png) center bottom no-repeat;
  background-size: 71.25vw auto;
}
.engineers li {
  margin-right: 5.333%;
  margin-bottom: 3.65vw;
  padding: 0.4rem 0;
  position: relative;
  background: url(../images/join1.png) center no-repeat;
  background-size: 100% auto;
  width: 21%;
  text-align: center;
}
.engineers li:nth-child(4n+4) {
  margin-right: 0;
}
.engineers li:nth-child(4n+4) i {
  display: none;
}
.engineers li:nth-child(n+5) {
  background: url(../images/join2.png) center no-repeat;
  background-size: 100% auto;
}
.engineers li:nth-child(n+5) strong {
  color: #004d98;
}
.engineers li:nth-child(n+5) i {
  background: url(../images/arrow4.png) center no-repeat;
  background-size: cover;
}
.engineers li strong {
  display: block;
  margin-bottom: 0.13rem;
  line-height: 1;
  color: #091c7e;
  font-size: 0.2rem;
  font-weight: normal;
}
.engineers li small {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 0.16rem;
  font-family: "DIN-Regular";
}
.engineers li i {
  display: inline-block;
  position: absolute;
  right: -3.23vw;
  top: 50%;
  margin-top: -0.13rem;
  width: 0.38rem;
  height: 0.26rem;
  background: url(../images/arrow3.png) center no-repeat;
  background-size: cover;
}
.care {
  padding: 6.88vw 0 9.01vw;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.care .starting-title {
  margin: auto;
  width: 1320px;
  max-width: 90%;
}
.care .starting-title p {
  color: #666666;
  font-size: 16px;
}
.care-swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.care-fix {
  margin-top: 6.51vw;
  position: relative;
  height: 290px;
}
.care-item {
  position: absolute;
  transform: translateX(-50%);
}
.care-item:hover span {
  background: #004d98;
  color: #fff;
}
.care-item span {
  display: inline-block;
  width: 158px;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 0.24rem;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  transition: 0.4s;
}
.care-item1 {
  left: 7.55%;
  top: 154px;
}
.care-item2 {
  left: 18.22%;
  top: 32px;
}
.care-item3 {
  left: 22.18%;
  top: 196px;
}
.care-item4 {
  left: 35.312%;
  top: 103px;
}
.care-item4 span {
  width: 2.06rem;
}
.care-item5 {
  left: 44.68%;
  top: 0;
}
.care-item6 {
  left: 48.43%;
  top: 220px;
}
.care-item7 {
  left: 58%;
  top: 88px;
}
.care-item8 {
  left: 68.33%;
  top: auto;
  bottom: 0;
}
.care-item9 {
  left: 73.07%;
  top: 120px;
}
.care-item10 {
  left: 84.89%;
  top: 15px;
}
.care-item10 span {
  width: 2.5rem;
}
.care-item11 {
  left: 90.78%;
  top: 208px;
}
.care-item11 span {
  width: 2.5rem;
}
.wonderful {
  padding: 7.29vw 0 7.81vw;
}
.wonderful-li {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.wonderful-li li {
  margin-right: 1.4%;
  margin-bottom: 0.24rem;
  width: 32.4%;
}
.wonderful-li li:nth-child(3n+3) {
  margin-right: 0;
}
.wonderful-li li figure {
  position: relative;
  display: block;
  padding-bottom: 57.11%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.wonderful-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wonderful-li li figure img {
  transition: 0.58s;
}
.wonderful-li li:hover figure img {
  transform: scale(1.06);
}
.recuite-box {
  padding: 8.85vw 0 6.46vw;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.recuite-top {
  margin-bottom: 4.17vw;
}
.recuite-top .digital-title {
  color: #fff;
}
.recuite-top .digital-title b {
  display: block;
  font-weight: lighter;
}
.recuite-btns {
  display: flex;
}
.recuite-btns span {
  display: inline-flex;
  justify-content: center;
  margin-left: -2px;
  width: 1.88rem;
  border: 2px solid #004d98;
  height: 0.52rem;
  line-height: 0.52rem;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
.recuite-btns span:hover,
.recuite-btns span.active {
  background: #004d98;
}
.recuite-wr {
  padding: 0.46rem 0.48rem 0;
  background: #fff;
  border-radius: 2px;
}
.recuite-list li {
  margin-bottom: 0.14rem;
}
.recuite-list li.active .recuite-row b {
  transform: rotate(0deg);
}
.recuite-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.24rem;
  height: 0.8rem;
  background: #eff3ff;
  cursor: pointer;
}
.recuite-row strong {
  display: block;
  position: relative;
  padding-left: 0.37rem;
  color: #333333;
  font-size: 16px;
  width: 32.55vw;
}
.recuite-row strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 4px;
  height: 19px;
  background: #004d98;
}
.recuite-row span {
  display: block;
  width: 17.81vw;
  color: #999999;
  font-size: 16px;
}
.recuite-row span:nth-child(2) {
  flex: 1;
}
.recuite-row b {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  font-size: 16px;
  background: #004d98;
  text-align: center;
  transform: rotate(180deg);
  transition: 0.3s;
}
.recuite-text {
  padding: 0.36rem 0.5rem 0.34rem;
  display: none;
  background: #f6f8ff;
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
body.show,
html.show {
  overflow: hidden;
}
body.show .letter-pop,
html.show .letter-pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.letter-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 299;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  transition: 0.88s;
}
.letter-bgs {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(11, 32, 138, 0.2);
}
.letter-close {
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
  color: #bc3d3d;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
  font-size: 0.2rem;
  font-weight: bold;
}
.letter-close:hover {
  transform: rotate(180deg);
}
.letter-in {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5vh;
  padding-top: 0.5rem;
  max-width: 100%;
  box-sizing: border-box;
  max-height: 95vh;
  overflow-y: auto;
  padding: 0.38rem 0.28rem;
  width: 1142px;
  background: #fff;
}
.letter-fix {
  padding: 0.65rem 3.65vw 0.46rem;
  position: relative;
  border: dashed 2px #bc3d3d;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  -webkit-border-radius: 22px;
  background-color: #fff;
}
.letter-fix:after {
  position: absolute;
  left: 50%;
  margin-left: -0.285rem;
  top: -0.285rem;
  content: "";
  width: 0.57rem;
  height: 0.57rem;
  background: url(../images/borders.png) center no-repeat;
  background-size: cover;
}
.letter-fix:before {
  position: absolute;
  right: 0.1rem;
  bottom: 0.16rem;
  content: "";
  width: 8.59vw;
  height: 7.76vw;
  background: url(../images/hh.png) center no-repeat;
  background-size: cover;
}
.letter-tt {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.4rem;
  text-align: center;
}
.letter-texts {
  margin-top: 3.85vw;
  color: #666666;
  font-size: 0.2rem;
  font-family: "Adobe 黑体 Std";
}
.life__cycle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.life__cycle strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.44rem;
}
.life__cycle p {
  color: #fff;
  font-size: 0.44rem;
  font-weight: lighter;
  line-height: 1.2;
}
.life__ico {
  margin-top: 0.66rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.3rem 0;
  background: #004d98;
  height: 0.68rem;
}
.life__ico i {
  display: inline-block;
  margin-right: 0.16rem;
  color: #fff;
  font-size: 0.26rem;
  font-style: normal;
}
.life__ico b {
  display: block;
  color: #fff;
  font-size: 0.3rem;
  font-family: "DIN-Regular";
}
.pain-spot {
  padding: 1.05rem 9.38vw 1.15rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pain__swiper {
  margin-top: 0.6rem;
}
.pain-slide {
  position: relative;
  z-index: 2;
  padding-bottom: 1.9rem;
  box-sizing: border-box;
  width: 25%;
}
.pain-slide:nth-child(2n+2) {
  margin-top: 3.85vw;
}
.pain-slide:before {
  position: absolute;
  left: 1px;
  bottom: 0;
  z-index: -1;
  z-index: 3;
  content: "";
  width: 4px;
  height: 2.68rem;
  background: url(../images/line3.png) center no-repeat;
}
.pain__info {
  margin-left: 4px;
  margin-right: 3.65vw;
  padding: 0.56rem 0.26rem;
  position: relative;
  z-index: 3;
  border-radius: 0 0.1rem 0.9rem 0.24rem;
  background: #f3f7fc;
  transition: 0.5s;
}
.pain__info:hover {
  background: #004d98;
}
.pain__info:hover strong,
.pain__info:hover p {
  color: #fff;
}
.pain__info:before {
  position: absolute;
  left: -4px;
  top: 0.2rem;
  bottom: 0.28rem;
  content: "";
  width: 4px;
  background: #4583ec;
  border-radius: 4px 0 0 4px;
}
.pain__info strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.3;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.3s;
}
.pain__info p {
  color: #999999;
  font-size: 16px;
  transition: 0.3s;
}
.pain__btn {
  position: absolute;
  left: 0;
  bottom: 0.48rem;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pain__btn span {
  display: inline-block;
  margin-right: 0.26rem;
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border: 1px solid #004d98;
  color: #004d98;
  font-size: 0.26rem;
  font-weight: bold;
  font-size: 0.24rem;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
.pain__btn span:hover {
  background: #004d98;
  color: #fff;
}
.pain__btn span:last-child {
  margin-right: 0;
}
.train {
  padding: 1.25rem 0 0;
}
.train__list {
  margin-top: 0.48rem;
  display: flex;
}
.train__list li {
  margin-right: 2px;
  position: relative;
  flex: 1;
}
.train__list li:last-child {
  margin-right: 0;
}
.train__list li:nth-child(2n+2) figure:before {
  background: rgba(22, 30, 72, 0.7);
}
.train__list li:hover figure img {
  transform: scale(1.06);
}
.train__list li figure {
  position: relative;
  display: block;
  padding-bottom: 146.44%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.train__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.train__list li figure img {
  transition: 0.68s;
}
.train__list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(74, 81, 118, 0.7);
}
.train__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.train__text b {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  width: 0.64rem;
  height: 0.64rem;
}
.train__text b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.train__text strong {
  display: block;
  line-height: 1;
  margin-top: 0.26rem;
  color: #fff;
  font-size: 0.24rem;
}
.process__boxs {
  padding: 1.32rem 0 1.2rem;
}
.service__process {
  margin-top: 0.55rem;
}
.process__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process__btn span {
  display: inline-block;
  width: 2.9rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #004d98;
  font-size: 0.18rem;
  background: #edf4ff;
  transition: 0.35s;
  cursor: pointer;
}
.process__btn span.active {
  background: #004098;
  color: #fff;
}
.process__fix {
  margin-top: 0.65rem;
}
.procee__item {
  display: none;
}
.procee__item:first-child {
  display: block;
}
.procee__item img {
  display: block;
  width: 100%;
  height: auto;
}
.systems {
  padding: 8.85vw 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.systems__list {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-repeat: no-repeat;
}
.systems__list li {
  box-sizing: border-box;
  padding: 1.1rem 0 1.04rem;
  text-align: center;
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.systems__list li:hover {
  background: rgba(11, 32, 138, 0.3);
}
.systems__list li:hover b {
  transform: translateY(-5px);
}
.systems__list li:nth-child(2n+2) {
  border-right: none;
}
.systems__list li:nth-child(n+3) {
  border-bottom: none;
}
.systems__list li b {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1;
  height: 0.75rem;
  transition: 0.4s;
}
.systems__list li b:before {
  position: absolute;
  right: -0.2rem;
  bottom: -0.1rem;
  z-index: -1;
  content: "";
  width: 0.53rem;
  height: 0.53rem;
  background: url(../images/br.png) center no-repeat;
  background-size: cover;
}
.systems__list li b img {
  display: inline-block;
  width: auto;
  max-height: 0.75rem;
}
.systems__list li p {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.6;
}
.customer-value {
  padding: 10.42vw 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.customer__wrap {
  position: relative;
}
.customer__wrap .starting-title {
  position: absolute;
  left: 0.5rem;
  top: 7.19vw;
}
.customer__row {
  display: flex;
  align-items: flex-start;
}
.customer__item1 {
  margin-left: 25%;
}
.customer__item {
  display: flex;
  width: 50%;
}
.customer__info {
  position: relative;
  padding: 3.02vw 2.34vw 3.13vw 2.71vw;
  width: 50%;
  box-sizing: border-box;
  height: 16.82vw;
  background: #004d98;
  background-size: cover;
}
.customer__info strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
}
.customer__info p {
  color: #fff;
  font-size: 0.16rem;
}
.customer__info b {
  display: block;
  position: absolute;
  right: 2.34vw;
  bottom: 0.15rem;
  line-height: 1;
  color: 0.72rem;
  font-family: "DIN-Regular";
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.72rem;
}
.customer__img {
  width: 50%;
  line-height: 1;
}
.customer__img img {
  display: block;
  width: 100%;
  height: auto;
}
.customer__item--three {
  display: block;
  width: 25%;
}
.customer__item--three .customer__info,
.customer__item--three .customer__img {
  width: 100%;
}
.projects {
  padding: 16.98vw 0 6.77vw;
  background: url(../images/141.png) center no-repeat;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.project__wraps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project__btn {
  position: relative;
  width: 24.87%;
}
.project__btn--item {
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.project__btn--item.active figure,
.project__btn--item:hover figure {
  border-color: #004d98;
}
.project__btn--item.active figure:before,
.project__btn--item:hover figure:before {
  background: rgba(11, 32, 138, 0.5);
}
.project__btn--item.active .project-ico p,
.project__btn--item:hover .project-ico p,
.project__btn--item.active .project-ico b,
.project__btn--item:hover .project-ico b {
  color: #fff;
}
.project__btn--item:hover figure img {
  transform: scale(1.06);
}
.project__btn--item figure {
  border-radius: 50%;
  border: 0.2rem solid #a7baf7;
  position: relative;
  overflow: hidden;
}
.project__btn--item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
.project__btn--item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: 0.5s;
}
.project__btn--item:last-child {
  position: absolute;
  right: -5.83vw;
  top: -6.25vw;
  width: 14.32vw;
  z-index: 3;
}
.project-ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
.project-ico b {
  display: block;
  line-height: 1;
  color: #004d98;
  font-size: 0.56rem;
  font-weight: normal;
  text-align: center;
  transition: 0.35s;
}
.project-ico p {
  line-height: 1;
  margin-top: 0.18rem;
  color: #004d98;
  font-size: 0.24rem;
  transition: 0.35s;
}
.project__tabs {
  position: relative;
  z-index: 3;
  margin-right: 0.15rem;
  width: 60.64%;
}
.project__tabs:before {
  position: absolute;
  right: -0.15rem;
  bottom: -0.15rem;
  content: "";
  width: 100%;
  height: 100%;
  background: #004d98;
  z-index: -1;
}
.project__bgs {
  padding: 5vw 4.58vw 4.48vw 5.73vw;
  position: relative;
  background: #fff;
}
.project__bgs:before {
  position: absolute;
  left: -0.54rem;
  top: 0;
  content: "";
  width: 0.54rem;
  height: 0.68rem;
  background: url(../images/projectbgs.png) center no-repeat;
  background-size: cover;
}
.project__items {
  display: none;
}
.project__items:first-child {
  display: block;
}
.project__items strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.3rem;
  font-weight: normal;
}
.project__items p {
  position: relative;
  margin-bottom: 4px;
  padding-left: 0.26rem;
  color: #666666;
  font-size: 16px;
}
.project__items p:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  background: #004d98;
  border-radius: 50%;
}
.service-left1 p {
  font-size: 0.4rem;
  font-weight: lighter;
}
