.banner {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  position: relative;
  height: 650px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.banner .swiper-slide .link-banner-url {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.investor-relations .banner .swiper-slide {
  height: 680px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@media (max-width: 1700px) {
  .investor-relations .banner .swiper-slide {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .investor-relations .banner .swiper-slide {
    background-position: 22% 15%;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .investor-relations .banner .swiper-slide {
    background-position: 50% 0;
  }
}

@media (min-width: 1401px) {
  .investor-relations .banner .swiper-slide {
    background-position: 30% 0;
  }
}

@media (max-width: 800px) {
  .banner .swiper-slide {
    height: 400px;
  }
}

@media (max-width: 500px) {
  .banner .swiper-slide {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .investor-relations .banner .swiper-slide {
    background-position: bottom;
  }
}

.banner .container-fluid {
  height: 100%;
}

.banner .wrap-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .wrap-content .content {
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.5;
  color: #FFFFFF;
}

@media (max-width: 800px) {
  .banner .wrap-content .content {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .banner .wrap-content .content {
    font-size: 16px;
  }
}

.banner .wrap-content h4 p {
  font-style: italic;
  font-weight: 500;
  font-size: 53px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .banner .wrap-content h4 p {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .banner .wrap-content h4 p {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  body.home .banner .wrap-content {
    margin-left: -15px;
  }
}

.banner .banner-wrap {
  position: relative;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-weight: bold;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next,
.banner .swiper-button-next,
.banner .swiper-button-prev,
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  color: #fff;
  z-index: 1;
}

@media (max-width: 600px) {
  .banner .swiper-button-prev,
  .banner .swiper-container-rtl .swiper-button-next,
  .banner .swiper-button-next,
  .banner .swiper-button-prev,
  .banner .swiper-button-next.swiper-button-disabled,
  .banner .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
}

.banner .swiper-button-prev {
  left: 30px;
}

.banner .swiper-button-next {
  right: 30px;
}

.banner .container {
  position: absolute;
  top: 0;
  padding: 0;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1025px) {
  .banner .container {
    right: 0;
    margin: 0 15px;
  }
}

.banner .ticker-chart {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  width: 250px;
  height: auto;
  margin-left: auto;
}

@media (max-width: 600px) {
  .banner .ticker-chart {
    margin-right: auto;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .banner {
    margin-top: 60px;
  }
}

.swiper-wrapper {
  height: auto;
}

@-webkit-keyframes loop {
  0%,
  15% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50%,
  66% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90%,
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes loop {
  0%,
  15% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50%,
  66% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90%,
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.childpage-banner {
  position: relative;
}

.childpage-content.investor-relations .banner .wrap-content p {
  display: block;
}

.childpage-banner.banner {
  position: relative;
}

.childpage-banner.banner .swiper-slide:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.childpage-banner.banner .container {
  z-index: 2;
}

.home.fp-viewing-0 .childpage-banner.banner {
  margin-top: -80px;
}

.banner .bg-shape {
  display: none;
  position: absolute;
  width: 70%;
  height: calc(100% - 137px);
  background: url(/media/5mrdfxdz/banner.png) center no-repeat;
  background-size: cover;
  top: 137px;
  left: 0;
}

@media (max-width: 1200px) {
  .banner .bg-shape {
    top: 58px;
    width: 100%;
    height: calc(100% - 58px);
  }
}

@media (max-width: 600px) {
  .banner .bg-shape {
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.investor-relations .banner .bg-shape {
  display: block;
}

.ir-events {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 137px;
  right: 0;
  width: 100%;
  max-width: 657px;
  background-color: #0D1D76;
  padding: 70px 40px 60px;
  z-index: 1;
  height: calc(100% - 137px);
}

.ir-events .ir-events-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 2px;
}

@media (max-width: 500px) {
  .ir-events .ir-events-title {
    margin-top: 0;
  }
}

.ir-events .ir-events-title .ir-events-link {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #0D1D76;
  color: #fff;
  width: 150px;
  height: 40.6px;
  border-radius: 8px;
  border: 1px solid #fff;
  -webkit-transition: all .3s linear, color .3s linear;
  transition: all .3s linear, color .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ir-events .ir-events-title .ir-events-link:hover {
  color: #0D1D76;
  background-color: #f1f2f3;
}

.ir-events .ir-events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ir-events .ir-events-list .item {
  width: 100%;
  padding: 20px 0;
}

.ir-events .ir-events-list .item .date-and-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
  display: none;
}

.ir-events .ir-events-list .item .date-and-location .date,
.ir-events .ir-events-list .item .date-and-location .location {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.23;
  color: #FFFFFF;
}

.ir-events .ir-events-list .item .date-and-location .location {
  margin-left: 40px;
}

.ir-events .ir-events-list .item .title {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
  color: #FFFFFF;
}

.ir-events .ir-events-list .item .description {
  color: #FFF;
}

.ir-events .ir-events-list .item .description h1,
.ir-events .ir-events-list .item .description h2,
.ir-events .ir-events-list .item .description h3,
.ir-events .ir-events-list .item .description h4,
.ir-events .ir-events-list .item .description h5,
.ir-events .ir-events-list .item .description h6,
.ir-events .ir-events-list .item .description span,
.ir-events .ir-events-list .item .description b,
.ir-events .ir-events-list .item .description p,
.ir-events .ir-events-list .item .description a {
  background: #0D1D76 !important;
  font: revert;
  margin-bottom: 8px;
}

.ir-events .ir-events-list .item .description:lang(zh-CN) h1,
.ir-events .ir-events-list .item .description:lang(zh-CN) h2,
.ir-events .ir-events-list .item .description:lang(zh-CN) h3,
.ir-events .ir-events-list .item .description:lang(zh-CN) h4,
.ir-events .ir-events-list .item .description:lang(zh-CN) h5,
.ir-events .ir-events-list .item .description:lang(zh-CN) h6,
.ir-events .ir-events-list .item .description:lang(zh-CN) span,
.ir-events .ir-events-list .item .description:lang(zh-CN) b,
.ir-events .ir-events-list .item .description:lang(zh-CN) p,
.ir-events .ir-events-list .item .description:lang(zh-CN) a, .ir-events .ir-events-list .item .description:lang(zh-HK) h1,
.ir-events .ir-events-list .item .description:lang(zh-HK) h2,
.ir-events .ir-events-list .item .description:lang(zh-HK) h3,
.ir-events .ir-events-list .item .description:lang(zh-HK) h4,
.ir-events .ir-events-list .item .description:lang(zh-HK) h5,
.ir-events .ir-events-list .item .description:lang(zh-HK) h6,
.ir-events .ir-events-list .item .description:lang(zh-HK) span,
.ir-events .ir-events-list .item .description:lang(zh-HK) b,
.ir-events .ir-events-list .item .description:lang(zh-HK) p,
.ir-events .ir-events-list .item .description:lang(zh-HK) a {
  margin: 10px 0;
}

.ir-events .ir-events-list .item .description a {
  text-decoration: underline;
  color: #be0022;
}

@media (max-width: 1700px) {
  .ir-events {
    width: 30%;
  }
}

@media (max-width: 1440px) {
  .ir-events {
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .ir-events {
    position: static;
    width: 100%;
    margin: 0;
    max-width: none;
  }
}

.investor-relations .ir-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination-bullet {
  display: none;
  width: 16px;
  height: 16px;
  background-color: #fff !important;
  z-index: 10;
}

@media (min-width: 1400px) {
  .swiper-pagination-bullet {
    -webkit-transform: translateX(235px);
            transform: translateX(235px);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .swiper-pagination-bullet {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

.investor-relations .swiper-pagination-bullet {
  display: inline-block;
}
/*# sourceMappingURL=banner.css.map */