/*font-size*/
.banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 6.15rem;
  }
  .banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
  }
  .banner .innerWrap {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    color: #fff;
    z-index: 1;
  }
  .banner .innerWrap img {
    width: 2.18rem;
    margin-bottom: 0.36rem;
  }
  .banner .innerWrap .p1 {
    font-size: 24px;
  }
  @media only screen and (max-width: 1440px) {
    .banner .innerWrap .p1 {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .banner .innerWrap .p1 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .banner .innerWrap .p1 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner .innerWrap .p1 {
      font-size: 16px;
    }
  }
  .banner .innerWrap .p2 {
    font-size: 14px;
  }
  @media only screen and (max-width: 767px) {
    .banner .innerWrap .p2 {
      font-size: 12px;
    }
  }
  .isIe .content1 .list ul li .imgBox {
    height: 230px;
  }
  .content .innerWrap {
    width: 1280px;
    margin: 0 auto;
  }
  .content .innerWrap .title {
    margin-bottom: 0.4rem;
  }
  .content .innerWrap .title h1 {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    padding-bottom: 0.15rem;
  }
  @media only screen and (max-width: 1440px) {
    .content .innerWrap .title h1 {
      font-size: 32px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .content .innerWrap .title h1 {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 767px) {
    .content .innerWrap .title h1 {
      font-size: 24px;
    }
  }
  .content .innerWrap .title h1::after {
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 2px;
    background: #b32831;
    bottom: 0;
    left: 50%;
    margin-left: -0.2rem;
  }
  .content1 {
    padding: 0.8rem 0 1rem;
  }
  .content1 .cateBox {
    border-top: 1px solid #e5e5e5;
  }
  .content1 .tabContainer {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    border-bottom: 1px solid #e5e5e5;
  }
  .content1 .tabContainer .cate {
    display: flex;
    align-items: flex-start;
    width: 96%;
  }
  .content1 .tabContainer .cateTitle {
    font-size: 24px;
    width: 10%;
    height: 0.88rem;
    line-height: 0.88rem;
  }
  @media only screen and (max-width: 1440px) {
    .content1 .tabContainer .cateTitle {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .content1 .tabContainer .cateTitle {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .content1 .tabContainer .cateTitle {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .content1 .tabContainer .cateTitle {
      font-size: 16px;
    }
  }
  .content1 .tabContainer ul {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    overflow: hidden;
    height: 0.88rem;
  }
  .content1 .tabContainer ul li {
    width: 12.5%;
    line-height: 0.36rem;
    padding: 0.26rem 0;
    cursor: pointer;
    height: calc(0.88rem + 1px);
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
  }
  .content1 .tabContainer ul li.active span,
  .content1 .tabContainer ul li:hover span {
    position: relative;
    color: #e8010f;
  }
  .content1 .tabContainer ul li.active span::after,
  .content1 .tabContainer ul li:hover span::after {
    left: 0;
  }
  .content1 .tabContainer ul li span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 0.1rem;
    line-height: 0.36rem;
  }
  .content1 .tabContainer ul li span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -0.26rem;
    left: -120%;
    background: #e8010f;
    z-index: 1;
    transition: all 0.5s;
  }
  .content1 .tabContainer .more {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 0.88rem;
    width: 0.44rem;
  }
  .content1 .tabContainer .more i {
    font-size: 24px;
    color: #323232;
  }
  @media only screen and (max-width: 1440px) {
    .content1 .tabContainer .more i {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .content1 .tabContainer .more i {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .content1 .tabContainer .more i {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .content1 .tabContainer .more i {
      font-size: 16px;
    }
  }
  .content1 .tabContainer .more.on .icon-add {
    display: block;
  }
  .content1 .tabContainer .more.on .icon-jian {
    display: none;
  }
  .content1 .tabContainer .more.off .icon-add {
    display: none;
  }
  .content1 .tabContainer .more.off .icon-jian {
    display: block;
  }
  .content1 .tabContainer_mobile {
    display: none;
  }
  .content1 .tabContainer_mobile .swiper-container {
    width: 100%;
  }
  .content1 .tabContainer_mobile .swiper-slide {
    line-height: 0.36rem;
    padding: 0.26rem 0;
    height: 0.88rem;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
  }
  @media only screen and (max-width: 1024px) {
    .content1 .tabContainer_mobile .swiper-slide {
      font-size: 16px;
    }
  }
  .content1 .tabContainer_mobile .swiper-slide.active span,
  .content1 .tabContainer_mobile .swiper-slide:hover span {
    position: relative;
    color: #e8010f;
  }
  .content1 .tabContainer_mobile .swiper-slide.active span::after,
  .content1 .tabContainer_mobile .swiper-slide:hover span::after {
    left: 0;
  }
  .content1 .tabContainer_mobile .swiper-slide span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 10px;
    height: 100%;
  }
  .content1 .tabContainer_mobile .swiper-slide span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -0.26rem;
    left: -120%;
    background: #e8010f;
    z-index: 1;
    transition: all 0.5s;
  }
  .content1 .list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.7rem 0 0.3rem;
  }
  .content1 .list ul li {
    width: 31.8%;
    margin-right: 2.3%;
    margin-bottom: 0.3rem;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.5s;
  }
  .content1 .list ul li:hover .imgBox div {
    transform: scale(1.05);
  }
  .content1 .list ul li:hover .bottom {
    background: #b8363c;
    color: #fff;
  }
  .content1 .list ul li:hover .bottom h2 {
    text-decoration: none;	  color: #fff;
  }
  .content1 .list ul li:hover .bottom .p1 {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
  }
  .content1 .list ul li:hover .bottom .p2,
  .content1 .list ul li:hover .bottom .p3 {
    color: #fff;
  }
  .content1 .list ul li:hover .bottom .p2 span,
  .content1 .list ul li:hover .bottom .p3 span {
    color: #fff;
  }
  .content1 .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .content1 .list ul li .imgBox {
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
  }
  .content1 .list ul li .imgBox div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
  }
  .content1 .list ul li .bottom {
    padding: 0.6rem;
    transition: all 0.5s;
  }
  .content1 .list ul li .bottom h2 {
    font-size: 24px;
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.25;
    height: 60px;	color:#333;
  }
  @media only screen and (max-width: 1440px) {
    .content1 .list ul li .bottom h2 {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .content1 .list ul li .bottom h2 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .content1 .list ul li .bottom h2 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .content1 .list ul li .bottom h2 {
      font-size: 16px;
    }
  }
  .content1 .list ul li .bottom .p1 {
    font-size: 14px;
    color: #888;
    margin-bottom: 0.3rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.714;
    height: 48px;
  }
  @media only screen and (max-width: 767px) {
    .content1 .list ul li .bottom .p1 {
      font-size: 12px;
    }
  }
  .content1 .list ul li .bottom .cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dashed #b3b3b3;
    padding-top: 0.6rem;
  }
  .content1 .list ul li .bottom .p2,
  .content1 .list ul li .bottom .p3 {
    font-size: 14px;
    color: #777;
  }
  @media only screen and (max-width: 767px) {
    .content1 .list ul li .bottom .p2,
    .content1 .list ul li .bottom .p3 {
      font-size: 12px;
    }
  }
  .content1 .list ul li .bottom .p2 span,
  .content1 .list ul li .bottom .p3 span {
    color: #333;
  }
  @media screen and (max-width: 1440px) {
    .content1 .innerWrap {
      width: 1110px;
    }
    .banner .innerWrap {
      width: 1110px;
    }
    .content1 .list ul li .bottom h2 {
      height: 50px;
    }
  }
  @media screen and (max-width: 1280px) {
    .content1 .innerWrap {
      width: 90%;
    }
    .banner .innerWrap {
      width: 90%;
    }
  }
  @media screen and (max-width: 768px) {
    .content1 .tabContainer {
      display: none;
    }
    .content1 .list ul li .bottom h2 {
      height: 40px;
    }
    .content1 .list ul li .bottom .p1 {
      height: 41px;
    }
    .content1 .tabContainer_mobile {
      display: flex;
    }
    .content1 .tabContainer ul li {
      width: 33%;
    }
    .content1 .tabContainer .cateTitle {
      width: 28%;
    }
    .content1 .list ul li {
      width: 100%;
      margin-right: 0;
    }
  }
  