*,
:after,
:before {
  box-sizing: border-box;
}
.centerbox {
  margin: 0 auto;
  max-width: 1200px;
}

.flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.banner .swiper-slide {
  background-color: #0265f2;
  background-image: url("../images/small_image.svg");
  height: 300px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  line-height: 50px;
  font-weight: 700;
}

.banner .swiper-slide img {
  margin-right: 130px;
}
.banner .swiper-slide h1 {
  font-size: 48px;
  color: #fff;
}
.banner .swiper-slide p {
  font-size: 36px;
  color: #fff;
}

.msgserve {
  padding: 0 0 70px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.msgservehead {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  color: #04123d;
  margin-bottom: 16px;
  margin-top: 70px;
}

.msgserve ul {
  margin-top: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.msgserve li,
.msgservehead ul {
  list-style: none;
}

.msgserve ul li {
  width: 30%;
  margin-bottom: 60px;
}
.msgserve ul li img {
  width: 64px;
  height: 64px;
}

.msgserve ul li h3 {
  margin: 10px auto;
  font-weight: bold;
  color: #04123d;
  font-size: 16px;
}

.msgserve ul li p {
  line-height: 26px;
  font-size: 16px;
}

.msgserve .bluebtn {
  width: 140px;

  text-align: center;
  background: #0265f2;
  border-radius: 4px;

  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
  justify-self: center;
}

.msgserve .bluebtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  height: 52px;
  line-height: 52px;
}

.msgserve .bluebtn:hover {
  box-shadow: 0 4px 20px hsl(0deg 0% 100% / 60%);
}

.centerinfo {
  background-color: #04123d;
  width: 100%;
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 480px;
}
.centerinfo .leftinfo {
  width: 46%;
  margin-left: 20px;
}

.centerinfo .infooutbox {
  width: 100%;
}
.centerinfo .leftinfo h3 {
  color: #1f73ff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
}

.centerinfo .leftinfo .lines {
  margin-bottom: 18px;
  position: relative;
  padding-left: 26px;
}
.centerinfo .leftinfo .lines p {
  font-size: 16px;
  color: #666666;
}

.centerinfo .leftinfo .lines:before {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  line-height: 20px;
  border-radius: 20px;
  background-color: #3ad578;
  color: #04123d;
  text-align: center;
  font-size: 14px;
  content: "1";
  font-weight: 700;
  top: 2px;
  left: 0;
}
.centerinfo .leftinfo .lines.l2:before {
  content: "2";
}

.centerinfo .rightimg {
  background-image: url(../images/sms_image.jpg);
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.msgprice {
  padding-bottom: 60px;
}

.msgprice .msgpricehead {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  color: #04123d;
  margin-bottom: 16px;
  margin-top: 70px;
}

.msgprice ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.msgprice ul li {
  width: 23%;
  height: 200px;
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
  border-radius: 4px;
}

.msgprice ul li .nation-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 25px 66px;
}

.msgprice ul li .nation-top h3 {
  font-size: 18px;
  line-height: 24px;
}

.msgprice ul li .nation-top p {
  font-size: 16px;
  line-height: 24px;
}

.msgprice ul li .nation-bottom {
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 34px;
  background: url(../images/left_btn.svg) no-repeat left top/100% 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.msgprice ul li .nation-bottom p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
.msgprice ul li .nation-bottom p a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  height: 100%;
}

.msgprice ul li .nation-bottom b {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.msgprice ul li .nation-bottom .right p {
  padding-top: 10px;
}

.cpyserve {
  padding: 0 0 70px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #f6f8fe;
}

.cpyserve .cpyservehead {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  color: #04123d;
  margin-bottom: 16px;
  margin-top: 70px;
}

.cpyserve ul {
  margin-top: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.cpyserve li,
.cpyservehead ul {
  list-style: none;
}

.cpyserve ul li {
  width: 30%;
  margin-bottom: 60px;
}
.cpyserve ul li img {
  width: 64px;
  height: 64px;
}

.cpyserve ul li h3 {
  margin: 10px auto;
  font-weight: bold;
  color: #04123d;
  font-size: 16px;
}

.cpyserve ul li p {
  line-height: 26px;
  font-size: 16px;
}
.cpyserve .des {
  display: inline-block;
  max-width: 600px;
  font-size: 16px;
}

@media only screen and (max-width: 1280px) {
  .msgprice ul li .nation-bottom {
    height: 74px;
  }
}
@media only screen and (max-width: 1040px) {
  .msgprice ul li .nation-bottom {
    padding: 0 20px;
  }

  .flexbox {
    padding-left: 20px;
  }
  .banner .swiper-slide h1 {
    font-size: 4rem;
  }
  .banner .swiper-slide p {
    font-size: 3.4rem;
  }
  .msgservehead {
    font-size: 2.8rem;
  }

  .centerinfo .leftinfo h3 {
    font-size: 2.4rem;
  }

  .centerinfo .leftinfo .lines:before {
    font-size: 1.4rem;
  }
  .msgprice .msgpricehead {
    font-size: 2.8rem;
  }

  .msgprice ul li .nation-top h3 {
    font-size: 1.8rem;
  }
  .cpyserve .cpyservehead {
    font-size: 2.8rem;
  }

  .msgprice ul li .nation-top p,
  .msgprice ul li .nation-bottom p a,
  .msgprice ul li .nation-bottom b,
  .cpyserve ul li h3,
  .cpyserve ul li p,
  .cpyserve .des,
  .msgserve ul li h3,
  .msgserve ul li p,
  .msgserve .bluebtn a,
  .centerinfo .leftinfo .lines p {
    font-size: 1.6rem;
  }

  .pconly {
    display: none;
  }
  .msgserve ul li {
    width: 100%;
  }
  .msgserve ul {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }

  .msgservehead {
    margin-bottom: 40px;
  }

  .centerinfo {
    padding: 30px 0 0;
    width: 100%;
    flex-direction: column;
  }

  .centerinfo .leftinfo {
    width: 100%;
    margin-bottom: 30px;
  }
  .centerinfo .rightimg {
    width: 100%;
    height: 100%;
    position: static;
    background: url(../images/sms_image.jpg) no-repeat top center/100% 100%;
  }

  .centerinfo .leftinfo .lines p {
    width: 90%;
    padding-left: 24px;
  }

  .centerinfo .leftinfo .lines {
    width: 100%;
    padding-left: 0;
  }

  .centerinfo .leftinfo h3 {
    width: 100%;
  }

  .msgprice {
    width: 78%;
  }
  .msgprice ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .msgprice ul li {
    width: 40%;
  }

  .cpyserve {
    width: 100%;
  }

  .cpyserve ul {
    flex-direction: column;
  }

  .cpyserve ul li {
    width: 70%;
    margin: 0 auto;
  }
  .centerinfo .leftinfo {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  .cpyserve ul li p {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .msgprice {
    width: 100%;
  }
  .msgprice ul {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .msgprice ul li {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .banner .swiper-slide h1 {
    font-size: 3.2rem;
  }
  .banner .swiper-slide p {
    font-size: 2rem;
  }
  .banner .swiper-slide img {
    margin-right: 20px;
  }
  .msgservehead {
    width: 80%;
    margin: 30px auto;
    line-height: 36px;
  }

  .cpyserve .cpyservehead {
    width: 80%;
    margin: 30px auto;
    line-height: 36px;
  }
  .cpyserve .des {
    width: 80%;
    margin: 10px auto;
  }
}
