.solution-content {
  width: 100%;
  background-color: #F7F8FA;
  padding: 60px 0 40px 0;
}
.solution-item {
  max-width: 1200px;
  margin: 0 auto;
}
.solution-item h2 {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 30px;
}
.solution-item h2::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url('../img/solution_icon.png') no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .solution-content .row {
    justify-content: center;
  }
}
.solution-content .row .col-item {
  max-width: 390px !important;
}
.solution-content .row .col-item a {
  text-decoration: none;
}
.solution-content .row .product-content {
  box-sizing: content-box;
  height: 44px;
  background-color: #fff;
  padding: 38px 7%;
  margin-bottom: 60px;
  transition: transform 0.8s;
  cursor: pointer;
  border-radius: 4px;
}
.solution-content .row .product-content:hover {
  transform: scale(1.1);
}
.solution-content .row .product-content img {
  height: 44px;
}
.solution-content .row .product-content .line {
  color: #EBEBEB;
  margin: 0 7% 0 5%;
  font-size: 20px;
}
.solution-content .row .product-content .text {
  width: 60%;
  color: #555555;
}
/* 解决方案详情 */
.solution-detail {
  background: url('../img/solution_bg1.jpg') no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.solution-detail .container {
  position: relative;
  max-width: 1200px;
  height: 100%;
  min-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.solution-detail .box {
  width: 100%;
  min-height: 350px;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0px 12px 24px rgba(83, 83, 83, 0.16);
}
.solution-detail .box h2 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 40px;
}
.solution-detail .box p {
  font-size: 14px;
  line-height: 30px;
  color: #555555;
}
.solution-detail .box .line {
  margin: 0;
  width: 60px;
  height: 1px;
  line-height: 1px;
  color: #3E6AE9;
  overflow: hidden;
  margin-top: 50px;
}
.casebg{
  background: #F7F8FA;
}
.casebg>.container{
  min-height: auto;
}
.caseBox{
  padding: 0 40px;
}
.caseBox .title{
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
.caseCon{
  text-indent: 28px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.bg {
  background: linear-gradient(180deg, #4265ED 0%, #3C99FB 100%);
}
.bg img {
  width: calc(100% - 520px);
}
.bg .box {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.bg .box h2 {
  color: #fff;
}
.bg .box p {
  text-indent: 24px;
  margin-bottom: 0;
  color: #fff;
}
.bg .box .line {
  color: #fff;
  text-indent: 0;
}
.function {
  background: #fff;
}
.function .box {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.function img {
  width: calc(100% - 520px);
  max-width: 600px;
}
.function .box p {
  text-indent: 24px;
  margin-bottom: 0;
}
.function .box .line {
  text-indent: 0;
  margin-top: 55px;
}
.case {
  background: #0A1A78;
}
.case .box {
  background-color: rgba(255, 255, 255, 0);
}
.case img {
  width: calc(100% - 520px);
}
.case .box h2 {
  color: #fff;
}
.case .box p {
  text-indent: 24px;
  margin-bottom: 0;
  color: #fff;
}
.case .box .line {
  color: #fff;
  text-indent: 0;
}
.more {
  width: 100%;
  padding: 100px 0 63px 0;
  background-color: #FFFFFF;
}
.more .container {
  max-width: 1200px;
}
.more h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #333333;
  margin-bottom: 35px;
  padding-left: 35px;
}
.more .col-item {
  flex: auto;
}
.more .product-item {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  color: #212529;
  border: 1px solid #D5D5D5;
  line-height: 50px;
  padding-left: 40px;
  margin: 0 auto 30px;
  cursor: pointer;
}
.more .product-item:hover {
  text-decoration: none;
  border-color: #3E6AE9;
  color: #3E6AE9;
}
.more .product-item img {
  float: right;
  margin-top: 19px;
  margin-right: 16px;
}
.more .product-item:hover img {
  content: url('../img/solution_icon3.png');
}
.section-swiper {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0  0 90px;
}
.section-swiper .swiper-container {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 60px 0 80px;
  margin-left: auto;
  margin-right: auto;
}
.section-swiper .swiper-wrapper {
  height: 360px !important;
}
.section-swiper .swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}
.section-swiper .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1.2);
  z-index: 9999;
}
.section-swiper .swiper-slide img {
  /* max-width: 500px; */
  height: 360px;
  width: auto;
  filter: blur(2px);
}
.section-swiper .swiper-slide-active  img{
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}
.section-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.section-swiper .swiper-pagination-custom,
.section-swiper .swiper-pagination-fraction {
  bottom: -5px !important;
}
/* 解决方案列表页轮播图 */
.solution-swiper {
  width: 100%;
  /* height: 742px; */
  background: #F7F8FA;
}
.solution-swiper .swiper-container {
  height: auto;
  padding-top: 130px;
  --swiper-navigation-color: #C1C1C1;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.solution-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  min-height: 480px;
}
.solution-swiper .swiper-slide-active .card,
.solution-swiper .swiper-slide-duplicate-active .card {
  transform: scale(1.2);
}
.solution-swiper .card {
  display: block;
  width: 100%;
  max-width: 333px;
  min-height: 400px;
  border: none;
  padding: 12.5% 8% 10%;
  margin: 0 auto;
  text-decoration: none;
}
.solution-swiper .card .card-img-top {
  width: 100%;
  padding-bottom: 45px;
  text-align: center;
}
.solution-swiper .card img {
  width: 40%;
}
.solution-swiper .card .card-body {
  padding: 0;
}
.solution-swiper .card .card-body h5 {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 20px;
  color: #393939;
}
.solution-swiper .card .card-body .line {
  color: #D6D6D6;
  width: 40px;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  margin: 12px 0;
}
.solution-swiper .card .card-body .card-text {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 25px;
  color: #333333;
}
.solution-swiper .swiper-button-prev,
.solution-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.solution-swiper .swiper-button-next,
.solution-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.solution-swiper .btn-expend,
.solution-swiper2 .btn-expend {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(183, 183, 183, 0.16);
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFang SC;
  color: #3E6AE9;
  border: none;
  margin: 40px 0 80px; 
}
.solution-swiper .btn-expend:hover,
.solution-swiper2 .btn-expend:hover {
  background-color: #3E6AE9;
  color: #fff;
}
.hide {
  display: none !important;
}
.solution-swiper2 {
  width: 100%;
  background: #F7F8FA;
}
.solution-swiper2 .swiper-container2 {
  padding-top: 80px;
  overflow: hidden;
  position: relative;
  --swiper-navigation-color: #C1C1C1;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.solution-swiper2 .swiper-slide {
  min-height: 500px;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.solution-swiper2 .card {
  display: block;
  width: calc(100% - 40px);
  max-width: 400px;
  min-height: 480px;
  border: none;
  background: #fff;
  padding: 12.5% 8% 10%;
  margin: 0 auto;
  text-decoration: none;
}
.solution-swiper2 .card .card-img-top {
  width: 100%;
  padding-bottom: 45px;
  text-align: center;
}
.solution-swiper2 .card img {
  width: 120px;
}
.solution-swiper2 .card .card-body {
  padding: 0;
}
.solution-swiper2 .card .card-body h5 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 25px;
  color: #393939;
}
.solution-swiper2 .card .card-body .line {
  color: #D6D6D6;
  width: 40px;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  margin: 12px 0;
}
.solution-swiper2 .card .card-body .card-text {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #333333;
}
.solution-swiper2 .swiper-container-horizontal>.swiper-pagination-bullets,
.solution-swiper2 .swiper-pagination-custom,
.solution-swiper2 .swiper-pagination-fraction {
  bottom: 0px;
}
.solution-swiper2 .btn-expend {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .solution-detail{
    padding: 30px 0;
  }
  .section-swiper .swiper-container {
    padding: 0;
  }
  .section-swiper .swiper-slide img {
    max-width: 100%;
    width: auto;
    height: 240px;
  }
  .solution-detail img {
    display: none;
  }
  .solution-detail .box {
    margin: 0 auto;
  }
  .solution-swiper {
    display: none;
  }
  .solution-swiper2 {
    display: block;
  }
}
@media (min-width: 767px) {
  .solution-swiper {
    display: block;
  }
  .solution-swiper2 {
    display: none;
  }
}