.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: center;
  padding: 0.44rem 0 0.55rem;
}
.content.menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.6rem;
}
.content.menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content.menu ul li:last-child {
  margin-right: 0;
}
.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 .title {
  text-align: center;
}
.content .title h2 {
  color: #999;
}
.content.content1 {
  padding: 0.56rem 0 2.3rem;
  background-position: center;
  background-size: cover;
}
.content.content1 .innerWrap {
  width: 1322px;
  margin: 1.1rem auto 0;
  display: flex;
  justify-content: center;
}
.content.content1 .innerWrap .red {
  color: #e60012;
}
.content.content1 .innerWrap .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-right: 2px solid #aebcca;
}
.content.content1 .innerWrap .left img {
  margin-right: 0.4rem;
  width: 1.76rem;
  height: 1.23rem;
}
.content.content1 .innerWrap .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.content.content1 .innerWrap .right .numBox {
  display: flex;
  align-items: flex-start;
}
.content.content1 .innerWrap .right .num1 {
  margin-right: 0.2rem;
}
.content.content1 .innerWrap .right .arrow {
  margin-top: 0.2rem;
  width: 0;
  height: 0;
  border-right: 0.08rem solid transparent;
  border-left: 0.08rem solid transparent;
}
.content.content1 .innerWrap .right .arrow.up {
  border-bottom: 0.13rem solid #e60012;
}
.content.content1 .innerWrap .right .arrow.down {
  border-top: 0.13rem solid #e60012;
}
.content.content1 .innerWrap .right .detail {
  width: 30%;
  margin-left: 0.63rem;
}
.content.content1 .innerWrap .right .detail p {
  display: flex;
  justify-content: space-between;
  color: #666;
  line-height: 2;
}
.content.content2 {
  padding-bottom: 0.74rem;
}
.content.content2 .innerWrap {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 0.18rem;
}
.content.content2 .innerWrap .swiper-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.72rem;
}
.content.content2 .innerWrap .swiper-container .swiper-slide > div {
  padding: 0.3rem 0.4rem;
  background: linear-gradient(to bottom, #fff, #edf1f4);
  border: 1px solid #ddd;
  margin-bottom: 0.42rem;
  border-radius: 5px;
  cursor: pointer;
}
.content.content2 .innerWrap .swiper-container .swiper-slide > div > img {
  margin-bottom: 0.65rem;
}
.content.content2 .innerWrap .swiper-container .swiper-slide > div h2 {
  margin-bottom: 0.45rem;
}
.content.content2 .innerWrap .swiper-container .swiper-slide > div .button {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: 0.4rem;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  color: #666;
  cursor: pointer;
  padding: 0 0.2rem;
}
.content.content2 .innerWrap .swiper-container .swiper-slide > div .button i {
  float: left;
  margin-right: 0.12rem;
  line-height: 0.4rem;
}
.content.content2 .innerWrap .swiper-container .swiper-slide > div .button p {
  float: left;
  line-height: 0.4rem;
}
.content.content2 .innerWrap .swiper-container .swiper-slide > div:hover .button {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}
.content.content2 .innerWrap .swiper-button-prev,
.content.content2 .innerWrap .swiper-button-next {
  width: 0.21rem;
  height: 0.38rem;
  margin-top: -0.19rem;
  background-size: cover;
  background-position: center;
}
.content.content2 .innerWrap .swiper-button-prev {
  background-image: url(/img/swipe_pre.png);
  left: 0;
}
.content.content2 .innerWrap .swiper-button-next {
  background-image: url(/img/swipe_next.png);
  right: 0;
}
.content.content2 .innerWrap .swiper-pagination {
  bottom: 0rem;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.content.content2 .innerWrap .swiper-pagination .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.12rem;
  transition: all 0.3s ease-out;
}
.content.content2 .innerWrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #e60012;
  width: 0.45rem;
  height: 0.13rem;
  border-radius: 0.065rem;
}
.content.content3 {
  background: #e9eff5;
  padding: 0.84rem 0;
}
.content.content3 .innerWrap {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 0.18rem;
}
.content.content3 .innerWrap .swiper-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.65rem;
}
.content.content3 .innerWrap .swiper-container .swiper-slide > div {
  padding: 0.3rem 0.4rem;
  background: linear-gradient(to bottom, #fff, #edf1f4);
  border: 1px solid #ddd;
  margin-bottom: 0.42rem;
  border-radius: 5px;
  cursor: pointer;
}
.content.content3 .innerWrap .swiper-container .swiper-slide > div:nth-child(3n) {
  margin-right: 0;
}
.content.content3 .innerWrap .swiper-container .swiper-slide > div > img {
  margin-bottom: 0.65rem;
}
.content.content3 .innerWrap .swiper-container .swiper-slide > div h2 {
  margin-bottom: 0.34rem;
}
.content.content3 .innerWrap .swiper-container .swiper-slide > div .desc {
  color: #666;
  margin-bottom: 0.7rem;
  height: 63px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.content.content3 .innerWrap .swiper-container .swiper-slide > div .button {
  text-align: center;
  width: 1.25rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border: 2px solid #e60012;
  border-radius: 0.225rem;
  color: #e60012;
  cursor: pointer;
}
.content.content3 .innerWrap .swiper-container .swiper-slide > div:hover .button {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}
.content.content3 .innerWrap .swiper-button-prev,
.content.content3 .innerWrap .swiper-button-next {
  width: 0.21rem;
  height: 0.38rem;
  margin-top: -0.19rem;
  background-size: cover;
  background-position: center;
}
.content.content3 .innerWrap .swiper-button-prev {
  background-image: url(/img/swipe_pre.png);
  left: 0;
}
.content.content3 .innerWrap .swiper-button-next {
  background-image: url(/img/swipe_next.png);
  right: 0;
}
.content.content3 .innerWrap .swiper-pagination {
  bottom: 0rem;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.content.content3 .innerWrap .swiper-pagination .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.12rem;
  transition: all 0.3s ease-out;
}
.content.content3 .innerWrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #e60012;
  width: 0.45rem;
  height: 0.13rem;
  border-radius: 0.065rem;
}
.content.content4 {
  padding: 0.7rem 0 1.6rem;
  background-position: center;
  background-size: cover;
}
.content.content4 .title h1 {
  color: #fff;
}
.content.content4 .title h2 {
  color: #fff;
}
.content.content4 .list {
  width: 1322px;
  margin: 0.6rem auto;
}
.content.content4 .list > ul li {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  cursor: pointer;
  padding: 0.26rem;
  background: linear-gradient(to bottom, #fff, #edeff1);
  margin-bottom: 0.18rem;
}
.content.content4 .list > ul li .left {
  display: flex;
  align-items: center;
}
.content.content4 .list > ul li .left .arrow {
  width: 0;
  height: 0;
  border-left: 0.11rem solid #e60012;
  border-top: 0.055rem solid transparent;
  border-bottom: 0.055rem solid transparent;
  margin-right: 0.2rem;
}
.content.content4 .list > ul li .date {
  color: #999;
}
.content.content4 .list > ul li:hover .left p {
  color: #e60012;
}
.content.content4 .list .page-list {
  padding-top: 0.32rem;
}
.content.content4 .list .page-list ul li.page-num.active {
  background: #edb975;
}
.content.content4 .list .page-list ul li:hover {
  background: #edb975;
}
.content.content5 {
  padding: 0.7rem 0 0;
  background: #fff;
}
.content.content5 .tabContainer {
  position: relative;
  width: 1322px;
  margin: 0.68rem auto 0;
}
.content.content5 .tabContainer .swiper-container {
  padding-bottom: 0.38rem;
}
.content.content5 .tabContainer .swiper-container .swiper-slide {
  height: 0.54rem;
  border-bottom: 1px solid #d1d6dc;
}
.content.content5 .tabContainer .swiper-container .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: #f9f9fa;
  border: 1px solid #d1d6dc;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  margin: 0 auto;
}
.content.content5 .tabContainer .swiper-container .swiper-slide.swiper-slide-active > div {
  background: none;
  border: none;
  color: #fff;
}
.content.content5 .tabContainer .swiper-container .swiper-slide.swiper-slide-active > div::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.content5 .tabContainer .swiper-button-prev,
.content.content5 .tabContainer .swiper-button-next {
  background-size: cover;
  background-position: center;
  font-size: 0.4rem;
  color: #999;
  top: 0;
  margin-top: 0;
}
.content.content5 .tabContainer .swiper-button-prev {
  font-family: iconfont;
  left: -0.2rem;
  background: none;
}
.content.content5 .tabContainer .swiper-button-prev:before {
  content: "\e601";
}
.content.content5 .tabContainer .swiper-button-next {
  font-family: iconfont;
  background: none;
  right: -0.2rem;
}
.content.content5 .tabContainer .swiper-button-next:before {
  content: "\e683";
}
.content.content5 .line {
  width: 100%;
  height: 1px;
  background: #d1d6dc;
}
.content.content5 .list {
  width: 1322px;
  margin: 0.6rem auto 0.74rem;
}
.content.content5 .list > ul li {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  cursor: pointer;
  padding: 0.26rem;
  background: linear-gradient(to bottom, #fff, #edeff1);
  margin-bottom: 0.18rem;
}
.content.content5 .list > ul li .left {
  display: flex;
  align-items: center;
}
.content.content5 .list > ul li .left .arrow {
  width: 0;
  height: 0;
  border-left: 0.11rem solid #e60012;
  border-top: 0.055rem solid transparent;
  border-bottom: 0.055rem solid transparent;
  margin-right: 0.2rem;
}
.content.content5 .list > ul li .date {
  color: #999;
}
.content.content5 .list > ul li:hover .left p {
  color: #e60012;
}
.content.content5 .list .page-list {
  padding-top: 0.32rem;
}
.content.content5 .list .page-list ul li {
  border: 1px solid #f0f1f3;
  border-radius: 50%;
}
.content.content5 .list .page-list ul li.page-num.active {
  border-color: #e60012;
}
.content.content5 .list .page-list ul li:hover {
  border-color: #e60012;
}
.content.content6 {
  background: #e9eff5;
  height: 3rem;
}
@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.content4 .list {
    width: 90%;
  }
  .content.content5 .tabContainer {
    width: 90%;
  }
  .content.content5 .list {
    width: 90%;
  }
}
@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 {
    flex-direction: column;
  }
  .content.content1 .innerWrap .left,
  .content.content1 .innerWrap .right {
    width: 100%;
  }
  .content.content1 .innerWrap .left {
    border-right: none;
    margin-bottom: 0.3rem;
  }
}
<!--0.00011491775512695-->