@charset "UTF-8";
/* RESET All ELEMENT */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, span, table, caption, tbody, tfoot, thead, tr, th, td, font, img, small, strong, sub, sup, p, a, dl, dt, dd, ol, ul, li, form, label {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* SPECIAL RESET */
ol, ul {
  list-style: none;
}

/*th,td{font-weight:normal;text-align:left;}*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

:focus {
  outline: none;
}

/*============================================
=                    Base                    =
============================================*/
html * {
  max-height: 1000000px;
  /*-webkit-text-size-adjust: 100%;*/
}

a {
  color: #535353;
  text-decoration: none;
}

a, area {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}

img {
  vertical-align: top;
}

/*iframeRwd*/
/*=============================================
=                   plugin                    =
=============================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*=============================================
=                  All setting               =
=============================================*/
/*=============================================
=                    base                     =
=============================================*/
body {
  font: normal 12px/18px Arial,'Noto Sans TC','Microsoft JhengHei','微軟正黑體';
  background: #faf8ed;
}

input, select, textarea {
  font: normal 12px/18px Arial,'Noto Sans TC','Microsoft JhengHei','微軟正黑體';
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

a {
  color: #faf8ed;
  text-decoration: none;
}

body, html {
  height: 100%;
}

/*=============================================
=                   loading                   =
=============================================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.loading.on {
  opacity: 1;
  visibility: visible;
}

.loading .block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*=============================================
=                 Structural                  =
=============================================*/
.wrapper {
  position: relative;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  text-align: center;
  background: #faf8ed;
  min-height: 750px;
}

.pcShow {
  display: block;
}

.mShow {
  display: none;
}

/*=============================================
=                    header                   =
=============================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  margin: 0 auto;
  background: #faf8ed;
  padding: 10px 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .block {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.header .block .menu {
  position: relative;
  width: 440px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.header .block .menu.mShow {
  display: none;
}

.header .block .menu .nav {
  position: relative;
  color: #fd7752;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 2%;
  display: inline-block;
  text-align: center;
  float: left;
}

.header .block .menu .social-fb {
  width: 10px;
  height: 20px;
  background: url(../img/social_fb.svg) 50% 50% no-repeat;
  background-size: cover;
}

.header .block .menuBar {
  margin: 10px 0 7px;
  float: right;
}

.header .block .logo {
  width: 47px;
  height: 27px;
  left: 1%;
  display: inline-block;
  margin: 3px 0;
}

.header .block .navOpen {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5%;
  width: 35px;
  height: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
}

.header .block .navOpen .menuBtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .block .navOpen .menuBtn i {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #fd7752;
  border-radius: 10px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.header .block .navOpen .menuBtn i:nth-child(1) {
  top: -7px;
}

.header .block .navOpen .menuBtn i:nth-child(3) {
  top: 7px;
}

.header .block .navOpen.on .menuBtn i {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.header .block .navOpen.on .menuBtn i:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4px;
}

.header .block .navOpen.on .menuBtn i:nth-child(2) {
  opacity: 0;
}

.header .block .navOpen.on .menuBtn i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -2px;
}

.header .menuBox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fde500;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  border-radius: 30%;
}

.header .menuBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 10px;
}

.header .menuBox .block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header .menuBox .block .nav {
  position: relative;
  display: block;
  padding: 35px 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  opacity: 0;
  visibility: hidden;
}

.header .menuBox .block .nav:nth-child(odd) {
  margin-left: -100px;
}

.header .menuBox .block .nav:nth-child(even) {
  margin-right: -100px;
}

.header .menuBox .block .nav:after {
  content: '';
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  height: 15px;
  display: inline-block;
  background: rgba(253, 119, 82, 0.5);
  -webkit-transform: translate(-50%, -50%) rotate(-7deg);
          transform: translate(-50%, -50%) rotate(-7deg);
  z-index: -1;
  width: 0;
}

.header .menuBox .block .social-fb {
  background: url(../img/social_fb.svg) 50% 50% no-repeat;
  background-size: auto 65%;
}

.header .menuBox .block .social-fb:after {
  display: none;
}

.header .menuBox.on {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  visibility: visible;
  background: rgba(253, 229, 0, 0.9);
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
}

.header .menuBox.on .block .nav {
  opacity: 1;
  visibility: visible;
}

.header .menuBox.on .block .nav:nth-child(odd) {
  -webkit-transition: all .9s;
  transition: all .9s;
  margin-left: 0;
}

.header .menuBox.on .block .nav:nth-child(odd):after {
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}

.header .menuBox.on .block .nav:nth-child(even) {
  -webkit-transition: all .9s;
  transition: all .9s;
  margin-right: 0;
}

.header .menuBox.on .block .nav:nth-child(even):after {
  -webkit-transition: all .9s;
  transition: all .9s;
  width: 100%;
}

/*=============================================
=                    swiper                   =
=============================================*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  color: #444444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #faf8ed;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
  width: 21px;
  height: 40px;
  margin-top: 0;
  display: block;
}

.swiper-button-next {
  background-image: url(../img/arrow-right.png);
  background-size: 100% auto;
  right: 2%;
}

.swiper-button-prev {
  background-image: url(../img/arrow-left.png);
  background-size: 100% auto;
  left: 2%;
}

@media screen and (max-width: 750px) {
  .swiper-slide {
    padding: 10% 5%;
  }
  .swiper-slide .kvBtn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    opacity: 1;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

/*=============================================
=                     index                   =
=============================================*/
.main {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .main {
    max-width: 750px;
  }
}

.main .kv {
  position: relative;
  background-size: cover;
  overflow: hidden;
  padding-top: 50%;
}

.main .kv .block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: -1%;
  pointer-events: none;
}

.main .kv .box {
  position: relative;
  float: left;
}

.main .kv .mainKV {
  width: 57%;
  height: auto;
  width: 63%;
  margin: 0 5%;
  background: #fde500;
  left: 50%;
  margin-left: -28.5%;
  border-radius: 10px;
  opacity: 0;
}

.main .kv .mainKV.on {
  -webkit-animation: bouce .6s forwards;
          animation: bouce .6s forwards;
}

@-webkit-keyframes bouce {
  100% {
    width: 57%;
    opacity: 1;
  }
}

@keyframes bouce {
  100% {
    width: 57%;
    opacity: 1;
  }
}

.main .kv .mainKV:before, .main .kv .mainKV:after {
  content: '';
}

.main .kv .mainKV:before {
  display: block;
  position: absolute;
  top: 5%;
  right: -32%;
  width: 90%;
  height: 23%;
  background: url(../img/kv_dec2.svg) 50% 50% no-repeat;
}

.main .kv .mainKV:after {
  display: block;
  position: absolute;
  bottom: 5%;
  left: -60%;
  width: 90%;
  height: 23%;
  background: url(../img/kv_dec1.svg) 50% 50% no-repeat;
}

.main .kv .mainKV .submain {
  position: relative;
  float: left;
}

.main .kv .mainKV .mainTitle {
  width: 68%;
  margin-left: -3%;
}

.main .kv .mainKV .mainTitle .title {
  margin: 13% 0;
}

.main .kv .mainKV .mainRole {
  width: 53%;
  margin: -2% -10% -16%;
}

.main .kv .mainKV .mainRole .keyrole .rolename {
  display: block;
  position: absolute;
  top: 54%;
  left: 59%;
  font-size: 1vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.main .kv .mainKV .mainRole .keyrole .rolename .name {
  font-size: 1.6vw;
}

.main .kv .mainKV .scrollDown {
  display: block;
  position: absolute;
  bottom: -4%;
  left: 7%;
  width: 5%;
  height: 9.5%;
  background: #000;
  border-radius: 100%;
  -webkit-animation: scrolldown 2s infinite;
          animation: scrolldown 2s infinite;
  pointer-events: all;
}

.main .kv .mainKV .scrollDown span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8vw .5vw 0 .5vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: #fff transparent transparent transparent;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.main .kv .dec {
  width: 15%;
}

.main .kv .decL {
  display: block;
  position: absolute;
  top: 0;
  left: 3%;
  text-align: left;
  -webkit-animation: showUp1 1s forwards;
          animation: showUp1 1s forwards;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  opacity: 0;
}

.main .kv .decL .dec_role {
  width: 100%;
}

@-webkit-keyframes showUp1 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes showUp1 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.main .kv .decR {
  display: block;
  position: absolute;
  right: 1%;
  bottom: 0;
  -webkit-animation: showUp2 .8s forwards;
          animation: showUp2 .8s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

@-webkit-keyframes showUp2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes showUp2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.main .page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden;
}

.main .page h2 {
  font-size: 48px;
  letter-spacing: 1px;
}

.main .page h4 {
  font-size: 26px;
  margin: 0;
}

.main .page .subject {
  line-height: 1.2;
}

.main .page .txtfont1 {
  font-size: 18px;
  line-height: 1.5;
}

.main .page .txtfont2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.main .page .moreBtn {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 20px;
  max-width: 90px;
  font-size: 16px;
  border-radius: 20px;
  letter-spacing: 1px;
  background: #000;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main .page .moreBtn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background: #4b4b4b;
  border-radius: 20px;
  opacity: 1;
  z-index: -12;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.main .page .moreBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background: #fd7752;
  border-radius: 20px;
  opacity: 0;
  z-index: -15;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
}

.main .page .moreBtn:hover {
  background: transparent;
}

.main .page .moreBtn:hover:before {
  opacity: 1;
  width: 105%;
}

.main .page .moreBtn:hover:after {
  opacity: 1;
  width: 120%;
}

.main .page .moreBtn .arrow {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 12px;
  -webkit-animation: scrolldownDown 1s infinite;
          animation: scrolldownDown 1s infinite;
}

@-webkit-keyframes scrolldownDown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes scrolldownDown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.main .page .swiper-control {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
}

.main .page .swiper-control .swiper-button-next {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 40px;
}

.main .page .swiper-control .swiper-button-next .arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.0px;
  border-color: transparent transparent transparent #fff;
}

.main .page1 {
  padding-top: 0;
}

.main .page1 .contBox {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
}

.main .page1 .contBox .block {
  position: relative;
  width: 60%;
  height: auto;
  margin: 5% 0;
  max-width: 400px;
}

.main .page1 .contBox .block .title {
  position: relative;
  display: block;
}

.main .page1 .contBox .block .title .sub {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main .page1 .contBox .block .title .icon {
  width: 55px;
  height: 55px;
  margin-right: 2%;
}

.main .page1 .contBox .block .title .subTitle {
  width: 80%;
  color: #000;
  text-align: left;
}

.main .page1 .contBox .block .title .subTitle p {
  font-size: 18px;
  display: block;
  line-height: 1.5;
}

.main .page1 .contBox .block .title .subject {
  display: block;
  font-size: 26px;
  line-height: 1.3;
  margin: 6px 0 1px;
}

.main .page1 .contBox .block .txtCont {
  position: relative;
  display: block;
  text-align: left;
}

.main .page1 .contBox .block .txtCont .txt {
  position: inherit;
  margin: 5% 0;
  min-height: 135px;
}

.main .page1 .cont1 {
  background: #6cceff;
}

.main .page1 .cont1 .block {
  float: right;
  padding: 0 7% 0 1%;
}

.main .page1 .cont2 {
  background: #5bc5c9;
}

.main .page1 .cont2 .block {
  float: left;
  padding: 0 1% 0 7%;
}

.main .page1 .moreBtn {
  margin: 30px 0 0;
}

.main .page2 .block {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}

.main .page2 .block .subTitle {
  position: relative;
  text-align: center;
  margin-left: -1%;
}

.main .page2 .block .subTitle p {
  font-size: 18px;
  display: block;
  line-height: 1.5;
}

.main .page2 .block .subject:before, .main .page2 .block .subject:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 90px;
  margin-top: -25px;
}

.main .page2 .block .subject:before {
  background: url(../img/page2_icon1.svg) 50% 50% no-repeat;
}

.main .page2 .block .subject:after {
  background: url(../img/page2_icon2.svg) 50% 50% no-repeat;
}

.main .page2 .block .txtCont {
  position: relative;
  text-align: left;
  margin: 3% auto;
}

.main .page2 .block .moreBtn {
  margin: 30px auto 0;
}

.main .page3 .subject:before {
  content: '';
  position: relative;
  display: block;
  vertical-align: middle;
  width: 220px;
  height: 110px;
  margin: 0 auto 20px;
}

.main .page3 .subject:before {
  background: url(../img/page3_icon1.svg) 50% 50% no-repeat;
}

.main .page3 .bg {
  position: relative;
  width: 88%;
  height: auto;
  background: #fde500;
  padding: 220px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-right-radius: 300px;
  border-top-right-radius: 300px;
}

.main .page3 .block {
  display: block;
  position: absolute;
  top: 58%;
  left: 50%;
  width: 65%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 925px;
}

.main .page3 .block .contBox {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.main .page3 .block .txtCont {
  width: 30%;
  text-align: left;
  margin: -3% 0 0;
}

.main .page3 .block .txtCont .txt {
  margin: 7% 0;
}

.main .page3 .block .swiperCont {
  width: 62%;
  margin-left: 7%;
}

.main .page3 .block .swiper-container1 .swiper-slide {
  width: 100%;
  height: auto;
}

.main .page3 .block .swiper-container1 .swiper-slide .sub {
  position: relative;
  display: block;
}

.main .page3 .block .swiper-container1 .swiper-slide .img {
  width: 100%;
  height: auto;
  background: #6cceff;
  border-radius: 15px;
  overflow: hidden;
}

.main .page3 .block .swiper-container1 .swiper-slide .subTxt {
  color: #000;
  margin: 30px auto 40px;
}

.main .page3 .block .swiper-container1 .swiper-slide .subTxt .txtfont2 {
  margin: 5px 0;
}

.main .page3 .block .swiper-container1 .swiper-slide .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.main .page3 .block .swiper-control {
  top: 25%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.main .page3 .block .swiper-control .swiper-button-next {
  right: -2%;
}

.main .page4 {
  padding: 0 0 35px;
}

.main .page4 .block .subject:before {
  content: '';
  position: relative;
  width: 150px;
  height: 70px;
  display: block;
  margin: 0 auto 20px;
  background: url(../img/page4_icon1.svg) 50% 50% no-repeat;
}

.main .page4 .block .swiperCont {
  max-width: 925px;
  margin: 4% auto;
}

.main .page4 .block .swiper-container2 .swiper-slide .subName {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  line-height: 1.5;
}

.main .page4 .block .swiper-control {
  max-width: 925px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main .page4 .block .swiper-control .swiper-button-next {
  right: -2%;
}

.main .page5 {
  background: #f7bec5;
}

.main .page5 .block:before {
  content: '';
  position: relative;
  width: 150px;
  height: 70px;
  display: block;
  margin: 0 auto 20px;
  background: url(../img/page5_icon1.svg) 50% 50% no-repeat;
}

.main .page5 .block .contBox {
  position: relative;
  max-width: 975px;
  margin: 3% auto;
}

.main .page5 .block .contBox .subSch {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 1%;
  background: #faf8ed;
  border-radius: 12px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 20px 20px 15px 5px;
  letter-spacing: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .page5 .block .contBox .subSch:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 20px;
  background: url(../img/page5_icon3.svg) 50% 50% no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .page5 .block .contBox .subSch:hover {
  color: #4b4b4b;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.main .page5 .block .contBox .subSch:hover:before {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-animation: shake .5s forwards;
          animation: shake .5s forwards;
}

@-webkit-keyframes shake {
  50% {
    -webkit-transform: translateY(-2px) rotate(-3deg);
            transform: translateY(-2px) rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes shake {
  50% {
    -webkit-transform: translateY(-2px) rotate(-3deg);
            transform: translateY(-2px) rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

.main .page5 .block .notice {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin: 2% auto;
  color: #727070;
}

.main .page6 .bg {
  position: relative;
  width: 88%;
  height: auto;
  float: right;
  background: #fde500;
  padding: 220px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 300px;
  border-top-left-radius: 300px;
}

.main .page6 .block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 925px;
}

.main .page6 .block .contBox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main .page6 .block .mag {
  width: 40%;
  margin-left: 2%;
}

.main .page6 .block .txtCont {
  width: 45%;
  text-align: left;
  margin-left: 2%;
}

.main .page6 .block .txtCont .subject {
  margin: 25px 0;
}

.main .page6 .block .txtCont .price {
  position: inherit;
  font-size: 22px;
  color: red;
  font-weight: bold;
  font-family: 'Noto Sans TC';
  margin: 15px 0;
}

.main .page6 .block .txtCont .btnBlock {
  position: relative;
  display: block;
}

.main .page6 .block .txtCont .btnBlock .moreBtn {
  margin: 7% 2%;
  display: inline-block;
}

.main .page6 .block .txtCont .btnBlock .moreBtn:first-child {
  margin-left: 0;
}

.clear {
  clear: both;
}

/*=============================================
=                  keyframes                  =
=============================================*/
@-webkit-keyframes switchMenuBg {
  0% {
    background: #5bc5c9;
    width: 60px;
  }
  100% {
    background: #faf8ed;
    width: 56px;
  }
}
@keyframes switchMenuBg {
  0% {
    background: #5bc5c9;
    width: 60px;
  }
  100% {
    background: #faf8ed;
    width: 56px;
  }
}

@-webkit-keyframes switchOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes switchOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes switchLefttoRight {
  0% {
    left: -350px;
  }
  100% {
    left: 0;
  }
}

@keyframes switchLefttoRight {
  0% {
    left: -350px;
  }
  100% {
    left: 0;
  }
}

/*=============================================
=                    footer                  =
=============================================*/
.footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #6cceff;
}

.footer p {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #fff;
  background: #000;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*=============================================
=                    popup                   =
=============================================*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: z-index 1s,visibility 0.5s,opacity 1s;
  transition: z-index 1s,visibility 0.5s,opacity 1s;
}

.popup.on {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.popup .popWrap {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.popup .popWrap:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.popup .popCon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}

.popup .popCon .xBtn {
  display: block;
  position: absolute;
  top: -30px;
  right: -25px;
  width: 30px;
  height: 30px;
  display: block;
}

.popup .popCon .xBtn:before, .popup .popCon .xBtn:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 15px;
  background: #fff;
  display: block;
}

.popup .popCon .xBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup .popCon .xBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup .contBox {
  position: relative;
  width: 600px;
  height: 200px;
  background: #fff;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.popup .contBox.on {
  display: block;
}

/*=============================================
=                     RWD                   =
=============================================*/
@media screen and (min-width: 1600px) {
  .header .block .menuBar {
    width: 600px;
  }
  .header .block .menuBar .nav {
    font-size: 20px;
  }
  .main .page {
    padding: 50px 0;
  }
  .main .page .txtfont1 {
    font-size: 22px;
  }
  .main .page .txtfont2 {
    font-size: 18px;
  }
  .main .page1 .contBox .block {
    max-width: 600px;
    width: 70%;
  }
  .main .page2 .block {
    max-width: 1000px;
  }
  .main .page3 .bg {
    padding: 300px 0;
  }
  .main .page3 .block {
    max-width: 60%;
  }
  .main .page3 .block .swiper-control {
    top: 23%;
  }
  .main .page4 .block .swiperCont {
    max-width: 1000px;
  }
  .main .page4 .block .swiper-control {
    max-width: 1000px;
  }
  .main .page5 .block .contBox {
    max-width: 1200px;
  }
  .main .page5 .block .contBox .subSch {
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .header .block .menuBar {
    width: 450px;
  }
  .main .kv {
    padding: 40% 0 7%;
  }
  .main .page1 .contBox .block {
    width: 85%;
    max-width: 450px;
  }
  .main .page1 .contBox .block .title .subject {
    font-size: 22px;
  }
  .main .page3 .block {
    left: 43.5%;
  }
  .main .page3 .block .swiper-control {
    top: 20%;
  }
  .main .page3 .bg {
    padding: 280px 0;
  }
  .main .page4 .block .swiperCont {
    max-width: 800px;
  }
  .main .page4 .block .swiper-control {
    max-width: 800px;
    top: 48%;
  }
  .main .page5 .block .contBox {
    max-width: 1000px;
  }
  .main .page6 .block .txtCont {
    width: 50%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .main .kv {
    padding: 50% 0 10%;
  }
  .main .kv .mainKV .scrollDown {
    width: 40px;
    height: 40px;
  }
  .main .kv .mainKV .scrollDown span {
    border-width: 13px 9px 0px 9px;
  }
  .main .page1 .contBox .block .icon {
    width: 45px;
    height: 45px;
  }
  .main .page1 .contBox .block .title .subTitle .subject {
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .main .page1 .contBox .block .title .subTitle p {
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .main .page1 .cont1 .block {
    padding: 5% 7% 5% 1%;
  }
  .main .page1 .cont2 .block {
    padding: 5% 1% 5% 7%;
  }
  .main .page2 .block {
    max-width: 640px;
  }
  .main .page3 .block {
    left: 45%;
    width: 70%;
  }
  .main .page3 .block .txtCont {
    width: 40%;
  }
  .main .page3 .block .swiperCont {
    width: 50%;
  }
  .main .page3 .block .swiper-control {
    top: 28%;
  }
  .main .page4 .block .swiperCont {
    max-width: 640px;
  }
  .main .page4 .block .swiper-control {
    max-width: 640px;
  }
  .main .page4 .block .swiper-container2 .swiper-slide .subName {
    font-size: 16px;
  }
  .main .page5 .block .contBox {
    max-width: 640px;
  }
  .main .page5 .block .contBox .subSch {
    width: 35%;
  }
  .main .page6 .block {
    width: 80%;
    max-width: 640px;
  }
  .main .page6 .block .mag {
    width: 45%;
    margin-left: 1%;
  }
  .main .page6 .block .txtCont {
    width: 50%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .header .block .menuBar {
    width: 470px;
  }
  .main .page h4 {
    font-size: 22px;
  }
  .main .page .txtfont1 {
    font-size: 16px;
  }
  .main .page .txtfont2 {
    font-size: 16px;
  }
  .main .page .moreBtn {
    padding: 10px 15px 10px 18px;
    font-size: 14px;
  }
  .main .page1 .contBox .block {
    margin: 8% auto;
  }
  .main .page1 .contBox .block .title .subTitle p {
    font-size: 16px;
  }
  .main .page1 .contBox .block .txtCont .txt {
    min-height: 75px;
  }
  .main .page2 .block {
    max-width: 640px;
  }
  .main .page2 .block .subject:before, .main .page2 .block .subject:after {
    background-size: 80% auto;
  }
  .main .page2 .block .subTitle p {
    font-size: 16px;
  }
  .main .page3 .bg {
    width: 95%;
    padding: 190px 0;
  }
  .main .page3 .block {
    width: 75%;
    top: 53%;
  }
  .main .page3 .block .swiper-container1 .swiper-slide .title {
    font-size: 18px;
  }
  .main .page3 .block .swiper-container1 .swiper-slide .subTxt {
    margin: 20px auto;
  }
  .main .page3 .block .swiper-control {
    top: 25%;
  }
  .main .page3 .block .swiper-control .swiper-button-next {
    right: -3%;
  }
  .main .page4 .block {
    width: 85%;
    margin: 0 auto;
  }
  .main .page4 .block .subject:before {
    background-size: 80% auto;
    margin: 0 auto 10px;
  }
  .main .page4 .block .swiperCont {
    margin: 10% auto;
    max-width: 100%;
  }
  .main .page4 .block .swiper-container2 .swiper-slide .subName {
    font-size: 18px;
  }
  .main .page4 .block .swiper-control {
    max-width: 85%;
    top: 47%;
  }
  .main .page4 .block .swiper-control .swiper-button-next {
    right: -3%;
  }
  .main .page5 .block:before {
    background-size: 80% auto;
    margin: 0 auto 10px;
  }
  .main .page5 .block .contBox {
    max-width: 700px;
    margin: 6% auto;
  }
  .main .page5 .block .contBox .subSch {
    width: 27%;
    margin: 1.5% 1%;
  }
  .main .page5 .block .contBox .subSch:before {
    margin: -1px 5px 0 10px;
    width: 16px;
    height: 16px;
  }
  .main .page6 .bg {
    width: 95%;
    padding: 190px 0;
  }
  .main .page6 .block {
    max-width: 100%;
  }
  .main .page6 .block .txtCont {
    width: 52%;
  }
  .main .page6 .block .txtCont .subject {
    margin: 20px 0 10px;
  }
  .main .page6 .block .mag {
    width: 43%;
  }
}

@media screen and (max-width: 750px) {
  .pcShow {
    display: none;
  }
  .mShow {
    display: block;
  }
  .header {
    background: transparent;
  }
  .header .block .menu.pcShow {
    display: none;
  }
  .header .block .menu.mShow {
    display: block;
  }
  .main .kv {
    padding: 25% 0 40%;
    height: 750px;
  }
  .main .kv .dec.pcShow {
    display: none;
  }
  .main .kv .block {
    top: 48%;
  }
  .main .kv .block:after {
    content: '';
    display: block;
    position: absolute;
    right: 10%;
    bottom: -17%;
    width: 50%;
    height: 20%;
    background: url(../img/kv_dec3.svg) 50% 50% no-repeat;
    background-size: 100% auto;
  }
  .main .kv .mainKV {
    width: 70%;
    margin-left: -37.5%;
  }
  @-webkit-keyframes bouce {
    100% {
      width: 75%;
      opacity: 1;
    }
  }
  @keyframes bouce {
    100% {
      width: 75%;
      opacity: 1;
    }
  }
  .main .kv .mainKV:after {
    width: 120%;
    left: 50%;
    top: 37%;
    bottom: auto;
    z-index: 1;
    background: url(../img/kv_dec4.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .main .kv .mainKV:before {
    top: 40%;
    left: -10%;
    right: auto;
    width: 100%;
    z-index: 1;
    background-size: 100% auto;
    display: none;
  }
  .main .kv .mainKV .submain {
    width: 125%;
    margin: 0 -11%;
  }
  .main .kv .mainKV .mainRole {
    width: 100%;
    margin: 0 0 -13% 10%;
    z-index: 2;
  }
  .main .kv .mainKV .mainRole .keyrole .rolename {
    font-size: 12px;
  }
  .main .kv .mainKV .mainRole .keyrole .rolename .name {
    font-size: 20px;
  }
  .main .kv .mainKV .scrollDown {
    width: 35px;
    height: 35px;
    right: -6%;
    left: auto;
    bottom: -2%;
    z-index: 3;
  }
  .main .kv .mainKV .scrollDown span {
    border-width: 10px 6px 0 6px;
  }
  .main .page h4 {
    font-size: 20px;
  }
  .main .page1 .contBox {
    width: 100%;
  }
  .main .page1 .contBox .block {
    float: none;
    padding: 0;
    max-width: 85%;
  }
  .main .page1 .contBox .block .title .subTitle .subject {
    font-size: 20px;
  }
  .main .page1 .contBox .block .title .subject {
    font-size: 22px;
  }
  .main .page1 .moreBtn {
    margin: 25px 0 0;
  }
  .main .page2 {
    padding: 10px 0;
    overflow: hidden;
  }
  .main .page2 .block .subject:before, .main .page2 .block .subject:after {
    background-size: 60% auto;
  }
  .main .page2 .block .subject:before {
    margin: -20px 0;
    background-position: right 50%;
  }
  .main .page2 .block .subject:after {
    margin: -20px 0;
    background-position: left 50%;
  }
  .main .page2 .block .txtCont {
    width: 85%;
  }
  .main .page3 .bg {
    width: 100%;
    padding: 85% 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .main .page3 .subject:before {
    margin: 0 0 10px;
    background-position: left 50%;
    background-size: auto 80%;
  }
  .main .page3 .block {
    width: 85%;
    top: 53%;
    left: 50%;
  }
  .main .page3 .block .txtCont {
    width: 100%;
  }
  .main .page3 .block .txtCont .txt {
    margin: 2% 0;
  }
  .main .page3 .block .swiper-container1 .swiper-slide {
    padding: 2% 0;
  }
  .main .page3 .block .swiper-container1 .swiper-slide .subTxt .txtfont2 {
    margin: 8px 0;
  }
  .main .page3 .block .swiperCont {
    width: 100%;
    margin-left: 0;
  }
  .main .page3 .block .swiper-control {
    top: 58%;
  }
  .main .page3 .block .swiper-control .swiper-button-next {
    right: -5%;
  }
  .main .page4 .block .swiper-container2 .swiper-slide {
    padding: 0%;
  }
  .main .page4 .block .swiper-control {
    width: 85%;
    top: 50%;
  }
  .main .page4 .block .swiper-control .swiper-button-next {
    right: -5%;
  }
  .main .page5 .block .contBox .subSch {
    width: 40%;
    margin: 1.5% .5%;
    font-size: 12px;
    padding: 13px 10px 10px 0;
    border-radius: 8px;
  }
  .main .page6 {
    background: #fde500;
  }
  .main .page6 .bg {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-top: 100%;
  }
  .main .page6 .block .mag {
    width: 80%;
    margin: 0 17% 0 3%;
  }
  .main .page6 .block .txtCont {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 414px) {
  .header .menuBox .block .nav {
    font-size: 22px;
  }
  .main .kv {
    padding: 0;
  }
  .main .page3 .block .swiper-control {
    top: 63%;
  }
  .main .page6 .block {
    max-width: 350px;
  }
  .main .page6 .block .mag {
    width: 80%;
    margin: 0 23% 0 7%;
  }
}

@media screen and (max-width: 375px) {
  .main .page3 .bg {
    padding: 100% 0;
  }
}
/*# sourceMappingURL=layout.css.map */