.indexTit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 95px;
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 46px;
  color: #111;
}

.indexBanner {
  position: relative;
}
.indexBanner .img {
  font-size: 0;
}
.indexBanner .img img {
  width: 100%;
}
.indexBanner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.indexBanner .text .title {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 60px;
  color: #fff;
}
.indexBanner .text .tips {
  font-size: 20px;
  color: #fff;
}
.indexBanner .text .button {
  margin: 0 auto;
  margin-top: 73px;
  border-color: #fff;
  color: #fff;
}
.indexBanner .position {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
.indexBanner .position .menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 400px;
  padding-bottom: 30px;
  background: #f2bf71;
}
.indexBanner .position .menu span {
  transform: rotate(-180deg);
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  font-family: Barlow-Regular;
  color: #fff;
}
.indexBanner .position .contactBtn {
  display: block;
  position: relative;
  width: 80px;
  height: 130px;
  background: #e9e9e9;
}
.indexBanner .position .contactBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  color: #111;
}
.indexBanner .position::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: rgba(233, 233, 233, 0.13);
}
.indexBanner .position::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  width: 20px;
  height: 30px;
  background: url(../images/index/mouse.png) no-repeat center;
}

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

.indexBlock2 {
  padding-bottom: 128px;
  background: url(../images/index/indexBlock2Bg.jpg) no-repeat center/cover;
}
.indexBlock2 .w1440 .indexTit {
  color: #fff;
}
.indexBlock2 .w1440 .number {
  margin-top: 96px;
}
.indexBlock2 .w1440 .number .numCount {
  display: flex;
  justify-content: space-between;
}
.indexBlock2 .w1440 .number .numCount li p {
  font-family: Barlow-SemiBold;
  font-size: 64px;
  line-height: 1;
  color: #fff;
}
.indexBlock2 .w1440 .number .numCount li div {
  margin-top: 18px;
  color: #fff;
}

.indexBlock3 {
  padding-bottom: 140px;
  background: #f7f7f7;
}
.indexBlock3 .w1440 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.indexBlock3 .w1440 .content .left {
  width: 48.6111111111%;
  padding-bottom: 31px;
  border-bottom: 4px solid #eeeeee;
}
.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 #eeeeee;
}
.indexBlock3 .w1440 .content .right .list {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  padding: 26px 0;
  border-top: 4px solid #eeeeee;
}
.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 .button {
  transition: all 0.5s;
  margin-top: 42px;
  position: absolute;
  opacity: 0;
}
.indexBlock3 .w1440 .content .right .list.on {
  padding: 35px 0 112px;
  border-color: #f2bf71;
}
.indexBlock3 .w1440 .content .right .list.on .button {
  margin-top: 27px;
  opacity: 1;
}

.indexBlock4 {
  padding-bottom: 120px;
}
.indexBlock4 .w1440 .content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 55px;
}
.indexBlock4 .w1440 .content .list {
  border: solid 1px #eaeaea;
  text-align: center;
  font-size: 0;
}

@media (any-hover: hover) {
  .indexBlock3 .w1440 .content .left:hover .img img {
    transform: scale(1.1);
  }
  .indexBlock3 .w1440 .content .left:hover .title {
    color: #f2bf71;
  }
}
@media (max-width: 1440px) {
  .indexBanner .position::after {
    bottom: 40px;
  }
}
@media (max-width: 1080px) {
  .headerList {
    top: 80px;
  }
  .indexTit {
    padding-top: 40px;
    font-size: 32px;
  }
  .indexBanner .img img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .indexBanner .text {
    width: 60%;
  }
  .indexBanner .text .title {
    font-size: 40px;
  }
  .indexBanner .text .tips {
    margin-top: 15px;
    font-size: 20px;
  }
  .indexBanner .text .button {
    margin-top: 40px;
  }
  .indexBanner .position .menu {
    height: 300px;
  }
  .indexBlock {
    padding-bottom: 40px;
  }
  .indexBlock .w1440 .content .list {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
    padding: 30px 30px 100px;
  }
  .indexBlock .w1440 .content .list .link {
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
  .indexBlock2 {
    padding-bottom: 40px;
  }
  .indexBlock2 .w1440 .number {
    margin-top: 30px;
  }
  .indexBlock2 .w1440 .number .numCount li p {
    font-size: 28px;
  }
  .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;
  }
  .indexBlock4 {
    padding-bottom: 40px;
  }
  .indexBlock4 .w1440 .content {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .indexTit {
    padding-top: 30px;
    font-size: 20px;
  }
  .indexBanner .img img {
    height: 500px;
  }
  .indexBanner .position {
    display: none;
  }
  .indexBanner .text {
    width: 80%;
  }
  .indexBanner .text .title {
    font-size: 20px;
  }
  .indexBanner .text .tips {
    font-size: 14px;
  }
  .indexBlock .w1440 .content {
    margin-top: 0;
  }
  .indexBlock .w1440 .content .list {
    width: 100% !important;
    min-height: 200px;
  }
  .indexBlock .w1440 .content .list .title {
    font-size: 20px;
  }
  .indexBlock .w1440 .content .list .tips span {
    font-size: 14px;
  }
  .indexBlock .w1440 .content .list .link {
    height: 40px;
  }
  .indexBlock .w1440 .content .list .link img {
    max-height: 100%;
  }
  .indexBlock2 .w1440 .number {
    margin-top: 0;
  }
  .indexBlock2 .w1440 .number .numCount {
    flex-wrap: wrap;
  }
  .indexBlock2 .w1440 .number .numCount li {
    width: 50%;
    margin-top: 30px;
  }
  .indexBlock2 .w1440 .number .numCount li div {
    margin-top: 10px;
  }
  .indexBlock3 .w1440 .indexTit .button {
    display: none;
  }
  .indexBlock4 .w1440 .content {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=index.css.map */