@font-face {
  font-family: "Light";
  src: url(/static/font/PingFangSC-Light.otf);
}
@font-face {
  font-family: "Medium";
  src: url(/static/font/PingFangSC-Medium.otf);
}
@font-face {
  font-family: "Regular";
  src: url(/static/font/PingFangSC-Regular.otf);
}
@font-face {
  font-family: "Semibold";
  src: url(/static/font/PingFangSC-Semibold.otf);
}
@font-face {
  font-family: "Thin";
  src: url(/static/font/PingFangSC-Thin.otf);
}
@font-face {
  font-family: "Ultralight";
  src: url(/static/font/PingFangSC-Ultralight.otf);
}
@font-face {
  font-family: "IMPACT";
  src: url(/static/font/IMPACT.TTF);
}
* {
  padding: 0;
  margin: 0;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Regular", sans-serif;
}
a,
li,
i,
b,
em {
  list-style: none;
  font-weight: normal;
  text-decoration: none;
}
img {
  vertical-align: top;
}
.printing {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
/* header */
.header {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 92px;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.header-main > div {
  display: flex;
}
.header-tool .header-360 {
  margin: 0 57px 0 35px;
}
.header-logo {
  position: relative;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header img.hover {
  display: none;
}

.nav-main {
  display: flex;
  align-items: center;
}

.nav-main .nav-item {
  height: 100%;
  transition: all 0.5s;
}
.nav-main .nav-item > a {
  display: inline-block;
  padding: 0 36px;
  color: #fff;
  font-size: 16px;
  line-height: 92px;
  transition: all 0.5s;
}

.header-tool {
  position: relative;
  display: flex;
  align-items: center;
}
.header-lang {
  position: relative;
  margin-right: 65px;
}
.header-lang-btn {
  display: flex;
  align-items: center;
  height: 38px;
  box-sizing: border-box;
  padding: 0 9px 0 3px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.header-lang-btn i {
  position: relative;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
  perspective: 1000px;
}
.header-lang-btn:hover i {
  transform: rotateY(180deg);
}
.header-lang-btn p {
  margin-left: 17px;
  margin-right: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  transition: all 0.5s;
}
.header-lang-btn img {
  position: relative;
  transition: all 0.5s;
}
.header-lang-btn img.hover {
  display: none;
}
.header-lang-btn.on img {
  transform: rotate(180deg);
}
.header-lang-slide {
  display: none;
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  background: #fff;
}
.header-lang-slide li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  transition: all 0.5s;
}
.header-lang-slide li a:hover {
  background: #f2f2f2;
}
.header-btn {
  cursor: pointer;
}
.header-line {
  width: 35px;
  height: 2px;
  background: #fff;
}
.header-line:nth-child(2) {
  margin: 11px 0;
}

.header-nav-slide {
  position: absolute;
  left: 0%;
  top: 92px;
  display: none;
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 1);
  z-index: 100;
  transition: all 0.5s;
}
.header-nav-slide.on {
  display: block;
  z-index: 9;
}
.header-slide-contianer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header-slide-downimg {
  width: 316px;
}
.downpic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 316px;
  height: 180px;
  /* padding-bottom: 56.96%; */
  overflow: hidden;
}
.header-slide-downimg img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dropdown-list {
  display: flex;
  box-sizing: border-box;
  width: calc(100% - 316px);
  padding: 0 40px;
}
.dropdown-type {
  width: 20%;
}
.dropdown-type.company-slide {
  width: 100%;
}
.dropdown-typename {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 17px;
}
.dropdown-typename:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 2px;
  background: #000;
}
.dropdown-typename a {
  margin-right: 14px;
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
  transition: all 0.5s;
}
.dropdown-type ul {
  margin-top: 15px;
  padding-left: 17px;
}
.dropdown-type li {
  display: flex;
  flex-flow: column;
}
.dropdown-type ul a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #888;
}
.dropdown-type ul a span {
  display: inline-block;
  padding-bottom: 2px;
  line-height: 1.2em;
  overflow: hidden;
  will-change: background-size;
  background: url(/static/img/line1.png) no-repeat left bottom;
  -webkit-transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  background-position: right bottom;
  background-size: 0 1px;
}
.dropdown-type ul a span:hover {
  color: #2f318b;
}
.dropdown-type ul a span:hover {
  -webkit-animation: none;
  animation: none;
  background-position: left bottom;
  background-size: 100% 1px;
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  filter: Alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}
.header-fixed-main {
  position: absolute;
  left: 75px;
  right: 75px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.header-fixed-bgitem {
  position: relative;
  transform: scaleX(1);
  transform-origin: right top;
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  transition-property: transform;
}
.header-fixed-bgitem:last-child {
  border-right: none;
}
.header-fixed-bgitem:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #505050;
  -webkit-transition: width 0.6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s;
  transition: width 0.6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s;
}
.header-fixed-nav {
  height: 100%;
}
.header-fixed-nav ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  margin-top: -2%;
  overflow: hidden;
  z-index: 1;
}
.header-fixed-nav li {
  width: 20%;
  height: 100%;
  overflow: hidden;
}
.header-fixed-typename {
  display: table;
  height: 70px;
  margin: 0% 15% 0 19%;
  color: #fff;
  font-size: 28px;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1.2em;
  overflow: hidden;
}
.headr-fixed-typeson a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 19px 15% 19px 19%;
  color: #c3c3c3;
  font-size: 16.5px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.headr-fixed-typeson a span {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-left: 9px;
}
.headr-fixed-typeson a span::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
}
.header-fixed-typename span,
.headr-fixed-typeson a span {
  display: table-cell;
  opacity: 0;
  filter: Alpha(opacity=50);
  -webkit-transform: translateX(-5%);
  transform: translateX(-50%);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s,
    opacity 0.8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s;
}
.headr-fixed-typeson a:hover {
  color: #fff;
}
.header-fixed.on {
  opacity: 1;
  filter: Alpha(opacity=100);
  visibility: visible;
  z-index: 99999;
  background-color: #242424;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  z-index: 99999;
}
.header-fixed.on .header-fixed-bgitem {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right top;
  transition-property: transform;
}
.header-fixed.on .header-fixed-bgitem::after {
  width: 0;
}
.header-fixed.on .header-fixed-typename span,
.header-fixed.on .headr-fixed-typeson a span {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.31, 1.04),
    opacity 0.8s cubic-bezier(0.47, 0, 0.31, 1.04);
}
.header-fixed-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background-color: #505050;
  cursor: pointer;
}
.header-fixed-close i {
  color: #fff;
  font-size: 32px;
}

.header.on {
  background: #fff;
}
.header.on img.hover {
  display: block;
}
.header.on img.leave {
  display: none;
}
.header.on .nav-main .nav-item > a {
  color: #000;
}
.header.on .header-line {
  background: #000;
}
.header.on .header-lang-btn {
  border-color: rgba(0, 0, 0, 0.1);
}
.header.on .header-lang-btn i {
  color: #333;
}
.header.on .header-lang-btn p {
  color: #333;
}
.header.on .header-lang-btn img.leave {
  display: none;
}
.header.on .header-lang-btn img.hover {
  display: block;
}
.header .nav-main .nav-item:hover > a,
.header .nav-main .nav-item.on > a {
  color: #fff;
  background: #2f318b;
}
.header .nav-main .nav-item:hover .header-nav-slide {
  display: block;
}
.header-fixed-close img {
  width: 28px;
}

.banner .swiper > .swiper-button-next,
.swiper-button-prev {
  background: none !important;
}
.product-case {
  width: 100%;
}
.product-case > div:first-child {
  width: 100%;
  margin-top: 98px;
}
.product-case > div p {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #000000;
  text-align: center;
}
.product-case > div span {
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #cacaca;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.case-swiper {
  margin: 62px 0 29px 0;
}
.case-swiper .swiper-slide:nth-child(n) {
  width: 40%;
}
.case-swiper .swiper-slide:nth-child(2n) {
  width: 40%;
}
.case-swiper .swiper-slide:nth-child(3n) {
  width: 40%;
}
.case-swiper .swiper-slide img {
  width: 100%;
}
.case-swiper .swiper-button {
  position: relative;
  width: 40% !important;
  margin: 0 auto;
  bottom: 257px !important;
}
.case-swiper .swiper-button .swiper-button-next,
.case-swiper .swiper-button .swiper-button-prev {
  width: 33px;
  height: 59px;
  background: rgba(0, 0, 0, 0.5) !important;
}
.case-swiper .swiper-button .swiper-button-prev {
  left: 0;
}
.case-swiper .swiper-button .swiper-button-next {
  right: 0;
}
.case-swiper .swiper-button .swiper-button-next::after,
.case-swiper .swiper-button .swiper-button-prev::after {
  display: none;
}
.product-Serve {
  width: 100%;
  background: #f5f5f7;
}
.product-Serve > div:first-child {
  width: 100%;
  padding-top: 98px;
}
.product-Serve > div:first-child p {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #000000;
  text-align: center;
  margin-bottom: 6px;
}
.product-Serve > div:first-child span {
  font-family: "Medium", sans-serif;
  font-size: 20px;
  text-align: center;
  display: block;
  color: #949494;
}
.product-Serve .serve-list {
  width: 100%;
  margin-top: 89px;
  padding-bottom: 100px;
}
.product-Serve .serve-list > ul {
  width: 86.375%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 61px;
}
.product-Serve .serve-list > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-Serve .serve-list > ul > li span {
  font-family: "Semibold", sans-serif;
  font-size: 16px;
  color: #020202;
  margin: 21px 0 17px 0;
}
.product-Serve .serve-list > ul > li p {
  font-size: 16px;
  color: #020202;
}
.product-Serve .serve-list > ul > li a {
  font-size: 16px;
  color: #078f22;
  margin-top: 24px;
}
@keyframes ulli {
  0% {
    width: 0;
  }
  100% {
    width: 62px;
  }
}
.product-Serve .serve-list > ul > li i {
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 2px;
}
.product-Serve .serve-list > ul > li i em {
  display: block;
  width: 0;
  height: 1px;
  background-color: #078f22;
}
.product-Serve .serve-list > ul > li a:hover i em {
  animation: ulli 0.5s linear;
  width: 62px;
}
.product-Serve .serve-list > span {
  width: 86%;
  height: 1px;
  background-color: #d9d9da;
  display: block;
  margin: 0 auto;
}

.cooperate {
  background: url(/static/image/index/bg-eight.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 68px;
}
.cooperate .cooperate-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 78px;
}
.cooperate .cooperate-text b {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #010101;
  margin: 123px 0 45px 0;
}
.cooperate .cooperate-text span {
  font-family: "Medium", sans-serif;
  font-size: 16px;
  color: #000000;
}
.cooperate .cooperate-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.cooperate .cooperate-pic > div {
  position: relative;
  box-shadow: 0px 3px 8px 0px rgba(47, 79, 139, 0.18);
  margin-bottom: 32px;
}
.cooperate .cooperate-pic > div > div {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 30;
  color: #000;
  background: url(/static/image/index/cooperate-bg-1.jpg) no-repeat;
  background-size: 100% 100%;
}
.cooperate .cooperate-pic > div > div > p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.cooperate .cooperate-pic > div > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 30px;
  border: 1px solid #7f81c7;
  font-size: 14px;
  color: #ffffff;
}
.cooperate .cooperate-pic > div > .cooperate-pic-text {
  display: flex;
}

.footer {
  background-color: #222021;
}
.footer .footer-1 > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 63px 0 28px 0;
}
.footer .footer-1 > div span {
  font-size: 18px;
  color: #e3e3e3;
}
.footer .footer-1 > p {
  width: 100%;
  height: 1px;
  background-color: #868586;
}
.footer-2 {
  margin-top: 57px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-2 .footer-2-left {
  width: 66.25%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-2 .footer-2-left ul li:first-child {
  margin-bottom: 42px;
}
.footer-2 .footer-2-left ul li {
  margin-bottom: 22px;
}
.footer-2 .footer-2-left ul li:first-child a {
  font-size: 20px;
  color: #ffffff;
}
.footer-2 .footer-2-left ul li a {
  font-size: 15px;
  color: #868586;
}
.footer-2 .footer-2-right {
  display: flex;
}
.footer-2 .footer-2-right div:first-child {
  margin-right: 44px;
}
.footer-2 .footer-2-right div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.footer-2 .footer-2-right div img {
  width: 126px;
}
.footer-2 .footer-2-right div span {
  font-size: 15px;
  color: #868586;
  margin-top: 25px;
}
.footer-3 {
  margin-top: 45px;
}
.footer-3 .footer-3-address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-3 .footer-3-address p {
  font-size: 15px;
  color: #868586;
}
.footer-3 .footer-3-address span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #868586;
  margin: 0 12px;
}
.footer-3 .footer-3-xian {
  width: 100%;
  height: 1px;
  background-color: #868586;
  opacity: 0.19;
  margin: 15px 0;
}
.footer-3 .footer-3-copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 29px;
}
.footer-3 .footer-3-copyright p {
  font-size: 15px;
  color: #868586;
}
.bodynone {
  display: block;
}
.imgblock {
  display: none !important;
}
.details-industry2-4-1 > div > a > ul > li:nth-child(1) {
  font-family: "IMPACT", sans-serif;
}
.details-industry2-4 .details-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px !important;
}

.details-industry2-4 .details-text i {
  font-style: normal;
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #000000;
}
.details-industry2-4 .details-text p {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: center;
}
.details-industry2-4-1 > div > a > ul > li:nth-child(3) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.details-industry2-4-1 > div > a > ul > li:nth-child(3) img {
  width: 70%;
}
@media (max-width: 768px) {
  .details-industry2-4-1 > div > a > ul > li:nth-child(3) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
  }
  .details-industry2-4-1 > div > a > ul > li:nth-child(3) img {
    width: 90%;
  }
  .bodynone {
    display: none !important;
  }
  .imgblock {
    display: block !important;
  }
  .details-industry2-4 .details-text {
    margin-top: 40px !important;
  }
  .header-mobile-type a {
    font-size: 17px !important;
  }
  .header-mobile-slide a {
    font-size: 14px !important;
  }
  .m-header {
    width: calc(100% - 30px);
    padding: 30px 15px;
    position: absolute;
    z-index: 30;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .prodects-header > .m-header {
    top: 0;
  }
  .m-header > a > img {
    width: 41.86vw;
  }
  .m-header > .header-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-header > .header-right > div:nth-child(2) {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-header > .header-right > div:nth-child(2) img {
    width: 100%;
  }
  .m-header > .header-right > .header-language {
    margin-right: 15px;
  }
  .m-header > .header-right > .header-language > ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-header > .header-right > .header-language > ul > li:nth-child(1) img {
    width: 4.8vw;
  }
  .m-header > .header-right > .header-language > ul > li:nth-child(2) {
    font-size: 14px;
    color: #ffffff;
    margin: 0 12px;
  }
  .m-header > .header-right > .header-language > ul > li:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-header > .header-right > .header-language > ul > li:nth-child(3) img {
    width: 2.4vw;
  }
  .m-header > .header-right > .header-language > span {
    width: 22.4vw;
    height: 2px;
    background: #ffffff;
    display: block;
    margin-top: 5px;
  }
  .xianshi {
    display: none !important;
  }
  .m-color {
    background: #242424;
  }
  .header-mobile {
    background: #242424 !important;
    transition: 0.5s linear;
  }
  .header-mobile > .header-nav > .header-mobile-item > .listyle {
    display: block;
  }
  .header-mobile > .header-nav::-webkit-scrollbar {
    display: none;
  }
  .m-footer {
    width: 100%;
    background: #222021;
  }
  .m-footer > div {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .m-footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 18px 0;
  }
  .m-footer-top > img:first-child {
    width: 43.6111%;
  }
  .m-footer-top > img:last-child {
    width: 11.1111%;
  }
  .m-footer > div > span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #2d2b2c;
    margin-bottom: 17.5px;
  }
  .m-footer > div > ul:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
  }
  .m-footer > div > ul:nth-child(3) > li {
    margin-right: 25px;
    margin-bottom: 11.5px;
  }
  .m-footer > div > ul:nth-child(3) > li > a {
    font-size: 14px;
    color: #ffffff;
  }
  .m-footer-middle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .m-footer-middle a {
    font-size: 12px;
    color: #868586;
    margin-bottom: 8px;
  }
  .m-footer-middle span {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #868586;
    margin: 0 9px 8px;
  }
  .m-footer > div > span:nth-child(5) {
    margin: 15px 0 24px 0;
  }
  .m-footer > div > ul:nth-child(6) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
  }
  .m-footer > div > ul:nth-child(6) li {
    font-size: 12px;
    color: #868586;
    margin-bottom: 8px;
  }
  .cooperate {
    background: url("/static/image/m-index/cooperate-bg.png") no-repeat;
    margin-bottom: 37px;
    background-size: 100%;
  }
  .cooperate .cooperate-text {
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 30px;
  }
  .cooperate .cooperate-text b {
    font-size: 22.5px;
    color: #000000;
    margin: 10px 0 6px 0;
  }
  .cooperate .cooperate-text span {
    width: calc(100% - 45px);
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
  }
  .cooperate .cooperate-picA {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cooperate .cooperate-picA > div {
    width: calc(33% - 9px);
    height: 57.5px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 3px 8px 0px rgba(47, 79, 139, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
  }
  .cooperate .cooperate-picA > div > div {
    display: none;
  }
  .cooperate .cooperate-picA > div > img {
    width: 120%;
    margin-top: 8px;
  }
  .cooperate .cooperate-picA > div > span {
    display: block;
    width: calc(100% - 6px);
    height: 1px;
    background: linear-gradient(to left, transparent, #e7e7e7, transparent);
    margin: 1px 0 7px 0;
  }
  .cooperate .cooperate-picA > div > p {
    font-size: 11px;
    color: #020202;
  }
  .product-case > div p {
    font-size: 22.5px;
  }
  .product-case > div span {
    font-size: 13px;
    color: #cacaca;
  }
  .product-case > div:first-child {
    margin-top: 14px;
  }
  .case-swiper .swiper-slide {
    width: calc(100% - 30px) !important;
  }
  .case-swiper {
    margin: 31px 0 45px 0;
  }
  .m-product-serve {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .m-product-serve > div {
    width: 100%;
    height: 113.5px;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .m-product-serve > div > span {
    font-size: 13px;
    color: #333333;
  }
  .m-product-serve > div > a {
    font-family: "Semibold", sans-serif;
    color: #2f318b;
    font-size: 18px;
    margin: 3px 0 7px 0;
  }
  .m-product-serve > div > p {
    font-size: 13px;
    color: #999999;
  }
}
