@charset "UTF-8";
.bg, .bg01, .bg02 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg {
  background: url(../images/bg.jpg);
}

.bg01 {
  background: url(../images/bg1.jpg);
}

.bg02 {
  background: url(../images/bg2.jpg);
}

.btn {
  margin: 30px 0;
  padding: 0 15px;
}

.btn a, .btn button {
  padding: 7px 25px;
  border-radius: 30px;
  background: #156ea6;
  color: #ffffff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.btn a:hover, .btn button:hover {
  background: #6C6D70;
}

.fancybox-button svg path {
  fill: #156ea6 !important;
}

.title {
  text-align: center;
}

.title h2 {
  color: #0054a5;
}

.title h2 span {
  color: #0054a5;
  padding: 0 10px;
}

.title h3 {
  color: #e87510;
  margin-top: 5px;
}

.tb-all {
  padding: 5% 0;
}

.banner {
  margin: 0;
  padding-top: 98px;
}

.banner .swiper-banner .swiper-slide {
  position: relative;
  padding-bottom: 32%;
  padding-top: 30px;
  height: auto;
  overflow: hidden;
}

.banner .swiper-banner .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-banner .swiper-pagination-bullet-active {
  background: #156ea6;
  width: 30px;
  border-radius: 5px;
}

.about h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0054a5;
  margin-top: 10px;
}

.about h1 img {
  width: 65px;
  margin-right: 10px;
}

.about hr {
  background: transparent;
  border: none;
  border-bottom: 1px dashed #156ea6;
}

.about .about-img {
  margin-top: -10%;
}

.detail {
  width: 90%;
}

.detail .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail .details .detail-left {
  width: 40%;
}

.detail .details .detail-left .detail-left-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 112%;
}

.detail .details .detail-left .detail-left-img img {
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.detail .details .detail-right {
  width: 60%;
  padding: 0 15px;
}

.detail .details .detail-right h2 {
  color: #156ea6;
}

.detail .details .detail-right .detail-right-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.detail .details .detail-right .detail-right-img .detail-right-img-div {
  width: calc(33% - 10px);
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 33%;
  margin-right: 10px;
}

.detail .details .detail-right .detail-right-img .detail-right-img-div img {
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.product-idea .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 60px 0;
}

.product-idea .card .card-div {
  width: 32%;
  margin-bottom: 10px;
}

.product-idea .card .card-div .card-div-img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 150%;
}

.product-idea .card .card-div .card-div-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.product-idea .card .card-div:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product .card01 {
  height: 100%;
  margin: 30px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #0000005e;
          box-shadow: 0px 0px 10px #0000005e;
  border-bottom: solid 4px #156ea6;
}

.product .card01 .card-div .card-div-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 267px;
  background: #EFEFEF;
}

.product .card01 .card-div .card-div-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.product .card01 .card-div .card-div-text {
  padding: 15px 10px;
}

.product .card01 .card-div .card-div-text h3 {
  text-align: center;
}

.product .card01 .card-div .card-div-text h4 {
  color: #156ea6;
  margin-top: 10px;
}

.product .card01 .card-div .card-div-text p {
  color: #6C6D70;
  margin-top: 10px;
}

.swiper-logo {
  margin: 40px 0;
}

.swiper-logo .swiper-slide {
  width: 20%;
}

.contact-div {
  background: #ffffff;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 5px;
}

.contact-div img {
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
}

form.forms-group {
  padding: 0 15px;
}

form.forms-group dl dd {
  margin-bottom: 1rem;
}

.forms-group dl dd label sup {
  color: red;
}

form.forms-group dl dd .wi50 {
  width: 50%;
}

form.forms-group input {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

body form.forms-group select, body form.forms-group textarea {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

form.forms-group input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

body form.forms-group select, body form.forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.form-check .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-check .form-check-label input {
  margin-top: 0;
  margin-right: 10px;
}

form.forms-group [type="checkbox"], form.forms-group [type="radio"], form.forms-group [type="checkbox"], form.forms-group [type="radio"] {
  width: auto !important;
}

form.forms-group input, form.forms-group select, form.forms-group textarea {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

form.forms-group textarea {
  height: 150px;
}

form.forms-group input, form.forms-group select, form.forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

form.forms-group dl dd .boxwi .dsboxw {
  width: 33.33%;
  margin-right: 10px;
}

form.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0px;
}

form.forms-group input:hover, form.forms-group select:hover, form.forms-group textarea:hover {
  border-color: #6C6D70;
}

form.forms-group dl dd #xcode {
  width: 10rem;
}

img#imgcode {
  width: 140px;
  height: 40px;
  margin-left: 10px;
}

form.forms-group dl dd:last-of-type {
  text-align: center;
}

form.forms-group button:hover {
  background: #6C6D70;
  color: #ffffff;
}

form.forms-group button[type="reset"] {
  background: #6C6D70;
  border-color: #156ea6;
  color: #ffffff;
}

form.forms-group button[type="reset"]:hover {
  background: #6C6D70;
  color: #ffffff;
}

form.forms-group button[type="submit"] {
  background: #156ea6;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 25px;
}

form.forms-group button[type="submit"]:hover {
  background: #6C6D70;
  color: #ffffff;
}

form.forms-group button[type="reset"] {
  border-radius: 40px;
  padding: 10px 25px;
}

.news01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px #d2d0d0;
          box-shadow: 0px 0px 14px #d2d0d0;
  border-radius: 5px;
  margin: 15px 0;
  overflow: hidden;
}

.news01 .news01-left {
  width: calc(100% - 150px);
  padding: 20px 20px 20px 20px;
  position: relative;
}

.news01 .news01-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 70px;
  background: #0054a5;
}

.news01 .news01-left p {
  color: #6C6D70;
  margin-top: 5px;
}

.news01 .news01-right {
  width: 150px;
  height: 150px;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.news01 .news01-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0054a5;
  z-index: -1;
}

.news01 .news01-right .day {
  font-size: 3em;
  font-weight: bold;
}

.news01 .news01-right .div-time {
  width: 100%;
}

.copyright {
  padding: 10px;
  background: #0054a5;
  color: #FFF;
  font-size: 12px;
}

@media screen and (max-width: 1440px) {
  .banner {
    margin: 0;
    padding-top: 82px;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    margin: 0;
    padding-top: 82px;
  }
  form.forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  form.forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
  form.forms-group input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-top: 10px;
    display: block;
  }
}

@media screen and (max-width: 911px) {
  .banner {
    margin: 0;
    padding-top: 75px;
  }
}

@media screen and (max-width: 890px) {
  .banner {
    margin: 0;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .product-idea .card .card-div {
    width: 100%;
  }
  .product .card01 .card-div .card-div-img {
    height: 327px;
  }
  .detail .details .detail-left, .detail .details .detail-right {
    width: 100%;
  }
  .detail .details .detail-left {
    margin-bottom: 20px;
  }
  .detail .details .detail-left .detail-left-img {
    padding-bottom: 84%;
  }
  .detail .details .detail-right {
    padding: 0;
  }
  .detail .details .detail-right .editor {
    padding: 0;
  }
  .banner .swiper-banner .swiper-slide {
    padding-bottom: 17%;
  }
}

@media screen and (max-width: 667px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 58%;
    -webkit-box-flex: 0;
            flex: 0 0 58%;
    max-width: 58%;
  }
  .banner {
    padding-top: 60px;
  }
  .banner .swiper-banner .swiper-slide {
    padding-bottom: 26%;
  }
  .banner .swiper-banner .swiper-pagination {
    bottom: 0px;
  }
  .banner .swiper-banner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .product-idea {
    padding-top: 20px;
  }
  .product-idea .card {
    margin: 35px 0;
  }
  .about .about-img {
    margin: 15px auto;
    text-align: center;
  }
  .product .card01 .card-div .card-div-img {
    height: 0;
    padding-bottom: 98%;
  }
  .swiper-logo .swiper-slide {
    width: 33.33%;
  }
  /*表單 */
  form.forms-group dl dd .form-check {
    margin-top: 10px;
  }
  form.forms-group dl dd .boxwi .dsboxw {
    width: 100%;
  }
  .fancybox-content {
    padding: 40px 15px !important;
  }
  .product .card01 {
    margin: 0;
  }
  .product .card01 .card-div .card-div-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/*# sourceMappingURL=all.css.map */