@charset "UTF-8";
#mainbanner:after {
  content: "";
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*@import "include/animation";*/
/**/
#mainbanner {
  display: block;
  /*margin-bottom: 45px;
  @include mobile-type-l {
      margin-bottom: 0;
  }*/
}

#content {
  background-image: none;
  background-color: transparent;
  /*padding-top: 35px;

  @include mobile-type-l {
      padding-top: 0;
  }*/
}

#index_company h3.text-left {
  display: none;
}

.index-about {
  background: url(index-about-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20%;
}
@media (max-width: 991px) {
  .index-about {
    background-size: 150%;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .index-about {
    background-size: 200%;
  }
}
.index-about .index-about-text {
  max-width: 26.6666%;
  position: absolute;
  left: 5%;
  top: -35px;
  background-color: #0d2664;
  color: #fff;
  padding: 50px;
}
@media (max-width: 1440px) {
  .index-about .index-about-text {
    max-width: 35%;
    padding: 50px 30px;
  }
}
@media (max-width: 1199px) {
  .index-about .index-about-text {
    left: 2%;
    max-width: 48%;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .index-about .index-about-text {
    max-width: 100%;
    position: static;
    padding: 30px;
  }
}
.index-about .index-about-text h2 {
  color: #fff;
  font-size: 45px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
@media (max-width: 600px) {
  .index-about .index-about-text h2 {
    font-size: 36px;
  }
}
.index-about .index-about-text h5 {
  font-size: 25px;
  margin-bottom: 20px;
}
.index-about .index-about-text p {
  font-size: 17px;
  font-family: "Roboto Light Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  margin-bottom: 30px;
}
.index-about .index-btn a {
  color: #fff;
  font-size: 15px;
  font-family: "Roboto Light Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  display: inline-block;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  padding: 2px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-about .index-btn a:hover {
  background-color: #fff;
  color: #0d2664;
}

.index-about-cum {
  padding-top: 15%;
  margin-left: 35%;
  color: #fff;
}
.index-about-cum::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1440px) {
  .index-about-cum {
    margin-left: 40%;
    margin-right: 5%;
  }
}
@media (max-width: 1199px) {
  .index-about-cum {
    margin-left: 50%;
    margin-right: 2%;
  }
}
@media (max-width: 991px) {
  .index-about-cum {
    padding-bottom: 15%;
    margin-left: 5%;
  }
}
@media (max-width: 425px) {
  .index-about-cum {
    margin-left: 0;
    margin-right: 0;
  }
}
.index-about-cum .index-cum-item {
  width: 30%;
  margin: 0 1.6%;
  text-align: center;
  float: left;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Roboto Light Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
@media (max-width: 600px) {
  .index-about-cum .index-cum-item {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .index-about-cum .index-cum-item {
    font-size: 15px;
  }
}
.index-about-cum .index-cum-item strong {
  font-size: 90px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .index-about-cum .index-cum-item strong {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .index-about-cum .index-cum-item strong {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .index-about-cum .index-cum-item strong {
    font-size: 60px;
  }
}
@media (max-width: 425px) {
  .index-about-cum .index-cum-item strong {
    font-size: 36px;
  }
}

.security-section {
  padding: 2em 5%;
}
.security-section > h3 {
  color: #1e1e1e;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 45px;
}
@media (max-width: 600px) {
  .security-section > h3 {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .security-section > h3 {
    font-size: 30px;
  }
}
.security-section ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 75%;
  padding: 0;
  margin: 3em auto;
}
@media (max-width: 991px) {
  .security-section ul {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .security-section ul {
    display: block;
  }
}
.security-section ul li {
  width: 33.3333333333%;
  text-align: center;
  margin: 2em 0;
}
@media (max-width: 600px) {
  .security-section ul li {
    width: calc(50% - 20px);
    margin: 2em 10px;
  }
}
@media (max-width: 425px) {
  .security-section ul li {
    width: 100%;
    margin: 2em auto;
  }
}
.security-section ul li:nth-child(4) {
  margin-left: -30%;
}
@media (max-width: 991px) {
  .security-section ul li:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .security-section ul li:nth-child(4) {
    margin-left: 10px;
  }
}
@media (max-width: 425px) {
  .security-section ul li:nth-child(4) {
    margin-left: auto;
  }
}

.news-section {
  background-color: #eee;
  padding: 30px 10%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .news-section {
    padding: 2em 5%;
    margin-bottom: 0;
  }
}
.news-section > h3 {
  margin-bottom: 2em;
}
.news-section > h3 a {
  color: #1e1e1e;
  font-size: 45px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
@media (max-width: 600px) {
  .news-section > h3 {
    margin: 20px auto 10px;
  }
  .news-section > h3 a {
    font-size: 36px;
  }
}
@media (max-width: 425px) {
  .news-section > h3 {
    margin-top: 10px;
  }
  .news-section > h3 a {
    font-size: 30px;
  }
}

.index-news-slider .thumbnail {
  margin: 0 auto;
  height: 100%;
  max-width: 325px;
  min-height: 400px;
}
.index-news-slider .thumbnail .caption {
  overflow: hidden;
}
@media (max-width: 599px) {
  .index-news-slider .thumbnail {
    min-height: 400px;
  }
}
.index-news-slider .swiper-slide {
  max-width: 480px;
  height: auto;
  height: initial;
  background-color: #fff;
  padding: 30px 5%;
  border: transparent 1px solid;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-news-slider .swiper-slide:hover {
  border-color: #13358a;
}
.index-news-slider .caption h3 a {
  color: #1e1e1e;
}
.index-news-slider .caption h3 span {
  display: block;
}
.index-news-slider .caption h3 .msgdate_span {
  font-family: "Roboto Light Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}
.index-news-slider .caption h3 .msgtitle_span {
  font-size: 15px;
  margin: 5px 0;
  font-weight: bold;
}
.index-news-slider .caption a {
  color: #1e1e1e;
}
.index-news-slider .caption ul {
  list-style: disc;
  padding-left: 20px;
  color: #1e1e1e;
}
.index-news-slider .caption ul li {
  line-height: 1.8;
}
.index-news-slider .index-news-prev, .index-news-slider .index-news-next {
  display: none;
}
.index-news-slider .index-news-prev:focus, .index-news-slider .index-news-next:focus {
  outline: none;
}
@media (max-width: 991px) {
  .index-news-slider .index-news-prev, .index-news-slider .index-news-next {
    display: block;
  }
}
.index-news-slider .index-news-prev {
  background-image: url(arrow-left.png);
}
@media (max-width: 600px) {
  .index-news-slider .index-news-prev {
    width: 34px;
    background-size: contain;
    background-position: center center;
    height: 28px;
    left: 0;
  }
}
.index-news-slider .index-news-next {
  background-image: url(arrow-right.png);
}
@media (max-width: 600px) {
  .index-news-slider .index-news-next {
    width: 36px;
    background-size: contain;
    background-position: center center;
    height: 28px;
    right: 0;
  }
}
.index-news-slider .swiper-button-next.swiper-button-disabled, .index-news-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.index-news-btn {
  display: none;
}

.index-section .swiper-pagination {
  position: static;
}

#index_cate {
  background-color: #eaeaea;
  padding: 5em 132px;
}
@media (max-width: 1199px) {
  #index_cate {
    padding: 5em 100px;
  }
}
@media (max-width: 991px) {
  #index_cate {
    padding: 5em 64px;
  }
}
@media (max-width: 600px) {
  #index_cate {
    padding: 38px;
  }
}
#index_cate .slider-content {
  position: relative;
}
#index_cate .slider-content::after {
  content: "";
  display: table;
  clear: both;
}
#index_cate .pic-wrapper {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#index_cate .pic-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#index_cate .index_cate-slider .text-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#index_cate .index_cate-thumbs .text-wrapper {
  display: none;
}
#index_cate .index_cate-slider-wrapper {
  width: 42%;
  max-width: 635px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  #index_cate .index_cate-slider-wrapper {
    width: 50%;
    float: right;
  }
}
@media (max-width: 1199px) {
  #index_cate .index_cate-slider-wrapper {
    width: 56%;
  }
}
@media (max-width: 600px) {
  #index_cate .index_cate-slider-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    float: none;
  }
}
#index_cate .index_cate-slider-wrapper .inner {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#index_cate .index_cate-slider-wrapper .inner .index_cate-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index_cate .index_cate-thumbs-wrapper {
  position: absolute;
  width: 14.44%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1366px) {
  #index_cate .index_cate-thumbs-wrapper {
    display: none;
  }
}
#index_cate .index_cate-thumbs-wrapper .inner {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#index_cate .index_cate-thumbs-wrapper .inner .index_cate-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index_cate .index_main_cate-prev {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  left: -42px;
  background-image: url(arrow-left.png);
}
@media (max-width: 991px) {
  #index_cate .index_main_cate-prev {
    left: -20px;
  }
}
@media (max-width: 600px) {
  #index_cate .index_main_cate-prev {
    width: 34px;
    background-size: contain;
    background-position: center center;
    height: 28px;
    left: 0;
  }
}
#index_cate .index_main_cate-next {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  right: -42px;
  background-image: url(arrow-right.png);
}
@media (max-width: 991px) {
  #index_cate .index_main_cate-next {
    right: -20px;
  }
}
@media (max-width: 600px) {
  #index_cate .index_main_cate-next {
    width: 36px;
    background-size: contain;
    background-position: center center;
    height: 28px;
    right: 0;
  }
}
#index_cate .index_cate-main-text {
  position: absolute;
  width: 30%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: -webkit-transform 0.16s ease;
  transition: -webkit-transform 0.16s ease;
  transition: transform 0.16s ease;
  transition: transform 0.16s ease, -webkit-transform 0.16s ease;
}
@media (max-width: 1366px) {
  #index_cate .index_cate-main-text {
    width: 48%;
  }
}
@media (max-width: 600px) {
  #index_cate .index_cate-main-text {
    width: 100%;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: auto;
    transform: none;
  }
}
#index_cate .index_cate-main-text.changing {
  -webkit-transform: scale(0.8) translateY(-50%);
      -ms-transform: scale(0.8) translateY(-50%);
          transform: scale(0.8) translateY(-50%);
}
@media (max-width: 600px) {
  #index_cate .index_cate-main-text.changing {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#index_cate .index_cate-main-text.changing .index_cate-info h2 {
  text-shadow: 0 0 168px rgba(0, 0, 0, 0);
}
#index_cate .index_cate-main-text.changing .index_cate-info .feature ul li {
  text-shadow: 0 0 72px rgba(0, 0, 0, 0);
}
#index_cate .index_cate-main-text.changing .cate-icon {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0;
}
#index_cate .index_cate-main-text .title {
  font-size: 72px;
  font-weight: bold;
  display: none;
  color: #000;
}
#index_cate .index_cate-main-text .cate-icon {
  display: block;
  margin: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-filter 0.4s ease;
  transition: opacity 0.6s ease, -webkit-filter 0.4s ease;
  transition: filter 0.4s ease, opacity 0.6s ease;
  transition: filter 0.4s ease, opacity 0.6s ease, -webkit-filter 0.4s ease;
}
@media (max-width: 991px) {
  #index_cate .index_cate-main-text .cate-icon {
    line-height: 48px;
  }
}
@media (max-width: 600px) {
  #index_cate .index_cate-main-text .cate-icon {
    width: 42px;
    height: 42px;
    line-height: 30px;
    margin-bottom: 4px;
  }
}
@media (max-width: 600px) {
  #index_cate .index_cate-main-text .cate-icon img {
    width: 75%;
  }
}
#index_cate .index_cate-main-text .index_cate-info {
  position: relative;
}
#index_cate .index_cate-main-text .index_cate-info h2 {
  font-size: 68px;
  font-weight: bold;
  word-break: normal;
  color: #000;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgb(0, 0, 0);
  -webkit-transition: text-shadow 0.6s ease, opacity 0.8s ease;
  transition: text-shadow 0.6s ease, opacity 0.8s ease;
  margin-top: 4px;
}
@media (max-width: 1680px) {
  #index_cate .index_cate-main-text .index_cate-info h2 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  #index_cate .index_cate-main-text .index_cate-info h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  #index_cate .index_cate-main-text .index_cate-info h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #index_cate .index_cate-main-text .index_cate-info h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  #index_cate .index_cate-main-text .index_cate-info h2 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  #index_cate .index_cate-main-text .index_cate-info .feature {
    display: none;
  }
}
#index_cate .index_cate-main-text .index_cate-info .feature ul {
  padding: 0;
  color: #000;
}
#index_cate .index_cate-main-text .index_cate-info .feature ul li {
  color: #000;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgb(0, 0, 0);
  -webkit-transition: text-shadow 0.6s ease, opacity 0.8s ease;
  transition: text-shadow 0.6s ease, opacity 0.8s ease;
  padding-left: 15px;
  position: relative;
}
#index_cate .index_cate-main-text .index_cate-info .feature ul li::before {
  content: "•";
  display: block;
  position: absolute;
  left: 6px;
  top: 0px;
}
#index_cate .index_cate-main-text .text-wrapper {
  display: block;
}
#index_cate .index_cate-thumbs-text {
  position: absolute;
  left: 75%;
  top: 65%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 1366px) {
  #index_cate .index_cate-thumbs-text {
    display: none;
  }
}
#index_cate .index_cate-thumbs-text.changing {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(-50%);
      -ms-transform: scale(0.8) translateY(-50%);
          transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
}
#index_cate .index_cate-thumbs-text.changing .index_cate-info h2 {
  text-shadow: 0 0 168px rgba(0, 0, 0, 0);
}
#index_cate .index_cate-thumbs-text.changing .index_cate-info .feature ul li {
  text-shadow: 0 0 72px rgba(0, 0, 0, 0);
}
#index_cate .index_cate-thumbs-text.changing .cate-icon {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0;
}
#index_cate .index_cate-thumbs-text .index_cate-info {
  display: block;
}
#index_cate .index_cate-thumbs-text .index_cate-info h2 {
  margin: 8px 0 0;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgb(0, 0, 0);
  -webkit-transition: text-shadow 0.6s ease, opacity 0.8s ease;
  transition: text-shadow 0.6s ease, opacity 0.8s ease;
}
@media (max-width: 1680px) {
  #index_cate .index_cate-thumbs-text .index_cate-info h2 {
    font-size: 24px;
  }
}
#index_cate .index_cate-thumbs-text .index_cate-info .feature {
  display: none;
}
#index_cate .index_cate-thumbs-text .cate-icon {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 38px;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index_cate .index_cate-thumbs-text .cate-icon img {
  width: 70%;
}

#mainbanner .left-banner,
#mainbanner .right-banner {
  width: 50%;
  float: left;
}
#mainbanner .left-banner > .inner,
#mainbanner .right-banner > .inner {
  padding-top: 87.5%;
  position: relative;
}
#mainbanner .left-banner > .inner .swiper-container,
#mainbanner .right-banner > .inner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainbanner .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#mainbanner .right-banner_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #0d2664;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*
  .pic {
      width: 50%;
      max-width: 250px;
      margin: 0 auto;

      img {
          width: 100%;
      }
  }
  */
}
#mainbanner .right-banner_content .title {
  font-size: 55px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 4px;
  padding: 6px 10px;
  font-size: 2.6vw;
  text-align: center;
  position: relative;
  margin: 24px auto;
}
@media (max-width: 1199px) {
  #mainbanner .right-banner_content .title {
    margin-bottom: 0px;
  }
}
#mainbanner .right-banner_content .title::after, #mainbanner .right-banner_content .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #FFF;
}
#mainbanner .right-banner_content .title::after {
  top: 0;
}
#mainbanner .right-banner_content .title::before {
  bottom: 0;
}
#mainbanner .right-banner_content .banner-link {
  font-size: 20px;
  color: #FFF;
  padding: 20px 0;
}
#mainbanner .right-banner_content .banner-link .fa-angle-right {
  margin-left: 12px;
}
#mainbanner .right-banner_content .inner {
  text-align: center;
}
#mainbanner .mainbanner-right-container .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-none {
  display: none !important;
}