@charset "UTF-8";
.cbp-popup-lightbox-title {
  font-size: 1rem;
}

.cbp-popup-content .cbp-popup-lightbox-figure img {
  background: #fff;
}

body {
  background-color: #fff;
}

* {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.container-page {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .container-page {
    width: 96%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .container-page {
    width: 88%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .container-page {
    width: 88%;
  }
}
@media (min-width: 1500px) {
  .container-page {
    width: 1300px;
  }
}

.page_intro {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000;
  width: 85%;
  max-width: 600px;
  margin: 70px auto 70px auto;
}
.page_intro--title {
  font-size: 1.6rem;
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-weight: 600;
  color: #0c5688;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.page_content {
  min-height: 30vh;
}

.pageTitle {
  text-align: center;
}
.pageTitle__title {
  color: #000;
  font-size: 34px;
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  font-weight: 600 !important;
}
.pageTitle__subtitle {
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  color: #000;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 25px;
}

.page_banner {
  position: relative;
  background: #333;
  border-bottom: 1px solid #034477;
}
.page_banner .banner_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, color-stop(20%, 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.6)), linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3));
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_banner .banner_top {
    height: 160px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page_banner .banner_top {
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .banner_top {
    height: 90px;
  }
}
.page_banner .jarallax {
  position: relative;
}
.page_banner .jarallax::before {
  background-image: url("../img/dot.png");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8;
  content: "";
}
.page_banner .jarallax {
  min-height: 420px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_banner .jarallax {
    min-height: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_banner .jarallax {
    min-height: 280px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page_banner .jarallax {
    min-height: 200px !important;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax {
    min-height: 200px !important;
  }
}
.page_banner .jarallax .banner_info {
  position: absolute;
  z-index: 160;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .page_banner .jarallax .banner_info {
    top: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_banner .jarallax .banner_info {
    top: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page_banner .jarallax .banner_info {
    top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page_banner .jarallax .banner_info {
    top: 80px;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .banner_info {
    top: 90px;
    width: 90%;
  }
}
.page_banner .jarallax .banner_info .title {
  font-size: 2.5rem;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  text-shadow: 2px 1px 0.6rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .banner_info .title {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
}
.page_banner .jarallax .banner_info .desc {
  font-size: 20px;
  font-weight: 400 !important;
  color: #fff;
  text-align: center;
  text-shadow: 2px 1px 0.1em rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .banner_info .desc {
    font-size: 1rem;
  }
}
.page_banner .jarallax .jarallax-img {
  position: absolute;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .page_banner .jarallax .jarallax-img {
    height: 280px !important;
  }
}
@media (max-width: 575.98px) {
  .page_banner .jarallax .jarallax-img {
    height: 240px !important;
  }
}
@media (max-width: 375px) {
  .page_banner .jarallax .jarallax-img {
    height: 200px !important;
  }
}

.cateBtn {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 2px 1px;
  min-width: 180px;
  min-height: 30px;
  line-height: 40px;
  position: relative;
  color: #0c5688;
  background: #fff;
  border: 1px solid #0c5688;
  text-align: center;
}
.cateBtn span {
  position: relative;
  z-index: 10;
}
.cateBtn.btn-active {
  color: #fff;
  background-color: #0c6fa8 !important;
}
.cateBtn::before {
  content: "";
  z-index: 1;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #0c5688;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cateBtn:hover {
  color: #ffffff;
}
.cateBtn:hover::before {
  width: 100%;
}

.SubMenu {
  padding-top: 5px;
  padding-bottom: 20px;
}
.SubMenu_L2 {
  text-align: center;
}
.SubMenu_L3 {
  text-align: center;
}

.page.detail .detail_title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
  font-weight: 600;
}
.page.detail .detail_title_item {
  color: #777;
  padding-bottom: 20px;
}
.page.detail .upDownPage a {
  color: #189FAA;
  font-weight: 300;
}
.page.detail .upDownPage a:hover {
  color: #A2000E;
  font-weight: 400;
  text-decoration: none;
}
.page.detail .btn-goList {
  background-color: #189FAA !important;
  color: #fff;
}
.page.detail .btn-goList:hover {
  background-color: #333 !important;
}

.page.detail .file_list li a {
  color: #333;
}
.page.detail .file_list li a:hover {
  color: #0c6fa8;
}
.page.detail .file_list li .fileType {
  height: 35px;
  width: auto;
  padding-right: 5px;
  padding-bottom: 3px;
}

.about_video {
  position: relative;
  border-bottom: 5px solid #034477;
}
.about_video .video_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, color-stop(20%, 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.6)), linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3));
}
.about_video .jarallax {
  position: relative;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .about_video .jarallax {
    min-height: 600px;
  }
}
@media (min-width: 540px) and (max-width: 992px) {
  .about_video .jarallax {
    min-height: 500px;
  }
}
@media (max-width: 540px) {
  .about_video .jarallax {
    min-height: 700px;
  }
  .about_video .jarallax .company_into {
    margin-top: 30px;
  }
}
.about_video .jarallax .company_pic {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  height: 85%;
  width: auto;
}
.about_video .jarallax .company_tree {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 55%;
  width: auto;
}
.about_video .jarallax .company_into {
  position: absolute;
  z-index: 5;
  border-radius: 4px;
  top: 45%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(8, 46, 68, 0.6);
  padding: 20px 550px 20px 50px;
  min-height: 300px;
  width: 70%;
}
@media (max-width: 1440px) {
  .about_video .jarallax .company_into {
    top: 50%;
    left: 50%;
    z-index: 12 !important;
    padding: 20px 50px 20px 50px;
  }
}
@media (max-width: 992px) {
  .about_video .jarallax .company_into {
    width: 80%;
  }
}
.about_video .jarallax .company_into .title {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding-bottom: 30px;
  color: #fff;
}
.about_video .jarallax .company_into .desc {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  position: relative;
  margin-bottom: 30PX !important;
  color: #fff;
}
.about_video .jarallax .company_into .desc p {
  margin-bottom: 0.8rem;
}

.section_about_01 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 0px;
}
@media (min-width: 991px) {
  .section_about_01 {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 80vh;
  }
}
@media (max-width: 991px) {
  .section_about_01 {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
  }
}
@media (max-width: 576px) {
  .section_about_01 {
    min-height: 80vh !important;
  }
}
.section_about_01--bg {
  position: absolute;
  z-index: 2;
  bottom: 0%;
  left: 0px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .section_about_01--bg {
    left: -20%;
  }
}
.section_about_01--bg img {
  width: 90%;
  height: auto;
}
.section_about_01--Info {
  z-index: 20;
}
@media (min-width: 992px) {
  .section_about_01--Info {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (max-width: 991px) {
  .section_about_01--Info {
    position: relative;
    width: 80% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 30px;
  }
}
.section_about_01--Info_Title {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding-bottom: 30px;
  color: #0c6fa8;
}
.section_about_01--Info_Text {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  position: relative;
  margin-bottom: 30PX !important;
  color: rgb(0, 0, 0);
}

.section_about_02 {
  position: relative;
  overflow: hidden;
  background-color: #0c6fa8;
  padding-bottom: 0px;
}
@media (min-width: 991px) {
  .section_about_02 {
    padding-bottom: 80px;
    min-height: 666px;
  }
}
@media (max-width: 991px) {
  .section_about_02 {
    padding-bottom: 80px;
    min-height: 666px;
  }
}
@media (max-width: 576px) {
  .section_about_02 {
    min-height: 666px;
  }
}
.section_about_02--bg {
  position: absolute;
  z-index: 2;
  bottom: 0%;
  right: 0px;
}
.section_about_02--bg img {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .section_about_02--bg {
    right: 0%;
  }
  .section_about_02--bg img {
    height: auto;
    width: 100%;
  }
}
.section_about_02--Info {
  z-index: 20;
}
@media (min-width: 992px) {
  .section_about_02--Info {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}
@media (max-width: 991px) {
  .section_about_02--Info {
    position: relative;
    width: 80% !important;
    bottom: 20%;
    left: 0%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section_about_02--Info_Title {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding-bottom: 30px;
  color: #fff;
}
.section_about_02--Info_Text {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  position: relative;
  margin-bottom: 30PX !important;
  color: #fff;
}

.section_about_03 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 0px;
}
@media (min-width: 991px) {
  .section_about_03 {
    min-height: 80vh;
  }
}
@media (max-width: 1240px) {
  .section_about_03 {
    min-height: 60vh;
  }
}
@media (max-width: 991.98px) {
  .section_about_03 {
    min-height: 700px !important;
  }
}
@media (max-width: 576px) {
  .section_about_03 {
    min-height: 600px !important;
  }
}
.section_about_03--bg {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0px;
}
.section_about_03--bg img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .section_about_03--bg {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0% !important;
  }
  .section_about_03--bg img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0% !important;
  }
}
.section_about_03--Info {
  z-index: 20;
}
@media (min-width: 992px) {
  .section_about_03--Info {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}
@media (max-width: 991px) {
  .section_about_03--Info {
    position: relative;
    width: 80% !important;
    bottom: 20%;
    left: 0%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section_about_03--Info_Title {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
  padding-bottom: 30px;
  color: #0c5688;
}
.section_about_03--Info_Text {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  position: relative;
  margin-bottom: 30PX !important;
  color: #000000;
}

.serviceItem {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.serviceItem:nth-child(odd)::after {
  position: absolute;
  background-color: #f8f8fb;
  content: "";
  bottom: 0;
  top: 0;
  left: 0;
  width: 75%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .serviceItem:nth-child(odd)::after {
    width: 100%;
  }
}
@media (min-width: 991.98px) {
  .serviceItem:nth-child(odd) .parts .intro {
    position: absolute;
    left: 0%;
  }
}
.serviceItem:nth-child(odd) .parts .photo {
  left: 50%;
}
.serviceItem .parts {
  position: relative;
}
@media (min-width: 1400px) {
  .serviceItem .parts {
    max-width: 1240px;
  }
}
@media (min-width: 991.98px) {
  .serviceItem .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .serviceItem .parts .intro {
    position: relative;
    width: 45%;
  }
  .serviceItem .parts .photo {
    position: relative;
    width: 45%;
  }
}
@media (max-width: 991.98px) {
  .serviceItem .parts .intro {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .serviceItem .parts .photo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.serviceItem .parts {
  padding: 20px 0px;
}
.serviceItem .parts .intro {
  position: relative;
  color: rgb(0, 0, 0);
}
.serviceItem .parts .intro .text .title {
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: 600;
  color: #0c6fa8;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .serviceItem .parts .intro .text .title {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .serviceItem .parts .intro .text .btn-more {
    width: 100% !important;
    font-size: 0.9rem;
  }
}
.serviceItem .parts .intro .btn-more {
  margin-top: 50px !important;
}
.serviceItem .parts .photo {
  text-align: center;
}
.serviceItem .parts .photo .servicePic {
  position: relative;
  padding-bottom: 40px;
}
.serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide {
  position: relative;
}
.serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide:hover {
  cursor: e-resize;
}
.serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide img {
  opacity: 0;
  max-height: 400px !important;
  height: auto;
  width: 100%;
}
.serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide img.pic2 {
  height: 100%;
  width: auto;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide img {
    max-height: 360px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide img {
    max-height: 300px !important;
  }
}
@media (min-width: 991.98px) {
  .serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide img {
    max-height: 400px;
    height: 100%;
    width: auto;
  }
}
.serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
@media (min-width: 991.98px) {
  .serviceItem .parts .photo .servicePic .swiper-wrapper .swiper-slide.swiper-slide-active img {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #f8f8fa), to(#fff));
    background: linear-gradient(90deg, #fff 0%, #f8f8fa 80%, #fff 100%);
  }
}
.serviceItem .parts .photo .servicePic .service-pagination {
  position: absolute;
  bottom: 0px;
}
.serviceItem .parts .photo .servicePic .swiper-pagination-bullet-active {
  background: #296794;
  width: 50px;
  height: 7px;
  border-radius: 10px;
}
.serviceItem.service_04 .servicePic img, .serviceItem.service_06 .servicePic img {
  opacity: 0;
  max-height: 600px !important;
  height: 100%;
  width: auto;
}

.manufactory_cate-title {
  position: relative;
  font-size: 2rem;
  color: #0c5688;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 30px 0px 50px 0px;
  margin-bottom: 40px !important;
}
.manufactory_cate-title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 200px;
  -webkit-transform: translateX(-100PX);
          transform: translateX(-100PX);
  background: #0c5688;
}
.manufactory_cate-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e7e7e7;
}

@media (max-width: 576px) {
  .manufactory_list01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.manufactory_list01 .card {
  position: relative;
  border: 0px;
  border-radius: 0;
  margin-bottom: 50px;
  padding: 0px 15px 15px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .manufactory_list01 .card {
    padding: 0px 30px 15px 30px;
  }
}
.manufactory_list01 .card .card-pic {
  position: relative;
  border: 1px solid #ccc;
}
.manufactory_list01 .card .card-pic::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(51, 51, 51, 0.07);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.manufactory_list01 .card .card-pic img {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 10;
}
.manufactory_list01 .card .card-body {
  text-align: left;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  color: #424242;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 15px 10px;
}
@media (max-width: 991.98px) {
  .manufactory_list01 .card .card-body {
    padding: 15px 0px;
  }
}
.manufactory_list01 .card .card-body .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.manufactory_list01 .card .card-body .card-title span {
  margin-left: 5px;
  font-size: 1.1rem;
  color: #0c6fa8;
}
.manufactory_list01 .card .card-body .card-desc {
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.manufactory_list01 .card .card-body .card-desc span {
  margin-left: 5px;
  font-size: 0.95rem;
  color: #0c6fa8;
  font-weight: 400;
}
.manufactory_list01 .card .card-body .card-unit {
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.manufactory_list01 .card .card-body .card-unit span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.4rem;
  color: #0c6fa8;
  font-weight: 700;
}

@media (max-width: 576px) {
  .manufactory_list02 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.manufactory_list02 .card {
  position: relative;
  display: block;
  border: 0px;
  border-right: 1px solid rgba(12, 111, 168, 0.5019607843);
  border-left: 1px solid rgba(12, 111, 168, 0.5019607843);
  border-radius: 0;
  margin-bottom: 100px;
  padding: 0px 30px 15px 30px;
}
.manufactory_list02 .card .card-body {
  text-align: center;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
@media (min-width: 1800px) {
  .manufactory_list02 .card .card-body {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@media (max-width: 1400px) {
  .manufactory_list02 .card .card-body {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@media (max-width: 1200px) {
  .manufactory_list02 .card .card-body {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.manufactory_list02 .card .card-body .card-title {
  z-index: 10;
  color: #0c6fa8;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3em;
}
.manufactory_list02 .card .card-body .card-desc {
  z-index: 10;
  color: #0c6fa8;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.manufactory_list02 .card .card-body .card-button {
  margin-top: 20px;
}
.manufactory_list02 .card:hover .card-body .card-title {
  color: #0c6fa8;
}

.manufactory_list01-table {
  counter-reset: card-counter 0; /* 初始化計數器，從 0 開始 */
  margin-bottom: 40px !important;
}
@media (max-width: 576px) {
  .manufactory_list01-table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.manufactory_list01-table .card {
  position: relative;
  border: 0px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(203, 231, 247, 0.5019607843);
  margin: 0 20px 30px 20px;
  width: calc(50% - 40px);
  counter-increment: card-counter; /* 每個 card 增加計數 */
  /* 使用 CSS counter 直接在 card::before 產生兩位數 */
}
.manufactory_list01-table .card::before {
  content: counter(card-counter, decimal-leading-zero);
  display: block;
  font-size: 5em;
  font-weight: 700;
  color: #eff2f5;
  position: absolute;
  right: 4px;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.manufactory_list01-table .card {
  /* hover 背景展開效果 */
}
.manufactory_list01-table .card::after {
  content: "";
  z-index: 0;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #0c6fa8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1440px) {
  .manufactory_list01-table .card {
    margin: 0 10px 50px 10px;
    width: calc(33% - 30px);
  }
}
@media (max-width: 991.98px) {
  .manufactory_list01-table .card {
    padding: 0px 20px 15px 20px;
  }
}
@media (max-width: 767.98px) {
  .manufactory_list01-table .card {
    width: 100%;
  }
}
.manufactory_list01-table .card:hover {
  cursor: pointer;
}
.manufactory_list01-table .card:hover::after {
  width: 100%;
}
.manufactory_list01-table .card:hover::before {
  color: rgba(255, 255, 255, 0.3);
}
.manufactory_list01-table .card:hover .card-body {
  color: #ffffff;
}
.manufactory_list01-table .card:hover .card-body .card-title span {
  color: #ffffff;
}
.manufactory_list01-table .card:hover .card-body .card-desc span {
  color: #ffffff;
}
.manufactory_list01-table .card:hover .card-body .card-unit span {
  color: #ffffff;
}
.manufactory_list01-table .card .card-body {
  text-align: left;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  color: #424242;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 15px 10px;
}
@media (max-width: 991.98px) {
  .manufactory_list01-table .card .card-body {
    padding: 15px 0px;
  }
}
.manufactory_list01-table .card .card-body .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.manufactory_list01-table .card .card-body .card-title span {
  margin-left: 5px;
  font-size: 1.1rem;
  color: #0c6fa8;
}
.manufactory_list01-table .card .card-body .card-desc {
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.manufactory_list01-table .card .card-body .card-desc span {
  margin-left: 5px;
  font-size: 0.95rem;
  color: #0c6fa8;
  font-weight: 400;
}
.manufactory_list01-table .card .card-body .card-unit {
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.manufactory_list01-table .card .card-body .card-unit span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.4rem;
  color: #0c6fa8;
  font-weight: 700;
}

.manufactory_list02-table {
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .manufactory_list02-table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.manufactory_list02-table .card {
  position: relative;
  display: block;
  border: 0px;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 0px 20px 20px 20px;
  cursor: pointer;
  margin: 0 10px 20px 10px;
  width: calc(50% - 30px);
}
@media (min-width: 1440px) {
  .manufactory_list02-table .card {
    margin: 0 10px 20px 10px;
    width: calc(34% - 30px);
  }
}
@media (max-width: 767.98px) {
  .manufactory_list02-table .card {
    width: 100%;
  }
}
.manufactory_list02-table .card .card-pic {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  height: auto;
  z-index: 10;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.manufactory_list02-table .card .card-pic img {
  height: auto;
  width: 100%;
}
.manufactory_list02-table .card .card-body {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 160px;
  border: 1px solid #438cb6;
  padding: 1rem 2rem;
  overflow: hidden;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.manufactory_list02-table .card .card-body .card-title {
  z-index: 10;
  color: #0c6fa8;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3em;
}
.manufactory_list02-table .card .card-body .card-desc {
  z-index: 10;
  color: #0c6fa8;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}
.manufactory_list02-table .card .card-body .card-button {
  margin-top: 20px;
}
.manufactory_list02-table .card:hover {
  cursor: pointer;
}
.manufactory_list02-table .card:hover .card-pic {
  position: absolute;
  top: 50%;
  right: -18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.manufactory_list02-table .card:hover .card-body {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  border-color: #0c6fa8;
  -webkit-box-shadow: 0 4px 15px rgba(12, 111, 168, 0.2);
          box-shadow: 0 4px 15px rgba(12, 111, 168, 0.2);
  background: #e7f1f7;
}

.components_video {
  position: relative;
  border-bottom: 5px solid #034477;
}
.components_video .video_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, color-stop(20%, 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.6)), linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3));
}
.components_video .jarallax {
  position: relative;
  min-height: 700px;
}
@media (max-width: 1440px) {
  .components_video .jarallax {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .components_video .jarallax {
    min-height: 500px;
  }
}
.components_video .jarallax::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  display: block;
  background-color: rgba(1, 18, 31, 0.6);
  mix-blend-mode: multiply;
}
.components_video .jarallax .components_into {
  position: absolute;
  z-index: 5;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
}
@media (max-width: 992px) {
  .components_video .jarallax .components_into {
    width: 80%;
  }
}
.components_video .jarallax .components_into .sup {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1em;
  margin-bottom: -5px;
}
.components_video .jarallax .components_into .title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif !important;
  line-height: 1.2em;
}
.components_video .jarallax .components_into .desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
.components_video .jarallax .Swiper_components {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide {
  position: relative;
  display: block;
  border: 2px solid #0c6fa8;
  min-height: 150px;
  background: rgba(0, 0, 0, 0.2);
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide .card-pic {
  position: relative;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide .card-pic img {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 10;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide .card-body {
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide .card-body .card-title {
  color: #fff;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  margin-bottom: 4px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide .card-body .card-desc {
  color: #fff;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.2rem;
  margin-bottom: 6px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide .card-body .card-button {
  font-size: 0.9rem;
  background: #0c6fa8;
  width: 120px;
  height: 40px;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 40px;
  color: #fff;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #0c6fa8;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide:hover {
  cursor: e-resize;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide:hover:before {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide:hover .card-body .card-title {
  color: #fff;
}
.components_video .jarallax .Swiper_components .swiper-wrapper .swiper-slide:hover .card-body .card-button {
  cursor: pointer;
  background: #0c6fa8;
  color: #fff;
  border: 1px solid #fff;
}
.components_video .jarallax .components-button-prev {
  position: absolute;
  top: 50%;
  left: -5%;
}
@media (min-width: 1400px) {
  .components_video .jarallax .components-button-prev {
    left: -5%;
  }
}
.components_video .jarallax .components-button-next {
  position: absolute;
  top: 50%;
  right: -5%;
}
@media (min-width: 1400px) {
  .components_video .jarallax .components-button-next {
    right: -5%;
  }
}
.components_video .jarallax .components-button-next, .components_video .jarallax .components-button-prev {
  opacity: 0.7;
  color: #0d6efd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.components_video .jarallax .components-button-next:hover, .components_video .jarallax .components-button-prev:hover {
  opacity: 1;
  color: #0c6fa8;
}

.components_title {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif;
  font-weight: 600;
  color: #0c5688;
  line-height: 1.4em;
  margin-top: 30px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
@media (max-width: 1199.98px) {
  .components_title {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .components_title {
    width: 90%;
  }
}

.components_cate-title {
  font-size: 2rem;
  color: #0c5688;
  font-weight: 600;
  margin: 30px 0px 20px 0px;
  border-bottom: 2px solid #cacaca;
}

@media (max-width: 576px) {
  .components_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.components_list .card {
  position: relative;
  border: 0px;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0px 10px 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.components_list .card .card-pic {
  position: relative;
  border: 1px solid #ccc;
}
.components_list .card .card-pic::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(51, 51, 51, 0.07);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.components_list .card .card-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  z-index: 10;
}
.components_list .card .card-body {
  text-align: left;
  font-family: "Roboto", "Noto Sans TC", "思源黑體", sans-serif !important;
  color: #424242;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 10px 0px 15px 0px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .components_list .card .card-body {
    padding: 15px 0px;
  }
}
.components_list .card .card-body .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0c6fa8;
  margin-bottom: 0px;
}
.components_list .card .card-body .card-desc {
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 2px;
}
.components_list .card:hover {
  cursor: pointer;
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
}
.components_list .card:hover .card-pic {
  border: 1px solid #0c6fa8;
}
.components_list .card:hover .card-pic::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.07);
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newsList_pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 1199.98px) {
  .newsList_pic {
    display: none;
  }
}
.newsList_pic img {
  width: 100%;
  height: auto;
}
.newsList_ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
@media (max-width: 1199.98px) {
  .newsList_ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.newsList_ul > ul {
  padding-left: 0rem;
  padding-top: 0px;
}
.newsList_ul > ul > li {
  list-style: none;
}
.newsList_ul > ul > li a {
  position: relative;
  text-decoration: none;
  padding: 3px 6px 8px 12px;
  display: block;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newsList_ul > ul > li a .newsList_item--date {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1rem;
  margin-right: 10px;
  color: #3b3b3b;
}
.newsList_ul > ul > 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;
}
.newsList_ul > ul > li a .newsList_item--title {
  font-size: 1.1rem;
  color: #0a3857;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.newsList_ul > ul > 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;
}
.newsList_ul > ul > li a:hover::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0px;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #0c5688;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination .page-item.active .page-link:hover {
  background-color: #0c5688;
}
.pagination .page-item.disabled .page-link {
  color: #868e96;
}
.pagination .page-item a {
  text-decoration: none;
}
.pagination .page-item .page-link {
  font-size: 0.9rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #eee;
  border-radius: 0.125rem;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-item .page-link a {
  text-decoration: none;
}
.pagination .page-item .page-link:hover {
  background-color: #eee;
  border-radius: 0.125rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination .page-item .page-link:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination.pagination-lg .page-item .page-link {
  font-size: 1rem;
}

.pagination.pagination-sm .page-item .page-link {
  font-size: 0.8rem;
}

.pagination.pagination-circle .page-item .page-link {
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50%;
}
.pagination.pagination-circle .page-item .page-link:hover {
  border-radius: 50%;
}
.pagination.pagination-circle .page-item.active .page-link {
  border-radius: 50%;
}

.pagination.pg-blue .page-item.active .page-link {
  background-color: #0c5688;
}
.pagination.pg-blue .page-item.active .page-link:hover {
  background-color: #0c5688;
}

.pagination.pg-red .page-item.active .page-link {
  background-color: #63C3C2;
}
.pagination.pg-red .page-item.active .page-link:hover {
  background-color: #63C3C2;
}

.pagination.pg-teal .page-item.active .page-link {
  background-color: #2bbbad;
}
.pagination.pg-teal .page-item.active .page-link:hover {
  background-color: #2bbbad;
}

.pagination.pg-dark-grey .page-item.active .page-link {
  background-color: #37474f;
}
.pagination.pg-dark-grey .page-item.active .page-link:hover {
  background-color: #37474f;
}

.pagination.pg-dark .page-item.active .page-link {
  background-color: #2e2e2e;
}
.pagination.pg-dark .page-item.active .page-link:hover {
  background-color: #2e2e2e;
}

.pagination.pg-blue-grey .page-item.active .page-link {
  background-color: #3f729b;
}
.pagination.pg-blue-grey .page-item.active .page-link:hover {
  background-color: #3f729b;
}

.pagination.pg-amber .page-item.active .page-link {
  background-color: #ff6f00;
}
.pagination.pg-amber .page-item.active .page-link:hover {
  background-color: #ff6f00;
}

.pagination.pg-purple .page-item.active .page-link {
  background-color: #5e35b1;
}
.pagination.pg-purple .page-item.active .page-link:hover {
  background-color: #5e35b1;
}

.contact_info {
  margin-top: 50px;
  text-align: center;
}
.contact_info .contact_info-title {
  font-size: 1.6rem;
  font-weight: 600;
}
.contact_info .contact_info-desc {
  font-size: 1rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.contact_info .contact_info-tel {
  text-align: center;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ebf0f7;
}
.contact_info .contact_info-tel .tel-box {
  margin-top: 15px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.contact_info .contact_info-tel .tel-box .tel {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 65%;
}
.contact_info .contact_info-tel .tel-box .tel i {
  color: #0c5688;
}
.contact_info .contact_info-tel .tel-box .time {
  font-size: 0.85rem;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 35%;
  text-align: left;
  border-left: 1px solid #000;
  padding-left: 15px;
}

.contact_form {
  color: #3b3b3b;
}
.contact_form .form-desc {
  font-size: 1.2rem;
  border-bottom: 1px solid #d4d4d4;
}
.contact_form .form-desc i {
  color: #0c5688;
  font-size: 1.6rem;
  line-height: 2em;
}
.contact_form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 10px;
  border-bottom: 1px solid #d4d4d4;
}
.contact_form .form-group .control-label {
  position: relative;
  color: #0c5688;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}
@media (max-width: 767.98px) {
  .contact_form .form-group .control-label {
    width: 40%;
  }
}
.contact_form .form-group .control-label i {
  position: absolute;
  color: #0c5688;
  right: 5%;
  font-size: 1.2rem;
  line-height: 1.6em;
}
.contact_form .form-group .form-box {
  color: #3b3b3b;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
}
@media (max-width: 767.98px) {
  .contact_form .form-group .form-box {
    width: 100%;
  }
}
.contact_form .form-group .form-box.form-control {
  color: #3b3b3b;
}
.contact_form .form-group .form-box .radio-inline {
  margin-right: 10px;
  color: #333;
}
.contact_form .form-group .form-box .radio-inline input {
  width: 20px !important;
}
.contact_form .form-group input {
  border-radius: 0;
  border: rgba(255, 255, 255, 0);
  background: #ebf3ff;
  font-weight: 300 !important;
  color: #000;
  width: 60% !important;
}
@media (max-width: 767.98px) {
  .contact_form .form-group input {
    width: 100% !important;
  }
}
.contact_form .form-group textarea {
  border-radius: 0;
  border: rgba(255, 255, 255, 0);
  background: #ebf3ff;
  font-weight: 300 !important;
  color: #000;
}
.contact_form .form-group .help-block {
  margin-left: 10px;
  padding-top: 5px;
}
.contact_form .button_box {
  margin: 30px 0;
  width: 100%;
  text-align: center;
}

.section_recruit {
  margin-bottom: 40px;
}
.section_recruit .recruit_list {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.section_recruit .recruit_list li {
  border: 1px solid #e7e6e6;
  padding: 30px 20px;
  margin-bottom: 20px;
  background: #fff;
}
.section_recruit .recruit_list li .title {
  font-size: 1.2rem;
  color: #373e42;
}
.section_recruit .recruit_list li .title i {
  color: #0c5688;
  font-size: 1.8rem;
}
.section_recruit .recruit_list li:hover {
  cursor: pointer;
  background: #eeeded;
}

.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=pages.css.map */