.indexTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 112px;
}
.indexTitle .left h2 {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 46px;
  line-height: 56px;
  color: #111;
}

.indexBanner {
  position: relative;
}
.indexBanner .img {
  font-size: 0;
}
.indexBanner .img img {
  width: 100%;
}
.indexBanner .w1440 {
  display: flex;
  position: absolute;
  flex-direction: column;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexBanner .w1440 .title {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 56px;
  line-height: 70px;
  color: #fff;
}
.indexBanner .w1440 .button {
  margin-top: 78px;
  border-color: #c92a28;
  background: #c92a28;
  color: #fff;
}

.indexBlock {
  padding-bottom: 120px;
}
.indexBlock .w1440 .indexTitle .right {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexBlock .w1440 .indexTitle .right .swiper-button-next, .indexBlock .w1440 .indexTitle .right .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: 0;
  background: #c92a28 url(../images/index/right.png) no-repeat center;
  opacity: 1;
}
.indexBlock .w1440 .indexTitle .right .swiper-button-next img, .indexBlock .w1440 .indexTitle .right .swiper-button-prev img {
  display: none;
}
.indexBlock .w1440 .indexTitle .right .swiper-button-next::after, .indexBlock .w1440 .indexTitle .right .swiper-button-prev::after {
  display: none;
}
.indexBlock .w1440 .indexTitle .right .swiper-button-prev {
  margin-right: 20px;
  transform: rotate(180deg);
}
.indexBlock .w1440 .indexTitle .right .swiper-button-disabled {
  background: #eee url(../images/index/leftpng.png) no-repeat center;
}
.indexBlock .w1440 .content {
  margin-top: 73px;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide {
  width: 21.5277777778%;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a .img {
  overflow: hidden;
  font-size: 0;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a .img img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a .posi {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  padding: 0 30px;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a .posi .tit {
  padding-bottom: 18px;
  font-size: 20px;
  color: #fff;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a .posi span {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a .posi .tips {
  padding: 15px 0 10px;
  line-height: 26px;
  color: #fff;
}
.indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide a .posi .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.indexBlockNew {
  padding-bottom: 120px;
}
.indexBlockNew .w1440 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64px;
}
.indexBlockNew .w1440 .content .list {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 37px 50px 40px;
  background: #f2f2f2;
}
.indexBlockNew .w1440 .content .list .ico {
  display: flex;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 50px;
  height: 60px;
  font-size: 0;
}
.indexBlockNew .w1440 .content .list .title {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 26px;
  line-height: 56px;
  color: #121212;
}
.indexBlockNew .w1440 .content .list .tips {
  margin-top: 26px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.indexBlockNew .w1440 .content .list .link {
  margin-top: 36px;
  font-size: 0;
}
.indexBlockNew .w1440 .content .list:nth-child(4), .indexBlockNew .w1440 .content .list:last-child {
  width: calc((100% - 30px) / 2);
  margin-top: 30px;
}

.indexBlock2 {
  padding-bottom: 120px;
  background: url(../images/index/indexBlock2Bg.jpg) no-repeat bottom center/cover;
}
.indexBlock2 .w1440 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
  margin-top: 62px;
}
.indexBlock2 .w1440 .content .list {
  transition: border 0.5s;
  border-bottom: 1px solid #dedede;
}
.indexBlock2 .w1440 .content .list .img {
  overflow: hidden;
  font-size: 0;
}
.indexBlock2 .w1440 .content .list .img img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
}
.indexBlock2 .w1440 .content .list .text {
  padding: 40px 30px 32px;
  background: rgba(255, 255, 255, 0.5);
}
.indexBlock2 .w1440 .content .list .text .type {
  display: flex;
  flex-wrap: wrap;
}
.indexBlock2 .w1440 .content .list .text .type span {
  display: inline-block;
  transition: border 0.5s, background 0.5s, color 0.5s;
  width: 90px;
  margin-right: 10px;
  border: 1px solid #dedede;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #555;
}
.indexBlock2 .w1440 .content .list .text .type span:last-child {
  margin-right: 0;
}
.indexBlock2 .w1440 .content .list .text .title {
  transition: color 0.5s;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 24px;
  color: #111;
}

.indexBlock3 {
  padding-bottom: 120px;
}
.indexBlock3 .w1440 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}
.indexBlock3 .w1440 .content .left {
  width: 48.6111111111%;
  padding-bottom: 31px;
  border-bottom: 4px solid #f7f7f7;
}
.indexBlock3 .w1440 .content .left .img {
  overflow: hidden;
  height: 400px;
}
.indexBlock3 .w1440 .content .left .img img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock3 .w1440 .content .left .time {
  margin-top: 30px;
  font-family: Barlow-Regular;
  color: #111;
}
.indexBlock3 .w1440 .content .left .title {
  transition: color 0.5s;
  overflow: hidden;
  margin-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
  color: #111;
}
.indexBlock3 .w1440 .content .right {
  width: 45.8333333333%;
  border-bottom: 4px solid #f7f7f7;
}
.indexBlock3 .w1440 .content .right .list {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  padding: 26px 0;
  border-top: 4px solid #f7f7f7;
}
.indexBlock3 .w1440 .content .right .list .title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.5s;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.7777777778;
  color: #111;
}
.indexBlock3 .w1440 .content .right .list .link {
  position: absolute;
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
  color: #333;
}
.indexBlock3 .w1440 .content .right .list .link img {
  margin-right: 11px;
}
.indexBlock3 .w1440 .content .right .list .link p {
  transition: opacity 0.5s, margin-top 0.5s;
  opacity: 1;
  margin-top: 0;
}
.indexBlock3 .w1440 .content .right .list .link div {
  transition: opacity 0.5s, margin-top 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 25px;
  opacity: 0;
}
.indexBlock3 .w1440 .content .right .list.on {
  padding: 35px 0 112px;
  border-color: #c92a28;
}
.indexBlock3 .w1440 .content .right .list.on .link {
  margin-top: 44px;
  opacity: 1;
}

.indexBlock4 {
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #f2f2f2;
}
.indexBlock4 .w1440 {
  display: flex;
  justify-content: space-between;
}
.indexBlock4 .w1440 .leftCont {
  background: url(../images/index/indexBlock4Bg.png) no-repeat top 97px left -25px;
}
.indexBlock4 .w1440 .leftCont .indexTitle {
  padding-top: 28px;
}
.indexBlock4 .w1440 .leftCont .text {
  margin-top: 48px;
}
.indexBlock4 .w1440 .leftCont .text .title {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 58px;
  line-height: 70px;
  color: #c92a28;
}
.indexBlock4 .w1440 .leftCont .text .tips {
  margin-top: 45px;
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 20px;
  color: #111;
}
.indexBlock4 .w1440 .right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 790px;
  width: calc(100% - 450px);
}
.indexBlock4 .w1440 .right .list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f2f2f2;
}

.blackBg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.12);
}

.window {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 400px;
  padding: 60px 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.window p {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 34px;
}
.window .tips {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.window .closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  margin-top: 56px;
  background: #b12523;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

@media (any-hover: hover) {
  .indexBlock .w1440 .content .indexBlockSwiper .swiper-wrapper .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock2 .w1440 .content .list:hover {
    border-bottom: 1px solid #c92a28;
  }
  .indexBlock2 .w1440 .content .list:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock2 .w1440 .content .list:hover .text .title {
    color: #c92a28;
  }
}
@media (max-width: 1366px) {
  .indexTitle .left p {
    font-size: 16px;
  }
  .indexTitle .left .title {
    margin-top: 15px;
    font-size: 36px;
    line-height: 1.3;
  }
  .indexBanner .img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexBanner .posi .w1440 .title {
    font-size: 44px;
    line-height: 1.5;
  }
  .indexBanner .posi .w1440 .button {
    margin-top: 40px;
  }
}
@media (max-width: 1080px) {
  .indexTitle {
    padding-top: 40px;
  }
  .indexTitle .left .title {
    font-size: 26px;
  }
  .indexBanner .img {
    height: auto;
  }
  .indexBanner .img img {
    height: 500px;
  }
  .indexBanner .posi .w1440 .title {
    font-size: 26px;
  }
  .indexBlock {
    padding-bottom: 40px;
  }
  .indexBlock .w1440 .content {
    margin-top: 30px;
  }
  .indexBlockNew {
    padding-bottom: 40px;
  }
  .indexBlockNew .w1440 .content {
    justify-content: space-between;
    margin-top: 34px;
  }
  .indexBlockNew .w1440 .content .list {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
    padding: 30px;
  }
  .indexBlockNew .w1440 .content .list .ico {
    top: 30px;
    right: 30px;
    height: 56px;
  }
  .indexBlockNew .w1440 .content .list .ico img {
    zoom: 0.8;
  }
  .indexBlock2 {
    padding-bottom: 40px;
  }
  .indexBlock2 .w1440 .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
  .indexBlock2 .w1440 .content .list .text {
    padding: 20px;
  }
  .indexBlock4 {
    padding: 0 0 40px;
  }
  .indexBlock4 .w1440 {
    flex-direction: column;
  }
  .indexBlock4 .w1440 .leftCont {
    width: 100%;
    background-position: top 50px left 0;
  }
  .indexBlock4 .w1440 .leftCont .text {
    margin-top: 20px;
  }
  .indexBlock4 .w1440 .leftCont .text .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .indexBlock4 .w1440 .leftCont .text .tips {
    margin-top: 20px;
    font-size: 16px;
  }
  .indexBlock4 .w1440 .right {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .indexBlock3 {
    padding-bottom: 40px;
  }
  .indexBlock3 .w1440 .content {
    flex-direction: column;
    margin-top: 30px;
  }
  .indexBlock3 .w1440 .content .left {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .indexBlock3 .w1440 .content .left .img {
    height: auto;
  }
  .indexBlock3 .w1440 .content .left .img img {
    min-height: 220px;
  }
  .indexBlock3 .w1440 .content .left .time {
    margin-top: 15px;
  }
  .indexBlock3 .w1440 .content .left .title {
    font-size: 20px;
  }
  .indexBlock3 .w1440 .content .right {
    width: 100%;
  }
  .indexBlock3 .w1440 .content .right .list {
    padding: 10px 0;
  }
  .indexBlock3 .w1440 .content .right .list a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .indexBlockNew .w1440 .content .list {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .indexTitle .left h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .indexTitle .right {
    display: none !important;
  }
  .indexBlockNew .w1440 .content {
    margin-top: 0;
  }
  .indexBlockNew .w1440 .content .list .ico {
    top: 30px;
    right: 30px;
    height: 36px;
  }
  .indexBlockNew .w1440 .content .list .ico img {
    zoom: 0.6;
  }
  .indexBlockNew .w1440 .content .list .title {
    font-size: 20px;
    line-height: 36px;
  }
  .indexBlockNew .w1440 .content .list .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .indexBlockNew .w1440 .content .list .link {
    width: 36px;
    margin-top: 20px;
  }
  .indexBlock2 .w1440 .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .indexBlock2 .w1440 .content .list .text .title {
    margin-top: 15px;
    font-size: 16px;
  }
  .indexBlock3 .w1440 .content .left .time {
    font-size: 14px;
  }
  .indexBlock3 .w1440 .content .left .title {
    font-size: 16px;
  }
  .indexBlock3 .w1440 .content .right {
    border-width: 2px;
  }
  .indexBlock3 .w1440 .content .right .list {
    border-width: 2px;
  }
  .indexBlock3 .w1440 .content .right .list .title {
    font-size: 16px;
  }
}/*# sourceMappingURL=index.css.map */