@charset "UTF-8";
body {
  font-family: "微軟正黑體";
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05rem;
  word-break: break-all;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-en {
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.main-block {
  padding-bottom: 2%;
}

.wrapper {
  max-width: 1500px;
  margin: auto;
}
.wrapper01 {
  max-width: 1200px;
  margin: auto;
}
.wrapper02 {
  max-width: 1350px;
  margin: auto;
}
.wrapper03 {
  max-width: 1320px;
  margin: auto;
}
.wrapper04 {
  max-width: 1120px;
  margin: auto;
}

button {
  cursor: pointer;
}

.top-banner, .top-banner--faq, .top-banner--case, .top-banner--about, .top-banner--service, .top-banner--blog {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
.top-banner--blog {
  background: url(/images/blog-banner.jpg) center no-repeat;
}
.top-banner--service {
  background: url(/images/service-banner.jpg) center no-repeat;
}
.top-banner--about {
  background: url(/images/about-banner.jpg) center no-repeat;
}
.top-banner--case {
  background: url(/images/case-banner.jpg) center no-repeat;
}
.top-banner--faq {
  background: url(/images/faq-banner.jpg) center no-repeat;
}

.top-title {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding-top: 50px;
  text-align: left;
  letter-spacing: 0.3rem;
}
.top-title__cn {
  display: block;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
.top-title__en {
  display: block;
  margin-top: 40px;
  color: #77d2f8;
  font-size: 36px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.font-size01 {
  font-size: 18px;
}

.font-size02 {
  font-size: 20px;
}

.font-small {
  font-size: 16px;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.word-break-all {
  word-break: break-all;
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-middle {
  vertical-align: middle;
}

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

.w-full {
  width: 100%;
}

.relative {
  position: relative;
}

.text-red {
  color: #ff0000;
}

#scrollUp {
  width: 70px;
  height: 70px;
  padding-bottom: 12px;
  position: fixed;
  bottom: 10%;
  right: 17px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 19;
  background-color: #3180af;
  border-radius: 99em;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
#scrollUp:hover {
  background-color: #1c5577;
}
#scrollUp::before {
  content: "";
  display: block;
  width: 24px;
  height: 13px;
  position: absolute;
  top: 15px;
  left: 50%;
  background: url(/images/toTop.arrow.png) no-repeat center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*麵包屑*/
ul.breadcrumb {
  max-width: 1500px;
  margin: 65px auto 75px;
}
ul.breadcrumb li {
  display: inline;
  color: #333;
  font-size: 20px;
  line-height: 32px;
}
ul.breadcrumb li a {
  color: #333;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #3180af;
  text-decoration: underline;
}
ul.breadcrumb li::after {
  content: "";
  width: 8px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  padding: 0 8px 0 9px;
  background: url(/images/breadcrumb-arrow.png) no-repeat center;
}
ul.breadcrumb li:last-child::after {
  display: none;
}

.back-btn, .line-btn, .mail-btn {
  width: 200px;
  height: 70px;
  display: block;
  margin: 50px auto;
  border-radius: 15px;
  background: #043755;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
}
.back-btn::before, .line-btn::before, .mail-btn::before {
  content: "";
  background: url(/images/btn-prev-arrow.png) no-repeat center;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
}
.back-btn:hover, .line-btn:hover, .mail-btn:hover {
  background: #3180af;
}

.mail-btn {
  background: #1b95c8;
}
.mail-btn::before {
  background: url(/images/mail-icon.png) no-repeat center;
}
.mail-btn:hover {
  background: #9f9f9f;
}

.line-btn {
  background: #fff;
  border: 1px solid #4cc764;
  color: #4cc764;
}
.line-btn::before {
  width: 40px;
  height: 39px;
  margin-top: -5px;
  background: url(/images/line-logo.svg) no-repeat center;
}
.line-btn:hover {
  background: #4cc764;
  color: #fff;
}

.service-info__btn {
  margin: 50px auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.service-info__btn .back-btn, .service-info__btn .mail-btn, .service-info__btn .line-btn {
  margin: 0;
}

/*footer*/
.footer {
  overflow: hidden;
  background: #002134;
}

.footer-wrapper {
  border-bottom: 1px solid #3e4853;
}

.footer-box {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-block {
  width: 600px;
}

.footer-logo {
  width: 140px;
  display: inline-block;
  margin-right: 80px;
}
.footer-logo a {
  display: block;
}

.footer-detail {
  width: calc(100% - 250px);
  display: inline-block;
  color: #fff;
}
.footer-detail dt {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.footer-detail dd {
  font-size: 18px;
  line-height: 32px;
}
.footer-detail dd a {
  color: #fff;
}
.footer-detail dd a:hover {
  color: #68acdc;
}

.footer-detail__fb {
  display: none;
}

.footer-fb {
  min-width: 350px;
  display: inline-block;
  vertical-align: top;
}

.copyright {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.01rem;
}
.copyright a {
  color: #87a6b8;
}

.footer-map {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

/*共用*/
.container {
  overflow: hidden;
}

/*blog*/
.blog-img {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.blog-img img {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.blog-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.blog-date {
  margin-bottom: 8px;
  color: #1472ba;
  font-size: 22px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.blog-text {
  margin-top: 15px;
}

.blog-box {
  padding: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.blog-title a {
  margin-bottom: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.blog-title a:hover {
  color: #1472ba;
}

.blog-detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 0.05rem;
  line-height: 24px;
}

.blog-tag {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #a3a3a3;
  display: block;
  color: #1472ba;
  font-weight: bold;
}

/*case*/
.case-img {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.case-img img {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.case-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.case-title {
  margin: 20px auto;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 22px;
}

.case-box:hover .case-title {
  color: #1472ba;
}

/*產品*/
.service-box {
  position: relative;
}
.service-box:hover .a-cover {
  opacity: 0.6;
}
.service-box .a-cover {
  background: #337fcc;
  opacity: 0;
}
.service-box:hover .service-name {
  background: none;
}

.service-img {
  height: 0;
  padding-bottom: 115%;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.service-img img {
  width: 100%;
  position: relative;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.service-img a {
  height: 0;
  padding-bottom: 115%;
  display: block;
  overflow: hidden;
}

.service-name {
  width: 100%;
  padding: 30px 15px 30px 25px;
  display: -webkit-box;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  pointer-events: none;
  background: rgba(51, 127, 204, 0.6);
  font-size: 30px;
  font-weight: bold;
  word-break: break-all;
  letter-spacing: 0.08rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.service-name a {
  display: block;
  color: #fff;
  word-break: break-all;
}

.a-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.service-btn {
  width: 150px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  pointer-events: none;
  border-radius: 20px;
  border: 1px solid #fff;
  opacity: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service-box:hover .service-btn {
  opacity: 1;
}

.service-box:hover .service-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service-list .service-box:hover .service-name {
  color: #0077cb;
}
.service-list .service-box:hover .service-tag {
  color: #68acdc;
}

.search-list .service-box:hover .service-name {
  color: #0077cb;
}
.search-list .service-box:hover .service-tag {
  color: #68acdc;
}

/*faq*/
.faq-list li a {
  height: 85px;
  padding: 5px 45px 5px 15px;
  position: relative;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
}
.faq-list li a::before {
  content: "Q";
  width: 44px;
  height: 44px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 99em;
  background: #5997c8;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 40px;
}
.faq-list li a::after {
  content: "";
  width: 21px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 40%;
  background-image: url(/images/faq-arrow.png);
  background-size: 21px 20px;
}
.faq-list li a:hover {
  background: #f3f3f3;
  color: #1472ba;
}

@media only screen and (max-width: 1500px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .wrapper01 {
    max-width: 100%;
    padding: 0 20px;
  }
  .wrapper02 {
    max-width: 100%;
    padding: 0 20px;
  }
  .wrapper03 {
    max-width: 100%;
    padding: 0 20px;
  }
  .wrapper04 {
    max-width: 100%;
  }
  ul.breadcrumb {
    padding: 50px 20px 70px;
    margin: 0;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-box {
    padding-bottom: 30px;
  }
  .footer-map iframe {
    width: 100%;
  }
  .copyright {
    padding: 20px 30px 20px;
  }
  .top-title {
    margin-left: 50px;
  }
  .top-title__cn {
    font-size: 55px;
  }
  .top-title__en {
    font-size: 30px;
  }
  .faq-list li a {
    padding: 5px 40px 5px 0;
  }
  .faq-list li a::after {
    right: 0;
  }
  .service-name {
    padding: 20px 15px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 1400px) {
  .footer-block {
    width: 550px;
  }
  .footer-logo {
    width: 140px;
    margin-right: 40px;
  }
  .footer-detail {
    width: calc(100% - 200px);
  }
  .footer-content {
    width: calc(100% - 550px);
  }
  .footer-map {
    margin-right: 20px;
  }
  .service-name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1320px) {
  .top-banner, .top-banner--blog, .top-banner--service, .top-banner--about, .top-banner--case, .top-banner--faq {
    height: 400px;
  }
  ul.breadcrumb {
    padding: 50px 30px 70px;
  }
  .footer {
    padding-top: 45px;
  }
  .footer-block {
    width: 525px;
  }
  .footer-logo {
    margin-right: 20px;
  }
  .footer-content {
    width: calc(100% - 525px);
  }
  .footer-detail dd {
    font-size: 16px;
  }
  .footer-detail dt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer-block {
    width: 70%;
    margin: 0 auto 30px;
  }
  .footer-detail dd {
    font-size: 18px;
  }
  .copyright {
    text-align: center;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-content {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .top-banner, .top-banner--blog, .top-banner--service, .top-banner--about, .top-banner--case, .top-banner--faq {
    height: 300px;
  }
  .top-title {
    padding-top: 50px;
  }
  .top-title__cn {
    font-size: 45px;
  }
  .top-title__en {
    margin-top: 25px;
    font-size: 26px;
  }
  .back-btn, .mail-btn, .line-btn {
    width: 170px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
  }
  .footer-detail {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 1024px) {
  .faq-list li a {
    height: 70px;
    font-size: 18px;
    line-height: 65px;
  }
  .faq-list li a::after {
    width: 16px;
    height: 15px;
    background-size: 100%;
  }
  .faq-list li a::before {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 980px) {
  .copyright {
    height: auto;
    padding: 10px;
    line-height: inherit;
  }
  .footer-block {
    width: 100%;
  }
  .service-info__btn .back-btn, .service-info__btn .mail-btn, .service-info__btn .line-btn {
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .font-size01 {
    font-size: 16px;
  }
  .font-size02 {
    font-size: 18px;
  }
  ul.breadcrumb {
    padding: 20px 15px;
    margin: 0 auto 40px;
  }
  .top-title__cn {
    font-size: 40px;
  }
  .top-title__en {
    margin-top: 15px;
    font-size: 22px;
  }
  .footer-map {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer-fb {
    display: none;
  }
  .footer-logo {
    margin: auto;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .footer-detail {
    width: 100%;
  }
  .footer-detail__fb {
    display: block;
  }
  .phone-btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 640px) {
  ul.breadcrumb li {
    font-size: 18px;
  }
  .footer-detail dt {
    font-size: 24px;
  }
  .footer-detail dd {
    font-size: 16px;
  }
  .faq-list li a::before {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .service-info__btn .back-btn, .service-info__btn .mail-btn, .service-info__btn .line-btn {
    margin: 10px;
  }
  .container {
    margin-top: 90px;
  }
  .top-title {
    margin: 20px auto;
    text-align: center;
    padding-top: 0;
  }
  .top-banner, .top-banner--blog, .top-banner--service, .top-banner--about, .top-banner--case, .top-banner--faq {
    height: 200px;
  }
  .service-info__btn .back-btn, .service-info__btn .mail-btn, .service-info__btn .line-btn {
    width: 100%;
  }
  #scrollUp {
    width: 60px;
    height: 60px;
    right: 0;
    padding-bottom: 9px;
    font-size: 16px;
  }
  #scrollUp::before {
    width: 20px;
    height: 10px;
  }
}