html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-case-banner .container {
  width: 100% !important;
  max-width: 1200px !important;
}
@media (max-width: 1365px) {
  .c-case-banner .container {
    width: 87.5% !important;
    max-width: 1200px !important;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
  background-size: cover;
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.bs-btn {
  background: #2fc6d0;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.bs-btn span {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.bs-btn i {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  margin-left: 10px;
  display: block;
  overflow: hidden;
  width: 8px;
}
.bs-btn i svg {
  width: 100%;
  float: left;
}
.bs-btn i svg path {
  fill: #fff;
  opacity: 1;
}
.bs-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bs-btn:hover {
  border-color: #2cc6d0;
}
.bs-btn:hover i {
  transform: translateX(6px);
}
.bs-btn:hover svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.bs-btn:hover span {
  color: #2cc6d0;
}
.bs-btn:hover:before {
  width: 102%;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
  .bs-btn {
    background: #2fc6d0;
    border-radius: 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    float: left;
    margin: 0 auto;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.l-section {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.content {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .content {
    padding-top: 60px;
  }
}
.l-title {
  padding-bottom: 0.6rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.l-title p {
  margin-top: 0.1rem;
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
  }
}
body {
  background: #fff;
}
@media (max-width: 978px) {
  body {
    background: #fff;
  }
}
@keyframes fontSS {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.l-nav {
  background: #f9fbff;
  height: 64px;
  z-index: 999;
}
.l-nav ul {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.l-nav ul li {
  float: left;
  width: calc(100% / 6);
}
.l-nav ul li.active a {
  color: #32ced7;
}
.l-nav ul li.active a:after {
  left: 10%;
  right: 10%;
}
.l-nav ul li:hover a {
  color: #32ced7;
}
.l-nav ul a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 64px;
  transition: all 0.3s;
  position: relative;
}
.l-nav ul a:after {
  content: "";
  height: 3px;
  background: #32ced7;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
}
.l-nav.scroll-fixed {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1;
  z-index: 999;
}
.l-nav.scroll-fixed + #what {
  margin-top: 70px;
}
@media (max-width: 978px) {
  .l-nav {
    display: none;
  }
}
.what {
  background: url(../images/what-bg.jpg);
  background-size: cover;
}
.what .l-body .top-content {
  margin-bottom: 30px;
}
.what .l-body .top-content .img-box img {
  display: inline-block;
  width: 100%;
  font-style: 0;
}
.what .l-body .b-content ul {
  display: flex;
}
.what .l-body .b-content ul li {
  margin-right: 20px;
  width: calc( ( 100% - 60px ) / 4 );
  background: rgba(238, 250, 220, 0.5);
  border-radius: 16px;
  text-align: center;
}
.what .l-body .b-content ul li:last-child {
  margin-right: 0;
}
.what .l-body .b-content ul li h3 {
  background-image: linear-gradient(-45deg, #81d009 0%, #9ae22c 100%);
  border-radius: 16px 16px 0px 0px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
}
.what .l-body .b-content ul li .info-box {
  padding: 20px 30px 30px;
}
.what .l-body .b-content ul li .info-box h4 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.what .l-body .b-content ul li .info-box p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
  word-break: break-all;
  text-align: justify;
}
.what .l-body .b-content ul li:nth-child(2) {
  background: rgba(1, 190, 139, 0.07);
  border-radius: 16px;
}
.what .l-body .b-content ul li:nth-child(2) h3 {
  background-image: linear-gradient(-45deg, #01be8b 0%, #26d2a4 100%);
  border-radius: 16px 16px 0px 0px;
}
.what .l-body .b-content ul li:nth-child(3) {
  background: rgba(5, 172, 188, 0.07);
  border-radius: 16px;
}
.what .l-body .b-content ul li:nth-child(3) h3 {
  background-image: linear-gradient(-45deg, #05acbc 0%, #2ac3d1 100%);
  border-radius: 16px 16px 0px 0px;
}
.what .l-body .b-content ul li:nth-child(4) {
  background: rgba(12, 142, 242, 0.07);
  border-radius: 16px;
}
.what .l-body .b-content ul li:nth-child(4) h3 {
  background-image: linear-gradient(-45deg, #0c8ef2 0%, #46afff 100%);
  border-radius: 16px 16px 0px 0px;
}
.what .btn-box {
  padding-top: 40px;
  display: flex;
  align-items: center;
}
.what .btn-box .l-btn {
  margin: 0 auto;
  width: 156px;
}
@media (max-width: 978px) {
  .what {
    padding-bottom: 30px;
  }
  .what .l-container {
    padding: 0;
  }
  .what .l-body .top-content {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    display: none;
  }
  .what .l-body .top-content .img-box img {
    display: inline-block;
    width: 100%;
    font-style: 0;
  }
  .what .l-body .b-content {
    overflow: auto;
  }
  .what .l-body .b-content::-webkit-scrollbar {
    display: none;
  }
  .what .l-body .b-content ul {
    display: flex;
    width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .what .l-body .b-content ul li {
    margin-right: 20px;
    width: 285px;
    background: rgba(238, 250, 220, 0.5);
    border-radius: 16px;
    text-align: center;
    display: inline-block;
  }
  .what .l-body .b-content ul li:last-child {
    margin-right: 0;
    margin-bottom: 0px;
  }
  .what .l-body .b-content ul li h3 {
    background-image: linear-gradient(-45deg, #81d009 0%, #9ae22c 100%);
    border-radius: 16px 16px 0px 0px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
  }
  .what .l-body .b-content ul li .info-box {
    padding: 20px 20px 20px;
  }
  .what .l-body .b-content ul li .info-box h4 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .what .l-body .b-content ul li .info-box p {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
  }
  .what .l-body .b-content ul li:nth-child(2) {
    background: rgba(1, 190, 139, 0.07);
    border-radius: 16px;
  }
  .what .l-body .b-content ul li:nth-child(2) h3 {
    background-image: linear-gradient(-45deg, #01be8b 0%, #26d2a4 100%);
    border-radius: 16px 16px 0px 0px;
  }
  .what .l-body .b-content ul li:nth-child(3) {
    background: rgba(5, 172, 188, 0.07);
    border-radius: 16px;
  }
  .what .l-body .b-content ul li:nth-child(3) h3 {
    background-image: linear-gradient(-45deg, #05acbc 0%, #2ac3d1 100%);
    border-radius: 16px 16px 0px 0px;
  }
  .what .l-body .b-content ul li:nth-child(4) {
    background: rgba(12, 142, 242, 0.07);
    border-radius: 16px;
  }
  .what .l-body .b-content ul li:nth-child(4) h3 {
    background-image: linear-gradient(-45deg, #0c8ef2 0%, #46afff 100%);
    border-radius: 16px 16px 0px 0px;
  }
  .what .btn-box {
    padding-top: 40px;
    display: flex;
    align-items: center;
  }
  .what .btn-box .l-btn {
    margin: 0 auto;
    width: 156px;
  }
}
.framework {
  padding-top: 0.3rem;
}
.framework .l-body .img-box img {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
@media (max-width: 978px) {
  .framework {
    padding-top: 10px;
  }
  .framework .l-body .img-box img {
    display: inline-block;
    width: 100%;
    font-size: 0;
  }
}
.solution {
  padding-bottom: 0.8rem;
  padding-top: 0;
}
.solution .l-body {
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}
.solution .l-body .l-content-l {
  padding-right: 60px;
  width: calc( 50% - 60px);
}
.solution .l-body .l-content-l .active h3 {
  color: #22cdd7;
}
.solution .l-body .l-content-l h3 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
}
.solution .l-body .l-content-l h3 i {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: text-top;
  margin-top: 2px;
  background-size: 100% 100% !important;
  margin-right: 10px;
  transition: all 0.3s;
}
.solution .l-body .l-content-l h3 .fold-icon {
  width: 12px;
  height: 12px;
  right: 0;
  display: block !important;
}
.solution .l-body .l-content-l > h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
.solution .l-body .l-content-l li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #dde4f0;
  cursor: pointer;
}
.solution .l-body .l-content-l li:last-child {
  border: none;
}
.solution .l-body .l-content-l li h4 {
  display: none;
}
.solution .l-body .l-content-l li h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.solution .l-body .l-content-l li h3 i:last-child {
  margin-top: -5px;
}
.solution .l-body .l-content-l li .img-box {
  display: none;
}
.solution .l-body .l-content-l li p {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  padding-left: 35px;
  display: none;
}
.solution .l-body .l-content-l li .btn-box {
  display: none;
}
.solution .l-body .l-content-r {
  width: 50%;
}
.solution .l-body .l-content-r img {
  width: 100%;
  visibility: hidden;
}
.solution .l-body .l-content-r .img-box {
  background: url(../images/ai-img-01.png);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.solution .l-body .img-box {
  position: relative;
}
.solution .l-body .img-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: fill;
  transition: all 0.3s;
  z-index: 999;
  visibility: hidden;
}
.solution .l-body .btn-box {
  margin-top: 0.4rem;
}
.solution .l-body .btn-box a {
  float: none;
  width: 188px;
}
.solution.solution-0 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(../images/ai-img-01.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="1"] .img-box.mb {
  background: url(../images/ai-img-01.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(../images/ai-img-02.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="2"] .img-box.mb {
  background: url(../images/ai-img-02.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="3"] .l-content-r .img-box {
  background: url(../images/ai-img-03.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="3"] .img-box.mb {
  background: url(../images/ai-img-03.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="4"] .l-content-r .img-box {
  background: url(../images/ai-img-04.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="4"] .img-box.mb {
  background: url(../images/ai-img-04.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="5"] .l-content-r .img-box {
  background: url(../images/ai-img-05.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="5"] .img-box.mb {
  background: url(../images/ai-img-05.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="6"] .l-content-r .img-box {
  background: url(../images/ai-img-06.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="6"] .img-box.mb {
  background: url(../images/ai-img-06.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(../images/ai-img-07.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="1"] .img-box.mb {
  background: url(../images/ai-img-07.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(../images/ai-img-08.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="2"] .img-box.mb {
  background: url(../images/ai-img-08.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="3"] .l-content-r .img-box {
  background: url(../images/ai-img-09.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="3"] .img-box.mb {
  background: url(../images/ai-img-09.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body .l-content-l {
  padding-left: 60px;
  padding-right: 0;
}
.solution.solution-02 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(../images/ai-img-10.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="1"] .img-box.mb {
  background: url(../images/ai-img-10.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(../images/ai-img-11.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="2"] .img-box.mb {
  background: url(../images/ai-img-11.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(../images/ai-img-12.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="1"] .img-box.mb {
  background: url(../images/ai-img-12.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(../images/ai-img-13.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="2"] .img-box.mb {
  background: url(../images/ai-img-13.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="3"] .l-content-r .img-box {
  background: url(../images/ai-img-14.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="3"] .img-box.mb {
  background: url(../images/ai-img-14.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body .l-content-l {
  padding-left: 60px;
  padding-right: 0;
}
.solution.solution-04 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(../images/ai-img-15.png);
  background-size: 100% 100%;
}
.solution.solution-04 .l-body[data-index="1"] .img-box.mb {
  background: url(../images/ai-img-15.png);
  background-size: 100% 100%;
}
.solution.solution-04 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(../images/ai-img-16.png);
  background-size: 100% 100%;
}
.solution.solution-04 .l-body[data-index="2"] .img-box.mb {
  background: url(../images/ai-img-16.png);
  background-size: 100% 100%;
}
.solution.solution-04 .l-body[data-index="3"] .l-content-r .img-box {
  background: url(../images/ai-img-17.png);
  background-size: 100% 100%;
}
.solution.solution-04 .l-body[data-index="3"] .img-box.mb {
  background: url(../images/ai-img-17.png);
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .solution {
    padding-bottom: 20px;
  }
  .solution .l-body {
    display: block;
  }
  .solution .l-body .l-content-l {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .solution .l-body .l-content-l > h3 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .solution .l-body .l-content-l h4 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    display: none;
  }
  .solution .l-body .l-content-l li {
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px 0px rgba(214, 218, 240, 0.5);
    border-radius: 4px;
    border: none;
    padding: 0;
  }
  .solution .l-body .l-content-l li h3 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 56px;
    padding: 0 20px;
  }
  .solution .l-body .l-content-l li h3 i {
    margin-top: -1px;
  }
  .solution .l-body .l-content-l li h3 i:last-child {
    margin-top: -5px;
  }
  .solution .l-body .l-content-l li p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
  .solution .l-body .l-content-l li .img-box {
    display: block;
    font-size: 0;
    padding: 0 20px;
  }
  .solution .l-body .l-content-l li .img-box img {
    width: 100%;
    display: none;
  }
  .solution .l-body .l-content-l li img {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
  }
  .solution .l-body .l-content-l .mb {
    width: 100%;
    transition: all 0.3s;
    background: none !important;
  }
  .solution .l-body .l-content-l .mb img {
    width: 100%;
    display: none;
  }
  .solution .l-body .l-content-l .btn-box {
    margin-top: 10px;
    padding-left: 20px;
    height: 74px;
  }
  .solution .l-body .l-content-l .btn-box a {
    margin: 0;
  }
  .solution .l-body .l-content-r {
    display: none;
  }
  .solution.solution-04 {
    padding-bottom: 30px;
  }
}
.frameworks {
  background: #f8fdfd;
}
.frameworks .l-body {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.frameworks .l-body .l-content {
  width: 50%;
}
.frameworks .l-body .l-content img {
  width: 100%;
  display: inline-block;
  font-size: 0;
}
.frameworks .l-body .r-content {
  width: 50%;
  padding-left: 50px;
}
.frameworks .l-body .r-content h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.frameworks .l-body .r-content p {
  position: relative;
  font-size: 18px;
  color: #353535;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 18px;
}
.frameworks .l-body .r-content p span {
  font-size: 18px;
  color: #32ced7;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
}
.frameworks .l-body .r-content p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #32ced7;
  border-radius: 50%;
}
@media (max-width: 978px) {
  .frameworks {
    padding-bottom: 1.6rem;
  }
  .frameworks .l-body {
    margin-top: 0;
    display: block;
    align-items: center;
  }
  .frameworks .l-body .l-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .frameworks .l-body .l-content img {
    width: 100%;
    display: inline-block;
    font-size: 0;
  }
  .frameworks .l-body .r-content {
    width: 100%;
    padding-left: 0px;
  }
  .frameworks .l-body .r-content h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .frameworks .l-body .r-content p {
    position: relative;
    font-size: 14px;
    color: #353535;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .frameworks .l-body .r-content p span {
    font-size: 14px;
    color: #32ced7;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
  }
  .frameworks .l-body .r-content p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #32ced7;
    border-radius: 50%;
  }
  .frameworks .l-body .r-content .btn-box {
    margin-top: 30px;
  }
}
@keyframes banner1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-40px, -40px);
  }
  50% {
    transform: translate(60px, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes banner2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-40px, -40px);
  }
  50% {
    transform: translate(44px, 44px);
  }
  75% {
    transform: translate(30px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.fixedgt .item .fz_li a {
  cursor: pointer;
  color: #505050;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .fixedgt .fz_fan .fz_li a {
    color: #fff;
    font-size: 12px;
  }
}
@keyframes bannerinfo {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
.font22 {
  font-size: 22px;
}
.font32 {
  font-size: 32px;
}
@media (max-width: 567px) {
  html {
    font-size: calc(100vw / 7.5) !important;
  }
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
  .font32 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
  .font32 {
    font-size: 0.36rem;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-title {
  text-align: center;
  margin-bottom: 0.55rem;
}
.public-title .c-title {
  font-weight: 500;
  line-height: 1.2;
}
.public-title .c-text {
  margin-top: 0.1rem;
  color: #666;
  color: #505050;
}
.c-case-banner {
  position: relative;
  overflow: hidden;
}
.c-case-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-case-banner .c-pc {
    display: none;
  }
}
.c-case-banner .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-case-banner .c-mb {
    display: block;
    object-fit: fill;
  }
  .c-case-banner .c-main .c-title {
    padding-top: 50px !important;
  }
}
.c-case-banner .c-main {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
/*  min-height: 7rem;*/
}
.c-case-banner .c-main .c-wrap {
  width: 50%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .c-case-banner .c-main .c-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.c-case-banner .c-main .c-title {
  padding: 1.9rem 0 0.2rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 978px) {
  .c-case-banner .c-main .c-title {
    font-size: 26px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .c-case-banner .c-main .c-btn-box {
    padding-bottom: 1rem !important;
  }
}
.c-case-banner .c-main .c-text {
  color: #666;
}
.c-case-banner .c-main .c-btn-box {
  display: flex;
  align-items: center;
  padding: 0.65rem 0 1.05rem;
}
.c-case-banner .c-main .c-btn-box .hm_but {
  border: 2px solid #2cc6d0;
}
.c-case-banner .c-main .c-btn-box .hm_but::before {
  background-color: #e6f2f4;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2) {
  background-color: transparent;
  color: #2cc6d0;
  margin-left: 0.2rem;
  transition: width 0.4s linear, background-color 0.4s linear;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2)::before {
  background-color: #2cc6d0;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2) i {
  width: 20px;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2) i svg path {
  fill: #2cc6d0;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2):hover {
  color: #fff;
  background-color: #2cc6d0;
  transition: width 0.4s linear, background-color 0.4s 0.1s;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2):hover i svg path {
  fill: #fff;
}
.c-case-banner .c-case-swiper-wrap {
  margin: -10px -6px 0;
  padding: 10px 10px 0.5rem;
  overflow: visible;
  width: 100%;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper {
  overflow: visible;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
  width: 12.5%;
  width: 10.1052%;
  padding: 0 6px;
}
@media (min-width: 1921px) {
  .c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
    max-width: 190px;
  }
}
@media (max-width: 1199px) {
  .c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
    width: 16.666666%;
  }
}
@media (max-width: 767px) {
  .c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
    width: 33.333%;
  }
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .public-img {
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0.1rem 0.1rem rgba(80, 156, 169, 0.1), 0 0 0.25rem #fff inset;
  background-color: rgba(230, 242, 244, 0.4);
  backdrop-filter: saturate(180%) blur(5px);
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .public-img::before {
  padding-top: 37.234%;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .public-img img {
  object-fit: contain;
  transform: scale(0.6);
}
.c-case6 {
  padding: 0.3rem 0 1.2rem;
  position: relative;
}
.c-case6::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background: url(../images/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 1s linear infinite forwards;
  opacity: 0.3;
}
.c-case6::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -3rem;
  z-index: -1;
  width: 6rem;
  height: 6rem;
  background: url(../images/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 2s linear infinite forwards;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .c-case6 {
    padding: 0 0 0.8rem;
  }
}
.c-case6 .container {
  max-width: 1200px;
}
.c-case6 .c-main {
  display: flex;
  align-items: center;
  box-shadow: 0 0 0.38rem rgba(124, 165, 162, 0.17);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 991px) {
  .c-case6 .c-main {
    flex-wrap: wrap;
  }
}
.c-case6 .c-main .c-img-box {
  display: block;
  width: 58.2%;
  height: 490px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-case6 .c-main .c-img-box {
    width: 100%;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-img-box {
    height: 4rem;
  }
}
.c-case6 .c-main .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.c-case6 .c-main .c-img-box:hover img {
  transform: scale(1.05);
}
.c-case6 .c-main .c-list {
  width: 41.8%;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .c-case6 .c-main .c-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list {
    padding: 0 0.4rem;
  }
}
.c-case6 .c-main .c-list li {
  border-bottom: 1px solid #ececec;
}
.c-case6 .c-main .c-list li:last-child {
  border: 0;
}
.c-case6 .c-main .c-list li .c-wrap {
  display: block;
  padding: 29px 0;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap {
    padding: 0.4rem 0;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-title {
  margin-bottom: 5px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-title {
    line-height: 1.5;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-text {
  margin-bottom: -28px;
  line-height: 28px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-text {
    margin-bottom: -0.4rem;
    line-height: 0.4rem;
    display: none;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-more {
  display: inline-flex;
  align-items: center;
  line-height: 28px;
  color: #2cc6d0;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-more {
    line-height: 0.4rem;
    display: none;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-more img,
.c-case6 .c-main .c-list li .c-wrap .c-more svg {
  margin-left: 10px;
  width: 18px;
  height: 18px;
}
.c-case6 .c-main .c-list li .c-wrap .c-more img path,
.c-case6 .c-main .c-list li .c-wrap .c-more svg path {
  fill: #2cc6d0;
}
@media (min-width: 768px) {
  .c-case6 .c-main .c-list li .c-wrap:hover .c-text {
    opacity: 0;
  }
  .c-case6 .c-main .c-list li .c-wrap:hover .c-more {
    opacity: 1;
  }
}
.c-case5 {
  position: relative;
  z-index: 5;
  padding: 0.8rem 0;
}
.c-case5 .c-bottom {
  position: relative;
  background-color: #e8f3f4;
  overflow: hidden;
}
.c-case5 .c-case5-swiper1 {
  margin-top: -20px;
  padding: 20px 0 40px;
  display: none;
}
.c-case5 .c-case5-swiper1 .swiper-slide {
  width: 2.1rem;
}
.c-case5 .c-case5-swiper1 .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.75rem;
  border-radius: 10px;
  background-color: #fff;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.c-case5 .c-case5-swiper1 .c-img img {
  max-width: 70%;
  max-height: 60%;
}
.c-case5 .c-case5-swiper1 .on .c-img {
  opacity: 1;
  filter: grayscale(0);
  border-color: #2cc6d0;
  box-shadow: 0 0 0.16rem rgba(173, 202, 200, 0.25);
}
.c-case5 .c-case5-swiper2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper2 {
    position: relative;
    width: 100%;
    height: 4rem;
    display: none;
  }
}
.c-case5 .c-case5-swiper2 .c-img {
  position: relative;
  height: 100%;
}
.internet-sec5 .c-case5-swiper3 .swiper-wrapper .swiper-slide .c-left > div .c-img {
  transform: scale(0.8);
}
.c-case5 .c-case5-swiper2 .c-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(111, 227, 235, 0.85);
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper2 .c-img::before {
    opacity: 0;
  }
}
.c-case5 .c-case5-swiper2 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case5 .c-case5-swiper3 {
  overflow: visible;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 {
    margin-top: -4rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 .swiper-slide {
    flex-wrap: wrap;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  transform: translateX(10%);
  transition: all 1s;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-left {
    width: 100%;
    height: 4rem;
    opacity: 0;
    transform: translateX(0);
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img img {
  max-height: 60px;
  max-width: 162px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img img {
    max-width: 2rem;
    max-height: 1rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img svg {
  height: 60px;
  width: 162px;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img svg {
    width: 2rem;
    height: 1rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img svg path {
  fill: #fff;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-line {
  margin: 0 0.4rem;
  height: 18px;
  border-left: 3px solid #fff;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right {
  display: block;
  position: relative;
  z-index: 4;
  margin: 0.6rem 20px 0.6rem -50px;
  width: 51.875%;
  border-radius: 10px;
  box-shadow: 0 0 0.46rem rgba(86, 173, 178, 0.15);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0.4rem 1.1rem;
  transform: translateX(-10%);
  transition: all 1s;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right {
    width: 55%;
    margin: 0.6rem 0 0.2rem 0;
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right {
    width: 100%;
    transform: translateX(0);
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::before,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::before {
  top: 0.4rem;
  left: 0.3rem;
  background: url(https://www.beisen.com/public/mobile/manufacturing/images/hm5douhaoimg1.png) no-repeat center / contain;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right::before {
    left: 0rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::after {
  right: 0.3rem;
  bottom: 0.4rem;
  background: url(https://www.beisen.com/public/mobile/manufacturing/images/hm5douhaoimg2.png) no-repeat center / contain;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right::after {
    right: 0rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-text {
  color: #999;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-title {
  font-weight: 500;
  margin: 0.45rem 0 0.2rem;
  color: #333;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-text2 {
  color: #666;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-text3 {
  padding: 0 0.1rem;
  line-height: 34px;
  border-radius: 5px;
  background-color: #eef0f1;
  color: #666;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn {
  display: flex;
  align-items: center;
  color: #2cc6d0;
  font-weight: 500;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn img,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn svg {
  width: 18px;
  height: 18px;
  margin-left: 0.1rem;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn img path,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn svg path {
  fill: #2cc6d0;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right {
  transform: translate(0, 0);
}
.c-case5 .c-case5-swiper3 .swiper-slide.swiper-slide-active .c-left,
.c-case5 .c-case5-swiper3 .swiper-slide.swiper-slide-active .c-right {
  transform: translate(0, 0);
}
.c-case5 .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .c-case5 .c-btn-box {
    display: none;
  }
}
.c-case5 .c-btn-box .hm_but:nth-child(2) {
  margin-left: 0.2rem;
  color: #2cc6d0;
  background-color: #fff;
}
.c-case5 .c-btn-box .hm_but:nth-child(2)::before {
  background-color: #2cc6d0;
}
.c-case5 .c-btn-box .hm_but:nth-child(2) svg path {
  fill: #2cc6d0;
  border: 2px solid #2cc6d0;
}
.c-case5 .c-btn-box .hm_but:nth-child(2):hover {
  color: #fff;
}
.c-case5 .c-btn-box .hm_but:nth-child(2):hover svg path {
  fill: #fff;
}
.hm-sec6 .container {
  margin: 0 auto;
  width: 87.5% !important;
  max-width: 1600px !important;
}
