@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
/* ----------RESET---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  width: 100%;
  min-width: 320px;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
  font-size: inherit;
}

img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=search],
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit;
}

table {
  border-collapse: collapse;
}

/* ----------TEXT----------- */
html {
  font-size: 16px;
  color: #707070;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
a, p, b, small {
  font: inherit;
  color: inherit;
  font-weight: 300;
  line-height: normal;
  line-height: 1.4;
}

/* 56 */
h1, .h1 {
  font-size: 56px;
}

/* 48 */
h2, .h2 {
  font-size: 48px;
}

/* 38 */
h3, .h3 {
  font-size: 38px;
}

/* 30 */
h4, .h4 {
  font-size: 30px;
}

/* 24 */
h5, .h5 {
  font-size: 24px;
}

/* 20 */
h6, .h6 {
  font-size: 20px;
}

/* 18 */
.p-18 {
  font-size: 18px;
}

/* 16 */
p, .p {
  font-size: 16px;
}

a {
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
}

/* 14 */
small, .small {
  font-size: 0.88rem;
}

b, strong {
  font-weight: bolder;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls7 {
  letter-spacing: 7px;
}

.ls8 {
  letter-spacing: 8px;
}

.ls9 {
  letter-spacing: 9px;
}

.ls10 {
  letter-spacing: 10px;
}

.txt-white {
  color: #ffffff;
}

.txt-lightgrey {
  color: #A8A8A8;
}

.txt-grey {
  color: #8e8e8e;
}

.txt-normal {
  color: #4d4d4d;
}

.txt-darkgrey {
  color: #222222;
}

.txt-black {
  color: #000000;
}

.txt-prime {
  color: #CDAF72;
}

.txt-darker_prime {
  color: #3E2804;
}

.txt-dark_prime {
  color: #1C1100;
}

.txt-silver {
  display: inline-block;
  padding-bottom: 5px;
  color: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #777777), color-stop(60%, #ffffff), color-stop(90%, #777777));
  background: linear-gradient(to right, #ffffff 0%, #777777 30%, #ffffff 60%, #777777 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-link {
  text-decoration: underline;
}

.txt-thin {
  font-weight: 100;
}

.txt-light {
  font-weight: 200;
}

.txt-regular {
  font-weight: 300;
}

.txt-medium {
  font-weight: 400;
}

.txt-bold {
  font-weight: 500;
}

.txt-highbold {
  font-weight: 600;
}

.txt-blackbold {
  font-weight: 700;
}

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

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

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

.h2-super_title img {
  width: 0.65em;
}

.txt-style-i {
  font-style: italic;
}

.txt-line-through {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

.main-lh {
  line-height: 1.6;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1550px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  h2, .h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1366px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  p, .p {
    font-size: 14px;
  }
  small, .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  .p-18 {
    font-size: 16px;
  }
}
/* ----------BLOCK---------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.w800,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400,
.w1600 {
  width: 80%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1100 {
  max-width: 1100px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top;
}

.col100 {
  width: 100%;
}

.col90 {
  width: 90%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col50:nth-child(odd) {
  margin-left: 0px;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 5%;
}

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

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.main_padding {
  padding: 5vw 0;
}

.main_padding-b {
  padding-bottom: 5vw;
}

.main_padding-t {
  padding-top: 5vw;
}

.main_margin {
  margin: 5vw 0;
}

.main_margin-b {
  margin-bottom: 5vw;
}

.main_margin-t {
  margin-top: 5vw;
}

.header-top {
  position: relative;
}

.header-top::before {
  content: "";
  display: block;
  height: 78px;
  position: relative;
}

.m1023-off {
  display: block;
}

.m1023-on {
  display: none;
}

.m768-off {
  display: block;
}

.m768-on {
  display: none;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1023px) {
  .m1023-off {
    display: none;
  }
  .m1023-on {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .w800,
  .w900,
  .w1000,
  .w1100,
  .w1200,
  .w1300,
  .w1400,
  .w1600 {
    width: 90%;
  }
  .m768-off {
    display: none;
  }
  .m768-on {
    display: block;
  }
  .main_padding {
    padding: 50px 0;
  }
  .main_padding-b {
    padding-bottom: 50px;
  }
  .main_padding-t {
    padding-top: 50px;
  }
  .main_margin {
    margin: 50px 0;
  }
  .main_margin-b {
    margin-bottom: 50px;
  }
  .main_margin-t {
    margin-top: 50px;
  }
}
/* ----------FORM----------- */
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  width: 100%;
  margin: 7px 0px;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

select {
  padding-right: 30px;
  background-size: 10px;
  background: url("../img/icon/drop_down1.svg") no-repeat calc(100% - 10px) center #F7F7F7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text].readonly,
input[type=email].readonly,
input[type=password].readonly,
textarea.readonly,
select.readonly {
  border: none;
  background-color: #E8E8E8;
}

label.select {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

label.select:before {
  content: "";
  display: block;
  width: 50px;
  height: 27px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  margin: auto 0;
  pointer-events: none;
}

label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #003979 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

/*radio&checkbox樣式覆蓋*/
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 7px 0px;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 3px 8px 3px 5px;
  position: relative;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

input[type=checkbox]:not(old) + label > span {
  border-radius: 0;
}

input[type=radio]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

/* ----------ANIMATION------ */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.lock {
  overflow: hidden;
}

.btn {
  min-width: 170px;
  margin: auto;
  padding: 10px 20px 12px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}
.btn::before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#CDAF72), color-stop(60%, #BF9642), to(#CDAF72));
  background: linear-gradient(90deg, #CDAF72 0%, #BF9642 60%, #CDAF72 100%);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn span, .btn img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.btn img {
  height: 18px;
  margin-left: 5px;
}
.btn:hover::before {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(104, 190, 152, 0.2);
  z-index: 10;
  color: #fff;
  background-color: #1C1100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header + section {
  margin-top: 62px;
}
header .inner {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-right: 1px solid rgba(205, 175, 114, 0.5);
}
header .inner #hamburger {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 3px 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inner #hamburger div {
  border-top: 2px solid #fff;
}
header .inner .logo_outer {
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .logo_outer .logo {
  width: 180px;
}
header .inner .lang {
  padding-left: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
header .inner .lang:hover .lang_set {
  display: block;
}
header .inner .lang .lang_outer {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
header .inner .lang .lang_outer img {
  width: 20px;
}
header .inner .lang .lang_outer p {
  margin-left: 5px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .inner .lang .lang_set {
  padding-top: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
}
header .inner .lang .lang_set.active {
  display: block;
}
header .inner .lang .lang_set a {
  width: 100%;
  min-width: 120px;
  padding: 10px;
  white-space: nowrap;
  color: #fff;
  background-color: #CDAF72;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .inner .lang .lang_set a:nth-last-child(1) {
  border-bottom: none;
}
header .inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner nav .main_item {
  margin-left: 10px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  header .inner nav .main_item:hover {
    color: #CDAF72;
  }
  header .inner nav .main_item:hover:after {
    opacity: 1;
  }
}
header .inner nav .main_item:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #CDAF72;
  position: absolute;
  bottom: -11px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .inner nav .mobile_lang_set {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px;
}
header .inner nav .mobile_lang_set a {
  padding: 2px 5px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
header .inner nav .mobile_lang_set a.active {
  color: #CDAF72;
}
@media screen and (max-width: 1280px) {
  header .inner nav .main_item {
    margin-left: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header + section {
    margin-top: 46px;
  }
  header .inner {
    border-right: none;
  }
  header .inner #hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  header .inner .lang {
    display: none;
  }
  header .inner nav {
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 54px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #3E2804;
    position: fixed;
    top: 54px;
    right: 0;
    color: #fff;
    overflow: auto;
    -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
            transform: translateX(102%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .inner nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  header .inner nav .main_item {
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .inner nav .mobile_lang_set {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  header .inner nav {
    height: calc(100vh - 46px);
    top: 46px;
  }
  header .inner #hamburger {
    width: 25px;
    height: 26px;
  }
  header .inner .logo_outer .logo {
    width: 120px;
  }
}
@media screen and (max-width: 425px) {
  header .inner nav {
    height: calc(100vh - 46px);
    top: 46px;
  }
}

footer #footer_top {
  background-color: #1C1100;
}
footer #footer_top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer_top .inner .logo {
  margin-right: 30px;
}
footer #footer_top .inner .logo img {
  width: 180px;
}
footer #footer_top .inner nav {
  padding: 10px 0;
}
footer #footer_top .inner nav a {
  margin-right: 20px;
  padding: 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_top .inner nav a:hover {
  color: #CDAF72;
}
@media screen and (max-width: 1023px) {
  footer #footer_top .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_top .inner .logo {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  footer #footer_top .inner nav {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(104, 190, 152, 0.2);
    text-align: center;
  }
  footer #footer_top .inner nav a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_top .inner .logo {
    width: 120px;
  }
}
footer #footer_bottom {
  background-color: #3E2804;
}
footer #footer_bottom .inner {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #footer_bottom .inner .info {
  width: 75%;
  padding: 60px 0 40px;
  border-right: 1px solid rgba(104, 190, 152, 0.15);
}
footer #footer_bottom .inner .info .logo_outer {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #footer_bottom .inner .info .logo_outer .logo {
  width: 80px;
}
footer #footer_bottom .inner .info .logo_outer p {
  margin-left: 10px;
}
footer #footer_bottom .inner .info .content {
  max-width: 380px;
  margin-top: 10px;
}
footer #footer_bottom .inner .social {
  width: 25%;
  padding: 60px 0 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer #footer_bottom .inner .social .links {
  margin-bottom: 10px;
}
footer #footer_bottom .inner .social .links a {
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_bottom .inner .social .links a:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
footer #footer_bottom .inner .social .links img {
  width: 50px;
}
footer #footer_bottom .inner .social p, footer #footer_bottom .inner .social > a {
  width: 150%;
}
footer #footer_bottom .inner .social .op05 {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  footer #footer_bottom .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_bottom .inner .info {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgba(104, 190, 152, 0.2);
  }
  footer #footer_bottom .inner .info .content {
    margin-right: auto;
    margin-left: auto;
  }
  footer #footer_bottom .inner .social {
    width: 100%;
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer #footer_bottom .inner .social p, footer #footer_bottom .inner .social > a {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_bottom .inner {
    width: 90%;
  }
}

.fixed_contact {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.fixed_contact:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.fixed_contact img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .fixed_contact {
    bottom: 30px;
    right: 20px;
  }
}

.breadcrumbs a {
  font-weight: inherit;
}

.pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 6px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination li .ellipsis {
  pointer-events: none;
}
.pagination li svg {
  width: 100%;
}
.pagination li svg path, .pagination li svg g {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination li svg path {
  stroke: rgba(205, 175, 114, 0.5);
}
.pagination li svg g {
  fill: rgba(205, 175, 114, 0.15);
}
.pagination li svg:hover path {
  stroke: rgb(255, 255, 255);
}
.pagination li svg:hover g {
  fill: #cdaf72;
}
.pagination li:not(.prev, .next, .first, .last) a {
  background-color: rgba(205, 175, 114, 0.15);
  color: rgba(205, 175, 114, 0.5);
}
.pagination li:not(.prev, .next, .first, .last) a.active, .pagination li:not(.prev, .next, .first, .last) a:hover {
  background-color: #CDAF72;
  color: #fff;
}
.pagination li:is(.first, .last) a {
  color: #C6C6C6;
  border: 1px solid #C6C6C6;
}
.pagination li:is(.first, .last) a:hover {
  border-color: #42C195;
  color: #42C195;
}
@media screen and (max-width: 600px) {
  .pagination li a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
  }
}

#kv {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#kv .picbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#kv .picbox .pic {
  width: 100%;
  height: calc(100vh - 62px);
  min-height: 650px;
  background-color: #000;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
#kv .inner {
  width: 100%;
  min-height: calc(100vh - 62px);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#kv .inner::before {
  content: "";
  width: 45%;
  min-width: 730px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#kv .inner .w1400 {
  position: relative;
  z-index: 1;
}
#kv .inner .text {
  width: 40%;
  min-width: 520px;
  min-height: 500px;
  padding: 30px 0;
}
#kv .inner .text .text_data {
  display: none;
}
#kv .inner .text .text_data.active {
  display: block;
}
#kv .inner .text h5 {
  margin-top: 30px;
  margin-bottom: 60px;
}
#kv .swiper-pagination {
  width: 100%;
  margin-top: 20%;
  position: relative;
  text-align: left;
}
#kv .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  background-color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  #kv .picbox .pic {
    height: calc(100vh - 46px);
  }
  #kv .inner {
    min-height: calc(100vh - 46px);
    bottom: 0;
    left: 0;
  }
  #kv .inner::before {
    content: "";
    width: 100%;
    min-width: auto;
  }
  #kv .inner .text {
    width: 100%;
    min-width: auto;
    padding: 50px 0;
  }
  #kv .inner .text h5 {
    margin-bottom: 30px;
  }
  #kv .swiper-pagination {
    margin-top: 50px;
  }
}

#point {
  position: relative;
}
#point::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: rgba(205, 175, 114, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
#point .itembox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#point .itembox .item {
  min-width: 200px;
  margin: 0 20px;
  padding: 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CDAF72;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#point .itembox .item img {
  width: 90px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #point .itembox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #point .itembox .item {
    width: 100%;
    margin: 10px 0;
    padding: 30px 20px;
  }
  #point .itembox .item img {
    width: 65px;
    margin-bottom: 15px;
  }
}

#history {
  position: relative;
}
#history::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #CDAF72;
  position: absolute;
  top: 52px;
  left: 0;
}
#history .inner .itembox .item {
  padding: 10px 20px;
  text-align: center;
}
#history .inner .itembox .item .cricle {
  width: 10px;
  height: 10px;
  margin: 10px 0 5px;
  background-color: #CDAF72;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #history::before {
    top: 50px;
    left: 0;
  }
}

#about {
  padding-top: 50px;
}
#about .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#about .inner .pic {
  width: 50%;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}
#about .inner .pic figure {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about .inner .text {
  width: calc(50% + 50px);
  min-height: 530px;
  margin-left: -50px;
  padding: 40px;
  background-color: #3E2804;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}
#about .inner .text p {
  margin-bottom: 40px;
  line-height: 2.4;
}
#about .inner .text .btn {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #about .inner {
    display: block;
  }
  #about .inner .pic {
    width: 90%;
  }
  #about .inner .pic figure {
    height: auto;
    padding-bottom: 70%;
  }
  #about .inner .text {
    width: 90%;
    min-height: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  #about .inner {
    width: 100%;
  }
  #about .inner .pic {
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  #about .inner .text {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 30px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

#product {
  padding-bottom: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#product::before {
  content: "";
  width: 100%;
  height: 20%;
  background-color: rgba(205, 175, 114, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
#product h2 {
  padding-bottom: 40px;
}
#product .itembox .item {
  padding-bottom: 100px;
  border: #CDAF72 1px solid;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
}
#product .itembox .item .pic {
  width: 45%;
}
#product .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#product .itembox .item .text {
  width: 55%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#product .itembox .item .text h6 {
  margin-bottom: 20px;
}
#product .itembox .item .text p {
  margin-bottom: 20px;
  max-height: 98px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#product .itembox .item .text .btn {
  margin: 0;
}
#product .swiper {
  overflow: visible;
}
@media screen and (max-width: 800px) {
  #product .itembox .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .itembox .item .pic {
    width: 100%;
  }
  #product .itembox .item .text {
    width: 100%;
    padding: 20px 10px;
  }
  #product .itembox .item .text p {
    min-height: 108px;
    overflow: hidden;
    -webkit-line-clamp: 5;
  }
  #product .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

#introduce {
  background-color: rgba(205, 175, 114, 0.1);
}
#introduce .itembox {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#introduce .itembox .item {
  width: 25%;
  position: relative;
  border-bottom: #CDAF72 5px solid;
}
#introduce .itembox .item:hover .pic:after {
  opacity: 0;
}
#introduce .itembox .item:hover .pic figure {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
#introduce .itembox .item .pic {
  width: 100%;
  position: relative;
}
#introduce .itembox .item .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(28, 17, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduce .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 130%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#introduce .itembox .item h5 {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#introduce .itembox .item .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 22px 12px;
  border-color: transparent transparent #CDAF72 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #introduce .itembox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #introduce .itembox .item {
    width: 50%;
  }
  #introduce .itembox .item .pic:after {
    display: none;
  }
  #introduce .itembox .item .pic figure {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  #introduce .itembox h5 {
    padding: 30px 0;
    background-color: rgba(28, 17, 0, 0.6);
  }
}
@media screen and (max-width: 425px) {
  #introduce .itembox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #introduce .itembox .item {
    width: 100%;
  }
  #introduce .itembox .item .pic figure {
    width: 100%;
    padding-bottom: 70%;
  }
}

#news {
  position: relative;
  overflow: hidden;
}
#news .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#news .back .light {
  width: 190px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 175, 122, 0.25)), to(rgba(201, 175, 122, 0)));
  background: linear-gradient(90deg, rgba(201, 175, 122, 0.25) 0%, rgba(201, 175, 122, 0) 100%);
  position: absolute;
  opacity: 0;
}
#news .back .light:nth-child(1) {
  top: 10%;
  left: 10%;
  -webkit-animation: run 3s 1.3s infinite linear;
          animation: run 3s 1.3s infinite linear;
}
#news .back .light:nth-child(2) {
  top: 0%;
  left: 30%;
  -webkit-animation: run 3s 0.8s infinite linear;
          animation: run 3s 0.8s infinite linear;
}
#news .back .light:nth-child(3) {
  top: 30%;
  left: 22%;
  -webkit-animation: run 2.5s 2s infinite linear;
          animation: run 2.5s 2s infinite linear;
}
#news .back .light:nth-child(4) {
  top: 45%;
  left: 42%;
  -webkit-animation: run 3s 1s infinite linear;
          animation: run 3s 1s infinite linear;
}
#news .back .light:nth-child(5) {
  top: 58%;
  left: 32%;
  -webkit-animation: run 2.2s 1.5s infinite linear;
          animation: run 2.2s 1.5s infinite linear;
}
#news .back .light:nth-child(6) {
  top: 60%;
  left: 70%;
  -webkit-animation: run 3.3s 0.3s infinite linear;
          animation: run 3.3s 0.3s infinite linear;
}
#news .back .light:nth-child(7) {
  top: 72%;
  left: 50%;
  -webkit-animation: run 3s 0s infinite linear;
          animation: run 3s 0s infinite linear;
}
#news .back .light:nth-child(7) {
  top: 80%;
  left: 80%;
  -webkit-animation: run 3s 0.5s infinite linear;
          animation: run 3s 0.5s infinite linear;
}
#news .back .light:nth-child(8) {
  top: 40%;
  left: 80%;
  -webkit-animation: run 2.5s 1.8s infinite linear;
          animation: run 2.5s 1.8s infinite linear;
}
#news .back .light:nth-child(9) {
  top: 70%;
  left: 22%;
  -webkit-animation: run 2.5s 1s infinite linear;
          animation: run 2.5s 1s infinite linear;
}
#news .back .light:nth-child(10) {
  top: 10%;
  left: 86%;
  -webkit-animation: run 2.5s 2.2s infinite linear;
          animation: run 2.5s 2.2s infinite linear;
}
#news .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
#news .inner .text {
  width: 40%;
}
#news .inner .text .list {
  margin-top: 40px;
  margin-bottom: 60px;
}
#news .inner .text .list .list_item {
  margin-bottom: 20px;
  position: relative;
  color: #1C1100;
  cursor: pointer;
}
#news .inner .text .list .list_item:hover, #news .inner .text .list .list_item.active {
  color: #CDAF72;
}
#news .inner .text .list .list_item:hover::before, #news .inner .text .list .list_item.active::before {
  border-color: transparent transparent transparent #CDAF72;
}
#news .inner .text .list .list_item::before {
  content: "";
  width: 0;
  height: 0;
  margin-top: 7px;
  margin-right: 5px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #1C1100;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .text .list .list_item > span {
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .text .list .list_item > span span {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .inner .article_box {
  width: 50%;
}
#news .inner .article_box .article {
  background-color: #fff;
  cursor: pointer;
}
#news .inner .article_box .article:not(.swiper-slide-active) {
  opacity: 0 !important;
}
#news .inner .article_box .article:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#news .inner .article_box .article .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#news .inner .article_box .article .pic figure {
  width: 100%;
  padding-bottom: 62%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .article_box .article h5 {
  margin-bottom: 20px;
  max-height: 70px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .inner .article_box .article p {
  height: 77px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .inner .article_box .article img {
  width: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@-webkit-keyframes run {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
}
@keyframes run {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  #news .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news .inner .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  #news .inner .text .list {
    margin: 40px auto 20px;
  }
  #news .inner .text .list .list_item > span span {
    display: inline !important;
  }
  #news .inner .article_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news .inner .article_box .article .pic {
    margin-bottom: 10px;
  }
  #news .inner .article_box .article h5 {
    margin-bottom: 10px;
  }
  #news .inner .article_box .article p {
    height: 70px;
  }
}

.news_article {
  cursor: pointer;
  position: relative;
}
.news_article:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news_article:hover .pic .line::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.news_article .pic {
  width: 100%;
  overflow: hidden;
}
.news_article .pic figure {
  width: 100%;
  padding-bottom: 62%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news_article .pic .line {
  width: 100%;
  height: 5px;
  background-color: #CDAF72;
  position: relative;
}
.news_article .pic .line::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1C1100;
  -webkit-transform: scaleX(30%);
      -ms-transform: scaleX(30%);
          transform: scaleX(30%);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.news_article .text {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.news_article .text h5 {
  margin-bottom: 20px;
  max-height: 70px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_article .text .date {
  margin-bottom: 20px;
}
.news_article .text > .txt {
  height: 77px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .news_article .text h5,
  .news_article .text .date {
    margin-bottom: 10px;
  }
  .news_article .text > .txt {
    height: 70px;
  }
}

#news_top {
  position: relative;
  overflow: hidden;
  background-color: #3E2804;
}
#news_top .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#news_top .back .light {
  width: 190px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 175, 122, 0.25)), to(rgba(201, 175, 122, 0)));
  background: linear-gradient(90deg, rgba(201, 175, 122, 0.25) 0%, rgba(201, 175, 122, 0) 100%);
  position: absolute;
  opacity: 0;
}
#news_top .back .light:nth-child(1) {
  top: 10%;
  left: 10%;
  -webkit-animation: run 3s 1.3s infinite linear;
          animation: run 3s 1.3s infinite linear;
}
#news_top .back .light:nth-child(2) {
  top: 0%;
  left: 30%;
  -webkit-animation: run 3s 0.8s infinite linear;
          animation: run 3s 0.8s infinite linear;
}
#news_top .back .light:nth-child(3) {
  top: 30%;
  left: 22%;
  -webkit-animation: run 2.5s 2s infinite linear;
          animation: run 2.5s 2s infinite linear;
}
#news_top .back .light:nth-child(4) {
  top: 45%;
  left: 42%;
  -webkit-animation: run 3s 1s infinite linear;
          animation: run 3s 1s infinite linear;
}
#news_top .back .light:nth-child(5) {
  top: 58%;
  left: 32%;
  -webkit-animation: run 2.2s 1.5s infinite linear;
          animation: run 2.2s 1.5s infinite linear;
}
#news_top .back .light:nth-child(6) {
  top: 60%;
  left: 70%;
  -webkit-animation: run 3.3s 0.3s infinite linear;
          animation: run 3.3s 0.3s infinite linear;
}
#news_top .back .light:nth-child(7) {
  top: 72%;
  left: 50%;
  -webkit-animation: run 3s 0s infinite linear;
          animation: run 3s 0s infinite linear;
}
#news_top .back .light:nth-child(7) {
  top: 80%;
  left: 80%;
  -webkit-animation: run 3s 0.5s infinite linear;
          animation: run 3s 0.5s infinite linear;
}
#news_top .back .light:nth-child(8) {
  top: 40%;
  left: 80%;
  -webkit-animation: run 2.5s 1.8s infinite linear;
          animation: run 2.5s 1.8s infinite linear;
}
#news_top .back .light:nth-child(9) {
  top: 70%;
  left: 22%;
  -webkit-animation: run 2.5s 1s infinite linear;
          animation: run 2.5s 1s infinite linear;
}
#news_top .back .light:nth-child(10) {
  top: 10%;
  left: 86%;
  -webkit-animation: run 2.5s 2.2s infinite linear;
          animation: run 2.5s 2.2s infinite linear;
}
#news_top .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
#news_top .inner .text {
  width: 32%;
}
#news_top .inner .text .list {
  margin-top: 40px;
  margin-bottom: 60px;
}
#news_top .inner .text .list .list_item {
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  cursor: pointer;
}
#news_top .inner .text .list .list_item:hover, #news_top .inner .text .list .list_item.active {
  color: #CDAF72;
}
#news_top .inner .text .list .list_item:hover::before, #news_top .inner .text .list .list_item.active::before {
  border-color: transparent transparent transparent #CDAF72;
}
#news_top .inner .text .list .list_item::before {
  content: "";
  width: 0;
  height: 0;
  margin-top: 7px;
  margin-right: 5px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_top .inner .text .list .list_item > span {
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_top .inner .text .list .list_item > span span {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_top .inner .article_box {
  width: 63%;
  margin: 0;
}
#news_top .inner .article_box .article {
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
#news_top .inner .article_box .article:not(.swiper-slide-active) {
  opacity: 0 !important;
}
#news_top .inner .article_box .article:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#news_top .inner .article_box .article .pic {
  width: 100%;
  overflow: hidden;
}
#news_top .inner .article_box .article .pic figure {
  width: 100%;
  padding-bottom: 62%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_top .inner .article_box .article .text {
  width: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#3e2804));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3e2804 100%);
}
#news_top .inner .article_box .article .text h5 {
  margin-bottom: 20px;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news_top .inner .article_box .article .text > p {
  height: 22px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news_top .inner .article_box .article .text .date {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news_top .inner .article_box .article .text .date > p {
  opacity: 0.7;
}
#news_top .inner .article_box .article .text .date img {
  width: 40px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@keyframes run {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
}
@media screen and (max-width: 1300px) {
  #news_top .inner .text {
    width: 40%;
  }
  #news_top .inner .text .list .list_item > span span {
    -webkit-line-clamp: 1;
  }
  #news_top .inner .article_box {
    width: 55%;
  }
}
@media screen and (max-width: 1023px) {
  #news_top .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_top .inner .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  #news_top .inner .text .list {
    margin: 40px auto 20px;
  }
  #news_top .inner .text .list .list_item > span span {
    display: inline !important;
  }
  #news_top .inner .article_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news_top .inner .article_box .article {
    background-color: rgba(0, 0, 0, 0);
  }
  #news_top .inner .article_box .article .text {
    padding: 20px 0;
    position: relative;
  }
  #news_top .inner .article_box .article .text h5 {
    max-height: 70px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
  }
  #news_top .inner .article_box .article .text > p {
    height: 70px;
    -webkit-line-clamp: 3;
  }
  #news_top .inner .article_box .article .text .date {
    margin-top: 10px;
  }
}

#news_sort {
  background-color: #CDAF72;
}
#news_sort .inner {
  padding: 10px 0;
}
#news_sort .inner a {
  margin: 10px 0;
  padding: 0 20px;
  border-right: 1px solid #fff;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_sort .inner a.active, #news_sort .inner a:hover {
  opacity: 1;
}
#news_sort .inner a:nth-last-child(1) {
  border-right: none;
}

#news_list .inner .article_box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news_list .inner .article_box .news_article {
  width: 46.5%;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #news_list .inner .article_box .news_article {
    width: 100%;
  }
}

#news_info .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#news_info .inner .title {
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  left: 0;
}
#news_info .inner .title .breadcrumbs {
  margin-bottom: 50px;
}
#news_info .inner .title .date,
#news_info .inner .title h4 {
  margin: 20px 0;
}
#news_info .inner .title .btn {
  margin-top: 50px;
}
#news_info .inner .info {
  width: 60%;
}
#news_info .inner .info .editor * {
  line-height: 1.8;
}
#news_info .inner .info .editor p {
  margin-bottom: 1.2em;
}
#news_info .inner .info .editor h1, #news_info .inner .info .editor h2, #news_info .inner .info .editor h3, #news_info .inner .info .editor h4, #news_info .inner .info .editor h5, #news_info .inner .info .editor h6 {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  color: #3E2804;
}
#news_info .inner .info .editor h1 {
  font-size: 2.2em;
}
#news_info .inner .info .editor h2 {
  font-size: 1.8em;
}
#news_info .inner .info .editor h3 {
  font-size: 1.5em;
}
#news_info .inner .info .editor h4 {
  font-size: 1.3em;
}
#news_info .inner .info .editor h5 {
  font-size: 1.1em;
}
#news_info .inner .info .editor h6 {
  font-size: 1em;
}
#news_info .inner .info .editor a {
  color: #CDAF72;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#news_info .inner .info .editor a:hover {
  opacity: 0.8;
}
#news_info .inner .info .editor ul {
  list-style-type: disc !important;
  padding-left: 30px !important;
  margin-bottom: 1.2em;
}
#news_info .inner .info .editor ul li {
  list-style-type: disc !important;
  display: list-item !important;
}
#news_info .inner .info .editor ol {
  list-style-type: decimal !important;
  padding-left: 30px !important;
  margin-bottom: 1.2em;
}
#news_info .inner .info .editor ol li {
  list-style-type: decimal !important;
  display: list-item !important;
}
#news_info .inner .info .editor img {
  max-width: 100% !important;
  height: auto !important;
  margin: 15px 0;
  display: block;
}
#news_info .inner .info .editor table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
#news_info .inner .info .editor table th, #news_info .inner .info .editor table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align: left;
}
#news_info .inner .info .editor table th {
  background-color: #f8f9fa;
  font-weight: bold;
}
#news_info .inner .info .editor blockquote {
  border-left: 4px solid #CDAF72;
  padding-left: 20px;
  margin: 20px 0;
  color: #666;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  #news_info .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_info .inner .title {
    width: 100%;
    margin-bottom: 50px;
    position: static;
  }
  #news_info .inner .title .btn {
    margin-top: 30px;
  }
  #news_info .inner .info {
    width: 100%;
  }
}

#news_related {
  background-color: rgb(249, 245, 238);
  position: relative;
}
#news_related .inner h3 {
  padding-bottom: 40px;
}
#news_related .inner .article_box {
  width: 102%;
  margin: 0 -1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news_related .inner .article_box .news_article {
  width: 31%;
  margin: 0 1%;
}
@media screen and (max-width: 1023px) {
  #news_related .inner .article_box .news_article {
    width: 100%;
    margin-bottom: 5%;
  }
  #news_related .inner .article_box .news_article:nth-last-child(1) {
    margin-bottom: 0;
  }
}

#app_top {
  padding: 5% 0 calc(4% + 100px);
  background-color: rgb(249, 245, 238);
  position: relative;
  overflow: hidden;
}
#app_top .back {
  width: 100%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 5%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#app_top .back .light {
  width: 190px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 175, 122, 0.25)), to(rgba(201, 175, 122, 0)));
  background: linear-gradient(90deg, rgba(201, 175, 122, 0.25) 0%, rgba(201, 175, 122, 0) 100%);
  position: absolute;
  opacity: 0;
}
#app_top .back .light:nth-child(1) {
  top: 10%;
  left: 10%;
  -webkit-animation: run 3s 1.3s infinite linear;
          animation: run 3s 1.3s infinite linear;
}
#app_top .back .light:nth-child(2) {
  top: 0%;
  left: 30%;
  -webkit-animation: run 3s 0.8s infinite linear;
          animation: run 3s 0.8s infinite linear;
}
#app_top .back .light:nth-child(3) {
  top: 30%;
  left: 22%;
  -webkit-animation: run 2.5s 2s infinite linear;
          animation: run 2.5s 2s infinite linear;
}
#app_top .back .light:nth-child(4) {
  top: 45%;
  left: 42%;
  -webkit-animation: run 3s 1s infinite linear;
          animation: run 3s 1s infinite linear;
}
#app_top .back .light:nth-child(5) {
  top: 58%;
  left: 32%;
  -webkit-animation: run 2.2s 1.5s infinite linear;
          animation: run 2.2s 1.5s infinite linear;
}
#app_top .back .light:nth-child(6) {
  top: 60%;
  left: 70%;
  -webkit-animation: run 3.3s 0.3s infinite linear;
          animation: run 3.3s 0.3s infinite linear;
}
#app_top .back .light:nth-child(7) {
  top: 72%;
  left: 50%;
  -webkit-animation: run 3s 0s infinite linear;
          animation: run 3s 0s infinite linear;
}
#app_top .back .light:nth-child(7) {
  top: 80%;
  left: 80%;
  -webkit-animation: run 3s 0.5s infinite linear;
          animation: run 3s 0.5s infinite linear;
}
#app_top .back .light:nth-child(8) {
  top: 40%;
  left: 80%;
  -webkit-animation: run 2.5s 1.8s infinite linear;
          animation: run 2.5s 1.8s infinite linear;
}
#app_top .back .light:nth-child(9) {
  top: 70%;
  left: 22%;
  -webkit-animation: run 2.5s 1s infinite linear;
          animation: run 2.5s 1s infinite linear;
}
#app_top .back .light:nth-child(10) {
  top: 10%;
  left: 86%;
  -webkit-animation: run 2.5s 2.2s infinite linear;
          animation: run 2.5s 2.2s infinite linear;
}
@keyframes run {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #app_top {
    padding: 50px 0 130px;
  }
}

#app_sort {
  margin-top: -100px;
  position: relative;
}
#app_sort .itembox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#app_sort .itembox .item {
  margin: 0 15px;
  padding: 10px 25px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CDAF72;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#app_sort .itembox .item.active, #app_sort .itembox .item:hover {
  background-color: #CDAF72;
}
#app_sort .itembox .item.active h6, #app_sort .itembox .item:hover h6 {
  color: #fff;
}
#app_sort .itembox .item.active img, #app_sort .itembox .item:hover img {
  -webkit-filter: brightness(500%);
          filter: brightness(500%);
}
#app_sort .itembox .item::after {
  content: "";
  width: 0;
  height: 0;
  margin: 10px auto 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
#app_sort .itembox .item h6 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#app_sort .itembox .item img {
  width: 85px;
  margin-bottom: -5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #app_sort {
    margin-top: -80px;
  }
  #app_sort .itembox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #app_sort .itembox .item {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 5px 25px 10px;
  }
  #app_sort .itembox .item img {
    width: 60px;
  }
}

#app_list .inner {
  display: none;
}
#app_list .inner.active {
  display: block;
}
#app_list .item {
  margin: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#app_list .item .pic {
  width: 45%;
}
#app_list .item .pic figure {
  width: 100%;
  padding-bottom: 62%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#app_list .item .text {
  width: 55%;
  padding: 30px;
}
#app_list .item .text h5 {
  margin-bottom: 10px;
}
#app_list .item .num {
  opacity: 0.1;
  font-size: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  #app_list .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #app_list .item .pic {
    width: 100%;
  }
  #app_list .item .text {
    width: 100%;
    padding: 30px 0;
  }
  #app_list .item .num {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: auto;
    font-size: 50px;
    position: relative;
  }
}

#equipment_list .item:nth-child(1) {
  padding-top: 0;
}
#equipment_list .item:nth-child(even) {
  background-color: rgba(205, 175, 114, 0.1);
}
#equipment_list .item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#equipment_list .item .inner .pic {
  width: 45%;
  position: relative;
}
#equipment_list .item .inner .pic figure {
  width: 100%;
  padding-bottom: 67%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#equipment_list .item .inner .text {
  width: 55%;
  padding-left: 5%;
  padding-right: 0;
}
#equipment_list .item .inner .text h4 {
  margin-bottom: 30px;
}
#equipment_list .item .inner .text p {
  margin-bottom: 50px;
}
#equipment_list .item .inner .num {
  opacity: 0.1;
  font-size: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  #equipment_list .item .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #equipment_list .item .inner .pic {
    width: 100%;
  }
  #equipment_list .item .inner .text {
    width: 100%;
    padding: 30px 0;
  }
  #equipment_list .item .inner .text h4 {
    margin-bottom: 10px;
  }
  #equipment_list .item .inner .text p {
    margin-bottom: 30px;
  }
}

#equipment_picset {
  padding: 50px 0;
}
#equipment_picset .inner .breadcrumbs {
  margin-bottom: 50px;
}
#equipment_picset .inner h4 {
  margin-bottom: 30px;
}
#equipment_picset .inner .pic {
  width: 100%;
  margin-bottom: 20px;
}
#equipment_picset .inner .pic figure {
  width: 100%;
  padding-bottom: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#equipment_picset .inner .picbox {
  position: relative;
}
#equipment_picset .inner .picbox .item {
  border: 3px solid rgba(205, 175, 114, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#equipment_picset .inner .picbox .item.active, #equipment_picset .inner .picbox .item:hover {
  border: 3px solid #cdaf72;
}
#equipment_picset .inner .picbox .item figure {
  width: 100%;
  padding-bottom: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#equipment_picset .inner .picbox .swiper-button-next.swiper-button-disabled,
#equipment_picset .inner .picbox .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#equipment_picset .inner .picbox .swiper-button-next,
#equipment_picset .inner .picbox .swiper-button-prev {
  color: #3E2804;
}
#equipment_picset .inner .picbox .swiper-button-next:after,
#equipment_picset .inner .picbox .swiper-button-prev:after {
  font-size: 25px;
}
#equipment_picset .inner .picbox .swiper-button-prev {
  height: 100%;
  margin-top: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
}
#equipment_picset .inner .picbox .swiper-button-next {
  height: 100%;
  margin-top: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  right: 0;
  top: 0;
}
@media screen and (max-width: 500px) {
  #equipment_picset .inner .pic {
    margin-bottom: 10px;
  }
}

#equipment_spec {
  background-color: rgba(205, 175, 114, 0.1);
}
#equipment_spec .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#equipment_spec .inner .left {
  width: 50%;
}
#equipment_spec .inner .left .list {
  margin-top: 20px;
}
#equipment_spec .inner .left .list li {
  margin: 10px 0;
  list-style: disc inside;
}
#equipment_spec .inner .right {
  width: 50%;
  padding-left: 5%;
}
#equipment_spec .inner .right .spec {
  width: 100%;
}
#equipment_spec .inner .right .spec tr {
  border-bottom: 1px solid #ccc;
}
#equipment_spec .inner .right .spec tr td {
  padding: 10px;
}
#equipment_spec .inner .right .spec tr td:nth-child(2) {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  #equipment_spec .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #equipment_spec .inner .left {
    width: 100%;
  }
  #equipment_spec .inner .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

#equipment_info {
  padding-top: 50px;
}
#equipment_info .inner .container * {
  line-height: inherit;
}
#equipment_info .inner .container .yt-video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
#equipment_info .inner .container .yt-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#products_list .menu_outer {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  min-width: 250px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  background-color: rgb(249, 246, 239);
}
#products_list .menu_outer .menu {
  width: 100%;
  max-width: 400px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
#products_list .menu_outer .menu .menu_item {
  width: 100%;
  padding: 10px 20px 10px 40px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#products_list .menu_outer .menu .menu_item p {
  opacity: 0.5;
}
#products_list .menu_outer .menu .menu_item h5 {
  position: relative;
  line-height: 1;
}
#products_list .menu_outer .menu .menu_item h5 > .en {
  font-size: 0.8em;
}
#products_list .menu_outer .menu .menu_item.active h5::before {
  content: "";
  width: 32px;
  border-bottom: 2px solid #CDAF72;
  position: absolute;
  left: -40px;
  top: 0.6em;
}
#products_list .menu_outer .menu .menu_item.active, #products_list .menu_outer .menu .menu_item:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
#products_list .menu_outer .menu .menu_item.active p, #products_list .menu_outer .menu .menu_item:hover p {
  opacity: 1;
}
#products_list .inner {
  width: 70%;
  margin: 0;
  padding-left: 5%;
  position: relative;
  display: none;
}
#products_list .inner.active {
  display: block;
}
#products_list .inner .products_top {
  position: relative;
}
#products_list .inner .products_top::after {
  content: "";
  width: 200vw;
  border-bottom: 1px solid #e7e7e7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#products_list .inner .products_top .top_box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#products_list .inner .products_top .top_box .pic {
  width: 70%;
}
#products_list .inner .products_top .top_box .pic figure {
  width: 100%;
  padding-bottom: 62%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#products_list .inner .products_top .top_box .spec {
  width: 30%;
  padding-left: 40px;
}
#products_list .inner .products_top .top_box .spec li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#products_list .inner .products_top .top_box .spec li span {
  display: inline-block;
  vertical-align: top;
}
#products_list .inner .products_top .top_box .spec li span:nth-child(1) {
  margin-right: 10px;
}
#products_list .inner .products_surface .surface_box {
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#products_list .inner .products_surface .surface_box .item {
  width: calc(33% - 20px);
  margin: 10px;
  padding: 20px;
  background-color: rgba(80, 80, 80, 0.07);
}
#products_list .inner .products_surface .surface_box .item .pic {
  width: 100%;
  margin-bottom: 10px;
}
#products_list .inner .products_surface .surface_box .item .pic figure {
  width: 100%;
  padding-bottom: 56%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#products_list .inner .products_surface .surface_box .item h6 {
  margin-bottom: 10px;
}
#products_list .inner .product_intro {
  position: relative;
}
#products_list .inner .product_intro::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #3E2804;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}
#products_list .inner .product_intro .intro_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#products_list .inner .product_intro .intro_box h4 {
  margin-right: 40px;
}
#products_list .inner .product_intro .intro_box .intro_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#products_list .inner .product_intro .intro_box .intro_list thead {
  width: 100%;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#products_list .inner .product_intro .intro_box .intro_list thead td {
  padding: 10px 20px;
}
#products_list .inner .product_intro .intro_box .intro_list tbody {
  width: 100%;
  color: #fff;
}
#products_list .inner .product_intro .intro_box .intro_list tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#products_list .inner .product_intro .intro_box .intro_list tbody tr td {
  padding: 10px 20px;
}
#products_list .inner .products_package h4 {
  margin-bottom: 40px;
}
#products_list .inner .products_package img {
  margin: auto;
  display: block;
}
#products_list .inner .products_package .spec_outer {
  width: 100%;
  max-width: 480px;
  margin-top: 5%;
  padding: 20px;
  padding-top: 10px;
  background-color: rgb(240, 240, 240);
}
#products_list .inner .products_package .spec {
  width: 100%;
}
#products_list .inner .products_package .spec tbody {
  border-bottom: 1px solid #ccc;
}
#products_list .inner .products_package .spec tr {
  border-bottom: 1px solid #ccc;
}
#products_list .inner .products_package .spec tr td {
  padding: 10px;
}
#products_list .inner .products_package .spec tr td:nth-child(2) {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  #products_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #products_list .menu_outer {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #products_list .menu_outer .menu {
    max-width: none;
    padding: 30px 0;
    position: relative;
    top: 0;
  }
  #products_list .menu_outer .menu .menu_item {
    width: 100%;
    padding: 5px 20px 5px 50px;
  }
  #products_list .menu_outer .menu .menu_item.active h5::before {
    content: "";
    width: 50px;
    border-bottom: 2px solid #CDAF72;
    position: absolute;
    left: -60px;
    top: 0.6em;
  }
  #products_list .inner {
    width: 80%;
    margin: auto;
    padding-left: 0;
  }
  #products_list .inner .products_top .top_box {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #products_list .inner .products_top .top_box .pic {
    width: 100%;
    margin-bottom: 30px;
  }
  #products_list .inner .products_top .top_box .spec {
    width: 100%;
    padding-left: 0;
  }
  #products_list .inner .products_surface .surface_box {
    margin-top: 20px;
  }
  #products_list .inner .products_surface .surface_box .item {
    width: calc(50% - 20px);
  }
  #products_list .inner .product_intro .intro_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #products_list .inner .product_intro .intro_box h4 {
    width: 100%;
    margin-bottom: 30px;
  }
  #products_list .inner .product_intro .intro_box .intro_list {
    width: 100%;
    padding-left: 0;
  }
  #products_list .inner .products_package h4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #products_list .inner {
    width: 90%;
  }
  #products_list .inner .products_surface .surface_box .item {
    width: calc(100% - 20px);
  }
  #products_list .inner .products_package .spec_outer {
    margin-top: 30px;
  }
}

#lightbox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}
#lightbox.active {
  display: block;
}
#lightbox .cover {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
#lightbox .box {
  width: 90%;
  max-width: 850px;
  padding: 10px;
  border: 1px solid #222;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#lightbox .box .close {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  cursor: pointer;
}
#lightbox .box .close::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
}
#lightbox .box .close::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
}
#lightbox .box figure {
  background-color: #777;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 56%;
}

#contact {
  width: 100%;
  margin-bottom: 7px;
  border: 5px solid #CDAF72;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  overflow: hidden;
}
#contact .inner {
  position: relative;
}
#contact .inner::before {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(205, 175, 114, 0.1);
  -webkit-transform: scale(500%);
      -ms-transform: scale(500%);
          transform: scale(500%);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
#contact .inner .box {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .inner form {
  width: 60%;
  margin: 0 -10px;
  padding-right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contact .inner form .item {
  width: 100%;
  margin: 0 10px 20px 10px;
  padding: 5px 15px;
  background-color: rgba(205, 175, 114, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact .inner form .item.col50 {
  width: calc(50% - 20px);
}
#contact .inner form .item p {
  margin-right: 10px;
  padding: 7px 0;
  white-space: nowrap;
}
#contact .inner form .item input, #contact .inner form .item textarea, #contact .inner form .item select {
  max-width: 100%;
  margin: 0;
  resize: none;
  background-color: rgba(205, 175, 114, 0);
}
#contact .inner form .item.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contact .inner form .item.wrap textarea {
  width: 100%;
}
#contact .inner form .btn {
  margin-left: auto;
  margin-right: 0;
}
#contact .inner .info {
  width: 40%;
  padding-left: 5%;
  position: relative;
}
#contact .inner .info .point {
  margin: 10px 0;
}
#contact .inner .info .point .t {
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
#contact .inner .info .point .in {
  width: calc(100% - 65px);
  display: inline-block;
  vertical-align: top;
}
#contact .inner .info a {
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#contact .inner .info a:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
#contact .inner .info img {
  width: 50px;
}
@media screen and (max-width: 1023px) {
  #contact .inner::before {
    display: none;
  }
  #contact .inner .box {
    width: calc(100% + 20px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contact .inner form {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  #contact .inner .info {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    position: relative;
  }
  #contact .inner .info::before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(205, 175, 114, 0.1);
    -webkit-transform: scale(500%);
        -ms-transform: scale(500%);
            transform: scale(500%);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    margin-bottom: 0px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

#about_top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#about_top .inner h3 {
  width: 250px;
}
#about_top .inner .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
@media screen and (max-width: 1023px) {
  #about_top .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #about_top .inner h3 {
    width: 100%;
  }
  #about_top .inner .text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-top: 30px;
  }
}

#about_pic {
  width: 100%;
  padding-bottom: 42%;
  display: block;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about_history {
  background-color: rgba(205, 175, 114, 0.1);
  overflow: hidden;
}
#about_history .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#about_history .inner h3 {
  width: 250px;
}
#about_history .inner .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  position: relative;
}
#about_history .inner .list::before {
  content: "";
  width: 0;
  height: 200%;
  border-right: 1px solid #CDAF72;
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}
#about_history .inner .list .itembox .item {
  margin-bottom: 30px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#about_history .inner .list .itembox .item:nth-last-child(1) {
  margin-bottom: 0;
}
#about_history .inner .list .itembox .item .cricle {
  width: 10px;
  height: 10px;
  margin: 13px 0 5px;
  background-color: #CDAF72;
  border-radius: 100px;
  display: inline-block;
}
#about_history .inner .list .itembox .item h5 {
  width: 150px;
  padding-left: 30px;
}
#about_history .inner .list .itembox .item p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  #about_history .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #about_history .inner h3 {
    width: 100%;
  }
  #about_history .inner .list {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-top: 30px;
  }
  #about_history .inner .list::before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #about_history .inner .list .itembox .item h5 {
    width: 100px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about_history .inner .list .itembox .item .cricle {
    margin: 10px 0 5px;
  }
  #about_history .inner .list .itembox .item p {
    margin-top: 3px;
  }
}

#process_top {
  background-color: rgb(249, 245, 238);
  position: relative;
  overflow: hidden;
}
#process_top .back {
  width: 100%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 5%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#process_top .back .light {
  width: 190px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 175, 122, 0.25)), to(rgba(201, 175, 122, 0)));
  background: linear-gradient(90deg, rgba(201, 175, 122, 0.25) 0%, rgba(201, 175, 122, 0) 100%);
  position: absolute;
  opacity: 0;
}
#process_top .back .light:nth-child(1) {
  top: 10%;
  left: 10%;
  -webkit-animation: run 3s 1.3s infinite linear;
          animation: run 3s 1.3s infinite linear;
}
#process_top .back .light:nth-child(2) {
  top: 0%;
  left: 30%;
  -webkit-animation: run 3s 0.8s infinite linear;
          animation: run 3s 0.8s infinite linear;
}
#process_top .back .light:nth-child(3) {
  top: 30%;
  left: 22%;
  -webkit-animation: run 2.5s 2s infinite linear;
          animation: run 2.5s 2s infinite linear;
}
#process_top .back .light:nth-child(4) {
  top: 45%;
  left: 42%;
  -webkit-animation: run 3s 1s infinite linear;
          animation: run 3s 1s infinite linear;
}
#process_top .back .light:nth-child(5) {
  top: 58%;
  left: 32%;
  -webkit-animation: run 2.2s 1.5s infinite linear;
          animation: run 2.2s 1.5s infinite linear;
}
#process_top .back .light:nth-child(6) {
  top: 60%;
  left: 70%;
  -webkit-animation: run 3.3s 0.3s infinite linear;
          animation: run 3.3s 0.3s infinite linear;
}
#process_top .back .light:nth-child(7) {
  top: 72%;
  left: 50%;
  -webkit-animation: run 3s 0s infinite linear;
          animation: run 3s 0s infinite linear;
}
#process_top .back .light:nth-child(7) {
  top: 80%;
  left: 80%;
  -webkit-animation: run 3s 0.5s infinite linear;
          animation: run 3s 0.5s infinite linear;
}
#process_top .back .light:nth-child(8) {
  top: 40%;
  left: 80%;
  -webkit-animation: run 2.5s 1.8s infinite linear;
          animation: run 2.5s 1.8s infinite linear;
}
#process_top .back .light:nth-child(9) {
  top: 70%;
  left: 22%;
  -webkit-animation: run 2.5s 1s infinite linear;
          animation: run 2.5s 1s infinite linear;
}
#process_top .back .light:nth-child(10) {
  top: 10%;
  left: 86%;
  -webkit-animation: run 2.5s 2.2s infinite linear;
          animation: run 2.5s 2.2s infinite linear;
}
#process_top .text {
  max-width: 800px;
  margin: 0 auto 30px;
}
#process_top .text h3 {
  margin-bottom: 30px;
}
@keyframes run {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    opacity: 0;
  }
}

#process .inner h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
#process .inner .process_pic {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#process .inner .specbox {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#process .inner .specbox .spec_outer {
  width: calc(33.3333% - 20px);
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#process .inner .specbox .spec_outer:nth-child(4), #process .inner .specbox .spec_outer:nth-child(5) {
  width: calc(50% - 20px);
}
#process .inner .specbox .spec_outer h6 {
  margin-bottom: 10px;
  position: relative;
}
#process .inner .specbox .spec_outer h6 span {
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}
#process .inner .specbox .spec_outer h6::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 5px;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #CDAF72;
  display: inline-block;
  vertical-align: middle;
}
#process .inner .specbox .spec_outer .spec_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 20px;
  padding-top: 10px;
  background-color: rgb(249, 245, 238);
}
#process .inner .specbox .spec_outer .spec {
  width: 100%;
}
#process .inner .specbox .spec_outer .spec tbody {
  border-bottom: 1px solid #ccc;
}
#process .inner .specbox .spec_outer .spec tr {
  border-bottom: 1px solid #ccc;
}
#process .inner .specbox .spec_outer .spec tr td {
  padding: 10px;
}
#process .inner .specbox .spec_outer .spec tr td:nth-child(2) {
  opacity: 0.8;
}
#process .inner .specbox .spec_outer .text {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #process .inner .specbox {
    margin: 0;
  }
  #process .inner .specbox .spec_outer {
    width: 100% !important;
    margin: 10px 0;
  }
}

#privacy_policy .inner .top {
  padding-bottom: 10px;
}
#privacy_policy .inner .main h5 {
  padding-bottom: 10px;
}
#privacy_policy .inner .main > p {
  padding-bottom: 5px;
}
#privacy_policy .inner .main ul li {
  position: relative;
  padding-bottom: 5px;
}
#privacy_policy .inner .main ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 0.8em;
  left: 0.5em;
}
#privacy_policy .inner .main ul li p {
  width: calc(100% - 25px);
  margin-right: 0;
  margin-left: auto;
}/*# sourceMappingURL=main.css.map */