.sec1 {
  padding: 200px 0 130px;
}

.sec1 .wrap {
  width: 1400px;
  margin: 0 auto;
}

.sec1 .wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 100px;
}

.sec1 .wrap .top .title {
  font-weight: bold;
  font-size: 42px;
  color: #1A1A1A;
}

.sec1 .wrap .top .back a {
  width: 120px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #FFC001;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  transition: 0.6s;
}

.sec1 .wrap .top .back a:hover {
  background: #FFC001;
  border: 2px solid #FFC001;
  color: #FFFFFF;
}

.sec1 .wrap .item {
  margin-bottom: 39px;
  border-bottom: 1px solid #D9D9D9;
}

.sec1 .wrap .item .block {
  padding: 0 0 39px;
  cursor: pointer;
  position: relative;
}

.sec1 .wrap .item .block p {
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  transition: 0.6s;
  transform-origin: left;
}

.sec1 .wrap .item .block .img {
  width: 680px;
  position: absolute;
  right: 0;
  top: -38px;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.6s;
}

.sec1 .wrap .item .block:hover p {
  color: #FFC001;
}

.sec1 .wrap .item .none {
  display: none;
}

.sec1 .wrap .item .none .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 0 50px;
}

.sec1 .wrap .item .none .flex .l {
  width: 575px;
}

.sec1 .wrap .item .none .flex .l p {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 36px;
}

.sec1 .wrap .item.item_active .block p {
  color: #FFC001;
  transform: scale(1.6);
}

.sec1 .wrap .item.item_active .block .img {
  opacity: 1;
  transform: translateY(0);
}

.sec2 {
  padding: 0 0 100px;
}

.sec2 .wrap {
  width: 1400px;
  margin: 0 auto;
}

.sec2 .wrap .title {
  font-weight: bold;
  font-size: 42px;
  color: #0E0E0E;
  margin: 0 0 69px;
  text-align: center;
}

.sec2 .wrap .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec2 .wrap .content .item {
  width: 688px;
}

.sec2 .wrap .content .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 385px;
  background: #F5F6F7;
  border-radius: 14px;
  padding: 0 40px 0 80px;
  transition: 0.6s;
}

.sec2 .wrap .content .item a .l h5 {
  font-weight: bold;
  font-size: 32px;
  color: #0E0E0E;
  line-height: 46px;
  margin: 0 0 38px;
  transition: 0.6s;
}

.sec2 .wrap .content .item a .l .more {
  width: 150px;
  height: 54px;
  background: #FFC001;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec2 .wrap .content .item a .l .more p {
  font-weight: 400;
  font-size: 14px;
  color: #0E0E0E;
}

.sec2 .wrap .content .item a .l .more .iconfont {
  font-weight: 400;
  font-size: 14px;
  color: #0E0E0E;
  margin-left: 10px;
}

.sec2 .wrap .content .item a .r {
  width: 350px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec2 .wrap .content .item a .r img {
  transition: 1s;
}

.sec2 .wrap .content .item a:hover {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.06);
}

.sec2 .wrap .content .item a:hover .l h5 {
  color: #FFC001;
}

.sec2 .wrap .content .item a:hover .r img {
  transform: scale(1.1);
}

/*# sourceMappingURL=solutionInfo.css.map */
.sec2 .wrap .content.PE{
  display: none;
}
@media screen and (max-width: 1919px) {
  .sec1 {
    padding: 10.4166666667vw 0px 6.7708333333vw;
  }

  .sec1 .wrap {
    width: 72.9166666667vw;
  }

  .sec1 .wrap .top {
    margin: 0px 0px 5.2083333333vw;
  }

  .sec1 .wrap .top .title {
    font-size: 2.1875vw;
  }

  .sec1 .wrap .top .back a {
    width: 6.25vw;
    height: 2.2916666667vw;
    border-radius: 1.1458333333vw;
    border: 0.1041666667vw solid rgb(255, 192, 1);
    font-size: 0.8333333333vw;
  }

  .sec1 .wrap .top .back a:hover {
    border: 0.1041666667vw solid rgb(255, 192, 1);
  }

  .sec1 .wrap .item {
    margin-bottom: 2.03125vw;
  }

  .sec1 .wrap .item .block {
    padding: 0px 0px 2.03125vw;
  }

  .sec1 .wrap .item .block p {
    font-size: 1.0416666667vw;
  }

  .sec1 .wrap .item .block .img {
    width: 35.4166666667vw;
    top: -1.9791666667vw;
    transform: translateY(1.0416666667vw);
  }

  .sec1 .wrap .item .none .flex {
    padding: 0px 0px 2.6041666667vw;
  }

  .sec1 .wrap .item .none .flex .l {
    width: 29.9479166667vw;
  }

  .sec1 .wrap .item .none .flex .l p {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .sec2 {
    padding: 0px 0px 5.2083333333vw;
  }

  .sec2 .wrap {
    width: 72.9166666667vw;
  }

  .sec2 .wrap .title {
    font-size: 2.1875vw;
    margin: 0px 0px 3.59375vw;
  }

  .sec2 .wrap .content .item {
    width: 35.8333333333vw;
  }

  .sec2 .wrap .content .item a {
    height: 20.0520833333vw;
    border-radius: 0.7291666667vw;
    padding: 0px 2.0833333333vw 0px 4.1666666667vw;
  }

  .sec2 .wrap .content .item a .l h5 {
    font-size: 1.6666666667vw;
    line-height: 2.3958333333vw;
    margin: 0px 0px 1.9791666667vw;
  }

  .sec2 .wrap .content .item a .l .more {
    width: 7.8125vw;
    height: 2.8125vw;
    border-radius: 1.40625vw;
  }

  .sec2 .wrap .content .item a .l .more p {
    font-size: 0.7291666667vw;
  }

  .sec2 .wrap .content .item a .l .more .iconfont {
    font-size: 0.7291666667vw;
    margin-left: 0.5208333333vw;
  }

  .sec2 .wrap .content .item a .r {
    width: 18.2291666667vw;
    height: 15.625vw;
  }

  .sec2 .wrap .content .item a:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.09375vw 0px;
  }
}
@media screen and (max-width: 1024px) {
  .sec1{
    padding: 60px 0;
  }
  .sec1 .wrap{
    width: 90%;
  }
  .sec1 .wrap .top{
    margin-bottom: 30px;
  }
  .sec1 .wrap .top .title {
    font-size: 28px;
  }
  .sec1 .wrap .top .back a{
    width: 100px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
  }
  .sec1 .wrap .item .block p{
    font-size: 18px;
    margin-top: 20px;
  }
  .sec1 .wrap .item .block .img {
    position: static;
    opacity: 1;
    transform: none;
    width: 100%;
  }
  .sec1 .wrap .item .block .img img{
    width: 100%;
  }
  .sec1 .wrap .item .block{
    display: flex;
    flex-direction: column-reverse;
  }
  .sec1 .wrap .item .none{
    display: block;
  }
  .sec1 .wrap .item.item_active .block p{
    transform: scale(1);
  }
  .sec1 .wrap .item .none .flex .l{
    width: 100%;
  }
  .sec1 .wrap .item .none .flex .l p{
    font-size: 14px;
    line-height: 2;
  }
  .sec1 .wrap .item .none .flex{
    padding-bottom: 30px;
  }
  .sec1 .wrap .item {
    margin-bottom: 20px;
  }
  .sec1 .wrap .item .block{
    padding-bottom: 20px;
  }
  .sec2{
    padding-bottom: 60px;
  }
  .sec2 .wrap{
    width: 90%;
  }
  .sec2 .wrap .title{
    margin-bottom: 30px;
    font-size: 24px;
  }
  .sec2 .wrap .content.PC{
    display: none;
  }
  .sec2 .wrap .content.PE{
    display: block;
  }
  .sec2 .wrap .content.PE .item{
    width: 100%;
  }
  .sec2 .wrap .content .item a{
    height: auto;
    border-radius: 10px;
    padding:40px 20px;
    flex-direction: column-reverse;
  }
  .sec2 .wrap .content .item a .r{
    width: 100%;
    height: 120px;
  }
  .sec2 .wrap .content .item a .l{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .sec2 .wrap .content .item a .l h5{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .sec2 .wrap .content .item a .l .more{
    width: 120px;
    height: 36px;
    border-radius: 18px;
  }
  .sec2 .wrap .content .item a .l .more p{
    font-size: 14px;
  }
  .sec2 .wrap .content .item a .l .more .iconfont{
    font-size: 14px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 .wrap .top .title {
    font-size: 24px;
  }
  .sec2{
    overflow: hidden;
  }
  .sec2 .wrap .content .swiper{
    overflow: unset;
  }
}