section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.pic {
  line-height: 0;
}

.indexMore {
  display: flex;
  align-items: flex-end;
  line-height: 0.7;
  transform: translateY(-50%);
  color: #6bcbc5;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .indexMore {
    font-size: 0.875rem;
  }
}
.indexMore::after {
  content: '';
  width: 40px;
  height: 7px;
  -webkit-mask: url('../images/icon/icon_more.svg') center no-repeat;
  mask: url('../images/icon/icon_more.svg') center no-repeat;
  background: #6bcbc5;
  display: block;
  margin: 0 0 0 15px;
  transition: all 0.3s ease;
}
.indexMore:hover {
  color: #e1251c;
}
.indexMore:hover::after {
  background: #e1251c;
}

.mainTop {
  position: relative;
}

.newsBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .newsBox {
    position: relative;
  }
  .newsBox .container {
    padding: 0;
    width: 100%;
  }
}
.newsBox .listBox {
  position: relative;
}
.newsBox .listBox .slick-dots {
  position: absolute;
  display: flex;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  gap: 10px;
}
.newsBox .listBox .slick-dots button {
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: transparent;
  overflow: hidden;
  background: #cacaca;
  border: none;
}
.newsBox .listBox .slick-dots .slick-active button {
  background: #e1251c;
}
.newsBox .item {
  display: flex !important;
  background: #fff;
}
.newsBox time {
  background: #e1251c;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.newsBox .title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.newsBox .title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  margin-right: 100px;
}

.informationBox {
  overflow: hidden;
  background: #d6d6d6 url('../images/index/bg.jpg') center bottom no-repeat;
}
.informationBox .listBox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 680px) {
  .informationBox .listBox {
    flex-direction: column;
  }
}
.informationBox .title {
  font-size: 1.75rem;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  z-index: 9;
  position: relative;
}
.informationBox .title::before {
  content: '';
  width: 8px;
  height: 30px;
  display: block;
  background: #e1251c;
  margin-right: 10px;
}
.informationBox .title2 {
  position: absolute;
  font-size: 7.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 0.75;
}
@media screen and (max-width: 1200px) {
  .informationBox .title2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .informationBox .title2 {
    font-size: 3.125rem;
  }
}
.informationBox .pic {
  position: relative;
}
.informationBox .item:nth-child(1) .title2 {
  bottom: 0;
  left: -40px;
}
@media screen and (max-width: 991px) {
  .informationBox .item:nth-child(1) .title2 {
    left: 0px;
  }
}
.informationBox .item:nth-child(2) {
  margin-top: 7%;
}
.informationBox .item:nth-child(2) .title2 {
  top: -15%;
  right: -40px;
}
@media screen and (max-width: 991px) {
  .informationBox .item:nth-child(2) .title2 {
    right: 0px;
    top: -5%;
  }
}

.aboutBox {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.aboutBox .fontBox {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.aboutBox .fontBox .listBox {
  display: flex;
}
.aboutBox .fontBox .pic {
  flex-shrink: 0;
}
.aboutBox .container {
  max-width: 770px;
  margin: 0 auto;
}
.aboutBox .unitTitle {
  color: #222222;
  font-size: 2.25rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .aboutBox .unitTitle {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutBox .unitTitle {
    font-size: 1.5rem;
  }
}
.aboutBox .description {
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 8%;
}
.aboutBox .box {
  font-size: 1.3125rem;
  font-weight: 700;
}
.aboutBox .box span {
  display: block;
  margin-bottom: 15px;
}
.aboutBox .box .text {
  font-size: 1.5rem;
  color: #fff;
  background: #e1251c;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .aboutBox .box .text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutBox .box .text {
    font-size: 1.25rem;
  }
}

.sliderBox {
  overflow: hidden;
  padding-bottom: 10px;
  display: flex;
}
.sliderBox .listBox {
  /* flex-shrink: 0; */
  display: flex;
}
@media screen and (max-width: 767px) {
  .sliderBox .listBox {
    flex-wrap: wrap;
  }
}
.sliderBox .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sliderBox .item:nth-child(1) {
    width: 100%;
  }
  .sliderBox .item {
    width: 50%;
  }
}
.sliderBox .title {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
} /*# sourceMappingURL=index.css.map */
