.content {
  width: 1440px;
  margin: 0 auto;
  margin-top: 36px;
  padding-bottom: 100px;
}
.content .map {
  font-size: 16px;
  line-height: 32px;
  margin-top: 28px;
  color: #999999;
}
.content .map a {
  color: #999999;
}
.content .map a:hover {
  color: #666666;
}
.content .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  margin-top: 100px;
}
.content .info {
  width: 100%;
  border-top: solid 1px #e1e4e6;
  border-bottom: solid 1px #e1e4e6;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 40px;
}
.content .info .left {
  font-size: 16px;
  line-height: 32px;
  color: #e83428;
}
.content .info .left span {
  font-weight: bold;
  color: #333;
}
.content .info .right {
  display: flex;
  align-items: center;
  width: 140px;
  height: 54px;
  background-color: #e83428;
  border: solid 1px #e83428;
  border-radius: 27px;
}
.content .info .right a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
}
.banner {
  width: 100%;
  height: 49.6vw;
  background-color: #f6f6f6;
}
.banner .swiper1 {
  width: 100%;
  height: 100%;
}
.banner .swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper1 .swiper-slide .box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper1 .swiper-slide .box p {
  width: 100%;
  height: 100%;
}
.banner .swiper1 .swiper-slide .box p video {
  position: relative;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  z-index: -1;
}
.banner .swiper1 .swiper-slide .box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .swiper1 .swiper-button-next1,
.banner .swiper1 .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: -34px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
}
.banner .swiper1 .swiper-button-next1::after,
.banner .swiper1 .swiper-button-prev1::after {
  font-size: 12px;
  font-weight: bold;
}
.banner .swiper1 .swiper-button-next1:hover,
.banner .swiper1 .swiper-button-prev1:hover {
  background-color: #fff;
  color: #e83428;
}
.banner .swiper1 .swiper-button-prev1 {
  left: 9.01%;
  right: auto;
}
.banner .swiper1 .swiper-button-next1 {
  right: 9.01%;
  left: auto;
}
.banner .swiper1 .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 84px;
  font-size: 16px;
  color: #ffffff;
}
.banner .swiper1 .swiper-scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 116px;
  z-index: 50;
  height: 5px;
  width: 240px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}
.banner .swiper1 .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1560px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 36px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .banner .swiper1 .swiper-button-next1,
  .banner .swiper1 .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .banner .swiper1 .swiper-button-prev1 {
    left: 5%;
    right: auto;
  }
  .banner .swiper1 .swiper-button-next1 {
    right: 5%;
    left: auto;
  }
  .banner .swiper1 .swiper-scrollbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 56px;
    z-index: 50;
    height: 5px;
    width: 180px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4);
  }
  .banner .swiper1 .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    left: 0;
    top: 0;
  }
  .banner .swiper1 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 20px;
    font-size: 16px;
    color: #ffffff;
  }
}
@media screen and (max-width: 980px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 36px;
    padding-bottom: 100px;
  }
  .banner {
    width: 100%;
    height: 50vw;
    min-height: 300px;
  }
}
@media screen and (max-width: 580px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 36px;
    padding-bottom: 60px;
  }
  .content .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
    margin-top: 60px;
  }
  .content .info {
    width: 100%;
    border-top: solid 1px #e1e4e6;
    border-bottom: solid 1px #e1e4e6;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .content .info .right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    margin-top: 20px;
  }
  .content .info .left {
    font-size: 16px;
    line-height: 32px;
    color: #e83428;
    width: 100%;
  }
}
