.ice1 {
  width: 100%;
  padding: 80px 0 100px;
}

.ice1.icb {
  background: #f9f9f9;
}

.ice1 .title {
  font-size: 33px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  line-height: 44px;
  color: #1e3953;
  text-align: center;
  padding-bottom: 3.191489vw;
}

.ice1 .img img {
  max-width: 100%;
  width: 100%;
}

.ice1 .img p {
  padding-top: 20px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #d9d9d9;
  text-align: right;
}

.ice1 .img p span {
  color: #D90000;
}

.ice2 .text {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0;
}

.ice2 .meta .caption {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.ice1.icb .imgg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ice1.icb .imgg .img-box {
  width: 18%;
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.04);
  padding: 3vw;
}

.ice1.icb .imgg .img-box:first-child {
  border-radius: 30px 0px 0px 30px;
}

.ice1.icb .imgg .img-box:last-child {
  border-radius: 0px 30px 30px 0px;
}

.ice1.icb .imgg .img-box img,
.ice1.icb .imgg .img-box span {
  display: block;
  margin: 0px auto;
  text-align: center;
}

.ice1.icb .imgg .img-box span {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  line-height: 20px;
  color: #1e3953;
  margin-top: 8px;
}

.ice1 .box .box-x {
  width: 100%;
  background: #ffffff;
  padding: 70px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  transition: all ease 0.5s;
  position: relative;
}

.ice1 .box .box-xx:hover::after {
  position: absolute;
  content: "";
  background-image: url(../img/dh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: 10px;
  top: -17px;
  width: 50px;
  height: 34px;
}

.ice1 .box .box-xx:hover {
  background: #1e3953;
}

.ice1 .box .box-x h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  line-height: 30px;
  color: #1e3953;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.ice1 .box .box-xx:hover h4 {
  color: #ffffff;
}

.ice1 .box .box-x h4 span {
  width: 10px;
  height: 10px;
  background: #1e3953;
  border-radius: 50%;
  margin-right: 10px;
  transition: all ease 0.5s;
}

.ice1 .box .box-xx:hover span {
  background: #ffffff;
}

.ice1 .box .box-x p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  line-height: 26px;
  color: #1e3953;
  margin: 0;
}

.ice1 .box .box-xx:hover p {
  color: #ffffff;
}


.ice1 .box-xx img {
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%);
  width: 226px;
  /* opacity: 0;
  visibility: hidden; */
  transition: all ease .5s;
}

.ice1 .box .box-xx:hover img {
  opacity: 1;
  visibility: visible;
}




@media screen and (max-width:767px) {
  .ice1.icb .imgg .img-box {
    width: 100%;
    background: #ffffff;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 4%);
    padding: 40px 20px;
    margin-bottom: 20px;
    border-radius: 0 !important;
  }
}



.sol0 {
  padding: 0 !important;
  position: relative;
}

.sol0 .pic {
  width: 100%;
  display: flex;
}

.sol0 .pic img {
  max-width: 100%;
  width: 100%;
}

.sol0 .intr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.sol0 .intr h2 {
  font-size: 42px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 28px;
  position: relative;
}

.sol0 .intr h2::after {
  content: "";
  width: 50px;
  height: 6px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.sol0 .intr h3 {
  color: #FFFFFF
}

.sol0 .intr p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #FFFFFF;
}

.sol0 .intr .more {
  margin: 30px 25px 0;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
}

.sol0 .intr .more1 {
  background-color: #ffffff;
  color: #1E3953;
}

.sol0 .intr .more2 {
  background-color: #58C4A7;
  color: #ffffff;
}


.sol0 .intr .more img{
  width: 25px;
}
.sol {
  width: 100%;
  padding: 80px 0 100px;
}

.sol1 {
  background-color: #FBFBFB;
}

.sol .title {
  padding-bottom: 60px;
  text-align: center;
}

.sol .title h3 {
  font-size: 33px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  line-height: 44px;
  color: #1e3953;
}

.sol .title h3+* {
  margin-top: 15px;
}

.sol .title p {
  max-width: 570px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9B9B9B;
}

.sol0 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.41;
}

.sol0 .swiper-pagination-bullet-active {
  opacity: 1;
}

.sol1 .box {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sol1 .box .box-x {
  width: 31%;
  border: 1px solid #E9E9E9;
  background-color: #ffffff;
  padding: 55px 0px;
  transition: all ease .5s;
}

.sol1 .box .box-x:hover {
  box-shadow: 0px 0px 20px rgba(30, 57, 83, 0.21)
}

.sol1 .box .box-x img,
.sol1 .box .box-x span {
  display: block;
  margin: 0px auto;
  text-align: center;
}

.sol1 .box .box-x span {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #1E3953;
}



.sol2 .box1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}

.sol2 .box1 .box-x {
  width: 24%;
  transition: all ease .5s;
}

.sol2 .box1 .box-x img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}

.sol2 .box1 .box-x h5 {
  font-size: 20px;
  font-weight: bold;
  color: #1E3953;
  margin-top: 20px;
  margin-bottom: 8px;
}

.sol2 .box1 .box-x p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9B9B9B;
  margin: 0;
  text-align: justify;
}

.sol2 .box2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sol2 .box2 .box-x h5 {
  font-size: 20px;
  font-weight: bold;
  color: #1E3953;
  margin-bottom: 15px;
  position: relative;
}

.sol2 .box2 .box-x h5::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/gou.svg);
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}

.sol2 .box2 .box-x p {
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  margin: 0;
}

.sol3 {
  background-color: #FBFBFB;
}

.sol3 .box {
  width: 100%;
  margin: 0 auto;
}

.sol3 .box .box-x {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sol3 .box .box-x:first-child {
  margin-bottom: 40px;
}

.sol3 .box .box-l {
  width: 15%;
  background-color: #1E3953;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sol3 .box .box-l p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.sol3 .box .box-r {
  width: 85%;
  background-color: #F3F3F3;
  padding: 15px 90px;
}

.sol3 .box .box-r p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #9B9B9B;

}

.sol5 {
  padding: 80px 0 50px;
}

.sol5 .box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.sol5 .box .pic {
  padding-bottom: 100px;
}

.sol6 {
  padding: 0 0 100px;
}

.sol6 .box {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sol6 .box .box-x {
  width: 18%;
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 1;
  transition: all ease .5s;
}

.sol6 .box .box-x:hover {
  z-index: 9;
  box-shadow: 0px 0px 20px rgba(30, 57, 83, 0.21);
}

.sol6 .box .box-x img {
  max-width: 100%;
  margin: 0 auto;
}







@media screen and (max-width:1250px) {
  .sol .title h3 {
    font-size: 30px;
    line-height: 1.21212;
  }

  .sol2 .box2 .box-x {
    width: 48%;
    margin: 20px auto 0;
  }
  .sol3 .box .box-l{
    width: 20%;
  }
  .sol3 .box .box-r{
    width: 80%;
    padding: 15px 40px;
  }
}

@media screen and (max-width:991px) {
  .sol .title h3 {
    font-size: 26px;
    line-height: 1.21212;
  }
  .sol3 .box .box-l{
    width: 25%;
  }
  .sol3 .box .box-r{
    width: 75%;
  }
}

@media screen and (max-width:767px) {
  .sol1 .box .box-x {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .sol2 .box1 .box-x {
    width: 100%;
    margin-bottom: 20px;
  }

  .sol2 .box2 .box-x {
    width: 80%;
  }

  .sol3 .box .box-l,
  .sol3 .box .box-r {
    width: 100%;
    padding: 10px;
  }

  .sol3 .box .box-x:first-child {
    margin-bottom: 20px;
  }

  .sol0 .intr h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .sol0 .intr h2::after {
    height: 2px;
  }

  .sol4 .pic img {
    height: 200px;
    object-fit: cover;
  }

  .sol6 .box .box-x {
    width: 48%;
  }

  .sol .title h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  .sol0 .intr .more {
    display: none;
  }

  .sol {
    width: 100%;
    padding: 60px 0;
  }

  .sol .title {
    padding-bottom: 20px;
  }

  .sol2 .box1 {
    padding-bottom: 60px;
  }

  .sol5 .box .pic {
    padding-bottom: 40px;
  }

  .sol5 {
    padding: 60px 0 20px;
  }

  .sol6 {
    padding: 0 0 40px;
  }
}