.block1 {
  height: 390px;
  background-image: url(../img/banner4.png);
  background-size: cover;
  background-position: center;
}

.bottom-title {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.bottom-title-top {
  display: flex;
  align-items: center;
  padding-top: 110px;
  margin-bottom: 10px;
  margin-left: 170px;

  h2 {
    font-size: 30.4px;
    font-weight: bold;
    color: #a91b20;
  }

  span {
    display: flex;
    font-size: 15px;
    color: #156aa5;
  }
}

.sub-title3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #a2a2a2;
  font-weight: lighter;
  margin-left: 170px;
}

.number2 {
  position: absolute;
  top: 74%;
  left: 0;
  opacity: 0.4;
  transform: translate(-0%, -50%);
  font-size: 118px;
  background: linear-gradient(to bottom, rgba(186, 186, 186, 1), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.block2 {
  height: 444px;
}

.block-bottom {
  height: 182px;
  background-color: #265fa8;
  margin-bottom: 120px;
}

.block-bottom-item {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-bottom-item-card {
  margin-top: -180px;
  width: 284px;
  height: 474px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.card1 {
  background-image: url(../img/area-p1.png);
  background-color: #deeafc;
}

.card1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 128, 171, 0.5);
}

.card2 {
  background-image: url(../img/area-p2.png);
  background-color: #deeafc;
}

.card2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 128, 171, 0.5);
}

.card3 {
  background-image: url(../img/area-p3.png);
  background-color: #deeafc;
}

.card4 {
  background-image: url(../img/area-p4.png);
  background-color: #deeafc;
}

.card4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 95, 168, 0.5);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
}

.card-overlay h3 {
  font-size: 24px;
  font-weight: bold;
  color: #265fa8;
  margin-bottom: 15px;
}

.card-overlay p {
  font-size: 14px;
  color: #265fa8;
  font-weight: bold;
}

.card-content {
  padding: 40px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-bar {
  width: 30px;
  height: 8px;
  background-color: #a91b20;
  margin-bottom: 25px;
}

.card-content p {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}

.learn-more {
  margin-left: auto;
  display: inline-block;
  padding: 4px 5px;
  background-color: #265fa8;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
}

.block3 {
  margin-bottom: 120px;
}

.block3-item {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.block3-content {
  flex: 1;
  padding-right: 50px;
  padding-left: 46px;
}

.block3-title {
  margin-left: -50px;
  font-size: 24px;
  font-weight: bold;
  color: #265fa8;
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url(../img/area-p6.png);
  background-size: cover;
}

.block3-text {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}

.block3-button {
  display: inline-block;
  padding: 8px 20px;
  background-color: #deeafc;
  color: #045ea9;
  font-size: 14px;
  text-decoration: none;
  border: none;
}

.block3-image {
  flex: 1;
  position: relative;
}

.block3-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.block3-text-p1 {
  font-size: 15px;
  font-weight: normal;
  color: #5a5a5a;
  margin-bottom: 20px;
}

.block3-text-p2 {
  font-size: 15px;
  font-weight: normal;
  color: #156aa5;
  margin-bottom: 20px;
}

.block4 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.block4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 174px;
  background-color: #deeafc;
  transform: translateY(-50%);
  z-index: 0;
}

.block4-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.block4-left-circle,
.block4-right-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #265fa8;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.block4-left-circle img,
.block4-right-circle img {
  width: auto;
  height: 85%;
  object-fit: contain;
}

.block4-content {
  text-align: center;
}

.block4-title-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.title-square {
  width: 19px;
  height: 19px;
  background-color: #265fa8;
}

.block4-title-top h3 {
  font-size: 25px;
  color: #265fa8;
  font-weight: bold;
  margin: 0;
}

.block4-title-main {
  font-size: 58.4px;
  color: #265fa8;
  font-weight: bold;
  margin: 50px 0 50px 0;
  line-height: 1.2;
}

.block4-desc {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.block5 {
  position: relative;
  padding: 80px 0;
}

.block5-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block5-left-decoration,
.block5-right-decoration {
  flex: 0 0 auto;
  z-index: 2;
  position: absolute;
}

.block5-left-decoration img,
.block5-right-decoration img {
  width: 205px;
  height: auto;
}

.block5-content {
  flex: 1;
  padding: 0 40px;
  text-align: left;
  z-index: 2;
  margin-bottom: 109px;
}

.block5-title h2 {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #265fa8;
  margin-bottom: 30px;
}

.block5-title p {
  font-size: 15px;
  color: #156aa5;
  margin-bottom: 30px;
  line-height: 30px;
}

.block5-desc p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 30px;
}

.block5-title-squ {
  width: 19px;
  height: 19px;
  background-color: #265fa8;
  margin-right: 10px;
  z-index: 3;
}

.block5-app-showcase {
  flex: 0 0 auto;
  width: 600px;
  z-index: 2;
  margin-bottom: 147px;
}

.block5-app-showcase img {
  width: 100%;
  height: auto;
}

.block5-blank {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 388px;
  width: 100%;
  z-index: 1;
  background-color: #e4eefe;
}

.block6 {
  height: 640px;
  padding: 60px 0;
}

.block6-container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.block6-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.block6-square {
  width: 19px;
  height: 19px;
  background-color: #265fa8;
}

.block6-title h3 {
  font-size: 25px;
  color: #265fa8;
  font-weight: bold;
  margin: 0 15px;
}

.block6-desc {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-bottom: 70px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.block6-image-container {
  width: 1200px;
}

.block6-image-container img {
  width: 100%;
  height: auto;
  display: block;
}