@charset "UTF-8";
@font-face { font-family: "Roboto"; font-weight: normal; font-style: normal; src: url("../fonts/Roboto-Regular.eot"); src: url("../fonts/Roboto-Regular.woff2") format("woff2"); src: url("../fonts/Roboto-Regular.woff") format("woff"); }
@font-face { font-family: "Roboto"; font-weight: 700; font-style: normal; src: url("../fonts/Roboto-Bold.eot"); src: url("../fonts/Roboto-Bold.woff2") format("woff2"); src: url("../fonts/Roboto-Bold.woff") format("woff"); }
@font-face { font-family: "Roboto Thin"; font-weight: 100; font-style: normal; src: url("../fonts/Roboto-Thin.eot") format("eot"), url("../fonts/Roboto-Thin.woff") format("woff"); src: url("../fonts/Roboto-Thin.ttf") format("truetype"); src: url("../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg"); }

/*reset*/
html { font-size: 16px; }
body { width: 100%; font-size: 16px; line-height: 2; font-family: 'Roboto', 'Microsoft JhengHei', sans-serif; overflow-x: hidden; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -ms-overflow-style: scrollbar; }
html,
body { margin: 0; }
a,
a:visited,
a:hover,
a:focus,
a:active { text-decoration: none; outline: none; }
*:focus,
*:active { outline: 0; }
h1,
h2,
h3,
h4,
h5,
h6 { }
label { font-weight: inherit; }
input,
button,
textarea,
select,
optgroup,
option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0; }
textarea { resize: vertical; }
ol.reset,
ul.reset { margin: 0; padding: 0; list-style: none; }
input,
button,
textarea,
select { *font-size: 100%; }
code,
kbd,
samp,
tt { font-size: 100%; }
*,
*:after,
*::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

/*===========  Gobal Setting ============= */

/* 文字編輯器 */
.text-edit { font-size: 1rem; }
.text-edit img { max-width: 100%; border-radius: 4px; height: auto !important; }
.no-data { min-height: 300px; text-align: center; display: -ms-flex; display: -o-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-justify-content: center; -o-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-align-items: center; -o-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.no-data .word { border-radius: 30px; padding: 5px 30px; display: inline-block; font-size: 1rem; }
.no-data .word i { display: block; font-size: 5rem; margin-bottom: 20px; color: #666 }

/*scroll-view*/
.scroll-fade { opacity: 0; -webkit-transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, -o-transform 0.8s; transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s; }
.scroll-fade.scroll-view { opacity: 1; }
.scroll-fade-down { -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); opacity: 0; -webkit-transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, -o-transform 0.8s; transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s; }
.scroll-fade-down.scroll-view { opacity: 1; }
.scroll-fade-down.scroll-view { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.scroll-fade-up { -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); opacity: 0; -webkit-transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, -o-transform 0.8s; transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s; }
.scroll-fade-up.scroll-view { opacity: 1; }
.scroll-fade-up.scroll-view { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.scroll-fade-left { -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; -webkit-transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, -o-transform 0.8s; transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s; }
.scroll-fade-left.scroll-view { opacity: 1; }
.scroll-fade-left.scroll-view { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
.scroll-fade-right { -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); opacity: 0; -webkit-transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, -o-transform 0.8s; transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s; }
.scroll-fade-right.scroll-view { opacity: 1; }
.scroll-fade-right.scroll-view { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
.scroll-rotateY { -webkit-transform: rotateY(90deg); -ms-transform: rotateY(90deg); transform: rotateY(90deg); opacity: 0; -webkit-transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, -o-transform 0.8s; transition: opacity 1.5s, -webkit-transform 0.8s; -o-transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s; transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s; }
.scroll-rotateY.scroll-view { opacity: 1; }
.scroll-rotateY.scroll-view { -webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); }
@-webkit-keyframes tracking-in-expand {
  0% { letter-spacing: -0.5em; opacity: 0; }
  40% { opacity: 0.6; }
  100% { opacity: 1; }
}
@keyframes tracking-in-expand {
  0% { letter-spacing: -0.5em; opacity: 0; }
  40% { opacity: 0.6; }
  100% { opacity: 1; }
}
.tracking-in-expand { opacity: 0; }
.tracking-in-expand.scroll-view { opacity: 1; -webkit-animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

/* Pace */
.pace { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: fixed; z-index: 1001; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; }
.pace .pace-activity { position: relative; bottom: 0; left: 0; width: 100%; height: 100%; background: #20346e; display: block; }
.pace .pace-activity:before { content: "LOADING..."; display: block; color: #ccc; position: absolute; top: 50%; left: 50%; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-weight: bold; }
.pace .pace-activity:after { content: ""; top: 50%; left: 50%; margin-left: -1rem; width: 2rem; height: 2rem; border-radius: 50%; background: #aaa; position: absolute; animation: bounce 1s infinite; }
.pace.pace-inactive { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: opacity 0.5s, -webkit-transform 0s; -webkit-transition-delay: 0.25s, 0.5s; -o-transition: opacity 0.5s 0.25s, -o-transform 0s 0.5s; -webkit-transition: opacity 0.5s 0.25s, -webkit-transform 0s 0.5s; transition: opacity 0.5s 0.25s, -webkit-transform 0s 0.5s; -o-transition: opacity 0.5s 0.25s, transform 0s 0.5s; transition: opacity 0.5s 0.25s, transform 0s 0.5s; transition: opacity 0.5s 0.25s, transform 0s 0.5s, -webkit-transform 0s 0.5s; }
.pace.pace-inactive .pace-activity { -webkit-animation: fadeOut 0.35s 0.0001s linear forwards; animation: fadeOut 0.35s 0.0001s linear forwards; }
@keyframes bounce {
  0% { top: 30%; animation-timing-function: ease-in; }
  34% { height: 2rem; width: 2rem; }
  35% { top: 45%; height: 1rem; width: 2.3rem; animation-timing-function: ease-out; background: #fff; }
  45% { height: 2rem; width: 2rem; }
  90% { top: 30%; }
  100% { top: 30%; }
}

/*架構*/
.g-wrap { overflow: hidden; opacity: 0; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); -webkit-transition: -webkit-transform 1s, opacity 1s; transition: -webkit-transform 1s, opacity 1s; -o-transition: transform 1s, opacity 1s; transition: transform 1s, opacity 1s; transition: transform 1s, -webkit-transform 1s, opacity 1s; -webkit-transform-origin: center top; -ms-transform-origin: center top; transform-origin: center top; }
.pace-done .g-wrap { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.page-main { padding: 15px; }
.container-1500 { width: 1500px; padding: 0 20px; margin: auto; }
.container-1400 { width: 1400px; padding: 0 20px; margin: auto; }
.cover { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 999; background: rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
.cover.show { opacity: 1; visibility: visible; }
@media only screen and (max-width:1500px) {
  .container-1500 { width: 100%; }
  .container-1400 { width: 100% }
}
@media only screen and (max-width:1200px) {

/* .container-1500 { max-width: 990px; } */ }
@media only screen and (max-width:767px) {
  .g-wrap .container-1500 { padding: 0 10px; }
}

/* 圖片滑過 */
@media only screen and (min-width:992px) {
  .hover-box .pic { position: relative; }
  .hover-box .pic:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: #5b7bd6; background: -webkit-linear-gradient(to right, #5b7bd6, #16b888); background: linear-gradient(to right, #5b7bd6, #16b888); opacity: 0; -webkit-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; }
  .hover-box .pic:after { content: "+"; color: #16b888; line-height: 50px; font-size: 1.25rem; position: absolute; text-align: center; left: 50%; top: 50%; width: 50px; height: 50px; margin-left: -25px; margin-top: -25px; border-radius: 50%; z-index: 2; background: #fff; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform 0.25s; transition: -webkit-transform 0.25s; -o-transition: transform 0.25s; transition: transform 0.25s; transition: transform 0.25s, -webkit-transform 0.25s; }
  .hover-box:hover .pic:before { opacity: 0.8; }
  .hover-box:hover .pic:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}

/* 共用標題 */
.h2 { font-size: 2.188rem; text-align: center; text-transform: uppercase; margin: 0 0 35px; color: #333; white-space: nowrap; }
.h2 span { display: block; font-weight: bold; }
.h2 span.en { margin-bottom: 10px; text-transform: uppercase }
.h2 span.ch { font-size: 1.563rem; }
@media only screen and (max-width:991px) {
  .h2 { font-size: 2rem; white-space: normal; margin-bottom: 15px; }
}

/* BTN */
.g-btn { background: #444; color: #fff !important; font-size: 0.875rem; text-align: center; border-radius: 30px; padding: 6px; display: inline-block; width: 175px; overflow: hidden; position: relative; background: #5b7bd6; background: -webkit-linear-gradient(to right, #5b7bd6, #16b888); background: linear-gradient(to right, #5b7bd6, #16b888); border: 0; }
.g-btn.center { display: block; margin: 0 auto; }
@media only screen and (min-width:992px) {
  .g-btn:before,
  .g-btn:after { content: ""; position: absolute; left: -100px; top: 0; opacity: 0.3; width: 100px; height: 100%; -webkit-transform: skewX(-30deg); -ms-transform: skewX(-30deg); transform: skewX(-30deg); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF'); background-image: -owg-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%); background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white)); background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%); }
  .g-btn:hover { background: #16b888; background: -webkit-linear-gradient(to right, #16b888, #5b7bd6); background: linear-gradient(to right, #16b888, #5b7bd6); -webkit-transition: background 0.5s 0.25s; -o-transition: background 0.5s 0.25s; transition: background 0.5s 0.25s; }
  .g-btn:hover:before,
  .g-btn:hover:after { left: 150%; -webkit-transition: left 0.5s; -o-transition: left 0.5s; transition: left 0.5s; }
  .g-btn:hover:after { left: 50%; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; }
}

/* Search */
.g-search-wrap { position: fixed; z-index: 999; left: 0px; right: 0; padding: 30px 50px; background: rgba(58, 58, 58, 0.9); display: none; text-align: left; }
.g-search-wrap.is-open { display: block; -moz-animation: ani_fadeIn 0.5s both; -webkit-animation: ani_fadeIn 0.5s both; animation: ani_fadeIn 0.5s both; }
.g-search-wrap.is-close { -moz-animation: ani_fadeOut 0.5s both; -webkit-animation: ani_fadeOut 0.5s both; animation: ani_fadeOut 0.5s both; }
.g-search-wrap .btn-close-search { position: absolute; top: 0; right: 0; width: 50px; height: 50px; font-size: 0; background: #000; }
.g-search-wrap .btn-close-search span { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.g-search-wrap .btn-close-search span:before,
.g-search-wrap .btn-close-search span:after { content: ""; top: 50%; left: 25%; width: 50%; height: 2px; background: #fff; display: inline-block; position: absolute; }
.g-search-wrap .btn-close-search span:before { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.g-search-wrap .btn-close-search span:after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.g-search-wrap .search-title { display: block; font-size: 3rem; color: #e2e2e2; font-weight: 600; }
.g-search-wrap .search-title .zh { font-size: 1.3rem; display: inline-block; vertical-align: baseline; margin-left: 10px; font-weight: 400; }
.g-search-wrap form { display: block; position: relative; width: 100%; }
.g-search-wrap .search-input { color: #fff; width: 100%; border: none; border-bottom: 2px solid #e2e2e2; height: 50px; padding: 0 50px 0 0; background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 1rem; }
.g-search-wrap .search-input:focus { border-bottom-color: #fff; }
.g-search-wrap .search-btn { position: absolute; width: 45px; height: 45px; right: 0; top: 0; border: none; background: #fff; border-radius: 50%; }
.g-search-wrap .search-btn span { position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; background: url(../images/icon_search.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 54% auto; }
.g-search-wrap .search-btn:hover { background: #000; }
.g-overlay { position: fixed; z-index: 151; top: 0; right: 0; bottom: 0; left: 75px; background: rgba(0, 0, 0, 0.6); display: none; overflow-y: auto; }
.g-overlay.is-open { display: block; -moz-animation: ani_fadeIn 0.5s both; -webkit-animation: ani_fadeIn 0.5s both; animation: ani_fadeIn 0.5s both; }
.g-overlay.is-open .g-nav { -moz-animation: ani_nav_open 0.5s 0.3s both; -webkit-animation: ani_nav_open 0.5s 0.3s both; animation: ani_nav_open 0.5s 0.3s both; }
.g-overlay.is-close { -moz-animation: ani_fadeOut 0.5s 0.3s both; -webkit-animation: ani_fadeOut 0.5s 0.3s both; animation: ani_fadeOut 0.5s 0.3s both; }
.g-overlay.is-close .g-nav { -moz-animation: ani_nav_close 0.5s both; -webkit-animation: ani_nav_close 0.5s both; animation: ani_nav_close 0.5s both; }
@media only screen and (max-width:991px) {
  .g-search-wrap { padding: 20px; }
}
@media only screen and (max-width:640px) {
  .g-search-wrap .search-title { font-size: 2rem; }
}

/* Go Top */
.go-top { position: fixed; z-index: 990; width: 50px; height: 50px; line-height: 50px; bottom: -100px; right: 30px; color: #fff; font-size: 0.812rem; border-radius: 50%; text-align: center; cursor: pointer; background: #304686; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: bottom 0.5s, -webkit-transform 0.5s; transition: bottom 0.5s, -webkit-transform 0.5s; -o-transition: bottom 0.5s, transform 0.5s; transition: bottom 0.5s, transform 0.5s; transition: bottom 0.5s, transform 0.5s, -webkit-transform 0.5s; }
.go-top span { display: block; padding-top: 5px; }
.go-top span:before { content: ""; width: 8px; height: 8px; display: block; position: absolute; left: 50%; top: 50%; margin-top: -10px; margin-left: -4px; border-top: 2px solid #fff; border-left: 2px solid #fff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.go-top.scroll-view { bottom: 50px; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
@media only screen and (min-width:992px) {
  .go-top:hover { background: #eb6100; }
}
@media only screen and (max-width:991px) {
  .go-top.scroll-view { bottom: 30px; }
}

/*================= Header =================*/
#header { position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 80px; background: rgba(255, 255, 255, 0.95); text-align: right; }
#header .logo { margin: 20px 0 0 50px; position: absolute; }
#header .logo a { display: block; position: relative; width: 260px; height: 50px; background: url('../images/logo.png') center center no-repeat; background-size: 100% }
#header .menu > ul > li > a { display: block; color: #000; font-weight: bold; font-size: 1.063rem; }
#header .right-box { display: inline-block; vertical-align: top; font-size: 0 }
#header .right-box .search { display: inline-block; }
#header .right-box .btn-search { display: inline-block; vertical-align: top; padding: 0 20px; line-height: 80px; text-align: center; background: #e8ecf6; }
#header .right-box .lang { display: inline-block; vertical-align: top; line-height: 80px; text-align: center; background: #e8ecf6; font-size: 1rem; color: #5c6782; padding: 0 29px; position: relative; cursor: pointer }
#header .right-box .lang .lang-toggle { font-size: 1rem; position: relative; }
#header .right-box .lang .lang-toggle:after { content: ''; position: absolute; border-width: 6px 4px 7px 4px; border-color: #5d6883 transparent transparent transparent; border-style: solid; top: 50%; right: -11px; }
#header .right-box .lang .lang-toggle .nowLang { border-bottom: 1px solid #5d6883; font-size: 0.9375rem; line-height: 1 }
#header .right-box .lang ul { display: none; text-align: left; background: #fff; width: 100px; position: absolute; left: 50%; margin-left: -43px; }
#header .right-box .lang ul> li { border-bottom: 1px solid #e7e7e7; text-align: center; }
#header .right-box .lang ul> li> a { color: #a0a0a0; line-height: 1rem; display: block; line-height: 2.5rem; }
#header .right-box .btn-contact { display: inline-block; vertical-align: top; padding: 0 20px; line-height: 80px; text-align: center; background: #5d6883; color: #fff; padding: 0px 40px; font-size: 1rem; }
#header .right-box .btn-contact span { display: inline-block; margin-left: 10px; }
@media only screen and (min-width:992px) {
  #header.scroll-view { position: fixed; -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); -webkit-animation: fadeDown 0.5s 0.0001s ease-in forwards; animation: fadeDown 0.5s 0.0001s ease-in forwards; }
  #header .container-1500 { height: 100%; }
  #header .switch { display: none; }
  #header .menu { height: 100%; display: inline-block; vertical-align: top; }
  #header .menu > ul { height: 100%; margin-right: 25px; }
  #header .menu > ul > li { display: inline-block; padding: 0 0; line-height: 80px; margin: 0 22px; }
  #header .menu > ul > li> a { display: block; position: relative; z-index: 1; }
  #header .menu > ul > li> a:before { content: ""; width: 0; height: 0; position: absolute; bottom: 0; left: 0; opacity: 0; width: 100%; height: 4px; background: #5b7bd6; background: -webkit-linear-gradient(to right, #5b7bd6, #16b888); background: linear-gradient(to right, #5b7bd6, #16b888); }
  #header .menu > ul > li> ul { font-size: 0; position: absolute; text-align: center; top: 100%; left: 0%; width: calc(100vw + 50px); padding: 30px 0 0; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); left: 0%; opacity: 0; }
  #header .menu > ul > li> ul li { white-space: nowrap; display: inline-block; font-size: 1rem; vertical-align: top; }
  #header .menu > ul > li> ul li a { display: block; color: #000; padding: 5px 20px; line-height: 1.5; }
  #header .menu > ul > li> ul li a>p { margin: 10px 0; }
  #header .menu > ul > li> ul li:hover a { color: #4c88c5; }
  #header .menu > ul > li> a:hover:before,
  #header .menu > ul > li.on> a:before { opacity: 1; }
  #header .menu > ul > li:hover > a,
  #header .menu > ul > li.on > a { }
  #header .menu > ul > li:hover ul { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: opacity 0.35s, -webkit-transform 0s; transition: opacity 0.35s, -webkit-transform 0s; -o-transition: transform 0s, opacity 0.35s; transition: transform 0s, opacity 0.35s; transition: transform 0s, opacity 0.35s, -webkit-transform 0s; }

  /* 產品 */
  #header .menu .hover-menu { text-align: center; }
  #header .menu .hover-menu ul { padding: 10px 0; margin: auto; font-size: 0; }
  #header .menu .hover-menu ul > li { display: block; vertical-align: top; margin: 0 5px 10px; width: calc(25% - 10px); min-width: 320px; }
  #header .menu .hover-menu ul > li > ul > li { display: block; width: 100%; text-align: left; }
  #header .menu .hover-menu ul > li > ul > li { }
  #header .menu .hover-menu ul > li > a { display: block; text-align: left; font-size: 1rem; line-height: 50px; }
  #header .menu .hover-menu ul > li > ul > li> a:hover { color: #e8ecf6 }
  #header .menu .hover-menu ul > li > a span.img { width: 45px; height: 40px; height:; vertical-align: middle; display: inline-block; margin-right: 5px; text-align: center }
  #header .menu .hover-menu ul > li a span.txt { font-size: 1rem; display: inline-block; color: #222; vertical-align: middle; line-height: 50px; }
  #header .right-box .lang ul> li> a:hover { color: #666 }
  #header .right-box .btn-search:hover { color: #5d6883; background: #fff; }
  #header .right-box .btn-contact:hover { background: #5d6883; color: #e8ecf6; }
  #header.scroll-view { background: #20346e; }
  #header.scroll-view .logo a { background: url('../images/logo_footer.png') center center no-repeat; background-size: contain; }
  #header.scroll-view .menu > ul > li > a { color: #fff }
}
@media only screen and (max-width:1366px) {
  #header .logo { margin-left: 20px }
  #header .logo a { width: 200px; background-size: 100%; }
  #header .menu .hover-menu { width: 100vw; }
}
@media only screen and (max-width:1199px) {
  #header .menu > ul > li { margin: 0px 10px; }
  #header .right-box > a { padding: 0 15px; }
  #header .right-box .lang { padding: 0 20px 0 15px; }
  #header .right-box > a.btn-contact { padding: 0 15px; font-size: 0 }
  #header .right-box > a.btn-contact span { margin-left: 0; }
}
@media only screen and (max-width:991px) {
  #header { height: 60px; position: fixed; }
  #header .logo { margin: 0; float: none; position: absolute; left: 30px; -ms-transform: translate(-50%, 0); padding: 5px 0; }
  #header .logo a { width: 215px; background-size: 100% auto; }
  #header .logo a svg path { fill: #fff; }
  #header .switch { background: #222; border: none; position: absolute; top: 0; padding: 14px 12px; color: #ffffff; font-weight: 700; font-size: 1rem; right: 0; }
  #header .switch .icon { position: relative; margin-left: 5px; width: 12px; height: 12px; display: inline-block; }
  #header .switch .icon i { display: block; width: 100%; height: 2px; background: #ffffff; position: absolute; left: 50%; top: 50%; margin-left: -6px; -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; }
  #header .switch .icon .linetop { margin-top: -4px; }
  #header .switch .icon .linebottom { margin-top: 4px; }
  #header .switch.on .icon .linetop { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  #header .switch.on .icon .linemiddle { width: 0; }
  #header .switch.on .icon .linebottom { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  #header .menu { background: rgba(255, 255, 255, 0.95); position: absolute; height: 100vh; left: 0; top: 0%; width: 100%; opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: opacity 0.35s, -webkit-transform 0s 0.35s; transition: opacity 0.35s, -webkit-transform 0s 0.35s; -o-transition: transform 0s 0.35s, opacity 0.35s; transition: transform 0s 0.35s, opacity 0.35s; transition: transform 0s 0.35s, opacity 0.35s, -webkit-transform 0s 0.35s; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; padding: 80px 30px; z-index: -1; }
  #header .menu.active { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: opacity 0.35s, -webkit-transform 0s; transition: opacity 0.35s, -webkit-transform 0s; -o-transition: transform 0s, opacity 0.35s; transition: transform 0s, opacity 0.35s; transition: transform 0s, opacity 0.35s, -webkit-transform 0s; }
  #header .menu > ul { height: 100%; overflow-y: auto; }
  #header .menu > ul > li { padding: 15px 0; text-align: center; }
  #header .menu > ul > li > a { color: #000; font-size: 1.5rem; line-height: 1.2; position: relative; display: inline-block; }
  #header .menu > ul > li > a span { position: absolute; right: -15px; top: 50%; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #999 transparent transparent transparent; -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; -o-transition: transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; }
  #header .menu > ul > li.on > a { color: #304686; }
  #header .menu > ul > li.on > a span { border-top-color: #304686; }
  #header .menu > ul > li ul { padding: 20px 0 0; display: none; }
  #header .menu > ul > li.on ul> li> ul { display: block !important }
  #header .menu > ul > li ul li a { display: block; color: #747474; padding: 6px 0; font-size: 1rem; }
  #header .menu > ul > li ul li a .img { display: inline-block; width: 50px; }
  #header .menu > ul > li ul li a img { display: none; }
  #header .menu > ul > li.menu-product ul { padding: 0; font-size: 1rem; display: inline-block; }
  #header .menu > ul > li.menu-product ul li { width: calc(100%/3 - 4px); display: inline-block; vertical-align: top; padding: 0px 5px; text-align: left; }
  #header .menu > ul > li.menu-product ul li> ul> li { width: 100%; }
  #header .menu > ul > li.menu-product a span.img { width: 30px; margin-right: 10px; display: inline-block; }
  #header .menu > ul > li.menu-product a span.img > img { width: auto; max-width: 100%; display: inline-block }

  /*  #header .hover-menu { display: none !important; } */
  #header .right-box { position: absolute; right: 90px; }
  #header .right-box .btn-search { line-height: 60px; }
  #header .right-box .lang { line-height: 60px; }
  #header .right-box .btn-contact { line-height: 60px; }
}
@media only screen and (max-width:767px) {
  #header .logo { float: left; left: 20px; -webkit-transform: none; -ms-transform: none; transform: none; }
  #header .switch { padding: 14px 17px; }
  #header .switch span { display: none; }
  #header .menu { padding: 70px 30px; }
  #header .menu > ul > li > a { font-size: 1.25rem; }
  #header .menu > ul > li.menu-product ul li { width: calc(100%/2 - 4px); padding: 0 8px; }
  #header .right-box { right: 50px; }
  #header .right-box .btn-search { padding: 0 15px; }
  #header .right-box .lang { padding: 0 20px 0 10px; border-left: 1px solid #fcfdff; }
  #header .right-box .lang img { display: none; }
  #header .right-box .btn-search img,
  #header .right-box .lang img,
  #header .right-box .btn-contact img { width: 20px }
}
@media only screen and (max-width:640px) {
  #header .logo { left: 10px; }
  #header .logo a { width: 180px; }
  #header .menu > ul > li.menu-product ul li { width: 100%; }
}
@media only screen and (max-width:320px) {
  #header .logo a { width: 140px; }
}
@-webkit-keyframes textAni {
  0% { -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); }
  20% { -webkit-transform: scaleY(1.2); -ms-transform: scaleY(1.2); transform: scaleY(1.2); }
  40% { -webkit-transform: scaleY(0.2); -ms-transform: scaleY(0.2); transform: scaleY(0.2); }
  60% { -webkit-transform: scaleY(1.1); -ms-transform: scaleY(1.1); transform: scaleY(1.1); }
  80% { -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); }
  100% { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); }
}
@keyframes textAni {
  0% { -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); }
  20% { -webkit-transform: scaleY(1.2); -ms-transform: scaleY(1.2); transform: scaleY(1.2); }
  40% { -webkit-transform: scaleY(0.2); -ms-transform: scaleY(0.2); transform: scaleY(0.2); }
  60% { -webkit-transform: scaleY(1.1); -ms-transform: scaleY(1.1); transform: scaleY(1.1); }
  80% { -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); }
  100% { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); }
}
@-webkit-keyframes fadeDown {
  0% { opacity: 0; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
  100% { opacity: 1; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
}
@keyframes fadeDown {
  0% { opacity: 0; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
  100% { opacity: 1; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 1; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
  100% { opacity: 0; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
}
@keyframes fadeIn {
  0% { opacity: 1; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
  100% { opacity: 0; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
}

/*=================== Footer ====================*/
#footer { background: rgb(232, 236, 246); background-attachment: fixed; overflow: hidden; padding: 50px 0; font-size: 0; }
#footer .f-logo { width: 21%; position: relative; padding: 40px 50px 40px 0; display: inline-block; }
#footer .f-logo img { max-width: 100%; }
#footer .left-box,
#footer .right-box { display: inline-block; vertical-align: top; border-left: 1px solid #d8d8d8; padding: 0 40px 0 43px; font-size: 1rem; }
#footer .right-box { width: 49%; }
#footer .left-box { width: 30%; }
#footer .left-box .title { clear: both; margin-bottom: 10px; color: #333; }

#footer .left-box .title .icon { width: 25px; text-align: center; display: inline-block; margin-right: 5px }
#footer .right-box ul { width: 100%; font-size: 0; }
#footer .right-box ul> li { display: inline-block; width: 25%; }
#footer .right-box ul> li> a { color: #444; font-size: 1.125rem; line-height: 2rem; }
#footer .right-box .copyright { text-align: left; color: #adadad; padding: 15px 0px; }
#footer .right-box .copyright a { color: #adadad; }
@media only screen and (min-width:992px) {
  #footer .f-menu > li a:hover { color: #eb6100; }
}
@media only screen and (max-width:1500px) {
  #footer .f-logo { width: 18%; padding: 10px; }
  #footer .left-box { width: 32%; padding: 10px; }
  #footer .right-box { width: 49%; padding: 10px; }
}
@media only screen and (max-width:1199px) {
  #footer { padding: 20px 0; }
  #footer .f-logo { width: 30%; padding: 20px 26px 20px 0; }
  #footer .f-logo img { }
  #footer .left-box { width: 70%; padding: 0; border: 0; }
  #footer .left-box .title { margin-bottom: 5px; }
  #footer .right-box { width: 100%; border-top: 1px solid #666; padding: 20px 0 0 0; border-left: 0; margin-top: 10px; }
  #footer .right-box ul> li { width: auto; margin-right: 17px; font-size: 1rem; }
}
@media only screen and (max-width:991px) {
  #footer .f-logo { width: 40%; }
  #footer .left-box { width: 60%; }
}
@media only screen and (max-width:767px) {
  #footer .left-box { padding: 0; border: 0; }
  #footer .left-box .title { font-size: 0.875rem; }
  #footer .right-box { width: 100%; }
  #footer .right-box ul> li { width: calc(100%/4); margin-right: 0; font-size: 1rem; }
}
@media only screen and (max-width:640px) {
  #footer .f-logo { width: 80%; }
  #footer .left-box { width: 100%; }
  #footer .left-box .title { font-size: 0.875rem; margin-bottom: 5px; }
  #footer .right-box { width: 100%; }
  #footer .right-box ul> li { width: calc(100%/3); margin-right: 0; font-size: 1rem; }
  #footer .right-box ul> li> a { font-size: 1rem; }
}

/*=================== Index  ====================*/
#index .banner { position: relative; overflow: hidden; }
#index .banner .bg-img { position: absolute; z-index: -1; right: 0; bottom: 0; width: 64.51%; height: 41.86%; }
#index .banner .bg-img svg { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; }
#index .banner .scroll-down { position: absolute; width: 74px; height: 58px; bottom: 30px; left: 50%; margin-left: -37px; z-index: 5; text-align: center; color: #ffffff; display: block; font-weight: 700; font-size: 0.812rem; line-height: 20px; padding: 10px 5px; background: url('../images/icon_scroll_border.png') center center no-repeat; background-size: 100% auto }
#index .banner .scroll-down:after { content: url('../images/icon_scroll.png'); display: block; position: absolute; top: 120%; left: 50%; margin-left: -15px; opacity: 0; -webkit-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; }
#index .banner .banner-slick .item { position: relative; width: 100%; overflow: hidden; vertical-align: top; }
#index .banner .banner-slick .item a { display: block; }
#index .banner .banner-slick .item img { -webkit-transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition-delay: 2s; -o-transition: -o-transform cubic-bezier(0.7, 0, 0.3, 1) 2s; -webkit-transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 2s; transition: -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 2s; -o-transition: transform cubic-bezier(0.7, 0, 0.3, 1) 2s; transition: transform cubic-bezier(0.7, 0, 0.3, 1) 2s; transition: transform cubic-bezier(0.7, 0, 0.3, 1) 2s, -webkit-transform cubic-bezier(0.7, 0, 0.3, 1) 2s; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
#index .banner .banner-slick .slick-slide .item.in img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
#index .banner .banner-slick .slick-slide .item.in .text { opacity: 1; top: 45%; -webkit-transition: opacity 1s, top 1s; -webkit-transition-delay: 0.5s, 0.5s; -o-transition: opacity 1s 0.5s, top 1s 0.5s; -webkit-transition: opacity 1s 0.5s, top 1s 0.5s; transition: opacity 1s 0.5s, top 1s 0.5s; }
#index .banner .banner-slick .slick-slide .item.out img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
#index .banner .banner-slick .slick-slide .item.out .text { opacity: 0; top: 45%; }
@media only screen and (max-width:1440px) { }
@media only screen and (max-width:1200px) {
  #index .banner .scroll-down { width: 60px; font-weight: normal; }
}
@media only screen and (max-width:991px) {
  #index .banner { margin-top: 60px; }
  #index .banner .scroll-down:after { top: 80% }
  #index .banner .scroll-down { background: transparent; font-size: 0 }
}
@media only screen and (max-width:767px) { }
#index .i-news-wrap { position: relative; padding: 4% 0 0; background: url('../images/i_bg.jpg'); overflow: hidden; z-index: 1 }
#index .i-news-wrap .h2 { z-index: 0 }
#index .i-news-wrap:before { content: ""; display: block; position: absolute; top: 0; left: 50%; border-width: 300px 310px 0px 310px; border-style: solid; border-color: #eaf0f4 transparent transparent transparent; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: -1 }
#index .i-news-wrap:after { content: ""; display: block; position: absolute; bottom: 0; left: 50%; border-width: 0px 310px 300px 310px; border-style: solid; border-color: transparent transparent #eaf0f4 transparent; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: -1 }
#index .i-news-wrap .list { max-width: 1400px; margin: auto; }
#index .i-news-wrap .list .item { float: left; padding: 0px 17px; width: calc(100%/3); }
#index .i-news-wrap .list .item .pic { border-radius: 4px 4px 0 0; overflow: hidden; }
#index .i-news-wrap .list .item .content { border-radius: 0 0 4px 4px; padding: 20px 40px; background: #fff; }
#index .i-news-wrap .list .item .content .h3 { font-size: 1.25rem; line-height: 2rem; color: #222; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: bold; }
#index .i-news-wrap .list .item .content .date { font-size: 1rem; color: #4c88c5; margin: 0 0 10px; background: url('../images/icon_clock.png') left center no-repeat; padding-left: 30px; }
#index .i-news-wrap .list .item .content .text { font-size: 1rem; color: #444444; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
#index .i-news-wrap .i-news-more { display: block; text-align: center; line-height: 134px; width: 187px; height: 94px; background: url('../images/i_btn_more.png'); margin: 50px auto 0; color: #fff; position: relative; }
#index .i-news-wrap .i-news-more:before { content: ''; width: 2px; height: 34px; background: #fFF; position: absolute; top: 0; left: 50%; margin-left: -1px }
#index .i-news-wrap .i-news-more:after { content: ''; width: 12px; height: 12px; border-radius: 12px; border: 2px solid #fff; position: absolute; top: 32px; left: 50%; margin-left: -6px }
.i-news-more:hover { animation: tracking-in-expand 1s ease-in-out infinite }
@media only screen and (max-width:991px) {
  #index .i-news-wrap { padding: 50px 0 0px; }
  #index .i-news-wrap .list .item { padding: 0 10px; top: -50px; }
  #index .i-news-wrap .list .item .content { padding: 10px 20px; }
}
@media only screen and (max-width:640px) {
  #index .i-news-wrap .list .item { width: 100% !important; top: 0 !important; margin-bottom: 10px }
  #index .i-news-wrap .list .item img { width: 100%; }
}
#index .i-about-wrap { position: relative; height: 590px; margin-bottom: 170px; }
#index .i-about-wrap .txt-wrap { position: absolute; width: 50%; top: 0; padding: 10% 0; text-align: center; background: url(../images/i_about_img_2.png) left center no-repeat; right: 0; z-index: 1; background-size: 100% auto; color: #fff; }
#index .i-about-wrap .txt-wrap .h2 { color: #fff; }
#index .i-about-wrap .txt-wrap p { width: 50%; margin: 0 auto 20px; }
#index .i-about-wrap .about-img { position: relative; z-index: 2; }
#index .i-about-wrap .about-img:before { content: ''; position: absolute; left: 50%; top: 300px; width: 390px; height: 379px; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); background: url('../images/i_about_img.png') no-repeat center bottom; }
#index .i-about-wrap .about-img:after { content: ''; position: absolute; left: 50%; top: 50px; width: 328px; height: 271px; background: url('../images/i_about_bubble.png')no-repeat center top; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
@media only screen and (max-width:1680px) {
  #index .i-about-wrap { height: 400px; }
  #index .i-about-wrap .txt-wrap { width: 50%; padding: 6% 0; }
  #index .i-about-wrap .txt-wrap p { width: 70%; }
  #index .i-about-wrap .about-img:before,
  #index .i-about-wrap .about-img:after { left: 30%; background-size: 80% auto; top: 88px; }
  #index .i-about-wrap .about-img:after { top: 0px; }
}
@media only screen and (max-width:1199px) {
  #index .i-about-wrap { height: 300px; }
  #index .i-about-wrap .txt-wrap { width: 70%; padding: 40px 0; }
  #index .i-about-wrap .about-img:before { left: 20%; background-size: 60% auto; top: 00px; }
  #index .i-about-wrap .about-img:after { left: 20%; background-size: 60% auto; }
}
@media only screen and (max-width:767px) {
  #index .i-about-wrap { height: 300px; margin-bottom: 100px }
  #index .i-about-wrap .txt-wrap { width: 100%; padding: 40px 0; background: url(../images/i_about_img_2.png) 0 center  no-repeat; }
  #index .i-about-wrap .txt-wrap p { font-size: 0.9375rem; margin-right: 30px }
  #index .i-about-wrap .about-img:before,
  #index .i-about-wrap .about-img:after { left: 15%; background-size: 50% auto; }
  #index .i-about-wrap .about-img:before { bottom: -80px; }
}
@media only screen and (max-width:640px) {
  #index .i-about-wrap .txt-wrap { background: url(../images/i_about_img_2.png) -150px center no-repeat rgba(1, 1, 1, 0.8); }
  #index .i-about-wrap .txt-wrap p { margin: 0 auto; width: 90%; margin-bottom: 20px; }
  #index .i-about-wrap .about-img:before,
  #index .i-about-wrap .about-img:after { background-size: 30% auto; }
  #index .i-about-wrap .about-img:after { top: 50%; }
}
#index .i-brand-wrap { margin: 10% 0 5%; }
#index .i-brand-wrap .maquee-run { display: block; line-height: 1; position: relative; overflow: hidden; width: 100%; height: 145px; }
#index .i-brand-wrap .maquee-run>li { font-size: 0; }
#index .i-brand-wrap .maquee-run .item { font-size: 1rem; display: inline-block; }
#index .i-brand-wrap .maquee-run .item .pic { text-align: center; padding: 0 5px; }
#index .i-brand-wrap .maquee-run .item .pic img { width: 100%; }
@media only screen and (max-width:991px) {
  #index .i-brand-wrap .maquee-run .pic { padding: 0 5px; }
}

/*=================== Page Set.  ====================*/

/* Breadcrumb */
.g-breadcrumb { display: block; margin: 15px 0; padding: 0; list-style: none; text-align: right; color: #1f1f1f; position: relative; line-height: 1.3; }
.g-breadcrumb li { display: inline-block; padding-left: 20px; position: relative; }
.g-breadcrumb li:first-child { padding-left: 0; }
.g-breadcrumb li a { display: block; color: #222; }
.g-breadcrumb li a img { vertical-align: text-bottom; display: inline-block; margin-right: 10px; }
.g-breadcrumb li a:hover { color: #444; text-decoration: underline; }
.g-breadcrumb li:before { content: ""; display: inline-block; width: 0; height: 16px; position: absolute; -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform: rotate(30deg); border-style: solid; border-color: #4b89c4; border-width: 0 1px 0 0; left: 7px; top: 0; }
.g-breadcrumb li:first-child { padding-left: 0; }
.g-breadcrumb li:first-child:before { display: none; }
.g-breadcrumb li:last-child { color: #000; }
@media (max-width:1199px) {
  .g-breadcrumb { margin: 20px auto 30px auto; }
}
@media (max-width:991px) {
  .g-breadcrumb { padding-left: 5px; }
  .g-breadcrumb:before { width: 20px; height: 20px; }
  .g-breadcrumb li { font-size: 0.875rem; color: #888; padding-left: 18px; }
  .g-breadcrumb li:first-child { padding-left: 0; }
  .g-breadcrumb li:before { left: 5px; }
}
@media (max-width:767px) {
  .g-breadcrumb { margin: 10px auto 20px auto; }
  .g-breadcrumb li { font-size: 0.75rem; }
  .g-breadcrumb li:first-child { padding-left: 0; }
}

/* Page Banner */
.page-ban { position: relative; overflow: hidden; margin-top: 80px; overflow: hidden; }
.page-ban .bg-img { position: absolute; z-index: -1; right: 0; bottom: 0; width: 64.51%; height: 41.86%; }
.page-ban .bg-img svg { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; }
.page-ban .banner-img .inner { position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 17.33%; }
.page-ban .banner-img img { width: 100%; position: absolute; top: -25%; }
.page-ban .banner-img .text { position: absolute; z-index: 2; left: 0%; top: 50%; width: 100%; margin-top: -50px; text-align: center; opacity: 0; color: #fff; font-size: 3.75rem; text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -webkit-transition: opacity 1s, top 0s; -webkit-transition-delay: 0s, 1s; -o-transition: opacity 1s, top 0s 1s; -webkit-transition: opacity 1s, top 0s 1s; transition: opacity 1s, top 0s 1s; line-height: 1.3; font-weight: bold; }
.page-ban .banner-img .text p { margin: 0; text-transform: uppercase; }
.page-ban .banner-img .text .subTi { font-size: 1.875rem; }
.page-ban .banner-img .text.scroll-view { opacity: 1; top: 45%; -webkit-transition: opacity 1s, top 1s; -webkit-transition-delay: 0.5s, 0.5s; -o-transition: opacity 1s 0.5s, top 1s 0.5s; -webkit-transition: opacity 1s 0.5s, top 1s 0.5s; transition: opacity 1s 0.5s, top 1s 0.5s; }
@media only screen and (max-width:1440px) {
  .page-ban { }
}
@media only screen and (max-width:1200px) {
  .page-ban { }
}
@media only screen and (max-width:991px) {
  .page-ban { margin-top: 60px; }
  .page-ban .banner-img { height: 313px; }
  .page-ban .banner-img .inner { padding-bottom: 0%; height: 100%; }
  .page-ban .banner-img img { position: relative; max-width: inherit; width: auto; min-width: 100%; height: 100%; top: 0; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
  .page-ban .banner-img .text { font-size: 2.8125rem; margin-top: -25px; }
  .page-ban .banner-img .text .subTi { font-size: 1.125rem; }
}
@media only screen and (max-width:767px) {
  .page-ban .banner-img { height: 200px; }
  .page-ban .banner-img .text { font-size: 2.1875rem; }
  .page-ban .banner-img .text .subTi { font-size: 1rem; }
}
@media only screen and (max-width:480px) {
  .page-ban .banner-img { height: 180px; }
}

/*pager*/
.p-pager { text-align: center; margin: 80px 0 40px; }
.p-pager a { width: 40px; height: 40px; color: #474747; line-height: 40px; text-align: center; display: inline-block; vertical-align: top; border-radius: 5px; border: 1px solid #ccc; font-size: 1rem; margin: 0 2px; }
.p-pager a.current { background: #999; border-color: #999; color: #fff !important; }
.p-pager a.prev,
.p-pager a.next { position: relative; background: transparent; color: #fff !important; width: auto; border-radius: 5px; border: 0; font-size: 0; padding: 0 15px; }
.p-pager a.prev:before,
.p-pager a.next:before { content: ""; display: block; position: absolute; top: 50%; width: 10px; height: 10px; border-style: solid; transform: rotate(-135deg); border-width: 2px 2px 0 0; left: 0%; border-color: #535353; margin-top: -5px; }
.p-pager a.prev:after,
.p-pager a.next:after { font-weight: 700; }
.p-pager a.prev { }
.p-pager a.prev:before { border-width: 2px 2px 0 0; margin-left: 10px; left: 0%; border-color: #535353; border-style: solid; width: 10px; height: 10px; }
.p-pager a.prev:after { content: "PREV"; }
.p-pager a.next { }
.p-pager a.next:before { transform: rotate(45deg); margin-left: 7px; }
.p-pager a.next:after { content: "NEXT"; }
@media only screen and (min-width:992px) {
  .p-pager a:hover { color: #fff; background: #20346e; }
  .p-pager a.prev:hover:before,
  .p-pager a.next:hover:before { border-color: #fff; }
}
@media only screen and (max-width:991px) { }

/*無限載入 loading*/
.page-load-status { display: none; position: relative; z-index: 100; padding-top: 20px; text-align: center; color: #777; }
.page-load-status .infinite-scroll-last,
.page-load-status .infinite-scroll-error { text-align: center; border-radius: 5px; color: #000; font-size: 0.95rem; opacity: 0.5; }
.loader-ellips { font-size: 20px; position: relative; width: 80px; height: 1em; margin: 5em auto; }
.loader-ellips .loader-ellips__dot { display: block; width: 15px; height: 15px; border-radius: 0.5em; background: #eb6100; position: absolute; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.loader-ellips .loader-ellips__dot:nth-child(1),
.loader-ellips .loader-ellips__dot:nth-child(2) { left: 0; }
.loader-ellips .loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips .loader-ellips__dot:nth-child(4) { left: 3em; }
.loader-ellips .loader-ellips__dot:nth-child(1) { -webkit-animation-name: reveal; animation-name: reveal; }
.loader-ellips .loader-ellips__dot:nth-child(2),
.loader-ellips .loader-ellips__dot:nth-child(3) { -webkit-animation-name: slide; animation-name: slide; }
.loader-ellips .loader-ellips__dot:nth-child(4) { -webkit-animation-name: reveal; animation-name: reveal; animation-direction: reverse; }
@-webkit-keyframes reveal {
  from { -webkit-transform: scale(0.001); -ms-transform: scale(0.001); transform: scale(0.001); }
  to { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@keyframes reveal {
  from { -webkit-transform: scale(0.001); -ms-transform: scale(0.001); transform: scale(0.001); }
  to { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes slide {
  to { -webkit-transform: translateX(1.5em); -ms-transform: translateX(1.5em); transform: translateX(1.5em); }
}
@keyframes slide {
  to { -webkit-transform: translateX(1.5em); -ms-transform: translateX(1.5em); transform: translateX(1.5em); }
}

/*================== 最新消息 ==============================*/
#news { background: #eeeeee; }
#news .list { font-size: 0; }
#news .list { max-width: 1400px; margin: auto; background: #fff; padding: 3% 4%; }
#news .list .item { padding: 0px 17px; margin-bottom: 15px; width: 100%; border-bottom: 1px solid #ddd; padding-bottom: 15px; }
#news .list .item .pic { border-radius: 4px 4px 0 0; overflow: hidden; }
#news .list .item .pic img { width: 100% }
#news .list .item .content { border-radius: 0 0 4px 4px; font-size: 0; }
#news .list .item .content .h3 { display: inline-block; font-size: 1.25rem; color: #222; margin: 0; line-height: 1.5; }
#news .list .item .content .date { font-size: 1rem; color: #4c88c5; background: url('../images/icon_clock.png') left center no-repeat; padding-left: 30px; display: inline-block; width: 180px; }
#news .list .item .content .text { font-size: 1rem; color: #444444; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* #index .i-news-wrap .i-news-more { display: block; text-align: center; line-height: 134px; width: 187px; height: 94px; background: url('../images/i_btn_more.png'); margin: 50px auto 0; color: #fff; position: relative; }
#index .i-news-wrap .i-news-more:before { content: ''; width: 2px; height: 34px; background: #fFF; position: absolute; top: 0; left: 50%; margin-left: -1px }
#index .i-news-wrap .i-news-more:after { content: ''; width: 12px; height: 12px; border-radius: 12px; border: 2px solid #fff; position: absolute; top: 32px; left: 50%; margin-left: -6px }
.i-news-more:hover { animation: tracking-in-expand 1s ease-in-out infinite } */
@media only screen and (min-width:992px) {
  #news .list .item:hover { background: #f6f6f6; }
}
@media only screen and (max-width:1200px) {
  #news .list .item { padding: 0 15px; margin-bottom: 25px; }
  #news .list .item .content { padding: 10px 20px; }
}
@media only screen and (max-width:991px) {
  #news .list .item .content .date,
  #news .list .item .content .h3 { display: block; width: 100% }
}
@media only screen and (max-width:767px) {
  #news .list { margin: 0 -10px; }
  #news .list .item { padding: 0 10px; }
  #news .list .item .content { padding: 10px 20px; }
}
@media only screen and (max-width:480px) {
  #news .list .item { width: 100%; }
}
#news-view { background: #eeeeee; }
#news-view .page-main { width: 1360px; background: #fff; padding: 40px 90px; margin: 30px auto 60px; }
#news-view .page-main .top-box { border-bottom: 1px solid #ddd; margin-bottom: 30px; padding-bottom: 40px; }
#news-view .page-main .top-box .ti { font-size: 2.5rem; line-height: 1.5; width: 65%; color: #000; margin: 0 auto; text-align: center; }
#news-view .page-main .top-box .date { font-size: 1rem; width: 150px; display: inline-block; text-align: left; color: #4c88c5; margin: 0 0 10px; background: url('../images/icon_clock.png') left center no-repeat; padding-left: 30px; float: left; }
#news-view .page-main .top-box .share { text-align: right; position: relative; display: inline-block; float: right; }
#news-view .page-main .top-box .share a { display: inline-block; vertical-align: middle; width: 30px; height: 30px; border-radius: 5px; position: relative; color: #fff; margin: 0 0 0 8px; }
#news-view .page-main .top-box .share a.fb { background: #365495; }
#news-view .page-main .top-box .share a.line { background: #22ac38; }
#news-view .page-main .top-box .share a i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#news-view .page-main .detail .btn-back { border-radius: 6px; padding: 12px; width: 230px; margin-top: 30px; }
@media only screen and (max-width:1480px) {
  #news-view .page-main { width: calc(100% - 40px); }
}
@media only screen and (min-width:992px) {
  #news-view .page-main .share a { -webkit-transition: background 0.25s; -o-transition: background 0.25s; transition: background 0.25s; }
  #news-view .page-main .share a:hover { background: #eb6100; }
}
@media only screen and (max-width:1200px) {
  #news-view .page-main { padding: 30px; }
  #news-view .page-main .top-box { text-align: center; margin: 0 0 25px 0; }
  #news-view .page-main .top-box .ti { width: 100%; font-size: 2.125em; margin-bottom: 20px; text-align: left; }
}
@media only screen and (max-width:991px) {
  #news-view .page-main { padding-bottom: 30px; }
  #news-view .page-main .top-box .ti { font-size: 2rem; }
}
@media only screen and (max-width:767px) {
  #news-view .page-main { padding: 30px; overflow: hidden; }
  #news-view .page-main .top-box .ti { font-size: 1.625rem; }
}
#supplier { }
#supplier .list { font-size: 0; }
#supplier .list .box { display: inline-block; width: 20%; }
#supplier .list .box .pic { -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); }
#supplier .list .box .pic img { width: 100%; }
@media only screen and (min-width:768px) {
  #supplier .list .box .pic:hover { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: gray; filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) }
  #supplier .list .box.hover-box .pic:after { content: '前往網站 '; font-family: 'Font Awesome 5 Free', '微軟正黑體'; font-size: 1rem; font-weight: 900; border-radius: 0; color: #fff; background: transparent; width: 120px; left: 0; top: 50%; margin-left: -60px; left: 50%; opacity: 1; z-index: 5; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
  #supplier .list .box.hover-box:hover .pic:before { opacity: 0.9 }
  #supplier .list .box.hover-box:hover .pic:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@media only screen and (max-width:991px) {
  #supplier .list .box { display: inline-block; width: 25%; }
}
@media only screen and (max-width:767px) {
  #supplier .list .box { display: inline-block; width: calc(100%/3); }
  #supplier .list .box .pic { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: gray; filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0) }
}
@media only screen and (max-width:565px) {
  #supplier .list .box { display: inline-block; width: 50%; }
}

/* -----------------  Product & Service Set. ------------------*/
#product { background: #eeeeee; }
.aside-nav { width: 220px; float: left; background: #fff; border-radius: 8px; margin-bottom: 50px; }
.aside-nav .page-title { padding: 16px 18px; font-size: 1.25em; color: #fff; background-position: right center; background-repeat: no-repeat; background-color: #5b7bd6; background: -webkit-linear-gradient(to right, #5b7bd6, #16b888); background: linear-gradient(to right, #5b7bd6, #16b888); overflow: hidden; border-radius: 8px 8px 0 0; position: relative; }
.aside-nav .page-title:before { content: url('../images/nav_ti_bg.png'); position: absolute; right: -50px; top: -35px; }
.aside-nav .page-title p { margin: 0; line-height: 1.3; }
.aside-nav .page-title .zh { font-weight: bold; }
.aside-nav .toggle { font-size: 1rem; width: 100%; height: 45px; line-height: 45px; padding: 0 45px 0 15px; margin: 0; cursor: pointer; border: 1px solid #e5e5e5; position: relative; }
.aside-nav .toggle:after { content: ""; text-align: center; width: 40px; line-height: 45px; position: absolute; right: 0; top: 0; bottom: 0; font-family: "Glyphicons Halflings"; border-left: 1px solid #e5e5e5; pointer-events: none; color: #17b889; }
.aside-nav ul.ul-list li { }
.aside-nav ul.ul-list li a { font-size: 1.125rem; padding: 9px 10px; color: #222; display: block; position: relative; background: #fff; border-bottom: 1px solid #eee; margin: 0 10px; }
.aside-nav ul.ul-list li:last-child> a { border-bottom: 0 }
.aside-nav ul.ul-list li a:before { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.aside-nav ul.ul-list li.current> a { color: #4c88c5; font-weight: bold; }
.aside-nav ul.ul-list li.current> a:before { border-color: #00b0b7; }
.aside-nav ul.ul-list li .ul-list-second li> a { position: relative; font-size: 0.975rem; padding: 5px 5px 5px 30px; color: #000; }
.aside-nav ul.ul-list li .ul-list-second li> a:before { content: ""; position: absolute; left: 10px; top: 50%; margin-top: -2px; width: 6px; height: 6px; border-width: 1px 1px 0 0; border-color: #ccc #ccc transparent transparent; border-style: solid; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.aside-nav ul.ul-list li .ul-list-second li.current> a:before { border-color: #4c88c5 #4c88c5 transparent transparent; }
.main-content { width: calc(100% - 260px); float: right; }
.main-content .sec { margin-bottom: 30px; }
.main-content .sec-title { position: relative; padding-left: 35px; margin-bottom: 15px; }
.main-content .sec-title .tit-icon { position: absolute; left: 0; top: 0; bottom: 0; width: 60px; }
.main-content .sec-title .ti { text-transform: uppercase; font-size: 1.875rem; margin: 0; display: block; padding: 5px 10px; color: #304686; font-weight: bold; }
.main-content .product-list { font-size: 0; margin-bottom: 50px; }
.main-content .product-list .txt-top{ padding: 5%; font-size: 1.125rem; background: rgba(255, 255, 255, 0.3); margin-bottom: 5%}
.main-content .product-list .item { position: relative; display: inline-block; font-size: 1rem; min-height: 82px; width: calc(100%/3); vertical-align: middle; margin-left: -1px; margin-top: -1px; padding: 16px 39px; -moz-transition: background 0.5s cubic-bezier(0.7, 0, 0.3, 1); -o-transition: background 0.5s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition: background 0.5s cubic-bezier(0.7, 0, 0.3, 1); transition: background 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.main-content .product-list .item .txt { position: relative; color: #1f1f1f; line-height: 1.5; display: inline-block; }
.main-content .product-list .item .txt:before { content: ""; position: absolute; left: -12px; top: 50%; margin-top: -2px; width: 6px; height: 6px; border-width: 1px 1px 0 0; border-color: #4c88c5 #4c88c5 transparent transparent; border-style: solid; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.main-content .product-list .item .txt:after { content: ""; position: absolute; left: -18px; top: 50%; margin-top: -2px; width: 6px; height: 6px; border-width: 1px 1px 0 0; border-color: #304686 #304686 transparent transparent; border-style: solid; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media only screen and (min-width:991px) {
  .aside-nav .toggle:hover:after { background: #00b0b7; color: #fff; }
  .aside-nav ul.ul-list li:hover a { color: #00b0b7; background: #f9f9f9; }
  .aside-nav ul.ul-list li:hover a:before { border-color: #00b0b7; }
  .aside-nav ul.ul-list li .ul-list-second{ display: none!important; }
  .aside-nav ul.ul-list li.current .ul-list-second{ display: block!important; }

  .aside-nav ul.ul-list li .ul-list-second li> a:hover{color: #00b0b7;}
  .aside-nav ul.ul-list li .ul-list-third li> a{ background: #efefef; color: #222; border-bottom: 1px solid #fff; padding-left: 50px}
  .aside-nav ul.ul-list li .ul-list-third li> a:before{ display: none; }
  .aside-nav ul.ul-list li .ul-list-third li> a:hover{color: #00b0b7;}
  .aside-nav .cate-wrap .toggle { display: none; }
  .aside-nav .cate-wrap ul { display: block !important; position: relative;}
  .main-content .product-list .item:hover { background: #304686; }
  .main-content .product-list .item:hover .txt { color: #fff }
  .main-content .product-list .item:hover:before,
  .main-content .product-list .item:hover:after { content: ''; position: absolute; top: 50%; }
  .main-content .product-list .item:hover:before { width: 20px; height: 20px; border-radius: 20px; border: 1px solid #fff; margin-top: -10px; right: 15px; }
  .main-content .product-list .item:hover:after { width: 6px; height: 6px; border-width: 1px 1px 0 0; border-color: #fff #fff transparent transparent; border-style: solid; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 23px; margin-top: -3px; }
  .main-content .product-list .item:hover .txt:before,
  .main-content .product-list .item:hover .txt:after { border-color: #fff; }
}
@media only screen and (max-width:1199px) {
  .main-content .product-list .item { width: 50% }
}
@media only screen and (max-width:991px) {
  .aside-nav,
  .main-content { width: 100%; float: none; margin-bottom: 50px; }
  .aside-nav .page-title { padding: 11px 17px; }
  .aside-nav ul.ul-list li a { padding: 5px 15px; margin: 0 auto; }
  .aside-nav .cate-wrap { width: 100%; position: relative; z-index: 2; }
  .aside-nav .cate-wrap.single { width: 100%; max-width: 350px; margin: 15px auto; float: none; }
  .aside-nav .cate-wrap ul { display: none; top: 100%; left: 0; width: 100%; }
    .aside-nav .cate-wrap ul li.current .ul-list-second{ display: block; }
  .main-content .product-list .item { width: calc(100%/2) }
}
@media only screen and (max-width:640px) {
  .aside-nav { margin-bottom: 20px; }
  .aside-nav .cate-wrap { width: 100%; }
  .main-content .sec-title { margin-bottom: 30px; padding-left: 35px; }
  .main-content .sec-title .tit-icon { width: 30px; }
  .main-content .sec-title .ti { line-height: 1.5; font-size: 1.125rem; }
  .main-content .product-list .item { width: 100% }
}
#product-view { background: url('../images/view_bg.png') no-repeat right 160% #eee; }
#product-view { }
#product-view .product-list { padding: 40px; margin-bottom: 0; font-size: 1rem; }
#product-view .main-content { background: #fff; margin-bottom: 50px; padding-bottom: 50px; font-size: 1rem; }
#product-view .main-content .product-list .h3 { position: relative; color: #666; line-height: 1.5; display: inline-block; padding-left: 28px; margin: 0 0 15px 0; }
#product-view .main-content .product-list .h3:before { content: ""; position: absolute; left: 7px; top: 50%; margin-top: -6px; width: 10px; height: 10px; border-width: 2px 2px 0 0; border-color: #4c88c5 #4c88c5 transparent transparent; border-style: solid; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#product-view .main-content .product-list .h3:after { content: ""; position: absolute; left: 0; top: 50%; margin-top: -6px; width: 10px; height: 10px; border-width: 2px 2px 0 0; border-color: #304686 #304686 transparent transparent; border-style: solid; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#product-view table { width: 100%; color: #666; font-size: 1rem; margin-bottom: 50px }
#product-view table th,
#product-view table td { border: 1px solid #ddd; padding: 10px 20px; }
#product-view table th { width: 15%; background: url('../images/th_bg.png'); color: #fff; text-align: center; font-weight: normal; }
#product-view table td { width: 35% }
#product-view .main-content .sec-title .tit-icon { position: absolute; left: 0; top: 0; bottom: 0; width: 27px; }
#product-view .main-content .sec-title .ti { text-transform: uppercase; font-size: 1.25rem; margin: 0; display: block; padding: 5px 0; color: #304686; font-weight: bold; }
#product-view .relate-box {
  font-size: 0; text-align: right;
  padding-top: 10px;
  border-top: 1px #ddd solid;
}
#product-view .relate-box .relate-ti { font-size: 2rem; font-weight: bold; text-transform: uppercase; text-align: left; }
#product-view .relate-box .relate-ti span { font-size: 1.125rem; font-weight: normal; }
#product-view .relate-box .pre-box,
#product-view .relate-box .next-box { display: inline-block; width: 50%; font-size: 1rem; }
#product-view .main-content .product-list .item { width: calc(100% - 113px); margin-left: 20px; text-align: left; }

@media only screen and (max-width:767px) {
  #product-view .cartList,
  #product-view .cartList thead,
  #product-view .cartList tbody,
  #product-view .cartList th,
  #product-view .cartList td,
  #product-view .cartList tr { display: block; text-align: left; }
  #product-view .cartList { margin-bottom: 20px }
  #product-view .cartList thead tr { position: absolute; top: -9999px; left: -9999px; }
  #product-view .cartList tr { }
  #product-view .cartList th { display: none; }
  #product-view .cartList td { position: relative; padding-left: 100px; text-align: left; width: 100%; border-top: none; }
  #product-view .cartList tr:first-child td:nth-of-type(1) { border-top: 1px solid #ddd }
  #product-view .cartList td:before { position: absolute; top: 0; left: 0; width: 80px; white-space: nowrap; background: url('../images/th_bg.png'); color: #fff; padding: 10px 20px; height: 100%; }
  #product-view .cartList td:nth-of-type(1):before { content: "品 名"; }
  #product-view .cartList td:nth-of-type(2):before { content: "廠 牌"; }
  #product-view .cartList td:nth-of-type(3):before { content: "包 裝"; }
  #product-view .cartList td:nth-of-type(4):before { content: "CAS NO."; }
  #product-view .cartList td:nth-of-type(5):before { content: "規 格"; }
  #product-view .main-content .sec-title { margin-bottom: 10px }
  #product-view .relate-box .relate-ti { font-size: 1.625rem }
  #product-view .relate-box .pre-box,
  #product-view .relate-box .next-box { width: 100%; margin-bottom: 10px; }
  #product-view .main-content .product-list .item { width: calc(100% - 80px); }
}

/* -----------------  About  Set. ------------------*/
#about .about-wrap { margin: 50px 0 100px; }
#about .about-wrap .left-box,
#about .about-wrap .right-box { font-size: 1rem; display: inline-block; width: calc(50% - 60px); vertical-align: middle; margin: 0 30px; }
#about .about-wrap .left-box { line-height: 2.5rem }
#about .about-wrap .h2 { color: #4c88c5; font-size: 1.875rem; margin-bottom: 20px; font-weight: bold }
#about .about-wrap .h2.left;
{ text-align: left }
#about .about-wrap p.txt { margin-bottom: 20px; font-size: 1.125rem; }
#about .about-wrap .right-box { padding-top: 100px; }
#about .about-wrap .right-box .img-box { position: relative }
#about .about-wrap .right-box .img-box img { width: 100%; }
#about .about-wrap .right-box .img-box:before { content: ''; background: url('../images/logo.png') no-repeat center center; display: block; width: 260px; height: 49px; position: absolute; top: -80px; left: 0; }
#about .about-wrap .right-box .img-box:after { content: url('../images/about_people.png'); position: absolute; right: 37px; bottom: -11px; }
#about .about-wrap .center-box { text-align: center }
@media only screen and (min-width:992px) {
  #about .aside-nav { width: 100%; float: none; text-align: center; background: transparent; }
  #about .aside-nav ul.ul-list { text-align: center; display: inline-block !important; background: #f6f6f6; border-radius: 50px; }
  #about .aside-nav ul.ul-list li { display: inline-block }
  #about .aside-nav ul.ul-list li a { border-bottom: 0; font-size: 1rem; padding: 9px 25px; border-radius: 50px; margin: 0; background: transparent; }
  #about .aside-nav ul.ul-list li.now a { color: #fff; font-weight: bold; background-color: #5b7bd6; background: -webkit-linear-gradient(to right, #5b7bd6, #16b888); background: linear-gradient(to right, #5b7bd6, #16b888); }
  #about .aside-nav ul.ul-list li.now a:before { border-color: #00b0b7; }
  #about .about-wrap { font-size: 0 }
}
@media only screen and (max-width:991px) {
  #about .aside-nav ul.ul-list li { display: block; width: 100%; }
  #about .aside-nav .cate-wrap ul { border: 1px solid #ddd; border-top: 0; }
  #about .aside-nav .page-title span { font-size: 0.9375rem; }
  #about .about-wrap .left-box,
  #about .about-wrap .right-box { width: 100%; margin: 0 auto; }
  #about .about-wrap .right-box { padding-top: 65px; }
}
@media only screen and (max-width:767px) {
  #about .about-wrap { margin: 20px auto }
  #about .about-wrap .left-box { padding-top: 30px; }
  #about .about-wrap .right-box .img-box:before { width: 180px; height: 50px; background-size: contain; top: -60px; }
  #about .about-wrap .right-box .img-box:after { content: ''; height: 242px; background: url('../images/about_people.png') center bottom no-repeat; background-size: contain; display: block; position: absolute; right: 0px; bottom: 0; width: 171px; }
}
@media only screen and (max-width:640px) {
  #about .about-wrap .h2 { font-size: 1.625rem }
  #about .about-wrap .left-box { padding-top: 0 }
  #about .about-wrap .right-box .img-box:after { height: 200px; width: 143px; }
}

/* Vision */
#about #vision .about-wrap { margin-bottom: 0 }
#about #vision p.txt { width: 50%; margin: 50px auto }
#about #vision .vision-img-box { position: relative; margin-top: 100px; height: 455px; background: url('../images/vision_bg_1.png') center center; background-attachment: fixed; background-size: cover; }
#about #vision .vision-img-box .tree { position: absolute; right: 0; width: 50%; height: 490px; top: -35px; right: 0; background: url('../images/vision_bg_2.png') left center; background-size: cover; }
#about #vision .vision-img-box .hand { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
@media only screen and (max-width:1199px) {
  #about #vision .vision-img-box { height: 300px; }
  #about #vision .vision-img-box .tree { height: 335px; }
  #about #vision .vision-img-box .hand { width: 30%; }
}
@media only screen and (max-width:1199px) {
  #about #vision .vision-img-box { height: 300px; }
  #about #vision .vision-img-box .tree { height: 335px; }
  #about #vision .vision-img-box .hand { width: 30%; }
}
@media only screen and (max-width:991px) {
  #about #vision p.txt { width: 100% }
  #about #vision .vision-img-box { height: 200px; }
  #about #vision .vision-img-box .tree { height: 220px; top: -20px; }
  #about #vision .vision-img-box .hand { width: 30%; }
}
@media only screen and (max-width:640px) {
  #about #vision { margin: 0 auto; }
  #about #vision p.txt { width: 100%; margin: 30px 0; }
  #about #vision .vision-img-box { height: 150px; margin-top: 45px; }
  #about #vision .vision-img-box .tree { height: 180px; }
  #about #vision .vision-img-box .hand { width: 40%; }
}

/* Policy */
#about #policy { background: url('../images/policy_bg.png') center bottom no-repeat; background-size: 100% auto; padding-bottom: 100px; }
#about #policy .about-wrap { font-size: 0; margin-bottom: 0; }
#about #policy img { width: 100%; opacity: 0.3 }
#about #policy .h3 { font-weight: bold; font-size: 1.875rem; margin-top: 0 }
#about #policy .left-img,
#about #policy .right-img,
#about #policy .top-img,
#about #policy .top-img .box,
#about #policy .bot-img { display: inline-block; vertical-align: top; margin: 0 1%; position: relative; background: #4c88c5; overflow: hidden }
#about #policy .left-img { width: calc(32% - 2%) }
#about #policy .right-img { width: calc(68% - 2%); background: transparent }
#about #policy .top-img { width: calc(100% - 2%); margin-bottom: 3%; background: transparent }
#about #policy .top-img .box { width: calc(50% - 2%); margin: 0; }
#about #policy .top-img .box:first-child { margin-right: 4%; }
#about #policy .bot-img { width: calc(100% - 2%) }
#about #policy .txt-wrap { position: absolute; height: 100%; padding: 50px 50px 50px 40px; left: 0; top: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0); color: #fff; font-size: 1.125rem; line-height: 2.5 }
@media only screen and (min-width:992px) {
  #about #policy .txt-wrap:hover { background: rgba(0, 0, 0, 0.3); }
}
@media only screen and (max-width:1366px) {
  #about #policy .txt-wrap { padding: 30px 30px 30px 30px; font-size: 1rem; line-height: 1.8 }
}
@media only screen and (max-width:1199px) {
  #about #policy .txt-wrap { padding: 30px 20px 30px 15px; line-height: 1.6 }
}
@media only screen and (max-width:991px) {
  #about #policy .txt-wrap { line-height: 2 }
  #about #policy .left-img { width: calc(100% - 4%); margin: 0 2%; margin-bottom: 3% }
  #about #policy .right-img { width: calc(100% - 2%); margin-bottom: 4% }
  #about #policy .left-img { max-height: 300px; }
}
@media only screen and (max-width:767px) {
  #about #policy .top-img .box { width: 100%; max-height: 300px; margin: 0 0 3% 0; }
  #about #policy .top-img .box:first-child { margin-right: 0 }
  #about #policy .bot-img img { height: 100%; width: auto; }
}
#store .map { position: relative; font-size: 1rem; text-align: center; background: url('../images/map_bg.png') center center no-repeat #eee }
#store .h3 { color: #4c88c5; font-size: 1.25rem; margin: 50px 0 30px; }
#store .h3 span { display: inline-block; margin-left: 10px; }
#store .map-box { position: relative; width: 630px; height: 490px; margin: 30px auto; background: url('../images/map.png') center center no-repeat; }
#store .map .middle-tab li { position: absolute; text-transform: uppercase;/* border-image: -webkit-linear-gradient(left, #5b7bd6 , #16b888) 10 1; border-image: -moz-linear-gradient(left, #5b7bd6, #16b888) 10 1; border-image: linear-gradient(left, #5b7bd6 , #16b888) 10 1; */ }
#store .map .middle-tab li a { display: inline-block; font-size: 1rem; padding: 0 35px; height: 35px; line-height: 35px; border-style: solid; border-width: 1px; background-color: #fff; border-color: #16b888; border-image: linear-gradient(left, #5b7bd6, #16b888) 10 1; border-radius: 35px; -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
#store .map .middle-tab li.tw { right: 5%; top: 52%; }
#store .map .middle-tab li.tw:before { content: url('../images/line_tw.png'); position: absolute; left: -54px; top: 0; }
#store .map .middle-tab li.cn { right: 39%; top: 35% }
#store .map .middle-tab li.cn:before { content: url('../images/line_ch.png'); position: absolute; left: 50px; top: 34px; }
#store .map .middle-tab li.vie { right: 47%; top: 50%; }
#store .map .middle-tab li.vie:before { content: url('../images/line_vie.png'); position: absolute; left: 50px; top: 26px; }
#store .map .middle-tab li:hover a { background: -webkit-linear-gradient(left, #5b7bd6, #16b888); background: -moz-linear-gradient(left, #5b7bd6, #16b888); background: :linear-gradient(left, #5b7bd6, #16b888); color: #fff; border: 1px solid #fff; }
#store .map .middle-tab li:after { content: ""; text-align: center; line-height: 35px; position: absolute; right: 0; top: 0; font-family: "Glyphicons Halflings"; color: #ffffff; width: 35px; font-size: 0.8375rem; }
#store .area-box { font-size: 0; border: 1px solid #ddd; padding: 20px 20px 20px 40px; margin-bottom: 30px }
#store .area-box .info-box { display: inline-block; vertical-align: middle; width: 70%; font-size: 1rem; line-height: 3 }
#store .area-box .info-box .h4 { color: #4c88c5; font-size: 1.25rem; font-weight: bold }
#store .area-box .info-box .title { }
#store .area-box .info-box .title .icon { display: inline-block; vertical-align: middle; width: 25px; text-align: center; }
#store .area-box .info-box .title .ti { display: inline-block; vertical-align: middle; width: 70px; text-align: right; }
#store .area-box .map-iframe { display: inline-block; vertical-align: middle; width: 30%; height: 240px; }
#store .area-box .map-iframe iframe { width: 100%; height: 100%; display: block; border: 0; }
@media only screen and (max-width:767px) {
  #store .map-box { width: 100%; height: 300px; margin: 0px auto; background-size: contain }
  #store .map .middle-tab { position: absolute; bottom: 0; text-align: center; font-size: 0; width: 90%; left: 5%; }
  #store .map .middle-tab li.tw,
  #store .map .middle-tab li.cn,
  #store .map .middle-tab li.vie { display: inline-block; position: relative; width: calc(100%/3); right: auto; top: auto; bottom: 0; margin-left: -1px }
  #store .map .middle-tab li:before,
  #store .map .middle-tab li:after { display: none; }
  #store .map .middle-tab li a { width: 100%; height: 40px; line-height: 40px; border-radius: 5px 5px 0 0; padding: 0; }
}
@media only screen and (max-width:640px) {
  #store .area-box { padding: 20px; }
  #store .area-box .info-box { width: 100%; display: block; margin-bottom: 20px; line-height: 2 }
  #store .area-box .info-box .title .icon { margin-right: 10px; }
  #store .area-box .info-box .title .ti { display: none; width: calc(100% - 50px); text-align: left; }
  #store .area-box .map-iframe { width: 100%; height: 150px; display: block; }
}
#contact { background: #eee; }
#contact .top-bg { background-size: cover; background: url('../images/contact_bg.png') center top no-repeat }
#contact .contact-form { padding: 40px 70px; margin-bottom: 50px; background: #fff; }
#contact .contact-form .msg-welcome { margin: 10px auto; }
#contact .contact-form .msg-welcome span { display: block; text-align: center; width: 65%; margin: 0 auto; }
#contact .contact-form .star { font-size: 1rem; line-height: 1; color: #304686; display: inline-block; top: 15px; left: 0px; font-weight: 400; font-style: normal; margin: 0; margin-right: 5px; }
#contact .contact-form .form-box { display: block; position: relative; margin: 0 auto; padding: 10px 0 10px 120px; }
#contact .contact-form .form-box.form-half { display: inline-block; vertical-align: top; width: calc(50% - 2px); }
#contact .contact-form .form-box.form-half.odd { margin-right: 50px; }
#contact .contact-form .form-box.form-half.even { margin-right: 0; }
#contact .contact-form .label-style { font-size: 1rem; color: #222; padding: 0 10px 0 10px; display: block; line-height: 45px; width: 120px; position: absolute; left: 0; top: 8px; text-align: right; font-weight: bold; }
#contact .contact-form .input-style { color: #666; background: transparent; height: 40px; padding: 0 10px; width: 100%; display: block; outline: none; border: 1px solid #ddd; }
#contact .contact-form .input-style:focus { border: 1px solid #5b7bd6; }
#contact .contact-form .textarea-style { color: #666; background: transparent; height: 100px; padding: 10px; width: 100%; display: block; outline: none; border: 1px solid #ddd; }
#contact .contact-form .textarea-style:focus { border: 1px solid #5b7bd6; }
#contact .contact-form .select-style { color: #666; border-radius: 0; padding: 0 50px 0 10px; display: block; width: 100%; height: 44px; outline: none; border: 1px solid #ddd; }
#contact .contact-form .select-style::-ms-expand { display: none; }
#contact .contact-form .select-style:focus { border: 1px solid #5b7bd6; }
#contact .contact-form .form-box.code { max-width: calc(50%); width: 100%; display: inline-block; vertical-align: middle; padding-right: 125px; }
#contact .contact-form .codeimg { width: 125px; position: absolute; bottom: 10px; right: 0; }
#contact .contact-form .form-bottom { position: relative; }
#contact .contact-form .form-bottom .reset { background: #666 }
#contact .bot-bg { background: #fff; padding: 70px 0; }
#contact .map-box { position: relative; overflow: hidden; }
#contact .map-box .map { height: 470px; }
#contact .map-box .map iframe { width: 100%; height: 100%; display: block; border: 0; }
#contact .info-box { position: absolute; right: 0; top: 0; width: 45%; font-size: 1rem; line-height: 3; background: url('../images/map_txt_bg.png') right center no-repeat; background-size: cover; color: #c1c8db; padding: 6% 6% 6% 8%; }
#contact .info-box .logo { width: 233px; height: 42px; margin-bottom: 20px; }
#contact .info-box .logo img { width: 100% }
#contact .info-box .title { }
#contact .info-box .title .icon { display: inline-block; vertical-align: middle; width: 25px; text-align: center; }
#contact .info-box .title .ti { display: inline-block; vertical-align: middle; width: 70px; text-align: right; }
#contact .info-box .btn-map { height: 35px; line-height: 35px; padding: 0; margin-top: 20px; }
#contact .finish-msg { padding: 50px 0; display: block; text-align: center; }
#contact .finish-msg .fc-ti { font-size: 2rem; line-height: 1; font-weight: bold; margin: 0 auto 15px auto; }
#contact .finish-msg .fc-text { font-size: 1.125rem; margin: 0 auto 15px auto; }
@media (max-width:1199px) {
  #contact .map-box .map { height: 365px; }
  #contact .info-box { padding: 30px 20px 30px 50px; width: 50%; }
}
@media (max-width:991px) {
  #contact .contact-form { padding: 30px 60px 30px 30px; }
  #contact .contact-form .msg-welcome { margin: 10px auto; }
  #contact .contact-form .msg-welcome span { display: inline; }
  #contact .contact-form .form-bottom { padding-right: 0; padding-bottom: 20px; text-align: center }
  #contact .contact-form .form-bottom .g-btn { margin-top: 30px }
  #contact .contact-form .form-box.form-half { width: 100%; display: block; }
  #contact .contact-form .form-box.form-half.odd { margin-right: 0; }
  #contact .contact-form .form-box.form-half.even { margin-right: 0; }
  #contact .contact-form .form-box.code { max-width: none; }
  #contact .contact-form .btn-send { position: relative; top: auto; right: auto; display: block; margin: 20px auto; }
  #contact .info-box { position: relative; padding: 30px 20px; background-size: 120%; width: 100%; }
  #contact .info-box .title { display: inline-block; vertical-align: top; width: calc(50% - 4px); }
}
@media (max-width:767px) {
  #contact .contact-form { padding: 20px; }
  #contact .contact-form .form-box.code { max-width: none; width: 100%; }
  #contact .map-box .map { height: 250px; }
  #contact .info-box .title { width: 100% }
}
@media (max-width:499px) {
  #contact .contact-form .form-box { padding-top: 5px; padding-bottom: 5px; padding-left: 0; }
  #contact .contact-form .form-box.form-sex .sex-group { top: auto; bottom: 5px; }
  #contact .contact-form .codeimg { top: auto; bottom: 5px; }
  #contact .contact-form .label-style { position: relative; top: auto; left: auto; width: auto; font-size: 0.9375rem; }
  #contact .contact-form .radio-style { margin: 0 5px; }
}

/*=====================  Sitemap ==========================*/
#sitemap { background: #fff; }
#sitemap .list { font-size: 0; margin: 29px 0 50px; background: #fff; padding: 50px 40px; }
#sitemap .item { font-size: 1rem; display: inline-block; margin: 20px 0 40px; vertical-align: top; width: 100%; }
#sitemap .item .title { position: relative; display: block; color: #222; font-size: 1.563rem; border-left: 2px solid #4c88c5; padding-left: 18px; line-height: 1.1; margin: 0px 0 30px 0; }
#sitemap .item .title:after { position: absolute; right: 0; top: 12px; display: block; width: 7px; height: 7px; border-top: 1px solid #a28d60; border-right: 1px solid #a28d60; transform: rotate(45deg) }
#sitemap .item ul { list-style: none; font-size: 0; }
#sitemap .item li { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; display: inline-block; vertical-align: top; width: calc(25% - 40px); border-bottom: 1px solid #efefef; margin: 0 40px 0 0; }
#sitemap .item li> a { position: relative; display: block; color: #666; font-size: 1.125rem; padding: 10px 0; }
#sitemap .item li> a:before { content: ''; display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 6px; background: #4c88c5; margin-right: 13px; }
#sitemap .item li> a:after { content: ''; display: inline-block; position: absolute; width: 7px; height: 7px; border-style: solid; border-width: 1px; border-color: #4c88c5 #4c88c5 transparent transparent; transform: rotate(45deg); right: 0; top: 23px; }
@media only screen and (min-width:991px) {
  #sitemap .item li:hover { border-bottom: 1px solid #4c88c5; }
  #sitemap .item li> a:hover { color: #4c88c5; }
}
@media only screen and (max-width:1199px) {
  #sitemap .item li { width: calc(100%/3 - 40px); margin: 0 20px 10px; }
}
@media only screen and (max-width:991px) {
  #sitemap .list { width: 100%; padding: 0; }
  #sitemap .item li { width: calc(100%/2 - 20px); margin: 0 10px 10px; }
  #sitemap .item li> a { padding: 5px 0; }
}
@media only screen and (max-width:640px) {
  #sitemap .item li { display: block; width: calc(100% - 20px); }
}
