/* Font Face */
@font-face {
  font-family: 'Quicksand';
  src: url("Quicksand-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url("Quicksand-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat-Regular';
  src: url("Caveat-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Reset*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.disabled, .disabled:hover {
  cursor: not-allowed;
}

html {
  font-size: 16px;
}

body {
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  color: #333;
  line-height: 1.1;
  font-family: microsoft yahei,"Quicksand", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

html,
body {
  margin: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

img, a img {
  border: none;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type="button"]), input:not([type="submit"]), input:not([type="reset"]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

/* cookieconsent */
.cc-revoke, .cc-window {
  display: inline-block;
}

.cc-banner .cc-message {
  display: inline-block;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cc-banner .cc-message .cc-link{ color: #fff }
.cc-banner .cc-message .cc-link:visited { color: #ddd }
.cc-window.cc-banner {
  text-align: center;
}

.cc-window.cc-banner::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 71px;
  background: rgba(0, 0, 0, 0.5);
}

.cc-compliance {
  display: inline-block;
}

.cc-btn {
  color: #fff !important;
  width: 100px;
  border-radius: 5px;
}

.cc-animate.cc-revoke.cc-bottom,
.cc-revoke.cc-bottom {
 color: #fff;
 font-size: 0.875rem;
 padding: 10px 15px;
}

@media (max-width: 767px) {
  .cc-window.cc-banner{ height: 200px; }
  .cc-window.cc-banner::before {
    bottom: 200px;
  }
}



/* Animation */
.scroll-fade {
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade.scroll-view {
  opacity: 1;
}

.scroll-fade-down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-down.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-fade-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-up.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-fade-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-left.scroll-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.scroll-fade-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-fade-right.scroll-view {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.scale-up-hor-left {
  -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}

.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
          animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.kenburns-right {
  animation: kenburns-right 2s ease-out infinite alternate-reverse both;
}

@-webkit-keyframes kenburns-right {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
            transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.1, 1) translateX(10px);
            transform: scale(1.1, 1) translateX(10px);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes kenburns-right {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
            transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.1, 1) translateX(10px);
            transform: scale(1.1, 1) translateX(10px);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.blur-out-expand-fwd {
  animation: blur-out-expand-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate-reverse both;
}

@-webkit-keyframes blur-out-expand-fwd {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}

@keyframes blur-out-expand-fwd {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}

@-webkit-keyframes drawLine {
  0% {
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  25% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0.7);
            transform: scale(1, 0.7);
  }
  75% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

@keyframes drawLine {
  0% {
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  25% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0.7);
            transform: scale(1, 0.7);
  }
  75% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 50% 40%/70% 30% 80% 30%;
  }
  100% {
    border-radius: 30% 50% 40% 30%;
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 50% 40%/70% 30% 80% 30%;
  }
  100% {
    border-radius: 30% 50% 40% 30%;
  }
}

.scroll-box-scale {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0;
  -webkit-transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, transform 12s;
  transition: opacity 1.8s, transform 12s, -webkit-transform 12s;
}

.scroll-box-scale.scroll-view {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, -webkit-transform 12s;
  transition: opacity 1.8s, transform 12s;
  transition: opacity 1.8s, transform 12s, -webkit-transform 12s;
}

.text-edit {
  line-height: 2;
  color: #666666;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.text-edit img {
  max-width: 100%;
  height: auto !important;
}

.no-data,
.system-info {
  text-align: center;
  margin: 0 auto;
  padding: 5vh 0;
  color: #555;
  font-size: 1.0714rem;
  line-height: 2;
  letter-spacing: 1px;
}

.system-info {
  padding: 8vh 0;
}

.no-data i,
.system-info i {
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #bebebe;
}

.system-info .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: 0 auto 3rem;
  background: #b3a19d;
  border-radius: 110px;
  text-align: center;
  border: 10px solid #ebe2e0;
}

.system-info .icon i {
  color: #fff;
  margin: 0;
  line-height: 90px;
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .text-edit {
    line-height: 2.2rem;
    font-size: 0.9375rem;
  }
  .system-info {
    padding: 5vh 0;
  }
}

/* Container */
.g-wrap {
  position: relative;
  overflow: hidden;
}

.container-1400 {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1500 {
  max-width: 1540px;
  padding: 0 20px;
  margin: 0 auto;
}

.page-wrap {
  /* padding: 0 0 5rem; */
  z-index: 2;
  position: relative;
}

.white-wrap {
  background: #fff;
  padding: 4rem 8rem;
}

@media (max-width: 1199px) {
  .white-wrap {
    background: #fff;
    padding: 3rem;
  }
}

@media (max-width: 991px) {
  .page-wrap {
    /* padding: 0 0 2.5rem; */
  }
}

@media (max-width: 767px) {
  .white-wrap {
    padding: 2rem;
  }
  .page-wrap {
    /* padding-bottom: 20px; */
  }
}


/* Title */
.h2 {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h2 .ch {
  display: block;
  color: #ec6700;
  font-size: 1.375rem;
}

.h2 .en {
  font-size: 2.1875rem;
}

.h2 .en span {
  font-weight: bold;
}

/* Button */
.g-btn {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-radius: 8px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border: 0;
  -webkit-transition: color 0.5s cubic-bezier(0.7, 0, 0.3, 1), background 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.5s cubic-bezier(0.7, 0, 0.3, 1), background 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  letter-spacing: 2px;
  color: #ec6700;
  padding: 0 30px;
  vertical-align: middle;
}

.g-btn.dark {
  background: #222222;
  color: #fff;
}

.g-btn.dark:hover {
  background: #ec6700;
}

.g-btn:active {
  color: #fff;
}

.btn-wrap {
  margin: 2rem auto;
}

.btn-wrap-center {
  text-align: center;
  margin: 3% 0;
}

.btn-wrap-right {
  text-align: right;
}

.btn-style {
  position: relative;
  overflow: hidden;
}

.btn-style span {
  position: relative;
  z-index: 2;
}

.btn-style #canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .g-btn:hover {
    background: #333;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .btn-wrap {
    margin: 1rem auto;
  }
}

/* Hover */
@media only screen and (min-width: 992px) {
  .hover-style {
    position: relative;
    z-index: 0;
  }
  .hover-style:before {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
  }
  .hover-style:after {
    content: 'More details';
    text-align: center;
    width: 150px;
    margin-left: -50px;
    letter-spacing: 2px;
    position: absolute;
    font-size: 0.875rem;
    top: 50%;
    left: 50%;
    color: #444;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 3;
    background: #fff;
    border-radius: 30px;
    line-height: 45px;
    height: 45px;
  }
  .hover-style:hover:before {
    opacity: 1;
  }
  .hover-style:hover:after {
    opacity: 1;
    -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
#header .logo .blogo{display:block;}
#header .logo .llogo{display:none;}
#header.scroll-view .logo img.llogo{display:block;}
#header.scroll-view .logo img.blogo{display:none;}
/* Header */
#header {
  padding: 2% 8% 0;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  -webkit-transition: padding 0.3s cubic-bezier(0.7, 0, 0.3, 1), background 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
  transition: padding 0.3s cubic-bezier(0.7, 0, 0.3, 1), background 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
}

#header h2 {
  display: none;
  margin: 0;
}

#header .logo {
  width: 200px;
  height: 48px;
  font-size: 0;
  vertical-align: middle;
  z-index: 1000;
  margin: 1rem 44px 1rem 1rem;
  -webkit-transition: width 0.5s,margin 0.3s;
  transition: width 0.5s,margin 0.3s;
  display: inline-block;
}

#header .logo a {

  font-size: 0;
  display: block;
  position: relative;
  height: 100%;
}

#header .menu ul > li > a {
  position: relative;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ec6700;
}
#header .menu ul > li .m-second li a{color:#fff;}
#header .menu ul > li > a span.ch {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  line-height: 2rem;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease;
  font-family: "Arial", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

#header .right-menu {
  float: right;
  -webkit-transition: margin 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: margin 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  z-index: 98;
  display: block;
  margin: 15px 0 0 1rem;
  font-size: 0;
}

#header .right-menu .search-wrap {
  vertical-align: middle;
  margin: 0 1rem 0 0;
  background: transparent;
}

#header .right-menu .search-wrap input {
  opacity: 0;
  border: 0;
  border-radius: 20px;
  line-height: 38px;
  height: 40px;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
  display: inline-block;
  vertical-align: middle;
}

#header .right-menu .search-wrap .search-btn {
  background: #ec6700;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  display: inline-block;
  font-size: 0;
  border: none;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#header .right-menu .search-wrap .search-btn svg {
  width: 40%;
  height: 40%;
  display: block;
  margin: 0 auto;
}

#header .right-menu .search-wrap input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #8e8e8e;
}

#header .right-menu .search-wrap input:-moz-placeholder {
  font-size: 0.875rem;
  color: #8e8e8e;
}

#header .right-menu .search-wrap input::-moz-placeholder {
  font-size: 0.875rem;
  color: #8e8e8e;
}

#header .right-menu .search-wrap input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #8e8e8e;
}

#header .lang-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1rem;
  color: #fff;
}

#header .lang-wrap .lang-toggle {
  margin: 0;
  font-size: 1rem;
  cursor: pointer;
  height: 100%;
  text-align: left;
  position: relative;
  padding: 15px 40px 15px 30px;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 30px;
}

#header .lang-wrap .lang-toggle:after {
  content: '';
  width: 8px;
  height: 8px;
  border-color: transparent #fff #fff transparent;
  border-width: 0 1px 1px 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}

#header .lang-wrap .now-lang {
  border-bottom: 1px solid #fff;
  display: inline-block;
}

#header .lang-wrap ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120px;
  text-align: center;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  z-index: 0;
  text-align: center;
}

#header .lang-wrap ul a {
  color: #666;
  display: block;
  font-size: 0.937rem;
  padding: 5px 30px;
  line-height: 2rem;
}

#header .menu ul > li > a span.xl-en-h{
  display: block;
  line-height:2;
  font-size: 13px;
}

@media only screen and (min-width: 1367px) {
  #header .search-outter {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {

  #header .switch {
    display: none;
  }
  #header .menu {
    top: 0px;
    background: transparent;
    -webkit-transition: opacity 0.3s, margin 0.3s cubic-bezier(0.7, 0, 0.3, 1), width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.3s, margin 0.3s cubic-bezier(0.7, 0, 0.3, 1), width 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    display: inline-block;
  }
  #header .menu > ul {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  #header .menu > ul > li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width:170px;
    
  }

  #header .menu > ul > li > a {
    position: relative;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding: 25px 0;
    font-size: 1rem;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
   #header .menu > ul > li > a span{font-weight:bold;}
  #header .menu > ul > li > a:hover {
    color: #ec6700;
    padding: 30px 0 10px;
  }
  #header .menu > ul > li > a:hover span.ch {
    top: 0;
    opacity: 1;
    color: #fff;
  }
  #header .menu > ul > li > a:hover span.xl-ch{
    display: none;
  }
  #header .menu > ul > li > a:hover span.xl-en-h{
    display: inline-block;
  }
  #header .menu > ul > li > ul {
    width: 240px;
    opacity: 0;
    display: none;
    position: absolute;
    font-size: 1rem;
    left: 50%;
    background: white;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  #header .menu > ul > li > ul > li {
    border-bottom: 1px solid #efefef;
    white-space: nowrap;
    -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);
  }
  #header .menu > ul > li > ul > li > a {
    display: block;
    color: #666;
    font-size: 1rem;
    padding: 12px 20px;
    font-weight: normal;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header .menu > ul > li > ul > li > a:hover {
    color: #ec6700;
  }
  #header .menu > ul .has-child:hover > ul {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  #header .right-menu > a:hover {
    color: #000;
  }

  #header .search-outer {
    display: none !important;
  }

  #header.scroll-view {
    padding: 0px 30px 0;
    background: #fff;
  }
  #header.scroll-view .logo {
    width: 200px;
    height: 40px;
    margin: 10px 50px;
  }
  #header.scroll-view .logo a {
  
  }
  #header.scroll-view .menu > ul > li > a {
    color: #000;
  }
  #header.scroll-view .menu > ul > li > a:hover {
    color: #ec6700;
  }
  #header.scroll-view .menu > ul > li > a:hover span.ch {
    color: #000;
  }
  #header.scroll-view .right-menu .search-wrap {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 80px;
    margin: 0;
    overflow: visible;
  }
  #header.scroll-view .right-menu .search-wrap .search-btn {
    height: 85px;
    border-radius: 0;
    margin-right: 10px;
    background: transparent;
  }
  #header.scroll-view .right-menu .search-wrap .search-btn svg {
    width: 20px;
    height: 20px;
  }
  #header.scroll-view .right-menu .search-wrap:before {
    content: '';
    display: block;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background: #ec6700;
    width: 300px;
    height: 85px;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: -1;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  #header.scroll-view .right-menu .search-wrap:hover:before {
    left: -30px;
  }
  #header.scroll-view .right-menu .lang-wrap {
    right: 0;
    top: 0;
    position: fixed;
  }
  #header.scroll-view .right-menu .lang-wrap .lang-toggle {
    background: transparent;
    height: 85px;
    border-radius: 0;
    width: 68px;
    padding: 35px 30px 35px 0;
  }
  #header.scroll-view .right-menu .lang-wrap .lang-toggle::after {
    top: 35px;
  }
  #header.scroll-view .right-menu .lang-wrap:before {
    content: '';
    display: block;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background: #222;
    width: 150px;
    height: 85px;
    position: absolute;
    right: -65px;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #header.scroll-view .right-menu .lang-wrap > ul {
    left: 20px;
  }
  #header .right-menu{
    position: absolute;
    top: 40px;
    right: 55px;
  }




  #header .menu > ul > li > ul > li{
    position: relative;
  }
  #header .menu ul > li .m-second{
    position: absolute;
    top: 0;
    left: 360px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  #header .menu ul > li .m-second::before{
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: -9px;
  }
  #header .menu ul > li .m-second li{
    border-bottom: 1px solid #efefef;
  }
  #header .menu ul > li .m-second li:last-child{
    border-bottom: none;
  }
  #header .menu ul > li .m-second li a{
    display: inline-block;
    padding: 12px 20px;
    background: #ec6700;
    width: 100%;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #header .menu > ul > li > ul > li:hover .m-second{
    width: 240px;
    right: -330px;
    opacity: 1;
    pointer-events: auto;
  }

  #header .menu ul > li .m-second li a:hover{
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
  }

}
@media only screen and (min-width: 991px) {
  #header .lang-wrap:hover ul {
    display: block;
  }
  #header .right-menu .search-wrap {
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    display: inline-block;
  }
  #header .right-menu .search-wrap input {
    opacity: 0;
    width: 0;
    color: #333;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 30px;
  }
  #header .right-menu .search-wrap input:focus {
    opacity: 1;
    width: 150px;
    background: #fff;
    padding: 0 15px;
    margin-right: 5px;
  }
  #header .right-menu .search-wrap:hover input {
    opacity: 1;
    border: 0;
    width: 150px;
    background: #fff;
    padding: 0 15px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1680px) {
  #header {
    padding: 2% 3% 0;
  }
  #header .menu > ul > li {
    padding: 0 1rem;
  }
  #header.scroll-view .logo {
    margin: 0px 65px 0px 0;
  }
}

@media only screen and (max-width: 1366px) {
  #header {
    padding: 2% 30px 0;
  }
  #header .logo {
    width: 130px;
    margin: 0 0 10px 0;
  }
  #header .menu > ul > li {
    padding: 0 30px;
  }
  #header .right-menu .search-wrap input {
    border: 0;
  }
  #header .right-menu .search-wrap input:focus {
    margin-right: 5px;
    opacity: 1;
    width: 140px;
    padding: 0 15px;
  }
  #header .search-outter {
    position: fixed;
    top: 100px;
    width: 100%;
    padding: 0px 20px 0 60px;
    left: 0;
    z-index: 10;
    display: block;
  }
  #header .search-outter .close {
    position: absolute;
    color: #fff;
    opacity: 1;
    font-size: 0.7rem;
    left: 10px;
    top: 0px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
  }
  #header .search-outter i {
    top: 50%;
  }
  #header .search-outter input {
    display: inline-block;
    width: calc(100% - 50px);
    padding: 0 30px;
    height: 45px;
    font-size: 1rem;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    line-height: 43px;
    vertical-align: middle;
    border: 1px solid #fff;
  }
  #header .search-outter input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
  }
  #header .search-outter input:-moz-placeholder {
    color: #fff;
    font-size: 14px;
  }
  #header .search-outter input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
  }
  #header .search-outter input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
  }
  #header .search-outter .search-btn {
    display: inline-block;
    font-size: 0;
    line-height: 43px;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    vertical-align: middle;
    padding: 13px 0;
    margin: 0;
  }
  #header .search-outter .search-btn svg {
    width: 20px;
    height: 20px;
  }
  #header .search-outter .search-btn svg path {
    fill: #fff;
  }
  body.mb .right-menu .search-icon {
    display: inline-block !important;
    background: #ec6700;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
    font-size: 0;
    border: none;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  body.mb .right-menu .search-icon svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  body.mb .right-menu .search-icon svg path {
    fill: #fff;
  }
  #header.scroll-view .logo {
    margin: 0 0 0px 0;
  }
  #header .right-menu {
    top: 25px;
    right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  #header {
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    text-align: right;
  }
  #header .logo {
    margin: 0;
    width: 126px;
    height: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
  }
  #header .logo a {
    
    background-size: contain;
  }
  #header .menu {
    position: fixed;
    width: 320px;
    padding: 0;
    top: 70px;
    margin: 0;
    display: none;
    background: #fff;
    bottom: 0;
    left: -320px;
    -webkit-transition: left 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: left 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #header .menu > ul {
    display: none;
    overflow-y: auto;
  }
  #header .menu > ul > li {
    position: relative;
    display: block;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  }
  #header .menu > ul > li > a {
    line-height: 1;
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    font-size: 1.125rem;
    color: #222;
  }
  #header .menu ul > li > a span.en{ display: none;}
  #header .menu ul > li > a span.ch{opacity: 1; position: relative;top: 0;text-align: left;line-height: 1;}
  #header .menu > ul > li.current > a {
    color: #ec6700;
  }
  #header .menu > ul > li.has-child > a:after {
    content: "";
    top: 6px;
    border-width: 4px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    right: -15px;
  }
  #header .menu > ul > li.has-child > ul {
    display: none;
    padding: 10px 0 0;
  }
  #header .menu > ul > li.has-child > ul > li > a {
    text-align: left;
    display: block;
    padding: 10px 20px;
    color: #888;
    font-size: 1rem;
  }
  #header .menu > ul li.current.has-child > a:after {
    border-color: #ec6700 transparent transparent transparent;
    -webkit-transform-origin: center 2px;
            transform-origin: center 2px;
  }
  #header .menu > ul li.current.has-child > a.aw-up:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #header .menu > ul li.current.has-child > ul {
    display: block;
  }
  #header .menu > ul li.current.has-child > ul a {
    /* color: #888; */
    color: #333;
  }
  #header .menu > ul li > a.lang-box {
    color: #888;
    font-size: 0.875rem;
    display: inline-block !important;
    text-align: center;
    line-height: 38px;
    width: 40px;
    width: 40px;
    border-radius: 50%;
  }
  #header .menu > ul li > a.lang-box.on {
    background: #f7f7f7;
  }
  #header .menu.active {
    opacity: 1;
    display: block;
    left: 0;
    background: #fff;
    overflow-y: scroll;
  }
  #header .menu.active > ul {
    display: block !important;
  }
  #header .menu.active > ul > li:nth-child(1) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.1s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.1s;
  }
  #header .menu.active > ul > li:nth-child(2) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.2s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.2s;
  }
  #header .menu.active > ul > li:nth-child(3) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.3s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.3s;
  }
  #header .menu.active > ul > li:nth-child(4) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
  }
  #header .menu.active > ul > li:nth-child(5) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.5s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.5s;
  }
  #header .menu.active > ul > li:nth-child(6) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.6s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.6s;
  }
  #header .menu.active > ul > li:nth-child(7) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.7s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.7s;
  }
  #header .menu.active > ul > li:nth-child(8) {
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.8s;
            animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.8s;
  }
  #header .right-menu {
    text-align: right;
    float: none;
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    top: unset;
    right: unset;
  }
  #header .right-menu .search-wrap {
    display: inline-block;
  }
  #header .right-menu .search-wrap:hover input {
    border: 1px solid #ddd;
  }
  .switch {
    display: block;
    border: none;
    position: absolute;
    padding: 0;
    background: transparent;
    z-index: 100;
    left: 30px;
    width: 40px;
    height: 40px;
    font-size: 0;
    top: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .switch .icon {
    position: relative;
    display: block;
    font-size: 0;
    height: 40px;
    width: 40px;
  }
  .switch .icon i {
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #000;
    width: 100%;
    border-radius: 3px;
    top: 50%;
  }
  .switch .icon .line-top {
    margin-top: -8px;
  }
  .switch .icon .line-bottom {
    margin-top: 9px;
  }
  .switch.on .icon .line-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 0px;
    background: #ec6700;
  }
  .switch.on .icon .line-middle {
    width: 0;
  }
  .switch.on .icon .line-bottom {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #222;
  }
  #header .menu ul > li .m-second li{
    /* text-align: left; */
  }
  #header .menu ul > li .m-second li a{
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 35px;

    text-align: left;
    color: #888 !important;
  }
}

@media only screen and (max-width: 767px) {
    
    
#header .logo .blogo{display:none;}
#header .logo .llogo{display:block;}
#header.scroll-view .logo img.llogo{display:block;}
#header.scroll-view .logo img.blogo{display:none;}
    
    
    
  #header .menu {
    width: 100%;
    top: 60px;
  }
  #header .menu > ul > li {
    padding: 15px 20px;
  }
  #header .logo {
    width: 100px;
    top: 12px;
  }
  #header .right-menu{ margin-right: 5px }
  #header .switch {
    left: 18px;
    top: 10px;
  }
  #header .switch .icon {
    width: 20px;
    height: 25px;
  }
  #header .search-outter {
    padding: 0px 10px 0 50px
  }
}

/* Footer */
#footer {
  font-weight: bold;
  background-size: cover;
  padding:0px;
  position: relative;
  z-index: 3;
  background: #fff;
  font-size: 0;
  line-height: 1.5rem;
}

#footer a {
  color: #333;
  transition: all 0.3s;
}

#footer .ti {
  color: #ec6700;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer .ti span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  color: #444;
  margin-top: -3px;
}

#footer p {
  margin-bottom: 0;
}

#footer .logo-box,
#footer .footer-info,
#footer .link-wrap {
  display: inline-block;  margin: 2rem 1rem;
  vertical-align: top;
  font-size: 0.9375rem;
}

#footer .logo-box {
  width: 165px;
  margin: 0 1rem 0 0;
}

#footer .logo-box img {
  width: 100%;
}

#footer .footer-info {
  margin: 2rem 1rem;
}

#footer .link-wrap ul li {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
}

#footer .link-wrap ul li > a {
  color: #444;
}

#footer .link-wrap .line {
  display: inline-block;
  letter-spacing: 0;
}

#footer .link-wrap .line:after {
  content: "\f3c0";
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.5s eases;
  transition: all 0.5s eases;
  font-size: 1.5rem;
  color: #00b900;
}

#footer .copyright {
  font-size: 0.875rem;
  font-weight: normal;
  background: #ec6700;
  padding: 1rem 20px;
  margin-top: 0rem;
  color: #fff;
  text-align: center;
}

#footer .copyright a {
  font-size: 0.875rem;
  color: #ff9e53;
}

#footer .copyright .grnet {
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 5px;
  color: #ff9e53;
}

@media only screen and (max-width: 1480px) {
  #footer .link-wrap {
    margin-left: calc( 2rem + 125px + 1.5rem);
  }
}

@media only screen and (min-width: 992px) {
  #footer a:hover{ text-decoration: underline }
  #footer .link-wrap ul li > a:hover {
    color: #ec6700;
  }
}

@media only screen and (max-width: 1199px) {
  #footer .logo-box {
    margin-right: 1rem;
  }
  #footer .copyright {
    margin-top: 1.5rem;
  }
  #footer .link-wrap {
    margin-left: calc( 125px + 3rem);
  }
  #footer .ti {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) {
  #footer .logo-box .social-box a:hover {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@media only screen and (max-width: 991px) {
  #footer {
    padding: 2rem 0 0;
  }
  #footer .logo-box {
    margin: 0 0 1rem 2rem;
  }
  #footer .logo-box .grnet {
    float: none;
    margin: 10px auto;
    text-align: center;
  }
  #footer .link-wrap {
    margin: 0 2rem;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer-info {
    margin: 0;
  }
  #footer .link-wrap,
  #footer .share-wrap,
  #footer .logo-box {
    letter-spacing: 0;
    display: block;
    margin: 10px 0;
  }
  #footer .share-wrap {
    margin-left: 10px;
  }
  #footer .share-wrap > a {
    width: 30px;
  }
  #footer .logo-box {
    width: 100px;
  }
  #footer .link-wrap ul li {
    margin-right: 5px;
  }
  .copyright {
    padding-top: 30px;
  }
}

/*Top */
.go-top {
  position: fixed;
  z-index: 990;
  width: 37px;
  height: 52px;
  border-radius: 25px;
  bottom: -100px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: bottom 0.5s, background 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, background 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, transform 0.5s, background 0.5s;
  transition: bottom 0.5s, transform 0.5s, background 0.5s, -webkit-transform 0.5s;
  font-size: 0.7rem;
  background: #222222;
  color: #fff;
  text-align: center;
}

.go-top span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 13px 14px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff transparent transparent;
  font-size: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.go-top.scroll-view {
  bottom: 60px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (min-width: 992px) {
  .go-top:hover {
    background: #000;
  }
}

@media only screen and (max-width: 991px) {
  .go-top {
    right: 10px;
  }
  .go-top.scroll-view {
    bottom: 30px;
  }
}

#index .h2 {
  font-size: 2.0625rem;
  margin-bottom: 2rem;
  text-transform: unset;
}

#index .h2 .en span {
  margin-right: 10px;
}

#index .h2 .ch {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  #index .h2 {
    margin-bottom: 1.5rem;
  }
  #index .h2 .en {
    font-size: 1.65rem;
  }
}

@media only screen and (max-width: 767px) {
  #index .h2 .ch {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  #index .h2 .en {
    font-size: 1.35rem;
  }
}

/*Index Banner */
#index .i-banner {
  position: relative;
}

#index .i-banner .banner-slick {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

#index .i-banner .banner-slick .item {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

#index .i-banner .banner-slick .item.i-video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#index .i-banner .banner-slick .item:before {
  content: '';
  display: block;
  padding-bottom: 52%;
  z-index: 0;
  width: 100%;
}

/*#index .i-banner .banner-slick .item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
  width: 100%;
  padding-bottom: 10%;
  background: url(../images/wave.png) no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: kenburns-right 2.5s ease-out alternate-reverse both infinite;
}*/

#index .i-banner .banner-slick .item a {
  display: block;
}

#index .i-banner .banner-slick .item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s;
  transition: opacity 0.8s 0.2s;
}

#index .i-banner .banner-slick .item .txt-box {
  position: absolute;
  width: 1400px;
  z-index: 2;
  color: #fff;
  top: 45%;
  margin-top: 50px;
  left: calc((100% - 1400px)/2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}

#index .i-banner .banner-slick .item .txt-box .en {
  opacity: 0;
  display: inline-block;
  font-size: 3.75rem;
  color: #fff;
  font-weight: bold;
}

#index .i-banner .banner-slick .item .txt-box .txt {
  opacity: 0;
  font-size: 3.35rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2rem;
}

#index .i-banner .banner-slick .item .txt-box .en .orange{
  font-family: 'Caveat-Regular';
  font-size: 160px;
  color: #ec6700;
  line-height: 1;
}

#index .i-banner .banner-slick .item .txt-box img {
  opacity: 0;
  position: relative;
  z-index: -1;
  display: inline-block;
  margin-left: 1.5rem;
  margin-top: -2rem;
  max-width: 500px;
  -webkit-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
  animation: kenburns-right 5s ease-out alternate-reverse both;
}

#index .i-banner .banner-slick .item .txt-box.style-two .txt {
  margin-top: 0;
}

#index .i-banner .banner-slick .item .txt-box.style-two .txt .orange{
  font-family: 'Caveat-Regular';
  font-size: 140px;
  color: #ec6700;
  line-height: 0.8;
}

#index .i-banner .banner-slick .item .txt-box.style-two .txt .slogan{
  font-size: 22px;
  text-shadow: rgb(0, 0, 0) 3px 1px 16px;
}

#index .i-banner .banner-slick .item .txt-box.style-two .txt .slogan i{
  display: inline-block;
  font-size: 34px;
}

#index .i-banner .banner-slick .item .txt-box.style-two .txt .en {
  display: inline-block;
  font-size: 3.75rem;
  margin-left: 1rem;
}

#index .i-banner .banner-slick .item .txt-box.style-two img {
  margin-left: 3rem;
}

#index .i-banner .banner-slick .item .txt-box.style-two.three .txt .slogan{
  text-shadow: unset;
  padding-left: 126px;
}

#index .i-banner .banner-slick .item .txt-box.style-two.three .txt .slogan .en{
  display: block;
  margin-left: -45px;
}

#index .i-banner .banner-slick .item.in .txt-box {
  top: 45%;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin-top 0.3s ;
  transition: margin-top 0.3s;
}

#index .i-banner .banner-slick .item.in .en {
  animation: blur-out-expand-fwd 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
  opacity: 1;
}

#index .i-banner .banner-slick .item.in .txt {
  opacity: 1;
  animation: blur-out-expand-fwd 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 0.5s;
}



#index .i-banner .banner-slick .item img {
transform:scale(1.5);    
-webkit-transition: all 3s ease;
  transition: all 3s ease;
}


#index .i-banner .banner-slick .item.in img {
  opacity: 1;
 transform:scale(1); 
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  /*animation: kenburns-right 10s ease-out alternate-reverse both;*/
}

#index .i-banner .scroll-down {
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  left: 13%;
  margin: 0 auto;
  bottom: 205px;
  z-index: 3;
  position: absolute;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#index .i-banner:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 180px;
  border-radius: 8px;
  background: #999999;
  display: none;
  left: 14%;
  bottom: 1%;
  -webkit-animation: drawLine 3s linear infinite;
          animation: drawLine 3s linear infinite;
}

@media only screen and (max-width: 1680px) {
  #index .i-banner .banner-slick .item .txt-box {
    left: 20%;

  }
}
.txtt{display:none;}
@media only screen and (max-width: 1480px) {
  #index .i-banner .banner-slick .item .txt-box {
    left: 15%;
    width: 70%
  }
  #index .i-banner .banner-slick .item .txt-box .txt {
    margin-top: 1rem;
  }
  #index .i-banner .banner-slick .item .txt-box img {
    max-width: 300px;
    height: auto;
  }
  #index .i-banner .banner-slick .item.in .txt-box {
    top: 50%;
  }
  #index .i-banner .scroll-down {
    left: 9%;
    bottom: 100px;
  }
  #index .i-banner:after {
    left: 10.5%;
    height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  #index .i-banner .banner-slick .item .txt-box .en {
    line-height: 3rem;
    font-size: 3rem;
  }
  #index .i-banner .banner-slick .item .txt-box img {
    max-width: 200px;
  }
  #index .i-banner .banner-slick .item .txt-box .txt {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt .en {
    line-height: 3rem;
    font-size: 3rem;
  }
  #index .i-banner .banner-slick:after {
    padding-bottom: 50%;
  }
  #index .i-banner .scroll-down {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 991px) {
  #index {
    padding-top: 70px;
  }
  #index .i-banner .banner-slick .item .txt-box .en {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  #index .i-banner .banner-slick .item .txt-box .txt {
    font-size: 1rem;
    margin-top: 0;
  }

  #index .i-banner .banner-slick .item .txt-box.style-two .txt {
    font-size: 1rem;
  }
 #index .i-banner .banner-slick .item .txt-box.style-two .en {
    font-size: 1.5rem;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two  .en +.txt .en{
    font-size: 2rem;
    max-height: 3rem;
    line-height: 1.5rem;
    margin: 10px 0 0 0
  }

  #index .i-banner .banner-slick:after {
    padding-bottom: 75%;
  }
  #index .i-banner .scroll-down {
    display: none;
  }
  #index .i-banner:after {
    display: none;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt .orange{
    font-size: 50px;
    line-height: 0;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt .slogan{
    margin-top: 10px;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt .slogan i{
    font-size: 26px;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .en +.txt .en{
    display: inline-block;
    margin-left: 20px;
    font-size: 24px;
  }
  #index .i-banner .banner-slick .item .txt-box .en .orange{
    font-size: 50px;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two.three .txt .slogan{
    padding-left: 0;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two.three .txt .slogan .en{
    margin-left: 0;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
.txtt{display:block;}
#index .i-banner .banner-slick .item .txt-box .txt{display:none !important;}
  #index .i-banner .banner-slick .item:before {
    padding-bottom: 65%;
  }
  #index .i-banner .banner-slick .item.in .txt-box {
    left: 3rem;
  }

  #index .i-banner .banner-slick .item .txt-box .en {
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  #index .i-banner .banner-slick .item .txt-box img {
    max-width: 150px;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt{
    font-size: 1rem;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt .en {
    margin-left: 0;
    line-height: 1.5rem;
    display: block
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .en +.txt .en{
    font-size: 1.5rem;
  }

  #index .i-banner .banner-slick .item .txt-box.style-two .txt .orange{
    font-size: 38px;
    line-height: 1;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt .slogan{
    font-size: 20px;
    line-height: 1.3;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .txt .slogan i{
    font-size: 24px;
  }
  #index .i-banner .banner-slick .item .txt-box.style-two .en +.txt .en{
    margin-left: 10px;
  }
}

@-webkit-keyframes ani-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.i-news {
  padding: 2% 0 40px;
}

.i-news .container-1400 {
  font-size: 0;
}

.i-news .left-box,
.i-news .right-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.i-news .left-box {
  width: 250px;
}

.i-news .left-box .h2 {
  background: #fff;
  margin: 0;
  position: relative;
}

.i-news .left-box .h2 .en {
  font-size: 1.5625rem;
  background: #fff;
  padding: 0 3px;
}

.i-news .left-box .h2::before {
  content: url(../images/news_ti_bg.png);
  position: absolute;
  left: 0;
  top: -50px;
}

.i-news .left-box .h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  z-index: -1;
  left: -50px;
  top: -25px;
  background: url(../images/news_ti_icon.png) 0 0 no-repeat;
  -webkit-animation: ani-rotate 10s linear infinite;
          animation: ani-rotate 10s linear infinite;
}

.i-news .right-box {
  width: calc( 100% - 250px);
  overflow: hidden;
}

.i-news .right-box .item {
  display: inline-block;
}

.i-news .right-box .item .catalog,
.i-news .right-box .item .date,
.i-news .right-box .item .ti {
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
  color: #333;
}

.i-news .right-box .item .catalog {

  color: #ffffff;
  background: #ec6700;
  border-radius: 20px;
  padding: 0 15px;
}

.i-news .right-box .item .date {
  color: #888888;
  font-size: 0.875rem;
}

@media only screen and (max-width: 1480px) {
  .i-news .left-box {
    padding-left: 50px;
  }
  .i-news .right-box {
    width: calc( 100% - 300px);
  }
}

@media only screen and (max-width: 1199px) {
  .i-news .left-box {
    width: 150px;
  }
  .i-news .left-box .h2 {
    line-height: 1.3rem;
  }
  .i-news .left-box .h2 .en {
    font-size: 1.2rem;
  }
  .i-news .right-box {
    width: calc( 100% - 154px);
  }
}

@media only screen and (min-width: 992px) {
  .i-news .right-box {
    width: calc( 100% - 250px);
  }
  .i-news .right-box .item:hover .ti {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 991px) {
  .i-news .left-box,
  .i-news .right-box {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
  #index .i-news .left-box .h2{ margin-bottom: 10px }
  .i-news .left-box .item .catalog,
  .i-news .right-box .item .catalog {
    font-size: 0.875rem;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }
  .i-news {
    padding: 2% 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .i-news {
    /* padding-top: 3rem; */
    padding: 3rem 0 20px
  }
  #index .i-news .left-box .h2{ margin-bottom: 0px }

  .i-news .left-box .h2:after {
    width: 40px;
    height: 40px;
    z-index: -1;
    top: -15px;
    background-size: contain;
  }
  .i-news .left-box .h2:before {
    top: -36px;
    left: -24px;
  }
}

.i-about {
  padding: 0 0 3%;
}

.i-about .container-1500 {
  font-size: 0;
}

.i-about .container-1500 .left-box,
.i-about .container-1500 .right-box {
  display: inline-block;
  vertical-align: middle;
}

.i-about .container-1500 .left-box {
  position: relative;
  width: 40%;
}

.i-about .container-1500 .left-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 639px;
  max-height: 538px;
  z-index: -1;
  top: 0;
  left: 0;
  background: #f4f4f4;
  -webkit-animation: morph 3s linear infinite alternate;
          animation: morph 3s linear infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.i-about .container-1500 .right-box {
  width: 57%;
  margin-left: 3%;
}

.i-about .container-1500 .right-box .box {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.i-about .container-1500 .right-box .box .icon {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

.i-about .container-1500 .right-box .box .icon img {
  display: block;
  margin: 0 auto;
}

.i-about .container-1500 .right-box .box .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 204px);
  padding-left: 2rem;
}

.i-about .container-1500 .right-box .box .txt-box .h3 {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
}

.i-about .container-1500 .right-box .box .txt-box .txt {
  font-size: 1rem;
  color: #333333;
  line-height: 1.5rem;
}

.i-about .container-1500 .right-box .box:first-child {
  border-bottom: 1px solid #ddd;
}

.i-about .container-1500 .right-box .box:first-child .txt-box {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.i-about .container-1500 .right-box .box:last-child .icon {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.i-about .container-1500 .right-box .box:last-child .txt-box {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media only screen and (max-width: 1480px) {
  .i-about .container-1500 .right-box .box .icon {
    width: 100px;
  }
  .i-about .container-1500 .right-box .box .txt-box {
    width: calc( 100% - 104px);
  }
}

@media only screen and (max-width: 1199px) {
  .i-about .container-1500 .left-box {
    width: 30%;
  }
  .i-about .container-1500 .right-box {
    width: 67%;

  }
}

@media only screen and (max-width: 991px) {
  .i-about .container-1500 .left-box {
    width: 100%;
  }
  .i-about .container-1500 .left-box .img {
    width: 70%;
    margin: 0 auto 3rem;
  }
  .i-about .container-1500 .left-box:after {
    max-width: 75%;
    max-height: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .i-about .container-1500 .right-box {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .i-about .container-1500 .left-box .img {
    width: 90%;
  }
  .i-about .container-1500 .left-box:after {
    max-width: 80%;
    max-height: 90%;
  }
  .i-about .container-1500 .right-box .box {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .i-about .container-1500 .right-box .box .icon {
    width: 90px;
  }
  .i-about .container-1500 .right-box .box .txt-box {
    width: calc( 100% - 90px);
    padding-left: 1rem;
  }
  .i-about .container-1500 .right-box .box .txt-box .h3 {
    font-size: 1.125rem;
  }
}

#index .i-application {
  position: relative;
  padding: 5% 0 3%;
}

#index .i-application::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 30%;
  /* background: #f5f5f5; */
  background: url(../images/bg_deco.png);
  background-size: 100%;
  background-position: center;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: -1;
  width: 0;
  /* -webkit-transition: width 1s ease 0.5s;
  transition: width 1s ease 0.5s; */
}

#index .i-application::after{
  content: '';
  display: block;
  width: 100%;
  height: 1000px;
  position: absolute;
  bottom: 0%;
  left: 0;
  background: #fff;
  pointer-events: none;
}

#index .i-application.scroll-view::after{
  width: 0;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}


#index .i-application .application-slick {
  margin: 2% auto 0;
  position: relative;
  z-index: 2;
}

#index .i-application .application-slick .slick-slide {
  padding: 2rem 2rem 0;
}

#index .i-application .application-slick .slick-slide .item {
  opacity: 0;
  margin-top: -5rem;
  -webkit-transition: opacity 1.5s, margin-top 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, margin-top 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#index .i-application .application-slick .slick-slide .item .pic-box {
  display: block;
  overflow: hidden;
}

#index .i-application .application-slick .slick-slide .item .pic-box img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#index .i-application .application-slick .slick-slide .item .txt-box {
  position: relative;
  width: 90%;
  padding: 2rem 200px 2rem 100px;
  margin: -2rem auto 1rem;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

#index .i-application .application-slick .slick-slide .item .txt-box .icon {
  position: absolute;
  left: 2rem;
  top: 2rem;
}

#index .i-application .application-slick .slick-slide .item .txt-box .h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#index .i-application .application-slick .slick-slide .item .txt-box .des {
  color: #ec6700;
  letter-spacing: 2px;
  font-size: 0.875rem;
  font-weight: bold;
}

#index .i-application .application-slick .slick-slide .item .txt-box .more {
  position: absolute;
  right: 2rem;
  top: 2rem;
  text-align: center;
  color: #ec6700;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  border-left: 1px solid #333;
}

#index .i-application .application-slick .slick-slide .item .txt-box .more span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ec6700;
  margin: 0 15px 0 0;
  position: relative;
  vertical-align: middle;
}

#index .i-application .application-slick .slick-slide .item .txt-box .more span:before, #index .i-application .application-slick .slick-slide .item .txt-box .more span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ec6700;
  position: absolute;
}

#index .i-application .application-slick .slick-slide .item .txt-box .more span:before {
  left: -8px;
}

#index .i-application .application-slick .slick-slide .item .txt-box .more span:after {
  right: -8px;
}

#index .i-application .application-slick .slick-slide .item.scroll-view {
  opacity: 1;
  margin-top: 0rem;
  -webkit-transition: opacity 1.5s, margin-top 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, margin-top 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#index .i-application .application-slick .slick-slide:nth-child(even) {
  padding-top: 4rem;
}

#index .i-application .application-slick .slick-slide:nth-child(even) .item {
  margin-top: 5rem;
}

#index .i-application .application-slick .slick-slide:nth-child(even) .item.scroll-view {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: opacity 1.5s, margin-top 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.5s, margin-top 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#index .i-application .h2 {
  position: relative;
}

#index .i-application .h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -220px;
  width: 1px;
  height: 180px;
  background: #000;
  display: block;
  margin: 0 auto;
}

#index .i-application.scroll-view::before {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  #index .i-application .application-slick .slick-slide .item .txt-box .more:hover span:before {
    left: -10px;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box .more:hover span:after {
    right: -10px;
  }
  #index .i-application .application-slick .slick-slide .item:hover .pic-box img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media only screen and (max-width: 1199px) {
  #index .i-application .application-slick .slick-slide .item .txt-box {
    padding: 2rem 150px 2rem 100px;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box .more {
    width: 80px;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box .more span {
    display: block;
    margin: 1rem auto 0;
  }
}

@media only screen and (max-width: 991px) {
  #index .i-application::before {
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
    bottom: 15%;
  }
  #index .i-application .application-slick .slick-slide {
    padding: 0 2rem;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box {
    padding: 1rem 80px 1rem 65px;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box .icon {
    width: 40px;
    height: 40px;
    left: 1rem;
    top: 1rem;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box .h3 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5rem;
    max-height: 3rem;
    overflow: hidden;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box .more {
    width: 50px;
    top: 1rem;
    height: 40px;
    line-height: 20px;
    right: 10px;
    font-size: 0.7rem;
    letter-spacing: 0;
  }
  #index .i-application .application-slick .slick-slide .item .txt-box .more span {
    display: block;
    margin: 0.5rem auto 0;
  }
  #index .i-application .application-slick .slick-slide:nth-child(even) {
    padding-top: 2rem;
  }
  #index .i-application .h2 .ch {
    margin-bottom: 0;
  }
  #index .i-application .h2::after {
    height: 100px;
    bottom: -120px;
  }
}

@media only screen and (max-width: 767px) {
  #index .i-application{
    padding-bottom: 50px
  }
  #index .i-application::before {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
    bottom: 40%;
    top: 25px;
  }
  #index .i-application .application-slick .slick-slide,
  #index .i-application .application-slick .slick-slide:nth-child(even) {
    padding: 0;
  }
  #index .i-application .application-slick .slick-dots {
    bottom: -20px;
  }
  #index .i-application .h2 {
    margin-bottom: 50px;
  }
  #index .i-application .h2::after {
    height: 20px;
    bottom: -30px;
  }
}

#index .i-brand {
  position: relative;
  padding: 5% 0;
  background-image: url(../images/brand_left.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 45% auto;
}

#index .i-brand::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 28px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/brand_bg.png) 95% -30% no-repeat #f5f5f5;
}

#index .i-brand .container-1500 {
  font-size: 0;
}

#index .i-brand .left-box {
  width: 34%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10%;
}

#index .i-brand .left-box .h2 {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

#index .i-brand .left-box .h2 .ch {
  margin-bottom: 5px;
}

#index .i-brand .left-box .h2::before {
  content: url(../images/brand_ti_bg.png);
  position: absolute;
  right: -47px;
  top: -38px;
}

#index .i-brand .left-box .h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  z-index: -1;
  right: -28px;
  top: -16px;
  background: url(../images/brand_ti_icon.png) 0 0 no-repeat;
  -webkit-animation: ani-rotate 10s linear infinite;
          animation: ani-rotate 10s linear infinite;
}

#index .i-brand .left-box .more {
  color: #ec6700;
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  text-align: right;
  letter-spacing: 2px;
}

#index .i-brand .left-box .more span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ec6700;
  margin: 0 15px 0 0;
  position: relative;
  vertical-align: middle;
}

#index .i-brand .left-box .more span:before, #index .i-brand .left-box .more span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ec6700;
  position: absolute;
}

#index .i-brand .left-box .more span:before {
  left: -8px;
}

#index .i-brand .left-box .more span:after {
  right: -8px;
}

#index .i-brand .right-box {
  width: calc(66% - 4px);
  padding-left: 8%;
  display: inline-block;
  vertical-align: top;
}

#index .i-brand .right-box .brand-slick .slick-slide {
  text-align: center;
  font-size: 0;
}

#index .i-brand .right-box .brand-slick .slick-slide .img {
  margin: 0;
  width: 33.33%;
  padding: 3%;
  display: inline-block;
  overflow: hidden;
}

#index .i-brand .right-box .brand-slick .slick-slide .img img{
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#index .i-brand .right-box .brand-slick .slick-slide .img:hover img{
  webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

#index .i-brand .right-box .brand-slick .slick-slide .img:nth-child(-n+3) {
  /* border-bottom: 1px solid #4f4f4f; */
}

#index .i-brand .right-box .brand-slick .slick-slide .img img {
  width: 100%;
  margin: 0 auto;
  /* border-right: 1px solid #4f4f4f; */
}
#index .i-brand .right-box .brand-slick .slick-slide .img:last-child img,
#index .i-brand .right-box .brand-slick .slick-slide .img:nth-child(3n) img {
  border-right: 0;
}

@media (max-width: 1680px) {
  #index .i-brand {
    background-size: 40% auto;
    padding: 4% 0 2%;
  }
  #index .i-brand::after {
    top: 15px;
  }
  #index .i-brand .left-box {
    width: 30%;
  }
  #index .i-brand .right-box {
    width: calc(70% - 4px);
    padding-left: 5%;
  }
  #index .i-brand .right-box .brand-slick .slick-slide .img {
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  #index .i-brand {
    background-size: 35% 100%;
  }
  #index .i-brand .left-box .h2 {
    line-height: 1.5rem;
  }
  #index .i-brand .left-box .h2 .ch {
    margin-bottom: 0;
  }
  #index .i-brand .left-box .h2 .en {
    font-size: 1.35rem;
  }
  #index .i-brand::after {
    top: 10px;
  }
  #index .i-brand .right-box {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  #index .i-brand {
    padding: 5% 0 3%;
    background-position: -50px top;
    background-size: 40% 100%;
  }
  #index .i-brand::after {
    top: 10px;
    background-size: cover;
  }
  #index .i-brand .left-box {
    width: 25%;
  }
  #index .i-brand .left-box .h2:after {
    width: 30px;
    height: 30px;
    top: 10px;
    z-index: -1;
    background-size: contain;
  }
  #index .i-brand .left-box .h2:before {
    top: -5px;
  }
  #index .i-brand .left-box .h2 .ch {
    font-size: 1rem;
  }
  #index .i-brand .left-box .more {
    text-align: left;
  }
  #index .i-brand .right-box {
    padding-top: 2rem;
    width: calc(75% - 4px);
  }
  #index .i-brand .right-box .brand-slick .slick-slide .img img {
    padding: 0 10px;
  }
  #index .i-brand .right-box .brand-slick .slick-slide:nth-child(4) img,
  #index .i-brand .right-box .brand-slick .slick-slide:nth-child(5) img {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  #index .i-brand {
    padding: 0 0 3%;
    background: url(../images/brand_left_s.png) right top no-repeat;
    background-size: 100% 130px;
  }
  #index .i-brand::after {
    top: 15px;
  }
  #index .i-brand .left-box {
    width: auto;
    height: 120px;
    padding: 0;
  }
  #index .i-brand .left-box .h2 {
    display: inline-block;
    width: 150px;
  }
  #index .i-brand .left-box .more {
    display: inline-block;
  }
  #index .i-brand .right-box {
    width: 100%;
    padding-bottom: 1rem;
  }
#index .i-brand .right-box .brand-slick .slick-slide .img{ padding: 5px; }
  #index .i-brand .right-box .brand-slick .slick-slide .img img {
    padding: 0;
  }
}

.p-banner {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.p-banner::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 60px;
  width: 100%;
  background: url(../images/page_wave.png) no-repeat left bottom;
  background-size: 100% auto;
  animation: kenburns-right 1.8s ease-out alternate-reverse both infinite;
}

.p-banner .p-banner-bg img {
  width: 100%;
}

.p-banner .text {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 1.875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-banner .text .h2 {
  font-weight: bold;
}

.p-banner .text .h2 .ch:after {
  content: '';
  width: 1px;
  height: 85px;
  display: block;
  margin: 15px auto;
  background: #949494;
}

@media (max-width: 1199px) {
  .p-banner .text {
    top: 60%;
  }
  .p-banner .text .h2 {
    font-size: 2rem;
  }
  .p-banner .text .h2 .ch:after {
    height: 50px;
  }
  .p-banner .text .h2 .en {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .p-banner .text {
    top: 60%;
  }
  .p-banner .text .h2 {
    font-size: 1.5rem;
  }
  .p-banner .text .h2 .ch:after {
    height: 20px;
    margin: 10px auto 5px;
  }
  .p-banner .text .h2 .en {
    font-size: 1.25rem;
  }
}

.p-breadcrumb {
  display: block;
  padding: 0;
  list-style: none;
  text-align: right;
  color: #222;
  margin: 15px 0;
}

.p-breadcrumb li {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 5px;
}

.p-breadcrumb li a {
  color: #cdcdcd;
}

.p-breadcrumb li:first-child a {
  color: #ec6700;
}

.p-breadcrumb li:after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: -11px;
  background: #cdcdcd;
}

.p-breadcrumb li:last-child:after {
  display: none;
}
@media only screen and (min-width: 992px) {
.p-breadcrumb li a:hover{ color: #000 }
}
@media only screen and (max-width: 1199px) {
  .p-breadcrumb {
    margin: 20px 0;
  }
  .p-breadcrumb li{ padding-left: 8px }
}
@media only screen and (max-width: 991px) {
  .p-breadcrumb{ text-align: left }
  .p-breadcrumb li{ padding-left: 3px }
}

.result-ti {
  text-align: center;
  margin-bottom: 50px;
}

.result-ti p {
  font-size: 22px;
  letter-spacing: 1px;
  font-family: 'NotoSansTC-Regular';
}

.result-ti p span {
  color: #ec6700;
}

@media (max-width: 1440px){
  .result-ti{
    margin-bottom: 40px;
  }
}
@media (max-width: 991px){
  .result-ti{
    margin-bottom: 30px;
  }
  .result-ti p{
    font-size: 18px;
  }
}

.i-prod {
  position: relative;
  z-index: 2;
}

.i-prod .wrap-1350{
  max-width: 1350px;
  margin: auto;
}

.i-prod .prod-item-g{
  margin-top: 30px;
}

.i-prod .prod-item-g .slick-dots{
  bottom: 12%;
}

.prod-item-g {
  font-size: 0;
  margin: 0 -12px 20px;
  text-align: center;
}

.prod-item-g .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 12px;
  margin-bottom: 80px;
}

.prod-item-g .item.scroll-view .box .pic::after {
  width: 0;
}

.prod-item-g .box {
  position: relative;
  padding-bottom: 50px;
}

.prod-item-g .box .pic {
  position: relative;
  overflow: hidden;
}

.prod-item-g .box .pic::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ec6700;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.prod-item-g .box .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;
}

.prod-item-g .box .txt {
  width: 88%;
  border-radius: 6px;
  background: #fff;
  padding: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.prod-item-g .box .txt h4 {
  color: #222;
  font-size: 18px;
  margin: 0 0 8px 0;
  font-family: 'NotoSansTC-Regular';
  font-weight: bold;
}

.prod-item-g .box .txt span {
  color: #ec6700;
  font-size: 14px;
}
@media only screen and (min-width: 2000px){
#header .menu > ul > li {width:220px}
}
@media only screen and (min-width: 1600px){
#header .menu > ul > li {width:200px}
}
	
	

@media (min-width: 992px) {
  .prod-item-g .item:hover .pic img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (max-width: 1440px) {
  .prod-item-g .item {
    margin-bottom: 40px;
  }
  .prod-item-g .box {
    padding-bottom: 0;
  }
  .prod-item-g .box .pic img {
    width: 100%;
  }
  .prod-item-g .box .txt {
    position: relative;
    left: unset;
    bottom: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    padding: 15px;
  }
  .i-prod .prod-item-g .slick-dots{
    bottom: -1%;
  }
}

@media (max-width: 1199px) {
  .prod-item-g {
    margin: 0 -8px;
  }
  .prod-item-g .item {
    padding: 0 8px;
    margin-bottom: 30px;
  }
  .prod-item-g .box {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .i-prod .prod-item-g{
    margin-top: 20px;
  }
  .prod-item-g .box .txt h4 {
    font-size: 18px;
  }
  .prod-item-g .slick-dots{
    bottom: -2%;
  }
}

@media (max-width: 767px) {
  .prod-item-g {
    margin: 0 -5px;
  }
  .prod-item-g .item {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 20px;
  }
  .i-prod .prod-item-g .slick-dots{
    bottom: -4%;
  }
}

@media (max-width: 499px) {
  .prod-item-g {
    margin: 0;
  }
  .prod-item-g .item {
    padding: 0;
    width: 100%;
  }
}

.cursor {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: orange;
  mix-blend-mode: hard-light;
}

/* .cc-color-override--1299800452.cc-window{
  background: orange;
} */
@media (max-width: 991px){
  .cursor{
    display: none;
  }
}
.pro{overflow:hidden;}
.pro li{overflow:hidden;width:100%;border-bottom:1px solid #cccccc;padding-bottom:30px;margin-bottom:30px;}
.pro li .jj{line-height:1.6;}
.pro li .jj h2{margin:0px;margin-bottom:10px;color:red;margin-top:30px;font-size:20px;font-weight:bold;}
.pro li .jj h3{margin:0px;margin-bottom:15px;color:#000;font-size:18px;line-height:2;font-weight:bold;}
.pro .tu{width:27%;float:left;}
.pro .tu img{max-width:300px;width:100%;margin-top:20px;}
.pro .jj{width:51%;float:left;margin:0px 1%;text-align:left;}
.pro .jj p{margin-bottom:0px;font-weight:bold;}
.pro .xz{width:20%;float:left;}
.pro .xz img{margin-top:20px;width:85%;display:block;}


@media (max-width:800px){
 .pro{overflow:hidden;}
.pro li{overflow:hidden;width:100%;border-bottom:1px solid #cccccc;padding-bottom:30px;margin-bottom:30px;}
.pro li .jj{line-height:1.6;}
.pro li .jj h2{margin:0px;margin-bottom:10px;color:#000;font-size:16px;margin-top:20px;font-weight:bold;}
.pro li .jj h3{margin:0px;margin-bottom:15px;color:#000;font-size:14px;font-weight:bold;}
.pro .tu{width:98%;float:left;margin:1%;margin-bottom:10px;}
.pro .tu img{max-width:300px;width:100%;margin-top:20px;}
.pro .jj{width:98%;float:left;margin:1%;font-size:13px;}
.pro .jj span{font-size:13px !important;}
.pro .xz{width:98%;float:left;margin:1% 1%;text-align:center;}
}
#imgbox-loading { position: absolute; top: 0; left: 0; cursor: pointer; display: none; z-index: 90; }
#imgbox-loading div { background: #FFF; width: 100%; height : 100%; }
#imgbox-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: none; z-index: 80; }
.imgbox-wrap { position: absolute; top: 0; left: 0; background: #FFF; display: none; z-index: 90; }
.imgbox-img { padding: 0; margin: 0; border: none; width: 100%; height: 100%; vertical-align: top; }
.imgbox-title { padding-top: 10px; font-size: 11px; text-align: center; font-family: Arial; color: #333; display: none; }
.imgbox-bg-wrap { position: absolute; padding: 0; margin: 0; display: none; }
.imgbox-bg { position: absolute; width: 20px; height: 20px; }
.i-brand .item{text-align:center;}
.pro .xzx{text-align:left;}
.pro .xzx img{width:18%;margin:1% 5%;}
.procon img,.procon table{max-width:100%;height:auto !important;}
.procon table{display:block;}
#footer{border-top:1px solid #ccc;padding-top:15px;}