* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow: visible !important;
}

#bg-g {
  background: #fafafa;
}

.all-wrap {
  width: 100%;
  padding-top: 0;
}

.all-wrap .banner-box {
  width: 100%;
  height: 400px;
  position: relative;
}

.all-wrap .banner-box .banner {
  height: 400px;
  width: auto;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.all-wrap .banner-box .banner-content {
  width: 1200px;
  height: 400px;
  position: relative;
  margin: auto;
  z-index: 1;
  padding-top: 120px;
}

.all-wrap .banner-box .banner-content h1,
.all-wrap .banner-box .banner-content h2,
.all-wrap .banner-box .banner-content h3 {
  color: #fff;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.all-wrap .banner-box .banner-content h1 {
  font-size: 60px;
}

.all-wrap .banner-box .banner-content h2 {
  font-size: 24px;
}

.all-wrap .banner-box .banner-content h3 {
  font-size: 16px;
}

.all-wrap .banner-box .banner-content .zixun_btn {
  width: 180px;
  height: 43px;
  background: linear-gradient(90deg, #00bcd5, #38cdba);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
}

.all-wrap .tabchange-box {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0; z-index: 999;
  position: sticky;
}

.all-wrap .tabchange-box .tabchange-ctrl-list {
  width: 1200px;
  height: 60px;
  display: flex;
  justify-content: center;
}

.all-wrap .tabchange-box .tabchange-ctrl-list .table-item {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.all-wrap .tabchange-box .tabchange-ctrl-list .table-item .active {
  width: 300px;
  position: absolute;
  bottom: -5px;
  height: 5px;
  background: #09c9b2;
  transition: 0.3s ease-in-out;
}

.all-wrap .tabchange-box .tabchange-ctrl-list .table-item .desc {
  display: flex;
  height: 40px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  color: #666666;
}

.all-wrap .tabchange-box .tabchange-ctrl-list .table-item.b .desc {
  font-weight: bold;
  color: #09c9b2;
}

/* .all-wrap .tabchange-box .tabchange-ctrl-list .table-item .desc p {
    margin-left: 15px;
    line-height: 1;
}

.all-wrap .tabchange-box .tabchange-ctrl-list .table-item .desc .name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
} */

.all-wrap .tabchange-box .tabchange-line {
  width: 100%;
  height: 5px;
  background: #eeeeee;
}

.all-wrap .content-wrap .content-box {
  display: none;
  padding: 0 !important;
}

.all-wrap .content-wrap .content-box:nth-child(1) {
  display: block;
}

.all-wrap .questions-box {
  display: flex;
  margin: 50px auto;
  width: 1200px;
  justify-content: space-between;
  padding: 0 40px;
}

.all-wrap .questions-box .item {
  width: 500px;
  display: flex;
  align-items: center;
}

.all-wrap .questions-box .item img {
  width: 170px;
  height: 170px;
  margin-right: 30px;
}

.all-wrap .questions-box .item .desc .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
}

.all-wrap .questions-box .item .desc .msg {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: -5px;
}

.all-wrap .line-image-box {
  width: 100%;
  position: relative;
  height: 190px;
  background-position: center;
}

.all-wrap .line-image-box p {
  color: #fff;
  position: absolute;
  left: 390px;
}

.all-wrap .line-image-box .line-t {
  top: 43px;
  font-weight: bold;
  font-size: 30px;
}

.all-wrap .line-image-box .line-d {
  top: 85px;
  font-size: 16px;
}

.all-wrap .line-image-box-2 {
  position: relative;
  height: 236px;
  width: 100%;
}

.all-wrap .line-image-box-2 img {
  position: absolute;
  width: 1200px;
  height: auto;
  left: 50%;
  margin-left: -600px;
}

.all-wrap .introduce-line {
  width: 100%;
  height: 490px;
  position: relative;
  background-position: center;
  overflow: hidden;
}

.all-wrap .introduce-line .desc {
  width: 530px;
}

.all-wrap .introduce-line .desc .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  color: #00a38f;
}

.all-wrap .introduce-line .desc .msg {
  font-size: 16px;
  font-weight: 400;
  color: #7b8391;
  line-height: 34px;
  margin-bottom: 20px;
}

.all-wrap .introduce-line .desc .tags .tag {
  min-width: 127px;
  height: 30px;
  background: #09c9b2;
  border-radius: 3px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

.all-wrap .introduce-line1 .desc {
  margin-left: calc(1051px - (1920px - 100vw) / 2);
  margin-top: 110px;
}

.all-wrap .introduce-line2 .desc {
  margin-left: calc(540px - (1920px - 100vw) / 2);
  margin-top: 110px;
}

.all-wrap .introduce-line3 .desc {
  margin-left: calc(1051px - (1920px - 100vw) / 2);
  margin-top: 110px;
}

.all-wrap .content-tab-box {
  margin-top: 40px;
  width: 1200px;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
}

.all-wrap .content-tab-box .tab-ctrl-box {
  width: 100%;
  height: 45px;
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.all-wrap .content-tab-box .tab-ctrl-box .item {
  width: 200px;
  height: 45px;
  background: #ffffff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #666666;
  margin: 0 30px;
}

.all-wrap .content-tab-box .tab-ctrl-box .item.act {
  color: #ffffff;
  background: linear-gradient(130deg,
      rgba(84, 76, 249, 0.8),
      rgba(0, 255, 180, 0.8));
  box-shadow: 0px 3px 7px 0px rgba(17, 219, 194, 0.44);
}

/* .all-wrap .content-tab-box .tab-ctrl-box .item:nth-child(2) {
  margin: 0 30px;
} */
.all-wrap .content-tab-box .table-content-box {
  display: none;
  min-height: 100px;
}

.all-wrap .content-tab-box .table-content-box .tip {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 60px;
}

.all-wrap .icon-list {
  width: 1200px;
  margin: 60px auto 80px;
  display: flex;
  justify-content: space-around;
}

.all-wrap .icon-list .item {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.all-wrap .icon-list .item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.all-wrap .icon-list .item span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.all-wrap .service-box {
  width: 1200px;
  margin: 0 auto;
  height: 340px;
  display: flex;
  margin-top: 70px;
  margin-bottom: 50px;
  overflow: hidden;
}

.all-wrap .service-box .item-col {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.all-wrap .service-box .item-col .item {
  width: 100%;
  height: 170px;
  background: #3d3d3d;
  border-right: 1px solid #fff;
  padding: 20px 16px;
  box-sizing: border-box;
  position: relative;
}

.all-wrap .service-box .item-col .item .name {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.all-wrap .service-box .item-col .item .icon-box {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.all-wrap .service-box .item-col .item .icon-box img {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.all-wrap .service-box .item-col .item .item-marsk {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  transition: 0.3s;
  z-index: 1;
  border-right: 1px solid #fff;
  padding: 20px;
}

.all-wrap .service-box .item-col .item .item-marsk .title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 40px;
}

.all-wrap .service-box .item-col .item .item-marsk .desc {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}

.all-wrap .service-box .item-col .item:nth-last-of-type(2) {
  border-bottom: 1px solid #fff;
}

.all-wrap .service-box .item-col .item:nth-last-of-type(2) .item-marsk {
  top: 0;
}

.all-wrap .service-box .item-col .item:nth-last-of-type(1) .item-marsk {
  bottom: 0;
}

.all-wrap .service-box .item-col .item.act .item-marsk {
  width: 600px;
  height: 340px;
  opacity: 1;
}

.all-wrap .service-box .item-col.act {
  width: 600px;
}

.all-wrap .support-box {
  position: relative;
}

.all-wrap .support-box .bg {
  height: 170px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.all-wrap .support-box .item-list {
  width: 1200px;
  position: absolute;
  bottom: 170px;
  height: 280px;
  left: 50%;
  margin-left: -600px;
  display: flex;
  justify-content: space-between;
}

.all-wrap .support-box .item-list .item {
  width: 285px;
  position: relative;
}

.all-wrap .support-box .item-list .item img {
  width: 100%;
}

.all-wrap .support-box .item-list .desc {
  position: absolute;
  width: 285px;
  height: 130px;
  bottom: -37px;
  background: #fff;
  z-index: 1;
  left: 50%;
  margin-left: -142px;
}

.all-wrap .support-box .item-list .desc .title {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #1cb29d;
  line-height: 1;
  top: 28px;
  width: 100%;
  left: 0;
  text-align: center;
}

.all-wrap .support-box .item-list .desc .msg {
  position: absolute;
  font-size: 14px;
  top: 62px;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 400;
  color: #666666;
}

.all-wrap .support-box .item-list .desc::after {
  position: absolute;
  content: "";
  display: block;
  height: 10px;
  width: 90px;
  top: -10px;
  left: 0;
  background: #1cb29d;
}

.all-wrap .bottom-icon-list {
  margin-bottom: 56px;
}

.all-wrap .bottom-icon-list .item-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 45px auto 55px;
  justify-content: space-around;
}

.all-wrap .bottom-icon-list .item-list .item {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.all-wrap .bottom-icon-list .item-list .item img {
  width: 86px;
  height: 86px;
  margin: 20px auto;
}

.all-wrap .bottom-icon-list .item-list .item .name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}

.all-wrap .bottom-icon-list .item-list .item .msg {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  text-align: center;
}

.all-wrap .scene-box-1 {
  padding: 0;
  height: 560px;
  position: relative;
}

.all-wrap .scene-box-1 .img {
  top: 60px;
  position: absolute;
  left: calc(302px - (1920px - 100vw) / 2);
}

.all-wrap .scene-box-1 .desc {
  top: 80px;
  width: 550px;
  position: absolute;
  left: calc(990px - (1920px - 100vw) / 2);
}

.all-wrap .scene-box-1 .desc h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 8px;
}

.all-wrap .scene-box-1 .desc h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 36px;
}

.all-wrap .scene-box-1 .desc .msg {
  font-size: 14px;
  font-weight: 400;
  color: #09c9b2;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}

.all-wrap .scene-box-1 .desc .msg::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #09c9b2;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}

.all-wrap .scene-box-1 .desc .title {
  margin-top: 34px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 1;
}

.all-wrap .scene-box-2 {
  position: relative;
  height: 710px;
  background-position: center;
  background-size: cover;
}

.all-wrap .scene-box-2 .box {
  width: 1070px;
  margin: auto;
}

.all-wrap .scene-box-2 .box h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #09c9b2;
  margin-bottom: 10px;
}

.all-wrap .scene-box-2 .box h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #dedede;
  line-height: 1;
}

.all-wrap .scene-box-3 .item-list {
  width: 1200px;
  margin: 50px auto 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-wrap .scene-box-3 .item-list .item {
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.all-wrap .scene-box-3 .item-list .item span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  text-align: center;
  width: 100%;
}

.all-wrap .scene-box-3 .item-list .item .title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  top: 120px;
  z-index: 12;
  margin-left: -4%;
}

.all-wrap .scene-box-4 {
  height: 755px;
  background-position: cover;
  margin-bottom: 100px;
}

.all-wrap .scene-box-4 .box-wrap {
  width: 1140px;
  margin: 80px auto 0;
  display: flex;
  position: relative;
}

.all-wrap .scene-box-4 .box-wrap .text-box {
  position: relative;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list {
  width: 510px;
  height: 480px;
  position: absolute;
  left: 20px;
  top: -17px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list span {
  position: absolute;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t1 {
  top: 179px;
  left: 146px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t2 {
  top: 109px;
  left: 138px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t3 {
  top: 102px;
  left: 269px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t4 {
  top: 109px;
  left: 352px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t5 {
  top: 124px;
  left: 53px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t6 {
  top: 140px;
  left: 150px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t7 {
  top: 140px;
  left: 225px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t8 {
  top: 140px;
  left: 318px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t9 {
  top: 160px;
  left: 75px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t10 {
  top: 179px;
  left: 361px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t11 {
  top: 235px;
  left: 85px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t12 {
  top: 247px;
  left: 213px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t13 {
  top: 214px;
  left: 348px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t14 {
  top: 238px;
  left: 292px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t15 {
  top: 275px;
  left: 53px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t16 {
  top: 296px;
  left: 118px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t17 {
  top: 288px;
  left: 177px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t18 {
  top: 320px;
  left: 327px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t19 {
  top: 321px;
  left: 35px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t20 {
  top: 326px;
  left: 166px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t21 {
  top: 349px;
  left: 102px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t23 {
  top: 350px;
  left: 246px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t24 {
  top: 302px;
  left: 426px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t25 {
  top: 340px;
  left: 411px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t26 {
  top: 147px;
  left: 423px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t27 {
  top: 267px;
  left: 316px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t28 {
  top: 249px;
  left: 376px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .t29 {
  top: 302px;
  left: 250px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .c1 {
  color: #23e7b7;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .c2 {
  color: #6dd7ff;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .c3 {
  color: #ffae46 !important;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .c4 {
  color: #939393;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .c5 {
  color: #e77f23;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .c6 {
  color: #ffffff !important;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .c7 {
  color: #6ad3fa;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .fs1 {
  font-size: 48px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .fs2 {
  font-size: 36px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .fs3 {
  font-size: 30px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .fs4 {
  font-size: 24px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .fs5 {
  font-size: 18px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .fs6 {
  font-size: 18px;
}

.all-wrap .scene-box-4 .box-wrap .text-box .text-list .b {
  font-weight: bold;
}

.all-wrap .scene-box-4 .box-wrap .icon-box {
  margin-left: 55px;
  position: relative;
}

.all-wrap .scene-box-4 .box-wrap .icon-box .name-line-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
}

.all-wrap .scene-box-4 .box-wrap .icon-box .name-line-list .item {
  width: 66px;
  height: 85px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  padding-top: 78px;
  margin-right: 33.5px;
  margin-bottom: 28px;
}

.all-wrap .scene-box-4 .box-wrap .icon-box .name-line-list .item:nth-child(6n) {
  margin-right: 0;
}

.m-wrap .mbanner {
  width: 10rem;
  height: 5rem;
  position: relative;
}

.m-wrap .mbanner h1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: 0.7rem;
}

.m-wrap .mbanner h3 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 0.34rem;
  font-weight: 400;
  color: #ffffff;
  top: 1.9rem;
  width: 100%;
  text-align: center;
}

.m-wrap .mbanner img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.m-wrap .tabChangeBox {
  width: 100%;
  height: 1.28rem;
  background: #fff;
  position: sticky;
  top: 0;
}

.m-wrap .tabChangeBox .tabchange-ctrl-list {
  width: 100%;
  height: 1.28rem;
  display: flex;
  justify-content: center;
}

.m-wrap .tabChangeBox .tabchange-ctrl-list .item {
  width: 3.467rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.375rem;
  color: #333333;
  line-height: 1;
  white-space: nowrap;
}

.m-wrap .tabChangeBox .tabchange-ctrl-list .item.b {
  color: #1cb29d;
  font-weight: bold;
}

.m-wrap .tabChangeBox .tabChangeLine {
  width: 100%;
  height: 0.067rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eeeeee;
}

.m-wrap .tabChangeBox .tabChangeLine .active-line {
  width: 3.467rem;
  height: 0.067rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #09c9b2;
  transition: 0.3s ease-in-out;
}

.m-wrap .tabChangeBox .tabChangeLine .active-line.left0 {
  left: 0;
}

.m-wrap .tabChangeBox .tabChangeLine .active-line.left1 {
  left: 3.467rem;
}

.m-wrap .tabChangeBox .tabChangeLine .active-line.left2 {
  left: 6.933rem;
}

.m-wrap .content-wrap .content-box {
  display: none;
}

.m-wrap .content-wrap .content-area {
  padding-top: 0.373rem;
}

.m-wrap .content-wrap .content-area>h2 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.107rem;
  text-align: center;
}

.m-wrap .content-wrap .content-area>h3 {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  text-align: center;
}

.m-wrap .content-wrap .product-box1 {
  margin-top: 0.32rem;
  display: flex;
  justify-content: space-around;
}

.m-wrap .content-wrap .product-box1 .item {
  width: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-wrap .content-wrap .product-box1 .item img {
  width: 2.507rem;
  height: 2.507rem;
  margin-bottom: 0.267rem;
}

.m-wrap .content-wrap .product-box1 .item .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.133rem;
}

.m-wrap .content-wrap .product-box1 .item .desc {
  font-size: 0.24rem;
  color: #666666;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.m-wrap .content-wrap .product-line-box {
  width: 100%;
  height: 5.067rem;
  position: relative;
  overflow: hidden;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}

.m-wrap .content-wrap .product-line-box p {
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1;
}

.m-wrap .content-wrap .product-line-box .title {
  font-size: 0.4rem;
  margin-bottom: 0.107rem;
  font-weight: bold;
  margin-top: 0.333rem;
}

.m-wrap .content-wrap .product-line-box .msg {
  font-size: 0.24rem;
  font-weight: 400;
}

.m-wrap .content-wrap .product-line-box .img {
  width: 9.2rem;
  height: 2.987rem;
  margin-top: 0.867rem;
  margin-left: 0.4rem;
}

.m-wrap .content-wrap .product-box2 {
  background: #fff;
}

.m-wrap .content-wrap .product-box2 .img {
  width: 10rem;
  height: auto;
}

.m-wrap .content-wrap .product-box2 .desc {
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.m-wrap .content-wrap .product-box2 .desc .text {
  width: 7.067rem;
}

.m-wrap .content-wrap .product-box2 .desc .text .name {
  font-size: 0.32rem;
  font-weight: bold;
  color: #00a38f;
  line-height: 1;
  margin-bottom: 0.107rem;
}

.m-wrap .content-wrap .product-box2 .desc .text .msg {
  margin-bottom: 0.067rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #7b8391;
  line-height: 0.32rem;
}

.m-wrap .content-wrap .product-box2 .desc .text .tags .tag {
  min-width: 1.733rem;
  height: 0.4rem;
  background: #09c9b2;
  border-radius: 0.04rem;
  padding: 0 0.267rem;
  display: inline-block;
  text-align: center;
  font-size: 0.213rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  margin-right: 0.067rem;
}

.m-wrap .content-wrap .product-box2 .desc .icon {
  width: 1.027rem;
  height: auto;
}

.m-wrap .content-wrap .product-box2 .desc1 .icon {
  margin-left: 0.48rem;
}

.m-wrap .content-wrap .product-box2 .desc2 {
  justify-content: space-between;
}

.m-wrap .content-wrap .product-box2 .desc2 .icon {
  margin-left: 0.8rem;
}

.m-wrap .content-wrap .product-box2 .desc2 .text p {
  text-align: right;
}

.m-wrap .content-wrap .product-box2 .desc3 {
  margin-bottom: 0.4rem;
}

.m-wrap .content-wrap .product-box2 .desc3 .text {
  width: 10rem;
}

.m-wrap .content-wrap .product-box3 {
  width: 10rem;
  height: 8rem;
  background: #01c7c0;
  padding: 0.667rem 0.6rem 0;
  box-sizing: border-box;
}

.m-wrap .content-wrap .product-box3 h2,
.m-wrap .content-wrap .product-box3 h3 {
  color: #fff;
}

.m-wrap .content-wrap .product-box3 .tab-ctrl-list {
  width: 100%;
  display: flex;
  height: 0.6rem;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.m-wrap .content-wrap .product-box3 .tab-ctrl-list .item {
  width: 2.667rem;
  height: 0.6rem;
  margin: 0 0.1rem;
  background: rgba(109, 109, 109, 0.3);
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.m-wrap .content-wrap .product-box3 .tab-ctrl-list .item.act {
  background: #ffffff;
  color: #01c7c0;
  font-weight: bold;
}

.m-wrap .content-wrap .product-box3 .tab-contents .tab-content-box {
  display: none;
}

.m-wrap .content-wrap .product-box3 .tab-contents .tab-content-box p {
  font-size: 0.24rem;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.m-wrap .content-wrap .product-box3 .tab-contents .box1 .img {
  width: 8.4rem;
  height: auto;
  position: relative;
  top: 0.667rem;
  left: 50%;
  margin-left: -4.2rem;
}

.m-wrap .content-wrap .product-box3 .tab-contents .box1 p {
  margin-top: 1.067rem;
}

.m-wrap .content-wrap .product-box3 .tab-contents .box2 .img {
  width: 8.4rem;
  height: auto;
  position: relative;
  top: 0.4rem;
  left: 50%;
  margin-left: -4.2rem;
}

.m-wrap .content-wrap .product-box3 .tab-contents .box2 p {
  margin-top: 0.8rem;
}

.m-wrap .content-wrap .product-box3 .tab-contents .box3 .img {
  width: 8.4rem;
  height: auto;
  position: relative;
  top: 0rem;
  left: 50%;
  margin-left: -4.2rem;
}

.m-wrap .content-wrap .product-box3 .tab-contents .box4 .img {
  width: 8.4rem;
  height: auto;
  position: relative;
  top: 0.5rem;
  left: 50%;
  margin-left: -4.2rem;
}

.m-wrap .content-wrap .product-box3 .tab-contents .box3 .mb10 {
  margin-bottom: 0.133rem;
  margin-top: -0.133rem;
}

.m-wrap .content-wrap .product-box4 {
  padding: 0.667rem 0.733rem;
}

.m-wrap .content-wrap .product-box4 .bottom-icon-list {
  margin-top: 0.4rem;
  width: 8.533rem;
  display: flex;
  justify-content: space-between;
}

.m-wrap .content-wrap .product-box4 .bottom-icon-list .item {
  width: 1.6rem;
}

.m-wrap .content-wrap .product-box4 .bottom-icon-list .item img {
  width: 1.6rem;
  height: auto;
  margin-bottom: 0.2rem;
}

.m-wrap .content-wrap .product-box4 .bottom-icon-list .item .name {
  font-size: 0.24rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.m-wrap .content-wrap .scence-box-1 img {
  margin-top: 0.533rem;
  margin-left: 0.8rem;
  width: 8.4rem;
  height: 6.173rem;
}

.m-wrap .content-wrap .scence-box-1 .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.2rem;
  margin-top: -0.333rem;
  text-align: center;
}

.m-wrap .content-wrap .scence-box-1 .msg {
  font-size: 0.24rem;
  font-weight: 400;
  color: #09c9b2;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.133rem;
}

.m-wrap .content-wrap .scence-box-2 {
  position: relative;
}

.m-wrap .content-wrap .scence-box-2 img {
  width: 10rem;
  height: auto;
  position: relative;
  z-index: 1;
}

.m-wrap .content-wrap .scence-box-2 .desc {
  z-index: 2;
  position: absolute;
  top: 0.4rem;
  left: 0.8rem;
}

.m-wrap .content-wrap .scence-box-2 .desc .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.107rem;
}

.m-wrap .content-wrap .scence-box-2 .desc .msg {
  font-size: 0.24rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.293rem;
  margin-top: 0.16rem;
}

.m-wrap .content-wrap .scence-box-3 {
  padding-top: 0.533rem;
}

.m-wrap .content-wrap .scence-box-3 .item-list {
  margin-top: 0.667rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 0.533rem;
}

.m-wrap .content-wrap .scence-box-3 .item-list .item {
  width: 2.667rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0.667rem;
}

.m-wrap .content-wrap .scence-box-3 .item-list .item .icon-box {
  width: 0.867rem;
  height: 0.867rem;
  margin-bottom: 0.133rem;
  position: relative;
}

.m-wrap .content-wrap .scence-box-3 .item-list .item .icon-box img {
  max-width: 0.867rem;
  max-height: 0.867rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.m-wrap .content-wrap .scence-box-3 .item-list .item p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
}

.m-wrap .content-wrap .scence-box-4 {
  width: 10rem;
  height: 6.387rem;
  background: linear-gradient(-30deg, #003550, #0086b9);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  position: relative;
}

.m-wrap .content-wrap .scence-box-4 .text-box {
  position: relative;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list {
  width: 10rem;
  height: 6.4rem;
  position: absolute;
  left: 2rem;
  top: -0.667rem;
  transform: scale(1.3);
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list span {
  position: absolute;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t1 {
  top: 2.387rem;
  left: 1.947rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t2 {
  top: 1.453rem;
  left: 1.84rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t3 {
  top: 1.36rem;
  left: 3.587rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t4 {
  top: 1.453rem;
  left: 4.693rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t5 {
  top: 1.653rem;
  left: 0.707rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t6 {
  top: 1.867rem;
  left: 2rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t7 {
  top: 1.867rem;
  left: 3rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t8 {
  top: 1.867rem;
  left: 4.24rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t9 {
  top: 2.133rem;
  left: 1rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t10 {
  top: 2.387rem;
  left: 4.813rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t11 {
  top: 3.133rem;
  left: 1.133rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t12 {
  top: 3.293rem;
  left: 2.84rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t13 {
  top: 2.853rem;
  left: 4.64rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t14 {
  top: 3.173rem;
  left: 3.893rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t15 {
  top: 3.667rem;
  left: 0.707rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t16 {
  top: 3.947rem;
  left: 1.573rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t17 {
  top: 3.84rem;
  left: 2.36rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t18 {
  top: 4.267rem;
  left: 4.36rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t19 {
  top: 4.28rem;
  left: 0.467rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t20 {
  top: 4.347rem;
  left: 2.213rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t21 {
  top: 4.653rem;
  left: 1.36rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t23 {
  top: 4.667rem;
  left: 3.28rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t24 {
  top: 4.027rem;
  left: 5.68rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t25 {
  top: 4.533rem;
  left: 5.48rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t26 {
  top: 1.96rem;
  left: 5.64rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t27 {
  top: 3.56rem;
  left: 4.213rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t28 {
  top: 3.32rem;
  left: 5.013rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t29 {
  top: 4.027rem;
  left: 3.333rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .c1 {
  color: #23e7b7;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .c2 {
  color: #6dd7ff;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .c3 {
  color: #ffae46 !important;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .c4 {
  color: #939393;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .c5 {
  color: #e77f23;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .c6 {
  color: #ffffff !important;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .c7 {
  color: #6ad3fa;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs1 {
  font-size: 0.64rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs2 {
  font-size: 0.48rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs3 {
  font-size: 0.4rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs4 {
  font-size: 0.32rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs5 {
  font-size: 0.24rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs6 {
  font-size: 0.213rem;
}

.m-wrap .content-wrap .scence-box-4 .text-box .text-list .b {
  font-weight: bold;
}

.m-wrap .content-wrap .technology-box1 {
  padding: 0.533rem 0.533rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-wrap .content-wrap .technology-box1 .item {
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.533rem;
}

.m-wrap .content-wrap .technology-box1 .item .icon-box {
  width: 0.533rem;
  height: 0.533rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.m-wrap .content-wrap .technology-box1 .item .icon-box img {
  max-width: 0.533rem;
  max-height: 0.533rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.m-wrap .content-wrap .technology-box1 .item .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.133rem;
}

.m-wrap .content-wrap .technology-box1 .item .desc {
  font-size: 0.213rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
  text-align: center;
}

.m-wrap .content-wrap .technology-box2 {
  background: #f2f2f2;
  padding: 0.467rem 0.4rem 0;
  overflow: hidden;
}

.m-wrap .content-wrap .technology-box2 h3 {
  margin-bottom: 0.467rem;
}

.m-wrap .content-wrap .technology-box2 .line {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 3.467rem;
  margin-bottom: 0.267rem;
}

.m-wrap .content-wrap .technology-box2 .line .item {
  width: 50%;
  height: 3.467rem;
  position: relative;
}

.m-wrap .content-wrap .technology-box2 .line .item.text {
  background: #0bc6bb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.m-wrap .content-wrap .technology-box2 .line .item.text .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.133rem;
  text-align: center;
}

.m-wrap .content-wrap .technology-box2 .line .item.text .msg {
  font-size: 0.24rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.32rem;
  text-align: center;
}

.m-wrap .content-wrap .technology-box3 {
  padding-top: 0.533rem;
  box-sizing: border-box;
}

.m-wrap .content-wrap .technology-box3 .item-list {
  padding: 0.467rem 0.667rem 0.267rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-wrap .content-wrap .technology-box3 .item-list .item {
  width: 1.867rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0.4rem;
}

.m-wrap .content-wrap .technology-box3 .item-list .item img {
  width: 1.147rem;
  height: 1.147rem;
  margin-bottom: 0.2rem;
}

.m-wrap .content-wrap .technology-box3 .item-list .item p {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}

.m-wrap .img {
  width: 100%;
  height: auto;
}

.m-wrap .m-box-line {
  background: #ffffff;
  padding: 20px;
  width: 100%;
}

.m-wrap .content-wrap .m-box-line h2 {
  font-size: 0.468rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.107rem;
  text-align: center;
}

.m-wrap .content-wrap .m-box-line h3 {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.m-box-quality {
  padding-top: 20px;
}

.m-quality-li {
  display: flex;
}

.m-quality-img {
  width: 3rem;
  height: 3rem;
}

.m-box-quality-li {
  display: flex;
  padding: 18px 0 2px;
  border-bottom: 1px solid #78bed5;
}

.m-box-quality-li:last-of-type {
  border: none;
}

.m-quality-box-title {
  font-size: 0.375rem;
  font-weight: 700;
  margin-bottom: 0.29rem;
  line-height: 0.39rem;
}
.m-quality-box-desc {
  font-size: 0.33rem;
}

.m-box-version {
  width: 100%
}

.m-box-version-line {
  display: flex; color: #333333; font-size: 0.3rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.468rem;
}

.m-box-version-li {
  display: flex; color: #333333;
  justify-content: center;font-size: 0.3rem;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}

.m-box-version-li img {
  width: 83px;
  height: 78px;
  position: relative;
}

/* 产品售后客户服务 5.23rem */
.m-box-aftersales {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-box-aftersales-li {
  width: 48%;
  padding-top: 20px;
}

.m-box-aftersales-li .aftersales-img {
  width: 100%;
  height: 3.125rem;
}

.m-aftersales-title {
  font-size: 0.375rem;
  color: #000000;
  font-weight: 700;
  padding: 0.28rem 0;
}

.m-aftersales-desc {
  font-size: 0.29rem;
}

.m-aftersales-desc b {
  color: #1CB29D;
  font-weight: bold;
}

.m-box-skill-line {
  display: flex;
  justify-content: space-between;
  padding-top: 0.78125rem;
  align-items: center;
}

.m-box-skill-img.skill1 {
  width: 3.5625rem;
  height: 3.5625rem;
  margin-right: 10px;
}

.m-skill-li-title {
  font-size: 0.4rem;
  color: #25A5A5;
  font-weight: bold;
  margin-bottom: 0.29rem;
}
.m-skill-li-desc {font-size: 0.33rem;}

.m-box-skill-img.skill2 {
  width: 4.0625rem;
  height: 4.0625rem;
  margin-left: 10px;
}

.m-box-skill-img.skill3 {
  width: 3.343rem;
  height: 3.343rem;
  margin-right: 10px;
}

.m-skill-li-desc b {
  font-weight: bold;
  color: #25A5A5;
}

/* 故障处理与应急响应 */
.m-box-fault {
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  color: #666666;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-box-fault-li {
  width: 48%;
  flex-direction: column;
  display: flex;
  align-items: center;
  border: 1px solid #E8E8E8;
  padding: 0.5rem 0.3rem;
  margin-bottom: 0.4rem;
}

.m-fault-li-title {
  font-weight: bold;
  font-size: 0.4rem;
  margin-bottom: 10px;
  color: #333333;
}

.m-fault-li-img {
  width: 1rem;
  height: 0.9375rem;
  margin-bottom: 22px;
}

.m-fault-li-desc {
  text-align: center; font-size: 0.33rem;
}

.m-fault-li-desc b {
  font-weight: bold;
  color: #25A5A5;
}

/* 培训与咨询服务 */
.m-box-train-line {
  display: flex;
  justify-content: space-between;
  padding-top: 0.78125rem;
  align-items: center;
}

.m-train-li-title {
  font-size: 0.4rem;
  color: #25A5A5;
  font-weight: bold;
  margin-bottom: 0.29rem;
}

.m-box-train-img.train1 {
  width: 5.09375rem;
  height: 3.046875rem;
  margin-left: 10px;
}

.m-box-train-img.train2 {
  width: 4.921875rem;
  height: 3.046875rem;
  margin-right: 10px;
}

.m-box-train-img.train3 {
  width: 4.828125rem;
  height: 3.046875rem;
  margin-left: 10px;
}

.m-train-li-desc { font-size: 0.33rem;}
.m-train-li-desc b {
  font-weight: bold;
  color: #25A5A5;
}

/* 服务保障 */
.m-s-setp {
  background: url(../../images/fuwu/m/s-setp.png) no-repeat;
  width: 100%;
  /* height: 15.578125rem; */
  padding: 40px 0;
  background-size: 100%;
}

.m-s-setp-li {
  padding: 0 0.5rem 0 1rem;
  color: #ffffff;
  padding-top: 0.98rem;
}

.m-s-setp-title {
  font-size: 0.375rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.m-s-setp-desc {
  font-size: 0.27rem;
}

.m-s-setp-desc b {
  font-weight: bold;
  color: #FFEA00 !important;
}


/*banner*/
.web_qmh_2 {
  width: 100%;
  height: 400px;
  background: url(../../images/fuwu/pc/qqmh_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.web_qwh_width {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.mh_text_1 {
  /* text-shadow: 1px 1px 0px rgb(255 255 255 / 75%); */
  /* width: 454px; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  /* white-space: nowrap; */
  line-height: 1.2;
  margin-top: 6px;
}

.new_23box_1 {
  /* max-width: 185px; */
  /* width: 30vw; */
  /* margin-left: 3px; */
}

.new_23box_1 img {
  height: auto;
  max-width: 185px;
  width: 30vw;
  margin-left: 3px;
}

.text_4 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  line-height: 40px;
}

.image-wrapper_1 {
  width: 48px;
  height: 2px;
  /* margin: 21px 0 0 416px; */
  margin-top: 20px;
  background: #03d9ef;
}

.text-wrapper_3 {
  /* width: 403px; */
  /* height: 41px; */
  margin: 13px 0 0 0;
}

.paragraph_1 {
  /* width: 403px; */
  /* height: 41px; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
}

.text-wrapper_4 {
  background-image: -moz-linear-gradient(0deg,
      rgb(0, 158, 204) 0%,
      rgb(29, 234, 179) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(0, 158, 204) 0%,
      rgb(29, 234, 179) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(0, 158, 204) 0%,
      rgb(29, 234, 179) 100%);
  box-shadow: 3.5px 6.062px 10px 0px rgb(90 205 192 / 31%);
  width: 190px;
  height: 43px;
  border-radius: 5px;
  line-height: 43px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.text_5 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

/*tab*/
.web_qmh_3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* min-width: 1200px; */
}

.block_11 {
  width: 100%;
  height: 620px;
  background: url(../../images/fuwu/zdyx_ai_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  display: flex;
  flex-direction: column;
}

.text-wrapper_21 {
  width: 100%;
  overflow-wrap: break-word;
  font-size: 0;
  font-weight: bold;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 38px;
}

.text-wrapper_22 {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  height: 45px;
  margin: 0 15px;
  cursor: pointer;
  width: 200px;
  text-align: center;
}

.text_29 {
  /* width: 302px; */
  /* height: 31px; */
  overflow-wrap: break-word;
  color: rgba(247, 245, 148, 1);
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
}

.paragraph_17 {
  /* width: 302px; */
  /* height: 31px; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
}

.section_3 {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.tab_sub {
  background-image: -moz-linear-gradient(-40deg,
      rgb(0, 216, 255) 0%,
      rgb(0, 255, 180) 100%);
  background-image: -webkit-linear-gradient(-40deg,
      rgb(0, 216, 255) 0%,
      rgb(0, 255, 180) 100%);
  background-image: -ms-linear-gradient(-40deg,
      rgb(0, 216, 255) 0%,
      rgb(0, 255, 180) 100%);
  box-shadow: 0px 3px 7px 0px rgb(17 219 194 / 44%);
  border-radius: 22px;
}

.tab_sub span {
  font-weight: bold;
}

.paragraph_18 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  line-height: 45px;
}

.section_4 {
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 53px;
  width: 100%;
  position: relative;
}

.tabnr_box_01.box_nr_tab.ys_show {
  opacity: 1;
  transform: translate(0px, 0px);
  /* transition: .3s; */
  visibility: visible;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.box_nr_tab {
  /* position: relative; */
  /* display: flex; */
  /* flex-direction: row; */
  /* justify-content: center; */
  opacity: 0;
  /* transform: translate(30px, 0px); */
  transition: 0s;
  visibility: hidden;
  display: none;
}

.image_12 {
  max-width: 455px;
  height: auto;
  width: 100%;
}

.image_13 {
  max-width: 365px;
  height: auto;
  width: 100%;
}

.image_14 {
  max-width: 366px;
  height: auto;
  width: 100%;
}

.text_30 {
  /* width: 303px; */
  /* height: 24px; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.text-wrapper_25 {
  overflow-wrap: break-word;
  font-size: 0;
  text-align: left;
  line-height: 14px;
  margin-top: 22px;
}

.paragraph_21 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
}

.text_31 {
  overflow-wrap: break-word;
  color: rgba(247, 245, 148, 1);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.paragraph_22 {
  /* width: 434px; */
  /* height: 97px; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: left;
}

.text_32 {
  /* width: 434px; */
  /* height: 97px; */
  overflow-wrap: break-word;
  color: rgba(247, 245, 148, 1);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.paragraph_23 {
  /* width: 434px; */
  /* height: 97px; */
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: left;
}

.tabnr_box_01 {
  max-width: 1200px;
  width: 100%;
}

.tabnr_img_a {
  width: 50%;
  display: flex;
  text-align: center;
  /* justify-content: flex-end;
  align-items: flex-start; */
}




.head-title {
  margin-bottom: 12px;
  color: #333333;
  text-align: center;
}

.head-title .title1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}

.head-title .title2 {
  font-size: 24px;
}

.head-title .title3 {
  font-size: 16px;
  color: #666666;
}

.head-flow {
  text-align: center;
  margin: 40px auto 0; width: 1160px;
}
.head-flow img { width: 100%; }

.content-box-line {
  background: #ffffff;
  padding: 54px 0;
}

.box-line2 {
  background: #f1fdfd !important;
}

.box-quality {
  background: url(../../images/fuwu/pc/quality.png) no-repeat;
  width: 1237px;
  height: 396px;
  background-size: 100%;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.box-quality-item {
  padding: 80px 0 0 32px;
  font-size: 14px;
  color: #ffffff;
  width: 304px;
  font-weight: 400;
}

.quality-title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.box-inspection {
  background: url(../../images/fuwu/pc/inspection.png) no-repeat;
  width: 854px;
  height: 481px;
  background-size: 100%;
  margin: 40px auto 0;
  color: #ffffff;
  padding: 41px 70px 0;
  display: flex;
  justify-content: space-between;
}

.inspection-item-title {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: #2DA0C8;
}

.inspection-item-desc {
  font-weight: 400;
  width: 168px;
  font-size: 12px;
  text-align: left;
  color: #666666;
}

.box-inspection-right .inspection-item-title {
  text-align: right;
}

.box-inspection-right .inspection-item-desc {
  text-align: right;
}

.box-version {
  width: 1200px;
  margin: 0 auto;
  color: #333333;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-version-li {
  display: flex; color: #333333;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box-version-li img {
  width: 100px;
  height: 94px;
}

/* 产品售后客户服务 */
.box-aftersales {
  width: 1200px;
  margin: 0 auto;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-aftersales-li {
  margin-top: 20px;
  width: 580px;
  height: 200px;
}

.aftersales-box {
  padding: 30px 290px 0px 20px;
}

.box-aftersales-li.aftersales1 {
  background: url(../../images/fuwu/pc/aftersales1.png) no-repeat;
}

.box-aftersales-li.aftersales2 {
  background: url(../../images/fuwu/pc/aftersales2.png) no-repeat;
}

.box-aftersales-li.aftersales3 {
  background: url(../../images/fuwu/pc/aftersales3.png) no-repeat;
}

.box-aftersales-li.aftersales4 {
  background: url(../../images/fuwu/pc/aftersales4.png) no-repeat;
}

.aftersales-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px;
  font-family: '微软雅黑';
}

.aftersales-desc {
  font-size: 14px;
}

.aftersales-desc b {
  color: #FFEA00;
  font-weight: bold;
}

/* 产品技术支持服务 */
.box-skill {
  width: 1200px;
  padding-top: 20px;
  margin: 0 auto;
  color: #666666;
  display: flex;
  justify-content: center;
}

.box-skill-img {
  width: 438px;
  height: 452px;
  margin: 0 10px;
}

.box-skill-left {
  text-align: left;
  display: flex;
  justify-content: right;
  align-items: center;
}

.box-skill-left .skill-li-title,
.box-skill-left .skill-li-desc {
  text-align: right;
}

.box-skill-li {
  width: 310px;
}

.skill-li-title {
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  margin-bottom: 10px;
  color: #25A5A5;
}

.skill-li-desc {
  color: #666666;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.skill-li-desc b {
  font-weight: bold;
  color: #25A5A5;
}

/* 故障处理与应急响应 */
.box-fault {
  width: 1200px;
  padding-top: 20px;
  margin: 0 auto;
  color: #666666;
  display: flex;
  justify-content: center;
}

.box-fault-li {
  width: 280px;
  flex-direction: column;
  display: flex;
  align-items: center;
  border: 1px solid #E8E8E8;
  padding: 32px 30px;
  margin-right: 20px;
}

.fault-li-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
}

.fault-li-img {
  width: 64px;
  height: 60px;
  margin-bottom: 22px;
}

.fault-li-desc {
  text-align: center;
}

.fault-li-desc b {
  font-weight: bold;
  color: #25A5A5;
}

/* 培训与咨询服务 */
.box-train {
  width: 1100px;
  margin: 0 auto;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-train-desc {
  display: flex;
  align-items: center;
}

.box-train-s {
  width: 102px;
  height: 102px;
  margin-right: 14px;
}

.box-train-text {
  width: 460px;
}

.box-train-text .name {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #00a38f;
}

.box-train-text .msg {
  font-size: 16px;
  font-weight: 400;
  color: #7b8391;
}

.box-train-img {
  width: auto;
}

/* 服务保障 */
.box-guarantee {
  width: 1159px;
  height: 356px;
  margin: 0 auto;
  color: #666666;
  display: flex;
  background: url(../../images/fuwu/pc/s-setp.png) no-repeat;
}

.box-guarantee-li {
  width: 380px;
  display: flex;
  padding: 150px 50px 0 70px;
  align-items: center;
  flex-direction: column;
}

.guarantee-li-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.guarantee-li-desc {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  line-height: 18px;
}

.guarantee-li-desc b {
  color: #FFEA00;
  font-weight: bold;
}




/*电脑端响应式*/
@media screen and (min-width: 768px) {
  .section_1 {
    margin-top: 128px;
    display: flex;
    flex-direction: row;
  }

  .section_2 {
    margin: 32px 0 0 0;
  }

  .text-wrapper_2 {
    margin-top: 10px;
  }

  .ai_box_2 {
    width: 50%;
    margin-top: 32px;
  }

  .text-wrapper_22 {
    margin: 0 15px;
    width: 200px;
  }
}

/*手机端响应式*/
@media screen and (max-width: 768px) {
  .section_1 {
    margin-top: 7vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .box_1 {
    margin-top: 10px;
  }

  .section_2 {
    margin: 15px 0 0 0;
    display: none;
  }

  .text-wrapper_2 {
    margin-top: 0px;
    /* display: flex; */
    /* justify-content: center; */
    display: none;
  }

  .mh_text_1 {
    margin-top: 0px;
    font-size: 6vw;
    font-weight: bold;
  }

  .text_4 {
    font-size: 5vw;
  }

  .paragraph_1 {
    font-size: 3vw;
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
  }

  .new_23box_1 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .image-wrapper_1 {
    display: none;
  }

  .text-wrapper_3 {
    text-align: center;
    margin-bottom: 10vw;
    display: flex;
    justify-content: center;
    margin-top: 0.1rem;
  }

  .web_qmh_2 {
    height: auto;
  }

  .section_3.tab_pca21_sj {
    display: flex;
    height: 0.6rem;
    justify-content: space-between;
    width: 10rem;
    padding: 0 0.6rem;
  }

  .new_23box_1 img {
    width: 122px;
    height: 27px;
    margin: 0;
  }

  .tabnr_img_a {
    width: 40%;
  }

  /********/
  .ai_box_2 {
    width: 60%;
  }

  .block_11 {
    height: auto;
  }

  .text-wrapper_22 {
    width: auto;
    padding: 0 0.2rem;
    height: 0.6rem;
    margin: 0 0.1rem;
  }

  .tabnr_box_01 {
    padding: 0 0.4rem;
  }

  .tabnr_box_01 img {
    width: 90%;
    transform: translateX(-0.2rem);
  }

  span.text_29 {
    font-size: 0.4rem;
    line-height: 1.2;
    font-weight: bold;
  }

  span.paragraph_17 {
    font-size: 0.4rem;
    line-height: 1.2;
    font-weight: bold;
  }

  span.paragraph_18 {
    font-size: 0.24rem;
    line-height: 0.6rem;
  }

  span.text_30 {
    font-size: 0.34rem;
  }

  span.paragraph_21 {
    font-size: 2.2vw;
  }

  .text-wrapper_25 {
    margin-top: 8px;
  }

  .text_31 {
    font-size: 2.6vw;
  }

  span.paragraph_22 {
    font-size: 2.6vw;
  }

  span.text_32 {
    font-size: 2.6vw;
  }

  span.paragraph_23 {
    font-size: 2.6vw;
  }

  .text-wrapper_21 {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }

  .section_4 {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
  }
}

/*手机端响应式*/
@media screen and (max-width: 768px) {
  .m-wrap .content-wrap .product-box3 {
    background: #f6fdfd;
  }

  .m-wrap .content-wrap .product-box3 .tab-ctrl-list .item.act {
    background: #01c7c0;
    color: #ffffff;
  }

  .m-wrap .content-wrap .product-box3 .tab-ctrl-list .item {
    color: #666;
    background: rgba(109, 109, 109, 0.1);
    margin: 0 0.1rem;
  }

  .m-wrap .content-wrap .product-box3 .tab-contents .tab-content-box p {
    color: #666;
  }

  .m-wrap .content-wrap .product-box3 h2,
  .m-wrap .content-wrap .product-box3 h3 {
    color: #333;
  }
}

/*应用场景*/
.web_qmh_4 {
  position: relative;
  width: 100%;
  height: auto;
  background: #f7f7f7;
  display: none;
  flex-direction: column;
}

.sj_title_h2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}

.sj_color_txt1 {
  color: #0cb99b;
  font-weight: bold;
}

.sj_color_txt2 {
  color: #333333;
  font-weight: bold;
}

.sj_content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px;
}

.sj_con_list {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  width: 30%;
}

.con_img_a1 {
  text-align: center;
}

.con_img_b1 {
  width: 100%;
  height: auto;
  max-width: 326px;
}

.con_text_02 {
  color: #666666;
  font-size: 14px;
  line-height: 1.2;
  max-width: 280px;
  margin: 0 auto;
}

.con_text_01 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 2;
}

/*应用场景手机端*/
@media screen and (max-width: 768px) {
  .sj_title_h2 {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-top: 0.53rem;
  }

  .sj_content {
    margin-top: 3.2vw;
    margin-bottom: 5vw;
  }

  .con_text_01 {
    font-size: 0.32rem;
  }

  .con_text_02 {
    font-size: 0.24rem;
  }
}