/* 业务领域样式 */
.business .banner {
  background-image: url(/img/business/business_banner.png);
}

/* 资产评估 & ESG咨询服务 */
.business .zcpg .company_desc,
.business .ESG .company_desc {
  justify-content: start;
}
.business .zcpg .company_desc h2,
.business .ESG .company_desc h2 {
  margin-bottom: 26px;
}

/* 核心评估服务 */
.business .core_service {
  height: 470px;
  padding: 50px 0;
  background-image: url(/img/business/core_service.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.business .core_service .content {
  display: flex;
  height: calc(100% - 72px);
  margin: 40px auto 0;
  padding: 45px 60px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px 9px rgba(183, 195, 206, 0.25);
  border-radius: 2px;
}
.business .core_service .content .zcpg_nav_bar {
  width: 220px;
  margin-right: 70px;
}
.business .core_service .content .zcpg_nav_bar .active {
  color: #3377e8;
  background-color: #e1f0ff;
  border-left: 3px solid #3377e8;
}
.business .core_service .content .zcpg_nav_item {
  width: 100%;
  height: 42px;
  padding: 0 24px;
  margin-bottom: 10px;
  line-height: 42px;
  font-weight: 400;
  font-size: 16px;
  color: #33373e;
  border-radius: 2px;
  cursor: pointer;
}
.business .core_service .content .detail {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #75777a;
}

/* 估值与咨询服务 */
.business .pgzx {
  height: 780px;
  padding: 50px 0;
  background-color: #f8fbff;
}
.business .pgzx .pgzx_nav_bar {
  display: flex;
  justify-content: center;
  margin: 32px 0 50px;
}
.business .pgzx .pgzx_nav_bar .pgzx_nav_item {
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #75777a;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(180, 190, 200, 0.78);
  border-radius: 2px;
  cursor: pointer;
}
.business .pgzx .pgzx_nav_bar .active {
  position: relative;
  color: #ffffff;
  background-color: #3377e8;
}
.business .pgzx .pgzx_nav_bar .active::before {
  content: "";
  position: absolute;
  top: 60px;
  left: calc(50% - 12px);
  display: inline-block;
  border: 12px solid transparent;
  border-top: 12px solid #3377e8;
}
.business .pgzx .content {
  display: flex;
  height: 475px;
  box-shadow: 0px 4px 30px 7px rgba(98, 165, 231, 0.25);
  border-radius: 2px;
  overflow: hidden;
}
.business .pgzx .content .left_desc {
  width: 400px;
  padding: 50px 60px;
}
.business .pgzx .content .left_desc.gzzx_bg_1 {
  background: url(/img/business/gzzx_bg_1.png) no-repeat center center;
}
.business .pgzx .content .left_desc.gzzx_bg_2 {
  background: url(/img/business/gzzx_bg_2.png) no-repeat center center;
}
.business .pgzx .content .left_desc.gzzx_bg_3 {
  background: url(/img/business/gzzx_bg_3.png) no-repeat center center;
}
.business .pgzx .content .left_desc.gzzx_bg_4 {
  background: url(/img/business/gzzx_bg_4.png) no-repeat center center;
}
.business .pgzx .content .left_desc h3 {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 52px;
}
.business .pgzx .content .left_desc p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
}
.business .pgzx .content .right_detail {
  flex: 1;
  padding: 0 50px 50px 90px;
  background-color: rgba(255, 255, 255, 0.5);
}
.business .pgzx .content .right_detail .title {
  font-weight: 500;
  font-size: 18px;
  color: #3377e8;
  margin: 50px 0 16px;
  margin-left: -20px;
}
.business .pgzx .content .right_detail .title img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.business .pgzx .content .right_detail li {
  margin-top: 8px;
  color: #75777a;
  list-style: disc;
}
.business .pgzx .content .right_detail li .label {
  color: #33373e;
}

/* 核心咨询服务 */
.business .esg_core_service .esg_service_list {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.business .esg_core_service .esg_service_list .esg_service_item {
  flex: 1;
  display: flex;
  max-width: 25%;
  height: 370px;
  margin-right: 18px;
  background-color: #f4f5f6;
  cursor: pointer;
  transition: all linear 0.3s;
}
.business .esg_core_service .esg_service_list .esg_service_item:last-child {
  margin: 0;
}
.business .esg_core_service .esg_service_list .esg_service_item:hover {
  max-width: 550px;
}
.business
  .esg_core_service
  .esg_service_list
  .esg_service_item:hover
  .item_content {
  width: 350px;
  padding: 0 20px 40px 50px;
}
.business .esg_core_service .esg_service_list .esg_service_item .item_cover {
  min-width: 200px;
  height: 100%;
  padding: 40px 20px;
}
.business .esg_core_service .esg_service_list .esg_service_item .item_cover_1 {
  background: url(/img/business/esg_item_1.png) no-repeat 0px center;
}
.business .esg_core_service .esg_service_list .esg_service_item .item_cover_2 {
  background: url(/img/business/esg_item_2.png) no-repeat 0px center;
}
.business .esg_core_service .esg_service_list .esg_service_item .item_cover_3 {
  background: url(/img/business/esg_item_3.png) no-repeat 0px center;
}
.business .esg_core_service .esg_service_list .esg_service_item .item_cover_4 {
  background: url(/img/business/esg_item_4.png) no-repeat 0px center;
}
.business .esg_core_service .item_cover > img {
  width: 36px;
  height: 36px;
}
.business .esg_core_service .item_cover > h3 {
  position: relative;
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #33373e;
  line-height: 32px;
}
.business .esg_core_service .item_cover > h3::before {
  content: "";
  position: absolute;
  top: 40px;
  display: inline-block;
  width: 58px;
  height: 4px;
  background: linear-gradient(90deg, #3377e8 0%, rgba(202, 221, 251, 0.35) 80%);
}
.business .esg_core_service .esg_service_list .esg_service_item .item_content {
  width: 0;
  height: 100%;
  padding: 0;
  font-weight: 500;
  overflow: hidden;
  background-color: #3377e8;
  transition: all linear 0.3s;
}
.business .esg_core_service .item_content .title {
  margin-top: 35px;
  margin-left: -20px;
  color: #ffffff;
  font-size: 18px;
}

.business .esg_core_service .item_content li {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  list-style: disc;
}

/* 募投可研咨询服务 */
.business .mtky {
  padding: 50px 0;
  background-color: #f8fbff;
}
.business .mtky .mtky_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business .mtky .mtky_item {
  width: 560px;
  margin-top: 40px;
}
.business .mtky .mtky_item .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.business .mtky .mtky_item .title img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.business .mtky .mtky_item .title h3 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  color: #33373e;
  line-height: 32px;
}
.business .mtky .mtky_item p {
  margin-left: 38px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #75777a;
  line-height: 32px;
}

/* 投后评价管理 */
.business .thpj {
  padding: 50px 0 20px;
  background-color: #fff;
}
.business .thpj .thpj_content {
  position: relative;
  height: 600px;
  background: url(/img/business/thpj_desc_bg.png) no-repeat center center;
}
.business .thpj .thpj_item {
  position: absolute;
  width: 195px;
}
.business .thpj .thpj_item_1 {
  top: 40px;
  left: 520px;
}
.business .thpj .thpj_item_2 {
  top: 70px;
  left: 810px;
}
.business .thpj .thpj_item_3 {
  top: 230px;
  left: 985px;
}
.business .thpj .thpj_item_4 {
  top: 410px;
  left: 850px;
}
.business .thpj .thpj_item_5 {
  top: 450px;
  left: 560px;
}
.business .thpj .thpj_item_6 {
  top: 410px;
  left: 240px;
}
.business .thpj .thpj_item_7 {
  top: 230px;
  left: 20px;
}
.business .thpj .thpj_item_8 {
  top: 70px;
  left: 225px;
}
.business .thpj .thpj_item h3 {
  font-weight: 500;
  font-size: 20px;
  color: #33373e;
}
.business .thpj .thpj_item p {
  font-weight: 400;
  font-size: 16px;
  color: #75777a;
  line-height: 30px;
}

/* 大数据研究及应用 */
.business .dsj {
  padding: 50px 0;
  background-color: #f8fbff;
}
.business .dsj .dsj_card_list {
  display: flex;
  flex-wrap: wrap;
}
.business .dsj .dsj_card_item {
  width: 378px;
  height: 174px;
  padding: 15px 35px;
  margin-right: 30px;
  margin-top: 40px;
  background: url(/img/business/dsj_card_bg.png) no-repeat center center;
  border-radius: 2px;
}
.business .dsj .dsj_card_item:nth-child(3n) {
  margin-right: 0;
}
.business .dsj .dsj_card_item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business .dsj .dsj_card_item .header h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
}
.business .dsj .dsj_card_item .header img {
  width: 44px;
  height: 44px;
}
.business .dsj .dsj_card_item .body li {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
}
