.bg8 {
  background-color: #f8f8f8;
}

.com-tit2 .ct1 {
  font-weight: bold;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(90deg, #14eaeb 0%, #155fec 100%);
}
.com-tit2 .ct2 {
  margin-top: 0.12rem;
  color: #666;
}

.com-list1 .li {
  width: 33.3333333333%;
  position: relative;
  padding: 0.3rem 0.4rem;
  border-radius: 0.1rem;
  position: relative;
}
.com-list1 .li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(#ffffff, #ffffff);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.com-list1 .li:hover::before {
  opacity: 1;
}
.com-list1 .li:hover .icon {
  background-image: url(../images/a19.png);
}
.com-list1 .li:hover .dd {
  background-color: rgba(255, 255, 255, 0);
}
.com-list1 .li:hover .d11,
.com-list1 .li:hover .d12 {
  color: #fff;
}
.com-list1 .li:hover .ic1 {
  opacity: 0;
}
.com-list1 .li:hover .ic2 {
  opacity: 1;
}
.com-list1 .li:hover .logo {
  opacity: 1;
}
.com-list1 .dd {
  height: 100%;
  background-color: #fff;
  padding: 0.6rem 0.5rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.com-list1 .icon {
  display: inline-flex;
  position: relative;
  width: 0.73rem;
  height: 0.83rem;
  -webkit-mask-image: url(../images/a17.png);
          mask-image: url(../images/a17.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 0.2rem 0.2rem rgba(0, 59, 142, 0.2));
}
.com-list1 .ic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com-list1 .ic2 {
  opacity: 0;
}
.com-list1 .d11 {
  color: #000;
  margin-top: 0.36rem;
}
.com-list1 .d12 {
  color: #666;
  line-height: 2.1111111111;
  margin-top: 0.14rem;
}
.com-list1 .logo {
  position: absolute;
  right: 0.2rem;
  bottom: 0;
  height: 2.82rem;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .com-list1 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.com-case-list1 .li {
  width: 31.4285714286%;
  margin-right: 2.7976190476%;
  position: relative;
  transition: transform 0.3s;
}
.com-case-list1 .li:nth-child(3n) {
  margin-right: 0;
}
.com-case-list1 .li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(20, 234, 235, 0.1), rgba(21, 95, 236, 0.1), rgba(255, 255, 255, 0.1) 80%);
  background-color: #fff;
  background-blend-mode: multiply;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.com-case-list1 .li:hover {
  transform: translateY(-0.1rem);
}
.com-case-list1 .dd {
  height: 100%;
  display: block;
  padding: 0.29rem 0.29rem 0.7rem;
  position: relative;
}
.com-case-list1 .img {
  padding-top: 55.3191489362%;
}
.com-case-list1 .text {
  margin-top: 0.32rem;
}
.com-case-list1 .h3 {
  color: #000;
  font-weight: bold;
}
.com-case-list1 .line {
  width: 0.3rem;
  height: 0.04rem;
  background-image: linear-gradient(235deg, #14eaeb 0%, #14eaeb 40%, #155fec, #082baa 80%, #082baa 100%);
  margin-top: 0.18rem;
  margin-bottom: 0.2rem;
}
.com-case-list1 .intro {
  line-height: 2;
  color: #666;
}
@media (min-width: 769px) {
  .com-case-list1 .li:nth-child(1)::before {
    transform: perspective(10rem) rotateY(5deg) scale(1.02);
  }
  .com-case-list1 .li:nth-child(3)::before {
    transform: perspective(10rem) rotateY(-5deg) scale(1.02);
  }
}
@media (max-width: 768px) {
  .com-case-list1 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.com-case-list2 .li {
  width: 31.4285714286%;
  margin-right: 2.7976190476%;
}
.com-case-list2 .li:nth-child(3n) {
  margin-right: 0;
}
.com-case-list2 .dd {
  height: 100%;
  padding: 0.28rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(20, 234, 235, 0.1) 0%, rgba(21, 95, 236, 0.1), white 100%);
  transition: transform 0.3s;
}
.com-case-list2 .dd:hover {
  transform: translateY(-0.1rem);
}
.com-case-list2 .img {
  padding-top: 55.3191489362%;
}
.com-case-list2 .text {
  margin-top: 0.32rem;
}
.com-case-list2 .h3 {
  color: #000;
}
.com-case-list2 .line {
  width: 0.3rem;
  height: 4px;
  background-image: linear-gradient(235deg, #14eaeb 0%, #14eaeb 40%, #155fec, #082baa 80%, #082baa 100%);
  margin-top: 0.18rem;
  margin-bottom: 0.36rem;
}
.com-case-list2 .di {
  margin-bottom: 0.36rem;
}
.com-case-list2 .d11 {
  color: #333;
}
.com-case-list2 .d12 {
  color: #666;
  margin-top: 0.18rem;
}
@media (max-width: 768px) {
  .com-case-list2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.com-case-list-box {
  padding-bottom: 1.5rem;
  margin-top: 0.6rem;
  display: none;
}
.com-case-list-box.show {
  display: block;
}
.com-case-list-box .chassis {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .com-case-list-box {
    padding-bottom: 0;
  }
  .com-case-list-box .chassis {
    display: none;
  }
}

.case-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-top: 0.38rem;
}
.case-nav .cn_i {
  position: relative;
  line-height: 1;
  cursor: pointer;
  color: #666;
  z-index: 5;
  margin: 0 0.4rem;
}
.case-nav .cn_i.on {
  color: #000;
}
.case-nav .cn_i.on::before {
  content: "";
  width: 100%;
  height: 0.21rem;
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(#ffffff, #ffffff);
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: -1;
}

.jiaju-1 {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}
.jiaju-1 .ul {
  margin-top: 0.98rem;
}
.jiaju-1 .li {
  width: 24.1071428571%;
  margin-right: 1.1904761905%;
  margin-bottom: 0.2rem;
  position: relative;
  border-radius: 0.1rem;
  position: relative;
  transition: transform 0.3s;
}
.jiaju-1 .li:nth-child(1) {
  width: 49.4047619048%;
}
.jiaju-1 .li:nth-child(3) {
  margin-right: 0;
}
.jiaju-1 .li:last-child {
  margin-right: 0;
}
.jiaju-1 .li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(#ffffff, #ffffff);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.jiaju-1 .li.hover::before {
  opacity: 1;
}
.jiaju-1 .li.hover .icon {
  background-image: url(../images/a19.png);
}
.jiaju-1 .li.hover .dd {
  background-color: rgba(255, 255, 255, 0);
}
.jiaju-1 .li.hover .d11,
.jiaju-1 .li.hover .d12 {
  color: #fff;
}
.jiaju-1 .li.hover .ic1 {
  opacity: 0;
}
.jiaju-1 .li.hover .ic2 {
  opacity: 1;
}
.jiaju-1 .li.hover .logo {
  opacity: 1;
}
.jiaju-1 .li:hover {
  transform: translateY(-0.1rem);
}
.jiaju-1 .dd {
  height: 100%;
  background-color: #fff;
  padding: 0.5rem 0.4rem;
  border-radius: 0.1rem;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.jiaju-1 .icon {
  display: inline-flex;
  position: relative;
  width: 0.73rem;
  height: 0.83rem;
  -webkit-mask-image: url(../images/a17.png);
          mask-image: url(../images/a17.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 0.2rem 0.2rem rgba(0, 59, 142, 0.2));
}
.jiaju-1 .ic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jiaju-1 .ic2 {
  opacity: 0;
}
.jiaju-1 .d11 {
  color: #000;
  margin-top: 0.36rem;
  line-height: 1.3333333333;
}
.jiaju-1 .d12 {
  color: #666;
  line-height: 2.1111111111;
  margin-top: 0.14rem;
}
.jiaju-1 .logo {
  position: absolute;
  right: 0.27rem;
  bottom: 0;
  height: 3.46rem;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .jiaju-1 .li {
    width: 100% !important;
    margin-right: 0;
  }
}

.jiaju-2 {
  padding-top: 0.6rem;
}
.jiaju-2 .swiper {
  margin-top: 0.56rem;
}
.jiaju-2 .swiper-container {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.jiaju-2 .img {
  padding-top: 53.3333333333%;
}

.jiaju-3 {
  padding-top: 0.7rem;
  padding-bottom: 2.9rem;
}
.jiaju-3 .ul {
  margin-top: 0.4rem;
  position: relative;
  z-index: 5;
}
.jiaju-3 .chassis {
  position: absolute;
  left: 0;
  top: calc(100% - 0.4rem);
  width: 100%;
}
@media (max-width: 768px) {
  .jiaju-3 .chassis {
    display: none;
  }
}

.com-list2 {
  margin-top: 0.42rem;
}
.com-list2 .li {
  width: 49.1071428571%;
  margin-bottom: 0.4rem;
}
.com-list2 .dd {
  min-height: 3.8rem;
  padding: 0.8rem 1rem;
  height: 100%;
  transition: transform 0.3s;
}
.com-list2 .dd:hover {
  transform: translateY(-0.1rem);
}
.com-list2 .name {
  color: #155fec;
  line-height: 2.2222222222;
  padding: 0 0.2rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.16rem;
}
.com-list2 .intro {
  line-height: 2;
  margin-top: 0.3rem;
}
.com-list2 .pi {
  padding-left: 1em;
  position: relative;
}
.com-list2 .pi::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  background-image: url(../images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .com-list2 .li {
    width: 100%;
  }
  .com-list2 .dd {
    padding: 0.5rem;
  }
}

.com-list3 {
  margin-top: 0.53rem;
}
.com-list3 .li {
  width: 32.1428571429%;
  margin-right: 1.7857142857%;
  margin-bottom: 0.6rem;
}
.com-list3 .li:nth-child(3n) {
  margin-right: 0;
}
.com-list3 .dd {
  background-color: #fff;
  padding: 0.1rem;
  height: 100%;
  min-height: 5rem;
  transition: transform 0.3s;
}
.com-list3 .dd:hover {
  transform: translateY(-0.1rem);
}
.com-list3 .img {
  padding-top: 52.962962963%;
  border-radius: 0.16rem;
}
.com-list3 .text {
  margin-top: 0.24rem;
  padding-left: 0.5rem;
}
.com-list3 .intro {
  line-height: 1.6666666667;
  color: #666;
  margin-top: 0.1rem;
  padding-left: 0.15rem;
}

.jh2-swiper {
  margin-top: 1.2rem;
}
.jh2-swiper .mai {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(#000000, #000000);
  border-radius: 0.2rem;
}
.jh2-swiper .mask1 {
  width: 95.119047619%;
  height: 95.1315789474%;
  opacity: 0.2;
  bottom: 0.75rem;
}
.jh2-swiper .mask2 {
  width: 88.8095238095%;
  height: 88.8157894737%;
  opacity: 0.1;
  bottom: 1.6rem;
}
.jh2-swiper .swiper-container {
  border: solid 1px #bfbfbf;
}
.jh2-swiper .img {
  padding-top: 45.2380952381%;
  background-color: #fff;
  border-radius: 0.2rem;
}
.jh2-swiper .sic {
  width: 33.9880952381%;
  position: absolute;
  left: -0.38rem;
  bottom: -0.3rem;
  pointer-events: none;
  z-index: 30;
}
.jh2-swiper .sbtns {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  z-index: 30;
}
.jh2-swiper .sbtn {
  width: 1em;
  height: 1em;
  margin-top: 0.1rem;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.jh2-swiper .sbtn:hover {
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(90deg, #1dcec2 0%, #0f5dec 100%);
}
.jh2-swiper .sbtn:hover .sbic {
  filter: brightness(0) invert(1);
}
.jh2-swiper .sbic {
  height: 24%;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .jh2-swiper .mask1 {
    bottom: 0.4rem;
  }
  .jh2-swiper .mask2 {
    bottom: 0.8rem;
  }
}

.md-jh-1 {
  padding-top: 1.35rem;
  padding-bottom: 0.5rem;
}

.md-jh-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}

.md-jh-3 {
  padding-top: 0.7rem;
  padding-bottom: 1.4rem;
}
.md-jh-3 .box {
  margin-top: 0.38rem;
}
.md-jh-3 .nav {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 0.35rem;
}
.md-jh-3 .nsw {
  width: auto;
  padding: 0.18rem 0;
  margin-right: 0.6rem;
  cursor: pointer;
  color: #666;
}
.md-jh-3 .nsw.on {
  color: #000;
}
.md-jh-3 .nsw.on::after {
  content: "";
  width: 0.48rem;
  height: 2px;
  background-image: linear-gradient(90deg, #14eaeb 0%, #155fec 100%), linear-gradient(#bfbfbf, #bfbfbf);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.md-jh-3 .box {
  padding: 0 0.6rem;
}
.md-jh-3 .b-cont {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.md-jh-3 .bitem {
  display: none;
}
.md-jh-3 .bitem.show {
  display: block;
}
.md-jh-3 .img {
  padding-top: 52.5641025641%;
}
.md-jh-3 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .md-jh-3 .box {
    padding: 0.3rem;
  }
}

.md-jh-4 {
  padding-top: 1.35rem;
}

.com-sol-swiper {
  margin-top: 0.56rem;
}
.com-sol-swiper .swipers {
  margin-bottom: 1.1rem;
}
.com-sol-swiper .swiper-container {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.com-sol-swiper .img {
  padding-top: 53.3333333333%;
}
.com-sol-swiper .mai {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  height: 0.4rem;
  transform-origin: top center;
  opacity: 0.1;
  border-radius: 0 0 0.1rem 0.1rem;
}
.com-sol-swiper .mask1 {
  width: 89.3333333333%;
  background-color: #155fec;
  top: 100%;
}
.com-sol-swiper .mask2 {
  width: 81.3333333333%;
  background-color: #14eaeb;
  top: calc(100% + 0.4rem);
}

.com-btns .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 0.1rem;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.com-btns .sbtn:hover {
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(90deg, #1dcec2 0%, #0f5dec 100%);
}
.com-btns .sbtn:hover .sic {
  filter: brightness(0) invert(1);
}
.com-btns .sbtn .sic {
  height: 24%;
}

.education-1 {
  padding-top: 0.93rem;
  padding-bottom: 0.75rem;
}
.education-1 .ul {
  margin-top: 0.56rem;
}

.education-2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.education-3 {
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

.md-com-foot {
  min-height: 3.9rem;
  padding: 0.3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.md-com-foot .d11 {
  color: #fff;
}
.md-com-foot .d12 {
  color: #fff;
  line-height: 1.6666666667;
  margin-top: 0.1rem;
}
.md-com-foot .btn {
  margin-top: 0.3rem;
}
.md-com-foot .more {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  box-shadow: 0px 6px 0.15rem 0px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.md-com-foot .more:hover {
  transform: translateY(-0.3em);
}
.md-com-foot .sp {
  background: linear-gradient(225deg, #14eaeb, #155fec);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.md-com-foot .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.3rem;
}

.com-banner3 .cb-ban {
  min-height: 43.75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0;
}
.com-banner3 .cb_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com-banner3 .cb_text {
  width: 100%;
  position: relative;
  text-align: center;
}
.com-banner3 .title {
  color: #000;
  font-weight: bold;
}
.com-banner3 .ts {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(135deg, #14eaeb 0%, #0f5dec 100%);
}
.com-banner3 .t2 {
  color: #666;
  margin-top: 0.26rem;
}
.com-banner3 .t3 {
  margin-top: 0.4rem;
  color: #666;
}
.com-banner3 .btns {
  margin-top: 0.27rem;
}
.com-banner3 .more {
  min-width: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-image: linear-gradient(235deg, #14eaeb 19%, #159bec 49%, #155fec 78%);
  padding: 0.22rem 0.6rem;
  transition: all 0.3s;
}
.com-banner3 .more:hover {
  transform: translateY(-5px);
}
.com-banner3 .more .sp {
  color: #fff;
}
.com-banner3 .more .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.4rem;
}

.com-list4 {
  margin-top: 0.46rem;
}
.com-list4 .li {
  width: 31.7261904762%;
  margin-right: 2.380952381%;
  margin-bottom: 0.4rem;
}
.com-list4 .li:nth-child(3n) {
  margin-right: 0;
}
.com-list4 .dd {
  background-color: #f0f3f8;
  padding: 0.8rem 0.2rem 0.2rem;
  height: 100%;
  min-height: 4.7rem;
  text-align: center;
  transition: all 0.3s;
}
.com-list4 .dd:hover {
  background-image: linear-gradient(-90deg, #14eaeb 0%, #155fec 100%), linear-gradient(#4db3ff, #4db3ff);
}
.com-list4 .dd:hover .bic {
  filter: brightness(0) invert(1);
}
.com-list4 .dd:hover .ic0 {
  filter: none;
}
.com-list4 .dd:hover .text {
  filter: brightness(0) invert(1);
}
.com-list4 .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.com-list4 .bic {
  height: 1.4rem;
}
.com-list4 .ic0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.com-list4 .text {
  margin-top: 0.24rem;
  transition: all 0.3s;
}
.com-list4 .h3 {
  color: #111;
}
.com-list4 .d2 {
  line-height: 1.6666666667;
  color: #666;
  margin-top: 0.3rem;
}
@media (max-width: 768px) {
  .com-list4 {
    justify-content: space-between;
  }
  .com-list4 .li {
    width: 48%;
    margin-right: 0;
  }
}

.com-list5 {
  margin-top: 0.45rem;
}
.com-list5 .li {
  width: 31.7261904762%;
  margin-right: 2.380952381%;
  margin-bottom: 0.4rem;
}
.com-list5 .li:nth-child(3n) {
  margin-right: 0;
}
.com-list5 .dd {
  background-color: #fff;
  padding: 0.4rem;
  height: 100%;
  min-height: 2.3rem;
  transition: all 0.3s;
}
.com-list5 .dd:hover {
  background-image: linear-gradient(-90deg, #14eaeb 0%, #155fec 100%), linear-gradient(#4db3ff, #4db3ff);
}
.com-list5 .dd:hover .bic {
  filter: brightness(0) invert(1);
}
.com-list5 .dd:hover .ic0 {
  filter: none;
}
.com-list5 .dd:hover .text {
  filter: brightness(0) invert(1);
}
.com-list5 .imgs {
  width: 0.8rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.com-list5 .icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.com-list5 .bic {
  width: 100%;
}
.com-list5 .ic0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.com-list5 .text {
  flex-grow: 1;
  transition: all 0.3s;
}
.com-list5 .h3 {
  color: #111;
}
.com-list5 .d2 {
  line-height: 1.6666666667;
  color: #666;
  margin-top: 0.14rem;
}
@media (max-width: 768px) {
  .com-list5 {
    justify-content: space-between;
  }
  .com-list5 .li {
    width: 100%;
    margin-right: 0;
  }
}

.md-jixie-1 {
  padding-top: 1.35rem;
  padding-bottom: 0.5rem;
}

.md-jixie-2 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}

.md-jixie-4 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}

.com-case-view {
  box-shadow: 1px 2px 9px 0px rgba(0, 32, 62, 0.02);
  padding: 0 0.6rem 0.8rem;
  margin-top: 0.38rem;
}
@media (max-width: 768px) {
  .com-case-view {
    padding: 0 0.3rem 0.3rem;
  }
}

.com-case-nav {
  box-shadow: 0 -1px 0 0 inset #bfbfbf;
  padding-top: 0.35rem;
  margin-bottom: 0.6rem;
}
.com-case-nav .nsw {
  width: auto;
  padding: 0.18rem 0;
  margin-right: 0.6rem;
  cursor: pointer;
  color: #666;
}
.com-case-nav .nsw.on {
  color: #000;
}
.com-case-nav .nsw.on::after {
  content: "";
  width: 0.48rem;
  height: 2px;
  background-image: linear-gradient(90deg, #14eaeb 0%, #155fec 100%), linear-gradient(#bfbfbf, #bfbfbf);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}

.com-case-vbox .vitem {
  display: none;
}
.com-case-vbox .vitem.show {
  display: block;
}
.com-case-vbox .imgs {
  width: 51.2820512821%;
}
.com-case-vbox .img {
  padding-top: 67.5%;
}
.com-case-vbox .text {
  width: 44.2307692308%;
}
.com-case-vbox .h3 {
  margin-bottom: 0.4rem;
}
.com-case-vbox .intro {
  line-height: 1.8888888889;
  color: #666;
}
@media (max-width: 768px) {
  .com-case-vbox .imgs {
    width: 100%;
  }
  .com-case-vbox .text {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.md-lvsuo-1 {
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}

.md-lvsuo-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.md-lvsuo-3 {
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
}

.md-jiance-1 {
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}

.md-jiance-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.md-jiance-3 {
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
}

/**/
.com-banner4 .cb-ban {
  min-height: 43.75vw;
  display: flex;
  justify-content: center;
  padding: 0.2rem 0;
  position: relative;
  padding-top: 1.7rem;
	overflow: hidden;
}
.com-banner4 .cb_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com-banner4 .cb_text {
  width: 100%;
  position: relative;
  text-align: center;
}
.com-banner4 .title {
  color: #000;
  font-weight: bold;
}
.com-banner4 .ts {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(135deg, #14eaeb 0%, #0f5dec 100%);
}
.com-banner4 .ts2{
	font-size: 1.3em;
}
.com-banner4 .t2 {
  color: #666;
  margin-top: 0.26rem;
}
.com-banner4 .t3 {
  margin-top: 0.4rem;
  color: #666;
}
.com-banner4 .btns {
  margin-top: 0.27rem;
}
.com-banner4 .more {
  min-width: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-image: linear-gradient(235deg, #14eaeb 19%, #159bec 49%, #155fec 78%);
  padding: 0.22rem 0.6rem;
  transition: all 0.3s;
}
.com-banner4 .more:hover {
  transform: translateY(-5px);
}
.com-banner4 .more .sp {
  color: #fff;
}
.com-banner4 .more .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.4rem;
}
.com-banner4 .ld {
  min-width: 2.4rem;
  max-width: 8em;
  white-space: nowrap;
  text-align: center;
  line-height: 0.5rem;
  position: relative;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px 10px inset rgba(255, 255, 255, 0.4);
  transition: transform 0.3s;
}
.com-banner4 .ld::after {
  content: "";
  width: 0.16rem;
  height: 0.08rem;
  position: absolute;
  left: 0.3rem;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px 10px inset rgba(255, 255, 255, 0.4);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.com-banner4 .lsp {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(135deg, #14eaeb 0%, #0f5dec 100%);
}
@media (min-width: 769px) {
  .com-banner4 .li {
    position: absolute;
  }
  .com-banner4 .ld:hover {
    transform: scale(1.1);
  }
  .com-banner4 .li1 {
    bottom: 3.9rem;
    left: 1.4rem;
  }
  .com-banner4 .li2 {
    bottom: 2.57rem;
    left: 3.6rem;
  }
  .com-banner4 .li3 {
    bottom: 1.2rem;
    left: 5.8rem;
  }
  .com-banner4 .li4 {
    bottom: 3.9rem;
    right: 1.4rem;
  }
  .com-banner4 .li5 {
    bottom: 2.57rem;
    right: 3.6rem;
  }
  .com-banner4 .li6 {
    bottom: 1.2rem;
    right: 5.8rem;
  }
}
@media (max-width: 768px) {
  .com-banner4 .cb-ban {
    flex-direction: column;
  }
  .com-banner4 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .com-banner4 .ld {
    display: inline-block;
  }
  .com-banner4 .li {
    margin: 0.1rem 0;
    width: 50%;
    text-align: center;
  }
}

.j3-box1 .le {
  width: 35.2564102564%;
  background-color: #f3f7fe;
  padding: 0.45rem;
}
.j3-box1 .ri {
  width: 62.8205128205%;
  flex-direction: column;
  gap: 0.2rem;
}
.j3-box1 .img1 {
  padding-top: 61.3333333333%;
  margin-top: 0.7rem;
}
.j3-box1 .text1 {
  min-height: 3.1rem;
  border-bottom: 1px solid #bfbfbf;
}
.j3-box1 .item {
  flex-grow: 1;
}
.j3-box1 .item1 {
  background-color: #f4feff;
}
.j3-box1 .item2 {
  background-color: #f3f7fe;
}
.j3-box1 .tt {
  line-height: 1.5;
  color: #000;
}
.j3-box1 .imgs2 {
  width: 48.9795918367%;
  flex-shrink: 0;
  margin: 0 6.1224489796%;
}
.j3-box1 .img2 {
  padding-top: 60.4166666667%;
}
.j3-box1 .text2 {
  width: 33.6734693878%;
}
@media (max-width: 768px) {
  .j3-box1 .le {
    width: 100%;
    padding: 0.2rem;
  }
  .j3-box1 .ri {
    width: 100%;
  }
  .j3-box1 .item {
    flex-wrap: wrap;
  }
  .j3-box1 .imgs2 {
    width: 100%;
    margin: 0;
  }
  .j3-box1 .text2 {
    width: 100%;
    padding: 0.2rem;
  }
}

.j3-box2 .le {
  width: 3.8rem;
  background-color: #f3f7fe;
}
.j3-box2 .ri {
  width: 11.6rem;
  gap: 0.2rem;
}
.j3-box2 .item {
  padding: 0.2rem;
  position: relative;
}
.j3-box2 .item1 {
  width: 100%;
  background-color: #f4feff;
}
.j3-box2 .item1 .list {
  gap: 0.1rem;
  margin-top: 0.2rem;
}
.j3-box2 .item2 {
  width: 5.7rem;
  background-color: #f3f7fe;
}
.j3-box2 .item2 .img2 {
  margin: 0.1rem auto;
}
.j3-box2 .t1 {
  font-style: italic;
  height: 0.8em;
  overflow: hidden;
  color: #0f60eb;
}
.j3-box2 .img2 {
  width: 2.8rem;
}
.j3-box2 .list1 {
  width: 2.5rem;
}
.j3-box2 .li1 {
  background-color: #fff;
  border-radius: 0.1rem;
  border: solid 1px #bfbfbf;
  padding: 0.1rem 0.2rem;
  text-align: center;
}
.j3-box2 .li1 .icon1 {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.j3-box2 .li1 .sp {
  flex-grow: 1;
}
.j3-box2 .add {
  width: 0.28rem;
  height: 0.28rem;
  margin: 0.45rem auto;
  background-image: url(../images/a30.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.j3-box2 .jt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.j3-box2 .jt .ji {
  height: 0.26rem;
}
.j3-box2 .list3 {
  margin-top: 0.2rem;
}
.j3-box2 .list3 .li3 {
  width: 3.4rem;
  margin: 0 auto 0.1rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 1px #c8c8c8;
  padding: 0.2rem;
  min-height: 1.7rem;
}
.j3-box2 .list3 .icon1 {
  width: 0.85rem;
  flex-shrink: 0;
}
.j3-box2 .list3 .te3 {
  flex-grow: 1;
}
.j3-box2 .list3 .ii1 {
  width: 100%;
}
.j3-box2 .list3 .t12 {
  margin-top: 0.1rem;
}
@media (max-width: 768px) {
  .j3-box2 .le {
    width: 100%;
    padding: 0.2rem;
  }
  .j3-box2 .add {
    margin: 0.1rem auto;
  }
  .j3-box2 .ri {
    width: 100%;
  }
  .j3-box2 .item {
    margin-top: 0.2rem;
  }
  .j3-box2 .item1 {
    width: 100%;
  }
  .j3-box2 .item2 {
    width: 100%;
  }
  .j3-box2 .jt {
    display: none;
  }
  .j3-box2 .list1 {
    width: 100%;
  }
}


.md-new-tags {
  width: 100%;
  position: relative;
  z-index: 30;
}
.md-new-tags .box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  padding: 0.3rem 0;
  box-shadow: 0px 0px 15px 0px rgba(75, 145, 250, 0.1);
}
.md-new-tags .nta {
  line-height: 2em;
  margin: 0.1rem 0.27rem;
  position: relative;
}
.md-new-tags .nta.on {
  box-shadow: 0 -2px 0 0 inset #0f60eb;
}
.md-new-tags .nta.on span {
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(90deg, #1dcec2 0%, #0f5dec 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.partner-3 {
  padding-top: 0.6rem;
  padding-bottom: 1.4rem;
}
.partner-3 .li {
  margin-bottom: 0.6rem;
}
.partner-3 .dd {
  padding: 0.4rem 0;
  height: auto;
  min-height: 7.2rem;
}
.partner-3 .text {
  width: 5.3rem;
  margin-left: 1.5rem;
}
.partner-3 .blogo {
  display: inline-flex;
}
.partner-3 .blogo img {
  height: 1em;
}
.partner-3 .h3 {
  color: #ff9f53;
  margin-top: 0.4rem;
}
.partner-3 .intro {
  color: #fff;
  line-height: 2;
  margin-top: 0.1rem;
}
.partner-3 .more {
  margin-top: 0.3rem;
}
.partner-3 .img {
  width: 4.8rem;
  margin-right: 1.2rem;
}
.partner-3 .img img {
  width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .partner-3 .dd {
    padding: 0.4rem;
    margin: 0;
    justify-content: center;
  }
  .partner-3 .text {
    margin: 0;
  }
  .partner-3 .img {
    margin: 0 auto;
    margin-top: 0.4rem;
  }
}

.cr-list3 .tit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  padding-bottom: 0.3rem;
}
.cr-list3 .list {
  margin-top: 0.1rem;
}
.cr-list3 .aa {
  line-height: 2;
  color: #000;
  text-underline-offset: 2px;
}
.cr-list3 .aa:hover {
  color: #0f60eb;
  text-decoration: underline;
}

.news-consult {
  margin-top: 0.5rem;
}
.news-consult .img {
  padding-top: 78.2608695652%;
}
.news-consult .more {
  display: flex;
  margin-top: 0.4rem;
}

.news-paper {
  margin-top: 0.3rem;
}

.db_ul {
  padding: 0.12rem 0;
}
.db_ul .ua {
  color: #333;
}

.news-class {
  margin-top: 0.4rem;
}
.news-class .li {
  width: 31.3725490196%;
  margin-right: 2.9411764706%;
  margin-bottom: 0.3rem;
}
.news-class .li:nth-child(3n) {
  margin-right: 0;
}
.news-class .aa {
  background-color: #fff;
  position: relative;
}
.news-class .img {
  padding-top: 65.625%;
}
.news-class .img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45.7142857143%;
  background-image: linear-gradient(180deg, rgba(21, 95, 236, 0) 0%, #155fec 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}
.news-class .text {
  padding: 0.16rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  text-align: center;
}

.case-11 {
  padding-top: 1.3rem;
}

.com-pages .com-ri {
  width: 28.75%;
}

.det-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.det-top .times {
  margin-top: 0.3rem;
}

.det_bot {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  margin-top: 0.6rem;
}
.det_bot .ua {
  line-height: 1.7777777778;
  color: #000;
}