.banner-box {
  background: #1746d2;
}
.banner-box .el-carousel__item {
  background: #1746d2;
}
.banner-box .el-carousel__item .banner-item {
  height: 500px;
  color: #fff;
  position: relative;
}
.banner-box .el-carousel__item .banner-item .wrap-ml-left {
  padding-right: 48%;
}
.banner-box .el-carousel__item .banner-item .wrap-ml-left h5 {
  font-size: 54px;
  padding-bottom: 30px;
}
.banner-box .el-carousel__item .banner-item .wrap-ml-left p {
  font-size: 22px;
  padding-bottom: 32px;
}
.banner-box .el-carousel__item .banner-item .wrap-ml-left p:nth-of-type(2) {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.9;
}
.banner-box .el-carousel__item .banner-item .wrap-ml-left .el-button {
  background: transparent;
  color: #fff;
  margin-top: 48px;
}
.banner-box .el-carousel__item .banner-item img {
  position: absolute;
  right: 0;
  height: 500px;
  width: auto;
  display: block;
  top: 46%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
}
.banner-box .el-carousel__indicators {
  bottom: 0 !important;
}
.banner-box .el-carousel__button {
  width: 20px;
  height: 4px;
}
.banner-box .el-carousel__indicators--horizontal {
  bottom: 40px;
}

.special-title .section-title {
  position: relative;
  font-size: 28px;
  color: #303133;
  text-align: center;
  padding-bottom: 16px;
}
.special-title .section-title .section-text {
  font-size: 46px;
  font-weight: bold;
  color: #666666;
  opacity: 0.08;
}
.special-title .section-title span {
  display: block;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
}

.solution {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.solution .solution-main .solution-item {
  height: 360px;
  background: #ffffff;
  border: 1px solid #e3e2e5;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.26s;
  transition: 0.26s;
  overflow: hidden;
}
.solution .solution-main .solution-item:hover .solution-item-content {
  bottom: 0;
}
.solution .solution-main .solution-item .item-cover {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  width: 380px;
  height: 232px;
  background: #f1f1f1;
}
.solution .solution-main .solution-item .solution-item-content {
  padding: 10px 20px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -230px;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: 0.36s;
  transition: 0.36s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.solution .solution-main .solution-item .solution-item-header {
  height: 130px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.solution .solution-main .solution-item .solution-item-header h5 {
  font-size: 20px;
  color: #303133;
}
.solution .solution-main .solution-item p {
  font-size: 14px;
  color: #909399;
  padding-top: 20px;
}
.solution .solution-main .solution-item .el-button {
  width: 180px;
  height: 50px;
  font-size: 16px;
  color: #0061FD;
  border-color: #0061FD;
  margin-top: auto;
}
.solution .solution-main .more {
  text-align: center;
  margin-top: 20px;
}
.solution .solution-main .more .el-button {
  width: 148px;
  height: 40px;
  border: 1px solid #0043FD;
  border-radius: 4px;
  color: #0043FD;
}

.ad-bar {
  height: 100%;
  text-align: center;
}
.ad-bar > p {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 24px;
}
.ad-bar > span {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}
.ad-bar .el-button {
  color: #0061FD;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}