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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/*==========textAimg==========*/
.content .textAimg-c, .content .textAimg-l, .content .textAimg-l-sep, .content .textAimg-r, .content .textAimg-r-sep {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.content .textAimg-c > .textAimg_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
}

.content .textAimg-c > .textAimg_text {
  clear: both;
}

.content .textAimg-l > .textAimg_img, .content .textAimg-l-sep > .textAimg_img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 50%;
}

.content .textAimg-l-sep > .textAimg_text {
  overflow: hidden;
}

.content .textAimg-r > .textAimg_img, .content .textAimg-r-sep > .textAimg_img {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 50%;
}

.content .textAimg-r-sep > .textAimg_text {
  overflow: hidden;
}

.content .textAimg_text {
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  display: block;
  margin-bottom: 20px;
}

.content ol > li.textAimg_text {
  display: list-item;
  text-indent: 0;
  margin: 0 0 40px 0;
}

.content ul > li.textAimg_text {
  display: list-item;
  text-indent: 0;
  margin: 0 0 40px 0;
}

.content .textAimg-c ol, .content .textAimg-l ol, .content .textAimg-l-sep ol, .content .textAimg-r ol, .content .textAimg-r-sep ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 30px;
}

.content .textAimg-c ul, .content .textAimg-l ul, .content .textAimg-l-sep ul, .content .textAimg-r ul, .content .textAimg-r-sep ul {
  list-style: disc;
  list-style-position: inside;
  padding: 0 15px;
}

@media (max-width: 600px) {
  .content .textAimg-l > .textAimg_img, .content .textAimg-l-sep > .textAimg_img, .content .textAimg-r > .textAimg_img, .content .textAimg-r-sep > .textAimg_img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.wordArea {
  padding: 30px 15px;
  word-break: break-word;
  line-height: 170%;
  letter-spacing: 0.5px;
  font-size: 100%;
}

.wordArea em {
  font-style: italic;
}

.wordArea ul {
  list-style: decimal;
  padding-left: 20px;
}

.wordArea ol {
  list-style: disc;
  padding-left: 20px;
}

.wordArea iframe {
  width: 100%;
  max-width: 640px;
}

.wordArea .ytp-thumbnail-overlay-image {
  background-size: contain;
}

.wordArea td,
.wordArea th {
  border: 1px solid;
  padding: 0 5px;
  vertical-align: middle;
}

.wordArea strong,
.wordArea b {
  font-weight: bold;
}

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

.wordArea .wordVote {
  width: 100%;
  resize: vertical;
  padding: 10px;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

select,
input,
textarea {
  font-family: Arial, "微軟正黑體", "Apple LiGothic", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  line-height: 1.6;
}

textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
  resize: vertical;
  background: #f5f5f5;
}

select,
input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 15px;
  color: #333;
  background: #f5f5f5;
}

input[type=checkbox],
input[type=radio] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 10px;
}

select {
  width: 100%;
  /*! 隱藏既有下拉箭頭 */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  /*! 美化下拉選單 */
  background: url("../images/arrow03.svg") center right 8px no-repeat, #fff;
  background-size: 10px auto;
  box-sizing: border-box;
  border: 1px solid #eee;
}

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

.flex_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.flex_row > * {
  margin: 5px !important;
}

@media (min-width: 769px) {
  .flex_row .col-1 {
    width: calc(8.3333333333% - 10px);
  }
  .flex_row .col-2 {
    width: calc(9.0909090909% - 10px);
  }
  .flex_row .col-3 {
    width: calc(10% - 10px);
  }
  .flex_row .col-4 {
    width: calc(11.1111111111% - 10px);
  }
  .flex_row .col-5 {
    width: calc(12.5% - 10px);
  }
  .flex_row .col-6 {
    width: calc(14.2857142857% - 10px);
  }
  .flex_row .col-7 {
    width: calc(16.6666666667% - 10px);
  }
  .flex_row .col-8 {
    width: calc(20% - 10px);
  }
  .flex_row .col-9 {
    width: calc(25% - 10px);
  }
  .flex_row .col-10 {
    width: calc(33.3333333333% - 10px);
  }
  .flex_row .col-11 {
    width: calc(50% - 10px);
  }
  .flex_row .col-12 {
    width: calc(100% - 10px);
  }
}
a {
  text-decoration: none;
  color: #666;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h1 {
  font-size: 2.875rem;
  font-weight: bold;
  text-align: center;
}
h1 span {
  color: #287dd5;
}
h1.h1_hr {
  padding-bottom: 50px;
  background: url(../images/h1_hr.png) no-repeat bottom center;
}

.red {
  color: #f00;
}

.WA-Btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.WA-Btn a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  color: #888;
  padding: 10px 110px 10px 50px;
  position: relative;
  transition: all 0.6s;
  z-index: 1;
}
.WA-Btn a::before {
  content: "";
  width: 50px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../images/btn_a.svg) no-repeat center;
  transform: translateY(-50%);
  transition: all 0.6s;
}
.WA-Btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  transition: all 0.5s;
}
.WA-Btn a:hover::before {
  transform: translateY(-50%) translateX(10px);
}
.WA-Btn a:hover::after {
  width: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  display: flex; /*使物件依序排列*/
  flex-direction: column; /*使物件垂直排列*/
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  font-family: Arial, "微軟正黑體", "Apple LiGothic", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
  word-break: break-word;
  color: #333;
  background: url(../images/bg.jpg);
}
body.Fixd {
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  flex-grow: 1; /*可佔滿垂直剩餘的空間*/
  position: relative;
}

header {
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  transition: all 0.3s;
}
header.sticky {
  height: 80px;
}
header.sticky .logo {
  height: 60px;
}
header.sticky .menu > li > a ~ ul {
  top: 80px;
}
header .logo {
  width: 20%;
  max-width: 240px;
  height: 90px;
  background: url(../images/logo.png) no-repeat left center;
  background-size: contain;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}

.menuBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.menu {
  width: 50%;
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu > li {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.menu > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.menu > li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  font-size: 1.25rem;
  box-sizing: border-box;
  position: relative;
}
.menu > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  bottom: 0;
  background: #f7b52c;
  transition: all 0.3s;
}
.menu > li > a:hover::before {
  width: 100%;
}

.menu > li > a ~ ul {
  width: 220px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-top: 2px solid #f7b52c;
  background: #000;
  z-index: 9;
  transition: all 0.5s;
}
.menu > li > a ~ ul li {
  border-bottom: 1px solid #333;
}
.menu > li > a ~ ul a {
  font-size: 1rem;
}
.menu > li > a ~ ul a:hover {
  background: #333;
}
.menu > li:hover > a ~ ul {
  display: block;
}

.LangBtn {
  position: relative;
}
.LangBtn .Language {
  width: 160px;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin: 0 30px;
  border-radius: 50px;
  box-sizing: border-box;
}
.LangBtn .Language img {
  margin-right: 8px;
}
.LangBtn .LangList {
  width: 150px;
  display: none;
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  background: #000;
  z-index: 9;
  transition: all 0.5s;
  border-radius: 10px;
  padding: 15px 0;
}
.LangBtn .LangList::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 0px;
  height: 0;
  border: 8px solid #f7b52c;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
}
.LangBtn .LangList li {
  border-bottom: 1px solid #333;
}
.LangBtn .LangList a {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  padding: 10px;
}
.LangBtn .LangList a:hover {
  background: #333;
}
.LangBtn:hover .Language {
  background: #333;
  border: 1px solid #f7b52c;
}
.LangBtn:hover .Language ~ .LangList {
  display: block;
}

.menuBtn {
  display: none;
  z-index: 999;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 9px 12px;
  background: #287dd5;
}
.menuBtn i {
  display: none;
}
.menuBtn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 6px 0;
  border-radius: 2px;
  transition: transform 0.5s;
}
.menuBtn.open {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menuBtn.open span {
  width: 60%;
  margin: 0;
  position: absolute;
  top: 24px;
  left: 10px;
  opacity: 1;
}
.menuBtn.open span:nth-of-type(1) {
  transform: rotate(225deg);
}
.menuBtn.open span:nth-of-type(2) {
  opacity: 0;
}
.menuBtn.open span:last-child {
  margin: 0;
  transform: rotate(-225deg);
}
.menuBtn:hover {
  cursor: pointer;
}

.BN_Box {
  width: 100%;
  padding-left: 80px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: auto;
  left: 15px;
  width: 50px;
  height: 50px;
  background: url(../images/prev.png) no-repeat center;
}

.swiper-button-prev {
  bottom: 90px;
}

.swiper-button-next {
  bottom: 20px;
  transform: rotate(-180deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-pagination {
  width: 10px;
  position: absolute;
  bottom: 150px;
  left: 35px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 20px;
  display: block;
  border-radius: 5px;
  margin: 15px 0;
  background: #000;
  opacity: 0.2;
}

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

.pageBN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/pageBN01.jpg) no-repeat center;
  background-size: cover;
  height: 450px;
  padding: 120px 0 0;
  box-sizing: border-box;
  position: relative;
}
.pageBN .hr {
  width: 80px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  margin: 20px 0;
}
.pageBN .path {
  color: #fff;
}
.pageBN .path a {
  color: #fff;
}
.pageBN .path a:hover {
  color: #f7b52c;
}
.pageBN .path span {
  display: inline-block;
  margin: 0 10px;
}
.pageBN::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 20px solid #fff;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 1300px) {
  header {
    height: 90px;
  }
  header.sticky {
    height: 60px;
  }
  header.sticky .logo {
    height: 50px;
  }
  header.sticky .menu > li > a ~ ul {
    top: 60px;
  }
  header .logo {
    max-width: 200px;
    height: 70px;
    left: 50px;
  }
  .menu > li a {
    font-size: 1rem;
  }
  .menu > li > a ~ ul {
    width: 160px;
    top: 90px;
  }
  .LangBtn .Language {
    width: 140px;
    padding: 6px 10px;
    margin: 0 20px;
    font-size: 0.9rem;
  }
  .LangBtn .Language img {
    width: 20px;
  }
  .LangBtn .Language.Open {
    background: #333;
    border: 1px solid #f7b52c;
  }
  .LangBtn .LangList {
    width: 130px;
    top: 38px;
    padding: 10px 0;
  }
}
@media (max-width: 900px) {
  header {
    height: 60px;
  }
  header .logo {
    width: 30%;
    height: 50px;
    left: 30px;
  }
  .menuBtn {
    display: block;
  }
  .menuBox {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background: black;
    padding: 20px 20px 80px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .menu {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
  }
  .menu > li {
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu > li:last-child {
    border-right: none;
  }
  .menu > li a {
    height: initial;
    padding: 15px;
  }
  .menu > li > a ~ ul {
    width: 100%;
    height: auto;
    display: initial;
    position: static;
    transform: initial;
    background: #1d1d1d;
    transition: none;
  }
  .menu > li > a ~ ul li {
    border-bottom: 1px solid #333;
  }
  .menu > li > a ~ ul a:hover {
    background: #333;
  }
  .menu > li:hover > a ~ ul {
    display: block;
  }
  .LangBtn {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .LangBtn .Language {
    margin: 20px 20px 0;
    background: #333;
    border: 1px solid #f7b52c;
  }
  .LangBtn:hover .Language ~ .LangList {
    display: flex;
  }
  .LangBtn .LangList {
    width: 100%;
    max-width: 500px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    background: #222;
    transform: none;
    margin-top: 7px;
  }
  .LangBtn .LangList::before {
    top: -15px;
  }
  .LangBtn .LangList::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.2);
  }
  .LangBtn .LangList > div {
    width: calc(50% - 10px);
    margin: 0 10px;
  }
  .LangBtn .LangList a {
    border-radius: 10px;
    padding: 10px;
  }
  .BN_Box {
    padding: 60px 0 0;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .swiper-pagination {
    width: 3px;
    bottom: 10px;
    left: 10px;
  }
  .swiper-pagination-bullet {
    width: 3px;
    height: 10px;
    margin: 5px 0;
  }
  .pageBN {
    height: 300px;
    padding: 60px 0 0;
  }
}
@media (max-width: 600px) {
  .pageBN {
    height: 250px;
  }
  .pageBN .path {
    font-size: 0.9rem;
  }
  .pageBN img {
    height: 40px;
  }
}
h2 {
  font-size: 1.375rem;
  line-height: 1.5;
}

p {
  font-size: 1.125rem;
}

.contentBox {
  width: 92%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}

.basic_cn {
  width: 100%;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.basic_list {
  width: 100%;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.basic_list .basic_list_row {
  display: flex;
  flex-wrap: wrap;
}
.basic_list .basic_list_row .basic_list_item {
  width: 100%;
  display: flex;
  margin: 0 0 30px;
  border: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
}
.basic_list .basic_list_row .basic_list_item .pic {
  width: 20%;
  min-width: 180px;
}
.basic_list .basic_list_row .basic_list_item .pic img {
  vertical-align: top;
}
.basic_list .basic_list_row .basic_list_item .text {
  width: 80%;
  padding: 10px 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.basic_list .basic_list_row .basic_list_item .text h2 {
  font-weight: bold;
  color: #f7b52c;
}
.basic_list .basic_list_row .basic_list_item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url(../images/arrow01_p.png) no-repeat center;
}
.basic_list .basic_list_row .basic_list_item:hover {
  border: 1px solid #287dd5;
}
.basic_list .basic_list_row .basic_list_item:hover::before {
  background: url(../images/arrow01_b.png) no-repeat center;
}
.basic_list .basic_list_row .basic_list_item:last-child {
  margin: 0;
}

.side_content {
  width: 92%;
  max-width: 1480px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sidebar {
  width: 300px;
}
.sidebar .sidebar_tab {
  border: 1px solid #287dd5;
  color: #333;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;
  display: none;
  box-sizing: border-box;
}
.sidebar .sidebar_tab:after {
  content: "";
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../images/arrow02.svg) center no-repeat;
  background-size: 15px;
  transition: all 0.3s;
}
.sidebar .sidebar_tab.open:after {
  transform: translateY(-50%) rotate(90deg);
}
.sidebar .sidebar_menu > li {
  margin-bottom: 1px;
}
.sidebar .sidebar_menu > li > a {
  position: relative;
  display: block;
  padding: 13px 30px 13px 15px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background: #777;
}
.sidebar .sidebar_menu > li > a::before, .sidebar .sidebar_menu > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
}
.sidebar .sidebar_menu > li > a:after {
  content: none;
}
.sidebar .sidebar_menu > li > a:hover {
  color: #fff;
  background: #287dd5;
}
.sidebar .sidebar_menu > li > a:hover::before {
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.sidebar .sidebar_menu > li > a.active {
  color: #fff;
  background: #287dd5;
}
.sidebar .sidebar_menu > li > a.active::before {
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.sidebar .sidebar_menu.submenu > li > a::before, .sidebar .sidebar_menu.submenu > li > a:after {
  width: 16px;
  height: 2px;
  transform: translateY(-50%) rotate(-90deg);
  background: #fff;
  border: none;
  transition: all 0.3s;
}
.sidebar .sidebar_menu.submenu > li > a:after {
  content: "";
  transform: translateY(-50%);
}
.sidebar .sidebar_menu.submenu > li > a.open:before {
  transform: translateY(-50%) rotate(0);
}
.sidebar .submenuList li {
  background: #e5e5e5;
  margin-bottom: 1px;
}
.sidebar .submenuList li a {
  display: block;
  padding: 10px 10px 10px 25px;
  position: relative;
  color: #333;
}
.sidebar .submenuList li a:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  transition: all 0.3s;
  left: 15px;
  top: 17px;
}
.sidebar .submenuList li a:hover, .sidebar .submenuList li a.active {
  background: #f5f5f5;
}
.sidebar .submenuList li a:hover:before, .sidebar .submenuList li a.active:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #f7b52c;
}
.inside_main {
  width: calc(100% - 330px);
}

.all_title {
  width: 100%;
  background: #f7b52c;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}

.pd_st_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  color: #666;
}
.pd_st_title .pd_bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 40px;
}
.pd_st_title .pd_bar a {
  display: inline-block;
  color: #999;
}
.pd_st_title .pd_bar a:hover {
  color: #666;
}
.pd_st_title .pd_bar span {
  display: inline-block;
  margin: 0 8px;
}
.pd_st_title .sort {
  font-size: 1.25rem;
  padding: 10px 40px 10px 70px;
  background: #f7b52c;
  text-align: right;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pd_st_title .sort::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -75%;
  width: 160%;
  height: 100%;
  background: #fff;
  transform: rotate(-55deg) translateY(-55%);
}

.pd_content {
  width: 100%;
  margin-top: 5px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.pd_content .pd_info {
  display: flex;
  align-items: flex-start;
  margin: 0 0 50px;
}
.pd_content .pd_info .pd_pic {
  width: 50%;
  border: 1px solid #eee;
}
.pd_content .pd_info .pd_pic img {
  width: 100%;
}
.pd_content .pd_info .pd_text {
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
  font-size: 1.125rem;
}
.pd_content .pd_info .pd_text .h_title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  padding: 0 0 0 15px;
  line-height: 1.2;
  border-left: 5px solid #f7b52c;
}
.pd_content .pd_info .pd_text p, .pd_content .pd_info .pd_text .btn {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding: 25px 0 0;
}
.pd_content .pd_info .pd_text .btn {
  display: flex;
}
.pd_content .pd_info .pd_text .btn a {
  width: calc(50% - 10px);
  display: block;
  margin: 0 10px 10px 0;
  text-align: center;
  border: 1px solid #287dd5;
  color: #287dd5;
  border-radius: 5px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd_content .pd_info .pd_text .btn a:nth-child(2n) {
  margin: 0 0 10px 10px;
}
.pd_content .pd_info .pd_text .btn a img {
  margin: 0 5px 0 0;
}
.pd_content .pd_info .pd_text .btn a:hover {
  background: rgba(40, 125, 213, 0.1);
}
.pd_content .sort {
  position: relative;
  margin: 0 0 40px;
}
.pd_content .sort select {
  max-width: 300px;
}
.pd_content .sort::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 320px);
  height: 5px;
  background: #eee;
  display: block;
}
.pd_content .pd_list {
  display: flex;
  flex-wrap: wrap;
}
.pd_content .pd_list .pd_item {
  width: calc(50% - 20px);
  display: flex;
  margin: 0 15px 30px 0;
  border: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
}
.pd_content .pd_list .pd_item:nth-child(2n) {
  margin: 0 0 30px 15px;
}
.pd_content .pd_list .pd_item .pic {
  width: 180px;
}
.pd_content .pd_list .pd_item .pic img {
  vertical-align: top;
}
.pd_content .pd_list .pd_item .text {
  width: calc(100% - 180px);
  max-height: 140px;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.pd_content .pd_list .pd_item .text h2 {
  font-weight: bold;
  line-height: 1.3;
  color: #f7b52c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pd_content .pd_list .pd_item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pd_content .pd_list .pd_item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url(../images/arrow01_p.png) no-repeat center;
}
.pd_content .pd_list .pd_item:hover {
  border: 1px solid #287dd5;
}
.pd_content .pd_list .pd_item:hover::before {
  background: url(../images/arrow01_b.png) no-repeat center;
}

.tabs_inner .tabs-nav {
  position: relative;
  z-index: 1;
}
.tabs_inner .tabs-nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  z-index: -1;
}
.tabs_inner .tabs-nav ul {
  display: flex;
  align-items: text-align;
}
.tabs_inner .tabs-nav ul li {
  width: 49%;
  max-width: 150px;
  padding: 10px;
  text-align: center;
  border: 1px solid #eee;
  border-bottom: none;
  background: #eee;
  cursor: pointer;
}
.tabs_inner .tabs-nav ul li.is-active {
  background: #fff;
}
.tabs_inner .tabs-body {
  padding: 40px 0 0;
}
.tabs_inner .tabs-body .tabs-content {
  display: none;
}
.tabs_inner .tabs-body .tabs-content.is-active {
  display: block;
}

.history_list li {
  display: flex;
  align-items: start;
  border-bottom: 1px solid #e7e7e7;
  padding: 25px 0;
}
.history_list li h2 {
  min-width: 150px;
  text-align: center;
  background: linear-gradient(to top, #c05e34, #dd8d65);
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.history_list li p {
  padding: 7px 0 7px 20px;
  font-size: 1.25rem;
}
.history_list li:last-child {
  border-bottom: none;
}
.history_list li:nth-child(even) h2 {
  background: linear-gradient(to top, #c5913e, #dcb154);
}

.addList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.addList > div, .addList > a {
  width: calc(33.3333333333% - 40px);
  margin: 20px;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 1px solid #ccc;
}
.addList > a:hover {
  border: 1px solid #287dd5;
}
.addList h2 {
  font-size: 1.375rem;
  color: #f7b52c;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.addList h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 1px;
  background: #f7b52c;
}
.addList h2.chief {
  font-size: 1.5rem;
}
.addList p {
  color: #000;
  display: flex;
}
.addList p span {
  white-space: nowrap;
  margin-right: 5px;
}
.addList.SLadd {
  padding-left: 10px;
}
.addList.SLadd > div, .addList.SLadd > a {
  width: calc(50% - 40px);
}
.addList.SLadd > div:nth-child(-n+2), .addList.SLadd > a:nth-child(-n+2) {
  margin-top: 0;
}
.addList.SLadd > div a {
  color: #2a94d5;
}

.add_main {
  background: url(../images/bg03.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}

.addBox {
  padding: 400px 0 0;
}

.add_form {
  width: 92%;
  max-width: 1480px;
  margin: -400px auto 0;
  padding: 50px 80px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  background: url(../images/form_bg.png) top -3px left -10px no-repeat, #fff;
}
.add_form .add_formTitle {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}
.add_form .add_under {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px -15px 0;
}
.add_form .add_under .verify {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.add_form .add_under .verify .verify_img {
  min-width: 120px;
  margin: 0 0 0 5px;
}
.add_form .add_under .verify a {
  max-width: 25px;
  min-width: 25px;
  margin: 0 0 0 5px;
  opacity: 1;
  transition: all 0.3s;
}
.add_form .add_under .verify a:hover {
  opacity: 0.8;
}
.add_form .add_under .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.add_form .add_under .btn a {
  width: 50%;
  min-width: 120px;
  display: block;
  margin: 0 15px;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.add_form .add_under .btn a:last-child {
  background: #a2a2a2;
}
.add_form .add_under .btn a:hover {
  opacity: 0.8;
}

.col-one {
  display: flex;
  flex-wrap: wrap;
}
.col-one li {
  width: 100%;
  margin: 15px 0;
}

.col-three {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.col-three li {
  width: calc(33.3333333333% - 40px);
  margin: 15px 20px;
}

@media (max-width: 1300px) {
  .pd_content .pd_list .pd_item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .pd_content .pd_list .pd_item:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    width: 30%;
  }
  .inside_main {
    width: calc(70% - 20px);
  }
  .pd_content {
    padding: 20px 20px 40px;
  }
  .pd_content .pd_info {
    flex-direction: column;
  }
  .pd_content .pd_info .pd_pic {
    width: 100%;
    max-width: none;
  }
  .pd_content .pd_info .pd_text {
    width: 100%;
    margin: 25px 0 0;
  }
  .addList.SLadd {
    margin: 0 -10px;
  }
  .addList.SLadd > div, .addList.SLadd > a {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .addList {
    margin: 0 -10px;
  }
  .addList > div, .addList > a {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 20px;
  }
  .addList.SLadd {
    padding: 0;
  }
  .add_form {
    padding: 30px 40px 50px;
  }
  .add_form .add_under {
    margin: 30px -10px 0;
  }
  .add_form .add_under .verify {
    margin: 0 10px;
  }
  .add_form .add_under .btn a {
    margin: 0 10px;
  }
  .col-three {
    margin: 0 -10px;
  }
  .col-three li {
    width: calc(33.3333333333% - 20px);
    margin: 15px 10px;
  }
}
@media (max-width: 768px) {
  .basic_cn {
    padding: 20px;
  }
  .side_content {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  .sidebar .sidebar_tab {
    display: block;
    margin-bottom: 1px;
  }
  .sidebar_menu {
    display: none;
  }
  .inside_main {
    width: 100%;
  }
  .basic_list {
    padding: 40px 20px;
  }
  .add_form {
    padding: 30px 20px 50px;
    border-radius: 10px;
  }
  .add_form .add_under {
    flex-wrap: wrap;
  }
  .add_form .add_under .verify {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 10px 20px;
  }
  .add_form .add_under .verify .verify_img {
    min-width: 120px;
    margin: 0 0 0 5px;
  }
  .add_form .add_under .btn {
    width: 100%;
  }
  .add_form .add_under .btn a {
    min-width: auto;
  }
  .col-one li {
    margin: 10px 0;
  }
  .col-three li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  .basic_list .basic_list_row .basic_list_item {
    flex-direction: column;
  }
  .basic_list .basic_list_row .basic_list_item .pic {
    width: 100%;
  }
  .basic_list .basic_list_row .basic_list_item .text {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .basic_list .basic_list_row .basic_list_item .text h2 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    color: #f7b52c;
  }
  .history_list li {
    flex-direction: column;
    border-bottom: 1px solid #e7e7e7;
    padding: 25px 0;
  }
  .history_list li h2 {
    font-size: 1.25rem;
  }
  .history_list li p {
    padding: 0 10px;
    margin: 10px 0 0;
    font-size: 1.125rem;
  }
  .pd_content .pd_list .pd_item {
    flex-direction: column;
  }
  .pd_content .pd_list .pd_item .pic {
    width: 100%;
  }
  .pd_content .pd_list .pd_item .text {
    width: 100%;
    max-height: none;
  }
  .pd_content .pd_info .pd_text {
    font-size: 1rem;
  }
  .addList, .addList.SLadd {
    margin: 0;
  }
  .addList > div, .addList > a, .addList.SLadd > div, .addList.SLadd > a {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
  .pd_st_title {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column-reverse;
    background: #fff;
    color: #666;
  }
  .pd_st_title .pd_bar {
    padding: 10px 20px;
  }
  .pd_st_title .sort {
    padding: 10px 20px;
    background: #f7b52c;
  }
  .pd_st_title .sort::before {
    content: none;
  }
}
@media (max-width: 500px) {
  .col-three li {
    width: calc(100% - 20px);
  }
}
.gotop {
  width: 30px;
  height: 90px;
  position: absolute;
  right: 70px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  z-index: 9;
}
.gotop span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/TOP.png) no-repeat center;
}

footer {
  background: #287dd5;
  text-align: center;
  padding: 20px 10px;
}
footer p {
  color: #fff;
  margin: 0;
  font-size: 1.025rem;
}
footer a {
  color: #0069a7;
  font-size: 0.8rem;
}
footer a:hover {
  color: #005485;
}

@media (max-width: 1600px) {
  .gotop {
    width: 25px;
    height: 80px;
    right: 20px;
  }
  .gotop span {
    background: url(../images/TOP.png) no-repeat center;
    background-size: 25px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 2.25rem;
  }
  h1 span {
    color: #287dd5;
  }
  h1.h1_hr {
    padding-bottom: 40px;
    background: url(../images/h1_hr.png) no-repeat bottom center;
  }
}
@media (max-width: 600px) {
  footer p {
    font-size: 0.9rem;
  }
  footer a {
    font-size: 0.7rem;
  }
}/*# sourceMappingURL=layout_page.css.map */