@charset "UTF-8";
/*===== 5. index  =====*/
* {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.container-index {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .container-index {
    width: 96%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .container-index {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .container-index {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .container-index {
    width: 1200px !important;
  }
}

.indeItem__title {
  position: relative;
}
.indeItem__title--tw {
  color: #1d2e35;
  font-size: 2rem;
  display: inline-block;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-weight: 500;
}
@media (max-width: 992px) {
  .indeItem__title--tw {
    font-size: 1.6rem;
  }
}
.indeItem__title--en {
  font-size: 2.4rem;
  color: #00C3A2;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
}
@media (max-width: 992px) {
  .indeItem__title--en {
    font-size: 2rem;
  }
}
.indeItem__title--desc {
  font-size: 0.85rem;
  color: #000;
  display: block;
}
.indeItem__title--more {
  font-size: 0.85rem;
  margin-top: 15px;
  text-decoration: none;
  display: block;
}
.indeItem__title--more a {
  color: #25837D !important;
  text-decoration: none;
}
.indeItem__title--more a:hover {
  font-size: 0.9rem;
  font-weight: 600;
  color: #00C3A2;
}

.bt-round-next, .bt-round-prev {
  cursor: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.bt-round-next svg, .bt-round-prev svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: background-color 0.3s, -webkit-transform 1.2s;
  transition: background-color 0.3s, -webkit-transform 1.2s;
  transition: transform 1.2s, background-color 0.3s;
  transition: transform 1.2s, background-color 0.3s, -webkit-transform 1.2s;
  border-radius: 100%;
  overflow: hidden;
}
.bt-round-next svg circle, .bt-round-prev svg circle {
  stroke-dasharray: 267;
  stroke-dashoffset: 267px;
  -webkit-transition: stroke-dashoffset 1.2s, -webkit-transform 1.2s;
  transition: stroke-dashoffset 1.2s, -webkit-transform 1.2s;
  transition: stroke-dashoffset 1.2s, transform 1.2s;
  transition: stroke-dashoffset 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke: #9E9E9E;
}
.bt-round-next svg circle:last-child, .bt-round-prev svg circle:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bt-round-next.is-inview svg, .bt-round-prev.is-inview svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.bt-round-next.is-inview svg circle:first-child, .bt-round-prev.is-inview svg circle:first-child {
  stroke-dashoffset: 22px;
}
.bt-round-next.is-inview:hover svg circle:first-child, .bt-round-prev.is-inview:hover svg circle:first-child {
  stroke-dashoffset: 267px;
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  -webkit-transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.bt-round-next.is-inview:hover svg circle:last-child {
  stroke-dashoffset: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bt-round-prev.is-inview:hover svg circle:last-child {
  stroke-dashoffset: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bt-round-prev.is-inview:hover svg circle:first-child {
  stroke-dashoffset: 267px;
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  -webkit-transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.bt-round-next, .bt-round-prev {
  display: block;
  width: 4.125rem;
  height: 4.125rem;
  background: none;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.bt-round-next.form__submit_disabled, .bt-round-prev.form__submit_disabled {
  cursor: default;
}
.bt-round-next:hover i:after, .bt-round-next:hover i:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bt-round-prev:hover i:after, .bt-round-prev:hover i:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bt-round-next:hover i:before, .bt-round-prev:hover i:before {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}
.bt-round-next:hover i:after, .bt-round-prev:hover i:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}
.bt-round-next i, .bt-round-prev i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.625rem;
  height: 0.9375rem;
  margin: -0.46875rem 0 0 -0.8125rem;
  overflow: hidden;
}
.bt-round-next i:after, .bt-round-next i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' d='M1.5 8.5h24m-6-7l7 7m-7 7L26 9'/%3E%3C/svg%3E");
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bt-round-prev i:after, .bt-round-prev i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' d='M2.5,8.5h24m-25,0,7-7M2,9l6.5,6.5'/%3E%3C/svg%3E");
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -webkit-transform: translateX(180);
          transform: translateX(180);
}
.bt-round-next i:after {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bt-round-prev i:after {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bt-round-next.bottom_ i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}
.bt-round-prev.bottom_ i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-animation: none;
          animation: none;
}
.bt-round-next.black_ i:after, .bt-round-next.black_ i:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='square' d='M2.5,8.5h24m-25,0,7-7M2,9l6.5,6.5'/%3E%3C/svg%3E") !important;
}
.bt-round-prev.black_ i:after, .bt-round-prev.black_ i:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='square' d='M1.5 8.5h24m-6-7l7 7m-7 7L26 9'/%3E%3C/svg%3E") !important;
}

.index_video {
  position: relative;
}
.index_video .video_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), linear-gradient(to top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3));
}
.index_video .jarallax {
  position: relative;
  min-height: 100vh;
  min-height: 100vh;
}
.index_video .jarallax::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: -1;
  opacity: 0.9;
  content: "";
  background-image: url("../img/dot.png");
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}
.index_video .jarallax .video_into {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index_video .jarallax .video_into h1.title_c {
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 50px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  margin-bottom: -16px;
  text-shadow: 2px 3px 0.1em rgba(0, 0, 0, 0.6);
}
.index_video .jarallax .video_into h1.title_e {
  font-family: "roboto", serif !important;
  font-size: 45px;
  font-weight: 400 !important;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  text-shadow: 2px 3px 0.1em rgba(0, 0, 0, 0.6);
}
.index_video .jarallax .video_into p.text {
  font-size: 16px;
  font-weight: 300 !important;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* 聲音開關 ---------------- */
.jarallax-video-pause {
  display: none;
  font-size: 26px;
  color: #FFF;
  padding-top: 0px;
  text-align: center;
  position: absolute;
  top: 85%;
  right: 4%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.jarallax-video-pause:hover {
  color: #80cbee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 0px 5px 0.6em rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 0.6em rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .jarallax-video-pause {
    top: 75%;
    right: 8%;
  }
}

/* end 聲音開關 ----- */
/* 下方滑鼠動畫 文字  ------------------------ */
.scroll-down span {
  color: #fff;
  display: block;
  width: 100px;
  margin-top: 52px;
  margin-left: -50%;
  text-shadow: 0 0 10px #666;
}
.scroll-down {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  bottom: 7%;
  right: 48%;
  margin: 0 auto;
  z-index: 100;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.scroll-down:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-animation: scrollDown 1.5s ease infinite;
          animation: scrollDown 1.5s ease infinite;
}
.scroll-down:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 6px;
  height: 15px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
@media (max-width: 1199.98px) {
  .scroll-down {
    display: none;
  }
}

/* 下方滑鼠動畫 */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 16px);
            transform: translate(-50%, 16px);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 16px);
            transform: translate(-50%, 16px);
    opacity: 0;
  }
}
/* end 下方滑鼠動畫 文字  ------------------------ */
.index_about {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .index_about {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 80vh;
  }
}
@media (min-width: 991px) {
  .index_about {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 70vh;
  }
}
@media (max-width: 991px) {
  .index_about {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
  }
}
@media (max-width: 576px) {
  .index_about {
    min-height: 80vh !important;
  }
}
.index_about .about_bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
}
@media (min-width: 1400px) {
  .index_about .about_bg {
    -webkit-transform: translate(15%, -50%);
            transform: translate(15%, -50%);
    width: 100%;
  }
}
@media (min-width: 1660px) {
  .index_about .about_bg {
    -webkit-transform: translate(40%, -50%);
            transform: translate(40%, -50%);
    width: 80%;
  }
}
@media (max-width: 1400px) {
  .index_about .about_bg {
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .index_about .about_bg {
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
    width: 120%;
  }
}
@media (max-width: 991.98px) {
  .index_about .about_bg {
    display: none;
  }
}
.index_about .about_bg polygon {
  fill: #eaeff7;
  stroke-width: 0px;
}
.index_about .aboutInfo {
  z-index: 20;
}
@media (min-width: 992px) {
  .index_about .aboutInfo {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 0px;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}
@media (min-width: 1440px) {
  .index_about .aboutInfo {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}
@media (max-width: 991px) {
  .index_about .aboutInfo {
    position: relative;
    width: 80% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 30px;
  }
}
.index_about .aboutInfo .aboutTitle {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: 600;
  color: #0c5688;
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .index_about .aboutInfo .aboutTitle {
    font-size: 1.6rem;
  }
}
.index_about .aboutInfo .aboutText {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.7rem;
  margin-bottom: 30PX !important;
  color: #000000;
}
.index_about .aboutPic {
  position: absolute;
  z-index: 10;
  width: 50%;
  top: 50%;
  left: 50%;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .index_about .aboutPic {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .index_about .aboutPic {
    position: absolute;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (max-width: 991px) {
  .index_about .aboutPic {
    position: relative;
    width: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.index_about .aboutPic .swiper-slide {
  position: relative;
}
.index_about .aboutPic .swiper-slide:hover {
  cursor: e-resize;
}
.index_about .aboutPic .swiper-slide img {
  opacity: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .index_about .aboutPic .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.index_about .aboutPic .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.index_about .aboutPic .about-pagination {
  margin-bottom: -10px;
}

/* ---------------- */
.index_services {
  position: relative;
  min-height: 70vh;
  padding-top: 50px;
  padding-bottom: 20px;
}
.index_services::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  display: block;
  background-color: #fff;
}
.index_services .services_moreBox {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 300px;
  height: 60px;
  background-color: #fff;
}
.index_services .services_moreBox .btn-more--03 {
  min-width: 300px;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0px;
  font-size: 1rem;
  height: 60px;
}
@media (min-width: 1800px) {
  .index_services .services_moreBox {
    width: calc(30% - 30px);
  }
  .index_services .services_moreBox .btn-more--03 {
    min-width: 360px;
  }
}
@media (max-width: 1800px) {
  .index_services .services_moreBox {
    width: calc(37% - 30px);
  }
  .index_services .services_moreBox .btn-more--03 {
    min-width: 380px;
  }
}
@media (max-width: 1400px) {
  .index_services .services_moreBox {
    width: calc(37% - 30px);
  }
  .index_services .services_moreBox .btn-more--03 {
    min-width: 340px;
  }
}
@media (max-width: 1200px) {
  .index_services .services_moreBox {
    width: calc(37% - 30px);
  }
  .index_services .services_moreBox .btn-more--03 {
    min-width: 300px;
  }
}
.index_services .servicesBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 62%;
  background-image: url("../img/services_bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: -1;
}
.index_services .servicesBg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 18, 31, 0.2)), color-stop(50%, rgba(1, 18, 31, 0.6)));
  background: linear-gradient(to top, rgba(1, 18, 31, 0.2) 0%, rgba(1, 18, 31, 0.6) 50%);
  mix-blend-mode: multiply;
}
.index_services .servicesInfo {
  position: relative;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  padding-bottom: 25px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .index_services .servicesInfo {
    width: 80%;
  }
}
.index_services .servicesInfo .servicesTitle {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding-bottom: 20px;
}
.index_services .servicesInfo .servicesText {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.7rem;
  padding-bottom: 30px;
}

/* ================= */
.index_services .Swiper_services {
  position: relative;
  width: 80%;
  height: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  padding-bottom: 50px;
  z-index: 10;
}
@media (min-width: 1500px) {
  .index_services .Swiper_services {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .index_services .Swiper_services {
    height: 550px;
  }
}
@media (max-width: 1000px) {
  .index_services .Swiper_services {
    height: 500px;
  }
}
@media (max-width: 750px) {
  .index_services .Swiper_services {
    height: 680px;
  }
}
@media (max-width: 560px) {
  .index_services .Swiper_services {
    height: 500px;
  }
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  display: block;
  overflow: hidden;
  border: none !important;
  background: #ebf0f7;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 105%;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  min-height: 190px;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide .card-body .card-title {
  z-index: 10;
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: 600;
  color: #0c5688;
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide .card-body .card-text {
  z-index: 10;
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #0c5688;
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide .card-body .card-button {
  z-index: 10;
  position: absolute;
  background: #0c6fa8;
  width: 100px;
  height: 40px;
  bottom: 0px;
  left: 0px;
  padding: 0px 15px;
  line-height: 40px;
  color: #fff;
  text-align: right;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide .card-body .card-button i {
  font-size: 0.85rem;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(12, 111, 168, 0.8);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  height: 0%;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide:hover {
  cursor: e-resize;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide:hover:before {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide:hover .card-body {
  min-height: 260px;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide:hover .card-body .card-title {
  color: #fff;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide:hover .card-body .card-text {
  color: #fff;
  -webkit-line-clamp: 3;
}
.index_services .Swiper_services .swiper-wrapper .swiper-slide:hover .card-body .card-button {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: #0c5688;
}

.index_services .services-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 6px;
  background: #fff !important;
  border: 1px solid #848a8f !important;
  opacity: 0.7;
}
.index_services .services-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #296794 !important;
  width: 50px;
  height: 6px;
  border-radius: 6px;
  opacity: 1;
}
.index_services .services-button-prev {
  position: absolute;
  top: 67%;
  left: 4%;
}
@media (min-width: 1400px) {
  .index_services .services-button-prev {
    left: 6%;
  }
}
.index_services .services-button-next {
  position: absolute;
  top: 67%;
  right: 4%;
}
@media (min-width: 1400px) {
  .index_services .services-button-next {
    right: 6%;
  }
}
.index_services .services-button-next, .index_services .services-button-prev {
  opacity: 0.7;
  color: #6e6e6e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_services .services-button-next:hover, .index_services .services-button-prev:hover {
  opacity: 1;
  color: #313131;
}

.index_components {
  position: relative;
  min-height: 70vh;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.index_components .componentsInfo {
  position: relative;
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #0c5688;
  padding-bottom: 25px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .index_components .componentsInfo {
    width: 80%;
  }
}
.index_components .componentsInfo .componentsTitle {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding-bottom: 20px;
}
.index_components .componentsInfo .componentsText {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.7rem;
  padding-bottom: 15px;
}

/* ================= */
.index_components .Swiper_components {
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  padding-bottom: 50px;
  z-index: 10;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide {
  border-radius: 2px;
  position: relative;
  display: block;
  overflow: hidden;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide .card-body {
  position: relative;
  text-align: left;
  min-height: 150px;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background: #e5e5e5;
  padding: 1.5rem 1rem 1rem 1rem;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide .card-body:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  background: rgba(12, 86, 136, 0.8);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide .card-body .card-title {
  z-index: 10;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 800;
  color: #0c5688;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide .card-body .card-text {
  z-index: 10;
  font-size: 0.85rem;
  font-weight: 300;
  margin: 15px 0;
  line-height: 1.3em;
  max-height: 112px;
  color: #0c5688;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide .card-body .card-button {
  z-index: 10;
  position: absolute;
  background: #0c6fa8;
  width: 100px;
  height: 40px;
  bottom: 0px;
  left: 0px;
  padding: 0px 15px;
  line-height: 40px;
  color: #fff;
  text-align: right;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide .card-body .card-button i {
  font-size: 0.85rem;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide:hover {
  cursor: e-resize;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide:hover img {
  border: 1px solid #0c5688;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide:hover .card-body:before {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide:hover .card-body .card-title {
  position: absolute;
  margin-top: -15px;
  color: #fff;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide:hover .card-body .card-text {
  position: absolute;
  margin-top: -5px;
  color: #fff;
  opacity: 1;
}
.index_components .Swiper_components .swiper-wrapper .swiper-slide:hover .card-body .card-button {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: #0c5688;
}

.index_components .components-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 6px;
  background: #fff !important;
  border: 1px solid #848a8f !important;
  opacity: 0.7;
}
.index_components .components-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #296794 !important;
  width: 50px;
  height: 6px;
  border-radius: 6px;
  opacity: 1;
}
.index_components .components-button-prev {
  position: absolute;
  top: 55%;
  left: 4%;
}
@media (min-width: 1400px) {
  .index_components .components-button-prev {
    left: 6%;
  }
}
.index_components .components-button-next {
  position: absolute;
  top: 55%;
  right: 4%;
}
@media (min-width: 1400px) {
  .index_components .components-button-next {
    right: 6%;
  }
}
.index_components .components-button-next, .index_components .components-button-prev {
  opacity: 0.7;
  color: #6e6e6e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_components .components-button-next:hover, .index_components .components-button-prev:hover {
  opacity: 1;
  color: #313131;
}

.index_news {
  position: relative;
  min-height: 70vh;
  background-color: #f2f5f7;
  padding-top: 80px;
  padding-bottom: 100px;
}
.index_news .news_container {
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index_news .news_container .news_pic {
  height: 450px;
  overflow: hidden;
}
.index_news .news_container .news_pic img {
  width: 100%;
  height: auto;
  border-radius: 2px !important;
}
.index_news .news_container .news_info {
  position: relative;
  min-height: 380px;
}
@media (min-width: 992px) {
  .index_news .news_container .news_info {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .index_news .news_container .news_info {
    min-height: 440px;
  }
}
@media (max-width: 992px) {
  .index_news .news_container .news_info {
    margin-top: 20px;
    min-height: 440px;
  }
}
.index_news .news_container .news_info .news_info_title {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding-bottom: 20px;
  color: #0c6fa8;
}
.index_news .news_container .news_info .btn-more--03 {
  position: absolute;
  bottom: 0px;
  min-width: 240px;
  border-radius: 0px;
  font-size: 0.9rem;
  height: 60px;
}
@media (min-width: 768px) {
  .index_news .news_container .news_info .btn-more--03 {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .index_news .news_container .news_info .btn-more--03 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.index_news .news_container .news_info .btn-more--03 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

ul.newsList {
  padding-left: 0rem;
  padding-top: 20px;
}
ul.newsList li {
  list-style: none;
}
ul.newsList li a {
  position: relative;
  text-decoration: none;
  padding: 3px 6px 5px 12px;
  display: block;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
ul.newsList li a .newsList_item--date {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1rem;
  margin-right: 10px;
  color: #3b3b3b;
}
ul.newsList li a .newsList_item--cate {
  font-size: 0.8rem;
  margin-right: 10px;
  min-width: 200px;
  padding: 3px 8px;
  border-radius: 1px;
  color: #fff;
  background: #0c5688;
}
ul.newsList li a .newsList_item--title {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.7rem;
  padding-bottom: 15px;
  color: #0a3857;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
ul.newsList li a::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 2px;
  background-color: #dde4e9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.newsList li a:hover::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index_contact {
  position: relative;
  min-height: 60vh;
  background-image: url("../img/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.index_contact::before {
  background-image: url("../img/dot.png");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: darken;
}
.index_contact .contact_intro {
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .index_contact .contact_intro {
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.index_contact .contact_intro .contact_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
  color: #fff;
  padding-bottom: 18px;
}
@media (max-width: 992px) {
  .index_contact .contact_intro .contact_title {
    font-size: 1.5rem;
  }
}
.index_contact .contact_intro .contact_desc {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  font-weight: 300;
}
.index_contact .contact_info {
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 740px) and (max-width: 960px) {
  .index_contact .contact_info {
    width: 50%;
  }
}
.index_contact .contact_info .contactBox {
  position: relative;
  color: #fff;
  border: 2px solid rgba(209, 209, 209, 0.452);
  display: inline-block;
  margin-bottom: 15px;
  min-height: 150px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33%;
}
@media (max-width: 1200px) {
  .index_contact .contact_info .contactBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 49%;
  }
}
@media (max-width: 960px) {
  .index_contact .contact_info .contactBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.index_contact .contact_info .contactBox .contactBox-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 50px;
  color: #fff;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
.index_contact .contact_info .contactBox .contactBox-container a {
  color: #fff;
  text-decoration: none;
}
.index_contact .contact_info .contactBox .contactBox-container i {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.6rem;
}
.index_contact .contact_info .contactBox .contactBox-container .sub_title {
  font-family: "Oswald", sans-serif !important;
  position: absolute;
  top: 0px;
  left: 20%;
  font-size: 0.85rem;
}
.index_contact .contact_info .contactBox .contactBox-container .title {
  font-family: "Oswald", sans-serif !important;
  position: absolute;
  top: 35%;
  left: 20%;
  font-size: 1.4rem;
  font-weight: 700;
}
.index_contact .contact_info .contactBox.contactBox-email .contactBox-container {
  width: 90%;
}
.index_contact .contact_info .contactBox.contactBox-email .contactBox-container .title {
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 1rem;
}
.index_contact .contact_info .contactBox:hover {
  cursor: pointer;
  border: 2px solid #c07606;
  background-color: rgba(92, 57, 5, 0.2);
  mix-blend-mode: darken;
}
.index_contact .contact_info .contactBox:hover i {
  color: #c07606;
  top: 0%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.index_contact .contact_info .contactBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
}
.index_contact .contact_info .contactBox:hover::before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}/*# sourceMappingURL=index.css.map */