section {
  padding: 6% 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: #2461ad;
}
.indexMore:hover::after {
  background: #2461ad;
}

.unitTitle {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 5%;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .unitTitle {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .unitTitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  .unitTitle {
    font-size: 1.5rem;
  }
}

.banner .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner .item .pic {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner .item .pic {
    height: 400px;
  }
}
.banner .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .item .infoBox {
  position: absolute;
  inset: 0 10%;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .banner .item .infoBox {
    padding: 20px 20px 40px;
  }
  .banner .item .infoBox br {
    display: none;
  }
}
.banner .item .infoBox .title {
  font-size: 4.5rem;
  color: #fff;
  margin: 0 0 20px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .banner .item .infoBox .title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .infoBox .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 575px) {
  .banner .item .infoBox .title {
    font-size: 1.75rem;
  }
}
.banner .item .infoBox .description {
  font-size: 2rem;
  color: #6bcbc5;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .banner .item .infoBox .description {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .item .infoBox .description {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .banner .item .infoBox .description {
    font-size: 1.125rem;
  }
}
.banner .slick-dots {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .banner .slick-dots {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
}
.banner .slick-dots li {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .banner .slick-dots li {
    padding: 0 5px;
  }
}
.banner .slick-dots li button {
  display: block;
  color: transparent;
  width: 17px;
  height: 17px;
  padding: 0;
  border: none;
  background: #fff;
  opacity: 0.5;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.banner .slick-dots li.slick-active button {
  background: #2461ad;
  opacity: 1;
}
.banner .slick-active .title {
  animation: fadeInUp 0.5s ease-in-out forwards;
  animation-delay: 0.4s;
}
.banner .slick-active .description {
  animation: fadeInUp 0.5s ease-in-out forwards;
  animation-delay: 0.8s;
}

.aboutBox {
  color: #fff;
  background: url("../images/index/about_bg.jpg") center top no-repeat;
}
.aboutBox .lisBox {
  display: flex;
  flex-wrap: wrap;
}
.aboutBox .lisBox .item {
  width: 50%;
  padding: 40px 50px 50px 150px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .aboutBox .lisBox .item {
    width: 100%;
    padding: 40px 20px 40px 150px;
  }
}
@media screen and (max-width: 767px) {
  .aboutBox .lisBox .item {
    text-align: center;
    padding: 100px 20px 30px;
  }
}
.aboutBox .lisBox .item::before {
  content: "";
  position: absolute;
  left: 50px;
  width: 70px;
  height: 70px;
  display: block;
  z-index: 1;
  top: 45px;
}
@media screen and (max-width: 767px) {
  .aboutBox .lisBox .item::before {
    width: 50px;
    height: 50px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.aboutBox .lisBox .item::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .aboutBox .lisBox .item::after {
    top: 0 !important;
    bottom: auto !important;
    left: 0px !important;
    right: 0 !important;
    height: 1px;
    width: auto !important;
  }
}
.aboutBox .lisBox .item:nth-child(1)::before {
  background: url("../images/index/about_icon1.svg") center no-repeat;
}
.aboutBox .lisBox .item:nth-child(1)::after {
  top: 0;
  right: 0;
  bottom: 20px;
  width: 1px;
}
.aboutBox .lisBox .item:nth-child(2)::before {
  background: url("../images/index/about_icon2.svg") center no-repeat;
}
.aboutBox .lisBox .item:nth-child(2)::after {
  bottom: 0;
  left: 20px;
  right: 0;
  height: 1px;
}
.aboutBox .lisBox .item:nth-child(3)::before {
  background: url("../images/index/about_icon3.svg") center no-repeat;
}
.aboutBox .lisBox .item:nth-child(3)::after {
  right: 20px;
  left: 0;
  top: 0px;
  height: 1px;
}
.aboutBox .lisBox .item:nth-child(4)::before {
  background: url("../images/index/about_icon4.svg") center no-repeat;
}
.aboutBox .lisBox .item:nth-child(4)::after {
  bottom: 0;
  top: 20px;
  left: 0;
  width: 1px;
}
.aboutBox .lisBox .item .title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
  .aboutBox .lisBox .item .title {
    font-size: 1.25rem;
  }
}
.aboutBox .lisBox .item .description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}

.sliderBox {
  padding: 0;
  display: flex;
  overflow: hidden;
}
.sliderBox .listBox {
  display: flex;
  flex-shrink: 0;
}
.sliderBox .listBox .item {
  flex-shrink: 0;
  line-height: 0;
}
.sliderBox .listBox .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.coreValue {
  background: url("../images/index/coreValue_bg.jpg") center no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.coreValue .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .coreValue .listBox {
    gap: 50px;
    padding: 30px 0 0;
  }
}
.coreValue .listBox .item {
  width: calc((100% - 90px) / 4);
  padding: 50px 40px 30px;
  background: rgba(107, 204, 198, 0.8);
  position: relative;
}
@media screen and (max-width: 991px) {
  .coreValue .listBox .item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .coreValue .listBox .item {
    width: 100%;
  }
}
.coreValue .listBox .item::before {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.coreValue .listBox .item:nth-child(odd) {
  background: rgba(36, 97, 173, 0.8);
}
.coreValue .listBox .item .title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .coreValue .listBox .item .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .coreValue .listBox .item .title {
    font-size: 1.75rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .coreValue .listBox .item .title {
    font-size: 1.5rem;
  }
}
.coreValue .listBox .item .description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
}
.coreValue .listBox .item:nth-child(1)::before {
  background: url("../images/index/coreValue1.png") center no-repeat;
}
.coreValue .listBox .item:nth-child(2)::before {
  background: url("../images/index/coreValue2.png") center no-repeat;
}
.coreValue .listBox .item:nth-child(3)::before {
  background: url("../images/index/coreValue3.png") center no-repeat;
}
.coreValue .listBox .item:nth-child(4)::before {
  background: url("../images/index/coreValue4.png") center no-repeat;
}

.newsBox {
  padding: 6% 0 8%;
}
.newsBox .container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .newsBox .container {
    flex-direction: column;
  }
}
.newsBox .titleBox {
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (min-width: 992px) {
  .newsBox .titleBox {
    width: auto;
    border-top: 3px solid #000;
    text-align: right;
  }
}
.newsBox .unitTitle {
  color: #07111f;
  white-space: nowrap;
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  .newsBox .unitTitle {
    padding: 25px 0 0 20px;
    margin: 0 0 40px;
    text-align: right;
  }
}
.newsBox .unitTitle .en {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 2.25rem;
  margin: 0 0 10px;
}
.newsBox .unitTitle .zh {
  color: #2461ad;
  font-weight: 500;
  font-size: 1.75rem;
}
.newsBox .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .newsBox .more {
    justify-content: center;
  }
}
.newsBox .more::after {
  content: "";
  width: 9px;
  height: 15px;
  transform: rotate(90deg);
  margin: 0 0 0 10px;
  -webkit-mask: url("../images/icon/icon_gotop.svg") center no-repeat;
          mask: url("../images/icon/icon_gotop.svg") center no-repeat;
  background: #6bcbc5;
}
.newsBox .listBox {
  border-top: 3px solid #000;
}
@media screen and (min-width: 768px) {
  .newsBox .listBox {
    margin: 0 0 0 8%;
  }
}
.newsBox .listBox .item {
  padding: 25px 0;
  border-bottom: #dddddd 1px solid;
}
.newsBox .listBox a {
  display: flex;
  padding: 0 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsBox .listBox a {
    flex-direction: column;
    padding: 0;
  }
}
.newsBox .listBox a::before {
  content: "";
  width: 2px;
  height: 24px;
  position: absolute;
  background: #d9d9d9;
  display: block;
  transition: all 0.3s ease;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .newsBox .listBox a::before {
    display: none;
  }
}
.newsBox .listBox a::after {
  content: "";
  height: 2px;
  width: 24px;
  position: absolute;
  background: #d9d9d9;
  display: block;
  transition: all 0.3s ease;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .newsBox .listBox a::after {
    display: none;
  }
}
.newsBox .listBox a:hover::after, .newsBox .listBox a:hover::before {
  background: #6bcbc5;
}
@media screen and (max-width: 767px) {
  .newsBox .listBox a:hover .title {
    color: #2461ad;
  }
}
.newsBox .listBox .tag {
  width: 150px;
  white-space: nowrap;
  color: #6bcbc5;
  flex-shrink: 0;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .newsBox .listBox .tag {
    justify-content: center;
    align-items: center;
    text-indent: 4px;
    margin: 0;
  }
}
.newsBox .listBox .title {
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsBox .listBox .description {
  font-size: 1.125rem;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
}/*# sourceMappingURL=index.css.map */