/*------------------------
 home
------------------------*/
/*---- main ----*/
.main {
  position: relative;
  min-height: calc(100vh - 120px);
}
@media screen and (orientation: portrait) {
  .main {
    min-height: 880px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    min-height: 800px;
  }
}
@media screen and (max-width: 600px) {
  .main {
    min-height: 400px;
  }
}
.main-content {
  position: absolute;
  margin: auto;
  top: 15vh;
  left: 8%;
  width: 84%;
}
@media screen and (orientation: portrait) {
  .main-content {
    top: 29vh;
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    top: 31vh;
  }
}
@media screen and (max-width: 600px) {
  .main-content {
    top: 155px;
  }
}
.main-tit {
  font-size: 120px;
  color: #000;
  line-height: 160px;
  letter-spacing: 1rem;
  text-shadow: rgba(200, 200, 200, 0.7) 1px 1px 1px;
}
.main-tit span{
	display: block;
    font-size: clamp(13px, 2.5vw, 25px);
    line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .main-tit {
    font-size: 96px;
    line-height: 120px;
    letter-spacing: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main-tit {
    font-size: 80px;
    line-height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .main-tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 0.5rem;
  }
}
.main-txt {
  font-size: 24px;
  margin-top: 64px;
  padding: 0 16px;
  color: #333;
  line-height: 48px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
}
@media screen and (max-width: 1024px) {
  .main-txt {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-txt {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .main-txt {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 3px;
    line-height: 28px;
    letter-spacing: 0.25rem;
  }
}
.main-movie {
  position: relative;
  width: 100%;
  text-align: right;
  z-index: -1;
}
.main-movie video {
  position: relative;
  width: 84%;
  vertical-align: bottom;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-movie::before {
  position: absolute;
  content: "";
  width: 84%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}

/*---- aboutus ----*/
.aboutus {
  position: relative;
}
.aboutus-sec {
  margin: auto;
  padding: 144px 0 120px;
  width: 90%;
  max-width: 1360px;
}
@media screen and (max-width: 600px) {
  .aboutus-sec {
    padding-bottom: 70px;
  }
}
.aboutus-tit {
  font-size: 96px;
  color: #0851A1;
  letter-spacing: 0.8rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .aboutus-tit {
    font-size: 64px;
  }
}
@media screen and (max-width: 600px) {
  .aboutus-tit {
    font-size: 30px;
    letter-spacing: 0.4rem;
  }
}
.aboutus-tit span {
  display: block;
  margin-top: 24px;
  padding-right: 16px;
  font-size: 24px;
  color: #333;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .aboutus-tit span {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .aboutus-tit span {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 8px;
    letter-spacing: 0.3rem;
  }
}
.aboutus-content {
  margin-top: 96px;
  margin-left: auto;
  margin-right: 0;
  width: 85%;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .aboutus-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus-content {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .aboutus-content {
    margin-top: 35px;
  }
}
.aboutus-txt {
  position: relative;
}
.aboutus-txt._top {
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .aboutus-txt._top {
    margin-bottom: 15px;
  }
}
.aboutus-txt span {
  position: absolute;
  content: "";
  margin-left: 16px;
  width: 80px;
  height: 0.5px;
  top: 16px;
  background: #666;
}
@media screen and (max-width: 600px) {
  .aboutus-txt span {
    width: 40px;
    top: 13px;
    margin-left: 5px;
  }
}
.aboutus-btn {
  margin-top: 56px;
  position: relative;
}
.aboutus-btn a {
  position: relative;
  padding: 24px 72px 24px 0;
  color: #999;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 600px) {
  .aboutus-btn a {
    padding-right: 50px;
  }
}
.aboutus-btn .btn1-txt {
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .aboutus-btn .btn1-txt {
    font-size: 10px;
  }
}
.aboutus-btn .btn1-arrow {
  position: absolute;
  right: 42px;
  bottom: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .aboutus-btn .btn1-arrow {
    right: 22px;
  }
}
.aboutus-btn .btn1-circle {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  top: 8px;
  right: 0;
  border-radius: 50%;
  background: #009DE5;
  opacity: 0.45;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .aboutus-btn .btn1-circle {
    width: 40px;
    height: 40px;
    top: 18px;
    right: 0;
  }
}
.aboutus-btn:hover .btn1-txt {
  opacity: 0.7;
}
.aboutus-btn:hover .btn1-arrow {
  right: 40px;
}
@media screen and (max-width: 600px) {
  .aboutus-btn:hover .btn1-arrow {
    right: 20px;
  }
}
.aboutus-btn:hover .btn1-circle {
  opacity: 0.4;
  transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  .aboutus-btn {
    margin-top: 30px;
  }
}
.aboutus-deco {
  position: absolute;
  content: "";
  background: #5CC2F0;
  transform: skew(10deg);
  opacity: 0.1;
  z-index: -1;
  width: 20%;
  height: 100%;
  top: 120px;
  left: 8%;
}
@media screen and (max-width: 1024px) {
  .aboutus-deco {
    width: 30%;
  }
}

/*---- service ----*/
.service-sec {
  position: relative;
  padding: 192px 0 80px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .service-sec {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-sec {
    padding: 90px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .service-sec {
    padding: 60px 0 45px;
  }
}
.service-sec:hover .service-back img {
  transform: scale(1);
  filter: blur(0);
}
.service-sec:hover .service-back::before {
  opacity: 0.8;
}
.service-content {
  margin: auto;
  width: 85%;
  max-width: 1200px;
}
.service-tit {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 48px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .service-tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .service-tit {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .service-tit {
    font-size: 19px;
    margin-bottom: 24px;
  }
}
.service-txt {
  position: relative;
  margin: 12px 0;
  padding: 0 5px;
  max-width: 800px;
  width: 95%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}
@media screen and (max-width: 768px) {
  .service-txt {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .service-txt {
    margin-top: 15px;
  }
}
.service-txt span._smpc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .service-txt span._smpc {
    display: block;
    line-height: 0;
  }
}
.service-txt span._sp {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .service-txt span._sp {
    display: none;
  }
}
.service-txt._bar {
  position: relative;
  display: inline-block;
  margin: 0;
  width: auto;
}
.service-txt._bar span._bar {
  position: absolute;
  content: "";
  margin-left: 16px;
  width: 80px;
  height: 0.5px;
  bottom: 16px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .service-txt._bar span._bar {
    margin-left: 12px;
    width: 30px;
    bottom: 13px;
  }
}
.service-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.1);
  transition: all 0.4s;
}
.service-back::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 10;
  transition: all 0.4s;
}
.service-letter {
  position: absolute;
  font-size: 224px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  line-height: 224px;
  letter-spacing: 0.5rem;
  opacity: 0.2;
}
@media print, screen and (max-width: 1360px) {
  .service-letter {
    font-size: 160px;
    opacity: 0.12;
  }
}
@media screen and (max-width: 768px) {
  .service-letter {
    font-size: 100px;
    line-height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .service-letter {
    font-size: 60px;
    -webkit-text-stroke: 1px #fff;
    line-height: 160px;
    letter-spacing: 0.3rem;
  }
}
.service-btn {
  margin: 56px 5px;
  position: relative;
  display: inline-block;
}
.service-btn a {
  color: #fff;
  letter-spacing: 0.1rem;
}
.service-btn .btn2-txt {
  font-size: 12px;
  margin-left: 72px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .service-btn .btn2-txt {
    font-size: 10px;
    margin-left: 45px;
    padding-bottom: 5px;
  }
}
.service-btn .btn2-arrow {
  position: absolute;
  padding: 16px 20px;
  top: -8px;
  left: 0;
  border-radius: 50%;
  background: rgba(8, 81, 161, 0.8);
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .service-btn .btn2-arrow {
    padding: 8px 11px;
    top: -4px;
  }
}
.service-btn:hover .btn2-txt {
  opacity: 0.7;
}
.service-btn:hover .btn2-arrow {
  opacity: 0.7;
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .service-btn {
    margin: 32px 5px;
  }
}
@media screen and (max-width: 768px) {
  .service-btn {
    margin: 40px 3px;
  }
}
@media screen and (max-width: 600px) {
  .service-btn {
    margin: 15px 0;
  }
}

/* service1 */
.service1-back::before {
  background: #5591B1;
}
.service1-letter {
  top: -64px;
  right: 0;
}
@media screen and (max-width: 600px) {
  .service1-letter {
    right: -20px;
  }
}

/* service2 */
.service2-content {
  text-align: right;
}
.service2-txt {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .service2-txt {
    text-align: left;
  }
}
.service2-btn {
  position: relative;
  display: inline-block;
}
.service2-btn a {
  color: #fff;
  letter-spacing: 0.1rem;
}
.service2-btn .btn2-txt {
  font-size: 12px;
  margin-left: 72px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .service2-btn .btn2-txt {
    font-size: 10px;
    margin-left: 45px;
    padding-bottom: 5px;
  }
}
.service2-btn .btn2-arrow {
  position: absolute;
  padding: 16px 20px;
  top: -8px;
  left: 0;
  border-radius: 50%;
  background: #009DE5;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .service2-btn .btn2-arrow {
    padding: 8px 11px;
    top: -4px;
  }
}
.service2-btn:hover .btn2-txt {
  opacity: 0.7;
}
.service2-btn:hover .btn2-arrow {
  opacity: 0.7;
  transform: scale(1.1);
}
.service2-back::before {
  background: #6185AD;
}
.service2-letter {
  left: 0;
  bottom: -64px;
}
@media screen and (max-width: 600px) {
  .service2-letter {
    left: -10px;
  }
}

/* service3 */
.service3-back::before {
  background: #4C5B6C;
}
.service3-letter {
  right: 0;
  bottom: -64px;
}
@media screen and (max-width: 600px) {
  .service3-letter {
    right: -10px;
  }
}

/*---- content1 ----*/
.content1 {
  position: relative;
  padding: 144px 0 160px;
  overflow: hidden;
}
@media print, screen and (max-width: 1360px) {
  .content1 {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .content1 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .content1 {
    padding: 45px 0 70px;
  }
}
.content1-sec {
  margin: auto;
  max-width: 1560px;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .content1-sec {
    width: 95%;
  }
}
.content1-deco {
  position: absolute;
  content: "";
  background: #5CC2F0;
  transform: skew(-20deg);
  opacity: 0.1;
  z-index: -1;
  width: 50%;
  height: calc(100% - 480px);
  top: -120px;
  right: 15%;
}
@media screen and (max-width: 768px) {
  .content1-deco {
    position: absolute;
    content: "";
    background: #5CC2F0;
    transform: skew(-15deg);
    opacity: 0.1;
    z-index: -1;
    height: 500px !important;
    top: -80px;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .content1-deco {
    height: 250px !important;
  }
}

/*---- column ----*/
.column-tit {
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .column-tit {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .column-tit {
    font-size: 40px;
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 600px) {
  .column-tit {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin-left: 15px;
  }
}
.column-tit span {
  display: block;
  font-weight: normal;
  margin-top: 16px;
  padding-left: 24px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .column-tit span {
    margin-top: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .column-tit span {
    padding-left: 12px;
  }
}
@media screen and (max-width: 600px) {
  .column-tit span {
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
    padding-left: 5px;
    letter-spacing: 0.3rem;
  }
}
.column-container {
  margin: auto;
  width: 80%;
  max-width: 1440px;
}
@media screen and (max-width: 1024px) {
  .column-container {
    width: 100%;
  }
}
.column-articles {
  display: flex;
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) {
  .column-articles {
    margin-top: 45px;
  }
}
@media screen and (max-width: 600px) {
  .column-articles {
    flex-direction: column;
    margin-top: 35px;
  }
}
.column-btn {
  margin-top: 56px;
  text-align: right;
  position: relative;
}
.column-btn a {
  position: relative;
  padding: 24px 72px 24px 0;
  color: #999;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 600px) {
  .column-btn a {
    padding-right: 50px;
  }
}
.column-btn .btn1-txt {
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .column-btn .btn1-txt {
    font-size: 10px;
  }
}
.column-btn .btn1-arrow {
  position: absolute;
  right: 42px;
  bottom: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .column-btn .btn1-arrow {
    right: 22px;
  }
}
.column-btn .btn1-circle {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  top: 8px;
  right: 0;
  border-radius: 50%;
  background: #009DE5;
  opacity: 0.45;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .column-btn .btn1-circle {
    width: 40px;
    height: 40px;
    top: 18px;
    right: 0;
  }
}
.column-btn:hover .btn1-txt {
  opacity: 0.7;
}
.column-btn:hover .btn1-arrow {
  right: 40px;
}
@media screen and (max-width: 600px) {
  .column-btn:hover .btn1-arrow {
    right: 20px;
  }
}
.column-btn:hover .btn1-circle {
  opacity: 0.4;
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .column-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .column-btn {
    margin-top: 10px;
  }
}
.column-article {
  opacity: 0;
}
.column-article.is-animated {
  animation: fadein 0.8s ease forwards;
}
.column-article.is-animated:nth-child(2) {
  animation-delay: 0.2s;
}
@media screen and (max-width: 600px) {
  .column-article.is-animated:nth-child(2) {
    animation-delay: 0;
  }
}
.column-article.is-animated:nth-child(3) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 600px) {
  .column-article.is-animated:nth-child(3) {
    animation-delay: 0;
  }
}
.column-article.is-animated:nth-child(4) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 600px) {
  .column-article.is-animated:nth-child(4) {
    animation-delay: 0;
  }
}

/*---- article ----*/
.article {
  position: relative;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
}
@media screen and (max-width: 600px) {
  .article {
    margin: 0 auto 15px;
    width: 80%;
  }
}
.article a {
  display: block;
  margin: 0;
  color: #fff;
}
.article a:hover .article-data {
  height: 136px;
  background: rgba(0, 0, 0, 0.6);
}
.article a:hover .article-img img {
  transform: scale(1.1);
  filter: brightness(1);
}
.article-data {
  position: absolute;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 1px);
  height: 128px;
  left: 0.5px;
  bottom: 0;
  transition: all 0.4s;
  z-index: 10;
}
@media print, screen and (max-width: 1360px) {
  .article-data {
    padding: 10px;
    height: 112px;
  }
}
@media screen and (max-width: 1024px) {
  .article-data {
    height: 100px;
  }
}
@media screen and (max-width: 600px) {
  .article-data {
    padding: 12px 10px;
  }
}
.article-tit {
  font-size: 16px;
  margin-bottom: 3px;
}
@media print, screen and (max-width: 1360px) {
  .article-tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .article-tit {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.article-date, .article-category {
  font-size: 12px;
  padding: 0 5px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width: 1360px) {
  .article-date, .article-category {
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .article-date, .article-category {
    font-size: 10px;
    padding: 0 3px;
    line-height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .article-date, .article-category {
    padding: 0;
    line-height: 18px;
  }
}
.article-img {
  border: 0.5px solid #999;
  overflow: hidden;
}
.article-img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  transform: scale(1);
  filter: brightness(0.8);
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

/*---- movie ----*/
.movie {
  margin-top: 144px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .movie {
    margin-top: 88px;
  }
}
.movie a {
  position: relative;
  display: inline-block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .movie a {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .movie a {
    width: 90%;
  }
}
.movie a:hover .movie-img img {
  transform: scale(1.1);
  filter: brightness(0.5);
}
.movie-tit {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .movie-tit {
    font-size: 1rem;
  }
}
.movie-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: drop-shadow(rgba(0, 0, 0, 0.15) 0 3px 6px);
}
.movie-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: bottom;
  transform: scale(1);
  filter: brightness(0.6);
  transition: all 0.4s;
  z-index: -1;
}

/*---- content2 ----*/
.content2 {
  padding: 120px 0;
  background: #eee;
}
@media screen and (max-width: 1024px) {
  .content2 {
    padding: 80px 0 96px;
  }
}
@media screen and (max-width: 768px) {
  .content2 {
    padding: 65px 0;
  }
}
@media screen and (max-width: 600px) {
  .content2 {
    padding: 50px 0;
  }
}
.content2-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .content2-inner {
    flex-direction: column;
  }
}
.content2-sec {
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  .content2-sec {
    max-width: 100%;
  }
}

.news-articles {
  margin: 8px;
  padding: 24px 16px 0 24px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .news-articles {
    margin: 0;
    padding: 20px;
  }
}
.news-article {
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.news-article a {
  transition: all 0.3s;
}
.news-article a:hover {
  opacity: 0.5;
}
.news-article h3 {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.3rem;
}
.news-date {
  font-size: 10px;
  padding: 0 3px;
  letter-spacing: 0.1rem;
  color: #0851A1;
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .news-date {
    padding: 0 0 3px;
  }
}
.news-txt {
  font-size: 12px;
  letter-spacing: 0.15rem;
  line-height: 20px;
  margin: 0 0 16px;
  color: #999;
}

/*---- news ----*/
.news {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .news {
    width: 52%;
  }
}
@media screen and (max-width: 600px) {
  .news {
    margin-bottom: 60px;
    width: 95%;
  }
}
.news-top {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .news-top {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
.news-top::before {
  position: absolute;
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  right: 0;
  bottom: 0;
  background: #999;
}
@media screen and (max-width: 600px) {
  .news-top::before {
    width: calc(100% - 15px);
  }
}
.news-top::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 3px;
  bottom: -4px;
  background: #5CC2F0;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .news-top::after {
    width: 5px;
    height: 5px;
    left: 0;
    bottom: -2px;
  }
}
.news-tit {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .news-tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .news-tit {
    font-size: 24px;
  }
}
.news-tit span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-left: 8px;
  color: #333;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .news-tit span {
    font-size: 14px;
    padding-left: 3px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news-tit span {
    font-size: 12px;
  }
}
.news-articles {
  max-height: 320px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .news-articles {
    max-height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .news-articles {
    max-height: 300px;
  }
}
.news-articles::-webkit-scrollbar {
  width: 5px;
}
.news-articles::-webkit-scrollbar-thumb {
  background-color: #BAEAFF;
  border-radius: 2px;
}
.news-btn {
  margin-top: 24px;
  text-align: right;
}
.news-btn a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 600px) {
  .news-btn a {
    font-size: 10px;
  }
}
.news-btn .btn3-txt {
  margin-right: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  transition: all 0.4s;
}
.news-btn .btn3-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  transition: all 0.4s;
}
.news-btn:hover .btn3-txt {
  opacity: 0.7;
}
.news-btn:hover .btn3-arrow {
  right: -2px;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .news-btn {
    margin-top: 20px;
  }
}

/*---- voice ----*/
.voice {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .voice {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    width: 42%;
  }
}
@media screen and (max-width: 600px) {
  .voice {
    width: 95%;
  }
}
.voice a {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
  transition: all 0.4s;
  transition-delay: 1.2s;
}
.voice a:hover .voice-img::before {
  background: rgba(12, 54, 100, 0.7);
}
@media screen and (max-width: 600px) {
  .voice a:hover .voice-img::before {
    background: rgba(12, 54, 100, 0.85);
  }
}
.voice a:hover .voice-img img {
  transform: scale(1.1);
}
.voice a:hover .vbtn-txt {
  opacity: 0.7;
}
.voice a:hover .vbtn-arrow {
  right: -2px;
  opacity: 0.7;
}
.voice-tit {
  position: absolute;
  font-size: 36px;
  top: 15%;
  left: 10%;
  letter-spacing: 0.3rem;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .voice-tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .voice-tit {
    font-size: 24px;
    letter-spacing: 0.2rem;
  }
}
.voice-btn {
  position: absolute;
  right: 10%;
  bottom: 160px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .voice-btn {
    right: 5%;
    bottom: 90px;
  }
}
.voice-btn .vbtn-txt {
  font-size: 12px;
  margin-right: 24px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #fff;
  letter-spacing: 0.1rem;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .voice-btn .vbtn-txt {
    font-size: 10px;
  }
}
.voice-btn .vbtn-arrow {
  position: absolute;
  font-size: 12px;
  top: 6px;
  right: 0;
  transition: all 0.4s;
}
.voice-img {
  position: relative;
  overflow: hidden;
}
.voice-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(12, 54, 100, 0.5);
  z-index: 10;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .voice-img::before {
    background: rgba(12, 54, 100, 0.7);
  }
}
.voice-img img {
  transform: scale(1);
  vertical-align: bottom;
  transition: all 0.4s;
}
.voice-letter {
  position: absolute;
  font-size: 96px;
  right: -16px;
  bottom: -16px;
  color: transparent;
  line-height: 96px;
  letter-spacing: 0.8rem;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.5;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .voice-letter {
    font-size: 72px;
    letter-spacing: 0.4rem;
    line-height: 72px;
    right: -8px;
  }
}
@media screen and (max-width: 600px) {
  .voice-letter {
    font-size: 60px;
    line-height: 60px;
    bottom: -8px;
    opacity: 0.3;
  }
}
.voice.is-animated a {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
}
.voice.is-animated .voice-img::after {
  animation: imgWrap 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #eee;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}