.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 {
  overflow: hidden;
}
.content.top {
  border-bottom: 1px solid #f4f4f4;
}
.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.menu {
  width: 1322px;
  margin: 0 auto;
}
.content.menu ul {
  display: flex;
  justify-content: space-around;
  padding: 0.44rem 0 0.55rem;
}
.content.menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content.menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content.menu ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.58rem;
  height: 0.83rem;
  background-image: url(/img/icon10.png);
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.content.menu ul li:hover div,
.content.menu ul li.active div {
  background-image: url(/img/icon9.png);
}
.content.menu ul li:hover div img,
.content.menu ul li.active div img {
  display: none;
}
.content.menu ul li:hover div img.active,
.content.menu ul li.active div img.active {
  display: block;
}
.content.menu ul li:hover p,
.content.menu ul li.active p {
  color: #e60012;
}
.content.menu ul li img {
  margin-top: 0.2rem;
  width: 0.25rem;
  height: 0.25rem;
}
.content.menu ul li img.active {
  display: none;
}
.content.menu ul li p {
  font-size: 0.16rem;
  margin-top: 20px;
}
.content.content1 {
  background: #f4f9fd;
  padding: 0.85rem 0 0;
}
.content.content1 .innerWrap {
  width: 1322px;
  margin: 0 auto;
}
.content.content1 .innerWrap h2 {
  color: #333;
  margin-bottom: 0.15rem;
}
.content.content1 .innerWrap p {
  color: #666;
}
.content.content1 .con {
  position: relative;
  width: 1322px;
  margin: 0.7rem auto 0;
}
.content.content1 .con .swiper-container {
  width: 95%;
  padding-bottom: 0.42rem;
}
.content.content1 .con .swiper-slide {
  height: 0.54rem;
  border-bottom: 1px solid #d1d6dc;
}
.content.content1 .con .swiper-slide > div {
  position: relative;
  width: 1.28rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 0.12rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #eef3f7;
  border: 1px solid #d1d6dc;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  margin: 0 auto;
}
.content.content1 .con .swiper-slide > div.active {
  background: none;
  border: none;
  color: #fff;
}
.content.content1 .con .swiper-slide > div.active::before {
  position: absolute;
  content: '';
  width: calc(100% + 2px);
  left: -1px;
  top: 0;
  height: 0.92rem;
  background-image: url(/img/icon34.png);
  background-size: cover;
  z-index: -1;
}
.content.content1 .con .swiper-button-prev,
.content.content1 .con .swiper-button-next {
  background-size: cover;
  background-position: center;
  width: auto;
  font-size: 0.4rem;
  color: #e60012;
  top: 0;
  margin-top: 0;
}
.content.content1 .con .swiper-button-prev {
  font-family: iconfont;
  left: 0;
  background: none;
}
.content.content1 .con .swiper-button-prev:before {
  content: "\e601";
}
.content.content1 .con .swiper-button-next {
  font-family: iconfont;
  background: none;
  right: 0;
}
.content.content1 .con .swiper-button-next:before {
  content: "\e683";
}
.content.content2 {
  background: #f4f9fd;
  padding-bottom: 3rem;
  background-position: top center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.content.content2 .left {
  margin-right: 0.95rem;
  margin-top: 1.5rem;
  width: 30%;
}
.content.content2 .left ul li {
  display: flex;
  font-size: 0.16rem;
  margin-bottom: 1.75rem;
  cursor: pointer;
  justify-content: flex-end;
}
.content.content2 .left ul li > div {
  width: 90%;
}
.content.content2 .left ul li:hover::after {
  background-image: url(/img/icon44.png);
}
.content.content2 .left ul li::after {
  display: block;
  content: "";
  width: 0.14rem;
  height: 0.2rem;
  background-image: url(/img/icon45.png);
  background-position: center;
  background-size: cover;
  margin-left: 0.15rem;
  margin-top: 0.1rem;
}
.content.content2 .left ul li p {
  color: #333;
  text-align: right;
}
.content.content2 .left ul li .p1 {
  font-weight: bold;
}
.content.content2 .right {
  margin-top: 2.15rem;
  width: 30%;
}
.content.content2 .right ul li {
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.16rem;
  margin-bottom: 1.75rem;
  cursor: pointer;
  justify-content: flex-end;
}
.content.content2 .right ul li > div {
  width: 90%;
}
.content.content2 .right ul li:hover::after {
  background-image: url(/img/icon44.png);
}
.content.content2 .right ul li::after {
  display: block;
  content: "";
  width: 0.14rem;
  height: 0.2rem;
  background-image: url(/img/icon45.png);
  background-position: center;
  background-size: cover;
  margin-right: 0.15rem;
  margin-top: 0.1rem;
}
.content.content2 .right ul li p {
  color: #333;
}
.content.content2 .right ul li .p1 {
  font-weight: bold;
}
@media screen and (max-width: 1470px) {
  .content.top .breadcrum {
    width: 90%;
  }
  .content.menu {
    width: 90%;
  }
  .content.content1 .innerWrap {
    width: 90%;
  }
  .content.content1 .con {
    width: 90%;
  }
  .content.content2 .swiper-container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content.content1 .innerWrap .flex {
    flex-direction: column;
  }
  .content.content1 .innerWrap .flex section {
    width: 100%;
  }
  .content.content1 .innerWrap .ctx {
    justify-content: center;
  }
  .content.content1 .innerWrap .ctx .textContainer {
    width: 50%;
    padding: 0.3rem 0.3rem;
  }
  .content.content2 .innerWrap > div {
    width: 100%;
  }
}
.leave-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.leave-alert .con {
  width: 50%;
  height: auto;
  max-height: 8rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0.9rem 0.64rem 0.9rem;
}
.leave-alert .con h2 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #0f1d37;
  margin-bottom: 0.7rem;
}
.leave-alert .con .swiper-container {
  width: 50%;
  height: 100%;
}
.leave-alert .con .swiper-container .swiper-slide img {
  width: 100%;
}
.leave-alert .con .swiper-button-prev,
.leave-alert .con .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 40px;
  color: #e82e3d;
}
.leave-alert .con .swiper-button-prev {
  left: 20px;
}
.leave-alert .con .swiper-button-next {
  right: 20px;
}
.leave-alert .con .swiper-button-prev::after {
  content: "\e601";
}
.leave-alert .con .swiper-button-next::after {
  content: "\e683";
}
.leave-alert .con .close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #f7f3f3;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leave-alert .con .close span {
  display: block;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.2rem;
  color: #bbbbbb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leave-alert .con .close:hover {
  background: #e60012;
}
.leave-alert .con .close:hover span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .leave-alert .con {
    width: 90%;
    padding: 0.3rem 0.3rem 0.6rem;
  }
}
<!--9.7990036010742E-5-->