/*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;
}

.banner .bannerImg h1{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    box-sizing: border-box;
    font-family: 'ABBvoice-Bold';
    font-weight: inherit;
    line-height: 100px;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.5rem !important;
    text-shadow: 0 0 9px #333;
    margin: inherit;
    color: #ffffff; 
}  

.banner .bannerImg .abbline{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    font-family: 'ABBvoice-Bold';
    font-weight: inherit;
    line-height: 200px;
    letter-spacing: normal;
    text-transform: none;
    font-size: 0.3rem !important;
    text-shadow: 0 0 9px #333;
    box-sizing: border-box;
    color: #ff000f !important;
}  

.banner .bannerImg .abbshap{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    font-family: 'ABBvoice-Bold';
    font-weight: inherit;
    line-height: 100px;
    letter-spacing: normal;
    text-transform: none;
    font-size: 0.3rem !important;
    text-shadow: 0 0 9px #333;
    box-sizing: border-box;
    color: #ffffff; 
}  


@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: 42px;
  padding-bottom: 0.15rem;
}
@media only screen and (max-width: 1440px) {
  .content .innerWrap .title h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .innerWrap .title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .title h1 {
    font-size: 26px;
  }
}
.content .innerWrap .title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #0a3291;
  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: 15%;
  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: #0a3291;
}
.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: #0a3291;
  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: #0a3291;
}
.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: #0a3291;
  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: 23%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #f8f8f8;
  transition: all 0.5s;
}
.content1 .list ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .list ul li:hover .bottom {
  background: #0a3291;
  color: #fff;
}
.content1 .list ul li:hover .bottom h2 {
  text-decoration: underline;
}
.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(4n) {
  margin-right: 0;
}
.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 .bottom {
  padding: 0.3rem;
  transition: all 0.5s;
}
.content1 .list ul li .bottom h2 {
  font-size: 24px;
  /*margin-bottom: 0.2rem;*/
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25;
  /*height: 60px;*/
}
.content1 .list ul li .bottom h2 p{margin-top: 0.1rem;font-size: 18px;}
@media only screen and (max-width: 1440px) {
  .content1 .list ul li .bottom h2 {
    font-size: 20px;
  }
  .content1 .list ul li .bottom h2 p{font-size: 16px;}
}
@media only screen and (max-width: 1200px) {
  .content1 .list ul li .bottom h2 {
    font-size: 18px;
  }
  .content1 .list ul li .bottom h2 p{font-size: 14px;}
}
@media only screen and (max-width: 1024px) {
  .content1 .list ul li .bottom h2 {
    font-size: 18px;
  }
  .content1 .list ul li .bottom h2 p{font-size: 12px;}
}
@media only screen and (max-width: 767px) {
  .content1 .list ul li .bottom h2 {
    font-size: 16px;
  }
  .content1 .list ul li .bottom h2 p{font-size: 12px;}
}
.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.3rem;
}
.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;
  }
}

.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:hover {
  background: #0a3291;
}
.content1 .tab ul li:hover a {
  color: #fff;
}
.content1 .tab ul li:hover i {
  transform: rotate(90deg);
}
