.banner {
  width: 100%;
  height: 668px;
  background-color: #1b47a5;
  padding-top: 92px;
}
.banner .container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.banner .container .text {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  margin-top: 140px;
}
.banner .container .text p {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 32px;
  color: #fff;
}
.banner .container .down {
  display: flex;
  align-items: center;
}
.banner .container .down img {
  width: 178px;
  height: 52px;
  margin-right: 40px;
}
.banner .container .banner_img {
  width: 820px;
  height: 705px;
  position: absolute;
  top: 0;
  right: 0;
}
.how_loan {
  width: 100%;
  background-color: #edf0f8;
  padding: 160px 0;
}
.how_loan .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title {
  font-weight: 600;
  font-size: 48px;
  color: #282938;
  line-height: 64px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
  text-align: center;
}
.list-container {
  width: 100%;
  display: flex;
}

.how_loan .list-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.how_loan .list-container li {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.how_loan .list-container li .p1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.how_loan .list-container li .p1 .sp1 {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #1b47a5;
  margin-right: 12px;
}
.how_loan .list-container li .p1 .sp2 {
  width: 145px;
  border: 2px dashed #1b47a5;
}
.how_loan .list-container li .p2 {
  color: #282938;
  font-size: 24px;
  margin-bottom: 20px;
}
.how_loan .list-container li .p3 {
  width: 100%;
  height: 76px;
  color: #282938;
  font-size: 16px;
  margin-bottom: 33px;
}
.how_loan .list-container li img {
  width: 200px;
  height: 400px;
}
.product_advantages {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
}
.product_advantages .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_advantages .list-container li {
  width: 400px;
  height: 300px;
  background: rgba(27, 71, 165, 0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 20px;
}
.product_advantages .list-container li img {
  width: 32px;
  height: 32px;
  margin-bottom: 32px;
}
.product_advantages .list-container li .p1 {
  color: #282938;
  font-size: 24px;
  margin-bottom: 16px;
}
.product_advantages .list-container li .p2 {
  color: #282938;
  font-size: 16px;
}
.FAQS {
  width: 100%;
  background-color: #edf0f8;
  padding: 100px 0;
}
.FAQS .list-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.FAQS .list-container li {
  width: 600px;
}
.FAQS .list-container li a {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  border-radius: 20px;
  box-sizing: border-box;
  text-decoration: none;
}
.FAQS .list-container li a:hover {
  border: 1px solid #1b47a5;
}
.FAQS .list-container li a .left {
  display: flex;
  flex-direction: column;
}
.FAQS .list-container li a .left img {
  width: 68px;
  height: 68px;
  margin-bottom: 32px;
}
.FAQS .list-container li a .left span {
  font-weight: 500;
  font-size: 24px;
  color: #282938;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.FAQS .list-container li a .right {
  width: 24px;
  height: 24px;
}
.about_us {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
}
.about_us .list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_us .list-container li {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.about_us .list-container li p {
  font-weight: 400;
  font-size: 24px;
  color: #282938;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 65px;
}
.about_us .list-container li img {
  width: 503px;
  height: 500px;
}
