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

#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: 110px;
}
.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_p{text-align: center;}
.all-wrap .banner-box .banner-content .zixun_btn {
  width: 280px;
  height: 43px;
  background: linear-gradient(90deg, #00bcd5, #38cdba);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 30px;
  margin-right: 10px;
}
.all-wrap .tabchange-box {
  width: 100%;
  background: #fff;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.all-wrap .tabchange-box .tabchange-ctrl-list {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: center;
}
.all-wrap .tabchange-box .tabchange-ctrl-list .table-item {
  width: 300px;
  height: 80px;
  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 .icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 20px;
}
.all-wrap .tabchange-box .tabchange-ctrl-list .table-item .icon img {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.all-wrap .tabchange-box .tabchange-ctrl-list .table-item .desc {
  display: flex;
  height: 40px;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.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-ctrl-list .table-item .desc .tip {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #c3c3c3;
}
.all-wrap .tabchange-box .tabchange-ctrl-list .table-item .desc::before {
  width: 1px;
  position: absolute;
  left: 0;
  height: 32px;
  top: 4px;
  background: #eeeeee;
  content: "";
  display: block;
}
.all-wrap .tabchange-box .tabchange-line {
  width: 100%;
  height: 5px;
  background: #eeeeee;
}
.all-wrap .content-wrap .content-box {
  display: none;
}
.all-wrap .content-wrap .content-box .content-area {
  padding-top: 50px;
  background-color: #fff;
}
.all-wrap .content-wrap .content-box .content-area > h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  text-align: justify;
  width: 1200px;
  margin: 0 auto 10px;
}
.all-wrap .content-wrap .content-box .content-area > h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
  line-height: 24px;
  text-align: justify;
  width: 1200px;
  margin: 0 auto 30px;
}
.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%;
  /* height: 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: 750px;
  height: 360px;
  position: relative;
  overflow-x: hidden;
}
.m-wrap .mbanner h1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  width: 750px;
  text-align: center;
  top: 129px;
}
.m-wrap .mbanner h3 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  top: 200px;
  width: 750px;
  text-align: center;
}
.m-wrap .mbanner img {
  width: 750px;
  height: auto;
  position: relative;
  z-index: 1;
}
.m-wrap .tabChangeBox {
  width: 750px;
  height: 75px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.m-wrap .tabChangeBox .tabchange-ctrl-list {
  width: 750px;
  height: 70px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.m-wrap .tabChangeBox .tabchange-ctrl-list .item {
  width: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.m-wrap .tabChangeBox .tabChangeLine {
  width: 750px;
  height: 5px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  left: 0;
  background: #eeeeee;
}
.m-wrap .tabChangeBox .tabChangeLine .active-line {
  width: 250px;
  height: 5px;
  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: 250px;
}
.m-wrap .tabChangeBox .tabChangeLine .active-line.left2 {
  left: 500px;
}
.m-wrap .content-wrap{
    width: 750px;
}
.m-wrap .content-wrap .content-box {
  display: none;
  width: 750px;
  padding-top: 28px;
}
.m-wrap .content-wrap .content-box > h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}
.m-wrap .content-wrap .content-box > h3 {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  text-align: center;
}
.m-wrap .content-wrap .content-area {
  padding-top: 28px;
}
.m-wrap .content-wrap .content-area > h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}
.m-wrap .content-wrap .content-area > h3 {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  text-align: center;
}
.m-wrap .content-wrap .product-box1 {
  margin-top: 24px;
  display: flex;
  justify-content: space-around;
}
.m-wrap .content-wrap .product-box1 .item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-wrap .content-wrap .product-box1 .item img {
  width: 188px;
  height: 188px;
  margin-bottom: 20px;
}
.m-wrap .content-wrap .product-box1 .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
.m-wrap .content-wrap .product-box1 .item .desc {
  font-size: 18px;
  color: #666666;
  line-height: 1;
  margin-bottom: 30px;
}
.m-wrap .content-wrap .product-line-box {
  width: 750px;
  height: 380px;
  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: 30px;
  margin-bottom: 8px;
  font-weight: bold;
  margin-top: 25px;
}
.m-wrap .content-wrap .product-line-box .msg {
  font-size: 18px;
  font-weight: 400;
}
.m-wrap .content-wrap .product-line-box .img {
  width: 690px;
  height: 224px;
  margin-top: 65px;
  margin-left: 30px;
}
.m-wrap .content-wrap .product-box2 {
  background: #fff;
}
.m-wrap .content-wrap .product-box2 .img {
  width: 750px;
  height: auto;
}
.m-wrap .content-wrap .product-box2 .desc {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.m-wrap .content-wrap .product-box2 .desc .text {
  width: 530px;
}
.m-wrap .content-wrap .product-box2 .desc .text .name {
  font-size: 24px;
  font-weight: bold;
  color: #00a38f;
  line-height: 1;
  margin-bottom: 8px;
}
.m-wrap .content-wrap .product-box2 .desc .text .msg {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #7b8391;
  line-height: 24px;
}
.m-wrap .content-wrap .product-box2 .desc .text .tags .tag {
  min-width: 130px;
  height: 30px;
  background: #09c9b2;
  border-radius: 3px;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-right: 5px;
}
.m-wrap .content-wrap .product-box2 .desc .icon {
  width: 77px;
  height: auto;
}
.m-wrap .content-wrap .product-box2 .desc1 .icon {
  margin-left: 36px;
}
.m-wrap .content-wrap .product-box2 .desc2 {
  justify-content: space-between;
}
.m-wrap .content-wrap .product-box2 .desc2 .icon {
  margin-left: 60px;
}
.m-wrap .content-wrap .product-box2 .desc2 .text p {
  text-align: right;
}
.m-wrap .content-wrap .product-box2 .desc3 {
  margin-bottom: 30px;
}
.m-wrap .content-wrap .product-box2 .desc3 .text {
  width: 750px;
}
.m-wrap .content-wrap .product-box3 {
  width: 750px;
  height: 600px;
  background: #01c7c0;
  padding: 50px 45px 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: 660px;
  display: flex;
  height: 45px;
  justify-content: space-between;
  margin-top: 30px;
}
.m-wrap .content-wrap .product-box3 .tab-ctrl-list .item {
  width: 200px;
  height: 45px;
  background: rgba(109, 109, 109, 0.3);
  border-radius: 22.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  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: 18px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.m-wrap .content-wrap .product-box3 .tab-contents .box1 .img {
  width: 630px;
  height: auto;
  position: relative;
  top: 50px;
  left: 50%;
  margin-left: -315px;
}
.m-wrap .content-wrap .product-box3 .tab-contents .box1 p {
  margin-top: 80px;
}
.m-wrap .content-wrap .product-box3 .tab-contents .box2 .img {
  width: 630px;
  height: auto;
  position: relative;
  top: 30px;
  left: 50%;
  margin-left: -315px;
}
.m-wrap .content-wrap .product-box3 .tab-contents .box2 p {
  margin-top: 60px;
}
.m-wrap .content-wrap .product-box3 .tab-contents .box3 .img {
  width: 630px;
  height: auto;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -315px;
}
.m-wrap .content-wrap .product-box3 .tab-contents .box3 .mb10 {
  margin-bottom: 10px;
  margin-top: -10px;
}
.m-wrap .content-wrap .product-box4 {
  padding: 50px 55px;
}
.m-wrap .content-wrap .product-box4 .bottom-icon-list {
  margin-top: 30px;
  width: 640px;
  display: flex;
  justify-content: space-between;
}
.m-wrap .content-wrap .product-box4 .bottom-icon-list .item {
  width: 120px;
}
.m-wrap .content-wrap .product-box4 .bottom-icon-list .item img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}
.m-wrap .content-wrap .product-box4 .bottom-icon-list .item .name {
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.m-wrap .content-wrap .scence-box-1 img {
  margin-top: 40px;
  margin-left: 60px;
  width: 630px;
  height: 463px;
}
.m-wrap .content-wrap .scence-box-1 .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: -25px;
  text-align: center;
}
.m-wrap .content-wrap .scence-box-1 .msg {
  font-size: 18px;
  font-weight: 400;
  color: #09c9b2;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.m-wrap .content-wrap .scence-box-2 {
  position: relative;
}
.m-wrap .content-wrap .scence-box-2 img {
  width: 750px;
  height: auto;
  position: relative;
  z-index: 1;
}
.m-wrap .content-wrap .scence-box-2 .desc {
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 60px;
}
.m-wrap .content-wrap .scence-box-2 .desc .title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}
.m-wrap .content-wrap .scence-box-2 .desc .msg {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-top: 12px;
}
.m-wrap .content-wrap .scence-box-3 {
  padding-top: 40px;
}
.m-wrap .content-wrap .scence-box-3 .item-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 40px;
}
.m-wrap .content-wrap .scence-box-3 .item-list .item {
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.m-wrap .content-wrap .scence-box-3 .item-list .item .icon-box {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  position: relative;
}
.m-wrap .content-wrap .scence-box-3 .item-list .item .icon-box img {
  max-width: 65px;
  max-height: 65px;
  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: 18px;
  font-weight: bold;
  color: #333333;
}
.m-wrap .content-wrap .scence-box-4 {
  width: 750px;
  height: 480px;
  background: linear-gradient(-30deg, #003550, #0086b9);
  border-radius: 6px 6px 6px 6px;
  position: relative;
}
.m-wrap .content-wrap .scence-box-4 .text-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list {
  width: 750px;
  height: 480px;
  position: absolute;
  left: 150px;
  top: -50px;
  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: 179px;
  left: 146px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t2 {
  top: 109px;
  left: 138px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t3 {
  top: 102px;
  left: 269px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t4 {
  top: 109px;
  left: 352px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t5 {
  top: 124px;
  left: 53px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t6 {
  top: 140px;
  left: 150px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t7 {
  top: 140px;
  left: 225px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t8 {
  top: 140px;
  left: 318px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t9 {
  top: 160px;
  left: 75px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t10 {
  top: 180px;
  left: 360px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t11 {
  top: 235px;
  left: 85px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t12 {
  top: 247px;
  left: 213px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t13 {
  top: 214px;
  left: 348px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t14 {
  top: 238px;
  left: 292px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t15 {
  top: 275px;
  left: 53px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t16 {
  top: 296px;
  left: 118px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t17 {
  top: 288px;
  left: 177px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t18 {
  top: 320px;
  left: 327px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t19 {
  top: 321px;
  left: 35px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t20 {
  top: 326px;
  left: 166px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t21 {
  top: 349px;
  left: 102px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t23 {
  top: 350px;
  left: 246px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t24 {
  top: 302px;
  left: 426px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t25 {
  top: 340px;
  left: 411px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t26 {
  top: 147px;
  left: 423px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t27 {
  top: 267px;
  left: 316px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t28 {
  top: 249px;
  left: 376px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .t29 {
  top: 302px;
  left: 250px;
}
.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: 48px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs2 {
  font-size: 36px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs3 {
  font-size: 30px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs4 {
  font-size: 24px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs5 {
  font-size: 18px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .fs6 {
  font-size: 15.975px;
}
.m-wrap .content-wrap .scence-box-4 .text-box .text-list .b {
  font-weight: bold;
}
.m-wrap .content-wrap .technology-box1 {
  padding: 40px 40px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-wrap .content-wrap .technology-box1 .item {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.m-wrap .content-wrap .technology-box1 .item .icon-box {
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 15px;
}
.m-wrap .content-wrap .technology-box1 .item .icon-box img {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.m-wrap .content-wrap .technology-box1 .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
.m-wrap .content-wrap .technology-box1 .item .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  text-align: center;
}
.m-wrap .content-wrap .technology-box2 {
  background: #f2f2f2;
  padding: 35px 30px 0;
  overflow: hidden;
}
.m-wrap .content-wrap .technology-box2 h3 {
  margin-bottom: 35px;
}
.m-wrap .content-wrap .technology-box2 .line {
  display: flex;
  width: 690px;
  box-sizing: border-box;
  height: 260px;
  margin-bottom: 20px;
}
.m-wrap .content-wrap .technology-box2 .line .item {
  width: 50%;
  height: 260px;
  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: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.m-wrap .content-wrap .technology-box2 .line .item.text .msg {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.m-wrap .content-wrap .technology-box3 {
  padding-top: 40px;
  box-sizing: border-box;
}
.m-wrap .content-wrap .technology-box3 .item-list {
  padding: 35px 50px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-wrap .content-wrap .technology-box3 .item-list .item {
  width: 140px;
  display: flex;
  align-items: center;

  flex-direction: column;
  margin-bottom: 30px;
}
.m-wrap .content-wrap .technology-box3 .item-list .item img {
  width: 86px;
  height: 86px;
  margin-bottom: 15px;
}
.m-wrap .content-wrap .technology-box3 .item-list .item p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.web_qmh_3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* min-width: 1200px; */
}
.block_11 {
  width: 100%;
  height: 620px;
  background: url(https://s.300.cn/static/v1/images/marketingsite/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;
}
.paragraph_18 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  line-height: 45px;
}
.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;
}
.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;
}
.section_4 {
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 53px;
  width: 100%;
  position: relative;
}
.tabnr_img_a {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
/*电脑端响应式*/
@media screen and (min-width: 768px) {
  .section_1 {
    margin-top: 48px;
    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;
  }

}
.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;
}
.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: 25px;
  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_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_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;
}
@media screen and (max-width: 768px) {
  span.text_29 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
  }
  span.paragraph_17{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
  }
  span.paragraph_18 {
    font-size: 18px;
    line-height: 40px;
  }
  span.text_30 {
    font-size: 18px;
  }
  span.paragraph_21 {
    font-size: 2.2vw;
  }

  .text-wrapper_21 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .section_4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-wrapper_22 {
    width: 199px;
    height: 40px;
    margin: 0;
  }
  .tabnr_box_01 {
    padding: 0 30px;
  }
  .tabnr_box_01 img {
    width: 76%;
    transform: translateX(-20px);
  }
  .section_3.tab_pca21_sj {
    display: flex;
    height: 60px;
    justify-content: space-between;
    width: 100%;
    padding: 0 60px;
  }

  .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;
  }
  .section_4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .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;
  }
  .tabnr_box_01 img {
    width: 76%;
    transform: translateX(-20px);
  }
  .ai_box_2 {
    width: 50%;
    margin-top: 0px;
  }
  span.paragraph_21 {
    font-size: 2.6vw;
  }
  .text-wrapper_25 {
    margin-top: 2.6vw;
  }
  .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;
  }
  .block_11 {
    height: auto;
  }
  .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);
  }

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