* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: Montserrat, Montserrat;
  font-weight: 400;

  display: flex;
  flex-direction: column;
}
a,
span {
  display: inline-block;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  background: linear-gradient(57deg, #e7f5fd 0%, #e6f9f6 50%, #e3fcef 100%);
}

header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
header nav .logo {
}
header nav .logo a {
  width: 100%;
  height: 100%;
  font-size: 28px;
  color: #000000;
  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: 20px;
  color: #000000;
  text-decoration: auto;
}
header nav .nav-links a.active {
  color: #117963 !important;
  font-size: 24px;
  position: relative;
  font-weight: 600;
}
#home {
  width: 100%;
  background: linear-gradient(57deg, #e7f5fd 0%, #e6f9f6 50%, #e3fcef 100%);
  padding-top: 140px;
}
#home .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .container .content {
  width: 1151px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .container .p1 {
  font-weight: bold;
  font-size: 60px;
  color: #0f4f57;
  line-height: 90px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#home .container .p2 {
  font-weight: 400;
  font-size: 20px;
  color: #0f4f57;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}
#home .container div {
  display: flex;
  align-items: center;
}
#home .container div img {
  width: 273px;
  height: 80px;
  margin-right: 40px;
  cursor: pointer;
}

#about {
  width: 100%;
  padding-bottom: 150px;
  padding-top: 100px;
  background: linear-gradient(57deg, #e7f5fd 0%, #e6f9f6 50%, #e3fcef 100%);
}
#about .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .container .content {
  width: 1130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 122, 103, 0.08);
  padding: 10px;
  border-radius: 10px;
}
#about .container .content .box {
  width: 100%;
  background: #fff;
  display: flex;
  padding: 38px 24px 38px 60px;
  box-sizing: border-box;
  border-radius: 10px;
  justify-content: space-between;
}
#about .container .content .box .left {
  width: 50%;
  display: flex;
}
#about .container .content .box .left .line {
  width: 2px;
  height: 100%;
  margin-right: 40px;
  background-color: #d8dddf;
}
#about .container .content .box .left .line .sp1 {
  width: 2px;
  height: 50%;
  background-color: #127a67;
}
#about .container .content .box .left .line .sp2 {
  width: 2px;
  height: 50%;
}
#about .container .content .box .left .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#about .container .content .box .left .text .title {
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#about .container .content .box .left p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 44px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#about .container .content .box .right {
  width: 446px;
  height: 424px;
}
#advantages {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 90px;
  background: #fff;
}
#advantages .container {
  display: flex;
  flex-direction: column;

  /* background: linear-gradient(
    156deg,
    #d7f0ff 0%,
    #d9cfff 33%,
    #ffd1ea 67%,
    #ffe3d2 100%
  );
  filter: blur(64px); */
}
#advantages .container-small {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #1f2937;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#advantages .container-small img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
#advantages .container-title {
  font-weight: bold;
  font-size: 48px;
  color: #1f2937;
  line-height: 68px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 42px;
}
#advantages ul {
  width: 100%;
  height: 800px;
  position: relative;
}

#advantages ul::before {
  width: 800px;
  height: 800px;
  border-radius: 400px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -400px;
  background: linear-gradient(
    156deg,
    #d7f0ff 0%,
    #d9cfff 33%,
    #ffd1ea 67%,
    #ffe3d2 100%
  );
  filter: blur(64px);
}
#advantages ul li {
  width: 520px;
  height: 280px;
  position: relative;
}
#advantages ul li .content {
  width: 520px;
  height: 260px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(18, 122, 103, 0.2);
  z-index: 2000;
  display: flex;
  flex-direction: column;
}
#advantages ul li .bg {
  width: 468px;
  height: 280px;
  position: absolute;
  left: 26px;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(18, 122, 103, 0.2);
}
#advantages ul li .content .icon {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 26px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
#advantages ul li .content .icon img {
  width: 24px;
  height: 24px;
}
#advantages ul li .content .text {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#advantages ul li .content .text .title {
  font-weight: 500;
  font-size: 20px;
  color: #1f2937;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#advantages ul li .content .text .p1 {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#advantages ul li:nth-child(1) {
  position: absolute;
  top: 60px;
  left: 80px;
}
#advantages ul li:nth-child(2) {
  position: absolute;
  top: 140px;
  right: 66px;
}
#advantages ul li:nth-child(3) {
  position: absolute;
  left: 152px;
  bottom: 80px;
}
#full {
  width: 100%;
}
#full ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ededf1;
  border-left: 1px solid #ededf1;
}
#full ul li {
  width: 33.3%;
  height: 252px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #ededf1;
  border-right: 1px solid #ededf1;
  background: rgba(18, 122, 103, 0.02);
}
#full ul .li {
  width: 50%;
}
#full ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
#full ul li .title {
  font-weight: 400;
  font-size: 16px;
  color: #1f2937 !important;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#full ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #6b7280;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Contact {
  width: 100%;
  padding: 100px 0;
  background: #fff;
}
#Contact .container {
  height: 664px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/div.relative@2x.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 80px 70px 100px 70px;
  box-sizing: border-box;
}
#Contact .container .title {
  font-weight: bold;
  font-size: 48px;
  color: #1f2937;
  line-height: 55px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 36px;
}
#Contact .container .small {
  font-weight: 400;
  font-size: 20px;
  color: #4b5563;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}

#Contact .container .content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#Contact .container .content .left {
  width: 400px;
  display: none;
  flex-direction: column;
}
#Contact .container .content .left .form-item {
  width: 400px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
#Contact .container .content .left .form-item span {
  font-weight: 400;
  font-size: 20px;
  color: #1f2937;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
#Contact .container .content .left .form-item input {
  width: 100%;
  border: none;
  color: #1f2937;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
#Contact .container .content .left .submit {
  width: 100%;
  height: 60px;
  background: #127a67;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
}
#Contact .container .content .left .submit:hover {
  background: #127a67;
  opacity: 0.8;
}
#Contact .container .content .right {
  width: 100% !important;
  /* width: 590px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Contact .container .content .right p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}
#Contact .container .content .right div {
  display: flex;
  align-items: center;
}
#Contact .container .content .right div img {
  width: 273px;
  height: 80px;
  margin-right: 40px;
  cursor: pointer;
}
#borrow {
  width: 100%;
  padding-top: 125px;
}
#borrow .container {
  display: flex;
  flex-direction: column;
}
#borrow .container .title {
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
}
#borrow .container .content {
  width: 100%;
  display: flex;
}
#borrow .container .content .item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#borrow .container .content .item li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 129px;
}
#borrow .container .content .item li:last-child {
  margin-bottom: 0;
}
#borrow .container .content .item li img {
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
}
#borrow .container .content .item li span {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 34px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-bottom: 4px;
}
#borrow .container .content .item li p {
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  line-height: 24px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
#borrow .container .content .middle {
  width: 500px;
  height: 354px;
  margin: 0 28px;
}
#borrow .container .content .right li {
  align-items: flex-start;
}
#borrow .container .content .right li p {
  text-align: left;
}
#footer {
  width: 100%;
  padding-bottom: 88px;
}
#footer .container {
  display: flex;
  flex-direction: column;
}
#footer .container .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
#footer .container .logo .left {
  width: 700px;
  display: flex;
  align-items: center;
}
#footer .container .logo .left img {
  width: 150px;
  height: 150px;
  margin-right: 32px;
}
#footer .container .logo .left span {
  font-weight: bold;
  font-size: 48px;
  color: #252b42;
  line-height: 75px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#footer .container .logo .right {
  display: flex;
  align-items: center;
}
#footer .container .logo .right img {
  width: 114px;
  height: 74px;
  margin-right: 52px;
}
#footer .container .p1 {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 44px;
}
#footer .container .p2 {
  font-weight: bold;
  font-size: 36px;
  color: #252b42;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#footer .container .p3 {
  font-weight: 400;
  font-size: 24px;
  color: #555555;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#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%;
}
