.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 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.banner .swiper-slide a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner .swiper-slide video {
  object-fit: fill;
  width: 100%;
}
.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 .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: center;
  padding: 0.44rem 0 0.55rem;
}
.content.menu ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.content.menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content.menu ul li:first-child {
  margin-right: 2rem;
}
.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: linear-gradient(to bottom, #e9f3fc, #e7eef4);
  padding-bottom: 3rem;
}
.content.content1 .innerWrap {
  width: 1322px;
  margin: 0 auto;
  padding-top: 0.95rem;
}
.content.content1 .innerWrap .menu {
  margin-bottom: 0.38rem;
}
.content.content1 .innerWrap .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content.content1 .innerWrap .menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.65rem;
  height: 0.62rem;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  color: #000;
  margin-right: 0.67rem;
  margin-bottom: 0.3rem;
}
.content.content1 .innerWrap .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content.content1 .innerWrap .menu ul li:last-child {
  margin-right: 0;
}
.content.content1 .innerWrap .menu ul li img {
  margin-right: 0.16rem;
}
.content.content1 .innerWrap .menu ul li img.active {
  display: none;
}
.content.content1 .innerWrap .menu ul li:hover,
.content.content1 .innerWrap .menu ul li.active {
  background: linear-gradient(to right, #ff2425, #bf000f);
}
.content.content1 .innerWrap .menu ul li:hover a,
.content.content1 .innerWrap .menu ul li.active a {
  color: #fff;
}
.content.content1 .innerWrap .menu ul li:hover img,
.content.content1 .innerWrap .menu ul li.active img {
  display: none;
}
.content.content1 .innerWrap .menu ul li:hover img.active,
.content.content1 .innerWrap .menu ul li.active img.active {
  display: block;
}
.content.content1 .innerWrap .menu.menu_s ul li {
  width: 1.75rem;
  height: 0.48rem;
  line-height: 0.48rem;
  margin-right: 0.13rem;
}
.content.content1 .innerWrap .menu.menu_s ul li p {
  font-size: 0.16rem;
}
.content.content1 .innerWrap .menu.menu_s ul li:hover,
.content.content1 .innerWrap .menu.menu_s ul li.active {
  background: #e60012;
  color: #fff;
}
.content.content1 .innerWrap .intro1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.content.content1 .innerWrap .intro1 .text {
  padding: 0.4rem 0 0.8rem;
}

.content.content1 .innerWrap .ctx2 {
  margin-top: 0.5rem;
}
.content.content1 .innerWrap .ctx2 ul {
  display: flex;
  flex-wrap: wrap;
}
.content.content1 .innerWrap .ctx2 ul li {
  width: 32%;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 0.6rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border-radius: 15px;
}
.content.content1 .innerWrap .ctx2 ul li:nth-child(3n) {
  margin-right: 0;
}
.content.content1 .innerWrap .ctx2 ul li .imgBox {
  width: 100%;
  height: 3.1rem;
  overflow: hidden;
  border-radius: 15px;
}
.content.content1 .innerWrap .ctx2 ul li .imgBox > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
}
.content.content1 .innerWrap .ctx2 ul li .bottom {
  padding: 0.27rem 0.3rem;
  text-align: center;
  font-weight: bold;
}

.content.content1 .innerWrap .ctx2 ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.content.content1 .innerWrap .ctx2 ul li:hover .imgBox > div {
  transform: scale(1.1);
}
.content.content1 .innerWrap .page-list {
  padding-top: 0.2rem;
}

.content.content2 {
  background: #e9eff6;
  padding-bottom: 3rem;
}
.content.content2 ul li img {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .content.content1 .innerWrap .ctx2 ul li .imgBox {
    height: 2.4rem;
  }
}
@media screen and (max-width: 1680px) {
  .content.content1 .innerWrap .ctx2 ul li .imgBox {
    height: 2.7rem;
  }
}
@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%;
  }
  .content.content1 .innerWrap .ctx2 ul li .imgBox {
    height: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .content.menu ul li {
    margin-right: 0.6rem;
  }
  .content.content1 .innerWrap .menu ul li {
    margin-right: 0.2rem;
  }
  .content.content1 .innerWrap .list ul li {
    width: 100%;
    margin-right: 0;
  }
  .content.content1 .innerWrap .con .list li {
    width: 100%;
  }
  .content.content1 .innerWrap .con .list li:first-child {
    margin-right: 0;
  }
  .content.content1 .innerWrap .intro1 img {
    width: 100%;
  }
}

.content.top {
    border-bottom: 1px solid #f4f4f4;
}

/*.content.content1 {
    background: linear-gradient(to bottom, #ffffff, #ecf0f6);
}*/

.content.content1 .innerWrap {
    padding-top: 0.25rem;
}

.content.content1 .innerWrap .menu {
    margin-bottom: 0;
}

.content.content1 .innerWrap .menu_p ul li{
      background: #c7c7c7;
      border-radius: 0;
      margin-right: 0;
}

.content.content1 .innerWrap .menu_s ul li{
     background: transparent;
     border-radius: 0;
}<!--0.00010395050048828-->