.banner {
  position: relative;
  overflow: hidden;
}
.banner .imgBox {
  width: 100%;
  height: 6rem;
  background-size: cover;
  background-position: center;
}
.banner::after {
  position: absolute;
  bottom: -0.9rem;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3.09rem;
  background-image: url(/img/bannerBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 2;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner .swiper-slide .bannerImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.banner .swiper-slide .ctx {
  position: absolute;
  top: 200px;
}
.banner .swiper-slide .ctx p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 2px 0px 5px rgba(123, 77, 50, 0.8);
}
.banner .swiper-slide .ctx .p1 {
  margin-bottom: 20px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 0.88rem;
  height: 0.88rem;
  font-size: 0.4rem;
  color: #fff;
  top: 50%;
  margin-top: -0.44rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.banner .swiper-button-prev {
  font-family: iconfont;
  left: 0.45rem;
  background-image: none;
}
.banner .swiper-button-prev::before {
  content: "\e601";
}
.banner .swiper-button-next {
  font-family: iconfont;
  background-image: none;
  right: 0.45rem;
}
.banner .swiper-button-next::before {
  content: "\e683";
}
.banner .swiper-pagination {
  bottom: 0.35rem;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.12rem;
  transition: all 0.3s ease-out;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.45rem;
  height: 0.13rem;
  border-radius: 0.065rem;
}
.content.top {
  border-bottom: 1px solid #e5e9ed;
  background: #e9eff5;
}
.content.top .breadcrum {
  display: flex;
  align-items: center;
  width: 1322px;
  margin: 0 auto;
  height: 0.64rem;
  line-height: 0.64rem;
}
.content.top .breadcrum span {
  padding: 0 5px;
}
.content.top .breadcrum a,
.content.top .breadcrum span {
  color: #999;
}
.content.top .breadcrum img {
  margin-right: 0.15rem;
}
.content.content1 {
  padding: 0.74rem 0 3rem;
  background: #eaf0f5;
}
.content.content1 .innerWrap {
  width: 1322px;
  margin: 0 auto;
  padding: 0.64rem 0.9rem;
  background: #fff;
}
.content.content1 .innerWrap .top {
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eee;
}
.content.content1 .innerWrap .top h1 {
  color: #e60012;
  margin-bottom: 0.3rem;
}
.content.content1 .innerWrap .top p {
  color: #999;
}
.content.content1 .innerWrap .con {
  padding: 0.45rem 0 0.8rem;
  border-bottom: 1px solid #eee;
  line-height: 2;
  font-size: 16px;
  text-indent: 0.2rem;
}
.content.content1 .innerWrap .con .alignCenter {
  text-align: center;
}
.content.content1 .innerWrap .con .alignCenter p {
  text-indent: 0;
  margin-top: 0.15rem;
}
.content.content1 .innerWrap .con p {
  margin-bottom: 0.36rem;
}
.content.content1 .innerWrap .con img {
  padding-top: 0.24rem;
}
.content.content1 .innerWrap .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.content.content1 .innerWrap .bottom a {
  display: flex;
  align-items: center;
  color: #777;
  cursor: pointer;
}
.content.content1 .innerWrap .bottom a .icon {
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 0.2rem;
}
.content.content1 .innerWrap .bottom a:hover p {
  color: #e60012;
  text-decoration: underline;
}
.content.content1 .innerWrap .bottom a:hover .button p {
  color: #fff;
  text-decoration: none;
}
.content.content1 .innerWrap .bottom .pre .icon {
  margin-right: 0.2rem;

}
.content.content1 .innerWrap .bottom .next .icon {
  margin-left: 0.2rem;

}
.content.content1 .innerWrap .bottom .button {
  display: flex;
  align-items: center;
  height: 0.75rem;
  padding: 0.2rem 0.36rem;
  border-radius: 0.375rem;
  background: #e60012;
  color: #fff;
  cursor: pointer;
}
.content.content1 .innerWrap .bottom .button img {
  margin-right: 0.2rem;
}
@media screen and (max-width: 1470px) {
  .content.top .breadcrum {
    width: 90%;
  }
  .content.menu {
    width: 90%;
  }
  .content.content1 .innerWrap {
    width: 90%;
  }
  .content.content2 .innerWrap {
    width: 90%;
  }
  .content.content3 .innerWrap {
    width: 90%;
  }
  .content.content3 .innerWrap .ctx {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content.content1 .innerWrap {
    padding: 0.64rem 0.3rem;
  }
  .content.content1 .innerWrap .con img {
    float: left;
    width: 100%;
  }
  .content.content.content1 .innerWrap {
    width: 100%;
  }
  .content.content1 .innerWrap .bottom {
    flex-direction: column;
    align-items: center;
  }
  .content.content1 .innerWrap .bottom .button {
    margin: 0.3rem;
  }
}
<!--9.7036361694336E-5-->