﻿.detail-banner {
  padding-top: 28.125%;
  position: relative;
  background: 50% 0 no-repeat;
}
.detail-banner .detail-banner-bd {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.detail-banner .img-banner {
  overflow: hidden;
  width: 100%;
}
.detail-banner .detail-banner-title {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-shadow: 0rem 5rem 5rem rgba(0, 0, 0, 0.52);
  line-height: 1;
  position: absolute;
  top: 75.7407407407%;
  left: 2.2349570201%;
}
.detail-banner .detail-banner-title h1 {
  font-size: 0.44rem;
  font-weight: bold;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.52);
}
.detail-banner .detail-banner-title h1 + h2 {
  margin-top: 0.1rem;
}
.detail-banner .detail-banner-title h2 {
  font-size: 0.19rem;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.52);
}

@media screen and (max-width: 1023px) {
  .detail-banner {
    background-size: auto 100%;
    height: 5.2rem;
  }
  .detail-banner .detail-banner-bd img {
    height: 100%;
    width: auto !important;
    max-width: inherit !important;
  }
}
.main-bd {
  margin-top: 0.63rem;
  margin-bottom: 0.93rem;
}
.main-bd .wp.wp-detail {
  position: relative;
  width: 16.7rem;
}
.main-bd .intro-image {
  max-width: 100%;
}
.main-bd .intro-text-section {
  font-size: 0.16rem;
  margin-top: 0.47rem;
}
.main-bd .intro-text-section li {
  line-height: 1;
}
.main-bd .intro-text-section li + li {
  margin-top: 0.2rem;
}

.contact-section {
  display: none;
  margin-bottom: 0.57rem;
}

@media screen and (max-width: 1023px) {
  .main-bd .wp.wp-detail {
    position: relative;
    width: calc(100% - 0.05rem);
  }
}