ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* banner模块 */
#banner {
  width: 100%;
  margin: 0 auto;
  height: 698px;
  margin-top: 70px;
  position: relative;
  background-color: #393f4d;
}
#banner a {
  text-decoration: none;
}
#banner .swiper-container {
  max-width: 1920px;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper,
#banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .image-one {
  background-image: url('../image/home_image_01banner_render.jpg');
  background-color: #393f4d;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
#banner .swiper-container .swiper-wrapper .image-two {
  background-image: url('../image/home_image_02banner_app.jpg');
  background-color: #393f4d;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
#banner .swiper-container .swiper-wrapper .image-three {
  background-image: url('../image/home_image_03banner_stream.jpg');
  background-color: #393f4d;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
#banner .swiper-container .swiper-wrapper .swiper-slide {
  padding-left: 16%;
  box-sizing: border-box;
}
#banner .swiper-container .swiper-wrapper .swiper-slide h2 {
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0 2px 5px #000000;
  margin-top: 148px;
}
#banner .swiper-container .swiper-wrapper .swiper-slide h3 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #ffffff;
  text-shadow: 0 2px 5px #000000;
  margin: 10px 0 20px;
}
#banner .swiper-container .swiper-wrapper .swiper-slide p {
  width: 626px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
 
  color: #171717;
  /* text-shadow: 0 2px 5px #000000; */
  padding: 25px 22px 22px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translate(-22px, 0);
}
#banner .swiper-container .swiper-wrapper .swiper-slide > a {
  /* display: block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  margin-top: 60px;
  text-align: center;
  background-image: linear-gradient(-90deg, #1d7ce1 0%, #29b8f4 100%), linear-gradient(#1d7ce1, #1d7ce1);
  background-blend-mode: normal, normal;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0 2px 5px #000000; */
}
#banner .swiper-container .swiper-wrapper .swiper-slide>.banner-video-button {

  margin-top: 60px;
  transform: translate(0, 0);
  width: 165px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  background-color: #1076e2;
  border-radius: 2px;
  overflow: hidden;
  
}
#banner .swiper-container .swiper-wrapper .swiper-slide>.banner-video-button a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
#banner .swiper-container .swiper-wrapper .swiper-slide>.banner-video-button a.twinkle::after{
  content: '';
  position: absolute;
  animation: twinkle 1s ease 0s infinite;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  /* background: linear-gradient( to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% ); */
  background-image: linear-gradient(to left, #1177e3 0, #11b4e3 50%, #1177e3 100%);
  transform: skewX(45deg);
}
@keyframes twinkle {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
#banner .banner-navigation {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  bottom: 0;
}
#banner .banner-navigation-phone {
  display: none;
}
#banner .banner-navigation .banner-menu {
  width: 344px;
  min-height: 54px;
  color: #ffffff;
}
#banner .banner-navigation .banner-menu:nth-child(1) {
  background: url(../image/home_image_01developmentbg.png) no-repeat,
    linear-gradient(0deg, rgba(23, 35, 61, 0.95) 0%, rgba(23, 35, 61, 0.95) 100%);
  background-size: 80%;
  background-position: right 240px;
}
#banner .banner-navigation .banner-menu:nth-child(2) {
  background: url(../image/home_image_02scenebg.png) no-repeat,
    linear-gradient(0deg, rgba(23, 35, 61, 0.95) 0%, rgba(23, 35, 61, 0.95) 100%);
  background-size: 80%;
  background-position: right 190px;
}
#banner .banner-navigation .banner-menu:nth-child(3) {
  background: url(../image/home_image_03systematicbg.png) no-repeat,
    linear-gradient(0deg, rgba(23, 35, 61, 0.95) 0%, rgba(23, 35, 61, 0.95) 100%);
  background-size: 80%;
  background-position: right 250px;
}
#banner .banner-navigation .banner-menu .top-line {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #00fbff 0%, #0096ec 100%);
}
#banner .banner-navigation .banner-menu .banner-title {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  text-shadow: 0 2px 5px #000000;
  cursor: pointer;
}
#banner .banner-navigation .banner-menu .banner-menu-title {
  width: 220px;
  margin: 0 auto;
  padding: 0;
  display: none;
}
#banner .banner-navigation .banner-menu .banner-menu-title:nth-child(3) {
  height: 95px;
}
#banner .banner-navigation .banner-menu .banner-menu-title:nth-child(4) {
  height: 125px;
}
#banner .banner-navigation .banner-menu .banner-menu-title .title {
  font-size: 16px;
  color: #00fffc;
  padding-bottom: 10px;
  margin-top: 20px;
  text-shadow: 0 2px 5px #000000;
  border-bottom: 1px solid #ffffff;
}
#banner .banner-navigation .banner-menu .banner-menu-title li {
  height: 30px;
  display: flex;
  align-items: center;
}
#banner .banner-navigation .banner-menu .banner-menu-title li a {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
}
#banner .banner-navigation .banner-menu .banner-menu-title li .iconfont {
  font-size: 12px;
  color: #ffffff;
}

/* 介绍模块 */
.modular-box {
  max-width: 100%;
  margin: 10px auto 0;
}
.modular-box a {
  text-decoration: none;
}
.modular-box .modular-title {
  width: 184px;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #17233d;
  border-bottom: 3px solid #0096ec;
}

/* 实施流程 */
.flow-box {
  max-width: 1920px;
  background-image: url(../image/home_image_courese_10bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.modular-box .modular-flow {
  max-width: 1440px;
  height: 420px;
  margin: 36px auto 0;
  display: flex;
  justify-content: space-around;
}
.modular-box .phone-flow {
  display: none;
}
.modular-box .modular-flow > li {
  padding-left: 10px;
  background-image: url(../image/home_image_courese_11line.png);
  background-repeat: no-repeat;
}
.modular-box .modular-flow > li:nth-child(2n-1) {
  background-size: 8px 64%;
}
.modular-box .modular-flow > li:nth-child(2n) {
  margin-top: 50px;
  background-size: 8px 89%;
}
.modular-box .modular-flow > li .flow-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  color: #17233d;
}
.modular-box .modular-flow > li .flow-title span {
  font-size: 32px;
  color: #1d7ce1;
  margin-right: 10px;
}
.modular-box .modular-flow > li p {
  width: 210px;
  height: 80px;
  font-size: 14px;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #808695;
  margin-top: 2px;
}
.modular-box .modular-flow > li .flow-url {
  margin-top: 20px;
  padding: 0;
  height: 70px;
}
.modular-box .modular-flow > li .flow-url a {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #17233d;
}
.modular-box .modular-flow > li .flow-url a span {
  color: #2d8cf0;
}
.modular-box .modular-flow > li .flow-up,
.modular-box .modular-flow > li .flow-down {
  margin-left: -10px;
}
.modular-box .modular-flow > li .flow-point img:first-child {
  width: 95px;
}
.modular-box .modular-flow > li .flow-point img:last-child {
  width: 110px;
}
.modular-box .modular-flow > li .flow-down img:last-child {
  position: relative;
  top: 30px;
}
.modular-box .modular-flow > li .flow-up img:first-child {
  position: relative;
  top: 60px;
}
.modular-box .modular-flow > li:last-child .flow-down img {
  width: 95px;
  top: 1px;
}

/* 产品优势 */
.phone-advantage {
  display: none;
}
.advantage-box {
  width: 100%;
  background-color: #f8f8f9;
}
.advantage-box .advantage-box-in {
  max-width: 1920px;
  background-image: url(../image/home_image_advantage_01bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom;
  margin: 0 auto;
  padding-bottom: 40px;
}
.modular-box .modular-advantage {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modular-box .modular-advantage .advantage-card {
  width: 424px;
  height: 140px;
  background-color: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
  border: solid 1px #c5c8ce;
  margin: 0 20px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modular-box .modular-advantage .advantage-card .icon {
  width: 100px;
  height: 60px;
  fill: currentColor;
  overflow: hidden;
}
.modular-box .modular-advantage .advantage-card .tit {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #17233d;
  border-left: 4px solid #0096ec;
  margin-top: -10px;
  padding-left: 10px;
}
.modular-box .modular-advantage .advantage-card p {
  width: 270px;
  height: 80px;
  font-size: 14px;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #515a6e;
  margin-right: 10px;
}

/* 产品功能 */
.phone-function {
  display: none;
}
.modular-box .modular-explain {
  text-align: center;
  font-size: 16px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #515a6e;
  margin: 30px 0;
}
.modular-box .modular-function {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modular-box .modular-function .function-card {
  width: 293px;
  text-align: center;
  margin: 0 20px 30px;
}
.modular-box .modular-function .function-card .card-icon {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #17233d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modular-box .modular-function .function-card .card-icon .iconfont {
  font-size: 28px;
  color: #0096ec;
  margin-right: 6px;
}
.modular-box .modular-function .function-card p {
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #515a6e;
  margin: 4px 0 10px;
}
.modular-box .modular-function .function-card img {
  width: 100%;
  background-color: #f8f8f9;
  border: 1px solid #c5c8ce;
}

/* 行业应用 */
.application-box {
  background-color: #f8f8f9;
  padding-bottom: 40px;
}
.application-box .modular-explain {
  max-width: 1060px;
  margin: 30px auto;
}
.application-box .more-app {
  display: block;
  width: 142px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0px;
  color: #515a6e;
  border: solid 1px #808695;
  margin: 0 auto;
}
.application-box .application-menu-box {
  max-width: 1115px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #dcdee2;
}
.application-box .application-menu-box li {
  width: 140px;
  font-size: 20px;
  font-weight: bold;
  color: #17233d;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
  cursor: pointer;
}
.application-box .application-menu-box .active {
  border-bottom: 2px solid #1d7ce1;
}
.application-box .application-menu-box li .iconfont {
  font-size: 24px;
  font-weight: normal;
  color: #207ee1;
  margin-right: 6px;
}
.application-box .application-swiper-container {
  max-width: 1440px;
  margin-bottom: 26px;
}
.application-box .application-swiper-container .swiper-wrapper {
  width: 100%;
}
.application-box .application-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
}
.application-box .application-swiper-container .swiper-slide .application-img {
  width: 424px;
  margin: 0 11px;
}
.application-box .application-swiper-container .swiper-slide .application-img img {
  width: 100%;
  background-color: #f8f8f9;
  box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
  border: solid 1px #c5c8ce;
  margin: 32px 0 17px;
}
.application-box .application-swiper-container .swiper-slide .application-img p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
.application-box .application-swiper-container .swiper-slide .application-img .application-img-tit {
  font-size: 16px;
  color: #1d7ce1;
}
.application-box .application-swiper-container .swiper-slide .application-img .application-img-con {
  font-size: 14px;
  color: #515a6e;
}
.application-box .application-swiper-container .swiper-button-next,
.application-box .application-swiper-container .swiper-button-prev {
  color: #c5c8ce;
  height: 50%;
  background-color: #f8f8f9;
  top: 60px !important;
  border: 1px solid #f8f8f9;
}
.application-box .application-swiper-container .swiper-button-prev {
  left: 0;
}
.application-box .application-swiper-container .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 1440px) {
  #banner {
    width: 100%;
  }
  #banner .swiper-container,
  #banner .swiper-container .swiper-wrapper,
  #banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #banner .banner-navigation {
    width: 800px;
    left: 50%;
    margin-left: -400px;
  }
  #banner .banner-navigation .banner-menu {
    width: 250px;
  }

  /* 实施流程 */
  .modular-box .modular-flow > li:nth-child(2n-1) {
    background-size: 8px 55%;
  }
  .modular-box .modular-flow > li:nth-child(2n) {
    background-size: 8px 74%;
  }
  .modular-box .modular-flow > li .flow-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    color: #17233d;
  }
  .modular-box .modular-flow > li .flow-title span {
    font-size: 24px;
    color: #1d7ce1;
    margin-right: 10px;
  }
  .modular-box .modular-flow > li p {
    width: 180px;
    height: 80px;
    font-size: 12px;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #808695;
    margin-top: 2px;
  }
  .modular-box .modular-flow > li .flow-url {
    margin-top: 20px;
    height: 70px;
  }
  .modular-box .modular-flow > li .flow-url a {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #17233d;
  }
  .modular-box .modular-flow > li .flow-point img:first-child {
    width: 50px;
  }
  .modular-box .modular-flow > li .flow-point img:last-child {
    width: 80px;
  }
  .modular-box .modular-flow > li:last-child .flow-down img {
    position: relative;
    top: 0px;
  }
  .modular-box .modular-flow > li .flow-up img:first-child {
    position: relative;
    top: 40px;
  }
  .modular-box .modular-flow > li:nth-child(5) .flow-down img {
    width: 50px;
  }
}
@media screen and (max-width: 959px) {
  #banner .banner-navigation {
    display: none;
  }
  #banner .banner-navigation-phone {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(0deg, rgba(23, 35, 61, 0.95) 0%, rgba(23, 35, 61, 0.95) 100%);
    z-index: 2;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    color: #ffffff;
  }
  #banner .banner-navigation-top-line {
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #00fbff 0%, #0096ec 100%);
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
  }
  #banner .banner-navigation-phone > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner .banner-navigation-phone > li > a {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 2px 5px #000000;
    border-left: 1px solid #dcdee2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner .banner-navigation-phone > li > a .iconfont {
    font-size: 12px;
    margin-left: 10px;
  }
  #banner .banner-navigation-phone > li:first-child a {
    border: none;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu {
    display: none;
    width: 50%;
    background-image: linear-gradient(0deg, rgba(23, 35, 61, 0.95) 0%, rgba(23, 35, 61, 0.95) 100%);
    position: absolute;
    padding: 20px;
    bottom: 60px;
    z-index: 2;
    border-top: 2px solid #00fbff;
  }
  #banner .banner-navigation-phone > li:nth-child(1) .navigation-phone-menu {
    left: 10px;
  }
  #banner .banner-navigation-phone > li:nth-child(2) .navigation-phone-menu {
    left: 25%;
  }
  #banner .banner-navigation-phone > li:nth-child(3) .navigation-phone-menu {
    right: 10px;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu .banner-menu-title {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu .banner-menu-title:nth-child(2) {
    height: 95px;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu .banner-menu-title:nth-child(3) {
    height: 125px;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu .banner-menu-title .title {
    font-size: 16px;
    color: #00fffc;
    padding-bottom: 10px;
    text-shadow: 0 2px 5px #000000;
    border-bottom: 1px solid #ffffff;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu .banner-menu-title li {
    height: 30px;
    display: flex;
    align-items: center;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu .banner-menu-title li a {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
  }
  #banner .banner-navigation-phone > li .navigation-phone-menu .banner-menu-title li .iconfont {
    font-size: 12px;
    color: #ffffff;
  }



  #banner .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  #banner .swiper-container .swiper-wrapper .swiper-slide h2,
  #banner .swiper-container .swiper-wrapper .swiper-slide h3,
  #banner .swiper-container .swiper-wrapper .swiper-slide p {
    text-align: center;
  }
  #banner .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 40px;
  }
  #banner .swiper-container .swiper-wrapper .swiper-slide h3 {
    font-size: 28px;
  }
  #banner .swiper-container .swiper-wrapper .swiper-slide p {
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
  }
  #banner .swiper-container .swiper-wrapper .swiper-slide > a {
    margin: 60px auto;
  }

  /* 实施流程 */
  .modular-box .modular-flow {
    display: none;
  }
  .modular-box .phone-flow {
    width: 80%;
    display: block;
    margin: 20px auto 0;
    padding: 0;
  }
  .modular-box .phone-flow > li {
    position: relative;
  }
  .modular-box .phone-flow > li .line {
    display: block;
    width: 2px;
    height: 80%;
    background-color: #adafb2;
    position: absolute;
    left: -10px;
    top: 16%;
  }
  .modular-box .phone-flow > li .circular {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #f0930d;
    position: absolute;
    left: -14px;
    top: 10px;
  }
  .modular-box .phone-flow > li:first-child .circular {
    background-color: #f0930d;
  }
  .modular-box .phone-flow > li:last-child .line {
    height: 54%;
  }
  .modular-box .phone-flow > li:last-child .circular-bottom {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #f0930d;
    background-color: #f0930d;
    position: absolute;
    left: -14px;
    bottom: 36px;
  }
  .modular-box .phone-flow > li .phone-flow-tit {
    font-size: 20px;
    font-weight: bold;
  }
  .modular-box .phone-flow > li .phone-flow-tit span {
    color: #1d7ce1;
  }
  .modular-box .phone-flow > li p {
    font-size: 14px;
    color: #808695;
    margin: 10px 0;
  }
  .modular-box .phone-flow > li .phone-flow-option {
    display: flex;
    flex-wrap: wrap;
  }
  .modular-box .phone-flow > li .phone-flow-option a {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-right: 6px;
  }
  .modular-box .phone-flow > li .phone-flow-option a span {
    color: #1d7ce1;
  }
  .modular-box .phone-flow > li img {
    width: 80px;
  }

  /* 产品优势 */
  .phone-advantage {
    width: 100%;
    display: block;
    margin-top: 32px;
  }
  .modular-box .modular-advantage {
    display: none;
  }
  .phone-advantage .phone-advantage-title {
    width: 84%;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
    border: solid 1px #c5c8ce;
    margin: 0 auto 10px;
  }
  .phone-advantage .phone-advantage-title .phone-advantage-menu {
    display: flex;
    align-items: center;
    position: relative;
  }
  .phone-advantage .phone-advantage-title .phone-advantage-menu .iconfont {
    position: absolute;
    right: 10px;
  }
  .phone-advantage .phone-advantage-title .line-left {
    display: block;
    width: 4px;
    height: 10px;
    background-color: #0096ec;
  }
  .phone-advantage .phone-advantage-title .icon {
    width: 50px;
    height: 30px;
    fill: currentColor;
    overflow: hidden;
  }
  .phone-advantage .phone-advantage-title .phone-advantage-box {
    font-weight: normal;
    border-top: 1px solid #dcdee2;
    padding: 10px;
  }

  /* 产品功能 */
  .phone-function {
    display: block;
  }
  .modular-box .modular-explain {
    width: 88%;
    text-align: center;
    font-size: 12px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #515a6e;
    margin: 30px auto;
  }
  .modular-box .modular-function {
    display: none;
  }
  .function-box .swiper-container {
    width: 100%;
  }
  .function-box .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .function-box .swiper-container .swiper-slide .function-card {
    width: 40%;
    text-align: center;
    margin: 0 10px 30px;
  }
  .function-box .swiper-container .swiper-slide .function-card .card-icon {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #17233d;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .function-box .swiper-container .swiper-slide .function-card .card-icon .iconfont {
    font-size: 18px;
    color: #0096ec;
    margin-right: 6px;
  }
  .function-box .swiper-container .swiper-slide .function-card p {
    height: 32px;
    font-size: 12px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #515a6e;
    margin: 4px 0 10px;
  }
  .function-box .swiper-container .swiper-slide .function-card img {
    width: 100%;
  }

  /* 行业应用 */
  .application-box {
    padding-bottom: 20px;
  }
  .application-box .application-menu-box {
    width: 100%;
    padding: 0;
  }
  .application-box .application-menu-box li {
    margin: 0;
  }
  .application-box .application-menu-box li .iconfont {
    display: none;
  }
  .application-box .application-swiper-container .swiper-slide {
    padding: 0 27px;
    box-sizing: border-box;
  }
  .application-box .application-swiper-container .swiper-button-next,
  .application-box .application-swiper-container .swiper-button-prev {
    top: 30px;
  }
  .application-box .application-swiper-container .swiper-slide .application-img img {
    margin-bottom: 10px;
  }
  .application-box .application-swiper-container .swiper-slide .application-img .application-img-tit {
    font-size: 12px;
  }
  .application-box .application-swiper-container .swiper-slide .application-img .application-img-con {
    font-size: 12px;
  }
}
