@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: 22px;
  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:nth-child(8) {
  margin-right: 0;
}

.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(../images/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;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  left: 0 !important;

}

.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: bold;
}

.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: 26px;
  height: 26px;
  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: transparent;
  font-size: 5.88vw;
  font-family: "Gilroy";
  -webkit-text-stroke: 1px #ddd;
  font-weight: bold;
  text-transform: uppercase;
}

.about-us-tt strong {
  display: block;
  line-height: 1.3;
  color: #3e3a39;
  font-size: 2.71vw;
}
.about-us-tt strong sup{
  font-size: 1.8vw;
  margin-left: .3vw;
}

.about-us-tt strong:nth-child(2) {
  font-size: 2vw;
}

.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(../images/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: 0 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: 4.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;
}

.newsBg2 {
  width: 100%;
  height: 100%;
  background: #13234b url(../images/news.gif) center center no-repeat;
  background-size: 1041px 100%;
}

.newsBg {
  width: 100%;
  height: 100%;
  background: url(../images/newsBg.png) center center no-repeat;
  background-size: 1440px 100%;
  padding: 8.23vw 8.33vw 7.81vw;
  box-sizing: border-box;
}

.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: 62.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: 8.33vw 8.33vw 6.46vw;
  ;
}

.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;
  line-height: 78px;
}

.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;
  display: inline-block;
  background-image: linear-gradient(#023f8f, #023f8f);
  background-position: center bottom;
  background-size: 0 3px;
  background-repeat: no-repeat;
  transition: .4s;
}

.product-leval-list li a:hover {
  background-size: 100% 3px;
}

.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(../images/wmsbg1.png) center no-repeat;
  background-size: cover;
}

.wms-introducte-imgs {
  width: 45.375%;
}

.wms-introducte-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 85.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(../images/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-hide .core-swiper .swiper-wrapper{
  display:flex;justify-content:center;align-items:center;
}

.core-slide {
  width: 19.27vw;
  background: #fff;
  border-radius: 20px;
  height: auto;
  margin: 0 1.5vw;
}

.core-slide:nth-child(2n + 2) .core-wrap b {
  background: url(../images/core2.png) center no-repeat;
  background-size: cover;
}

.core-slide:nth-child(3n + 3) .core-wrap b {
  background: url(../images/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: 3.77vw;
  line-height: 3.77vw;
  text-align: center;
  color: #023f8f;
  font-size: 2.5vw;
  background: url(../images/core1.png) center no-repeat;
  background-size: cover;
  font-family: "Gilroy";
  font-weight: bold;
}

.core-wrap strong {
  display: block;
  margin-top: 1.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;
  height: 180px;
}

.superiority {
  padding: 8.33vw 8.33vw 6.46vw;
}

.superiority-li {
  margin-top: 3.85vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.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(../images/superiority.png) center no-repeat;
  background-size: cover;
}

.superiority-icon b {
  display: block;
  position: absolute;
  left: 0.6vw;
  bottom: 4vw;
  width: 100%;
  text-align: center;
  color: #3b6ade;
  font-size: 3.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(../images/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(../images/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(../images/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%;
  margin-left: 3%;
}

.industry-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  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: 3%;
  width: 40%;
  padding: 5vw 0;
}

.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-li img {
  width: 100%;
  margin-bottom: 2vw;
}

.industry-li p {
  width: 100%;
  font-size: 14px;
}

.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(../images/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(../images/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(../images/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;
}
.management2 {
  background: #fff;
}

.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:32px;
}

.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: 3.85vw 8.33vw 0;
}
.characteristic-box{
  width: 100%;
  overflow: hidden;
  display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2vw 0;
}
.characteristic .left{
  width: 40%;
  float: left;
}
.characteristic .left p{
  font-size:16px;
}
.characteristic .left img{
  width: 100%;
  margin-top:3vw;
}

.characteristic .right{
  width:40%;
  float: right;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  background: #fff;
    padding: 2vw;
    border-radius: 50px 0 0 50px;
    box-shadow: 0px 0px 30px 0px rgb(47 54 69 / 20%);
}
.characteristic .right ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3vw;
}
.characteristic .right ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24%;
  margin-bottom: 2vw;
  border-right: 1px dashed #333;
}
.characteristic .right ul li:last-child{
  border:none;
}
.characteristic .right ul li img{
  max-width: 40%;
  max-height: 40%;
}
.characteristic .right ul li p{
  font-size: 16px;
  margin-top: 1vw;
}
.characteristic .right .tc{
  width: 100%;
  margin-top:2vw;
}
.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(../images/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;
  position: relative;
}

.characteristic-text p:nth-child(1) {
  font-weight: bold;
  margin-bottom: 1vw;
  line-height: 3;
}

.characteristic-text p:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ccc;
  bottom: 0;
  left: 0;
}

.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-strong{
  width: 100%;
  margin-top:5vw;
}
.tracked-top-strong strong{
  color: #333;
  font-size: 18px;
}
.tracked-top p {
  color: #666666;
  font-size: 16px;
}

.tracked-list {
  display: flex;
  flex-wrap: wrap;
}

.tracked-item {
  box-sizing: border-box;
  padding: 2.4vw;
  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: 41.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-image: url(../images/jobBg.jpg);
  background-position: center bottom;
  background-size: cover;
}

.case-boxs-title strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #000000;
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
}

.case-boxs-title p {
  color: #222222;
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.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: 39%;
}

.case-imgs {
  width: 50%;
}

.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 video{
  width: 100%;
}

.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: 40.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;
  margin-top: 5vw;
}

.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: 80%;
  max-height: 60%;
}

.about-introduct {
  padding: 9.64vw 8.33vw 4.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: 2;
}

.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 4.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;
  background-image: url(../images/honor_bg.jpg);
  background-position: center;
  background-size: cover;
}

.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(../images/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: 1.29vw;
}

.contact-item span {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #999999;
  font-size: 18px;
}

.contact-item p {
  color: #3e3a39;
  font-size: 20px;
  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: 676px;
}

.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(../images/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;
}

.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/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: 11.375rem;
  height: 3.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;
}

.close-btn i {
  font-size: 30px;
}


/* index_pro */
/* http://xfz.jwkj.site/ */
.security {
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}

.security .inner {
  margin-left: 0;
  padding: 0 8.46vw;
}

.security-product {
  position: relative;
}

.more-security {
  position: absolute;
  right: -50px;
  top: 24px;
  z-index: 5;
  text-align: center;
}

.more-security:hover span {
  color: #ec143e;
}

.more-security i {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #ec143e;
  border-radius: 50%;
  font-size: 24px;
}

.more-security span {
  display: block;
  color: #1a1010;
  font-size: 18px;
  width: 18px;
  margin: auto;
  margin-top: 12px;
  line-height: 1.2;
  transition: 0.4s;
}

.security-left {
  width: 50%;
  float: left;
}

.security-left a {
  display: block;
  position: relative;
  margin-right: 10px;
  background: linear-gradient(56deg, rgba(235, 221, 206, 0.9), rgba(254, 247, 240, 0.76));
}

.security-title {
  position: relative;
  text-align: center;
  padding: 84px 0 0;
  height: 255px;
  z-index: 1;
}

.security-title small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #ede3d9;
  opacity: 0.7;
  font-size: 88px;
  font-size: 3.5vw;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  z-index: -1;
}

.security-title strong {
  display: inline-block;
  position: relative;
  margin: auto;
  line-height: 1;
  margin-bottom: 30px;
  padding: 0 110px;
  color: #0a0c0a;
  font-size: 38px;
}

.security-title strong:before,
.security-title strong:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 80px;
  height: 1px;
  background: #0a0c0a;
}

.security-title strong:before {
  left: 0;
}

.security-title strong:after {
  right: 0;
}

.security-title p {
  color: #333333;
  font-size: 18px;
}

.security-left-img {
  position: relative;
  width: 100%;
  height: 392px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.security-left-img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.6s;
  max-width: 80%;
  max-height: 80%;
  /* margin-top: 10%; */
}

.security-right {
  float: right;
  width: 50%;
}

.security-item {
  position: relative;
  margin-left: 10px;
  background: linear-gradient(to left, #dcdcdf, rgba(247, 247, 249, 0.6));
}

.security-item:last-child figure {
  left: auto;
  right: 0;
}

.security-item:last-child .security-right-tt {
  right: auto;
  left: 8.97%;
}

.security-item:first-child {
  margin-bottom: 20px;
}

.security-item:first-child a {
  background: url(../images/line.png) center bottom no-repeat;
  background-size: 100% auto;
}

.security-item a {
  display: block;
  height: 356px;
  background: url(../images/line.png) center bottom no-repeat;
  background-size: 100% auto;
}

.security-item a:hover figure img {
  transform: scale(1.06);
}

.security-item figure {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  width: 500px;
}

.security-item figure img {
  max-width: 60%;
  margin-left: 2vw;
  margin-bottom: 2vw;
  height: auto;
  transition: 0.6s;
  background: none;
}

.index_pro3 {
  float: right;
  margin-right: 3vw;
}

.security-right-tt {
  position: absolute;
  right: 66px;
  top: 20%;
  margin-top: -47px;
}

.security-right-tt strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #0a0c0a;
  font-size: 32px;
}

.security-right-tt p {
  color: #333333;
  font-size: 16px;
}

/* @media screen and (max-width: 1600px) {
  .inner {
    width: 90%;
  }
  .security-title strong {
    font-size: 30px;
  }
  .security-title p {
    font-size: 16px;
  }
  .security-title {
    height: 240px;
  }
  .security-left-img {
    height: 320px;
  }
  .security-item a {
    height: 312px;
  }
  .security-right-tt {
    margin-top: -39px;
  }
  .security-right-tt strong {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .security-item figure {
    height: 312px;
    width: auto;
  }
  .security-item figure img {
    height: 100%;
    width: auto;
  }
  .core-dit {
    right: 40px;
  }
  .core-line1 {
    width: 456px;
  }
  .core-line1 i.line1 {
    width: 336px;
  }
  .core-line1 i.line2 {
    left: 336px;
  }
  .core-line2 {
    width: 120px;
    height: 60px;
  }
} */

.contact-us-table {
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.commonWidth {
  padding: 9.64vw 8.33vw 7.81vw;
  background-image: url(../images/ly_bg.png);
  background-position: center;
  background-size: 100%;
}

.contact-us-title strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #000000;
  font-size: 2.5vw;
  font-weight: bold;
}

.contact-us-title p {
  color: #222222;
  font-size: 20px;
}

.contact-text {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
}

.contact-text .text {
  flex: 1;
  -webkit-flex: 1;
  margin-right: 26px;
  padding-left: 16px;
  height: 46px;
  line-height: 44px;
  box-sizing: border-box;
  border: 1px solid #494949;
  background: #fff;
  border-radius: 3px;
  color: #bbbbbb;
  font-size: 16px;
  background: none;
}

.contact-text .text::-webkit-input-placeholder {
  color: #bbbbbb;
}

.contact-text .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.contact-text .text:last-child {
  margin-right: 0;
}

.contact-sub {
  margin-top: 46px;
  text-align: center;
}

.contact-sub input {
  margin: auto;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
  background: #023f8f;
  border-radius: 3px;
}

.contact-sub input:hover {
  background: #ec143e;
}

.contact-menssage .text {
  width: 100%;
  margin-right: 0;
  height: 200px;
  resize: none;
}

.contact-menssage {
  margin-top: 24px;
}



.cultureBox {
  padding: 5vw 8.33vw;
}

.cultureBox .row {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 4vw;
}

.cultureBox .row .flex {
  display: flex;
}

/* .cultureList>div {
  margin: 0 -2.0833333333333335vw;
} */

.cultureList ._item {
  width: 33.333333%;
  padding: 2vw;
}

.cultureList ._item>div {
  position: relative;
  padding-left: 3.8vw;
  z-index: 2;
}

.cultureList ._item>div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6.5vw;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, #a2b6ce, transparent);
  z-index: -1;
}

.cultureList ._item ._title {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  padding-top: 5.2vw;
  margin-bottom: 2.6vw;
}

.cultureList ._item ._title .en {
  font-size: 6vw;
  position: absolute;
  text-indent: -5vw;
  top: 0;
  left: 0;
  z-index: -1;
  color: #9dbadc;
  font-weight: bold;
  font-family: 'Gilroy-bold';
}

.cultureList ._item ._title .en::first-letter {
  color: #023f8f;
  font-size: 8vw;
  margin-right: 1vw
}

.cultureList ._item ._title .cn {
  font-size: 1.6vw;
  color: #023f8f;
}

.cultureList ._item ._line {
  text-align: justify;
  line-height: 1.8;
  color: #fff;
  font-size: 16px;
}

.cultureList ._item:nth-child(1)>div:before {
  left: 0;
}

.cultureList ._item:nth-child(2)>div:before {
  left: 0;
}

.cultureList ._item:nth-child(3)>div:before {
  left: 1.4vw;
}



/* news */

.z_news_page {
  background: #F5F5F6;
  padding: 6vw 0;
}

.z_news_list,
.z_zb_list {
  width: 79.16666vw;
  margin: 0 auto;
}

.z_news_list li {
  position: relative;
  margin-bottom: 25px;
}

.z_news_list li a {
  display: flex;
  background: #fff;
  height: 260px;
  align-items: center;
  position: relative;
}

.z_news_list li .infobox {
  padding: 2.2vw 2.5vw;
  box-sizing: border-box;
  width: 73%;
}

.z_news_list li h3 {
  font-size: 1.25vw;
  font-weight: bold;
  color: #333333;
  line-height: 1.875vw;
}

.z_news_list li h4 {
  color: #666666;
  line-height: 22px;
  height: 44px;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 500;
}

.z_news_list li .z_other_more {
  margin-top: 40px;
}

.z_news_list .timebox {
  flex-shrink: 0;
  width: 190px;
  transition: all 1s;
  font-size: 16px;
  font-weight: bold;
  font-family: "Gilroy";
  border-right: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.z_news_list .timebox .iconfont {
  font-size: 30px;
  color: #D4D4D4;
  margin-bottom: 10px;
  display: block;
}

.z_news_list .day {
  display: block;
  font-size: 2.5vw;
  font-style: normal;
}

.z_news_list .zd {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E22D2D;
  border-radius: 0 0 10px 0;
  color: #FFFFFF;
  padding: 5px 10px;
  line-height: 1.2;
}

.z_news_list li:hover .z_other_more::before {
  transform: translate(0, -50%) scale(1, 1);
}

.z_news_list li:hover .z_other_more .iconfont {
  color: #fff;
}

.z_news_list li::before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  z-index: 1;
  background: #023f8f;
  transition: all 2s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.z_news_list li:hover::before {
  width: 100%;
}

.z_news_list li:hover .timebox {
  color: #023f8f;
}

.z_index_more,
.z_other_more {
  display: flex;
  align-items: center;
  font-family: "Gilroy";
  z-index: 1;
  white-space: nowrap;
  width: 152px;
  position: relative;
  text-align: left;
  height: 36px;
  line-height: 36px;
  color: #fff;
}

.z_index_more::after,
.z_other_more::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 1px;
  background: #fff;
  transition: ease 1s;
}

.z_index_more .icon {
  margin-left: auto;
  transition: ease 1s;
  width: 56px;
  height: 36px;
  background: url(../images/arr.png) no-repeat center;
}

.z_index_more::before,
.z_other_more::before {
  content: "";
  transition: ease 1s;
  border-radius: 50%;
  display: block;
  width: 56px;
  height: 56px;
  background: #023f8f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.z_index_more:hover::before {
  width: 100px;
  height: 100px;
  transform: translate(-30px, -50%);
}

.z_index_more:hover {
  text-align: center;
  padding-left: 35px;
  transform-origin: center;
}

.z_index_more:hover .icon {
  transform: translateX(-100%);
  opacity: 0;
}

.z_index_more:hover::after {
  width: 0;
  left: 50%;
}

.z_other_more::before {
  transform: translate(0, -50%) scale(0, 0);
}

.z_other_more::after {
  background: #CACACA;
}

.z_other_more .iconfont {
  width: 56px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #023f8f;
  display: inline-block;
  margin-left: auto;
}

.z_other_more {
  color: #333;
}

.z_other_more:hover::before {
  transform: translate(0, -50%) scale(1, 1);
}

.z_other_more:hover .iconfont {
  color: #fff;
}

.z_other_more:before,
.z_other_more:after {
  z-index: -1;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagepn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap {
  margin: 5vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrap a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #000;
  /* background: #023f8f; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6vw 0 0;
  transition: all ease-out 0.3s;
  font-size: 16px;
}

.wrap a i {
  font-size: 18px;
}

.wrap .on {
  background: #023f8f;
  color: #ffffff;
}

.wrap a:hover {
  background: #023f8f;
  color: #ffffff;
}


.z_xq_page {
  background-color: #fafafc;
  background-image: url(../images/bg11.png);
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /* padding-top: 5.2vw; */
  padding-bottom: 1px;
  position: relative;
}

.z_xw_flwarp {
  width: 60.4%;
  padding: 4.5vw 6.77083vw 4.5vw 10vw;
  box-sizing: border-box;
}

.z_xw_flwarp .bq {
  display: inline-block;
  min-width: 96px;
  color: #888888;
  margin-bottom: 15px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  background: rgba(18, 12, 232, 0);
  border: 1px solid rgb(171 171 171 / 90%);
  border-radius: 18px;
}

.z_xw_flwarp .time {
  font-size: 16px;

  font-weight: 400;
  color: #666666;
}

.z_xw_flwarp .tit {
  font-size: 1.875vw;
  font-weight: 500;
  color: #1D1D1F;
  line-height: 2.2vw;
  margin: 2vw 0;
}

.z_xw_flwarp .desc {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}

.z_xq_share {
  margin: 2vw 0;
}

.z_xq_share a {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  color: #6E6E73;
  margin-right: 10px;
}

.z_xq_share a:hover {
  color: #002B9E;
}

.z_artic_con {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.z_artic_con img {
  max-width: 100% !important;
  height: auto !important;
}

.z_xwxq_page::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #DADADA;
  position: absolute;
  left: 60.4%;
  top: 0;
  z-index: 1;
}

.z_xw_frwarp {
  width: 39.6%;
  padding: 4.5vw 10vw 4.5vw 6.77083vw;
  box-sizing: border-box;
  text-align: left;
}

.z_xg_tit {
  font-size: 1.25vw;
  font-weight: bold;
  color: #000000;
  line-height: 1.25vw;
  margin-bottom: 30px;
}

.z_xg_list li .imgbox {
  width: 100%;
  height: 15vw;
  margin-bottom: 1.5vw;
  overflow: hidden;
}

.z_xg_list li .time {
  font-size: 14px;

  font-weight: 400;
  color: #888888;
}

.z_xg_list li h3 {
  font-size: 1.04vw;
  font-weight: 500;
  color: #333333;
  line-height: 1.5625vw;
  margin-top: 10px;
}

.z_xg_list li {
  margin-bottom: 3.5vw;
}

.z_xg_list li:hover .imgbg {
  transform: scale(1.02, 1.02);
}

.z_xg_list li:hover h3 {
  color: #002B9E;
}

.z_csbg {
  pointer-events: none;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.z_csbg::before {
  content: "";
  display: block;
  transform-origin: right bottom;
  width: 100%;
  height: 100%;
  animation: prompt 8s linear infinite;
  animation-delay: 4s;
  position: absolute;
  right: 0;
  bottom: 0;
  /* background: url(../img/bg11.png) no-repeat top left; */
}

.fl,
.fl_warp {
  float: left;
}

.fr,
.fr_warp {
  float: right;
}

/* products */


.proBody {
  padding: 8vw 10vw;
  overflow: hidden;
}

.leftMenu {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  float: left;
}

.leftMenu p {
  font-size: 21px;
  color: #B1B1B1;
  width: 100%;
  line-height: 2.5;
  border-bottom: 1px solid #B1B1B1;
}

.leftMenu li {
  font-size: 16px;
  color: #808080;
  width: 100%;
  line-height: 2.5;
  border-bottom: 1px dashed #B1B1B1;
}

.leftMenu li a {
  display: inline-block;
  width: 100%;
}

.leftMenu li a:hover {
  color: #C83424;
}

.rightContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start;
  justify-content: flex-start;
  float: right; */
}

.rightContent .title {
  text-align: left;
  position: relative;
  font-size: 24px;
  padding-bottom: 6px;
  margin-bottom: 2vw;
}

.rightContent .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  left: 0;
  height: 3px;
  background: #C83424;
}

.content_p {
  margin-bottom: 5vw;
  width: 100%;
}

.pro_jg {
  position: relative;
  width: 100%;
  /* height: 500px; */
  margin-bottom: 5vw;
}

.pro_jg img {
  /* width: 120%;
  position: absolute;
  z-index: 2;
  bottom: -5vw;
    left: -20%; */
  width: 100%;

}

.pro_jg_1 {
  position: absolute;
  width: 33%;
  text-align: right;
  border-bottom: 1px solid #9f9f9f;
  top: 5%;
  right: 10%;
}

.pro_jg_2 {
  position: absolute;
  width: 23%;
  text-align: right;
  border-bottom: 1px solid #9f9f9f;
  top: 14%;
  right: 10%;
}

.pro_jg_3 {
  position: absolute;
  width: 16%;
  text-align: right;
  border-bottom: 1px solid #9f9f9f;
  top: 41%;
  right: 10%;
}

/* .pro_jg::after{
  position: absolute;
  content:"";
  width:100%;
  height:14vw;
  background: #C8C8C8;
  bottom:0;
  left:0;
z-index: 1;
}
.pro_jg_1{
  position: absolute;
  width: 20vw;
  border-bottom: 1px solid #808080;
  line-height: 1.5;
  text-align: right;
  top: 4.5vw;
  z-index: 3;
  right: 0;
} */

.pro_tdBox {
  width: 100%;
  margin-bottom: 3vw;
}

.pro_tdBox ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2vw;
}

.pro_tdBox ul li {
  width: calc(33.3% - 20px);
  margin-right: 25px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 1px dashed #808080;
  padding-top: 20px;
}

.pro_tdBox ul li:last-child {
  margin-right: 0px;
}

.pro_tdBox ul li img {
  width: 50px;
  margin-bottom: 10px;
}

.pro_tdBox ul li p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 12px;
}


.job {
  width: 100%;
  margin-bottom: 5vw;
}

.jobTop {
  height: 66px;
  background: #ED7600;
  overflow: hidden;
}

.jobTop li {
  float: left;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.job .list {
  padding-bottom: 0.6rem;
}

.job .list li {
  position: relative;
  border-bottom: #d8d8d8 solid 1px;
}

.job .list li .msgDiv {
  height: 60px;
  position: relative;
  background: #fff;
}

.job .list li .msgDiv:after {
  content: '';
  position: absolute;
  right: 0.6vw;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -5px;
  background: url(../images/jia.png) no-repeat;
  background-size: 100%;
}

.job .list li .msgDiv a {
  display: block;
  height: 60px;
  color: #666;
}

.job .list li .box {
  display: none;
  padding: 0 0 2vw;
}

.job .list li .msgDiv dd {
  height: 60px;
  float: left;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
}

.job .list li .msgDiv .dd01 {
  width: 5.8rem;
  text-align: left;
  text-indent: 0.6rem;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.job .list li .msgDiv .dd02 {
  width: 3.4rem;
}

.job .list li .msgDiv .dd03 {
  width: 3.1rem;
}

/* .job .list li .msgDiv.aNow{ background: #eee;} */
.job .list li .msgDiv.aNow:after {
  background: url(../images/jian.png) no-repeat;
  background-size: 100%;
}

.job .list li .msgDiv.aNow .dd01 {
  color: #ED7600;
}

.job .list li h2 {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
  color: #323333;
}

.job .list li .content {
  line-height: 30px;
  padding-bottom: 0.5rem;
  font-size: 14px;
}

.job .list li .formDiv {
  border-top: #d8d8d8 dashed 1px;
  padding-top: 0.5rem;
}

.job .list li .form {
  padding-top: 10px;
}

.job .list li .form dl {
  margin-right: -0.4rem;
}

.job .list li .form dd {
  float: left;
  width: 25%;
  padding-bottom: 0.3rem;
}

.job .list li .form dd .rbox {
  margin-right: 0.4rem;
  position: relative;
  border: #dfdfdf solid 1px;
  padding-left: 0.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #fff;
}

.job .list li .form dd .input1 {
  width: 100%;
  height: 0.48rem;
  font-size: 14px;
  line-height: 0.48rem;
}

.job .list li .btnGroup dd {
  float: left;
  margin-right: 0.3rem;
}

.job .list li .btnGroup dd a {
  display: block;
  width: 120px;
  height: 45px;
  background: #ED7600;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
}

.job .list li .box table {
  border-collapse: collapse;
  border: 1px solid;
  table-layout: fixed;
  width: 100%;
}

.job .list li .box table td {
  border: 1px solid #fff;
  font-size: 12px;
}

.job .list li .box table th {
  background: #b2b2b2;
  border: 1px solid #fff;
}

.job .list li .box table tr {
  background: #F5F5F5;
  height: 50px;
  text-align: center;
}

.job .list li .box table tr:nth-child(2n) {
  background: #E2E2E2;
}

.job .list li .box .tips {
  text-align: right;
  margin-top: 1vw;
  font-size: 12px;
  color: #949494;
}

.jcbgBob {
  width: 100%;
  margin-bottom: 5vw;
}

.jcbgBob li {
  float: left;
  width: Calc(25% - 43px);
  margin-right: 25px;
  padding: 12px;
  box-shadow: #dedede 0px 0px 10px;
}

.jcbgBob li:last-child {
  margin-right: 0;
}

.jcbgBob li a {
  display: inline-block;
  width: 100%;
}

.jcbgBob li img {
  width: 100%;
}

.section-products {
  width: 100%;
}

.section-products .single-product {
  /* margin-bottom: 26px; */
}

.section-products .single-product .part-1 {
  position: relative;
  /* height: 290px;
  max-height: 290px; */
  /* margin-bottom: 20px; */
  overflow: hidden;
}

.section-products .single-product:hover .part-1::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  bottom: 8.2px;
  left: 0;
  z-index: 1;
}

/* .section-products .single-product .part-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}

.section-products #product-1 .part-1::before {
  background: url("../img/1.jpg") no-repeat center;
  background-size: cover;
  transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
  background: url("../img/2.jpg") no-repeat center;
  background-size: cover;
} */


.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #ffffff;
  background-color: #C83424;
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
  left: 0;
  background-color: #444444;
}

.section-products .single-product .part-1 ul {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transition: bottom 0.5s, opacity 0.5s;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.section-products .single-product:hover .part-1 ul {
  bottom: 50%;
  margin-bottom: -20px;
  opacity: 1;
}

.section-products .single-product .part-1 ul li {
  display: inline-block;
  margin: 0 5px;
}

.section-products .single-product .part-1 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
  transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a i {
  color: #fff;
  font-size: 20px;
}

.section-products .single-product .part-1 ul li a:hover {
  color: #C83424;
}

.section-products .container .row .col-md-6 {
  width: calc(33.33% - 17px);
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
}

.section-products .container .row .col-md-6:nth-child(3n) {
  margin-right: 0px;
}

.section-products .container .row .col-md-6 img {
  width: 100%;
}


.about_c_box {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 5.99vw 8.33vw;
}

.about_c {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_c_l {
  width: calc(100% - 800px);
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about_bt>p {
  font-size: 16px;
}

.about_c_l .about-title {
  text-align: left;
  margin-bottom: 2vw;
}

.about_c_r {
  width: 700px;
  float: right;
  overflow: hidden;
}

.about_c_dq {
  width: 700px;
  float: right;
}

.about_c_bg_l {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.map {
  position: relative;
  width: 100%;
  height: 617px;
  margin: 0 auto;
}

.city {
  position: absolute;
  color: #fff;
}

.city1 {
  top: 151px;
  right: 189px;
}

.city2 {
  top: 307px;
  right: 316px;
}

.city3 {
  top: 454px;
  right: 499px;
}

.city4 {
  top: 267px;
  right: 554px;
}

.dotted {
  width: 8px;
  height: 8px;
  background-color: #4FA3DD;
  border-radius: 50%;
}

.city div[class^="pulse"] {
  position: absolute;
  width: 0;
  height: 0;
  background: #023f8f;
  z-index: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: i3bg2 4s linear 0s infinite;
}

.city .pulse1 {
  animation-delay: 0s !important;
}

.city .pulse2 {
  animation-delay: 1s !important;
}

.city .pulse3 {
  animation-delay: 0.5s !important;
}

.city .pulse4 {
  animation-delay: 1.5s !important;
}

@keyframes pulses {
  0% {
    width: 8px;
    height: 8px;
    border: 1px solid #4FA3DD;
  }

  50% {
    width: 60px;
    height: 60px;
    opacity: 1;
    border: 2px solid #4FA3DD;
  }

  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
    border: 4px solid #4FA3DD;
  }
}


.about_d_box {
  padding: 5.99vw 8.33vw;
  width: 100%;
  background-image: url(../images/about_d_bg.jpg);
  background-size: cover;
  box-sizing: border-box;
}

.about_d {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.about_d ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top:3vw;
}

.about_d ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 14%;
  margin-bottom: 2vw;
  border-right: 1px dashed #fff;
}
.about_d ul li img{
  max-width: 40%;
  max-height: 40%;
}
.about_d ul li p{
  font-size:16px;
  color:#fff;
  margin-top:1vw;
}
.about_d ul li:nth-child(7n){
  border:none;
}

.fwBox{
  width: 100%;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:flex-start;
  margin-top:3vw;
}
.fwBox li{
  width: 100%;
  display:flex;justify-content:start;align-items:center;
  margin:1vw;
}
.fwBox li img{
  max-width:70px;
}
.fwBox li p{
  font-size:16px;
  margin-left:1vw;
}


/* color */
.tabs{
  padding: 5.33vw 9.38vw 0;
  overflow: hidden;
}
.tabs h2{
  text-align: center;
  font-size:30px;
  font-weight: bold;
  margin-bottom: 3vw;
}
.tabs .tab-item {width: 100%;height: 100%;display: none;}
.tabs .tab-item.active {display: block;}
.tabs .tab-item li{float:left;margin-right:20px;width:calc(20% - 18px);overflow: hidden;margin-bottom: 20px;}
.tabs .tab-item li:nth-child(5n){margin-right: 0;}
.tabs .tab-item li p{
  font-size:16px;
  line-height: 1.5;
  margin-top:.8vw;
}
.tab-item .imgBox{position: relative;height: 12vw;overflow: hidden;background-position: center;background-size: cover;}
.album-icon {
  position: absolute;
  left: 50%;
  top: -5%;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: 0.3s ease 0s;
}
.album-icon::before{
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #023f8f;
    z-index: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: i3bg 2s linear 0s infinite;
}
@keyframes i3bg {
	0% {width: 100%; height: 100%; opacity: 1;}
	100% {width: calc(100% + 40px); height: calc(100% + 40px); opacity: 0;}
}
@keyframes i3bg2 {
	0% {width: 100%; height: 100%; opacity: 1;}
	100% {width: calc(100% + 140px); height: calc(100% + 140px); opacity: 0;}
}
.tabs .tab-item li:hover .album-icon {top: 50%; opacity: 1; transform: translate(-50%, -50%) scale(1);}
.album-icon i{color:#fff;font-size:20px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;position: relative;z-index: 9;}

@media screen and (max-width: 1024px) {
  .online-feedback-box{
    display: none;
  }
  .security .inner{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .security-left{
    width: 100%;
    margin-bottom: 20px;
  }
  .security-title strong{
    padding: 0 50px;
    font-size: 28px;
  }

  .security-title strong:before, .security-title strong:after{
    width: 30px;
  }
  .security-title{
    height: auto;
    padding: 40px 0 0;
  }
  .security-left-img{
    height: auto;
    padding: 40px 0;
  }
  .security-right{
    width: 100%;
  }
  .security-item{
    margin-left:0;
    padding: 40px 0;
  }
  .security-left a{
    margin-right:0;
  }
  .security-right-tt{
    position: relative;
    text-align: center;
    right:0;
    top:0;
    margin-top:0;
  }
  .security-right-tt strong{
    font-size:28px;
  }
  .security-title p{
    font-size:16px;
  }

  .security-item figure{
    width: 100%;
  }
  .security-item figure img{
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 10%;
  }

  .security-item:last-child .security-right-tt{
    left:0;
  }
  .index_pro3{
    float: none;
    margin-right: 0;
  }

  .business-slide figure{
    padding-bottom:110%;
  }

  .cultureBox .row .flex{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }

  .cultureBox{
    padding: 5vw 0;
  }
  .cultureList ._item{
    width: 100%;
    padding: 20px 2vw;
  }


  .cultureList ._item>div{
    padding-left:30px;
  }
  .cultureList ._item ._title .cn{
    font-size: 22px;
  }


  .cultureList ._item ._title .en{
    font-size:36px;
  }
  .cultureList ._item ._line{
    width: 90%;
    font-size: 14px;
  }
  .about_c{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about_c_l{
    width: 100%;
  }
  .about_c_box{
    padding: 60px 20px;
  }

  .about_bt>p{
    font-size:14px;
  }
  .fwBox li img{
    max-width: 40px;
  }
  .fwBox li p {
    font-size: 14px;
    margin-left: 10px;
  }

  .about_c_r{
    width: 100%;
  }
  .about_c_dq{
    width: 100%;
  }
  .map{
    height: auto;
  }

  .city1{
    top: 75px;
    right: 93px;
  }
  .city2 {
    top: 154px;
    right: 159px;
  }
  .city3 {
    top: 227px;
    right: 249px;
  } 
  .city4 {
    top: 132px;
    right: 277px;
  } 
  .about_d ul li{
    width: calc(25% - 1px);
  }
  .about_d ul li:nth-child(7n){
    border-right: 1px dashed #fff;
  }
  .about_d ul li:nth-child(4n){
    border-right: none;
  }
  .about_d ul li p{
    font-size:14px;
  }

  .industry-title strong{
    font-size:18px;
  }
  .case-lists li:nth-child(2n + 2) a{
    padding-right:0;
  }


  .case-lists li{
    background: #f2f2f2;
  }
  .tabs .tab-item li{
    width: calc(50% - 10px);
  }
  .tabs .tab-item li:nth-child(5n){margin-right: 20px;}
  .tabs .tab-item li:nth-child(2n){margin-right:0px;}
  .tab-item .imgBox{
    height: 100px;
  }
  .tabs .tab-item li p{
    font-size:14px;
  }
  .core-hide .core-swiper .swiper-wrapper{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .core-slide{
    margin:12px 0;
  }
  .core-wrap p{
    height: auto;
  }
  .management-dit span{
    margin-bottom:12px;
  }
  .characteristic-box{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .characteristic .left{
    width: 100%;
  }
  .characteristic .right{
    width: 100%;
    padding:0;
    box-shadow: none;
    margin-top:30px;
  }
  .characteristic .right ul li p{
    font-size:14px;
  }
  .characteristic .left p{
    font-size:14px;
  }
  .z_news_page {
    padding: 30px 15px;
  }
  .z_news_list,
  .z_zb_list {
    width: 100%;
  }
  .z_news_list .timebox {
    width: 80px;
    font-size: 14px;
  }
  .z_news_list .timebox .day {
    font-size: 20px;
  }
  .z_news_list li {
    margin-bottom: 15px;
  }
  .z_news_list li h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .z_news_list li .infobox {
    flex: 1;
    padding: 20px;
  }
  .z_news_list .zd {
    padding: 4px 8px;
    font-size: 12px;
  }
  .z_news_list li a {
    height: auto;
  }
  .z_news_list li .z_other_more {
    margin-top: 10px;
  }
  .z_xw_frwarp,
  .z_xwxq_page::before {
    display: none;
  }
  .z_xq_page {
    margin-top: 50px;
    padding: 0;
  }
  .z_xw_flwarp {
    width: 100%;
    padding: 30px 15px;
  }
  .z_xw_flwarp .tit {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
  }
  .z_xw_flwarp .desc,
  .z_artic_con {
    font-size: 14px;
  }
  .z_xq_share {
    margin: 30px 0;
  }
  .contact-text{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .contact-us-title strong{
    font-size:26px;
  }
  .contact-us-title p{
    font-size:14px;
  }
  .contact-text .text{
    font-size: 14px;
    background: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 8px 0;
    text-indent: 1em;
  }
  .contact-menssage {
    margin-top: 0;
  }
  .case-boxs-title strong{
    font-size: 26px;
  }
  .case-boxs-title p{
    font-size:14px;
  }








}