.wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.wrap .wrap_content {
  position: relative;
  z-index: 1;
}

.wrap .wrap_content .home_banner_ad_area {
  display: none;
}

.banner_area {
  display: block;
  height: 780px;
  width: 100%;
  position: relative;
  margin-top: -110px;
  overflow: hidden;
}

.banner_area .video1 {
  width: 100%;
  /* width: 1920px;
     height: 800px;*/
  position: absolute;
  left: 0;
  margin-top: 110px;
  z-index: 1;
}

.banner_area .video_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/revision3.0/index/video-cover-image.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner_area .banner_txt {
  display: block;
  width: 900px;
  height: 81px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: 'NotoSansHans-Light';
  letter-spacing: 18px;
  opacity: 0;
}

.banner_area .banner_txt.animation {
  animation: a_banner 0.5s 0.5s linear forwards;
  -webkit-animation: a_banner 0.5s 0.5s linear forwards;
  -ms-animation: a_banner 0.5s 0.5s linear forwards;
  -moz-animation: a_banner 0.5s 0.5s linear forwards;
  -o-animation: a_banner 0.5s 0.5s linear forwards;
}

.banner_area .banner_txt .txtbox {
  display: inline-block;
}

.banner_area .banner_txt .txtbox p {
  display: inline-block;
  color: #fff;
  font-size: 60px;
  font-family: NotoSansHans-Light;
}

.banner_area .banner_txt .txtbox .ltxt {
  margin-right: 180px;
}

.banner_area .banner_txt .txtbox .rtxt {
  position: absolute;
  top: 0;
  left: 340px;
}

.banner_area .banner_txt .hook_area {
  display: block;
  height: 100%;
  width: 900px;
  left: 0;
  position: absolute;
  top: -9px;
  overflow: hidden;
}

.banner_area .banner_txt .hook_area > i {
  opacity: 0;
}

.banner_area .banner_txt .hook_area .word {
  display: block;
  height: 81px;
  width: 900px;
  position: absolute;
  left: 0;
  left: 30px;
  top: 9px;
  color: #ffffff;
  font-size: 60px;
  font-family: NotoSansHans-Light;
  font-style: normal;
  text-align: left;
}

.banner_area .banner_txt .hook_area .word span:nth-child(2) {
  padding-left: 43px;
}

.banner_area .banner_txt .hook_area > .word_1 {
  opacity: 1;
}

.banner_area .banner_txt .hook_area.animation1 .word_1 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_area .banner_txt .hook_area.animation2 .word_1 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_area .banner_txt .hook_area.animation2 .word_2 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_area .banner_txt .hook_area.animation3 .word_2 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_area .banner_txt .hook_area.animation3 .word_3 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_area .banner_txt .hook_area.animation4 .word_3 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_area .banner_txt .hook_area.animation4 .word_4 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.descript_area {
  display: block;
  width: 100%;
}

.descript_area .txt1 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 3px;
  color: #000000;
  line-height: 47px;
  padding: 73px 0 30px;
  font-family: 'NotoSansHans-Light';
}

.descript_area .txt2 {
  text-align: center;
  font-family: 'NotoSansHans-Light';
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #000000;
  padding-bottom: 74px;
}

.descript_area .txt2 .block_flag {
  display: block;
}

/*.details_area {
  display: block;
  width: 100%;
  margin-bottom: 84px;

  .details_con {
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 401px;

    .detail_list {
      display: block;
      height: 401px;

      li {
        display: inline-block;
        float: left;
        height: 100%;
        width: 384px;
        text-align: center;
        margin-right: 20px;
        position: relative;
        overflow: hidden;

        a {
          display: block;
          height: 100%;
          width: 100%;
        }

        a:after {
          display: block;
          content: "";
          height: 100%;
          width: 100%;
          background: rgba(0, 86, 184, 0.6);
          position: absolute;
          left: 0;
          top: 0;
          z-index: 2;
          opacity: 0;
          transition: opacity 0.3s ease-out;
        }

        p {
          display: block;
          float: left;
          font-size: 30px;
          height: 40px;
          text-align: center;
          position: absolute;
          left: 50%;
          top: 78.8%;
          margin-top: -20px;
          z-index: 3;
          color: #fff;
          border-bottom: 1px solid rgba(255, 255, 255, 0);
          transform: translate(-50%, 0);
          transition: border-bottom 0.3s ease-out;
          font-family: 'NotoSansHans-Regular';
          padding-bottom: 5px;
          -webkit-transition: width 1s linear;
        }

        p:after {
          content: ' ';
          width: 0;
          height: 2px;
          background: #fff;
          bottom: -2px;
          left: 0;
          position: absolute;
          opacity: 0;
          -webkit-transition: all 0.2s linear;
        }

        img {
          display: block;
          height: 100%;;
          width: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 1;
          transform: scale(1);
          transition: transform 0.3s ease-out;
        }

        &.last {
          margin-right: 0;
        }

        a:hover:after {
          opacity: 1;
        }

        a:hover p:after {
          opacity: 1;
          left: 0;
          width: 100%;
        }

        a:hover img {
          transform: scale(1.024);
        }
      }
    }
  }
}*/
.details_area {
  display: block;
  width: 100%;
  margin-bottom: 84px;
}

.details_area .details_con {
  display: block;
  width: 1200px;
  margin: 0 auto;
  height: 401px;
}

.details_area .details_con .detail_list {
  height: 401px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: initial;
  -webkit-align-items: initial;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.details_area .details_con .detail_list li {
  display: inline-block;
  float: left;
  height: 100%;
  width: 384px;
  text-align: center;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.details_area .details_con .detail_list li a {
  display: block;
  height: 100%;
  width: 100%;
}

.details_area .details_con .detail_list li a:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 86, 184, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.details_area .details_con .detail_list li p {
  display: block;
  float: left;
  font-size: 30px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 78.8%;
  margin-top: -20px;
  z-index: 3;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, 0);
  transition: border-bottom 0.3s ease-out;
  font-family: 'NotoSansHans-Regular';
  padding-bottom: 5px;
  -webkit-transition: width 1s linear;
}

.details_area .details_con .detail_list li p:after {
  content: ' ';
  width: 0;
  height: 2px;
  background: #fff;
  bottom: -2px;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
}

.details_area .details_con .detail_list li img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}

.details_area .details_con .detail_list li.last {
  margin-right: 0;
}

.details_area .details_con .detail_list li a:hover:after {
  opacity: 1;
}

.details_area .details_con .detail_list li a:hover p:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.details_area .details_con .detail_list li a:hover img {
  transform: scale(1.024);
}

/*our brand style start*/
.ourBrand {
  width: 1640px;
  text-align: center;
  margin: 0 auto 95px auto;
}

.ourBrand .title {
  font-family: "NotoSansHans-Light";
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 6px;
  color: #000000;
  text-align: center;
  margin-bottom: 73px;
}

.ourBrand .swiper-container {
  height: 875px !important;
}

.ourBrand .swiper-container .swiper-slide {
  width: 548px !important;
  cursor: pointer;
  opacity: 0.4;
  position: relative;
  transform: scale(0.8);
}

.ourBrand .swiper-container .swiper-slide figure {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.ourBrand .swiper-container .swiper-slide figure a {
  position: absolute;
  display: block;
  overflow: hidden;
}

.ourBrand .swiper-container .swiper-slide .brand {
  width: 548px;
  display: block;
}

.ourBrand .swiper-container .swiper-slide .brandname {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ourBrand .swiper-container .swiper-slide .brandname img {
  display: block;
}

.ourBrand .swiper-container .swiper-slide-active {
  opacity: 1;
}

.ourBrand .swiper-container .swiper-slide-active,
.ourBrand .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1) !important;
}

.ourBrand .swiper-container .swiper-button-next,
.ourBrand .swiper-container .swiper-container-rtl .swiper-button-prev {
  top: 33%;
  right: 490px;
}

.ourBrand .swiper-container .swiper-button-prev,
.ourBrand .swiper-container .swiper-container-rtl .swiper-button-next {
  top: 33%;
  left: 490px;
}

.ourBrand .swiper-container .swiper-button-prev,
.ourBrand .swiper-container .swiper-container-rtl .swiper-button-next {
  width: 16px;
  height: 118px;
  background-image: url(/images/revision3.0/index/swiper_arrow_l.png);
  background-size: 100%;
  -webkit-background-size: 100%;
  /*clear default arrow icon*/
}

.ourBrand .swiper-container .swiper-button-prev::after,
.ourBrand .swiper-container .swiper-container-rtl .swiper-button-next::after {
  content: '';
}

.ourBrand .swiper-container .swiper-button-next,
.ourBrand .swiper-container .swiper-container-rtl .swiper-button-prev {
  width: 16px;
  height: 118px;
  background-image: url(/images/revision3.0/index/swiper_arrow_r.png);
  background-size: 100%;
  -webkit-background-size: 100%;
  /*clear default arrow icon*/
}

.ourBrand .swiper-container .swiper-button-next::after,
.ourBrand .swiper-container .swiper-container-rtl .swiper-button-prev::after {
  content: '';
}

.brand_area {
  width: 1280px;
  text-align: center;
  margin: 0 auto 95px auto;
}

.brand_area .brand_title {
  font-family: "NotoSansHans-Light";
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 6px;
  color: #000000;
  text-align: center;
  margin-bottom: 73px;
}

.brand_area .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  position: relative;
  transition: 300ms;
  transform: scale(0.8);
}

.brand_area .swiper-slide:hover {
  opacity: 0.85;
}

.brand_area .swiper-slide:hover figure figcaption p {
  transform: scale(1.1);
}

.brand_area .swiper-slide .brandname img {
  width: 100%;
}

.brand_area .swiper-slide-active,
.brand_area .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1 !important;
}

.brand_area .swiper-button-prev,
.brand_area .swiper-container-rtl .swiper-button-next {
  top: 33%;
  /*left: 510px;
    width: 16px;
    height: 118px;*/
  left: 400px;
  width: 12px;
  height: 88px;
  background-image: url(/images/revision3.0/index/swiper_arrow_l.png);
  background-size: 100%;
  -webkit-background-size: 100%;
  /*clear default arrow icon*/
}

.brand_area .swiper-button-prev::after,
.brand_area .swiper-container-rtl .swiper-button-next::after {
  content: '';
}

.brand_area .swiper-button-next,
.brand_area .swiper-container-rtl .swiper-button-prev {
  top: 33%;
  /*right: 510px;
    width: 16px;
    height: 118px;*/
  right: 400px;
  width: 12px;
  height: 88px;
  background-image: url(/images/revision3.0/index/swiper_arrow_r.png);
  background-size: 100%;
  -webkit-background-size: 100%;
  /*clear default arrow icon*/
}

.brand_area .swiper-button-next::after,
.brand_area .swiper-container-rtl .swiper-button-prev::after {
  content: '';
}

.brand_area2 {
  width: 1200px;
  text-align: center;
  margin: 0 auto 95px auto;
  /*
    .swiper-slide {
      cursor: pointer;
      opacity: 0.4;
      position: relative;
      transition: 300ms;
      transform: scale(0.8);

      &:hover {
        opacity: 0.85;

        figure {
          figcaption {
            p {
              transform: scale(1.1);
            }
          }
        }
      }

      .brandname {
        img {
          width: 100%;
        }
      }
    }

    .swiper-slide-active,
    .swiper-slide-duplicate-active {
      transform: scale(1);
      opacity: 1 !important;
    }*/
  /*
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      top: 33%;
      left: 400px;
      width: 12px;
      height: 88px;
      background-image: url(/images/revision3.0/index/swiper_arrow_l.png);
      background-size: 100%;
      -webkit-background-size: 100%;

      !*clear default arrow icon*!
      &::after {
        content: '';
      }
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      top: 33%;
      right: 400px;
      width: 12px;
      height: 88px;
      background-image: url(/images/revision3.0/index/swiper_arrow_r.png);
      background-size: 100%;
      -webkit-background-size: 100%;

      !*clear default arrow icon*!
      &::after {
        content: '';
      }
    }*/
}

.brand_area2 .brand_title {
  font-family: "NotoSansHans-Light";
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 6px;
  color: #000000;
  text-align: center;
  margin-bottom: 73px;
}

.brand_area2 .swiper-father {
  width: 1200px;
  height: 627px;
  margin: 0 auto;
  position: relative;
}

.brand_area2 .swiper-father .swiper-container {
  width: 1050px;
  margin: 0 auto;
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  position: relative;
  transition: 300ms;
  transform: scale(0.85);
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide figure img {
  margin-top: 15px !important;
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide:hover {
  opacity: 0.85;
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide:hover figure figcaption p {
  transform: scale(1.1);
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide .brandname {
  margin-top: 45px;
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide .brandname img {
  width: 100%;
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide-active,
.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1 !important;
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide-active figure img,
.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide-duplicate-active figure img {
  margin-top: 30px !important;
}

.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide-active .brandname,
.brand_area2 .swiper-father .swiper-container .swiper-wrapper .swiper-slide-duplicate-active .brandname {
  margin-top: 0;
}

.brand_area2 .swiper-father .swiper-button-prev,
.brand_area2 .swiper-father .swiper-container-rtl .swiper-button-next {
  top: 33%;
  left: 10px;
  width: 47px;
  height: 90px;
  background: url("/images/revision3.0/index/brand_left_arrow.png") no-repeat center center;
  background-size: 100%;
  -webkit-background-size: 100%;
  /*clear default arrow icon*/
}

.brand_area2 .swiper-father .swiper-button-prev::after,
.brand_area2 .swiper-father .swiper-container-rtl .swiper-button-next::after {
  content: '';
}

.brand_area2 .swiper-father .swiper-button-next,
.brand_area2 .swiper-father .swiper-container-rtl .swiper-button-prev {
  top: 33%;
  right: 10px;
  width: 47px;
  height: 90px;
  background: url("/images/revision3.0/index/brand_right_arrow.png") no-repeat center center;
  background-size: 100%;
  -webkit-background-size: 100%;
  /*clear default arrow icon*/
}

.brand_area2 .swiper-father .swiper-button-next::after,
.brand_area2 .swiper-father .swiper-container-rtl .swiper-button-prev::after {
  content: '';
}

[class*=" imghvr-"], [class^=imghvr-] {
  background-color: #fff;
}

[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
  background-color: rgba(255, 255, 255, 0.4);
  color: #333;
  padding: 30px;
  padding-top: 100px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  font-family: NotoSansHans-Light;
}

[class*=" imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:before,
[class^=imghvr-shutter-in-]:after,
[class^=imghvr-shutter-in-]:before {
  background-color: rgba(255, 255, 255, 0.4);
}

.imghvr-shutter-in-out-diag-1:before {
  transform: skew(-43deg) translateX(155%);
}

.imghvr-shutter-in-out-diag-1:after {
  transform: skew(-43deg) translateX(-155%);
}

.brand-intro p:nth-child(1) {
  font-size: 18px;
  line-height: 40px;
}

.imghvr-shutter-in-out-diag-1:hover:before {
  transform: skew(-43deg) translateX(50%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
  transform: skew(-43deg) translateX(-50%);
}

/*our brand style end*/
/*responsibility_area style start*/
.responsibility_area {
  width: 100%;
  margin: 0 auto;
}

.responsibility_area .swiper-container {
  width: 100%;
  height: 100%;
}

.responsibility_area .swiper-container .swiper-slide {
  position: relative;
  height: 797px;
  background: url("/images/revision3.0/index/index-socail-responsibility2.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}

.responsibility_area .swiper-container .swiper-slide .con-img {
  width: 100%;
  display: block;
}

.responsibility_area .swiper-container .swiper-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  font-family: "NotoSansHans-Light";
  opacity: 0.8;
  transition: 200ms;
  -webkit-transition: 200ms;
}

.responsibility_area .swiper-container .swiper-slide .content .big-title {
  font-size: 40px;
  margin-top: 8%;
}

.responsibility_area .swiper-container .swiper-slide .content .details {
  width: 600px;
  margin: 3% auto 0 auto;
  font-size: 20px;
  line-height: 40px;
}

.responsibility_area .swiper-container .swiper-slide .content .learn-more {
  display: block;
  font-size: 18px;
  width: 174px;
  height: 54px;
  line-height: 54px;
  border: solid 1px #ffffff;
  margin: 9% auto 0 auto;
  cursor: pointer;
  color: #ffffff;
}

.responsibility_area .swiper-container .swiper-slide .content:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.responsibility_area .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 30px;
}

.responsibility_area .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 1px;
  opacity: 1;
  transition: 300ms;
}

.responsibility_area .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 31px;
  background-color: #0056b8;
}

/*responsibility_area style end*/
@keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-ms-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-moz-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-o-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-ms-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-moz-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-o-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}
<!--0.00014400482177734-->