@charset "UTF-8";
html,
body {
  position: relative;
  height: 100%;
  font-size: 14px;
  color: #333;
  background-color: #eef1f8;
}

.navbar-page {
  background-color: rgba(255, 255, 255, 0.6);
}

.nav-dropDown-wrap {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
}
.nav-dropDown-wrap .nav-dropDown-left {
  width: 420px;
  height: 100%;
  padding: 20px 50px;
}
.nav-dropDown-wrap .nav-dropDown-left .title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}
.nav-dropDown-wrap .brand-list {
  display: flex;
  flex-wrap: wrap;
}
.nav-dropDown-wrap .brand-list li {
  flex: 0 0 50% !important;
  margin-bottom: 16px;
}
.nav-dropDown-wrap .nav-dropDown-right {
  flex: 1;
  display: flex;
  padding: 20px 50px 20px 20px;
  background-color: #f0f2f7;
}
.nav-dropDown-wrap .nav-dropDown-right .nav-item {
  display: inline-block;
  margin-right: 60px;
}
.nav-dropDown-wrap .nav-dropDown-right .nav-item:last-child {
  margin-right: 0;
}
.nav-dropDown-wrap .nav-dropDown-right .nav-item dt {
  color: #0079c0;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 400;
}
.nav-dropDown-wrap .nav-dropDown-right .nav-item dd {
  margin-bottom: 10px;
}
.nav-dropDown-wrap .nav-dropDown-right .nav-item dd a {
  color: #333;
  font-size: 14px;
}
.nav-dropDown-wrap .nav-dropDown-right .nav-item dd a:hover {
  color: #0079c0;
}

.page-container {
  padding: 0 50px;
}

.navbar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.navbar-menu .mobile-menu {
  width: 30px;
}
.navbar-menu .mobile-menu span {
  color: #d43030;
  font-size: 20px;
}
.navbar-menu img {
  max-height: 40px;
}
.navbar-menu .menu-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
}
.navbar-menu .menu-box > li {
  flex: 1;
  text-align: center;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
}
.navbar-menu .menu-box > li > a {
  display: block;
  color: #333;
  position: relative;
}
.navbar-menu .menu-box > li:hover .nav-dropDown-wrap {
  display: flex;
}
.navbar-menu .menu-box > li.active > a, .navbar-menu .menu-box > li:hover > a {
  color: #E60013;
}
.navbar-menu .search-box {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  width: 180px;
  height: 36px;
  background-color: #fff;
  border-radius: 20px;
}
.navbar-menu .search-box .search-input {
  width: 100%;
  padding: 0 20px;
  line-height: 36px;
  outline: none;
  border: none;
  border-radius: 20px;
}
.navbar-menu .search-box .search-icon {
  cursor: pointer;
  position: absolute;
  color: #333;
  right: 12px;
  top: 12px;
}
.navbar-menu .login-box {
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.navbar-menu .login-box img {
  width: 18px;
  margin-right: 5px;
}

.banner-container {
  width: 100vw;
  height: 100%;
}
.banner-container .swiper-slide {
  width: 100vw !important;
  text-align: center;
  font-size: 18px;
  background: #000;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-container .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.banner-container .swiper-slide .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.banner-container .swiper-slide .title-box {
  position: absolute;
  top: 130px;
  left: 60px;
  color: #fff;
  text-align: left;
}
.banner-container .swiper-slide .title-box.middle {
  top: 50%;
  transform: translateY(-50%);
}
.banner-container .swiper-slide .title-box h5 {
  margin-top: 20px;
}
.banner-container .swiper-slide .title-box a.btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #d43030;
  background-color: #d43030;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  transition: all 0.5s;
  margin-top: 20px;
}
.banner-container .swiper-slide .inner {
  position: absolute;
  bottom: 120px;
  left: 80px;
  right: 80px;
}
.banner-container .swiper-slide .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.875em;
}
.banner-container .swiper-slide .inner ul li {
  padding: 12px 10px;
  color: #000;
}
.banner-container .swiper-slide .inner ul li .num {
  margin-bottom: 3px;
}
.banner-container .swiper-slide .inner ul li .counter {
  position: relative;
  color: #000;
  font: 400 40px/1em "AgencyFB";
}
.banner-container .swiper-slide .inner ul li .counter.than:after {
  content: "+";
  display: block;
  font-size: 30px;
  background-image: -webkit-linear-gradient(-45deg, #333, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
  color: #000;
  line-height: 1em;
  position: absolute;
  top: -1px;
  left: 100%;
  margin-left: 5px;
}

.mouse-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 14px;
  z-index: 99999;
}
.mouse-box img {
  width: 30px;
  animation: 2s down infinite;
}
.mouse-box div {
  opacity: 0.651;
  padding-top: 10px;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

@keyframes down {
  0% {
    transform: translateY(-20px);
    opacity: 0.6;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0.6;
  }
}
#fullPage .section {
  width: 100vw;
  height: 100vh;
}

.full-section {
  width: 100%;
  height: 100vh;
}
.full-section .banner-img {
  width: 100%;
  height: 100%;
}

.full-page {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.full-page img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.full-page .buss-container {
  position: absolute;
  top: 120px;
  left: 50px;
  right: 50px;
  bottom: 90px;
  overflow: hidden;
  z-index: 2;
}
.full-page .buss-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.full-page .buss-list .buss-swiper-container {
  height: 100%;
}
.full-page .buss-list .buss-swiper-container .buss-swiper-pagination {
  bottom: 90px;
}
.full-page .buss-list .buss-item {
  display: table-cell;
  vertical-align: top;
  width: 20.83333333%;
  color: #fff;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.full-page .buss-list .buss-item .hover-img {
  width: 100%;
  height: 36%;
  max-height: 240px;
  display: none;
}
.full-page .buss-list .buss-item:nth-child(1) {
  background-image: url("../img/buss-item-bg1.png");
}
.full-page .buss-list .buss-item:nth-child(2) {
  background-image: url("../img/buss-item-bg2.png");
}
.full-page .buss-list .buss-item:nth-child(3) {
  background-image: url("../img/buss-item-bg3.png");
}
.full-page .buss-list .buss-item:nth-child(4) {
  background-image: url("../img/buss-item-bg4.png");
}
.full-page .buss-list .buss-item .title {
  padding: 0 30px;
  color: #1580ed;
  margin-top: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-page .buss-list .buss-item .title .icon-img {
  display: none;
  margin-right: 10px;
}
.full-page .buss-list .buss-item .info {
  padding: 0 30px;
  color: #333;
  display: none;
  overflow: hidden;
}
.full-page .buss-list .buss-item .info .intro {
  line-height: 26px;
  height: 80px;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.full-page .buss-list .buss-item .info .btm-box {
  margin-top: 10px;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.full-page .buss-list .buss-item .info .btm-box .tag {
  overflow: hidden;
  height: 180px;
  width: 100%;
}
.full-page .buss-list .buss-item .info .btm-box .tag span {
  display: block;
  float: left;
  padding: 0 10px 10px 0;
}
.full-page .buss-list .buss-item .info .btm-box .tag span a {
  width: 120px;
  display: block;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.full-page .buss-list .buss-item.active {
  width: 37.5%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: none;
}
.full-page .buss-list .buss-item.active .hover-img {
  display: block;
}
.full-page .buss-list .buss-item.active .title {
  margin-top: 20px;
  justify-content: start;
  color: #333;
}
.full-page .buss-list .buss-item.active .title .icon-img {
  display: block;
}
.full-page .buss-list .buss-item.active .info {
  display: block;
}
.full-page .buss-list .buss-item.active .info .btm-box {
  opacity: 1;
  -webkit-transform: translate(0, -26px);
  transform: translate(0, -26px);
}
.full-page.platform {
  background-color: #000;
}
.full-page.platform .plat-container {
  display: flex;
  height: 100%;
  padding: 110px 80px 20px 80px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.full-page.platform .plat-container .plat-left {
  width: 50%;
}
.full-page.platform .plat-container .plat-left .title {
  font-size: 22px;
  background-image: linear-gradient(90deg, #00baad 100%, #2a82e4 0%);
  color: transparent;
  -webkit-background-clip: text;
}
.full-page.platform .plat-container .plat-left .intro-item {
  margin-top: 30px;
}
.full-page.platform .plat-container .plat-left .intro-item h5 {
  font-size: 18px;
  background-image: linear-gradient(90deg, #2a82e4 100%, #7948ea 0%);
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 10px;
}
.full-page.platform .plat-container .plat-left .intro-item.gradient h5 {
  background-image: linear-gradient(90deg, #2a82e4 0%, #43cf7c 100%);
}
.full-page.platform .plat-container .plat-left .intro-item:last-child h5 {
  background-image: linear-gradient(90deg, #7948ea 100%, #a5d63f 0%);
}
.full-page.platform .plat-container .plat-left .intro-item p {
  line-height: 26px;
  color: #fff;
  font-size: 16px;
}
.full-page.platform .plat-container .plat-right {
  width: 50%;
  position: relative;
  height: 100%;
}
.full-page.platform .plat-container .plat-right .photo-box {
  position: relative;
  z-index: 4;
  width: 30vw;
  height: 100%;
  margin: auto;
}
.full-page.platform .plat-container .plat-right .photo-box .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
  animation-duration: 1.2s;
}
.full-page.platform .plat-container .plat-right .photo-box .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 46%;
  z-index: 10;
  max-width: 480px;
  vertical-align: middle;
}
.full-page.platform .plat-container .plat-right .line-box {
  position: absolute;
  width: 66%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.full-page.platform .plat-container .plat-right .line-box .svg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.full-page.platform .plat-container .plat-right .line-box .svg-box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.full-page.platform .plat-container .plat-right .line-box .svg-box svg#cir_1 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 1s;
  width: 100%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.full-page.platform .plat-container .plat-right .line-box .svg-box svg#cir_1 path {
  fill: transparent;
  stroke: rgba(73, 87, 165, 0.9);
}
.full-page.platform .plat-container .plat-right .line-box .svg-box svg#cir_2 {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition-delay: 0.8s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 0.6;
}
.full-page.platform .plat-container .plat-right .line-box .svg-box svg#cir_2 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #43cf7c;
  transition-delay: 0.8s;
}
.full-page.platform .plat-container .plat-right .line-box .svg-box svg#cir_3 {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition-delay: 0.6s;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  opacity: 0.6;
}
.full-page.platform .plat-container .plat-right .line-box .svg-box svg#cir_3 path {
  stroke-dasharray: 4px;
  fill: transparent;
  stroke: #a6a6a6;
  transition-delay: 0.8s;
}
.full-page.platform .plat-container .plat-right .time-move {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30vw;
  height: 30vw;
  z-index: 5;
  /*transform: translate(-2px, -3px);*/
  overflow: hidden;
}
.full-page.platform .plat-container .plat-right .time-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 29.6vw;
  z-index: 6;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li > em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  background-color: #4957A5;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li > em img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li > .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  background-color: #4957A5;
  opacity: 0.3;
  border-radius: 50%;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li > .back {
  display: none;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li.on {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li.on > em {
  background-color: rgba(73, 87, 165, 0.77);
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li.on > em img {
  display: block;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li.on > .circle {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  opacity: 0.18;
}
.full-page.platform .plat-container .plat-right .time-box .time-dot li.on > .back {
  position: absolute;
  width: 250%;
  height: 250%;
  top: -75%;
  left: -75%;
  z-index: 3;
  background: url("../img/bg3.png");
  background-size: cover;
  display: block;
}
.full-page.case .case-box {
  width: 100%;
  height: 100%;
}
.full-page.case .case-list {
  display: flex;
  height: 100%;
}
.full-page.case .case-item {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.full-page.case .case-item .case-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.full-page.case .case-item .cust-name {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  color: #fff;
}
.full-page.case .case-item .cust-name img {
  width: 40%;
  height: auto;
  margin-bottom: 10px;
}
.full-page.case .case-item .cust-name h3 {
  font-size: 20px;
}
.full-page.case .case-item .info {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 100px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  z-index: 3;
}
.full-page.case .case-item .more {
  width: 100%;
  position: absolute;
  bottom: 100px;
  color: #fff;
  line-height: 26px;
  z-index: 3;
  text-align: center;
  font-size: 16px;
  display: none;
}
.full-page.case .case-item .more a {
  color: #fff;
  text-decoration: none;
}
.full-page.case .case-item:hover .case-bg-img {
  transform: scale(1.2);
}
.full-page.case .case-item:hover .info {
  display: none;
}
.full-page.case .case-item:hover .more {
  display: block;
}
.full-page.case .case-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.full-page.case .case-swiper-container .case-item {
  width: 100vw !important;
  flex: none;
}
.full-page.case .case-swiper-container .case-item .info {
  bottom: 160px;
}
.full-page.case .case-swiper-container .case-item:hover .info {
  display: block;
}
.full-page.case .case-swiper-container .case-swiper-pagination {
  bottom: 90px;
}
.full-page .solution-container {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.full-page .solution-container #wave {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.full-page .solution-container .solution-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 130px 80px 30px 80px;
}
.full-page .solution-container .solution-box .solution-list {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #a6a6a6;
  position: relative;
}
.full-page .solution-container .solution-box .solution-list li {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  color: #fff;
}
.full-page .solution-container .solution-box .solution-list li.active, .full-page .solution-container .solution-box .solution-list li:hover {
  border-bottom: 2px solid #00baad;
  color: #00baad;
}
.full-page .solution-container .solution-box .solution-swiper-container {
  margin-top: 30px;
  height: 80%;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item {
  height: 100%;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .solution-row {
  display: flex;
  height: 100%;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner.left {
  width: 26%;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner:not(.left) {
  flex: 1;
  margin-left: 30px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  overflow: hidden;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item.no-bg {
  background: none;
  padding: 0;
  justify-content: space-between;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item p {
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  margin: 30px 0;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .tag-box {
  max-width: 460px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .tag-box .tag {
  display: inline-block;
  background-color: rgba(42, 129, 228, 0.4117647059);
  border-radius: 3px;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  margin-right: 20px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .tag-box .tag a {
  display: block;
  color: #fff;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd {
  width: calc(50% - 10px);
  height: 48%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: left center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd:hover {
  background-size: 120%;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd:hover::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1.6, 1.6, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1.6, 1.6, 1);
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd:hover h3 {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin-top: 10px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  margin: 0;
  padding: 0 10px;
  z-index: 3;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd h3 a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.bg {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.bg h3 {
  font-size: 18px;
  margin-bottom: 24px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.bg0 {
  background-image: url("../img/solution-bg-img1.png");
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.bg1 {
  background-image: url("../img/solution-bg-img1.png");
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.bg2 {
  background-image: url("../img/solution-bg-img2.png");
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.bg3 {
  background-image: url("../img/solution-bg-img3.png");
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .feature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .feature li {
  width: 33.333%;
  text-align: left;
  margin-bottom: 16px;
  font-size: 12px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .feature li img {
  width: 18px;
}
.full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .view-btn a {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  background-color: #389fda;
  border-radius: 3px;
}
.full-page.news {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.full-page.news .news-container {
  position: relative;
  width: 100vw;
  height: 100%;
  padding: 120px 50px 60px 50px;
  color: #fff;
}
.full-page.news .news-container h3 {
  text-align: center;
}
.full-page.news .news-container .news-list {
  width: 100%;
  margin-top: 20px;
  height: 80%;
}
.full-page.news .news-container .news-list li {
  width: 100%;
  display: flex;
  position: relative;
  height: 33.333%;
}
.full-page.news .news-container .news-list li::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/news-bg2.png");
  background-size: 24px 24px;
}
.full-page.news .news-container .news-list li::after {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  top: 54px;
  background: #f3f3f3;
}
.full-page.news .news-container .news-list li.active::before {
  background-image: url("../img/news-bg1.png");
}
.full-page.news .news-container .news-list li.active::after {
  background: linear-gradient(90deg, #2a82e4 0%, #00baad 99.3%);
}
.full-page.news .news-container .news-list li:last-child::after {
  height: 0;
}
.full-page.news .news-container .news-list li .news-item {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.full-page.news .news-container .news-list li .news-item img {
  width: 24%;
  margin-right: 10px;
  cursor: pointer;
}
.full-page.news .news-container .news-list li .news-item .info {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  cursor: pointer;
}
.full-page.news .news-container .news-list li .news-item .info h5 {
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-page.news .news-container .news-list li .news-item .info p {
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.full-page.news .news-container .news-list li:nth-child(2n+1) {
  justify-content: flex-start;
  padding-right: 50px;
}
.full-page.news .news-container .news-list li:nth-child(2n+2) {
  justify-content: flex-end;
  padding-left: 50px;
}
.full-page .partner-container {
  width: 100vw;
  height: 100vh;
  padding: 0 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}
.full-page .partner-container .partner-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-page .partner-container .partner-list h3 {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.full-page .partner-container .partner-list li {
  width: 20%;
  padding: 0 10px;
  margin: 10px 0;
}
.full-page .partner-container .partner-list li .partner-hd {
  text-align: center;
  height: 120px;
  line-height: 120px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
.full-page .partner-container .partner-list li .partner-hd img {
  width: 40%;
  height: auto;
  max-height: 76px;
  vertical-align: middle;
}

.full-footer {
  background-color: #20263A;
}
.full-footer .footer-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  width: 100%;
  height: 100%;
  padding: 30px 50px;
  position: relative;
  color: #fff;
}
.footer .top-list {
  display: flex;
  justify-content: start;
}
.footer .top-list .top-item {
  flex: 1;
  color: #fff;
  text-align: left;
  position: relative;
}
.footer .top-list .top-item dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.footer .top-list .top-item dd a {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.footer .top-list .top-item dd a:hover {
  color: #fff;
}
.footer .footer-middle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.footer .footer-middle-box::after {
  content: "";
  border-bottom: 1px solid rgba(136, 130, 130, 0.7490196078);
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.footer .footer-middle-box .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer .footer-middle-box .top img {
  display: inline-block;
  width: 26px;
}
.footer .footer-middle-box .top span {
  font-size: 26px;
  font-weight: 700;
}
.footer .footer-middle-box .code {
  width: 80px;
  height: 80px;
}
.footer .footer-middle-box .social-items {
  display: flex;
  align-items: center;
}
.footer .footer-middle-box .social-items li {
  position: relative;
  margin-right: 30px;
}
.footer .footer-middle-box .social-items li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-middle-box .social-items li a:hover {
  color: #fff;
}
.footer .footer-middle-box .social-items li a i {
  font-size: 32px;
}
.footer .footer-middle-box .social-items li.show .qrcode {
  display: block;
}
.footer .footer-middle-box .social-items li .qrcode {
  position: absolute;
  display: none;
  background: #fff;
  padding: 0;
  text-align: center;
  left: 50%;
  top: 108%;
  transform: translateX(-50%);
  font-size: 14px;
}
.footer .footer-middle-box .social-items li .qrcode::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer-middle-box .social-items li .qrcode p {
  color: #333;
  text-align: center;
  margin: 10px 0;
}
.footer .footer-middle {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-middle img {
  width: 28px;
}
.footer .footer-middle .middle-item {
  display: flex;
  align-items: center;
}
.footer .footer-middle .middle-item span {
  font-size: 22px;
}
.footer .link-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
.footer .link-box span {
  display: inline-block;
}
.footer .link-box span a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}
.footer .footer-bottom {
  text-align: center;
}
.footer .footer-bottom p {
  line-height: 1.6;
  font-size: 13px;
}
.footer .footer-bottom p img {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
}

.mobile {
  display: none;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.product-section .product-top-section {
  background-color: #fff;
  padding-bottom: 60px;
}
.product-section .product-top-section h5 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 30px;
  margin-top: 0;
}
.product-section .product-top-section .product-tab-list {
  position: relative;
  display: flex;
}
.product-section .product-top-section .product-tab-list::after {
  content: "";
  border-bottom: 1px solid #f3f4f6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-section .product-top-section .product-tab-list .product-item {
  padding: 10px 0;
  cursor: pointer;
  margin-right: 80px;
}
.product-section .product-top-section .product-tab-list .product-item:last-child {
  margin-right: 0;
}
.product-section .product-top-section .product-tab-list .product-item.active, .product-section .product-top-section .product-tab-list .product-item:hover {
  color: #2a81e4;
  border-bottom: 4px solid #2a81e4;
}
.product-section .product-content-section {
  background: #f0f2f7;
  padding-top: 20px;
  padding-bottom: 30px;
}
.product-section .product-content-section .product-content-item {
  display: none;
}
.product-section .product-content-section .product-content-item .row {
  margin: 0;
}
.product-section .product-content-section .product-content-item .row > div {
  padding: 0;
}
.product-section .product-content-section .product-content-item .product-tag-box {
  width: 100%;
  height: 520px;
  background: url("../img/product-bg-img1.png") no-repeat center center;
  background-size: cover;
  padding: 30px;
  color: #fff;
}
.product-section .product-content-section .product-content-item .product-tag-box h5 {
  margin: 30px 0;
}
.product-section .product-content-section .product-content-item .product-tag-box .tag-box {
  display: flex;
  flex-direction: column;
}
.product-section .product-content-section .product-content-item .product-tag-box .tag-box .tag {
  width: auto;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #ffffff;
}
.product-section .product-content-section .product-content-item .product-box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-section .product-content-section .product-content-item .product-box1 .product-box1-item {
  width: 50%;
  height: 260px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: #fff;
}
.product-section .product-content-section .product-content-item .product-box1 .product-box1-item:nth-child(2n+1) {
  border-right: 1px solid #e5e5e5;
}
.product-section .product-content-section .product-content-item .product-box1 .product-box1-item .title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-section .product-content-section .product-content-item .product-box1 .product-box1-item .info {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  margin: 20px 0;
  height: 80px;
}
.product-section .product-content-section .product-content-item .product-box1 .product-box1-item .btn-box {
  width: 100%;
  text-align: center;
}
.product-section .product-content-section .product-content-item .product-box1 .product-box1-item .btn-box a {
  display: inline-block;
  width: 60%;
  text-align: center;
  background-color: #2982e3;
  color: #fff;
  padding: 12px 0;
}
.product-section .product-content-section .product-content-item .product-box2 .product-box1-item {
  width: 100%;
  border-bottom: none;
  margin-bottom: 20px;
}
.product-section .product-content-section .product-content-item .sec-row > div:last-child .product-box1-item {
  border-right: none;
}
.product-section .product-content-section .product-content-item.show {
  display: block;
}

.quote-section {
  position: relative;
  background: url("../img/product-bg-img2.png") no-repeat left top;
  background-size: cover;
}

.quote-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.quote-info > div {
  line-height: 24px;
}
.quote-info > div.text {
  font-size: 12px;
  margin: 6px 0;
}
.quote-info > div.txt {
  font-size: 20px;
  font-weight: 700;
}
.quote-info > div.tel {
  font-size: 32px;
  font-weight: 700;
}

.cooperation-section {
  margin-bottom: 20px;
}
.cooperation-section h3 {
  font-weight: 700;
}
.cooperation-section .cooper-container {
  padding: 20px 0;
  height: 100%;
}
.cooperation-section .cooper-container .btn {
  display: none;
}
.cooperation-section .cooper-container:hover .btn {
  display: block;
}
.cooperation-section .cooper-container .cooper-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.cooperation-section .cooper-container .cooper-box .cooper-img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation-section .cooper-container .cooper-box .cooper-img-box img {
  width: 20%;
  margin: 0 20px;
}
.cooperation-section .cooper-container .cooper-box h3 {
  width: 100%;
  font-size: 22px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cooperation-section .cooper-container .cooper-box p {
  width: 60%;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align-last: center;
}

.banner-info-box {
  width: 100%;
  position: absolute;
  top: 120px;
  z-index: 3;
}
.banner-info-box.news-banner-info {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-info-box h3 {
  text-align: center;
  color: #fff;
}
.banner-info-box .banner-case-box {
  padding: 0 60px;
  margin-top: 30px;
}
.banner-info-box .banner-case-box .case-item {
  width: 100%;
  margin-bottom: 16px;
}
.banner-info-box .banner-case-box .case-item .case-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.banner-info-box .banner-case-box .case-item .case-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border-radius: 3px;
  transform: skew(-26deg);
}
.banner-info-box .banner-case-box .case-item .case-title .icon {
  width: 26px;
}
.banner-info-box .banner-case-box .case-item .case-title .down-icon {
  width: 16px;
  cursor: pointer;
  transform: rotate(-180deg);
}
.banner-info-box .banner-case-box .case-item .item > div {
  padding-right: 10px;
  position: relative;
  margin-left: -9px;
}
.banner-info-box .banner-case-box .case-item .item > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 26px;
  border-bottom: 1px solid #e5e5e5;
}
.banner-info-box .banner-case-box .case-item .item > div:last-child::after {
  border: none;
}
.banner-info-box .banner-case-box .case-item .item > div a {
  text-align: center;
  font-size: 13px;
  display: block;
  color: #333;
  padding: 10px 0;
  background-color: #fff;
}
.banner-info-box .banner-case-box .case-item .item > div.active a, .banner-info-box .banner-case-box .case-item .item > div:hover a {
  color: #fff;
  background-color: rgba(33, 62, 93, 0.8);
}
.banner-info-box .banner-case-box .case-item .case-search-input {
  display: inline-block;
  background: url("../img/case-bg-img1.png") no-repeat left top;
  background-size: 100% 100%;
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
  width: 60%;
  margin-right: 10px;
}
.banner-info-box .banner-case-box .case-item .case-search-btn {
  display: inline-block;
  width: 30%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: url("../img/case-bg-img2.png") no-repeat left top;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

.case-section h3 {
  text-align: center;
  margin: 40px 0;
}
.case-section .case-list .case-hd {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.case-section .case-list .case-hd:hover .bg-img {
  transform: scale(1.2);
}
.case-section .case-list .case-hd .top {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.case-section .case-list .case-hd .top .bg-img {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
}
.case-section .case-list .case-hd .top .cust {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.case-section .case-list .case-hd .top .intro {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  z-index: 3;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}
.case-section .case-list .case-hd .top .intro .tag {
  margin-top: 16px;
}
.case-section .case-list .case-hd .bottom {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-section .case-list .case-hd .bottom .tag-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case-section .case-list .case-hd .bottom .tag-box .tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 12px;
}
.case-section .case-list .case-hd .bottom .tag-box .tag:nth-child(1) {
  color: rgb(100, 37, 208);
  background: rgba(127, 59, 245, 0.2);
}
.case-section .case-list .case-hd .bottom .tag-box .tag:nth-child(2) {
  color: rgb(220, 155, 4);
  background: rgba(255, 198, 10, 0.2);
}
.case-section .case-list .case-hd .bottom .tag-box .tag:nth-child(3) {
  color: rgb(222, 120, 2);
  background: rgba(255, 136, 0, 0.2);
}
.case-section .case-list .case-hd .bottom .tag-box .tag:nth-child(4) {
  color: rgb(216, 57, 49);
  background: rgba(245, 74, 69, 0.2);
}
.case-section .case-list .case-hd .bottom .tag-box .tag:nth-child(5) {
  color: rgb(36, 91, 219);
  background: rgba(51, 112, 255, 0.2);
}
.case-section .case-list .case-hd .bottom .tag-box .tag:nth-child(6) {
  color: rgb(4, 159, 215);
  background: rgba(20, 192, 255, 0.2);
}
.case-section .case-list .case-hd .bottom h5 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin-bottom: 20px;
  line-height: 28px;
  color: #1f2329;
}
.case-section .case-list .case-hd .bottom .cont {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align-last: center;
  height: 80px;
  line-height: 26px;
}
.case-section .case-list .case-page {
  text-align: center;
  margin: 20px 0;
}

.case-info-section .breadcrumb {
  background: none;
  border-radius: 0;
  padding: 20px 0;
}
.case-info-section .breadcrumb li a {
  color: #333;
}
.case-info-section .breadcrumb li.active {
  color: #e60012;
}
.case-info-section .intro-box {
  background-color: #fff;
  padding: 20px 20px 60px 20px;
  margin: 20px 0 30px 0;
}
.case-info-section .intro-box h3 {
  font-weight: 700;
}
.case-info-section .intro-box .sub {
  text-align: right;
  font-size: 12px;
  color: #999;
}
.case-info-section .intro-box .sub span {
  display: inline-block;
  margin-left: 20px;
}
.case-info-section .intro-box .diver {
  margin: 20px 0 30px 0;
  width: 100%;
  height: 18px;
  border-bottom: 1px solid #e3e3e3;
}
.case-info-section .intro-box .info {
  padding: 0 60px;
}
.case-info-section .intro-box .info .tit {
  margin-bottom: 20px;
}
.case-info-section .intro-box .info p {
  text-align: left;
  line-height: 26px;
}
.case-info-section .intro-box .info img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.case-info-section .intro-box .info .company {
  margin-top: 60px;
}
.case-info-section .intro-box .info .company a {
  color: #0052d9;
}
.case-info-section .intro-box .info > div {
  margin-top: 20px;
}

.service-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: absolute;
  top: 0;
}
.service-list.service-list-moblie {
  display: none;
}
.service-list.service-list-moblie .service-swiper-container {
  width: 100%;
  height: 100%;
}
.service-list.service-list-moblie .service-swiper-container .service-swiper-pagination {
  bottom: 110px;
}
.service-list.service-list-moblie .service-swiper-container .service-item .link {
  display: block;
}
.service-list .service-item {
  flex: 1;
  height: 100%;
  color: #fff;
  padding: 20px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-list .service-item:hover {
  color: #0e92d4;
  background-color: rgba(255, 255, 255, 0.3);
}
.service-list .service-item:hover img.icon {
  display: none;
}
.service-list .service-item:hover img.icon-hight {
  display: block;
}
.service-list .service-item:hover .link {
  display: block;
}
.service-list .service-item img {
  width: 36px;
}
.service-list .service-item img.icon-hight {
  display: none;
}
.service-list .service-item h2 {
  margin: 30px 0;
}
.service-list .service-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  text-align-last: center;
  height: 60px;
}
.service-list .service-item .link {
  width: 180px;
  background-color: #0d92d4;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  display: none;
  margin-top: 10px;
}

.service-banner-list {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  justify-content: center;
}
.service-banner-list.pre-banner-mobile {
  display: none;
}
.service-banner-list.pre-banner-mobile .swiper-container {
  width: 100%;
  height: 100%;
}
.service-banner-list .lf-list {
  width: 320px;
  margin: 0 60px;
}
.service-banner-list .lf-list li {
  padding: 0 10px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  height: 46px;
}
.service-banner-list .lf-list li .number {
  font-weight: 700;
  margin-right: 20px;
}
.service-banner-list .lf-list li .text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 20px;
  line-height: 1.2;
}
.service-banner-list .lf-list li img {
  width: 28px;
  position: absolute;
  right: 10px;
  top: 6px;
}
.service-banner-list .lf-list li.active {
  height: 52px;
  background-color: #0079c0;
  color: #fff;
}
.service-banner-list .left-tit {
  text-align: center;
  width: 320px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin: 40px 80px 20px 80px;
  z-index: 2;
}
.service-banner-list .left-tit::before {
  content: "";
  /* 用伪元素来生成一个矩形 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border-radius: 6px;
  transform: skew(-45deg);
}
.service-banner-list .lr {
  width: 70%;
}
.service-banner-list .lr .tab-tit {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.service-banner-list .lr .sub-tit {
  color: #a6a6a6;
  letter-spacing: 8px;
  margin: 10px 0 20px 0;
}
.service-banner-list .tab-content-item {
  display: none;
}
.service-banner-list .tab-content-item.show {
  display: block;
}
.service-banner-list .tab-content-item .title {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  text-align: left;
  padding-bottom: 6px;
}
.service-banner-list .tab-content-item .title::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #ff8f02;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.service-banner-list .tab-content-item p {
  margin-bottom: 20px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.service-banner-list .tab-content-item .intro-img {
  width: 60%;
}

.pre-feature-box {
  width: 80%;
  margin: 30px auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1294117647);
  background-color: #fff;
  border-radius: 3px;
}
.pre-feature-box .pre-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.pre-feature-box .pre-feature-item img {
  width: 80px;
  margin-top: 20px;
}
.pre-feature-box .pre-feature-item .feature {
  font-size: 18px;
  margin: 20px 0 10px 0;
}

.service-process-section {
  background-color: #fff;
}
.service-process-section .service-process-box {
  padding: 60px 0;
  width: 80%;
  margin: 0 auto;
}
.service-process-section .service-process-box h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.service-process-section .service-process-box .process-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-process-section .service-process-box .process-list li {
  flex: 1;
  position: relative;
}
.service-process-section .service-process-box .process-list li::after {
  content: "";
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  right: 20px;
  top: 10px;
  left: 120px;
}
.service-process-section .service-process-box .process-list li.hight::after {
  background-color: #0052d9;
}
.service-process-section .service-process-box .process-list li.hight .num {
  background: none;
  color: #0052d9;
}
.service-process-section .service-process-box .process-list li .num {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #0052d9;
  border: 1px solid #0052d9;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}
.service-process-section .service-process-box .process-list li .txt {
  color: #0052d9;
  font-size: 16px;
}
.service-process-section .service-process-box .process-list li p {
  font-size: 12px;
  color: #999;
  padding-left: 30px;
  margin-top: 8px;
}

.enterprise-section {
  background: url("../img/service-bg-img2.png") no-repeat left center;
  background-size: cover;
}
.enterprise-section .enterprise-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.enterprise-section .enterprise-box h3 {
  margin-bottom: 20px;
}
.enterprise-section .enterprise-box .enterprise-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.enterprise-section .enterprise-box .enterprise-form .form-group {
  width: 36%;
  max-width: 420px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.enterprise-section .enterprise-box .enterprise-form .bt-box {
  width: 100%;
  text-align: center;
}
.enterprise-section .enterprise-box .enterprise-form textarea {
  line-height: 32px;
  padding-left: 10px;
  flex: 1;
  height: 80px;
}
.enterprise-section .enterprise-box .enterprise-form .input-box {
  flex: 1;
  background: #fff;
  height: 32px;
  line-height: 32px;
  display: flex;
}
.enterprise-section .enterprise-box .enterprise-form .input-box .code-btn {
  display: inline-block;
  padding: 0 6px;
  line-height: 32px;
  color: #333;
  position: relative;
}
.enterprise-section .enterprise-box .enterprise-form .input-box .code-btn::before {
  content: "";
  width: 1px;
  height: 28px;
  background: #e4e5e6;
  position: absolute;
  left: 0;
  top: 3px;
}
.enterprise-section .enterprise-box .enterprise-form label {
  font-weight: 400;
  display: inline-block;
  width: 60px;
}
.enterprise-section .enterprise-box .enterprise-form .input {
  min-width: 160px;
  flex: 1;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
.enterprise-section .enterprise-box .enterprise-form .submit {
  padding: 0 20px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  background-color: #1664ff;
  border: none;
  margin-top: 10px;
}

.news-box {
  display: flex;
  justify-content: center;
  color: #fff;
}
.news-box .news-nav-box {
  text-align: center;
}
.news-box .news-nav-box h5 {
  margin-top: 20px;
}
.news-box .news-nav-box .news-tab {
  margin-top: 30px;
}
.news-box .news-nav-box .news-tab span {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #fff;
  margin-right: 20px;
  cursor: pointer;
}
.news-box .news-nav-box .news-tab span.active {
  background-color: #e50012;
  color: #fff;
}
.news-box .news-cont-box {
  width: 80%;
}
.news-box .news-cont-box .news-cont-item {
  display: none;
}
.news-box .news-cont-box .news-cont-item.show {
  display: block;
  width: 100%;
  height: 100%;
}
.news-box .news-cont-box .news-banner-container {
  width: 100%;
  height: 100%;
}
.news-box .news-cont-box .news-banner-container .news-swiper-pagination {
  bottom: 0;
}
.news-box .news-cont-box .news-banner-container .news-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news-box .news-cont-box .news-banner-container .news-item .cont {
  flex: 1;
}
.news-box .news-cont-box .news-banner-container .news-item h3 {
  margin-top: 0;
}
.news-box .news-cont-box .news-banner-container .news-item .top-img {
  width: 30%;
  margin-right: 20px;
  cursor: pointer;
}
.news-box .news-cont-box .news-banner-container .news-item .cont h3 {
  text-align: center;
  cursor: pointer;
}
.news-box .news-cont-box .news-banner-container .news-item .cont p {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-box .news-cont-box .news-banner-container .news-item:last-child {
  border: none;
}
.news-box .news-cont-box .news-banner-container .news-item .news-item-hd {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.news-box .news-cont-box .news-banner-container .news-item .news-item-hd img {
  margin-top: 20px;
  width: 60%;
}

.news-item-box {
  width: 100%;
}
.news-item-box .news-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-item-box .news-list li .left {
  width: 20%;
  min-width: 120px;
  height: auto;
  margin-right: 80px;
}
.news-item-box .news-list li .left a {
  display: block;
}
.news-item-box .news-list li .left img {
  width: 100%;
  height: 100%;
}
.news-item-box .news-list li .right {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.news-item-box .news-list li .right h5 a {
  display: block;
  font-size: 22px;
  padding-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item-box .news-list li .right p {
  margin: 26px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  color: #808080;
  line-height: 26px;
}
.news-item-box .news-list li .right p .more {
  padding: 0 20px;
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.news-item-box .news-list li .right p .more a {
  display: inline-block;
  color: #d43030;
}
.news-item-box .news-list li .right .comment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item-box .news-list li .right .comment-box .comment-right .time {
  display: inline-block;
  color: #999;
}
.news-item-box .news-page {
  text-align: center;
}

.about-banner-info {
  display: flex;
  flex-direction: column;
  z-index: 3;
  color: #fff;
  width: 80%;
  justify-content: center;
  text-align: start;
}
.about-banner-info .sub {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.about-banner-info p {
  font-size: 18px;
  line-height: 1.5;
}

.culture-box {
  width: 100%;
  position: absolute;
  top: 150px;
  color: #fff;
  z-index: 3;
}
.culture-box h3 {
  color: rgba(255, 255, 255, 0.6);
}
.culture-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
.culture-box .culture-list {
  display: flex;
  justify-content: center;
}
.culture-box .culture-list .culture-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 320px;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.culture-box .culture-list .culture-item:nth-child(3) {
  justify-content: flex-start;
}
.culture-box .culture-list .culture-item .icon-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #0052d9;
  border-radius: 50%;
}
.culture-box .culture-list .culture-item .icon-box img {
  width: 46px;
}
.culture-box .culture-list .culture-item .tag {
  font-size: 18px;
  margin: 16px 0 10px 0;
}
.culture-box .culture-list .culture-item .sub-tag {
  font-size: 16px;
  text-align-last: center;
  line-height: 1.6;
}
.culture-box .history-list {
  width: 100%;
  position: relative;
  display: flex;
  height: 320px;
  overflow: hidden;
}
.culture-box .history-list #canvas {
  width: 100%;
  height: 240px;
}
.culture-box .history-list .history-list-hd {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  align-items: center;
}
.culture-box .history-list .history-list-hd .history-list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(1) {
  top: 130px;
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(2) {
  top: 100px;
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(3) {
  top: 20px;
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(4) {
  top: 70px;
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(4) .top-box {
  background-image: linear-gradient(0deg, #f67b0d 0%, #fcaf07 100%);
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(5) {
  top: 120px;
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(6) {
  top: 40px;
}
.culture-box .history-list .history-list-hd .history-list-item:nth-child(7) {
  top: 30px;
}
.culture-box .history-list .history-list-hd .history-list-item .top-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-image: linear-gradient(0deg, #215af6 0%, #3ab6eb 100%);
  border-radius: 50%;
}
.culture-box .history-list .history-list-hd .history-list-item .top-box img {
  width: 36px;
}
.culture-box .history-list .history-list-hd .history-list-item .tag {
  font-size: 18px;
  text-align: center;
  margin: 16px 0 10px 0;
}
.culture-box .history-list .history-list-hd .history-list-item .sub-tag {
  font-size: 16px;
  text-align-last: center;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.contact-container {
  background-color: #000;
}
.contact-container .map-container {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-container .map-container #mapWrap {
  width: 60%;
  margin-left: 30px;
  height: 90%;
  transform: rotate3d(1, 0, 0, 35deg);
}
.contact-container .map-container .way-box {
  width: 40%;
  color: #fff;
}
.contact-container .map-container .way-box h5 {
  margin-bottom: 60px;
}
.contact-container .map-container .way-box .way-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-container .map-container .way-box .way-item img {
  width: 26px;
  margin-right: 10px;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact-box img {
  width: 32%;
  margin-right: 30px;
}
.contact-box p {
  line-height: 1.6;
  margin: 20px 0;
}
.contact-box .link {
  padding: 8px 16px;
  background-color: #0052d9;
  color: #fff;
  border: none;
}

.login-form-container {
  width: 100%;
  position: absolute;
  top: 120px;
  bottom: 0;
  z-index: 3;
}

.login-form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 60px;
  z-index: 3;
  background: #fff;
  border-radius: 3px;
}
.login-form-box.register-form-box .form-group {
  margin-bottom: 10px;
}
.login-form-box.register-form-box .checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.login-form-box.register-form-box .checkbox label {
  min-height: auto;
}
.login-form-box .bg {
  position: relative;
  width: 180px;
  left: 140px;
  top: -30px;
  color: #fff;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  background: url("../img/login-form-bg.png") no-repeat left center;
  background-size: 100% 100%;
}
.login-form-box .login-title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}
.login-form-box .form-group {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  margin-bottom: 20px;
  position: relative;
}
.login-form-box .form-group img {
  position: absolute;
  left: 6px;
  width: 16px;
}
.login-form-box .form-group .login-input {
  width: 100%;
  padding-left: 30px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  background: none;
  border-radius: 3px;
}
.login-form-box .form-group .login-input2 {
  width: 60%;
}
.login-form-box .form-group .login-input-code {
  width: 32%;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.login-form-box .form-group .login-input-code.getCode {
  width: 36%;
  background-color: #0052d9;
  color: #fff;
}
.login-form-box .submit {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #0052d9;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
}
.login-form-box .forget {
  text-align: right;
}
.login-form-box .forget a {
  color: #999;
  font-size: 12px;
}
.login-form-box .register {
  text-align: center;
  margin: 20px 0;
}
.login-form-box .register a {
  color: #0052d9;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0052d9;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0052d9;
  border-color: #0052d9;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

@media screen and (max-width: 1440px) {
  .full-page.platform .plat-container .plat-right .time-move {
    width: 25vw;
    height: 25vw;
  }
  .full-page.platform .plat-container .plat-right .time-box {
    width: 25vw;
  }
}
@media screen and (max-width: 1153px) {
  .full-page.platform .plat-container .plat-right .time-move {
    width: 35vw;
    height: 35vw;
  }
  .full-page.platform .plat-container .plat-right .time-box {
    width: 35vw;
  }
  .full-page.platform .plat-container .plat-right .line-box {
    width: 81%;
  }
  .full-page .buss-list .buss-item.active .info .btm-box {
    transform: translate(0, -10px);
  }
  .service-process-section {
    background-color: #fff;
  }
  .service-process-section .service-process-box {
    padding: 60px 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-container {
    padding: 0 20px;
  }
  .enterprise-section .enterprise-box .enterprise-form .form-group {
    width: 50%;
    padding: 0;
  }
  .navbar-menu {
    height: 60px;
  }
  .navbar-menu img {
    width: 110px;
  }
  .navbar-menu .menu-box {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0;
    padding: 10px 0;
  }
  .navbar-menu .menu-box > li {
    display: block;
    padding: 10px 20px;
    text-align: left;
    position: relative;
    height: auto;
    line-height: 1;
  }
  .navbar-menu .menu-box > li:first-child .nav-hd::after, .navbar-menu .menu-box > li:last-child .nav-hd::after {
    background: none;
  }
  .navbar-menu .menu-box > li:hover .nav-dropDown-wrap {
    display: none;
  }
  .navbar-menu .menu-box > li.expanded .nav-hd::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .navbar-menu .menu-box > li.expanded .nav-dropDown-wrap {
    display: flex;
  }
  .navbar-menu .menu-box > li > a::after,
  .navbar-menu .menu-box > li dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 14px;
    height: 9px;
    background: url(../img/arrow-footer-menu.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(0);
    transition: 0.3s;
  }
  .navbar-menu .menu-box > li:not(:last-child)::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f3f3f3;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .nav-dropDown-wrap {
    position: initial;
    display: none;
  }
  .nav-dropDown-wrap .nav-dropDown-left {
    display: none;
  }
  .nav-dropDown-wrap .nav-dropDown-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
  }
  .nav-dropDown-wrap .nav-dropDown-right .nav-item {
    display: block;
    margin: 0;
    position: relative;
    padding: 10px 0;
  }
  .nav-dropDown-wrap .nav-dropDown-right .nav-item:last-child::after {
    border: none;
  }
  .nav-dropDown-wrap .nav-dropDown-right .nav-item::after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .nav-dropDown-wrap .nav-dropDown-right .nav-item dt {
    font-size: 14px;
    margin: 0;
    position: relative;
  }
  .nav-dropDown-wrap .nav-dropDown-right .nav-item dd {
    display: none;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .nav-dropDown-wrap .nav-dropDown-right .nav-item.expanded dt::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .nav-dropDown-wrap .nav-dropDown-right .nav-item.expanded dd {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .full-page .buss-container {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .full-page .buss-list .buss-item.active {
    width: 100%;
  }
  .full-page .buss-list .buss-item.active .hover-img {
    height: 36%;
    max-height: none;
  }
  .full-page .buss-list .buss-item.active .info .btm-box {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  .full-page .solution-container .solution-box {
    padding: 110px 80px 30px 80px;
  }
  .full-page .solution-container .solution-box .solution-list {
    display: none;
  }
  .full-page .solution-container .solution-box .solution-swiper-container {
    margin-top: 0;
    height: 90%;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .solution-row {
    flex-direction: column;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner {
    margin-bottom: 10px;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner.left {
    width: 100%;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner:not(.left) {
    flex: 100%;
    margin-left: 0;
  }
  .full-page.news .news-container .news-list li {
    height: 33.333%;
  }
  .full-page.news .news-container .news-list li::before {
    left: 10px;
    transform: translateX(-12px);
  }
  .full-page.news .news-container .news-list li::after {
    left: 10px;
    transform: translateX(0);
  }
  .full-page.news .news-container .news-list li .news-item {
    width: 100%;
    height: 80%;
  }
  .full-page.news .news-container .news-list li:nth-child(2n+1) {
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 0;
  }
  .full-page.news .news-container .news-list li:nth-child(2n+2) {
    justify-content: flex-start;
    padding-left: 50px;
  }
  .service-banner-list {
    width: 100%;
  }
  .service-banner-list .lr {
    width: 100%;
  }
  .service-process-section .service-process-box {
    width: 100%;
  }
  .news-box {
    flex-direction: column;
  }
  .news-box .news-nav-box {
    margin-right: 0;
    text-align: center;
  }
  .news-box .news-cont-box {
    width: 100%;
  }
  .news-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .culture-box {
    text-align: center;
  }
  .contact-box {
    flex-direction: column;
  }
  .contact-box img {
    width: 80%;
    margin: 10px 0 30px 0;
  }
  .contact-box .hd {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .full-page.platform .plat-container .plat-left,
  .full-page.platform .plat-container .plat-right {
    width: 100%;
  }
  .full-page.platform .plat-container .plat-right {
    height: 60%;
  }
  .footer {
    padding: 20px;
  }
  .footer .top-list {
    flex-direction: column;
  }
  .footer .top-list .top-item {
    width: 100%;
    margin: 0;
  }
  .footer .top-list .top-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
  }
  .footer .top-list .top-item:first-child dt::after {
    background: none;
  }
  .footer .top-list .top-item dt {
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
  }
  .footer .top-list .top-item dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 14px;
    height: 9px;
    background: url(../img/arrow-footer-menu.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(0);
    transition: 0.3s;
  }
  .footer .top-list .top-item dd {
    display: none;
  }
  .footer .top-list .top-item dd a {
    font-size: 14px;
    color: #fff;
  }
  .footer .top-list .top-item.expanded dt::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .footer .top-list .top-item.expanded dd {
    display: block;
  }
  .footer .footer-middle-box {
    margin-top: 30px;
  }
  .product-section .product-top-section .product-tab-list .product-item {
    flex: 1;
    text-align: center;
    margin-right: 0;
  }
  .product-section .product-content-section .product-content-item .product-box1 .product-box1-item {
    padding: 20px;
  }
  .product-section .product-content-section .product-content-item .product-box1 .product-box1-item .btn-box a {
    width: 100%;
  }
  .product-section .product-content-section .product-content-item .product-box2 .product-box1-item {
    border: none;
  }
  .cooperation-section .cooper-container .cooper-box .cooper-img-box {
    justify-content: space-around;
  }
  .cooperation-section .cooper-container .cooper-box .cooper-img-box img {
    width: 30%;
    margin: 0;
  }
  .banner-info-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-info-box .banner-case-box {
    padding: 0 30px;
  }
  .service-list.web {
    display: none;
  }
  .service-list.service-list-moblie {
    display: flex;
  }
  .service-list .service-item {
    flex: 1;
  }
  .pre-feature-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .full-page.platform .plat-container {
    padding: 60px 20px 20px 20px;
  }
  .full-page.platform .plat-container .plat-left {
    width: 100%;
  }
  .full-page.platform .plat-container .plat-left .title {
    font-size: 18px;
  }
  .full-page.platform .plat-container .plat-left .intro-item {
    margin-top: 16px;
  }
  .full-page.platform .plat-container .plat-left .intro-item h5 {
    font-size: 16px;
  }
  .full-page.platform .plat-container .plat-left .intro-item p {
    font-size: 13px;
  }
  .full-page.platform .plat-container .plat-right {
    display: none;
  }
  .full-page.platform .plat-container .plat-right .photo-box {
    width: 50vw;
    height: 50vw;
  }
  .full-page.platform .plat-container .plat-right .time-move {
    width: 50vw;
    height: 50vw;
  }
  .full-page.platform .plat-container .plat-right .time-box {
    width: 50vw;
  }
  .full-page .solution-container .solution-box {
    padding: 90px 20px 10px 20px;
  }
  .full-page .solution-container .solution-box .solution-swiper-container {
    height: 90%;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item p {
    margin: 10px 0;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd {
    width: 100%;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.justify-start {
    justify-content: flex-start;
  }
  .full-page .solution-container .solution-box .solution-swiper-container .solution-item .inner .item .item-hd.justify-start h3 {
    margin-top: 10px;
  }
  .full-page.news .news-container {
    padding: 90px 20px 10px 20px;
  }
  .full-page.news .news-container .news-list li::before {
    left: -12px;
    transform: translateX(0);
  }
  .full-page.news .news-container .news-list li::after {
    left: 0px;
    transform: translateX(0);
  }
  .full-page.news .news-container .news-list li .news-item img {
    width: 32%;
  }
  .full-page.news .news-container .news-list li:nth-child(2n+1) {
    padding-left: 20px;
  }
  .full-page.news .news-container .news-list li:nth-child(2n+2) {
    padding-left: 20px;
  }
  .full-page .partner-container .partner-list li {
    width: 50%;
  }
  .case-info-section .intro-box .info {
    padding: 0;
  }
  .service-banner-list {
    width: 100%;
  }
  .service-banner-list.web {
    display: none;
  }
  .service-banner-list.pre-banner-mobile {
    display: flex;
  }
  .service-banner-list.pre-banner-mobile .tab-content-item {
    display: block;
    padding-bottom: 60px;
  }
  .service-banner-list.pre-banner-mobile .tab-content-item .intro-img {
    width: 100%;
  }
  .service-process-section .service-process-box .process-list {
    flex-direction: column;
  }
  .service-process-section .service-process-box .process-list li {
    flex: auto;
    height: 120px;
  }
  .service-process-section .service-process-box .process-list li::after {
    content: "";
    width: 1px;
    height: 60px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .news-box .news-nav-box h5 {
    margin-top: 10px;
  }
  .news-box .news-nav-box .news-tab {
    margin: 10px 0;
  }
  .news-box .news-cont-box .news-banner-container .news-item {
    padding: 10px;
  }
  .news-box .news-cont-box .news-banner-container .news-item h3 {
    font-size: 18px;
  }
  .news-box .news-cont-box .news-banner-container .news-item .cont p {
    margin-top: 10px;
  }
  .news-box .news-cont-box .news-banner-container .news-item .news-item-hd img {
    width: 100%;
  }
  .news-item-box .news-list li .left {
    margin-right: 20px;
  }
  .enterprise-section .enterprise-box .enterprise-form .form-group {
    width: 60%;
    padding: 0;
  }
  .culture-box .culture-list {
    flex-wrap: wrap;
  }
  .culture-box .culture-list .culture-item {
    width: 50%;
    height: auto;
    justify-content: flex-start;
  }
  .culture-box .history-list {
    height: calc(100vh - 200px);
    overflow: hidden;
  }
  .culture-box .history-list #canvas {
    display: none;
  }
  .culture-box .history-list .history-list-hd {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: static;
    align-items: center;
  }
  .culture-box .history-list .history-list-hd .history-list-item {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    left: 0;
    top: 0 !important;
    padding-left: 40px;
    padding-bottom: 20px;
  }
  .culture-box .history-list .history-list-hd .history-list-item:first-child::before {
    background-image: url(../img/news-bg1.png);
  }
  .culture-box .history-list .history-list-hd .history-list-item:first-child::after {
    background: linear-gradient(90deg, #2a82e4 0%, #00baad 99.3%);
  }
  .culture-box .history-list .history-list-hd .history-list-item::before {
    content: "";
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    left: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/news-bg2.png);
  }
  .culture-box .history-list .history-list-hd .history-list-item::after {
    content: "";
    position: absolute;
    width: 1px;
    left: 22px;
    bottom: 0;
    top: 24px;
    background: #f3f3f3;
  }
  .culture-box .history-list .history-list-hd .history-list-item .top-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
  }
  .culture-box .history-list .history-list-hd .history-list-item .top-box img {
    width: 24px;
  }
  .culture-box .history-list .history-list-hd .history-list-item .tag {
    text-align: left;
  }
  .contact-container .map-container {
    flex-direction: column;
  }
  .contact-container .map-container #mapWrap {
    width: 100%;
    margin-left: 0px;
    height: 60%;
  }
  .contact-container .map-container .way-box {
    width: 100%;
    text-align: center;
  }
  .contact-container .map-container .way-box h5 {
    margin-bottom: 30px;
  }
  .contact-container .map-container .way-box .way-item {
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  #fullPage-nav.right {
    right: 0;
  }
  .enterprise-section .enterprise-box .enterprise-form .form-group {
    width: 100%;
    padding: 0;
  }
  .banner-container .swiper-slide .title-box {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-container .swiper-slide .title-box.middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-container .swiper-slide .inner {
    bottom: 100px;
    left: 30px;
    right: 30px;
  }
  .banner-container .swiper-slide .inner ul {
    flex-wrap: wrap;
  }
  .banner-container .swiper-slide .inner ul li {
    width: 50%;
  }
  .full-page .buss-list .buss-item.active .title .icon-img {
    width: 26px;
    height: 26px;
  }
  .full-page .buss-list .buss-item.active .title h3 {
    font-size: 22px;
  }
  .full-page .buss-list .buss-item.active .hover-img {
    height: auto;
    max-height: 240px;
  }
  .full-page .partner-container .partner-list li {
    width: 50%;
  }
  .full-page .partner-container .partner-list li .partner-hd {
    height: 60px;
    line-height: 60px;
  }
  .footer .footer-middle-box {
    margin-top: 10px;
  }
  .footer .footer-middle-box .top {
    margin-bottom: 0;
  }
  .footer .footer-middle {
    justify-content: start;
    flex-direction: column;
    margin-top: 10px;
  }
  .footer .footer-middle .middle-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .product-section .product-top-section {
    padding-bottom: 0;
  }
  .product-section .product-content-section .product-content-item .product-tag-box {
    height: 360px;
    margin-bottom: 20px;
  }
  .product-section .product-content-section .product-content-item .product-box1 .product-box1-item {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
  .product-section .product-content-section .product-content-item .product-box1 .product-box1-item:nth-child(2n+1) {
    border-right: none;
  }
  .cooperation-section .cooper-container .cooper-box .cooper-img-box img {
    width: 32%;
  }
  .cooperation-section .cooper-container .cooper-box p {
    width: 100%;
  }
  .banner-info-box .banner-case-box {
    padding: 0;
  }
  .banner-info-box .banner-case-box .case-item .case-title .down-icon {
    transform: rotate(0);
  }
  .banner-info-box .banner-case-box .case-item .item {
    display: none;
  }
  .banner-info-box .banner-case-box .case-item .item > div {
    padding-right: 20px;
  }
  .banner-info-box .banner-case-box .case-item .item > div::after {
    right: 20px;
  }
  .about-banner-info {
    width: 100%;
  }
  .about-banner-info .sub {
    font-size: 16px;
  }
  .about-banner-info p {
    font-size: 14px;
  }
  .culture-box {
    top: 70px;
  }
  .culture-box .culture-list .culture-item .tag {
    font-size: 16px;
    margin: 8px 0;
  }
  .culture-box .culture-list .culture-item .sub-tag {
    font-size: 12px;
    line-height: 1.2;
  }
  .culture-box .history-list #canvas {
    display: none;
  }
  .culture-box .history-list .history-list-hd .history-list-item {
    padding-bottom: 12px;
  }
  .culture-box .history-list .history-list-hd .history-list-item .tag {
    font-size: 14px;
  }
  .culture-box .history-list .history-list-hd .history-list-item .sub-tag {
    font-size: 12px;
  }
  .contact-container .map-container {
    top: 120px;
  }
  .login-form-box {
    padding: 10px 30px;
  }
  .login-form-box .bg {
    top: -18px;
    left: 110px;
  }
}

/*# sourceMappingURL=common.css.map */
