/* -------------------------------------
	 * Foundation
	 * -------------------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Config */
html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5); }
  html .no-tap-highlight {
    -webkit-tap-highlight-color: transparent; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-tap-highlight-color: inherit; }

body {
  color: #656565;
  font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff; }

a {
  color: #898989;
  text-decoration: none;
  transition: color .3s; }
  a:hover {
    color: #fff; }

[href*="tel:"] {
  color: #8c1015 !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

.inline-block {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.img-block {
  display: block; }

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

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.vam {
  vertical-align: middle; }

.vat {
  vertical-align: top !important; }

.vab {
  vertical-align: bottom; }

/* -------------------------------------
	 * Layout
	 * -------------------------------------*/
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }

.main {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  padding: 75px 10px;
  background: url(../images/bg.jpg) 0 0 repeat; }
  .main:before, .main:after {
    content: " ";
    display: table; }
  .main:after {
    clear: both; }
  .main--s1 {
    position: relative; }
    .main--s1:before {
      content: ' ';
      width: 100%;
      height: 315px;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      background: url(../images/bg_s1_r.png) right 0 no-repeat, url(../images/bg_s1_l.png) left 170px no-repeat; }
    .main--s1:after {
      content: ' ';
      width: 100%;
      height: 312px;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      background: url(../images/bg_s1_bottom.png) center bottom no-repeat; }
  @media (max-width: 899px) {
    .main {
      padding: 35px 10px; }
      .main--s1:before {
        display: none !important; } }
  @media (max-width: 599px) {
    .main {
      padding: 20px 10px; }
      .main--s1:after {
        background-size: contain; } }

.header {
  width: 100%;
  height: 100px;
  padding: 0 5%;
  background-color: #800e13;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 3; }
  .page-index .header {
    display: none; }
    .page-index .header.is-top {
      display: flex;
      position: fixed; }
  .header__logo {
    display: block;
    width: 40%;
    height: 72px;
    background: url(../images/pg_logo.png) 0 0 no-repeat;
    background-size: contain; }
  .header__nav {
    width: 60%; }
  @media (max-width: 1024px) {
    .header {
      height: 80px; }
      .header__logo {
        height: 50px; }
      .header__nav {
        display: none !important; } }
  @media (max-width: 899px) {
    .header {
      padding: 0;
      display: block; }
      .page-index .header {
        display: block; }
        .page-index .header.is-top {
          display: block; }
      .header__logo {
        width: 69%;
        margin: 0 auto;
        background-position: center 0;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%); }
      .header.is-active {
        display: block;
        border-bottom: 1px solid #5f0609; } }

/* Banner */
.banner {
  position: relative;
  overflow: hidden; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner img {
    max-width: 100%;
    height: auto;
    display: block; }
  .banner__tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%); }
  @media (max-width: 1799px) {
    .banner {
      margin-top: 100px;
      height: 375px; }
      .banner__tit {
        width: 100%;
        position: relative;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
        display: flex;
        align-items: center;
        justify-content: center; }
      .banner__bg {
        width: auto;
        height: 100%;
        max-width: initial !important;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -50%); } }
  @media (max-width: 1199px) {
    .banner {
      margin-top: 80px;
      height: 40vh; } }
  @media (max-width: 599px) {
    .banner {
      height: 50vh; } }
  @media (max-width: 599px) {
    .banner {
      height: 60vh; } }

.aside {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 1; }
  .aside:before, .aside:after {
    content: " ";
    display: table; }
  .aside:after {
    clear: both; }
  .aside__link {
    margin: 0 10px;
    padding: 13px 30px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-family: "MingLiU", "SimSun";
    color: #bd985f;
    border: 1px solid #bd985f; }
    .aside__link:hover, .aside__link.is-active {
      color: #fff;
      background-color: #bd985f; }
  @media (max-width: 899px) {
    .aside {
      margin-bottom: 5px; }
      .aside__link {
        margin: 0 0 10px;
        width: 20%;
        padding: 13px 15px; } }
  @media (max-width: 599px) {
    .aside__link {
      width: 33.33%;
      font-size: 4vw;
      display: block;
      float: left;
      background-color: #fff; } }

.footer {
  background-color: #1b1b1b;
  position: relative; }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  .footer__in {
    padding: 30px 20px; }
  .footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer__row:before, .footer__row:after {
      content: " ";
      display: table; }
    .footer__row:after {
      clear: both; }
    .footer__row--2 {
      flex-direction: row-reverse; }
    @media (max-width: 599px) {
      .footer__row {
        display: block; } }
  .footer__logo {
    width: 50%; }
  .footer__nav {
    width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-family: "cwTeXFangSong", serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px; }
    .footer__nav li a {
      opacity: .9;
      color: #fff;
      transition: all .3s; }
    .footer__nav li:hover a {
      color: #bd985f; }
  .footer__cp {
    width: 50%;
    font-size: 13px;
    font-family: "Arial";
    color: #fff; }
  .footer__social {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .footer__icon {
    margin-left: 10px;
    opacity: 1;
    transition: opacity .3s; }
    .footer__icon:hover {
      opacity: .7; }
  @media (max-width: 599px) {
    .footer__logo {
      width: 100%; }
      .footer__logo img {
        max-width: 53%;
        display: block;
        margin: 0 auto; }
    .footer__nav {
      width: 100%;
      display: block;
      border-bottom: 0;
      overflow: hidden; }
      .footer__nav li {
        width: 33.33%;
        padding: .5em 0;
        text-align: center;
        float: left; }
        .footer__nav li a {
          color: #fff; }
    .footer__cp {
      width: 100%;
      text-align: center;
      line-height: 1.75em; }
    .footer__dc {
      display: block; }
    .footer__social {
      width: 100%;
      margin-bottom: 7px;
      justify-content: center; } }

.footerInfo:before, .footerInfo:after {
  content: " ";
  display: table; }

.footerInfo:after {
  clear: both; }

.footerInfo__in {
  height: 142px;
  background: url(../images/footer/footer_info_bg.jpg) center 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }

.footerInfo__dec {
  font-family: "MingLiU", "SimSun";
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center; }

.footerInfo__icon {
  width: 67px;
  height: 67px;
  margin-right: 22px;
  display: inline-block;
  background: url(../images/icon_tel.png) 0 0 no-repeat;
  background-size: contain; }

@media (max-width: 599px) {
  .footerInfo__in {
    padding: 0;
    background-position: 26% center; }
  .footerInfo__dec {
    width: 100%;
    font-size: 6vw; }
    .footerInfo__dec [href*="tel:"] {
      color: #fff !important; }
  .footerInfo__icon {
    width: 20%;
    height: 60px;
    text-align: right;
    background-position: right 0; } }

.gotop {
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  opacity: 1;
  transition: opacity .3s; }
  .gotop img {
    width: 100%;
    display: block; }
  .gotop:hover {
    opacity: .7; }
  @media (max-width: 599px) {
    .gotop {
      width: 12%; } }

/* -------------------------------------
	 * Components
	 * -------------------------------------*/
.nav {
  display: flex;
  align-items: center; }
  .nav__linkGroup {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .nav__linkGroup a {
      font-size: 18px;
      font-family: "cwTeXFangSong", serif;
      color: #fff;
      opacity: .9;
      transition: all .3s; }
      .nav__linkGroup a span {
        display: inlnie-block;
        vertical-align: middle; }
      .nav__linkGroup a:hover, .nav__linkGroup a.is-active {
        opacity: 1;
        color: #bd985f; }
        .nav__linkGroup a:hover i img:nth-child(1), .nav__linkGroup a.is-active i img:nth-child(1) {
          opacity: 1; }
        .nav__linkGroup a:hover i img:nth-child(2), .nav__linkGroup a.is-active i img:nth-child(2) {
          opacity: 0; }
    .nav__linkGroup i {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -2px; }
      .nav__linkGroup i img {
        width: 100%;
        display: block; }
        .nav__linkGroup i img:nth-child(1) {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
        .nav__linkGroup i img:nth-child(2) {
          opacity: 1; }
  .nav__social {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .nav__cp {
    font-size: 13px;
    font-family: "Arial";
    color: white;
    text-align: center;
    line-height: 1.5em;
    display: none; }
    .nav__cp span {
      color: #7d7d7d; }
  @media (max-width: 899px) {
    .nav__linkGroup a {
      font-size: 4vw;
      padding: 1em 0; }
    .nav.is-active {
      width: 100%;
      height: 100vh;
      display: block !important;
      background-color: #800e13;
      border-top: 1px solid #ff0000;
      margin-top: 80px; }
      .nav.is-active .nav__linkGroup {
        width: 100%;
        height: calc(100vh - 20vh - 80px);
        display: flex !important;
        flex-direction: column;
        justify-content: space-around; }
        .nav.is-active .nav__linkGroup a {
          width: 100%;
          display: block;
          text-align: center; }
        .nav.is-active .nav__linkGroup .icon {
          display: none; }
      .nav.is-active .nav__social {
        width: 100%;
        height: 10vh;
        display: block;
        text-align: center; }
      .nav.is-active .nav__cp {
        width: 100%;
        height: 10vh;
        display: block; } }
  @media (max-width: 599px) {
    .nav__linkGroup a {
      font-size: 6vw; } }

.social__icon {
  margin-left: 10px;
  opacity: 1;
  transition: opacity .3s; }
  .social__icon:hover {
    opacity: .7; }

.form button {
  border: none; }

.form input, .form textarea, .form select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #898989;
  line-height: 1em;
  background-color: white;
  outline: none;
  border: none; }
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
    font-size: 15px;
    font-family: "Microsoft JhengHei";
    color: #cccccc; }
  .form input:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder {
    font-size: 15px;
    font-family: "Microsoft JhengHei";
    color: #cccccc; }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
    font-size: 15px;
    font-family: "Microsoft JhengHei";
    color: #cccccc; }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
    font-size: 15px;
    font-family: "Microsoft JhengHei";
    color: #cccccc; }

.form select {
  padding-right: calc(6% + 35px);
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon_select.png) 92% center no-repeat;
  background-color: white;
  border-radius: 0px; }

.form__row:before, .form__row:after {
  content: " ";
  display: table; }

.form__row:after {
  clear: both; }

.form__row--2col .form__col {
  width: 50%; }
  .form__row--2col .form__col + .form__col {
    padding-left: 20px; }

.form__row--addGroup {
  display: flex;
  align-items: center; }
  .form__row--addGroup .form__label {
    width: 120px; }
  .form__row--addGroup .form__labelCol {
    width: calc(100% - 120px); }
    .form__row--addGroup .form__labelCol select {
      width: 49%;
      display: block;
      float: left; }
      .form__row--addGroup .form__labelCol select + select {
        line-height: 1em;
        margin-left: 2%; }

.form__row--store {
  display: flex;
  align-items: center; }
  .form__row--store .form__labelCol select {
    width: 49%;
    padding: 15px;
    display: block;
    float: left; }
    .form__row--store .form__labelCol select + input {
      width: 49%;
      float: left;
      margin-left: 2%; }

.form__row--budget {
  display: flex;
  align-items: center; }
  .form__row--budget .form__labelCol select {
    width: 100%;
    padding: 15px; }

.form__row--time {
  display: flex;
  align-items: center; }
  .form__row--time .form__labelCol select {
    width: 100%;
    padding: 15px; }

.form__col {
  width: 100%;
  padding: 6px 0;
  float: left; }

.form__label {
  width: 90px;
  display: inline-block; }

.form__labelCol {
  width: calc(100% - 90px);
  display: inline-block; }

.form__control {
  width: 100%;
  overflow: hidden;
  margin-top: 20px; }
  .form__control:before, .form__control:after {
    content: " ";
    display: table; }
  .form__control:after {
    clear: both; }
  .form__control button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-family: "MingLiU", "SimSun";
    color: #fcfdfa; }

.form__cancel {
  background-color: #959595; }

.form__submit {
  background-color: #b18f6e; }

@media (max-width: 599px) {
  .form__row:before, .form__row:after {
    content: " ";
    display: table; }
  .form__row:after {
    clear: both; }
  .form__row--2col .form__col {
    width: 100%; }
    .form__row--2col .form__col + .form__col {
      padding-left: 0; }
  .form__row--addGroup {
    display: block; }
    .form__row--addGroup .form__label {
      width: 100%;
      clear: both;
      margin-bottom: 10px; }
    .form__row--addGroup .form__labelCol {
      width: 100%; } }

.control__reCAPTCHA {
  width: 302px;
  margin-right: 35px;
  float: left; }

.control__btnGroup {
  float: left; }
  .control__btnGroup button {
    display: inline-block; }

@media (max-width: 899px) {
  .control__reCAPTCHA {
    width: 50%;
    float: left;
    margin-right: 0; }
  .control__btnGroup {
    width: 50%;
    float: left; }
    .control__btnGroup button {
      width: 49%;
      float: left; }
      .control__btnGroup button + button {
        margin-left: 2%; } }

@media (max-width: 599px) {
  .control__reCAPTCHA {
    margin-bottom: 15px; }
  .control__btnGroup {
    width: 100%; } }

/* pagination */
.pagination {
  padding: 0 0 50px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination li {
    margin: 0 2.5px;
    display: inline-block; }
  .pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: inline-block;
    color: #8c1015;
    font-weight: bold;
    font-size: 16px;
    font-family: "Times";
    border: 1px solid #8c1015;
    transition: all .5s; }
    .pagination a img {
      vertical-align: middle;
      display: inline-block; }
    .pagination a:hover {
      color: #fff;
      background-color: #8c1015; }
  .pagination__pre a {
    color: transparent !important;
    background: url(../images/icon_l_r.png) center center no-repeat; }
    .pagination__pre a:hover {
      background: #8c1015 url(../images/icon_l_w.png) center center no-repeat; }
  .pagination__next a {
    color: transparent !important;
    background: url(../images/icon_r_r.png) center center no-repeat; }
    .pagination__next a:hover {
      background: #8c1015 url(../images/icon_r_w.png) center center no-repeat; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 50px;
  height: 33px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 50px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -15px; }
  .hamburger-inner::after {
    bottom: -15px; }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 15px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 30px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 15px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -30px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

.hamburger {
  transform: scale(0.75); }
  @media (min-width: 1200px) {
    .hamburger {
      display: none; } }
  @media (max-width: 1199px) {
    .hamburger {
      position: absolute;
      padding: 0 15px;
      top: 50%;
      left: 0;
      z-index: 1;
      transform: translate(50%, -50%); } }
  @media (max-width: 899px) {
    .hamburger .hamburger-box {
      width: 35px;
      height: 23px; }
    .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
      width: 35px; }
    .hamburger .hamburger-inner:before {
      top: 10px; }
    .hamburger .hamburger-inner:after {
      top: 20px; }
    .hamburger.hamburger--elastic.is-active .hamburger-inner {
      transform: translate3d(0, 10px, 0) rotate(135deg); }
      .hamburger.hamburger--elastic.is-active .hamburger-inner:after {
        transform: translate3d(0, -20px, 0) rotate(-270deg); } }
  @media (max-width: 599px) {
    .hamburger {
      padding: 0 2%; }
      .hamburger .hamburger-box {
        width: 25px;
        height: 23px; }
      .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
        width: 25px; }
      .hamburger .hamburger-inner:before {
        top: 8px; }
      .hamburger .hamburger-inner:after {
        top: 15px; }
      .hamburger.hamburger--elastic.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(135deg); }
        .hamburger.hamburger--elastic.is-active .hamburger-inner:after {
          transform: translate3d(0, -15px, 0) rotate(-270deg); } }

/* Index */
.page-index {
  background: url(../images/bg.jpg) 0 0 repeat; }

.idxNav {
  width: 50%;
  display: flex;
  justify-content: flex-end; }
  .idxNav__linkGroup a {
    width: 40px;
    height: 175px;
    margin: 0 10px;
    padding: 0 10px 15px;
    display: block;
    background-color: #1b1b1b;
    float: left;
    font-size: 18px;
    text-align: center;
    font-family: "cwTeXFangSong", serif;
    color: #bd985f;
    opacity: .9;
    transition: all .3s;
    display: flex;
    justify-content: flex-end;
    flex-direction: column; }
    .idxNav__linkGroup a:hover {
      height: 204px;
      background-color: #8c1015; }
  .idxNav__linkGroup i {
    width: 21px;
    height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .idxNav__social {
    width: 15%;
    padding-top: 72px; }
  @media (max-width: 899px) {
    .idxNav {
      display: none; } }

.idxHero {
  height: 100vh;
  overflow: hidden;
  background: url(../images/index/idxHero_bg.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0;
  transition: opactiy .3s; }
  .idxHero:before, .idxHero:after {
    content: " ";
    display: table; }
  .idxHero:after {
    clear: both; }
  .is-ready .idxHero {
    opacity: 1; }
  .idxHero__hd {
    width: 100%;
    padding: 0 0 0 5%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: space-between;
    z-index: 1; }
  .idxHero__logo {
    width: 20vw; }
    .idxHero__logo img {
      width: 100%; }
  .idxHero__nav {
    width: 60vw; }
  @media (max-width: 899px) {
    .idxHero__logo {
      display: none; } }
  .idxHero__tree {
    position: absolute;
    left: 0;
    top: 0;
    width: 48vw; }
    .idxHero__tree img {
      width: 100%; }
  .idxHero__con {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0; }
  .idxHero__cloudLeft {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 54%; }
    .is-ready .idxHero__cloudLeft {
      animation: cloudLAni 6s 0s, cloudLAni2 10s 6s alternate infinite; }
    .idxHero__cloudLeft img {
      max-width: 100%; }
  .idxHero__cloudRight {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 43%; }
    .is-ready .idxHero__cloudRight {
      animation: cloudRAni 6s 0s, cloudRAni2 10s 6s alternate infinite; }
    .idxHero__cloudRight img {
      max-width: 100%; }
  .idxHero__main {
    width: 25vw;
    height: 61vh;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%); }
  .idxHero__head {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 125%); }
    .is-ready .idxHero__head {
      animation: headAni 2.5s 0s, headAni2 3s 3s alternate infinite; }
    .idxHero__head img {
      width: 100%; }
  .idxHero__drink {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    max-width: 230px; }
    .is-ready .idxHero__drink {
      animation: drinkAni 3s 0s, drinkAni2 3s 3s alternate infinite; }
    .idxHero__drink img {
      width: 100%; }
  .idxHero__slogan {
    position: absolute;
    right: 0%;
    top: 0%;
    transform: translate(20%, -30%);
    width: 7vw;
    transition: all 1s ease-in-out; }
    .is-ready .idxHero__slogan {
      animation: blurTxtAni 1s 0s, blurTxtAni2 3s 1s alternate infinite; }
    .idxHero__slogan img {
      width: 100%; }
  .idxHero__scroll {
    position: absolute;
    left: 50%;
    bottom: 8vh;
    transform: translate(-50%, 0%); }
    .is-ready .idxHero__scroll {
      animation: translateAni 1s 0s alternate infinite; }
    .idxHero__scroll img {
      max-width: 100%; }
  @media (max-width: 899px) {
    .idxHero__main {
      width: 60vw; }
    .idxHero__slogan {
      width: 16.8vw; }
    .idxHero__tree {
      top: 75px;
      width: 70vw; }
    .idxHero__cloudLeft {
      width: 150%;
      max-width: 150%; }
      .idxHero__cloudLeft img {
        max-width: 150%; }
    .idxHero__cloudRight {
      width: 150%;
      max-width: 150%; }
      .idxHero__cloudRight img {
        max-width: 150%; } }
  @media (max-width: 599px) {
    .idxHero {
      background: url(../images/index/idxHero_bg_m.png) center 0 no-repeat;
      background-size: cover; }
      .idxHero__tree {
        top: 75px;
        width: 75vw; }
      .idxHero__scroll {
        zoom: .8; }
      .idxHero__cloudLeft {
        bottom: 10%;
        width: 100%; }
      .idxHero__cloudRight {
        bottom: 10%;
        width: 100%; } }

@-webkit-keyframes blurTxtAni {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(3.5) skew(30.7deg, -17.4deg) rotate(40.4deg) translate(20%, -30%); }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1) skew(0deg, 0deg) rotate(0deg) translate(20%, -30%); } }

@-webkit-keyframes blurTxtAni2 {
  0% {
    transform: translate(20%, -30%); }
  100% {
    transform: translate(20%, -32%); } }

@-webkit-keyframes translateAni {
  0% {
    transform: translate(-50%, 0%); }
  100% {
    transform: translate(-50%, 15%); } }

@-webkit-keyframes cloudLAni {
  0% {
    left: 50%;
    transform: translate(-50%, 0%); }
  100% {
    left: 50%;
    transform: translate(-100%, 0%); } }

@-webkit-keyframes cloudLAni2 {
  0% {
    left: 50%;
    transform: translate(-100%, 0%); }
  100% {
    left: 50%;
    transform: translate(-75%, 0%); } }

@-webkit-keyframes cloudRAni {
  0% {
    right: 50%;
    transform: translate(50%, 0%); }
  100% {
    right: 50%;
    transform: translate(100%, 0%); } }

@-webkit-keyframes cloudRAni2 {
  0% {
    right: 50%;
    transform: translate(100%, 0%); }
  100% {
    right: 50%;
    transform: translate(75%, 0%); } }

@-webkit-keyframes drinkAni {
  0% {
    top: 100%;
    transform: translate(-50%, -70%); }
  100% {
    top: 50%;
    transform: translate(-50%, -70%); } }

@-webkit-keyframes drinkAni2 {
  0% {
    transform: translate(-50%, -70%); }
  100% {
    transform: translate(-50%, -66%); } }

@-webkit-keyframes headAni {
  0% {
    bottom: -50%;
    transform: translate(-50%, 125%); }
  100% {
    bottom: 50%;
    transform: translate(-50%, 125%); } }

@-webkit-keyframes headAni2 {
  0% {
    transform: translate(-50%, 125%); }
  100% {
    transform: translate(-50%, 130%); } }

@-webkit-keyframes treeAni {
  0% {
    transform: translate(-10%, 0%); }
  100% {
    transform: translate(0%, 0%); } }

.idxNews {
  overflow: hidden;
  background: url(../images/index/idxNews_bg.png) center 0 no-repeat, url(../images/index/idxNews_dec.png) right bottom no-repeat;
  background-size: contain; }
  .idxNews:before, .idxNews:after {
    content: " ";
    display: table; }
  .idxNews:after {
    clear: both; }
  .idxNews .newsList:before, .idxNews .newsList:after {
    content: " ";
    display: table; }
  .idxNews .newsList:after {
    clear: both; }
  .idxNews__tit {
    margin-top: 147px;
    margin-bottom: 30px;
    text-align: center; }
    .idxNews__tit span {
      display: block; }
    .idxNews__tit .tw {
      font-size: 36px;
      font-family: "cwTeXFangSong", serif;
      color: #bd985f;
      text-align: center; }
    .idxNews__tit .en {
      margin-bottom: 5px;
      font-size: 30px;
      font-family: "MingLiU", "SimSun";
      color: #bd985f; }
  .idxNews__control {
    padding: 0 0 125px;
    text-align: center; }
    .idxNews__control:before, .idxNews__control:after {
      content: " ";
      display: table; }
    .idxNews__control:after {
      clear: both; }
  .idxNews__btn {
    width: 100%;
    max-width: 187px;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-family: "MingLiU", "SimSun";
    color: #a72126;
    border: 1px solid #a72126; }
  @media (max-width: 899px) {
    .idxNews .container {
      padding: 0 5%; }
    .idxNews__tit {
      margin-top: 60px; } }
  @media (max-width: 599px) {
    .idxNews__tit {
      margin-top: 50px;
      margin-bottom: 15px; }
      .idxNews__tit .tw {
        font-size: 6vw; }
      .idxNews__tit .en {
        margin-bottom: 0;
        font-size: 5vw; }
    .idxNews .newsList__item {
      display: none !important;
      margin-bottom: 15px; }
      .idxNews .newsList__item:first-child {
        display: block !important; }
    .idxNews__control {
      padding: 0 0 60px; } }

.idxSlogan {
  overflow: hidden;
  background: url(../images/bg_s1_bottom.png) center bottom no-repeat; }
  .idxSlogan:before, .idxSlogan:after {
    content: " ";
    display: table; }
  .idxSlogan:after {
    clear: both; }
  .idxSlogan .container {
    position: relative; }
    .idxSlogan .container img {
      max-width: 100%; }
  .idxSlogan__col1 {
    width: 46%;
    float: left;
    position: relative;
    z-index: 1; }
  .idxSlogan__col2 {
    width: 50%;
    float: left;
    margin-left: 4%;
    padding-top: 160px; }
    .idxSlogan__col2 p {
      margin-bottom: 25px;
      font-size: 15px;
      font-family: "PMingLiU";
      color: #1b1b1b;
      line-height: 2em; }
  .idxSlogan__img {
    position: absolute;
    top: 46px;
    left: 31%;
    z-index: 2;
    transition: all 1s ease-in-out;
    opacity: 0;
    filter: blur(8px);
    transform: scale(3.5) skew(30.7deg, -17.4deg) rotate(40.4deg) translate(20%, 130%); }
    .idxSlogan__img.is-ani {
      opacity: 1;
      filter: blur(0px);
      transform: scale(1) skew(0deg, 0deg) rotate(0deg) translate(0%, 0%); }
  @media (max-width: 899px) {
    .idxSlogan .container {
      padding: 0 5%; }
    .idxSlogan__col1 {
      width: 100%;
      text-align: center; }
    .idxSlogan__col2 {
      width: 100%;
      margin-left: 0;
      padding-top: 0; }
    .idxSlogan__img {
      position: relative;
      top: 0;
      left: 20px; } }

.idxPurpose {
  margin-top: -80px;
  position: relative; }
  .idxPurpose:before, .idxPurpose:after {
    content: " ";
    display: table; }
  .idxPurpose:after {
    clear: both; }
  .idxPurpose__col {
    width: 50%;
    float: left;
    background-color: #1b1b1b; }
    .idxPurpose__col--2 img {
      float: left; }
    .idxPurpose__col img {
      float: right;
      max-width: 100%;
      display: block; }
  .idxPurpose__btn {
    width: 50%;
    max-width: 187px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    font-family: "MingLiU", "SimSun";
    color: #bd985f;
    border: 1px solid #bd985f;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    display: none; }
  @media (max-width: 599px) {
    .idxPurpose {
      margin-top: 0; }
      .idxPurpose__btn {
        display: block; } }

.idxMore {
  height: 150px;
  background: url(../images/index/idxMore_bg.jpg) center 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .idxMore:before, .idxMore:after {
    content: " ";
    display: table; }
  .idxMore:after {
    clear: both; }
  .idxMore__txt {
    letter-spacing: 16px;
    font-size: 24px;
    font-family: "MingLiU", "SimSun";
    color: white;
    text-align: center;
    text-shadow: 0px 2px 2.91px rgba(0, 0, 0, 0.8); }
  .idxMore__btn {
    display: inline-block;
    border-radius: 50%;
    background-color: #8c1015;
    position: absolute;
    bottom: 0;
    transform: translate(0, 60%);
    z-index: 1;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25em;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: "MingLiU", "SimSun";
    color: white; }
  @media (max-width: 599px) {
    .idxMore {
      width: 100%;
      height: 100px;
      background: url(../images/index/idxMore_bg_m.jpg) center 0 no-repeat;
      background-size: cover; }
      .idxMore__txt {
        font-size: 5vw;
        letter-spacing: .5em; }
      .idxMore__btn {
        width: 23vw;
        height: 23vw;
        font-size: 4vw;
        line-height: 1.5em;
        box-shadow: 0px 5px 9.2px 0.8px rgba(0, 0, 0, 0.5);
        left: 50%;
        transform: translate(-50%, 60%); } }

.idxPro {
  padding: 90px 0 20px;
  background: url(../images/index/idxPro_dec1.png) left bottom no-repeat, url(../images/index/idxPro_dec2.png) right center no-repeat, #fff; }
  .idxPro:before, .idxPro:after {
    content: " ";
    display: table; }
  .idxPro:after {
    clear: both; }
  .idxPro__con {
    max-width: 1240px;
    margin: 0 auto; }
    .idxPro__con:before, .idxPro__con:after {
      content: " ";
      display: table; }
    .idxPro__con:after {
      clear: both; }
  .idxPro__item {
    width: 25%;
    float: left;
    text-align: center; }
    .idxPro__item img {
      max-width: 100%; }
  .idxPro__img {
    position: relative; }
  .idxPro__tit {
    width: 1em;
    padding-bottom: 60px;
    font-size: 30px;
    font-weight: bold;
    font-family: "cwTeXFangSong", serif;
    color: #a72126;
    position: absolute;
    top: 0;
    left: 0; }
    .idxPro__tit:after {
      content: ' ';
      position: absolute;
      display: block;
      width: 1px;
      height: 50px;
      background-color: #a72126;
      bottom: 0;
      left: 50%; }
  .idxPro__dec {
    padding: 0 12%;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: "MingLiU", "SimSun";
    color: #1b1b1b;
    line-height: 1.75em; }
  .idxPro .slick-prev, .idxPro .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #8c1015;
    top: 35%; }
  .idxPro .slick-prev:before, .idxPro .slick-next:before {
    content: ' ';
    display: block;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    font-family: 'arial'; }
  .idxPro .slick-prev:before {
    background: url(../images/icon_l_w.png) center center no-repeat; }
  .idxPro .slick-next:before {
    background: url(../images/icon_r_w.png) center center no-repeat; }
  .idxPro .slick-prev:hover, .idxPro .slick-prev:focus, .idxPro .slick-next:hover, .idxPro .slick-next:focus {
    background-color: #8c1015;
    opacity: 1; }
  @media (max-width: 899px) {
    .idxPro {
      padding: 90px 5% 20px;
      background: #fff !important; } }
  @media (max-width: 599px) {
    .idxPro__item {
      margin: 0 auto; }
      .idxPro__item img {
        margin: 0 auto; }
    .idxPro__img {
      max-width: 70%;
      margin: 0 auto; } }

.idxJoin:before, .idxJoin:after {
  content: " ";
  display: table; }

.idxJoin:after {
  clear: both; }

.idxJoin__con {
  width: 100%;
  height: 808px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7f0e13 url(../images/index/idxJoin_bg.jpg) center 0 no-repeat; }
  .idxJoin__con:before, .idxJoin__con:after {
    content: " ";
    display: table; }
  .idxJoin__con:after {
    clear: both; }

.idxJoin__slogan {
  width: 260px;
  text-align: center;
  margin-bottom: 240px; }
  .idxJoin__slogan img {
    max-width: 100%;
    display: inline-block; }

.idxJoin__pic {
  width: 599px;
  margin-right: 58px;
  position: relative; }
  .idxJoin__pic img {
    width: 100%;
    max-width: 100%; }

.idxJoin__txt {
  width: 254px;
  margin-top: 75px;
  font-size: 15px;
  font-family: "MingLiU", "SimSun";
  color: white;
  line-height: 1.733; }

.idxJoin__btn {
  width: 187px;
  height: 52px;
  margin-top: 103px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  font-family: "MingLiU", "SimSun";
  color: #bd985f;
  background-color: #1b1b1b; }

@media (max-width: 899px) {
  .idxJoin__con {
    height: auto;
    padding: 10% 5%;
    display: block;
    background: #800e13 url(../images/index/idxJoin_bg_m.jpg) center 0 no-repeat;
    background-size: contain; }
  .idxJoin__slogan {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden; }
  .idxJoin__pic {
    width: 100%; }
  .idxJoin__txt {
    width: 100%;
    margin-top: 15px; }
  .idxJoin__btn {
    display: block;
    margin: 30px auto 0; } }

@media (max-width: 599px) {
  .idxJoin__slogan img {
    max-width: 80%; } }

.idxJoinG {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .idxJoinG.is-ready > img {
    animation-name: opacityJoin;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; }
  .idxJoinG > img {
    width: initial;
    max-width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0; }
  .idxJoinG .c1 {
    left: 34.5%;
    animation-delay: 0.3s; }
  .idxJoinG .c2 {
    right: 0;
    top: 18%;
    animation-delay: 0.6s; }
  .idxJoinG .c3 {
    right: 0;
    bottom: 18%;
    animation-delay: 0.9s; }
  .idxJoinG .c4 {
    left: 34.5%;
    bottom: 0;
    animation-delay: 1.2s; }
  .idxJoinG .c5 {
    left: 0;
    bottom: 18%;
    animation-delay: 1.5s; }
  .idxJoinG .c6 {
    left: 0;
    top: 18%;
    animation-delay: 1.8s; }
  @media (max-width: 599px) {
    .idxJoinG {
      display: none; } }

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

/* Contact at main */
.contact .container {
  overflow: hidden;
  position: relative;
  z-index: 1; }

.contact__hd {
  padding-bottom: 18px;
  border-bottom: 1px solid #bd985f; }
  .contact__hd:before, .contact__hd:after {
    content: " ";
    display: table; }
  .contact__hd:after {
    clear: both; }

.contact__tit {
  margin-bottom: 15px;
  font-size: 45px;
  color: #bd985f;
  font-family: "MingLiU", "SimSun"; }

.contact__dec {
  font-size: 15px;
  font-family: "MingLiU", "SimSun";
  color: #b18f6e; }

.contact__col1 {
  width: 66%;
  float: left;
  margin-right: 7%;
  margin-top: 35px; }

.contact__col2 {
  width: 27%;
  float: left;
  margin-top: 35px;
  font-size: 20px;
  font-family: "Arial";
  color: #b18f6e; }
  .contact__col2 li {
    margin-bottom: 10px; }
  .contact__col2 a {
    color: #b18f6e; }
  .contact__col2 .icon {
    display: inline-block;
    vertical-align: middle; }

@media (max-width: 899px) {
  .contact.main--s1:before {
    display: none; }
  .contact__col1 {
    margin-right: 4%; }
  .contact__col2 {
    width: 30%;
    font-size: 15px; } }

@media (max-width: 599px) {
  .contact__hd {
    position: relative;
    z-index: 1; }
  .contact__col1 {
    width: 100%;
    margin-right: 0;
    margin-top: 15px; }
  .contact__col2 {
    width: 100%;
    margin-top: 15px; }
  .contact__tit {
    font-size: 6vw;
    margin-bottom: 2vw; } }

/* Join at main */
.join__tit {
  margin-top: 40px;
  line-height: 1.25em;
  font-size: 45px;
  font-family: "MingLiU", "SimSun";
  color: #bd985f;
  text-align: center; }

@media (max-width: 899px) {
  .join__tit {
    font-size: 6vw;
    margin-top: 15px;
    margin-bottom: 15px; } }

.join01 .join__tit {
  margin-top: 60px;
  margin-bottom: 54px; }

.join01__con {
  position: relative;
  z-index: 1;
  text-align: center; }
  .join01__con img {
    max-width: 100%; }

@media (max-width: 599px) {
  .join01 .join__tit {
    margin-top: 15px;
    margin-bottom: 15px; } }

.join02:before, .join02:after {
  content: " ";
  display: table; }

.join02:after {
  clear: both; }

.join02__con {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden; }

.join02__col1 {
  width: 47%;
  float: left;
  margin-right: 6%;
  padding-top: 55px; }

.join02__col2 {
  width: 47%;
  float: left;
  padding-top: 55px; }

.join02__tit {
  font-size: 26px;
  font-family: "MingLiU", "SimSun";
  color: #8c1015;
  font-weight: bold;
  border-top: 1px solid #8c1015;
  border-bottom: 1px solid #8c1015;
  padding: 15px 0;
  text-align: center; }

.join02__icon img {
  display: inline-block;
  vertical-align: middle; }

.join02__list {
  color: black;
  text-align: center;
  line-height: 1.75em; }
  .join02__list:before, .join02__list:after {
    content: " ";
    display: table; }
  .join02__list:after {
    clear: both; }
  .join02__list li {
    padding: 20px 45px;
    color: #bd985f;
    background-color: #800e13;
    display: flex;
    line-height: 1em;
    align-items: center; }
    .join02__list li + li {
      margin-top: 18px; }
    .join02__list li > span {
      width: calc(100% - 74px - 36px);
      padding-left: 36px;
      display: inline-block;
      text-align: left;
      font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 1.25em; }
    .join02__list li > i {
      display: inline-block;
      width: 74px;
      height: 74px;
      border-radius: 74px;
      background-color: #fff;
      color: #bd985f;
      font-family: "Arial";
      font-size: 42px;
      font-weight: bold;
      line-height: 74px; }
    .join02__list li:nth-child(even) {
      color: #fff;
      background-color: #1b1b1b; }

@media (max-width: 899px) {
  .join02__col1 {
    width: 100%;
    margin-right: 0;
    padding-top: 15px; }
  .join02__col2 {
    width: 100%;
    padding-top: 15px; }
  .join02 li {
    padding: 20px 10px; }
    .join02 li + li {
      margin-top: 9px; }
    .join02 li > span {
      width: calc(100% - 20px - 18px);
      padding-left: 18px; } }

.join03__con {
  position: relative;
  z-index: 1;
  max-width: 904px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }

.join03__pic {
  width: 100%;
  max-width: 100%;
  margin-top: 60px; }

.join03__col {
  width: 44%;
  float: left;
  padding-top: 60px;
  text-align: left; }
  .join03__col--last {
    margin-left: 12%; }

.join03__tit {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1em;
  font-size: 30px;
  font-family: "MingLiU", "SimSun";
  color: #1b1b1b;
  border-bottom: 1px solid #8c1015; }

.join03__list li {
  font-size: 15px;
  font-family: "MingLiU", "SimSun";
  color: #1b1b1b;
  line-height: 2.25em; }

@media (max-width: 899px) {
  .join03__tit {
    font-size: 5vw; }
  .join03__pic {
    margin-top: 0; } }

@media (max-width: 599px) {
  .join03__col {
    width: 100%;
    padding-top: 30px; }
    .join03__col--last {
      margin-left: 0%; } }

.join04__con {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto; }
  .join04__con:before, .join04__con:after {
    content: " ";
    display: table; }
  .join04__con:after {
    clear: both; }

.join04__row {
  margin-bottom: 70px; }
  .join04__row:before, .join04__row:after {
    content: " ";
    display: table; }
  .join04__row:after {
    clear: both; }
  .join04__row--first {
    margin-top: 55px; }
  .join04__row img {
    max-width: 100%; }

.join04__tit {
  padding-bottom: 15px;
  font-size: 22px;
  font-family: "MingLiU", "SimSun";
  color: #1b1b1b;
  position: relative; }
  .join04__tit:after {
    content: ' ';
    position: absolute;
    display: block;
    width: calc(100% - 180px);
    height: 1px;
    background-color: #bd985f;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%); }
  .join04__tit span {
    max-width: 180px;
    display: inline-block; }

@media (max-width: 899px) {
  .join04__row {
    margin-bottom: 30px; }
    .join04__row--first {
      margin-top: 27px; }
  .join04__tit {
    font-size: 4vw; }
    .join04__tit:after {
      width: calc(100% - 120px);
      top: 25%; } }

.join05__con {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto; }

.join05__col {
  width: 610px;
  float: left; }
  .join05__col--last {
    margin-left: 20px; }

.join05__tit {
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1em;
  color: #bd985f;
  background-color: #8c1015; }

.join05__form {
  margin-top: 40px; }
  .join05__form .form__row {
    margin-bottom: 15px; }

.join05__control {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #bd985f; }
  .join05__control > div {
    float: none !important;
    display: inline-block; }

@media (max-width: 899px) {
  .join05__form {
    margin-top: 0; }
  .join05__col {
    width: 49%; }
    .join05__col--last {
      margin-left: 2%; } }

@media (max-width: 599px) {
  .join05__col {
    width: 100%; }
    .join05__col--last {
      margin-left: 0; }
  .join05__tit {
    font-size: 5vw; } }

/* Products at main */
.products__hd {
  position: relative; }

.products__topbar {
  position: absolute;
  top: 0;
  right: 0; }
  .products__topbar .form, .products__topbar a, .products__topbar span {
    display: inline-block;
    vertical-align: middle; }
  .products__topbar select {
    width: 235px;
    height: 44px;
    vertical-align: middle;
    font-size: 15px;
    font-family: "MingLiU", "SimSun";
    color: #1b1b1b; }
  .products__topbar a {
    width: 121px;
    height: 44px;
    line-height: 42px;
    background-color: #1b1b1b;
    font-size: 15px;
    font-family: "MingLiU", "SimSun";
    color: #bd985f;
    text-align: center; }
  .products__topbar .icon img {
    vertical-align: middle; }

.products__tit {
  font-size: 39px;
  color: #bd985f;
  text-align: center;
  font-family: "cwTeXFangSong", serif; }
  .products__tit span {
    position: relative;
    display: inline-block; }
    .products__tit span:after, .products__tit span:before {
      content: ' ';
      position: absolute;
      display: block;
      width: 40px;
      height: 1px;
      top: 50%;
      background-color: #bd985f; }
    .products__tit span:after {
      right: -10px;
      transform: translate(100%, -50%); }
    .products__tit span:before {
      left: -10px;
      transform: translate(-100%, -50%); }

@media (max-width: 899px) {
  .products__topbar {
    position: relative; }
    .products__topbar .form {
      width: 70%;
      float: left; }
    .products__topbar select {
      width: 98%; }
    .products__topbar a {
      width: 30%;
      float: left; }
  .products__tit {
    margin: 15px 0; } }

.products__list {
  margin-top: 95px; }
  .products__list:before, .products__list:after {
    content: " ";
    display: table; }
  .products__list:after {
    clear: both; }

.productsItem {
  width: 20%;
  float: left;
  position: relative;
  margin-bottom: 60px;
  padding: 35px 10px 0;
  text-align: center; }
  .productsItem__tit {
    width: 53px;
    padding: 20px 14px;
    text-align: center;
    font-size: 23px;
    line-height: 1.2em;
    font-family: "MingLiU", "SimSun";
    color: #bd985f;
    background-color: #8c1015;
    position: absolute;
    top: 0;
    left: 10px; }
  .productsItem__img img {
  	

    max-width: 100%; }
  .productsItem__icon {
    margin: 10px 0 7px;
    display: inline-block; }
  .productsItem__dec {
    font-size: 15px;
    line-height: 1.75em;
    font-family: "MingLiU", "SimSun";
    color: #1b1b1b;
    text-align: left; }
  @media (max-width: 899px) {
    .productsItem {
      width: 33.33%; } }
  @media (max-width: 599px) {
    .productsItem {
      width: 50%;
      margin-bottom: 30px;
      padding: 15px 10px 0; }
      .productsItem__tit {
        left: 10px;
        width: 35px;
        padding: 20px 7px;
        font-size: 16px; } }

/* Store at main */
.store {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }
  .store__hd {
    padding-bottom: 18px;
    border-bottom: 1px solid #bd985f; }
    .store__hd:before, .store__hd:after {
      content: " ";
      display: table; }
    .store__hd:after {
      clear: both; }
  .store__tit {
    width: 20%;
    font-size: 45px;
    color: #bd985f;
    font-family: "cwTeXFangSong", serif;
    float: left;
    overflow: hidden;
    -webkit-font-smoothing: antialiased; }
  .store__topbar {
    width: 60%;
    position: relative;
    z-index: 1;
    float: left;
    display: flex;
    align-items: center; }
    .store__topbar select {
      width: 33.33%; }
      .store__topbar select + select {
        margin-left: 15px; }
  @media (max-width: 899px) {
    .store .container {
      padding: 0 5%; }
    .store__tit {
      width: 100%;
      font-size: 6vw;
      margin-bottom: .5em; }
    .store__topbar {
      width: 100%;
      flex-direction: column; }
      .store__topbar select {
        width: 100%; }
        .store__topbar select + select {
          margin-top: 5px;
          margin-left: 0; }
        .store__topbar select:first-child {
          margin-top: 5px; } }
  @media (max-width: 599px) {
    .store__topbar {
      width: 100%; }
      .store__topbar select {
        width: 100%;
        background-color: #fff; } }
  .store__list {
    margin-top: 25px; }
    .store__list:before, .store__list:after {
      content: " ";
      display: table; }
    .store__list:after {
      clear: both; }
  .store__sliderRow {
    width: 100%; }
    .store__sliderRow:before, .store__sliderRow:after {
      content: " ";
      display: table; }
    .store__sliderRow:after {
      clear: both; }
  .store__map {
    width: 100%;
    height: 603px;
    position: relative;
    z-index: 1; }

.storeItem {
  width: calc(33.33% - 20px);
  float: left;
  margin: 0 10px 26px;
  font-family: "MingLiU", "SimSun";
  -webkit-font-smoothing: antialiased;
  padding: 0; }
  .storeItem__tit {
    font-size: 22px;
    font-family: "MingLiU", "SimSun";
    -webkit-font-smoothing: antialiased;
    color: #1b1b1b;
    padding: 16px 15px 8px; }
  .storeItem__icon {
    display: inline-block;
    vertical-align: middle; }
    .storeItem__icon img {
      max-width: 100%; }
  .storeItem__addr*{ vertical-align:middle; }
  .storeItem__dec {
    height: 120px;
    overflow-y: auto;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 1.75em;
    font-family: "MingLiU", "SimSun";
    -webkit-font-smoothing: antialiased;
    color: #1b1b1b;
    text-align: left;
    background-color: white; }
  @media (max-width: 899px) {
    .storeItem {
      width: calc(50% - 20px); } }
  @media (max-width: 599px) {
    .storeItem {
      width: 100%;
      margin: 0 0 10px; } }

/* News at main */
.newsList:before, .newsList:after {
  content: " ";
  display: table; }

.newsList:after {
  clear: both; }

.newsList__item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 70px;
  float: left; }

@media (max-width: 899px) {
  .newsList__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0; } }

.newsItem {
  position: relative; }
  .newsItem:hover .newsItem__linkDec {
    opacity: 1; }
    .newsItem:hover .newsItem__linkDec img, .newsItem:hover .newsItem__linkDec span {
      transform: translateY(0%);
      opacity: 1;
      transition: opacity  1s .2s, transform .5s; }
  .newsItem__pic {
    position: relative; }
    .newsItem__pic:before, .newsItem__pic:after {
      content: " ";
      display: table; }
    .newsItem__pic:after {
      clear: both; }
    .newsItem__pic img {
      width: 100%;
      height: auto;
      display: block; }
  .newsItem__linkDec {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .5s; }
    .newsItem__linkDec img, .newsItem__linkDec span {
      transform: translateY(100px);
      opacity: 0;
      transition: opacity .5s, transform 1s .2s; }
    .newsItem__linkDec img {
      width: 100%;
      max-width: 139px; }
    .newsItem__linkDec span {
      margin-top: 28px;
      padding: 6px 15px;
      display: inline-block;
      font-size: 15px;
      font-family: "Times";
      color: #fff;
      border: 1px solid #fff; }
  .newsItem__dec {
    padding: 15px 30px;
    line-height: 1.75em;
    background-color: #fff; }
  .newsItem__date {
    font-size: 15px;
    font-family: "MingLiU", "SimSun";
    color: #7d7d7d;
    text-align: right; }
  .newsItem__tit {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    font-family: "MingLiU", "SimSun";
    color: #bd985f;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .newsItem__brief {
    height: 6em;
    overflow: hidden;
    font-size: 15px;
    font-family: "MingLiU", "SimSun";
    color: #1b1b1b; }
  .newsItem__btn {
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1; }
  @media (max-width: 599px) {
    .newsItem__tit {
      margin-bottom: 5px;
      font-size: 5vw; } }

/* newsView at main */
.newsView:before, .newsView:after {
  content: " ";
  display: table; }

.newsView:after {
  clear: both; }

.newsView .container {
  max-width: 1240px;
  margin: 0 auto; }

.newsView__hd {
  position: relative;
  z-index: 1; }
  .newsView__hd:before, .newsView__hd:after {
    content: " ";
    display: table; }
  .newsView__hd:after {
    clear: both; }

.newsView__date {
  margin-bottom: 10px; }
  .newsView__date span {
    display: inline-block;
    font-size: 13px;
    color: #7d7d7d;
    font-weight: bold; }
    .newsView__date span.flg {
      padding: 6px 10px;
      color: #fff;
      text-align: center;
      background-color: #bd985f; }

.newsView__row {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #bd985f;
  display: flex;
  align-items: center; }
  .newsView__row:before, .newsView__row:after {
    content: " ";
    display: table; }
  .newsView__row:after {
    clear: both; }

.newsView__tit {
  width: 80%;
  font-size: 30px;
  line-height: 1.25em;
  font-weight: bold;
  font-family: "MingLiU", "SimSun";
  color: #8c1015; }

.newsView__else {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.newsView__social > a {
  margin: 0 12px; }
  .newsView__social > a.line_m {
    display: none; }

.newsView__btn {
  margin-left: 10px;
  padding: 12px 13px;
  color: #fff;
  background-color: #bd985f;
  opacity: 1;
  transition: opacity .3s; }
  .newsView__btn:hover {
    opacity: .7; }
  .newsView__btn i {
    vertical-align: middle; }

.newsView__con {
  padding: 50px 0;
  font-size: 15px;
  color: #1b1b1b;
  line-height: 2.4; }
  .newsView__con img {
    max-width: 100%; }

@media (max-width: 899px) {
  .newsView__row {
    display: block; }
  .newsView__tit {
    width: 100%;
    margin: 5px 0 15px; }
  .newsView__else {
    width: 100%; }
  .newsView__con {
    padding: 25px 0; }
  .newsView__social > a {
    margin: 0 6px; }
    .newsView__social > a img {
      vertical-align: middle; }
    .newsView__social > a.line_m {
      display: inline-block; }
    .newsView__social > a.line_pc {
      display: none; }
  .newsView__btn {
    margin-left: 0;
    padding: 8px 6px;
    font-size: 12px; }
    .newsView__btn i {
      display: inline-block; }
      .newsView__btn i img {
        width: 100%;
        vertical-align: middle; }
    .newsView__btn span {
      display: inline-block;
      vertical-align: middle; } }

@media (max-width: 599px) {
  .newsView__tit {
    font-size: 6vw; } }

/* Story at main */
.story__row:before, .story__row:after {
  content: " ";
  display: table; }

.story__row:after {
  clear: both; }

.story__row img {
  max-width: 100%; }

.story__row--2 .story__col2 {
  margin-bottom: 0; }

.story__row--3 .story__col2 {
  margin-top: 0; }

.story__col1 {
  width: 29%;
  float: left;
  text-align: center; }

.story__col2 {
  width: 42%;
  margin-top: 50px;
  margin-bottom: 70px;
  float: left; }
  .story__col2 h3 {
    margin-bottom: 35px;
    font-size: 39px;
    font-family: "cwTeXFangSong", serif;
    color: #800e13;
    text-align: center; }
  .story__col2 p {
    font-size: 15px;
    line-height: 2.2em;
    text-align: center;
    font-family: "MingLiU", "SimSun";
    color: black; }

.story__pic2 {
  margin-top: 60px; }

.story__col3 {
  width: 29%;
  float: left;
  text-align: center; }

.story__pic3 {
  margin-top: -185px; }

@media (max-width: 899px) {
  .story__row {
    padding: 0 5%; }
    .story__row img {
      max-width: 70%; }
  .story__col1 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1; }
  .story__col2 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    .story__col2 img {
      margin-top: 15px;
      max-width: 80%; }
    .story__col2 h3 {
      margin-bottom: 30px;
      font-size: 6vw; }
  .story__col3 {
    width: 100%;
    text-align: center; }
  .story__pic2 {
    margin-top: 0; }
  .story__pic3 {
    margin-top: 10px; } }

@media (max-width: 599px) {
  .story__col2 p {
    text-align: justify; }
  .story__br {
    display: none; } }
