.solution {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution .icon {
  position: relative;
}

.solution .icon .banner {
  width: 100%;
  max-height: 494px;
  height: 494px;
}

.solution .icon .solution-title {
  position: absolute;
  top: 227px;
  left: 213px;
  font-size: 53px;
  color: #FFFFFF;
  letter-spacing: 10.69px;
}

.solution .icon .solution-ftitle {
  position: absolute;
  top: 315px;
  left: 213px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 35px;
}

.solution .tabs {
  width: 100%;
  height: 60px;
  background: #F4F6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.solution .tabs a.to {
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.32px;
  text-align: center;
  cursor: pointer;
}

.solution .tabs a.current {
  font-weight: 700;
  font-size: 16px;
  color: #275CF1;
  letter-spacing: 0.32px;
  text-align: center;
}

.solution .tabs .underline {
  position: absolute;
  left: 476px;
  bottom: 0;
  width: 52px;
  height: 2px;
  background: #275CF1;
}

.solution .tabs .one {
  left: 476px;
}

.solution .tabs .two {
  left: 776px;
}

.solution .tabs .thr {
  left: 1076px;
}

.solution .tabs .for {
  left: 1376px;
}

.solution .fir {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution .thr {
  width: 100%;
  min-height: 641px;
  background: url("../imgs/exp/lQLPDhq4ShZ_THjNAoHNB4Cweq0jAY-5BwSfuJFlT20yfw_1920_641.png") no-repeat;
  background-size: 100% 100%;
}

.solution .thr .title {
  color: #fff;
}

.solution .forth {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution .title {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  margin-top: 40px;
}

.solution .ftitle {
  font-size: 13px;
  color: #C2C2C2;
  letter-spacing: 7.64px;
  text-align: center;
  line-height: 33px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.solution .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #666666;
  letter-spacing: 3.43px;
  text-align: justify;
  line-height: 33px;
  padding-bottom: 100px;
}

.solution .content .p {
  width: 1200px;
}

.solution .content .maskdiv1 {
  position: relative;
  width: 800px;
}

.solution .content .maskdiv1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../imgs/exp/shuiyin.png") no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  z-index: 9999;
}

.solution .content .maskdiv2 {
  position: relative;
  width: 500px;
  margin-right: 20px;
}

.solution .content .maskdiv2 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../imgs/exp/shuiyin.png") no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  z-index: 9999;
}

.solution .content .img2 {
  width: 800px;
}

@media screen and (max-width: 1650px) {
  .solution .content .img2 {
    width: 750px;
  }
}

@media screen and (max-width: 1450px) {
  .solution .content .img2 {
    width: 700px;
  }
}

.solution .content .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.solution .content .imgs .img3,
.solution .content .imgs .img4 {
  width: 500px;
}

@media screen and (max-width: 1650px) {
  .solution .content .imgs .img3,
  .solution .content .imgs .img4 {
    width: 450px;
  }
}

@media screen and (max-width: 1450px) {
  .solution .content .imgs .img3,
  .solution .content .imgs .img4 {
    width: 400px;
  }
}

.solution .content .box {
  width: 1200px;
  height: 110px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.solution .content .box .left {
  width: 80px;
  height: 80px;
  background: #1868FF;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 1.57px;
  text-align: center;
  line-height: 80px;
  margin: 15px;
}

.solution .content .box .right {
  width: 1360px;
}

.solution .content .box .right .up {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2.99px;
}

.solution .content .box .right .down {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 2.66px;
  line-height: 20px;
}

@media screen and (max-width: 1650px) {
  .solution .content .p {
    width: 1100px;
  }
  .solution .content .box {
    width: 1100px;
  }
}

@media screen and (max-width: 1450px) {
  .solution .content .p {
    width: 1000px;
  }
  .solution .content .box {
    width: 1000px;
  }
}
/*# sourceMappingURL=solution.css.map */