body {
  overflow: hidden auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flex-c {
  display: flex;
  flex-direction: column;
}
.flex-st {
  justify-content: flex-start;
}
.flex-nowrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.flex-sb {
  justify-content: space-between;
}
.clearfix::after {
  display: block;
  content: ".";
  height: 0px;
  clear: both;
  visibility: hidden;
}
.public-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.public-title .pageTitle {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  .public-title .pageTitle {
    font-size: 30px;
  }
}
.section-module {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .section-module {
    padding: 40px 0;
  }
}
.bg-gray {
  background-color: #f2f1f4;
}
.module1 .txt p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .module1 .txt p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.module1 .txt p:last-child {
  margin-bottom: 0 !important;
}
.module2 .module2-item {
  width: 33.33%;
  padding: 15px;
}
.module2 .module2-item .item {
  border-radius: 10px;
  background-color: #ffffff;
}
.module2 .module2-item .top {
  border-bottom: 1px solid #e2e2e2;
  padding: 36px 50px 24px;
}
@media screen and (max-width: 1599.98px) {
  .module2 .module2-item .top {
    padding: 30px 40px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .module2 .module2-item .top {
    font-size: 30px 30px 20px;
  }
}
.module2 .module2-item .top .count {
  line-height: 1;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  font-size: 48px;
  color: #0086f1;
  font-weight: 700;
}
@media screen and (max-width: 1599.98px) {
  .module2 .module2-item .top .count {
    font-size: 39px;
  }
}
@media screen and (max-width: 575.98px) {
  .module2 .module2-item .top .count {
    font-size: 31px;
  }
}
.module2 .module2-item .top > :last-child {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #999999;
}
@media screen and (max-width: 1599.98px) {
  .module2 .module2-item .top > :last-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .module2 .module2-item .top > :last-child {
    font-size: 15px;
  }
}
.module2 .module2-item .bottom {
  padding: 24px 50px 36px;
  font-size: 18px;
  color: #031543;
  font-weight: 600;
}
@media screen and (max-width: 1599.98px) {
  .module2 .module2-item .bottom {
    padding: 30px 40px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .module2 .module2-item .bottom {
    font-size: 30px 30px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .module2 .module2-item {
    width: 100%;
    padding: 15px 0;
  }
}
.module3 .module3-1-item {
  width: 25%;
  padding: 30px 15px;
}
@media screen and (max-width: 992px) {
  .module3 .module3-1-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
  .module3 .module3-1-item .item {
    max-width: 270px;
    padding: 15px 0;
    margin: 0 auto;
  }
}
.module3 .module3-1-item .item {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.module3 .module3-2 {
  padding-top: 100px;
}
.module3 .module3-2-item {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  .module3 .module3-2-item {
    margin-bottom: 30px;
  }
}
.module3 .module3-2-item .item {
  align-items: flex-start;
  position: relative;
  display: flex;
}
@media screen and (max-width: 992px) {
  .module3 .module3-2-item .item {
    align-items: center;
    justify-content: center;
  }
  .module3 .module3-2-item .item .item-content {
    align-items: center;
  }
}
.module3 .module3-2-item .item img {
  width: 60px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .module3 .module3-2-item .item img {
    width: 50px;
  }
}
.module3 .module3-2-item .item .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .module3 .module3-2-item .item .title {
    font-size: 16px;
  }
}
.module3 .module3-2-item .item .dis {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .module3 .module3-2-item .item .dis {
    font-size: 14px;
  }
}
.module3 .module3-2-item:not(:first-child) .item {
  justify-content: center;
  align-items: center;
}
.module3 .module3-2-item:nth-child(2)::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #e2e2e2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .module3 .module3-2-item:nth-child(2)::before {
    display: none;
  }
}
.module3 .module3-2-item:nth-child(2)::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 65%;
  background-color: #e2e2e2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .module3 .module3-2-item:nth-child(2)::after {
    display: none;
  }
}
.module4-story {
  position: relative;
  overflow: hidden;
}
.module4-story::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 251px;
  left: 0px;
  background-color: #999999;
}
@media screen and (max-width: 1599.98px) {
  .module4-story::before {
    top: 206px;
  }
}
.module4-story::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media screen and (max-width: 1599.98px) {
  .module4-story::after {
    max-width: 1140px;
  }
}
.module4-story .module4-item {
  margin-right: 115px;
  width: 390px;
  float: left;
}
.module4-story .module4-item .item {
  display: flex;
  flex-flow: column;
  height: 500px;
  margin-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 1599.98px) {
  .module4-story .module4-item .item {
    height: 410px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 575.98px) {
  .module4-story .module4-item .item {
    margin-bottom: 80px;
  }
}
.module4-story .module4-item .item.item-end {
  justify-content: center;
  padding-left: 50px;
  background-color: #f2f1f4;
}
.module4-story .module4-item .item.item-end .last-logon {
  color: #031543;
  font-weight: 700;
  margin: 0px 0px 0px;
  padding: 0px 0px 20px;
  line-height: 1.2;
  font-size: 35px;
  letter-spacing: 0px;
}
.module4-story .module4-item .item .item-img {
  height: 250px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
@media screen and (max-width: 1599.98px) {
  .module4-story .module4-item .item .item-img {
    height: 205px;
    padding-bottom: 20px;
  }
}
.module4-story .module4-item .item .item-img img {
  width: 100%;
}
.module4-story .module4-item .item .item-info {
  height: 250px;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.32px;
  padding-top: 30px;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 1599.98px) {
  .module4-story .module4-item .item .item-info {
    height: 205px;
    padding-top: 20px;
    font-size: 13px;
  }
}
.module4-story .module4-item .item .item-year {
  position: absolute;
  left: 0px;
  bottom: -200px;
  color: #999999;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 60px;
  display: block;
}
@media screen and (max-width: 1599.98px) {
  .module4-story .module4-item .item .item-year {
    font-size: 32px;
    bottom: -150px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .module4-story .module4-item .item .item-year {
    bottom: -80px;
    padding-bottom: 40px;
  }
}
.module4-story .module4-item .item::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0086f1;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
}
.module4-story .module4-item:nth-of-type(2n) .item {
  flex-flow: column-reverse;
}
.module4-story .module4-item:nth-of-type(2n) .item .item-info {
  align-items: flex-end;
  padding-bottom: 30px;
  padding-top: 0;
}
@media screen and (max-width: 1599.98px) {
  .module4-story .module4-item {
    width: 360px;
  }
}
@media screen and (max-width: 479.98px) {
  .module4-story .module4-item {
    width: 280px;
  }
}
.module4-story .module4-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 479.98px) {
  .module4-story .module4-item:last-child {
    width: 250px;
  }
}
.frame {
  overflow: visible !important;
}
.frame-list {
  width: 6450px;
  padding: 0;
  margin: 0;
}
/* Scrollbar */
.scrollbar {
  height: 8px;
  background: transparent;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 575.98px) {
  .scrollbar {
    height: 6px;
  }
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #0086f1;
  border-radius: 10px;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
