.pagemenu {
  width: 100%;
  position: relative;
  background: transparent;
  top: 0;
  z-index: 9999;
  position: sticky;
  background-color: #fff;
  overflow-y: hidden;
}
.pagemenu.active {
  top: 44px;
}
@media (max-width: 768px) {
  .pagemenu.active {
    top: 60px;
  }
}
.pagemenu .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .pagemenu .wrap {
    gap: 10px;
  }
}
.pagemenu .wrap .item {
  height: auto;
  padding: 0;
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.pagemenu .wrap .item a {
  font-size: 12px;
  color: #666;
  text-align: center;
  display: inline-block;
  width: auto;
  line-height: 63px;
  padding: 0 8px;
  margin: 0;
  position: relative;
  transition-duration: 0.3s;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagemenu .wrap .item.active {
  border-bottom-color: #00a1df;
}
.pagemenu .wrap .item.active a {
  color: #00a1df;
  font-weight: bold;
}

.page_elemS1 .contype {
  display: none;
}
.page_elemS1 .conname {
  padding-top: 64px;
}
.page_elemS1 .condesc {
  width: 80%;
  line-height: 1.6;
  margin-top: 10px;
  margin: 0 auto;
  min-height: 70px;
}
.page_elemS1 .page_appsceneS1_img {
  width: 60%;
  margin: 0 auto;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.page_elemS1 .page_appsceneS1_img .current {
  filter: grayscale(1);
}

#platformpage .page_elemADmain {
  padding: 0;
  display: flex;
  align-items: center;
}
#platformpage .page_elemADmain .page_elemADmainbox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  #platformpage .page_elemADmain .page_elemADmainbox {
    flex-direction: column;
  }
}
#platformpage .page_elemADmain .page_elemADmainbox .page_elemADmainbox_tbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#platformpage .page_elemADmain .page_elemADmainbox video {
  width: 500px;
}
@media (max-width: 768px) {
  #platformpage .page_elemADmain .page_elemADmainbox video {
    width: 100%;
  }
}
#platformpage .page_elemBox .contype {
  display: none;
}
@media (min-width: 768px) {
  #platformpage .page_elemBox .conname {
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  #platformpage .page_elemBox .conname h2 {
    margin-top: 25px;
  }
}
#platformpage .page_elemBox .condesc {
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #platformpage .page_elemBox .condesc {
    min-height: 70px;
  }
}
#platformpage .page_elemBox .conmore {
  display: none;
}
#platformpage .page_appsceneS1_img {
  width: 60%;
  margin: 0 auto;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
#platformpage .page_appsceneS1_img .current {
  filter: grayscale(1);
}
@media (max-width: 768px) {
  #platformpage .page_appsceneS1_img .current {
    display: none;
  }
}

@media (max-width: 768px) {
  .page_elemAD {
    height: auto;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  #solutionslist .equal_childbox {
    width: 100% !important;
  }
}

#section5 {
  background-image: linear-gradient(rgb(241, 245, 253), rgb(249, 251, 254));
}
#section5 .wrap {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
#section5 .wrap .item {
  width: 15%;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 6px;
  transition: all 0.3slinear;
}
#section5 .wrap .item.active {
  width: 55%;
}
#section5 .wrap .item .box {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  padding: 32px 32px 0;
  transition: all 0.3slinear;
  background-color: rgba(139, 141, 148, 0.1);
}
#section5 .wrap .item .box .titlebox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
#section5 .wrap .item .box .titlebox > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#section5 .wrap .item .box .titlebox .title {
  height: 36px;
  font-size: 32px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  margin-bottom: 22px;
  transition-duration: 0.3s;
}
#section5 .wrap .item .box .titlebox .subtitle {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-bottom: 2px;
  margin-top: 4px;
}
#section5 .wrap .item .box .titlebox .desc {
  height: 54px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#section5 .wrap .item .box .apps {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 28px;
}
#section5 .wrap .item .box .apps .tags {
  font-size: 12px;
  line-height: 18px;
  color: #c9c9c9;
  margin-bottom: 10px;
}
#section5 .wrap .item .box .apps .list {
  width: calc(100% + 10px);
  max-width: 372px;
  height: 90px;
  overflow: hidden;
  margin-left: -5px;
}
#section5 .wrap .item .box .apps .list .li {
  min-height: 1px;
  overflow: hidden;
  float: left;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
#section5 .wrap .item .box .apps .list .li a {
  width: 100%;
  height: 36px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 36px;
  color: #62666c;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.04);
}

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