/* park */
.park {
  padding-bottom: 56px;
}
.park .title {
  font-size: 24px;
  font-weight: bold;
  color: #b50005;
  line-height: 62px;
  text-align: center;
}
.park .introduction {
  width: 897px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
}
.park .park-wrap {
  width: 100%;
  height: 545px;
  background-color: #131416;
  margin-top: 36px;
}
.park-advantage {
  display: flex;
  justify-content: center;
}
.park-wrap .item {
  overflow: hidden;
  position: relative;
  width: 25%;
  height: 545px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}
.park-wrap .item .park-pic {
  position: relative;
  width: 100%;
  height: 545px;
}
.park-wrap .item .park-pic img {
  width: 100%;
  height: 100%;
}
.park-wrap .item .park-pic .mark {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.park-wrap .advantage-logo {
  z-index: 99;
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-50%);
}
.park-wrap .advantage-logo .logo {
  width: 120px;
  height: 120px;
  border: 1px #eee solid;
  text-align: center;
  border-radius: 50%;
}
.park-wrap .advantage-logo .logo img {
  width: 50px;
  height: 50px;
  margin-top: 50%;
  transform: translateY(-50%);
}
.park-wrap .advantage-logo .text {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-top: 44px;
}
.park-wrap .advantage-content {
  width: 100%;
  height: 545px;
  background-color: rgba(255, 0, 0, 0.8);
}
.park-wrap .advantage-content .title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-top: 150px;
}
.park-wrap .advantage-content .text {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 0 32px 0 25px;
}
.park-wrap .current-advantage {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
.park-wrap .hide-logo {
  display: none;
}

/* regulations-service */
.regulations-service {
  width: 100%;
  background-color: #fff;
}
.regulations-service .wrap-content {
  display: flex;
  justify-content: space-between;
}
.policies-regulations , .corporate-services {
  width: 48%;
}
.regulations-list-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.regulations-list-wrap .item .text {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding-left: 18px;
  width: 80%;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.regulations-list-wrap .item .text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 5px;
height: 5px;
background-color: #898989;
}
.regulations-list-wrap .item .time {
  flex: none;
  font-size: 16px;
  color: #999;
  line-height: 36px;
}
.corporate-services .title-wrap {
  padding: 24px 0;
}
.services-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.services-list .item {
  width: 20%;
  margin-bottom: 47px;
}
.services-list .item-pic {
  display: inline-block;
  width: 75px;
height: 75px;
background-color: #ececec;
  border-radius: 50%;
  text-align: center;
}
.services-list .item-pic img {
  width: 30px;
  height: 30px;
  margin-top: 50%;
  transform: translateY(-50%);
}
.services-list .item-text {
  font-size: 16px;
  color: #333;
  padding-top: 14px;
  text-align: center;
}