@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");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,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: #303030;
}

body {
  font-family: "Inter", "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: 400;
  line-height: normal;
  line-height: 1.5;
}

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

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

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

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

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

/* 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-black {
  color: #000000;
}

.txt-dark {
  color: #303030;
}

.txt-darkgrey {
  color: #4A4A4A;
}

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

.txt-lightgrey {
  color: #e0e0e0;
}

.txt-light {
  color: #f5f5f5;
}

.txt-white {
  color: #ffffff;
}

.txt-prime {
  color: #1B4B83;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-upper {
  text-transform: uppercase;
}

.txt-lh2 {
  line-height: 2;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 46px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h5, .h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  .p-18 {
    font-size: 16px;
  }
  p, .p {
    font-size: 14px;
  }
  small, .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 25px;
  }
}
/* ----------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,
.w1200,
.w1300,
.w1400,
.w1600 {
  width: 80%;
  margin: 0 auto;
}

.w1800 {
  width: 90%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.w1600 {
  max-width: 1600px;
}

.w1800 {
  max-width: 1800px;
}

.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: 4vw 0;
}

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

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

.main_margin {
  margin: 4vw 0;
}

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

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

.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,
  .w1200,
  .w1300,
  .w1400,
  .w1600,
  .w1800 {
    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;
  background-color: #F5F5F5;
  border: none;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  padding-right: 30px;
  background-size: 10px;
  -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: #9D9D9D;
}

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

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

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

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

/*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: 22px;
  height: 22px;
  padding: 0;
  margin: 3px 8px 3px 5px;
  position: relative;
  border-radius: 50px;
  border-radius: 2px;
  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: #1B4B83;
}

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

/* ----------ANIMATION------ */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadein_scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadein_scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(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 fadeInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotate360DegLoop {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360DegLoop {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(27, 75, 131, 0.2);
  z-index: 10;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header + section {
  margin-top: 66px;
}
header .inner {
  width: 100%;
  padding: 10px 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;
  border-right: 1px solid rgba(27, 75, 131, 0.2);
  position: relative;
}
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 #303030;
}
header .inner .logo {
  height: 40px;
  padding-right: 20px;
}
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: 10px;
  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: #1B4B83;
  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-right: 15px;
  padding: 10px;
}
header .inner nav .sub_set {
  position: relative;
}
header .inner nav .sub_set .has_sub {
  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;
  cursor: default;
}
header .inner nav .sub_set .has_sub svg {
  width: 12px;
  margin-left: 10px;
  fill: #4A4A4A;
}
header .inner nav .sub_set .sub_nav {
  padding-top: 10px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  display: none;
}
header .inner nav .sub_set .sub_nav.active {
  display: block;
}
header .inner nav .sub_set .sub_nav .sub_item {
  width: 100%;
  min-width: 160px;
  padding: 10px;
  white-space: nowrap;
  color: #fff;
  background-color: #1B4B83;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .inner nav .sub_set .sub_nav .sub_item:nth-last-child(1) {
  border-bottom: none;
}
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;
}
header .inner nav .mobile_lang_set a.active {
  color: #1B4B83;
}
@media screen and (max-width: 1600px) {
  header .inner {
    width: 90%;
  }
}
@media screen and (max-width: 1440px) {
  header .inner nav .main_item {
    margin-right: 5px;
    padding: 10px;
  }
}
@media screen and (max-width: 1280px) {
  header .inner {
    width: 100%;
    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 - 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    position: fixed;
    top: 56px;
    right: 0;
    color: #4A4A4A;
    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: 10px;
    border-bottom: 1px solid rgba(27, 75, 131, 0.2);
  }
  header .inner nav .sub_set {
    width: 100%;
  }
  header .inner nav .sub_set .has_sub svg {
    fill: #4A4A4A !important;
  }
  header .inner nav .sub_set .sub_nav {
    width: 100%;
    padding-top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
  header .inner nav .sub_set .sub_nav .sub_item {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .inner nav .mobile_lang_set {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  header + section {
    margin-top: 56px;
  }
  header .inner .logo {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  header .inner #hamburger {
    width: 25px;
    height: 26px;
  }
}
@media screen and (max-width: 425px) {
  header .inner .logo {
    height: 30px;
  }
  header .inner nav {
    height: calc(100vh - 50px);
    top: 56px;
  }
}

footer {
  position: relative;
  z-index: 2;
}
footer #footer_top {
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer #footer_top .inner nav a {
  padding: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_top .inner nav a:hover {
  color: #1B4B83;
}
footer #footer_top .inner .contact_col a {
  padding: 15px 0;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
footer #footer_top .inner .contact_col a:hover {
  color: #1B4B83;
}
footer #footer_top .inner .contact_col a:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
footer #footer_top .inner .contact_col a span {
  white-space: nowrap;
}
footer #footer_top .inner .contact_col a img {
  margin-left: 10px;
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  footer #footer_top .inner {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_top .inner nav {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(27, 75, 131, 0.2);
    text-align: center;
  }
  footer #footer_top .inner nav a {
    padding: 10px 0;
  }
  footer #footer_top .inner .contact_col {
    width: 100%;
    text-align: center;
  }
  footer #footer_top .inner .contact_col a {
    padding: 10px 0;
  }
  footer #footer_top .inner .contact_col a img {
    width: 20px;
  }
}
footer #footer_main {
  background-color: #f5f5f5;
}
footer #footer_main .inner {
  padding: 30px 0 5%;
  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;
}
footer #footer_main .inner .logos {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
  margin-right: 30px;
}
footer #footer_main .inner .logos img {
  width: 100%;
  display: block;
}
footer #footer_main .inner nav {
  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;
}
footer #footer_main .inner nav .item {
  margin-left: 30px;
}
footer #footer_main .inner nav .item > a {
  margin: 10px 0;
  display: block;
}
@media screen and (max-width: 1200px) {
  footer #footer_main .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer #footer_main .inner .logos {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-right: 0;
  }
  footer #footer_main .inner .logos img {
    max-width: 350px;
    margin: auto;
  }
  footer #footer_main .inner nav {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer #footer_main .inner nav .item {
    margin: 15px;
  }
}
@media screen and (max-width: 1023px) {
  footer #footer_main .inner nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer #footer_main .inner nav .item {
    width: calc(33% - 30px);
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  footer #footer_main .inner {
    padding: 30px 0;
  }
  footer #footer_main .inner nav .item {
    width: calc(50% - 10px);
    margin: 10px 5px;
    text-align: center;
  }
  footer #footer_main .inner nav .item > a {
    margin: 5px 0;
    display: block;
  }
}
footer #copyright {
  background-color: #f5f5f5;
}
footer #copyright .inner {
  padding: 10px 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;
}
footer #copyright .inner > p {
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  footer #copyright .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #copyright .inner > p {
    width: 100%;
    text-align: center;
  }
}

.pagination {
  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: 42px;
  height: 42px;
  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(27, 75, 131, 0.5);
}
.pagination li svg g {
  fill: rgba(27, 75, 131, 0);
}
.pagination li svg:hover path {
  stroke: rgb(255, 255, 255);
}
.pagination li svg:hover g {
  fill: #1b4b83;
}
.pagination li:not(.prev, .next, .ellipsis, .first, .last) a {
  background-color: #fff;
}
.pagination li:not(.prev, .next, .ellipsis, .first, .last) a.active, .pagination li:not(.prev, .next, .ellipsis, .first, .last) a:hover {
  background-color: #1B4B83;
  color: #fff;
}
.pagination li:is(.prev, .next) a {
  margin: 0 15px;
  border: 1px solid #1B4B83;
}
.pagination li:is(.prev, .next) a:hover {
  background-color: #1B4B83;
}
@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 - 66px);
  min-height: 650px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#kv .inner {
  width: 100%;
  min-height: calc(100vh - 66px);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  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;
}
#kv .inner .top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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 .top::before {
  content: "";
  width: 45%;
  min-width: 750px;
  height: 100%;
  background-color: rgba(27, 75, 131, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#kv .inner .top .w1600 {
  width: 90%;
  position: relative;
  z-index: 1;
}
#kv .inner .top .text {
  width: 40%;
  min-width: 610px;
  min-height: 500px;
  padding: 30px 0;
}
#kv .inner .top .text .text_data {
  display: none;
}
#kv .inner .top .text .text_data.active {
  display: block;
}
#kv .inner .top .text .text_data.active h1 {
  -webkit-animation: fadeInFromLeft 0.5s both;
          animation: fadeInFromLeft 0.5s both;
}
#kv .inner .top .text .text_data.active h5 {
  -webkit-animation: fadeInFromLeft 0.5s 0.1s both;
          animation: fadeInFromLeft 0.5s 0.1s both;
}
#kv .inner .top .text .text_data h1 {
  line-height: 1.35;
}
#kv .inner .top .text .text_data h5 {
  margin-top: 30px;
}
#kv .inner .top .text .control_set {
  margin-top: 40px;
  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 .top .text .control_set img {
  width: 36px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#kv .inner .top .text .control_set img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#kv .inner .top .text .control_set p {
  margin-left: 20px;
}
#kv .inner .top .text .control_set p .op7 {
  opacity: 0.7;
}
#kv .inner .bottom {
  position: relative;
}
#kv .inner .bottom::before {
  content: "";
  width: 45%;
  min-width: 750px;
  height: 100%;
  background-color: #1B4B83;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#kv .inner .bottom .w1600 {
  width: 90%;
  position: relative;
  z-index: 1;
}
#kv .inner .bottom .morebar {
  width: 40%;
  min-width: 610px;
  padding: 10px 0;
  background-color: #1B4B83;
}
#kv .inner .bottom .morebar a {
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  display: none;
}
#kv .inner .bottom .morebar a.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: fadeInFromLeft 0.5s 0.2s both;
          animation: fadeInFromLeft 0.5s 0.2s both;
}
#kv .inner .bottom .morebar a:hover {
  color: #1B4B83;
}
#kv .inner .bottom .morebar a:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
#kv .inner .bottom .morebar a span {
  white-space: nowrap;
}
#kv .inner .bottom .morebar a img {
  margin-left: 10px;
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@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 .top::before {
    content: "";
    width: 100%;
    min-width: auto;
  }
  #kv .inner .top .text {
    width: 100%;
    min-width: auto;
    padding: 50px 0;
  }
  #kv .inner .bottom::before {
    content: "";
    width: 100%;
    min-width: auto;
  }
  #kv .inner .bottom .morebar {
    width: 100%;
    min-width: auto;
    padding: 10px 0;
  }
  #kv .inner .bottom .morebar a img {
    width: 20px;
  }
}

#service {
  position: relative;
  overflow: hidden;
}
#service .inner h3 {
  margin-bottom: 40px;
}
#service .inner .itembox {
  margin-right: -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;
}
#service .inner .itembox .item {
  width: 25%;
  margin-right: 30px;
}
#service .inner .itembox .item .iconbox {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  position: relative;
}
#service .inner .itembox .item .iconbox > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@-webkit-keyframes service_icon-fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes service_icon-fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes service_icon-move01 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
@keyframes service_icon-move01 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}
@keyframes service_icon-fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes service_icon-move02 {
  0% {
    -webkit-transform: translate(-10px, -10px) scale(0.95);
            transform: translate(-10px, -10px) scale(0.95);
  }
  40% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
@keyframes service_icon-move02 {
  0% {
    -webkit-transform: translate(-10px, -10px) scale(0.95);
            transform: translate(-10px, -10px) scale(0.95);
  }
  40% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
#service .inner .itembox .item .iconbox .rotate {
  -webkit-animation: rotate360DegLoop 5s linear infinite;
          animation: rotate360DegLoop 5s linear infinite;
}
#service .inner .itembox .item .iconbox .fadein0s {
  -webkit-animation: service_icon-fadein 3s 0s ease-in-out both alternate infinite;
          animation: service_icon-fadein 3s 0s ease-in-out both alternate infinite;
}
#service .inner .itembox .item .iconbox .fadein05s {
  -webkit-animation: service_icon-fadein 3s 0.75s ease-in-out both alternate infinite;
          animation: service_icon-fadein 3s 0.75s ease-in-out both alternate infinite;
}
#service .inner .itembox .item .iconbox .fadein1s {
  -webkit-animation: service_icon-fadein 3s 1.5s ease-in-out both alternate infinite;
          animation: service_icon-fadein 3s 1.5s ease-in-out both alternate infinite;
}
#service .inner .itembox .item .iconbox .move01 {
  -webkit-animation: service_icon-move01 1s linear both alternate infinite;
          animation: service_icon-move01 1s linear both alternate infinite;
}
#service .inner .itembox .item .iconbox .fade {
  -webkit-animation: service_icon-fadein 1s linear both alternate infinite;
          animation: service_icon-fadein 1s linear both alternate infinite;
}
#service .inner .itembox .item .iconbox .move02 {
  -webkit-animation: service_icon-move02 2s ease-out forwards alternate infinite;
          animation: service_icon-move02 2s ease-out forwards alternate infinite;
}
#service .inner .countbox {
  margin-top: 5%;
  padding: 30px 20px 50px;
  border-radius: 30px;
  background-color: #1B4B83;
  position: relative;
}
#service .inner .countbox::before {
  content: "";
  width: 300vw;
  height: 300vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #f5f5f5;
  z-index: -1;
}
#service .inner .countbox .deco1 {
  width: 5%;
  min-width: 35px;
  position: absolute;
  right: 40px;
  top: 2%;
}
#service .inner .countbox .deco2 {
  width: 15%;
  min-width: 100px;
  position: absolute;
  left: 40px;
  bottom: 10%;
}
#service .inner .countbox > h5 {
  margin-bottom: 30px;
}
#service .inner .countbox .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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#service .inner .countbox .item {
  width: 33.3333%;
  max-width: 350px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}
#service .inner .countbox .item:nth-last-child(1) {
  border-right: none;
}
#service .inner .countbox .item .h1 {
  margin-bottom: 20px;
  line-height: 1;
}
#service .inner .more {
  margin-top: 30px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#service .inner .more:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
#service .inner .more span {
  white-space: nowrap;
}
#service .inner .more img {
  margin-left: 10px;
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1280px) {
  #service .inner .countbox {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1023px) {
  #service .inner .more img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #service .inner .itembox {
    margin: -15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #service .inner .itembox .item {
    width: calc(50% - 30px);
    margin: 15px;
    text-align: center;
  }
  #service .inner .itembox .item .iconbox {
    display: inline-block;
  }
  #service .inner .countbox {
    margin-top: 40px;
  }
  #service .inner .countbox > h5 {
    margin-bottom: 10px;
  }
  #service .inner .countbox .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #service .inner .countbox .item {
    width: 100%;
    max-width: none;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
  }
  #service .inner .countbox .item:nth-last-child(1) {
    border-bottom: none;
  }
  #service .inner .countbox .item .h1 {
    margin-bottom: 10px;
  }
}

#product {
  background-color: #f5f5f5;
}
#product .product_top {
  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;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#product .product_top .title {
  width: 75%;
  padding: 10px;
  padding-left: 50px;
}
#product .product_top .morebox {
  width: 25%;
  padding: 10px;
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
  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;
}
#product .product_top .morebox .more {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#product .product_top .morebox .more:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
#product .product_top .morebox .more span {
  white-space: nowrap;
}
#product .product_top .morebox .more img {
  margin-left: 10px;
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#product .product_itembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product .product_itembox .item {
  width: 25%;
  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-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product .product_itembox .item:hover .text {
  background-color: rgba(27, 75, 131, 0.08);
}
#product .product_itembox .item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#product .product_itembox .item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#product .product_itembox .item .text {
  width: 100%;
  padding-bottom: 100%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: rgba(27, 75, 131, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product .product_itembox .item .text .in {
  width: 100%;
  max-width: 360px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product .product_itembox .item .text h5 {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#product .product_itembox .item .text p {
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#product .product_itembox .item .text span {
  text-decoration: underline;
}
#product .product_itembox .item .pic {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#product .product_itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 135%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  #product .product_itembox .item .text h5 {
    margin-bottom: 10px;
  }
  #product .product_itembox .item .text p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  #product .product_top .title {
    width: 66.6666%;
  }
  #product .product_top .morebox {
    width: 33.3333%;
  }
  #product .product_itembox .item {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #product .product_top .morebox .more img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #product .product_top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .product_top .title {
    width: 100%;
    padding: 10px 5%;
  }
  #product .product_top .morebox {
    width: 100%;
    padding: 10px 5%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: 1px solid #e0e0e0;
    border-left: none;
  }
}
@media screen and (max-width: 520px) {
  #product .product_itembox .item {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .product_itembox .item .text {
    width: 100%;
  }
  #product .product_itembox .item .text h5, #product .product_itembox .item .text p {
    display: block;
  }
  #product .product_itembox .item .pic {
    width: 100%;
  }
  #product .product_itembox .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #product .product_itembox .item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#motto {
  padding: 7% 0;
  background-color: #1B4B83;
  position: relative;
  overflow: hidden;
}
#motto .waves {
  position: absolute;
  bottom: 0;
  left: 0;
}
#motto .inner {
  position: relative;
  z-index: 1;
}
#motto .inner .more {
  margin-top: 30px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#motto .inner .more:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
#motto .inner .more span {
  white-space: nowrap;
}
#motto .inner .more img {
  margin-left: 10px;
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  #motto .inner .more img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #motto {
    padding: 50px 0;
  }
}

#news {
  overflow: hidden;
}
#news.active .inner .news_block::before, #news.active .inner .news_block::after {
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
}
#news.active .inner .news_block .item > div {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#news.active .inner .news_block .item::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#news .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;
}
#news .inner .title_block {
  min-width: 280px;
  padding-right: 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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#news .inner .title_block .control_set {
  margin-top: 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;
}
#news .inner .title_block .control_set img {
  width: 36px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .title_block .control_set img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#news .inner .title_block .more {
  margin-top: 30px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#news .inner .title_block .more:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
#news .inner .title_block .more span {
  white-space: nowrap;
}
#news .inner .title_block .more img {
  margin-left: 10px;
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .news_block {
  width: 100%;
  min-width: 0;
  position: relative;
}
#news .inner .news_block::before {
  content: "";
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .inner .news_block::after {
  content: "";
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  border-left: 1px solid #e0e0e0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .inner .news_block .swiper {
  width: 125%;
  position: relative;
  z-index: 1;
}
#news .inner .news_block .item {
  padding: 20px;
  padding-left: 30px;
  padding-right: 15%;
  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;
  position: relative;
  background-color: rgba(27, 75, 131, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .news_block .item:hover {
  background-color: rgba(27, 75, 131, 0.05);
}
#news .inner .news_block .item::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1B4B83;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .news_block .item > div {
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .news_block .item h5 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#news .inner .news_block .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#news .inner .news_block .item .item_bottom {
  margin-top: 50px;
  position: relative;
}
#news .inner .news_block .item .item_bottom img {
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  #news .inner .title_block {
    min-width: 240px;
  }
  #news .inner .news_block::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #news .inner .title_block {
    min-width: 220px;
  }
  #news .inner .title_block .more img {
    width: 20px;
  }
  #news .inner .news_block .item {
    padding: 10px;
    padding-left: 30px;
    padding-right: 15%;
  }
  #news .inner .news_block .item .item_bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #news .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news .inner .title_block {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
  }
}

#partner {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#partner .inner .logo_set .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#partner .inner .logo_set .item .logo {
  width: 100%;
  padding-bottom: 80%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#partner .inner .logo_set .item .logo img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#product_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #F5F5F5;
}
#product_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;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#product_list .menu_outer .menu {
  width: 100%;
  max-width: 400px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
#product_list .menu_outer .menu .menu_item {
  width: 100%;
  padding: 10px 20px 10px 40px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product_list .menu_outer .menu .menu_item p {
  position: relative;
  line-height: 1;
}
#product_list .menu_outer .menu .menu_item.active p::before {
  content: "";
  width: 32px;
  border-bottom: 2px solid #1B4B83;
  position: absolute;
  left: -40px;
  top: calc(50% - 2px);
}
#product_list .menu_outer .menu .menu_item.active, #product_list .menu_outer .menu .menu_item:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
#product_list .inner {
  width: 70%;
  margin: 0;
  padding-bottom: 40px;
  position: relative;
  background-color: #F5F5F5;
}
#product_list .inner .brands_box {
  margin-top: 40px;
  margin-left: 60px;
  background-color: #fff;
}
#product_list .inner .brands_box.active .top .icon .plus {
  display: none;
}
#product_list .inner .brands_box.active .top .icon .minus {
  display: block;
}
#product_list .inner .brands_box.active .brands {
  display: block;
}
#product_list .inner .brands_box .top {
  width: 100%;
  padding: 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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
#product_list .inner .brands_box .top .icon {
  width: 29px;
  height: 29px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #1B4B83;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
#product_list .inner .brands_box .top .icon h6 {
  margin-bottom: 2px;
  line-height: 1;
}
#product_list .inner .brands_box .top .icon .plus {
  display: block;
}
#product_list .inner .brands_box .top .icon .minus {
  display: none;
}
#product_list .inner .brands_box .brands {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  white-space: nowrap;
  overflow: auto;
  display: none;
}
#product_list .inner .brands_box .brands .brand_item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
#product_list .inner .brands_box .brands .brand_item .pic {
  border: 1px solid #e0e0e0;
}
#product_list .inner .brands_box .brands .brand_item .pic figure {
  width: 100%;
  padding: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#product_list .inner .brands_box .brands .brand_item label {
  width: 100%;
}
#product_list .inner .brands_box .brands .brand_item label p {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product_list .inner .brands_box .brands .brand_item:not(:nth-last-child(1)) {
  margin-right: 20px;
}
#product_list .inner .itembox {
  margin: -20px;
  padding: 40px 0 40px 60px;
  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;
  position: relative;
}
#product_list .inner .itembox .item {
  width: calc(33.3333% - 40px);
  padding: 20px;
  margin: 20px;
  background-color: #fff;
  position: relative;
}
#product_list .inner .itembox .item > .deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#product_list .inner .itembox .item > .deco::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 1px solid rgba(27, 75, 131, 0.5);
  border-left: 1px solid rgba(27, 75, 131, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product_list .inner .itembox .item > .deco::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  border-bottom: 1px solid rgba(27, 75, 131, 0.5);
  border-right: 1px solid rgba(27, 75, 131, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product_list .inner .itembox .item > .deco:nth-child(2) {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
#product_list .inner .itembox .item:hover > .deco::before, #product_list .inner .itembox .item:hover > .deco::after {
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
#product_list .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#product_list .inner .itembox .item .pic {
  width: 100%;
  overflow: hidden;
}
#product_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product_list .inner .itembox .item p {
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product_list .inner .itembox .item .name {
  padding: 20px 0 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;
  border-top: 1px solid #e0e0e0;
}
#product_list .inner .itembox .item .name h6 {
  min-width: 0;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product_list .inner .itembox .item .name img {
  width: 30px;
}
#product_list .inner .pagination {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  #product_list .inner .itembox .item {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #product_list .menu_outer {
    display: none;
  }
  #product_list .inner {
    width: 80%;
    margin: auto;
  }
  #product_list .inner .brands_box {
    margin-top: 40px;
    margin-left: 0;
  }
  #product_list .inner .itembox {
    margin: -10px;
    padding: 40px 0 40px 0;
  }
  #product_list .inner .itembox .item {
    width: calc(33.3333% - 20px);
    padding: 10px;
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  #product_list .inner {
    width: 90%;
  }
  #product_list .inner .brands_box .brands .brand_item {
    width: 40%;
  }
  #product_list .inner .brands_box .brands .brand_item:not(:nth-last-child(1)) {
    margin-right: 10px;
  }
  #product_list .inner .itembox {
    margin: -10px;
  }
  #product_list .inner .itembox .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  #product_list .inner .itembox .item .name {
    padding: 10px 0;
  }
  #product_list .inner .itembox .item .name img {
    width: 20px;
  }
  #product_list .inner .pagination {
    margin-top: 0;
  }
}
@media screen and (max-width: 425px) {
  #product_list .inner .brands_box .brands .brand_item {
    width: 60%;
  }
  #product_list .inner .itembox {
    margin: -5px;
  }
  #product_list .inner .itembox .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media screen and (max-width: 375px) {
  #product_list .inner .itembox .item {
    width: calc(100% - 10px);
  }
}

#product_info_top {
  background-color: #F5F5F5;
}
#product_info_top .breadcrumbs {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
#product_info_top .info {
  padding-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;
}
#product_info_top .info .product_picset {
  width: 50%;
}
#product_info_top .info .product_picset .pic {
  width: 100%;
  margin-bottom: 10px;
}
#product_info_top .info .product_picset .pic figure {
  width: 100%;
  padding-bottom: 64%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#product_info_top .info .product_picset .picbox {
  position: relative;
}
#product_info_top .info .product_picset .picbox .item.active figure, #product_info_top .info .product_picset .picbox .item:hover figure {
  border: 3px solid #1b4b83;
}
#product_info_top .info .product_picset .picbox .item figure {
  width: 100%;
  padding-bottom: 64%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid rgba(27, 75, 131, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#product_info_top .info .product_picset .picbox .swiper-button-next.swiper-button-disabled,
#product_info_top .info .product_picset .picbox .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#product_info_top .info .product_picset .picbox .swiper-button-next,
#product_info_top .info .product_picset .picbox .swiper-button-prev {
  color: #1B4B83;
}
#product_info_top .info .product_picset .picbox .swiper-button-next:after,
#product_info_top .info .product_picset .picbox .swiper-button-prev:after {
  font-size: 25px;
}
#product_info_top .info .product_picset .picbox .swiper-button-prev {
  height: 100%;
  margin-top: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
}
#product_info_top .info .product_picset .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) {
  #product_info_top .info .product_picset .pic {
    margin-bottom: 10px;
  }
}
#product_info_top .info .product_text {
  width: 50%;
  padding: 30px;
}
#product_info_top .info .product_text > *:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
#product_info_top .info .product_text .main_content {
  min-height: 120px;
  margin-bottom: 30px;
}
#product_info_top .info .product_text .dl_bar {
  padding: 5px 10px;
  background-color: #1B4B83;
}
#product_info_top .info .product_text .dl_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product_info_top .info .product_text .dl_block a {
  min-width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
  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;
}
#product_info_top .info .product_text .dl_block a img {
  width: 20px;
  margin-right: 10px;
}
#product_info_top .info .product_text .dl_block a span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  #product_info_top .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product_info_top .info .product_picset {
    width: 100%;
    margin-bottom: 30px;
  }
  #product_info_top .info .product_text {
    width: 100%;
    padding: 0;
  }
}

#product_spec .inner {
  border-bottom: 1px solid #e0e0e0;
}
#product_spec .inner ul {
  margin-top: 30px;
}
#product_spec .inner ul li {
  list-style: disc;
  margin-left: 20px;
}
#product_spec .inner ul li:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

#product_introduce .inner .editor {
  margin: 30px 0;
}
#product_introduce .inner .back {
  margin-top: 30px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#product_introduce .inner .back:hover img {
  -webkit-transform: translateX(-10px) rotate(180deg);
      -ms-transform: translateX(-10px) rotate(180deg);
          transform: translateX(-10px) rotate(180deg);
}
#product_introduce .inner .back img {
  width: 30px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  #product_introduce .inner .back img {
    width: 20px;
  }
}

#last_news {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@-webkit-keyframes horizontal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes horizontal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes vertical_1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translateX(100px);
            transform: rotate(-90deg) translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translateX(0);
            transform: rotate(-90deg) translateX(0);
  }
}
@keyframes vertical_1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translateX(100px);
            transform: rotate(-90deg) translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translateX(0);
            transform: rotate(-90deg) translateX(0);
  }
}
@-webkit-keyframes vertical_2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg) translateX(100px);
            transform: rotate(90deg) translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
}
@keyframes vertical_2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg) translateX(100px);
            transform: rotate(90deg) translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
}
#last_news .deco1 {
  width: 20%;
  position: absolute;
  top: 2.5vw;
  right: 50%;
  -webkit-animation: horizontal 1.5s both;
          animation: horizontal 1.5s both;
}
#last_news .deco2 {
  width: 20%;
  position: absolute;
  bottom: 2vw;
  right: -5vw;
  -webkit-animation: horizontal 1.5s both;
          animation: horizontal 1.5s both;
}
#last_news .deco3 {
  width: 20%;
  position: absolute;
  bottom: 5%;
  left: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: vertical_1 1.5s both;
          animation: vertical_1 1.5s both;
}
#last_news .deco4 {
  width: 20%;
  position: absolute;
  top: 3vw;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: vertical_2 1.5s both;
          animation: vertical_2 1.5s both;
}
#last_news .inner > h3 {
  margin-bottom: 40px;
}
#last_news .itembox {
  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;
}
#last_news .itembox .top_item {
  width: 50%;
  margin-right: 40px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#last_news .itembox .top_item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#last_news .itembox .top_item .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#last_news .itembox .top_item .pic figure {
  width: 100%;
  padding-bottom: 70%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#last_news .itembox .top_item .text {
  width: 100%;
  position: relative;
}
#last_news .itembox .top_item .text .date {
  margin-bottom: 10px;
  padding-right: 50px;
}
#last_news .itembox .top_item .text h5 {
  margin-bottom: 10px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#last_news .itembox .top_item .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#last_news .itembox .top_item .text .arrow {
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
}
#last_news .itembox .sub_itemset {
  width: 50%;
  overflow: hidden;
}
#last_news .itembox .sub_itemset .item {
  padding: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(27, 75, 131, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#last_news .itembox .sub_itemset .item:nth-child(1) {
  padding-top: 0;
}
#last_news .itembox .sub_itemset .item:nth-last-child(1) {
  padding-bottom: 0;
}
#last_news .itembox .sub_itemset .item:nth-last-child(1)::after {
  display: none;
}
#last_news .itembox .sub_itemset .item::after {
  content: "";
  width: 200vw;
  border-bottom: 1px solid #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#last_news .itembox .sub_itemset .item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#last_news .itembox .sub_itemset .item .pic {
  width: 38%;
  min-width: 215px;
  margin-right: 20px;
  overflow: hidden;
}
#last_news .itembox .sub_itemset .item .pic figure {
  width: 100%;
  padding-bottom: 70%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#last_news .itembox .sub_itemset .item .text {
  width: 65%;
  padding-bottom: 40px;
  position: relative;
}
#last_news .itembox .sub_itemset .item .text .date {
  margin-bottom: 10px;
}
#last_news .itembox .sub_itemset .item .text h5 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#last_news .itembox .sub_itemset .item .text .arrow {
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1280px) {
  #last_news .itembox .top_item {
    width: 45%;
  }
  #last_news .itembox .sub_itemset {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  #last_news .itembox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #last_news .itembox .top_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #last_news .itembox .top_item .text p, #last_news .itembox .top_item .text .h5 {
    display: block;
  }
  #last_news .itembox .sub_itemset {
    width: 100%;
  }
  #last_news .itembox .sub_itemset .item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #last_news .itembox .sub_itemset .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #last_news .itembox .sub_itemset .item .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #last_news .itembox .sub_itemset .item .text {
    width: 100%;
  }
}

#news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#news_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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-right: 1px solid #f5f5f5;
}
@-webkit-keyframes toBottom {
  0% {
    top: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  70% {
    top: 100%;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  100% {
    top: 100%;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
}
@keyframes toBottom {
  0% {
    top: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  70% {
    top: 100%;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  100% {
    top: 100%;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
}
#news_list .menu_outer .bar {
  content: "";
  width: 1px;
  height: 20%;
  background-color: #1B4B83;
  position: absolute;
  top: 0;
  right: 1px;
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  z-index: 1;
  -webkit-animation: toBottom infinite 8s forwards;
          animation: toBottom infinite 8s forwards;
}
#news_list .menu_outer .menu {
  width: 100%;
  max-width: 400px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
#news_list .menu_outer .menu .menu_item {
  width: 100%;
  padding: 10px 20px 10px 40px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news_list .menu_outer .menu .menu_item p {
  position: relative;
  line-height: 1;
}
#news_list .menu_outer .menu .menu_item.active p::before {
  content: "";
  width: 32px;
  border-bottom: 2px solid #1B4B83;
  position: absolute;
  left: -40px;
  top: calc(50% - 2px);
}
#news_list .menu_outer .menu .menu_item.active, #news_list .menu_outer .menu .menu_item:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
#news_list .inner {
  width: 70%;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
#news_list .inner .itembox {
  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;
  position: relative;
}
#news_list .inner .itembox .item {
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(27, 75, 131, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#news_list .inner .itembox .item::after {
  content: "";
  width: 200vw;
  border-bottom: 1px solid #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translate(-110%);
            transform: translate(-110%);
  }
  70% {
    -webkit-transform: translate(105vw);
            transform: translate(105vw);
  }
  100% {
    -webkit-transform: translate(105vw);
            transform: translate(105vw);
  }
}
@keyframes toRight {
  0% {
    -webkit-transform: translate(-110%);
            transform: translate(-110%);
  }
  70% {
    -webkit-transform: translate(105vw);
            transform: translate(105vw);
  }
  100% {
    -webkit-transform: translate(105vw);
            transform: translate(105vw);
  }
}
#news_list .inner .itembox .item .bar {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #1B4B83;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: translate(-110%);
      -ms-transform: translate(-110%);
          transform: translate(-110%);
  z-index: 1;
  -webkit-animation: toRight infinite 5s forwards;
          animation: toRight infinite 5s forwards;
}
#news_list .inner .itembox .item:hover {
  background-color: rgba(27, 75, 131, 0.05);
}
#news_list .inner .itembox .item .pic {
  width: 32%;
  min-width: 350px;
  margin-right: 20px;
}
#news_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 70%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news_list .inner .itembox .item .text {
  width: 65%;
  padding-bottom: 40px;
  position: relative;
}
#news_list .inner .itembox .item .text .date {
  margin-bottom: 10px;
}
#news_list .inner .itembox .item .text h5 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#news_list .inner .itembox .item .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#news_list .inner .itembox .item .text .arrow {
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  right: 0;
}
#news_list .inner .pagination {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  #news_list .inner .itembox .item .pic {
    width: 32%;
    min-width: 300px;
  }
  #news_list .inner .itembox .item .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 顯示的行數 */
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1023px) {
  #news_list .menu_outer {
    display: none;
  }
  #news_list .inner {
    width: 100%;
  }
  #news_list .inner .itembox .item {
    padding: 40px 10%;
  }
}
@media screen and (max-width: 768px) {
  #news_list .inner .itembox .item {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 680px) {
  #news_list .inner .itembox .item {
    padding: 20px 5%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_list .inner .itembox .item .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #news_list .inner .itembox .item .text {
    width: 100%;
  }
  #news_list .inner .itembox .item .text h5, #news_list .inner .itembox .item .text p {
    display: block;
  }
}

#news_info_top {
  background-color: #F5F5F5;
}
#news_info_top .breadcrumbs {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
#news_info_top .info {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#news_info_top .info .pic {
  width: 40%;
  margin-right: 40px;
  overflow: hidden;
}
#news_info_top .info .pic figure {
  width: 100%;
  padding-bottom: 70%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_info_top .info .text {
  width: 60%;
  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;
  position: relative;
}
#news_info_top .info .text .date {
  margin-bottom: 20px;
}
#news_info_top .info .text .back {
  margin-top: 30px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#news_info_top .info .text .back:hover img {
  -webkit-transform: translateX(-10px) rotate(180deg);
      -ms-transform: translateX(-10px) rotate(180deg);
          transform: translateX(-10px) rotate(180deg);
}
#news_info_top .info .text .back img {
  width: 30px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  #news_info_top .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_info_top .info .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #news_info_top .info .text {
    width: 100%;
  }
  #news_info_top .info .text .date {
    margin-bottom: 10px;
  }
  #news_info_top .info .text .back img {
    width: 20px;
  }
}

#news_info .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;
}
#news_info .inner article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5%;
}
#news_info .inner article ul {
  margin-top: 30px;
}
#news_info .inner article ul li {
  list-style: disc;
  margin-left: 20px;
}
#news_info .inner article ul li:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
#news_info .inner .other {
  width: 30%;
  min-width: 320px;
  max-width: 360px;
  padding-left: 20px;
  border-left: 1px solid #f5f5f5;
  position: relative;
}
#news_info .inner .other .block {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
}
#news_info .inner .other h6 {
  margin-bottom: 10px;
}
#news_info .inner .other .box {
  width: 100%;
}
#news_info .inner .other .box .item {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(27, 75, 131, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#news_info .inner .other .box .item:hover .pic figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#news_info .inner .other .box .item .pic {
  width: 38%;
  margin-right: 20px;
  overflow: hidden;
}
#news_info .inner .other .box .item .pic figure {
  width: 100%;
  padding-bottom: 70%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_info .inner .other .box .item .text {
  width: 65%;
  position: relative;
}
#news_info .inner .other .box .item .text .date {
  margin-bottom: 10px;
}
#news_info .inner .other .box .item .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  #news_info .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_info .inner article {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding-right: 0;
  }
  #news_info .inner .other {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
}

#contact_page {
  background-color: #1B4B83;
}
#contact_page .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;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
#contact_page .inner::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#contact_page .inner .text {
  width: 50%;
}
#contact_page .inner .text .title {
  padding: 20px;
  padding-top: 0;
}
#contact_page .inner .text .location_box {
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#contact_page .inner .text .location_box .location {
  padding: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#contact_page .inner .text .location_box .location:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#contact_page .inner .text .location_box .location.col50 {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#contact_page .inner .text .location_box .location.col50:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#contact_page .inner .text .location_box .location.col100 {
  width: 100%;
}
#contact_page .inner .text .location_box .location .address {
  margin: 10px 0;
  opacity: 0.7;
}
#contact_page .inner .text .location_box .location img {
  width: 30px;
}
#contact_page .inner form {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: calc(4vw + 68px);
}
#contact_page .inner form .form_block {
  margin: -10px;
  padding: 0 20px;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contact_page .inner form .form_block input[type=text],
#contact_page .inner form .form_block input[type=email],
#contact_page .inner form .form_block input[type=password],
#contact_page .inner form .form_block textarea,
#contact_page .inner form .form_block select {
  border: 1px solid #fff;
  background-color: #1B4B83;
}
#contact_page .inner form .form_block .form_item {
  padding: 10px;
}
#contact_page .inner form .form_block .form_item.col33 {
  width: 33.3333%;
}
#contact_page .inner form .form_block .form_item.col50 {
  width: 50%;
}
#contact_page .inner form .form_block .form_item.col100 {
  width: 100%;
}
#contact_page .inner form .form_block .form_item button {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#contact_page .inner form .form_block .form_item button:hover img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
#contact_page .inner form .form_block .form_item button img {
  width: 30px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  #contact_page .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contact_page .inner::before {
    display: none;
  }
  #contact_page .inner .text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  #contact_page .inner .text .location_box .location.col100 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #contact_page .inner form {
    width: 100%;
  }
  #contact_page .inner form .form_block .form_item button img {
    width: 20px;
  }
}
@media screen and (max-width: 600px) {
  #contact_page .inner .text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  #contact_page .inner .text .location_box .location.col50 {
    width: 100%;
    border-right: none !important;
  }
}

#about_top {
  padding: 8vw 0;
  background-color: #f5f5f5;
}
#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 .title {
  width: 38%;
  margin-right: 40px;
}
#about_top .inner .text {
  width: 62%;
}
@media screen and (max-width: 1023px) {
  #about_top .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #about_top .inner .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #about_top .inner .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #about_top {
    padding: 50px 0;
  }
}

#about_milestone {
  position: relative;
}
#about_milestone .milestone_banner {
  position: relative;
}
#about_milestone .milestone_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(27, 75, 131, 0.5);
}
#about_milestone .milestone_banner .pic {
  width: 100%;
  position: relative;
}
#about_milestone .milestone_banner .pic figure {
  width: 100%;
  padding-bottom: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about_milestone .milestone_banner .title {
  padding: 20px 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;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
#about_milestone .milestone_banner .title .controls {
  margin-left: 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;
}
#about_milestone .milestone_banner .title .controls img {
  width: 36px;
  margin: 0 5px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#about_milestone .milestone_banner .title .controls img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#about_milestone .milestone_content {
  background-color: #1B4B83;
  overflow: hidden;
  position: relative;
}
#about_milestone .milestone_content::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 158px;
  left: 0;
}
#about_milestone .milestone_content .inner {
  padding-bottom: 5%;
  position: relative;
  border-right: 1px solid rgba(224, 224, 224, 0.3);
  border-left: 1px solid rgba(224, 224, 224, 0.3);
}
#about_milestone .milestone_content .inner::after {
  content: "";
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid rgba(224, 224, 224, 0.3);
}
#about_milestone .milestone_content .inner .itembox {
  width: 150%;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
#about_milestone .milestone_content .inner .itembox .item {
  width: 100%;
  padding: 20px;
}
#about_milestone .milestone_content .inner .itembox .item .title_block {
  margin-bottom: 60px;
  position: relative;
}
#about_milestone .milestone_content .inner .itembox .item .title_block::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  bottom: -30px;
  left: -24px;
  background-color: #ffffff;
}
#about_milestone .milestone_content .inner .itembox .item .title_block h6 {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#about_milestone .milestone_content .inner .itembox .item ul li {
  margin: 10px 0;
  margin-left: 20px;
  list-style: disc;
}
@media screen and (max-width: 1280px) {
  #about_milestone .milestone_content::before {
    top: 149px;
  }
}
@media screen and (max-width: 1024px) {
  #about_milestone .milestone_content::before {
    top: 145px;
  }
}
@media screen and (max-width: 768px) {
  #about_milestone .milestone_banner .pic figure {
    padding-bottom: 300px;
  }
  #about_milestone .milestone_content::before {
    top: 136px;
  }
  #about_milestone .milestone_content .inner::after {
    display: none;
  }
  #about_milestone .milestone_content .inner .itembox .item .title_block h6 {
    height: 54px;
  }
}

#about_availability {
  position: relative;
  overflow: hidden;
}
#about_availability::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
}
#about_availability .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;
  position: relative;
}
#about_availability .inner .left {
  width: 50%;
  margin-right: 15px;
}
#about_availability .inner .left h3 {
  margin-bottom: 60px;
}
#about_availability .inner .left .text_block {
  padding: 10%;
  background-color: #595757;
  border-radius: 20px;
}
#about_availability .inner .left .text_block ul li {
  margin: 20px 0;
  margin-left: 20px;
  list-style: disc;
}
#about_availability .inner .right {
  width: 50%;
  margin-left: 15px;
}
#about_availability .inner .right .text_block {
  margin-top: 40px;
  padding: 10%;
  background-color: #1B4B83;
  border-radius: 20px;
}
#about_availability .inner .right .text_block ul li {
  margin: 20px 0;
  margin-left: 20px;
  list-style: disc;
}
@media screen and (max-width: 1023px) {
  #about_availability .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #about_availability .inner .left {
    width: 100%;
    margin-right: 0;
  }
  #about_availability .inner .left h3 {
    margin-bottom: 40px;
  }
  #about_availability .inner .right {
    width: 100%;
    margin-left: 0;
  }
  #about_availability .inner .right .text_block {
    margin-top: 10px;
  }
}

#about_customers .inner h3 {
  margin-bottom: 40px;
}
#about_customers .inner .logobox {
  text-align: center;
}
#about_customers .inner .logobox .item {
  width: 180px;
  display: inline-block;
}
#about_customers .inner .logobox .item .logo {
  width: 100%;
  padding-bottom: 70%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#about_customers .inner .logobox .item .logo img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #about_customers .inner .logobox .item {
    width: 48%;
    max-width: 180px;
  }
  #about_customers .inner .logobox .item .logo img {
    max-width: 90%;
    max-height: 90%;
  }
}

#qc_system .inner .itembox {
  margin-top: 40px;
  padding: 40px;
  border-radius: 30px;
  background-color: #F5F5F5;
  position: relative;
  position: relative;
}
#qc_system .inner .itembox .deco1 {
  width: 240px;
  position: absolute;
  right: 0;
  bottom: 100px;
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#qc_system .inner .itembox .deco2 {
  width: 240px;
  position: absolute;
  right: 50px;
  bottom: 20px;
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#qc_system .inner .itembox.active .deco1, #qc_system .inner .itembox.active .deco2 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
#qc_system .inner .itembox.prime {
  background-color: #1B4B83;
}
#qc_system .inner .itembox h4 {
  margin-bottom: 30px;
}
#qc_system .inner .itembox .box {
  margin: -10px;
  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;
  position: relative;
}
#qc_system .inner .itembox .box img {
  margin: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1023px) {
  #qc_system .inner .itembox .deco1 {
    width: 150px;
    right: 0;
    bottom: 70px;
  }
  #qc_system .inner .itembox .deco2 {
    width: 150px;
    right: 50px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #qc_system .inner .itembox {
    padding: 20px;
  }
  #qc_system .inner .itembox .box img {
    margin: 10px;
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 425px) {
  #qc_system .inner .itembox .deco1 {
    width: 120px;
    right: 0;
    bottom: 50px;
  }
  #qc_system .inner .itembox .deco2 {
    width: 120px;
    right: 50px;
    bottom: 10px;
  }
  #qc_system .inner .itembox .box img {
    margin: 10px;
    width: calc(50% - 20px);
  }
}

#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: 70%;
  height: 80vh;
  max-width: 62vh;
  max-height: 90vw;
  padding: 10px;
  border: 1px solid #1B4B83;
  position: absolute;
  top: 52%;
  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 #1B4B83;
  -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 #1B4B83;
  -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 .box_inner,
#lightbox .box .swiper,
#lightbox .box figure {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
#lightbox .box .swiper-button-next,
#lightbox .box .swiper-button-prev {
  width: 10%;
}
#lightbox .box .swiper-button-next::after,
#lightbox .box .swiper-button-prev::after {
  display: none;
}
#lightbox .box .swiper-button-next {
  -webkit-transform: translateX(calc(120% + 20px));
      -ms-transform: translateX(calc(120% + 20px));
          transform: translateX(calc(120% + 20px));
}
#lightbox .box .swiper-button-prev {
  -webkit-transform: translateX(calc(-120% - 20px));
      -ms-transform: translateX(calc(-120% - 20px));
          transform: translateX(calc(-120% - 20px));
}

#services_page {
  overflow: hidden;
}
@-webkit-keyframes horizontal_pic_bar {
  0% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  100% {
    -webkit-transform: translateX(200vw);
            transform: translateX(200vw);
  }
}
@keyframes horizontal_pic_bar {
  0% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  100% {
    -webkit-transform: translateX(200vw);
            transform: translateX(200vw);
  }
}
#services_page .inner {
  border-left: #EAEAEA 1px solid;
  border-right: #EAEAEA 1px solid;
}
#services_page .inner .itembox {
  margin-top: 40px;
}
#services_page .inner .itembox .item {
  width: 100%;
  margin-bottom: 8%;
}
#services_page .inner .itembox .item.active .pic::after {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
#services_page .inner .itembox .item.active .text > h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#services_page .inner .itembox .item.active .text .info h4, #services_page .inner .itembox .item.active .text .info p, #services_page .inner .itembox .item.active .text .info ul {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#services_page .inner .itembox .item .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#services_page .inner .itembox .item .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1B4B83;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#services_page .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 32%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#services_page .inner .itembox .item .pic .line {
  width: 200vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #EAEAEA;
}
#services_page .inner .itembox .item .pic .line .bar {
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: #1B4B83 1px solid;
  -webkit-animation: horizontal_pic_bar 5s both infinite linear;
          animation: horizontal_pic_bar 5s both infinite linear;
}
#services_page .inner .itembox .item .text {
  margin-top: 30px;
  padding-right: 20px;
  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;
}
#services_page .inner .itembox .item .text > h4 {
  position: relative;
  padding: 0 15px;
  border-left: 5px #1B4B83 solid;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#services_page .inner .itembox .item .text .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#services_page .inner .itembox .item .text .info h4 {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#services_page .inner .itembox .item .text .info p {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#services_page .inner .itembox .item .text .info ul {
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#services_page .inner .itembox .item .text .info ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#services_page .inner .itembox .item .text .info ul li p {
  display: inline;
}
@media screen and (max-width: 425px) {
  #services_page .inner .itembox .item {
    margin-bottom: 30px;
  }
}

#privacy_policy {
  position: relative;
}
#privacy_policy .inner {
  padding: 0 20px;
  position: relative;
}
#privacy_policy .inner .top {
  padding-bottom: 40px;
}
#privacy_policy .inner .top h2 {
  margin-bottom: 40px;
}
#privacy_policy .inner .list {
  padding-top: 20px;
}
#privacy_policy .inner .list li {
  margin: 20px 0 30px;
  padding-left: 20px;
}
#privacy_policy .inner .list li h5 {
  margin-bottom: 10px;
  position: relative;
}
#privacy_policy .inner .list li h5::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: -18px;
  margin-bottom: 4px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1B4B83;
}
#privacy_policy .inner .sub-list li {
  margin: 10px 0 10px;
  position: relative;
}
#privacy_policy .inner .sub-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #1B4B83;
  position: absolute;
  top: 0.8em;
  left: 0em;
}/*# sourceMappingURL=main.css.map */