.e-home-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.in-big-scale .e-home-banner {
  height: 400px;
}
@media screen and (max-width: 1440px) {
  .e-home-banner {
    height: 400px;
  }
}

.e-home-banner .e-home-banner__wrapper {
  height: 100%;
  width: 100%;
  min-width: 1260px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.e-home-banner .e-home-banner__swiper {
  width: 100%;
  height: 100%;
}
.e-home-banner .e-home-banner__swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
  position: relative;
  height: 500px;
  background: #ffffff;
  overflow: hidden;
}
.in-big-scale .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
  height: 400px;
}
@media screen and (max-width: 1440px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
    height: 400px;
  }
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 37px 0 100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}
@media screen and (min-width: 576px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 684px;
  }
}
@media screen and (min-width: 992px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 1270px;
  }
}
@media screen and (min-width: 1480px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 1420px;
  }
}
@media screen and (min-width: 992px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::before,
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::after {
  display: table;
  content: "";
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::after {
  clear: both;
}

.e-home-banner .e-home-banner__pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch {
  display: inline-block;
  position: relative;
  margin: 5px;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: width 0.4s;
  cursor: pointer;
  opacity: .8;border-radius: 0;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffc819;
  transform: translateY(-50%);
  transition: width 0.4s;
  cursor: pointer;
  content: "";
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-active-switch, .e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-active-switch,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active {
  width: 50px;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-active-switch::after, .e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-active-switch::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active::after {
  width: 100%;
  animation: pagination-bullet-progress 10s linear;
  animation-duration: inherit;
}
@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet::before,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  content: "";
}

.e-home-banner .e-home-banner__container {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 37px 0 100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}
@media screen and (min-width: 576px) {
  .e-home-banner .e-home-banner__container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .e-home-banner .e-home-banner__container {
    max-width: 684px;
  }
}
@media screen and (min-width: 992px) {
  .e-home-banner .e-home-banner__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  .e-home-banner .e-home-banner__container {
    max-width: 1260px;
  }
}
@media screen and (min-width: 1480px) {
  .e-home-banner .e-home-banner__container {
    max-width: 1420px;
  }
}
@media screen and (min-width: 992px) {
  .e-home-banner .e-home-banner__container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__container {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .e-home-banner .e-home-banner__container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.e-home-banner .e-home-banner__container::before,
.e-home-banner .e-home-banner__container::after {
  display: table;
  content: "";
}

.e-home-banner .e-home-banner__container::after {
  clear: both;
}

.e-home-banner .e-home-banner__right {
  float: right;
}
.e-home-banner .e-home-banner__right > * {
  pointer-events: all;
}

.e-home-banner-guide {
  width: 300px;
  border-top: 4px solid #ffc819;
  opacity: 1;
  transform: translate(20px);
  transition: 1s 0.6s;
}
.e-home-banner-guide .e-home-banner-guide__content {
  background: #005096;
  background-image: url("../assets/images/banner_guide_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.e-home-banner-guide .e-home-banner-guide__item > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 calc(70rem / 14) 0 calc(90rem / 14);
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  height: 98px;
  line-height: 98px;
}
.e-home-banner-guide .e-home-banner-guide__item > a, .e-home-banner-guide .e-home-banner-guide__item > a:hover {
  text-decoration: none;
}
.e-home-banner-guide .e-home-banner-guide__item > a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 15px;
  background: url("../assets/images/icons/icon_arrow.png") no-repeat center;
  background-size: cover;
  transform: translate(-8px, -50%);
  content: "";
}
.e-home-banner-guide .e-home-banner-guide__item > a::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005ea0;
  content: "";
}
.e-home-banner-guide .e-home-banner-guide__item > a > i, .e-home-banner-guide .e-home-banner-guide__item > a > [class*=e-icon-] {
  transform: translateY(2px);
}
.e-home-banner-guide .e-home-banner-guide__item > a > span {
}

.e-home-banner-guide .e-home-banner-guide__bottom {
  background-color: #005ea0;
}
.e-home-banner-guide .e-home-banner-guide__bottom > a {
  display: inline-block;
  padding: calc(18rem / 14) 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.e-home-banner-guide .e-home-banner-guide__bottom > a, .e-home-banner-guide .e-home-banner-guide__bottom > a:hover {
  text-decoration: none;
}

.e-home-banner-guide.is-animated {
  opacity: 1;
  transform: translate(0);
}

.e-home-block-title {
  color: #333333;
  font-size: 32px;
  margin-bottom: calc(25rem / 14);
}
.e-home-title_letter{
  letter-spacing: 5px;
}
.e-home-block-title a {
  color: #005096;
  font-size: 14px;
}
.e-home-block-title a, .e-home-block-title a:hover {
  text-decoration: none;
}
.e-home-block-title a > i, .e-home-block-title a > [class*=e-icon-] {
  margin-left: 5px;
  transform: translateY(6px);
}

.banner-preview-1 {
  float: left;
  width: 600px;
  padding-top: 10px;
  transition-duration: all 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-preview-1 > h2 {
  position: relative;
  padding: 30px 0;
  color: #005096;
  font-size: 54px;
  letter-spacing: 8px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s;
}
.banner-preview-1 > h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #ffcc00, transparent);
  opacity: 0;
  transition: all 0.4s;
  content: "";
}
.banner-preview-1 > p {
  padding: 30px 0;
  padding-right: 90px;
  color: #000000;
  font-size: 30px;
  text-align-last: justify;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s;
}

.swiper-slide-active .banner-preview-1 > h2 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}
.swiper-slide-active .banner-preview-1 > h2::after {
  width: 100%;
  opacity: 1;
  transition: all 0.6s;
}
.swiper-slide-active .banner-preview-1 > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}

.banner-preview-2 {
  float: left;
  width: 600px;
  padding-top: 10px;
  transition-duration: all 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-preview-2 > h2 {
  position: relative;
  padding: 10px 0;
  color: #333333;
  font-size: 42px;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.6s;
}
.banner-preview-2 > p {
  position: relative;
  padding: 20px 0 60px;
  padding-right: 90px;
  color: #f58433;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s;
}

.swiper-slide-active .banner-preview-2 > h2 {
  opacity: 1;
  transform: translateX(0);
}
.swiper-slide-active .banner-preview-2 > p {
  opacity: 1;
  transform: translateX(0);
}

.banner-preview-3 {
  float: left;
  width: 600px;
  padding-top: 10px;
  transition-duration: all 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-preview-3 > h2 {
  position: relative;
  padding: 5px 0;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 8px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s;
}
.banner-preview-3 > p {
  padding: 30px 0;
  padding-right: 90px;
  color: #fbdc73;
  font-size: 24px;
  text-align-last: justify;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s;
}
.banner-preview-3 > p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: #1cadd7;
  opacity: 0;
  transition: all 0.8s;
  content: "";
}

.swiper-slide-active .banner-preview-3 > h2 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}
.swiper-slide-active .banner-preview-3 > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}
.swiper-slide-active .banner-preview-3 > p::after {
  width: 30px;
  opacity: 1;
  transition: all 0.6s;
}