@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: 99;
  width: 100%;
  box-sizing: border-box;
  transition: 0.4s;
}
.header.scroll .header-wrap,
.header:hover .header-wrap {
  padding: 0 50px;
  background: #fff;
  box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
}
.header.scroll .header-wrap .logo img.show,
.header:hover .header-wrap .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scroll .header-wrap .logo img.hide,
.header:hover .header-wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header-wrap .navs > li:before,
.header:hover .header-wrap .navs > li:before {
  background: #023f8f;
}
.header.scroll .header-wrap .navs > li:hover > a,
.header:hover .header-wrap .navs > li:hover > a,
.header.scroll .header-wrap .navs > li.active > a,
.header:hover .header-wrap .navs > li.active > a {
  color: #023f8f;
}
.header.scroll .header-wrap .navs > li > a,
.header:hover .header-wrap .navs > li > a {
  padding: 32px 0;
  color: #333333;
}
.header.scroll .header-wrap .header-tel i,
.header:hover .header-wrap .header-tel i,
.header.scroll .header-wrap .header-tel p,
.header:hover .header-wrap .header-tel p {
  color: #023f8f;
}
.header.scroll .header-wrap .header-search span,
.header:hover .header-wrap .header-search span {
  background: #023f8f;
  color: #fff;
}
.header:hover .header-wrap .navs > li > a {
  padding: 46px 0;
}
.header.scroll:hover .navs > li > a {
  padding: 32px 0;
}
.header-wrap {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.header-product {
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  padding: 4.06vw 8.33vw 4.9vw;
  background: #fff;
  box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
  width: 100%;
  display: none;
}
.header-product-wrap {
  display: flex;
  justify-content: center;
}
.header-product-item {
  display: block;
  margin-right: 7.13vw;
  width: 12.6vw;
}
.header-product-item:last-child {
  margin-right: 0;
}
.header-product-item dt {
  display: block;
  position: relative;
  padding-bottom: 30px;
  background: url(../images/line1.png) right bottom no-repeat;
}
.header-product-item dt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 1px;
  background: #00a6e9;
}
.header-product-item dt a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
.header-product-item dt a:hover {
  color: #023f8f;
}
.header-product-item dd {
  display: block;
  padding-top: 25px;
}
.header-product-item dd p {
  margin-bottom: 16px;
}
.header-product-item dd p:last-child {
  margin-bottom: 0;
}
.header-product-item dd p a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.header-product-item dd p a:hover {
  color: #023f8f;
}
.logo {
  display: block;
  position: relative;
  width: auto;
  height: 56px;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-tel {
  display: flex;
  align-items: center;
}
.header-tel i {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
}
.header-tel p {
  color: #fff;
  font-size: 18px;
  font-family: "Gilroy";
}
.header-search {
  position: relative;
  padding-left: 22px;
}
.header-search span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.navs {
  display: flex;
}
.navs > li {
  margin-right: 4.69vw;
  z-index: 2;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li > a {
  display: inline-block;
  padding: 46px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.banner {
  position: relative;
}
.btext {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17.4vw;
  margin-top: -17.4vw;
  width: 34.9vw;
  height: 34.9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bbg.png) center no-repeat;
  background-size: cover;
  z-index: 3;
}
.btext.article-block .btext-wrap small,
.btext.article-block .btext-wrap strong,
.btext.article-block .btext-wrap p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.6s;
}
.btext.articleShow .btext-wrap small,
.btext.articleShow .btext-wrap strong,
.btext.articleShow .btext-wrap p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.6s;
}
.btext.articleShow .btext-wrap strong {
  transition-delay: 0.2s;
}
.btext.articleShow .btext-wrap p {
  transition-delay: 0.4s;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.btext-wrap {
  text-align: center;
}
.btext-wrap small {
  display: block;
  margin-bottom: 1.77vw;
  line-height: 1;
  color: #fff;
  font-size: 1.46vw;
  font-family: "Gilroy";
}
.btext-wrap strong {
  display: block;
  margin-bottom: 1.67vw;
  line-height: 1;
  color: #fff;
  font-size: 3.65vw;
  font-weight: normal;
}
.btext-wrap p {
  color: #fff;
  font-size: 1.25vw;
}
.scroll-more {
  position: absolute;
  left: 0;
  bottom: 9px;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.scroll-more span {
  display: block;
  position: relative;
  margin: auto;
  width: 18px;
  height: 32px;
}
.scroll-more span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 14px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 9px;
}
.scroll-more span:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 8px;
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  animation: mousedown 1s infinite;
}
.scroll-more p {
  margin-top: 10px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
@keyframes mousedown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.2;
    transform: translateY(6px);
  }
}
.banner-down {
  position: absolute;
  left: 8.33vw;
  right: 8.33vw;
  bottom: 3.75vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  z-index: 10;
}
.banner-dit {
  display: flex;
  align-items: center;
}
.banner-dit .swiper-pagination {
  position: relative;
  margin-top: 6px;
  line-height: 1;
}
.banner-dit .swiper-pagination .swiper-pagination-bullet {
  margin-right: 12px;
  position: relative;
  width: 16px;
  height: 16px;
  opacity: 1;
  background: none;
}
.banner-dit
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1);
}
.banner-dit .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.banner-dit .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transform: scale(0);
  transition: 0.3s;
}
.banner-numble {
  display: flex;
  align-items: flex-end;
  margin-right: 2.5vw;
  color: #fff;
  font-size: 1.25vw;
  font-family: "Gilroy";
  line-height: 1;
}
.banner-numble i {
  display: inline-block;
  margin: 0 8px;
  font-style: normal;
}
.banner-numble b {
  font-weight: normal;
  position: relative;
  top: 2px;
  font-size: 1.67vw;
}
.banner-btn {
  display: flex;
}
.banner-btn span {
  display: inline-block;
  margin-right: 20px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.35s;
}
.banner-btn span:hover {
  border-color: #fff;
}
.banner-btn span:last-child {
  margin-right: 0;
}
.banner-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 3;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.banner-line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 1px;
  background: #fff;
}
.about-us {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8.33vw;
  background: #fff;
}
.about-imgs {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  line-height: 1;
}
.about-imgs img {
  position: relative;
  display: inline-block;
  width: 66.98vw;
  height: auto;
}
.about-fix {
  width: 38.02vw;
}
.about-us-top {
  margin-bottom: 2.34vw;
}
.about-us-top small {
  display: block;
  margin-bottom: 1.98vw;
  line-height: 1;
  color: #00a6e9;
  font-size: 1.88vw;
  font-family: "Gilroy";
}
.about-us-tt strong {
  display: block;
  line-height: 1.3;
  color: #3e3a39;
  font-size: 2.71vw;
}
.about-us-info {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.read-more {
  margin-top: 4.95vw;
  display: inline-flex;
  align-items: center;
}
.read-more a {
  display: inline-flex;
  align-items: center;
}
.read-more a:hover i {
  transform: translateX(4px);
}
.read-more span {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #00a6e9;
}
.read-more span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.5px;
  margin-top: -4.5px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}
.read-more p {
  margin-left: 23px;
  margin-right: 18px;
  color: #00a6e9;
  font-size: 18px;
  font-family: "Gilroy";
}
.read-more i {
  display: inline-block;
  line-height: 1;
  color: #00a6e9;
  font-size: 20px;
  transition: 0.3s;
}
.software {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.software-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  z-index: -2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.software-en {
  position: absolute;
  left: 0;
  top: 7.6vw;
  z-index: -1;
  width: 100%;
  line-height: 1;
  color: #053978;
  font-size: 13.85vw;
  font-family: "Gilroy";
  text-align: center;
  font-weight: bold;
}
.software-info {
  position: relative;
  overflow: hidden;
}
.software-arlcle {
  position: relative;
  margin: auto;
  text-align: center;
}
.software-arlcle img {
  display: inline-block;
  margin: auto;
  width: 70.42vw;
  height: auto;
}
.software-swiper {
  position: absolute;
  left: 50%;
  margin-left: -15.73vw;
  top: 7.81vw;
  width: 31.46vw;
}
.software-slide {
  position: relative;
  height: auto;
}
.software-slide:hover figure img {
  transform: scale(1.05);
}
.software-slide:hover .software-arrow {
  background: #fff;
  color: #00a6e9;
  text-indent: 4px;
}
.software-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  border-radius: 50%;
}
.software-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.software-text {
  position: absolute;
  left: 2.08vw;
  right: 2.08vw;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.software-text b {
  display: block;
  margin-bottom: 2.92vw;
  line-height: 1;
  color: #fff;
  font-size: 5vw;
  font-weight: normal;
}
.software-text strong {
  display: block;
  margin-bottom: 1.35vw;
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
}
.software-in {
  margin-bottom: 2.19vw;
  color: #fff;
  font-size: 20px;
}
.software-in p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 72px;
}
.software-arrow {
  margin: auto;
  width: 4.17vw;
  height: 4.17vw;
  line-height: 4.17vw;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.56vw;
  transition: 0.4s;
}
.software-item {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
.software-item.active figure {
  width: 12.6vw;
  height: 12.6vw;
}
.software-item.active figure:before {
  opacity: 1;
  transform: scale(1);
}
.software-item.active .software-fare b {
  font-size: 24px;
}
.software-item:hover figure img {
  transform: scale(1.1);
}
.software-item figure {
  display: block;
  position: relative;
  width: 10.42vw;
  height: 10.42vw;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.55s;
}
.software-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/circular.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0);
  transition: 0.58s;
}
.software-item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: 0.56s;
}
.software-item1 {
  left: 12.71vw;
  top: 27.08vw;
}
.software-fare {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.software-fare b {
  display: block;
  height: 24px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy";
  transition: 0.3s;
}
.software-fare p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.software-item2 {
  left: 21.77vw;
  top: 6.77vw;
}
.software-item3 {
  right: 20.31vw;
  top: 10.31vw;
}
.software-item4 {
  right: 13.02vw;
  top: 29.69vw;
}
.software-ico-list {
  position: absolute;
  left: 0;
  bottom: 5.99vw;
  width: 100%;
}
.software-ico-item {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.software-ico-item.show {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: visible;
  top: 0;
  transition: 0.5s;
}
.software-prev {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
}
.software-prev.prev {
  left: 5%;
}
.software-prev.next {
  right: 5%;
}
.software-ico-li {
  display: flex;
  justify-content: center;
}
.software-ico-li li {
  margin-right: 4.58vw;
  text-align: center;
}
.software-ico-li li:last-child {
  margin-right: 0;
}
.software-ico-li li b {
  display: block;
  text-align: center;
}
.software-ico-li li b img {
  display: inline-block;
  width: auto;
  height: 42px;
}
.software-ico-li li p {
  margin-top: 22px;
  color: #fff;
  font-size: 18px;
}
.home-business {
  padding: 8.07vw 0 10.42vw;
  overflow: hidden;
}
.home-title {
  text-align: center;
  color: #3e3a39;
  font-size: 2.71vw;
  line-height: 1;
  font-weight: bold;
}
.business-swiper {
  position: relative;
  width: 83.33vw;
  margin-top: 4.17vw;
}
.business-slide {
  position: relative;
  width: 68.75%;
}
.business-slide.swiper-slide-active figure:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #004190 100%);
  opacity: 0.7;
}
.business-slide.swiper-slide-active .business-home-info strong,
.business-slide.swiper-slide-active .business-home-info p,
.business-slide.swiper-slide-active .business-home-info .business-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.business-slide:hover figure img {
  transform: scale(1.03);
}
.business-slide figure {
  position: relative;
  display: block;
  padding-bottom: 58.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.94vw;
}
.business-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-slide figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.94vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #004190 100%);
  background: rgba(255, 255, 255, 0.5);
  transition: 0.55s;
}
.business-slide figure img {
  border-radius: 0.94vw;
  transition: 0.78s;
}
.business-home-info {
  position: absolute;
  left: 4.58vw;
  right: 4.58vw;
  bottom: 1.88vw;
  z-index: 5;
}
.business-home-info strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1.2;
  color: #fff;
  font-size: 1.67vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s 0.3s;
}
.business-home-info p {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s 0.45s;
}
.business-more {
  display: inline-flex;
  align-items: center;
  margin-top: 1.46vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s 0.6s;
}
.business-more:hover i {
  transform: translateX(4px);
}
.business-more b {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}
.business-more b:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #00a6e9;
  border-radius: 50%;
}
.business-more p {
  margin-left: 8px;
  color: #fff;
  font-size: 18px;
  font-family: "Gilroy";
}
.business-more i {
  display: inline-flex;
  margin-left: 22px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  transition: 0.35s;
}
.business-prev {
  position: absolute;
  top: 50%;
  margin-top: -2.19vw;
  width: 4.38vw;
  height: 4.38vw;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-prev.prev {
  left: 4.69vw;
}
.business-prev.next {
  right: 4.69vw;
}
.business-prev:hover:before {
  transform: scale(1);
}
.business-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 166, 233, 0.3);
  transform: scale(0);
  transition: 0.4s;
}
.business-prev b {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 62%;
  height: 62%;
  line-height: 62%;
  border-radius: 50%;
  background: #00a6e9;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.news-dynamic {
  padding: 8.23vw 8.33vw 7.81vw;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-title1 {
  color: #fff;
}
.news-dynamic-list {
  margin-top: 4.06vw;
  display: flex;
  flex-wrap: wrap;
}
.news-dynamic-list li {
  margin-right: 2.3%;
  width: 31.8%;
}
.news-dynamic-list li:nth-child(3n + 3) {
  margin-right: 0;
}
.news-dynamic-list li a {
  display: block;
  padding: 1.2vw 1.2vw 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.news-dynamic-list li a figure {
  position: relative;
  display: block;
  padding-bottom: 52.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 8px;
}
.news-dynamic-list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-dynamic-list li a figure img {
  border-radius: 8px;
  transition: 0.68s;
}
.news-dynamic-list li a:hover figure img {
  transform: scale(1.06);
}
.news-dynamic-list li a:hover .news-dynamic-text strong {
  font-weight: bold;
}
.news-dynamic-text {
  padding-top: 28px;
}
.news-dynamic-text strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.1;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  transition: 0.2s;
}
.news-dynamic-text p {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-dynamic-text time {
  display: block;
  margin-top: 2.19vw;
  padding: 1.25vw 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 14px;
}
.news-dynamic-text time i {
  display: inline-flex;
  margin-right: 6px;
  color: #fff;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
}
.footer {
  background: #29313a;
  margin-top: -1px;
}
.footer-top {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top-wrap {
  padding: 0 8.33vw;
}
.footer-logo img {
  display: inline-block;
  line-height: 1;
  width: auto;
  height: 64px;
}
.footer-navs {
  display: flex;
  align-items: center;
}
.footer-navs-list {
  display: flex;
  padding-right: 2.08vw;
}
.footer-navs-list li {
  position: relative;
  padding: 0 2.29vw;
}
.footer-navs-list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 1px;
  height: 16px;
  background: #5d5958;
}
.footer-navs-list li:last-child:before {
  display: none;
}
.footer-navs-list li a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}
.footer-navs-list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer-navs-list li a:hover,
.footer-navs-list li a.active {
  color: #fff;
}
.footer-navs-list li a:hover:before,
.footer-navs-list li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-scroll {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.footer-scroll:hover {
  transform: translateY(-3px);
}
.footer-address {
  padding: 3.75vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address-list {
  display: flex;
}
.address-item {
  position: relative;
  padding-left: 30px;
  margin-right: 7.29vw;
}
.address-item:last-child {
  margin-right: 0;
}
.address-item i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
}
.address-item span {
  display: block;
  margin-bottom: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.address-item p {
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.eq {
  text-align: center;
}
.eq img {
  display: inline-block;
  width: 99px;
  height: auto;
}
.eq p {
  margin-top: 16px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.footer-bottom {
  padding: 0 8.33vw;
  display: flex;
  justify-content: space-between;
  background: #1f252b;
}
.relative {
  display: flex;
  align-items: center;
}
.relative span,
.relative a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  opacity: 0.3;
}
.relative a:last-child {
  margin-right: 0;
}
.relative a:hover {
  opacity: 1;
}
.footer-copy {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.footer-copy p,
.footer-copy a {
  color: #ffffff;
  opacity: 0.3;
  font-size: 16px;
}
.footer-copy p {
  margin-right: 12px;
}
.footer-copy a:hover {
  opacity: 1;
}
.software-info.article-block .software-item {
  opacity: 0;
  transform: scale(0);
  transition: 0.68s 0.25s;
}
.software-info.articleShow .software-item {
  opacity: 1;
  transform: scale(1);
}
.software-info.articleShow .software-item:nth-child(2) {
  transition-delay: 0.5s;
}
.software-info.articleShow .software-item:nth-child(3) {
  transition-delay: 0.75s;
}
.software-info.articleShow .software-item:nth-child(4) {
  transition-delay: 1s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 8.33vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.ptext .phide {
  position: relative;
  padding-bottom: 3.13vw;
  margin-bottom: 3.39vw;
}
.ptext .phide:before,
.ptext .phide:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 44px;
  height: 4px;
  background: #fff;
}
.ptext .phide:after {
  left: 50px;
}
.ptext .phide strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
  font-weight: normal;
}
.ptext p {
  color: #fff;
  font-size: 1.25vw;
}
.product-introduct {
  padding: 7.19vw 0 10.42vw;
}
.introduct-wrap {
  margin: auto;
  max-width: 90%;
  width: 1240px;
}
.common-title {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.common-title strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #333333;
  font-size: 2.5vw;
  letter-spacing: 3px;
}
.common-title small {
  display: block;
  line-height: 1;
  color: #aaaaaa;
  font-size: 1.25vw;
  text-transform: uppercase;
  font-family: "Gilroy";
  letter-spacing: 5px;
}
.common-title i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  width: 50px;
  height: 3px;
}
.common-title i:before,
.common-title i:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 24px;
  height: 3px;
  background: #023f8f;
}
.common-title i:before {
  left: 0;
}
.common-title i:after {
  right: 0;
  background: #00a6e9;
}
.introduct-fix {
  margin-top: 48px;
}
.introduct-info {
  margin-bottom: 2.81vw;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.introduct-imgs {
  text-align: center;
}
.introduct-imgs img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.introducte-list {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.introducte-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.introducte-list {
  position: relative;
  display: flex;
  width: 100%;
}
.introducte-list li {
  width: 33.333%;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.introducte-list li:last-child {
  border-right: none;
}
.introducte-list li a {
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 142.72%;
}
.introducte-list li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.introducte-list li a:hover .introducte-wr {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.introducte-list li a:hover .introducte-wr .introducte-text,
.introducte-list li a:hover .introducte-wr .read-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.introducte-list li a:hover .introducte-wr .read-more {
  transition-delay: 0.6s;
}
.introducte-list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(2, 63, 143, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
}
.introducte-wr {
  position: absolute;
  left: 50%;
  margin-left: -161px;
  top: 100%;
  margin-top: -134px;
  width: 322px;
  text-align: center;
  transition: 0.76s;
}
.introducte-wr strong {
  position: relative;
  display: block;
  padding-bottom: 40px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.introducte-wr strong:before {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  content: "";
  width: 36px;
  height: 2px;
  background: #fff;
}
.introducte-wr .read-more {
  transform: translateY(80px);
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.66s;
}
.introducte-text {
  margin-top: 25px;
  height: 11.98vw;
  transform: translateY(80px);
  opacity: 0;
  visibility: hidden;
  transition: 0.66s;
}
.introducte-text p {
  color: #fefefe;
  font-size: 16px;
  line-height: 2.2;
}
.pbanner-inner figure {
  padding-bottom: 36.45%;
}
.pbanner-inner .ptext .phide {
  padding-bottom: 0;
  margin-bottom: 1.67vw;
}
.pbanner-inner .ptext .phide:before,
.pbanner-inner .ptext .phide:after {
  display: none;
}
.pbanner-inner .ptext p {
  width: 685px;
}
.product-leval {
  box-shadow: 0 0 18px rgba(170, 170, 170, 0.22);
}
.product-leval-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.product-leval-list li {
  margin-right: 7.71vw;
}
.product-leval-list li:hover a,
.product-leval-list li.active a {
  color: #023f8f;
  font-weight: bold;
}
.product-leval-list li a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
}
.product-leval-list li:last-child {
  margin-right: 0;
}
.wms-introducte {
  padding: 7.03vw 8.33vw 9.38vw;
}
.wms-introducte-wrap {
  margin-top: 4.69vw;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.wms-introducte-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 170px;
  height: 170px;
  background: url(../img/wmsbg1.png) center no-repeat;
  background-size: cover;
}
.wms-introducte-imgs {
  width: 45.375%;
}
.wms-introducte-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 67.63%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 18px;
}
.wms-introducte-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wms-introducte-text {
  padding-top: 3.85vw;
  width: 46.25%;
}
.wms-introducte-text strong {
  display: block;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #333333;
  font-size: 1.46vw;
  font-weight: normal;
}
.wms-introducte-text p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.core-functions {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 7.19vw 0 8.59vw;
}
.core-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 106%;
  z-index: -1;
  background: url(../img/17.jpg) center no-repeat;
  background-size: cover;
}
.common-title1 strong,
.common-title1 small {
  color: #fff;
}
.core-hide {
  margin-top: 68px;
  padding-left: 8.33vw;
}
.core-hide .core-swiper {
  overflow: visible;
}
.core-slide {
  width: 19.27vw;
  background: #fff;
  border-radius: 20px;
  height: auto;
}
.core-slide:nth-child(2n + 2) .core-wrap b {
  background: url(../img/core2.png) center no-repeat;
  background-size: cover;
}
.core-slide:nth-child(3n + 3) .core-wrap b {
  background: url(../img/core3.png) center no-repeat;
  background-size: cover;
}
.core-wrap {
  padding: 3.91vw 2.6vw 2.92vw;
  text-align: center;
}
.core-wrap b {
  display: block;
  margin: auto;
  width: 6.98vw;
  height: 6.77vw;
  line-height: 6.77vw;
  text-align: center;
  color: #023f8f;
  font-size: 2.5vw;
  background: url(../img/core1.png) center no-repeat;
  background-size: cover;
  font-family: "Gilroy";
  font-weight: bold;
}
.core-wrap strong {
  display: block;
  margin-top: 2.86vw;
  margin-bottom: 1.04vw;
  line-height: 1.2;
  color: #023f8f;
  font-size: 24px;
  font-weight: normal;
}
.core-wrap p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.superiority {
  padding: 8.33vw 8.33vw 6.46vw;
}
.superiority-li {
  margin-top: 3.85vw;
  display: flex;
  flex-wrap: wrap;
}
.superiority-li li {
  box-sizing: border-box;
  margin-right: 3.26%;
  margin-bottom: 3.13vw;
  width: 48.37%;
}
.superiority-li li:nth-child(2n + 2) {
  margin-right: 0;
}
.superiority-wrap {
  padding: 19px 5.73vw 32px 2.34vw;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 21px rgba(2, 63, 143, 0.07);
  transition: 0.5s;
}
.superiority-wrap:hover {
  box-shadow: 0 0 27px rgba(2, 63, 143, 0.2);
}
.superiority-icon {
  position: relative;
  width: 11.41vw;
  height: 10.42vw;
  background: url(../img/superiority.png) center no-repeat;
  background-size: cover;
}
.superiority-icon b {
  display: block;
  position: absolute;
  left: 0.6vw;
  bottom: 3.45vw;
  width: 100%;
  text-align: center;
  color: #3b6ade;
  font-size: 2.08vw;
  font-family: "Gilroy-bold";
  font-weight: normal;
  line-height: 1;
}
.superiority-text {
  margin-left: 20px;
  width: 0;
  flex: 1;
}
.superiority-text strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 1.46vw;
  font-weight: normal;
}
.superiority-text p {
  color: #666666;
  font-size: 16px;
}
.scemario {
  padding: 8.02vw 8.33vw 10.42vw;
  position: relative;
  background: #f3f6f9 url(../img/scemariobg1.png) center top no-repeat;
  background-size: 100% auto;
}
.scemario:before {
  position: absolute;
  left: 22px;
  top: -12px;
  z-index: 3;
  content: "";
  width: 19.48vw;
  height: 19.48vw;
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
}
.scemario:after {
  position: absolute;
  right: 2.6vw;
  bottom: 5.21vw;
  z-index: 3;
  content: "";
  width: 11.35vw;
  height: 11.35vw;
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
}
.scemario-tab {
  margin-top: 3.13vw;
}
.scemario-btn {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.scemario-btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 14px 0;
  line-height: 1;
  margin-right: 13.23vw;
  cursor: pointer;
  color: #333333;
  font-size: 24px;
}
.scemario-btn span:before {
  content: "";
  width: 0;
  height: 3px;
  background: #023f8f;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.scemario-btn span:hover,
.scemario-btn span.active {
  color: #023f8f;
}
.scemario-btn span:hover:before,
.scemario-btn span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.scemario-btn span:before {
  bottom: -2px;
}
.scemario-btn span:last-child {
  margin-right: 0;
}
.scemario-fix {
  margin-top: 4.58vw;
}
.scemario-item {
  display: none;
}
.scemario-item:first-child {
  display: block;
}
.scemario-list {
  display: flex;
  flex-wrap: wrap;
}
.scemario-list li {
  position: relative;
  z-index: 3;
  margin-right: 3.666%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 3.85vw 2.86vw 2.6vw;
  width: 22.25%;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}
.scemario-list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.scemario-list li:hover strong {
  color: #fff;
}
.scemario-list li:hover .scemario-info p {
  color: #fff;
}
.scemario-list li:hover b {
  -webkit-text-stroke: 1px #fff;
}
.scemario-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/scemariobg2.png) center no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 0.65s;
  opacity: 0;
  visibility: hidden;
}
.scemario-list li:nth-child(4n + 4) {
  margin-right: 0;
}
.scemario-list li strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #023f8f;
  font-size: 24px;
  font-weight: normal;
  transition: 0.35s;
}
.scemario-list li b {
  display: block;
  line-height: 1;
  color: transparent;
  font-size: 3.75vw;
  font-family: "Gilroy-bold";
  font-weight: normal;
  -webkit-text-stroke: 1px #023f8f;
  transition: 0.35s;
}
.scemario-info {
  padding-bottom: 20px;
  min-height: 200px;
  color: #666666;
  font-size: 16px;
}
.scemario-info p {
  transition: 0.35s;
}
.service-trade {
  padding: 6.25vw 0 4.17vw;
}
.service-swiper {
  margin-top: 3.33vw;
}
.service-slide {
  position: relative;
  width: 22.6vw;
  line-height: 1;
}
.service-slide:hover figure img {
  transform: scale(1.06);
}
.service-slide:hover .service-info {
  margin-top: -244px;
}
.service-slide:hover .service-info b {
  opacity: 1;
  transform: scale(1) rotate(360deg);
  visibility: visible;
}
.service-slide figure {
  position: relative;
  display: block;
  padding-bottom: 161.29%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 10px;
}
.service-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #023f8f 100%);
  opacity: 0.7;
}
.service-slide figure img {
  transition: 0.68s;
}
.service-info {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -122px;
  width: 100%;
  text-align: center;
  z-index: 5;
  transition: 0.55s;
}
.service-info strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #fff;
  font-size: 1.46vw;
  font-weight: normal;
}
.service-info small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Gilroy";
}
.service-info b {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 2.6vw;
  width: 3.33vw;
  height: 3.33vw;
  transform: scale(0);
  visibility: hidden;
  transition: 0.5s;
}
.service-info b:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.service-info b:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/scemariobgc.png) center no-repeat;
  background-size: cover;
}
.service-down {
  padding: 4.69vw 8.33vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-down .swiper-pagination {
  position: relative;
  flex: 1;
  margin-right: 50px;
  height: 1px;
  background: #e9e9e9;
}
.service-down .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #023f8f;
}
.service-btn {
  display: flex;
}
.service-btn span {
  display: inline-block;
  margin-right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: #eeeeee;
  cursor: pointer;
  color: #b0b0b0;
  font-size: 18px;
  transition: 0.4s;
}
.service-btn span:hover {
  background: #023f8f;
  color: #fff;
}
.service-btn span:last-child {
  margin-right: 0;
}
.customers {
  padding: 4.17vw 8.33vw 10.68vw;
}
.customers-wrap {
  margin-top: 3.65vw;
  padding: 3.96vw 0 1.04vw;
  box-shadow: 0 0 43px rgba(190, 197, 206, 0.22);
}
.customers-item {
  margin-bottom: 1.77vw;
}
.customers-title {
  display: flex;
  align-items: center;
  padding-right: 2.6vw;
}
.customers-title strong {
  display: block;
  padding-left: 2.71vw;
  width: 11.46vw;
  height: 76px;
  line-height: 76px;
  color: #fff;
  font-size: 24px;
  background: #023f8f;
  border-radius: 0 10px 10px 0;
  font-weight: normal;
}
.customers-line {
  flex: 1;
  margin-left: 38px;
  width: 0;
  display: flex;
  align-items: center;
}
.customers-line small {
  display: block;
  margin-right: 20px;
  color: #023f8f;
  font-size: 24px;
  font-family: "Gilroy";
}
.customers-line p {
  flex: 1;
  border-top: 1px dotted #9eb5d4;
}
.customers-li {
  padding: 2.71vw 2.6vw 0;
  display: flex;
  flex-wrap: wrap;
}
.customers-li li {
  margin-right: 1.8125%;
  margin-bottom: 30px;
  position: relative;
  height: 100px;
  width: 18.55%;
  border-radius: 8px;
  background: #f3f6f9;
  transition: 0.3s;
}
.customers-li li:hover {
  transform: translateY(-5px);
}
.customers-li li 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%;
}
.customers-li li:nth-child(5n + 5) {
  margin-right: 0;
}
.industry {
  padding: 8.07vw 8.33vw 9.01vw;
  position: relative;
  z-index: 2;
  background: #f3f6f9;
}
.industry:before {
  position: absolute;
  left: 0;
  bottom: 5.63vw;
  z-index: -1;
  content: "";
  width: 19.48vw;
  height: 19.48vw;
  border-radius: 50%;
  background: #fff;
}
.industry-swiper {
  margin-top: 4.58vw;
}
.industry-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.industry-imgs {
  line-height: 1;
  width: 50%;
}
.industry-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 72.125%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 10px;
}
.industry-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-imgs figure img {
  border-radius: 10px;
}
.industry-info {
  margin-right: 5%;
  width: 40%;
}
.industry-title {
  margin-bottom: 3.13vw;
  text-align: center;
}
.industry-title b {
  display: block;
  margin-bottom: 1.15vw;
  line-height: 1;
  color: #023f8f;
  font-size: 2.92vw;
  font-weight: normal;
  color: transparent;
  -webkit-text-stroke: 1px #023f8f;
  font-family: "Gilroy-bold";
}
.industry-title strong {
  display: block;
  line-height: 1;
  color: #023f8f;
  font-size: 24px;
  font-weight: normal;
}
.industry-li {
  display: flex;
  flex-wrap: wrap;
}
.industry-items {
  box-sizing: border-box;
  padding: 1.25vw 12px 1.25vw 4.17vw;
  width: 50%;
  border: 1px solid #dddddd;
  margin-left: -1px;
  margin-top: -1px;
}
.industry-items p {
  margin-bottom: 0.94vw;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  font-weight: bold;
}
.industry-items p b {
  display: inline-block;
  color: #023f8f;
  font-size: 1.46vw;
}
.industry-items span {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 16px;
}
.industry-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 3.44vw;
  display: flex;
  justify-content: center;
}
.industry-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 30px;
  width: 56px;
  height: auto;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  color: #023f8f;
  font-size: 24px;
  font-family: "Gilroy";
  opacity: 0.3;
  transition: 0.35s;
  border: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #023f8f;
}
.industry-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.industry-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.architecture {
  background: #f3f6f9;
}
.product-content {
  padding-top: 5.99vw;
}
.product-items {
  padding: 6.56vw 8.33vw 7.81vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.product-items:nth-child(2n + 2) {
  background: #f2f5f9;
  flex-direction: row;
}
.product-items:nth-child(2n + 2) figure {
  width: 45.25%;
}
.product-items:nth-child(2n + 2) .product-item-info {
  width: 48%;
}
.product-items figure {
  display: block;
  line-height: 1;
  width: 53.43%;
}
.product-items figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-item-info {
  width: 42%;
}
.product-item-info strong {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1;
  color: #023f8f;
  font-size: 1.88vw;
}
.product-item-info strong:before {
  position: absolute;
  left: -3.54vw;
  top: 50%;
  margin-top: -3.57vw;
  z-index: -1;
  content: "";
  width: 7.14vw;
  height: 7.14vw;
  background: url(../img/productbg.png) center no-repeat;
  background-size: cover;
}
.product-item-content {
  margin-top: 58px;
  color: #666666;
  font-size: 16px;
}
.product-item-content p {
  position: relative;
  margin-bottom: 12px;
  padding-left: 42px;
  background: url(../images/arrow1.png) left 5px no-repeat;
}
.product-item-content p b {
  color: #023f8f;
}
.development {
  padding: 6.98vw 8.33vw 5.21vw;
  background: url(../img/51.png) center bottom no-repeat;
  background-size: 100% auto;
}
.development-fix .introduct-info {
  margin: auto;
  margin-bottom: 5.21vw;
  width: 1134px;
  max-width: 100%;
}
.unified {
  padding-top: 6.77vw;
  overflow: hidden;
}
.unified-fix {
  position: relative;
  z-index: 3;
  padding-top: 10.83vw;
  padding-left: 8.33vw;
}
.unified-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 40.83vw;
  overflow-x: hidden;
}
.unified-bg img {
  display: block;
  width: 100%;
  height: 110%;
  object-fit: cover;
}
.unified-fix {
  margin-top: 62px;
  padding-bottom: 30px;
}
.unified-fix .unified-swiper {
  overflow: visible;
}
.unified-info {
  width: 640px;
}
.unified-info strong {
  display: block;
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 26px;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}
.unified-info strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 26px;
  height: 2px;
  background: #fff;
}
.unified-info p {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.5;
}
.unified-swiper {
  margin-top: 8.65vw;
}
.unified-slide {
  padding: 3.91vw 2.34vw 4.17vw;
  width: 18.23vw;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 1.98vw rgba(2, 63, 143, 0.08);
  text-align: center;
  height: auto;
}
.unified-slide b {
  display: block;
  line-height: 1;
  color: #587bf7;
  font-size: 1.88vw;
  font-weight: normal;
  font-family: "Gilroy-bold";
}
.unified-slide span {
  display: block;
  margin: auto;
  margin-bottom: 2.08vw;
  width: 9.27vw;
  height: 6.56vw;
  background: url(../img/unified.png) center no-repeat;
  background-size: cover;
}
.unified-slide p {
  color: #666666;
  font-size: 16px;
}
.twins {
  padding-top: 9vw;
  padding-bottom: 9.01vw;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.twins-wrap {
  margin-top: 42px;
}
.twins-wrap .introduct-info {
  margin: auto;
  width: 1230px;
  max-width: 100%;
}
.twins-title {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  padding-left: 126px;
  margin-top: 4.79vw;
  width: 754px;
  height: 82px;
  background: #fff;
  border-radius: 41px;
  box-shadow: 0 0 1.98vw rgba(2, 63, 143, 0.08);
}
.twins-title:before {
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -80px;
  content: "";
  width: 188px;
  height: 159px;
  background: url(../images/twins2.png) center no-repeat;
}
.twins-title strong {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #00a6e9;
  font-size: 20px;
}
.twins-title b {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -52px;
  padding-left: 16px;
  width: 125px;
  height: 104px;
  line-height: 104px;
  box-sizing: border-box;
  background: url(../images/twins1.png) center no-repeat;
  color: #fff;
  font-size: 20px;
}
.twins-tab {
  position: relative;
  margin-top: 4.17vw;
  overflow: hidden;
}
.twins-bgs {
  margin: auto;
  position: relative;
  z-index: 10;
  width: 40.94vw;
  pointer-events: none;
}
.twins-bgs img {
  display: block;
  width: 100%;
  height: auto;
}
.twins-swiper {
  position: absolute;
  left: -7.5vw;
  width: 115vw;
  top: 1.46vw;
}
.twins-slide {
  position: relative;
  width: 33.33vw;
}
.twins-slide.swiper-slide-active figure {
  transform: scale(1);
}
.twins-slide figure {
  transform: scale(0.7);
  position: relative;
  display: block;
  padding-bottom: 48.57%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.5s;
}
.twins-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.management {
  padding: 8.13vw 0 8.85vw;
  position: relative;
  z-index: 3;
  background: #f3f6f9;
}
.management:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 23.96vw;
  background: #fff;
}
.management-info {
  position: relative;
  z-index: 1;
  margin-top: 3.96vw;
  padding-right: 8.33vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.management-info:before {
  position: absolute;
  right: -5.73vw;
  bottom: -8.23vw;
  z-index: -1;
  content: "";
  width: 20.21vw;
  height: 20.21vw;
  border-radius: 50%;
  background: #fff;
}
.management-imgs {
  width: 44.88%;
  line-height: 1;
}
.management-imgs img {
  display: block;
  width: 100%;
  height: auto;
  border: 0 20px 20px 0;
}
.management-text {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-right: 4.58vw;
  width: 47.44%;
}
.management-text:before {
  position: absolute;
  right: 0;
  top: -3.33vw;
  content: "";
  width: 6.41vw;
  height: 5.42vw;
  background: url(../images/arrow2.png) center no-repeat;
  background-size: cover;
}
.management-text:after {
  position: absolute;
  left: -4.79vw;
  top: -3.96vw;
  z-index: -1;
  content: "";
  width: 9.79vw;
  height: 9.79vw;
  border-radius: 50%;
  background: #fff;
}
.management-text strong {
  display: block;
  margin-bottom: 1.35vw;
  line-height: 1;
  color: #023f8f;
  font-size: 1.67vw;
}
.management-dit {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.77vw;
}
.management-dit span {
  display: inline-block;
  margin-right: 20px;
  padding: 0 12px;
  color: #00a6e9;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  background: rgba(0, 166, 233, 0.1);
}
.management-down {
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.characteristic {
  padding: 7.03vw 8.33vw 0;
}
.characteristic-title {
  display: block;
  margin-bottom: 3.23vw;
  line-height: 1;
  text-align: center;
  color: #023f8f;
  font-size: 32px;
}
.characteristic-li {
  display: flex;
  flex-wrap: wrap;
}
.characteristic-li li {
  margin-right: 2.195%;
  margin-bottom: 38px;
  padding: 2.08vw 1.88vw 2.08vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 200px;
  box-sizing: border-box;
  width: 31.87%;
  background: #fff;
  box-shadow: 0 0 1.98vw rgba(2, 63, 143, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.characteristic-li li:nth-child(3n + 3) {
  margin-right: 0;
}
.characteristic-li li:hover {
  background: #023f8f url(../img/characteristic.png) center bottom no-repeat;
  background-size: 100% auto;
}
.characteristic-li li:hover b {
  color: #023f8f;
}
.characteristic-li li:hover b:before {
  background: #fff;
}
.characteristic-li li:hover .characteristic-text p {
  color: #fff;
}
.characteristic-li li b {
  display: block;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  z-index: 2;
  width: 52px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Gilroy-bold";
  transition: 0.35s;
}
.characteristic-li li b:before {
  position: absolute;
  right: -18px;
  top: -24px;
  content: "";
  width: 70px;
  height: 70px;
  background: #023f8f;
  border-radius: 50%;
  z-index: -1;
  transition: 0.35s;
}
.characteristic-text {
  color: #666666;
  font-size: 18px;
  transition: 0.3s;
}
.characteristic-text p {
  transition: 0.35s;
}
.shelves {
  padding: 6.98vw 0 0 8.33vw;
}
.integrate-title {
  display: block;
  margin-bottom: 38px;
  line-height: 1;
  color: #023f8f;
  font-size: 42px;
}
.shelves-slide {
  width: 22.19vw;
}
.shelves-slide figure {
  position: relative;
  display: block;
  padding-bottom: 69.17%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 1.04vw;
}
.shelves-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shelves-slide figure:hover img {
  transform: scale(1.05);
}
.shelves-slide figure img {
  transition: 0.75s;
}
.shelves-down {
  padding-left: 0;
}
.shelves-down .service-btn {
  margin-left: 0;
  margin-right: 48px;
}
.stacker {
  padding: 7.81vw 8.33vw 0;
}
.integrate-list {
  display: flex;
  flex-wrap: wrap;
}
.integrate-list li {
  margin-right: 2.5%;
  box-sizing: border-box;
  padding: 2.92vw 0 1.98vw;
  width: 23.12%;
  background: #f3f6f9;
  border-radius: 15px;
  text-align: center;
}
.integrate-list li:nth-child(4n + 4) {
  margin-right: 0;
}
.integrate-list li figure {
  position: relative;
  padding-bottom: 20.31vw;
  line-height: 1;
  text-align: center;
}
.integrate-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.integrate-list li p {
  margin-top: 2.19vw;
  color: #023f8f;
  font-size: 20px;
}
.stacker-name {
  display: flex;
  justify-content: space-between;
  margin-top: 4.58vw;
}
.stacker-name-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2.08vw;
  width: 48.75%;
  box-shadow: 0 0 21px rgba(2, 63, 143, 0.07);
  border-radius: 8px;
  height: 74px;
}
.stacker-name-item p {
  flex: 1;
  padding-left: 38px;
  color: #333333;
  font-size: 20px;
  background: url(../images/arrow1.png) left center no-repeat;
  line-height: 1.5;
}
.tracked {
  padding: 7.81vw 8.33vw 0;
}
.tracked-top {
  margin-bottom: 3.85vw;
}
.tracked-top p {
  color: #666666;
  font-size: 16px;
}
.tracked-list {
  display: flex;
  flex-wrap: wrap;
}
.tracked-item {
  box-sizing: border-box;
  padding: 0 2.4vw 3.02vw;
  width: 49%;
  margin-right: 2%;
  background: #f3f6f9;
  border-radius: 15px;
}
.tracked-item:nth-child(2n + 2) {
  margin-right: 0;
}
.tracked-item figure {
  position: relative;
  line-height: 1;
  padding-bottom: 22.92vw;
}
.tracked-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 90%;
  max-height: 80%;
}
.tracked-name {
  display: flex;
  justify-content: space-between;
}
.tracked-name p {
  padding-left: 32px;
  color: #333333;
  font-size: 20px;
  background: url(../images/arrow1.png) left center no-repeat;
}
.deliver {
  padding: 7.5vw 0 0 8.33vw;
}
.shelves-slide p {
  margin-top: 26px;
  text-align: center;
  color: #023f8f;
  font-size: 20px;
}
.equipment {
  padding: 7.81vw 8.33vw 0;
}
.equipment-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.equipment-imgs {
  width: 26.75%;
  border-radius: 10px;
  background: #f2fafe;
}
.equipment-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.equipment-text {
  width: auto;
  flex: 1;
  margin-left: 7.03vw;
}
.equipment-text p {
  padding-left: 40px;
  margin-bottom: 30px;
  color: #666666;
  font-size: 16px;
  background: url(../images/arrow1.png) left 6px no-repeat;
}
.other-class {
  padding: 7.81vw 0 6.88vw 8.33vw;
}
.other-slide {
  width: 19.27vw;
  padding-bottom: 3.13vw;
  border-radius: 20px;
  background: #f3f6f9;
  text-align: center;
}
.other-slide figure {
  position: relative;
  line-height: 1;
  padding-bottom: 19.79vw;
}
.other-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%;
}
.other-slide p {
  padding: 0 12px;
  color: #023f8f;
  font-size: 20px;
}
.solve-item {
  padding: 4.69vw 0 4.69vw;
  margin: 0 8.33vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: url(../images/line2.png) left bottom repeat-x;
}
.solve-item:nth-child(2n + 2) {
  flex-direction: row;
}
.solve-imgs {
  position: relative;
  line-height: 1;
  width: 41.25%;
}
.solve-imgs .solve-bg {
  display: block;
  width: 100%;
  height: auto;
}
.solve-imgs .solve-fix {
  display: block;
  position: absolute;
  left: 3.33%;
  top: 4.89%;
  width: 93.63%;
}
.solve-info {
  padding-top: 2.81vw;
  width: 42.5%;
}
.solve-info strong {
  display: block;
  margin-bottom: 38px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
}
.solve-info p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.industry-fixs {
  margin-top: 7.6vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.industry-img {
  width: 51.125%;
}
.industry-img img {
  display: block;
  width: 100%;
  height: auto;
}
.industry-texts {
  position: relative;
  padding-top: 6.77vw;
  width: 41.75%;
}
.industry-texts:before {
  position: absolute;
  left: 0;
  top: -37px;
  content: "";
  width: 69px;
  height: 57px;
  background: url(../images/arrow3.png) center no-repeat;
}
.industry-texts p {
  color: #666666;
  font-size: 18px;
  line-height: 2.2;
}
.industry-texts {
  padding-top: 70px;
}
.industry-tt {
  margin-bottom: 2.4vw;
}
.industry-tt strong {
  display: block;
  line-height: 1.8;
  color: #023f8f;
  font-size: 24px;
}
.industry-tt strong.intitle-color {
  color: #333333;
  font-weight: normal;
}
.solute-top {
  margin-top: 34px;
}
.digitalize {
  padding: 6.15vw 8.33vw 0;
}
.digitalize-top {
  margin: auto;
  margin-bottom: 32px;
  text-align: center;
  width: 1100px;
  max-width: 100%;
}
.digitalize-top strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #023f8f;
  font-size: 32px;
}
.digitalize-top p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.digitalize-list {
  display: flex;
  flex-wrap: wrap;
}
.digitalize-list li {
  padding-right: 3.125%;
  position: relative;
  z-index: 2;
  width: 22.5%;
}
.digitalize-list li:before {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: #023f8f;
  opacity: 0.1;
}
.digitalize-list li:nth-child(4n + 4) {
  padding-right: 0;
}
.digitalize-wrap {
  padding: 35px 38px 4.38vw;
  box-shadow: 0 0 38px rgba(2, 63, 143, 0.08);
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}
.digitalize-wrap strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #023f8f;
  font-size: 18px;
}
.digitalize-wrap p {
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
.digitalize-numble {
  position: relative;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 1px double #023f8f;
  border-radius: 50%;
  text-align: center;
}
.digitalize-numble b {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #023f8f;
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-family: "Gilroy-bold";
}
.news-tops {
  padding: 6.98vw 8.33vw 3.96vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-tops-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 4.06vw;
}
.news-tops-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 17px;
  width: 7px;
  height: 7px;
  background: none;
  border: 1px solid #023f8f;
  opacity: 1;
}
.news-tops-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #023f8f;
}
.news-slide {
  background: #fff;
  border-radius: 10px;
}
.news-slide a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 34px 30px 34px 4.69vw;
}
.news-slide a:hover .news-imgs figure img {
  transform: scale(1.06);
}
.news-slide a:hover .news-texts span:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-imgs {
  width: 49.59%;
}
.news-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 52.32%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 10px;
}
.news-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-imgs figure img {
  transition: 0.68s;
}
.news-texts {
  width: 43.78%;
}
.news-texts time {
  display: block;
  margin-bottom: 1.25vw;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  font-family: "Gilroy-bold";
}
.news-texts strong {
  display: block;
  margin-bottom: 24px;
  color: #023f8f;
  line-height: 1.2;
  font-size: 24px;
}
.news-texts p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-texts span {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 1.56vw;
  color: #023f8f;
  font-size: 16px;
}
.news-texts span:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #023f8f;
  transition: 0.35s;
}
.news-box-fix {
  padding: 8.23vw 8.33vw 6.25vw;
}
.news-li {
  margin-top: 0;
}
.news-li li {
  margin-bottom: 3.54vw;
}
.news-li li a {
  border-color: #dddddd;
}
.news-li li a:hover .news-dynamic-text strong {
  color: #023f8f;
}
.news-li li a .news-dynamic-text strong {
  color: #333333;
}
.news-li li a .news-dynamic-text p {
  color: #999999;
}
.news-li li a .news-dynamic-text time {
  color: #aaaaaa;
  border-top: 1px solid #dddddd;
}
.news-li li a .news-dynamic-text time i {
  color: #aaaaaa;
}
.pages {
  display: flex;
  justify-content: center;
}
.pages a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 5px;
  line-height: 1;
  margin-right: 1.35vw;
  color: #333333;
  font-size: 16px;
}
.pages a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #023f8f;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.pages a:hover,
.pages a.active {
  color: #023f8f;
}
.pages a:hover:before,
.pages a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.pages a:last-child {
  margin-right: 0;
}
.news-view {
  padding: 7.08vw 8.33vw 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-v {
  width: 59.125%;
}
.news-v-top {
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
}
.news-v-top strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #023f8f;
  font-size: 1.88vw;
  font-weight: normal;
}
.news-v-top p {
  display: flex;
}
.news-v-top p span {
  display: inline-block;
  margin-right: 1.67vw;
  color: #999999;
  font-size: 16px;
}
.news-v-info {
  padding: 4.48vw 0 4.43vw;
  color: #666666;
  font-size: 2;
  font-size: 16px;
}
.news-prev p {
  padding-left: 18px;
  margin-bottom: 10px;
}
.news-prev p a {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}
.news-prev p a:hover {
  color: #023f8f;
}
.news-flex {
  width: 31.625%;
}
.news-flex .news-li {
  margin-bottom: 0;
}
.news-flex .news-li li {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.news-li-view {
  margin-top: 2.92vw;
  margin-left: 22px;
}
.news-li-view li {
  margin-bottom: 15px;
}
.news-li-view li a {
  display: block;
  position: relative;
  padding-left: 18px;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-li-view li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #dddddd;
  transition: 0.3s;
  border-radius: 50%;
}
.news-li-view li a:hover {
  color: #023f8f;
}
.news-li-view li a:hover:before {
  background: #023f8f;
}
.case-boxs {
  padding: 7.19vw 8.33vw 3.23vw;
  background: #f6f6f6;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
}
.case-list li {
  margin-right: 3.09%;
  margin-bottom: 3.75vw;
  box-sizing: border-box;
  padding: 1.88vw 2.08vw 0;
  width: 22.68%;
  background: #fff;
  border: 0.94vw;
  transition: 0.5s;
  border-radius: 0.94vw;
  cursor: pointer;
}
.case-list li:nth-child(4n + 4) {
  margin-right: 0;
}
.case-list li:hover {
  background: #023f8f;
}
.case-list li:hover strong {
  color: #fff;
}
.case-list li:hover .case-info p {
  color: #fff;
}
.case-list li:hover .case-posite p {
  color: #fff;
}
.case-list li strong {
  display: block;
  margin-bottom: 38px;
  line-height: 1;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  transition: 0.4s;
}
.case-info {
  height: 194px;
  border-bottom: 1px solid #dddddd;
  color: #666666;
  font-size: 16px;
  line-height: 2.1;
}
.case-info p {
  transition: 0.4s;
}
.case-posite {
  padding: 24px 0;
}
.case-posite p {
  color: #cccccc;
  font-size: 16px;
  transition: 0.4s;
}
.pop-case {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.pop-case.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.popbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.case-content {
  position: absolute;
  left: 50%;
  margin-left: -657px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 5.1vw 5.21vw 4.69vw;
  width: 1314px;
  background: #fff;
}
.case-content-top {
  margin-bottom: 3.75vw;
}
.case-content-top strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #023f8f;
  font-size: 1.88vw;
  font-weight: normal;
}
.case-content-top p {
  display: flex;
}
.case-content-top p span {
  display: inline-block;
  margin-right: 6.77vw;
  color: #999999;
  font-size: 16px;
}
.case-content-top p span:last-child {
  margin-right: 0;
}
.case-content-text {
  color: #666666;
  font-size: 16px;
  line-height: 2.1;
}
.case-content-text strong {
  color: #333333;
}
.case-email {
  margin-top: 1.88vw;
  color: #023f8f;
  font-size: 16px;
}
.case-close {
  position: absolute;
  right: 36px;
  top: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.case-close:hover i {
  transform: rotate(180deg);
}
.case-close i {
  display: inline-block;
  margin-right: 10px;
  color: #023f8f;
  font-size: 18px;
  font-weight: bold;
  transition: 0.35s;
}
.case-close span {
  display: inline-block;
  color: #023f8f;
  font-size: 16px;
}
.case-box-fix {
  padding: 9.48vw 8.33vw 1px;
}
.case-lists li {
  margin-bottom: 8.85vw;
  position: relative;
  z-index: 3;
}
.case-lists li:before {
  position: absolute;
  left: 0;
  right: 4.58vw;
  top: 6.98vw;
  bottom: 0;
  content: "";
  z-index: -1;
  box-shadow: 0 0 1.98vw rgba(2, 63, 143, 0.08);
}
.case-lists li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
  z-index: 3;
  padding-left: 4.58vw;
}
.case-lists li a:before {
  position: absolute;
  left: 4.58vw;
  top: 0;
  content: "";
  width: 69px;
  height: 57px;
  background: url(../images/arrow3.png) center no-repeat;
}
.case-lists li:nth-child(2n + 2):before {
  left: 4.58vw;
  right: 0;
}
.case-lists li:nth-child(2n + 2) a {
  padding-left: 0;
  padding-right: 4.58vw;
  flex-direction: row;
}
.case-lists li:nth-child(2n + 2) a:before {
  left: auto;
  right: 47%;
}
.case-imgs {
  width: 40%;
}
.case-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 1.04vw;
}
.case-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-texts {
  margin-top: 6.98vw;
  padding: 5vw 0 5.94vw;
  width: 48.87%;
}
.case-texts strong {
  display: block;
  margin-bottom: 1.67vw;
  line-height: 1.1;
  color: #023f8f;
  font-size: 24px;
  font-weight: normal;
}
.case-texts p {
  color: #666666;
  font-size: 16px;
  line-height: 42px;
}
.cooperate-box {
  padding: 8.33vw 8.33vw 10.42vw;
}
.cooperate-list {
  display: flex;
  flex-wrap: wrap;
}
.cooperate-list li {
  margin-right: 1.7187%;
  margin-bottom: 26px;
  width: 18.625%;
  background: #f3f6f9;
  border-radius: 8px;
  transition: 0.4s;
}
.cooperate-list li:hover {
  transform: translateY(-8px);
}
.cooperate-list li:nth-child(5n + 5) {
  margin-right: 0;
}
.cooperate-list li figure {
  position: relative;
  height: 106px;
  text-align: center;
}
.cooperate-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 90%;
  max-height: 90%;
}
.about-introduct {
  padding: 9.64vw 8.33vw 9.9vw;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.about-en {
  position: absolute;
  left: -6.25vw;
  top: 0;
  z-index: -1;
  line-height: 1;
  color: #f3f6f9;
  font-size: 8.75vw;
  font-family: "Gilroy-bold";
}
.about-tab-wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.about-tab-item {
  display: none;
}
.about-tab-item:first-child {
  display: block;
}
.about-tab-imgs {
  position: relative;
  z-index: 2;
  width: 41.125%;
}
.about-tab-imgs:before {
  position: absolute;
  left: -3.75vw;
  top: -2.86vw;
  content: "";
  width: 9.38vw;
  height: 8.91vw;
  background: url(../images/dits.png) center no-repeat;
}
.about-tab-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 91.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 1.04vw;
}
.about-tab-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-text {
  position: relative;
  padding-top: 4.69vw;
  width: 51.5%;
  padding-bottom: 50px;
}
.about-us-text strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1;
  color: #3e3a39;
  font-size: 2.5vw;
  font-weight: bold;
}
.about-us-text p {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.abouts-fix-tab {
  position: relative;
}
.about-btns {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 56.875%;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-right: 6.25vw;
  border-bottom: 1px solid #ececec;
}
.about-btns span {
  position: relative;
  z-index: 2;
  padding: 11px 0 18px;
  cursor: pointer;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  transition: 0.35s;
}
.about-btns span:before {
  bottom: -1px;
  content: "";
  position: absolute;
  left: 20px;
  right: 0;
  height: 2px;
  background: #00a6e9;
  transform: scaleX(0);
  transition: 0.4s;
}
.about-btns span:hover,
.about-btns span.active {
  color: #023f8f;
  font-weight: bold;
}
.about-btns span:hover:before,
.about-btns span.active:before {
  transform: scaleX(1);
}
.about-btns span:hover i:before,
.about-btns span.active i:before {
  background: #fff;
}
.about-btns span:hover i:after,
.about-btns span.active i:after {
  transform: scale(1);
}
.about-btns span:before {
  bottom: -1px;
}
.about-btns span i {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  z-index: -1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.about-btns span i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 50%;
  z-index: 2;
  transition: 0.3s;
}
.about-btns span i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(0, 166, 233, 0.2);
  border-radius: 50%;
  transform: scale(0);
  transition: 0.35s;
}
.about-culture {
  position: relative;
  z-index: 3;
  padding: 6.56vw 0 9.64vw;
  overflow: hidden;
}
.culture-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-title {
  text-align: center;
}
.about-title strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
}
.about-title small {
  display: block;
  margin-top: 14px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-family: "Gilroy";
}
.culture-wraps {
  margin-top: 50px;
  position: relative;
}
.culture-swiper {
  margin: auto;
  width: 49.11vw;
}
.cultures-slide figure {
  position: relative;
  display: block;
  padding-bottom: 54.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 1.04vw;
}
.cultures-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cultures-slide p {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  z-index: 4;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.culture-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15.63vw;
  z-index: 10;
  cursor: pointer;
}
.culture-prev figure {
  border-radius: 0.94vw;
  position: relative;
  display: block;
  padding-bottom: 54.333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.culture-prev figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-prev figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.culture-prev.prev {
  left: 5.73vw;
}
.culture-prev.next {
  right: 5.73vw;
}
.culture-prev.next .culture-text {
  flex-direction: row-reverse;
}
.culture-prev.next .culture-text i {
  margin-right: 0;
  margin-left: 16px;
}
.culture-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.culture-text i {
  display: inline-block;
  margin-right: 16px;
  color: #fff;
  font-size: 16px;
}
.culture-text span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.honors-box {
  padding: 5.99vw 8.33vw 9.11vw;
}
.honor-wrap-fix {
  margin-top: 5.94vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-title1 strong {
  color: #3e3a39;
}
.about-title1 small {
  color: #333333;
}
.honor-swiper {
  margin: 0;
  margin-top: 34px;
  width: 52%;
}
.honor-slide {
  width: 47.65%;
  text-align: center;
}
.honor-slide.swiper-slide-active figure {
  opacity: 1;
}
.honor-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
}
.honor-slide.swiper-slide-prev figure,
.honor-slide.swiper-slide-next figure {
  opacity: 0.5;
}
.honor-slide figure {
  position: relative;
  line-height: 1;
  padding-bottom: 138%;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.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: 23px;
  color: #333333;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.honor-hide {
  box-sizing: border-box;
  padding-right: 38px;
  padding-top: 55px;
  width: 36%;
}
.honor-hide::-webkit-scrollbar {
  width: 1px;
  background-color: #ececec;
}
.honor-hide::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #ececec;
}
.honor-hide::-webkit-scrollbar-thumb {
  background-color: #023f8f;
}
.honor-wr {
  position: relative;
}
.honor-btns {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 36%;
  display: flex;
  align-items: center;
}
.honor-btns span {
  margin-right: 3vw;
  position: relative;
  display: inline-block;
  font-size: 1.15vw;
  color: #999999;
  cursor: pointer;
  z-index: 3;
  transition: 0.3s;
}
.honor-btns span:last-child:before {
  display: none;
}
.honor-btns span:before {
  position: absolute;
  right: -1.5vw;
  top: 50%;
  margin-top: -0.62vw;
  content: "";
  width: 2px;
  height: 1.25vw;
  background: #999;
}
.honor-btns span:hover {
  color: #023f8f;
}
.honor-btns span.active {
  color: #023f8f;
  font-size: 1.35vw;
}
.honor-btns span:last-child {
  margin-right: 0;
}
.honor-li li {
  cursor: pointer;
  border-bottom: 1px dotted #ececec;
}
.honor-li li:hover .honor-line:before,
.honor-li li.active .honor-line:before {
  width: 100%;
}
.honor-li li:hover .honor-line b,
.honor-li li.active .honor-line b,
.honor-li li:hover .honor-line p,
.honor-li li.active .honor-line p {
  color: #023f8f;
}
.honor-line {
  display: flex;
  padding: 26px 0;
  align-items: center;
  position: relative;
}
.honor-line:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #023f8f;
  width: 0;
  transition: 0.65s;
}
.honor-line b {
  display: inline-block;
  padding-left: 2px;
  box-sizing: border-box;
  width: 72px;
  color: #999999;
  font-size: 18px;
  font-weight: normal;
  font-family: "Gilroy-bold";
  transition: 0.3s;
}
.honor-line p {
  color: #333333;
  font-size: 18px;
  transition: 0.3s;
}
.contact-us {
  padding: 9.64vw 8.33vw 7.81vw;
  background: url(../img/contact1.png) center top no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-info {
  width: 45.625%;
}
.contact-title {
  position: relative;
  z-index: 2;
  padding-top: 2.6vw;
}
.contact-title strong {
  display: block;
  line-height: 1;
  font-size: 2.5vw;
  color: #3e3a39;
}
.contact-title small {
  display: block;
  position: absolute;
  left: -8px;
  bottom: 7px;
  z-index: -1;
  line-height: 0.8;
  color: #e7effd;
  font-size: 8.75vw;
  font-family: "Gilroy-bold";
}
.contact-address {
  margin-top: 3.13vw;
  padding-bottom: 20px;
}
.contact-item {
  margin-bottom: 2.29vw;
}
.contact-item span {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #999999;
  font-size: 18px;
}
.contact-item p {
  color: #3e3a39;
  font-size: 24px;
  font-family: "Gilroy-bold";
}
.contact-item strong {
  font-size: 1.25vw;
}
.contact-eq {
  position: relative;
  display: inline-block;
}
.contact-eq span {
  display: inline-block;
  line-height: 1;
  color: #023f8f;
  font-size: 32px;
}
.contact-eq:hover .eq-imgs {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}
.eq-imgs {
  position: absolute;
  left: 100%;
  padding-left: 26px;
  top: 50%;
  transform: translate(30px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.eq-imgs figure {
  display: block;
  position: relative;
  padding: 5px;
  width: 92px;
  background: #023f8f;
  border-radius: 9px;
}
.eq-imgs figure:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #023f8f;
}
.eq-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.contact-map {
  width: 50.75%;
  height: 576px;
}
.anchorBL {
  display: none !important;
}
.BMap_bubble_title {
  margin-bottom: 12px;
  color: #023f8f;
  font-size: 16px;
  font-weight: bold;
}
.inner-pbanner {
  position: relative;
  padding: 13.33vw 8.33vw 8.33vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.innerwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innerwrap strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 2.71vw;
}
.inner-back a {
  display: inline-block;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
}
.inner-back a:hover {
  background: #fff;
  color: #00a6e9;
  text-indent: -3px;
}
.search-result {
  position: absolute;
  left: 8.33vw;
  bottom: 24px;
  color: #fff;
  font-size: 20px;
  z-index: 3;
}
.company-honor {
  padding: 65px 8.33vw 60px;
}
.honor-title {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.honor-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  content: "";
  width: 5px;
  height: 23px;
  background: #00a6e9;
}
.honor-title strong {
  display: block;
  line-height: 1;
  color: #00a6e9;
  font-size: 26px;
}
.honor-title small {
  display: inline-block;
  margin-left: 20px;
  color: #00a6e9;
  font-size: 16px;
}
.announcement-li li {
  border-bottom: 1px solid #f0f0f0;
}
.announcement-li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.announcement-li li a strong {
  font-size: 15px;
}
.announcement-li li a time {
  display: block;
  color: #898989;
  font-size: 14px;
}
.announcement-li li a:hover .announcement-left strong {
  color: #00a6e9;
}
.announcement-left {
  position: relative;
  padding-left: 24px;
  width: 70%;
}
.announcement-left:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00a6e9;
}
.announcement-left strong {
  display: block;
  margin-bottom: 11px;
  line-height: 1.1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  transition: 0.35s;
}
.announcement-left p {
  color: #c2c2c2;
  font-size: 12px;
  line-height: 1;
}
.search-li .announcement-left:before {
  top: 50%;
  margin-top: -3px;
}
.search-li .announcement-left strong {
  margin-bottom: 0;
}
.search-down {
  position: absolute;
  right: -10px;
  top: 100%;
  margin-top: 30px;
  padding-top: 18px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.search-down .text {
  padding: 0;
  padding-left: 22px;
  width: 180px;
  height: 42px;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 24px;
  color: #666666;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.search-down .sub {
  position: absolute;
  right: 0;
  top: 18px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  border: none;
  outline: none;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  background: none;
  transition: 0.3s;
}
.search-down .sub:hover {
  color: #00a6e9;
}
.header-search:hover .search-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  margin-top: 0;
}
.video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.send-mail-box {
  padding: 5.23vw 8.33vw 5.81vw;
  background: url(../img/contact1.png) center top no-repeat;
}
.smb-header {
  margin-bottom: 20px;
}
.smb-h-1 {
  text-align: center;
  color: #3e3a39;
  font-size: 30px;
  font-weight: bold;
}
.smb-h-2 {
  text-align: center;
  color: #5a5655;
  font-size: 18px;
}
.smb-inputs-box {
  width: 500px;
  margin: auto;
}
.smb-inputs-box input,
.smb-inputs-box textarea {
  width: 100%;
  display: inline-block;
  line-height: 39px;
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 2px solid #e6e8ea;
  border-radius: 4px;
  font-family: "Microsoft Yahei";
}

.smb-button-box {
  text-align: center;
}
.smb-button-box button {
  background-color: #023f8f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
}

.online-feedback-img {
  padding: 0 0.9375rem;
  width: 1.25rem;
  height: 12.625rem;
  position: fixed;
  bottom: 50%;
  margin-bottom: -6.25rem;
  right: 0.625rem;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  background: url(../images/index-page/hover-lianxi_bg.png);
  background-size: auto;
  background-size: 100% 100%;
  filter: drop-shadow(-0.3125rem 0.3125rem 1.875rem rgba(26, 39, 59, 0.2));
  -webkit-filter: drop-shadow(
    -0.3125rem 0.3125rem 1.875rem rgba(26, 39, 59, 0.2)
  );
  transition: all 0.5s;
}
.online-feedback-img img {
  margin-top: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

.dialog-txt {
  display: none;
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #090f21;
  background: rgba(255, 255, 255);
  box-shadow: 0.3125rem 0.3125rem 1.25rem rgba(26, 39, 59, 0.1);
  border-radius: 0.625rem;
}
.service-dialog {
  font-size: 0.875rem;
  right: 4rem;
  top: 3.0625rem;
  padding-top: 1rem;
  width: 11rem;
  height: 10.9375rem;
}
.service-dialog img {
  margin: 0.8125rem 1.4375rem 1.125rem;
  width: 8.125rem;
  height: 8.125rem;
}
.phone-dialog {
  text-align: left;
  right: 4rem;
  top: 6.0625rem;
  padding: 0.8125rem 1.25rem 0.75rem;
  width: 9.375rem;
  height: 2.1875rem;
}
.phone-dialog::after {
  right: -0.5rem;
  top: 1.4375rem;
}
.dialog-gray {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(9, 15, 33, 0.5);
}
.form-dialog {
  text-align: left;
  right: 4rem;
  top: 8.875rem;
  padding: 0.8125rem 1.25rem 0.75rem;
  width: 14.5rem;
  height: 2.1875rem;
}
.form-dialog::after {
  position: absolute;
  right: -0.5rem;
  top: 1.4375rem;
}
.dn {
  display: none;
}
.pop-home {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.pop-home-inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40.875rem;
  max-height: 39rem;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0.375rem 0.375rem 2.5rem rgba(3, 23, 64, 0.6);
  border-radius: 1rem;
  z-index: 99;
}
.smb-content{
  padding-top: 30px;
}
.close-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}