.head-wrap {
  height: 660px;
  background: url(../image/investment-bg.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  padding: 50px 5px;
  box-sizing: border-box;
}
.introduce-wrap {
  width: 410px;
}
.market-wrap,
.introduce-wrap {
  flex: none;
}
.market-wrap {
  width: 710px;
  position: relative;
}
.introduce-btn {
  width: 200px;
  height: 76px;
  text-align: center;
  background: #bd0a1a;
  border-radius: 2px;
  border: 0;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.market-btn {
  border: 0;
  width: 220px;
  height: 78px;
  background: url(../image/market-btn-bg.png) no-repeat center center/cover;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  z-index: 1;
}

.market-btn-active {
  border: 0;
  width: 220px;
  height: 78px;
  background: url(../image/market-btn-active-bg.png) no-repeat center center/cover;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.market-btn:hover {
  border: 0;
  width: 220px;
  height: 78px;
  background: url(../image/market-btn-active-bg.png) no-repeat center center/cover;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.market-dsl {
  position: absolute;
  top: -12px;
  left: 76px;
}

.market-dsc {
  position: absolute;
  top: 74px;
  left: 49px;
}

.market-lhsc {
  position: absolute;
  top: 158px;
  left: 34px;
}
.market-bsc {
  position: absolute;
  top: 242px;
  left: 34px;
}

.market-blsc {
  position: absolute;
  top: 326px;
  left: 40px;
}
.market-thsc {
  position: absolute;
  top: 410px;
  left: 40px;
}

.market-thsc {
  position: absolute;
  top: 410px;
  left: 62px;
}

.market-pbsc {
  position: absolute;
  top: 494px;
  left: 96px;
}
.business-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 12px;
  left: 325px;
}

.business-wrap {
  padding-left: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

.lease-wrap {
  padding: 80px 0 30px 0;
}

.lease-head {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 28px;
  border-bottom: 1px solid #f5f5f5;
}
.lease-item {
  padding: 38px 26px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.lease-arrow {
  flex: none;
  margin-left: auto;
}

.lease-item:hover .c-circle-arrow {
  background: url(../image/circle-arrow-active.png) no-repeat center center/cover;
}

.lease-item:hover .lease-title {
  color: #df0014;
}

.lease-title {
  font-size: 20px;
  color: #333333;
}
.lease-time {
  font-size: 16px;
  color: #df0014;
}
.lease-text {
  font-size: 16px;
  color: #666666;
}

.hotline-modal,
.policy-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  margin: auto;
  display: none;
}

.hotline-wrap {
  width: 1200px;
  height: 579px;
  background: #ffffff;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -290px;
  padding-top: 34px;
  display: flex;
  box-sizing: border-box;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 0.5s;
}

.hotline-line {
  width: 16px;
  height: 76px;
  background: #bd0a1a;
  border-radius: 2px 0px 2px 2px;
  position: absolute;
  right: 0;
  top: 34px;
}

.introduce-ad-img {
  width: 200px;
  height: 468px;
  display: block;
  margin-top: 1px;
}

.c-circle-close {
  position: absolute;
  top: -19px;
  right: -19px;
}
.hotline-info {
  flex: 1;
  margin: 0 100px;
  height: calc(100% - 34px);
  overflow: auto;
}

.introduce-text {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 32px;
}
