@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;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  width: 100%;
}
.header.scoll .header__wrap,
.header.innerbg .header__wrap {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.scoll .logo img.show,
.header.innerbg .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scoll .logo img.hide,
.header.innerbg .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scoll .header__tel b,
.header.innerbg .header__tel b {
  color: #007CC3;
}
.header.scoll .header__tel p,
.header.innerbg .header__tel p {
  color: #000000;
}
.header.scoll .header__btn--item i,
.header.innerbg .header__btn--item i {
  color: #007CC3;
  background: rgba(0, 0, 0, 0.1);
}
.header.scoll .navs > li > a,
.header.innerbg .navs > li > a {
  color: #000000;
}
.header.scoll .navs > li > a:before,
.header.innerbg .navs > li > a:before {
  background: #000;
}
.header.scoll .menubtn span,
.header.innerbg .menubtn span {
  background: #000;
}
.header.scoll .menubtn span:before,
.header.innerbg .menubtn span:before,
.header.scoll .menubtn span:after,
.header.innerbg .menubtn span:after {
  background: #000;
}
.header.scoll .menubtn.active span,
.header.innerbg .menubtn.active span {
  background: transparent;
}
.header.scoll .logo img {
  max-width: 2rem;
}
.header.scoll .header__top {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.header.scoll .navs {
  margin-top: 0;
}
.header__wrap {
  padding: 0.2rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
}
.logo img {
  display: block;
  max-width: 3rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.35s;
}
.header__tel {
  display: flex;
  align-items: center;
}
.header__tel b {
  display: inline-flex;
  margin-right: 0.06rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
  transition: 0.4s;
}
.header__tel p {
  color: #fff;
  font-size: 0.22rem;
  font-family: "HarmonyOS_Sans_Light";
  transition: 0.4s;
}
.header__btn {
  display: flex;
  align-items: center;
  padding-left: 0.34rem;
}
.header__btn--item {
  margin-right: 0.1rem;
  position: relative;
}
.header__btn--item:last-child {
  margin-right: 0;
}
.header__btn--item i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.36rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  font-weight: normal;
  transition: 0.4s;
}
.header__btn--item i:hover {
  background: rgba(255, 255, 255, 0.5);
}
.header__btn--item:hover i {
  background: rgba(255, 255, 255, 0.5);
}
.header__btn--item:hover .header__eq,
.header__btn--item:hover .header__search {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__eq {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 100%;
  padding-top: 12px;
  width: 90px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}
.header__eq figure {
  display: block;
}
.header__eq figure img {
  display: block;
  width: 100%;
  height: auto;
}
.header__search {
  position: absolute;
  right: -0.1rem;
  top: 100%;
  padding-top: 0.1rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}
.header__search .texts {
  box-sizing: border-box;
  padding: 0;
  padding-left: 0.18rem;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background: #fff;
  border: none;
  font-size: 14px;
}
.header__search .sub {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.15rem;
  display: block;
  background: none;
  border: none;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
  background: #fff;
  border-radius: 0 0.2rem 0.2rem 0;
}
.header__search .sub:hover {
  color: #007CC3;
}
.navs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.22rem;
}
.navs > li {
  padding: 0 0.26rem;
  position: relative;
}
.navs > li:hover a:before,
.navs > li.active a:before {
  right: auto;
  width: 100%;
  left: 0;
}
.navs > li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.navs > li:last-child {
  padding-right: 0;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 16px;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs__menu {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 100%;
  padding-top: 18px;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 0.7s;
}
.navs__menu--list {
  border-radius: 0.12rem;
  padding: 0.15rem 0;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.14);
}
.navs__menu--list li {
  margin-bottom: 0.1rem;
  text-align: center;
}
.navs__menu--list li:last-child {
  margin-bottom: 0;
}
.navs__menu--list li a {
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.navs__menu--list li a:hover {
  color: #007CC3;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 10;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 5px;
  width: 0.25rem;
  height: 0.25rem;
  opacity: 1;
  background: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  visibility: visible;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
}
.ui-loop svg .path-loop-bg,
.ui-loop svg .path-loop {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 48.958%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -0.35rem;
  z-index: 10;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.24rem;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0.5;
}
.banner__prev:hover {
  opacity: 1;
  color: #007CC3;
}
.banner__prev:hover:before {
  transform: scale(1);
}
.banner__prev:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s;
}
.banner__prev.prev {
  left: 0.5rem;
}
.banner__prev.next {
  right: 1rem;
}
.home__product {
  padding: 0.94rem 0 0;
}
.comon__title {
  position: relative;
  z-index: 3;
  padding-top: 0.52rem;
  text-align: center;
}
.comon__title img {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  width: auto;
  height: 0.79rem;
}
.comon__title strong {
  display: block;
  line-height: 1;
  color: #000;
  font-size: 0.4rem;
  font-weight: normal;
}
.comon__title small {
  position: absolute;
  left: 0;
  top: -0.08rem;
  width: 100%;
  text-align: center;
  z-index: -1;
  display: inline-block;
  font-size: 1rem;
  font-family: "HarmonyOS_Sans_Bold";
  white-space: nowrap;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.comon__title p {
  margin-top: 0.18rem;
  color: #333333;
  font-size: 0.16rem;
  overflow: hidden;
}
.home__product--btn {
  margin-top: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__product--btn span {
  display: inline-block;
  z-index: 3;
  padding: 0 0.45rem 0 0.74rem;
  position: relative;
  margin-right: 0.3rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border: 1px solid #007CC3;
  border-radius: 0.27rem;
  color: #007CC3;
  font-size: 0.2rem;
  font-family: "HarmonyOS_Sans_Bold";
  cursor: pointer;
  font-weight: bold;
  transition: 0.35s;
}
.home__product--btn span:hover,
.home__product--btn span.active {
  color: #fff;
}
.home__product--btn span:hover:after,
.home__product--btn span.active:after {
  right: auto;
  left: 0;
  width: 100%;
}
.home__product--btn span:hover:before,
.home__product--btn span.active:before {
  background: #fff;
}
.home__product--btn span:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  background: #007CC3;
  border-radius: 0.26rem;
  transition: 0.45s;
}
.home__product--btn span:last-child {
  margin-right: 0;
}
.home__product--btn span:before {
  position: absolute;
  left: 0.38rem;
  top: 50%;
  margin-top: -0.05rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #007CC3;
  border-radius: 50%;
  transition: 0.3s;
}
.home__product--tab {
  margin-top: 0.4rem;
  padding: 0 8.3333vw 1rem;
  position: relative;
  z-index: 1;
}
.home__product--tab:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 3.6rem;
  background: #E3E3E3;
}
.home__product--li {
  display: flex;
  flex-wrap: wrap;
}
.home__product--li li {
  width: 25%;
  text-align: center;
}
.home__product--li li a:hover figure img {
  transform: translateY(-18px);
}
.home__product--li li a:hover .home__product__info strong {
  color: #007CC3;
}
.home__product--li li a:hover .home__product__info p {
  color: #000;
}
.home__product--li li a:hover .home__product__info span {
  background: #007CC3;
  color: #fff;
}
.home__product--li li figure {
  position: relative;
  padding-bottom: 3.76rem;
}
.home__product--li li figure img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  transition: 0.65s;
}
.home__product__info {
  margin-top: 0.1rem;
  text-align: center;
}
.home__product__info strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.1;
  font-size: 0.2rem;
  transition: 0.35s;
}
.home__product__info p {
  color: #666666;
  font-size: 0.16rem;
  transition: 0.34s;
  height: 0.48rem;
  transition: 0.35s;
}
.home__product__info span {
  display: inline-block;
  width: 1.2rem;
  height: 0.3rem;
  border: 1px solid #007CC3;
  line-height: 0.3rem;
  color: #007CC3;
  font-size: 14px;
  border-radius: 0.16rem;
  transition: 0.35s;
}
.home__product--item {
  display: none;
}
.home__product--item:first-child {
  display: block;
}
.home__solute {
  position: relative;
  z-index: 3;
}
.home__solute--top {
  position: absolute;
  left: 0;
  top: 0.76rem;
  z-index: 3;
  width: 100%;
}
.home__solute--btn {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
.home__solute--btn span {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-right: 0.5rem;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  transition: 0.35s;
}
.home__solute--btn span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #007CC3;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.home__solute--btn span:hover,
.home__solute--btn span.active {
  color: #007CC3;
}
.home__solute--btn span:hover:before,
.home__solute--btn span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.home__solute--btn span:last-child {
  margin-right: 0;
}
.home__solute--bg {
  line-height: 1;
}
.home__solute--bg img {
  display: block;
  width: 100%;
  height: auto;
}
.solute__item {
  position: absolute;
  margin-left: -0.27rem;
  margin-top: -0.27rem;
}
.solute__item.active .solute__dist {
  background: #fff;
}
.solute__item.active .solute__dist img.show {
  opacity: 0;
  visibility: hidden;
}
.solute__item.active .solute__dist img.hide {
  opacity: 1;
  visibility: visible;
}
.solute__item.active .solute__dist:before {
  opacity: 1;
  visibility: visible;
}
.solute__item.active .solute__pop {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  pointer-events: visible;
}
.solute__dist {
  position: relative;
  text-align: center;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: #007CC3;
  transition: 0.4s;
}
.solute__dist:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.44rem;
  margin-top: -0.44rem;
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  background: url(../img/solute__bg.png) center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  animation: scalefix 4s infinite linear;
}
.solute__dist img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
  max-height: 0.3rem;
}
.solute__dist img.hide {
  opacity: 0;
  visibility: hidden;
}
@keyframes scalefix {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.solute__pop {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.4rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  margin-left: 60px;
  transition: 0.6s;
  pointer-events: visible;
}
.solute__wrap {
  box-sizing: border-box;
  position: relative;
  padding: 0.44rem 0.2rem 0.42rem 0.25rem;
  width: 3.23rem;
  border-radius: 0.2rem;
  background: #fff;
}
.solute__wrap:before {
  position: absolute;
  top: 50%;
  margin-top: -0.16rem;
  left: -0.12rem;
  content: "";
  border-top: 0.16rem solid transparent;
  border-bottom: 0.16rem solid transparent;
  border-right: 0.13rem solid #fff;
}
.solute__wrap figure {
  position: relative;
  margin-bottom: 0.14rem;
  line-height: 1;
  text-align: center;
}
.solute__wrap figure img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.solute__tts {
  margin-bottom: 0.26rem;
  text-align: center;
}
.solute__tts strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.24rem;
  font-weight: normal;
}
.solute__tts p {
  display: block;
  color: #999999;
  font-size: 14px;
}
.solute__item .common__btns {
  text-align: center;
}
.common__center {
  text-align: center;
}
.common__btns a,
.common__btns p {
  display: inline-flex;
  align-items: center;
  padding: 0.06rem 0.08rem 0.06rem 0.19rem;
  width: 1.8rem;
  box-sizing: border-box;
  justify-content: space-between;
  border-radius: 0.27rem;
  background: linear-gradient(to right, #007CC3 0%, #41B6E9 50%, #EDFAFF 100%);
}
.common__btns a:hover b,
.common__btns p:hover b {
  background: #007CC3;
}
.common__btns a:hover b i,
.common__btns p:hover b i {
  color: #fff;
}
.common__btns a span,
.common__btns p span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
  transition: 0.3s;
}
.common__btns a b,
.common__btns p b {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 0.42rem;
  transition: 0.35s;
}
.common__btns a b i,
.common__btns p b i {
  display: inline-block;
  color: #007CC3;
  font-size: 12px;
  transform: scale(0.5);
  transition: 0.35s;
}
.home__solute--item {
  display: none;
}
.home__solute--item:first-child {
  display: block;
}
.attente {
  padding: 1.35rem 8.3333vw 0.65rem;
  overflow: hidden;
}
.attente__title {
  margin-bottom: 0.52rem;
}
.attente__title h3 {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.3rem;
  font-weight: normal;
}
.attente__swiper {
  padding-bottom: 0.5rem;
}
.attente__swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 0.06rem;
  background: #EFEFEF;
  border-radius: 0.06rem;
}
.attente__swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #007CC3;
  border-radius: 0.06rem;
}
.attente-slide {
  position: relative;
  z-index: 2;
  width: 32%;
  height: auto;
  box-sizing: border-box;
  padding: 0.88rem 0.4rem 1.15rem;
  border-radius: 0.1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
.attente-slide:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.attente-slide:hover strong,
.attente-slide:hover p,
.attente-slide:hover span {
  color: #fff;
}
.attente-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  border-radius: 0.1rem;
  transition: 0.78s;
}
.attente-slide strong {
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 0.24rem;
  transition: 0.35s;
}
.attente-slide span {
  display: block;
  margin-bottom: 0.36rem;
  line-height: 1;
  color: #000000;
  font-size: 0.8rem;
  font-weight: bold;
  transition: 0.35s;
}
.attente-slide p {
  color: #666666;
  font-size: 16px;
  transition: 0.35s;
}
.home__business {
  position: relative;
}
.home__business__tt {
  position: absolute;
  left: 8.3333vw;
  top: 10.6771vw;
  z-index: 10;
  color: #fff;
  font-size: 0.4rem;
  line-height: 1.35;
}
.business-slide.swiper-slide-active .business__bg {
  transform: scale(1);
  transition: 5s linear;
}
.business__bg {
  position: relative;
  padding-bottom: 48.958%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s linear 2s;
  transform: scale(1.1);
}
.business__bg:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 46, 88, 0.6);
}
.home__business--name {
  position: absolute;
  left: 8.3333vw;
  bottom: 16.1458vw;
  z-index: 3;
}
.business__name--item {
  margin-bottom: 0.25rem;
}
.business__name--item.active span:before {
  right: auto;
  width: 100%;
  left: 0;
}
.business__name--item span {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
}
.business__name--item span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.business__name--item span:hover,
.business__name--item span.active {
  color: #fff;
}
.business__name--item span:hover:before,
.business__name--item span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.business__btn {
  position: absolute;
  left: 8.3333vw;
  bottom: 5.2083vw;
  z-index: 10;
}
.business__btn span {
  display: block;
  margin-top: 0.12rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.48rem;
  background: #fff;
  transition: 0.36s;
  color: #007CC3;
  font-size: 12px;
  cursor: pointer;
}
.business__btn span:hover {
  background: #007CC3;
  color: #fff;
}
.home__business--info {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 1.15rem 8.3333vw 1.02rem 6.1458vw;
  background: #007CC3;
  width: 9.43rem;
  border-radius: 0.5rem 0 0 0;
}
.business__en {
  position: absolute;
  left: 3.5937vw;
  top: -1rem;
  line-height: 1;
  font-size: 1.6rem;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  opacity: 0.45;
  font-family: "HarmonyOS_Sans_Regular";
}
.home__business--tab {
  position: relative;
  min-height: 1.8rem;
}
.home__business--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.home__business--item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
  transition: 0.5s;
}
.home__business--item p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 2;
}
.home__business--info .common__btns a {
  background: linear-gradient(to right, #fff 0%, rgba(237, 250, 255, 0.52) 100%);
}
.home__business--info .common__btns a span {
  color: #007CC3;
}
.news__dynamic {
  padding: 0.8rem 8.3333vw 1rem;
}
.news__dynamic--list {
  margin-top: 0.34rem;
  display: flex;
  flex-wrap: wrap;
}
.news__dynamic--list li {
  margin-right: 5%;
  margin-bottom: 0.6rem;
  width: 30%;
}
.news__dynamic--list li:nth-child(3n+3) {
  margin-right: 0;
}
.news__dynamic--list li a:hover figure img {
  transform: scale(1.08);
}
.news__dynamic--list li a:hover .news__dynamic--info strong {
  color: #007CC3;
}
.news__dynamic--list li a:hover .news__down {
  border-top-color: #007CC3;
}
.news__dynamic--list li a:hover b {
  background: #007CC3;
}
.news__dynamic--list li a:hover b i {
  color: #fff;
}
.news__dynamic--list li figure {
  position: relative;
  display: block;
  padding-bottom: 72.916%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.news__dynamic--list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__dynamic--list li figure img {
  transition: 0.68s;
}
.news__dynamic--info {
  padding-top: 0.4rem;
}
.news__dynamic--info strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.24rem;
  transition: 0.36s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__dynamic--info p {
  color: #666666;
  font-size: 16px;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__down {
  margin-top: 0.38rem;
  padding-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  transition: 0.36s;
}
.news__down time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 16px;
}
.news__down b {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #007CC3;
  border-radius: 50%;
  text-align: center;
  line-height: 0.42rem;
  transition: 0.36s;
}
.news__down b i {
  display: inline-block;
  color: #007CC3;
  font-size: 12px;
  transform: scale(0.5);
  font-style: normal;
  transition: 0.36s;
}
.home__products {
  display: flex;
}
.home__products--item {
  padding: 0.92rem 8.125vw 0.92rem 8.3333vw;
  flex: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home__products--title {
  margin-bottom: 0.4rem;
}
.home__products--title strong {
  display: block;
  margin-bottom: 0.08rem;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
  font-weight: normal;
}
.home__products--title p {
  color: #fff;
  font-size: 16px;
}
.home__prohide {
  min-height: 2.48rem;
}
.home__products--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home__products--list li {
  margin-bottom: 0.26rem;
  margin-right: 4.2666%;
  box-sizing: border-box;
  width: 21.8%;
}
.home__products--list li a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 0.48rem;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  font-size: 16px;
}
.home__products--list li a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.home__products--list li a:hover,
.home__products--list li a.active {
  color: #fff;
}
.home__products--list li a:hover:before,
.home__products--list li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.home__products--list li a:hover {
  color: #007CC3;
}
.home__products--list li:nth-child(4n+4) {
  margin-right: 0;
}
.footer {
  padding: 0 8.3333vw;
  background: #002E58;
}
.footer__tops {
  padding: 0.88rem 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__navs {
  display: flex;
  flex: 1;
  width: 0;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__navs--item {
  display: block;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.24rem;
}
.footer__navs--item dt a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.2rem;
  font-weight: bold;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p {
  margin-bottom: 0.16rem;
}
.footer__navs--item dd p:last-child {
  margin-bottom: 0;
}
.footer__navs--item dd p a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
}
.footer__navs--item dd p a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer__navs--item dd p a:hover,
.footer__navs--item dd p a.active {
  color: #fff;
}
.footer__navs--item dd p a:hover:before,
.footer__navs--item dd p a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer__right {
  padding-left: 0.44rem;
  padding-bottom: 0.2rem;
  margin-left: 5.7292vw;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.flogo {
  margin-bottom: 0.25rem;
  line-height: 1;
}
.flogo img {
  display: inline-block;
  width: auto;
  height: 0.45rem;
}
.footer__tel p {
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 16px;
}
.footer__tel p i {
  display: inline-block;
  margin-right: 0.06rem;
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 0.22rem;
}
.footer__tel p b {
  font-size: 0.2rem;
}
.footer__eq {
  display: flex;
  padding-top: 0.12rem;
}
.footer__eq--item {
  margin-right: 0.1rem;
  width: 0.96rem;
}
.footer__eq--item figure {
  display: block;
  line-height: 1;
}
.footer__eq--item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__eq--item p {
  margin-top: 0.1rem;
  text-align: center;
  line-height: 1;
  color: rgba(255, 255, 255, 0.57);
  font-size: 14px;
}
.footer__company {
  padding-top: 0.3rem;
}
.company__tt {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.subsidiary {
  position: relative;
}
.subsidiary:hover .subsidiary__btn i {
  transform: rotate(180deg);
}
.subsidiary:hover .subsidiary__down {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
  pointer-events: visible;
}
.subsidiary__btn {
  box-sizing: border-box;
  padding: 0 0.22rem 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.4rem;
  height: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.subsidiary__btn span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.subsidiary__btn i {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  transition: 0.35s;
}
.subsidiary__down {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -1px;
  width: 100%;
  z-index: 3;
  background: #002E58;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: 0.4s;
  pointer-events: none;
}
.subsidiary__down p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0.2rem;
}
.subsidiary__down p:last-child {
  border-bottom: none;
}
.subsidiary__down p a {
  display: inline-block;
  height: 0.46rem;
  line-height: 0.46rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.subsidiary__down p a:hover {
  color: #fff;
}
.footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.56rem;
}
.footer__copy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footer__copy p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.network {
  display: flex;
  align-items: center;
}
.network a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.network a:hover {
  color: #fff;
}
.footer__links {
  display: flex;
  margin-bottom: 0.16rem;
  align-items: flex-start;
}
.footer__links span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  white-space: nowrap;
}
.links__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 0;
}
.links__list li {
  margin-left: 0.2rem;
}
.links__list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.links__list li a:hover {
  color: #fff;
}
.advice {
  position: fixed;
  right: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: 0.58s;
}
.advice:hover {
  right: 0;
}
.advice__list li {
  margin-bottom: 0.05rem;
  position: relative;
}
.advice__list li:hover a b {
  opacity: 0.7;
}
.advice__list li a {
  display: block;
  padding: 0.1rem 0;
  width: 0.8rem;
  background: #007CC3;
  text-align: center;
}
.advice__list li a b {
  display: block;
  margin-bottom: 0.08rem;
  line-height: 1;
  color: #fff;
  font-size: 0.32rem;
  font-weight: normal;
  transition: 0.4s;
}
.advice__list li a p {
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.advice__list li:hover .advice__pop {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: visible;
}
.advice__pop {
  position: absolute;
  padding-right: 1px;
  right: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-20px);
  transition: 0.4s;
  display: flex;
  align-items: center;
  height: 100%;
}
.advice__pop span {
  display: flex;
  align-items: center;
  padding: 0 0.22rem;
  height: 100%;
  color: #fff;
  white-space: nowrap;
  font-size: 0.18rem;
  background: #007CC3;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 39.062%;
  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%;
  z-index: 3;
  text-align: center;
}
.ptext strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.54rem;
  letter-spacing: 5px;
}
.ptext small {
  display: block;
  margin-top: 0.15rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.24rem;
  letter-spacing: 0.1rem;
  overflow: hidden;
}
.posite {
  position: absolute;
  left: 8.3333vw;
  bottom: 0.18rem;
  z-index: 5;
  display: flex;
  align-items: center;
}
.posite a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.posite a:first-child {
  opacity: 0.5;
}
.posite b {
  display: inline-block;
  margin: 0 0.16rem;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  transform: scale(0.7);
}
.levam__menu {
  border-bottom: 1px solid #D9D9D9;
}
.levam__menu--wrap {
  padding: 0 8.3333vw;
}
.levam__menu--li {
  display: flex;
  justify-content: center;
}
.levam__menu--li li {
  flex: 1;
  position: relative;
  z-index: 3;
  max-width: 16.666%;
}
.levam__menu--li li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #007CC3;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.levam__menu--li li:hover,
.levam__menu--li li.active {
  color: #007CC3;
}
.levam__menu--li li:hover:before,
.levam__menu--li li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.levam__menu--li li.active a,
.levam__menu--li li:hover a {
  color: #007CC3;
}
.levam__menu--li li:before {
  bottom: -1px;
}
.levam__menu--li li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.78rem;
  color: #333333;
  font-size: 16px;
  text-align: center;
}
.introduct {
  padding: 1rem 8.3333vw;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.introduct__en {
  position: absolute;
  left: 0%;
  top: 47%;
  transform: translateY(-50%);
  z-index: -1;
}
.introduct__en small {
  display: block;
  white-space: nowrap;
  line-height: 1;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  color: transparent;
  opacity: 0.3;
  font-weight: 300;
  font-family: "HarmonyOS_Sans_Medium";
  text-transform: uppercase;
  font-size: 15.625vw;
  animation: enmoves 16s infinite linear alternate;
}
@keyframes enmoves {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40vw);
  }
}
.introduct__imgs {
  position: relative;
  width: 45%;
}
.introduct__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 104%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.introduct__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct__us {
  position: absolute;
  right: -28px;
  bottom: 0;
  z-index: 3;
  padding-bottom: 0.55rem;
}
.introduct__us:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 0.4rem;
  background: #007CC3;
}
.introduct__us small {
  display: block;
  position: absolute;
  left: 0.1rem;
  bottom: 0.55rem;
  transform-origin: left bottom;
  line-height: 1;
  white-space: nowrap;
  color: #007CC3;
  font-size: 0.22rem;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 5px;
}
.introduct_fix {
  width: 44%;
}
.introduct__title {
  margin-bottom: 18.5vw;
}
.introduct__title small {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #007CC3;
  font-size: 0.22rem;
  text-transform: uppercase;
}
.introduct__title strong {
  display: block;
  line-height: 1.4;
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
}
.introduct__title strong b {
  color: #007CC3;
  font-weight: normal;
}
.introduct__info strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.4;
  color: #000000;
  font-size: 0.32rem;
  font-weight: normal;
}
.introduct__info strong b {
  color: #007CC3;
  font-weight: normal;
}
.introduct__info p {
  color: #333333;
  font-size: 16px;
}
.introduct__data {
  padding: 1.15rem 8.3333vw 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.introduct__data--list {
  display: flex;
  flex-wrap: wrap;
}
.introduct__data--list li {
  margin-right: 0.9333%;
  margin-bottom: 0.14rem;
  box-sizing: border-box;
  padding: 0.56rem 0 0.47rem;
  width: 24.3%;
  text-align: center;
  opacity: 0.6 !important;
  border: 1px solid #fff;
  transition: 0.4s;
}
.introduct__data--list li:hover {
  opacity: 1 !important;
  transition: 0.5s 0s !important;
  background: rgba(255, 255, 255, 0.1);
}
.introduct__data--list li:nth-child(4n+4) {
  margin-right: 0;
}
.introduct__data--list li b {
  display: block;
  position: relative;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.introduct__data--list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.introduct__data--list li span {
  display: block;
  margin-top: 0.1rem;
  line-height: 1.1;
  color: #fff;
  font-size: 16px;
}
.introduct__data--list li p {
  margin-top: 0.12rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
}
.introduct__data--list li p i {
  margin-right: 5px;
  font-size: 0.48rem;
  font-weight: bold;
  font-style: normal;
}
.hbbh__group {
  position: relative;
  z-index: 3;
  padding: 1.2rem 0 1.8rem 8.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
}
.hbbh__b {
  position: absolute;
  left: -7%;
  top: 55%;
  transform: translateY(-50%);
  line-height: 1;
  color: #007CC3;
  opacity: 0.05;
  z-index: -1;
  font-size: 62.5vw;
}
.group__line {
  position: absolute;
  left: -0.8rem;
  top: 0;
  padding-top: 0.11rem;
  height: 0.8rem;
  width: 1px;
  background: #007CC3;
}
.group__line:before {
  position: absolute;
  left: -0.05rem;
  top: 0;
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  background: #007CC3;
  border-radius: 50%;
}
.group__imgs {
  width: 42.4479vw;
}
.group__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.group__fix {
  padding-right: 7.5521vw;
  padding-left: 10vw;
  width: 0;
  flex: 1;
}
.group__tt {
  margin-bottom: 0.4rem;
}
.group__tt strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #000000;
  font-size: 0.4rem;
  line-height: 1.2;
  font-weight: normal;
}
.group__tt span {
  display: block;
  position: relative;
  padding-left: 0.8rem;
  color: #007CC3;
  font-size: 0.24rem;
  line-height: 1.2;
}
.group__tt span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.6rem;
  height: 1px;
  background: #007CC3;
}
.group__text {
  position: relative;
  color: #333333;
  line-height: 2;
  font-size: 16px;
}
.hbbhen {
  display: block;
  position: absolute;
  left: -4%;
  top: 46%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  transform-origin: center;
  white-space: nowrap;
  line-height: 0.9;
  color: #007CC3;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.subsidiarv {
  padding: 0.86rem 0 1rem;
}
.subsidiarv__list {
  padding: 0.4rem 8.3333vw 0;
  margin-top: 0.24rem;
  border-top: 1px solid #D9D9D9;
}
.subsidiarv__list li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subsidiarv__list li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.subsidiarv__list li:hover .subsidiarv__imgs figure img {
  transform: scale(1.06);
}
.subsidiarv__imgs {
  width: 50%;
}
.subsidiarv__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 82.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.subsidiarv__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subsidiarv__imgs figure img {
  transition: 0.78s;
}
.subsidiarv__fix {
  width: 43.75%;
}
.subsidiarv__fix strong {
  display: block;
  line-height: 1.2;
  color: #007CC3;
  font-size: 0.36rem;
  font-weight: normal;
}
.subsidiarv__text {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.sub__home {
  display: inline-flex;
  align-items: center;
}
.sub__home:hover b {
  background: #007CC3;
  color: #fff;
}
.sub__home:hover span {
  color: #007CC3;
}
.sub__home a {
  display: inline-flex;
  align-items: center;
}
.sub__home b {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #EDEDED;
  color: #000;
  border-radius: 50%;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.35s;
}
.sub__home span {
  display: inline-flex;
  margin-left: 0.1rem;
  color: #333333;
  font-size: 16px;
  transition: 0.35s;
}
.subsidiarv__view {
  padding: 1.2rem 0 1.38rem;
  width: 1200px;
  margin: auto;
  max-width: 90%;
}
.subsidiarv__tts {
  text-align: center;
  margin-bottom: 0.54rem;
}
.subsidiarv__tts h3 {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #000000;
  font-size: 0.36rem;
  line-height: 1.2;
  padding: 0 0 0.08rem;
}
.subsidiarv__tts h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #007CC3;
  opacity: 0.1;
}
.subsidiarv__v {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.subsidiarv__v img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.culture {
  padding-top: 0.88rem;
}
.culture__list {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.culture__list li {
  margin-bottom: 0.1rem;
  margin-right: 0.54%;
  position: relative;
  width: 49.73%;
}
.culture__list li:last-child {
  margin-right: 0;
  width: 100%;
}
.culture__list li:nth-child(2n+2) {
  margin-right: 0;
}
.culture__list li:hover figure img {
  transform: scale(1.06);
}
.culture__list li:hover .culture__ico img {
  transform: rotateY(180deg);
}
.culture__list li:hover .culture__fix p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.culture__list li figure {
  position: relative;
  display: block;
  padding-bottom: 5rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
}
.culture__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture__list li figure img {
  transition: 0.68s;
}
.culture__list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.culture__fix {
  position: absolute;
  left: 10%;
  right: 10%;
  z-index: 3;
  top: 21%;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.culture__fix p {
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s;
}
.culture__ico {
  text-align: center;
}
.culture__ico img {
  display: block;
  margin: auto;
  max-height: 1rem;
  transition: 0.4s;
}
.culture__ico strong {
  display: block;
  margin-top: 0.34rem;
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
}
.idea {
  padding: 1.46rem 8.3333vw 1.3rem;
  display: flex;
  align-items: center;
}
.idea__info {
  flex: 1;
  padding: 0.46rem 0 0.7rem;
  border: 2px solid #FDD100;
  border-radius: 1.3rem;
  text-align: center;
}
.idea__info:last-child {
  border-color: #007CC3;
}
.idea__info:last-child b {
  color: #007CC3;
}
.idea__info b {
  display: block;
  margin-bottom: 0.18rem;
  font-size: 0.52rem;
  line-height: 1;
  color: #FDD100;
  font-weight: normal;
}
.idea__info strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
}
.idea__info p {
  color: #333333;
  font-size: 16px;
}
.logo__color {
  padding-bottom: 1rem;
}
.logo__color--item {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0.42rem 8.3333vw 0.48rem;
  border-bottom: 1px solid #D9D9D9;
}
.logo__color--item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.logo__color--item dt {
  display: block;
  position: relative;
  padding-left: 0.32rem;
  width: 17.9688vw;
  box-sizing: border-box;
  color: #000000;
  font-size: 0.24rem;
  font-weight: normal;
}
.logo__color--item dt:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.06rem;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #000;
}
.logo__color--item dd {
  display: block;
  flex: 1;
  width: 0;
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.logo__color--item dd img {
  max-width: 100%;
  margin-top: 0.32rem;
  width: auto;
  height: auto;
}
.idea__logo img {
  width: auto;
  height: 3.78rem;
}
.historys {
  padding: 0.87rem 0 1.05rem;
}
.history__list {
  position: relative;
  z-index: 3;
  margin: auto;
  margin-top: 0.56rem;
  width: 1328px;
  max-width: 90%;
}
.history__line {
  position: absolute;
  top: 0.1rem;
  z-index: -1;
  bottom: 0;
  background: #D9D9D9;
  left: 39.156%;
  margin-left: 4.6354vw;
  transform: translateX(0.88rem);
  width: 1px;
}
.history__line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: #007CC3;
}
.history__item {
  position: relative;
  padding-bottom: 1.3rem;
  display: flex;
  justify-content: space-between;
}
.history__item:last-child {
  padding-bottom: 0;
}
.history__item:hover .history__imgs figure img {
  transform: scale(1.08);
}
.history__imgs {
  width: 39.156%;
}
.history__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 67.3%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.history__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history__imgs figure img {
  transition: 0.65s;
}
.history__imgs time {
  display: block;
  margin-top: 0.24rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  font-size: 0.6rem;
  font-weight: bold;
}
.history__fixs {
  margin-left: 4.6354vw;
  width: 0;
  flex: 1;
}
.history__li li {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
}
.history__li li.active time {
  color: #007CC3;
}
.history__li li.active i {
  border-color: #007CC3;
}
.history__li li.active i::before {
  background: #007CC3;
}
.history__li li time {
  display: block;
  width: 0.77rem;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  transition: 0.35s;
}
.history__li li i {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #999999;
  border-radius: 50%;
  transition: 0.3s;
}
.history__li li i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.05rem;
  margin-top: -0.05rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #999999;
  z-index: 3;
  border-radius: 50%;
  transition: 0.3s;
}
.history__text {
  margin-left: 0.35rem;
  margin-top: -0.05rem;
  color: #333333;
  font-size: 16px;
  flex: 1;
  width: 0;
}
.history__text p {
  position: relative;
  padding-left: 0.13rem;
  line-height: 2;
}
.history__text p:before {
  position: absolute;
  left: 0;
  top: 0.2rem;
  content: "";
  width: 3px;
  height: 3px;
  background: #999999;
  border-radius: 50%;
}
.honor__box {
  padding: 0.88rem 0 1.08rem;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.honor__swiper {
  margin-top: 0.35rem;
}
.honor__wrap {
  margin: auto;
  max-width: 90%;
  width: 1423px;
}
.honor__swiper {
  padding-bottom: 0.44rem;
}
.honor-slide {
  width: 33.333%;
  text-align: center;
}
.honor-slide.swiper-slide-active figure {
  transform: scale(1);
}
.honor-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
}
.honor-slide figure {
  position: relative;
  padding-bottom: 3.55rem;
  overflow: hidden;
  text-align: center;
  transform: scale(0.65);
  transition: 0.68s;
}
.honor-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.honor-slide p {
  margin-top: 1.3rem;
  color: #000000;
  font-size: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.48s;
}
.honor__bg {
  position: absolute;
  left: 50%;
  margin-left: -4.285rem;
  bottom: 0;
  width: 8.57rem;
  height: 2.83rem;
  background: url(../img/honorbg.png) center no-repeat;
  background-size: cover;
}
.honor__btns {
  position: absolute;
  left: 50%;
  margin-left: -4.37rem;
  bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 8.74rem;
  z-index: 10;
}
.honor__btns span {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.48rem;
  background: #007CC3;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: 0.48s;
  opacity: 0.5;
}
.honor__btns span:hover {
  opacity: 1;
}
.honor__imgs {
  margin-top: 0.4rem;
  text-align: center;
}
.honor__imgs img {
  display: inline-block;
  max-width: 90%;
  width: auto;
  height: auto;
}
.team__box {
  padding: 0.87rem 8.3333vw;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.team__list {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.team__list li {
  margin-right: 2.5%;
  margin-bottom: 0.7rem;
  width: 23.12%;
}
.team__list li:hover figure img {
  transform: scale(1.08);
}
.team__list li:hover strong {
  color: #007CC3;
}
.team__list li:nth-child(4n+4) {
  margin-right: 0;
}
.team__list li figure {
  position: relative;
  display: block;
  padding-bottom: 81%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.team__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__list li figure img {
  transition: 0.68s;
}
.team__list li strong {
  display: block;
  margin-top: 0.2rem;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  text-align: center;
  transition: 0.38s;
}
.page__list {
  display: flex;
  justify-content: center;
}
.page__list .pagination {
  display: flex;
  justify-content: center;
}
.page__list li.active a,
.page__list li.active span {
  background: #007CC3;
  color: #fff;
}
.page__list a,
.page__list span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  color: #007CC3;
  font-size: 16px;
}
.product__box {
  padding: 1rem 8.3333vw;
  background: #F8F8F8;
}
.product__list {
  display: flex;
  flex-wrap: wrap;
}
.product__list li {
  margin-right: 4.1666%;
  margin-bottom: 0.6rem;
  width: 21.875%;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 46, 88, 0.08);
}
.product__list li:nth-child(4n+4) {
  margin-right: 0;
}
.product__list li a {
  display: block;
  padding: 0.27rem 0 0.38rem;
  text-align: center;
}
.product__list li a:hover figure img {
  transform: scale(1.08);
}
.product__list li a:hover strong {
  color: #007CC3;
}
.product__list li a:hover span {
  background: #007CC3;
  color: #fff;
  border-color: #007CC3;
}
.product__list li a figure {
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 90.57%;
}
.product__list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-height: 80%;
  max-width: 80%;
  transition: 0.68s;
}
.product__list li a strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.2rem;
  transition: 0.38s;
}
.product__list li a span {
  display: inline-block;
  width: 1rem;
  height: 0.3rem;
  border: 1px solid #999999;
  border-radius: 0.16rem;
  line-height: 0.3rem;
  color: #999999;
  font-size: 14px;
  transition: 0.38s;
}
.product__view {
  padding: 0.2rem 8.3333vw 8.125vw;
  margin-top: 1.23rem;
  background: #F8F8F8;
}
.inner-posite {
  position: relative;
  left: 0;
  top: 0;
}
.inner-posite a {
  color: #333333;
  line-height: 2;
}
.inner-posite a:first-child {
  color: #007CC3;
  opacity: 1;
}
.inner-posite a:hover {
  color: #007CC3;
}
.inner-posite b {
  color: #333;
}
.product__wraps {
  margin-top: 0.82rem;
  padding: 6.875vw 10.4167vw 6.25vw;
  background: #fff;
  border-radius: 0.1rem;
}
.product__v--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__view--banner {
  margin: 0;
  padding-bottom: 0.56rem;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product__view--banner .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 0;
}
.product__view--banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #D9D9D9;
  transition: 0.35s;
}
.product__view--banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007CC3;
}
.product-slide figure {
  padding-bottom: 5.46rem;
  position: relative;
  text-align: center;
}
.product-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%;
}
.product__btn {
  position: absolute;
  bottom: 0.5rem;
  z-index: 10;
  line-height: 1.2;
  color: #999999;
  font-size: 0.18rem;
  cursor: pointer;
  transition: 0.4s;
}
.product__btn.prev {
  left: 0.4rem;
}
.product__btn.next {
  right: 0.4rem;
}
.product__btn:hover {
  color: #007CC3;
}
.product__class {
  width: 43.333%;
}
.product__tab {
  padding-bottom: 0.36rem;
  border-bottom: 2px solid #000000;
}
.product__tab span {
  display: inline-block;
  padding: 0 0.16rem;
  height: 0.34rem;
  line-height: 0.34rem;
  border: 1px solid #007CC3;
  border-radius: 4px;
  color: #007CC3;
  font-size: 16px;
}
.product__tab strong {
  display: block;
  margin-top: 0.36rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.3rem;
}
.product__dl {
  padding: 0.4rem 0 0.48rem;
}
.product__td {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.34rem;
}
.product__td:last-child {
  margin-bottom: 0;
}
.product__td dt {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.13rem;
  width: 1.24rem;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.product__td dt:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #007CC3;
  border-radius: 50%;
}
.product__td dd {
  flex: 1;
  width: 0;
  color: #666666;
  font-size: 16px;
}
.linezx a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: linear-gradient(to right, #007CC3 0%, #EDFAFF 100%);
}
.linezx a:hover b {
  left: 5px;
}
.linezx a span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.linezx a b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 0;
  margin-left: 0.1rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: 0.35s;
}
.linezx a b i {
  display: inline-block;
  color: #007CC3;
  font-size: 12px;
  font-style: normal;
  transform: scale(0.3);
}
.product__model {
  margin-top: 1rem;
  border-top: 2px solid #000000;
}
.product__model--item {
  padding: 0.38rem 0;
  padding-left: 0.4rem;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product__model--item dt {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.13rem;
  width: 1.24rem;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.product__model--item dt:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #007CC3;
  border-radius: 50%;
}
.product__model--item dd {
  flex: 1;
  width: 0;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.mode__page {
  padding-top: 0.35rem;
  display: flex;
  justify-content: space-between;
}
.mode__page a {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}
.mode__page a:hover {
  color: #007CC3;
}
.related {
  margin-top: 1.24rem;
}
.related__wr {
  position: relative;
}
.related__banner {
  padding: 0.2rem;
  margin: 0.3rem -0.2rem 0;
}
.related__banner li {
  margin-bottom: 0;
}
.product__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background: #EEEEEE;
  color: #007CC3;
  font-size: 12px;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.product__prev:hover {
  background: #007CC3;
  color: #fff;
}
.product__prev.prev {
  left: -1.1rem;
}
.product__prev.next {
  right: -1.1rem;
}
.message__fix {
  margin-top: 1rem;
}
.message__form {
  margin-top: 0.38rem;
}
.message__row {
  display: flex;
}
.message__item {
  margin-right: 2.6%;
  margin-bottom: 0.3rem;
  width: 31.6%;
}
.message__item .text {
  box-sizing: border-box;
  padding-left: 0.3rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.58rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  color: #666666;
  font-size: 16px;
  transition: 0.3s;
}
.message__item .text:focus {
  border-color: #007CC3;
}
.message__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.message__row1 .message__item {
  margin-right: 0;
  width: 100%;
}
.message__row1 .message__item .text {
  padding: 0.18rem 0.3rem;
  line-height: 1.5;
  height: 2.4rem;
  font-family: "HarmonyOS_Sans_Regular";
  resize: none;
}
.message__sub {
  text-align: center;
  padding-top: 0.2rem;
}
.message__sub .sub {
  width: 2rem;
  height: 0.6rem;
  border: none;
  text-align: center;
  line-height: 0.6rem;
  background: #007CC3;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.45s;
}
.message__sub .sub:hover {
  background: #002E58;
}
.cases__tab {
  padding: 0.5rem 8.3333vw;
  background: #F8F8F8;
}
.cases__wr {
  position: relative;
}
.case__swiper {
  position: relative;
  margin: 0 0.9rem;
}
.cases-slide {
  position: relative;
  cursor: pointer;
  width: 33.333%;
}
.cases-slide.active figure {
  background: rgba(0, 124, 195, 0.1);
  border-color: rgba(0, 124, 195, 0.1);
}
.cases-slide.active figure img {
  opacity: 1;
  filter: grayscale(0%);
}
.cases-slide figure {
  position: relative;
  padding-bottom: 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: 0.4s;
}
.cases-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%;
  transition: 0.4s;
}
.cases__prev {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  width: 0.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  z-index: 10;
  color: #fff;
  font-size: 0.24rem;
}
.cases__prev:hover {
  background: rgba(0, 0, 0, 0.4);
}
.cases__prev.prev {
  left: 0;
}
.cases__prev.next {
  right: 0;
}
.cases__list {
  padding: 0.8rem 8.3333vw 1.3rem;
}
.cases__li {
  display: flex;
  flex-wrap: wrap;
}
.cases__li li {
  margin-right: 3.125%;
  margin-bottom: 0.6rem;
  width: 31.25%;
}
.cases__li li a:hover figure img {
  transform: scale(1.06);
}
.cases__li li a:hover .cases__down {
  background: #007CC3;
  padding: 0.4rem 0.3rem 0.35rem;
}
.cases__li li a:hover .cases__down strong,
.cases__li li a:hover .cases__down p {
  color: #fff;
}
.cases__li li a:hover .cases__down span {
  color: #fff;
  border-color: #fff;
  opacity: 0.5;
}
.cases__li li:nth-child(3n+3) {
  margin-right: 0;
}
.cases__li li figure {
  position: relative;
  display: block;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.cases__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases__li li figure img {
  transition: 0.7s;
}
.cases__down {
  padding: 0.4rem 0 0.35rem;
  transition: 0.45s;
}
.cases__down strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  transition: 0.35s;
}
.cases__down p {
  min-height: 0.56rem;
  color: #666666;
  font-size: 14px;
  transition: 0.35s;
}
.cases__down span {
  display: inline-block;
  padding: 0 0.12rem;
  min-width: 1.2rem;
  box-sizing: border-box;
  text-align: center;
  height: 36px;
  line-height: 34px;
  color: #007CC3;
  border-radius: 2px;
  border: 1px solid #007CC3;
  transition: 0.35s;
}
.cases__top {
  margin-bottom: 0.5rem;
  text-align: center;
}
.cases__top h3 {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  text-align: center;
  color: #000000;
  font-size: 0.3rem;
}
.cases__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.case__imgsmax {
  width: 35.1666%;
}
.case__imgsmax figure {
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.case__imgsmax 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%;
}
.cases__infos {
  align-items: flex-start;
  margin-bottom: 1.2rem;
}
.cases__infos .product__class {
  flex: 1;
  margin-left: 0.64rem;
  width: auto;
}
.cases__infos .product__dl {
  margin-bottom: 0.45rem;
  padding: 0;
}
.cases__infos .linezx {
  width: 2.66rem;
  max-width: 100%;
}
.cases__infos .product__td {
  margin-bottom: 0;
  padding: 0.28rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mode__page1 {
  padding-top: 0.2rem;
  border-top: 1px solid #D9D9D9;
}
.build__boxs {
  padding: 0.87rem 8.3333vw 1.05rem;
}
.build__list {
  margin-top: 0.52rem;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 0.58rem;
}
.build__list li {
  border-bottom: 1px solid #D9D9D9;
}
.build__list li a {
  display: flex;
  align-items: center;
  padding: 0.48rem 0;
}
.build__list li a:hover .build__imgs figure img {
  transform: scale(1.08);
}
.build__list li a:hover .build__fix strong {
  color: #007CC3;
}
.build__list li a:hover .common__btns p span {
  color: #fff;
}
.build__list li a:hover .common__btns p:before {
  opacity: 1;
  visibility: visible;
}
.build__imgs {
  width: 33.25%;
}
.build__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.78%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.build__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.build__imgs figure img {
  transition: 0.6s;
}
.build__fix {
  padding-left: 5vw;
  flex: 1;
}
.build__fix .common__btns p {
  position: relative;
  background: #E8E8E8;
  z-index: 2;
}
.build__fix .common__btns p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.28rem;
  background: linear-gradient(to right, #007CC3 0%, #41B6E9 50%, #EDFAFF 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.build__fix .common__btns p span {
  color: #007CC3;
  transition: 0.3s;
}
.build__fix strong {
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.3rem;
  font-weight: normal;
  transition: 0.4s;
}
.build__fix time {
  display: block;
  line-height: 1;
  color: #007CC3;
  font-size: 16px;
}
.build__text {
  margin-top: 0.26rem;
  margin-bottom: 0.45rem;
  color: #666666;
  font-size: 16px;
}
.build__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__wrap {
  padding-top: 0.76rem;
  padding-bottom: 0.88rem;
}
.news__top {
  margin-bottom: 0.25rem;
  text-align: center;
}
.news__top strong {
  display: block;
  padding-bottom: 0.28rem;
  margin-bottom: 0.22rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.3rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news__top time {
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 16px;
}
.news__views {
  max-width: 100%;
  padding-bottom: 1rem;
  margin: auto;
  width: 1000px;
  color: #333333;
  font-size: 16px;
}
.news__views img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.idea__inner {
  padding-top: 0.88rem;
}
.idea__fix {
  margin-top: 0.6rem;
  position: relative;
}
.idea__fix figure {
  position: relative;
  display: block;
  padding-bottom: 31.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.idea__fix figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idea__content {
  position: absolute;
  right: 1.6rem;
  bottom: -0.76rem;
  padding: 0.85rem 0.6rem 1.1rem;
  z-index: 3;
  width: 8rem;
  box-sizing: border-box;
  background: #007CC3;
  border-radius: 0.1rem;
  overflow: hidden;
}
.idea__content strong {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 0.3rem;
}
.idea__content small {
  display: block;
  position: absolute;
  right: 0.18rem;
  bottom: 0;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.15);
  font-size: 0.5rem;
  font-weight: bold;
}
.idea__cn {
  margin-top: 0.4rem;
  color: #fff;
  font-size: 16px;
}
.idea__cn p {
  margin-bottom: 0.2rem;
}
.idea__cn p:last-child {
  margin-bottom: 0;
}
.mechanism__top {
  padding: 1.88rem 5% 0.43rem;
  text-align: center;
}
.mechanism__top strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #007CC3;
  font-size: 0.3rem;
}
.mechanism__top p {
  color: #333333;
  font-size: 16px;
}
.mechanism__wrap {
  position: relative;
}
.mechanism__bg {
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.mechanism__bg img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mechanism__list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.mechanism__list li {
  position: relative;
  z-index: 3;
  flex: 1;
  border-right: 1px solid rgba(217, 217, 217, 0.2);
}
.mechanism__list li:before {
  content: "";
  width: 0;
  height: 100%;
  background: rgba(0, 124, 195, 0.6);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.mechanism__list li:hover,
.mechanism__list li.active {
  color: rgba(0, 124, 195, 0.6);
}
.mechanism__list li:hover:before,
.mechanism__list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.mechanism__list li:last-child {
  border-right: none;
}
.mechanism__list li:hover .mechanism__wr {
  margin-top: 0;
  transform: translateY(-50%);
}
.mechanism__list li:hover .mechanism__wr .mechanism__li {
  opacity: 1;
  visibility: visible;
}
.mechanism__wr {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 3;
  margin-top: -0.46rem;
  text-align: center;
  transition: 0.5s;
}
.mechanism__title img {
  display: inline-block;
  margin: auto;
  width: auto;
  max-height: 0.6rem;
}
.mechanism__title strong {
  display: block;
  margin-top: 0.3rem;
  line-height: 1;
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
}
.mechanism__li {
  margin-top: 5.0521vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.mechanism__li p {
  color: #fff;
  font-size: 16px;
}
.mechanism__li i {
  display: inline-block;
  margin: 0.3rem 0;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  font-style: normal;
  opacity: 0.9;
}
.train {
  padding: 1.4rem 8.3333vw 1rem;
}
.train__tops {
  display: flex;
}
.train__imgs {
  width: 50%;
}
.train__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem 0 0 0.1rem;
}
.train__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.train__fix {
  display: flex;
  align-items: center;
  position: relative;
  width: 0;
  flex: 1;
  background: #007CC3;
  overflow: hidden;
  border-radius: 0 0.1rem 0.1rem 0;
}
.train__fix small {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.15);
  font-size: 0.6rem;
  font-weight: bold;
}
.train__text {
  padding: 0 6.25vw;
}
.train__text strong {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.3rem;
}
.train__text p {
  color: #fff;
  font-size: 16px;
}
.demeanour {
  margin-top: 0.98rem;
}
.demeanour__tt {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #007CC3;
  font-size: 0.3rem;
  text-align: center;
}
.demeanour__list {
  display: flex;
  flex-wrap: wrap;
}
.demeanour__list li {
  margin-right: 5%;
  width: 30%;
}
.demeanour__list li:hover figure img {
  transform: scale(1.06);
}
.demeanour__list li figure {
  position: relative;
  display: block;
  padding-bottom: 73.469%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.demeanour__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demeanour__list li figure img {
  transition: 0.68s;
}
.demeanour__list li:nth-child(3n+3) {
  margin-right: 0;
}
.job {
  padding: 0.86rem 8.3333vw 1.2rem;
  background: #F8F8F8;
}
.job__list {
  margin-top: 0.5rem;
}
.job__list li {
  margin-bottom: 0.2rem;
  padding: 0 0.42rem;
  background: #fff;
}
.job__list li.active .job__btn b {
  transform: rotate(270deg);
  background: #007CC3;
  color: #fff;
}
.job__btn {
  padding: 0.34rem 0 0.4rem;
  position: relative;
  cursor: pointer;
}
.job__btn span {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #007CC3;
  font-size: 16px;
}
.job__btn strong {
  display: block;
  position: relative;
  line-height: 1.2;
  color: #333333;
  font-size: 0.3rem;
  font-weight: normal;
}
.job__btn strong:before {
  position: absolute;
  left: -0.18rem;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #007CC3;
}
.job__btn time {
  display: block;
  margin-top: 0.26rem;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.job__btn b {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  background: #EAEAEA;
  color: #007CC3;
  font-size: 0.18rem;
  font-weight: normal;
  text-align: center;
  transform: rotate(90deg);
  transition: 0.4s;
}
.job__hide {
  padding: 0.3rem 0.18rem 0.52rem;
  display: none;
  color: #666666;
  font-size: 16px;
  border-top: 1px solid #D9D9D9;
}
.contact__informate {
  padding: 0.88rem 8.3333vw 0.5rem;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 48.4375vw auto;
}
.contact__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.5rem;
}
.contact__info {
  padding-right: 0.5rem;
  flex: 1;
}
.contact__address {
  margin-bottom: 0.75rem;
}
.contact__address img {
  display: inline-block;
  width: auto;
  max-height: 0.52rem;
}
.contact__address strong {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.18rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.3rem;
}
.contact__address p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.contact__eq {
  display: flex;
}
.contact__eq--item {
  margin-right: 0.1rem;
  width: 0.96rem;
}
.contact__eq--item figure {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.contact__eq--item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.contact__eq--item p {
  margin-top: 0.1rem;
  line-height: 1;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.contact__list {
  width: 56.625%;
  margin-top: -0.5rem;
}
.contact__add {
  display: flex;
  flex-wrap: wrap;
}
.contact__add li {
  box-sizing: border-box;
  padding: 0.5rem 0.4rem 0.2rem;
  position: relative;
  width: 50%;
  border-top: 1px solid #D9D9D9;
}
.contact__add li:nth-child(1),
.contact__add li:nth-child(2) {
  border-top: none;
}
.contact__add li i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.52rem;
  line-height: 1;
  color: #007CC3;
  font-size: 0.22rem;
  font-style: normal;
}
.contact__add li strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.2rem;
}
.contact__add li p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.contact__message {
  padding: 0.88rem 8.3333vw 1.46rem;
  background: #F8F8F8;
}
.contact__message .message__fix {
  margin: 0;
}
.contact__items {
  position: relative;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  flex: 1;
}
.contact__items:last-child {
  margin-right: 0;
}
.contact__items .text {
  padding-left: 1.8rem;
  background: #fff;
  height: 0.8rem;
  border: none;
  color: #000;
}
.contact__items .text::-webkit-input-placeholder {
  color: #D7D7D7;
}
.contact__items span {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.5rem;
  line-height: 0.8rem;
  color: #000000;
  font-size: 16px;
}
.contact__items span i {
  display: inline-block;
  margin-left: 4px;
  color: #FF0000;
  font-style: normal;
}
.message__row.message__row1 .contact__items .textareas {
  padding: 0 0.5rem 0.3rem;
  height: 1.7rem;
}
.solute__boxs {
  padding: 0.88rem 0 1rem;
  background: url(../img/solutes.png) center top no-repeat;
  background-size: cover;
}
.solute__wrs {
  margin: auto;
  position: relative;
  max-width: 90%;
  width: 1152px;
}
.solute__imgs {
  margin-top: 0.8rem;
}
.solute__imgs figure {
  text-align: center;
}
.solute__imgs figure img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.solute__tabs {
  margin-top: 0.6rem;
}
.solute__btns {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
.solute__btns span {
  display: inline-block;
  position: relative;
  margin-right: 0.52rem;
  padding: 0 0.08rem 0.2rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  cursor: pointer;
  transition: 0.35s;
}
.solute__btns span:hover,
.solute__btns span.active {
  color: #007CC3;
}
.solute__btns span.active {
  font-weight: bold;
}
.solute__btns span.active:before {
  transform: scaleX(1);
}
.solute__btns span:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #007CC3;
  transform: scaleX(0);
  transition: 0.4s;
}
.solute__fixs {
  margin-top: 0.56rem;
}
.solute__fixs strong {
  display: block;
  padding-left: 0.18rem;
  color: #333333;
  font-size: 16px;
}
.solute__fonts {
  padding: 0.16rem 0.18rem 0.5rem;
  color: #333;
  font-size: 16px;
}
.involve {
  display: block;
  padding: 0 0.18rem 0.28rem;
}
.involve dt {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.involve dd {
  display: flex;
  flex-wrap: wrap;
}
.involve dd span {
  display: inline-block;
  margin-right: 0.55rem;
  color: #007CC3;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #007CC3;
}
.solute__in {
  display: none;
}
.solute__in:first-child {
  display: block;
}
.message__row1 .contact__items {
  background: #fff;
  border-radius: 0.1rem;
  padding-top: 0.7rem;
}
.subpage {
  margin: auto;
  padding-bottom: 0.5rem;
  width: 76%;
}
.search-result .searchList .title,
.search-result .searchList .desc {
  font-size: 14px !important;
}
.search-result .searchList li a:hover .title,
.search-result .searchList li a:hover .desc {
  color: #007CC3 !important;
}
.bakcs {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.bakcs a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.bakcs a:hover {
  color: #007CC3;
}
