@charset "UTF-8";
/*-------------------------------------------------
title       : 메인
Author      : 플랜아이 moni
Create date : 2024-01-10
-------------------------------------------------*/
html.active #issue .control.open {
  display: none;
}

#wrap.active #issue .control.open::before {
  color: #111;
}
#wrap.fixed #issue .control.open::before {
  color: #111;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
}
#header.active {
  background: #fff;
}
#header.active #logo a {
  background-image: url(../img/layout/logo.png);
}
#header.active #gnb1 > ul > li > a {
  color: #111;
}
#header.active #hnb .list a {
  color: #111;
}
#header.active #search .control.open {
  color: #111;
}
#header.fixed {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}
#header.fixed #logo a {
  background-image: url(../img/layout/logo.png);
}
#header.fixed #gnb1 > ul > li > a {
  color: #111;
}
#header.fixed #hnb .list a {
  color: #111;
}
#header.fixed #search .control.open {
  color: #111;
}

#logo a {
  background-image: url(../img/layout/logo_2.png);
}

#gnb1 > ul > li > a {
  color: #fff;
}

#hnb .list a {
  color: #fff;
}

#search .control.open {
  color: #fff;
}

#main {
  font-family: "NanumSquareNeo";
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/main/intro.jpg") no-repeat;
  background-size: cover;
}
#intro .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 7.4rem;
  font-weight: 700;
  line-height: 7.1rem;
  color: #fff;
}
#intro .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #004098;
  z-index: -1;
}
#intro .txt01 {
  height: 7.1rem;
  overflow: hidden;
}
#intro .txt01 p {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#intro .txt02 {
  margin: 0;
  height: 0;
  max-height: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  overflow: hidden;
}
#intro .txt02 p {
  display: inline-block;
  background: #004098;
  line-height: 10.6rem;
  padding: 0 2rem;
}
#intro .txt03 {
  height: 7.1rem;
  overflow: hidden;
}
#intro .txt03 p {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#intro.active .txt::before {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
#intro.active .txt.line_remove::before {
  width: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#intro.active .txt02 {
  margin: 2rem 0;
  height: auto;
  max-height: 10rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: margin 0.3s 0.3s ease-in-out, max-height 0.4s 1.2s ease-in-out, -webkit-transform 0.4s 1.2s ease-in-out;
  transition: margin 0.3s 0.3s ease-in-out, max-height 0.4s 1.2s ease-in-out, -webkit-transform 0.4s 1.2s ease-in-out;
  transition: margin 0.3s 0.3s ease-in-out, max-height 0.4s 1.2s ease-in-out, transform 0.4s 1.2s ease-in-out;
  transition: margin 0.3s 0.3s ease-in-out, max-height 0.4s 1.2s ease-in-out, transform 0.4s 1.2s ease-in-out, -webkit-transform 0.4s 1.2s ease-in-out;
}
#intro.active .txt01 p,
#intro.active .txt03 p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#intro.off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}

#issue .control.open {
  position: absolute;
  right: 30.5rem;
  top: 3rem;
  left: initial;
  width: 5rem;
  height: 3rem;
  padding: 0;
  overflow: hidden;
  padding-right: 2rem;
  display: none;
}
#issue .control.open::before {
  content: "\ea1d";
  font-family: "remixicon";
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: transparent;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
}
#issue .control.open::after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #555;
  position: absolute;
  right: 0.8rem;
  top: 1.1rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#issue .control.open .count {
  position: absolute;
  left: 1.2rem;
  bottom: 0;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 50%;
  background: #B2000E;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 300;
}
#issue .control.open .count strong {
  font-weight: 400;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
#visual {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #939393;
}
#visual .thumb {
  width: 40.5rem;
  height: 100%;
  position: absolute;
  right: 9rem;
  top: 0;
  z-index: 1;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
#visual .thumb .swiper-slide {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 33.33%;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  cursor: pointer;
  /*&.on{
      background-color: rgba(0,0,0,.7); border-top: 1px solid rgba(0,0,0,.7); height: 49% !important;
      & + .swiper-slide{border-top: none;}
      .thumb_box{height: 100%;}
      .txt1{color: #FF0F26; }
      .txt2{color: #fff; }
      .link_list{opacity: 1; visibility: visible; height: auto; padding:2rem 0;}
  }*/
  /* &.swiper-slide-thumb-active{
       background-color: rgba(0,0,0,.7); border-top: 1px solid rgba(0,0,0,.7); height: 49% !important;
       & + .swiper-slide{border-top: none;}
       .thumb_box{height: 100%;}
       .txt1{color: #FF0F26; }
       .txt2{color: #fff; }
       .link_list{opacity: 1; visibility: visible; height: auto; padding:2rem 0;}
   }*/
}
#visual .thumb .thumb_box {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#visual .thumb .txt1 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 2rem;
  font-weight: 700;
  font-family: "Blender Pro";
}
#visual .thumb .txt2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 2.5rem;
  font-weight: 700;
  word-break: keep-all;
}
#visual .thumb .link_list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#visual .thumb .link_list .item {
  color: rgba(255, 255, 255, 0.7);
  height: 6.8rem;
  padding: 0 3rem 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#visual .thumb .link_list .item::before {
  content: "\ea6e";
  font-family: "remixicon";
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .thumb .link_list .item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .thumb .link_list .item:hover, #visual .thumb .link_list .item:focus {
  color: #fff;
  font-weight: 700;
}
#visual .thumb .link_list .item:hover::before, #visual .thumb .link_list .item:focus::before {
  opacity: 1;
  right: 1.5rem;
  font-weight: 400;
}
#visual .thumb .link_list .item:hover::after, #visual .thumb .link_list .item:focus::after {
  height: 2px;
  background: #fff;
}
#visual .thumb .link_list .item2 {
  border: 2px solid #fff;
  border-radius: 0.4rem;
  text-align: center;
  display: block;
  line-height: 5.6rem;
  color: #fff;
  font-weight: 700;
  margin-top: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .thumb .link_list .item2:hover, #visual .thumb .link_list .item2:focus {
  background: #fff;
  color: #000;
}
#visual .thumb.on .swiper-slide {
  height: 20% !important;
}
#visual .thumb.on .swiper-slide.on {
  background-color: rgba(0, 0, 0, 0.7);
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  height: 60% !important;
}
#visual .thumb.on .swiper-slide.on + .swiper-slide {
  border-top: none;
}
#visual .thumb.on .swiper-slide.on .thumb_box {
  height: 100%;
}
#visual .thumb.on .swiper-slide.on .txt1 {
  color: #FF0F26;
}
#visual .thumb.on .swiper-slide.on .txt2 {
  color: #fff;
}
#visual .thumb.on .swiper-slide.on .link_list {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 2rem 0;
}
#visual .ori_wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  /*.swiper-slide{
      &.swiper-slide-active{
          .bg_img img{
              transform: scale(1);
          }
          .divi{opacity: 1; transform: translateX(0); transition: all 1s 1.5s;}
          .ti{
              span{opacity: 1; transform: scale(1);  filter: blur(0);  transition: 1s;}
              .word1{transition-delay:.3s ;}
              .word2{transition-delay:1.1s ;}
              .word3{transition-delay:.7s ;}
          }

          &.paused .bg_img img{animation-play-state: paused !important;}
      }
  }*/
}
#visual .ori_wrap .bg_img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#visual .ori_wrap .bg_img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#visual .ori_wrap .bg_img video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#visual .ori_wrap .item {
  position: absolute;
  z-index: 1;
  left: 5rem;
  bottom: 4.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /*padding-right: 40rem;*/
}
#visual .ori_wrap .divi {
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0rem;
  letter-spacing: -0.02rem;
  opacity: 0;
  -webkit-transform: translateX(-7rem);
          transform: translateX(-7rem);
}
#visual .ori_wrap .ti {
  font-family: "Blender Pro";
  font-size: 12.5rem;
  line-height: 16rem;
  font-weight: 500;
  color: #fff;
}
#visual .ori_wrap .ti span {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  display: inline-block;
}
#visual .ori_wrap .swiper-wrapper {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
#visual .ori_wrap .swiper-wrapper.paused .swiper-slide.swiper-slide-active .bg_img img {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#visual .swiper-controls {
  --swiper-navigation-size: 14px;
  width: 172rem;
  max-width: calc(100% - 6rem);
  position: absolute;
  z-index: 1;
  left: 5rem;
  bottom: 31rem;
}
#visual .swiper-controls .swiper-button-prev,
#visual .swiper-controls .swiper-button-next {
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 900;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .swiper-controls .swiper-button-prev:hover, #visual .swiper-controls .swiper-button-prev:focus,
#visual .swiper-controls .swiper-button-next:hover,
#visual .swiper-controls .swiper-button-next:focus {
  color: #000;
  background: #fff;
}
#visual .swiper-controls .swiper-button-prev {
  left: 24rem;
}
#visual .swiper-controls .swiper-button-next {
  left: 27.2rem;
}
#visual .play_stop {
  position: absolute;
  left: 30.4rem;
  top: 0;
  z-index: 1;
}
#visual .play_stop button {
  display: none;
  font-size: 1.8rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  color: rgb(219, 219, 219);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  border-radius: 0.5rem;
}
#visual .play_stop button i {
  line-height: 3rem;
}
#visual .play_stop button:hover, #visual .play_stop button:focus {
  color: #000;
  background: #fff;
}
#visual .play_stop button.active {
  display: block;
}
#visual .play_stop .play {
  display: none;
}
#visual .swiper-pagination {
  left: 0rem;
  top: 0;
  line-height: 3rem;
  width: auto;
  font-size: 1.4rem;
  color: #fff;
}
#visual .swiper-pagination .swiper-pagination-current {
  font-weight: 800;
}
#visual .red_bar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 9rem;
  height: 100%;
  background-color: rgba(230, 0, 18, 0.9);
}
#visual .red_bar p {
  font-family: "Blender Pro";
  position: absolute;
  bottom: 10rem;
  right: -0.5rem;
  color: #fff;
  font-size: 2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  font-weight: 700;
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
}
#visual .red_bar p::before {
  content: "\ea64";
  font-family: "remixicon";
  position: absolute;
  left: -3rem;
  top: 0rem;
  font-weight: 400;
  -webkit-animation: vMove 1s infinite;
          animation: vMove 1s infinite;
}
#visual.active .ori_wrap .swiper-slide.swiper-slide-active .bg_img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#visual.active .ori_wrap .swiper-slide.swiper-slide-active .divi {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1s 1.3s;
  transition: all 1s 1.3s;
}
#visual.active .ori_wrap .swiper-slide.swiper-slide-active .ti span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 1s;
  transition: 1s;
}
#visual.active .ori_wrap .swiper-slide.swiper-slide-active .ti .word1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#visual.active .ori_wrap .swiper-slide.swiper-slide-active .ti .word2 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#visual.active .ori_wrap .swiper-slide.swiper-slide-active .ti .word3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#visual.active .ori_wrap .swiper-slide.swiper-slide-active.paused .bg_img img {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#visual.active .swiper-pagination2 {
  width: 16rem;
  height: 2px;
  left: 6.8rem;
  top: 1.4rem;
  overflow: hidden;
  position: absolute;
}
#visual.active .swiper-pagination2.paused .swiper-pagination-bullet-active::after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#visual.active .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  margin: 0 !important;
  display: none;
}
#visual.active .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
#visual.active .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #E60012;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
#visual.active .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: block;
}
#visual.active .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: progress_bar 11s linear forwards;
          animation: progress_bar 11s linear forwards;
}
#visual.active .swiper-pagination-bullet.swiper-pagination-bullet-active.paused::after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

@-webkit-keyframes Scale {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes Scale {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes progress_bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress_bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes vMove {
  0% {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
  50% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
  100% {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
}
@keyframes vMove {
  0% {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
  50% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
  100% {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
}
.section1 {
  text-align: center;
  padding: 17.7rem 0 16.7rem;
  word-break: keep-all;
}
.section1 .txt1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.05rem;
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.section1 .txt2 {
  font-family: "Blender Pro";
  font-size: 5.3rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 1rem;
  margin-bottom: 3.5rem;
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.section1 .txt2 .br1 {
  display: none;
}
.section1 .txt3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #777;
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.section1 .line {
  height: 6.2rem;
  margin: 0 0 4.7rem 0;
}
.section1 .line span {
  display: block;
  width: 1px;
  height: 0;
  opacity: 0;
  background-color: #000;
  margin: 0 auto;
}
.section1.active .txt1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
}
.section1.active .txt2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.6s ease-in-out;
  transition: all 0.5s 0.6s ease-in-out;
}
.section1.active .txt3 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 1.5s ease-in-out;
  transition: all 0.5s 1.5s ease-in-out;
}
.section1.active .line span {
  height: 6.2rem;
  opacity: 0.6;
  -webkit-transition: all 0.5s 1.1s;
  transition: all 0.5s 1.1s;
}

.section2 {
  position: relative;
  padding: 12.3rem 0 10.4rem;
  background-size: cover;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
  background-color: #3B5D88;
  background-image: url("../img/main/rnd_1_bg.jpg");
}
.section2#bg_0 {
  background-image: url("../img/main/rnd_1_bg.jpg");
}
.section2#bg_1 {
  background-image: url("../img/main/rnd_2_bg.jpg");
}
.section2#bg_2 {
  background-image: url("../img/main/rnd_3_bg.jpg");
}
.section2#bg_3 {
  background-image: url("../img/main/rnd_4_bg.jpg");
}
.section2 .link_box {
  position: absolute;
  left: 9.1rem;
  top: -8.3rem;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
.section2 .link_box a {
  width: 22rem;
  height: 23.6rem;
  color: #fff;
  font-family: "Blender Pro";
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 3.3rem;
  display: block;
  position: relative;
}
.section2 .link_box a::before {
  content: "";
  width: 2rem;
  height: 1.2rem;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 1;
  background-image: url(../img/main/arrow_right.png);
  background-size: contain;
}
.section2 .link_box a span {
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  background-color: #E60012;
  -webkit-box-shadow: 4px 4px 34px rgba(255, 0, 0, 0.4);
          box-shadow: 4px 4px 34px rgba(255, 0, 0, 0.4);
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.section2 .link_box a:hover, .section2 .link_box a:focus {
  -webkit-perspective: 1800px;
          perspective: 1800px;
}
.section2 .link_box a:hover::before, .section2 .link_box a:focus::before {
  -webkit-transform: rotatey(45deg) scale(1.5);
          transform: rotatey(45deg) scale(1.5);
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  right: 4.5rem;
}
.section2 .link_box a:hover span, .section2 .link_box a:focus span {
  -webkit-transform: rotatey(30deg);
          transform: rotatey(30deg);
}
.section2.active .link_box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

#rnd_slider {
  position: relative;
  margin: 0 auto;
  max-width: calc(100% - 4rem);
  width: 70.9rem;
  height: 70.9rem;
  z-index: 2;
  overflow: visible;
}
#rnd_slider .img_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#rnd_slider .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#rnd_slider .txt_box {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100%;
  padding: 5.6rem 4.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#rnd_slider .title {
  position: absolute;
  left: 4.6rem;
  top: -4rem;
  font-family: "Blender Pro";
  font-size: 8.1rem;
  line-height: 7.6rem;
  font-weight: 700;
  max-width: 50rem;
  opacity: 0;
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
}
#rnd_slider .txt1 {
  font-size: 2.7rem;
  font-weight: 700;
}
#rnd_slider .txt2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
#rnd_slider .txt3 {
  font-size: 1.6rem;
  opacity: 0.8;
}
#rnd_slider .swiper-slide.swiper-slide-active .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 1.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#rnd_slider .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
#rnd_slider .swiper-controls .swiper-pagination {
  width: auto;
  position: relative;
  height: 24px;
  top: -2px;
}
#rnd_slider .swiper-pagination-bullet {
  width: 1.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0.3rem;
  opacity: 1;
  vertical-align: middle;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#rnd_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
}
#rnd_slider .swiper-pagination-bullet:hover, #rnd_slider .swiper-pagination-bullet:focus {
  background: #fff;
}
#rnd_slider .swiper-button-prev,
#rnd_slider .swiper-button-next {
  width: 5.6rem;
  height: 5.6rem;
  color: #C4C4C4;
  font-weight: 900;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: inherit;
  top: 4.5rem;
  right: 10.4rem;
  margin: 0;
}
#rnd_slider .swiper-button-prev::after,
#rnd_slider .swiper-button-next::after {
  content: "";
  width: 2rem;
  height: 1.2rem;
  background: url(../img/main/arrow_right.png);
  background-size: contain;
}
#rnd_slider .swiper-button-prev:hover, #rnd_slider .swiper-button-prev:focus,
#rnd_slider .swiper-button-next:hover,
#rnd_slider .swiper-button-next:focus {
  background: #fff;
  border-color: #fff;
}
#rnd_slider .swiper-button-prev:hover::after, #rnd_slider .swiper-button-prev:focus::after,
#rnd_slider .swiper-button-next:hover::after,
#rnd_slider .swiper-button-next:focus::after {
  background: url(../img/main/arrow_right_2.png);
  background-size: contain;
}
#rnd_slider .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#rnd_slider .swiper-button-next {
  right: 3.8rem;
}
#rnd_slider .play_stop {
  display: inline-block;
  margin-left: 1rem;
}
#rnd_slider .play_stop button {
  display: none;
  font-size: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #D9D9D9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
}
#rnd_slider .play_stop button i {
  line-height: 2.4rem;
  font-size: 2rem;
}
#rnd_slider .play_stop button:hover, #rnd_slider .play_stop button:focus {
  color: #fff;
}
#rnd_slider .play_stop button.active {
  display: block;
}
#rnd_slider .play_stop .play {
  display: none;
}

#rndbg_slider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.section3 {
  width: 172rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 14.3rem 0 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section3 .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 8rem;
  max-width: calc(50% - 4rem);
}
.section3 .group:last-child {
  margin-right: 0;
}
.section3 .news_wrap {
  background-color: #F4F7FD;
  padding: 0 6.8rem 6.6rem 6.8rem;
  position: relative;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.section3 .news_wrap .title {
  font-family: "Blender Pro";
  font-size: 6.7rem;
  font-weight: 700;
  color: #000;
  margin-top: -4rem;
  line-height: 7rem;
  margin-bottom: 4rem;
  letter-spacing: -0.1rem;
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
  opacity: 0;
}
.section3 .news_wrap .more {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #E60012;
  -webkit-box-shadow: 4px 4px 14px rgba(255, 0, 0, 0.4);
          box-shadow: 4px 4px 14px rgba(255, 0, 0, 0.4);
  position: absolute;
  right: 8.8rem;
  top: 14.5rem;
}
.section3 .news_wrap .more::before {
  content: "";
  width: 1px;
  height: 2.1rem;
  background: #fff;
  position: absolute;
  right: 2.5rem;
  top: 1.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section3 .news_wrap .more::after {
  content: "";
  width: 2.1rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 1.5rem;
  top: 2.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section3 .news_wrap .more:hover::before, .section3 .news_wrap .more:focus::before {
  width: 2.1rem;
  height: 1px;
  right: 1.5rem;
  top: 2.4rem;
}
.section3 .news_wrap .more:hover::after, .section3 .news_wrap .more:focus::after {
  width: 1px;
  height: 2.1rem;
  right: 2.5rem;
  top: 1.4rem;
}
.section3 .news_wrap .list li:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4.8rem;
  margin-bottom: 5.4rem;
}
.section3 .news_wrap .list li:first-child a {
  display: block;
  width: calc(100% - 12rem);
}
.section3 .news_wrap .list li:first-child a:hover .ti, .section3 .news_wrap .list li:first-child a:focus .ti {
  text-decoration: underline;
  text-underline-position: under;
}
.section3 .news_wrap .list li:first-child .divi {
  background: #0D2259;
  color: #fff;
  font-weight: 800;
  width: 10rem;
  margin-right: 2rem;
  text-align: center;
  line-height: 4rem;
  display: inline-block;
}
.section3 .news_wrap .list li:first-child .ti {
  font-size: 2.2rem;
  font-weight: 800;
  color: #111;
  margin: 1.7rem 0 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section3 .news_wrap .list li:first-child .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #777;
}
.section3 .news_wrap .list li:first-child .date {
  display: none;
}
.section3 .news_wrap .list li:nth-child(n+2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.section3 .news_wrap .list li:nth-child(n+2) a:hover .divi, .section3 .news_wrap .list li:nth-child(n+2) a:focus .divi {
  background: #fff;
}
.section3 .news_wrap .list li:nth-child(n+2) a:hover .ti, .section3 .news_wrap .list li:nth-child(n+2) a:focus .ti {
  text-decoration: underline;
  text-underline-position: under;
  color: #1A1A1A;
  font-weight: 800;
}
.section3 .news_wrap .list li:nth-child(n+2) .divi {
  background: #E6EBF8;
  color: #111;
  font-weight: 800;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  margin-right: 2rem;
  text-align: center;
  line-height: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section3 .news_wrap .list li:nth-child(n+2) .ti {
  font-size: 1.8rem;
  max-width: calc(100% - 24rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section3 .news_wrap .list li:nth-child(n+2) .desc {
  display: none;
}
.section3 .news_wrap .list li:nth-child(n+2) .date {
  color: #777;
  font-size: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  text-align: right;
  margin-left: auto;
}
.section3 .photo_wrap {
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.section3 .photo_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section3 .photo_wrap .list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 2.8rem);
          flex: 1 1 calc(50% - 2.8rem);
  max-width: calc(50% - 2.8rem);
}
.section3 .photo_wrap .list li:nth-child(2n) {
  margin-left: 5.6rem;
}
.section3 .photo_wrap .list li:nth-child(n+3) {
  margin-top: 5rem;
}
.section3 .photo_wrap .list li a {
  display: block;
  border-top-left-radius: 3rem;
  overflow: hidden;
}
.section3 .photo_wrap .list li a:hover .divi, .section3 .photo_wrap .list li a:focus .divi {
  background: linear-gradient(259.17deg, #0019FB -18.97%, #12BC7F 84.41%);
  color: #fff;
}
.section3 .photo_wrap .list li a:hover .divi2, .section3 .photo_wrap .list li a:focus .divi2 {
  background: linear-gradient(259.17deg, #5905A0 -18.97%, #E10416 84.41%);
  color: #fff;
}
.section3 .photo_wrap .list li a:hover .img_box img, .section3 .photo_wrap .list li a:focus .img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section3 .photo_wrap .list li a:hover .ti, .section3 .photo_wrap .list li a:focus .ti {
  text-decoration: underline;
  text-underline-position: under;
}
.section3 .photo_wrap .list li .divi {
  background: #0D2259;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-width: 8.9rem;
  line-height: 4rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section3 .photo_wrap .list li .divi2 {
  background: #B2000E;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-width: 8.9rem;
  line-height: 4rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section3 .photo_wrap .list li .img_box {
  height: 24rem;
  overflow: hidden;
}
.section3 .photo_wrap .list li .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section3 .photo_wrap .list li .ti {
  font-size: 1.8rem;
  font-weight: 800;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1.4rem 0 1.9rem;
}
.section3 .photo_wrap .list li .date {
  color: #777;
  font-size: 1.5rem;
}
.section3.active .news_wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
.section3.active .news_wrap .title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 1.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.section3.active .photo_wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s ease-in-out;
  transition: all 0.5s 0.5s ease-in-out;
}

.section4 {
  background: url("../img/main/section4_bg.jpg") no-repeat;
  background-size: calc(100% - 5rem) calc(100% - 2.3rem);
  background-position: right top;
  padding: 7.4rem 0 0;
  position: relative;
}
.section4::before {
  content: "";
  width: calc(50% + 86rem);
  width: 0;
  height: 11.8rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section4 > .inner {
  width: 172rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section4 .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 8rem;
  max-width: calc(50% - 4rem);
}
.section4 .group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
.section4 .group1 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 2.8rem;
  max-width: calc(50% - 1.4rem);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  color: #fff;
  padding: 3.2rem 3.5rem;
  border-radius: 0.8rem;
}
.section4 .group1 .item:last-child {
  margin-right: 0;
}
.section4 .group1 .item .txt1 {
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2.5rem;
  line-height: 2.6rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  display: inline-block;
  word-break: keep-all;
}
.section4 .group1 .item .txt2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
  word-break: keep-all;
}
.section4 .group1 .item .link {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section4 .group1 .item .link i {
  font-weight: 400;
  margin-left: 0.7rem;
}
.section4 .group1 .item .link:hover, .section4 .group1 .item .link:focus {
  opacity: 1;
}
.section4 .group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-top: 12rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}
.section4 .group2 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 2.8rem;
  max-width: calc(50% - 1.4rem);
  border-radius: 0.8rem;
  overflow: hidden;
  height: 28.2rem;
}
.section4 .group2 .item:last-child {
  margin-right: 0;
}
.section4 .group2 .item.item1 {
  background: #fff;
  padding: 3.4rem 3.5rem;
  -webkit-box-shadow: 0px 20px 41px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 41px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section4 .group2 .item .txt1 {
  font-weight: 800;
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 0.4rem;
}
.section4 .group2 .item .txt2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.section4 .group2 .item .stock_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: auto;
}
.section4 .group2 .item .stock_box .stock {
  font-size: 6.2rem;
  font-weight: 700;
  font-family: "Blender Pro";
  line-height: 7.4rem;
  letter-spacing: -0.07rem;
  position: relative;
  padding-left: 2.6rem;
  line-height: 4rem;
}
.section4 .group2 .item .stock_box .stock::before {
  content: "";
}
.section4 .group2 .item .stock_box .stock.up {
  color: #E60012;
}
.section4 .group2 .item .stock_box .stock.up::before {
  width: 0;
  height: 0;
  border: 1.8rem solid transparent;
  border-bottom: 1.17rem solid #E60012;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  position: absolute;
  left: 0;
  top: -0.3rem;
}
.section4 .group2 .item .stock_box .stock.down {
  color: #1c8ff0;
}
.section4 .group2 .item .stock_box .stock.down::before {
  width: 0;
  height: 0;
  border: 1.8rem solid transparent;
  border-top: 1.17rem solid #1c8ff0;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
.section4 .group2 .item .stock_box .stock.stay {
  color: #333;
}
.section4 .group2 .item .stock_box .stock.stay::before {
  width: 2rem;
  height: 0.7rem;
  background: #555;
  position: absolute;
  left: 0;
  top: 1.6rem;
}
.section4 .group2 .item .stock_box .info {
  margin-left: 0.6rem;
  text-align: right;
}
.section4 .group2 .item .stock_box .info .txt3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
.section4 .group2 .item .stock_box .info .stock2 {
  display: inline-block;
}
.section4 .group2 .item .stock_box .stock2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Blender Pro";
  line-height: 2rem;
  letter-spacing: -0.05rem;
  position: relative;
  padding-left: 1.5rem;
}
.section4 .group2 .item .stock_box .stock2::before {
  content: "";
}
.section4 .group2 .item .stock_box .stock2.up {
  color: #E60012;
}
.section4 .group2 .item .stock_box .stock2.up::before {
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-bottom: 0.65rem solid #E60012;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  position: absolute;
  left: 0;
  top: -0.3rem;
}
.section4 .group2 .item .stock_box .stock2.down {
  color: #1c8ff0;
}
.section4 .group2 .item .stock_box .stock2.down::before {
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top: 0.65rem solid #1c8ff0;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.section4 .group2 .item .stock_box .stock2.stay {
  color: #333;
}
.section4 .group2 .item .stock_box .stock2.stay::before {
  width: 0.8rem;
  height: 0.2rem;
  background: #555;
  position: absolute;
  left: 0.3rem;
  top: 0.9rem;
}
.section4.active::before {
  width: calc(50% + 86rem);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.section4.active .group1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.section4.active .group2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#banner {
  height: 100%;
}
#banner .img_box {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
#banner .img_box img {
  width: 100%;
  height: 100%;
}
#banner .img_box:focus {
  border: 2px solid #000;
}
#banner .swiper-controls {
  --swiper-navigation-size: 12px;
  width: 11.5rem;
  height: 3.6rem;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 4rem;
  bottom: 4.4rem;
  border-radius: 5rem;
  z-index: 1;
}
#banner .swiper-controls .swiper-button-prev,
#banner .swiper-controls .swiper-button-next {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1.5rem;
  height: 3.6rem;
  color: #000;
  font-weight: 900;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#banner .swiper-controls .swiper-button-prev {
  left: 5.5rem;
}
#banner .swiper-controls .swiper-button-next {
  left: 7rem;
}
#banner .play_stop {
  position: absolute;
  right: 0.7rem;
  top: 0.6rem;
  z-index: 1;
}
#banner .play_stop button {
  display: none;
  font-size: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.2rem;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
}
#banner .play_stop button i {
  line-height: 2.2rem;
}
#banner .play_stop button.active {
  display: block;
}
#banner .play_stop .play {
  display: none;
}
#banner .swiper-pagination {
  left: 1.5rem;
  top: 0;
  line-height: 3.6rem;
  width: auto;
  font-size: 1.4rem;
  color: #666;
}
#banner .swiper-pagination .swiper-pagination-current {
  color: #111;
  font-weight: 800;
}

.section5 {
  width: 172rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 12.5rem;
}
.section5 .title {
  font-size: 4.3rem;
  font-weight: 800;
  color: #111;
  line-height: 6rem;
}
.section5 .title span {
  opacity: 0;
  display: inline-block;
  min-width: 1.5rem;
}
.section5 .title.title2 {
  margin-bottom: 5.8rem;
}
.section5 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section5 .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-right: 8rem;
  max-width: calc(50% - 4rem);
}
.section5 .group:last-child {
  margin-right: 0;
}
.section5 .group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
.section5 .group1 .img_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% + 4rem - 5.5rem);
          flex: 1 1 calc(50% + 4rem - 5.5rem);
  margin-right: 5.5rem;
  border-radius: 3px;
}
.section5 .group1 .img_box a {
  display: block;
}
.section5 .group1 .img_box a:focus {
  border: 2px solid #000;
}
.section5 .group1 .img_box img {
  width: 100%;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.13);
}
.section5 .group1 .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 4rem);
          flex: 1 1 calc(50% - 4rem);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section5 .group1 .txt_box .txt1 {
  display: inline-block;
  background: #E60012;
  -webkit-box-shadow: 4px 4px 14px rgba(255, 0, 0, 0.4);
          box-shadow: 4px 4px 14px rgba(255, 0, 0, 0.4);
  border-radius: 2.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  font-size: 2rem;
  font-family: "Blender Pro";
  padding: 0 1rem;
  line-height: 4rem;
  margin-bottom: 2rem;
  width: 9.5rem;
  text-align: center;
}
.section5 .group1 .txt_box .txt2 {
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  display: block;
  line-height: 4rem;
  margin-bottom: 0.7rem;
}
.section5 .group1 .txt_box .txt3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
}
.section5 .group1 .txt_box .txt4 {
  font-weight: 700;
  color: #777;
  line-height: 2.8rem;
  margin-bottom: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section5 .group1 .txt_box .more {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  position: relative;
  line-height: 5.6rem;
}
.section5 .group1 .txt_box .more::after {
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  background: #F7F8FA url("../img/main/arrow_right_2.png") no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  margin-left: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section5 .group1 .txt_box .more:hover::after, .section5 .group1 .txt_box .more:focus::after {
  background: #000 url("../img/main/arrow_right.png") no-repeat;
  background-position: center center;
}
.section5 .group2 .item {
  background: #F4F7FD;
  border-radius: 1rem;
  padding: 3.5rem 9rem 4rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.section5 .group2 .item::before {
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  background: #fff url("../img/main/arrow_right_2.png") no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section5 .group2 .item + .item {
  margin-top: 1.6rem;
}
.section5 .group2 .item:hover, .section5 .group2 .item:focus {
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.13);
}
.section5 .group2 .item:hover::before, .section5 .group2 .item:focus::before {
  background: #000 url("../img/main/arrow_right.png") no-repeat;
  background-position: center center;
}
.section5 .group2 .txt_box {
  margin-left: 4rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section5 .group2 .txt_box .txt1 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.3rem;
}
.section5 .group2 .txt_box .txt2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #777;
  word-break: keep-all;
}
.section5.active .title.title1 span {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
.section5.active .title.title1 span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}
.section5.active .title.title1 span:nth-child(2) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.section5.active .title.title1 span:nth-child(3) {
  -webkit-animation-delay: 0.41s;
          animation-delay: 0.41s;
}
.section5.active .title.title1 span:nth-child(4) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.section5.active .title.title1 span:nth-child(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.section5.active .title.title1 span:nth-child(6) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.section5.active .title.title1 span:nth-child(7) {
  -webkit-animation-delay: 0.69s;
          animation-delay: 0.69s;
}
.section5.active .title.title1 span:nth-child(8) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.section5.active .title.title1 span:nth-child(9) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
}
.section5.active .title.title1 span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.section5.active .title.title1 span:nth-child(11) {
  -webkit-animation-delay: 0.97s;
          animation-delay: 0.97s;
}
.section5.active .title.title1 span:nth-child(12) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.section5.active .title.title1 span:nth-child(13) {
  -webkit-animation-delay: 1.11s;
          animation-delay: 1.11s;
}
.section5.active .title.title1 span:nth-child(14) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.section5.active .title.title1 span:nth-child(15) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.section5.active .title.title1 span:nth-child(16) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.section5.active .title.title1 span:nth-child(17) {
  -webkit-animation-delay: 1.39s;
          animation-delay: 1.39s;
}
.section5.active .title.title1 span:nth-child(18) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.section5.active .title.title1 span:nth-child(19) {
  -webkit-animation-delay: 1.53s;
          animation-delay: 1.53s;
}
.section5.active .title.title1 span:nth-child(20) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.section5.active .title.title1 span:nth-child(21) {
  -webkit-animation-delay: 1.67s;
          animation-delay: 1.67s;
}
.section5.active .title.title1 span:nth-child(22) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}
.section5.active .title.title1 span:nth-child(23) {
  -webkit-animation-delay: 1.81s;
          animation-delay: 1.81s;
}
.section5.active .title.title1 span:nth-child(24) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}
.section5.active .title.title1 span:nth-child(25) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.section5.active .title.title1 span:nth-child(26) {
  -webkit-animation-delay: 2.02s;
          animation-delay: 2.02s;
}
.section5.active .title.title1 span:nth-child(27) {
  -webkit-animation-delay: 2.09s;
          animation-delay: 2.09s;
}
.section5.active .title.title1 span:nth-child(28) {
  -webkit-animation-delay: 2.16s;
          animation-delay: 2.16s;
}
.section5.active .title.title1 span:nth-child(29) {
  -webkit-animation-delay: 2.23s;
          animation-delay: 2.23s;
}
.section5.active .title.title1 span:nth-child(30) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.section5.active .title.title2 span {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
.section5.active .title.title2 span:nth-child(1) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
}
.section5.active .title.title2 span:nth-child(2) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.section5.active .title.title2 span:nth-child(3) {
  -webkit-animation-delay: 0.61s;
          animation-delay: 0.61s;
}
.section5.active .title.title2 span:nth-child(4) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.section5.active .title.title2 span:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.section5.active .title.title2 span:nth-child(6) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.section5.active .title.title2 span:nth-child(7) {
  -webkit-animation-delay: 0.89s;
          animation-delay: 0.89s;
}
.section5.active .title.title2 span:nth-child(8) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.section5.active .title.title2 span:nth-child(9) {
  -webkit-animation-delay: 1.03s;
          animation-delay: 1.03s;
}
.section5.active .title.title2 span:nth-child(10) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.section5.active .title.title2 span:nth-child(11) {
  -webkit-animation-delay: 1.17s;
          animation-delay: 1.17s;
}
.section5.active .title.title2 span:nth-child(12) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.section5.active .title.title2 span:nth-child(13) {
  -webkit-animation-delay: 1.31s;
          animation-delay: 1.31s;
}
.section5.active .title.title2 span:nth-child(14) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.section5.active .title.title2 span:nth-child(15) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.section5.active .title.title2 span:nth-child(16) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.section5.active .title.title2 span:nth-child(17) {
  -webkit-animation-delay: 1.59s;
          animation-delay: 1.59s;
}
.section5.active .title.title2 span:nth-child(18) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}
.section5.active .title.title2 span:nth-child(19) {
  -webkit-animation-delay: 1.73s;
          animation-delay: 1.73s;
}
.section5.active .title.title2 span:nth-child(20) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.section5.active .title.title2 span:nth-child(21) {
  -webkit-animation-delay: 1.87s;
          animation-delay: 1.87s;
}
.section5.active .title.title2 span:nth-child(22) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}
.section5.active .title.title2 span:nth-child(23) {
  -webkit-animation-delay: 2.01s;
          animation-delay: 2.01s;
}
.section5.active .title.title2 span:nth-child(24) {
  -webkit-animation-delay: 2.08s;
          animation-delay: 2.08s;
}
.section5.active .title.title2 span:nth-child(25) {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}
.section5.active .title.title2 span:nth-child(26) {
  -webkit-animation-delay: 2.22s;
          animation-delay: 2.22s;
}
.section5.active .title.title2 span:nth-child(27) {
  -webkit-animation-delay: 2.29s;
          animation-delay: 2.29s;
}
.section5.active .title.title2 span:nth-child(28) {
  -webkit-animation-delay: 2.36s;
          animation-delay: 2.36s;
}
.section5.active .title.title2 span:nth-child(29) {
  -webkit-animation-delay: 2.43s;
          animation-delay: 2.43s;
}
.section5.active .title.title2 span:nth-child(30) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.section5.active .group1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s 0.4s ease;
  transition: all 0.7s 0.4s ease;
}
.section5.active .group2 .item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.section5.active .group2 .item:nth-child(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.section5.active .group2 .item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.section5.active .group2 .item:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.section5.active .group2 .item:nth-child(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.section5.active .group2 .item:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
#footer .btn_top {
  display: none;
}