﻿
.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;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
}
body {
  background: url(../jpg/z4xav2.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.header__box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  width: 100%;
  background: #fff;
}
.header__wrap {
  padding: 0 8.3333vw 0 10vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.82rem;
}
.logo {
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.42rem;
}
.header__right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs > li {
  position: relative;
  z-index: 3;
  margin-right: 2vw;
}
.navs > li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #DF0011;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li:hover,
.navs > li.active {
  color: #DF0011;
}
.navs > li:hover:before,
.navs > li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(-50%) translateY(0);
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #DF0011;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li > a {
  display: inline-block;
  color: #333333;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 2.2;
}
.navs > li > a i {
  display: none;
  color: #333;
  font-size: 12px;
  transition: 0.3s;
}
.navs__menu {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(20px);
  transition: 0.4s;
  pointer-events: none;
}
.navs__menu--list {
  padding: 0.16rem 0.26rem;
  border-radius: 0.06rem;
  background: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
}
.navs__menu--list li {
  margin-bottom: 0.06rem;
  text-align: center;
}
.navs__menu--list li:last-child {
  margin-bottom: 0;
}
.navs__menu--list li a {
  display: inline-block;
  white-space: nowrap;
  color: #666;
  font-size: 0.14rem;
}
.navs__menu--list li a:hover {
  color: #DF0011;
}
.search {
  position: relative;
}
.search:hover .search__btn {
  color: #DF0011;
}
.search:hover .search__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.search .search__btn {
  display: inline-block;
  padding: 0 0.3rem 0 0.48rem;
  line-height: 0.82rem;
  color: #333333;
  font-size: 0.22rem;
  transition: 0.4s;
  cursor: pointer;
}
.search__down {
  position: absolute;
  right: -0.4rem;
  top: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.search__down .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 2.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #000;
  border-radius: 0.2rem;
  background: #fff;
  border: none;
  font-size: 14px;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.15);
}
.search__down .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__down .sub {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.16rem;
  z-index: 3;
  line-height: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000;
  transition: 0.4s;
  font-size: 0.18rem;
}
.search__down .sub:hover {
  color: #DF0011;
}
.oa {
  position: relative;
  padding-left: 0.3rem;
}
.oa.lang {
  padding-right: 0;
}
.oa.lang img {
  width: 0.28rem;
}
.oa:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.07rem;
  content: "";
  width: 1px;
  height: 0.15rem;
  background: rgba(51, 51, 51, 0.3);
}
.oa a {
  display: flex;
  align-items: center;
}
.oa a:hover i,
.oa a:hover span {
  color: #DF0011;
}
.oa a i {
  display: inline-block;
  margin-right: 0.15rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1;
  transition: 0.35s;
}
.oa a span {
  display: inline-block;
  color: #333;
  font-size: 0.18rem;
  transition: 0.35s;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide.swiper-slide-active figure img {
  transform: scale(1);
}
.banner-slide.swiper-slide-active figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide.swiper-slide-active .btext {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.45s;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  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 figure img {
  display: block;
  object-fit: cover;
  transform: scale(1.1);
  transition: 1.2s;
}
.btext {
  position: absolute;
  left: 50%;
  margin-left: -750px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  margin-top: 80px;
  transition: 0.78s;
}
.btext strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
}
.btext small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
  letter-spacing: 2.6px;
  line-height: 0.32rem;
  text-transform: uppercase;
  font-weight: bold;
}
.banner__numble {
  position: absolute;
  left: 50%;
  margin-left: -750px;
  bottom: 0.29rem;
  z-index: 3;
  display: flex;
  align-items: center;
}
.banner__numble span {
  display: inline-block;
  color: #fff;
  font-size: 0.2rem;
}
.load__line {
  margin: 0 0.24rem 0 0.3rem;
  position: relative;
  height: 2px;
  width: 1.1rem;
  background: rgba(255, 255, 255, 0.38);
}
.load__line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: #fff;
}
.home__introduct {
  padding: 0.8rem 0 1.1rem;
  background-attachment: local;
  background-position: center;
  background-size: cover;
  background: none !important;
}
.introduct__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about__us {
  width: 53.06%;
}
.home__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #EAEAEA;
}
.title__name {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.23rem;
  margin-bottom: 0.18rem;
}
.title__name:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.18rem;
  content: "";
  width: 0.05rem;
  height: 0.36rem;
  background: #192E78;
}
.title__name strong {
  display: block;
  line-height: 0.36rem;
  color: #DF0011;
  font-size: 0.27rem;
}
.title__name small {
  display: inline-block;
  margin-left: 0.28rem;
  color: #D0D0D0;
  font-size: 0.24rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about__us--info {
  margin-top: 0.46rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__imgs {
  width: 56%;
}
.about__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 4px;
}
.about__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__us--text {
  flex: 1;
  margin-left: 0.32rem;
  width: 0;
  color: #444;
  font-size: 0.16rem;
  text-align: justify;
}
.introduct__info {
  margin-top: 0.4rem;
  padding-top: 0.15rem;
  border-top: 1px dashed #D6D6D6;
  color: #444;
  font-size: 0.16rem;
  text-align: justify;
}
.introduct__more {
  margin-top: 0.3rem;
}
.introduct__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.86rem;
  height: 0.56rem;
  text-align: center;
  border-radius: 0.28rem;
  background: #DF0011;
}
.introduct__more a:hover i {
  margin-left: -0.45rem;
  transform: scale(0);
  opacity: 0;
}
.introduct__more a i {
  display: inline-block;
  margin-right: 0.18rem;
  font-style: normal;
  font-size: 0.27rem;
  color: #fff;
  transition: 0.3s;
}
.introduct__more a span {
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.3s;
}
.business {
  flex: 1;
  margin-left: 4.5833vw;
  width: 0;
}
.business__li {
  margin-top: 0.44rem;
  display: flex;
  flex-wrap: wrap;
}
.business__li .swiper-pagination {
  position: relative;
  margin-top: 0.2rem;
  justify-content: center;
  left: auto;
  display: flex;
  align-items: center;
  bottom: auto;
  line-height: 1;
}
.business__li .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 0.1rem;
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  background: #D0D0D0;
  transition: 0.3s;
}
.business__li .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.business__li .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #192E78;
  width: 0.14rem;
  height: 0.14rem;
}
.business__li li {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.business__li li:hover figure img {
  transform: scale(1.08);
}
.business__li li figure {
  position: relative;
  display: block;
  padding-bottom: 79.11%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 4px;
}
.business__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__li li figure img {
  transition: 0.68s;
}
.business__li li strong {
  position: absolute;
  left: 0;
  bottom: 0rem;
  right: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  line-height: 1.4;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
}
.home__product {
  padding: 0 0 1rem;
}
.product__btn {
  display: flex;
  align-items: center;
  padding-right: 0.2rem;
}
.product__btn span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.07rem;
  margin-right: 0.45rem;
  line-height: 1.8;
  color: #000;
  font-size: 0.2rem;
  cursor: pointer;
  transition: 0.2s;
}
.product__btn span:hover,
.product__btn span.active {
  color: #DF0011;
  font-weight: bold;
}
.product__btn span:hover:before,
.product__btn span.active:before {
  transform: scaleX(1);
  visibility: visible;
}
.product__btn span:last-child {
  margin-right: 0;
}
.product__btn span:before {
  position: absolute;
  left: 50%;
  margin-left: -0.21rem;
  bottom: -1px;
  content: "";
  width: 0.42rem;
  height: 0.04rem;
  background: #DF0011;
  transform: scaleX(0);
  visibility: hidden;
  transition: 0.36s;
}
.product__swiper {
  margin: 0.36rem -0.1rem 0;
  padding: 0.1rem;
  margin-top: 0.36rem;
}
.product-slide {
  width: 3.32rem;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 9.1px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.product-slide:hover figure img {
  transform: scale(1.08);
}
.product-slide:hover .product__down .product__more {
  background: #DF0011;
}
.product-slide figure {
  position: relative;
  display: block;
  padding-bottom: 64.45%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.product-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-slide figure img {
  transition: 0.6s;
}
.product__down {
  padding: 0.18rem 0.3rem 0.35rem;
  background: linear-gradient(0deg, rgba(237, 237, 237, 0) 0%, #E1E4ED 100%);
}
.product__down strong {
  display: block;
  line-height: 1.8;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
}
.product__in {
  margin-top: 0.15rem;
  color: #444;
  line-height: 2;
  font-size: 0.19rem;
  height: 1.14rem;
  overflow: hidden;
  display: none;
}
.product__in p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__more {
  margin: auto;
  margin-top: 0.24rem;
  width: 1.86rem;
  height: 0.38rem;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 0.19rem;
  background: #A8A8A8;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
}
.product__tabs {
  position: relative;
}
.product__item {
  position: relative;
  display: none;
}
.product__item:first-child {
  display: block;
}
.product__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.32rem;
  z-index: 3;
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.63rem;
  background: #9E9E9E;
  color: #fff;
  font-size: 0.22rem;
  cursor: pointer;
  transition: 0.4s;
}
.product__prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.product__prev:hover {
  background: #DF0011;
}
.product__prev.prev {
  left: -1.26rem;
}
.product__prev.next {
  right: -1.26rem;
}
.home__news {
  padding: 0.77rem 0 0.92rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news__fix {
  margin-top: 0.66rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__infos {
  position: relative;
  width: 35.57%;
  border-radius: 4px;
  overflow: hidden;
}
.news__infos:hover figure img {
  transform: scale(1.08);
}
.news__infos figure {
  position: relative;
  display: block;
  padding-bottom: 62.65%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__infos figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__infos figure img {
  transition: 0.68s;
}
.news__tite {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 1.9271vw 0.22rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #192E78 100%);
}
.news__tite strong {
  display: block;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: 400;
}
.news__list {
  width: 55.71%;
}
.news__list li {
  border-bottom: 1px dashed #D6D6D6;
}
.news__list li:last-child {
  border-bottom: none;
}
.news__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8229vw 0 1.4583vw;
}
.news__list li a:hover .news__in strong {
  color: #DF0011;
}
.news__time {
  width: 0.8rem;
  border: 2px solid #DF0011;
  border-radius: 3px;
}
.news__time b {
  display: block;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.26rem;
  color: #fff;
  background: #DF0011;
  font-weight: normal;
}
.news__time time {
  display: block;
  line-height: 0.32rem;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #333;
  font-size: 15px;
}
.news__in {
  flex: 1;
  margin-left: 1.7708vw;
  width: 0;
}
.news__in strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #333333;
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.news__in p {
  color: #444;
  font-size: 0.19rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home__flex {
  padding-bottom: 37.91%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.footer {
  padding: 0.9rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__tops {
  padding: 0 8.33vw;
}
.footer__logo {
  display: flex;
  align-items: center;
}
.logo__targe img {
  display: inline-block;
  width: auto;
  height: 0.5rem;
}
.footer__address {
  margin-left: 3.44vw;
  position: relative;
  padding-left: 3.65vw;
}
.footer__address:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.25rem;
  content: "";
  width: 1px;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}
.footer__address b {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 0.3rem;
}
.footer__address p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.38vw;
  padding-bottom: 6.77vw;
}
.footer__navs {
  display: flex;
  padding-top: 0.16rem;
  align-items: flex-start;
}
.footer__navs--item {
  display: block;
  margin-right: 5.1vw;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.23rem;
  line-height: 1.4;
}
.footer__navs--item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
}
.footer__navs--item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}
.footer__navs--item dt a:hover,
.footer__navs--item dt a.active {
  color: #fff;
}
.footer__navs--item dt a:hover:before,
.footer__navs--item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p {
  margin-bottom: 0.2rem;
  max-width: 2.63rem;
}
.footer__navs--item dd p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.444;
  font-size: 0.14rem;
}
.footer__navs--item dd p a:hover {
  color: #fff;
}
.footer__eqs {
  width: 1.8rem;
}
.footer__eqs figure {
  line-height: 1;
}
.footer__eqs figure img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.footer__eqs p {
  margin-top: 0.25rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
.footer__copy {
  padding: 0 8.33vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.88rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__copy p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
}
.footer__copy p:last-child a {
  margin-right: 0;
}
.footer__copy p a {
  display: inline-block;
  margin-right: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
}
.footer__copy p a:hover {
  color: #fff;
}
.footer__copy p a:last-child {
  margin-right: 0;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 33.85%;
  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: 50%;
  margin-left: -700px;
  top: 50%;
  transform: translateY(-50%);
}
.ptext strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
}
.ptext small {
  display: block;
  color: #fff;
  font-size: 0.16rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
}
.leval__menu {
  position: relative;
  margin-top: -0.8rem;
  height: 0.8rem;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
}
.leval__menu--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.leval__list {
  display: flex;
}
.leval__list li {
  margin-right: 0.08rem;
}
.leval__list li:hover a,
.leval__list li.active a {
  background: #DF0011;
}
.leval__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.1rem;
  min-width: 1.44rem;
  height: 0.56rem;
  text-align: center;
  line-height: 1.2;
  color: #FFFFFF;
  font-size: 16px;
}
.posite {
  display: none;
  align-items: center;
}
.posite span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.posite span i {
  margin-right: 0.22rem;
  color: #FFF;
  font-size: 0.2rem;
  font-style: normal;
}
.posite a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.posite b {
  display: inline-block;
  margin: 0 0.12rem;
  transform: scale(0.7);
  color: #fff;
  font-weight: normal;
}
.abouts {
  padding: 1rem 0 9.8958vw;
}
.introduct__texts {
  margin-top: 0.6rem;
  color: #444;
  font-size: 0.16rem;
  text-align: justify;
}
.introduct__texts img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.system {
  margin-top: 0.9rem;
}
.system__title {
  display: block;
  color: #000;
  font-size: 0.27rem;
  line-height: 1.8;
}
.system__list {
  margin-top: 3.9063vw;
}
.system__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.34rem;
  z-index: 2;
}
.system__item:before {
  position: absolute;
  left: 0.59rem;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 0.18rem;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0px 3.498px 24.747px 0px rgba(0, 0, 0, 0.08);
}
.system__arlcle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.19rem;
  height: 1.19rem;
  background: linear-gradient(90deg, #203A96 0%, #617DDE 100%);
  border: 3px solid #fff;
  stroke-width: 4.372px;
  border-radius: 50%;
  stroke: rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0px 3.498px 5.072px rgba(0, 0, 0, 0.1));
}
.system__arlcle strong {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
}
.system__imgs {
  padding: 0.12rem;
  margin-left: 3.3333vw;
  display: flex;
}
.system__imgs--item {
  margin-right: 0.12rem;
  position: relative;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
}
.system__imgs--item:hover figure img {
  transform: scale(1.08);
}
.system__imgs--item figure {
  overflow: hidden;
  border-radius: 4px;
}
.system__imgs--item figure img {
  display: inline-block;
  width: auto;
  height: 1.58rem;
  transition: 0.5s;
}
.system__imgs--item strong {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.12rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  background: rgba(0, 0, 0, 0.17);
  font-weight: normal;
}
.system__info {
  flex: 1;
  width: 0;
  padding: 0.12rem 2.8646vw 0.12rem 2.0833vw;
  color: #444;
  font-size: 0.16rem;
  text-align: justify;
}
.base {
  margin-top: 0.7rem;
}
.base__wrap {
  position: relative;
  margin: auto;
  width: 7.49rem;
}
.base__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.base__info {
  margin-top: 5.8854vw;
  text-align: left;
  color: #444;
  font-size: 0.19rem;
  line-height: 1.8;
}
.base__info b {
  color: #192E78;
  font-weight: normal;
}
.base__item {
  position: absolute;
}
.base__item strong {
  display: block;
  color: #DF0011;
  font-size: 0.18rem;
  width: 3.4rem;
  line-height: 1.4;
  max-width: 100%;
}
.base__item p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 1.8;
  width: 3.4rem;
}
.base__item1 {
  right: 57.14%;
  bottom: 34.9%;
  width: 6.47rem;
  padding-bottom: 1.58rem;
}
.base__item1:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 3.99rem;
  height: 1.77rem;
  background: url(../png/i64871.png) right bottom no-repeat;
  background-size: 100%;
}
.base__item2 {
  width: 6.34rem;
  padding-bottom: 0.46rem;
  right: 58.744%;
  bottom: 36.111%;
}
.base__item2:before {
  position: absolute;
  right: 0;
  top: -37%;
  content: "";
  width: 3.4rem;
  height: 2.24rem;
  background: url(../png/cs1z5f.png) right bottom no-repeat;
  background-size: 100%;
}
.base__item3 {
  width: 6.4rem;
  right: 57.744%;
  bottom: 22.8%;
}
.base__item3:before {
  position: absolute;
  right: 0;
  top: -295%;
  content: "";
  width: 3.27rem;
  height: 3.04rem;
  background: url(../png/ytaxo9.png) right bottom no-repeat;
  background-size: 100%;
}
.base__item3 strong {
  white-space: nowrap;
}
.base__item4 {
  left: 48.93%;
  bottom: 21.98%;
  padding-left: 4.9rem;
  padding-bottom: 1.86rem;
}
.base__item4 strong {
  color: #192E78;
}
.base__item4:before {
  position: absolute;
  left: 0;
  top: 0.22rem;
  content: "";
  width: 4.42rem;
  height: 2.2rem;
  background: url(../png/k965wg.png) right bottom no-repeat;
  background-size: 100%;
}
.base__item5 {
  left: 69%;
  bottom: 21.46%;
  padding-left: 3.35rem;
  padding-bottom: 0.6rem;
}
.base__item5 strong {
  color: #192E78;
}
.base__item5:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 3.2rem;
  height: 0.97rem;
  background: url(../png/vslija.png) right bottom no-repeat;
  background-size: 100%;
}
.advatages {
  margin-top: 0.85rem;
}
.advatages__list {
  margin-top: 0.66rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.advatages__list li {
  margin-right: 1.7333%;
  width: 23.7%;
  box-shadow: 0px 4px 9.1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.advatages__list li:nth-child(4n+4) {
  margin-right: 0;
}
.advatages__list li:hover figure img {
  transform: scale(1.08);
}
.advatages__list li:hover .advatages__info span {
  background: #192E78;
}
.advatages__list li figure {
  position: relative;
  display: block;
  padding-bottom: 64.45%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.advatages__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advatages__list li figure img {
  transition: 0.5s;
}
.advatages__info {
  padding: 0.27rem 0 0.49rem;
  background: linear-gradient(0deg, rgba(237, 237, 237, 0) 0%, #E1E4ED 100%);
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.advatages__info strong {
  display: block;
  height: 0.66rem;
  line-height: 1.4;
  color: #192E78;
  font-size: 0.2rem;
}
.advatages__info span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 1.86rem;
  height: 0.38rem;
  border-radius: 0.19rem;
  background: #A8A8A8;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.4s;
}
.advatages__info span i {
  display: inline-block;
  margin-left: 0.12rem;
  font-style: normal;
  transform: scale(0.8);
  font-size: 12px;
  transform: scale(0.7);
}
.advatage__hide {
  padding: 0 0.2rem;
  margin-top: ;
  margin-bottom: 0.2rem;
  color: #333;
  font-size: 14px;
  display: none;
  text-align: justify;
}
.planning {
  margin-top: 1.26rem;
}
.planning__list {
  position: relative;
  z-index: 2;
  margin-top: 0.45rem;
}
.planning__li {
  padding: 0 2.9167vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.planning__item {
  flex: 1;
  text-align: center;
}
.planning__item:last-child strong {
  color: #DF0011;
}
.planning__item:last-child i:before {
  background: #DF0011;
}
.planning__item strong {
  display: block;
  line-height: 1;
  color: #192E78;
  font-size: 16px;
  font-weight: normal;
}
.planning__item strong b {
  display: inline-block;
  font-size: 0.32rem;
  font-weight: 700;
}
.planning__item i {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 0.22rem;
  width: 0.26rem;
  height: 0.26rem;
  background: #fff;
  border-radius: 50%;
}
.planning__item i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.05rem;
  margin-top: -0.05rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #192E78;
}
.planning__item time {
  display: block;
  margin-top: 0.25rem;
  line-height: 1.8;
  color: #333333;
  font-size: 0.19rem;
  font-weight: bold;
}
.planning__item p {
  margin: auto;
  max-width: 90%;
  line-height: 1.2;
  color: #333333;
  font-size: 0.16rem;
}
.planning__line {
  position: absolute;
  left: 0;
  top: 0.6rem;
  z-index: -1;
  width: calc(100% - 0.3rem);
  height: 0.16rem;
  background: linear-gradient(90deg, rgba(46, 85, 222, 0) 0%, #192E78 27.82%);
}
.planning__line:before {
  position: absolute;
  right: -0.3rem;
  top: 50%;
  margin-top: -0.18rem;
  content: "";
  border-top: 0.18rem solid transparent;
  border-bottom: 0.18rem solid transparent;
  border-left: 0.3rem solid #192E78;
}
.builder {
  margin-top: 5.4688vw;
}
.builder__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.builder__btn {
  display: flex;
  align-items: center;
}
.builder__btn span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
  margin-right: 3.125vw;
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  cursor: pointer;
  transition: 0.35s;
}
.builder__btn span:hover,
.builder__btn span.active {
  color: #192E78;
  font-weight: bold;
}
.builder__btn span:hover:before,
.builder__btn span.active:before {
  transform: scaleX(1);
}
.builder__btn span:before {
  position: absolute;
  left: 50%;
  margin-left: -0.21rem;
  bottom: 0;
  content: "";
  width: 0.42rem;
  height: 0.04rem;
  background: #192E78;
  transform: scaleX(0);
  transition: 0.35s;
}
.builder__btn span:last-child {
  margin-right: 0;
}
.builder__tab {
  margin-top: 0.5rem;
}
.builder__item {
  display: none;
  position: relative;
}
.builder__item:first-child {
  display: block;
}
.builder__item .product__prev {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: -0.25rem;
  font-size: 14px;
}
.builder__item .product__prev.prev {
  left: -0.7rem;
}
.builder__item .product__prev.next {
  right: -0.7rem;
}
.builder__li {
  display: flex;
  flex-wrap: wrap;
}
.builder__li li {
  margin-right: 2.4%;
  margin-bottom: 0.3rem;
  width: 23.2%;
}
.builder__li li:nth-child(4n+4) {
  margin-right: 0;
}
.builder__li li:hover figure img {
  transform: scale(1.08);
}
.builder__li li figure {
  position: relative;
  display: block;
  padding-bottom: 69.846%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 4px;
}
.builder__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.builder__li li figure img {
  transition: 0.65s;
}
.honor__box {
  padding: 1rem 0 0.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.honor__info {
  margin-top: 0.62rem;
  margin-bottom: 0.6rem;
  color: #333;
  font-size: 0.19rem;
  line-height: 1.8;
}
.honor__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.honor__list li {
  margin-right: 6.6666%;
  margin-bottom: 4.6875vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  background: url(../png/0p3hdx.png) center no-repeat;
  height: 0.97rem;
  background-size: 100% auto;
  text-align: center;
}
.honor__list li:nth-child(4n+4),
.honor__list li:last-child {
  margin-right: 0;
}
.honor__list li time {
  display: inline-block;
  padding: 0 0.14rem 0.06rem;
  line-height: 1;
  color: #192E78;
  font-size: 0.18rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.honor__list li strong {
  display: block;
  width: 90%;
  margin-top: 0.09rem;
  color: #192E78;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.2rem;
}
.honor__li {
  display: flex;
  flex-wrap: wrap;
}
.honor__li li {
  margin-right: 2.4%;
  margin-bottom: 0.36rem;
  width: 23.2%;
}
.honor__li li:hover figure img {
  transform: scale(1.08);
}
.honor__li li figure {
  position: relative;
  padding-bottom: 69.93%;
  overflow: hidden;
}
.honor__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.6s;
}
.honor__li li:nth-child(4n+4) {
  margin-right: 0;
}
.dynamic__box {
  padding: 0.35rem 0 0.8rem;
}
.dynamic__list li {
  padding: 0.45rem 0 0.42rem;
  border-bottom: 1px dashed #D6D6D6;
}
.dynamic__list li:last-child {
  border-bottom: none;
}
.dynamic__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic__list li a:hover .dynamic__imgs figure img {
  transform: scale(1.08);
}
.dynamic__list li a:hover .dynamic__fix strong {
  color: #DF0011;
}
.dynamic__imgs {
  width: 3.04rem;
  line-height: 1;
}
.dynamic__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dynamic__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic__imgs figure img {
  transition: 0.68s;
}
.dynamic__fix {
  flex: 1;
  margin-left: 2.6042vw;
  width: 0;
}
.dynamic__fix strong {
  display: block;
  margin-bottom: 0.18rem;
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.dynamic__fix p {
  color: #444444;
  font-size: 0.19rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic__fix time {
  display: block;
  margin-top: 0.12rem;
  color: #666666;
  font-size: 0.16rem;
}
.business__padd {
  padding: 0.83rem 0 0.9rem;
}
.business__city li {
  margin-bottom: 0.58rem;
}
.business__city li:nth-child(2n+2) a {
  flex-direction: row;
}
.business__city li a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #FFF 0%, #ECEDF4 100%);
  box-shadow: 0px 4px 9.1px 0px rgba(0, 0, 0, 0.1);
}
.business__city li a:hover .business__imgs figure img {
  transform: scale(1.08);
}
.business__city li a:hover .business__fixs strong {
  color: #DF0011;
}
.business__imgs {
  width: 43.14%;
}
.business__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 67.218%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.business__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__imgs figure img {
  transition: 0.68s;
}
.business__fixs {
  flex: 1;
  padding: 0 4.1667vw 0 3.4375vw;
  width: 0;
}
.business__fixs strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1.8;
  color: #192E78;
  font-size: 0.27rem;
  transition: 0.4s;
}
.business__fixs p {
  color: #444;
  font-size: 0.19rem;
  line-height: 1.8;
  text-align: justify;
}
.business__fixs span {
  display: block;
  margin-top: 0.27rem;
  width: 1.86rem;
  height: 0.38rem;
  text-align: center;
  background: #DF0011;
  color: #fff;
  line-height: 0.38rem;
  font-size: 0.16rem;
  border-radius: 0.19rem;
}
.business__view {
  padding: 1rem 0 1.38rem;
}
.terminal__list {
  margin-top: 3.6458vw;
}
.terminal__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1875vw;
}
.terminal__item:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.terminal__item:nth-child(2n+2) .terminal__info {
  margin-left: 0;
  margin-right: 2.0833vw;
}
.terminal__imgs {
  display: flex;
}
.terminal__imgs figure {
  display: block;
  margin-right: 0.16rem;
  overflow: hidden;
  height: 1.4rem;
  border-radius: 4px;
}
.terminal__imgs figure:hover img {
  transform: scale(1.08);
}
.terminal__imgs figure img {
  display: inline-block;
  width: auto;
  height: 100%;
  transition: 0.5s;
}
.terminal__info {
  flex: 1;
  margin-left: 2.0833vw;
  padding: 1.8229vw 2.0833vw;
  width: 0;
  border-radius: 0.18rem;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0px 3.5px 24.762px 0px rgba(0, 0, 0, 0.08);
}
.terminal__info p {
  color: #444;
  font-size: 0.18rem;
  line-height: 1.8;
}
.quality {
  margin-top: 7.2917vw;
}
.quality__wrap {
  margin-top: 0.48rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.quality__imgs {
  width: 43.17%;
}
.quality__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 50.99%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.quality__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct__texts {
  margin-bottom: 0.5rem;
}
.quality__infos {
  padding-top: 0.1rem;
  flex: 1;
  padding-right: 5.625vw;
  width: 0;
  color: #444;
  font-size: 0.19rem;
}
.markings {
  display: flex;
  justify-content: space-between;
  margin-top: 0.63rem;
}
.marking__info {
  flex: 1;
  margin-right: 3.125vw;
  width: 0;
}
.markings__img {
  margin-top: 1.2rem;
  width: 50%;
}
.markings__img img {
  display: block;
  width: 100%;
  height: auto;
}
.marking__tt {
  display: block;
  color: #192E78;
  font-size: 0.27rem;
}
.marking__li {
  margin-top: 0.25rem;
}
.marking__dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.marking__dl dt {
  display: block;
  color: #000;
  font-size: 0.19rem;
  line-height: 1.4;
  font-weight: bold;
}
.marking__dl dd {
  flex: 1;
  width: 0;
  color: #444;
  font-size: 0.19rem;
  line-height: 1.4;
}
.marking__dl p {
  color: #444;
  font-size: 0.19rem;
  line-height: 1.4;
}
.marking__dl p b {
  color: #000;
}
.structure {
  margin-top: 3.6458vw;
  margin-bottom: 7.8125vw;
}
.structure__imgs {
  margin-top: 0.44rem;
  margin-left: 3.3854vw;
}
.structure__imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.rearch__item {
  margin-bottom: 6.7708vw;
}
.rearch__item:last-child {
  margin-bottom: 0;
}
.introduct__tt {
  display: block;
  margin-bottom: 0.4rem;
  color: #000000;
  font-size: 0.27rem;
  line-height: 1;
  font-weight: normal;
}
.culture__box {
  padding: 1.24rem 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.culture__li {
  display: flex;
  position: relative;
}
.culture__li li {
  position: relative;
  width: 33.333%;
}
.culture__li li:hover figure img {
  transform: scale(1.06);
}
.culture__li li:hover figure strong {
  opacity: 0;
}
.culture__li li:hover .culture__infos {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.culture__li li figure {
  position: relative;
  display: block;
  padding-bottom: 89.27%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.culture__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture__li li figure img {
  transition: 0.68s;
}
.culture__li li figure strong {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  z-index: 3;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.4;
  font-weight: normal;
  transition: 0.4s;
}
.culture__infos {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(25, 46, 120, 0.83);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: 0.6s;
}
.culture__infos strong {
  display: inline-block;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.27rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.our__culture {
  margin-top: 5.2083vw;
}
.culture__fixs {
  margin-top: 0.68rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.culture__in {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.12rem;
}
.culture__in p {
  width: 50%;
  color: #333;
  font-size: 0.26rem;
  line-height: 3;
}
.culture__in p span {
  color: #192E78;
}
.culture__imgs {
  width: 42.21%;
  display: none;
}
.culture__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.staff {
  padding: 0.63rem 0 8.3333vw;
}
.staff__list li {
  margin-bottom: 0.3rem;
  padding: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F6F6;
  border-radius: 4px;
}
.staff__list li:hover .staff__imgs figure img {
  transform: scale(1.08);
}
.staff__list li:hover .staff__infos strong {
  color: #DF0011;
}
.staff__imgs {
  width: 3.04rem;
}
.staff__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 4px;
}
.staff__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff__imgs figure img {
  transition: 0.65s;
}
.staff__infos {
  margin-left: 3.3333vw;
  width: 0;
  flex: 1;
}
.staff__infos strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #333333;
  font-size: 0.27rem;
  line-height: 1.8;
  transition: 0.4s;
}
.staff__infos p {
  color: #444;
  font-size: 0.19rem;
}
.staff__infos time {
  display: block;
  margin-top: 0.12rem;
  color: #666666;
  font-size: 0.16rem;
}
.idea__box {
  padding: 7.6042vw 0 12.7083vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idea__info {
  max-width: 100%;
  width: 7.96rem;
  color: #333333;
  font-size: 0.19rem;
  line-height: 0.34rem;
  text-align: justify;
}
.idea__info b {
  color: #192E78;
}
.idea__hr {
  margin-top: 5.2083vw;
  box-sizing: border-box;
  padding: 0.27rem 3.4896vw 0.27rem 3.125vw;
  width: 10rem;
  max-width: 100%;
  background: #fff;
  border-radius: 0.4rem 0 0.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.idea__logo {
  margin-right: 3.125vw;
}
.idea__logo img {
  display: inline-block;
  width: auto;
  height: 0.28rem;
}
.idea__address {
  flex: 1;
  display: flex;
  width: 0;
  justify-content: space-between;
}
.idea__item span {
  display: block;
  line-height: 1.444;
  color: #333333;
  font-size: 0.18rem;
}
.idea__item p {
  color: #192E78;
  font-size: 0.18rem;
  line-height: 1.444;
}
.idea__recuit {
  margin-left: 4.4792vw;
  display: flex;
  align-items: center;
}
.idea__recuit a {
  display: block;
  margin-right: 0.3rem;
}
.idea__recuit a:last-child {
  margin-right: 0;
}
.idea__recuit a img {
  display: inline-block;
  width: 0.53rem;
  height: auto;
}
.talent {
  padding: 1.15rem 0 1.3rem;
}
.talent__info {
  margin-top: 0.4rem;
}
.talent__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #192E78;
  height: 0.83rem;
}
.talent__head span {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 0.19rem;
  font-weight: 500;
}
.talent__head span:nth-child(1) {
  width: 19.57%;
}
.talent__head span:nth-child(2) {
  width: 12.57%;
}
.talent__head span:nth-child(3) {
  width: 13.5%;
}
.talent__head span:nth-child(4) {
  width: 14%;
}
.talent__head span:nth-child(5) {
  width: 11.5%;
}
.talent__head span:nth-child(6) {
  width: 11.5%;
}
.talent__head span:nth-child(7) {
  flex: 1;
}
.talent__list li {
  margin-bottom: 0.2rem;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.talent__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.78rem;
}
.talent__list li a:hover span b {
  background: #DF0011;
}
.talent__list li a span {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 0.19rem;
  font-weight: 500;
}
.talent__list li a span:nth-child(1) {
  width: 19.57%;
}
.talent__list li a span:nth-child(2) {
  width: 12.57%;
}
.talent__list li a span:nth-child(3) {
  width: 13.5%;
}
.talent__list li a span:nth-child(4) {
  width: 14%;
}
.talent__list li a span:nth-child(5) {
  width: 11.5%;
}
.talent__list li a span:nth-child(6) {
  width: 11.5%;
}
.talent__list li a span:nth-child(7) {
  flex: 1;
}
.talent__list li a span b {
  display: block;
  margin: auto;
  width: 1.08rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  border-radius: 18px;
  background: linear-gradient(90deg, #ADADAD 0%, rgba(166, 166, 166, 0.72) 100%);
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  transition: 0.4s;
}
.contact__fix {
  padding: 1rem 0 0.83rem;
}
.contact__info {
  margin-top: 0.62rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #FFF 0%, #ECEDF4 100%);
  box-shadow: 0px 4px 9.1px 0px rgba(0, 0, 0, 0.1);
}
.contact__text {
  flex: 1;
  padding: 0 3.4375vw;
  width: 0;
}
.contact__text strong {
  display: block;
  margin-bottom: 1.5vw;
  line-height: 1.8;
  color: #192E78;
  font-size: 0.27rem;
  font-weight: 700;
}
.contact__add {
  color: #444;
  font-size: 0.19rem;
  line-height: 1.8;
}
.contact__eq img {
  display: inline-block;
  width: 1.28rem;
  height: auto;
}
.map {
  width: 6.04rem;
  height: 4.06rem;
}
.bm_bottomLeftOverlay {
  display: none !important;
}
.message {
  padding: 0.83rem 0;
  background: #EFEFEF;
}
.message__wrap {
  padding: 4.0625vw 4.1667vw 0.46rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 24.7px 0px rgba(0, 0, 0, 0.07);
}
.message__row {
  display: flex;
  justify-content: space-between;
}
.message__item {
  margin-bottom: 0.43rem;
  margin-right: 0.22rem;
  flex: 1;
}
.message__item:last-child {
  margin-right: 0;
}
.message__item .text {
  box-sizing: border-box;
  padding-left: 0.36rem;
  padding-right: 0.2rem;
  height: 0.7rem;
  width: 100%;
  line-height: 0.7rem;
  background: #F4F4F4;
  font-size: 0.18rem;
  border-radius: 0;
  border: none;
  outline: none;
  color: #333333;
}
.message__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.message__item .text::-webkit-input-placeholder {
  color: #333333;
}
.message__item1 {
  width: 66%;
  flex: none;
}
.message__select {
  background: #F4F4F4;
  padding-right: 0.3rem;
}
.message__check label {
  display: inline-flex;
  align-items: flex-start;
}
.message__check label input {
  margin-right: 0.26rem;
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #CACACA;
}
.message__check label p {
  display: inline-block;
  color: #666;
  font-size: 0.18rem;
}
.message__check label p a {
  color: #192E78;
}
.message__sun {
  margin: auto;
  position: relative;
  margin-top: 0.45rem;
  width: 1.86rem;
  cursor: pointer;
}
.message__sun:hover .introduct__more a {
  background: #DF0011;
}
.message__sun .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.message__sun .introduct__more a {
  background: #192E78;
}
.news__view {
  padding: 0.93rem 0 1rem;
}
.news__view--top {
  padding-bottom: 0.6rem;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
.news__view--top strong {
  display: block;
  margin-bottom: 0.34rem;
  line-height: 1.5;
  color: #000;
  font-size: 0.27rem;
}
.news__view--top p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news__view--top p span {
  display: inline-block;
  margin-right: 0.22rem;
  color: #666666;
  font-size: 0.16rem;
}
.news__view--top p span:last-child {
  margin-right: 0;
}
.news__view--v {
  padding: 0.72rem 0 5.625vw;
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  text-align: justify;
}
.news__view--v img {
  max-width: 100%;
  width: auto;
  height: auto !important;
}
.news__prevs {
  padding-top: 0.39rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news__page p {
  margin-bottom: 0.2rem;
}
.news__page p:last-child {
  margin-bottom: 0;
}
.news__page p a {
  color: #000000;
  font-size: 0.18rem;
  line-height: 1.8;
}
.news__page p a:hover {
  color: #DF0011;
}
.news__back a {
  display: block;
  width: 2.19rem;
  height: 0.59rem;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.59rem;
  background: #0045A8;
  color: #fff;
  font-size: 0.18rem;
}
.news__back a:hover {
  background: #DF0011;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.loader.loaderMove {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s 2.6s;
}
.loader.loaderMove .loader__logo {
  width: 100%;
}
.loader.loaderMove .loader__fix img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.7s;
}
.loader__wrap {
  margin: 0 14.7917vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.loader__logo {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin: auto;
  width: 1.16rem;
  height: 1.5rem;
  transition: 1.4s;
}
.loader__logo img {
  display: inline-block;
  width: auto;
  height: 1.13rem;
}
.loader__logo img:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.loader__logo img:last-child {
  position: absolute;
  right: -0.02rem;
  bottom: 0.12rem;
}
.loader__fix {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.52rem;
  margin-left: -1.72rem;
  height: 1.04rem;
  transform-origin: 39% center;
}
.loader__fix img {
  display: block;
  width: auto;
  height: 100%;
  opacity: 0;
  transition: 1.5s;
}
body.show {
  overflow: hidden;
  pointer-events: none;
}
body.show .pop-recuite {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
body.show .pop-recuite .recuite__wraps {
  opacity: 1;
  margin-top: 0;
}
.pop-recuite {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 399;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.pop__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.53);
}
.recuite__wraps {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: #fff;
  border-radius: 0.1rem;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 50vh;
  opacity: 0;
  transition: 0.65s;
}
.recuite__push {
  padding: 0.7rem 5.7292vw;
}
.recuite__push .news__tts {
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
}
.recuite__in {
  padding: 0.5rem 0.4rem 0;
  width: 8.88rem;
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.recuite__in strong {
  color: #333333;
}
.notes {
  padding-top: 0.4rem;
}
.notes a {
  display: inline-block;
  color: #DF0011;
  font-size: 0.2rem;
  line-height: 1.2;
  border-bottom: 1px solid #DF0011;
}
.recuite__close {
  position: absolute;
  right: 0.18rem;
  top: 0.13rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  background: #DF0011;
  cursor: pointer;
  transition: 0.4s;
}
.recuite__close:hover {
  transform: rotate(180deg);
}
.news__tts {
  margin-bottom: 0.6rem;
  text-align: center;
}
.news__tts strong {
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.36rem;
}
.news__tts p {
  display: flex;
  justify-content: center;
}
.news__tts p span {
  display: inline-block;
  margin-right: 0.36rem;
  color: #666666;
  font-size: 16px;
}
.news__tts p span:last-child {
  margin-right: 0;
}
.news__time {
  text-align: center;
}
.product__view {
  padding: 0.6rem 0 1rem;
  background: #FFFFFF;
}
.product__tops {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.07rem;
  border-bottom: 0.06rem solid #192E78;
}
.product__tops .product__tabs {
  width: 42.857%;
}
.product__maxs {
  margin-bottom: 0.12rem;
}
.pro-slide figure {
  position: relative;
  display: block;
  padding-bottom: 67.21%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pro-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-slide figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.promin-slide {
  width: 1.1rem;
  cursor: pointer;
}
.promin-slide.active:before {
  opacity: 1;
  visibility: visible;
}
.promin-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #192E78;
  opacity: 0;
  transition: 0.36s;
}
.promin-slide figure {
  position: relative;
  display: block;
  padding-bottom: 67.56%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.promin-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__view--in {
  padding: 3.125vw;
  box-sizing: border-box;
  width: 55%;
  background: url(../jpg/ztxf4f.jpg) center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.product__class {
  margin-bottom: 0.22rem;
}
.product__class strong {
  display: block;
  margin-bottom: 0.23rem;
  line-height: 1;
  color: #000000;
  font-size: 0.4rem;
  font-weight: 700;
}
.product__class p {
  color: #595959;
  font-size: 16px;
}
.product__link {
  padding: 0.14rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px dashed #AAAAAA;
  border-bottom: 1px dashed #AAAAAA;
  width: 4.37rem;
  max-width: 100%;
}
.product__link a {
  display: inline-flex;
  margin-right: 0.36rem;
  align-items: center;
}
.product__link a:hover span {
  color: #192E78;
}
.product__link a img {
  display: inline-block;
  margin-right: 4px;
  max-width: 0.24rem;
  max-height: 0.24rem;
}
.product__link a span {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  transition: 0.3s;
}
.product__tels {
  margin-top: 0.34rem;
}
.product__tels a {
  display: inline-flex;
  align-items: center;
}
.product__tels a i {
  display: inline-block;
  margin-right: 0.18rem;
  width: 0.26rem;
  height: 0.26rem;
  background: #525252;
  border-radius: 50%;
  text-align: center;
  line-height: 0.26rem;
  font-size: 14px;
  font-style: normal;
  color: #fff;
}
.product__tels a span {
  display: inline-block;
  color: #000000;
  font-size: 13px;
}
.product__tels a p {
  color: #192E78;
  font-size: 0.22rem;
  line-height: 1.1;
  font-weight: bold;
}
.product__characteristic {
  margin-top: 0.4rem;
}
.product__tables {
  margin-top: 0.6rem;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product__tables img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product__tables table {
  width: 100%;
  border-collapse: collapse;
}
.product__tables table thead tr th {
  text-align: center;
  color: #666666;
  background: #F5F7F7;
  border: 1px solid #EDEDED;
  font-weight: normal;
  height: 0.77rem;
  font-size: 14px;
}
.product__tables table tbody tr td {
  height: 0.97rem;
  color: #666666;
  font-size: 14px;
  border: 1px solid #EDEDED;
  text-align: center;
}
.planning__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
