html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  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;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/index/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);
}
@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: 44px;
  line-height: 44px;
  padding: 0 40px;
  background: #e52929;
  border-radius: 4px;
  border: 1px solid #e52929;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  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.red {
  color: #fff;
  border: 1px solid #e52929;
  background: #e52929;
}
.l-btn.red:hover {
  background: #c13e2d;
  border-color: #c13e2d;
}
.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;
}
.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="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.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%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.l-title {
  padding-bottom: 0.7rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 0;
}
.l-title h2 img {
  width: 2.32rem;
}
.l-title p {
  font-size: 0.32rem;
  color: #202020;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 400;
  line-height: 0.45rem;
  margin-top: 20px;
  text-align: center;
}
.l-title.dark h2 {
  color: #fff;
}
.l-title.dark h2:after {
  background: #fff;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .l-title {
    padding-bottom: 25px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 0;
  }
  .l-title h2 img {
    width: auto;
    height: 26px;
  }
  .l-title p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 60px;
  }
}
.banner .l-container {
  max-width: 100%;
  padding: 0;
}
.banner .l-container .swiper-slide {
  background-size: cover !important;
}
.banner .l-container .main-box {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 0 0 !important;
  padding: 0 15%;
}
.banner .banner-main {
  float: left;
  line-height: 100vh;
  height: 100vh;
}
.banner .banner-main .info-box {
  width: 4.85rem;
  font-size: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner .banner-main .info-box img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background: rgba(184, 184, 184, 0.9);
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
  margin: 0 !important;
  margin-right: 20px !important;
}
.banner .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  height: 5px;
  background: #ffffff;
  position: absolute;
}
.banner .swiper-pagination-bullet-active {
  background: rgba(3, 12, 76, 0.3) !important;
}
.banner .swiper-pagination-bullet-active::after {
  animation: pagination 5s linear infinite;
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 978px) {
  .banner .l-container {
    max-width: 100%;
    padding: 0;
  }
  .banner .l-container .swiper-slide {
    background-size: cover !important;
  }
  .banner .l-container .main-box {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 0 0 !important;
  }
  .banner .banner-main {
    float: left;
    line-height: 100vh;
    height: 100vh;
  }
  .banner .banner-main .info-box {
    width: 4.4rem;
    font-size: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    transform: translateY(-45px);
  }
  .banner .banner-main .info-box img {
    width: 100%;
    height: auto;
  }
  .banner .swiper-slide {
    background: url(../images/solution/banner-bg-01-mb.jpg) center no-repeat !important;
    background-size: cover !important;
  }
  .banner .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background: rgba(184, 184, 184, 0.9);
    border-radius: 0px;
    position: relative;
    transition: all 0.3s;
    margin: 0 !important;
    margin-right: 20px !important;
  }
  .banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }
  .banner .swiper-pagination-bullet::after {
    content: "";
    top: 0;
    left: 0;
    right: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
  }
  .banner .swiper-pagination-bullet-active {
    background: rgba(3, 12, 76, 0.3) !important;
  }
  .banner .swiper-pagination-bullet-active::after {
    animation: pagination 5s linear infinite;
  }
}
.l-nav {
  height: 1.07rem;
  background: #ffffff;
  box-shadow: 0px 8px 12px 0px rgba(144, 144, 144, 0.2);
}
.l-nav ul {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l-nav ul li {
  float: left;
  width: calc( ( 100% ) / 4);
  padding: 0.3rem 0 0 0;
  text-align: center;
}
.l-nav ul li p {
  display: inline-block;
  text-align: center;
  font-size: 0.24rem;
  color: #606060;
  line-height: 0.42rem;
  padding-bottom: 0.3rem;
  letter-spacing: 0;
  font-family: "Alibaba_55";
}
.l-nav ul li p:hover {
  color: #202020;
}
.l-nav ul li.active p {
  color: #202020;
  font-family: "Alibaba_65";
  border-bottom: 5px solid #202020;
}
.l-nav.nav-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 10px 20px 0px rgba(95, 128, 175, 0.17);
}
.l-nav.nav-fixed + .solution-tab {
  margin-top: 107px;
}
@media (max-width: 1440px) {
  .l-nav.nav-fixed + .solution-tab {
    margin-top: 86px;
  }
}
@media (max-width: 1240px) {
  .l-nav.nav-fixed + .solution-tab {
    margin-top: 69px;
  }
}
@media (max-width: 978px) {
  .l-nav {
    background: #fff;
    height: 56px;
    overflow: hidden;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav .l-container {
    padding: 0;
  }
  .l-nav ul {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .l-nav ul li {
    float: left;
    width: 25%;
    padding-top: 0px;
    padding-right: 0px;
    flex-shrink: 0;
  }
  .l-nav ul li p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #000000;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    width: auto;
    font-family: "Alibaba_45";
  }
  .l-nav ul li p i {
    display: inline-block;
    width: 50px;
    height: 16px;
    margin-left: 5px;
    background: url(../images/nav-icon.svg);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .l-nav ul li p:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
  }
  .l-nav ul li.active p {
    background: transparent;
    border-radius: 4px;
    color: #000;
  }
  .l-nav ul li.active p:after {
    background: #202020;
  }
  .l-nav.nav-fixed {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
  }
  .l-nav.nav-fixed + .solution-tab {
    margin-top: 56px;
  }
}
.understand .t-content p {
  font-size: 0.23rem;
  color: #202020;
  line-height: 0.4rem;
  font-weight: 400;
  font-family: "Alibaba_45";
  text-align: center;
}
.understand .t-content p:last-child {
  font-size: 0.28rem;
  color: #202020;
  text-align: center;
  font-family: "Alibaba_55";
  line-height: 0.46rem;
  font-weight: 400;
  margin-top: 0.4rem;
}
.understand .b-content {
  margin-top: 0.3rem;
}
.understand .b-content h4 {
  font-size: 0.36rem;
  color: #202020;
  text-align: center;
  font-family: "Alibaba_75";
  margin-bottom: 0.6rem;
}
.understand .b-content ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.understand .b-content ul li p span {
  font-size: 18px;
  color: #202020;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  font-family: "Alibaba_55";
}
.understand .b-content ul li p:nth-child(1) span {
  font-size: 56px;
  color: #202020;
  line-height: 68px;
  text-align: left;
  font-family: "Alibaba_75";
}
.understand .b-content ul li p i {
  font-size: 18px;
  color: #202020;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  margin-left: 5px;
  font-family: "Alibaba_55";
}
@media (max-width: 978px) {
  .understand .t-content {
    text-align: center;
  }
  .understand .t-content p {
    font-size: 0.23rem;
    color: #202020;
    line-height: 0.4rem;
    font-weight: 400;
    font-family: "Alibaba_45";
  }
  .understand .t-content p:last-child {
    font-size: 14px;
    color: #202020;
    text-align: center;
    font-family: "Alibaba_45";
    line-height: 24px;
    font-weight: 400;
    max-width: 280px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .understand .b-content {
    margin-top: 20px;
  }
  .understand .b-content h4 {
    font-size: 16px;
    color: #202020;
    text-align: center;
    font-family: "Alibaba_75";
    margin-bottom: 0.6rem;
  }
  .understand .b-content ul li {
    float: left;
    width: 25%;
    text-align: center;
  }
  .understand .b-content ul li p span {
    font-size: 12px;
    color: #202020;
    line-height: 16px;
    text-align: left;
    font-weight: 400;
    font-family: "Alibaba_55";
  }
  .understand .b-content ul li p span:last-child {
    display: inline-block;
    transform: scale(0.9);
  }
  .understand .b-content ul li p:nth-child(1) span {
    font-size: 28px;
    color: #202020;
    line-height: 30px;
    text-align: left;
    font-family: "Alibaba_75";
  }
  .understand .b-content ul li p i {
    font-size: 12px;
    color: #202020;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    margin-left: 3px;
    font-family: "Alibaba_55";
  }
}
.design .t-content > p {
  font-size: 0.22rem;
  color: #202020;
  line-height: 0.46rem;
  font-weight: 400;
  font-family: "Alibaba_45";
  text-align: center;
}
.design .t-content ul {
  margin-top: 0.6rem;
}
.design .t-content ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.design .t-content ul li img {
  width: 1.1rem;
}
.design .t-content ul li p {
  font-size: 0.24rem;
  color: #202020;
  text-align: left;
  line-height: 0.33rem;
  font-family: "Alibaba_75";
  text-align: center;
}
.design .b-content img {
  width: 100%;
}
.design .b-content ul {
  margin-top: 0.6rem;
  display: flex;
}
.design .b-content ul li {
  float: left;
  width: calc( ( 100% - 40px ) / 5 );
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  margin-right: 10px;
  padding: 0.2rem 0;
}
.design .b-content ul li:last-child {
  margin-right: 0;
}
.design .b-content ul li:nth-child(1),
.design .b-content ul li:nth-child(3),
.design .b-content ul li:nth-child(4),
.design .b-content ul li:nth-child(5) {
  padding-top: 0.35rem;
}
.design .b-content ul li p {
  font-size: 0.2rem;
  color: #202020;
  text-align: left;
  line-height: 0.32rem;
  font-family: "Alibaba_55";
  text-align: center;
}
@media (max-width: 978px) {
  .design .t-content > p {
    font-size: 12px;
    color: #202020;
    line-height: 21px;
    font-weight: 400;
    font-family: "Alibaba_45";
    text-align: center;
  }
  .design .t-content ul {
    margin-top: 20px;
  }
  .design .t-content ul li {
    float: left;
    width: 25%;
    text-align: center;
  }
  .design .t-content ul li img {
    width: 40px;
  }
  .design .t-content ul li p {
    display: inline-block;
    font-size: 12px;
    color: #202020;
    line-height: 16px;
    font-family: "Alibaba_45";
    text-align: center;
    max-width: 50px;
    transform: scale(0.9);
  }
  .design .t-content ul li:last-child p {
    max-width: 60px;
  }
  .design .b-content img {
    width: 100%;
  }
  .design .b-content ul {
    margin-top: 0.6rem;
    display: block;
    font-size: 0;
    text-align: center;
  }
  .design .b-content ul li {
    float: none;
    display: inline-block;
    width: 33%;
    width: calc( ( 100% - 10px ) / 3 );
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
    margin-right: 5px;
    padding: 0.18rem 0;
    margin-bottom: 5px;
    vertical-align: text-top;
    height: 75px;
  }
  .design .b-content ul li:last-child {
    margin-right: 0;
  }
  .design .b-content ul li:nth-child(3),
  .design .b-content ul li:nth-child(5) {
    margin-right: 0;
  }
  .design .b-content ul li:nth-child(4),
  .design .b-content ul li:nth-child(5) {
    margin-bottom: 0;
  }
  .design .b-content ul li:nth-child(1),
  .design .b-content ul li:nth-child(3),
  .design .b-content ul li:nth-child(4),
  .design .b-content ul li:nth-child(5) {
    padding-top: 0.3rem;
  }
  .design .b-content ul li p {
    font-size: 12px;
    color: #202020;
    text-align: left;
    line-height: 0.32rem;
    font-family: "Alibaba_55";
    text-align: center;
    transform: scale(0.85);
  }
}
.operation .t-content > p {
  font-size: 0.22rem;
  color: #202020;
  line-height: 0.46rem;
  font-weight: 400;
  font-family: "Alibaba_45";
  text-align: center;
}
.operation .t-content > p span {
  font-size: 0.32rem;
  font-family: "Alibaba_75";
}
.operation .t-content img {
  width: 100%;
  margin-top: 0.7rem;
}
.operation .b-content {
  margin-top: -0.8rem;
  position: relative;
  z-index: 1;
}
.operation .b-content ul {
  margin-top: 0.6rem;
  background: #fff;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  width: 80%;
  margin: 0 auto;
  padding: 0.3rem 0;
}
.operation .b-content ul li {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}
.operation .b-content ul li:last-child {
  border: none;
}
.operation .b-content ul li img {
  width: 0.8rem;
}
.operation .b-content ul li p {
  font-size: 0.2rem;
  color: #202020;
  text-align: left;
  line-height: 0.32rem;
  font-family: "Alibaba_45";
  text-align: center;
}
@media (max-width: 978px) {
  .operation .t-content > p {
    font-size: 12px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
    font-family: "Alibaba_45";
    text-align: center;
  }
  .operation .t-content > p span {
    font-size: 14px;
    font-family: "Alibaba_75";
  }
  .operation .t-content img {
    width: 100%;
    margin-top: 25px;
  }
  .operation .b-content {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .operation .b-content ul {
    margin-top: 0.6rem;
    background: #fff;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .operation .b-content ul li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: none;
  }
  .operation .b-content ul li:last-child {
    border: none;
  }
  .operation .b-content ul li img {
    width: 30px;
  }
  .operation .b-content ul li p {
    font-size: 12px;
    color: #202020;
    text-align: left;
    line-height: 16px;
    font-family: "Alibaba_45";
    text-align: center;
  }
}
.footprint .l-body {
  padding-top: 0.4rem;
}
.footprint .tab_item li {
  width: 100%;
}
.footprint .tab_item .r-content {
  float: left;
  width: calc( 100% - 580px );
  padding-left: 40px;
  padding-top: 130px;
}
.footprint .tab_item .r-content h3 {
  font-size: 0.4rem;
  color: #202020;
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  line-height: 0.53rem;
  padding-bottom: 0.3rem;
}
.footprint .tab_item .r-content p {
  font-size: 0.21rem;
  color: #202020;
  line-height: 0.38rem;
  font-weight: 400;
}
.footprint .tab_item .l-content {
  float: left;
  width: 580px;
  font-size: 0;
}
.footprint .tab_item .l-content img {
  width: 100%;
}
.footprint .tab_btn {
  position: relative;
  margin-bottom: 20px;
}
.footprint .tab_btn li {
  position: relative;
  cursor: pointer;
}
.footprint .tab_btn h3 {
  font-size: 0.34rem;
  color: #202020;
  font-weight: 600;
  line-height: 0.42rem;
  margin-bottom: 0.6rem;
  transition: all 0.3s;
  font-family: "Alibaba_45";
}
.footprint .tab_btn span {
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../images/solution/footprint-icon-01.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -13px;
  transition: all 0.3s;
  opacity: 0;
}
.footprint .tab_btn li.active h3 {
  color: #000;
  font-family: "Alibaba_75";
}
.footprint .tab_btn li.active span {
  opacity: 1;
}
.footprint .tab_btn li.active p {
  color: #ff150c;
}
@media (max-width: 978px) {
  .footprint .l-body {
    padding-top: 0;
  }
  .footprint .tab_item li {
    width: 100%;
  }
  .footprint .tab_item .r-content {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    text-align: center;
  }
  .footprint .tab_item .r-content h3 {
    font-size: 19px;
    color: #202020;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 10px;
    font-family: "Alibaba_75";
  }
  .footprint .tab_item .r-content p {
    font-size: 12px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
  }
  .footprint .tab_item .l-content {
    float: left;
    width: 100%;
    font-size: 0;
  }
  .footprint .tab_item .l-content img {
    width: 100%;
  }
  .footprint .tab_btn {
    position: relative;
    margin-bottom: 0px;
  }
  .footprint .tab_btn li {
    position: relative;
    cursor: pointer;
  }
  .footprint .tab_btn h3 {
    font-size: 13px;
    color: #202020;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 30px;
    transition: all 0.3s;
    font-family: "Alibaba_45";
  }
  .footprint .tab_btn span {
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../images/solution/footprint-icon-01.png);
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    transition: all 0.3s;
    opacity: 0;
  }
  .footprint .tab_btn li.active h3 {
    color: #000;
    font-family: "Alibaba_75";
  }
  .footprint .tab_btn li.active span {
    opacity: 1;
  }
  .footprint .tab_btn li.active p {
    color: #ff150c;
  }
}
.honor .l-title {
  padding-bottom: 0.3rem;
}
.honor .l-body {
  font-size: 0;
}
.honor .l-body p {
  font-size: 0.24rem;
  color: #202020;
  text-align: center;
  line-height: 0.42rem;
  font-weight: 400;
  margin-bottom: 0.45rem;
}
.honor .l-body img {
  width: 100%;
}
.culture .l-body ul {
  background: url(../images/solution/culture-bg.jpg) center no-repeat;
  background-size: cover;
}
.culture .l-body ul li {
  font-size: 0;
  padding: 1.4rem 0.25rem;
  text-align: center;
  float: left;
  width: calc( ( 100%  ) / 3 );
  border-right: 5px solid #fff;
}
.culture .l-body ul li:last-child {
  border: none;
}
.culture .l-body ul li img {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.5rem;
}
.culture .l-body ul li p {
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.36rem;
  font-family: "Alibaba_55";
}
@media (max-width: 978px) {
  .culture .l-body ul {
    background: url(../images/solution/culture-bg-mb.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    min-height: 210px;
  }
  .culture .l-body ul li {
    font-size: 0;
    padding: 55px 10px 15px;
    text-align: center;
    float: left;
    width: 25%;
    border-right: 2px solid #fff;
    transition: all 0.3s;
  }
  .culture .l-body ul li:last-child {
    border: none;
  }
  .culture .l-body ul li img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transform: translateY(35px);
    transition: all 0.3s;
  }
  .culture .l-body ul li h3 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "Alibaba_75";
    display: none;
  }
  .culture .l-body ul li p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    letter-spacing: 2px;
    line-height: 20px;
    font-family: "Alibaba_45";
    display: none;
    min-width: 153px;
  }
  .culture .l-body ul li.active {
    width: 50%;
  }
  .culture .l-body ul li.active h3,
  .culture .l-body ul li.active p {
    display: block;
  }
  .culture .l-body ul li.active img {
    transform: translateY(0px);
  }
}
.logo .l-body ul li {
  font-size: 0;
  padding: 0.6rem 0;
  text-align: center;
  float: left;
  width: calc( ( 100% - 40px   ) / 5 );
  margin-right: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 36px 0px rgba(195, 195, 195, 0.3);
}
.logo .l-body ul li:nth-child(5n) {
  margin-right: 0;
}
.logo .l-body ul li:nth-child(odd) {
  background: url(../images/solution/logo-icon-bg.jpg) right bottom;
  background-size: cover;
}
.logo .l-body ul li img {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.logo .l-body ul li p {
  font-size: 22px;
  color: #202020;
  text-align: center;
  font-family: "Alibaba_65";
}
@media (max-width: 978px) {
  .logo .l-container {
    padding: 0;
  }
  .logo .l-body ul li {
    font-size: 0;
    padding: 20px 0;
    text-align: center;
    float: left;
    width: calc( ( 100% - 10px   ) / 3 );
    margin-right: 5px;
    margin-bottom: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 36px 0px rgba(195, 195, 195, 0.3);
  }
  .logo .l-body ul li:nth-child(5n) {
    margin-right: 5px;
  }
  .logo .l-body ul li:nth-child(3n) {
    margin-right: 0;
  }
  .logo .l-body ul li:nth-child(odd) {
    background: url(../images/solution/logo-icon-bg.jpg) right bottom;
    background-size: cover;
  }
  .logo .l-body ul li img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .logo .l-body ul li p {
    font-size: 12px;
    color: #202020;
    text-align: center;
    font-family: "Alibaba_65";
  }
  .logo .l-body .swiper-pagination {
    top: auto;
    bottom: 0px;
    width: 30px;
    height: 4px;
    left: 50%;
    margin-left: -15px;
  }
  .logo .l-body .swiper-container {
    padding-bottom: 20px;
    border-radius: 2px;
    padding-left: 40px;
    padding-top: 20px;
    margin-top: -20px;
  }
  .logo .l-body .swiper-slide {
    margin-left: -20px;
  }
  .logo .l-body .swiper-slide + .swiper-slide {
    margin-left: 0;
  }
  .logo .l-body .swiper-wrapper {
    width: calc( 100% - 20px );
  }
  .logo .l-body .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #333333;
    border-radius: 2px;
  }
}
.coll .l-body ul li {
  text-align: center;
  float: left;
  width: calc( ( 100% - 30px   ) / 6 );
  margin-right: 6px;
  margin-bottom: 0.4rem;
  background: #ffffff;
  box-shadow: 0px 0px 36px 0px rgba(195, 195, 195, 0.3);
  font-size: 0;
}
.coll .l-body ul li:nth-child(6n) {
  margin-right: 0;
}
.coll .l-body ul li span {
  display: inline-block;
  width: 100%;
}
.coll .l-body ul li img {
  display: inline-block;
  width: 100%;
}
@media (max-width: 978px) {
  .coll .l-container {
    padding: 0;
  }
  .coll .l-body ul li {
    text-align: center;
    float: left;
    width: calc( ( 100% - 10px   ) / 3 );
    margin-right: 5px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 36px 0px rgba(195, 195, 195, 0.3);
    font-size: 0;
  }
  .coll .l-body ul li:nth-child(6n) {
    margin-right: 5px;
  }
  .coll .l-body ul li:nth-child(3n) {
    margin-right: 0;
  }
  .coll .l-body ul li span {
    display: inline-block;
    width: 100%;
  }
  .coll .l-body ul li img {
    display: inline-block;
    width: 100%;
  }
  .coll .l-body .swiper-pagination {
    top: auto;
    bottom: 0px;
    width: 30px;
    height: 4px;
    left: 50%;
    margin-left: -15px;
  }
  .coll .l-body .swiper-container {
    padding-bottom: 20px;
    border-radius: 2px;
    padding-left: 40px;
    padding-top: 20px;
    margin-top: -20px;
  }
  .coll .l-body .swiper-slide {
    margin-left: -20px;
  }
  .coll .l-body .swiper-slide + .swiper-slide {
    margin-left: 0;
  }
  .coll .l-body .swiper-wrapper {
    width: calc( 100% - 20px );
  }
  .coll .l-body .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #333333;
    border-radius: 2px;
  }
}
.price {
  overflow: hidden;
}
.price .l-body {
  height: 420px;
}
.price .l-body ul {
  height: 420px;
}
.price .l-body ul li {
  font-size: 0;
  padding: 1.4rem 0.6rem;
  height: 420px;
  position: relative;
  text-align: center;
  float: left;
  width: 25%;
  border-right: 5px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.price .l-body ul li:nth-child(1) {
  background: url(../images/solution/price-img-01.jpg) center no-repeat;
  background-size: cover;
}
.price .l-body ul li:nth-child(2) {
  background: url(../images/solution/price-img-02.jpg) center no-repeat;
  background-size: cover;
}
.price .l-body ul li:nth-child(3) {
  background: url(../images/solution/price-img-03.jpg) center no-repeat;
  background-size: cover;
}
.price .l-body ul li:last-child {
  border: none;
}
.price .l-body ul li .info {
  position: absolute;
  left: 0.86rem;
  bottom: 0.9rem;
}
.price .l-body ul li h2 {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
  font-family: "Alibaba_75";
  transition: all 0.3s;
}
.price .l-body ul li p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 36px;
  font-weight: 400;
  padding-right: 0.6rem;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}
.price .l-body ul li.active {
  width: 50%;
}
.price .l-body ul li.active .info {
  left: 0.6rem;
  bottom: 0.6rem;
}
.price .l-body ul li.active h2 {
  margin-bottom: 20px;
}
.price .l-body ul li.active p {
  opacity: 1;
  height: auto;
}
@media (max-width: 978px) {
  .price {
    overflow: hidden;
  }
  .price .l-body {
    height: 210px;
  }
  .price .l-body ul {
    height: 210px;
  }
  .price .l-body ul li {
    font-size: 0;
    padding: 1.4rem 15px;
    height: 210px;
    position: relative;
    text-align: center;
    float: left;
    width: 25%;
    border-right: 2px solid #fff;
    transition: all 0.3s;
    cursor: pointer;
  }
  .price .l-body ul li:nth-child(1) {
    background: url(../images/solution/price-img-01-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .price .l-body ul li:nth-child(2) {
    background: url(../images/solution/price-img-02-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .price .l-body ul li:nth-child(3) {
    background: url(../images/solution/price-img-03-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .price .l-body ul li:last-child {
    border: none;
  }
  .price .l-body ul li .info {
    position: absolute;
    left: 15px;
    bottom: 60px;
  }
  .price .l-body ul li h2 {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-family: "Alibaba_75";
    transition: all 0.3s;
  }
  .price .l-body ul li p {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    padding-right: 5px;
    transform: scale(0.9) translateX(-7px);
    transition: all 0.3s;
    height: 0;
    opacity: 0;
  }
  .price .l-body ul li.active {
    width: 50%;
  }
  .price .l-body ul li.active .info {
    left: 15px;
    bottom: 15px;
  }
  .price .l-body ul li.active h2 {
    margin-bottom: 3px;
  }
  .price .l-body ul li.active p {
    opacity: 1;
    height: auto;
  }
}
.manage {
  overflow: hidden;
}
.manage .l-body {
  height: 420px;
}
.manage .l-body ul {
  height: 420px;
}
.manage .l-body ul li {
  font-size: 0;
  padding: 1.4rem 0.6rem;
  height: 420px;
  position: relative;
  text-align: center;
  float: left;
  width: 25%;
  border-right: 5px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.manage .l-body ul li:nth-child(1) {
  background: url(../images/solution/manage-img-01.jpg) center no-repeat;
  background-size: cover;
}
.manage .l-body ul li:nth-child(2) {
  background: url(../images/solution/manage-img-02.jpg) center no-repeat;
  background-size: cover;
}
.manage .l-body ul li:nth-child(3) {
  background: url(../images/solution/manage-img-03.jpg) center no-repeat;
  background-size: cover;
}
.manage .l-body ul li:nth-child(4) {
  background: url(../images/solution/manage-img-04.jpg) center no-repeat;
  background-size: cover;
}
.manage .l-body ul li:last-child {
  border: none;
}
.manage .l-body ul li .info {
  position: absolute;
  top: 1.8rem;
  left: 0;
  right: 0;
}
.manage .l-body ul li h2 {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  font-family: "Alibaba_75";
  transition: all 0.3s;
  margin-bottom: 20px;
}
.manage .l-body ul li p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 978px) {
  .manage {
    overflow: hidden;
  }
  .manage .l-body {
    height: 410px;
  }
  .manage .l-body ul {
    height: 200px;
  }
  .manage .l-body ul li {
    font-size: 0;
    padding: 1.4rem 0.6rem;
    height: 200px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    float: left;
    width: 50%;
    border-right: 5px solid #fff;
    transition: all 0.3s;
    cursor: pointer;
  }
  .manage .l-body ul li:nth-child(1) {
    background: url(../images/solution/manage-img-01.jpg) center no-repeat;
    background-size: cover;
  }
  .manage .l-body ul li:nth-child(2) {
    background: url(../images/solution/manage-img-02.jpg) center no-repeat;
    background-size: cover;
  }
  .manage .l-body ul li:nth-child(3) {
    background: url(../images/solution/manage-img-03.jpg) center no-repeat;
    background-size: cover;
  }
  .manage .l-body ul li:nth-child(4) {
    background: url(../images/solution/manage-img-04.jpg) center no-repeat;
    background-size: cover;
  }
  .manage .l-body ul li:last-child {
    border: none;
  }
  .manage .l-body ul li .info {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }
  .manage .l-body ul li h2 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-family: "Alibaba_75";
    transition: all 0.3s;
    margin-bottom: 10px;
  }
  .manage .l-body ul li p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    font-family: "Alibaba_45";
    font-weight: 400;
    transition: all 0.3s;
  }
}
.build {
  overflow: hidden;
  width: 100%;
}
.build .l-body > p {
  font-size: 0.24rem;
  color: #202020;
  text-align: center;
  line-height: 0.44rem;
  margin-bottom: 0.45rem;
  font-family: "Alibaba_45";
}
.build .l-body ul {
  height: 420px;
}
.build .l-body ul li {
  font-size: 0;
  padding: 1.4rem 0.6rem;
  height: 420px;
  position: relative;
  text-align: center;
  float: left;
  width: 25%;
  border-right: 5px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.build .l-body ul li:nth-child(1) {
  background: url(../images/solution/build-img-01-d.jpg) center no-repeat;
  background-size: cover;
}
.build .l-body ul li:nth-child(2) {
  background: url(../images/solution/build-img-02-d.jpg) center no-repeat;
  background-size: cover;
}
.build .l-body ul li:nth-child(3) {
  background: url(../images/solution/build-img-03-d.jpg) center no-repeat;
  background-size: cover;
}
.build .l-body ul li:last-child {
  border: none;
}
.build .l-body ul li .info {
  position: absolute;
  left: 0.86rem;
  bottom: 0.9rem;
}
.build .l-body ul li h2 {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
  font-family: "Alibaba_75";
  transition: all 0.3s;
}
.build .l-body ul li p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 36px;
  font-weight: 400;
  padding-right: 0.6rem;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}
.build .l-body ul li.active {
  width: 50%;
}
.build .l-body ul li.active:nth-child(1) {
  background: url(../images/solution/build-img-01.jpg) center no-repeat;
  background-size: cover;
}
.build .l-body ul li.active:nth-child(2) {
  background: url(../images/solution/build-img-02.jpg) center no-repeat;
  background-size: cover;
}
.build .l-body ul li.active:nth-child(3) {
  background: url(../images/solution/build-img-03.jpg) center no-repeat;
  background-size: cover;
}
.build .l-body ul li.active .info {
  left: 0.6rem;
  bottom: 0.6rem;
}
.build .l-body ul li.active h2 {
  margin-bottom: 20px;
}
.build .l-body ul li.active p {
  opacity: 1;
  height: auto;
}
@media (max-width: 978px) {
  .build {
    overflow: hidden;
    width: 100%;
  }
  .build .l-body > p {
    font-size: 12px;
    color: #202020;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "Alibaba_45";
  }
  .build .l-body ul {
    height: 210px;
  }
  .build .l-body ul li {
    font-size: 0;
    padding: 1.4rem 0.6rem;
    height: 210px;
    position: relative;
    text-align: center;
    float: left;
    width: 25%;
    border-right: 5px solid #fff;
    transition: all 0.3s;
    cursor: pointer;
  }
  .build .l-body ul li:nth-child(1) {
    background: url(../images/solution/build-img-01-d-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .build .l-body ul li:nth-child(2) {
    background: url(../images/solution/build-img-02-d-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .build .l-body ul li:nth-child(3) {
    background: url(../images/solution/build-img-03-d-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .build .l-body ul li:last-child {
    border: none;
  }
  .build .l-body ul li .info {
    position: absolute;
    left: 10px;
    bottom: 60px;
  }
  .build .l-body ul li h2 {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-family: "Alibaba_75";
    transition: all 0.3s;
    display: none;
  }
  .build .l-body ul li p {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    line-height: 16px;
    font-weight: 400;
    padding-right: 10px;
    transition: all 0.3s;
    transform: scale(0.9) translateX(-6px);
    height: 0;
    opacity: 0;
  }
  .build .l-body ul li.active {
    width: 50%;
  }
  .build .l-body ul li.active:nth-child(1) {
    background: url(../images/solution/build-img-01.jpg) center no-repeat;
    background-size: cover;
  }
  .build .l-body ul li.active:nth-child(2) {
    background: url(../images/solution/build-img-02.jpg) center no-repeat;
    background-size: cover;
  }
  .build .l-body ul li.active:nth-child(3) {
    background: url(../images/solution/build-img-03.jpg) center no-repeat;
    background-size: cover;
  }
  .build .l-body ul li.active .info {
    left: 10px;
    bottom: 20px;
  }
  .build .l-body ul li.active h2 {
    margin-bottom: 5px;
    display: block;
  }
  .build .l-body ul li.active p {
    opacity: 1;
    height: auto;
  }
}
.partner {
  padding-bottom: 100px;
}
.partner .l-body ul {
  background: url(../images/solution/partner-bg.jpg) center no-repeat;
  background-size: cover;
}
.partner .l-body ul li {
  font-size: 0;
  padding: 120px 0;
  text-align: center;
  float: left;
  width: calc( ( 100%  ) / 4 );
  border-right: 10px solid #fff;
}
.partner .l-body ul li:last-child {
  border: none;
}
.partner .l-body ul li img {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}
.partner .l-body ul li p {
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.3rem;
  font-family: "Alibaba_65";
  margin-bottom: 15px;
}
.partner .l-body ul li p:last-child {
  font-family: "Alibaba_55";
}
.partner .l-body ul li p span {
  font-size: 0.42rem;
}
.partner .l-body ul li p:last-child {
  margin-bottom: 0;
}
@media (max-width: 978px) {
  .partner {
    padding-bottom: 50px;
  }
  .partner .l-body ul {
    background: url(../images/solution/partner-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .partner .l-body ul li {
    font-size: 0;
    padding: 35px 0;
    text-align: center;
    float: left;
    width: calc( ( 100%  ) / 2 );
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  .partner .l-body ul li:last-child {
    border: none;
  }
  .partner .l-body ul li:nth-child(3),
  .partner .l-body ul li:nth-child(4) {
    border-bottom: none;
  }
  .partner .l-body ul li img {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
  .partner .l-body ul li p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    font-family: "Alibaba_65";
    margin-bottom: 5px;
  }
  .partner .l-body ul li p:last-child {
    font-family: "Alibaba_55";
  }
  .partner .l-body ul li p span {
    font-size: 19px;
  }
  .partner .l-body ul li p:last-child {
    margin-bottom: 0;
  }
}
.solution-tab .solution-item {
  display: none;
}
.solution-tab .solution-item.active {
  display: block;
}
.advantage {
  padding-bottom: 1.2rem;
}
.advantage .advantage_item li {
  width: 100%;
  display: flex;
  margin-bottom: 0.6rem;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
}
.advantage .advantage_item li:nth-child(1) .info-box h3:before {
  content: "01";
}
.advantage .advantage_item li:nth-child(2) .info-box h3:before {
  content: "02";
}
.advantage .advantage_item li:nth-child(3) .info-box h3:before {
  content: "03";
}
.advantage .advantage_item li:nth-child(4) .info-box h3:before {
  content: "04";
}
.advantage .advantage_item .info-box {
  float: left;
  width: 50%;
  padding: 90px 40px 0 40px;
}
.advantage .advantage_item .info-box h3 {
  font-size: 24px;
  color: #202020;
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f6f8;
  margin-bottom: 0.2rem;
  position: relative;
  font-family: "Alibaba_75";
}
.advantage .advantage_item .info-box h3 span {
  position: relative;
  z-index: 2;
}
.advantage .advantage_item .info-box h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #202020;
}
.advantage .advantage_item .info-box h3:before {
  content: "01";
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 130px;
  color: #f5f6f8;
  text-align: left;
  line-height: 130px;
  z-index: 1;
  font-family: "Alibaba_95";
  white-space: nowrap;
}
.advantage .advantage_item .info-box p {
  font-size: 0.2rem;
  color: #202020;
  line-height: 0.4rem;
}
.advantage .advantage_item .info-box .solution-ingo-box {
  margin-bottom: 0.3rem;
  font-size: 0;
}
.advantage .advantage_item .info-box .solution-ingo-box > div {
  display: inline-block;
  text-align: center;
  margin-right: 0.3rem;
}
.advantage .advantage_item .info-box .solution-ingo-box > div:last-child {
  margin-right: 0;
}
.advantage .advantage_item .info-box .solution-ingo-box > div img {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
}
.advantage .advantage_item .info-box .solution-ingo-box > div p {
  font-size: 0.2rem;
  color: #202020;
  font-weight: 400;
}
.advantage .advantage_item .img-box {
  float: left;
  width: 50%;
  font-size: 0;
}
.advantage .advantage_item .img-box img {
  width: 100%;
}
@media (max-width: 978px) {
  .advantage {
    padding-bottom: 30px;
  }
  .advantage .advantage_item li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  }
  .advantage .advantage_item li:nth-child(1) .info-box h3:before {
    content: "01";
  }
  .advantage .advantage_item li:nth-child(2) .info-box h3:before {
    content: "02";
  }
  .advantage .advantage_item li:nth-child(3) .info-box h3:before {
    content: "03";
  }
  .advantage .advantage_item li:nth-child(4) .info-box h3:before {
    content: "04";
  }
  .advantage .advantage_item .info-box {
    float: none;
    width: 100%;
    padding: 50px 20px 30px 20px;
  }
  .advantage .advantage_item .info-box h3 {
    font-size: 14px;
    color: #202020;
    letter-spacing: 0;
    text-align: left;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f6f8;
    margin-bottom: 0.2rem;
    position: relative;
    font-family: "Alibaba_75";
  }
  .advantage .advantage_item .info-box h3 span {
    position: relative;
    z-index: 2;
  }
  .advantage .advantage_item .info-box h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 1px;
    background: #202020;
  }
  .advantage .advantage_item .info-box h3:before {
    content: "01";
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 70px;
    color: #f5f6f8;
    text-align: left;
    line-height: 70px;
    z-index: 1;
    font-family: "Alibaba_95";
    white-space: nowrap;
  }
  .advantage .advantage_item .info-box p {
    font-size: 12px;
    color: #202020;
    line-height: 20px;
  }
  .advantage .advantage_item .info-box .solution-ingo-box {
    margin-bottom: 0.3rem;
    font-size: 0;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div {
    display: inline-block;
    text-align: center;
    margin-right: 0.3rem;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div:last-child {
    margin-right: 0;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div img {
    display: inline-block;
    width: 45px;
    height: 45px;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div p {
    font-size: 12px;
    color: #202020;
    font-weight: 400;
  }
  .advantage .advantage_item li:nth-child(2) .info-box .solution-ingo-box {
    margin-bottom: 0.3rem;
    font-size: 0;
  }
  .advantage .advantage_item li:nth-child(2) .info-box .solution-ingo-box > div {
    display: inline-block;
    text-align: center;
    margin-right: 0.55rem;
  }
  .advantage .advantage_item li:nth-child(2) .info-box .solution-ingo-box > div:last-child {
    margin-right: 0;
  }
  .advantage .advantage_item li:nth-child(2) .info-box .solution-ingo-box > div img {
    display: inline-block;
    width: 45px;
    height: 45px;
  }
  .advantage .advantage_item li:nth-child(2) .info-box .solution-ingo-box > div p {
    font-size: 12px;
    color: #202020;
    font-weight: 400;
  }
  .advantage .advantage_item .img-box {
    float: none;
    width: 100%;
    font-size: 0;
  }
  .advantage .advantage_item .img-box img {
    width: 100%;
  }
}
.solution {
  padding-bottom: 0;
}
.solution .advantage_item li {
  width: 100%;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
}
.solution .advantage_item .info-box {
  float: left;
  width: 50%;
  padding: 30px 40px 0 40px;
}
.solution .advantage_item .info-box h3 {
  font-size: 140px;
  color: #f5f6f8;
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 10px;
  line-height: 140px;
  margin-bottom: 0.2rem;
  position: relative;
  font-family: "Alibaba_95";
}
.solution .advantage_item .info-box p {
  font-size: 0.2rem;
  color: #202020;
  line-height: 0.4rem;
}
.solution .advantage_item .info-box .solution-ingo-box {
  margin-bottom: 0.3rem;
  font-size: 0;
}
.solution .advantage_item .info-box .solution-ingo-box > div {
  display: inline-block;
  text-align: center;
  margin-right: 0.35rem;
}
.solution .advantage_item .info-box .solution-ingo-box > div:last-child {
  margin-right: 0;
}
.solution .advantage_item .info-box .solution-ingo-box > div img {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
}
.solution .advantage_item .info-box .solution-ingo-box > div p {
  font-size: 0.18rem;
  color: #202020;
  font-weight: 400;
}
.solution .advantage_item .img-box {
  float: left;
  width: 50%;
  font-size: 0;
}
.solution .advantage_item .img-box img {
  width: 100%;
}
.solution.solution-01 .advantage_item .info-box .solution-ingo-box > div {
  margin-right: 0.2rem;
}
.solution.solution-02 {
  padding-bottom: 0.4rem;
}
.solution.solution-02 .advantage_item .info-box .solution-ingo-box > div {
  margin-right: 0.2rem;
}
@media (max-width: 978px) {
  .solution .advantage_item li {
    width: 100%;
    display: block;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  }
  .solution .advantage_item .info-box {
    float: none;
    width: 100%;
    padding: 10px 20px 30px 20px;
  }
  .solution .advantage_item .info-box h3 {
    font-size: 70px;
    color: #f5f6f8;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 0px;
    line-height: 70px;
    margin-bottom: 0;
    position: relative;
    font-family: "Alibaba_95";
  }
  .solution .advantage_item .info-box p {
    font-size: 12px;
    color: #202020;
    line-height: 20px;
  }
  .solution .advantage_item .info-box .solution-ingo-box {
    margin-bottom: 0;
    font-size: 0;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .solution .advantage_item .info-box .solution-ingo-box > div {
    display: inline-block;
    text-align: center;
    margin-right: 0 !important;
    width: 25%;
    vertical-align: text-top;
  }
  .solution .advantage_item .info-box .solution-ingo-box > div:last-child {
    margin-right: 0;
  }
  .solution .advantage_item .info-box .solution-ingo-box > div img {
    display: inline-block;
    width: 45px;
    height: 45px;
  }
  .solution .advantage_item .info-box .solution-ingo-box > div p {
    font-size: 12px;
    color: #202020;
    font-weight: 400;
    white-space: nowrap;
    transform: scale(0.9);
  }
  .solution .advantage_item .img-box {
    float: none;
    width: 100%;
    font-size: 0;
  }
  .solution .advantage_item .img-box img {
    width: 100%;
  }
  .solution.solution-01 .advantage_item .info-box .solution-ingo-box > div {
    margin-right: 0.13rem;
  }
  .solution.solution-01 .advantage_item .info-box .solution-ingo-box > div:nth-child(2) {
    width: 35%;
    transform: translateX(5px);
  }
  .solution.solution-01 .advantage_item .info-box .solution-ingo-box > div:nth-child(3) {
    width: 20%;
    transform: translateX(5px);
  }
  .solution.solution-01 .advantage_item .info-box .solution-ingo-box > div:nth-child(4) {
    width: 20%;
    transform: translateX(5px);
  }
  .solution.solution-02 {
    padding-bottom: 0.4rem;
  }
  .solution.solution-02 .advantage_item .info-box .solution-ingo-box > div {
    margin-right: 0.13rem;
  }
}
.framwork:last-child {
  padding-bottom: 1.2rem;
}
.framwork + .framwork {
  margin-top: -0.8rem;
}
.framwork .img-box img {
  width: 100%;
}
@media (max-width: 978px) {
  .framwork:last-child {
    padding-bottom: 50px;
  }
  .framwork + .framwork {
    margin-top: -30px;
  }
  .framwork .img-box img {
    width: 100%;
  }
}
.system .t-content > p {
  font-size: 0.22rem;
  color: #202020;
  line-height: 0.48rem;
  font-weight: 400;
  font-family: "Alibaba_45";
  text-align: center;
}
.system .t-content > p span {
  font-size: 0.32rem;
  font-family: "Alibaba_75";
}
.system .t-content img {
  width: 100%;
  margin-top: 0.7rem;
}
.system .t-content .btn-box {
  text-align: center;
  margin-top: 0.3rem;
}
.system .t-content .btn-box a {
  border: 1px solid #272936;
  border-radius: 12px;
  width: 3rem;
  height: 0.8rem;
  display: inline-block;
  font-size: 0.24rem;
  color: #202020;
  line-height: 0.8rem;
  text-align: center;
  font-family: "Alibaba_65";
  transition: all 0.3s;
}
.system .t-content .btn-box a:hover {
  opacity: 0.8;
}
.system .b-content {
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
}
.system .b-content ul {
  margin-top: 0.6rem;
  width: 100%;
  padding: 0.4rem 0;
}
.system .b-content ul li {
  float: left;
  width: calc( 100% / 6 );
  text-align: center;
}
.system .b-content ul li img {
  width: 0.6rem;
}
.system .b-content ul li p {
  font-size: 0.2rem;
  color: #202020;
  text-align: left;
  line-height: 0.32rem;
  font-family: "Alibaba_45";
  text-align: center;
}
@media (max-width: 978px) {
  .system .t-content > p {
    font-size: 12px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
    font-family: "Alibaba_45";
    text-align: center;
  }
  .system .t-content > p span {
    font-size: 0.32rem;
    font-family: "Alibaba_75";
  }
  .system .t-content img {
    width: 100%;
    margin-top: 20px;
  }
  .system .t-content .btn-box {
    text-align: center;
    margin-top: 20px;
  }
  .system .t-content .btn-box a {
    border: 1px solid #272936;
    border-radius: 6px;
    width: 140px;
    height: 34px;
    display: inline-block;
    font-size: 12px;
    color: #202020;
    line-height: 34px;
    text-align: center;
    font-family: "Alibaba_65";
    transition: all 0.3s;
  }
  .system .t-content .btn-box a:hover {
    opacity: 0.8;
  }
  .system .b-content {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  }
  .system .b-content ul {
    margin-top: 20px;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .system .b-content ul li {
    float: left;
    width: calc( 100% / 3 );
    text-align: center;
    margin-bottom: 20px;
  }
  .system .b-content ul li img {
    width: 40px;
  }
  .system .b-content ul li p {
    font-size: 12px;
    color: #202020;
    text-align: left;
    line-height: 16px;
    font-family: "Alibaba_45";
    text-align: center;
  }
}
.survey {
  padding-bottom: 1.2rem;
}
.survey .t-content {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
}
.survey .t-content .l-content {
  width: calc( 100% - 590px );
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey .t-content .l-content .info-box {
  text-align: center;
  margin-top: -0.2rem;
}
.survey .t-content .l-content .info-box img {
  width: 1.2rem;
  margin-bottom: 15px;
}
.survey .t-content .l-content .info-box h3 {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #202020;
  text-align: center;
  font-family: "Alibaba_95";
  margin-bottom: 15px;
}
.survey .t-content .l-content .info-box p {
  font-size: 0.22rem;
  color: #202020;
  line-height: 0.28rem;
  text-align: center;
  font-family: "Alibaba_45";
  margin-bottom: 20px;
}
.survey .t-content .l-content .info-box p:last-child {
  margin-bottom: 0;
}
.survey .t-content .r-content {
  width: 590px;
  font-size: 0;
}
.survey .t-content .r-content img {
  width: 100%;
}
.survey .b-content {
  margin-top: 30px;
}
.survey .b-content ul li {
  float: left;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  margin-right: 20px;
  width: calc(( 100% - 40px ) / 3 );
  padding: 0.6rem 0;
}
.survey .b-content ul li:last-child {
  margin-right: 0;
}
.survey .b-content ul li img {
  width: 1.2rem;
  margin-bottom: 15px;
}
.survey .b-content ul li h3 {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #202020;
  text-align: center;
  font-family: "Alibaba_95";
  margin-bottom: 15px;
}
.survey .b-content ul li p {
  font-size: 0.2rem;
  color: #202020;
  line-height: 0.28rem;
  text-align: center;
  font-family: "Alibaba_45";
  margin-bottom: 20px;
}
.survey .b-content ul li p:last-child {
  margin-bottom: 0;
}
@media (max-width: 978px) {
  .survey {
    padding-bottom: 50px;
  }
  .survey .t-content {
    display: block;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  }
  .survey .t-content .l-content {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .survey .t-content .l-content .info-box {
    text-align: center;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .survey .t-content .l-content .info-box img {
    width: 60px;
    margin-bottom: 0px;
  }
  .survey .t-content .l-content .info-box h3 {
    font-size: 15px;
    line-height: 21px;
    color: #202020;
    text-align: center;
    font-family: "Alibaba_95";
    margin-bottom: 8px;
  }
  .survey .t-content .l-content .info-box p {
    font-size: 12px;
    color: #202020;
    line-height: 16px;
    text-align: center;
    font-family: "Alibaba_45";
    margin-bottom: 7px;
  }
  .survey .t-content .l-content .info-box p:last-child {
    margin-bottom: 0;
  }
  .survey .t-content .r-content {
    width: 100%;
    font-size: 0;
  }
  .survey .t-content .r-content img {
    width: 100%;
  }
  .survey .b-content {
    margin-top: 20px;
  }
  .survey .b-content ul li {
    float: left;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
    margin-right: 0px;
    width: 100%;
    padding: 10px 0 25px;
    margin-bottom: 20px;
  }
  .survey .b-content ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .survey .b-content ul li img {
    width: 60px;
    margin-bottom: 0;
  }
  .survey .b-content ul li h3 {
    font-size: 15px;
    line-height: 21px;
    color: #202020;
    text-align: center;
    font-family: "Alibaba_95";
    margin-bottom: 8px;
  }
  .survey .b-content ul li p {
    font-size: 12px;
    color: #202020;
    line-height: 16px;
    text-align: center;
    font-family: "Alibaba_45";
    margin-bottom: 7px;
  }
  .survey .b-content ul li p:last-child {
    margin-bottom: 0;
  }
  .survey .b-content ul li:nth-child(2),
  .survey .b-content ul li:nth-child(3) {
    padding-top: 20px;
  }
}
