.pageBanner {
  width: 100%;
  min-width: 1200px;
  /* height: 700px; */
  z-index: 100;
  display: block;
  background: linear-gradient(to top, #034a6e, #031939);
  background-position: 50%;
  background-size: 100%;
  position: relative;
}

.pageBanner .con {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.pageBanner .con h6 {
  font-size: 32px;
  margin-top: 5px;
  color: #00c4ff;
  margin-bottom: 1em;
}

.pageBanner .con button {
  width: 160px;
  height: 50px;
  border: 1px solid #00c4ff;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  color: #00c4ff;
  cursor: pointer;
  transition: all 0.2s;
}

.pageBanner .con button:hover {
  background: #00c4ff;
  color: #fff;
}

.prod {
  position: absolute;
  right: 200px;
  top: 0;
  background: url("../images/YGbrain/index_item.fea8a9d.png") no-repeat;
  width: 775px;
  height: 624px;
  top: 42px;
}

.prod .ripple {
  position: absolute;
}

.prod .ripple.ripple01 {
  left: 140px;
  bottom: 230px;
  background: url("../images//YGbrain/float01.8e9c749.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 3s ease infinite;
}

.prod .ripple.ripple02 {
  left: 35px;
  bottom: 180px;
  background: url("../images//YGbrain/float02.0bef9de.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 4s ease infinite;
}

.prod .ripple.ripple03 {
  right: 110px;
  bottom: 210px;
  background: url("../images//YGbrain/float03.7b5fce6.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 3.5s ease infinite;
}

.prod .ripple.ripple04 {
  right: 30px;
  bottom: 160px;
  background: url("../images//YGbrain/float04.fbeb6a3.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 4.5s ease infinite;
}

.mainbox .intro p {
  text-align: center;
}

.aboutYgBrain .ABcon {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

.aboutYgBrain .ABcon .pic {
  margin-right: 80px;
}

.aboutYgBrain .ABcon .pic img {
  max-width: 360px;
  border-radius: 10px;
}

.aboutYgBrain .ABcon p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}

.aboutYgBrain .mainboxGray .ABcon {
  flex-direction: row-reverse;
}

.aboutYgBrain .mainboxGray .ABcon .pic {
  margin-left: 80px;
}

.aboutYgBrain .temFlex img {
  max-height: 300px;
  margin: 0 auto 30px;
  display: table;
}

.aboutYgBrain .temFlex.normalCard .box p {
  text-align: center;
}

.aiplatform .pageBanner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aiplatform .pageBanner .con {
  margin-right: 10vw;
}

.aiplatform .pageBanner h5 {
  font-size: 48px;
  font-weight: bold;
  background-image: linear-gradient(to top, #00c6ff, #8affd2);
  letter-spacing: 0.1em;
  text-align: left;
  /* 线性渐变背景，方向向上 */
  -webkit-background-clip: text;
  /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色变透明 */
}

.aiplatform .pageBanner h6 {
  font-size: 22px;
  margin: 20px 0 30px;
  color: #00c4ff;
  text-align: left;
}
.aiplatform .pageBanner .con {
  position: static;
}
.aiplatform .pageBanner .img {
  padding: 100px 0;
}

.aiplatform .pageBanner img {
  width: unset;
  height: unset;
  object-fit: unset;
  /* max-height: 80%; */
}

.aiplatform .aipIntro .box {
  display: flex;
  align-items: center;
}

.aiplatform .aipIntro .box .icon {
  margin-right: 30px;
}

.aiplatform .aipIntro .col-4 {
  margin-bottom: 0 !important;
}

.aiplatform .aipIntro .col-4 .box {
  background-image: linear-gradient(to top, #fff, #daf7ff);
  display: flex;
  justify-content: center;
  border-radius: 20px;
}

.aiplatform .aipIntro .col-6 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  align-items: center;
}

.aiplatform .aipIntro .col-6 .box {
  background: #f6f6f6;
  padding: 30px;
  width: 100%;
  border-radius: 20px;
}

.aiplatform .intro {
  width: 1000px;
  margin: 0 auto;
}

.aiplatform .intro p {
  text-align: center !important;
  line-height: 1.8em;
}

.aiplatform .ABcon {
  display: flex;
  max-width: 1200px;
  margin: 60px auto 0;
  align-items: center;
  background: #fff;
  padding: 50px;
}

.aiplatform .ABcon .pic {
  margin-right: 80px;
}

.aiplatform .ABcon:nth-child(even) {
  flex-direction: row-reverse;
}

.aiplatform .ABcon:nth-child(even) .pic {
  margin-left: 80px;
}

.aiplatform .ABcon .pic img {
  max-width: 360px;
  border-radius: 10px;
}

.aiplatform .ABcon h5 {
  font-size: 24px;
  color: #222;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 20px;
}

.aiplatform .ABcon h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00c4ff;
  width: 30px;
  height: 4px;
}

.aiplatform .ABcon p {
  font-size: 14px;
  color: #666;
  line-height: 2em;
}

.caseintroductionPage .caseintroduction .menu {
  position: sticky;
  top: 120px;
  float: left;
  margin-right: 80px;
}

.caseintroductionPage .caseintroduction .menu h5 {
  padding-left: 29px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #35394b;
  color: #fff;
}

.caseintroductionPage .caseintroduction .menu p {
  padding-left: 28px;
  height: 50px;
  width: 300px;
  line-height: 50px;
  color: #888;
  background: #fbfbfb;
  cursor: pointer;
}

.caseintroductionPage .caseintroduction .menu p.active {
  background-image: linear-gradient(to bottom, #01b0f1, #005ead);
  color: #fff;
}

.caseintroductionPage .caseintroduction .content {
  overflow: hidden;
}

.caseintroductionPage .caseintroduction .content .con {
  display: none;
}

.caseintroductionPage .caseintroduction .content .con.show {
  display: block;
}

.caseintroductionPage .caseintroduction .content h4 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}

.caseintroductionPage .caseintroduction .content h5 {
  font-size: 22px;
  color: #000;
  border-bottom: 1px solid #ededed;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.caseintroductionPage .caseintroduction .content h5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #01b0f1, #005ead);
}

.caseintroductionPage .caseintroduction .content h6 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.caseintroductionPage .caseintroduction .content .text {
  margin-bottom: 40px;
}

.caseintroductionPage .caseintroduction .content .text p {
  font-size: 16px;
  color: #888;
  line-height: 2em;
}

.cloudPlatForm .index-banner .bg {
  width: 100%;
  height: 100%;
  background: #0c2548;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15vw;
}

.cloudPlatForm .index-banner .swiper-container {
  height: 700px;
}

.cloudPlatForm .index-banner h5 {
  font-size: 48px;
  font-weight: bold;
  background-image: linear-gradient(to top, #00c6ff, #8affd2);
  /* 线性渐变背景，方向向上 */
  -webkit-background-clip: text;
  /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色变透明 */
}

.cloudPlatForm .index-banner h6 {
  font-size: 22px;
  margin: 20px 0 30px;
  color: #00c4ff;
}

.cloudPlatForm .index-banner img {
  width: unset;
  height: unset;
  object-fit: unset;
  /* max-height: 80%; */
}

.cloudPlatForm .index-banner a {
  padding: 0.5em 1.5em;
  font-size: 18px;
  color: #00c4ff;
  border: solid 1px #00c4ff;
  display: table;
  border-radius: 10px;
  transition: all 0.2s;
}

.cloudPlatForm .index-banner a:hover {
  background: #00c4ff;
  color: #fff;
}

.cloudPlatForm .index-banner .swiper-button-next,
.cloudPlatForm .index-banner .swiper-button-prev {
  background: none;
}

.cloudPlatForm .ABcon {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}

.cloudPlatForm .ABcon .pic {
  margin-right: 80px;
}

.cloudPlatForm .ABcon .pic img {
  max-width: 480px;
  border-radius: 10px;
}

.cloudPlatForm .ABcon p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}

.cloudPlatForm .mainboxGray .ABcon {
  flex-direction: row-reverse;
}

.cloudPlatForm .mainboxGray .ABcon .pic {
  margin-left: 80px;
}

.cloudPlatForm .temFlex img {
  max-height: 300px;
  margin: 0 auto 30px;
  display: table;
}

.cloudPlatForm .temFlex.normalCard .box p {
  text-align: center;
}

.cloudPlatForm .sysMenu {
  display: flex;
  justify-content: center;
}

.cloudPlatForm .sysMenu span {
  width: 200px;
  line-height: 60px;
  background: #f6f6f6;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s;
  font-size: 18px;
}

.cloudPlatForm .sysMenu span:hover {
  background: #00c4ff;
  color: #fff;
}

.cloudPlatForm .sysMenu span.active {
  background: #00c4ff;
  color: #fff;
}

.cloudPlatForm .sticky {
  position: sticky;
  top: 90px;
  background: #f6f6f6;
  padding: 10px;
  z-index: 99;
}

.cloudPlatForm .sysCon {
  display: none;
}

.cloudPlatForm .sysCon.show {
  display: block;
}

.cloudPlatForm .sysCon .li {
  display: flex;
  margin: 40px auto 0;
  align-items: center;
  width: 1360px;
  flex-direction: row-reverse;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.cloudPlatForm .sysCon .li:nth-child(even) {
  flex-direction: row;
}

.cloudPlatForm .sysCon .text {
  margin-right: 100px;
}

.cloudPlatForm .sysCon .li:nth-child(even) .text {
  margin-left: 100px;
}

.cloudPlatForm .sysCon .pic img {
  max-width: 480px;
  border-radius: 10px;
}

.cloudPlatForm .sysCon .text {
  transform: translateY(-30px);
}

.cloudPlatForm .sysCon .text h5 {
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
  position: relative;
}

.cloudPlatForm .sysCon .text h5::after {
  content: "";
  width: 32px;
  height: 4px;
  background: #00c4ff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cloudPlatForm .sysCon .text p {
  font-size: 16px;
  line-height: 2em;
  color: #999;
}

.cloudPlatForm .temFlex.cover .box img {
  border-radius: 10px;
  max-width: 100%;
}

.cloudPlatForm .temFlex.cover .box .text span {
  background: #e9faff;
  display: inline-block;
  padding: 0.3em 1.5em;
  border-radius: 50px;
  margin-right: 10px;
}

.cloudPlatForm .caseMenu {
  display: flex;
  justify-content: center;
}

.cloudPlatForm .caseMenu span {
  width: 200px;
  line-height: 80px;
  background: linear-gradient(90deg, #fff, #f4f2fa);
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s;
  font-size: 18px;
}

.cloudPlatForm .caseMenu span:hover {
  background: linear-gradient(90deg, #00c4ff, #0051ff);
  color: #fff;
}

.cloudPlatForm .caseMenu span.active {
  background: #00c4ff;
  color: #fff;
}

.cloudPlatForm .sticky {
  position: sticky;
  top: 90px;
  background: #f6f6f6;
  padding: 10px;
  z-index: 99;
}

.cloudPlatForm .caseCon {
  display: flex;
  padding: 60px 10vw 0;
  align-items: center;
}

.cloudPlatForm .caseCon p {
  font-size: 16px;
  line-height: 2em;
  color: #666;
  padding-left: 100px;
  display: none;
}

.cloudPlatForm .caseCon p.show {
  display: block;
}

.index .pageBanner {
  width: 100%;
  min-width: 1200px;
  height: 700px;
  z-index: 100;
  display: block;
  background: linear-gradient(to top, #034a6e, #031939);
  background-position: 50%;
  background-size: 100%;
  position: relative;
}

.index .pageBanner .con {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.index .pageBanner .con h6 {
  font-size: 32px;
  margin-top: 5px;
  color: #00c4ff;
  margin-bottom: 1em;
}

.index .pageBanner .con button {
  width: 160px;
  height: 50px;
  border: 1px solid #00c4ff;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  color: #00c4ff;
  cursor: pointer;
  transition: all 0.2s;
}

.index .pageBanner .con button:hover {
  background: #00c4ff;
  color: #fff;
}

.index .prod {
  position: absolute;
  right: 200px;
  top: 0;
  background: url("../images/YGbrain/index_item.fea8a9d.png") no-repeat;
  width: 775px;
  height: 624px;
  top: 42px;
}

.index .prod .ripple {
  position: absolute;
}

.index .prod .ripple.ripple01 {
  left: 140px;
  bottom: 230px;
  background: url("../images//YGbrain/float01.8e9c749.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 3s ease infinite;
}

.index .prod .ripple.ripple02 {
  left: 35px;
  bottom: 180px;
  background: url("../images//YGbrain/float02.0bef9de.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 4s ease infinite;
}

.index .prod .ripple.ripple03 {
  right: 110px;
  bottom: 210px;
  background: url("../images//YGbrain/float03.7b5fce6.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 3.5s ease infinite;
}

.index .prod .ripple.ripple04 {
  right: 30px;
  bottom: 160px;
  background: url("../images//YGbrain/float04.fbeb6a3.png") no-repeat;
  width: 129px;
  height: 141px;
  animation: floatUD3 4.5s ease infinite;
}

.index .mainbox .intro p {
  text-align: center;
}

.index .mainboxBlue .box {
  background: #0a2548 !important;
}

.index .mainboxBlue .box h5 {
  color: #80e1ff;
}

.index .mainboxBlue .box p {
  color: #d4e2f5 !important;
}

.index .mainboxBlue .box:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4) !important;
}

.index .temFlex.normalCard .box .img img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  display: table;
  margin: 0 auto 30px;
}

.index .case .box h5 {
  font-size: 1.05rem;
}

.smartFiles .pageBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10vw;
}

.smartFiles .pageBanner .con {
  margin-right: 10vw;
  position: static;
}

.smartFiles .pageBanner h5 {
  font-size: 48px;
  font-weight: bold;
  background-image: linear-gradient(to top, #00c6ff, #8affd2);
  letter-spacing: 0.1em;
  text-align: left;
  /* 线性渐变背景，方向向上 */
  -webkit-background-clip: text;
  /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色变透明 */
}

.smartFiles .pageBanner h6 {
  font-size: 22px;
  margin: 20px 0 30px;
  color: #00c4ff;
  text-align: left;
}

.smartFiles .pageBanner .img {
  padding: 100px 0;
}

.smartFiles .pageBanner img {
  width: unset;
  height: unset;
  object-fit: unset;
  /* max-height: 80%; */
}

.smartFiles .intro {
  width: 1000px;
  margin: 0 auto;
}

.smartFiles .intro p {
  text-align: center !important;
  line-height: 1.8em;
}

.smartFiles .value .container {
  width: 1080px;
}

.smartFiles .valueMenu {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.smartFiles .valueMenu .button {
  flex: 1 1 50%;
  display: flex;
  background-image: linear-gradient(to left, #fff, #f0f3f9);
  padding: 40px;
  justify-content: center;
  align-items: center;
}

.smartFiles .valueMenu .button.active {
  border-top: 4px solid #f6ba31;
}

.smartFiles .valueMenu .button .icon {
  margin-right: 20px;
}

.smartFiles .valueMenu .button .icon img {
  filter: grayscale(1);
}

.smartFiles .valueMenu .button.active .icon img {
  filter: grayscale(0);
}

.smartFiles .valueMenu .button .text h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.smartFiles .valueMenu .button.active .text h5 {
  color: #2cb9ec;
}

.smartFiles .valueMenu .button .text h6 {
  font-size: 16px;
}

.smartFiles .valueMenu .button.active .text h6 {
  color: #2cb9ec;
}

.smartFiles .content {
  display: none;
}

.smartFiles .content.show {
  display: block;
}

.smartFiles .content .ti {
  margin-top: 30px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.smartFiles .content .sti {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
}

.smartFiles .mo {
  display: flex;
}

.smartFiles .mo .li {
  padding: 30px;
  width: 50%;
  margin-top: 20px;
}

.smartFiles .mo .li:nth-child(odd) {
  background: #e8f8fe;
}

.smartFiles .mo .li:nth-child(even) {
  background: #f9f9fd;
}

.smartFiles .mo .moti {
  width: 80px;
  line-height: 80px;
  float: left;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  font-weight: bold;
}

.smartFiles .mo .li:nth-child(odd) .moti {
  color: #2cb9ec;
}

.smartFiles .moText {
  margin-left: 40px;
}

.smartFiles .mo .moTi {
  font-size: 20px;
  font-weight: bold;
  color: #2cb9ec;
  margin-bottom: 10px;
}

.smartFiles .mo .moP {
  font-size: 14px;
  color: #888;
}

.smartFiles .mo .blue {
  color: #2cb9ec;
}

.smartFiles .moTP {
  text-align: center;
  color: #888;
  margin-top: 30px;
  line-height: 30px;
}

.smartFiles .moT {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.smartFiles .moT .li {
  text-align: center;
  padding: 0 60px;
}

.smartFiles .moT h5 {
  font-size: 20px;
  font-weight: 700;
  color: #09ace7;
  line-height: 30px;
  margin: 20px 0;
}

.smartFiles .moT p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.smartFiles .case {
  width: 1200px;
  margin: 0 auto;
}

.smartFiles .case .li {
  display: flex;
  background: #fff;
  margin-bottom: 30px;
  align-items: center;
  border-radius: 20px;
}

.smartFiles .case .con {
  padding: 50px;
}

.smartFiles .case .con h5 {
  font-size: 20px;
  font-weight: bold;
}

.smartFiles .case .con p {
  font-size: 14px;
  color: #888;
  text-align: justify;
  line-height: 2em;
  margin-top: 20px;
}

.smartHardWare .pageBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.smartHardWare .pageBanner .con {
  margin-right: 20vw;
  position: static;
  transform: unset;
}

.smartHardWare .pageBanner h5 {
  font-size: 48px;
  font-weight: bold;
  background-image: linear-gradient(to top, #00c6ff, #8affd2);
  letter-spacing: 0.1em;
  text-align: left;
  /* 线性渐变背景，方向向上 */
  -webkit-background-clip: text;
  /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色变透明 */
}

.smartHardWare .pageBanner h6 {
  font-size: 22px;
  margin: 20px 0 30px;
  color: #00c4ff;
  text-align: left;
}

.smartHardWare .pageBanner .img {
  padding: 100px 0;
}

.smartHardWare .pageBanner img {
  width: unset;
  height: unset;
  object-fit: unset;
  /* max-height: 80%; */
}

.smartHardWare .temFlex img {
  margin-bottom: 0 !important;
}

.smartHardWare .temFlex.linearBox .box .icon span {
  font-weight: bold;
  font-size: 24px;
  color: #348cc6;
}

.smartHardWare .intro {
  width: 1000px;
  margin: 0 auto;
}

.smartHardWare .intro p {
  text-align: center !important;
}

.smartHardWare .ABcon {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

.smartHardWare .ABcon .pic {
  margin-right: 80px;
}

.smartHardWare .ABcon .pic img {
  max-width: 360px;
  border-radius: 10px;
}

.smartHardWare .ABcon p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}

.smartHardWare .mainboxGray .ABcon {
  flex-direction: row-reverse;
}

.smartHardWare .mainboxGray .ABcon .pic {
  margin-left: 80px;
}

.smartHardWare .temFlex img {
  max-height: 300px;
  margin: 0 auto 30px;
  display: table;
}

.smartHardWare .temFlex.normalCard .box p {
  text-align: center;
}

.smartHardWare .temFlex.innner .text p {
  text-align: justify;
  font-size: 14px;
}
#honor {
  overflow: hidden;
  position: relative;
}
#honor .swiper-container {
  width: 100%;
  height: 100%;
}

#honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

#honor .swiper-slide-active,
#honor .swiper-slide-duplicate-active {
  transform: scale(1);
}
#honor .box {
  width: 100%;
  height: 100%;
}
#honor .box img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .pageBanner {
    min-width: auto;
    padding: 60px 20px;
    height: auto;
    background-size: cover;
  }

  .pageBanner .con {
    position: static;
    transform: unset;
  }

  .pageBanner .title {
    padding-top: 0;
  }

  .aboutYgBrain .ABcon {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .aboutYgBrain .ABcon .pic {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .aboutYgBrain .ABcon .pic img {
    max-width: 100%;
  }

  .aboutYgBrain .mainboxGray .ABcon .pic {
    margin-left: 0;
  }

  .aboutYgBrain .historyComp {
    flex-wrap: wrap;
    border-top: none;
    border-left: solid 1px #ddd;
    margin-top: 30px;
  }

  .aboutYgBrain .historyComp .li {
    flex: 1 1 auto;
    padding: 20px;
  }

  .aboutYgBrain .historyComp .li:nth-child(even) .year {
    transform: unset;
  }

  .aboutYgBrain .historyComp .li:nth-child(even) p {
    transform: unset;
  }

  .aboutYgBrain .historyComp .li::after {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transform: translate(-50%, 22px);
  }

  .aboutYgBrain .historyComp .li::before {
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    transform: translate(-50%, 27px);
  }

  .aiplatform .pageBanner {
    padding: 60px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .aiplatform .pageBanner .con {
    margin-right: 0;
  }

  .aiplatform .pageBanner h5 {
    font-size: 24px;
  }

  .aiplatform .pageBanner h6 {
    font-size: 16px;
    margin: 20px 0;
  }

  .aiplatform .pageBanner .img {
    padding: 20px 15px;
  }

  .aiplatform .pageBanner img {
    max-width: 100%;
  }

  .aiplatform .aipIntro .col-6 .box {
    margin-top: 20px;
  }

  .aiplatform .intro {
    width: 100%;
  }

  .aiplatform .ABcon {
    max-width: 100%;
    flex-wrap: wrap;
    padding: 40px 20px;
  }

  .aiplatform .ABcon .pic {
    margin: 0 0 20px;
  }

  .aiplatform .ABcon:nth-child(even) .pic {
    margin: 0 0 20px;
  }

  .aiplatform .ABcon .pic img {
    max-width: 100%;
  }

  .caseintroductionPage .caseintroduction .menu h5 {
    width: 100%;
  }

  .caseintroductionPage .caseintroduction .menu p {
    width: 100%;
  }

  .caseintroductionPage .caseintroduction .menu {
    float: none;
    margin-right: 0;
    position: static;
    margin-bottom: 60px;
  }

  .cloudPlatForm .index-banner .bg {
    padding: 60px 15px;
    flex-wrap: wrap;
  }

  .cloudPlatForm .index-banner .swiper-container {
    height: 700px;
  }

  .cloudPlatForm .index-banner h5 {
    font-size: 24px;
  }

  .cloudPlatForm .index-banner h6 {
    font-size: 16px;
    margin: 20px 0 30px;
  }

  .cloudPlatForm .index-banner img {
    max-width: 100%;
    max-height: 50%;
    object-fit: contain;
    /* max-height: 80%; */
  }

  .cloudPlatForm .ABcon {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .cloudPlatForm .ABcon .pic {
    margin-right: 0;
  }

  .cloudPlatForm .ABcon .pic img {
    max-width: 100%;
    border-radius: 10px;
  }

  .cloudPlatForm .mainboxGray .ABcon {
    flex-direction: unset;
  }

  .cloudPlatForm .mainboxGray .ABcon .pic {
    margin-left: 0;
  }

  .cloudPlatForm .temFlex img {
    max-height: 300px;
    margin: 0 auto 30px;
    display: table;
  }

  .cloudPlatForm .temFlex.normalCard .box p {
    text-align: center;
  }

  .cloudPlatForm .sysMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cloudPlatForm .sysMenu span {
    width: unset;
    flex: 0 0 45%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.2s;
    font-size: 18px;
  }

  .cloudPlatForm .sticky {
    position: sticky;
    top: 90px;
    background: #f6f6f6;
    padding: 10px;
    z-index: 99;
  }

  .cloudPlatForm .sysCon .li {
    display: flex;
    margin: 40px auto 0;
    width: 100%;
    background: #fff;
    padding: 50px 20px;
    flex-wrap: wrap;
  }

  .cloudPlatForm .sysCon .li:nth-child(even) {
    flex-direction: row;
  }

  .cloudPlatForm .sysCon .text {
    margin-right: 0;
  }

  .cloudPlatForm .sysCon .li:nth-child(even) .text {
    margin-left: 0;
  }

  .cloudPlatForm .sysCon .pic img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .cloudPlatForm .sysCon .text {
    transform: translateY(0);
  }

  .cloudPlatForm .sysCon .text h5 {
    padding-bottom: 22px;
    font-size: 24px;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
    position: relative;
  }

  .cloudPlatForm .sysCon .text h5::after {
    content: "";
    width: 32px;
    height: 4px;
    background: #00c4ff;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .cloudPlatForm .sysCon .text p {
    font-size: 16px;
    line-height: 2em;
    color: #999;
  }

  .cloudPlatForm .temFlex.cover .box img {
    border-radius: 10px;
    max-width: 100%;
  }

  .cloudPlatForm .temFlex.cover .box .text span {
    background: #e9faff;
    display: inline-block;
    padding: 0.3em 1.5em;
    border-radius: 50px;
    margin-right: 10px;
  }

  .cloudPlatForm .caseMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cloudPlatForm .caseMenu span {
    width: unset;
    flex: 1 1 auto;
    line-height: 50px;
    margin: 0 5px 5px;
    font-size: 16px;
  }

  .cloudPlatForm .sticky {
    position: sticky;
    top: 90px;
    background: #f6f6f6;
    padding: 10px;
    z-index: 99;
  }

  .cloudPlatForm .caseCon {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 15px 0;
    align-items: center;
  }

  .cloudPlatForm .caseCon figure {
    margin: 0 auto 30px;
  }

  .cloudPlatForm .caseCon p {
    padding-left: 0;
    display: none;
  }

  .cloudPlatForm .caseCon p.show {
    display: block;
  }

  .index .pageBanner {
    width: 100%;
    height: auto;
    min-width: unset;
  }

  .index .pageBanner .con {
    position: static;
    transform: unset;
    padding-top: 60px;
  }

  .index .pageBanner .con h6 {
    font-size: 1.5rem;
  }

  .index .prod {
    position: static;
    transform: unset;
    width: 300px;
    height: 300px;
    background-size: contain;
    margin: 0 auto;
  }

  .index .ripple {
    display: none;
  }

  .smartFiles .pageBanner {
    padding: 60px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .smartFiles .pageBanner .con {
    margin-right: 0;
  }

  .smartFiles .pageBanner h5 {
    font-size: 30px;
  }

  .smartFiles .pageBanner h6 {
    font-size: 24px;
    margin: 20px 0;
  }

  .smartFiles .pageBanner .img {
    padding: 50px 0 0;
  }

  .smartFiles .pageBanner img {
    max-width: 100%;
  }

  .smartFiles .intro {
    width: 100%;
  }

  .smartFiles .valueMenu {
    flex-wrap: wrap;
  }

  .smartFiles .valueMenu .button {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .smartFiles .mo {
    flex-wrap: wrap;
  }

  .smartFiles .mo .li {
    width: 100%;
  }

  .smartFiles .mo .moTi {
    text-align: center;
  }

  .smartFiles .mo .moti {
    float: none;
    display: table;
    margin: 0 auto 30px;
  }

  .smartFiles .moText {
    margin: 0;
  }

  .smartFiles .case {
    width: 100%;
  }

  .smartFiles .case .li {
    flex-wrap: wrap;
  }

  .smartHardWare .pageBanner {
    flex-wrap: wrap;
    padding: 60px 10px 0;
  }

  .smartHardWare .pageBanner .con {
    margin-right: 0;
  }

  .smartHardWare .pageBanner .img {
    padding-top: 40px;
  }

  .smartHardWare .pageBanner .img img {
    max-width: 100%;
  }

  .smartHardWare .intro {
    width: 100%;
  }

  .smartHardWare .temFlex.margin60 .col-4 {
    margin-bottom: 100px;
  }

  .smartHardWare .ABcon {
    flex-wrap: wrap;
    width: 100%;
  }

  .smartHardWare .ABcon .pic {
    margin-right: 0;
  }

  .smartHardWare .temFlex.normalCard {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .index .pageBanner {
    height: 90vh;
  }

  .index .pageBanner .con {
    width: 50vw;
    left: 0;
    padding-left: 30px;
  }

  .index .pageBanner h6 {
    text-align: left;
  }

  .index .prod {
    transform: scale(0.8);
    right: 2vw;
  }

  .pageBanner {
    min-width: unset;
    height: auto;
    background-size: cover;
  }

  .pageBanner.abouts {
    height: auto;
    padding: 0 0 80px;
  }
}

.aiplatform .sticky {
  position: sticky;
  top: 90px;
  /* background: #f6f6f6;*/
  padding: 10px;
  z-index: 99;
}
.aiplatform .caseMenu {
  display: flex;
  justify-content: center;
}
.aiplatform .caseMenu span {
  width: 200px;
  line-height: 80px;
  background: linear-gradient(90deg, #fff, #f4f2fa);
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s;
  font-size: 18px;
}
.aiplatform .caseMenu span.active {
  background: #00c4ff;
  color: #fff;
}
.aiplatform .caseCon {
  display: flex;
  padding: 60px 10vw 0;
  align-items: center;
}
.aiplatform .caseCon p {
  font-size: 16px;
  line-height: 2em;
  color: #666;
  padding-left: 100px;
  display: none;
}
.aiplatform .caseCon p.show {
  display: block;
}
.aiplatform .caseCon p.show img {
  width: 100%;
  max-width: 919px;
  margin-top: 20px;
  display: block;
  margin: 0 auto;
}
