.breadcrumbs {
  padding-top: 80px;
}
.cont_top {
  background: #f1f3f7;
}
.page1 .w1440 {
  position: relative;
  overflow: initial;
}
.page1 .w1440 .bg {
  position: absolute;
  bottom: 0;
  top: -12%;
  right: 3%;
}
.page1 .w1440 .bg img {
  height: 100%;
  object-fit: cover;
}
.page1 .w1440 .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.page1 .w1440 .item .txt {
  width: 45%;
}
.page1 .w1440 .item .txt .tit {
  color: #333333;
  display: block;
}
.page1 .w1440 .item .txt .des {
  color: #666666;
  font-family: 'SourceHanSansCN-Normal';
  text-align: justify;
}
.page1 .w1440 .item .txt .des i {
  color: #333333;
}
.page1 .w1440 .item .txt .more_2 {
  color: #fff;
  background: #110b6b;
  border: 1px solid #110b6b;
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .w1440 .item .txt .more_2 svg {
  margin-top: 2px;
}
.page1 .w1440 .item .txt .more_2:hover {
  color: #110b6b;
  background: #fff !important;
}
.page1 .w1440 .item .txt .more_2:hover svg path {
  fill: #110b6b;
}
.page1 .w1440 .item .img {
  width: 50%;
}
.page2 {
  background: #fff;
}
.page2 .tit {
  text-align: center;
  width: 100%;
  color: #000000;
}
.page2 ul {
  width: 100%;
  height: 456px;
  display: flex;
  justify-content: space-between;
}
.page2 ul li {
  width: 18.95%;
  height: 100%;
  position: relative;
  padding: 5% 3%;
  background-color: #f1f3f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
  margin-right: 1%;
}
.page2 ul li:nth-last-child(1) {
  margin-right: 0;
}
.page2 ul li p {
  display: block;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  line-height: 1.3;
  text-align: left;
  color: #333;
}
.page2 ul li span {
  display: block;
  width: 100%;
  color: #333;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
  opacity: 1;
  position: static;
}
.page2 ul li .txt_top {
  position: relative;
  z-index: 10;
}
.page2 ul li .num {
  width: 100%;
  position: relative;
  z-index: 10;
}
.page2 ul li i {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
  left: 0;
  transform: translateX(0);
  color: #110b6b;
}
.page2 ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/solution_des_2.jpg) center center;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
}


.page2 ul li.on::after{
    opacity: 1;
}
.page2 ul li.on p {
    color: #fff;
}
.page2 ul li.on span{
    color: #fff;
}
.page2 ul li.on i{
    color: #fff;
}
.page2 ul.ce {
  justify-content: center;
}
.page3 {
  background-color: #f1f3f7;
}
.page3 .tit {
  text-align: center;
  width: 100%;
  color: #000000;
}
.page3 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page3 ul li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 4%;
  margin-bottom: 2%;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), color 0.5s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}
.page3 ul li .img {
  width: 80px;
}
.page3 ul li .txt {
  width: calc(100% - 100px);
  color: #666666;
}
.page3 ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.1);
}
.page4 {
  background-color: #fff;
}
.page4 .tit {
  text-align: center;
  width: 100%;
  color: #000000;
}
.page4 .sw1 {
  padding-bottom: 40px;
}
.page4 .sw1 .swiper-pagination {
  bottom: 0%;
}
.page4 .sw1 .swiper-pagination-bullet {
  background: #110a6a;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  transition: all 0.3s;
}
.page4 .sw1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 29px;
}
.page4 .sw1 .swiper-slide {
  background-color: #f8f9fa;
}
.page4 .sw1 .swiper-slide .img {
  width: 100%;
  padding-top: 82.5%;
  position: relative;
}
.page4 .sw1 .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.page4 .sw1 .swiper-slide .txt {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page4 .sw1 .swiper-slide .txt p {
  display: block;
  color: #282828;
  width: 100%;
  transition: all 0.3s;
}
.page4 .sw1 .swiper-slide .txt .icbox {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  margin-right: 10px;
  transition: all 0.3s;
  display: none;
}
.page4 .sw1 .swiper-slide .txt .btn_ic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.page4 .sw1 .swiper-slide .txt .btn_ic::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ic_arrow_right.png);
  background-size: contain;
  position: absolute;
  transition: transform 0.5s ease;
}
.page4 .sw1 .swiper-slide .txt .btn_ic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ic_arrow_right.png);
  transition: transform 0.5s ease;
  background-size: contain;
  position: absolute;
  transform: translateX(-300%);
}
.page4 .sw1 .swiper-slide:hover .txt p {
  color: #110b6b;
}
.page4 .sw1 .swiper-slide:hover .txt .icbox {
  border: 1px solid #000000;
}
.page4 .sw1 .swiper-slide:hover .txt .btn_ic::after {
  transform: translateX(0%);
}
.page4 .sw1 .swiper-slide:hover .txt .btn_ic::before {
  transform: translateX(300%);
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .breadcrumbs {
    padding-top: 90px;
  }
  .page1 .w1440 .item {
    flex-wrap: wrap;
  }
  .page1 .w1440 .item .txt {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .page1 .w1440 .item .img {
    width: 100%;
  }
  .page1 .w1440 {
    padding-top: 20px;
  }
  .page2 ul {
    height: 366px;
  }
  .page2 ul li span {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page2 ul li i {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .page3 ul li .img {
    width: 50px;
  }
  .page3 ul li .txt {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 50px;
  }
  .page2 ul {
    flex-wrap: wrap;
    height: auto;
  }
  .page2 ul li {
    width: 49%!important;
    height: auto;
    margin-bottom: 2%;
    margin-right: 0%;
  }
 
  .page2 ul li p {
    text-align: left;
  }
  .page2 ul li span {
    opacity: 1;
    position: static;
  }
  .page2 ul li i {
    left: 0;
    transform: translateX(0);
    color: #fff;
  }
  .page2 ul li .num {
    height: 45px;
    margin-top: 20px;
  }
  .page2 ul li .num i {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .page3 ul li {
    width: 100%;
  }
  .page3 ul li .img {
    width: 35px;
  }
  .page3 ul li .txt {
    width: calc(100% - 45px);
    font-size: 14px;
  }
  .page4 .sw1 .swiper-slide .txt {
    padding: 20px;
  }
}
/*# sourceMappingURL=./solution_des.css.map */
