body {
  /* width: 100%; */
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

.home-logo {
  width: 90px;
  height: 65px;
  padding-top: 5px;
}

.home-ul {
  display: flex;
  width: 100%;
  margin-left: 100px;
}

.top-li {
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 65px;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.home-head {
  width: 1920px;
  height: 40px;
  background-color: #a19f9f2d;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 999;
  justify-content: center;
}

.logo-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-left: 300px;
}

.underline {
  width: 100px;
  border-bottom: 3px solid #fff;
}

.home-head .top-li:hover {
  color: #fff;
  border-bottom: 3px solid #fff;
}

.banner {
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.text-line {
  width: 60px;
  height: 3px;
  background: #375dff;
}

.text-title {
  width: 120px;
  height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #375dff;
  line-height: 24px;
  text-align: center;
}

.text-tilt-es {
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 48px;
  /*居中*/
  text-align: center;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-group {
  margin: 70px auto 30px auto;
}

.assets-managent {
  display: flex;
}

.assets-managent .one {
  width: 12%;
  height: 360px;
  background: #262744;
}

.assets-managent .two {
  width: 38%;
  height: 360px;
  background: #375dff;
}

.assets-managent .three {
  width: 25%;
}

.assets-managent .four {
  width: 25%;
}

.assets-title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.assets-title:first-child {
  border-bottom: 3px solid #ffffff;
}

.f-d {
  display: flex;
}

.f-title {
  display: flex;
  flex-direction: row;
  height: 12px;
}

.f-title-left {
  width: 3px;
  height: 12px;
  background: #375dff;
  border-radius: 2px;
}

.f-title-right {
  width: 100px;
  height: 12px;
  margin-left: 5px;
  line-height: 12px;
}

.f-e {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
}

.assets-content {
  margin: 60px;
}

.assets-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.assets-details-button {
  width: 58px;
  height: 22px;
  background: #ffffff;
  border-radius: 11px;
  font-size: 9px;
  font-weight: 400;
  color: #262626;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}

.assets-text div {
  margin: 10px 0;
  font-size: 14px;
  color: #262744;
}

.block-grey {
  height: 180px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.block-white {
  height: 180px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.block-grey-img {
  width: 40px;
  height: 40px;
}

.block-grey-text {
  padding-top: 10px;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  border-bottom: 4px solid #262626;
}

.block-grey-content {
  text-align: center;
}

.block-grey-select {
  border-bottom: 4px solid #375dff;
}

.introduction-one {
  width: 40%;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.introduction-two {
  width: 20%;
  margin-bottom: 20px;
}

.introduction-title {
  font-size: 24px;
  font-weight: 500;
  color: #0e0e0e;
  line-height: 48px;
}

.wealth-center {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
}

.introduction-two img {
  width: 254px;
  height: 308px;
  cursor: pointer;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction-text {
  margin: 10px 0;
  font-size: 14px;
}

.introduction-button {
  width: 186px;
  height: 50px;
  background: #375dff;
  border-radius: 36px 37px 37px 36px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
  margin-top: 20px;
  cursor: pointer;
}

.banner-bottom {
  width: 100%;
  height: 279px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.company-profile {
  position: absolute;
  width: 1000px;
  height: 395px;
  background: #ffffff;
  box-shadow: 0px 7px 35px 0px rgba(41, 41, 41, 0.32);
  margin-top: 113px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.company-profile-left {
  width: 70%;
  margin: 30px;
}

.company-profile-right {
  width: 30%;
  padding: 30px;
  background: #375dff;
  color: #fff;
  font-size: 20px;
}

.company-profile-title {
  font-size: 24px;
  font-weight: 500;
  color: #2f2f2f;
  line-height: 30px;
}

.company-profile-title-es {
  font-size: 18px;
  font-weight: 400;
  color: #a1a1a1;
  line-height: 30px;
}

.company-profile-text {
  font-size: 14px;
  font-weight: 400;
  color: #262744;
  line-height: 30px;
  text-indent: 2em;
}

.company-profile-text-content {
  margin-top: 20px;
  font-size: 18px;
  color: #375dff;
  cursor: pointer;
}

.company-profile-right-brief {
  font-size: 20px;
}

.company-profile-text-es {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 51px;
  opacity: 0.27;
  margin-left: 8px;
}

.company-profile-text-line {
  width: 28px;
  height: 3px;
  background: #ffffff;
}

.company-profile-text-line-es {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.foot {
  width: 100%;
  height: 154px;
  background: #262744;
  position: relative;
}

.occupy-space {
  position: relative;
  height: 560px;
}

.hide {
  display: none;
}

.cursor {
  cursor: pointer;
}

.asset-details {
  width: 70%;
  margin: 3% auto;
}

.asset-details-img {
  width: 485px;
  height: 367px;
}

.asset-details-title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}

.asset-details-title-es {
  font-size: 22px;
  font-weight: 400;
  color: #999999;
  line-height: 72px;
}

.asset-details-content {
  margin: 30px;
}

.asset-details-foot {
  width: 100%;
  height: 230px;
  background: #375dff;
  display: flex;
  align-items: center;
}

.asset-details-foot-img {
  width: 155px;
  height: 155px;
  margin-left: 80px;
}

.asset-details-foot-text {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 46px;
  margin-left: 80px;
}

.blzcdbt {
  width: 300px;
  height: auto;
  position: absolute;
  margin-left: 50%;
  margin-top: -13%;
}
