@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2020 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Hsiang $
 * $Date: 2020-05-05 $
*/
/* ==========================================
 ##### Fonts
========================================== */
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Italic';
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-style: normal;
}

/* ==========================================
 ##### Reset Set.
========================================== */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-family: 'OpenSans-Regular', Arial, 'sans-serif', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

* {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #333;
  outline: none;
  display: inline-block;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

input, textarea, select, button {
  font-size: 1rem;
  font-weight: 400;
}

textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}

input, textarea, select, input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
}

input:not(input[type="button"]), input:not(input[type="submit"]), input:not(input[type="reset"]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  font-size: 15px;
}

:-moz-placeholder {
  color: #888;
  font-size: 15px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.reset input, .reset label, .reset select {
  vertical-align: middle;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

:after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-g {
  font-size: 0;
}

.item {
  display: inline-block;
}

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

/* ==========================================
 ##### Common Set.
========================================== */
.out-wrap {
  overflow: hidden;
}

.wrap-1560 {
  max-width: 1560px;
  margin: auto;
}

.wrap-1460 {
  max-width: 1460px;
  margin: auto;
}

.wrap-1360 {
  max-width: 1360px;
  margin: auto;
}

.wrap-1200 {
  max-width: 1200px;
  margin: auto;
}

.ti {
  line-height: 1.4;
  font-size: 40px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
  color: #0395d9;
}

.ti span {
  color: #ec1c24;
  font-weight: 400;
  margin-left: 8px;
}

.btn-style {
  color: #121212;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}
.btn-style::after {
  content: '';
  display: block;
  width: 40px;
  height: 8px;
  background: #ec1c24;
  position: absolute;
  left: -5px;
  bottom: 0;
  z-index: -1;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.btn-style:hover::after {
  width: 100%;
}

.btn-style2 {
  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.btn-style2:hover {
  -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
}

.btn-contact {
  padding: 12px 0;
  vertical-align: middle;
  width: 190px;
  color: #fff;
  font-size: 16px;
  font-family: 'Century Gothic';
  font-weight: bold;
  background: #0e8bcc;
  text-align: center;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.btn-contact:hover {
  color: #fff;
  background-color: #1598dc;
}
.btn-contact::before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  width: 26px;
  height: 30px;
  vertical-align: middle;
  background: url('../images/envelope_icon.png') no-repeat 0 -30px;
  background-size: cover;
}

@media (max-width: 1600px) {
  .wrap-1560 {
    padding: 0 20px;
  }
}

@media (max-width: 1500px) {
  .wrap-1460 {
    padding: 0 20px;
  }
}

@media (max-width: 1400px) {
  .wrap-1360 {
    padding: 0 20px;
  }
}

@media (max-width: 1249px) {
  .wrap-1200 {
    padding: 0 20px;
  }
}
@media (max-width: 414px) {
  .btn-contact {
    width: 100%;
  }
}

.p-subhead {
  font-size: 36px;
  color: #000;
  font-family: 'Poppins-Bold';
  margin: 0;
  z-index: 1;
}

.p-subhead span {
  display: inline-block;
  position: relative;
}

.p-subhead span::after {
  content: '';
  display: block;
  width: 32px;
  height: 25px;
  background: url(../images/p_ti_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -16px;
  bottom: 8px;
  z-index: -1;
}

.columnar-esg li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}
.columnar-esg li:not(:last-child) {
  margin-bottom: 6px;
}
.columnar-esg li::before {
  display: block;
  content: '';
  position: absolute;
  top: 14px;
  left: 2px;
  width: 10px;
  height: 1px;
  background-color: #222;
}
@media (max-width: 1079px) {
  .columnar-esg li {
    padding-left: 18px;
    font-size: 16px;
  }
  .columnar-esg li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .columnar-esg li::before {
    top: 11px;
  }
}

/* ===== msa-nodata ===== */
.msg-nodata {
  padding: 100px 0;
}

.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 2px solid #093e76;
}

.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #005494;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.msg-nodata .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid #093e76;
}

.msg-nodata .text {
  text-align: center;
  font-weight: 600;
  color: #555;
  line-height: 1.5;
  margin: 20px auto 30px auto;
  font-size: 18px;
}

.msg-nodata .text strong {
  display: block;
}

/* ===== finish ===== */
.finish {
  padding: 50px 0;
}

.finish h2 {
  font-size: 40px;
  text-align: center;
}

.finish .msg-icon {
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #0395d9;
}

.finish .msg-icon::before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 21px;
  left: 52px;
  width: 3px;
  height: 50px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-icon::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 46px;
  left: 30px;
  width: 3px;
  height: 22px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-ti {
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  color: #0395d9;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.finish .msg-ti::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 1px;
  height: 40px;
  z-index: 1;
}

.finish .btn-wrap {
  text-align: center !important;
  margin-top: 40px;
}

.finish .btn-wrap a {
  width: 115px;
  background: #0395d9;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.finish .btn-wrap a:hover {
  background: #0395d9;
}

/* ===== p-ban ===== */
.p-ban {
  position: relative;
  z-index: 5;
  margin-top: 65px;
  overflow: hidden;
}

.p-ban .top {
  position: relative;
  padding: 70px 0 30px 0;
}

.p-ban .deco {
  position: absolute;
  top: -20px;
  left: 55%;
  font-size: 360px;
  font-family: 'Century Gothic';
  color: rgba(3, 149, 217, 0.08);
  font-weight: bold;
  letter-spacing: -1.5rem;
  line-height: 1;
}

.p-ban .subject h2 {
  font-size: 82px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
  color: #0395d9;
  line-height: 1.4;
}

.p-ban .subject p {
  padding-left: 2px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 18px;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 1440px) {
  .p-ban .top {
    padding: 55px 0 35px 0;
  }
  .p-ban .subject h2 {
    font-size: 60px;
  }
  .p-ban .deco {
    font-size: 230px;
    bottom: -30px;
    top: unset;
    letter-spacing: -1rem;
  }
}
@media (max-width: 1079px) {
  .p-ban .deco {
    bottom: -25px;
    font-size: 200px;
    letter-spacing: -.7rem;
  }
}
@media (max-width: 991px) {
  .p-ban .top {
    padding: 30px 0 15px 0;
  }
  .p-ban .subject h2 {
    font-size: 45px;
  }
  .p-ban .subject p br {
    display: none;
  }
  .p-ban .deco {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-ban .top {
    padding: 30px 0 15px 0;
  }
  .p-ban .subject h2 {
    font-size: 30px;
  }
  .p-ban .subject p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.3;
  }
  .p-ban .deco {
    display: none;
  }
}

/* ===== p-breadcrumb ===== */
.p-breadcrumb {
  padding: 10px 0;
  background: #f7f9fc;
}

.p-breadcrumb li {
  display: inline-block;
}

.p-breadcrumb li:last-child a {
  margin-right: 0;
}

.p-breadcrumb li:last-child a::after {
  display: none;
}

.p-breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #666;
  margin-right: 30px;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-breadcrumb li a:hover {
  color: rgba(230, 0, 18, 0.9);
}

.p-breadcrumb li a::after {
  content: '/';
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-breadcrumb li a.home {
  color: #068bc9;
}

.p-breadcrumb li a.home::after {
  color: #666;
}

.p-breadcrumb li a.home::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 22px;
  height: 19px;
  background: url(../images/home_icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

@media (max-width: 1440px) {
  .p-breadcrumb {
    padding: 6px 0;
  }
}

@media (max-width: 767px) {
  .p-breadcrumb li a {
    margin-right: 15px;
    font-size: 14px;
  }
  .p-breadcrumb li a.home {
    width: 14px;
    height: 15px;
    font-size: 0;
  }
  .p-breadcrumb li a.home::before {
    bottom: 3px;
    left: -5px;
  }
  .p-breadcrumb li a.home::after {
    font-size: 14px;
  }
  .p-breadcrumb li a::after {
    right: -12px;
  }
}

@media (max-width: 499px) {
  .p-breadcrumb .p-wrap {
    padding: 0 5px;
  }
}

/* ==========================================
 ##### animate
========================================== */
[data-scrollview="fadeInLeft"], [data-scrollview-repeat="fadeInLeft"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

[data-scrollview="fadeInLeft"].scroll-view, [data-scrollview-repeat="fadeInLeft"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview="fadeInRight"], [data-scrollview-repeat="fadeInRight"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

[data-scrollview="fadeInRight"].scroll-view, [data-scrollview-repeat="fadeInRight"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview="fadeInUp"], [data-scrollview-repeat="fadeInUp"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInUp"].scroll-view, [data-scrollview-repeat="fadeInUp"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInDown"], [data-scrollview-repeat="fadeInDown"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInDown"].scroll-view, [data-scrollview-repeat="fadeInDown"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="InOpacity"], [data-scrollview-repeat="InOpacity"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

[data-scrollview="InOpacity"].scroll-view, [data-scrollview-repeat="InOpacity"].scroll-view {
  opacity: 1;
}

[data-scrollview="flipIn"], [data-scrollview-repeat="flipIn"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s , -webkit-transform 1.2s;
  transition: opacity 1.2s , -webkit-transform 1.2s;
  -o-transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s , -webkit-transform 1.2s;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

[data-scrollview="flipIn"].scroll-view, [data-scrollview-repeat="flipIn"].scroll-view {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

[data-scrollview="zoomIn"], [data-scrollview-repeat="zoomIn"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s , -webkit-transform 1.2s;
  transition: opacity 1.2s , -webkit-transform 1.2s;
  -o-transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s , -webkit-transform 1.2s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

[data-scrollview="zoomIn"].scroll-view, [data-scrollview-repeat="zoomIn"].scroll-view {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[data-scrollview="spacing"], [data-scrollview-repeat="spacing"] {
  opacity: 0;
  letter-spacing: -10px;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

[data-scrollview="spacing"].scroll-view, [data-scrollview-repeat="spacing"].scroll-view {
  opacity: 1;
  letter-spacing: initial;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

/* ===== header ===== */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 65px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #fff;
  padding: 0 145px 0 0;
  z-index: 99;
}

.header h1 {
  font-size: 0;
}

.header .logo {
  width: 306px;
  height: 32px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 2%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header .nav {
  padding-top: 20px;
  text-align: right;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header .nav .m-first {
  font-size: 0;
}

.header .nav .m-first > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 22px;
}

.header .nav .m-first > li:not(:last-child)::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #d2ecf8;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.header .nav .m-first > li.contact {
  padding-right: 0;
}
.header .nav .m-first > li.sitemap,
.header .nav .m-first > li.contact::after {
  display: none;
}
.header .nav .m-first > li > a {
  position: relative;
  width: 100%;
  font-size: 17px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  font-family: 'OpenSans-Italic';
  color: #0395d9;
}
.header .nav .m-first > li > a:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #f5161f transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.header .nav .m-first > li.current > a {
  color: #e60012;
}

.header .nav .m-first > li .m-second {
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  border: rgba(255,255,255,.35) solid 1px;
  background: #0395d9;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.header .nav .m-first > li .m-second::before {
  content: '';
  width: 100%;
  height: 25px;
  background: transparent;
  position: absolute;
  top: -24px;
  left: 0;
}
.header .nav .m-first > li .m-second li:not(:last-child) {
  border-bottom: rgba(255,255,255,.25) solid 1px;
}
.header .nav .m-first > li .m-second li a {
  display: inline-block;
  padding: 12px 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .search-wrap {
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: right;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s, top 0.3s ease-in-out, opacity 1s 0.46s ease-in-out;
  -o-transition: width 0.3s, top 0.3s ease-in-out, opacity 1s 0.46s ease-in-out;
  transition: width 0.3s, top 0.3s ease-in-out, opacity 1s 0.46s ease-in-out;
}
.header .search-wrap .g-search-switch {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background: url(../images/icon_zoom.png) no-repeat;
  background-size: contain;
  font-size: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.header .search-wrap .form-wrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  padding: 0;
  margin: -1px 0;
  border-radius: 54px;
  width: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: width .3s, opacity .3s;
  -o-transition: width .3s, opacity .3s;
  transition: width .3s, opacity .3s;
}
.header .search-wrap input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  height: 40px;
  padding: 0 15px;
  line-height: 50px;
  border-radius: 50px;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}
.header .search-wrap input:focus {
  border-color: #0395d9;
}
.header .form-wrap .btn-search {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  border: none;
  background: url(../images/icon_zoom.png) no-repeat 0 0;
  background-size: cover;
}
.header .search-wrap.is-open {
  width: 250px;
}
.header .search-wrap.is-open .form-wrap {
  width: 100%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header .search-wrap.is-open .g-search-switch {
  pointer-events: auto;
  opacity: 0;
}

.header .sub-box {
  font-size: 0;
  position: absolute;
  top: 27px;
  right: 90px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .sub-box .lang-box {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: rgba(237, 237, 237, 0.2);
  color: #505050;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 18px;
  cursor: pointer;
}

.header .sub-box .lan {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/lan_icon.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.header .sub-box .lan.open ul {
  opacity: 1;
  pointer-events: auto;
}

.header .sub-box .lan ul {
  background: #fff;
  border: 1px solid #e60012;
  padding: 5px;
  width: 100%;
  position: absolute;
  top: 30px;
  right: -32px;
  pointer-events: none;
  opacity: 0;
  width: 80px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .sub-box .lan ul::before {
  content: '';
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  top: -20px;
  left: 0;
}

.header .sub-box .lan ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -7px;
  z-index: 2;
  top: -8px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #e60012 transparent;
}

.header .sub-box .lan ul li {
  border-top: 1px solid rgba(230, 0, 18, .3);
}

.header .sub-box .lan ul li:first-child {
  border-top: none;
}

.header .sub-box .lan ul li a {
  display: block;
  color: #555;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}

.header .sub-box .lan ul li a.current {
  color: #e60012;
}

.header .sub-box .lan ul li a:hover {
  color: #e60012;
}

.header.is-scroll {
  -webkit-animation: isScrollTop .8s ease-in-out;
          animation: isScrollTop .8s ease-in-out;
}

@-webkit-keyframes isScrollTop {
  0% {
    top: -65px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes isScrollTop {
  0% {
    top: -65px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@media (min-width: 1080px) {
  .header .nav {
    display: block !important;
  }
  .header .nav .m-first > li .m-second li a:hover {
    background: #037fb9;
  }
  .header .nav .m-first > li:hover > a:after,
  .header .nav .m-first > li.current > a:after,
  .header .nav .m-first > li:hover .m-second {
    opacity: 1;
    pointer-events: auto;
  }
  .header .nav .m-first > li > a:hover {
    color: #e60012;
  }
  .header .sub-box .lan:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1279px) {
  .header {
    padding: 0 90px 0 0;
  }
  .header .nav .m-first > li {
    padding: 0 15px;
  }
  .header .sub-box {
    right: 55px;
  }
  .header .search-wrap {
    right: 20px;
  }
}

@media (max-width: 1079px) {
  .header {
    padding-left: 0;
    background: #fff;
    padding: 0;
  }
  .header.is-scroll {
    -webkit-animation: none;
            animation: none;
  }
  .header .nav {
    width: 300px;
    height: 100vh;
    background: rgba(233, 233, 233, 0.98);
    position: absolute;
    top: 65px;
    left: -500px;
    padding-top: 0;
    overflow-y: scroll;
    text-align: left;
    -webkit-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
  }
  .header .nav .m-first {
    margin: 0;
  }
  .header .nav .m-first > li {
    display: block;
    padding: 0;
  }
  .header .nav .m-first > li.sitemap {
    display: block;
  }
  .header .nav .m-first > li::after {
    background-color: transparent;
  }
  .header .nav .m-first > li > a {
    display: inline-block;
    padding: 14px;
    width: 100%;
    color: #000;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
  .header .nav .m-first > li > a.current {
    color: #e60012;
  }
  .header .nav .m-first > li .m-second {
    opacity: 1;
    pointer-events: auto;
    display: none;
    padding: 0;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
  .header .nav .m-first > li .m-second::after,
  .header .nav .m-first > li .m-second::before {
    display: none;
  }
  .header .nav .m-first > li .m-second li a {
    text-align: left;
    padding: 12px 0 12px 30px;
    font-size: 16px;
  }

  .header .search-wrap {
    margin: 0;
    right: 60px;
  }
  .header .search-wrap .g-search-switch {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
  .header .sub-box {
    top: 22px;
    right: 108px;
  }
  .header .sub-box .lan {
    width: 25px;
    height: 25px;
    z-index: 10;
  }
  .header .sub-box .lan ul {
    top: 38px;
    right: -27px;
  }
  .header.on .nav {
    left: 0;
    z-index: 99;
  }
  .header.on .m-first > li.arrow::after, .header.header.is-scroll.on .m-first > li.arrow::after {
    pointer-events: none;
    content: '';
    position: absolute;
    z-index: 1;
    top: 19px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .header.on .m-first > li.arrow.open::after, .header.header.is-scroll.on .m-first > li.arrow.open::after {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 1px solid #000;
    border-top: 1px solid #000;
  }
}

@media (max-width: 499px) {
  .header .logo {
    top: 23px;
    width: 240px;
    height: 26px;
  }
}

@media (max-width: 399px) {
  .header .logo {
    top: 27px;
    width: 185px;
    height: 20px;
  }
  .header .nav {
    width: 100%;
  }
  .header .search-wrap.is-open {
    width: 200px;
  }
}

/* ===== switch ===== */
.header a.switch {
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header a.switch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
}

.header a.switch {
  font-size: 0;
  width: 60px;
  position: absolute;
  z-index: 100;
  display: none;
}

.header a.switch .line1,
.header a.switch .line2,
.header a.switch .line3 {
  width: 23px;
  height: 2px;
  background: #e60012;
  display: block;
}

.header a.switch span {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header a.switch .line1 {
  margin-top: -9px;
  -moz-transition: margin 0.3s 0.3s, -moz-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, -o-transform 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -webkit-transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header a.switch .line2 {
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header a.switch .line3 {
  margin-top: 9px;
  -moz-transition: margin 0.3s 0.3s, -moz-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, -o-transform 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -webkit-transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s 0.3s, -webkit-transform 0.3s;
  -o-transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s;
  transition: margin 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header.on a.switch .line1 {
  margin-top: 0px;
  -moz-transition: margin 0.3s, -moz-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, -o-transform 0.3s 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header.on a.switch .line2 {
  width: 0;
}

.header.on a.switch .line3 {
  margin-top: 0px;
  -moz-transition: margin 0.3s, -moz-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, -o-transform 0.3s 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  transition: margin 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s;
  transition: margin 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1079px) {
  .header.is-scroll a.switch {
    top: 34px;
  }
  .header a.switch {
    display: block;
    position: absolute;
    top: 34px;
    right: 0;
  }
}

/* ===== footer ===== */
.footer {
  background: url('../images/f_bg.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
}
.footer .wrap-1360 {
  padding-top: 85px;
  padding-bottom: 50px;
  background: url('../images/f_map.png') no-repeat right top;
}
.footer .item-g {
  padding-bottom: 50px;
  border-bottom: rgba(0, 0, 0, .09) solid 1px;
}
.footer .item-g .list,
.footer .item-g .pic {
  display: inline-block;
  vertical-align: top;
}
.footer .item-g .list {
  width: calc(100% - 315px);
}
.footer .item-g .list .box {
  display: inline-block;
  vertical-align: top;
  margin-right: 65px;
}
.footer .item-g .list .box:nth-child(1) {
  width: calc(36% - 65px);
}
.footer .item-g .list .box:nth-child(2) {
  width: calc(29% - 65px);
}
.footer .item-g .list .box.follow {
  width: calc(35% - 65px);
}
.footer .item-g .list .box h4 {
  line-height: 1.4;
  color: #8ce5ff;
  font-size: 17px;
  margin-bottom: 20px;
}
.footer .item-g .list .box ul {
  font-size: 0;
}
.footer .item-g .list .box ul li {
  display: inline-block;
  margin-bottom: 12px;
  padding-right: 5px;
  width: 50%;
  vertical-align: top;
}
.footer .item-g .list .box ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.footer .item-g .list .box .add {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.footer .item-g .list .box .tel,
.footer .item-g .list .box .fax {
  color: #fff;
  font-size: 15px;
  display: block;
  margin-top: 12px;
}
.footer .item-g .list .box .tel i,
.footer .item-g .list .box .fax i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.footer .item-g .list .box .tel i {
  margin-left: 3px;
  width: 12px;
  height: 12px;
  background: url(../images/tel_icon.png) no-repeat;
  background-size: contain;
}
.footer .item-g .list .box ol {
  margin-top: 18px;
}
.footer .item-g .list .box ol li {
  margin-right: 10px;
  display: inline-block;
}
.footer .item-g .list .box ol li:last-child {
  margin-right: 0;
}
.footer .item-g .list .box ol li a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.footer .item-g .list .box ol li a i {
  color: #0395d9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer .item-g .pic {
  width: 315px;
}
.footer .item-g .pic .img {
  width: 130px;
}
.footer .bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .bottom::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.footer .bottom .copy {
  color: #fff;
  float: right;
  font-size: 13px;
}
.footer .bottom .copy .font {
  color: #fff;
}
.footer .bottom .f-logo {
  float: left;
}
@media (min-width: 992px) {
  .footer .item-g .list .box ul li a:hover {
    text-decoration: underline;
  }
  .footer .item-g .list .box .tel:hover {
    text-decoration: underline;
  }
  .footer .item-g .list .box ol li a {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .footer .item-g .list .box ol li a:hover {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media (max-width: 1440px) {
  .footer .wrap-1360 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/f_map2.png) no-repeat right top;
  }
  .footer .item-g .pic {
    width: 150px;
  }
  .footer .item-g .list {
    width: calc(100% - 150px);
  }
  .footer .item-g .list .box {
    width: calc(33.33% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .footer .item-g .pic {
    width: 130px;
  }
  .footer .item-g .list {
    width: calc(100% - 130px);
  }
  .footer .item-g .list .box {
    margin-right: 20px;
  }
  .footer .item-g .list .box:nth-child(1) {
    width: calc(36% - 20px);
  }
  .footer .item-g .list .box:nth-child(2) {
    width: calc(29% - 20px);
  }
  .footer .item-g .list .box.follow {
    width: calc(35% - 20px);
  }
  .footer .item-g .list .box ul li {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .footer .item-g .pic .img {
    margin: auto;
  }
  .footer .item-g .list {
    padding-right: 50px;
    width: 70%;
  }
  .footer .item-g .list .box.follow {
    width: 100%;
  }
  .footer .item-g .list .box:not(.follow) {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .bottom {
    text-align: center;
  }
  .footer .bottom .f-logo,
  .footer .bottom .copy {
    display: inline-block;
    width: 100%;
    float: unset;
  }
  .footer .bottom .copy {
    margin-top: 10px;
  }
}
@media (max-width: 499px) {
  .footer .wrap-1360 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .item-g {
    padding-bottom: 30px;
  }
  .footer .item-g .pic {
    display: block;
    margin: 30px auto 0;
  }
  .footer .item-g .list {
    padding-right: 0;
    width: 100%;
  }
  .footer .item-g .list .box.follow {
    text-align: center;
  }
}

/* scroll-top */
.scroll-top {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  background-color: rgba(7,41,57,.7);
  overflow: hidden;
}
.scroll-top div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 9px;
  height: 9px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ===== i-ban ===== */
.i-ban {
  position: relative;
  line-height: 0;
  margin-top: 65px;
  overflow: hidden;
}

.i-ban .xs-show {
  display: none;
}

.i-ban .slick-dots {
  padding: 0;
  margin: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.i-ban .slick-dots li {
  margin-bottom: 5px;
}

.i-ban .slick-dots li:last-child {
  margin-bottom: 0;
}

.i-ban .slick-dots li button {
  border: none;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.i-ban .slick-dots .slick-active button {
  height: 25px;
  border-radius: 10px;
  background: #0395d9;
}

.i-ban .item {
  position: relative;
  overflow: hidden;
  display: block;
}

.i-ban .item > img {
  -webkit-transition: -webkit-transform ease-in-out 1.5s;
  transition: -webkit-transform ease-in-out 1.5s;
  -o-transition: transform ease-in-out 1.5s;
  transition: transform ease-in-out 1.5s;
  transition: transform ease-in-out 1.5s, -webkit-transform ease-in-out 1.5s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.i-ban .item .xs-show {
  display: none;
}

.i-ban .item .slogan {
  position: absolute;
  z-index: 1;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  top: 56%;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: #fff;
  line-height: 1.2;
  width: 100%;
  font-size: 46px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
}

.i-ban .item .slogan.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1050px;
  text-align: center;
}

.i-ban .item .slogan.right {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
  max-width: 580px;
}

.i-ban .item.in img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.i-ban .item.in .slogan.center {
  top: 50%;
}

.i-ban .item.in .slogan.right {
  top: 50%;
}

.i-ban .scroll-down {
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.i-ban .scroll-down.is-scroll {
  opacity: 0;
}

.i-ban .scroll-down span {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.i-ban .scroll-down span::after {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  background: url(../images/earth_icon.png) no-repeat;
  background-size: contain;
  margin: 15px auto 0;
  -webkit-animation: hover-spin2 6s linear infinite;
          animation: hover-spin2 6s linear infinite;
}

@-webkit-keyframes hover-spin2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes hover-spin2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 1440px) {
  .i-ban .slick-dots {
    right: 20px;
  }
  .i-ban .item .slogan {
    font-size: 38px;
    padding: 0 45px;
  }
  .i-ban .item .slogan.right {
    right: 5%;
    padding: 0 10px;
  }
  .i-ban .scroll-down span::after {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 991px) {
  .i-ban .slick-dots {
    right: 20px;
  }
  .i-ban .item .slogan {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .i-ban .slick-dots {
    right: 20px;
  }
  .i-ban .item .xs-hide {
    display: none;
  }
  .i-ban .item .xs-show {
    display: block;
  }
  .i-ban .item .slogan {
    font-size: 26px;
  }
  .i-ban .item .slogan.right {
    width: 100%;
    max-width: unset;
    right: 0;
    padding: 0 45px;
  }
  .i-ban .scroll-down span::after {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 499px) {
  .i-ban .slick-dots {
    right: 10px;
    bottom: 10px;
    top: unset;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .i-ban .item .xs-hide {
    display: none;
  }
  .i-ban .item .xs-show {
    display: block;
  }
  .i-ban .item .slogan {
    font-size: 24px;
    padding: 0 15px;
  }
  .i-ban .item .slogan.right {
    width: 100%;
    max-width: unset;
    right: 0;
    padding: 0 15px;
  }
  .i-ban .scroll-down {
    bottom: -28px;
  }
  .i-ban .scroll-down span::after {
    width: 40px;
    height: 40px;
  }
}

/* ===== i-prod ===== */
.i-prod {
  background: #ebf7fc;
}

.i-prod .wrap-1560,
#application .applic-box.wrap-1560 {
  position: relative;
  padding-top: 120px;
  border-right: rgba(215, 230, 236, 0.8) solid 1px;
  border-left: rgba(215, 230, 236, 0.8) solid 1px;
}
#application .applic-box.wrap-1560 {
  padding-left: 0;
  padding-right: 0;
}

.i-prod .wrap-1560::before,
#application .applic-box.wrap-1560::before {
  content: '';
  display: block;
  width: 25%;
  height: 100%;
  border-right: rgba(215, 230, 236, 0.8) solid 1px;
  border-left: rgba(215, 230, 236, 0.8) solid 1px;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 2;
  pointer-events: none;
}

.i-prod .wrap-1560::after,
#application .applic-box.wrap-1560::after  {
  content: '';
  display: block;
  width: 25%;
  height: 100%;
  border-left: rgba(215, 230, 236, 0.8) solid 1px;
  position: absolute;
  top: 0;
  left: 75%;
  z-index: 2;
  pointer-events: none;
}
#application .applic-box.wrap-1560 {
  padding-bottom: 120px;
}
.applic-box .box-g {
  font-size: 0;
}
.applic-box .box-g .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 85px 15px 0 70px;
  min-height: 310px;
  overflow: hidden;
  background: #fff;
}

.applic-box .box-g .box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
}
.applic-box .box-g .box:not(.blue)::after {
  background: rgba(3,149,217,.2);
}
.applic-box .box-g .box .xs-show {
  display: none;
}

.applic-box .box-g .box .num {
  font-family: 'Century Gothic';
  font-weight: bold;
  font-size: 110px;
  line-height: 1;
  color: #e6f1fa;
  position: absolute;
  top: 25px;
  right: -14px;
  letter-spacing: -5px;
}

.applic-box .box-g .box .icon img {
  width: auto;
  height: 62px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.applic-box .box-g .box .txt {
  font-size: 20px;
  color: #0395d9;
  line-height: 1.4;
  margin-top: 15px;
}

.applic-box .box-g .box.blue {
  background: #0395d9;
}

.applic-box .box-g .box.blue .txt {
  color: #fff;
}

.applic-box .box-g .box.blue .num {
  color: rgba(255, 255, 255, 0.08);
}

.applic-box .box-g .box.empty-box::after, .i-prod .box-g .box.pic-box::after, .i-prod .box-g .box.summary::after {
  display: none;
}

.applic-box .box-g .box.empty-box {
  background: none;
}

.applic-box .box-g .box.pic-box {
  background: url(../images/i_prod.jpg) no-repeat;
  background-size: cover;
}

.applic-box .box-g .box.summary {
  width: 50%;
  padding: 60px 20px 0 90px;
  background: none;
  z-index: 3;
}
#application .applic-box .box-g .box.summary {
  padding: 60px 20px 0;
  width: 25%;
}
.applic-box .box-g .box.summary .ti-box {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.applic-box .box-g .box.summary .ti-box::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  border: 17px solid #dff2fa;
  position: absolute;
  top: -45px;
  left: -55px;
  z-index: -1;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
#application .applic-box .box-g .box.summary .ti-box::before {
  display: none;
}
.applic-box .box-g .box.summary p {
  color: #555;
  font-size: 18px;
  z-index: 1;
  position: relative;
}

.applic-box .box-g .box.summary p span {
  color: #0395d9;
  font-weight: bold;
  display: inline;
}

@media (min-width: 992px) {
  .applic-box .box-g .box:hover::after {
    opacity: 1;
  }
  .applic-box .box-g .box:hover .icon img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 1569px) {
  .i-prod .wrap-1560 {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
}

/* @media (max-width: 1569px) {
  .i-prod .wrap-1560::before,
  .i-prod .wrap-1560::after,
  #application .applic-box.wrap-1560::before,
  #application .applic-box.wrap-1560::after {
    display: none;
  }
} */

@media (max-width: 1440px) {
  .ti {
    font-size: 32px;
  }
  #application .applic-box.wrap-1560 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .applic-box .box-g .box {
    min-height: 270px;
  }
  .applic-box .box-g .box.summary {
    padding: 20px;
  }
  .applic-box .box-g .box.summary .ti-box {
    margin-bottom: 5px;
  }
  .applic-box .box-g .box.summary .ti-box::before {
    display: none;
  }
}

@media (max-width: 1249px) {
  .applic-box .box-g .box {
    padding: 80px 15px 0 35px;
    min-height: 250px;
  }
  .applic-box .box-g .box .num {
    right: -12px;
    font-size: 100px;
  }
}
@media (max-width: 1249px) {
  .i-prod .wrap-1560 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .ti {
    font-size: 26px;
  }
  .applic-box .box-g .box {
    padding: 55px 20px 0 20px;
    min-height: 220px;
  }
  .applic-box .box-g .box .txt {
    font-size: 18px;
  }
  .applic-box .box-g .box .num {
    right: -6px;
    font-size: 70px;
  }
  .applic-box .box-g .box.summary {
    padding: 10px 20px 10px 10px;
  }
  .applic-box .box-g .box.summary p {
    font-size: 16px;
  }
  .applic-box .box-g .box .icon img {
    height: 54px;
  }
}

@media (max-width: 767px) {
  .i-prod .wrap-1560, #application .applic-box.wrap-1560 {
    padding-top: 35px;
    border: none;
  }
  .i-prod .wrap-1560 {
    padding: 35px 20px;
  }
  .i-prod .wrap-1560::before,
  .i-prod .wrap-1560::after,
  #application .applic-box.wrap-1560::before,
  #application .applic-box.wrap-1560::after {
    display: none;
  }
  .applic-box .box-g .box {
    padding: 0;
    width: 100%;
    padding: 20px 20px 20px 110px;
    min-height: unset;
    border-bottom: 1px solid #ddd;
  }
  .applic-box .box-g .box[data-aos=flip-left] {
    -webkit-transform: perspective(0) rotateY(0) !important;
            transform: perspective(0) rotateY(0) !important;
  }
  .applic-box .box-g .box .xs-show {
    display: block;
  }
  .applic-box .box-g .box .xs-hide {
    display: none;
  }
  .applic-box .box-g .box .num {
    top: 50%;
    left: 10px;
    right: unset;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 70px;
  }
  .applic-box .box-g .box .icon, .applic-box .box-g .box .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .applic-box .box-g .box .txt {
    margin-left: 20px;
    margin-top: 0;
    font-size: 20px;
  }
  .applic-box .box-g .box.empty-box, .applic-box .box-g .box.pic-box {
    display: none;
  }
  .applic-box .box-g .box.blue {
    background: #fff;
  }
  .applic-box .box-g .box.blue .txt {
    color: #0395d9;
  }
  .applic-box .box-g .box.blue .num {
    color: #e6f1fa;
  }
  .applic-box .box-g .box.summary {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  #application .applic-box .box-g .box.summary {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 499px) {
  .applic-box .box-g .box {
    padding: 10px 0 10px 60px;
  }
  .applic-box .box-g .box .num {
    font-size: 40px;
    left: 8px;
  }
  .applic-box .box-g .box .icon {
    width: 50px;
  }
  .applic-box .box-g .box .txt {
    font-size: 17px;
    margin-left: 8px;
  }
}

/* ===== i-slogan ===== */
.i-slogan {
  position: relative;
  z-index: 1;
  height: 655px;
  overflow: hidden;
}
.i-slogan::after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 350px;
  border: 22px solid rgba(255, 255, 255, 0.35);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.i-slogan .parallax-box {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.i-slogan .wrap-1460 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.i-slogan p {
  width: 100%;
  margin: auto;
  line-height: 1.3;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 40px;
  color: #0395d9;
  text-align: center;
}
.i-slogan p::before {
  content: '';
  display: block;
  width: 41px;
  height: 39px;
  background: url(../images/i_slogan_deco.png) no-repeat;
  background-size: contain;
  margin: 0 auto 35px;
}
@media (max-width: 1440px) {
  .i-slogan {
    height: 520px;
  }
  .i-slogan::after {
    width: 300px;
    height: 300px;
    border: 17px solid rgba(255, 255, 255, 0.35);
  }
  .i-slogan p {
    font-size: 32px;
  }
  .i-slogan p::before {
    width: 33px;
    height: 31px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 991px) {
  .i-slogan::after {
    width: 260px;
    height: 260px;
    border: 15px solid rgba(255, 255, 255, 0.35);
  }
  .i-slogan p {
    font-size: 32px;
    width: 100%;
    max-width: unset;
  }
  .i-slogan p::before {
    width: 30px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .i-slogan {
    height: 450px;
  }
  .i-slogan::after {
    width: 210px;
    height: 210px;
    border: 10px solid rgba(255, 255, 255, 0.35);
  }
  .i-slogan p {
    font-size: 26px;
    width: 100%;
    max-width: unset;
  }
  .i-slogan p::before {
    width: 25px;
    height: 23px;
  }
}
@media (max-width: 639px) {
  .i-slogan {
    height: 380px;
  }
}

/* ===== i-esg ===== */
.i-esg {
  padding: 140px 0 120px;
  background: url(../images/i_esg_bg.png) no-repeat 20% center;
  background-size: cover;
}

.i-esg .txt, .i-esg .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.i-esg .txt span {
  color: #0395d9;
  font-size: 40px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
  line-height: 1.4;
}

.i-esg .txt h2 {
  line-height: 1.2;
  color: #114769;
  font-size: 53px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  margin: 5px 0 20px;
}

.i-esg .txt p {
  color: #555;
  font-size: 18px;
  line-height: 2;
  padding-left: 30px;
}

.i-esg .txt .btn-wrap {
  text-align: left;
  padding-left: 30px;
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .i-esg {
    padding: 70px 0;
  }
  .i-esg .pic {
    padding-left: 40px;
  }
  .i-esg .txt span {
    font-size: 32px;
  }
  .i-esg .txt h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .i-esg .txt p {
    padding-left: 0;
  }
  .i-esg .txt p br {
    display: none;
  }
  .i-esg .txt .btn-wrap {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .i-esg .txt, .i-esg .pic {
    vertical-align: top;
  }
  .i-esg .txt span {
    font-size: 26px;
  }
  .i-esg .txt h2 {
    font-size: 28px;
  }
  .i-esg .txt p {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .i-esg {
    background-position: 50% center;
  }
}
@media (max-width: 699px) {
  .i-esg {
    padding: 35px 0;
    background: none;
  }
  .i-esg .txt, .i-esg .pic {
    width: 100%;
  }
  .i-esg .pic {
    padding: 0;
    margin-top: 25px;
    text-align: center;
  }
  .i-esg .pic .img {
    margin: 0 auto;
    max-width: 360px;
  }
  .i-esg .txt h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .i-esg .txt .btn-wrap {
    text-align: right;
  }
}

/* ===== privacy ===== */
.p-cont {
  padding: 75px 0 90px 0;
}

#privacy .btn-wrap {
  margin-top: 80px;
}

.edit-privacy p {
  font-size: 18px;
  color: #121212;
  margin-bottom: 25px;
}

.edit-privacy .blue {
  color: #0395d9;
  font-weight: bold;
}

.edit-privacy ul {
  margin-top: 40px;
}

.edit-privacy ul h3 {
  color: #0395d9;
  font-size: 24px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-left: 25px;
}

.edit-privacy ul h3::before {
  content: '';
  display: block;
  width: 16px;
  height: 8px;
  background: url(../images/privacy_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
}

.edit-privacy ul li {
  font-size: 18px;
  color: #121212;
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .p-cont {
    padding: 55px 0 80px 0;
  }
  #privacy .btn-wrap {
    margin-top: 50px;
  }
  .edit-privacy ul {
    margin-top: 25px;
  }
  .edit-privacy ul li {
    margin-top: 15px;
  }
  .edit-privacy p {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .p-cont {
    padding: 30px 0 50px 0;
  }
  .edit-privacy ul {
    margin-top: 20px;
  }
  .edit-privacy ul h3 {
    font-size: 20px;
  }
  .edit-privacy ul li {
    margin-top: 10px;
  }
}

/* ===== sitemap ===== */
#sitemap .item-g {
  margin: 0 -20px;
}

#sitemap .item-g .item {
  vertical-align: top;
  width: 25%;
  padding: 0 20px;
}

#sitemap .item-g .item .box {
  border: 4px solid #0395d9;
  padding: 40px 18px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 24px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 24px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  margin-bottom: 30px;
}

#sitemap .item-g .item .box h3 {
  line-height: 1.4;
  color: #0395d9;
  font-size: 22px;
  border-bottom: 1px solid #0395d9;
  padding-bottom: 5px;
  font-style: italic;
}

#sitemap .item-g .item .box ul {
  margin-top: 25px;
}

#sitemap .item-g .item .box ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

#sitemap .item-g .item .box ul li:last-child {
  margin-bottom: 0;
}

#sitemap .item-g .item .box ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #f5161f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sitemap .item-g .item .box ul li a {
  font-size: 16px;
  color: #666;
}

#sitemap .btn-wrap {
  margin-top: 80px;
}

@media (min-width: 992px) {
  #sitemap .item-g .item .box ul li a {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  #sitemap .item-g .item .box ul li a:hover {
    color: #000;
  }
}

@media (max-width: 1440px) {
  #sitemap .item-g {
    margin: 0 -10px;
  }
  #sitemap .item-g .item {
    padding: 0 10px;
    width: 33.33%;
  }
  #sitemap .item-g .item .box {
    padding: 15px;
    margin-bottom: 20px;
  }
  #sitemap .item-g .item .box ul {
    margin-top: 15px;
  }
  #sitemap .btn-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #sitemap .item-g .item {
    width: 50%;
  }
}

@media (max-width: 499px) {
  #sitemap .item-g {
    margin: 0;
  }
  #sitemap .item-g .item {
    width: 100%;
    padding: 0;
  }
  #sitemap .item-g .item .box {
    margin-bottom: 15px;
  }
  #sitemap .btn-wrap {
    margin-top: 30px;
  }
}

/* ===== certificate ===== */
#certificate .item-g {
  margin: 0 -40px;
}

#certificate .item-g .slick-box {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 40px;
  margin-bottom: 40px;
}

#certificate .item-g .slick-box:nth-child(odd) {
  margin-top: 40px;
}

#certificate .item-g .slick-box .box {
  text-align: center;
}

#certificate .item-g .slick-box .box .pic {
  border: 1px solid #ddd;
  padding: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: relative;
}

#certificate .item-g .slick-box .box .pic span {
  color: #0395d9;
  font-size: 18px;
  font-family: 'Century Gothic';
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#certificate .item-g .slick-box .box .pic::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#certificate .item-g .slick-box .box .pic::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/certificate_zoom.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

#certificate .item-g .slick-box .box p {
  color: #121212;
  font-size: 16px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  #certificate .item-g .slick-box .box:hover .pic {
    border: 1px solid #0395d9;
  }
  #certificate .item-g .slick-box .box:hover .pic::before {
    opacity: 1;
  }
  #certificate .item-g .slick-box .box:hover .pic span {
    opacity: 1;
  }
}

@media (max-width: 1440px) {
  #certificate .item-g {
    margin: 0 -18px;
  }
  #certificate .item-g .slick-box {
    padding: 0 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #certificate .item-g {
    margin: 0 -12px;
  }
  #certificate .item-g .slick-box {
    padding: 0 12px;
  }
  #certificate .item-g .slick-box:nth-child(odd) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #certificate .item-g {
    margin: 0 -10px;
  }
  #certificate .item-g .slick-box {
    padding: 0 10px;
    width: 33.33%;
  }
}

@media (max-width: 499px) {
  #certificate .item-g {
    margin: 0 -6px;
  }
  #certificate .item-g .slick-box {
    padding: 0 6px;
    width: 50%;
  }
}

/* ===== guideline ===== */
#guideline .philosophy {
  padding-top: 40px;
}
#guideline .philosophy .one {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
}
#guideline .philosophy .one .txt {
  padding-left: 30px;
}
#guideline .philosophy .one .slogan {
  position: relative;
  margin: 50px 0 40px 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 26px;
  color: #114769;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: .15rem;
}
#guideline .philosophy .one .slogan::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: -50px;
  left: -40px;
  width: 140px;
  height: 140px;
  border: rgba(3, 149, 217, .1) solid 20px;
}
#guideline .philosophy .one p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}
#guideline .philosophy .one .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

#guideline .philosophy .two {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
#guideline .philosophy .two .parallax-box {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
}
#guideline .philosophy .two .wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 120px 20px;
  max-width: 1400px;
}
#guideline .philosophy .two .ti,
#guideline .philosophy .two .ti span {
  color: #fff;
}
#guideline .philosophy .two .ti {
  margin-bottom: 30px;
}
#guideline .philo-slicks {
  position: relative;
  margin: 0 -15px;
  color: #fff;
}
#guideline .philo-slicks .slick-slide {
  line-height: 0;
}
#guideline .philo-slicks .item {
  padding: 0 15px;
}
#guideline .philo-slicks .box {
  padding: 75px 20px 60px;
  text-align: center;
  border: #fff solid 1px;
  background-color: rgba(0, 0, 0, .2);
}
#guideline .philo-slicks .item .icon {
  margin: 0 auto;
  padding-top: 25px;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  background-color: #03a7f3;
  box-shadow: 1px 1px 4px 8px rgba(0, 0, 0, .04);
}
#guideline .philo-slicks .item .icon span {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 40px;
  background: url("../images/guideline_icon.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
#guideline .philo-slicks .item.customer .icon span {
  background-position: 0 0;
}
#guideline .philo-slicks .item.community .icon span {
  background-position: 0 -40px;
}
#guideline .philo-slicks .item.staff .icon span {
  background-position: 0 -80px;
}
#guideline .philo-slicks .item.share .icon span {
  background-position: 0 -120px;
}
#guideline .philo-slicks .item h4 {
  margin: 40px 0 20px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 22px;
  font-weight: bold;
}
#guideline .philo-slicks .item p {
  min-height: 150px;
  font-size: 16px;
  line-height: 24px;
}

#guideline .credo {
  position: relative;
  padding-top: 40px;
  background-color: rgba(3, 149, 217, .08);
}
#guideline .credo .wrap {
  margin: 0 auto;
  max-width: 1400px;
}
#guideline .credo .ti {
  margin-bottom: 10px;
  padding: 0 20px;
}
#guideline .credo p {
  padding: 0 20px;
  font-size: 16px;
  line-height: 28px;
}
#guideline .credo .list .item {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  vertical-align: top;
}
#guideline .credo .list .item .txt {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 15px;
  width: 120px;
  height: 100%;
  color: #fff;
  background-color: #0395d9;
}
#guideline .credo .item .txt .icon {
  width: 50px;
  height: 46px;
  overflow: hidden;
}
#guideline .credo .item .txt .icon span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/guideline_icon2.png") no-repeat 0 0;
  background-size: cover;
}
#guideline .credo .item:nth-child(1) .txt .icon span {
  background-position: 0 0;
}
#guideline .credo .item:nth-child(2) .txt .icon span {
  background-position: 0 -46px;
}

#guideline .credo .item:nth-child(3) .txt .icon span {
  background-position: 0 -92px;
}

#guideline .credo .item:nth-child(4) .txt .icon span {
  background-position: 0 -138px;
}
#guideline .credo .item .txt h4 {
  margin: 10px 0 0 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 16px;
  line-height: 22px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}
#guideline .credo .item .txt .num {
  position: absolute;
  z-index: 2;
  bottom: -35px;
  right: 20px;
  font-family: 'Century Gothic';
  font-size: 80px;
  font-weight: bold;
  color: rgba(255,255,255,.15);
}
#guideline .credo .txt-en {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10%;
  font-family: 'Century Gothic';
  font-size: 100px;
  color: rgba(3, 149, 217, .1);
  font-weight: bold;
  letter-spacing: -.5rem;
  line-height: 80px;
}
@media (max-width: 767px) {
  #guideline .philosophy .two .ti {
    text-align: center;
  }
  #guideline .philo-slicks .box {
    padding: 50px 20px;
  }
  #guideline .credo .list {
    margin-top: 40px;
  }
  #guideline .credo .list .item {
    max-width: 655px;
  }
  #guideline .credo .list .item:not(:last-child) {
    border-bottom: rgba(3, 149, 217, .5) solid 1px;
  }
}
@media (max-width: 639px) {
  #guideline .credo .list {
    margin-top: 20px;
  }
  #guideline .philo-slicks .item p {
    min-height: 110px;
  }
}

@media (min-width: 640px) {
  #guideline .credo {
    padding: 40px 0 120px;
  }
  #guideline .credo .list .item .txt {
    width: 140px;
  }
  #guideline .credo .item .txt .num {
    bottom: -45px;
    font-size: 100px;
  }
  #guideline .credo .txt-en {
    display: block;
  }
}
@media (min-width: 768px) {
  #guideline .philosophy .one .txt {
    padding: 40px 60px;
    float: left;
    width: 50%;
  }
  #guideline .philosophy .one p {
    padding-right: 8%;
  }
  #guideline .philosophy .one .pic {
    float: right;
    width: 50%;
    max-width: 650px;
    text-align: right;
  }
  #guideline .philosophy .one .slogan {
    font-size: 26px;
    line-height: 32px;
  }
  #guideline .philosophy .one .txt {
    padding: 40px 30px;
    float: left;
    width: 50%;
  }
  #guideline .philosophy .one p {
    padding-right: 5%;
    font-size: 18px;
    line-height: 28px;
  }
  #guideline .philosophy .one .pic {
    float: right;
    max-width: 650px;
    text-align: right;
  }

  #guideline .philosophy .two {
    top: -40px;
    margin-bottom: -40px;
    height: 760px;
  }
  #guideline .philosophy .two .parallax-box {
    height: 760px;
  }
  #guideline .philosophy .two .wrap {
    padding: 80px 20px;
  }
  #guideline .philosophy .two .ti {
    margin-bottom: 40px;
  }

  #guideline .credo p {
    margin-left: 40px;
    max-width: 590px;
    font-size: 18px;
    line-height: 32px;
  }
  #guideline .credo .list {
    margin: 0 -20px;
  }
  #guideline .credo .list .item {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding: 0 20px;
    width: calc(50% - 4px);
  }
  #guideline .credo .list .item .txt {
    padding: 15px 20px;
    right: 20px;
  }
  #guideline .credo .txt-en {
    font-size: 120px;
    line-height: 95px;
    letter-spacing: -.8rem;
  }
}
@media (min-width: 992px) {
  #guideline .philosophy {
    padding-top: 80px;
  }
  #guideline .philosophy .one .slogan {
    font-size: 28px;
    line-height: 38px;
  }
  #guideline .philosophy .one .slogan::before {
    top: -60px;
    left: -30px;
    width: 160px;
    height: 160px;
  }
  #guideline .philosophy .two {
    top: -220px;
    margin-bottom: -220px;
    height: 900px;
  }
  #guideline .philosophy .two .parallax-box {
    height: 900px;
  }
  #guideline .philosophy .two .wrap {
    padding: 170px 20px;
  }
  #guideline .philosophy .two .ti {
    margin-bottom: 80px;
  }

  #guideline .credo {
    padding: 80px 0 120px;
  }
  #guideline .credo .list .item .txt {
    padding: 30px 20px;
  }
  #guideline .credo .item .txt .icon {
    width: 65px;
    height: 60px;
  }
  #guideline .credo .item:nth-child(1) .txt .icon span {
    background-position: 0 0;
  }
  #guideline .credo .item:nth-child(2) .txt .icon span {
    background-position: 0 -60px;
  }

  #guideline .credo .item:nth-child(3) .txt .icon span {
    background-position: 0 -120px;
  }

  #guideline .credo .item:nth-child(4) .txt .icon span {
    background-position: 0 -180px;
  }
  #guideline .credo .item .txt h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #guideline .credo .item .txt .num {
    bottom: -60px;
    font-size: 140px;
  }
  #guideline .credo .txt-en {
    right: -35%;
    font-size: 190px;
    line-height: 140px;
    letter-spacing: -1rem;
  }
}
@media (min-width: 1200px) {
  #guideline .philosophy .one .slogan {
    font-size: 32px;
    line-height: 40px;
  }
  #guideline .philosophy .one p {
    padding-right: 8%;
    font-size: 20px;
    line-height: 40px;
  }
  #guideline .philosophy .two {
    height: 980px;
  }
  #guideline .philosophy .two .parallax-box {
    height: 980px;
  }
  #guideline .philosophy .two .ti {
    margin-bottom: 120px;
  }

  #guideline .credo .list .item:nth-child(odd) {
    margin-top: 50px;
  }
  #guideline .credo .list .item:nth-child(even) {
    margin-top: -20px;
  }
  #guideline .credo .item .txt h4 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  #guideline .philosophy .one .txt {
    padding: 40px 60px;
  }
  #guideline .philosophy .one .slogan {
    margin: 50px 0 60px 0;
    font-size: 40px;
    line-height: 55px;
  }
  #guideline .philosophy .one .slogan::before {
    top: -70px;
    left: -45px;
    width: 220px;
    height: 220px;
    border: rgba(3, 149, 217, .1) solid 25px;
  }
}
@media (min-width: 1367px) {
  #guideline .philosophy {
    padding-top: 140px;
  }
  #guideline .philo-slicks {
    margin: 0 -20px;
  }
  #guideline .philo-slicks .item {
    padding: 0 20px;
  }

  #guideline .credo {
    padding: 120px 0;
  }
  #guideline .credo .list {
    margin: 0 -45px;
  }
  #guideline .credo .list .item {
    padding: 0 45px;
  }
  #guideline .credo .list .item:nth-child(odd) {
    margin-top: 70px;
  }
  #guideline .credo .list .item .txt {
    right: 45px;
    padding: 50px 20px 30px;
    width: 190px;
  }
  #guideline .credo .txt-en {
    right: -44%;
    font-size: 280px;
    line-height: 200px;
    letter-spacing: -1.5rem;
  }
}
@media (min-width: 1560px) {
  #guideline .philosophy .one .txt {
    padding: 40px 80px 40px 0;
  }
  #guideline .philosophy .one .slogan {
    margin: 110px 0 70px 0;
    font-size: 55px;
    line-height: 65px;
  }
  #guideline .philosophy .one .slogan::before {
    top: -110px;
    left: -80px;
    width: 275px;
    height: 275px;
    border: rgba(3, 149, 217, .1) solid 25px;
  }
}

/* ===== social ===== */
#social .philosophy {
  padding: 4.5vw 0 5vw;
}
#social .philosophy .summary {
  margin: 10px 0 30px;
  font-size: 16px;
  color: #555;
  line-height: 26px;
}

#social .philosophy .list-wrap {
  position: relative;
}
#social .philosophy .list img {
  display: block;
  max-width: 100%;
  height: auto;
}
#social .philosophy .item {
  position: relative;
}
#social .philosophy .item.customer {
  background-color: #91b93c;
}
#social .philosophy .item.community {
  background-color: #12b494;
}
#social .philosophy .item.staff {
  background-color: #0ea6cc;
}
#social .philosophy .item.share {
  background-color: #6c44b5;
}
#social .philosophy .item {
  display: block;
  width: 100%;
  min-height: 350px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}
#social .philosophy .box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  padding: 0 15px;
  width: 100%;
  color: #fff;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#social .philosophy .item .icon {
  margin: 0 auto 10px;
  width: 50px;
}
#social .philosophy .item .icon span {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 40px;
  background: url("../images/guideline_icon.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
#social .philosophy .item.customer .icon span {
  background-position: 0 0;
}
#social .philosophy .item.community .icon span {
  background-position: 0 -40px;
}
#social .philosophy .item.staff .icon span {
  background-position: 0 -80px;
}
#social .philosophy .item.share .icon span {
  background-position: 0 -120px;
}
#social .philosophy .item h4 {
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
}
#social .philosophy .item p {
  margin: 0 auto;
  padding-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

#social .credo {
  position: relative;
  padding: 4.5vw 0 4vw;
  background-color: rgba(3, 149, 217, .15);
  overflow: hidden;
}
#social .credo .ti-box,
#social .credo .list {
  position: relative;
  z-index: 2;
}
#social .credo .ti-box p {
  margin-top: 8px;
  max-width: 650px;
  font-size: 16px;
  color: #555;
  line-height: 26px;
  overflow: hidden;
}
#social .credo .esg-list {
  margin-top: 2.5vw;
  padding: 0 5vw;
}
@media (max-width: 1279px) {
  #social .credo .esg-list {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  #social .credo {
    padding: 40px 0;
  }
  #social .credo .ti-box p {
    margin-top: 10px;
  }
  #social .credo .esg-list {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #social .philosophy {
    padding: 45px 0;
  }
  #social .credo .esg-list {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #social .philosophy .summary {
    margin-bottom: 20px;
  }
  #social .philosophy .item {
    margin-bottom: 10px;
  }
  #social .philosophy .item:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
  }
  #social .philosophy .item.customer {
    background: url("../images/social_pic1-1.jpg") no-repeat center center;
    background-size: cover;
  }
  #social .philosophy .item.community {
    background: url("../images/social_pic1-2.jpg") no-repeat center center;
    background-size: cover;
  }
  #social .philosophy .item.staff {
    background: url("../images/social_pic1-3.jpg") no-repeat center center;
    background-size: cover;
  }
  #social .philosophy .item.share {
    background: url("../images/social_pic1-4.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #social .philosophy .summary {
    font-size: 18px;
    line-height: 32px;
  }
  #social .philosophy .list {
    float: left;
  }
  #social .philosophy .list:nth-child(1),
  #social .philosophy .list:nth-child(3) {
    width: calc((100% - 220px) / 2);
  }
  #social .philosophy .list.parallax-box {
    position: relative;
    width: 220px;
    height: 699px;
    font-size: 0;
    line-height: 0;
    border-left: #fff solid 2px;
    border-right: #fff solid 1px;
    overflow: hidden;
  }
  #social .philosophy .list.parallax-box > div {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #social .philosophy .item h4 {
    font-size: 26px;
  }
  #social .philosophy .item p {
    font-size: 17px;
    line-height: 24px;
  }

  #social .credo .ti-box p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  #social .philosophy .summary {
    margin: 20px 0 2.5vw;
  }
  #social .philosophy .list:nth-child(2) {
    display: block;
  }
  #social .philosophy .list:nth-child(1),
  #social .philosophy .list:nth-child(3) {
    width: calc((100% - 360px) / 2);
  }
  #social .philosophy .list.parallax-box {
    width: 360px;
  }
  #social .philosophy .item h4 {
    font-size: 28px;
  }

  #social .credo .ti-box .ti {
    float: left;
    width: 310px;
  }
  #social .credo .ti-box p {
    color: #555;
  }
}
@media (min-width: 1280px) {
  #social .philosophy .list:nth-child(1),
  #social .philosophy .list:nth-child(3) {
    width: calc((100% - 430px) / 2);
  }
  #social .philosophy .list.parallax-box {
    width: 430px;
  }
}
@media (min-width: 1367px) {
  #social .philosophy .box {
    padding: 0 2.5vw;
  }
  #social .philosophy .item h4 {
    font-size: 32px;
  }
  #social .philosophy .item p {
    font-size: 18px;
    line-height: 28px;
  }

  #social .credo .ti-box .ti {
    width: 380px;
  }
}
@media (min-width: 1680px) {
  #social .credo .list {
    padding-left: 95px;
  }
}

/* ===== solution ===== */
#solution {
  padding: 145px 0;
  background: url('../images/solutions_bg.jpg') no-repeat 0 0;
  background-size: contain;
}
#solution .item-g {
  position: relative;
  padding: 0 80px 50px;
}
#solution .btn-wrap {
  text-align: left;
}

#solution .item-g .txt {
  padding: 50px 0 0 90px;
  float: left;
  width: 50%;
}
#solution .item-g .txt h3 {
  margin-bottom: 45px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 40px;
  color: #121212;
  font-weight: bold;
  line-height: 1.2;
}
#solution .item-g .txt p {
  margin-bottom: 25px;
  padding-right: 20%;
  font-size: 18px;
  color: #555;
}

#solution .item-g .pic {
  padding-left: 70px;
  float: right;
  width: 50%;
}
#solution .item-g .pic img {
  display: block;
  width: 100%;
  max-width: 625px;
  height: auto;
}

#solution .icon-items {
  padding: 70px 50px;
  width: 100%;
  background-color: #0fb28d;
  box-shadow: 2px 5px 22px rgba(0,0,0,.3);
  background: rgb(3,149,217);
  background: -moz-linear-gradient(45deg,  rgba(3,149,217,1) 0%, rgba(35,211,164,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(3,149,217,1) 0%,rgba(35,211,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(3,149,217,1) 0%,rgba(35,211,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0395d9', endColorstr='#23d3a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#solution .icon-items li {
  position: relative;
  float: left;
  width: 33.333333%;
  text-align: center;
}
#solution .icon-items li:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -23px;
  width: 1px;
  height: 55px;
  background-color: rgba(255, 255, 255, .35);
}
#solution .icon-items li .icon {
  margin: 0 auto;
  width: 57px;
  height: 57px;
  background: url('../images/solution_icon.png') no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
#solution .icon-items li.technology .icon {
  background-position: 0 0;
}
#solution .icon-items li.multiple .icon {
  background-position: 0 -57px;
}
#solution .icon-items li.equipped .icon {
  background-position: 0 -114px;
}
#solution .icon-items li p {
  margin: 15px 0 0 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 900px) {
  #solution .icon-items {
    position: absolute;
    z-index: 1;
    left: 80px;
    bottom: 0;
    width: 70%;
  }
}
@media (min-width: 992px) {
  #solution .btn-wrap a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}

@media (max-width: 1679px) {
  #solution .item-g {
    padding: 0 40px 50px;
  }
  #solution .item-g .txt {
    padding: 50px 0 0 60px;
  }
  #solution .icon-items {
    left: 40px;
  }
}
@media (max-width: 1559px) {
  #solution {
    padding:  80px 0;
  }
}
@media (max-width: 1439px) {
  #solution .item-g .txt h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  #solution .item-g .txt p {
    margin-bottom: 15px;
  }
  #solution .icon-items {
    padding: 50px 20px;
  }
}
@media (max-width: 1366px) {
  #solution .item-g .txt {
    padding: 40px 0 0 40px;
  }
  #solution .item-g .txt p {
    padding-right: 0;
  }
  #solution .item-g .pic {
    padding-left: 50px;
  }
}
@media (max-width: 1279px) {
  #solution .item-g {
    padding: 0 0 30px;
  }
  #solution .item-g .txt {
    padding-top: 30px;
  }
  #solution .icon-items {
    left: 0;
    padding: 30px 20px;
  }
}
@media (max-width: 1079px) {
  #solution .item-g .txt {
    padding-top: 20px;
  }
  #solution .item-g .txt h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #solution {
    padding: 40px 0 50px;
  }
  #solution .btn-wrap {
    margin-top: 20px;
  }
  #solution .item-g .txt {
    padding-left: 0;
  }
  #solution .item-g .txt p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #solution .item-g .txt h3 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  #solution .icon-items li .icon {
    width: 42px;
    height: 42px;
  }
  #solution .icon-items li.technology .icon {
    background-position: 0 0;
  }
  #solution .icon-items li.multiple .icon {
    background-position: 0 -42px;
  }
  #solution .icon-items li.equipped .icon {
    background-position: 0 -84px;
  }
}
@media (max-width: 899px) {
  #solution .item-g .pic {
    padding-left: 30px;
  }
  #solution .icon-items {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #solution .item-g .txt {
    padding-top: 0;
    float: none;
    width: 100%;
  }
  #solution .item-g .pic {
    margin-top: 40px;
    width: 85%;
  }
  #solution .icon-items {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 200px;
  }
  #solution .icon-items li {
    padding: 50px 15px;
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: rgba(215, 230, 236, 1) solid 1px;
  }
  #solution .icon-items li:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 599px) {
  #solution {
    padding: 35px 0 50px;
  }
  #solution .item-g .pic {
    width: 100%;
  }
  #solution .icon-items {
    width: 130px;
  }
  #solution .icon-items li {
    padding: 30px 15px;
  }
  #solution .icon-items li p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 414px) {
  #solution .icon-items li {
    padding: 20px 15px;
  }
  #solution .icon-items li p {
    font-size: 14px;
    line-height: 16px;
  }
}

/* ===== news-list ===== */
#news-list .news-txt .data,
#news-list .news-txt .ti {
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
  display: block;
}
#news-list .news-txt .data {
  color: #0395d9;
  font-size: 15px;
  font-style: italic;
}
#news-list .news-txt .data span {
  padding-left: 10px;
}
#news-list .news-txt .ti {
  color: #121212;
  font-size: 18px;
  margin: 15px 0 20px;
}
#news-list .news-txt p {
  color: #555;
  font-size: 15px;
}
#news-list .news-txt .btn-wrap {
  margin-top: 25px;
}
#news-list .main {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
#news-list .main::before {
  content: '';
  width: 60%;
  height: 100%;
  background: #ebf7fc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#news-list .main .item-g {
  direction: rtl;
}
#news-list .main .item-g .pic,
#news-list .main .item-g .news-txt {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
#news-list .main .item-g .pic .img {
  position: relative;
  width: 730px;
  z-index: 1;
}
#news-list .main .item-g .pic .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #77c6ea;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: -1;
}
#news-list .main .item-g .news-txt {
  padding: 0 80px;
  direction: ltr;
}
#news-list .main .item-g .news-txt .ti {
  font-size: 26px;
}
#news-list .main .item-g .news-txt .ti a {
  color: #121212;
}
#news-list .main .item-g .news-txt p {
  font-size: 18px;
}
#news-list .main .item-g .news-txt .btn-wrap {
  text-align: left;
  margin-top: 45px;
}
#news-list .list {
  padding: 80px 0 100px;
}
#news-list .list .item-g {
  margin: 0 -20px;
}
#news-list .list .item-g .item {
  vertical-align: top;
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
#news-list .list .item-g .item .pic {
  overflow: hidden;
}
#news-list .list .item-g .item .pic img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
#news-list .list .item-g .item .news-txt {
  padding: 35px 25px;
  border: 1px solid #ddd;
  border-top: none;
}
#news-list .list .item-g .item .news-txt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news-list .list .item-g .item .news-txt .btn-wrap {
  text-align: left;
}
#news-list .list .item-g .item .news-txt .btn-wrap .btn-style {
  display: inline-block;
}
#news-list .load-box .btn-wrap {
  margin-top: 20px;
}
#news-list .load-box .more-btn {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
#news-list .load-box .more-btn::after {
  content: '';
  display: block;
  width: 28px;
  height: 6px;
  background: url(../images/dot_icon.png) no-repeat;
  background-size: contain;
  margin: 10px auto 0;
}
@media (min-width: 992px) {
  #news-list .list .item-g .item:hover .pic img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  #news-list .load-box .more-btn:hover {
    color: #0e8bcc;
  }
}
@media (max-width: 1440px) {
  #news-list .main {
    padding: 65px 0;
  }
  #news-list .main .item-g .pic .img {
    width: 100%;
    vertical-align: top;
  }
  #news-list .main .item-g .news-txt {
    vertical-align: top;
    padding: 0 25px 0 20px;
  }
  #news-list .main .item-g .news-txt .ti {
    margin: 15px 0 10px;
  }
  #news-list .main .item-g .news-txt .btn-wrap {
    margin-top: 25px;
  }
  #news-list .list {
    padding: 60px 0 80px;
  }
  #news-list .list .item-g {
    margin: 0 -12px;
  }
  #news-list .list .item-g .item {
    padding: 0 12px;
  }
  #news-list .list .item-g .item .news-txt {
    padding: 15px;
  }
  #news-list .list .item-g .item .news-txt .ti {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  #news-list .main {
    padding: 35px 0 20px;
  }
  #news-list .main::before {
    display: none;
  }
  #news-list .main .item-g .pic {
    width: 100%;
  }
  #news-list .main .item-g .pic .img::after {
    display: none;
  }
  #news-list .main .item-g .pic .img {
    margin: 0 auto;
    max-width: 730px;
  }
  #news-list .main .item-g .news-txt {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  #news-list .main .item-g .news-txt .ti {
    margin: 5px 0;
    font-size: 20px;
  }
  #news-list .main .item-g .news-txt .btn-wrap {
    text-align: right;
  }

  #news-list .list .item-g {
    margin: 0 -8px;
  }
  #news-list .list .item-g .item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 25px;
  }
  #news-list .list .item-g .item .news-txt .ti {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  #news-list .list {
    padding: 20px 0 55px;
  }
}
@media (max-width: 499px) {
  #news-list .list .item-g {
    margin: 0;
  }
  #news-list .list .item-g .item {
    width: 100%;
    padding: 0;
  }
  #news-list .item-g .box {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
  #news-list .list .item-g .item .pic {
    text-align: center;
  }
  #news-list .list .item-g .item .news-txt {
    border: none;
  }
  #news-list .main .item-g .news-txt {
    margin-top: 0;
    padding: 15px;
  }
  #news-list .list .item-g .item .news-txt .btn-wrap {
    text-align: right;
  }
}

/* ===== news-view ===== */
#news-view {
  margin-top: 65px;
  padding: 135px 0 75px;
}
#news-view .wrap-1560 {
  position: relative;
}
#news-view .wrap-1360 {
  padding: 0;
}
#news-view .wrap-1560 > .top-back {
  display: block;
  bottom: auto;
  top: 50px;
  left: 0;
}

#news-view .top-area {
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
}

#news-view .top-area .item-g {
  position: relative;
}

#news-view .top-area .item-g::before {
  content: '';
  display: block;
  width: 125px;
  height: 125px;
  border-top: 20px solid #ebf7fc;
  border-left: 20px solid #ebf7fc;
  position: absolute;
  top: 0;
  left: 0;
}

#news-view .top-area .item-g .txt, #news-view .top-area .item-g .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

#news-view .top-area .item-g .txt {
  text-align: center;
  padding: 0 135px;
}

#news-view .top-area .item-g .txt .data {
  font-size: 22px;
  color: #0395d9;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
}

#news-view .top-area .item-g .txt h3 {
  font-size: 26px;
  color: #121212;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
  line-height: 1.4;
  margin: 35px 0 15px;
}

#news-view .top-area .item-g .txt .date {
  font-size: 15px;
  color: #0395d9;
  font-family: 'Century Gothic';
}

#news-view .edit-wrap {
  padding-top: 2vw;
}

#news-view .btn-wrap {
  margin-top: 60px;
}

.edit-news {
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1559px) {
  #news-view .wrap-1560 > .top-back {
    display: none;
  }
}
@media (max-width: 1440px) {
  #news-view {
    padding: 65px 0 75px;
  }
  #news-view .top-area .item-g .txt {
    padding: 0 20px;
  }
  #news-view .top-area .item-g .txt h3 {
    margin: 25px 0 15px;
  }
  #news-view .btn-wrap {
    margin-top: 45px;
  }
  .edit-news {
    padding: 25px 0;
  }
}

@media (max-width: 991px) {
  #news-view {
    padding: 45px 0 50px;
  }
  #news-view .wrap-1560 .side {
    display: none;
  }
  #news-view .wrap-1460 {
    padding: 0;
  }
  #news-view .top-area {
    padding-bottom: 30px;
  }
  #news-view .top-area .item-g::before {
    width: 90px;
    height: 90px;
    border-top: 15px solid #ebf7fc;
    border-left: 15px solid #ebf7fc;
  }
  #news-view .top-area .item-g .txt .blue {
    font-size: 18px;
  }
  #news-view .top-area .item-g .txt h3 {
    margin: 10px 0;
    font-size: 22px;
  }
  #news-view .edit-wrap {
    padding-top: 15px;
  }
  #news-view .btn-wrap {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  #news-view {
    padding: 30px 0 40px;
  }
  #news-view .top-area {
    padding-bottom: 20px;
  }
  #news-view .top-area .item-g::before {
    display: none;
  }
  #news-view .top-area .item-g .pic {
    width: 100%;
  }
  #news-view .top-area .item-g .txt {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #news-view .top-area .item-g .txt h3 {
    margin: 5px 0;
    font-size: 20px;
  }
}

/* report 報告 */
#report .main {
  position: relative;
  z-index: 1;
}
#report .main::before {
  pointer-events: none;
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40%;
  height: 70%;
  background: #ebf7fc;
}
#report .wrap-1240 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 5.5vw 20px;
  max-width: 1280px;
}
#report .pic {
  position: relative;
  padding-bottom: 63.71%;
  width: 47.507%;
  max-width: 580px;
  overflow: hidden;
}
#report .pic img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
  height: 100%
}
#report .txt {
  width: calc(100% - 47.507%);
}
#report .txt {
  padding-left: 4.5vw;
}
#report .txt .ti {
  margin-bottom: 25px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 40px;
  color: #121212;
  font-weight: bold;
  line-height: 1.2;
}
#report .txt p {
  margin-bottom: 23px;
  font-size: 18px;
  color: #555;
}
#report .txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#report .txt ul li {
  margin: 0 15px 15px 0;
  padding: 10px 30px;
  color: #000;
  word-break: normal;
  text-align: center;
  border: rgba(0, 0, 0, .15) solid 1px;
}
#report .btn-wrap {
  text-align: left;
}
@media (max-width: 1439px) {
  #report .txt .ti {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media (max-width: 1079px) {
  #report .txt .ti {
    font-size: 28px;
  }
  #report .txt ul li {
    margin: 0 10px 10px 0;
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  #report .main::before {
    display: none;
    height: 30%;
  }
  #report .wrap-1240 {
    padding: 40px 20px;
  }
  #report .pic {
    display: none;
    padding-bottom: 22%;
    width: 100%;
    max-width: 100%
  }
  #report .pic img {
    max-width: 100%;
    height: auto;
  }
  #report .txt {
    padding: 0;
    width: 100%;
  }
  #report .txt .ti {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #report .txt p {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  #report .txt .ti {
    font-size: 22px;
  }
}

/* ===== contact_us_form ===== */
#contact {
  margin-top: 65px;
}

#contact .top-area {
  background: url('../images/contact_ban.jpg') no-repeat;
  background-size: cover;
  padding: 215px 0 165px;
}

#contact .top-area .txt {
  max-width: 660px;
}

#contact .top-area .txt h2 {
  color: #fff;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 62px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 60px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

#contact .top-area .txt > span {
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  color: #fff;
  font-size: 16px;
}

#contact .top-area .txt > span a {
  color: #fff;
}
#contact .top-area .txt > span a:hover {
  color: #fff !important;
}

#contact .top-area .txt > span i {
  color: #f5161f;
  display: inline-block;
  margin-left: 5px;
}

#contact .top-area .txt .info-box {
  background: #fff;
  font-size: 0;
  margin: 25px 0;
}

#contact .top-area .txt .info-box li {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  border-right: 1px solid #cdeaf7;
}

#contact .top-area .txt .info-box li:last-child {
  border: none;
}

#contact .top-area .txt .info-box li .box {
  padding: 10px 15px;
}

#contact .top-area .txt .info-box li .box .icon, #contact .top-area .txt .info-box li .box .info {
  display: inline-block;
  vertical-align: middle;
}

#contact .top-area .txt .info-box li .box .icon {
  width: 32px;
}

#contact .top-area .txt .info-box li .box .info {
  width: calc(100% - 32px);
  padding: 3px 0 0 12px;
  line-height: 16px;
}

#contact .top-area .txt .info-box li .box .info span {
  color: #0e8bcc;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

#contact .top-area .txt .info-box li .box .info a {
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 18px;
  color: #121212;
  line-height: 1.4;
}
#contact .top-area .txt .info-box li .box.mail .info a {
  font-size: 16px;
}

#contact .top-area .txt .social {
  margin-top: 15px;
  font-size: 0;
}

#contact .top-area .txt .social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#contact .top-area .txt .social li:last-child {
  margin-right: 0;
}

#contact .top-area .txt .social li a {
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  transition: transform .2s ease-in-out;
}

#contact .top-area .txt .social li a i {
  font-size: 17px;
  color: #0395d9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#contact .bottom-area {
  padding: 140px 0 105px;
}

#contact .bottom-area .form, #contact .bottom-area .txt {
  display: inline-block;
  vertical-align: top;
}

#contact .bottom-area .txt {
  width: 510px;
  padding-left: 45px;
}

#contact .bottom-area .txt .ti-box {
  position: relative;
  z-index: 1;
}

#contact .bottom-area .txt .ti-box::before {
  content: '';
  display: block;
  width: 175px;
  height: 175px;
  border: 20px solid #dff2fa;
  position: absolute;
  top: -80px;
  left: -50px;
  z-index: -1;
  pointer-events: none;
}

#contact .bottom-area .txt .summary {
  color: #555;
  font-size: 18px;
  margin-top: 70px;
}
#contact .bottom-area .txt .map {
  margin: 40px 0;
  padding: 10px;
  border: #ddd solid 1px;
}
#contact .bottom-area .txt iframe {
  width: 100% !important;
  height: 350px;
  border: none;
}

#contact .bottom-area .form {
  width: calc(100% - 510px);
  padding-left: 85px;
}

#contact .form .label {
  position: absolute;
  top: 10px;
  left: 0;
  padding-left: 0;
  font-size: 17px;
  width: 160px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  color: #121212;
  text-align: right;
  font-weight: normal;
}

#contact .form .label span {
  color: #e60012;
  display: inline-block;
  margin-right: 3px;
}

#contact .form .name-box .label-box,
#contact .form .code-box .btn-wrap {
  float: right;
}
#contact .form .name-box .input {
  width: 100%;
}
#contact .form .code-box,
#contact .form .code-box .input {
  display: block;
  width: 100%;
}

#contact .form .sel-g {
  font-size: 0;
}

#contact .form .sel-g .sel {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 5px);
  margin-right: 5px;
}

#contact .form .sel-g .sel:first-child {
  width: calc(50% - 5px);
}

#contact .form .sel-g .sel:last-child {
  margin-right: 0;
  width: 25%;
}

#contact .form .code-box {
  font-size: 0;
  display: inline-block;
}

#contact .form .code-box .btn-wrap {
  display: inline-block;
}

#contact .form .code-box .codeImg {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}

#contact .form .name-box {
  font-size: 0;
}

#contact .form .name-box .label-box {
  width: 93px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact .form .name-box .label-box label {
  margin-right: 0;
}

#contact .form label {
  display: inline-block;
  position: relative;
}

#contact .form label span {
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 45%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}

#contact .form .radio {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 0;
  border: 1px solid #ddd;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}

#contact .form .radio:first-child {
  margin-left: 5px;
}

#contact .form label {
  font-size: 17px;
  color: #666;
  display: inline-block;
}

#contact .form label .radio:checked {
  background: #0395d9;
}

#contact .form label .radio:checked + span {
  color: #fff;
}

#contact .btn-wrap {
  text-align: left;
}

#contact .btn-wrap button {
  padding: 12px 0;
  display: inline-block;
  width: 130px;
  color: #fff;
  font-size: 16px;
  font-family: 'Century Gothic';
  font-weight: bold;
  background: #0e8bcc;
  text-align: center;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
  margin-left: 160px;
  cursor: pointer;
}
#contact .btn-wrap .change-btn {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  color: rgba(0, 0, 0, .35);
  line-height: 49px;
  vertical-align: middle;
}
#contact .btn-wrap .change-btn:hover {
  color: #0e8bcc;
}

#contact .fluid {
  width: 100%;
  display: inline-block;
  padding: 0 0 10px 160px;
  position: relative;
}
#contact .form .txt-hidden {
  overflow: hidden;
}
#contact .fluid .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 10px;
  height: 41px;
  font-size: 17px;
  width: 100%;
  border: 1px solid #ddd;
}

#contact .fluid select {
  font-size: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 6px 35px 6px 10px;
  background: url(../images/select_arrow.png) no-repeat;
  background-size: 7px 6px;
  background-position: center right 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
}

#contact .fluid textarea {
  width: 100%;
  font-size: 17px;
  color: #222;
  border: 1px solid #ddd;
  padding: 15px;
}

@media (min-width: 992px) {
  #contact .top-area .txt > span a {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  #contact .top-area .txt > span a:hover {
    color: #0e8bcc;
  }
  #contact .top-area .txt .info-box li .box .info a {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  #contact .top-area .txt .info-box li .box .info a:hover {
    color: #0e8bcc;
  }
  #contact .top-area .txt .social li a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@media (max-width: 1440px) {
  #contact .top-area {
    padding: 120px 0 140px;
  }
  #contact .top-area .txt h2 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  #contact .bottom-area {
    padding: 80px 0;
  }
  #contact .bottom-area .txt {
    width: 40%;
    padding-left: 0;
  }
  #contact .bottom-area .txt .ti-box::before {
    width: 130px;
    height: 130px;
    border: 15px solid #dff2fa;
    top: -43px;
    left: -10px;
  }
  #contact .bottom-area .form {
    width: 60%;
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  #contact .fluid .input,
  #contact .fluid textarea,
  #contact .fluid select {
    font-size: 16px;
  }
  #contact .top-area {
    position: relative;
    padding: 100px 0;
    background-position: 50% top;
  }
  #contact .top-area:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,91,138,.5);
  }
  #contact .top-area .wrap-1560 {
    position: relative;
    z-index: 2;
  }
  #contact .top-area .txt h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #contact .top-area .txt .info-box {
    margin: 15px 0;
  }
  #contact .bottom-area {
    padding: 30px 0 50px;
  }
  #contact .bottom-area .txt, #contact .bottom-area .form {
    width: 100%;
  }
  #contact .bottom-area .form {
    padding-left: 0;
  }
  #contact .bottom-area .form .sel-g .sel {
    width: calc(50% - 5px);
  }
  #contact .bottom-area .form .sel-g .sel:first-child {
    width: 100%;
    margin-bottom: 13px;
  }
  #contact .bottom-area .form .sel-g .sel:last-child {
    width: 50%;
  }
  #contact .bottom-area .form .label {
    font-size: 16px;
  }
  #contact .bottom-area .txt {
    margin-bottom: 20px;
  }
  #contact .bottom-area .txt .ti-box::before {
    display: none;
  }
  #contact .bottom-area .txt .summary {
    margin-top: 10px;
    font-size: 16px;
  }
  #contact .bottom-area .txt .map {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  #contact .top-area {
    padding: 60px 0;
  }
  #contact .top-area .txt {
    width: 100%;
    max-width: unset;
  }
  #contact .top-area .txt h2 {
    font-size: 26px;
  }
  #contact .top-area .txt .info-box {
    margin: 10px 0;
  }
  #contact .top-area .txt .info-box li .box {
    padding: 10px;
  }
  #contact .top-area .txt .info-box li .box .info a {
    font-size: 16px;
  }
}

@media (max-width: 649px) {
  #contact .top-area {
    padding: 35px 0 50px;
  }
  #contact .top-area .txt .info-box li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 499px) {
  #contact .btn-wrap {
    text-align: center;
  }
  #contact .btn-wrap button {
    margin-left: 0;
    width: 100%;
  }
  #contact .fluid {
    padding: 0 0 5px 0;
  }
  #contact .form .sel-g .sel {
    width: 100%;
  }
  #contact .form .sel-g .sel:last-child {
    width: 100%;
    margin-top: 13px;
  }
  #contact .form .label {
    position: relative;
    top: unset;
    left: unset;
    line-height: 34px;
  }
  #contact .bottom-area .form .sel-g .sel,
  #contact .bottom-area .form .sel-g .sel:last-child {
    width: 100%;
  }
}

/* ===== quality ===== */
#quality {
  padding: 95px 0 0 0;
  position: relative;
}

#quality h3,
#quality h4 {
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  color: #121212;
  font-weight: bold;
  line-height: 1.4;
}
#quality h3 {
  margin-bottom: 30px;
  font-size: 40px;
}
#quality h4 {
  margin-bottom: 20px;
  font-size: 28px;
}

#quality .columnar li {
  position: relative;
  color: #555;
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.5;
}
#quality .columnar li:not(:last-child) {
  margin-bottom: 20px;
}
#quality .columnar li::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 3px solid #068bc9;
  position: absolute;
  top: 7px;
  left: 3px;
}
#quality .columnar li .blue {
  color: #068bc9;
  font-weight: bold;
}

#quality .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1560px;
  margin: auto;
  pointer-events: none;
}

#quality .deco::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #d7e6ec;
  position: absolute;
  top: 0;
  left: 178px;
}

#quality .row-box {
  border-top: 1px solid #d7e6ec;
}

#quality .row-box .item-g .num {
  display: inline-block;
  width: 180px;
}

#quality .row-box .item-g .num span {
  color: #068bc9;
  font-family: 'Century Gothic';
  font-weight: bold;
  font-size: 28px;
}

#quality .row-box .item-g .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 180px);
}

#quality .one .box-g {
  font-size: 0;
}
#quality .one .box-g .box {
  display: inline-block;
  position: relative;
  width: 33.33%;
  vertical-align: top;
}
#quality .one .box-g .box .txt h3 {
  margin-bottom: 15px;
}
#quality .one .box-g .box .txt p {
  font-size: 18px;
}
#quality .one .box-g .box .name {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 25px;
  padding-right: 10px;
  font-size: 17px;
  color: #fff;
  word-break: normal;
  line-height: 1.2;
  text-shadow: 0 0 4px rgba(0, 0, 0, .35);
}
#quality .one .intro {
  padding: 50px 0 90px 40px;
  font-size: 18px;
}
#quality .one .intro .implement {
  margin-top: 30px;
}

#quality .one .process {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
#quality .one .process .txt {
  padding-right: 3vw;
  width: calc(100% - 41.792%);
}
#quality .one .process .txt h4 {
  display: none;
}
#quality .one .process ul li {
  line-height: 1.5;
}
#quality .one .process ul li:not(:last-child) {
  margin-bottom: 20px;
}
#quality .one .process ul li .icon {
  display: none;
}
#quality .one .process .txt .ti {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
#quality .one .process .pic {
  position: relative;
  margin: 0 auto;
  width: 41.792%;
  max-width: 560px;
  border-radius: 100%;
  background-color: #f2f6f9;
  overflow: hidden;
}
#quality .one .process .pic::before,
#quality .one .process .pic .ring::before,
#quality .one .process .pic .item::before {
  display: block;
  content: "";
  padding-bottom: 100%;
  width: 100%;
}
#quality .one .process .pic .ti {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  text-align: center;
  transform: translate(-50%, -50%);
}
#quality .one .process .pic .ti span {
  display: block;
  color: #e60012;
  font-weight: normal;
}
#quality .one .process .pic .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  max-width: 500px;
  background: url('../images/about_pic3_ring.png') no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ani_ring 8s infinite;
  animation: ani_ring 8s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes ani_ring {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#quality .one .process .pic .box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#quality .one .process .pic .item {
  position: absolute;
  width: 33.164%;
  max-width: 130px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
}
#quality .one .process .pic .item .icon {
  position: absolute;
  top: 20%;
  left: 50%;
  margin: 0 auto 5px;
  width: 100%;
  max-width: 50px;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#quality .one .process .pic .item .icon::before {
  display: block;
  content: "";
  padding-bottom: 100%;
  width: 100%;
}
#quality .one .process .pic .item p {
  position: absolute;
  bottom: 20%;
  padding: 0 10px;
  width: 100%;
}

#quality .one .process .pic .item:nth-child(1) {
  top: 0;
  right: 0;
}
#quality .one .process .pic .item:nth-child(1) .icon {
  background: url('../images/advantage_icon1.png') no-repeat 0 0;
  background-size: cover;
}
#quality .one .process .pic .item:nth-child(2) {
  bottom: 0;
  right: 0;
}
#quality .one .process .pic .item:nth-child(2) .icon {
  background: url('../images/advantage_icon2.png') no-repeat 0 0;
  background-size: cover;
}
#quality .one .process .pic .item:nth-child(3) {
  bottom: 0;
  left: 0;
}
#quality .one .process .pic .item:nth-child(3) .icon {
  background: url('../images/advantage_icon3.png') no-repeat 0 0;
  background-size: cover;
}
#quality .one .process .pic .item:nth-child(4) {
  top: 0;
  left: 0;
}
#quality .one .process .pic .item:nth-child(4) .icon {
  background: url('../images/advantage_icon4.png') no-repeat 0 0;
  background-size: cover;
}

#quality .two {
  padding: 90px 0;
  background: url('../images/qua_bg.png') no-repeat;
  background-size: cover;
}

#quality .two .cont {
  padding-left: 40px;
}

#quality .three {
  padding: 90px 0;
}

#quality .three .right {
  padding-left: 40px;
}

#quality .three .right p {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

#quality .three .qua-slick {
  font-size: 0;
  margin: 0 -15px;
  position: relative;
  right: -20.8%;
}

#quality .three .qua-slick .slick-arrow {
  position: absolute;
  top: 0;
  left: -4.65%;
  border: 2px solid #daebf1;
  width: 60px;
  height: 60px;
  background: #fff;
  cursor: pointer;
}

#quality .three .qua-slick .slick-arrow::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#quality .three .qua-slick .slick-arrow.slick-prev::after {
  margin-left: 3px;
  border-top: 2px solid #0e8bcc;
  border-left: 2px solid #0e8bcc;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#quality .three .qua-slick .slick-arrow.slick-next {
  top: 58px;
}

#quality .three .qua-slick .slick-arrow.slick-next::after {
  margin-left: -3px;
  border-top: 2px solid #0e8bcc;
  border-right: 2px solid #0e8bcc;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#quality .three .qua-slick .item {
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
}

#quality .three .qua-slick .item .box {
  position: relative;
}

#quality .three .qua-slick .item .box span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 12px;
  padding-left: 5px;
  width: 86%;
  font-size: 15px;
  color: #121212;
  word-break: normal;
  line-height: 1.3;
  background: #fff;
}

@media (min-width: 1080px) {
  #quality .one .box-g .box.first {
    left: 33.3333%;
  }
  #quality .one .box-g .box.second {
    left: -33.3333%;
  }
  #quality .one .box-g .box .txt {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 30px;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
  }
  #quality .one .box-g .box .txt p {
    margin: 0 auto;
    max-width: 240px;
  }
  #quality .one .box-g .box {
    padding-bottom: 22.464%;
  }
  #quality .one .box-g .box img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1569px) {
  #quality {
    padding-top: 45px;
  }
  #quality .deco {
    display: none;
  }
  #quality .row-box .item-g .num {
    width: 100px;
    padding-left: 20px;
  }
  #quality .row-box .item-g .right {
    width: calc(100% - 100px);
  }
  #quality .one {
    border-top: none;
  }
  #quality .one .intro {
    padding: 40px 0 55px 0;
  }
  #quality .two {
    padding: 55px 0;
  }
  #quality .two .cont {
    padding-left: 0;
  }
  #quality .three {
    padding: 55px 0 70px;
  }
  #quality .three .right {
    padding-left: 0;
  }
  #quality .three .qua-slick {
    right: -10.8%;
  }
}
@media (max-width: 1440px) {
  #quality h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  #quality .one .box-g .box .txt h3 {
    margin-bottom: 10px;
  }
  #quality .one .process .pic .item .icon {
    max-width: 45px;
  }

  #quality .two .cont ul li {
    margin-bottom: 15px;
  }
  #quality .two .cont ul li br {
    display: none;
  }
  #quality .three .right p {
    margin-bottom: 40px;
  }
  #quality .three .qua-slick {
    padding: 0 20px;
    right: unset;
    margin: 0 -8px;
  }
  #quality .three .qua-slick .slick-arrow {
    left: unset;
    top: 33%;
    cursor: pointer;
    background: unset;
    z-index: 1;
    border: none;
  }
  #quality .three .qua-slick .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
  #quality .three .qua-slick .slick-arrow.slick-prev {
    left: 10px;
  }
  #quality .three .qua-slick .slick-arrow.slick-prev::after {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #quality .three .qua-slick .slick-arrow.slick-next {
    top: 33%;
    right: 25px;
  }
  #quality .three .qua-slick .slick-arrow.slick-next::after {
    margin-left: -3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #quality .three .qua-slick .item {
    padding: 0 8px;
  }
  #quality .three .qua-slick .item .box span {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 1279px) {
  #quality h4 {
    font-size: 24px;
  }

  #quality .one .process .txt {
    padding-right: 30px;
    width: calc(100% - 50%);
  }
  #quality .one .process .pic {
    width: 50%;
  }
}
@media (max-width: 1079px) {
  #quality .one .box-g .box.first {
    left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  #quality .one .box-g .box:not(.first) {
    width: 33.333%;
  }
  #quality .one .box-g .box.empty-box {
    display: none;
  }
  #quality .one .box-g .box .name {
    bottom: 10px;
    left: 15px;
    font-size: 16px;
  }
  #quality .one .process .pic {
    width: 100%;
  }
  #quality .one .process .txt {
    padding: 25px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #quality h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #quality h4 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #quality .columnar li {
    font-size: 16px;
  }
  #quality .columnar li:not(:last-child) {
    margin-bottom: 15px;
  }

  #quality .row-box .item-g .num {
    width: 55px;
    padding-left: 0;
  }
  #quality .row-box .item-g .num span {
    font-size: 24px;
  }
  #quality .row-box .item-g .right {
    width: calc(100% - 55px);
  }

  #quality .one .intro {
    padding: 30px 0 35px 0;
    font-size: 16px;
  }
  #quality .one .process .txt .ti {
    font-size: 17px;
  }
  #quality .one .box-g .box .txt p {
    font-size: 16px;
  }
  #quality .two {
    padding: 35px 0;
  }
  #quality .three {
    padding: 35px 0 20px;
  }
  #quality .three .right h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #quality .three .right p {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  #quality .one .box-g .box:not(:last-child, .first) {
    margin-bottom: 15px;
  }
  #quality .one .box-g .box:not(.first) {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #quality .one .process .pic .item .icon {
    max-width: 36px;
  }
}
@media (max-width: 499px) {
  #quality {
    padding-top: 30px;
  }
  #quality .row-box .item-g .num {
    width: 100%;
  }
  #quality .row-box .item-g .num span {
    font-size: 30px;
  }
  #quality .row-box .item-g .right {
    width: 100%;
  }

  #quality .one .process {
    margin-top: 20px;
  }
  #quality .one .process .pic {
    display: none;
  }
  #quality .one .process .txt {
    padding: 0;
  }
  #quality .one .process .txt h4 {
    display: block;
  }
  #quality .one .process ul li {
    display: flex;
    padding-left: 0;
  }
  #quality .one .process ul li::before {
    display: none;
  }
  #quality .one .process ul li .narrative {
    padding: 10px 0 0 15px;
    width: calc(100% - 90px);
  }
  #quality .one .process ul li .icon {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
  }
  #quality .one .process ul li .icon::before {
    display: block;
    content: "";
    padding-bottom: 100%;
    width: 100%;
    border: #ccc solid 1px;
    border-radius: 100%;
    background-color: #fff;
  }
  #quality .one .process ul li .icon i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #quality .one .process ul li .icon i::before {
    display: block;
    content: "";
    padding-bottom: 100%;
    width: 100%;
  }
  #quality .one .process ul li:nth-child(1) .icon i {
    background: url('../images/advantage_icon1.png') no-repeat 0 0;
    background-size: cover;
  }
  #quality .one .process ul li:nth-child(2) .icon i  {
    background: url('../images/advantage_icon2.png') no-repeat 0 0;
    background-size: cover;
  }
  #quality .one .process ul li:nth-child(3) .icon i  {
    background: url('../images/advantage_icon3.png') no-repeat 0 0;
    background-size: cover;
  }
  #quality .one .process ul li:nth-child(4) .icon i  {
    background: url('../images/advantage_icon4.png') no-repeat 0 0;
    background-size: cover;
  }

  #quality .three .right p {
    margin-bottom: 25px;
  }
}

/* ===== environment ===== */
#environment {
  padding: 95px 0 0 0;
  position: relative;
  z-index: 1;
}
#environment::before {
  content: '';
  display: block;
  width: 55%;
  height: 100%;
  background: #ebf6fb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#environment > .wrap-1560 {
  position: relative;
  z-index: 5;
  padding: 0 5vw;
}

.esg-list .row-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
}
.esg-list .row-box:last-child {
  margin-bottom: 0;
}
.esg-list .row-box .pic-slick,
.esg-list .row-box .txt {
  width: 50%;
}

.esg-list .row-box .pic-slick::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 149, 217, .35);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.esg-list .row-box:hover .pic-slick::before {
  opacity: 0;
}

.esg-list .row-box .txt {
  position: relative;
  padding: 2vw 3.5vw 0 3.5vw;
}
.esg-list .row-box .txt .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
}
.esg-list .row-box .txt span {
  color: #068bc9;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 5px;
}
.esg-list .row-box .txt span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background: #0e8bcc;
  margin-left: 5px;
}
.esg-list .row-box .txt h3 {
  line-height: 1.4;
  color: #121212;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

#environment .bottom {
  position: relative;
  margin-top: -130px;
  padding: 210px 0 520px;
  background: url('../images/environment_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
#environment .bottom::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#environment .bottom .txt {
  margin-right: 50px;
  max-width: 720px;
  float: right;
  color: #fff;
}
#environment .bottom .txt h3 {
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 1.4;
}
#environment .bottom .txt ul li {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 30px;
}
#environment .bottom .txt ul li::before {
  content: '';
  display: block;
  width: 22px;
  height: 18px;
  background: url('../images/hook_icon.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width: 1440px) {
  #environment {
    padding: 65px 0 0 0;
  }
  .esg-list .row-box .txt span {
    font-size: 20px;
  }
  .esg-list .row-box .txt h3 {
    margin-bottom: 15px;
    font-size: 28px;
  }

  #environment .bottom .txt {
    margin-right: 0;
  }
  #environment .bottom .txt h3 {
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  #environment > .wrap-1560 {
    padding: 0 20px;
  }
  .esg-list .row-box .txt {
    padding: 20px 20px 0 30px;
  }
  .esg-list .row-box .txt .icon {
    width: 120px;
  }
  .esg-list .row-box .txt h3 {
    font-size: 24px;
  }
}
@media (max-width: 1079px) {
  .esg-list .row-box {
    margin-bottom: 30px;
  }
  .esg-list .row-box .pic-slick {
    width: 55%;
  }
  .esg-list .row-box .txt {
    width: 45%;
  }
  .esg-list .row-box .txt .icon {
    width: 100px;
  }
  .esg-list .row-box .txt span {
    font-size: 17px;
  }
  .esg-list .row-box .txt h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #environment .bottom {
    padding-top: 190px;
  }
  #environment .bottom .txt h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #environment {
    padding: 45px 0 0 0;
    background: #ebf6fb;
  }
  #environment::before {
    display: none;
  }

  .esg-list {
    padding-bottom: 45px;
  }
  .esg-list .row-box {
    margin: 0 auto 25px;
    max-width: 780px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .esg-list .row-box .txt,
  .esg-list .row-box .pic-slick {
    width: 100%;
  }
  .esg-list .row-box .txt {
    padding: 25px 30px 40px;
  }
  .esg-list .row-box .txt .icon {
    bottom: auto;
    top: 0;
    width: 80px;
  }
  .esg-list .row-box .txt h3 {
    margin-bottom: 20px;
  }

  #environment .bottom {
    margin-top: 0;
    padding: 60px 0 400px;
  }
  #environment .bottom .txt {
    float: none;
    max-width: 100%;
  }
  #environment .bottom .txt h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #environment .bottom .txt ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #environment .bottom .txt h3 {
    font-size: 22px;
  }
  #environment .bottom .txt ul li {
    font-size: 16px;
  }
}

@media (max-width: 499px) {
  #environment .bottom {
    padding-bottom: 160px;
  }
  #environment .bottom::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
  }
  #environment .bottom .wrap-1560 {
    position: relative;
    z-index: 2;
  }
}

/* ===== history ===== */
#history {
  position: relative;
  background: url('../images/history_line.gif') repeat-y center top;
}
#history::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #d7e6ec;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#history .list {
  padding: 140px 0 100px;
}
#history .list > ul > li {
  position: relative;
  margin-bottom: 90px;
  padding-top: 40px;
}
#history .list > ul > li::after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url('../images/history_dot.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#history .list > ul > li:last-child {
  margin-bottom: 0;
}
#history .list > ul > li:nth-child(even) .item-g {
  direction: rtl;
}
#history .list > ul > li:nth-child(even) .item-g .txt {
  text-align: right;
}
#history .list > ul > li:nth-child(even) .item-g .txt ul li {
  padding-right: 90px;
  padding-left: 0;
}
#history .list > ul > li:nth-child(even) .item-g .txt ul li span {
  left: unset;
  right: 20px;
}
#history .list > ul > li:nth-child(even) .item-g .txt ul li span::before {
  left: unset;
  right: -25px;
}
#history .list > ul > li .year {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  font-family: 'Century Gothic';
  font-weight: bold;
  line-height: 1;
  color: #114769;
}
#history .list > ul > li .item-g .pic, #history .list > ul > li .item-g .txt {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
#history .list > ul > li .item-g .txt ul {
  padding: 30px 0 0;
}
#history .list > ul > li .item-g .txt ul li {
  font-size: 16px;
  color: #555;
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
}
#history .list > ul > li .item-g .txt ul li:last-child {
  margin-bottom: 0;
}
#history .list > ul > li .item-g .txt ul li span {
  color: #068bc9;
  font-size: 18px;
  font-family: 'Century Gothic';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 1.3;
}
#history .list > ul > li .item-g .txt ul li span::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #068bc9;
  background: #fff;
  position: absolute;
  top: 6px;
  left: -25px;
}
#history .list > ul > li .item-g .txt ul li .img {
  margin-top: 15px;
}
#history .list > ul > li .item-g .txt ul li .img img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 1440px) {
  #history .list {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  #history .list {
    padding: 80px 0;
  }
  #history .list > ul > li {
    margin-bottom: 65px;
  }
  #history .list > ul > li .item-g .txt ul {
    padding: 25px 0 0;
  }
  #history .list > ul > li .item-g .txt ul li {
    margin-bottom: 15px;
  }
  #history .list > ul > li .year {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #history {
    background: none;
  }
  #history::after {
    left: 95px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  #history .list {
    padding: 50px 0;
  }
  #history .list > ul > li {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #history .list > ul > li:nth-child(odd) .item-g .pic {
    padding-right: 0;
    text-align: left;
  }
  #history .list > ul > li:nth-child(odd) .item-g .txt {
    padding-left: 0;
  }
  #history .list > ul > li:nth-child(odd) .item-g .txt ul li {
    padding-left: 85px;
  }
  #history .list > ul > li:nth-child(odd) .item-g .txt ul li span::before {
    left: -20px;
  }
  #history .list > ul > li:nth-child(even) .item-g .pic {
    padding-left: 0;
  }
  #history .list > ul > li:nth-child(even) .item-g .txt {
    padding-right: 0;
    text-align: left;
    padding-left: 0;
    direction: ltr;
  }
  #history .list > ul > li:nth-child(even) .item-g .txt ul li {
    padding-right: 0;
    padding-left: 85px;
  }
  #history .list > ul > li:nth-child(even) .item-g .txt ul li span {
    left: 20px;
    right: unset;
  }
  #history .list > ul > li:nth-child(even) .item-g .txt ul li span::before {
    left: -20px;
    right: unset;
  }
  #history .list > ul > li .item-g .txt, #history .list > ul > li .item-g .pic {
    width: 100%;
  }
  #history .list > ul > li .item-g .txt ul {
    padding: 20px 0 10px;
  }
  #history .list > ul > li .year {
    font-size: 26px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    left: 0;
    top: 0;
  }
  #history .list .item-g {
    padding-left: 70px;
  }
}
@media (max-width: 575px) {
  #history::after {
    left: 75px;
  }
  #history .list > ul > li .year {
    font-size: 22px;
  }
  #history .list > ul > li .item-g .txt ul li span {
    font-size: 17px;
  }
  #history .list > ul > li:nth-child(odd) .item-g .txt ul li {
    padding-left: 80px;
  }
  #history .list .item-g {
    padding-left: 50px;
  }
}

/* ===== governance ===== */
#governance {
  position: relative;
  padding: 95px 0;
}
#governance::before {
  content: '';
  display: block;
  width: 55%;
  height: 100%;
  background: #ebf6fb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#governance > .wrap-1560 {
  padding: 0 5vw;
}
@media (max-width: 1440px) {
  #governance {
    padding: 65px 0;
  }
}
@media (max-width: 1270px) {
  #environment > .wrap-1560 {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #governance {
    padding: 45px 0;
  }
  #governance .esg-list {
    padding-bottom: 0;
  }
}

/* ===== rd ===== */
#rd {
  position: relative;
  padding: 60px 0;
}
#rd:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(3, 149, 217, .08);
}
#rd .outline h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  color: #121212;
  font-weight: bold;
  line-height: 30px;
}
#rd .outline p {
  margin-bottom: 30px;
  max-width: 960px;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
}

#rd .list .item {
  position: relative;
  width: 100%;
}
#rd .list .item:not(:last-child) {
  margin-bottom: 40px;
}

#rd .item .pic {
  width: 100%;
}
#rd .item .pic .img {
  padding-top: 51.1%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

#rd .item .txt .num {
  position: absolute;
  top: 0;
  font-family: 'Century Gothic';
  font-size: 20px;
  color: rgba(255, 255, 255, .7);
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
#rd .item .txt .box {
  padding: 30px 20px 40px;
  color: #fff;
  text-align: center;
  background-color: #0395d9;
}
#rd .item .txt h3 {
  font-size: 24px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  color: #ffc41f;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
#rd .item .txt p {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 991px) {
  #rd {
    padding: 45px 0;
  }
  #rd .list .item .txt {
    position: relative;
    top: -40px;
    margin: 0 auto -40px;
    max-width: 94%;
  }
  #rd .item .txt .box {
    padding-top: 60px;
  }
  #rd .item .txt .num {
    top: 15px;
    width: 100%;
  }
}
@media (max-width: 639px) {
  #rd .list .item .txt {
    top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #rd .item .txt h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  #rd {
    padding: 80px 0;
  }
  #rd .outline h2 {
    font-size: 32px;
    line-height: 38px;
  }
  #rd .outline p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 32px;
  }
  #rd .list .item:not(:last-child) {
    margin-bottom: 80px;
  }
  #rd .list .item:nth-child(odd) .pic {
    float: right;
  }
  #rd .list .item:nth-child(even) .pic {
    float: left;
  }
  #rd .item .pic {
    width: 60.5%;
  }

  #rd .item .txt {
    position: absolute;
    top: 50%;
    width: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #rd .list .item:nth-child(odd) .txt {
    margin-left: 20px;
    padding-left: 35px;
    left: 0;
  }
  #rd .list .item:nth-child(even) .txt {
    margin-right: 20px;
    padding-right: 35px;
    right: 0;
  }
  #rd .item .txt .num {
    font-size: 32px;
    color: rgba(3, 149, 217, .7);
    line-height: 1.5rem;
    letter-spacing: -.12rem;
  }
  #rd .list .item:nth-child(odd) .txt .num {
    left: 0;
  }
  #rd .list .item:nth-child(even) .txt .num {
    right: 0;
  }
  #rd .item .txt .box {
    padding: 40px 20px;
  }
}
@media (min-width: 1367px) {
  #rd {
    padding: 145px 0 120px;
  }
  #rd .list .item:not(:last-child) {
    margin-bottom: 120px;
  }
  #rd .list .item:nth-child(odd) .txt {
    margin-left: 5%;
    padding-left: 35px;
  }
  #rd .list .item:nth-child(even) .txt {
    margin-right: 5%;
    padding-right: 35px;
  }
  #rd .item .txt .box {
    padding: 70px 40px;
  }
  #rd .item .txt h3 {
    font-size: 28px;
  }
  #rd .item .txt p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  #rd .outline h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  #rd .item .txt .box {
    padding: 90px 40px;
  }
}
@media (min-width: 1560px) {
  #rd .item .txt {
    width: 30%;
  }
  #rd .list .item:nth-child(odd) .txt {
    margin-left: 15%;
  }
  #rd .list .item:nth-child(even) .txt {
    margin-right: 15%;
  }
}

/* ===== sustainability ===== */
#sustainability .xs-show {
  display: none;
}

#sustainability .top-area {
  padding-top: 70px;
}

#sustainability .ti-box {
  text-align: center;
}

#sustainability .ti-box::before {
  content: '';
  display: block;
  width: 1px;
  height: 110px;
  background: #cad1d4;
  margin: 0 auto 10px;
}

#sustainability .ti-box .ti {
  color: #121212;
}

#sustainability .wrap-1360 {
  padding-top: 28%;
  position: relative;
}

#sustainability .wrap-1360 .core {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#sustainability .wrap-1360 .box {
  position: absolute;
  max-width: 400px;
  text-align: center;
}

#sustainability .wrap-1360 .box h3 {
  font-size: 28px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}

#sustainability .wrap-1360 .box p {
  font-size: 18px;
  color: #555;
}

#sustainability .wrap-1360 .box.one {
  left: -3%;
  bottom: 10%;
}

#sustainability .wrap-1360 .box.one h3 {
  color: #8eac47;
}

#sustainability .wrap-1360 .box.two {
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#sustainability .wrap-1360 .box.two h3 {
  color: #4da4d4;
}

#sustainability .wrap-1360 .box.three {
  right: -3%;
  bottom: 10%;
}

#sustainability .wrap-1360 .box.three h3 {
  color: #475c74;
}

#sustainability .wrap-1560::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#sustainability .bottom-area {
  background: url(../images/sustainable_bg.jpg) no-repeat;
  background-size: cover;
  padding: 155px 0 200px;
}

#sustainability .bottom-area .ti-box {
  text-align: left;
}

#sustainability .bottom-area .ti-box::before {
  display: none;
}

#sustainability .bottom-area .ti-box .ti {
  color: #fff;
}

#sustainability .bottom-area .ti-box .ti span {
  color: #fff;
}

#sustainability .bottom-area .txt {
  width: 640px;
  float: right;
  margin-right: 65px;
}

#sustainability .bottom-area .list {
  margin-top: 30px;
}

#sustainability .bottom-area .list li {
  position: relative;
  color: #fff;
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 15px;
}

#sustainability .bottom-area .list li:last-child {
  margin-bottom: 0;
}

#sustainability .bottom-area .list li::before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid #98ddfa;
  border-radius: 50%;
}

#sustainability .bottom-area .pic-g {
  font-size: 0;
  padding-left: 25px;
  margin-top: 40px;
}

#sustainability .bottom-area .pic-g li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
}

#sustainability .bottom-area .pic-g li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  pointer-events: none;
}

#sustainability .bottom-area .pic-g li::after {
  content: '+';
  font-size: 50px;
  color: #fff;
  font-family: 'Century Gothic';
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

@media (min-width: 992px) {
  #sustainability .bottom-area .pic-g li:hover::before, #sustainability .bottom-area .pic-g li:hover::after {
    opacity: 1;
  }
}

@media (max-width: 1699px) {
  #sustainability .wrap-1360 .core {
    width: 480px;
  }
  #sustainability .wrap-1360 .box.one {
    left: 0;
  }
  #sustainability .wrap-1360 .box.three {
    right: 0;
  }
}

@media (max-width: 1440px) {
  #sustainability .top-area {
    padding-top: 60px;
  }
  #sustainability .ti-box::before {
    height: 50px;
    margin-bottom: 0;
  }
  #sustainability .wrap-1360 {
    padding-top: 33%;
  }
  #sustainability .wrap-1360 .core {
    width: 470px;
  }
  #sustainability .wrap-1360 .box.one {
    left: 0;
  }
  #sustainability .wrap-1360 .box.three {
    right: 0;
  }
  #sustainability .bottom-area {
    padding: 90px 0 200px;
    background-position: center right -250px;
  }
  #sustainability .bottom-area .txt {
    margin-right: 0;
  }
}

@media (max-width: 1249px) {
  #sustainability .xs-show {
    display: block;
  }
  #sustainability .xs-hide {
    display: none;
  }
  #sustainability .top-area {
    margin-bottom: 30px;
  }
  #sustainability .wrap-1360 {
    padding: 0 20px;
  }
  #sustainability .wrap-1360 .core {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin: 25px auto;
  }
  #sustainability .wrap-1360 .box {
    margin-bottom: 20px;
    padding-left: 45px;
    text-align: left;
  }
  #sustainability .wrap-1360 .box::before {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Century Gothic';
    color: #121212;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.4;
  }
  #sustainability .wrap-1360 .box h3 {
    margin-bottom: 3px;
  }
  #sustainability .wrap-1360 .box:last-child {
    margin-bottom: 0;
  }
  #sustainability .wrap-1360 .box.one, #sustainability .wrap-1360 .box.two, #sustainability .wrap-1360 .box.three {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    max-width: unset;
    width: 100%;
  }
  #sustainability .wrap-1360 .box.one::before {
    content: '01';
  }
  #sustainability .wrap-1360 .box.two::before {
    content: '02';
  }
  #sustainability .wrap-1360 .box.three::before {
    content: '03';
  }
}

@media (max-width: 991px) {
  #sustainability .top-area {
    padding-top: 35px;
  }
  #sustainability .ti-box::before {
    display: none;
  }
}

@media (max-width: 767px) {
  #sustainability .wrap-1360 .box {
    margin-bottom: 15px;
    padding-left: 40px;
  }
  #sustainability .wrap-1360 .box::before {
    font-size: 24px;
    line-height: 1.2;
  }
  #sustainability .wrap-1360 .box h3 {
    font-size: 22px;
  }
  #sustainability .wrap-1360 .box p {
    font-size: 16px;
  }
  #sustainability .bottom-area {
    padding: 40px 0 150px;
    background-position: center right -20px;
  }
  #sustainability .bottom-area .txt {
    width: 100%;
    float: unset;
  }
  #sustainability .bottom-area .list {
    margin-top: 18px;
  }
  #sustainability .bottom-area .list li {
    font-size: 16px;
    padding-left: 20px;
  }
  #sustainability .bottom-area .list li::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  #sustainability .bottom-area .pic-g {
    margin-top: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 499px) {
  #sustainability .wrap-1360 .core {
    width: 100%;
  }
  #sustainability .bottom-area {
    padding: 40px 0 50px;
  }
}

#store-list .item-g .item:hover .box .logo img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
/*# sourceMappingURL=custom.css.map */

.hidden-ele {
  position: absolute;
  top: -1px; clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  height: 0;
}
.box-hidden {
  overflow: hidden;
}

/* 產品 - 選單 + 列表 */
.nav-box {
  position: relative;
  z-index: 10;
  top: -56px;
  margin-bottom: -56px;
  width: 240px;
  background-color: #fff;
}
.nav-box:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 22px 5px rgba(11,40,54,.25);
}
.nav-box .nav-item {
  position: relative;
  z-index: 5;
  width: 100%;
}
.nav-box .nav-item > li > a {
  display: block;
  position: relative;
  padding: 18px 15px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  border-top: rgba(255,255,255,.3) solid 1px;
  border-bottom: #006594 solid 1px;
  background-color: #0086c4;
}
.nav-box .nav-item > li.has-child > a:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  width: 10px;
  height: 10px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-box .nav-sub {
  border-left: #d7e6ec solid 1px;
  border-right: #d7e6ec solid 1px;
  background-color: #fff;
  display: none;
}
#application .nav-item .nav-sub.type-app {
  display: block;
}
#goods .nav-item .nav-sub.type-good {
  display: block;
}
.nav-box .nav-sub li {
  position: relative;
  line-height: 18px;
  border-bottom: #d7e6ec solid 1px;
}
.nav-box .nav-sub li:before {
  display: block;
  content: "";
  margin: 16px 0 0 15px;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  border: #a4c6d3 solid 1px;
}
.nav-box .nav-sub a {
  display: block;
  padding: 10px 15px 10px 10px;
  font-size: 15px;
  color: #555;
  overflow: hidden;
}
.nav-box .nav-sub li.current:before,
.nav-box .nav-sub li:hover:before {
  border-color: #0086c4;
}
.nav-box .nav-sub li.current a,
.nav-box .nav-sub li:hover a {
  color: #0086c4;
}
.nav-box .nav-sub li.current a {
  font-weight: bold;
}

.goods-list {
  margin: 0 -15px;
}
.goods-list .item {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}
.goods-list .item .box {
  border: #d7e6ec solid 1px;
}
.goods-list .item .pic {
  line-height: 0;
  background-color: #fff;
  overflow: hidden;
}
.goods-list .item .pic a {
  width: 100%;
}
.goods-list .item .pic img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.goods-list .item:hover .pic img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.goods-list .item .txt {
  padding: 0 20px 30px;
  background-color: #fff;
}
.goods-list .item .txt .type {
  position: relative;
  top: -20px;
  margin: 0 auto -20px;
  width: 86%;
}
.goods-list .item .txt .type:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  box-shadow: 0 0 8px 5px rgba(11,40,54,.08);
}
.goods-list .item .txt .type > div {
  position: relative;
  z-index: 2;
  padding: 15px 10px;
  width: 100%;
  min-height: 68px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 15px;
  color: #0395d9;
  font-weight: bold;
  line-height: 18px;
  background-color: #fff;
}
.goods-list .item .txt h4 {
  margin: 10px 0 0 0;
  min-height: 52px;
  font-size: 17px;
  line-height: 24px;
}
.goods-list .item .txt h4 a {
  color: #121212;
}
.goods-list .item .txt .btn-view {
  display: block;
  position: relative;
  top: 20px;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: top 0.3s, opacity 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
}
.goods-list .item .txt .btn-view:before,
.goods-list .item .txt .btn-view:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f5161f;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
  -o-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
}
.goods-list .item .txt .btn-view:before {
  width: 2px;
  height: 100%;
}
.goods-list .item .txt .btn-view:after {
  width: 100%;
  height: 2px;
}
.goods-list .item:hover .btn-view {
  top: 10px;
  opacity: 1;
  visibility: visible;
}

a.top-back {
  display: none;
  position: absolute;
  left: -85px;
  bottom: 44px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.top-back::after {
  background-color: rgba(3,149,217,.3);
}
@media screen and (max-width: 1366px) {
  .nav-box {
    position: absolute;
    left: 20px;
  }
  .cate-btn {
    display: block;
    position: relative;
    z-index: 5;
    padding: 18px 15px;
    width: 100%;
    color: #fff;
    cursor: pointer;
    background-color: #0395d9;
  }
  .cate-btn .cate-name {
    margin: 0;
    font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
    font-size: 19px;
    color: #fff;
  }
  .cate-btn span {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
  }
  .cate-btn span:before,
  .cate-btn span:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #fff;
  }
  .cate-btn span:before {
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 16px;
  }
  .cate-btn span:after {
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 15px;
    height: 1px;
  }
  .cate-btn.open span:before {
    height: 0;
  }

  .nav-item,
  .nav-item .nav-sub {
    display: none;
  }

  .nav-box .nav-item > li.has-child.open > a:after {
    margin-top: -2px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .nav-box {
    position: static;
    top: 0;
    left: 0;
    margin: 40px 0 0 0;
    width: 100%;
  }
  .nav-box:after {
    display: none;
  }
}
@media only screen and (min-width: 520px) {
  .goods-list .item {
    float: left;
    width: 50%;
  }
  .goods-list .item .txt h4 {
    min-height: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .goods-list .item {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1024px) {
  .goods-list .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .goods-list .item {
    width: 20%;
  }
}
@media only screen and (min-width: 1367px) {
  .nav-box {
    margin-right: 40px;
    float: left;
    width: 240px;
  }
  .nav-box:after {
    height: 65px;
  }
  .cate-btn {
    display: none !important;
  }
  .nav-item{
    display: block !important;
  }
}
@media only screen and (min-width: 1560px) {
  .goods-list {
    margin: 0 -25px;
  }
  .goods-list .item {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1680px) {
  .nav-box {
    margin-right: 80px;
  }
}

/* ---產品--- */
#goods.out-wrap,
#application.out-wrap {
  position: relative;
  overflow: visible;
}
#goods.out-wrap {
  padding-bottom: 30px;
}
#goods .box-r {
  padding-top: 40px;
}
.box-r  h3 {
  margin: 0 0 30px 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.result {
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (min-width: 1280px) {
  #goods .goods-list .item {
    width: 20%;
  }
}
@media only screen and (min-width: 1367px) {
  .box-r {
    float: left;
    width: calc(100% - 240px - 40px);
  }
  #goods.out-wrap {
    padding-bottom: 50px;
  }
  #goods .box-r {
    padding-top: 60px;
  }
  #goods .goods-list .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1680px) {
  .box-r {
    width: calc(100% - 240px - 80px);
  }
}

/* 詳細頁 */
#goods-view {
  position: relative;
  padding-top: 65px;
}
#goods-view .pic-situation {
  width: 100%;
}
#goods-view .pic-situation img {
  display: block;
  width: 100%;
  height: auto;
}

#goods-view .intro {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1360px;
}
#goods-view.position-top .intro {
  margin-top: 0;
}
#goods-view .pic-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#goods-view .pic-slider .item {
  padding: 15px;
  max-width: 580px;
  background-color: #fff;
}
#goods-view .pic-slider .item img {
  max-width: 550px;
}
#goods-view .small-pic {
  margin: 0 auto;
  max-width: 220px;
}
#goods-view .thumb-slider {
  margin-top: 10px;
  padding: 0 50px;
}
#goods-view .thumb-slider .item {
  padding: 2px;
  max-width: 55px;
  border: #d7e6ec solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#goods-view .thumb-slider .slick-current .item,
#goods-view .thumb-slider .item:hover {
  border-color: #a4c6d3;
}
#goods-view .thumb-slider .slick-current a {
  position: relative;
}
#goods-view .thumb-slider .slick-current a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3,149,217,.3);
}

#goods-view .intro .txt {
  padding-top: 30px;
  overflow: hidden;
}
#goods-view .txt h2 {
  margin: 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 26px;
  color: #121212;
  line-height: 30px;
}
#goods-view .txt h2 span {
  display: block;
  margin-bottom: 10px;
  line-height: 8px;
}
#goods-view .txt h2 span:before,
#goods-view .txt h2 span:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
#goods-view .txt h2 span:before {
  background-color: #f5161f;
}
#goods-view .txt h2 span:after {
  background-color: #0395d9;
}
#goods-view .txt h3 {
  margin: 10px 0 20px;
  font-size: 18px;
  color: #333;
  line-height: 22px;
}
#goods-view .txt .brief {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

#goods-view .application {
  margin-top: 40px;
  padding: 50px 10px 40px;
  width: 100%;
  background-color: #0395d9;
}
#goods-view .application .list {
  margin: 0 auto;
  max-width: 1360px;
}
#goods-view .applic-slicks {
  margin: 0 -10px;
}
#goods-view .applic-slicks .slick-list {
  padding: 0 !important;
}
#goods-view .applic-slicks .item {
  padding: 0 10px;
}
#goods-view .applic-slicks .item a {
  display: block;
  width: 100%;
  outline: none;
}
#goods-view .applic-slicks .applic-icon {
  margin: 0 auto;
}
#goods-view .applic-slicks .applic-icon img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 54px;
}
#goods-view .applic-slicks .name {
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
}
#goods-view .applic-slicks .name small {
  display: block;
  margin-bottom: 8px;
  font-family: 'Century Gothic';
  font-size: 14px;
  color: rgba(255,255,255,.7);
}

#goods-view .features {
  padding: 50px 20px;
  width: 100%;
  background: url('../images/box_bg.png') repeat 0 0 #ebf7fc;
}
#goods-view .features > .box {
  margin: 0 auto;
  max-width: 1360px;
}
#goods-view .features .ti {
  margin-bottom: 25px;
  font-size: 26px;
}

#goods-view .btn-wrap {
  margin: 35px 0;
}
@media only screen and (max-width: 1023px) {
  #goods-view .big-pic {
    margin: 20px auto 0;
    max-width: 450px;
  }
}
@media only screen and (min-width: 570px) {
  #goods-view .small-pic {
    max-width: 350px;
  }
  #goods-view .thumb-slider {
    padding: 0 65px;
  }
  #goods-view .thumb-slider .item {
    max-width: 71px;
  }
}
@media only screen and (min-width: 992px) {
  #goods-view .txt h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #goods-view .txt .brief {
    font-size: 18px;
    line-height: 32px;
  }
  #goods-view .application {
    margin-top: 60px;
  }
  #goods-view .applic-slicks {
    margin: 0 -40px;
  }
  #goods-view .applic-slicks .item {
    padding: 0 40px;
  }
  #goods-view .applic-slicks .applic-icon {
    margin-right: 20px;
    float: left;
    width: auto;
  }
  #goods-view .applic-slicks .name {
    padding-top: 6px;
    font-size: 18px;
    text-align: left;
  }
  #goods-view .applic-slicks .name small {
    margin-bottom: 4px;
  }
  #goods-view .features .ti {
    font-size: 28px;
  }
  #goods-view .btn-wrap {
    margin: 45px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #goods-view .intro {
    margin-top: 80px;
  }
  #goods-view.position-top .intro {
    margin-top: 0;
  }
  #goods-view .intro .pic-wrap {
    margin-right: 40px;
    float: left;
    width: 45%;
  }
  #goods-view.position-top .intro .pic-wrap {
    position: relative;
    top: -60px;
    margin: 0 40px -60px 0;
  }
  #goods-view .application {
    padding: 50px 60px 40px;
  }
}
@media only screen and (min-width: 1367px) {
  #goods-view .intro .txt {
    padding-top: 60px;
  }
  #goods-view .txt h2 {
    font-size: 42px;
    line-height: 52px;
  }
  #goods-view .txt h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1560px) {
  #goods-view .pic-situation {
    position: relative;
    left: 60px;
    width: calc(100% - 60px);
  }
  #goods-view .top-back {
    display: block;
  }
  #goods-view > .top-back {
    top: 213px;
    left: -25px;
    bottom: auto;
  }
  #goods-view .application {
    margin: 60px 60px 30px;
    width: calc(100% - 120px);
  }
  #goods-view .features {
    margin: 0 60px;
    padding: 70px 0;
    width: calc(100% - 120px);
  }
}
@media only screen and (min-width: 1680px) {
  #goods-view .intro .pic-wrap {
    margin-right: 100px;
  }
  #goods-view.position-top .intro .pic-wrap {
    margin-right: 190px;
  }
}

/* 應用 */
#application {
  background-color: #ebf7fc;
}

#applic-view .data {
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  background-color: rgba(3,149,217,1);
}
#applic-view .data .pic {
  margin: 0 auto 30px;
  max-width: 960px;
}
#applic-view .data .pic .slick-slide > div {
  line-height: 0;
}
#applic-view .data .txt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 960px;
  color: #fff;
}
#applic-view .txt .name {
  margin-bottom: 15px;
}
#applic-view .txt .applic-icon {
  margin: 0 auto;
  width: 55px;
}
#applic-view .txt h3 {
  margin: 8px 0 0 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}
#applic-view .txt .brief {
  line-height: 28px;
}

#applic-view .box-ti {
  margin: 0 0 40px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

#applic-view .features {
  padding-top: 40px;
}
#applic-view .features .box-ti {
  position: relative;
  margin: 0 auto 40px;
  font-size: 26px;
  color: #121212;
  text-align: center;
}
#applic-view .features .box-ti:before {
  display: block;
  content: "";
  margin: 0 auto 10px;
  width: 1px;
  height: 50px;
  background-color: #cad1d4;
}
#applic-view .features ul {
  margin: 0 -20px;
}
#applic-view .features ul li {
  width: 100%;
  text-align: center;
}
#applic-view .features ul li:not(:last-child) {
  margin-bottom: 30px;
}
#applic-view .features h4 {
  margin: 25px 0 10px 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 18px;
  color: #121212;
  font-weight: bold;
}
#applic-view .features p {
  margin: 0;
  color: #666;
  line-height: 22px;
}
#applic-view .features .icon {
  margin: 0 auto;
  width: 57px;
  height: 81px;
  background: url('../images/icon_quality.png') no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
#applic-view .features .efficiency .icon {
  background-position: 0 -81px;
}
#applic-view .features .technology .icon {
  background-position: 0 -162px;
}
#applic-view .features a {
  display: block;
  margin: 60px auto 0;
  padding: 15px;
  width: 100%;
  max-width: 350px;
  font-family: 'Century Gothic';
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #f5161f;
}

#applic-view .related {
  padding: 40px 0;
}
#applic-view .related .ti {
  margin-bottom: 20px;
  text-align: center;
}
#applic-view .form-wrap {
  padding: 40px 0;
  background-color: rgba(3, 149, 217, .15)
}
#applic-view .form-wrap .ti {
  margin-bottom: 20px;
  text-align: center;
  line-height: 42px;
}
#applic-view #contact {
  margin-top: 0;
}
#applic-view .form-wrap .form {
  overflow: hidden;
}
#applic-view .form .label {
  top: 7px;
}
#applic-view .form label span {
  left: 55%;
}
@media only screen and (max-width: 1279px) {
  #applic-view .form .col-md-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #applic-view .form .col-md-6,
  #applic-view .form .col-md-12 {
    padding: 0;
  }
  #applic-view .features .box-ti {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #applic-view .features .box-ti {
    font-size: 22px;
  }
  #applic-view .features ul {
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
  }
  #applic-view .features ul li {
    text-align: left;
  }
  #applic-view .features .icon {
    margin: 0 20px 0 0;
    float: left;
  }
  #applic-view .features h4 {
    margin-top: 15px;
  }
  #applic-view .features p {
    font-weight: bold;
  }
}
@media only screen and (max-width: 499px) {
  #applic-view .features ul {
    max-width: 100%;
  }
  #applic-view .form .label {
    top: 0;
  }
}
@media only screen and (min-width: 640px) {
  #applic-view .txt .name {
    margin-bottom: 0;
  }
  #applic-view .txt .applic-icon,
  #applic-view .txt h3 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  #applic-view .txt .applic-icon {
    margin-right: 25px;
    margin-left: 0;
  }
  #applic-view .txt .brief {
    padding-left: 84px;
  }
}
@media only screen and (min-width: 768px) {
  #applic-view .features,
  #applic-view .form-wrap,
  #applic-view .related {
    padding: 60px 0;
  }
  #applic-view .features {
    padding-bottom: 0;
  }
  #applic-view .features .box-ti {
    margin-bottom: 80px;
  }
  #applic-view .features ul li {
    padding: 0 20px;
    float: left;
    width: 33.3333%;
  }
  #applic-view .features ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #applic-view .data {
    padding: 70px 0;
  }
  #applic-view .features .box-ti {
    font-size: 28px;
  }
  #applic-view .features ul {
    margin: 0 30px;
  }
  #applic-view .features ul li {
    padding: 0 30px;
  }
  #applic-view .form-wrap .ti {
    margin-bottom: 50px;
  }
  #applic-view .related .ti {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  #applic-view .features,
  #applic-view .form-wrap,
  #applic-view .related {
    padding: 80px 0;
  }
  #applic-view .features {
    padding-bottom: 0;
  }
  #applic-view .data {
    padding: 0;
  }
  #applic-view .data .pic {
    margin-bottom: 0;
    float: left;
    width: 52%;
    max-width: 960px;
  }
  #applic-view .data .txt {
    position: absolute;
    left: 52%;
    width: 48%;
    height: 100%;
  }
  #applic-view .txt .box {
    position: absolute;
    top: 50%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #applic-view .goods-list .item {
    width: 20%;
  }
  #applic-view .form-wrap.en .form .col-md-6:nth-child(2) .fluid,
  #applic-view .form-wrap.en .form .col-md-6:nth-child(4) .fluid {
    padding-left: 70px;
  }
  #applic-view .form-wrap.en .form .col-md-6:nth-child(2) .label,
  #applic-view .form-wrap.en .form .col-md-6:nth-child(4) .label {
    width: 70px;
  }
  #applic-view .form-wrap .btn-wrap {
    float: right;
  }
}
@media only screen and (min-width: 1367px) {
  #applic-view .txt .applic-icon {
    width: 65px;
  }
  #applic-view .txt h3 {
    margin-top: 15px;
    font-size: 36px;
    line-height: 40px;
  }
  #applic-view .txt .brief {
    padding-left: 100px;
    line-height: 32px;
  }
  #applic-view .features {
    padding-top: 100px;
  }
  #applic-view .features .box-ti {
    font-size: 32px;
  }
  #applic-view .features .box-ti:before {
    height: 80px;
  }
  #applic-view .form-wrap {
    padding: 100px 0;
  }
  #applic-view .related {
    padding: 100px 0 55px;
  }
}
@media only screen and (min-width: 1560px) {
  #applic-view .data {
    left: 60px;
    width: calc(100% - 60px);
  }
  #applic-view .data .top-back {
    display: block;
    bottom: 65px;
  }
}
@media only screen and (min-width: 1680px) {
  #applic-view .txt .box {
    padding: 0 15% 0 5%;
  }
}

/* ---公司簡介--- */
#company .pic img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
}
#company .txt {
  font-size: 18px;
  color: #555;
  overflow: hidden;
}
#company .one .txt,
#company .three .txt {
  margin: 0 auto;
  max-width: 780px;
}
#company .item-ti {
  margin: 0 0 10px 0;
  padding-top: 20px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 24px;
  color: #114769;
  font-weight: bold;
  line-height: 1.2;
}
#company .txt p {
  font-size: 16px;
  line-height: 1.6;
}
#company .txt > p:not(:last-child) {
  margin: 0 0 25px 0;
}

#company .one {
  position: relative;
  padding: 45px 0;
}
#company .one:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #ebf7fc;
}

#company .two {
  margin: 0 auto;
  padding: 0 20px;
}
#company .two .item-ti {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
}
#company .two .item-ti::before {
  display: block;
  content: '';
  margin: 0 auto 10px;
  width: 1px;
  height: 50px;
  background: #cad1d4;
}

#company .three {
  margin: 40px 0;
}
#company .three .item-ti {
  position: relative;
  padding-top: 40px;
}
#company .three .item-ti:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8%;
  width: 240px;
  height: 55px;
  background: url('../images/company_slogan.jpg') no-repeat 0 0;
  background-size: cover;
}

#company .four {
  position: relative;
  padding: 50px 0;
  background: url('../images/company_pic3.jpg') no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
#company .four:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3,149,217,.6);
}
#company .four .parallax-box {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#company .four .txt {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  color: #fff;
}
#company .four .txt .item-ti {
  padding-top: 0;
  max-width: 560px;
  color: #fff;
}

#company .five {
  margin-top: 40px;
  margin-bottom: 10px;
}
#company .five .item-ti {
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 26px;
  color: #0395d9;
}
#company .five .item-ti span {
  color: #ec1c24;
  font-weight: 400;
}
#company .five .txt {
  overflow: hidden;
}
#company .five .txt li {
  margin-bottom: 30px;
}
#company .five .txt h4 {
  margin: 0 0 10px 0;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 18px;
  color: #0395d9;
  font-weight: bold;
}
#company .five .txt h4 i {
  padding-right: 8px;
  font-size: 14px;
}
#company .five .txt p:not(:last-child) {
  margin-bottom: 5px;
}
#company .five .txt p.add {
  font-size: 16px;
}
@media only screen and (min-width: 640px) {
  #company .three .item-ti {
    padding-top: 50px;
  }
  #company .three .item-ti:after {
    width: 320px;
    height: 73px;
  }
}
@media only screen and (min-width: 768px) {
  #company .one {
    padding: 60px 0;
  }
  #company .four {
    padding: 70px 0;
  }
  #company .five .item-ti {
    float: left;
    width: 140px;
  }
  #company .five .txt {
    margin: 0 -10px;
  }
  #company .five .txt li {
    padding: 8px 10px 0;
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  #company .item-ti {
    font-size: 28px;
    line-height: 1.4;
  }
  #company .five .item-ti {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #company .one .pic {
    margin-right: 30px;
    float: left;
    width: 50%;
  }
  #company .two .item-ti {
    padding-top: 40px;
  }
  #company .three {
    margin: 70px 0;
  }
  #company .three .pic {
    margin-left: 30px;
    float: right;
    width: 50%;
  }
  #company .four {
    padding: 0;
    height: 560px;
  }
  #company .four:after {
    display: none;
  }
  #company .four .txt {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #company .five {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #company .five .txt {
    margin: 0 -20px;
  }
  #company .five .txt li {
    padding: 8px 20px 0;
    width: 45%;
  }
  #company .five .txt li:nth-child(2) {
    width:55%;
  }
}
@media only screen and (min-width: 1200px) {
  #company .item-ti {
    font-size: 32px;
    line-height: 42px;
  }
  #company .txt p {
    font-size: 18px;
    line-height: 1.8;
  }
  #company .three .item-ti:after {
    left: 40%;
  }
  #company .five .item-ti {
    width: 190px;
  }
  #company .five .txt li {
    width: 40%;
  }
  #company .five .txt li:nth-child(2) {
    width: 60%;
  }
}
@media only screen and (min-width: 1280px) {
  #company .item-ti {
    margin-bottom: 30px;
  }
  #company .three .item-ti {
    padding-top: 110px;
  }
  #company .three .item-ti:after {
    top: 35px;
    left: 15%;
    width: 480px;
    height: 110px;
  }
  #company .four {
    height: 670px;
  }
  #company .four .txt {
    left: 50%;
    width: 50%;
  }
  #company .five {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  #company .five .item-ti {
    margin-right: 80px;
    width: 300px;
  }
  #company .five .item-ti span {
    padding-left: 8px;
  }
  #company .five .txt li {
    width: 40%;
  }
  #company .five .txt li:nth-child(2) {
    width: 60%;
  }
}
@media only screen and (min-width: 1367px) {
  #company .item-ti {
    padding-top: 80px;
  }
  #company .one {
    padding: 100px 0;
  }
  #company .one .pic {
    margin-right: 80px;
  }
  #company .two .item-ti::before {
    height: 80px;
  }
  #company .three {
    margin: 120px 0 100px;
  }
  #company .three .pic {
    margin-left: 80px;
  }
  #company .two {
    max-width: 1360px;
  }
  #company .four .txt {
    left: 58%;
    width: 42%;
    max-width: 620px;
  }
}
@media only screen and (min-width: 1560px) {
  #company .three .item-ti {
    padding-top: 120px;
  }
  #company .three .item-ti:after {
    top: 30px;
    width: 580px;
    height: 129px;
  }
}
