@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.indexTit {
  padding-top: 100px;
}
.indexTit p {
  position: relative;
  padding-top: 3px;
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  line-height: 1.5;
  color: #e40b21;
}
.indexTit p span {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: SpaceGrotesk-Bold;
  font-size: 100px;
  line-height: 1;
  color: rgba(14, 14, 14, 0.05);
}
.indexTit .tips {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .img {
  font-size: 0;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1500px;
  width: 90%;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 .tit {
  font-size: 62px;
  line-height: 78px;
  letter-spacing: 3px;
  color: #fff;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 .tips {
  width: 60%;
  margin-top: 20px;
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
}
.indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 .moreBtn {
  margin-top: 94px;
}
.indexBanner .indexBannerSwiper .swiper-pagination {
  bottom: 40px;
  font-size: 0;
}
.indexBanner .indexBannerSwiper .swiper-pagination span {
  transition: width 0.5s, background 0.5s;
  width: 9px;
  height: 9px;
  margin: 0 9px;
  border-radius: 4.5px;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
}
.indexBanner .indexBannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 27px;
  background: #fff;
}
.indexBanner .indexBannerSwiper .swiper-prev, .indexBanner .indexBannerSwiper .swiper-next {
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/index/down2.png);
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  cursor: pointer;
}
.indexBanner .indexBannerSwiper .swiper-button-disabled {
  opacity: 0.8;
  cursor: no-drop;
}
.indexBanner .indexBannerSwiper .swiper-prev {
  left: 30px;
  transform: rotate(-180deg);
}
.indexBanner .indexBannerSwiper .swiper-next {
  transform: rotate(0deg);
  right: 30px;
}
.indexBanner.mobile {
  display: none;
}

.indexBlock .w1620 .content {
  position: relative;
  margin-top: 43px;
}
.indexBlock .w1620 .content .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-x: auto;
  width: 100%;
}
.indexBlock .w1620 .content .tab a {
  position: relative;
  white-space: nowrap;
  padding: 32px 30px 0;
}
.indexBlock .w1620 .content .tab a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 35px;
}
.indexBlock .w1620 .content .tab a p {
  margin-top: 13px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.indexBlock .w1620 .content .tab a.on::after {
  background: white;
}
.indexBlock .w1620 .content .tab a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0);
}
.indexBlock .w1620 .content .tab::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.indexBlock .w1620 .content .contList .list {
  position: relative;
  font-size: 0;
}
.indexBlock .w1620 .content .contList .list .img {
  display: block;
  height: 100%;
  font-size: 0;
}
.indexBlock .w1620 .content .contList .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock .w1620 .content .contList .list .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 9.375%;
}
.indexBlock .w1620 .content .contList .list .text .ico {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexBlock .w1620 .content .contList .list .text .ico a {
  height: 60px;
  margin-right: 20px;
  font-size: 0;
}
.indexBlock .w1620 .content .contList .list .text .ico a img {
  max-width: 100%;
  max-height: 100%;
}
.indexBlock .w1620 .content .contList .list .text .ico2 {
  display: none;
}
.indexBlock .w1620 .content .contList .list .text .tit {
  margin-top: 40px;
  font-size: 34px;
  color: #fff;
}
.indexBlock .w1620 .content .contList .list .text .tips {
  margin-top: 15px;
  max-width: 630px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.indexBlock .w1620 .content .contList .list .text .moreBtn {
  margin-top: 63px;
}
.indexBlock .w1620 .content .allBtn {
  display: none;
}

.indexBlock2 .content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 43px;
}
.indexBlock2 .content .list {
  position: relative;
  transition: width 0.3s;
  width: 7.8125%;
  height: 700px;
}
.indexBlock2 .content .list .img {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.indexBlock2 .content .list .img img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock2 .content .list .text {
  position: absolute;
  right: 0;
  bottom: 72px;
  transition: opacity 0.5s;
  width: 100%;
  padding: 0 28px;
  opacity: 1;
}
.indexBlock2 .content .list .text .num {
  margin-bottom: -28px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  font-family: SpaceGrotesk-Regular;
  font-size: 40px;
  line-height: 1.5;
  color: transparent;
  opacity: 0.7;
}
.indexBlock2 .content .list .text .tit {
  overflow: hidden;
  height: 80px;
  font-size: 22px;
  color: #fff;
}
.indexBlock2 .content .list .text .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 50px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.indexBlock2 .content .list .posi {
  position: absolute;
  top: 200px;
  left: 55px;
  transition: opacity 0.5s;
  max-width: 350px;
  opacity: 0;
}
.indexBlock2 .content .list .posi span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.indexBlock2 .content .list .posi .tit {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.indexBlock2 .content .list .posi .en {
  margin-top: -5px;
  font-family: SpaceGrotesk-Regular;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.indexBlock2 .content .list .posi .tips {
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  opacity: 0.8;
}
.indexBlock2 .content .list .posi .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 388px;
  width: 40px;
  height: 40px;
  background: #e40b21;
  border-radius: 20px;
}
.indexBlock2 .content .list .numberBig {
  position: absolute;
  right: 60px;
  bottom: 72px;
  transition: opacity 0.5s;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  -webkit-background-clip: text;
  font-family: SpaceGrotesk-Regular;
  font-size: 120px;
  color: transparent;
  opacity: 0;
}
.indexBlock2 .content .list.on {
  width: 45.3125%;
}
.indexBlock2 .content .list.on .img img {
  transform: scale(1.05);
}
.indexBlock2 .content .list.on .posi {
  opacity: 1;
}
.indexBlock2 .content .list.on .text {
  opacity: 0;
}
.indexBlock2 .content .list.on .numberBig {
  opacity: 0.35;
}
.indexBlock2 .contentMob {
  display: none;
}

.indexBlock3 {
  padding-bottom: 120px;
}
.indexBlock3 .w1620 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.indexBlock3 .w1620 .content .left {
  width: calc(100% - 564px);
}
.indexBlock3 .w1620 .content .left .tit {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .left .tit img {
  margin-right: 12px;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper {
  margin-top: 24px;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a {
  display: block;
  background: #f6f7f8;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .img {
  overflow: hidden;
  height: 547px;
  font-size: 0;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .img img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text {
  display: flex;
  justify-content: space-between;
  padding: 29px 45px 27px;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .time p {
  font-family: SpaceGrotesk-Regular;
  font-size: 66px;
  line-height: 1;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .time span {
  display: block;
  text-align: center;
  font-family: SpaceGrotesk-Regular;
  font-size: 16px;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .time i {
  display: none;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .cont {
  width: calc(100% - 120px);
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .cont p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 26px;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .cont .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  font-size: 16px;
  line-height: 26px;
  color: #777;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-pagination {
  bottom: 183px;
  text-align: right;
  padding-right: 19px;
  font-size: 0;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-pagination span {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  border-radius: 7px;
  background: #fff;
  opacity: 0.5;
}
.indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.indexBlock3 .w1620 .content .right {
  width: 506px;
}
.indexBlock3 .w1620 .content .right .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.indexBlock3 .w1620 .content .right .tab .clickList .list {
  position: relative;
  margin-right: 15px;
  padding-right: 17px;
  font-size: 28px;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .right .tab .clickList .list.on {
  color: #e40b21;
}
.indexBlock3 .w1620 .content .right .tab .clickList .list::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 2px;
  height: 20px;
  background: #999;
}
.indexBlock3 .w1620 .content .right .tab .clickList .list:last-child {
  margin-right: 0;
}
.indexBlock3 .w1620 .content .right .tab .clickList .list:last-child::after {
  display: none;
}
.indexBlock3 .w1620 .content .right .tab .link {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .right .tab .link img {
  margin-left: 10px;
}
.indexBlock3 .w1620 .content .right .tabCont {
  background: #f6f7f8;
  padding: 0 35px 34px;
  margin-top: 24px;
}
.indexBlock3 .w1620 .content .right .tabCont .cont {
  display: none;
}
.indexBlock3 .w1620 .content .right .tabCont .cont .list {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 52px 0 24px;
}
.indexBlock3 .w1620 .content .right .tabCont .cont .list .time {
  font-family: SpaceGrotesk-Regular;
  font-size: 18px;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .right .tabCont .cont .list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
  margin-top: 2px;
  font-size: 22px;
  line-height: 32px;
  color: #0E0E0E;
}
.indexBlock3 .w1620 .content .right .tabCont .cont .list:first-child {
  padding-top: 40px;
}

@media (any-hover: hover) {
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide:hover a .img img {
    transform: scale(1.1);
  }
}
@media (max-width: 1520px) {
  .indexBlock .w1620 .content .tab {
    justify-content: flex-start;
    padding: 0 30px;
  }
  .indexBlock .w1620 .content .contList .list {
    height: 550px;
  }
  .indexBlock .w1620 .content .contList .list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1440px) {
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 .tit {
    font-size: 46px;
    line-height: 64px;
  }
  .indexBlock2 .content .list .text {
    padding: 0 15px;
  }
  .indexBlock2 .content .list .text .tit {
    font-size: 18px;
  }
  .indexBanner .indexBannerSwiper .swiper-next, .indexBanner .indexBannerSwiper .swiper-prev {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
@media (max-width: 1366px) {
  .indexBlock .w1620 .content .tab {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
  }
  .indexBlock .w1620 .content .tab a {
    padding: 15px 0px 0;
    margin-right: 20px;
  }
  .indexBlock .w1620 .content .tab a .img {
    display: none;
  }
  .indexBlock .w1620 .content .tab a p {
    margin-top: 0;
    color: #0E0E0E;
  }
  .indexBlock .w1620 .content .tab a.on p {
    color: #e40b21;
  }
  .indexBlock .w1620 .content .tab a.on::after {
    background: #e40b21;
  }
  .indexBlock .w1620 .content .tab::after {
    background: #eaeaea;
  }
  .indexBlock .w1620 .content .contList .list .text {
    height: 100% !important;
    padding: 0 50px;
  }
  .indexBlock3 .w1620 .content {
    margin-top: 20px;
  }
  .indexBlock3 .w1620 .content .left {
    width: calc(100% - 540px);
  }
  .indexBlock3 .w1620 .content .left .tit {
    font-size: 22px;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .img {
    height: 400px;
  }
  .indexBlock3 .w1620 .content .right .tab .clickList .list {
    font-size: 22px;
  }
  .indexBlock3 .w1620 .content .right .tabCont .cont .list {
    padding: 20px 0;
  }
  .indexBlock3 .w1620 .content .right .tabCont .cont .list p {
    height: 55px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1280px) {
  .indexBlock3 .w1620 .content .left {
    width: calc(100% - 500px);
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .img {
    height: 285px;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .cont {
    width: calc(100% - 100px);
  }
  .indexBlock3 .w1620 .content .right {
    width: 460px;
  }
  .indexBlock3 .w1620 .content .right .tabCont {
    padding: 0 30px 34px;
  }
  .indexBlock3 .w1620 .content .right .tabCont .cont .list p {
    -webkit-line-clamp: 1;
    height: 28px;
  }
  .indexBlock3 .w1620 .content .right .tabCont .cont .list:first-child {
    padding-top: 34px;
  }
}
@media (max-width: 1080px) {
  .indexTit {
    padding-top: 54px;
  }
  .indexTit p {
    font-size: 44px;
  }
  .indexTit p span {
    bottom: 0;
    font-size: 80px;
  }
  .indexTit .tips {
    display: none;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .img {
    height: 100%;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 .tips {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
  .indexBanner.pc {
    display: none;
  }
  .indexBanner.mobile {
    display: block;
  }
  .indexBlock {
    padding-bottom: 64px;
    border-bottom: 16px solid #f6f7f9;
  }
  .indexBlock .w1620 .content {
    margin-top: 30px;
  }
  .indexBlock .w1620 .content .tab a {
    padding-top: 0;
  }
  .indexBlock .w1620 .content .contList .list {
    overflow: hidden;
    height: auto;
    border-radius: 12px;
  }
  .indexBlock .w1620 .content .contList .list .img {
    display: block;
  }
  .indexBlock .w1620 .content .contList .list .text {
    position: relative;
    height: auto !important;
    padding: 30px 40px 40px;
    background: #f6f7f9;
  }
  .indexBlock .w1620 .content .contList .list .text .ico {
    display: none;
  }
  .indexBlock .w1620 .content .contList .list .text .tit {
    margin-top: 0;
    font-size: 36px;
    font-weight: bold;
    color: #0E0E0E;
  }
  .indexBlock .w1620 .content .contList .list .text .tips {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 100%;
    font-size: 24px;
    line-height: 38px;
    color: #555;
  }
  .indexBlock .w1620 .content .contList .list .text .ico2 {
    display: flex;
    align-items: center;
  }
  .indexBlock .w1620 .content .contList .list .text .ico2 a {
    width: 186px;
    height: 76px;
    margin-top: 40px;
    font-size: 0;
  }
  .indexBlock .w1620 .content .contList .list .text .moreBtn {
    display: none;
  }
  .indexBlock .w1620 .content .allBtn {
    display: block;
    width: 230px;
    margin: 62px auto 0;
    font-size: 28px;
    color: #555;
  }
  .indexBlock .w1620 .content .allBtn img {
    margin-left: 19px;
  }
  .indexBlock2 .content {
    display: none;
  }
  .indexBlock2 .contentMob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin-top: 30px;
  }
  .indexBlock2 .contentMob .list {
    position: relative;
  }
  .indexBlock2 .contentMob .list .img {
    font-size: 0;
  }
  .indexBlock2 .contentMob .list .img img {
    width: 100%;
  }
  .indexBlock2 .contentMob .list .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .indexBlock2 .contentMob .list .text p {
    margin-top: 29.2857142857%;
    text-align: center;
    font-size: 34px;
    color: #fff;
  }
  .indexBlock2 .contentMob .list .text .ico {
    margin-top: 16px;
    text-align: center;
    font-size: 0;
  }
  .indexBlock3 {
    padding-bottom: 40px;
  }
  .indexBlock3 .w1620 .content {
    flex-direction: column;
  }
  .indexBlock3 .w1620 .content .left {
    width: 100%;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .img {
    height: auto;
  }
  .indexBlock3 .w1620 .content .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .indexTit {
    padding-top: 50px;
  }
  .indexTit p {
    font-size: 27px;
  }
  .indexTit p span {
    font-size: 60px;
  }
  .indexBanner .indexBannerSwiper {
    height: auto;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 5/6;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 .tit {
    font-size: 29px;
    line-height: 36px;
  }
  .indexBanner .indexBannerSwiper .swiper-wrapper .swiper-slide .w1500 .moreBtn {
    margin-top: 43px;
  }
  .indexBlock {
    padding-bottom: 40px;
  }
  .indexBlock .w1620 .content .tab a {
    padding-bottom: 0;
  }
  .indexBlock .w1620 .content .tab a p {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .indexBlock .w1620 .content .contList .list .img img {
    min-height: 240px;
  }
  .indexBlock .w1620 .content .contList .list .text {
    padding: 20px;
  }
  .indexBlock .w1620 .content .contList .list .text .tit {
    font-size: 20px;
  }
  .indexBlock .w1620 .content .contList .list .text .tips {
    font-size: 14px;
    line-height: 1.5;
  }
  .indexBlock .w1620 .content .contList .list .text .ico2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .indexBlock .w1620 .content .contList .list .text .ico2 a {
    width: calc((100% - 20px) / 2);
    height: 60px;
  }
  .indexBlock .w1620 .content .contList .list .text .ico2 img {
    max-width: 100%;
    max-width: 100%;
  }
  .indexBlock .w1620 .content .allBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 14px;
  }
  .indexBlock .w1620 .content .allBtn img {
    transform: translateY(0.5px);
    width: 5px;
    margin-left: 8px;
  }
  .indexBlock2 .contentMob .list .text p {
    margin-top: 25%;
    font-size: 20px;
  }
  .indexBlock2 .contentMob .list .text .ico {
    margin-top: 8px;
  }
  .indexBlock2 .contentMob .list .text .ico img {
    width: 24px;
  }
  .indexBlock3 .w1620 .content .left .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text {
    flex-direction: column;
    padding: 20px;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .time {
    width: 100%;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .time p, .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .time span {
    display: none;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .time i {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #555;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .cont {
    width: 100%;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .cont p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .indexBlock3 .w1620 .content .left .indexBlock3Swiper .swiper-wrapper .swiper-slide a .text .cont .tips {
    font-size: 14px;
  }
  .indexBlock3 .w1620 .content .right .tab .clickList .list {
    font-size: 20px;
    font-weight: bold;
  }
  .indexBlock3 .w1620 .content .right .tab .link {
    font-size: 12px;
  }
  .indexBlock3 .w1620 .content .right .tab .link img {
    width: 6px;
    margin-left: 4px;
  }
  .indexBlock3 .w1620 .content .right .tabCont {
    padding: 0 20px 20px;
  }
  .indexBlock3 .w1620 .content .right .tabCont .cont .list .time {
    font-size: 14px;
  }
  .indexBlock3 .w1620 .content .right .tabCont .cont .list p {
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */