.index .banner {
  width: 100%;
  /* height: calc(100vh - 41px); */
  height: 100vh;
  background: #1d232e center no-repeat;
  background-image: url("../img/index/bg.png");
  background-size: cover;
  padding: 15.6vw 12.6% 0 12.6%;
  position: relative;
}
.index .banner > div:nth-child(1) {
  font-family: "PingFangSC-Light";
  font-size: 50px;
  color: #ffffff;
  line-height: 65px;
  letter-spacing: 1px;
  text-align: left;
}
.index .banner > div:nth-child(2) {
  font-family: "PingFangSC-Light";
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 29px;
  text-align: left;
  padding: 15px 0 80px 0;
}
/* .index .banner > a {
  width: 163px;
  height: 38px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  padding: 10px 0px 10px 10px;
} */
.index .banner > .card {
  display: flex;
  position: absolute;
  bottom: -41px;
  left: 12.6%;
  z-index: 3;
  width: 74.8%;
  height: 86px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
}
.index .banner > .card .box {
  width: 25%;
  height: 86px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .banner > .card .box:last-of-type {
  border-right: none;
}
.index .banner > .card .box > div:nth-child(1) {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  padding-bottom: 10px;
}
.index .banner > .card .box > div:nth-child(2) {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.index .banner > .card .round {
  width: 10px;
  height: 10px;
  border-radius: 50% 50% 50% 50%;
  border: 1px solid #ffffff;
  margin-right: 10px;
}

.index .message {
  background: #1d232e;
  position: relative;
  /* padding-bottom: 120px; */
}
.index .message > div:nth-child(3) {
  height: 326px;
  width: 100%;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.index .vnb {
  width: 100%;
  /* height: 95.05vh; */
  border-radius: 0px 0px 0px 0px;
  padding: 161px 12.6% 200px 12.6%;
  position: relative;
  z-index: 2;
}
.index .vnb > div:nth-child(1) {
  width: 80px;
  height: 4px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.index .vnb > div:nth-child(2) {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index .vnb .left {
  width: 24.58%;
  font-family: "PingFangSC-Light";
  font-size: 30px;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: left;
}
.index .vnb .right {
  width: 75.42%;
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  text-align: left;
}
.index .vnb .right > a {
  /* width: 168px;
  height: 38px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
  line-height: 18px;
  padding: 10px 5px 10px 10px; */
  margin-top: 80px;
}

.index .info {
  display: flex;
  align-items: end;
  padding: 0 12.6%;
  position: relative;
  /* background: #eeeeee; */
  /* z-index: 1; */
  /* margin-top: -266px; */
}
.index .info > img:nth-child(1) {
  width: 33.96%;
  height: 590px;
  object-fit: cover;
  position: relative;
  z-index: 3;
  margin-right: 40px;
}
.index .info > img:nth-child(2) {
  width: 624px;
  height: 146px;
  object-fit: contain;
  position: absolute;
  top: -80px;
  left: 26.82%;
  z-index: 3;
}
.index .info > img:nth-child(3) {
  width: 349px;
  height: 177px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.index .info > div {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  text-align: left;
  position: relative;
  z-index: 3;
}
.index .info > div > * {
  padding-top: 20px;
}
.index .info > div span:first-of-type {
  font-family: "PingFangSC-Regular";
  color: #000000;
}

.index .pro {
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  background: #eeeeee;
}
.index .pro .box {
  width: 49.48%;
  height: 452px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .pro .box:first-of-type {
  background: #eeeeee center no-repeat;
  background-image: url("../img/index/img2.png");
  background-size: cover;
}
.index .pro .box:last-of-type {
  background: #eeeeee center no-repeat;
  background-image: url("../img/index/img3.png");
  background-size: cover;
}
.index .pro .box > div:nth-child(1),
.index .contact .left > div:nth-child(1) {
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  color: #c5a86f;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
}
.index .pro .box > div:nth-child(1) > div,
.index .contact .left > div:nth-child(1) > div {
  padding: 0 20px;
}
.index .pro .box > div:nth-child(1) img,
.index .contact .left > div:nth-child(1) img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.index .pro .box > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  padding: 30px 0 20px 0;
}
.index .pro .box > div:nth-child(3) {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  text-align: left;
  max-width: 470px;
  height: 160px;
}
.index .pro .box > div:nth-child(4) {
  width: 470px;
}
/* .index .pro .box > div:nth-child(4) .exploremore {
  width: 168px;
  height: 38px;
  background: #c5a86f;
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  padding: 10px 0px 10px 10px;
} */

.index .contact {
  /* height: 617px; */
  width: 100%;
  background: #1d232e center no-repeat;
  background-image: url("../img/index/bg1.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 12.6%;
}
.index .contact .left {
  width: 36.11%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .contact .left > div:nth-child(2) {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  text-align: left;
  padding-top: 20px;
}
.index .contact .form {
  width: 55.56%;
}
.index .contact .form .text,
.index .contact .form a.ajaxBtn {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
}
.index .contact .form .text {
  padding-bottom: 15px;
}
.index .contact .form input,
.index .contact .form textarea {
  width: 100%;
  height: 46px;
  outline: none;
  /* border: none; */
  background: rgba(250, 250, 250, 0.35);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 15px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  text-align: left;
  margin-bottom: 40px;
}
.index .contact .form input:focus,
.index .contact .form textarea:focus {
  color: #c5a86f;
}
.index .contact .form textarea {
  height: 80px;
  margin-bottom: 60px;
}
.index .contact .form a.ajaxBtn {
  width: 151px;
  height: 46px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 40px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-left: calc((100% - 151px) / 2);
}
