@charset "UTF-8";
/*! Thu Jul 23 2020  | Author by Tino Tseng*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Inter&family=Neuton&family=Noto+Sans+TC:wght@300&family=Noto+Serif+TC:wght@700&display=swap');
.fx_row, .mybox.modal .modal-dialog {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}
.header .nav-bottom .nav_img_tx-body p, .section4 .section4-body_too_mb-text p, .section4-body-text p, .section4-body_too-text p, .section_slider-text p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fx_row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post {
  transition: width 5s;
  -moz-transition: width 5s;
  -webkit-transition: width 5s;
  -o-transition: width 5s;
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes scale_s {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes scale_s {
  from {
    -moz-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scale_s {
  from {
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale_s {
  from {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.scale {
  -webkit-animation-name: scale_s;
  -moz-animation-name: scale_s;
  -o-animation-name: scale_s;
  animation-name: scale_s;
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  -moz-animation-name: fadeInUp2;
  -o-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.animated2 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedfade {
  -webkit-transition: all 10s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  -o-transition: all 10s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  -moz-transition: all 10s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  transition: all 10s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.fade_top {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}
.fade_top.animated_fade_top {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
@font-face {
  font-family: NotoSerifCJKtc2;
  src: url(../fonts/NotoSerifCJKtc-SemiBold.otf);
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
a, article, aside, audio, blockquote, body, canvas, code, details, div, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, label, legend, li, mark, menu, nav, object, ol, output, p, ruby, section, span, strong, summary, table, td, th, time, tr, ul, video {
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}
button, input, optgroup, option, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
*, body, html {
  margin: 0;
  font-family: "Times New Roman", "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-family: 'Inter', 'Noto Sans TC', '微軟正黑體', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
body {
  color: #333;
  font-weight: 300;
}
body, html {
  height: 100%;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: color .2s;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color .2s;
}
input, textarea {
  outline: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
@media (max-width: 768px) {
  .mb_show {
    display: block !important;
  }
}
a {
  color: #008cdb;
}
a:focus, a:hover {
  text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
[class*=fx_col-] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.fx_row {
  margin-right: -15px;
  margin-left: -15px;
}
.fx_col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.fx_col-xs-1 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
.fx_col-xs-2 {
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
.fx_col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.fx_col-xs-4 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.fx_col-xs-5 {
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
.fx_col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.fx_col-xs-7 {
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
.fx_col-xs-8 {
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
.fx_col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.fx_col-xs-10 {
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
.fx_col-xs-11 {
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
.fx_col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .fx_col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .fx_col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .fx_col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .fx_col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .fx_col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .fx_col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .fx_col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .fx_col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .fx_col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .fx_col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .fx_col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .fx_col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .fx_col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .fx_col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .fx_col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .fx_col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .fx_col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .fx_col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .fx_col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .fx_col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .fx_col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .fx_col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .fx_col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .fx_col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .fx_col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .fx_col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .fx_col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .fx_col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .fx_col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .fx_col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .fx_col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .fx_col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .fx_col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .fx_col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .fx_col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .fx_col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main_radio {
  margin: 0 20px 0 0;
  padding-top: 10px;
}
.main_radio.inp {
  padding-top: 3px;
}
.main_radio.in {
  display: inline-block;
}
.main_radio input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.main_radio input[type=radio].css-checkbox+label.css-label, .main_radio input[type=radio].css-checkbox+label.css-label.clr {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}
.main_radio input[type=radio].css-checkbox+label.css-label.chk, .main_radio input[type=radio].css-checkbox:checked+label.css-label {
  background-position: 0 -15px;
}
.main_radio label.css-label {
  background-image: url(../images/radio_img.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_style input[type=checkbox].css-checkbox, .check_style input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.check_style input[type=checkbox].css-checkbox+label.css-label, .check_style input[type=checkbox].css-checkbox+label.css-label.clr, .check_style input[type=radio].css-checkbox+label.css-label, .check_style input[type=radio].css-checkbox+label.css-label.clr {
  padding-left: 30px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.check_style input[type=checkbox].css-checkbox:checked+label.css-label, .check_style input[type=radio].css-checkbox:checked+label.css-label {
  background-position: 0 -25px;
}
.check_style input[type=checkbox].css-checkbox:disabled+label.css-label, .check_style input[type=radio].css-checkbox:disabled+label.css-label {
  background-position: 0 0;
}
.check_style label.css-label {
  background-image: url(../images/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.opt {
  margin-bottom: 10px;
}
.select_ui, .select_ui select {
  background: #fff;
  font-size: 13px;
  color: #626262;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 38px;
  line-height: 38px;
  border: 1px solid #d1d1d1;
  padding-left: 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.select_ui .select_arrow {
  border: 5px solid #fff;
  border-color: #999 transparent;
  position: absolute;
  border-bottom: 0;
  overflow: hidden;
  margin-top: -2px;
  display: block;
  right: 5px;
  top: 50%;
  height: 0;
  width: 0;
}
.select_ui .select_text_ui {
  vertical-align: baseline;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  display: block;
  color: inherit;
}
.select_ui .select_poswrap, .select_ui select {
  position: absolute;
  padding: 0;
  border: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.select_ui select {
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  min-width: 100%;
  color: inherit;
  font: inherit;
  height: 100%;
  opacity: 0;
}
.Showroom-item-text-right a, .contact-body button, .header .nav-bottom ul li a, .header .nav-bottom ul li span, .more_btn1, .section_bottom-bot a {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.select_ui .select_poswrap {
  overflow: hidden;
  height: 0;
  width: 0;
}
.opt .select_text_ui {
  margin-right: 30px;
}
.opt .select_arrow {
  border: 2px solid #b9b9b9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  border-left: 0;
  border-top: 0;
  height: 10px;
  right: 10px;
  width: 10px;
}
.datepicker table, .header, .select_ui {
  width: 100%;
}
.disabled .select_ui {
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.disabled .select_arrow {
  border-color: #fff;
}
.datepicker table tr td {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.datepicker table tr td:after {
  content: '';
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 11px;
  right: 11px;
  z-index: -1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
  padding: 12px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.datepicker table tr td.active.active.focus:after, .datepicker table tr td.active.active:after, .datepicker table tr td.active.active:focus:after, .datepicker table tr td.active.active:hover:after, .datepicker table tr td.active.highlighted.active.focus:after, .datepicker table tr td.active.highlighted.active:after, .datepicker table tr td.active.highlighted.active:focus:after, .datepicker table tr td.active.highlighted.active:hover:after, .datepicker table tr td.active.highlighted:active.focus:after, .datepicker table tr td.active.highlighted:active:after, .datepicker table tr td.active.highlighted:active:focus:after, .datepicker table tr td.active.highlighted:active:hover:after, .datepicker table tr td.active.highlighted:hover:after, .datepicker table tr td.active:active.focus:after, .datepicker table tr td.active:active:after, .datepicker table tr td.active:active:focus:after, .datepicker table tr td.active:active:hover:after, .datepicker table tr td.active:hover:after {
  content: '';
  background: #d06776;
}
.datepicker table tr td.day, .datepicker.datepicker-inline td {
  color: #fff;
}
.datepicker table tr td.day:after, .datepicker.datepicker-inline td:after {
  content: '';
  background: #4797d2;
  opacity: 1;
}
.datepicker table tr td.day:hover, .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover, .datepicker table tr td.focused {
  cursor: pointer;
  background: 0 0;
  color: #fff;
}
.datepicker table tr td.day:hover:after, .datepicker table tr td.disabled:after, .datepicker table tr td.disabled:hover:after, .datepicker table tr td.focused:after {
  content: '';
  background: #bcbcbc;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  cursor: pointer;
  color: #286090;
}
.datepicker table tr td.day:hover:after, .datepicker table tr td.focused:after {
  content: '';
  background: #eee;
  opacity: .8;
}
.datepicker table tr td.disabled-date:hover, .datepicker table tr td.disabled:hover, .datepicker table tr td.focused {
  cursor: default;
  color: #fff;
}
.datepicker table tr td.disabled-date:hover:after, .datepicker table tr td.disabled:hover:after, .datepicker table tr td.focused:after {
  content: '';
  background: #bcbcbc;
  opacity: 1;
}
.datepicker-inline {
  width: 100%;
  background: #ebebeb;
  padding: 6px;
}
.datepicker-inline .next, .datepicker-inline .prev {
  font-size: 18px;
}
.datepicker-inline .next:hover, .datepicker-inline .prev:hover {
  color: #fff;
  background: #d06776;
}
.datepicker-inline tbody {
  background: #fff;
}
.datepicker-inline thead .dow {
  background: #fff;
  padding: 15px 10px;
}
.datepicker-inline .datepicker-switch:hover {
  background: #d06776;
  color: #fff;
}
.datepicker-inline .datepicker-months .month.focused, .datepicker-inline .datepicker-months .month:hover {
  background: #d06776;
}
.pagination_wp {
  padding: 20px 0;
  text-align: center;
}
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 0;
  color: #23527c;
  background-color: #eee;
  border-color: transparent;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  z-index: 0;
}
.pagination li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li a, .pagination li span {
  position: relative;
  text-decoration: none;
  color: #a1a1a1;
  margin-left: -1px;
}
.pagination li.active a, .pagination li.active span {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.mybox.modal .modal-dialog {
  min-height: -webkit-calc(100vh - 60px);
  min-height: -moz-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .mybox.modal .modal-dialog {
    min-height: -webkit-calc(100vh - 20px);
    min-height: -moz-calc(100vh - 20px);
    min-height: calc(100vh - 20px);
  }
}
.mybox#mybox .modal-body h3 {
  font-size: 20px;
  text-align: center;
  margin: 15px 0 40px;
}
.mybox#mybox .modal-body p {
  text-align: center;
  font-size: 16px;
}
.mybox#tenderBox .modal-body h3 {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .mybox#tenderBox .modal-body h3 {
    font-size: 20px;
  }
}
.mybox-btn {
  text-align: center;
  padding: 30px 0 20px;
}
.mybox-btn a {
  display: inline-block;
  margin: 0 5px 15px;
  padding: 5px 40px;
  background: #b23875;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #b23875;
}
.table-striped.style2 {
  text-align: center;
}
.table-striped.style2 thead tr {
  background: #e7e7e7;
}
.table-striped.style2 tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped.style2 tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.Showroom-item-text-right a, .contact-body button, .more_btn1, .section_bottom-bot a {
  border: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background: #d9a07b;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 4px 4px 18px;
  -moz-border-radius: 4px 4px 18px;
  border-radius: 4px 4px 18px;
  position: relative;
}
.Showroom-item-text-right a i, .contact-body button i, .more_btn1 i, .section_bottom-bot a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 21px;
  position: absolute;
  margin: auto;
  height: 21px;
  top: 0;
  bottom: 0;
  right: 35px;
}
.header nav .nav li, .header nav .nav li a {
  font-size: 18px;
  color: #282828;
}
.Showroom-item-text-right a:hover, .contact-body button:hover, .more_btn1:hover, .section_bottom-bot a:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
}
.dom_fadeIn {
  -webkit-transition: all 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
  -o-transition: all 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
  -moz-transition: all 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
  transition: all 1.2s cubic-bezier(0.2, 0.15, 0.3, 1);
}
.is_hidden {
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.is_visible {
  opacity: 1;
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body {
  padding-top: 77px;
}
body .nav-bottom {
  height: -webkit-calc(92vh - 77px);
  height: -moz-calc(92vh - 77px);
  height: calc(92vh - 77px);
}
body .navigation {
  -webkit-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  -moz-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}
.header nav .nav li a, .msg {
  -o-transition: all .4s ease;
}
body .load_no, body .navbar-hide {
  top: 0px;
}
body .navbar-show {
  top: 0;
}
@media (max-width: 991px) {
  body {
    padding-top: 0px;
  }
  body .load_no, body .navbar-hide {
    top: -173px;
  }
  .header .logo img {
    max-width: 168px;
  }
}
@media (max-width: 640px) {
  body {
    padding-top: 0vw;
  }
  body .load_no, body .navbar-hide {
    top: -27.34375vw;
  }
}
#navbar-line {
  position: absolute;
  left: -100%;
  bottom: 0;
  height: 3px;
  background-color: #d9a07b;
}
.ov-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
  height: auto;
  max-height: 100%;
}
.header {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 999;
}
.header.navbar-show {
  -webkit-box-shadow: 0 0 12px 0 rgba(150, 125, 104, 0.32);
  -moz-box-shadow: 0 0 12px 0 rgba(150, 125, 104, 0.32);
  box-shadow: 0 0 12px 0 rgba(150, 125, 104, 0.32);
}
@media (min-width: 992px) {
  .header {
    background: 0 0;
  }
  .header.navbar-show {
    -webkit-border-bottom-left-radius: 28px;
    -moz-border-radius-bottomleft: 28px;
    border-bottom-left-radius: 28px;
  }
  .header .header-ba {
    background: linear-gradient(360deg, #f8f8f8, white);
    ;
  }
  /*.header .logo {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }*/
}
.header.inherit {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header.fixed {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.36);
}
.header .nav-link, .header .navbar {
  padding: 0;
  height: 70px;
}
.header .logo {
  display: inline-block;
  right: 15px;
  position: absolute;
}
.header .logo img {
  display: block;
}
.header .container, .header nav, .header nav .nav li {
  position: relative;
}
.header .navbar-collapse {
  display: none;
}
.header nav .mb_icon, .header nav .navbar_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
}
.header nav .nav li a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  padding: 25px 30px;
}
.header nav .nav li a.active, .header nav .nav li a.active span, .header nav .nav li a:hover, .header nav .nav li a:hover span, .header nav .nav li.active a, .header nav .nav li.active a span {
  color: #d9a07b;
}
@media (max-width: 1380px) {
  .header nav .nav li a {
    padding: 25px 1.2vw;
  }
}
.header nav .mb_icon {
  display: flex;
  margin-right: 8.5vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header nav .mb_icon a {
  padding: 0 20px;
  display: block;
}
.header nav .navbar_list {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  background: #f5f5f5;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.header nav .navbar_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header nav .navbar_list ul a {
  font-size: 30px;
  padding: 20px;
  color: #4c4c4c;
  display: inline-block;
}
@media (max-width: 640px) {
  .header nav .navbar_list {
    padding: 0 2.34375vw;
    height: 13.28125vw;
  }
  .header nav .navbar_list ul a {
    font-size: -webkit-calc(4.6875vw);
    font-size: -moz-calc(4.6875vw);
    font-size: calc(4.6875vw);
    padding: 3.125vw 2.8125vw;
  }
}
@media (max-width: 450px) {
  .header nav .navbar_list ul a {
    padding: 3.125vw 1.875vw;
  }
}
@media (max-width: 991px) {
  .header nav .navbar {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  .header nav .logo img {
    max-width: 30.46875vw;
  }
  .header nav .navbar {
    padding: 0;
    height: 14.0625vw;
  }
  .header nav .mb_icon a {
    padding: 0 3.125vw;
  }
  .header nav .mb_icon a img {
    width: 100%;
    display: block;
    max-width: 6.25vw;
  }
}
@media (max-width: 450px) {
  .header nav .mb_icon a img {
    max-width: 7.8125vw;
  }
}
.header .nav-bottom .nav_img_tx img, .header .nav-bottom .nav_img_tx-body {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .header nav {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
  .header nav .nav_menu, .header nav .nav_right {
    display: none;
  }
  .header nav .nav .dropdown-menu {
    background: rgba(240, 151, 25, 0.66);
  }
  .header nav .navbar-toggler:focus {
    outline: 0;
  }
  .header nav .navbar-toggler span {
    color: #fff;
    background-color: #fff;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  .header nav .navbar-toggler .icon-bar {
    background: #fff;
    display: block;
    width: 21px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .header nav .navbar-toggler .icon-bar:nth-child(2n) {
    width: 15px;
  }
  .header nav .navbar-toggler .icon-bar:nth-child(3n) {
    width: 25px;
  }
  .header nav .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 8px;
  }
  .header nav .navbar-collapse {
    overflow: hidden;
    bottom: 0;
    height: 100vh;
    position: fixed;
    top: 98px;
    overflow-y: auto;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, #f8f8f8, white);
    text-align: center;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
    -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -o-transform .35s 0s;
    -moz-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -moz-transform .35s 0s;
    transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
    transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s, -moz-transform .35s 0s, -o-transform .35s 0s;
    z-index: 888;
  }
  .header nav .navbar-collapse.show {
    top: 70px;
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding-bottom: 30px;
    -webkit-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    -moz-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  }
}
.header .nav-bottom {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  padding: 60px 15px 40px;
  background: #142b5f;
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-radius-bottomleft: 28px;
  border-bottom-left-radius: 28px;
  position: relative;
}
.header .nav-bottom .nav_img_tx {
  border-left: 1px solid #2b406e;
}
.header .nav-bottom .nav_img_tx-body {
  padding: 11px;
}
.header .nav-bottom .nav_img_tx-body span {
  font-size: 15px;
  color: #d9a07b;
  margin-bottom: 10px;
  display: block;
}
.header .nav-bottom .nav_img_tx-body h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}
.header .nav-bottom .nav_img_tx-body p {
  font-size: 16px;
  color: #c1c1c1;
  display: -webkit-box;
  height: 48px;
  overflow: hidden;
}
.header .nav-bottom .btn_nav-close {
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: 0 0;
  display: block;
  border: none;
  padding: 0;
  top: 18px;
  right: 35px;
}
.header .nav-bottom .btn_nav-close span {
  color: #fff;
}
.header .nav-bottom .btn_nav-close .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin-top: -2px;
}
.header .nav-bottom .btn_nav-close span.icon-bar:first-child {
  position: relative;
  top: 50%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  margin-top: 2.5px;
  right: -2.5px;
}
.header .nav-bottom .btn_nav-close span.icon-bar:last-child {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: relative;
  top: -webkit-calc(50% - 0px);
  top: -moz-calc(50% - 0px);
  top: calc(50% - 0px);
  background-color: #fff;
  left: 0;
}
.Loading-title, .header .search_wp {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.header .nav-bottom .menu_text [class*=col] {
  margin-bottom: 10px;
}
.header .nav-bottom ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header .nav-bottom ul li a, .header .nav-bottom ul li span {
  font-size: 45px;
  color: #d9a07b;
}
.header .nav-bottom ul li a img, .header .nav-bottom ul li span img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.header .nav-bottom ul li a span, .header .nav-bottom ul li span span {
  font-size: 18px;
  color: #d9a07b;
  display: block;
}
.header .nav-bottom ul li ul {
  margin-top: 15px;
  margin-bottom: 30px;
}
.header .nav-bottom ul li ul li a {
  padding: 7.5px 0;
  font-size: 15px;
  display: block;
  color: #bbb;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.header .nav-bottom ul li ul li a span {
  font-size: 100%;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  color: #bbb;
}
.header .nav-bottom ul li a span::after, .header .nav-bottom ul li a.on1:after {
  font: normal normal normal 15px/1 FontAwesome;
  -o-transition: all .3s ease;
  content: "\f105";
  margin: auto;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.header .nav-bottom ul li a span::after {
  -webkit-font-smoothing: antialiased;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  opacity: 0;
  position: absolute;
  font-size: 22px;
}
.header .nav-bottom ul li a:hover, .header .nav-bottom ul li a:hover span {
  color: #d9a07b;
}
.header .nav-bottom ul li a:hover span:after {
  opacity: 1;
  padding-left: 5px;
}
.header .nav-bottom ul li a.on1 {
  position: relative;
}
.header .nav-bottom ul li a.on1:after {
  -webkit-font-smoothing: antialiased;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  bottom: 8px;
  right: -25px;
  position: absolute;
  font-size: 30px;
}
.header .nav-bottom ul li a.on1:hover span:after {
  display: none;
}
.header .nav-bottom ul li a.on2 {
  position: relative;
}
.header .nav-bottom ul li a.on2 span {
  display: inline-block;
}
.header .nav-bottom ul li a.on2:after {
  content: "\f105";
  font: normal normal normal 15px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin: auto;
  bottom: 2.3px;
  right: -25px;
  position: absolute;
  font-size: 30px;
}
.header .nav-bottom ul li a.on2:hover span:after {
  display: none;
}
.header .nav-bottom .nav-more {
  position: relative;
  padding-bottom: 37px;
}
.header .nav-bottom .nav-more a {
  font-size: 15px;
  color: #fff;
  padding: 7.5px 0;
  position: absolute;
  bottom: 0;
}
.header .nav-bottom .nav-more a span {
  font-size: 100%;
  color: #fff;
  position: relative;
  padding-left: 25px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.header .nav-bottom .nav-more a span:hover {
  color: #d9a07b;
}
.header .nav-bottom .nav-more a span::after {
  content: "\f105";
  font: normal normal normal 15px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding-left: 10px;
  color: #d9a07b;
  font-size: 20px;
}
.header .nav-bottom .nav-more a span::before {
  content: '';
  background: #d9a07b;
  height: 1px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .nav-bottom .pr-5p {
  padding-right: 5% !important;
}
.header .nav-bottom .nav-img {
  width: 59.476%;
  padding-top: 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background 3.5s linear;
  -o-transition: background 3.5s linear;
  -moz-transition: background 3.5s linear;
  transition: background 3.5s linear;
  opacity: 0;
  position: relative;
}
.header .nav-bottom .nav-img-cont, .kv-img {
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
  opacity: 1;
  left: 0;
  line-height: 20px;
  color: #000;
  font-size: 0;
  position: absolute;
}
.header .nav-bottom .nav-img.style2 {
  width: 100%;
  padding-top: 64%;
}
.header .nav-bottom .nav-img-cont {
  width: 28.987%;
  padding-top: 27.537%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  right: 3%;
  bottom: -16%;
  border: 5px solid #fff;
}
.header .nav-bottom .container {
  position: static;
}
.header .search_wp {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  font-size: 0;
  border-bottom: 1px solid #5d6880;
}
.header .search_wp .search_input {
  display: inline-block;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  vertical-align: middle;
  background: 0 0;
  font-size: 22px;
  border: none;
  outline: 0;
}
.header .search_wp .search_input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search_wp .search_btn {
  vertical-align: middle;
  width: 50px;
  font-size: 22px;
  color: #bbb;
}
.header .search_wp .search_btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .mb_nav_menu .mb_nav_menu-item, .header .mb_nav_menu .mb_nav_menu-list {
  display: none;
}
.header .mb_nav_menu .mb_nav_menu-close {
  height: 100%;
  width: 100%;
  background: 0 0;
  border: none;
  outline: 0;
}
.header .mb_nav_menu .mb_nav_menu-close-cont {
  display: inline-block;
  z-index: 1;
  width: 20px;
  height: 25px;
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 0;
  right: 23%;
  position: absolute;
  top: 24px;
}
.header .mb_nav_menu .fixed_li, .header .mb_nav_menu-title {
  border-bottom: 1px solid #ddd;
}
.header .mb_nav_menu .mb_nav_menu-close-cont span {
  color: #fff;
}
.header .mb_nav_menu .mb_nav_menu-close-cont .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin-top: -1px;
}
.header .mb_nav_menu .mb_nav_menu-close-cont span.icon-bar:first-child {
  position: relative;
  top: 50%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  right: -1px;
}
.header .mb_nav_menu .mb_nav_menu-close-cont span.icon-bar:last-child {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: relative;
  top: -webkit-calc(50% - 0px);
  top: -moz-calc(50% - 0px);
  top: calc(50% - 0px);
  background-color: #fff;
  left: 0;
}
.header .mb_nav_menu .search_wp, .section3-bottom-text {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.header .mb_nav_menu .fixed_li a {
  padding: 15px 28px 15px 20px;
}
.header .mb_nav_menu .mb_menu_search {
  display: none;
}
.header .mb_nav_menu .search_wp {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 800px;
  width: auto;
  left: 15px;
  right: 15px;
}
.header .mb_nav_menu .search_wp .search_input {
  font-size: 18px;
}
.header .mb_nav_menu-title {
  position: relative;
}
.header .mb_nav_menu-title .return_btn_wp {
  display: none;
  width: 100%;
  height: 100%;
}
.header .mb_nav_menu-title .return_btn {
  left: 23%;
  display: block;
  width: 100%;
  height: 100%;
}
.header .mb_nav_menu-title .return_btn i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 23%;
}
.header .mb_nav_menu ul>li>a, .header .mb_nav_menu-title h3 {
  color: #333;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.header .mb_nav_menu-title .max20 {
  max-width: 20%;
}
.header .mb_nav_menu-title .tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .mb_nav_menu-title [class*=col] {
  min-height: 72px;
}
.header .mb_nav_menu-title h3 {
  font-size: 23px;
  margin-bottom: 0;
}
.header .mb_nav_menu-title h3 span {
  font-size: 16px;
}
.header .mb_nav_menu ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  padding-bottom: 20px;
}
.fx_slider .fx_slider-cont .fx_slider-item, .kv .kv_paging, .kv-btn, .section_bottom_wecar, .slick-dots li button:before {
  text-align: center;
}
.header .mb_nav_menu ul>li>a {
  font-size: 18px;
  padding: 20px 28px 0px 25px;
  display: block;
  position: relative;
}
.header .mb_nav_menu ul>li>a span {
  font-family: inherit;
  font-size: 16px;
  color: #333;
}
/*.header .mb_nav_menu ul > li > a:after {
  content: "\f105";
  font: normal normal normal 15px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin: auto;
  position: absolute;
  font-size: 22px;
  z-index: 999;
  right: 18px;
  top: 15;
  bottom: 0;
  height: 22px;
}*/

.header .mb_nav_menu-list ul {
  margin-bottom: 50px;
}
.header .mb_nav_menu-list ul li a {
  padding: 15px 28px 15px 20px;
}
.header .mb_nav_menu-list ul li ul {
  margin-bottom: 0;
}
.header .mb_nav_menu-list ul li ul li a {
  font-size: 16px;
  font-family: inherit;
}
.header .mb_nav_menu-list ul li ul li span {
  color: #bbb;
  font-size: 16px;
  display: inline-block;
}
.header .mb_nav_menu .nav_more {
  font-family: inherit;
  position: relative;
}
.header .mb_nav_menu .nav_more:before {
  content: '';
  background: #d9a07b;
  height: 1px;
  width: 17px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.slick-dots li, .slick-dots li button {
  height: 10px;
  width: 10px;
}
.header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-dots li button {
  font-size: 0;
}
.slick-dots {
  list-style: none;
  padding-right: 36px;
  z-index: 5;
}
.slick-dots li button:before {
  top: 0;
  width: 10px;
  height: 10px;
  content: '•';
  border: 1px solid #cecece;
  background: #cecece;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.Loading:before, .footer-top-row:before, .slick-dots li button:hover:before {
  content: '';
}
.slick-dots li button:hover:before {
  background: #62b26b;
}
.slick-dots li.slick-active button:before {
  top: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  border: 2px solid #62b26b;
  background: 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.kv, .kv .kv_slider {
  position: relative;
}
.kv, .kv img, .kv-img {
  width: 100%;
}
.kv .img, .kv-img {
  background-repeat: no-repeat;
  background-position: center;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
.slick-loading .slick-list {
  background-image: none;
}
.slide-overlay {
  visibility: hidden;
}
.slide-overlay.active-slide {
  visibility: visible;
}
.kv {
  margin-bottom: 50px;
  overflow: hidden;
  margin-bottom: 0px;
}
@media(max-width: 768px) {
  .kv {
    margin-bottom: 0px;
  }
}
.kv img {
  display: block;
}
.kv-img {
  background-size: cover;
  padding-top: 48.63%;
}
.kv .img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.kv .kv_slider-text {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  padding-top: 22%;
}
.kv .kv_slider-text h3 {
  font-size: -webkit-calc(2.7381vw);
  font-size: -moz-calc(2.7381vw);
  font-size: 18px;
  color: #ffffff;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-weight: 100;
  text-shadow: 0px 0px 10px black;
  letter-spacing: 3px;
  -webkit-text-stroke: 0px #000;
}
.kv .kv_slider-text p {
  color: #282828;
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  margin-bottom: 2.08333vw;
}
.kv .kv_slider-text a {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  /*background: #d9a07b;*/
  font-size: -webkit-calc(1.07143vw);
  font-size: -moz-calc(1.07143vw);
  font-size: calc(1.07143vw);
  display: inline-block;
  color: #fff;
  text-shadow: 0px 0px 10px black;
  font-weight: 100;
}
@media(max-width: 768px) {
  .kv .kv_slider-text a {
    color: #333;
  }
}
.kv .kv_slider-text a i {
  padding-left: 1.19048vw;
  font-size: -webkit-calc(1.54762vw);
  font-size: -moz-calc(1.54762vw);
  font-size: calc(1.04762vw);
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0.3vw;
}
@media(max-width: 768px) {
  .kv .kv_slider-text a i {
    padding-bottom: 0.4vw;
  }
}
.kv-next:before, .kv-prev:before {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: auto;
}
.kv .kv_slider-text a:hover {
  /*-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);*/
  /*-moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);*/
  /*box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);*/
}
@media (min-width: 768px) {
  .kv .kv_slider-text.video_pop {
    padding-left: 8.92857vw;
  }
  .kv .kv_slider-text.video_pop:before {
    content: '';
    width: 6.84524vw;
    height: 6.84524vw;
    background-image: url(../images/p_icon_blue.png);
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .kv .kv_slider-text.video_pop h3 {
    font-weight: inherit;
  }
}
.kv .slick-dots {
  bottom: 77px;
}
@media (max-width: 767px) {
  .kv .slick-dots {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .kv .slick-dots {
    bottom: 57px;
  }
}
.kv-next, .kv-prev {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background: 0 0;
  color: #b1b1b1;
  border: none;
  color: #fff;
}
.kv-next:before, .kv-prev:before {
  color: #b1b1b1;
  color: #fff;
}
@media (max-width: 768px) {
  .kv-next:before, .kv-prev:before {
    color: #b1b1b1;
  }
  .kv-next, .kv-prev {
    color: #b1b1b1;
  }
}
.kv-next:hover:before, .kv-prev:hover:before {
  color: #dfa37c;
}
.kv-next:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}
.kv-prev:before, .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
}
.kv-prev:before {
  content: "\f104";
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}
.kv-btn {
  bottom: 0;
  left: 10%;
  right: 10%;
  padding-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*0902*/
  position: absolute;
  text-shadow: 0px 0px 10px #000000;
  bottom: 40px;
}
@media(max-width: 768px) {
  .kv-btn {
    position: initial;
    text-shadow: 0px 0px 0px #000000;
    bottom: 0px;
  }
}
.kv-btn button, .kv-btn span {
  display: inline-block;
}
.kv .kv_paging {
  padding: 0 45px;
  color: #b1b1b1;
  font-size: 20px;
  color: #fff;
}
@media(max-width: 768px) {
  .kv .kv_paging {
    color: #b1b1b1;
  }
}
.kv .kv_paging span {
  font-size: 100%;
}
@media (max-width: 767px) {
  .kv-img {
    padding-top: 125%;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
  }
  .kv-img.video_pop {
    position: relative;
  }
  .kv-img.video_pop:before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/p_icon_blue.png);
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .kv .kv_slider-text {
    position: static;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .kv .kv_slider-text h3 {
    font-size: 24px;
  }
  .kv .kv_slider-text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .kv .kv_slider-text a {
    font-size: 14px;
    padding: 9px 0px;
    text-shadow: 0px 0px 0px black;
  }
  .kv .kv_slider-text a i {
    font-size: 16px;
    padding-left: 16px;
    color: #333;
    text-shadow: 0px 0px 0px #000;
  }
  .kv .kv_paging {
    padding: 0 30px;
    font-size: 15px;
  }
  .kv-next:before, .kv-prev:before {
    font-size: 25px;
  }
}
.kv.product_kv {
  margin-bottom: 0;
}
.kv.product_kv .kv-img {
  padding-top: 36.912%;
}
.kv.product_kv .kv_slider-text {
  padding-top: 12%;
}
.kv.product_kv .kv_slider-text h3 {
  font-size: -webkit-calc(3.09524vw);
  font-size: -moz-calc(3.09524vw);
  font-size: calc(3.09524vw);
  color: #fff;
}
.kv.product_kv .kv_slider-text p {
  font-size: -webkit-calc(1.78571vw);
  font-size: -moz-calc(1.78571vw);
  font-size: calc(1.78571vw);
  color: #fff;
}
.kv.product_kv .kv_slider-text a {
  font-size: -webkit-calc(1.07143vw);
  font-size: -moz-calc(1.07143vw);
  font-size: calc(1.07143vw);
  padding: .89286vw 2.08333vw;
}
.kv.product_kv .kv_slider-text a i {
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
  vertical-align: top;
}
@media (min-width: 768px) {
  .kv.product_kv .kv_slider-text.video_pop {
    padding-left: 8.92857vw;
  }
  .kv.product_kv .kv_slider-text.video_pop:before {
    content: '';
    width: 6.84524vw;
    height: 6.84524vw;
    background-image: url(../images/p_icon.png);
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .kv.product_kv .kv_slider-text.video_pop h3 {
    font-weight: inherit;
  }
  .Loading.goo:before {
    -webkit-animation: light22 2.5s;
    -moz-animation: light22 2.5s;
    -o-animation: light22 2.5s;
    animation: light22 2.5s;
  }
}
@media (max-width: 767px) {
  .kv.product_kv {
    margin-bottom: 30px;
  }
  .kv.product_kv .kv-img {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    padding-top: 78.08%;
  }
  .kv.product_kv .kv-img.video_pop {
    position: relative;
  }
  .kv.product_kv .kv-img.video_pop:before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/p_icon.png);
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .kv.product_kv .kv_slider-text {
    padding-top: 18px;
  }
  .kv.product_kv .kv_slider-text h3 {
    font-size: 25px;
    color: #0c1a62;
  }
  .kv.product_kv .kv_slider-text p {
    font-size: 20px;
    color: #282828;
  }
  .kv.product_kv .kv_slider-text a {
    font-size: 13px;
    padding: 11px 39px;
  }
  .kv.product_kv .kv_slider-text a i {
    font-size: 18px;
    vertical-align: top;
  }
}
.fx_slider, .fx_slider .fx_slider-cont img {
  width: 100%;
}
.slick-next:before, .slick-prev:before {
  display: inline-block;
  color: #050505;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
  content: "\f105";
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}
.slick-prev:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}
/*.kv .am {
  -webkit-mask-image: -webkit-radial-gradient(0 100%, circle farthest-corner, #000 60%, transparent 90%);
  mask-image: radial-gradient(circle farthest-corner at 0 100%, #000 60%, transparent 90%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 250% 0;
  mask-position: 250% 0;
  -webkit-transition-property: -webkit-mask-position;
  -o-transition-property: mask-position;
  -moz-transition-property: mask-position;
  transition-property: mask-position;
  transition-property: mask-position,-webkit-mask-position;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  -o-transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}*/

/*.kv .slick-active .am {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}*/

.fx_slider {
  max-width: 350px;
  position: absolute;
  right: 0px;
  bottom: 40%;
  -webkit-transform: translateX(-webkit-calc(100% - 60px));
  -moz-transform: translateX(-moz-calc(100% - 60px));
  -ms-transform: translateX(calc(100% - 60px));
  -o-transform: translateX(calc(100% - 60px));
  transform: translateX(calc(100% - 60px));
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fx_slider.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.fx_slider-body {
  background: #fff;
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.fx_slider .slick-prev {
  left: 20px;
}
.fx_slider .slick-next {
  right: 25px;
}
.fx_slider .slick-next, .fx_slider .slick-prev {
  z-index: 1;
}
.fx_slider .slick-next:before, .fx_slider .slick-prev:before {
  color: #dcdcdc;
  font-size: 40px;
}
.fx_slider [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.fx_slider .row {
  height: 100%;
}
.fx_slider .max {
  max-width: 60px;
}
.fx_slider-title {
  -webkit-border-bottom-left-radius: 21px;
  -moz-border-radius-bottomleft: 21px;
  border-bottom-left-radius: 21px;
  -webkit-border-top-left-radius: 21px;
  -moz-border-radius-topleft: 21px;
  border-top-left-radius: 21px;
  overflow: hidden;
  background: #00000040;
  height: 100%;
  min-height: 145px;
  font-size: 28px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  color: #fff;
  display: block;
}
.fx_slider-title:before, .slick_next:before {
  font: normal normal normal 14px/1 FontAwesome;
}
.fx_slider-title:before {
  content: "\f067";
  position: absolute;
  top: 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.Loading-title, .contact-body h3, .footer-bottom-s2 h3, .footer-bottom-text h3, .footer-bottom-text ul li span, .footer-top h3, .footer-top h3 span, .fx_slider .fx_slider-cont .fx_slider-item p, .section_bottom_wecar h3, .section_bottom_wecar p, .section_bottom_wecar-item .txt p, .section_bottom_wecar-item .txt span {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.fx_slider-title span {
  font-size: 18px;
  -webkit-transform: rotate( -90deg) translate(0, -50%);
  -moz-transform: rotate(-90deg) translate(0, -50%);
  -ms-transform: rotate(-90deg) translate(0, -50%);
  -o-transform: rotate(-90deg) translate(0, -50%);
  transform: rotate( -90deg) translate(0, -50%);
  display: block;
  white-space: nowrap;
  margin: auto;
  position: absolute;
  color: #fff;
  top: 85%;
  left: 55%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  letter-spacing: 8px;
  opacity: 1;
}
@media(max-width: 768px) {
  .fx_slider-title span {
    font-size: 12px;
  }
}
.fx_slider.show .fx_slider-title:before {
  content: "\f068";
}
.fx_slider .tr_top {
  -webkit-transform: translate(0, 35px);
  -moz-transform: translate(0, 35px);
  -ms-transform: translate(0, 35px);
  -o-transform: translate(0, 35px);
  transform: translate(0, 35px);
}
.fx_slider .fx_slider-cont {
  display: none;
}
.fx_slider .fx_slider-cont:first-child {
  display: block;
}
.fx_slider .fx_slider-cont .fx_slider-item p {
  font-size: 22px;
  color: #282828;
  margin-bottom: 0;
}
.fx_slider .fx_slider-cont .fx_slider-item span {
  font-size: 16px;
  color: #747474;
}
.fx_slider-img {
  padding: 0 60px 11px;
}
.fx_slider .slick-dots {
  padding-right: 0;
  bottom: -30px;
}
.fx_slider .slick-dots li.slick-active button:before {
  content: ' ';
  top: 0;
  width: 2px;
  height: 100%;
  border: none;
  background: #dfa37c;
}
.fx_slider .slick-dots li button:before {
  content: ' ';
  top: 0;
  width: 2px;
  height: 100%;
  border: none;
  background: #afafaf;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.fx_slider .slick-dots li {
  width: 2px;
  height: 9px;
  vertical-align: bottom;
}
.fx_slider .slick-dots li.slick-active {
  width: 2px;
  height: 15px;
}
@media (max-width: 991px) {
  .fx_slider {
    max-width: 300px;
    -webkit-transform: translateX(-webkit-calc(100% - 46px));
    -moz-transform: translateX(-moz-calc(100% - 46px));
    -ms-transform: translateX(calc(100% - 46px));
    -o-transform: translateX(calc(100% - 46px));
    transform: translateX(calc(100% - 46px));
    bottom: 5%;
  }
  .fx_slider-body {
    background: #fff;
    max-width: -webkit-calc(100% - 46px);
    max-width: -moz-calc(100% - 46px);
    max-width: calc(100% - 46px);
  }
  .fx_slider-title {
    font-size: 22px;
  }
  .fx_slider .max {
    max-width: 46px;
  }
  .fx_slider .fx_slider-cont .fx_slider-item p {
    font-size: 16px;
  }
  .fx_slider .fx_slider-cont .fx_slider-item span {
    font-size: 14px;
  }
  .fx_slider .slick-dots {
    bottom: -33px;
  }
}
@media (max-width: 767px) {
  .fx_slider {
    max-width: 243px;
    -webkit-transform: translateX(-webkit-calc(100% - 40px));
    -moz-transform: translateX(-moz-calc(100% - 40px));
    -ms-transform: translateX(calc(100% - 40px));
    -o-transform: translateX(calc(100% - 40px));
    transform: translateX(calc(100% - 40px));
    bottom: auto;
    top: 45vw;
  }
  .fx_slider-body {
    background: #fff;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .fx_slider-title {
    font-size: 17px;
  }
  .fx_slider .max {
    max-width: 40px;
  }
  .fx_slider .slick-dots {
    bottom: -33px;
  }
}
@-webkit-keyframes typing {
  0% {
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  90% {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  100% {
    width: 100%;
    white-space: nowrap;
    height: auto;
  }
}
@-moz-keyframes typing {
  0% {
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  90% {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  100% {
    width: 100%;
    white-space: nowrap;
    height: auto;
  }
}
@-o-keyframes typing {
  0% {
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  90% {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  100% {
    width: 100%;
    white-space: nowrap;
    height: auto;
  }
}
@keyframes typing {
  0% {
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  90% {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 43px;
  }
  100% {
    width: 100%;
    white-space: nowrap;
    height: auto;
  }
}
.section_bottom_wecar [class*=col] {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .header nav .nav li {
    float: left;
  }
  .section_bottom_wecar .col-lg-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.222222%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 22.222222%;
    flex: 0 0 22.222222%;
    max-width: 22.222222%;
  }
}
.section_bottom_wecar .on1, .section_bottom_wecar-more {
  text-align: left;
}
.section_bottom_wecar h3 {
  font-size: 90px;
  color: #d9a07b;
}
@media (max-width: 1680px) {
  .section_bottom_wecar h3 {
    font-size: -webkit-calc(5.35714vw);
    font-size: -moz-calc(5.35714vw);
    font-size: calc(5.35714vw);
  }
}
.section_bottom_wecar p {
  font-size: 18px;
  color: #747474;
}
.section_bottom_wecar-item {
  font-size: 0;
  padding: 0 30px;
}
.section_bottom_wecar-item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.section_bottom_wecar-item .txt {
  display: inline-block;
  vertical-align: middle;
}
.section_bottom_wecar-item .txt p {
  font-size: 18px;
  color: #282828;
  margin-bottom: 0;
}
.section_bottom_wecar-item .txt span {
  font-size: 15px;
  color: #747474;
}
.section_bottom_wecar .slick-next, .section_bottom_wecar .slick-prev {
  top: 80%;
}
.section_bottom_wecar .slick-next:before, .section_bottom_wecar .slick-prev:before {
  color: #b1b1b1;
}
.section_bottom_wecar .slick-next:hover:before, .section_bottom_wecar .slick-prev:hover:before {
  color: #daa27e;
}
.section_bottom_wecar .slick-prev {
  left: 0;
  z-index: 1;
}
.section_bottom_wecar .slick-next {
  z-index: 1;
  right: 0;
}
@media (max-width: 991px) {
  .section_bottom_wecar {
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
  }
  .section_bottom_wecar .on1 {
    text-align: center;
  }
  .section_bottom_wecar [class*=col] {
    margin-bottom: 35px;
  }
  .section_bottom_wecar-more {
    text-align: right;
  }
  .section_bottom_wecar h3 {
    font-size: 60px;
  }
}
.Loading, .contact-body h3, .contact-body p, .contact-body-btn, .section3-bottom, .section3-title, .section3-title p, .section4-title, .section4-title p, .section_bottom, .section_bottom-bot, .section_bottom-bot h3, .section_bottom-bot p, .section_slider-more {
  text-align: center;
}
@media (max-width: 767px) {
  .section_bottom_wecar [class*=col] {
    margin-bottom: 30px;
  }
  .section_bottom_wecar .on1-txt {
    display: inline-block;
  }
  .section_bottom_wecar h3 {
    font-size: 45px;
    position: relative;
  }
  .section_bottom_wecar h3:before {
    content: '';
    background: #d9a07b;
    height: 37px;
    width: 1px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .section_bottom_wecar p {
    font-size: 15px;
  }
  .section_bottom_wecar-item.on2 img {
    display: block;
    margin: 0 auto 9px;
  }
  .section_bottom_wecar-item .txt p {
    font-size: 13px;
  }
  .section_bottom_wecar-item .txt span {
    font-size: 12px;
  }
}
.contact, .msg {
  position: fixed;
}
.section_bottom {
  background-image: url(../images/b_ba.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.section_bottom-bot {
  padding: 93px 0 91px;
}
.section_bottom-bot h3 {
  font-size: 60px;
  color: #0c1a62;
}
.section_bottom-bot p {
  font-size: 18px;
  color: #282828;
  margin-bottom: 22px;
}
.section_bottom-bot a {
  padding: 14px 73px 14px 40px;
}
@media (max-width: 767px) {
  .section_bottom {
    background-image: url(../images/b_ba_m.png);
  }
  .section_bottom-bot h3 {
    font-size: 45px;
  }
  .section_bottom-bot p {
    font-size: 15px;
    margin-bottom: 13px;
  }
  .section_bottom-bot a {
    font-size: 13px;
    padding: 10px 45px 10px 25px;
    color: #fff;
  }
  .section_bottom-bot a i {
    font-size: 18px;
    line-height: 15px;
    height: 15px;
    right: 20px;
  }
}
main {
  background-color: rgba(255, 255, 255, 0);
}
.msg {
  bottom: -webkit-calc(117px + 80px);
  bottom: -moz-calc(117px + 80px);
  bottom: calc(117px + 80px);
  right: 25px;
  z-index: 777;
  visibility: hidden;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.msg.cd-fade-out {
  visibility: visible;
}
@media (max-width: 767px) {
  .msg {
    bottom: -webkit-calc(30px + 42px);
    bottom: -moz-calc(30px + 42px);
    bottom: calc(30px + 42px);
  }
  .msg img {
    max-width: 42px;
  }
}
.contact, .line {
  bottom: 0;
  left: 0;
}
.contact {
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.55);
  overflow: auto;
  overflow-x: hidden;
  display: none;
}
.contact-step1.hide, .contact-step2.hide {
  display: none !important;
}
.contact-close {
  position: absolute;
  right: 42px;
  top: 30px;
}
.contact-body {
  -webkit-transition: all 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  -o-transition: all 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  -moz-transition: all 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: all 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  position: absolute;
  right: 0;
  top: 0;
  background: #182f62;
  width: 100%;
  max-width: 710px;
  min-height: 100%;
  padding: 70px 100px;
}
.contact-body h3 {
  font-size: 45px;
  color: #d9a07b;
  margin-bottom: 30px;
}
.contact-body h3 span {
  font-size: 22px;
  display: block;
}
.contact-body .form-group {
  margin-bottom: 15px;
}
.contact-body .select_ui, .contact-body .select_ui select {
  background: 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #687185;
  height: auto;
  line-height: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact-body .select_text_ui {
  color: #bbb;
  font-size: 18px;
}
.contact-body input::-webkit-input-placeholder, .contact-body textarea::-webkit-input-placeholder {
  color: #bbb;
}
.contact-body input:-moz-placeholder, .contact-body textarea:-moz-placeholder {
  color: #bbb;
}
.contact-body p {
  font-size: 18px;
  color: #bbb;
  margin-bottom: 18px;
}
.contact-body .form-control:focus {
  background: 0 0;
}
.contact-body textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color .2s;
}
.contact-body textarea {
  background: #0f224c;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 20px;
}
.contact-body textarea.form-control:focus {
  background: #0f224c;
}
.contact-body input {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #687185;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact-body label {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.contact-body button {
  padding: 14px 105px 14px 40px;
}
@media (max-width: 767px) {
  .contact-body {
    padding: 70px 15px;
  }
  .contact-body h3 {
    font-size: 23px;
    margin-bottom: 45px;
  }
  .contact-body .form-group, .contact-body p {
    margin-bottom: 25px;
  }
  .contact-body h3 span {
    font-size: 16px;
  }
  .contact-body .select_text_ui, .contact-body input, .contact-body textarea {
    font-size: 14px;
  }
  .contact-body p {
    font-size: 14px;
  }
  .contact-body label {
    font-size: 16px;
  }
  .contact-body-btn {
    text-align: center;
  }
  .contact-body-btn button {
    font-size: 16px;
    padding: 10px 55px 10px 25px;
  }
  .contact-body-btn button i {
    font-size: 16px;
    line-height: 13px;
    height: 15px;
    right: 20px;
  }
}
.line {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  font-size: 0;
}
.line span {
  display: inline-block;
  height: 100%;
  width: -webkit-calc(16.666667% + 4.1%);
  width: -moz-calc(16.666667% + 4.1%);
  width: calc(16.666667% + 4.1%);
  border-right: 1px solid rgba(231, 218, 209, 0.35);
}
.line span:first-child {
  border-left: 1px solid rgba(231, 218, 209, 0.35);
}
.footer-top {
  padding: 70px 0 60px;
  background: #273962;
}
.footer-top .container {
  max-width: 1570px;
}
.footer-top [class*=col] {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.footer-top [class*=col]:first-child .footer-top-row:before {
  display: none;
}
.footer-top-pd[class*=col] {
  padding-left: 20px;
}
@media (min-width: 1319px) {
  .footer-top-pd[class*=col] {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer-top-pd[class*=col] {
    padding-left: 0;
  }
}
.footer-top-row {
  margin-left: 0;
  margin-right: 0;
  padding: 0 15%;
  position: relative;
}
.footer-top-row:before {
  position: absolute;
  width: 1px;
  height: 92px;
  background: #30436e;
  display: block;
  left: -.5px;
  top: 0;
}
@media (max-width: 1320px) {
  .footer-top-row {
    padding: 0 8%;
  }
}
.footer-top .col-img {
  width: 84px;
}
.footer-top .col-img img {
  max-width: 100%;
}
.footer-top h3 {
  font-size: 22px;
  color: #d9a07b;
  margin-bottom: 15px;
}
.footer-top h3 span {
  font-size: 100%;
  position: relative;
}
.footer-top p {
  font-size: 16px;
  color: #bbb;
}
.footer-top-img {
  position: absolute;
  top: -15px;
  background-image: url(../images/ft_icon.png);
  width: 228px;
  height: 230px;
  right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media (max-width: 991px) {
  .footer-top .row>[class*=col]:first-child .footer-top-row {
    border: none;
  }
  .footer-top .footer-top-row {
    padding: 30px 0;
    border-top: 1px solid #30436e;
  }
  .footer-top .footer-top-row::before {
    display: none;
  }
  .footer-top .col-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 11px;
  }
  .footer-top .col-img img {
    max-width: 84px;
    display: block;
    margin: 0 auto;
  }
  .footer-top h3, .footer-top p {
    text-align: center;
  }
}
.footer-bottom {
  padding: 50px 0 35px;
  background: #ffffff;
}
.footer-bottom [class*=col] {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.footer-bottom-s1-logo {
  margin-bottom: 0px;
}
.footer-bottom-s1 img {
  max-width: 137px;
}
.footer-bottom-s1 ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.footer-bottom-s1 ul li {
  display: inline-block;
}
.footer-bottom-s1 ul li a {
  padding: 0 15px;
}
.footer-bottom-s1 p {
  font-size: 13px;
  color: #282828;
}
.footer-bottom-text h3 {
  font-size: 18px;
  color: #273962;
  margin-bottom: 25px;
}
.footer-bottom-text ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-bottom-text ul li {
  margin-bottom: 15px;
}
.footer-bottom-text ul li a {
  font-size: 15px;
  color: #282828;
}
.footer-bottom-text ul li span {
  font-size: 100%;
}
.footer-bottom-s2 {
  padding-top: 49px;
}
.footer-bottom-s2 h3 {
  font-size: 32px;
  color: #273962;
  margin-bottom: 25px;
}
.footer-bottom-link {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.footer-bottom-link li {
  display: inline-block;
  position: relative;
}
.footer-bottom-link li::before {
  content: '|';
  position: absolute;
  left: -1.5px;
}
.footer-bottom-link li:first-child:before {
  display: none;
}
.footer-bottom-link li a {
  padding: 0 11px;
  font-size: 14px;
  color: #747474;
}
.footer-bottom-search {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.footer-bottom-search .search_input {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  height: auto;
  background: 0 0;
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.footer-bottom-search .search_input:focus {
  outline: 0;
}
.footer-bottom-search .search_btn {
  border: 1px solid #b0b0b0;
  border-left: none;
  -webkit-border-radius: 0 0 18px;
  -moz-border-radius: 0 0 18px;
  border-radius: 0 0 18px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #d9a17d;
}
.footer-bottom-search .search_btn:focus {
  outline: 0;
}
@media (max-width: 1440px) {
  .footer-bottom {
    padding: 79px 40px 35px;
  }
}
@media (max-width: 991px) {
  .footer-top {
    padding: 44px 30px;
  }
  .footer-top p {
    padding-right: 0;
  }
  .footer-top-img {
    top: -68px;
  }
  .footer-bottom-search {
    margin-bottom: 50px;
  }
  .footer-bottom-s1 .footer-bottom-s1-ul, .footer-bottom-s1-logo {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .footer-bottom-s2 {
    padding-top: 0;
  }
  .footer-bottom-s2 h3 {
    border-left: 1px solid #d9a07b;
    padding-left: 8px;
  }
  .footer-bottom-s1 {
    padding-top: 35px;
  }
  .footer-bottom-s1 p {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer-top h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-top p {
    font-size: 13px;
    padding-right: 0;
  }
  .footer-top-img {
    width: 106px;
    right: -35px;
    top: 5px;
    height: 112px;
  }
  .footer-bottom {
    padding: 24px 0px 20px 0px;
  }
  .footer-bottom-s2 h3 {
    font-size: 18px;
    position: relative;
    padding-left: 10px;
  }
  .footer-bottom-s2 h3::before {
    content: '';
    width: 1px;
    height: 22px;
    background: #d9a07b;
    position: absolute;
    left: 0;
  }
  .footer-bottom-s1 .footer-bottom-s1-ul, .footer-bottom-s1-logo {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-bottom-s1 {
    padding-top: 0px;
  }
  .footer-bottom-s1-logo img {
    max-width: 100px;
  }
  .footer-bottom-s1 p {
    font-size: 12px;
    padding-top: 0;
    white-space: nowrap;
    margin: auto 0;
  }
  .footer-bottom-search .search_input {
    padding: 8px;
    font-size: 12px;
  }
  .footer-bottom-search .search_btn {
    font-size: 18px;
    padding: 3px;
  }
  .footer-bottom-text h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .footer-bottom-link li a, .footer-bottom-text ul li a {
    font-size: 12px;
  }
  .footer-bottom-link {
    margin-bottom: 20px;
  }
}
.cd-top {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  display: inline-block;
  height: 72px;
  width: 72px;
  position: fixed;
  bottom: 118px;
  right: 25px;
  overflow: hidden;
  text-indent: 100%;
  background: url(../images/top_arrow.png) center 50% no-repeat;
  visibility: hidden;
  color: #fff;
  z-index: 777;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .cd-top {
    bottom: 30px;
    height: 42px;
    width: 42px;
  }
}
.cd-top.cd-fade-out {
  visibility: visible;
}
@-webkit-keyframes light22 {
  0% {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
  100% {
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
  }
}
@-moz-keyframes light22 {
  0% {
    filter: contrast(1);
  }
  100% {
    filter: contrast(1.5);
  }
}
@-o-keyframes light22 {
  0% {
    filter: contrast(1);
  }
  100% {
    filter: contrast(1.5);
  }
}
@keyframes light22 {
  0% {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
  100% {
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
  }
}
@-webkit-keyframes light223 {
  0% {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
  100% {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
  }
}
@-moz-keyframes light223 {
  0% {
    filter: contrast(1);
  }
  100% {
    filter: contrast(1.2);
  }
}
@-o-keyframes light223 {
  0% {
    filter: contrast(1);
  }
  100% {
    filter: contrast(1.2);
  }
}
@keyframes light223 {
  0% {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
  100% {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
  }
}
.Loading {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background: -webkit-linear-gradient(315deg, #f5ddcc 20%, #e4ad89 45%, #dfa47c 78%);
  background: -moz-linear-gradient(315deg, #f5ddcc 20%, #e4ad89 45%, #dfa47c 78%);
  background: -o-linear-gradient(315deg, #f5ddcc 20%, #e4ad89 45%, #dfa47c 78%);
  background: linear-gradient(135deg, #f5ddcc 20%, #e4ad89 45%, #dfa47c 78%);
  font-size: 0;
}
.Loading-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.Loading-li>span {
  display: inline-block;
  height: 100%;
  width: -webkit-calc(16.666667% + 4.1%);
  width: -moz-calc(16.666667% + 4.1%);
  width: calc(16.666667% + 4.1%);
  border-right: 1px solid transparent;
  position: relative;
}
.Loading-li>span:first-child {
  width: -webkit-calc((100% - ((16.666667% + 4.1%) * 4))/ 2);
  width: -moz-calc((100% - ((16.666667% + 4.1%) * 4))/ 2);
  width: calc((100% - ((16.666667% + 4.1%) * 4))/ 2);
}
.Loading-li>span:last-child {
  width: -webkit-calc((100% - ((16.666667% + 4.1%) * 4))/ 2);
  width: -moz-calc((100% - ((16.666667% + 4.1%) * 4))/ 2);
  width: calc((100% - ((16.666667% + 4.1%) * 4))/ 2);
  border-right: none;
}
.Loading-li>span span {
  width: 3px;
  height: 3px;
  position: absolute;
  top: -webkit-calc(50% - 1.5px);
  top: -moz-calc(50% - 1.5px);
  top: calc(50% - 1.5px);
  background: #f9fafa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.Loading-li>span span.Loading_cont {
  opacity: 1;
  width: 22px;
  height: 22px;
  top: 20%;
}
.Loading-title {
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  position: absolute;
  top: 50%;
  color: #003d4f;
  font-size: -webkit-calc(7.14286vw);
  font-size: -moz-calc(7.14286vw);
  font-size: calc(7.14286vw);
  left: 30%;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Loading-title.ggo {
  font-size: -webkit-calc(8.15476vw);
  font-size: -moz-calc(8.15476vw);
  font-size: calc(8.15476vw);
}
.Loading:before {
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(252, 252, 252, 0.13)), color-stop(50%, rgba(252, 252, 252, 0.9)), color-stop(90%, rgba(252, 252, 252, 0.13)));
  background: -webkit-linear-gradient(left, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.9) 50%, rgba(252, 252, 252, 0.13) 90%);
  background: -moz-linear-gradient(left, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.9) 50%, rgba(252, 252, 252, 0.13) 90%);
  background: -o-linear-gradient(left, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.9) 50%, rgba(252, 252, 252, 0.13) 90%);
  background: linear-gradient(90deg, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.9) 50%, rgba(252, 252, 252, 0.13) 90%);
  -webkit-filter: contrast(11);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: -190%;
}
.Loading.goo:before {
  left: 200%;
}
@media (max-width: 767px) {
  .Loading:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(252, 252, 252, 0.13)), color-stop(50%, rgba(252, 252, 252, 0.8)), color-stop(90%, rgba(252, 252, 252, 0.13)));
    background: -webkit-linear-gradient(left, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.8) 50%, rgba(252, 252, 252, 0.13) 90%);
    background: -moz-linear-gradient(left, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.8) 50%, rgba(252, 252, 252, 0.13) 90%);
    background: -o-linear-gradient(left, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.8) 50%, rgba(252, 252, 252, 0.13) 90%);
    background: linear-gradient(90deg, rgba(252, 252, 252, 0.13) 10%, rgba(252, 252, 252, 0.8) 50%, rgba(252, 252, 252, 0.13) 90%);
    -webkit-filter: contrast(3);
  }
  .Loading.goo:before {
    width: 130%;
  }
}
.Loading-li>span:nth-child(2) span {
  left: -webkit-calc(0px + 200%);
  left: -moz-calc(0px + 200%);
  left: calc(0px + 200%);
}
.Loading-li>span:nth-child(3) span {
  left: -webkit-calc(100% - 1px);
  left: -moz-calc(100% - 1px);
  left: calc(100% - 1px);
}
.Loading-li>span:nth-child(4) span {
  left: -webkit-calc(-11px);
  left: -moz-calc(-11px);
  left: calc(-11px);
}
.Loading-li>span:nth-child(5) span {
  left: -webkit-calc(-100% - 3px);
  left: -moz-calc(-100% - 3px);
  left: calc(-100% - 3px);
}
.Loading-li>span:nth-child(6) span {
  left: -webkit-calc(-50%*10 + 7.5%);
  left: -moz-calc(-50%*10 + 7.5%);
  left: calc(-50%*10 + 7.5%);
}
.Loading-li>span span {
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  opacity: .8;
}
.more_btn a, .section4-more a, .section5-more a, .section_bottom_wecar-more a {
  font-size: 15px;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.more_btn a span, .section4-more a span, .section5-more a span, .section_bottom_wecar-more a span {
  position: relative;
  font-size: 100%;
  color: #747474;
  padding-left: 43px;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.more_btn a span::before, .section4-more a span::before, .section5-more a span::before, .section_bottom_wecar-more a span::before {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  content: '';
  background: #d9a07b;
  height: 1px;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.more_btn a span:after, .section4-more a span:after, .section5-more a span:after, .section_bottom_wecar-more a span:after {
  content: "\f105";
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 15px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  padding-left: 10px;
  color: #d9a07b;
  font-size: -webkit-calc(1.19048vw);
  font-size: -moz-calc(1.19048vw);
  font-size: calc(1.19048vw);
}
.more_btn a:hover span, .section4-more a:hover span, .section5-more a:hover span, .section_bottom_wecar-more a:hover span {
  color: #d9a07b;
}
.slick_next:before, .slick_prev:before {
  display: inline-block;
  color: #050505;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .more_btn a, .section4-more a, .section5-more a, .section_bottom_wecar-more a {
    font-size: 13px;
    font-size: 16px;
  }
  .more_btn a span, .section4-more a span, .section5-more a span, .section_bottom_wecar-more a span {
    padding-left: 22px;
  }
  .more_btn a span::before, .section4-more a span::before, .section5-more a span::before, .section_bottom_wecar-more a span::before {
    width: 16px;
  }
  .more_btn a span:after, .section4-more a span:after, .section5-more a span:after, .section_bottom_wecar-more a span:after {
    font-size: 14px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.slick_next, .slick_prev {
  outline: 0;
  width: 20px;
  height: 70px;
  z-index: 2;
}
.slick_next {
  right: -15px;
}
.slick_next:before {
  content: "\f054";
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}
.slick_prev {
  left: -15px;
}
.slick_prev:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}
.accordion-title, .accordion-title span, .accordion-title90, .section2-title h3, .section2-title h3 span, .section2-title p, .section2-title p span {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.op {
  opacity: 0;
}
.op.op-show {
  opacity: 1;
}
.pc_show {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_show, .pc_show2 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .pc_hide {
    display: none !important;
  }
}
.pc_show_in {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .pc_show_in {
    display: none !important;
  }
}
.pc_show_pad_no {
  display: block !important;
}
@media (max-width: 991px) {
  .pc_show_pad_no, .pc_show_pad_no2 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc_pad_hide {
    display: none !important;
  }
}
.pad_show {
  display: block !important;
}
@media (min-width: 992px) {
  .pad_show {
    display: none !important;
  }
}
.mb_show {
  display: block !important;
}
@media (min-width: 768px) {
  .mb_show {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mb_hide, .mb_pad_hide {
    display: none !important;
  }
}
.mb_show_in {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .mb_show_in {
    display: none !important;
  }
}
.container {
  width: 100%;
  max-width: 1360px;
}
main {
  overflow: hidden;
}
.TxtGo.add::after {
  content: '|';
  display: inline-block;
  margin-left: 3px;
  color: #d9a07b;
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  100%, 50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  100%, 50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  100%, 50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  100%, 50% {
    opacity: 0;
  }
}
.section2-title {
  margin-bottom: 100px;
  padding: 0 15px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section2-title:before {
  content: '';
  background-image: url(../images/do.png);
  display: block;
  width: 55px;
  height: 40px;
  margin-bottom: 20px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.section2-title h3 {
  margin-bottom: 30px;
  color: #0c1a62;
  font-size: 36px;
  font-weight: 700;
}
.section2-title h3 span {
  font-size: 100%;
  display: block;
  margin-bottom: 20px;
}
.section2-title p {
  font-size: 20px;
  color: rgba(116, 116, 116, 0.5);
}
.section2-title p span {
  font-size: 100%;
}
@media (max-width: 767px) {
  .section2-title {
    margin-bottom: 45px;
    padding: 0 15px;
  }
  .section2-title:before {
    content: '';
    width: 28px;
    height: 18px;
    margin-bottom: 10px;
  }
  .section2-title h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .section2-title h3 span {
    display: block;
    margin-bottom: 8px;
  }
  .section2-title p {
    font-size: 12px;
  }
  .section2-title p span {
    display: block;
  }
}
.accordion {
  padding-bottom: 3.27381vw;
  overflow: hidden;
}
.accordion-img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.accordion-cont {
  position: relative;
  height: 100%;
  background: rgba(247, 237, 229, 0.6);
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.accordion-title90 {
  opacity: 1;
  -webkit-transform: rotate(-90deg) translate(0, 0);
  -moz-transform: rotate(-90deg) translate(0, 0);
  -ms-transform: rotate(-90deg) translate(0, 0);
  -o-transform: rotate(-90deg) translate(0, 0);
  transform: rotate(-90deg) translate(0, 0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  top: 0;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  right: 100%;
  font-size: -webkit-calc(6.72619vw);
  font-size: -moz-calc(6.72619vw);
  font-size: calc(6.72619vw);
  color: #fff;
}
.Showroom-Anchor[data-emergence=hidden], .accordion ul li.active .accordion-title90, .accordion-title {
  opacity: 0;
}
.accordion-title {
  visibility: hidden;
  -webkit-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transform: rotate(0) translate(0, 0);
  -moz-transform: rotate(0) translate(0, 0);
  -ms-transform: rotate(0) translate(0, 0);
  -o-transform: rotate(0) translate(0, 0);
  transform: rotate(0) translate(0, 0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: auto;
  bottom: -1.78571vw;
  left: 2.97619vw;
  font-size: -webkit-calc(7.14286vw);
  font-size: -moz-calc(7.14286vw);
  font-size: calc(7.14286vw);
  color: #d9a07b;
  line-height: 88%;
  letter-spacing: 6vw;
}
.accordion-title span {
  display: block;
  line-height: initial;
  color: #fff;
  margin-bottom: 15px;
  -webkit-animation: anishow 1.5s linear;
  -moz-animation: anishow 1.5s linear;
  -o-animation: anishow 1.5s linear;
  animation: anishow 1.5s linear;
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
  white-space: nowrap;
}
.accordion ul {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  display: table;
  table-layout: fixed;
  margin: 0 -10px;
  padding: 0;
}
.accordion ul li {
  background: center center no-repeat #fff;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  height: auto;
  padding-top: 32.1%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding-left: 10px;
  padding-right: 10px;
  width: 10%;
}
.accordion ul li a {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.accordion ul:hover li {
  width: 10%;
  z-index: 111;
}
.accordion ul li.active {
  width: 84%;
}
.accordion ul li.active .accordion-cont {
  background: 0 0;
}
.accordion ul li.active .accordion-cont:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10.89286vw;
  background-image: url(../images/bg1.png);
  background-repeat: repeat-x;
  background-repeat-y: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-animation: anishow 2s linear;
  -moz-animation: anishow 2s linear;
  -o-animation: anishow 2s linear;
  animation: anishow 2s linear;
}
.accordion ul li.active .accordion-title {
  opacity: 1;
  letter-spacing: 0;
  word-wrap: break-word;
  visibility: visible;
}
@media (max-width: 767px) {
  .accordion-img {
    left: 0;
    right: 0;
  }
  .accordion ul {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .accordion ul li {
    display: block;
    padding-top: 46.876%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2px;
  }
  .accordion ul li, .accordion ul li.active, .accordion ul:hover li {
    width: 100%;
  }
  .accordion ul li .accordion-cont, .accordion ul li.active .accordion-cont {
    background: 0 0;
  }
  .accordion ul li .accordion-cont:before, .accordion ul li.active .accordion-cont:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20.3125vw;
    background-image: url(../images/bg1.png);
    background-repeat: repeat-x;
    background-repeat-y: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-animation: anishow 2s linear;
    -moz-animation: anishow 2s linear;
    -o-animation: anishow 2s linear;
    animation: anishow 2s linear;
  }
  .accordion ul li .accordion-title90, .accordion ul li.active .accordion-title90 {
    display: none;
  }
  .accordion ul li .accordion-title, .accordion ul li.active .accordion-title {
    visibility: visible;
    letter-spacing: 0;
    opacity: 1;
    -webkit-transform: rotate(0) translate(0, 0);
    -moz-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    -o-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    top: auto;
    right: 0;
    bottom: 0;
    left: 9px;
    font-size: 40px;
    line-height: initial;
    color: #d9a07b;
  }
  .accordion ul li .accordion-title span, .accordion ul li.active .accordion-title span {
    line-height: initial;
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
    vertical-align: middle;
  }
}
@-webkit-keyframes anishow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes anishow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes anishow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anishow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes light {
  0% {
    -webkit-filter: contrast(2);
    filter: contrast(2);
  }
  100% {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
}
@-moz-keyframes light {
  0% {
    filter: contrast(2);
  }
  100% {
    filter: contrast(1);
  }
}
@-o-keyframes light {
  0% {
    filter: contrast(2);
  }
  100% {
    filter: contrast(1);
  }
}
@keyframes light {
  0% {
    -webkit-filter: contrast(2);
    filter: contrast(2);
  }
  100% {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
}
.section_slider {
  overflow: hidden;
  margin-top: 4.46429vw;
  margin-bottom: 50px;
  padding-left: 8.5119vw;
}
.section_slider .swiper-slide {
  width: 43.4%;
}
.section_slider-img {
  width: 35.224%;
  padding-top: 60%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 20px;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.section_slider-more span {
  color: #747474;
  position: relative;
  padding-left: 38px;
  display: inline-block;
  font-size: -webkit-calc(.89286vw);
  font-size: -moz-calc(.89286vw);
  font-size: calc(.89286vw);
}
.section_slider-more span:before {
  content: '';
  background: #d9a07b;
  height: 1px;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.section_slider-more span:after {
  content: "\f105";
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 15px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  padding-left: 10px;
  color: #d9a07b;
  font-size: -webkit-calc(1.19048vw);
  font-size: -moz-calc(1.19048vw);
  font-size: calc(1.19048vw);
}
.section3-title h3, .section_slider-text h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.section_slider-text {
  width: -webkit-calc(100% - 35.224% - 22%);
  width: -moz-calc(100% - 35.224% - 22%);
  width: calc(100% - 35.224% - 22%);
  float: left;
  padding-top: 3.57143vw;
  padding-left: 1.19048vw;
}
.section_slider-text h3 {
  font-size: -webkit-calc(1.30952vw);
  font-size: -moz-calc(1.30952vw);
  font-size: calc(1.30952vw);
  color: #282828;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_slider-text p {
  font-size: -webkit-calc(.89286vw);
  font-size: -moz-calc(.89286vw);
  font-size: calc(.89286vw);
  color: #747474;
  margin-bottom: 2.67857vw;
  display: -webkit-box;
  overflow: hidden;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section_slider.go a .section_slider-text h3, .section_slider.go a .section_slider-text p, .section_slider.go a .section_slider-text span, .section_slider.go a:hover .section_slider-text h3, .section_slider.go a:hover .section_slider-text p, .section_slider.go a:hover .section_slider-text span {
  color: #fff;
}
@media (min-width: 768px) {
  .section_slider a:hover .section_slider-more span {
    color: #d9a07b;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .section_slider a:hover .section_slider-img {
    -webkit-box-shadow: 0 14px 8px 0 rgba(150, 125, 104, 0.43);
    -moz-box-shadow: 0 14px 8px 0 rgba(150, 125, 104, 0.43);
    box-shadow: 0 14px 8px 0 rgba(150, 125, 104, 0.43);
  }
  .section_slider a:hover .section_slider-text h3 {
    color: #000;
  }
  .section_slider a:hover .section_slider-text p {
    color: #666;
  }
}
@media (max-width: 767px) {
  .section_slider {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
  }
  .section_slider-more {
    display: none;
  }
  .section_slider-img {
    width: 100%;
    padding-top: 96.23%;
    float: none;
    margin-bottom: 0;
  }
  .section_slider-text {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    float: none;
    padding-top: 3.75vw;
    padding-left: 0;
  }
  .section_slider-text h3 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: -webkit-calc(5vw);
    font-size: -moz-calc(5vw);
    font-size: calc(5vw);
  }
  .section_slider-text p {
    font-size: -webkit-calc(4.0625vw);
    font-size: -moz-calc(4.0625vw);
    font-size: calc(4.0625vw);
    min-height: auto;
  }
}
.accordion_body-item .swiper-wrapper, .swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.section3 {
  position: relative;
  padding-top: 50px;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
.section3-top:before {
  content: '';
  width: 103%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, #f7ede5), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #f7ede5 30%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #f7ede5 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #f7ede5 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f7ede5 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  opacity: 0;
  right: -100%;
}
@media (max-width: 767px) {
  .section3 {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .section3-top:before {
    width: 150%;
  }
}
.section3-light {
  width: 16%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgba(247, 237, 229, 0.15)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  right: 28%;
  -webkit-transform: skew(34deg);
  -moz-transform: skew(34deg);
  -ms-transform: skew(34deg);
  -o-transform: skew(34deg);
  transform: skew(34deg);
  height: 0;
}
.section3-light2, .section3-light:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgba(247, 237, 229, 0.15)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  z-index: 1;
  content: '';
}
.section3-light2, .section3.goo .section3-light {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
}
.section3-light:before {
  width: 25%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  right: 12%;
  height: 100%;
  height: 0;
}
.section3-light2 {
  width: 5%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  right: 14%;
  transform-origin: left top;
  -webkit-transform: skew(90deg);
  -moz-transform: skew(90deg);
  -ms-transform: skew(90deg);
  -o-transform: skew(90deg);
  transform: skew(90deg);
  height: 100%;
}
.section3-light2:before {
  content: '';
  width: 88%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgba(247, 237, 229, 0.15)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.15) 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  left: -32%;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}
.section3.goo .section3-top:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgba(247, 237, 229, 0.38)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.38) 30%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.38) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.38) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.38) 30%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  right: -27%;
  -webkit-animation: light 2.6s;
  -moz-animation: light 2.6s;
  -o-animation: light 2.6s;
  animation: light 2.6s;
}
.section3.goo .section3-light {
  transform-origin: left top;
  height: 100%;
  -webkit-animation: light .8s;
  -moz-animation: light .8s;
  -o-animation: light .8s;
  animation: light .8s;
}
.section3.goo .section3-light::before {
  height: 100%;
}
.section3.goo .section3-light2 {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-animation: light .8s;
  -moz-animation: light .8s;
  -o-animation: light .8s;
  animation: light .8s;
  -webkit-transform: skew(34deg);
  -moz-transform: skew(34deg);
  -ms-transform: skew(34deg);
  -o-transform: skew(34deg);
  transform: skew(34deg);
}
.section3 [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.section3 [class*=col].section3-text {
  padding-left: 8.33333vw;
  padding-top: 4.7619vw;
  padding-right: 2.08333vw;
}
@media (max-width: 767px) {
  .section3.goo .section3-top:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(30%, rgba(247, 237, 229, 0.28)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.28) 30%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.28) 30%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.28) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(247, 237, 229, 0.28) 30%, rgba(255, 255, 255, 0) 100%);
    right: -80%;
  }
  .section3 [class*=col].section3-text {
    padding-top: 7.8125vw;
    padding-right: 7.8125vw;
    padding-left: 0;
  }
}
.section3-bottom, .section3-cont {
  position: relative;
  z-index: 1;
}
.section3-title {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, 7.02381vw);
  -moz-transform: translate(0, 7.02381vw);
  -ms-transform: translate(0, 7.02381vw);
  -o-transform: translate(0, 7.02381vw);
  transform: translate(0, 7.02381vw);
}
.section3-title h3 {
  font-size: -webkit-calc(7.14286vw);
  font-size: -moz-calc(7.14286vw);
  font-size: calc(7.14286vw);
  color: #fff;
}
.section3-title h3 span {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  font-size: 100%;
  font-family: inherit;
  position: relative;
}
.section3-title h3 span:before {
  content: '';
  background: #fff;
  height: 4.7619vw;
  width: 1px;
  position: absolute;
  bottom: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section3-title p {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section3-title {
    -webkit-transform: translate(0, 55px);
    -moz-transform: translate(0, 55px);
    -ms-transform: translate(0, 55px);
    -o-transform: translate(0, 55px);
    transform: translate(0, 55px);
  }
  .section3-title h3 {
    font-size: 45px;
  }
  .section3-title h3 span:before {
    content: '';
    background: #fff;
    height: 40px;
    width: 1px;
    position: absolute;
    top: auto;
    bottom: 90%;
  }
  .section3-title p {
    font-size: 16px;
  }
}
.section3.goo .section3-title {
  opacity: 1;
}
.section3.go {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #b49071), to(#fff));
  background: -webkit-linear-gradient(top, #b49071 88%, #fff 100%);
  background: -moz-linear-gradient(top, #b49071 88%, #fff 100%);
  background: -o-linear-gradient(top, #b49071 88%, #fff 100%);
  background: linear-gradient(180deg, #b49071 88%, #fff 100%);
}
.section3-text a {
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
  color: #0c1a62;
  display: block;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  margin-bottom: 1.4881vw;
}
.section3-text a span {
  font-family: inherit;
  font-size: 100%;
  position: relative;
  padding-bottom: 10px;
}
.section3-bottom-title h3, .section3-bottom-title span {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  color: #fff;
}
.section3-text a span:before {
  content: '';
  width: 100%;
  left: 0;
  position: absolute;
  background: #0c1a62;
  height: 1px;
  bottom: 0;
}
.section3-img img {
  width: 100%;
  -webkit-border-bottom-left-radius: 32px;
  -moz-border-radius-bottomleft: 32px;
  border-bottom-left-radius: 32px;
}
@media (max-width: 767px) {
  .section3-text a {
    font-size: 18px;
    margin-bottom: 3.75vw;
  }
  .section3-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section3-ps {
  font-size: -webkit-calc(.89286vw);
  font-size: -moz-calc(.89286vw);
  font-size: calc(.89286vw);
  padding-top: 5.35714vw;
  color: #fff;
  line-height: 1.66667vw;
  position: relative;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.section3-ps:before {
  content: '';
  background-image: url(../images/d.png);
  width: 30px;
  height: 23px;
  display: block;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .section3-ps {
    font-size: 13px;
    padding-top: 50px;
    color: #fff;
    line-height: 20px;
    position: relative;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
  .section3-ps:before {
    content: '';
    background-image: url(../images/d.png);
    width: 30px;
    height: 23px;
    display: block;
    margin-bottom: 13px;
  }
}
.section3-cont {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.10714vw;
}
@media (max-width: 767px) {
  .section3-cont {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.section3-bottom {
  -webkit-transform: translate(0, 6.36905vw);
  -moz-transform: translate(0, 6.36905vw);
  -ms-transform: translate(0, 6.36905vw);
  -o-transform: translate(0, 6.36905vw);
  transform: translate(0, 6.36905vw);
}
.section3-bottom-title {
  margin-bottom: 45px;
}
.section3-bottom-title h3 {
  font-size: -webkit-calc(7.14286vw);
  font-size: -moz-calc(7.14286vw);
  font-size: calc(7.14286vw);
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.section3-bottom-title span {
  display: block;
  text-indent: 1vw;
  letter-spacing: 1vw;
  font-weight: inherit;
  font-size: -webkit-calc(1.78571vw);
  font-size: -moz-calc(1.78571vw);
  font-size: calc(1.78571vw);
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.section3-bottom a {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 67.85714vw;
  background-position: center;
  display: inline-block;
  position: relative;
  cursor: url(../images/play.cur), default;
  cursor: url(../images/play.cur), auto;
  padding-top: 24.522%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.section3-bottom .icon_center, .section3-bottom-text {
  position: absolute;
  -o-transition: all .4s ease;
  top: 50%;
}
.section3-bottom a img {
  width: 100%;
}
.section3-bottom .icon_center {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  display: block;
  width: 6.42857vw;
  height: 6.42857vw;
  background-image: url(../images/pl2.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section3-bottom-title {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .section3-bottom-title h3 {
    font-size: 45px;
  }
  .section3-bottom-title span {
    font-size: 16px;
    text-indent: inherit;
    letter-spacing: inherit;
  }
  .section3-bottom .icon_center {
    width: 16.5625vw;
    height: 16.5625vw;
  }
}
.section3-bottom-text {
  text-align: left;
  transform: translate(0, -50%);
  color: #fff;
  padding: 0 3.92857vw;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.section3-bottom-text p, .section3-bottom-text span {
  -o-transition: all .4s ease;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.section3-bottom-text span {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
}
.section3-bottom-text p {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  font-size: -webkit-calc(2.14286vw);
  font-size: -moz-calc(2.14286vw);
  font-size: calc(2.14286vw);
}
.section3-bottom-text-pl {
  padding-left: 11.0119vw;
  position: relative;
}
.section3-bottom-text-pl:before {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  content: '';
  display: block;
  width: 9.22619vw;
  height: 9.22619vw;
  background-image: url(../images/pl.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .section3-bottom {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 14.0625vw;
  }
  .section3-bottom a {
    max-width: 100%;
    display: block;
    padding-top: 56.25%;
  }
  .section3-bottom a img {
    display: inline-block;
    vertical-align: bottom;
  }
  .section3-bottom-text {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .section3-bottom-text span {
    font-size: -webkit-calc(4.375vw);
    font-size: -moz-calc(4.375vw);
    font-size: calc(4.375vw);
  }
  .section3-bottom-text p {
    font-size: -webkit-calc(5vw);
    font-size: -moz-calc(5vw);
    font-size: calc(5vw);
  }
  .section3-bottom-text-pl {
    padding-left: 0;
  }
  .section3-bottom-text-pl:before {
    content: '';
    width: 15.625vw;
    height: 15.625vw;
    margin: 0 auto;
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.Showroom-top-text i:before, .section4-title h3 span:before {
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.section4 {
  margin-bottom: 60px;
  padding: 15.95238vw 0 7.14286vw;
}
.section4-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.section4-title h3 {
  font-size: -webkit-calc(7.14286vw);
  font-size: -moz-calc(7.14286vw);
  font-size: calc(7.14286vw);
  color: #d9a07b;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.section4-title h3 span {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  font-size: 100%;
  font-family: inherit;
  position: relative;
}
.section4 .section4-body_too_mb-text p, .section4 .section4-body_too_mb-text span, .section4-body-text p, .section4-body-text span, .section4-body_too-text span, .section4-title p, .section5-text h3, .section5-title, .section5-title span {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.section4-title h3 span:before {
  content: '';
  background: #d9a07b;
  height: 5.35714vw;
  width: 1px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section4-title p {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  font-size: -webkit-calc(1.66667vw);
  font-size: -moz-calc(1.66667vw);
  font-size: calc(1.66667vw);
  color: #747474;
}
.section4-more {
  padding: 15px 0 0;
  text-align: right;
}
.section4 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.section4 .swiper-wrapper.goo {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.section4-body {
  overflow: hidden;
}
.section4-body-item {
  width: -webkit-calc(100% + 17%);
  width: -moz-calc(100% + 17%);
  width: calc(100% + 17%);
  position: relative;
  height: 60.71429vw;
}
.section4-body-item.swiper-slide {
  -webkit-transform: translate3d(8%, 0, 0);
  -moz-transform: translate3d(8%, 0, 0);
  transform: translate3d(8%, 0, 0);
}
.section4-body-text {
  padding: .77381vw 0 0 .71429vw;
}
.section4-body-text span {
  font-size: -webkit-calc(.89286vw);
  font-size: -moz-calc(.89286vw);
  font-size: calc(.89286vw);
  display: block;
  color: #d9a07b;
  margin-bottom: .29762vw;
}
.section4-body-text p {
  font-size: -webkit-calc(1.07143vw);
  font-size: -moz-calc(1.07143vw);
  font-size: calc(1.07143vw);
  color: #747474;
  overflow: hidden;
  display: -webkit-box;
  height: 3vw;
  margin-bottom: 0;
}
.section4-body-img {
  position: absolute;
}
.section4-body-img .imgs {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.section4-body-img a:hover .imgs {
  -webkit-box-shadow: 1px 12px 15px rgba(150, 125, 104, 0.45);
  -moz-box-shadow: 1px 12px 15px rgba(150, 125, 104, 0.45);
  box-shadow: 1px 12px 15px rgba(150, 125, 104, 0.45);
}
.section4-body-img1 {
  top: 2.08333vw;
  left: 13.45238vw;
  width: 38.69048vw;
}
.section4-body-img1 .imgs {
  display: block;
  width: 100%;
  height: 46.42857vw;
}
.section4-body-img2 {
  top: 4.7619vw;
  left: 55.35714vw;
  width: 16.66667vw;
}
.section4-body-img2 .imgs {
  display: block;
  width: 100%;
  height: 13.69048vw;
}
.section4-body-img3 {
  top: 30.41667vw;
  left: 59.10714vw;
  width: 17.85714vw;
}
.section4-body-img3 .imgs {
  display: block;
  width: 100%;
  height: 21.42857vw;
}
.section4-body-img4 {
  top: 35.47619vw;
  left: 84.64286vw;
  width: 16.36905vw;
}
.section4-body-img4 .imgs {
  display: block;
  width: 100%;
  height: 13.45238vw;
}
.section4-body-img5 {
  top: 7.79762vw;
  left: 80vw;
  width: 15.47619vw;
}
.section4-body-img5 .imgs {
  display: block;
  width: 100%;
  height: 18.57143vw;
}
.section4-body-img6 {
  top: 0;
  left: -4.82143vw;
  width: 13.39286vw;
}
.section4-body-img6 .imgs {
  display: block;
  width: 100%;
  height: 11.0119vw;
}
.section4-body-img7 {
  top: 21.13095vw;
  left: -8.63095vw;
  width: 17.55952vw;
}
.section4-body-img7 .imgs {
  display: block;
  width: 100%;
  height: 21.07143vw;
}
.section4-body_too-item {
  max-width: 25%;
  width: 25%;
}
.section4-body_too-item .section4-body_too-cont {
  padding-left: 1.33929vw;
  padding-right: 1.33929vw;
}
.section4-body_too-item .section4-body_too-cont .section4-body_too-img {
  margin-bottom: 1.33929vw;
}
.section4-body_too-item .section4-body_too-cont .imgs {
  padding-top: 63.8%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.section4-body_too-item.max_style {
  max-width: 50%;
  width: 50%;
}
.section4-body_too-item.max_style .imgs {
  padding-top: 77.836%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.section4-body_too-text {
  padding: .77381vw 0 0 .71429vw;
}
.section4-body_too-text span {
  font-size: -webkit-calc(.89286vw);
  font-size: -moz-calc(.89286vw);
  font-size: calc(.89286vw);
  display: block;
  color: #d9a07b;
  margin-bottom: .29762vw;
}
.section4-body_too-text p {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: -webkit-calc(1.07143vw);
  font-size: -moz-calc(1.07143vw);
  font-size: calc(1.07143vw);
  color: #747474;
  overflow: hidden;
  display: -webkit-box;
  height: 3vw;
  margin-bottom: 0;
}
.section4 .section4-body_too_mb-item {
  width: 50%;
}
.section4 .section4-body_too_mb-img {
  padding: 0 5px;
  position: relative;
}
.section4 .section4-body_too_mb-img img {
  width: 100%;
}
.section4 .section4-body_too_mb-text span {
  font-size: 12px;
  display: block;
  color: #d9a07b;
  margin-bottom: 5px;
}
.section4 .section4-body_too_mb-text p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  height: 43px;
}
@media (max-width: 767px) {
  .section4-title h3 {
    font-size: 45px;
  }
  .section4-title h3 span:before {
    content: '';
    height: 40px;
    width: 1px;
    position: absolute;
    top: auto;
    bottom: 100%;
    z-index: 5;
  }
  .section4-title p {
    font-size: 16px;
  }
  .section4-body-item {
    width: -webkit-calc(200% + 53%);
    width: -moz-calc(200% + 53%);
    width: calc(200% + 53%);
    position: relative;
    height: 140.625vw;
  }
  .section4-body-item.swiper-slide {
    -webkit-transform: translate3d(24%, 0, 0);
    -moz-transform: translate3d(24%, 0, 0);
    transform: translate3d(24%, 0, 0);
  }
  .section4-body-text {
    padding: 2.5vw 0 0 2.5vw;
  }
  .section4-body-text span {
    font-size: 12px;
    display: block;
    color: #d9a07b;
    margin-bottom: 1.5625vw;
  }
  .section4-body-text p {
    font-size: 14px;
    height: 40px;
  }
  .section4-body-img {
    position: absolute;
  }
  .section4-body-img1 {
    top: 4.375vw;
    left: -11.875vw;
    width: 84.6875vw;
  }
  .section4-body-img1 .imgs {
    height: 101.5625vw;
  }
  .section4-body-img2 {
    top: 10.3125vw;
    left: 82.8125vw;
    width: 36.5625vw;
  }
  .section4-body-img2 .imgs {
    height: 30vw;
  }
  .section4-body-img3 {
    top: 66.875vw;
    left: 88.125vw;
    width: 39.0625vw;
  }
  .section4-body-img3 .imgs {
    height: 46.875vw;
  }
  .section4-body-img4 {
    top: 80.625vw;
    left: 144.0625vw;
    width: 35.9375vw;
  }
  .section4-body-img4 .imgs {
    height: 29.6875vw;
  }
  .section4-body-img5 {
    top: 15.625vw;
    left: 133.75vw;
    width: 33.75vw;
  }
  .section4-body-img5 .imgs {
    height: 40.625vw;
  }
  .section4-body-img6 {
    top: 0;
    left: -56.875vw;
    width: 29.375vw;
  }
  .section4-body-img6 .imgs {
    height: 24.0625vw;
  }
  .section4-body-img7 {
    top: 49.0625vw;
    left: -59.375vw;
    width: 38.4375vw;
  }
  .section4-body-img7 .imgs {
    height: 46.25vw;
  }
}
.Showroom-Anchor-li:after, .section5::before {
  bottom: 0;
  content: '';
}
.section5 {
  position: relative;
  margin-bottom: 130px;
}
.section5 .container {
  max-width: 1490px;
}
.section5 .section5-cont>[class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.section5-more {
  padding: 15px 0 0;
  text-align: right;
}
.section5::before {
  background: #e1b395;
  position: absolute;
  top: 35px;
  left: 0;
  width: -webkit-calc(50% - (1490px/4) + 3%);
  width: -moz-calc(50% - (1490px/4) + 3%);
  width: calc(50% - (1490px/4) + 3%);
}
.section5-cont, .section5-left, .section5-title {
  position: relative;
}
@media (max-width: 1490px) {
  .section5::before {
    width: 28%;
  }
}
.section5-ba {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(#f6f6f6));
  background: -webkit-linear-gradient(left, #fff 50%, #f6f6f6 100%);
  background: -moz-linear-gradient(left, #fff 50%, #f6f6f6 100%);
  background: -o-linear-gradient(left, #fff 50%, #f6f6f6 100%);
  background: linear-gradient(90deg, #fff 50%, #f6f6f6 100%);
}
.section5-title {
  z-index: 2;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding-left: 12px;
  top: 0;
  font-size: 118px;
  line-height: 90px;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  color: #fff;
}
.section5-title span {
  font-size: 30px;
  display: block;
}
.section5-left {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding-right: 0;
  background: #f6f6f6;
  z-index: 1;
}
.section5-left .slick-next {
  right: -52px;
  z-index: 1;
  background-image: url(../images/nexts.png);
}
.section5-left .slick-next:hover {
  background-image: url(../images/nexts_hover.png);
}
.section5-left .slick-prev {
  left: 18px;
  z-index: 1;
  background-image: url(../images/prevs.png);
}
.section5-left .slick-prev:hover {
  background-image: url(../images/prevs_hover.png);
}
.section5-left .slick-next, .section5-left .slick-prev {
  width: 34px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.section5-left .slick-next:before, .section5-left .slick-prev:before {
  display: none;
}
.section5-left .slick-dots {
  padding-left: 32%;
  text-align: left;
}
@media (max-width: 3400px) {
  .section5-left .slick-dots {
    padding-left: -webkit-calc(8% + .59524vw);
    padding-left: -moz-calc(8% + .59524vw);
    padding-left: calc(8% + .59524vw);
  }
}
@media (max-width: 1680px) {
  .section5-title {
    font-size: -webkit-calc(7.14286vw);
    font-size: -moz-calc(7.14286vw);
    font-size: calc(7.14286vw);
    line-height: 5.47619vw;
  }
  .section5-left .slick-next {
    right: 0;
  }
  .section5-left .slick-dots {
    padding-left: 8%;
  }
}
.section5-left .slick-dots li.slick-active button:before {
  content: ' ';
  top: 0;
  width: 2px;
  height: 100%;
  border: none;
  background: #dfa37c;
}
.section5-left .slick-dots li button:before {
  content: ' ';
  top: 0;
  width: 2px;
  height: 100%;
  border: none;
  background: #dcdcdc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.section5-left .slick-dots li {
  width: 2px;
  height: 9px;
  vertical-align: bottom;
}
.section5-left .slick-dots li.slick-active {
  width: 2px;
  height: 15px;
}
.section5-right {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.section5-slider.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.section5-slider .slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section5-slider-img {
  display: block;
  padding-top: 69.588%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.section5-text {
  padding-left: 5%;
  padding-right: 7%;
}
.section5-text span {
  color: #d9a07b;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.section5-text h3, .section5-text p {
  -o-transition: all .3s ease;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.section5-text h3 {
  color: #282828;
  font-size: 22px;
  margin-bottom: 25px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  user-select: text;
}
.section5-text p {
  padding-left: 15px;
  font-size: 15px;
  color: #747474;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  user-select: text;
}
.section5-text.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.section5-text .slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .section5-left .slick-prev {
    left: -webkit-calc(0px + 5vw);
    left: -moz-calc(0px + 5vw);
    left: calc(0px + 5vw);
  }
  .section5 {
    margin-bottom: 86px;
  }
  .section5::before {
    display: none;
  }
  .section5-more {
    padding: 15px 0 0;
    text-align: right;
  }
  .section5-ba {
    background: 0 0;
  }
  .section5 .mb_left {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .section5 .section5-left .slick-next {
    right: 6.25vw;
  }
  .section5-title {
    margin-bottom: 25px;
    color: #d9a07b;
    font-size: 45px;
    line-height: inherit;
    z-index: 3;
    text-align: center;
    padding-right: 20px;
    position: relative;
  }
  .section5-left::before, .section5-title::before {
    content: '';
    position: absolute;
  }
  .section5-title span {
    font-size: 16px;
    color: #747474;
  }
  .section5-title::before {
    background: #d9a07b;
    height: 37px;
    width: 1px;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .section5-cont {
    padding-left: 0;
  }
  .section5-left {
    background: 0 0;
    padding-left: 64px;
  }
  .section5-left .slick-dots {
    padding-left: 52%;
    bottom: -19px;
  }
  .section5-left::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e1b395), color-stop(50%, #f6f6f6));
    background: -webkit-linear-gradient(left, #e1b395 50%, #f6f6f6 50%);
    background: -moz-linear-gradient(left, #e1b395 50%, #f6f6f6 50%);
    background: -o-linear-gradient(left, #e1b395 50%, #f6f6f6 50%);
    background: linear-gradient(90deg, #e1b395 50%, #f6f6f6 50%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  .section5-right {
    background: #f6f6f6;
  }
  .section5-text {
    padding: 34px 30px 25px;
  }
  .section5-text span {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section5-text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section5-text p {
    padding-left: 0;
    font-size: 13px;
  }
}
.main_kv-title h3, .main_kv-title span {
  color: #fff;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.main_kv {
  position: relative;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  overflow: hidden;
}
.main_kv-img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  height: 500px;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_kv .txx {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
}
.main_kv.kv_go .main_kv-img, .main_kv.kv_go .txx {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main_kv-title {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.main_kv-title span {
  font-size: 30px;
  display: block;
  text-align: center;
}
.main_kv-title h3 {
  font-size: 130px;
}
@media (max-width: 767px) {
  .main_kv-img {
    height: 400px;
  }
  .main_kv-title span {
    font-size: 26px;
    line-height: 1.6;
  }
  .main_kv-title h3 {
    font-size: 50px;
    line-height: 1.6;
  }
}
.Showroom-top {
  margin-bottom: 99px;
}
.Showroom-top-title {
  text-align: center;
  padding: 129px 0 90px;
}
.Showroom-top-title h3 {
  position: relative;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 45px;
  color: #0c1a62;
  margin-bottom: 25px;
}
.Showroom-top-title h3::after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 2px;
  height: 60px;
  background: #e2b69a;
  display: block;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.Showroom-top-title p {
  font-size: 20px;
  color: #747474;
  max-width: 880px;
  text-align: left;
  margin: 0 auto;
}
.Showroom-top-item img {
  max-width: 100%;
  width: 100%;
}
.Showroom-top-text {
  text-align: center;
}
.Showroom-top-text .svg {
  width: 71px;
  height: 61px;
}
.Showroom-top-text i {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  margin-top: -5px;
}
.Showroom-top-text i:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100px;
  height: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -30px;
}
.Showroom-top-text i img {
  position: relative;
  z-index: 1;
}
.Showroom-top-text h3, .Showroom-top-text p {
  position: relative;
  z-index: 2;
}
.Showroom-top-text h3 {
  font-size: 22px;
  color: #0c1a62;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.Showroom-top-text p {
  font-size: 16px;
  color: #747474;
  text-align: left;
}
.Showroom-Anchor h3, .Showroom-Anchor-li a {
  color: #fff;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.Showroom-Anchor {
  padding: 91px 0 81px;
  background-image: url(../images/s_ba.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}
.Showroom-Anchor[data-emergence=visible] {
  opacity: 1;
}
.Showroom-Anchor-icon {
  margin-bottom: 15px;
}
.Showroom-Anchor-icon img {
  max-width: 100%;
  display: inline-block;
}
.Showroom-Anchor h3 {
  font-size: 42px;
  margin-bottom: 39px;
}
.Showroom-Anchor-ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.Showroom-Anchor-li {
  display: inline-block;
  font-size: 28px;
  position: relative;
}
.Showroom-Anchor-li:after {
  position: absolute;
  left: -.5px;
  background: #bcbcbc;
  height: 21px;
  width: 1px;
  top: 0;
  margin: auto;
}
.Showroom-Anchor-li:first-child:after {
  display: none;
}
.Showroom-Anchor-li a {
  font-size: 100%;
  padding: 0 30px;
}
.Showroom-bottom {
  padding-top: 110px;
}
.Showroom-item {
  margin-bottom: 100px;
}
.Showroom-item-img img {
  width: 100%;
  display: block;
}
.Showroom-item-text {
  background: #f7f7f7;
}
.Showroom-item-text-right-img, .product_section1-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.Showroom-item-text .row {
  margin-left: 0;
  margin-right: 0;
}
.Showroom-item-text [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.Showroom-item-text-left {
  position: relative;
  overflow: hidden;
  padding: 35px 5px 20px 13.1%;
}
.Showroom-item-text-right {
  position: relative;
}
.Showroom-item-text-right img {
  width: 100%;
  display: block;
}
.Showroom-item-text-right-img {
  padding-top: 56.7%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.Showroom-item-text-right a {
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 8%;
  padding: 15px 60px 15px 23px;
}
.Showroom-item-text h3 {
  font-size: 36px;
  color: #0c1a62;
  margin-bottom: 35px;
  position: relative;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.Showroom-item-text h3 span {
  font-size: 30px;
  color: #747474;
  padding-left: 12px;
}
.Showroom-item-text h3:before {
  content: '';
  width: 78px;
  height: 1px;
  background: #dfa37c;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 102%;
}
.Showroom-item-text ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.Showroom-item-text ul li {
  font-size: 18px;
  color: #282828;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
.Showroom-item-text ul li:before {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: block;
  left: 0;
  width: 38px;
  height: 55px;
  top: -15px;
}
.Showroom-item-text ul li.icon1:before {
  content: '';
  background-image: url(../images/Showroom_icon1.svg);
}
.Showroom-item-text ul li.icon2:before {
  content: '';
  background-image: url(../images/Showroom_icon2.svg);
}
.Showroom-item-text ul li.icon3:before {
  content: '';
  background-image: url(../images/Showroom_icon3.svg);
}
.Showroom-item-text ul li.icon4:before {
  content: '';
  background-image: url(../images/Showroom_icon4.svg);
}
.Showroom-item-text ul li.icon5:before {
  content: '';
  background-image: url(../images/Showroom_icon5.svg);
}
@media (max-width: 991px) {
  .Showroom-item-text-right {
    position: relative;
  }
  .Showroom-item-text-right-img {
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .Showroom-top {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .Showroom-top-title {
    text-align: center;
    padding: 60px 0 50px;
  }
  .Showroom-top-title h3 {
    position: relative;
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .Showroom-Anchor h3::after, .Showroom-top-title h3::after {
    position: absolute;
    bottom: 100%;
    width: 2px;
    height: 36px;
    content: '';
  }
  .Showroom-top-title p {
    font-size: 20px;
    line-height: 1.6;
  }
  .Showroom-top [class*=col] {
    margin-bottom: 55px;
  }
  .Showroom-top-text {
    text-align: center;
  }
  .Showroom-top-text h3, .Showroom-top-text p {
    position: relative;
    z-index: 2;
  }
  .Showroom-top-text h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .Showroom-top-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .Showroom-Anchor {
    padding: 60px 0 0;
    background-image: none;
  }
  .Showroom-Anchor-icon {
    margin-bottom: 15px;
  }
  .Showroom-Anchor-icon img {
    max-width: 100%;
    display: inline-block;
  }
  .Showroom-Anchor h3 {
    font-size: 26px;
    line-height: 1.6;
    color: #0c1a62;
    margin-bottom: 39px;
    position: relative;
  }
  .Showroom-Anchor h3::after {
    background: #e2b69a;
    display: block;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .Showroom-Anchor-ul {
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
  }
  .Showroom-Anchor-li {
    font-size: 18px;
    line-height: 1.6;
    color: #bbb;
  }
  .Showroom-Anchor-li:after {
    display: none;
  }
  .Showroom-Anchor-li a {
    font-size: 100%;
    color: #bbb;
    padding: 0 0 12px;
    display: block;
  }
  .Showroom-Anchor-li.active a {
    border-bottom: 2px solid #d9a07b;
    color: #d9a07b;
  }
  .Showroom-bottom {
    padding-top: 20px;
  }
  .Showroom-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
  .Showroom-item {
    margin-bottom: 25px;
    display: none;
  }
  .Showroom-item-text-left {
    padding: 20px;
  }
  .Showroom-item-text-right {
    position: relative;
  }
  .Showroom-item-text-right-img {
    padding-top: 92%;
  }
  .Showroom-item-text-right a {
    font-size: 18px;
    line-height: 1.6;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 8%;
    padding: 9px 36px 9px 21px;
  }
  .Showroom-item-text-right a i {
    font-size: 20px;
    right: 20px;
  }
  .Showroom-item-text h3 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .Showroom-item-text h3 span {
    font-size: 16px;
    font-size: 18px;
  }
  .Showroom-item-text h3:before {
    content: '';
    width: 20px;
    right: 101%;
  }
  .Showroom-item-text ul li {
    font-size: 20px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .Showroom-item-text ul li:before {
    width: 50px;
    height: 50px;
    top: -9px;
    left: -20px;
  }
  .Showroom-item-text ul li.icon1:before, .Showroom-item-text ul li.icon2:before, .Showroom-item-text ul li.icon3:before, .Showroom-item-text ul li.icon4:before, .Showroom-item-text ul li.icon5:before {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
.product_section1-title, .product_section2-title, .product_section3-title, .product_section7-title {
  padding-top: 90px;
}
.product_section1-title h3, .product_section2-title h3, .product_section3-title h3, .product_section7-title h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  position: relative;
  font-size: 42px;
  color: #0c1a62;
  text-align: center;
}
.product_section1-title h3::after, .product_section2-title h3::after, .product_section3-title h3::after, .product_section7-title h3::after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 2px;
  height: 60px;
  background: #e2b69a;
  display: block;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .product_section1-title, .product_section2-title, .product_section3-title, .product_section7-title {
    padding-top: 30px;
  }
  .product_section1-title h3, .product_section2-title h3, .product_section3-title h3, .product_section7-title h3 {
    font-size: 22px;
  }
  .product_section1-title h3:after, .product_section2-title h3:after, .product_section3-title h3:after, .product_section7-title h3:after {
    height: 20px;
  }
}
.more_btn1 {
  padding: 14px 73px 14px 40px;
  margin: 5px 0;
}
.more_btn1:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .more_btn1 {
    font-size: 13px;
    font-size: 18px;
    line-height: 1.6;
    padding: 10px 45px 10px 25px;
    color: #fff;
  }
  .more_btn1 i {
    font-size: 18px;
    line-height: 15px;
    height: 15px;
    right: 20px;
  }
}
.viedo_wp {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(30, 30, 30, 0.8);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.viedo_wp iframe, .viedo_wp video {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}
.Player_icon:before, .product-top-title h3::after {
  display: block;
  left: 50%;
  content: '';
}
.Player_icon {
  position: relative;
}
.Player_icon:before {
  width: 115px;
  height: 115px;
  background-image: url(../images/p_icon.png);
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-top-title h3::after, .product_section2-text {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .Player_icon:before {
    content: '';
    width: 50px;
    height: 50px;
  }
}
.product-top {
  margin-bottom: 99px;
}
.product-top-title {
  text-align: center;
  padding: 82px 0 52px;
}
.product-top-title h3 {
  position: relative;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 52px;
  color: #0c1a62;
  margin-bottom: 20px;
}
.product-top-title h3::after {
  position: absolute;
  bottom: 100%;
  width: 2px;
  height: 60px;
  background: #e2b69a;
  transform: translate(0, -50%);
}
.product-top-title p {
  font-size: 20px;
  color: #747474;
  max-width: 860px;
  text-align: left;
  margin: 0 auto;
  line-height: 42px;
}
.product-top-icon {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.product-top-icon [class*=col] {
  position: relative;
}
.product-top-icon [class*=col]::before {
  content: '';
  position: absolute;
  background: #ededed;
  width: 1px;
  height: 134px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -.5px;
}
.product-top-icon [class*=col]:first-child:before {
  display: none;
}
.product-top-icon img {
  display: block;
  margin: 0 auto 23px;
}
.product-top-icon h3 {
  font-size: 22px;
  color: #0c1a62;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product-top-icon span {
  font-size: 18px;
  color: #747474;
  display: block;
}
@media (max-width: 767px) {
  .product-top {
    margin-bottom: 80px;
  }
  .product-top-title {
    text-align: center;
    padding: 30px 0;
  }
  .product-top-title h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .product-top-title h3::after {
    height: 20px;
  }
  .product-top-title p {
    font-size: 14px;
    line-height: 25px;
  }
  .product-top-icon [class*=col] {
    position: relative;
  }
  .product-top-icon [class*=col]::before {
    height: 60%;
  }
  .product-top-icon img {
    display: block;
    margin: 0 auto 8px;
  }
  .product-top-icon h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .product-top-icon span {
    font-size: 12px;
  }
}
.product_section1 .row, .product_section2 .row, .product_section3 .row {
  margin-left: 0;
  margin-right: 0;
}
.product_section1 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .product_section1 {
    margin-bottom: 0;
  }
}
.product_section1 .container {
  max-width: 1680px;
  padding-left: 0;
  padding-right: 0;
}
.product_section1-btn {
  padding: 30px 0;
  text-align: center;
}
.product_section1 [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.product_section1-title {
  margin-bottom: 20px;
}
.product_section1-title h3 {
  color: #0c1a62;
}
.product_section1-text {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0;
  color: #fff;
  z-index: 3;
}
.product_section1-text span {
  font-size: 18px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section1-text h3 {
  font-size: 22px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
}
.product_section1-text h3 span {
  font-size: 18px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  display: block;
}
.product_section1-text h3:before {
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  content: '';
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
.product_section1-text p {
  font-size: 16px;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  -o-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  -moz-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  line-height: .1em;
  bottom: -13px;
}
.product_section1-item {
  padding-top: 72%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.product_section1-item:after, .product_section1-item:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
.product_section1-item:before {
  background-image: url(../images/p_ba.png);
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.product_section1-item:after {
  background: rgba(25, 25, 25, 0.3);
  z-index: 2;
}
@media (min-width: 768px) {
  .product_section1-item:hover .product_section1-text h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .product_section1-item:hover .product_section1-text h3:before {
    opacity: 1;
  }
  .product_section1-item:hover .product_section1-text p {
    line-height: 22px;
    margin-bottom: 10px;
    bottom: 0;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .product_section1-title {
    margin-bottom: 15px;
  }
  .product_section1-text {
    left: 3%;
    right: 3%;
  }
  .product_section1-text span {
    font-size: 16px;
  }
  .product_section1-text h3 {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .product_section1-text h3 span {
    font-size: 16px;
  }
  .product_section1-text h3:before {
    opacity: 1;
  }
  .product_section1-text p {
    line-height: 18px;
    margin-bottom: 10px;
    bottom: 0;
    opacity: 1;
    font-size: 12px;
  }
}
.product_section2 {
  margin-bottom: 50px;
}
.product_section2-title {
  margin-bottom: 45px;
}
.product_section2-title h3 {
  color: #0c1a62;
}
.product_section2-viedo {
  position: relative;
}
.product_section2-text {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  z-index: 2;
}
.product_section2-text h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 36px;
  color: #fff;
  line-height: 55px;
  position: relative;
  display: inline-block;
}
.product_section2-text-icon {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 140px;
}
.product_section2-text-icon::before {
  content: '';
  width: 115px;
  height: 115px;
  background-image: url(../images/p_icon.png);
  display: block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.product_section2 .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
}
@media (min-width: 992px) {
  .product_section2 .row [class*=col].col-lg-72 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.1666665%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }
}
@media (min-width: 768px) {
  .product_section2 .row [class*=col].col-md-72 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.1666665%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }
}
.product_section2-img {
  padding-top: 83%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.product_section2-img-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 5px 35px;
}
.product_section2-img-txt h3 {
  margin-bottom: 11px;
  font-size: 22px;
  color: #0c1a62;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section2-img-txt h3 span {
  display: block;
  font-size: 100%;
}
.product_section2-img-txt p {
  font-size: 18px;
  color: #282828;
}
.product_section2-text2 {
  position: relative;
  height: 100%;
  font-size: 0;
}
.product_section2-text2::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.product_section2-text2-t {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 16%;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1199px) {
  .product_section2-text2-t {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.product_section2-text2-t>span {
  font-size: 15px;
  color: #0c1a62;
  display: inline-block;
  border: 1px solid #0c1a62;
  padding: 4px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.product_section2-text2-t h3 {
  color: #0c1a62;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 32px;
}
.product_section2-text2-t h4 {
  color: #282828;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 22px;
  margin-bottom: 15px;
}
.product_section2-text2-t p {
  font-size: 18px;
  color: #747474;
}
@media (max-width: 767px) {
  .product_section2-title {
    margin-bottom: 15px;
  }
  .product_section2-text h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .product_section2-text-icon {
    padding-left: 60px;
  }
  .product_section2-text-icon::before {
    content: '';
    width: 50px;
    height: 50px;
  }
  .product_section2-img-txt {
    padding: 5px 8px;
  }
  .product_section2-img-txt h3 {
    margin-bottom: 11px;
    font-size: 14px;
  }
  .product_section2-img-txt p {
    font-size: 12px;
  }
  .product_section2-text2 {
    position: relative;
    height: 100%;
  }
  .product_section2-text2-t {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product_section2-text2-t span {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .product_section2-text2-t h3 {
    font-size: 18px;
  }
  .product_section2-text2-t h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product_section2-text2-t p {
    font-size: 14px;
  }
}
.product_section3 {
  margin-bottom: 50px;
  background: #19233a;
  padding: 58px 0;
}
.product_section3 .container {
  max-width: 1680px;
  padding: 0;
}
.product_section3 .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.product_section3-title {
  margin-bottom: 30px;
}
.product_section3-title h3 {
  color: #fff;
  font-size: 52px;
}
.product_section3-title h3:after {
  background: #fff;
}
.product_section3-title p {
  font-size: 32px;
  color: #ededed;
  text-align: center;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section3-text {
  height: 100%;
  position: relative;
}
.product_section3-text-t {
  top: 50%;
  display: inline-block;
  padding: 20px 14% 20px 16%;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .product_section3-text-t {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.product_section3-text-t span {
  font-size: 15px;
  color: #bbb;
  display: inline-block;
  border: 1px solid;
  padding: 4px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.product_section3-text-t h3, .product_section3-text-t h4 {
  color: #fff;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section3-text-t h3 {
  font-size: 32px;
}
.product_section3-text-t h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.product_section3-text-t p {
  font-size: 18px;
  color: #e7e7e7;
  margin-bottom: 50px;
}
.product_section3-viedo .viedo_wp {
  -webkit-border-bottom-left-radius: 35px;
  -moz-border-radius-bottomleft: 35px;
  border-bottom-left-radius: 35px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_section3-title {
    margin-bottom: 20px;
  }
  .product_section3-title h3 {
    font-size: 22px;
  }
  .product_section3-title p {
    font-size: 18px;
  }
  .product_section3-viedo {
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .product_section3-viedo .viedo_wp {
    -webkit-border-bottom-left-radius: 28px;
    -moz-border-radius-bottomleft: 28px;
    border-bottom-left-radius: 28px;
  }
  .product_section3-text {
    height: 100%;
    position: relative;
  }
  .product_section3-text-t {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product_section3-text-t span {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .product_section3-text-t h3 {
    font-size: 18px;
  }
  .product_section3-text-t h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product_section3-text-t p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.product_section6 {
  margin-bottom: 100px;
}
.product_section6-title {
  padding: 140px 15px 100px;
}
.product_section6-title h3 {
  font-size: 52px;
  color: #0c1a62;
  text-align: center;
  line-height: 70px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  position: relative;
}
.product_section6-title h3:after {
  content: '';
  width: 49px;
  height: 29px;
  background-image: url(../images/dodo.png);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: -webkit-calc(100% + 30px);
  bottom: -moz-calc(100% + 30px);
  bottom: calc(100% + 30px);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.product_section6-title span {
  color: #747474;
  font-size: 30px;
  display: block;
  text-align: center;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section6-title span i {
  font-size: 100%;
}
.product_section6-item {
  overflow: hidden;
}
.product_section6-slider {
  margin-bottom: 35px;
}
.product_section6 .slick-prev {
  left: 5%;
  background-image: url(../images/p_prev.png);
}
.product_section6 .slick-next {
  right: 5%;
  background-image: url(../images/p_next.png);
}
.product_section6 .slick-next, .product_section6 .slick-prev {
  width: 42px;
  height: 66px;
  display: block;
  z-index: 2;
}
.product_section6 .slick-next:before, .product_section6 .slick-prev:before, .product_section7 .twentytwenty-left-arrow, .product_section7 .twentytwenty-right-arrow {
  display: none;
}
.product_section6-img {
  padding-top: 43.72%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product_section6-viedo {
  position: relative;
}
.product_section6-viedo-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-image: url(../images/ptb.png);
  background-position: top;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 1% 5%;
}
.product_section6-viedo-title h3 {
  font-size: 36px;
  color: #fff;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  margin-bottom: 10px;
}
.product_section6-viedo-title p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .product_section6 {
    margin-bottom: 50px;
  }
  .product_section6-title {
    padding: 80px 15px 50px;
  }
  .product_section6-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .product_section6-title h3:after {
    content: '';
    width: -webkit-calc(49px / 2);
    width: -moz-calc(49px / 2);
    width: calc(49px / 2);
    height: -webkit-calc(29px / 2);
    height: -moz-calc(29px / 2);
    height: calc(29px / 2);
    bottom: -webkit-calc(100% + 15px);
    bottom: -moz-calc(100% + 15px);
    bottom: calc(100% + 15px);
  }
  .product_section6-title span {
    font-size: 16px;
  }
  .product_section6-slider {
    margin-bottom: 20px;
  }
  .product_section6-viedo {
    position: relative;
  }
  .product_section6-viedo-title {
    padding: 1% 5%;
  }
  .product_section6-viedo-title h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .product_section6-viedo-title p {
    font-size: 12px;
  }
}
.product_section7 {
  margin-bottom: 50px;
}
.product_section7-title {
  margin-bottom: 45px;
}
.product_section7-title h3 {
  color: #d9a07b;
}
.product_section7-title h3:after {
  background: #d9a07b;
}
.product_section7-title p {
  font-size: 22px;
  color: #747474;
  text-align: center;
}
.product_section7 .twentytwenty-handle {
  height: 71px;
  width: 156px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -78px;
  margin-top: -35.5px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 40;
  cursor: pointer;
  background-image: url(../images/drag.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.product_section7 .twentytwenty-horizontal .twentytwenty-handle:after, .product_section7 .twentytwenty-horizontal .twentytwenty-handle:before, .product_section7 .twentytwenty-vertical .twentytwenty-handle:after, .product_section7 .twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #9b9b97;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product_section7 .twentytwenty-horizontal .twentytwenty-handle:after, .product_section7 .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 2px;
  height: 9999px;
  left: 50%;
  margin-left: -1px;
}
.product_section7 .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 26px;
}
.product_section7 .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .product_section7-title {
    margin-bottom: 25px;
  }
  .product_section7-title p {
    font-size: 16px;
  }
  .product_section7 .twentytwenty-handle {
    height: -webkit-calc(71px/2);
    height: -moz-calc(71px/2);
    height: calc(71px/2);
    width: -webkit-calc(156px/2);
    width: -moz-calc(156px/2);
    width: calc(156px/2);
    margin-left: -webkit-calc(-156px / 2 / 2);
    margin-left: -moz-calc(-156px / 2 / 2);
    margin-left: calc(-156px / 2 / 2);
    margin-top: -webkit-calc(-71px / 2 / 2);
    margin-top: -moz-calc(-71px / 2 / 2);
    margin-top: calc(-71px / 2 / 2);
  }
  .product_section7 .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: -webkit-calc(26px / 2);
    margin-bottom: -moz-calc(26px / 2);
    margin-bottom: calc(26px / 2);
  }
  .product_section7 .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: -webkit-calc(23px / 2);
    margin-top: -moz-calc(23px / 2);
    margin-top: calc(23px / 2);
  }
}
.product_nav .demo_download span, .product_nav ul li a {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 15px;
}
.video_pop {
  cursor: pointer;
}
.product_nav {
  background: #f5f5f5;
}
.product_nav .container {
  position: relative;
  max-width: 1680px;
  padding-left: 0;
  padding-right: 0;
}
.product_nav.product_nav_mb {
  display: none;
  position: fixed;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  -moz-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}
.product_nav.product_nav_mb.product_nav-hide {
  top: 0;
}
.product_nav.product_nav_mb.product_nav-show {
  top: 77px;
}
@media (max-width: 991px) {
  .product_nav.product_nav_mb {
    top: 173px;
  }
  .product_nav.product_nav_mb.product_nav-hide {
    top: 0;
  }
  .product_nav.product_nav_mb.product_nav-show {
    top: 173px;
  }
}
@media (max-width: 640px) {
  .product_nav.product_nav_mb {
    top: 27.34375vw;
  }
  .product_nav.product_nav_mb.product_nav-hide {
    top: 0;
  }
  .product_nav.product_nav_mb.product_nav-show {
    top: 27.34375vw;
  }
}
@media (min-width: 992px) {
  .product_nav {
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    -moz-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
  }
  .product_nav .mb_select {
    display: none;
  }
  .product_nav.product_nav-hide {
    top: 0;
  }
  .product_nav.product_nav-show {
    top: 77px;
  }
  button.mfp-arrow-left {
    left: 20%;
  }
}
.product_nav .position_demo {
  position: absolute;
  right: 0;
}
.product_nav .demo_download {
  background: #dfa37c;
  display: inline-block;
  padding: 3px 15px;
}
.product_nav .demo_download img {
  max-width: 100%;
  display: block;
  margin: 3px auto;
}
.product_nav .demo_download span {
  white-space: nowrap;
  display: block;
  color: #fff;
}
.product_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-right: 90px;
}
.product_nav ul li a {
  color: #444;
  display: block;
  padding: 19px 25px;
}
@media (max-width: 1400px) {
  .product_nav ul li a {
    padding: 19px 15px;
  }
}
@media (max-width: 1200px) {
  .product_nav ul li a {
    padding: 19px 12px;
  }
}
@media (max-width: 991px) {
  .product_nav {
    position: static;
    margin-bottom: 59px;
    background: #fff;
    border-bottom: 1px solid #dadada;
    padding: 20px 5px;
  }
  .product_nav .mb_select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product_nav .select_ui {
    border: none;
  }
  .product_nav .opt {
    margin-bottom: 0;
    width: -webkit-calc(100% - 90px - 5%);
    width: -moz-calc(100% - 90px - 5%);
    width: calc(100% - 90px - 5%);
  }
  .product_nav .demo_download {
    padding: 3px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .product_nav ul {
    display: none;
  }
}
.mfp-bg, .mfp-figure:after {
  background: rgba(247, 245, 244, 0.95);
  opacity: 1;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1100px;
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: none;
  position: absolute;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  padding-right: 22px;
  color: #282828;
  width: 100%;
  font-size: 54px;
}
@media (min-width: 1200px) {
  .mfp-iframe-holder {
    padding-top: 6%;
    padding-bottom: 40px;
  }
  .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #282828;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    font-size: 54px;
    position: fixed;
    right: 3%;
    top: 0;
    padding-top: 3%;
  }
}
.main_map ul li, .main_map ul li a {
  color: #bbb;
  -o-transition: all .3s ease;
}
.main_map ul {
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
  padding: 15px 0;
}
.main_map ul li {
  display: inline-block;
  font-size: 15px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.main_map ul li a {
  font-size: 100%;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.main_map ul li a:hover {
  color: #d9a07b;
  text-decoration: underline;
}
.Other_title h3, .Other_title span {
  color: #fff;
  text-align: center;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.main_map ul li:before {
  content: '/';
  margin: 0 5px;
}
.main_map ul li:first-child:before {
  display: none;
}
.main_map.pd_no ul {
  padding: 0;
}
.Other a, .Other h3, .Other li, .Other p {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.Other .container {
  max-width: 900px;
}
.Other_title {
  background: #192e5d;
  padding: 78px 15px;
}
.Other_title span {
  font-size: 30px;
  display: block;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.Other_title h3 {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-size: 100px;
}
.Other-wp {
  padding: 56px 0;
}
.Other-wp p {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 70px;
  color: #747474;
}
.Other-wp p a {
  color: #747474;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  text-decoration: underline;
  font-size: 100%;
}
.Other-wp h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 22px;
  color: #0c1a62;
  margin-bottom: 25px;
}
.Other-register {
  padding: 35px 15px 50px;
  margin-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
.Other-register img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.Other-register h3 {
  font-size: 30px;
  color: #fff;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.Other-register a, .Other-register button, .Other-register input {
  border: none;
  padding: 14px 73px 14px 40px;
  background: #fff;
  font-size: 18px;
  display: inline-block;
  color: #dfa37c;
  -webkit-border-radius: 4px 4px 18px;
  -moz-border-radius: 4px 4px 18px;
  border-radius: 4px 4px 18px;
  position: relative;
}
.Other-register a i, .Other-register button i, .Other-register input i {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 21px;
  position: absolute;
  margin: auto;
  height: 21px;
  top: 0;
  bottom: 0;
  right: 35px;
}
@media (max-width: 767px) {
  .Other_title {
    background: #192e5d;
    padding: 39px 5px;
  }
  .Other_title span {
    font-size: 26px;
  }
  .Other_title h3 {
    font-size: 50px;
  }
  .Other-wp {
    padding: 28px 0;
  }
  .Other-wp p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .Other-register h3, .Other-wp h3 {
    font-size: 22px;
  }
  .Other-wp h3 {
    margin-bottom: 15px;
  }
  .Other-register {
    padding: 35px 15px 50px;
    margin-bottom: 30px;
  }
  .Other-register img {
    max-width: 50%;
  }
  .Other-register a, .Other-register button, .Other-register input {
    font-size: 16px;
    padding: 10px 45px 10px 25px;
  }
  .Other-register a i, .Other-register button i, .Other-register input i {
    font-size: 18px;
    line-height: 15px;
    height: 15px;
    right: 20px;
  }
}
button.mfp-arrow, button.mfp-arrow-left, button.mfp-close {
  -webkit-background-size: contain;
  -moz-background-size: contain;
}
.mfp-bottom-bar {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  margin-top: 0;
  position: static;
}
button.mfp-arrow, button.mfp-close {
  background-size: contain;
}
.mfp-arrow-left, .mfp-arrow-right, .mfp-close {
  background: 0 0;
}
button.mfp-arrow-left, button.mfp-arrow-right {
  width: 34px;
  height: 52px;
  background-repeat: no-repeat;
}
button.mfp-arrow-left {
  background-image: url(../images/p_lll.png);
  display: block;
  background-size: contain;
}
button.mfp-arrow-left:after, button.mfp-arrow-left:before {
  display: none;
}
button.mfp-arrow-right {
  background-image: url(../images/p_rrr.png);
  display: block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media (min-width: 992px) {
  button.mfp-arrow-right {
    right: 20%;
  }
}
button.mfp-arrow-right:after, button.mfp-arrow-right:before {
  display: none;
}
.mfp-counter {
  position: static;
  top: 0;
  right: 0;
  color: #969696;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: block;
  text-align: right;
}
.mfp-title, .product_section4 .product_section4-item .product_section4-title {
  text-align: center;
}
.mfp-title {
  color: #282828;
  font-size: 30px;
}
@media (max-width: 991px) {
  .mfp-title {
    font-size: 15px;
  }
}
.section5-modal, .section5-modal .modal-content, .section5-modal-content {
  background: #f9f9f9;
  border: 0;
}
.product_section4 .product_section4-item {
  margin-bottom: 165px;
}
.product_section4 .product_section4-item .product_section4-kv {
  width: 100%;
  padding-top: 43.8%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
}
.product_section4 .product_section4-item .product_section4-title h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-weight: bolder;
  font-size: 52px;
  color: #282828;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .product_section4 .product_section4-item .product_section4-title h3 {
    font-size: 22px;
  }
}
.product_section4 .product_section4-item .product_section4-title p {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 30px;
  margin-bottom: 60px;
}
.product_section4 .product_section4-item .product_section4-content .section4-content-left-item .section4-content-left-img img {
  width: 100%;
}
@media (min-width: 992px) {
  .product_section4 .product_section4-item .product_section4-content .section4-content-left-item {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product_section4 .product_section4-item .product_section4-title p {
    font-size: 16px;
  }
  .product_section4 .product_section4-item .product_section4-content .section4-content-left-item {
    display: none;
  }
}
.product_section4 .product_section4-item .product_section4-content .section4-content-left-item .nav-img {
  width: 100%;
  padding-top: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background 1.5s linear;
  -o-transition: background 1.5s linear;
  -moz-transition: background 1.5s linear;
  transition: background 1.5s linear;
  position: relative;
}
.product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col] {
  margin-bottom: 37px;
}
.product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col] img {
  margin-bottom: 20px;
}
.product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col] h4 {
  font-size: 18px;
  font-weight: bolder;
  color: #282828;
}
.product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col] .view {
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 18px;
  background: url(../images/06-icon-search.png) no-repeat;
  position: relative;
  top: 1px;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
.product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col] .view:hover {
  background: url(../images/06-icon-search-h.png);
}
.fx_mod.modal_btn, .fx_mod.section5-color-list, .fx_mod.section5-list-wp {
  position: fixed;
  background: #f9f9f9;
  width: 100%;
  z-index: 3;
}
.product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col] p {
  font-size: 15px;
  color: #747474;
}
@media (min-width: 992px) {
  .product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col]:nth-child(odd) {
    padding: 0 45px 0 0;
  }
  .product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col]:nth-child(even) {
    padding: 0 15px 0 45px;
  }
  .product_section4 .product_section4-item .product_section4-content .section4-content-right-item {
    padding: 0 15px 0 90px;
  }
}
.modal_btn button.close {
  float: none;
  width: 100%;
}
.fx_mod.section5-list-wp {
  top: 53px;
  margin-bottom: 0;
}
.fx_mod.section5-color-list {
  top: -webkit-calc(53px + 57px);
  top: -moz-calc(53px + 57px);
  top: calc(53px + 57px);
  margin-bottom: 0 !important;
  padding: 20px 0;
}
.product_section5 {
  background-color: #273962;
}
.product_section5 .product_section5-img {
  background-image: url(../images/07-1.jpg);
  height: 455px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  .product_section5 .product_section5-img {
    -ms-flex: 0 0 calc(50% + 70px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% + 70px);
    -moz-box-flex: 0;
    flex: 0 0 calc(50% + 70px);
    max-width: -webkit-calc(50% + 70px);
    max-width: -moz-calc(50% + 70px);
    max-width: calc(50% + 70px);
    padding: 0;
  }
}
.product_section5 .product_section5-title h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 50px;
  color: #e3a77f;
  margin-bottom: 0;
}
.product_section5 .product_section5-title p {
  color: #fff;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 22px;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .product_section5 .product_section5-img {
    height: 320px;
  }
  .product_section5 .product_section5-title h3 {
    font-size: 22px;
  }
  .product_section5 .product_section5-title p {
    font-size: 16px;
  }
  .product_section5 .product_section5-title {
    padding: 10vw 20vw;
  }
}
@media (min-width: 992px) {
  .product_section5 .product_section5-title {
    -ms-flex: 0 0 calc(50% - 70px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 70px);
    -moz-box-flex: 0;
    flex: 0 0 calc(50% - 70px);
    max-width: -webkit-calc(50% - 70px);
    max-width: -moz-calc(50% - 70px);
    max-width: calc(50% - 70px);
    padding-left: 7.5vw;
  }
}
@media (min-width: 1680px) {
  .product_section5 .product_section5-title {
    padding-left: 9.5vw;
  }
}
@media (min-width: 1920px) {
  .product_section5 .product_section5-title {
    padding-left: 13.5vw;
  }
}
.product_section5 .section5-h3 {
  font-size: 22px;
  color: #0c1a62;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section5 .section5-top-title {
  border-bottom: 1px solid #e2e2e2;
}
.product_section5 .section5-li {
  display: table-cell;
  white-space: nowrap;
  cursor: pointer;
}
.product_section5 .section5-ul {
  font-size: 0;
  padding-bottom: 15px;
  display: inline-block;
}
.product_section5 .section5-ul a, .product_section5 .section5-ul button, .product_section5 .section5-ul div, .product_section5 .section5-ul input {
  text-align: left;
  color: #afafaf;
  font-size: 18px;
}
@media (max-width: 767px) {
  .product_section4 .product_section4-item .product_section4-content .section4-content-right-item [class*=col] .view {
    margin-left: 6px;
  }
  .product_section5 .section5-ul a, .product_section5 .section5-ul button, .product_section5 .section5-ul div, .product_section5 .section5-ul input {
    font-size: 16px;
  }
}
.product_section5 .section5 .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product_section5 .section5-li {
  top: 0;
  width: auto;
  padding: 0 15px;
  vertical-align: top;
  font-size: 18px;
  color: #afafaf;
  position: relative;
}
.product_section5 .section5-li span {
  font-size: 14px;
  color: #afafaf;
  display: block;
}
.product_section5 .section5-li:before {
  content: '';
  background: #d1d1d1;
  width: 1px;
  height: 35px;
  position: absolute;
  left: -.5px;
  top: 0;
}
.product_section5 .section5-li:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  .product_section5 .section5-li {
    font-size: 16px;
  }
  .product_section5 .section5-li span {
    font-size: 12px;
  }
}
.product_section5 .section5-li.active, .product_section5 .section5-li.active a, .product_section5 .section5-li.active button, .product_section5 .section5-li.active div, .product_section5 .section5-li.active input, .product_section5 .section5-li.active span {
  color: #d9a07b;
}
.product_section5 .section5-modal {
  padding-right: 0 !important;
}
.product_section5 .section5-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: inherit;
  margin: 0;
  padding: 0;
}
.product_section5 .section5-modal .modal-dialog .modal-content {
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f9f9f9;
}
.product_section5 .section5-modal .modal-dialog .modal-content p {
  color: #747474;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title a, .product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title a span {
  color: #afafaf;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section5 .section5-modal .modal-dialog .modal-content .close {
  text-align: left;
  padding: 15px 20px;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: -25px;
  padding-top: 20px;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title {
  padding: 0 25px;
  position: relative;
  white-space: nowrap;
  display: table-cell;
  cursor: pointer;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title:before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  right: -.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #afafaf;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title:last-child:before {
  display: none;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title a {
  display: inline-block;
  font-size: 18px;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title a span {
  font-size: 15px;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title a:hover, .product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title a:hover span, .product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title.active a, .product_section5 .section5-modal .modal-dialog .modal-content .section5-list .section5-modal-title.active a span {
  color: #d9a07b;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content {
  background: #f9f9f9;
}
@media (min-width: 992px) {
  .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .col-lg-6 {
    -ms-flex: 0 0 calc(50% + 70px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% + 70px);
    -moz-box-flex: 0;
    flex: 0 0 calc(50% + 70px);
    max-width: -webkit-calc(50% + 70px);
    max-width: -moz-calc(50% + 70px);
    max-width: calc(50% + 70px);
  }
  .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .col-lg-6:first-child {
    -ms-flex: 0 0 calc(50% - 70px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 70px);
    -moz-box-flex: 0;
    flex: 0 0 calc(50% - 70px);
    max-width: -webkit-calc(50% - 70px);
    max-width: -moz-calc(50% - 70px);
    max-width: calc(50% - 70px);
  }
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 35px;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-list li {
  height: 35px;
  line-height: 35px;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-list li a {
  font-size: 18px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  color: #a4a4a4;
  background: #f0f0f0;
  padding: 8px 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-left: 15px;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
@media (max-width: 991px) {
  .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-list li a {
    margin-left: 0;
    margin-right: 10px;
    padding: 8px 25px;
    font-size: 14px;
  }
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-list li a:hover, .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-list li.active a {
  color: #fff;
  background: #e3b08f;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-img {
  width: 100%;
  padding-top: 89%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap {
  overflow-y: auto;
  max-height: 540px;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-] {
  margin-bottom: 15px;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-] .section5-color-item {
  border: 3px solid #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding-top: 94.5%;
  overflow: hidden;
  cursor: pointer;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-] .section5-color-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-] .section5-color-item .hot-tag {
  display: none;
  position: absolute;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  width: 40px;
  height: 20px;
  background: #273962;
  color: #fff;
  text-align: center;
  line-height: 20px;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-].view .section5-color-item, .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-]:hover .section5-color-item {
  border: 3px solid #d9a07b;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-] .section5-color-item .section5-color-numer {
  position: absolute;
  line-height: 16px;
  color: #fff;
  bottom: 3px;
  left: 3px;
  z-index: 1;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-].view .section5-color-name, .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-]:hover .section5-color-name {
  color: #d9a07b;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-] .section5-color-item.hot .hot-tag {
  display: block;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-]:hover .section5-color-item:before {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/color-view.png) no-repeat;
  width: 40px;
  height: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-]:hover .section5-color-item:after {
  position: absolute;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.faq-qa, .faq_section2 .faq-qa {
  border-bottom: 1px solid #e6e6e6;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-].view .section5-color-item:before {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/color-view.png) no-repeat;
  width: 40px;
  height: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap .section5-color-item>[class*=col-].view .section5-color-item:after {
  position: absolute;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product_section8 {
  margin-bottom: 45px;
}
.product_section8 .section8-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 1;
}
.product_section8 .product_section8-title {
  text-align: center;
  margin-bottom: 55px;
}
.product_section8 .product_section8-title h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  color: #d9a07b;
  font-size: 50px;
}
.product_section8 .product_section8-title p {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 22px;
  color: #747474;
}
.product_section8 .section8-item, .product_section8 .section8-sizer {
  width: 25%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .product_section5 .section5-modal .modal-dialog .modal-content .section5-modal-content .section5-color-wrap {
    max-height: 100%;
  }
  .product_section8 .product_section8-title h3 {
    font-size: 22px;
  }
  .product_section8 .product_section8-title p {
    font-size: 16px;
  }
  .product_section8 .section8-item, .product_section8 .section8-sizer {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .product_section8 .section8-item, .product_section8 .section8-sizer {
    width: 50%;
  }
}
.product_section8 .section8-item {
  padding: 0 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.product_section8 .section8-item .section8-item-img {
  position: relative;
}
.product_section8 .section8-item .section8-item-img:before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../images/09-item-h.png);
  width: 74px;
  height: 74px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  opacity: 0;
}
.product_section8 .section8-item .section8-item-img:after {
  position: absolute;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  opacity: 0;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  z-index: 1;
}
.product_section8 .section8-item img {
  width: 100%;
  display: block;
}
.product_section8 .section8-item p {
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 0;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  color: #fff;
  font-size: 22px;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  z-index: 2;
}
.faq-top-item h3, .faq_main-title h3 {
  color: #0c1a62;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.product_section8 .section8-item:hover .section8-item-img p, .product_section8 .section8-item:hover .section8-item-img:after, .product_section8 .section8-item:hover .section8-item-img:before {
  opacity: 1;
}
.plus_icon {
  background-image: url(../images/plus.png);
  width: 14px !important;
  height: 14px !important;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
@font-face {
  font-family: Proletarsk;
  src: url(../fonts/Proletarsk.ttf);
}
.faq_kv {
  text-align: center;
}
@media (min-width: 768px) {
  .faq_kv .more_btn1 {
    font-size: 16px;
    padding: 14px 58px 14px 30px;
  }
}
.main_draggable_cont {
  overflow: hidden;
  max-width: 100%;
}
.main_draggable_cont ul {
  margin: 0;
  padding-left: 0;
  display: table;
}
.main_draggable_cont li {
  white-space: nowrap;
  display: table-cell;
  cursor: pointer;
}
.main_draggable_cont .draggable {
  padding: 0;
}
.faq_main-title {
  text-align: center;
  padding-top: 91px;
}
.faq_main-title h3 {
  position: relative;
  font-size: 42px;
}
.faq_main-title h3::after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 2px;
  height: 60px;
  background: #e2b69a;
  display: block;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .faq_main-title {
    text-align: center;
    padding-top: 58px;
  }
  .faq_main-title h3 {
    font-size: 23px;
    font-size: 24px;
    line-height: 1.6;
  }
  .faq_main-title h3::after {
    height: 37px;
  }
}
.faq-top {
  margin-bottom: 99px;
}
.faq-top .faq_main-title {
  text-align: center;
  padding: 129px 0 60px;
}
.faq-top .row {
  margin-left: -95px;
  margin-right: -95px;
}
.faq-top [class*=col] {
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1300px) {
  .faq-top .row {
    margin-left: -2%;
    margin-right: -2%;
  }
  .faq-top [class*=col] {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.faq-top-item {
  padding-left: 117px;
  position: relative;
  margin-bottom: 90px;
}
.faq-top-item.icon1:before, .faq-top-item.icon2:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
}
.faq-top-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 30px;
}
.faq-top-item p {
  font-size: 18px;
  color: #747474;
}
.faq-top-item.icon1:before {
  background-image: url(../images/f_icon1.png);
  width: 93px;
  height: 107px;
  background-size: contain;
}
.faq-top-item.icon2:before {
  background-image: url(../images/f_icon2.png);
  width: 89px;
  height: 92px;
  background-size: contain;
}
.faq-top-item.icon3:before, .faq-top-item.icon4:before {
  position: absolute;
  left: 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  content: '';
  background-repeat: no-repeat;
  display: block;
}
.faq-top-item.icon3:before {
  background-image: url(../images/f_icon3.png);
  width: 95px;
  height: 110px;
  background-size: contain;
}
.faq-top-item.icon4:before {
  background-image: url(../images/f_icon4.png);
  width: 103px;
  height: 104px;
  background-size: contain;
}
.faq-top .more_btn {
  text-align: right;
}
@media (max-width: 767px) {
  .faq-top .row {
    margin-left: 0;
    margin-right: 0;
  }
  .faq-top [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .faq-top .faq_main-title {
    padding: 80px 0 28px;
  }
  .faq-top-item {
    padding-left: 0;
    position: relative;
    margin-bottom: 60px;
  }
  .faq-top-item h3 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .faq-top-item.icon1:before, .faq-top-item.icon2:before, .faq-top-item.icon3:before, .faq-top-item.icon4:before {
    content: '';
    margin: 0 auto 15px;
  }
  .faq-top-item p {
    font-size: 14px;
    font-size: 20px;
    line-height: 1.6;
  }
  .faq-top-item.icon1:before {
    position: static;
    position: inherit;
  }
  .faq-top-item.icon2:before {
    position: inherit;
  }
  .faq-top-item.icon3:before {
    position: static;
    position: inherit;
  }
  .faq-top-item.icon4:before {
    position: inherit;
  }
}
.faq-qa-top, .faq-qa-top-title {
  font-size: 22px;
  position: relative;
}
.faq-qa-top {
  color: #282828;
  cursor: pointer;
  font-weight: 700;
}
.faq-qa-top-title {
  margin-bottom: 0;
  padding: 28px -webkit-calc(70px + 78px);
  padding: 28px -moz-calc(70px + 78px);
  padding: 28px calc(70px + 78px);
  z-index: 3;
}
.faq-qa-top-title:before {
  content: '';
  background-image: url(../images/q.png);
  width: 42px;
  height: 42px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  left: 75px;
  top: -webkit-calc(42px / 2 + 2.3px);
  top: -moz-calc(42px / 2 + 2.3px);
  top: calc(42px / 2 + 2.3px);
}
.faq-qa-top-title:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 70px;
  top: 28px;
  width: 30px;
  text-align: center;
  color: #2f2f2f;
}
.faq-qa-body:before, .faq-qa-top:before {
  content: '';
}
.MyModalPop-left ul li, .MyModalPop-left ul li .MyModalPop-left-text, .MyModalPop-right h3, .faq_section3-tab-body-text h3, .faq_section3-tab-list ul li {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.faq-qa-top:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  background: #f8f5f0;
}
.faq-qa-body:before, .faq_section3-tab-body-img {
  -webkit-background-size: contain;
  -moz-background-size: contain;
}
.faq-qa-top:hover:before {
  width: 100%;
}
.faq-qa-body {
  display: none;
  border-top: 1px solid #d1d1d1;
  padding: 25px -webkit-calc(70px + 78px);
  padding: 25px -moz-calc(70px + 78px);
  padding: 25px calc(70px + 78px);
  font-size: 18px;
  color: #747474;
  line-height: 35px;
  position: relative;
}
.faq-qa-body a, .faq-qa-body li, .faq-qa-body p, .faq-qa-body span {
  font-size: 100%;
}
.faq-qa-body:before {
  background-image: url(../images/a.png);
  width: 42px;
  height: 42px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 75px;
  top: -webkit-calc(42px / 2 + 2.3px);
  top: -moz-calc(42px / 2 + 2.3px);
  top: calc(42px / 2 + 2.3px);
}
.faq-qa.active_top, .faq_section2 {
  background: #f8f5f0;
}
.faq-qa-body a {
  color: #747474;
  text-decoration: underline;
}
.faq-qa.active_top .faq-qa-top:hover:before {
  display: none;
}
.faq-qa.active_top .faq-qa-top .faq-qa-top-title:after {
  content: "\f106";
}
.faq_section1 {
  margin-bottom: 115px;
}
.faq_section1 .faq_main-title {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .faq-qa-body, .faq-qa-top-title {
    padding: 18px 40px;
    line-height: 1.6;
  }
  .faq-qa-top {
    font-size: 16px;
    font-size: 20px;
    line-height: 1.6;
    position: relative;
  }
  .faq-qa-top-title {
    font-size: 14px;
    font-size: 20px;
  }
  .faq-qa-top-title:before {
    content: '';
    width: -webkit-calc(42px / 1.5);
    width: -moz-calc(42px / 1.5);
    width: calc(42px / 1.5);
    height: -webkit-calc(42px / 1.5);
    height: -moz-calc(42px / 1.5);
    height: calc(42px / 1.5);
    left: 5px;
    top: -webkit-calc(42px / 1.5 - 7px);
    top: -moz-calc(42px / 1.5 - 7px);
    top: calc(42px / 1.5 - 7px);
  }
  .faq-qa-top-title:after {
    right: 5px;
    top: 22px;
    width: 30px;
    font-size: 25px;
  }
  .faq-qa-body {
    font-size: 20px;
  }
  .faq-qa-body:before {
    width: -webkit-calc(42px / 1.5);
    width: -moz-calc(42px / 1.5);
    width: calc(42px / 1.5);
    height: -webkit-calc(42px / 1.5);
    height: -moz-calc(42px / 1.5);
    height: calc(42px / 1.5);
    left: 5px;
    top: -webkit-calc(42px / 1.5 - 7px);
    top: -moz-calc(42px / 1.5 - 7px);
    top: calc(42px / 1.5 - 7px);
  }
  .faq_section1 {
    margin-bottom: 65px;
  }
  .faq_section1 .faq_main-title {
    margin-bottom: 25px;
  }
}
.faq_section2 {
  padding: 85px 0 90px;
}
.faq_section2-tab {
  text-align: center;
  padding: 50px 0;
}
.faq_section2-tab ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  font-size: 0;
}
.faq_section2-tab ul li {
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  color: #747474;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.faq_section2-tab ul li:before {
  content: '';
  background: #dad8d6;
  position: absolute;
  left: -.5px;
  width: 1px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faq_section2-tab ul li:first-child:before {
  display: none;
}
@media (min-width: 992px) {
  .faq_section2-tab ul li:hover {
    color: #d9a07b;
  }
}
.faq_section2-tab ul li.active {
  color: #d9a07b;
}
.faq_section2-qa .faq-qa:first-child {
  border-top: 1px solid #e6e6e6;
}
.faq_section2 .faq-qa .faq-qa-top:before, .faq_section2 .faq-qa.active_top {
  background: #fefefe;
}
@media (max-width: 991px) {
  .faq_section2-tab {
    text-align: center;
    padding: 0;
  }
  .faq_section2-tab ul {
    padding: 30px 0;
    display: table;
  }
  .faq_section2-tab ul li {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .faq_section2 {
    padding: 45px 0 55px;
  }
  .faq_section2-tab ul li {
    font-size: 16px;
    font-size: 20px;
    line-height: 1.6;
  }
  .faq_section2-tab ul li:before {
    height: 16px;
  }
}
.faq_section3 {
  padding: 70px 0;
}
.faq_section3-tab {
  text-align: center;
}
.faq_section3-tab-list {
  display: inline-block;
}
.faq_section3-tab-list ul {
  display: inline-block;
  padding: 45px 0 100px;
}
.faq_section3-tab-list ul li {
  color: #afafaf;
  padding: 0 50px;
  text-align: center;
  font-size: 45px;
  line-height: 32px;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.faq_section3-tab-list ul li span {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .faq_section3-tab-list ul li:hover {
    color: #d9a07b;
  }
  .MyModalPop .modal-body, .MyModalPop .modal-content, .MyModalPop .modal-dialog, .MyModalPop .row, .MyModalPop [class*=col] {
    min-height: 100%;
  }
}
.faq_section3-tab-list ul li.active {
  color: #d9a07b;
}
.faq_section3-tab-body-list .row {
  margin: 0 -2.14464vw;
}
.faq_section3-tab-body-list .row [class*=col] {
  margin-bottom: 80px;
  padding-left: 2.14464vw;
  padding-right: 2.14464vw;
}
.faq_section3-tab-body-img {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 140.78%;
  background-size: contain;
  margin-bottom: 13px;
  background-repeat: no-repeat;
}
.faq_section3-tab-body-text {
  margin: 0 -21.38%;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.faq_section3-tab-body-text h3 {
  font-size: 22px;
  color: #282828;
  text-align: center;
  margin-bottom: 13px;
}
.faq_section3-tab-body-text p {
  font-size: 16px;
  text-align: center;
  color: #747474;
  margin-bottom: 20px;
}
.faq_section3-tab-body-text a {
  color: #dfa37c;
  font-size: 16px;
  display: block;
  text-align: center;
}
.faq_section3-tab-body-text a span {
  font-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.faq_section3-tab-body-text a:after {
  content: '';
  background-image: url(../images/j.png);
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.faq_section3-tab-body-text a:hover:after {
  background-image: url(../images/j_hover.png);
}
.faq_section3-tab-body-item {
  padding: 0 21.38%;
  position: relative;
  cursor: pointer;
}
.MyModalPop-right-item-img .Player_icon:after, .faq_section3-tab-body-item:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.faq_section3-tab-body-item:before {
  background: #f7f7f7;
  top: 13%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px 7px 23px;
  -webkit-border-bottom-right-radius: 23px;
  -moz-border-radius-bottomright: 23px;
}
.faq_section3-tab-body-item .faq_section3-tab-body-img {
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
}
.faq_section3-tab-body-item:hover .faq_section3-tab-body-img {
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.faq_section3-tab-body-item:hover .faq_section3-tab-body-text a:after {
  background-image: url(../images/j_hover.png);
}
@media (max-width: 767px) {
  .faq_section3 {
    padding: 45px 0;
  }
  .faq_section3-tab-list ul {
    padding: 25px 0 35px;
  }
  .faq_section3-tab-list ul li {
    padding: 0 15px;
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
  }
  .faq_section3-tab-list ul li span {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq_section3-tab-body-list .row [class*=col] {
    margin-bottom: 40px;
  }
  .faq_section3-tab-body-text {
    margin: 0 -15px;
    padding-bottom: 25px;
  }
  .faq_section3-tab-body-text h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .faq_section3-tab-body-text p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .faq_section3-tab-body-text a {
    font-size: 13px;
    font-size: 16px;
  }
  .faq_section3-tab-body-text a:after {
    content: '';
    background-image: url(../images/j.png);
    width: -webkit-calc(23px / 1.2);
    width: -moz-calc(23px / 1.2);
    width: calc(23px / 1.2);
    height: -webkit-calc(23px / 1.2);
    height: -moz-calc(23px / 1.2);
    height: calc(23px / 1.2);
    margin-left: 5px;
  }
  .faq_section3-tab-body-item {
    padding: 0 20px;
  }
}
.MyModalPop {
  background: #fff;
}
.MyModalPop .modal-content {
  border: none;
}
.MyModalPop .modal-dialog {
  min-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.MyModalPop .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .MyModalPop .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
  }
}
.MyModalPop .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.MyModalPop-close {
  text-align: left;
}
.MyModalPop-close .close {
  float: none;
  width: 100%;
  display: block;
  text-align: left;
  padding: 68px 32px;
}
.MyModalPop-left {
  height: 100%;
  background: #f9f9f9;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .MyModalPop-left {
    max-width: 460px;
  }
}
.MyModalPop-left ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.MyModalPop-left ul li {
  cursor: pointer;
  padding: 11% 5% 11% -webkit-calc(5% + 16.8%);
  padding: 11% 5% 11% -moz-calc(5% + 16.8%);
  padding: 11% 5% 11% calc(5% + 16.8%);
  text-align: center;
  font-size: 22px;
  color: #afafaf;
  background: 0 0;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.MyModalPop-left ul li span {
  font-size: 18px;
  display: block;
}
.MyModalPop-left ul li img {
  margin: 0 auto;
  max-width: 79px;
  display: none;
}
.MyModalPop-left ul li a {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-size: 22px;
  color: #afafaf;
}
.MyModalPop-left ul li a span {
  font-size: 18px;
}
.MyModalPop-left ul li .MyModalPop-left-text {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-size: 22px;
  color: #afafaf;
}
.MyModalPop-left ul li.active, .MyModalPop-left ul li.active .MyModalPop-left-text, .MyModalPop-left ul li.active a, .MyModalPop-left ul li:hover, .MyModalPop-left ul li:hover .MyModalPop-left-text, .MyModalPop-left ul li:hover a {
  color: #d9a07b;
}
.MyModalPop-left ul li.active {
  background: #fff;
}
.MyModalPop-left ul li.active img {
  display: block;
}
.MyModalPop-right {
  padding: 83px 7.3% 53px;
}
@media (min-width: 1200px) {
  .MyModalPop-right {
    max-width: 1215px;
  }
}
.MyModalPop-right h3 {
  font-size: 42px;
  color: #282828;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.MyModalPop-right-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.MyModalPop-right-item-img {
  max-width: 360px;
  width: 100%;
  text-align: center;
}
.MyModalPop-right-item-img img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.MyModalPop-right-item-img .Player_icon {
  cursor: pointer;
  display: inline-block;
}
.MyModalPop-right-item-img .Player_icon:before {
  width: 84px;
  height: 84px;
}
.MyModalPop-right-item-img .Player_icon:after {
  top: 0;
  background: rgba(127, 127, 127, 0.32);
}
.MyModalPop-right-item .more_btn {
  text-align: right;
  padding-top: 13px;
}
.MyModalPop-right-item-iimg {
  width: 100%;
  max-width: 360px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  display: block;
  padding-top: 25.815%;
}
.MyModalPop-right-item-text {
  width: 100%;
  max-width: -webkit-calc(100% - 360px);
  max-width: -moz-calc(100% - 360px);
  max-width: calc(100% - 360px);
}
.MyModalPop-right-item-text-t {
  padding: 5px 30px;
}
.MyModalPop-right-item-text-t h4 {
  color: #d9a07b;
  font-size: 42px;
  margin-bottom: 11px;
}
.MyModalPop-right-item-text-t p {
  color: #747474;
  font-size: 20px;
}
.MyModalPop-right-bottom {
  padding: 11px 25px;
}
.MyModalPop-right .icon_ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 25px;
  margin-left: -35px;
}
.MyModalPop-right .icon_ul li {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  color: #afafaf;
  padding-left: 35px;
}
.MyModalPop-right .icon_ul li img, .MyModalPop-right .icon_ul li span {
  display: inline-block;
  vertical-align: middle;
}
.MyModalPop-right .icon_ul li img {
  max-width: 40px;
}
.MyModalPop-right .icon_ul li span {
  margin-left: 10px;
  font-size: 100%;
}
.MyModalPop-right-ps h6, .MyModalPop-right-ps ul li {
  font-size: 16px;
  color: #afafaf;
}
.MyModalPop-right-ps ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.MyModalPop-right-ps ul li {
  position: relative;
  padding-left: 8px;
  line-height: 28px;
}
.MyModalPop-right-ps ul li:before {
  content: '*';
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .MyModalPop .modal-body {
    display: block;
  }
  .MyModalPop-close {
    text-align: left;
  }
  .MyModalPop-close .close {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 20px 15px;
  }
  .MyModalPop-left {
    height: auto;
    background: #f9f9f9;
    padding-left: 0;
  }
  .MyModalPop-left .MyModalPop-left-nav {
    overflow: hidden;
    width: 100%;
    font-size: 0;
  }
  .MyModalPop-left ul {
    display: inline-block;
  }
  .MyModalPop-left ul li {
    display: table-cell;
    white-space: nowrap;
    padding: 11px 20px 20px;
    font-size: 13px;
  }
  .MyModalPop-left ul li span {
    display: none;
  }
  .MyModalPop-left ul li img {
    display: block;
    margin: 0 auto 5px;
    max-width: 40px;
  }
  .MyModalPop-left ul li .MyModalPop-left-text {
    font-size: 13px;
  }
  .MyModalPop-right {
    padding: 30px 15px;
  }
  .MyModalPop-right h3 {
    font-size: 23px;
    padding-bottom: 30px;
  }
  .MyModalPop-right-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    display: block;
  }
  .MyModalPop-right-item-img {
    max-width: 100%;
  }
  .MyModalPop-right-item-img img {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
  .MyModalPop-right-item-text {
    width: 100%;
    max-width: 100%;
  }
  .MyModalPop-right-item-text-t {
    top: 0;
    padding: 8px 8px 25px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .MyModalPop-right-item-text-t h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .MyModalPop-right-item-text-t p {
    font-size: 14px;
  }
  .MyModalPop-right-bottom {
    padding: 25px 11px;
  }
  .MyModalPop-right .icon_ul {
    margin-top: 0;
    margin-left: -30px;
  }
  .MyModalPop-right .icon_ul li {
    margin-bottom: 22px;
    font-size: 13px;
    padding-left: 30px;
  }
  .MyModalPop-right .icon_ul li img {
    max-width: 30px;
  }
  .MyModalPop-right-ps h6 {
    font-size: 13px;
  }
  .MyModalPop-right-ps ul li {
    position: relative;
    padding-left: 8px;
    font-size: 13px;
    line-height: 23px;
  }
}
.am {
  mask-image: radial-gradient(circle farthest-corner at 0 100%, #000 1000%, transparent 1000%);
  -webkit-mask-image: -webkit-radial-gradient(0 100%, circle farthest-corner, #000 1000%, transparent 100%);
}
/*----------------------------------------*/

@media (min-width: 0px) {
  .header nav .navbar-toggler {
    position: absolute;
  }
}
button:focus {
  outline: dotted 0px;
  outline: -webkit-focus-ring-color auto 0px;
}
.kv_slider-text h3 img {
  width: 40px;
  height: 30px;
  display: inline;
  vertical-align: middle;
  padding: 0px 10px 0px 0px;
}
.kv_slider-text h3 {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
}
.logo a img {
  display: inline !important;
  padding: 6px 2px 0px 2px;
}
.footer-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.link-top {
  height: 1px;
  border-top: solid #ccc 0.5px;
}
.navbar-toggler img {
  max-height: 65px;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .navbar-toggler img {
    max-height: 70px;
    top: 0px;
  }
}
@media (max-width: 506px) {
  .header nav .navbar-collapse.show {
    top: 70px;
  }
}
@media (max-width: 425px) {
  .header nav .navbar-collapse.show {
    top: 65px;
  }
}
@media (max-width: 390px) {
  .header nav .navbar-collapse.show {
    top: 60px;
  }
}
@media (max-width: 346px) {
  .header nav .navbar-collapse.show {
    top: 55px;
  }
}
@media (max-width: 991px) {
  .header .mb_nav_menu ul>li>a span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header .mb_nav_menu ul>li>a {
    font-size: 20px;
    padding: 20px 28px 5px 30px;
  }
}
@media (max-width: 991px) {
  .fx_slider-title:before {
    top: 30px;
    left: 53%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .kv .kv_slider-text h3 {
    color: #333;
    text-shadow: 0px 0px 0px #000;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .kv_slider-text h3 img {
    display: none;
  }
}
.link-top2 {
  height: 1px;
  border-top: solid #2b425a 10px;
}
.index-title {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0px 20px 0px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.mb-30 {
  margin-bottom: 30px !important;
}
.news-list>ul {
  padding-left: 0;
}
.news-list>ul>li a {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #333;
  font-size: 13px;
  letter-spacing: 3px;
}
.news-section01 .main_tb-body {
  /* margin-bottom: 40px; */
  text-align: center;
  counter-reset: num;
}
.news-section01 .main_tb-body .row.news-list-items {
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.news-section01 .main_tb-body .row {
  padding: 10px 0px;
  color: #666;
}
.news-section01 .main_tb-body .row [class^=col] {
  padding: 5px;
}
.news-section01 .main_tb-body .row.news-list-items em {
  font-size: 100%;
  font-style: initial;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  color: #333;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.pagination_wp {
  padding: 20px 0;
  text-align: center;
}
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}
.pagination li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination_wp .page-item .page-link {
  border: none;
  font-weight: 400;
  background: #fff;
  color: #666;
  margin: 0 5px;
  font-size: 15px;
  /*font-family: "Times New Roman",NotoSerifCJKtc2,"Myriad Pro",NotoSerifCJKtc,"思源宋體";*/
}
.pagination_wp .page-item .page-link i {
  color: #666;
}
.fa-chevron-left:before {
  content: "\f053";
}
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  color: #333;
}
@media (max-width: 991px) {
  ::marker {
    color: #fff;
  }
}
.news-section01 .main_tb-body .row.news-list-items:hover {
  background: #f2f2f2;
  color: #000;
}
.news-section01 .main_tb-body .row.news-list-items {
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.news-section01 .main_tb-body .row:hover {
  color: #000;
  background: #ddd;
}
.news-section01 .main_tb-body .row {
  padding: 10px 0px;
  color: #666;
}
.news-section01 .main_tb-body .row.news-list-items h4 {
  font-size: 100%;
  color: #b28575;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 0;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.news-section01 .main_tb-body .row [class^=col]:nth-child(3) {
  text-align: left;
}
.news-list-items p {
  margin-bottom: 0px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  letter-spacing: 1px;
  /* font-weight: 100; */
  color: #333;
}
.news-list>ul>li.active a, .news-list>ul>li:hover a {
  color: #b28575;
  font-weight: bold;
  text-decoration: underline 1px solid #b28575;
}
.pagination li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination_wp .page-item .page-link i {
  color: #666;
}
.pagination_wp .page-item:hover .page-link, .pagination_wp .page-item.active .page-link {
  border: none;
  color: #b28575;
}
.hide-in-phone {
  display: block !important;
}
@media (max-width: 991px) {
  .hide-in-phone {
    display: none !important;
  }
}
.hide-in-pc {
  display: none !important;
}
@media (max-width: 991px) {
  .hide-in-pc {
    display: block !important;
  }
  .news-section01 .index-title {
    margin-bottom: 0px;
  }
  .news-list>ul>li a {
    border-bottom: 1px solid #ccc;
    width: 95%;
    margin: auto;
  }
  .news-section01 .main_tb-body .row.news-list-items {
    width: 95%;
    margin: auto;
  }
}
.con-c .con-des {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.con-c .con-p {
  padding-bottom: 10px;
}
.con-c .con-info p {
  font-size: 13px;
  color: #676767;
  line-height: 40px;
  margin-bottom: 0px;
  letter-spacing: 2px;
}
.con-c .con-info p i {
  color: #666;
  margin-right: 20px;
}
.con-r {
  flex-direction: row-reverse;
}
.r-order {
  order: inherit;
}
@media (max-width: 991px) {
  .r-order {
    order: 2;
  }
}
.form-g .con-in {
  margin-bottom: 20px;
}
.contact-sec {
  padding-bottom: 0px;
  padding-top: 0px;
  background-image: unset;
}
.form-g label {
  color: #333;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.t-bold {
  font-weight: bold;
}
.form-g .from-in {
  border: none;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 15px 0px;
  font-size: 13px;
  background-color: unset;
  letter-spacing: 2px;
  border-radius: 5px;
}
input, textarea {
  outline: 0;
}
.form-g .from-in {
  border: none;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 10px 0px;
  font-size: 13px;
  background-color: unset;
  letter-spacing: 2px;
  border-radius: 5px;
}
.form-g .form-te {
  border: 1px solid #dddddd;
  padding: 10px;
  min-height: 150px;
  font-size: 16px;
}
.con-sub {
  position: relative;
}
.inContact .more {
  min-width: 130px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  color: #333;
  background-color: #373b71;
  text-align: center;
  padding: 1.5px 10px 0px 10px;
  margin-top: 16px;
  position: absolute;
  right: 10px;
  background-color: #fff;
  border: 1px solid #666;
}
@media (min-width: 768px) {
  .inContact .more {
    font-size: 14px;
    text-align: center;
  }
}
@media (min-width: 1260px) {
  .inContact .more {
    min-width: 145px;
    line-height: 43px;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 28px;
    background-color: #fff;
    border: 1px solid #666;
  }
}
a.more {
  font-size: 13px;
  color: #333;
  padding: 1px 30px;
  /* border: #f0f0f0 2px solid; */
  transition: .4s;
  letter-spacing: 2px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.con-title {
  letter-spacing: 2px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.con-p {
  letter-spacing: 2px;
  line-height: 27px;
}
.con-c .link-top {
  width: 70%;
}
@media (max-width: 991px) {
  .con-c .link-top {
    width: 100%;
  }
}
.con-r .con-in img {
  border-bottom: 0px solid #dddddd;
  width: 87px;
  position: relative;
  top: 0px;
}
.dua {
  border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
  .con-title {
    text-align: center;
  }
  .con-c .con-des {
    text-align: center;
  }
  .dua {
    border-top: 0px solid #ddd;
  }
}
.inContact .more:hover {
  color: #fff;
  background-color: #b28575;
  border: 1px solid #b28575;
}
.index-title span {
  color: #b28575;
}
.article-detail {
  letter-spacing: 1px;
  line-height: 26px;
  font-size: 15px;
  color: #333;
}
.img-rwd {
  display: block;
  max-width: 100%;
  height: auto;
}
.share-r {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-item {
  padding: 0px 5px;
  margin: auto 0;
}
.hsld-button {
  min-width: 130px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  color: #333;
  background-color: #373b71;
  text-align: center;
  padding: 1.5px 10px 0px 10px;
  -webkit-border-radius: 20px;
  border-radius: 0px;
  margin-top: 16px;
  background-color: #fff;
  border: 1px solid #666;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  font-size: 13px;
}
.hsld-button:hover {
  color: #fff;
  background-color: #b28575;
  border: 1px solid #b28575;
}
.kv .fx_slider {
  height: 280px;
}
@media(max-width: 991px) {
  .kv .fx_slider {
    height: 200px;
  }
}
@media(max-width: 991px) {
  .fx_slider-img {
    padding: 0px 45px 11px;
  }
}
.header .header-ba .navbar {
  z-index: 999;
}
html {
  overflow: -moz-hidden-unscrollable;
  height: 100%;
}
body::-webkit-scrollbar {
  display: none;
}
/*body {
    -ms-overflow-style: none;
    height: 100%;
  width: calc(100vw + 18px);
  overflow: auto;
}*/

@media(max-width:991px) {
  .fx_slider {
    right: 0;
  }
}
@media(max-width:768px) {
  .slick-track {
    top: -10px;
  }
}
.header-ba .mb_nav_menu .mb_nav_menu-ul {
  display: flex;
}
@media(max-width:768px) {
  .header-ba .mb_nav_menu .mb_nav_menu-ul {
    display: initial;
  }
}
@media(max-width:768px) {
  .fx_slider .tr_top {
    transform: translate(0, 35px) scale(1.2);
  }
}
.header .mb_nav_menu ul>li>a:hover, .header .mb_nav_menu-title h3:hover {
  color: #b28575;
}
.media-section01 .index-title {
  margin-bottom: 0px;
}
.media-df {
  justify-content: space-evenly;
}
.media-title {
  text-decoration: underline 1px solid;
  font-size: 15px;
}
.press-name h3 {
  font-size: 13px;
  padding: 15px 4px;
  line-height: 22px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  color: #333;
  text-align: left;
}
.press-name h3:hover {
  color: #b28575;
  text-decoration: underline 1px solid #b28575;
}
@media(max-width: 768px) {
  .press-name h3 {
    padding: 5px 4px;
  }
}
.media-itemdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.media-video .press-name h3 {
  padding: 15px 44px;
}
@media(max-width:768px) {
  .media-video .press-name h3 {
    padding: 15px 0px;
  }
  .press-name h3 {
    font-size: 13px;
  }
}
.media-section01 .hide-in-phone {
  width: 96%;
}
.img-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-95 {
  width: 95%;
}
@media(max-width:991px) {
  .w-95 {
    width: 100%;
  }
}
.media-section01 ::marker {
  color: transparent;
}
.project-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.project-label li {
  font-size: 13px;
  padding: 14px 15px 0px 15px;
  position: relative;
  letter-spacing: 1px;
}
.project-label li:hover {
  color: #b28575;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.project-label li:after {
  content: '';
  background-color: #ccc;
  color: #ccc;
  width: 1px;
  height: 20px;
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 16px;
}
.project-label li:last-child::after {
  display: none;
}
.hide-in-phone2 {
  display: flex;
}
@media(max-width:768px) {
  .hide-in-phone2 {
    display: none;
  }
}
@media(max-width: 768px) {
  .media-section01 .w-95 .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*----------Service-------------*/

.arrowh {
  width: 24px;
  height: 15px;
  display: block;
  background: url(../images/bgpgh.png) no-repeat;
}
@media (min-width: 768px) {
  .arrowh {
    width: 24px;
    height: 15px;
    display: block;
    margin: 0 auto;
    background: url(../images/bgpgh.png) no-repeat;
  }
}
.lclist {
  background: url(../images/bgpg.png) repeat-y top left 10px;
  padding: 0 0 0 15px;
}
@media (min-width: 768px) {
  .lclist {
    width: 760px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/bgpg.png) repeat-y top center;
  }
}
@media (max-width: 768px) {
  .lclist {
    margin-bottom: 0px;
  }
}
.lclist li {
  padding: 50px 0 30px 50px;
  background: url(../images/bgline.png) no-repeat center left;
}
@media (min-width: 768px) {
  .lclist li {
    width: 380px;
    margin: 80px 0 0 0;
    padding: 0;
    min-height: 110px;
  }
}
@media (min-width: 768px) {
  .lclist li:nth-child(2) {
    margin: 94px 0 0 0;
  }
}
@media (min-width: 768px) {
  .lclist li:nth-child(2n) {
    float: right;
    text-align: left;
    padding-left: 100px;
    background: url(../images/bgline.png) no-repeat center left;
    position: relative;
  }
}
@media (min-width: 768px) {
  .lclist li:nth-child(2n-1) {
    float: left;
    text-align: right;
    padding-right: 100px;
    background: url(../images/bgline.png) no-repeat center right;
    position: relative;
  }
}
@media (min-width: 768px) {
  .lclist li:nth-child(1) {
    margin: 24px 0 0 0;
  }
}
.lclist li .bh {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid #ccc;
  z-index: 999;
  position: relative;
}
@media (min-width: 768px) {
  .lclist li:nth-child(2n-1) .bh {
    margin: 0 0 0 10px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 90px;
  }
}
@media (min-width: 768px) {
  .lclist li:nth-child(2n) .bh {
    margin: 0 10px 0 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 90px;
  }
}
.lclist li .txt1 {
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 28px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.lclist li .txt2 {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
  .lclist li .txt1 {
    font-size: 15px;
  }
  .lclist li .txt2 {
    font-size: 12px;
    padding: 0px 10px 0px 0px;
    position: absolute;
  }
}
.lclist li .txtbox {
  padding: 2px 0;
  background: white;
}
@media (min-width: 768px) {
  .lclist li .txt1, .lclist li .txtbox {
    width: 241px;
    padding: 10px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  .lclist li:nth-child(2n-1) .txtbox {
    float: left;
  }
}
@media (min-width: 768px) {
  .lclist li:nth-child(2n) .txtbox {
    float: right;
  }
}
.clear {
  clear: both;
}
.arrowb {
  width: 24px;
  height: 17px;
  display: block;
  background: url(../images/bgpgb.png) no-repeat;
}
@media (min-width: 768px) {
  .arrowb {
    width: 24px;
    height: 17px;
    display: block;
    margin: 0 auto;
    background: url(../images/bgpgb.png) no-repeat;
  }
}
/*------------------------------------------*/

.project-name {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
}
.blog-title {
  /* text-align: center; */
  font-size: 15px;
  position: relative;
  /* margin-bottom: 30px; */
  /* padding: 30px; */
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  top: 5px;
}
.blog-title:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 90.5%;
  height: 1px;
  background-color: #ccc;
  top: 9px;
  left: 90px;
}
@media(max-width: 768px) {
  .blog-title:before {
    width: 60%;
  }
}
.w-100 {
  width: 100%;
}
/*---------------------------Blog------------------------------------*/

.widget {
  margin: 0 0 30px;
  position: relative;
  clear: both;
}
.widget.border-box {
  padding: 30px 30px 5px 30px;
  border-width: 1px;
  border: 1px solid #ccc;
  position: relative;
  right: 15px;
}
@media(max-width: 768px) {
  .widget.border-box {
    position: relative;
    right: 0px;
  }
}
.widget {
  margin-bottom: 25px;
}

@media(max-width: 768px) {
  .widget {
  margin-top: 25px;
}
}

.widget.border-box:before {
  border-color: #333;
}
.widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}
.widget .widget-title {
  margin-bottom: 20px;
}
.widget-area .widget-title {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.widget.border-box .widget-title {
  text-align: center;
  display: block;
  margin-top: -48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.widget.border-box .widget-title>span {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FFF;
  font-size: 15px;
}
.post-list-with-thumbnail.vertical {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0!important;
  padding-right: 0!important;
}
.post-list-with-thumbnail.vertical li {
  padding-top: 10px;
  padding-bottom: 15px;
}
.post-list-with-thumbnail.vertical li:first-child {
  padding-top: 0;
}
.post-list-with-thumbnail li {
  position: relative;
  padding-bottom: 15px;
  list-style: none;
}
.widget ul li {
  list-style: none;
}
.post-list-with-thumbnail li:before, .post-list-with-thumbnail li:after {
  content: " ";
  display: table;
}
.post-list-with-thumbnail li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.post-list-with-thumbnail.vertical li:before {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #000;
  opacity: .1;
  filter: alpha(opacity=10);
}
.post-list-with-thumbnail.vertical li:first-child:before {
  border-width: 0;
}
.post-list-with-thumbnail li .entry-meta {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix:after {
  display: table;
  content: " ";
}
.widget-area a {
  color: #000;
}
.post-list-with-thumbnail li a {
  display: block;
  font-weight: 700;
}
.widget-area li a {
  color: #222;
}
.post-list-with-thumbnail.vertical li a {
  font-weight: 400;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  font-size: 13px;
  color: #666;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.post-list-with-thumbnail.vertical li a:hover {
  color: #b28575;
  text-decoration: underline;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.post-list-with-thumbnail li a span.number {
  font-size: 15px;
  float: left;
  line-height: 1.1;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-weight: 400;
  transition: color linear .2s;
  -webkit-transition: color linear .2s;
  color: #333;
}
.post-list-with-thumbnail li a span.number:before {
  content: '';
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #000;
  opacity: .5;
  filter: alpha(opacity=10);
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  transform: rotateZ(15deg);
  -webkit-transform: rotateZ(15deg);
  -moz-transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
}
.post-list-with-thumbnail li:before, .post-list-with-thumbnail li:after {
  content: " ";
  display: table;
}
.post-list-with-thumbnail li:after {
  clear: both;
}
/*-----------------------------------------------------------------*/

.article-title h3 {
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  padding: 30px 0px 5px 0px;
  font-size: 15px;
  letter-spacing: 2px;
}
.article-info {
  letter-spacing: 0.5px;
  color: #333;
}
.article-info span {
  letter-spacing: 1px;
  color: #b28575;
}
.article-content {
  font-size: 13px;
  line-height: 26px;
  color: #333;
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.ellipsis3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.f-r {
  float: right;
}
.dua2 {
  position: relative;
  top: 15px;
}

@media(max-width: 768px) {
  .dua2 {
  top: 0px;
}
}

.b-df {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  padding: 30px 10px 30px 0px;
  border-bottom: 1px solid #ccc;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
@media(max-width: 768px) {
  .b-df {
    flex-direction: column;
    padding: 30px 0px 30px 0px;
  }
}
.blog-img-w {
  width: 275px;
  margin: auto;
}
@media(max-width: 768px) {
  .blog-img-w {
    width: 320px;
  }
}
.newest-article:hover, .article-title h3:hover {
  background-color: #f2f2f2;
  color: #b28575;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.bpd-pc {
  padding: 0px 25px;
}
@media(max-width: 768px) {
  .bpd-pc {
    padding: 0px 0px;
  }
}
/*.lclist li p:hover{
  color:  #b28575;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}*/

/*-------------------------------About-----------------------------------*/

.about-txt1 {
  letter-spacing: 1px;
  line-height: 27px;
}
.about-title {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 27px;
  font-family: "Times New Roman", NotoSerifCJKtc2, "Myriad Pro", NotoSerifCJKtc, "思源宋體";
  padding: 10px 0px;
  /*border-top:2px solid #333;*/
}
.about-content {
  letter-spacing: 1px;
  line-height: 27px;
  padding: 10px 0px;
  /*border-top:1px solid #ccc;*/
}
.link-top3 {
  height: 1px;
  background: linear-gradient(90deg, #555 20%, #ccc 20%);
  margin: 10px 0px;
}
.w-90 {
  width: 90%;
}
@media(max-width: 768px) {
  .w-90 {
    width: 100%;
  }
}
.text-center {
  text-align: center;
}
.member-name h3 {
  font-size: 15px;
  padding: 15px 4px;
  line-height: 26px;
  /*font-family: "Times New Roman",NotoSerifCJKtc2,"Myriad Pro",NotoSerifCJKtc,"思源宋體";*/
  color: #333;
  text-align: center;
}
.member-name h3 p {
  font-size: 13px;
  padding: 0px 4px;
  line-height: 26px;
  /*font-family: "Times New Roman",NotoSerifCJKtc2,"Myriad Pro",NotoSerifCJKtc,"思源宋體";*/
  color: #666;
  text-align: center;
}
.header.navigation.navbar-show {
  background: linear-gradient( 360deg, #f8f8f8, white);
}
/*案件詳細*/

.dn {
  display: none;
}
.award-item {
  display: flex;
}
.award .article-content {
  padding: 0px 10px;
}
.pdc .share-r {
  justify-content: flex-start;
}
@media(max-width: 768px) {
  .pdc .share-r {
    justify-content: center;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.project-a {
  color: #b28575;
  text-decoration: underline;
}
.info-detail li {
  padding: 5px 0px;
}
.linkinfo {
  line-height: 28px;
}
.text333 {
  color: #333;
}
/*套件*/

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  height: 660px;
}
@media(max-width: 768px) {
  .splide__slide img {
    width: 100%;
    height: auto;
  }
}
.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 6em !important;
  height: 6em !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: transparent !important;
}
@media(max-width: 768px) {
  .splide__arrow {
    display: none !important;
  }
}
.splide__pagination {
  display: none !important;
}
.splide__arrow svg {
  width: 2em !important;
  height: 2em !important;
}
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border-color: #b28575!important;
}
@media(max-width: 768px) {
  .info-detail {
    position: relative;
    left: -40px;
  }
}
#secondary-slider .splide__arrow--prev {
  /*display: none!important;*/
  position: absolute;
  top: -368px;
}
#secondary-slider .splide__arrow--next {
  /*display: none!important;*/
  position: absolute;
  top: -368px;
}

.magazine-photo .splide__arrow--prev{
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-duration: calc(var(--animate-duration)*3);
}

.magazine-photo .splide__arrow--next{
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-duration: calc(var(--animate-duration)*3);
}

.magazine-photo .splide__arrows svg{
  fill:#666;
}

.project-photo .splide__arrow--prev {
  display: none!important;
}
.project-photo .splide__arrow--next {
  display: none!important;
}
@media(max-width: 768px) {
  .lclist li {
    padding: 33px 0 30px 24px;
  }
}
.menu-plus {
  list-style: none;
  display: flex;
  padding: 13px 0px 0px 90px;
}
@media(max-width: 991px) {
  .menu-plus {
    display: none;
  }
}
.menu-plus li {
  padding: 10px 50px 5px 0px;
  display: block;
  position: relative;
}
.menu-plus li a {
  color: #333;
  font-size: 18px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.menu-plus li a:hover {
  color: #b28575;
}
.hide-menu-in-pc {
  display: none;
}
@media(max-width: 991px) {
  .hide-menu-in-pc {
    display: block;
  }
}
.share-item img:hover {
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  opacity: 0.5;
}
.moving-logo {
  display: inline-block;
}
.moving-logo2 {
  max-width: 120px;
}
.moving-item2 {
  right: 15px;
  position: absolute;
}
@media(max-width: 991px) {
  .moving-item2 {
    right: 30px;
  }
}
@media(max-width: 991px) {
  .moving-logo2 {
    max-width: 100px;
    position: relative;
    top: 3px;

  }
}
.fx_point-event {
  pointer-events: auto;
}
@media(max-width: 768px) {
  .fx_point-event {
    pointer-events: none;
  }
}
.moving-c {
  position: relative;
  bottom: 2px;
}
.menu-plus li:nth-child(1) {
  display: none;
}
/*---------------------------後來要改的字型--------------------------------*/

.remodi-txt {
  font-family: 'Inter', 'Noto Sans TC', '微軟正黑體', sans-serif !important;
}
.remodi-txt img{
  width: 100%;
}
.remodi-title {
  font-family: 'Neuton', 'Noto Serif TC', '微軟正黑體', sans-serif !important;
  font-weight: 700 !important;
}
.remodi-menu {
  font-family: 'Neuton', 'Noto Serif TC', '微軟正黑體', sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
}
/*------------------------------------------*/

.tuler1 {
  color: #6d6d6d;
}
.tuler2 {}
.tuler3 {
  color: #888;
}
.animate__fadeInLeft {
  --animate-duration: 1.5s;
}
.p3 {
  font-size: 15px !important;
}
.p4 {
  font-size: 13px !important;
}
.margin-auto {
  margin: auto;
}
.w-80 {
  width: 80%;
}
.service-1-space {
  position: relative;
  top: 10px;
}
@media(max-width: 768px) {
  .service-1-space {
    top: 0px;
  }
}

.about-title {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 0px;
}

.text-gray666{
  color: #666666;
}

.text-italic{
  font-style: italic;
}

.award .about-content {
    padding: 0px 10px 0px 0px;
    margin-bottom: 3px;
}

.n-about-line{
    max-width: 970px;
    margin: 0 auto;
}