/*font-size*/
.banner {
  position: relative;
  width: 100%;
  height: 6.15rem;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.banner.bannerPc {
  display: block;
}
.banner.bannerMobile {
  display: none;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(5, 20, 39, 0.0);
}
.banner .bannerImg .title {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 1440px) {
  .banner .bannerImg .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .bannerImg .title {
    font-size: 26px;
  }
  .banner .bannerImg .text {
    width:90%;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bannerImg .title {
    font-size: 24px;
  }
}
.banner .bannerImg .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -0.1rem;
  background-color: #fff;
}
.banner .bannerImg .text {
  font-size: 16px;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1366px) {
  .banner .bannerImg .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bannerImg .text {
    font-size: 14px;
  }
}
.isIe .content1 .list ul li .imgBox {
  height: 230px;
}
.isIe .content1 .list ul li .ctx {
  padding: 30px;
}
.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: #209ed9;
  bottom: 0;
}
.content1 {
  padding: 0.2rem 0 1rem;
}
.content1 .searchResult {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 0 0.8rem;
}
.content1 .searchResult p {
  font-size: 24px;
  color: #131313;
}
@media only screen and (max-width: 1440px) {
  .content1 .searchResult p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .searchResult p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .searchResult p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .searchResult p {
    font-size: 16px;
  }
}
.content1 .searchResult p span {
  font-size: 24px;
  color: #209ed9;
}
@media only screen and (max-width: 1440px) {
  .content1 .searchResult p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .searchResult p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .searchResult p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .searchResult p span {
    font-size: 16px;
  }
}
.content1 .tab {
  margin-bottom: 0.6rem;
}
.content1 .tab ul {
  display: flex;
  justify-content: space-between;
}
.content1 .tab ul li {
  flex: 1;
  padding: 0 0.2rem;
  height: 0.64rem;
  background: #f8f8f8;
  cursor: pointer;
  font-size: 18px;
  margin-right: 0.1rem;
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
  }
}
.content1 .tab ul li:last-child {
  margin-right: 0;
}
.content1 .tab ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.content1 .tab ul li a p {
  white-space: nowrap;
}
.content1 .tab ul li.active {
  background: #209ed9;
}
.content1 .tab ul li.active a {
  color: #fff;
}
.content1 .tab ul li.active i {
  transform: rotate(90deg);
}
.content1 .tabContainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  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: 90%;
  margin: 0 auto;
  overflow: hidden;
  height: 0.88rem;
}
.content1 .tabContainer ul li {
  width: 12.5%;
  line-height: 0.36rem;
  padding: 0.26rem 0;
  height: calc(0.88rem + 1px);
  cursor: pointer;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
}
.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.6rem 0 0.3rem;
}
.content1 .list ul li {
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 0.3rem;
  border: 1px solid #ececec;
}
.content1 .list ul li:nth-child(3n) {
  margin-right: 0;
}
.content1 .list ul li:hover h2,.content1 .list ul li:hover span {
  color: #209ed9;
  text-decoration: none;
}
.content1 .list ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .list ul li .imgBox {
  width: 100%;
  height: 2.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 .ctx {
  box-sizing: border-box;
  display: flex;
  padding: 0.3rem;
}
.content1 .list ul li .ctx > div {
  width: 100%;
}
.content1 .list ul li .ctx h2 {
  font-size: 24px;
  margin-bottom: 0.1rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25;
  height: 60px;
}
@media only screen and (max-width: 1440px) {
  .content1 .list ul li .ctx h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .list ul li .ctx h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .list ul li .ctx h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx h2 {
    font-size: 16px;
  }
}
.content1 .list ul li .ctx .p1 {
  font-size: 16px;
  color: #666666;
  padding-bottom: 0.55rem;
  border-bottom: 1px dashed #b3b3b3;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 1366px) {
  .content1 .list ul li .ctx .p1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx .p1 {
    font-size: 14px;
  }
}
.content1 .list ul li .ctx .p2 {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .ctx .p2 {
    font-size: 12px;
  }
}
.content1 .list ul li .ctx .p2 span {
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .content1 .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@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 .tabContainer_mobile {
    display: flex;
  }
  .content1 .tab ul {
    justify-content: left;
    flex-wrap: wrap;
  }
  .content1 .tab ul li {
    flex: none;
    width: 32.6%;
    margin-right: 1.1%;
    margin-bottom: 0.1rem;
  }
  .content1 .tab ul li:nth-child(3n) {
    margin-right: 0;
  }
  .content1 .tabContainer ul li {
    width: 33%;
  }
  .content1 .tabContainer .cateTitle {
    width: 28%;
  }
  .content1 .list ul li {
    width: 100%;
    margin-right: 0;
  }
}
