/* banner */
.banner {
  position: relative;
}
.banner #swiper-container-h {
  width: 100%;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide img {
  height: 617px;
  float: left;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 13% 0;
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  z-index: 1;
}
.banner #swiper-container-h .swiper-wrapper .swiper-slide .gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
/* end banner */
/* 内容 */
.main {
  position: relative;
}
.main .main-title {
  z-index: 2;
  margin-left: -110px;
  position: absolute;
  top: -34px;
  left: 50%;
  background-color: #2766e9;
  padding: 2px 20px;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  box-shadow: 0px 2px 16px -4px #000;
}
.main > h4.title {
  padding-top: 172px;
  margin-bottom: 66px;
  text-indent: -9999999px;
  background: url(../img/contact-information.png) no-repeat center 100%;
  text-align: center;
  height: 66px;
}
.main .content {
  width: 1350px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 40px;
  color: #666666;
  margin-bottom: 100px;
}
.main .content iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.main .content .column {
  position: relative;
  width: 100%;
  height: 252px;
}
.main .content .column .info {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  box-shadow: 0 1px 7px -2px #666;
  background: #fff;
  padding: 30px 100px;
}
.main .content .column .info h5 {
  color: #000000;
  font-size: 28px;
  line-height: 32px;
}
.main .content .column .info h5 span {
  display: block;
}
.main .content .column .info h5 span.subtitle {
  letter-spacing: 0.035em;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.main .content .column .info h5::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0e0d0d;
  margin: 8px 0;
}
.main .content .column .info label {
  display: block;
  color: #0e0d0d;
  font-size: 16px;
  line-height: 32px;
}
/* end 内容 */
