.layout-container {
  max-width: 1620px;
  width: 94%;
  margin: 0 auto 6.7708333%;
  overflow: auto;
}
.layout-container .map {
  display: inline-block;
  position: relative;
  box-sizing: content-box;
  padding: 110px 50px 135px;
  min-height: 994px;
}
.layout-container .map > img {
  position: relative;
  z-index: -1;
  max-width: none;
}
.layout-container .map .area-block {
  position: absolute;
}
.layout-container .map .area-block .info {
  position: absolute;
  top: 0;
  text-align: center;
}
.layout-container .map .area-block .info .pic {
  width: 221px;
  height: 145px;
  overflow: hidden;
}
.layout-container .map .area-block .info .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.layout-container .map .area-block .info p {
  position: absolute;
  bottom: -32px;
  font-size: 14px;
  color: #333;
  width: 100%;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout-container .map .area-block .info:hover .pic img {
  transform: scale(1.05);
}
.layout-container .map .area-block .info:hover p {
  color: #ffa800;
}
.layout-container .map .left .info {
  transform: translate(-100%, -50%);
}
.layout-container .map .right .info {
  right: 0;
  transform: translate(100%, -50%);
}
.layout-container .map .l-bottom .info {
  top: auto;
  bottom: 0;
  transform: translate(-100%, 50%);
}
.layout-container .map .r-bottom .info {
  top: auto;
  bottom: 0;
  transform: translate(100%, 50%);
}
.container {
  max-width: 1400px;
  width: 80%;
  /* margin: 0 auto; */
}
.layout-detail {
  margin: 4.166667% 0 3.166667%;
}
.layout-detail .intro {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f5f5f5;
  margin-bottom: 4.64286%;
}
.layout-detail .intro .lt {
  width: 47.14286%;
}
.layout-detail .intro .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 61.818182%;
  overflow: hidden;
}
.layout-detail .intro .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.layout-detail .intro .rt {
  width: 47.857143%;
  padding-right: 4.7857143%;
}
.layout-detail .intro .rt h3 {
  font-size: 25px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.5;
  padding-bottom: 4%;
  margin-bottom: 6%;
}
.layout-detail .intro .rt p {
  margin-bottom: 4%;
  font-size: 18px;
  color: #333;
}
.layout-detail .intro .rt em {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 7px 21px rgba(132, 93, 17, 0.14);
  vertical-align: middle;
  color: #ffa800;
  margin-right: 16px;
}
.layout-detail .layout-pic-list {
  text-align: center;
}
.layout-detail .layout-pic-list img {
  width: 100%;
  max-width: 800px;
}
.layout-detail .layout-pic-list p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 1.7% 0;
}
.layout-detail .brief {
  background-color: #f9f9f9;
  border: 1px dashed #e2e2e2;
  padding: 32px 30px 26px 24px;
  margin-bottom: 3.2857143%;
}
.layout-detail .brief h4 {
  display: inline-block;
  line-height: 35px;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  background-color: #ffa800;
  margin-bottom: 1.2%;
}
.layout-detail .brief h4 em {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
  line-height: 1;
}
.layout-detail .brief p {
  font-size: 16px;
  color: #333;
  line-height: 2.1;
  margin-bottom: 5px;
}
.layout-detail .struct-show {
  margin: 4.2857143% 0 0;
}
.layout-detail .struct-show .title {
  margin-bottom: 1.857143%;
}
.layout-detail .struct-show .title h2 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
}
.layout-detail .struct-show .struct-show-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.layout-detail .struct-show .block {
  width: 22%;
  margin-right: 10.57143%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
  margin-bottom: 3%;
}
.layout-detail .struct-show .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 135.065%;
}
.layout-detail .struct-show .block .pic > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.layout-detail .struct-show .block .pic a {
  display: block;
  position: absolute;
  width: 108px;
  line-height: 38px;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #ffa800;
  text-align: center;
  border-radius: 24px 0 0 0;
}
.layout-detail .struct-show .block .pic a em {
  display: inline-block;
  vertical-align: text-top;
  line-height: 1;
  margin-left: 5px;
}
.modal-mask {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-mask .close {
  position: absolute;
  right: 3%;
  top: 3%;
  font-size: 40px;
  color: #fa1d1d;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
.modal-mask .modal {
  display: none;
}
.modal-mask .struct-pic-show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 80%;
}
.modal-mask .struct-pic-show .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.modal-mask .struct-pic-show .swiper .swiper-slide {
  max-height: 100%;
}
.modal-mask .struct-pic-show .swiper .swiper-slide img {
  max-height: 100%;
}
.modal-mask .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffa800;
}
