h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
.banner-outer {
  width: 100%;
  height: 514px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1ababd;
}
.banner-outer .left {
  margin-right: 48px;
}
.banner-outer .left .title {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 60px */
  margin-bottom: 12px;
}
.banner-outer .left .desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.banner-outer .left .buttons {
  margin-top: 24px;
  display: flex;
}
.banner-outer .left .buttons a {
  margin-right: 12px;
  display: flex;
  width: 120px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  color: #1ababd;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border: 1px solid #fff;
}
.banner-outer .left .buttons a.first-btn:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.banner-outer .left .buttons a.second-btn {
  color: #fff;
  background-color: #1ababd;
}
.banner-outer .left .buttons a.second-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-outer .right {
  width: 583px;
  height: 100%;
}
.banner-outer .right img {
  width: 100%;
  height: auto;
}
.content-one {
  width: 1000px;
  margin: 80px auto 120px;
}
.content-one .title {
  color: #1a2233;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 12px;
}
.content-one .desc {
  color: #3f4c5a;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.content-one .compare-box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.content-one .compare-box .box-item {
  width: 490px;
  height: 150px;
  border-radius: 10px;
  background: #e0f5f5;
  position: relative;
}
.content-one .compare-box .box-item .decoration {
  position: absolute;
  width: 182px;
  height: 175px;
}
.content-one .compare-box .box-item .decoration img {
  width: 100%;
  height: 100%;
}
.content-one .compare-box .box-item .box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-one .compare-box .box-item .box-content .box-content-title {
  color: #1a2233;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  margin-bottom: 10px;
}
.content-one .compare-box .box-item .box-content .box-content-desc {
  color: #3f4c5a;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.content-one .compare-box .box-item:first-child .decoration {
  bottom: 0;
  left: 0;
}
.content-one .compare-box .box-item:first-child .box-content {
  margin-left: 232px;
  width: 168px;
}
.content-one .compare-box .box-item:last-child .decoration {
  bottom: 0;
  right: 0;
}
.content-one .compare-box .box-item:last-child .box-content {
  margin-left: 64px;
  width: 194px;
  align-items: flex-end;
  text-align: right;
}
.content-one .pros-box {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.content-one .pros-box .info-item {
  width: 220px;
  text-align: center;
}
.content-one .pros-box .info-item .info-item-icon {
  width: 100%;
  height: auto;
}
.content-one .pros-box .info-item .info-item-text .title {
  margin: 15px 0;
  color: #1a2233;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.content-one .pros-box .info-item .info-item-text ul li {
  color: #3f4c5a;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.content-one .btns {
  display: flex;
  justify-content: center;
}
.content-one .btns a {
  width: 120px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #1ababd;
  text-decoration: none;
}
.content-one .btns a:first-child {
  background: #1ababd;
  margin-right: 12px;
}
.content-one .btns a:first-child:hover {
  background-color: #069b9d;
}
.content-one .btns a:last-child {
  color: #1ababd;
}
.content-one .btns a:last-child:hover {
  background-color: #eee;
}
.content-two {
  background: #f9f9fb;
  display: flex;
  padding: 80px 0 120px;
  flex-direction: column;
  align-items: center;
}
.content-two .title {
  color: #1a2233;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 12px;
}
.content-two .desc {
  color: #3f4c5a;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin-bottom: 60px;
}
.content-two .ins-advantage {
  width: 1000px;
  height: 437px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-two .ins-advantage .advantage-item {
  flex: 1;
  /* 均分容器宽度 */
  margin-right: 40px;
}
.content-two .ins-advantage .advantage-item:last-child {
  margin-right: 0;
}
.content-two .ins-advantage .item-content .advantage-head {
  display: flex;
  margin-bottom: 15px;
}
.content-two .ins-advantage .item-content .advantage-head .advantage-head-title {
  color: #1a2233;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
}
.content-two .ins-advantage .item-content .advantage-head img {
  min-width: 55px;
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.content-two .ins-advantage .item-content .advantage-head-desc {
  text-align: left;
  color: #3f4c5a;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.content-two .ins-advantage .item-content .advantage-head-desc .bold {
  color: #1a2233;
  font-weight: 500;
}
.content-two .ins-advantage .item-content .advantage-head-desc li {
  margin-bottom: 15px;
}
.content-two .ins-advantage .item-content .advantage-head-desc li:last-child {
  margin-bottom: 0;
}
.content-two .ins-advantage .item-center img {
  width: auto;
  height: 100%;
}
.content-two .btns {
  display: flex;
  justify-content: center;
}
.content-two .btns a {
  width: 120px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #1ababd;
  text-decoration: none;
}
.content-two .btns a:first-child {
  background: #1ababd;
  margin-right: 12px;
}
.content-two .btns a:first-child:hover {
  background-color: #069b9d;
}
.content-two .btns a:last-child {
  color: #1ababd;
}
.content-two .btns a:last-child:hover {
  background-color: #eee;
}
.content-three {
  width: 1000px;
  margin: 80px auto 120px;
}
.content-three .content-three-title {
  color: #1a2233;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 12px;
}
.content-three .content-three-desc {
  color: #3f4c5a;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin-bottom: 60px;
}
.content-three .process {
  width: 100%;
}
.content-three .process img {
  width: 100%;
  height: auto;
}
.bottom {
  width: 100%;
  height: 500px;
  background: #f9f9fb;
}
.bottom .bottom-title {
  display: inline-block;
  font-weight: 400;
  color: #7b8390;
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.bottom .bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.bottom .bottom-content.active {
  margin-top: 27px;
}
.bottom .bottom-content.last img {
  width: 30px;
  height: 30px;
}
.bottom .bottom-content.last .last-bottom {
  margin: 0 16px;
  width: 714px;
  font-size: 14px;
  color: #abb0b9;
}
.bottom .bottom-content .li-bottom {
  cursor: pointer;
  width: 215px;
  height: 66px;
  background: #ffffff;
  border: 1px solid #e2e6eb;
  border-radius: 3px;
  margin: 0 16px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.bottom .bottom-content .li-bottom:hover {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
}
.bottom .bottom-content .li-bottom img {
  margin-left: 20px;
}
.bottom .bottom-content .li-bottom a {
  display: block;
  margin-left: 20px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #545d69;
}
