* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: SF Pro Text, SF Pro Text;
  display: flex;
  flex-direction: column;

  background-color: #ffffff;
  position: relative;
}

a,
span {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 9999999;
}
.header-active {
  background-color: #fff;
  font-weight: bold;
}
.header-active a {
  color: #222 !important;
}
header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;

  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo {
  /* width: 166px; */
  height: 60px;
}
header nav .logo a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
header nav .logo a img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
header nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .nav-links li {
  margin-right: 40px;
}
header nav .nav-links li a {
  font-size: 16px;
  color: #fff;
  text-decoration: auto;
}
/* hover */
header nav .nav-links a:hover {
  font-size: 20px;
}
header nav .nav-links a.active {
  font-size: 20px;
  color: #fff;
  position: relative;
}
/* header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #ffc247;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
} */

#home {
  width: 100%;
  height: 851px;
  background: #f3f8ff;
  background-image: url("../images/banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home .container .p1 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 65px;
  color: #ffffff;
  line-height: 76px;
  margin-bottom: 25px;
}
#home .container .p2 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 26px;
}
#AboutUs {
  width: 100%;
  height: 1011px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 1011px;
  padding-top: 100px;
}
#AboutUs .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#AboutUs .container .title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  line-height: 70px;
  margin-bottom: 50px;
}
#AboutUs .container .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#AboutUs .container .box img {
  width: 380px;
  height: 689px;
}
#AboutUs .container .box .text {
  width: 819px;
  height: 689px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  box-sizing: border-box;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
}
#AboutUs .container .box .text p {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 20px;
}
#AboutUs .container .box .text .p1 {
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 26px;
  margin-bottom: 10px;
}
#Services {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  background: #fff;
}
#Services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Services .container .title {
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  line-height: 70px;
  margin-bottom: 30px;
}
#Services .container .p1 {
  width: 100%;
  text-align:center;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 26px;
  margin-bottom: 10px;
}
#Services .container .p2 {
  width: 100%;
  text-align:center;
  font-weight: 400;
  font-size: 18px;
  color: #717171;
  line-height: 21px;
  margin-bottom: 50px;
}
#Services .container .p3 {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 26px;
  margin-bottom: 10px;
}
#Services .container .p4 {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 50px;
}
.Services-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Services-list .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Services-list .item-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  justify-content: center;
}
.Services-list .title1 {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 50px;
}

.Services-list .item {
  width: 368px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 47px;
}
.Services-list .item img {
  width: 368px;
  height: 308px;
  margin-bottom: 30px;
}
.Services-list .item .text1 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  margin-bottom: 10px;
}
.Services-list .item .text2 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
}

#LoanApplication {
  width: 100%;
  height: 890px;
  background-image: url("../images/lbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
#LoanApplication .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#LoanApplication .container .title {
  font-weight: 500;
  font-size: 60px;
  color: #ffffff;
  line-height: 70px;
  margin-bottom: 20px;
}
#LoanApplication .container .small {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 77px;
}
#LoanApplication .container .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#LoanApplication .container .list p {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 26px;
}

#ContactUs {
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
#ContactUs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ContactUs .container .top {
  width: 100%;
  display: flex;
  align-items: center;
}
#ContactUs .container .title {
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  line-height: 70px;
  margin-bottom: 50px;
}
#ContactUs .container .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ContactUs .container .list p {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 38px;
}
#ContactUs .container .list p .sp1 {
  width: 200px;
  margin-right: 43px;
}
#ContactUs .container .list p .sp2 {
  display: flex;
  flex: 1;
}
#ContactUs .container .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ContactUs .container .bottom span {
  font-weight: 500;
  font-size:24px;
  color: #222222;
  line-height: 38px;
}
#ContactUs .container .bottom .img {
  display: flex;
  align-items: center;
}
#ContactUs .container .bottom img {
  width: 182px;
  height: 113px;
  margin-right: 100px;
}
#backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}
#backTop:hover {
  opacity: 1;
}
#backTop img {
  width: 100%;
  height: 100%;
}

