html,
body {
  overflow: unset;
}

.page_pro_list {
  --pd: 60px;
  --mt: 84px;
}

.page_pro_list .item {
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #e9e4df;
  padding: 36px 25px;
}

.page_pro_list .item a:hover {
  color: var(--color-main) !important;
}

.page_pro_list .item .img {
  padding-bottom: calc((270 / 3.81) * 1%);
}

.page_pro_list .item .title {
  font-family: Exo;
  font-weight: bold;
  font-size: 18px;
}

.list_pro_services {
  margin-top: calc((120 / 19.2) * 1%);
}

.list_pro_services .lists {
  margin-top: 45px;
  --pd: 32px;
  --mt: 50px;
}

.list_pro_services .lists .item {
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  padding: 34px 30px;
  transition: all 0.3s ease;
}

.list_pro_services .lists .item:hover {
  background: var(--color-main2);
}

.list_pro_services .lists .item:hover .img {
  background: #fff;
}

.list_pro_services .lists .item:hover .img img:first-child {
  display: none;
}

.list_pro_services .lists .item:hover .img img:last-child {
  display: block;
}

.list_pro_services .lists .item:hover * {
  color: #fff;
}

.list_pro_services .lists .item .img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--color-main2);
}

.list_pro_services .lists .item .img img {
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
}

.list_pro_services .lists .item .img img:last-child {
  display: none;
}

.list_pro_services .lists .item .title {
  font-family: Exo;
  font-weight: bold;
  margin-top: 16px;
}

.list_pro_services .lists .item .des6 {
  margin-top: 40px;
}

.leasing {
  padding: calc((87 / 19.2) * 1%) 0 calc((94 / 19.2) * 1%);
  margin-top: calc((128 / 19.2) * 1%);
  background: #fafafa;
}

.leasing .des6 {
  margin-top: 38px;
}

.leasing .lists {
  margin-top: 48px;
}

.leasing .lists .item {
  margin-top: 40px;
  color: #666666;
}

.leasing .lists .item:first-child {
  margin-top: 0;
}

.leasing .lists .item .img {
  width: 48px;
  height: 48px;
  margin-right: 34px;
  flex-shrink: 0;
}

.why {
  padding: calc((120 / 19.2) * 1%) 0;
  --l-w: calc((846/19.2) * 1%);
  --pd: 53px;
  padding-right: var(--all-pd);
}

.why .img {
  padding-bottom: calc((627 / 16.95) * 1%);
  border-radius: 10px;
}

.why .rrr li {
  margin-top: 20px;
}

.why .rrr li:first-child {
  margin-top: 0;
}

.why .rrr li::before {
  content: "";
  display: block;
  margin-right: 11px;
  width: 11px;
  height: 11px;
  background: var(--color-main2);
  border-radius: 50%;
}

@media screen and (max-width: 1366px) {
  .page_pro_list {
    --pd: 30px;
    --mt: 30px;
  }

  .why .img {
    height: auto;
    padding: 0;
  }

  .why .img img {
    position: relative;
  }
}

@media screen and (max-width:950px) {
  .why {
    padding: 30px var(--all-pd);
  }
}