@charset "UTF-8";
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Constantia';
  src: url("../fonts/Constantia.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #1B1B1B;
  font-family: 'Poppins-Regular','微軟正黑體';
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body h2 {
  color: #1B1B1B;
}

body .text-transform {
  text-transform: uppercase;
}

body em {
  font-style: normal;
}

body .Poppins-Medium {
  font-family: 'Poppins-Medium','微軟正黑體';
}

body .font-w {
  font-weight: normal;
}

body .line-24 {
  line-height: 24px;
}

body .bold {
  font-family: 'Inter-ExtraBold','微軟正黑體';
  font-weight: bold;
}

body .Inter-ExtraBold {
  font-family: 'Inter-ExtraBold','微軟正黑體';
  font-weight: bold;
}

body .title {
  font-family: 'Inter-ExtraBold','微軟正黑體';
  font-weight: bold;
}

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(31, 51, 104, 0.4);
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  body .big-title b {
    display: none;
  }
}

body .second-block .box .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
  justify-content: space-between;
}

body .fc .fc-button-group {
  margin-left: 0;
  width: 100%;
}

body .fc thead {
  background: #F9F9F9;
  border-bottom: 10px solid #ffffff;
}

body .fc .fc-col-header-cell-cushion {
  font-size: 17px;
}

body .fc-toolbar-chunk {
  width: 100%;
  text-align: center;
}

body .fc .fc-toolbar {
  position: relative;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2) {
  display: none;
  width: 0;
}

body .fc .fc-today-button {
  display: none;
  width: 0;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}

body .box-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body h4 {
  font-weight: bold;
}

body a {
  color: #1B1B1B;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #1B1B1B;
  text-decoration: none;
}

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #374869;
}

body .blueLight {
  color: #374869;
}

body .garycolor {
  color: rgba(27, 27, 27, 0.6);
}

body .black {
  color: #000000;
}

body .red {
  color: #374869;
}

body .green {
  color: #0E642D !important;
}

body .orange {
  color: #EB630A !important;
}

body .greenDeep {
  color: #374869;
}

body .orangeDeep {
  color: #374869;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs100 {
  font-size: 100px;
}

@media (max-width: 1440px) {
  body .fs100 {
    font-size: 80px;
  }
}

@media (max-width: 1366px) {
  body .fs100 {
    font-size: 78px;
  }
}

@media (max-width: 1200px) {
  body .fs100 {
    font-size: 76px;
  }
}

@media (max-width: 1024px) {
  body .fs100 {
    font-size: 74px;
  }
}

@media (max-width: 768px) {
  body .fs100 {
    font-size: 72px;
  }
}

@media (max-width: 576px) {
  body .fs100 {
    font-size: 70px;
  }
}

body .fs80 {
  font-size: 80px;
}

@media (max-width: 768px) {
  body .fs80 {
    font-size: 40px;
  }
}

body .fs72 {
  font-size: 72px;
}

@media (max-width: 1440px) {
  body .fs72 {
    font-size: 58px;
  }
}

@media (max-width: 768px) {
  body .fs72 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  body .fs72 {
    font-size: 30px;
  }
}

body .fs60 {
  font-size: 60px;
}

@media (max-width: 1200px) {
  body .fs60 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  body .fs60 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  body .fs60 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  body .fs60 {
    font-size: 24px;
  }
}

body .fs57 {
  font-size: 57px;
}

@media (max-width: 1440px) {
  body .fs57 {
    font-size: 55px;
  }
}

@media (max-width: 1366px) {
  body .fs57 {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  body .fs57 {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  body .fs57 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  body .fs57 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs57 {
    font-size: 22px;
  }
}

body .fs54 {
  font-size: 54px;
}

@media (max-width: 1440px) {
  body .fs54 {
    font-size: 52px;
  }
}

@media (max-width: 1366px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs54 {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  body .fs54 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs54 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  body .fs54 {
    font-size: 32px;
  }
}

body .fs48 {
  font-size: 48px;
}

@media (max-width: 1440px) {
  body .fs48 {
    font-size: 46px;
  }
}

@media (max-width: 1366px) {
  body .fs48 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  body .fs48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  body .fs48 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs48 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  body .fs48 {
    font-size: 24px;
  }
}

body .fs46 {
  font-size: 46px;
}

@media (max-width: 1440px) {
  body .fs46 {
    font-size: 44px;
  }
}

@media (max-width: 1366px) {
  body .fs46 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .fs46 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .fs46 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .fs46 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs46 {
    font-size: 30px;
  }
}

body .fs42 {
  font-size: 42px;
}

@media (max-width: 1440px) {
  body .fs42 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  body .fs42 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  body .fs42 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  body .fs42 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  body .fs42 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  body .fs42 {
    font-size: 30px;
  }
}

body .fs40 {
  font-size: 40px;
}

@media (max-width: 1440px) {
  body .fs40 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  body .fs40 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .fs40 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .fs40 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .fs40 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs40 {
    font-size: 28px;
  }
}

body .fs38 {
  font-size: 38px;
}

body .fs36 {
  font-size: 36px;
}

@media (max-width: 1440px) {
  body .fs36 {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  body .fs36 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  body .fs36 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  body .fs36 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  body .fs36 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  body .fs36 {
    font-size: 20px;
  }
}

body .fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  body .fs22 {
    font-size: 18px;
  }
}

body .fs20 {
  font-size: 20px;
}

@media (max-width: 1440px) {
  body .fs20 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  body .fs20 {
    font-size: 15px;
  }
}

body .fs32 {
  font-size: 32px;
}

@media (max-width: 1440px) {
  body .fs32 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  body .fs32 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  body .fs32 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  body .fs32 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  body .fs32 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  body .fs32 {
    font-size: 22px;
  }
}

body .fs30 {
  font-size: 30px;
}

@media (max-width: 1440px) {
  body .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  body .fs30 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  body .fs30 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body .fs30 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body .fs30 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  body .fs30 {
    font-size: 18px;
  }
}

body .fs28 {
  font-size: 28px;
}

@media (max-width: 1440px) {
  body .fs28 {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  body .fs28 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  body .fs28 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  body .fs28 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs28 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs28 {
    font-size: 18px;
  }
}

body .fs26 {
  font-size: 26px;
}

@media (max-width: 1440px) {
  body .fs26 {
    font-size: 26px;
  }
}

@media (max-width: 1366px) {
  body .fs26 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  body .fs26 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  body .fs26 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs26 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  body .fs26 {
    font-size: 18px;
  }
}

body .fs24, body h2, body .h2 {
  font-size: 24px;
}

@media (max-width: 1440px) {
  body .fs24, body h2, body .h2 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  body .fs24, body h2, body .h2 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs24, body h2, body .h2 {
    font-size: 18px;
  }
}

body .fs18 {
  font-size: 18px;
}

@media (max-width: 1024px) {
  body .fs18 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body .fs18 {
    font-size: 14px;
  }
}

body .fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  body .fs17 {
    font-size: 15px;
  }
}

body .fs16 {
  font-size: 16px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs16 {
    font-size: 20px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs16 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  body .fs16 {
    font-size: 14px;
  }
}

body .fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  body .fs15 {
    font-size: 14px;
  }
}

body .fs14 {
  font-size: 14px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs14 {
    font-size: 18px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs14 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body .fs14 {
    font-size: 14px;
  }
}

body .fs12 {
  font-size: 12px;
}

body .boxshadow2 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

body .white {
  color: #ffffff;
}

body .row {
  --bs-gutter-x: 1rem;
  z-index: 9;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #374869;
  border-radius: 10px;
}

header .searchform form input::-webkit-input-placeholder {
  color: #fff;
}

header .searchform form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

header .searchform form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

header .searchform form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control {
  color: #666;
}

.Hand-Painted-block .hpa::-webkit-scrollbar {
  width: 0px;
}

.Hand-Painted-block .hpa::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.Hand-Painted-block .hpa::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.pup1 .boxcontent::-webkit-scrollbar {
  width: 8px;
}

.pup1 .boxcontent::-webkit-scrollbar-track {
  background-color: #F1F3F4;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup1 .boxcontent::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .boxcontent::-webkit-scrollbar {
  width: 8px;
}

.pup .boxcontent::-webkit-scrollbar-track {
  background-color: #F1F3F4;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .boxcontent::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.first-block .inner .items::-webkit-scrollbar {
  width: 8px;
}

.first-block .inner .items::-webkit-scrollbar-track {
  background-color: #F1F3F4;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.first-block .inner .items::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.Spa-block .row2::-webkit-scrollbar {
  width: 0px;
}

.Spa-block .row2::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.Spa-block .row2::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.text-left p {
  text-align: left !important;
}

.dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}

.dropdown-menu {
  background-color: #FDFBF5;
  position: absolute;
  width: 100%;
  min-width: 100%;
  left: 0%;
  right: 0;
  padding: 3rem 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0 !important;
}

@media (max-width: 1299px) {
  .dropdown-menu {
    box-shadow: none;
    background: #fff;
    padding: 0;
    position: relative;
  }
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #1B1B1B;
  white-space: nowrap;
  margin-left: 0 !important;
  border-bottom: 1px solid #efefef;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

@media (max-width: 1200px) {
  .dropdown-menu li a {
    border: none;
  }
}

.dropdown-menu li a:hover {
  border-bottom: 1px solid #374869;
  background: none !important;
  color: #374869 !important;
}

.dropdown-menu .imgs img {
  width: 100%;
}

@media (max-width: 1299px) {
  .dropdown-menu .col-md-3 {
    display: none;
  }
}

.dropdown-menu .col-md-9 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1299px) {
  .dropdown-menu .col-md-9 {
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin {
  width: 30%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 3rem;
  margin-left: 3rem;
}

@media (max-width: 1299px) {
  .dropdown-menu .col-md-9 .leftin {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 1299px) {
  .dropdown-menu .col-md-9 .leftin a {
    padding: 0.5rem 0;
    font-size: 16px;
  }
  .dropdown-menu .col-md-9 .leftin a:nth-last-child(1) {
    border-bottom: none;
  }
}

.dropdown-menu .col-md-9 .leftin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .leftin a.orange {
  color: #374869;
}

.dropdown-menu .col-md-9 .rightin {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1299px) {
  .dropdown-menu .col-md-9 .rightin {
    width: 100%;
    display: none;
  }
}

.dropdown-menu .col-md-9 .rightin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.dropdown-menu .col-md-9 .rightin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .rightin a.orange {
  color: #374869;
}

.dropdown-menu .col-md-9 .rightin .second {
  width: 45%;
}

.dropdown-menu .col-md-9 .rightin .third {
  width: 45%;
}

@media (max-width: 1299px) {
  .dropdown-menu .container {
    max-width: 100%;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.open > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block;
}

.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

main .txt ul {
  padding-left: 0rem;
}

main .txt ul li {
  position: relative;
}

.container {
  max-width: 1508px;
  width: 100%;
}

@media (max-width: 1538px) {
  .container {
    max-width: 1408px;
  }
}

@media (max-width: 1443px) {
  .container {
    max-width: 1308px;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1208px;
  }
}

@media (max-width: 1299px) {
  .container {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .icons, .inner-mob {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .d-md-block, .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #1B1B1B;
}

@media (max-width: 1024px) {
  .icon {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 767px) {
  .icon {
    width: 2.5em;
  }
}

@media (max-width: 767px) {
  .webskp {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

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

@media (max-width: 1299px) {
  .icon-box {
    display: flex !important;
    justify-content: center;
    width: 45px;
    height: 40px;
  }
}

@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}

@keyframes rotate_left {
  100% {
    transform: rotate(360deg);
    left: 50px;
    opacity: 1;
  }
}

@keyframes rotate_right {
  100% {
    transform: rotate(360deg);
    right: 50px;
    opacity: 1;
  }
}

@keyframes random_move1 {
  33% {
    transform: translateX(45px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(50px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    bottom: 1px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes mymove1 {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top h2 {
  margin-bottom: 0;
}

.header-top .right {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .more {
  border: 1px solid #707070;
  background: none;
  color: #000;
  font-size: 18px;
  padding: 1.1rem 2.2rem;
}

.header-top .more:hover {
  color: #ffffff;
  border: 1px solid #0042A1;
  background: #0042A1;
}

.swiper-button-next, .swiper-button-prev {
  color: #1B1B1B;
  transition: all 0.35s ease;
  outline: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: 0vw;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: 0vw;
}

header {
  position: sticky;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .header {
  width: 100%;
  position: relative;
  z-index: 999;
}

header .header .topmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.35s ease;
  cursor: pointer;
}

header .header .icon-box a {
  margin-left: 2vmin;
}

header .header .icon-box .btn {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 12px;
  width: 20px;
  cursor: pointer;
  z-index: 99;
}

header .header .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 2px;
  width: 100%;
  background: #003A8E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .header .icon-box .btn span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .icon-box .btn span:last-child {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .icon-box .btn span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 1200px) {
  header .header .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

@media (max-width: 1200px) {
  header .header .icon-box .btn[aria-expanded="true"] span {
    display: none;
  }
}

header .header .container {
  max-width: 95%;
}

@media (max-width: 1299px) {
  header .header .container {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  header .header .container {
    max-width: 98%;
  }
}

header .header .container .logo {
  width: 238px;
}

@media (max-width: 767px) {
  header .header .container .logo {
    width: 138px;
  }
}

header .header .container .logo a {
  display: block;
}

header .header .container .logo a img {
  max-width: 100%;
  margin: 0 auto;
}

header .header .container .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header .container .right .link {
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .container .right .link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between !important;
  }
  header .header .container .right .link div {
    width: 18%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header .header .container .right .link div {
    width: auto;
  }
}

@media (max-width: 1024px) {
  header .header .container .right .link div a {
    padding-top: 1rem;
  }
}

header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}

header .header .container .right .icon-box img {
  width: 5vmin;
}

header .header .container .right .nav-link {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  color: black;
}

header .header .container .right .nav-link:hover {
  color: #003A8E;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-family: 'Inter-ExtraBold','微軟正黑體';
}

header .header .container .right .nav-link:hover::after {
  width: 100%;
}

header .header .container .right .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #F15922;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.35s ease;
  display: none;
}

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

@media (max-width: 1680px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 1366px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 767px) {
  header .header .container .right .nav-link a {
    margin-left: 0;
  }
}

header .header .container .right .nav-link a.active {
  color: #374869;
}

header .header .container .right .nav-link i {
  margin-left: 0.3rem;
}

header .header .mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
}

@media (max-width: 1299px) {
  header .nav-box {
    display: none !important;
  }
}

@media (max-width: 1366px) {
  header .nav-box .nav {
    justify-content: flex-end !important;
  }
}

header .nav-box .nav .nav-link {
  color: #1B1B1B;
  padding: 0.5rem 2rem;
}

@media (max-width: 1440px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 1rem;
  }
}

header .nav-box .nav .nav-link:hover {
  color: #374869;
}

header .lang {
  margin: 0 10px;
  position: relative;
}

@media (max-width: 1299px) {
  header .lang {
    display: none;
  }
}

header .lang dl {
  position: absolute;
  left: 50%;
  top: 40px;
  display: none;
  transform: translateX(-50%);
}

header .lang dl dd a {
  display: block;
  width: 30px;
  height: 30px;
  background: #003A8F;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

header .social {
  display: flex;
  align-items: center;
  margin-right: 35px;
}

@media (max-width: 1299px) {
  header .social {
    display: none;
  }
}

header .social a {
  display: inline-block;
  color: #003A8E;
  margin: 0 10px;
  transition: all 0.35s ease;
}

header .social a:hover {
  transform: scale(1.1);
}

header .social a i {
  font-size: 24px;
}

header .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 300px;
}

@media (max-width: 1299px) {
  header .links {
    display: none;
  }
}

header .links .Enquiry a {
  display: inline-block;
  background: #003A8F;
  border-radius: 22px;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 26px;
  border: 1px solid #003A8F;
  transition: all 0.35s ease;
}

header .links .Enquiry a:hover {
  background: none;
  color: #003A8F;
}

.formbox {
  display: none;
}

.formbox form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 94%;
  margin: 30px auto;
}

.formbox form .form-control {
  padding: 15px;
  border: 1px solid #003A8F;
  border-radius: 5px 0 0 5px;
  border-right: none;
  height: 56px;
}

.formbox form button {
  margin: 0;
  padding: 12px;
  width: 180px;
  background: #003A8F;
  border-radius: 0 5px 5px 0px;
  border: 1px solid #003A8F;
  color: #ffffff;
  height: 56px;
}

.formbox form button:hover {
  color: #ffffff;
}

.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.finks {
  position: fixed;
  right: 0;
  top: 35%;
  width: 57px;
  height: 208px;
  z-index: 99;
  background: #003A8E;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .finks {
    width: 35px;
    height: 140px;
  }
}

.finks a {
  color: #ffffff;
  writing-mode: vertical-rl;
  /* 文字从上到下，从右到左 */
}

.finks a:hover {
  color: #000;
}

.finks a i {
  margin-top: 20px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.opennav {
  overflow: hidden;
}

.opennav header {
  position: fixed;
  top: 0;
}

@media (max-width: 1024px) {
  .nav-up {
    bottom: -100% !important;
  }
}

.tag {
  display: flex;
}

@media (max-width: 767px) {
  .tag {
    width: 100%;
  }
}

.tag em {
  font-style: normal;
  background: #374869;
  color: #ffffff;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 50px;
}

.tag em:nth-child(2) {
  background: #F4E65A;
  color: #374869;
  text-transform: uppercase;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

#share {
  position: absolute;
  width: 700px;
  right: -20px;
  bottom: -30px;
  display: none;
}

@media (max-width: 1024px) {
  #share {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: auto;
  }
  #share .jssocials-shares {
    width: 100%;
  }
  #share .jssocials-shares .jssocials-share {
    width: 16%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  #share .jssocials-shares .jssocials-share {
    width: 12%;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0.7rem;
  top: 0.5rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .close {
    right: 0.1rem;
    top: 0.1rem;
  }
}

.close::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #ffffff;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #ffffff;
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

@keyframes mymove {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(2%);
  }
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: '\2192';
  display: inline-block;
}

.txt p a {
  color: #049ADC;
  word-break: break-all;
}

.txt img {
  display: inline-block;
}

.txt em {
  display: block;
  color: #999;
}

.banner {
  position: relative;
  width: 100%;
  z-index: 99;
}

@media (max-width: 992px) {
  .banner {
    height: 400px;
  }
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}

.banner .swiper-slide {
  position: relative;
}

@media (max-width: 992px) {
  .banner .swiper-slide {
    height: 400px;
  }
}

.banner .swiper-slide.swiper-slide-active .boximg img {
  transform: scale(1);
}

.banner .swiper-slide.swiper-slide-active .boximg::before {
  opacity: 1;
}

.banner .swiper-slide .inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #ffffff;
}

.banner .swiper-slide .inner h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .banner .swiper-slide .inner h1 {
    margin: 10px 0px;
  }
}

.banner .swiper-slide .boximg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .banner .swiper-slide .boximg {
    height: 400px;
  }
}

.banner .swiper-slide .boximg::before {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: transparent linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.53) 100%) 0% 0% no-repeat padding-box;
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
}

.index-banner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url(../images/index_bg.png) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.index-banner .imgbox {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
  transform: translateX(-40px);
}

@media (max-width: 768px) {
  .index-banner .imgbox {
    transform: translateX(-20px);
  }
}

@media (max-width: 767px) {
  .index-banner .imgbox {
    transform: translateX(-10px);
    width: 90%;
    margin-bottom: 70px;
  }
}

.index-banner .imgbox .imgs:nth-last-child(1) img {
  transform: scale(1.3) translateX(0px);
}

.index-banner .imgbox .imgs img {
  transform: scale(1.2) translateX(30px);
}

@media (max-width: 1680px) {
  .index-banner .imgbox .imgs img {
    transform: scale(1.2) translateX(20px);
  }
}

@media (max-width: 1024px) {
  .index-banner .imgbox .imgs img {
    transform: scale(1.2) translateX(15px);
  }
}

@media (max-width: 768px) {
  .index-banner .imgbox .imgs img {
    transform: scale(1.2) translateX(10px);
  }
}

@media (max-width: 767px) {
  .index-banner .imgbox .imgs img {
    transform: scale(1.2) translateX(5px);
  }
}

.map-banner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url(../images/map.png) no-repeat top center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .map-banner {
    background: url(../images/mobile.png) no-repeat top center;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .map-banner {
    background: url(../images/mbs.png) no-repeat top center;
    background-size: cover;
  }
}

.map-banner .back {
  position: absolute;
  left: 20px;
  top: 20px;
}

.map-banner .back:hover {
  color: #3EB7D1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.map-banner .click2 {
  position: absolute;
  width: 61px;
  height: 61px;
  background: #3EB7D1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 36vw;
  top: 29vh;
  cursor: pointer;
  transition: all 0.35s ease;
}

.map-banner .click2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1024px) {
  .map-banner .click2 {
    left: 13vw;
    top: 30vh;
  }
}

@media (max-width: 767px) {
  .map-banner .click2 {
    left: 3vw;
    top: 25vh;
  }
}

.map-banner .xian {
  position: absolute;
  left: 43vw;
  top: 26.5vh;
  width: 573px;
  height: 569px;
}

@media (max-width: 1680px) {
  .map-banner .xian {
    left: 42vw;
    top: 25.5vh;
  }
}

@media (max-width: 1440px) {
  .map-banner .xian {
    width: 474px;
    height: 439px;
    left: 610px;
    top: 200px;
  }
}

@media (max-width: 1366px) {
  .map-banner .xian {
    top: 26vh;
  }
}

@media (max-width: 1024px) {
  .map-banner .xian {
    left: 140px;
    top: 34.5vh;
  }
}

@media (max-width: 820px) {
  .map-banner .xian {
    left: 85px;
    top: 34.5vh;
  }
}

@media (max-width: 767px) {
  .map-banner .xian {
    left: 22vw;
    top: 16vh;
    width: 474px;
    height: 309px;
  }
}

.map-banner .xian .circlebox {
  cursor: pointer;
  width: 250px;
}

.map-banner .xian .circlebox.circlebox:nth-child(1) {
  transform: translateX(45px) translateY(-5px);
}

@media (max-width: 1440px) {
  .map-banner .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(40px) translateY(10px);
  }
}

@media (max-width: 767px) {
  .map-banner .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(15px) translateY(0px);
  }
}

@media (max-width: 375px) {
  .map-banner .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(10px) translateY(25px);
  }
}

@media (max-width: 360px) {
  .map-banner .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(10px) translateY(5px);
  }
}

.map-banner .xian .circlebox.circlebox:nth-child(2) {
  transform: translateX(30px) translateY(65px);
}

@media (max-width: 1440px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(25px) translateY(50px);
  }
}

@media (max-width: 1366px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(30px) translateY(35px);
  }
}

@media (max-width: 1024px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(55px);
  }
}

@media (max-width: 820px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(45px);
  }
}

@media (max-width: 768px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(25px) translateY(35px);
  }
}

@media (max-width: 767px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(20px);
  }
}

@media (max-width: 375px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(40px);
  }
}

@media (max-width: 360px) {
  .map-banner .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(0px) translateY(20px);
  }
}

.map-banner .xian .circlebox.circlebox:nth-child(3) {
  transform: translateX(75px) translateY(165px);
}

@media (max-width: 1440px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(60px) translateY(115px);
  }
}

@media (max-width: 1366px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(65px) translateY(95px);
  }
}

@media (max-width: 1024px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(-5px) translateY(125px);
  }
}

@media (max-width: 820px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(5px) translateY(115px);
  }
}

@media (max-width: 768px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(10px) translateY(75px);
  }
}

@media (max-width: 767px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(20px) translateY(45px);
  }
}

@media (max-width: 390px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(20px) translateY(35px);
  }
}

@media (max-width: 375px) {
  .map-banner .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(20px) translateY(55px);
  }
}

.map-banner .xian .circlebox.circlebox:nth-child(4) {
  transform: translateX(260px) translateY(260px);
}

@media (max-width: 1680px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(260px) translateY(260px);
  }
}

@media (max-width: 1440px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(200px) translateY(180px);
  }
}

@media (max-width: 1366px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(200px) translateY(160px);
  }
}

@media (max-width: 1024px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(210px) translateY(240px);
  }
}

@media (max-width: 820px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(180px) translateY(220px);
  }
}

@media (max-width: 768px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(170px) translateY(150px);
  }
}

@media (max-width: 767px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(105px) translateY(80px);
  }
}

@media (max-width: 390px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(95px) translateY(60px);
  }
}

@media (max-width: 375px) {
  .map-banner .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(95px) translateY(80px);
  }
}

.map-banner .xian .circlebox.circlebox:nth-child(5) {
  transform: translateX(415px) translateY(330px);
}

@media (max-width: 1680px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(410px) translateY(330px);
  }
}

@media (max-width: 1440px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(315px) translateY(230px);
  }
}

@media (max-width: 1366px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(300px) translateY(203px);
  }
}

@media (max-width: 1024px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(410px) translateY(340px);
  }
}

@media (max-width: 820px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(360px) translateY(280px);
  }
}

@media (max-width: 768px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(310px) translateY(220px);
  }
}

@media (max-width: 767px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(165px) translateY(80px);
  }
}

@media (max-width: 390px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(145px) translateY(60px);
  }
}

@media (max-width: 375px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(145px) translateY(80px);
  }
}

@media (max-width: 360px) {
  .map-banner .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(135px) translateY(90px);
  }
}

.map-banner .xian .circlebox.circlebox:nth-child(6) {
  transform: translateX(555px) translateY(385px);
}

@media (max-width: 1680px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(545px) translateY(380px);
  }
}

@media (max-width: 1440px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(420px) translateY(260px);
  }
}

@media (max-width: 1366px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(400px) translateY(235px);
  }
}

@media (max-width: 1024px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(610px) translateY(455px);
  }
}

@media (max-width: 820px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(530px) translateY(370px);
  }
}

@media (max-width: 768px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(470px) translateY(300px);
  }
}

@media (max-width: 767px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(220px) translateY(90px);
  }
}

@media (max-width: 390px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(205px) translateY(70px);
  }
}

@media (max-width: 375px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(195px) translateY(80px);
  }
}

@media (max-width: 360px) {
  .map-banner .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(185px) translateY(100px);
  }
}

.map-banner .xian .circlebox:hover .circle-text {
  display: block;
}

.map-banner .xian .circlebox .circle {
  width: 34px;
  height: 34px;
  background: #3EB7D1;
  border-radius: 50%;
  border: 5px solid #fff;
  display: block;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 360px) {
  .map-banner .xian .circlebox .circle {
    width: 24px;
    height: 24px;
  }
}

.map-banner .xian .circlebox .circle-text {
  max-width: 250px;
  position: absolute;
  display: none;
  top: -175px;
  left: -105px;
  z-index: 11;
}

@media (max-width: 767px) {
  .map-banner .xian .circlebox .circle-text {
    max-width: 190px;
    left: -80px;
    top: -140px;
  }
}

.map-banner .xian .circlebox .circle-text .imgs {
  border-radius: 14px;
  border: 8px solid #fff;
  position: relative;
  opacity: 0;
}

.map-banner .xian .circlebox .circle-text .imgs::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent), linear-gradient(rgba(0, 0, 0, 0.3));
  position: absolute;
  left: 0;
  bottom: 0;
}

.map-banner .xian .circlebox .circle-text .imgs img {
  border-radius: 14px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.map-banner .xian .circlebox .circle-text .imgs a {
  display: block;
  width: 100%;
  height: 100%;
}

.map-banner .xian .circlebox .circle-text p {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.map-banner .xian .circlebox .circle-text p span {
  display: block;
  text-align: center;
}

.map-banner .xian .circlebox .circle-text::after {
  content: '';
  display: block;
  width: 27px;
  height: 17px;
  background: url(../images/d.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.map-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.map-container .back {
  position: absolute;
  left: 20px;
  top: 20px;
}

.map-container .back:hover {
  color: #3EB7D1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.map-container .click2 {
  position: absolute;
  width: 61px;
  height: 61px;
  background: #3EB7D1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 36vw;
  top: 29vh;
  cursor: pointer;
  transition: all 0.35s ease;
}

.map-container .click2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1024px) {
  .map-container .click2 {
    left: 13vw;
    top: 30vh;
  }
}

@media (max-width: 767px) {
  .map-container .click2 {
    left: 3vw;
    top: 25vh;
  }
}

.map-container .xian {
  position: absolute;
  left: 43vw;
  top: 26.5vh;
  width: 573px;
  height: 569px;
}

.map-container .xian .circlebox {
  cursor: pointer;
  width: 250px;
}

.map-container .xian .circlebox.circlebox:nth-child(1) {
  transform: translateX(45px) translateY(-5px);
}

@media (max-width: 1440px) {
  .map-container .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(40px) translateY(10px);
  }
}

@media (max-width: 767px) {
  .map-container .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(15px) translateY(0px);
  }
}

@media (max-width: 375px) {
  .map-container .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(10px) translateY(25px);
  }
}

@media (max-width: 360px) {
  .map-container .xian .circlebox.circlebox:nth-child(1) {
    transform: translateX(10px) translateY(5px);
  }
}

.map-container .xian .circlebox.circlebox:nth-child(2) {
  transform: translateX(30px) translateY(65px);
}

@media (max-width: 1440px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(25px) translateY(50px);
  }
}

@media (max-width: 1366px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(30px) translateY(35px);
  }
}

@media (max-width: 1024px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(55px);
  }
}

@media (max-width: 820px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(45px);
  }
}

@media (max-width: 768px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(25px) translateY(35px);
  }
}

@media (max-width: 767px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(20px);
  }
}

@media (max-width: 375px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(5px) translateY(40px);
  }
}

@media (max-width: 360px) {
  .map-container .xian .circlebox.circlebox:nth-child(2) {
    transform: translateX(0px) translateY(20px);
  }
}

.map-container .xian .circlebox.circlebox:nth-child(3) {
  transform: translateX(75px) translateY(165px);
}

@media (max-width: 1440px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(60px) translateY(115px);
  }
}

@media (max-width: 1366px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(65px) translateY(95px);
  }
}

@media (max-width: 1024px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(-5px) translateY(125px);
  }
}

@media (max-width: 820px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(5px) translateY(115px);
  }
}

@media (max-width: 768px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(10px) translateY(75px);
  }
}

@media (max-width: 767px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(20px) translateY(45px);
  }
}

@media (max-width: 390px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(20px) translateY(35px);
  }
}

@media (max-width: 375px) {
  .map-container .xian .circlebox.circlebox:nth-child(3) {
    transform: translateX(20px) translateY(55px);
  }
}

.map-container .xian .circlebox.circlebox:nth-child(4) {
  transform: translateX(260px) translateY(260px);
}

@media (max-width: 1680px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(260px) translateY(260px);
  }
}

@media (max-width: 1440px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(200px) translateY(180px);
  }
}

@media (max-width: 1366px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(200px) translateY(160px);
  }
}

@media (max-width: 1024px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(210px) translateY(240px);
  }
}

@media (max-width: 820px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(180px) translateY(220px);
  }
}

@media (max-width: 768px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(170px) translateY(150px);
  }
}

@media (max-width: 767px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(105px) translateY(80px);
  }
}

@media (max-width: 390px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(95px) translateY(60px);
  }
}

@media (max-width: 375px) {
  .map-container .xian .circlebox.circlebox:nth-child(4) {
    transform: translateX(95px) translateY(80px);
  }
}

.map-container .xian .circlebox.circlebox:nth-child(5) {
  transform: translateX(415px) translateY(330px);
}

@media (max-width: 1680px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(410px) translateY(330px);
  }
}

@media (max-width: 1440px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(315px) translateY(230px);
  }
}

@media (max-width: 1366px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(300px) translateY(203px);
  }
}

@media (max-width: 1024px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(410px) translateY(340px);
  }
}

@media (max-width: 820px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(360px) translateY(280px);
  }
}

@media (max-width: 768px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(310px) translateY(220px);
  }
}

@media (max-width: 767px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(165px) translateY(80px);
  }
}

@media (max-width: 390px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(145px) translateY(60px);
  }
}

@media (max-width: 375px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(145px) translateY(80px);
  }
}

@media (max-width: 360px) {
  .map-container .xian .circlebox.circlebox:nth-child(5) {
    transform: translateX(135px) translateY(90px);
  }
}

.map-container .xian .circlebox.circlebox:nth-child(6) {
  transform: translateX(555px) translateY(385px);
}

@media (max-width: 1680px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(545px) translateY(380px);
  }
}

@media (max-width: 1440px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(420px) translateY(260px);
  }
}

@media (max-width: 1366px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(400px) translateY(235px);
  }
}

@media (max-width: 1024px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(610px) translateY(455px);
  }
}

@media (max-width: 820px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(530px) translateY(370px);
  }
}

@media (max-width: 768px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(470px) translateY(300px);
  }
}

@media (max-width: 767px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(220px) translateY(90px);
  }
}

@media (max-width: 390px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(205px) translateY(70px);
  }
}

@media (max-width: 375px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(195px) translateY(80px);
  }
}

@media (max-width: 360px) {
  .map-container .xian .circlebox.circlebox:nth-child(6) {
    transform: translateX(185px) translateY(100px);
  }
}

.map-container .xian .circlebox:hover .circle-text {
  display: block;
}

.map-container .xian .circlebox .circle {
  width: 34px;
  height: 34px;
  background: #3EB7D1;
  border-radius: 50%;
  border: 5px solid #fff;
  display: block;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 360px) {
  .map-container .xian .circlebox .circle {
    width: 24px;
    height: 24px;
  }
}

.map-container .xian .circlebox .circle-text {
  max-width: 250px;
  position: absolute;
  display: none;
  top: -175px;
  left: -105px;
  z-index: 11;
}

@media (max-width: 767px) {
  .map-container .xian .circlebox .circle-text {
    max-width: 190px;
    left: -80px;
    top: -140px;
  }
}

.map-container .xian .circlebox .circle-text .imgs {
  border-radius: 14px;
  border: 8px solid #fff;
  position: relative;
  opacity: 0;
}

.map-container .xian .circlebox .circle-text .imgs::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent), linear-gradient(rgba(0, 0, 0, 0.3));
  position: absolute;
  left: 0;
  bottom: 0;
}

.map-container .xian .circlebox .circle-text .imgs img {
  border-radius: 14px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.map-container .xian .circlebox .circle-text .imgs a {
  display: block;
  width: 100%;
  height: 100%;
}

.map-container .xian .circlebox .circle-text p {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.map-container .xian .circlebox .circle-text p span {
  display: block;
  text-align: center;
}

.map-container .xian .circlebox .circle-text::after {
  content: '';
  display: block;
  width: 27px;
  height: 17px;
  background: url(../images/d.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.map-container .ct {
  position: relative;
}

.map-container .ct text {
  position: absolute;
  z-index: 22;
}

@keyframes rotateMouse {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  20% {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

/*!sc*/
.page-banner {
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 9;
}

@media (max-width: 992px) {
  .page-banner {
    height: 300px;
  }
}

.page-banner .inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}

.page-banner .inner h1 {
  color: #ffffff;
  margin: 10px 0px;
}

.page-banner .inner p {
  color: #ffffff;
  width: 400px;
}

.page-banner .bg {
  position: relative;
  height: 100%;
}

.page-banner .bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: url(../images/cover.png) no-repeat top center;
  background-size: cover;
}

.page-banner .bg.bgp::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: url(../images/cover2.png) no-repeat top center;
  background-size: cover;
}

.page-banner .bg.bgnone::before {
  opacity: 0;
}

.page-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .page-banner .bg img.pc {
    display: none;
  }
}

.page-banner .container {
  height: 70%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.page-banner .container.containerh {
  height: 50%;
}

.page-banner .in {
  width: 100%;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pad {
  display: none;
}

@media (max-width: 1024px) {
  .pad {
    display: block;
  }
}

@media (max-width: 767px) {
  .pad {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.bread {
  position: relative;
  margin-top: 50px;
  width: 100%;
}

@media (max-width: 1299px) {
  .bread {
    margin-top: 0;
  }
}

.bread * {
  color: #ffffff;
  margin-right: 5px;
}

.bread a:hover {
  color: #999;
}

.pl-3 {
  padding-left: 3rem;
}

@media (max-width: 1200px) {
  .pl-3 {
    padding-left: 0;
  }
}

.index-products-block {
  position: relative;
  padding: 80px 0px;
}

.index-products-block .products .swiper .swiper-slide {
  background: #F4F4F4;
  border-radius: 24px;
  height: 523px;
  position: relative;
  transition: all 0.35s ease;
}

@media (max-width: 1440px) {
  .index-products-block .products .swiper .swiper-slide {
    height: 420px;
  }
}

@media (max-width: 992px) {
  .index-products-block .products .swiper .swiper-slide {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .index-products-block .products .swiper .swiper-slide {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .index-products-block .products .swiper .swiper-slide {
    height: 340px;
  }
}

.index-products-block .products .swiper .swiper-slide:hover {
  border-radius: 50%;
}

.index-products-block .products .swiper .swiper-slide:hover a {
  opacity: 1;
}

.index-products-block .products .swiper .swiper-slide:hover .boximg::after {
  opacity: 1;
}

.index-products-block .products .swiper .swiper-slide:hover .con {
  left: 0;
}

.index-products-block .products .swiper .swiper-slide .boximg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .index-products-block .products .swiper .swiper-slide .boximg {
    transform: translateY(30px);
  }
}

.index-products-block .products .swiper .swiper-slide .boximg img {
  max-width: 100%;
  z-index: 2;
}

@media (max-width: 1024px) {
  .index-products-block .products .swiper .swiper-slide .boximg img {
    max-width: 50%;
  }
}

.index-products-block .products .swiper .swiper-slide .boximg::after {
  content: '';
  display: block;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background: #D6001D;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.35s ease;
  opacity: 0;
}

.index-products-block .products .swiper .swiper-slide .con {
  position: absolute;
  left: 40px;
  top: 40px;
  transition: all 0.35s ease;
  z-index: 1;
}

.index-products-block .products .swiper .swiper-slide .con h4 {
  color: #333333;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .index-products-block .products .swiper .swiper-slide .con h4 {
    text-shadow: 0 3px 6px white;
  }
}

.index-products-block .products .swiper .swiper-slide .con p {
  color: #666666;
}

@media (max-width: 1024px) {
  .index-products-block .products .swiper .swiper-slide .con p {
    text-shadow: 0 3px 6px white;
  }
}

.index-products-block .products .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 28px 54px rgba(63, 63, 63, 0.13);
  text-align: center;
  padding: 15px 25px;
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 213px;
  opacity: 0;
  z-index: 2;
  transition: all 0.35s ease;
}

.index-products-block .products .swiper .swiper-slide a::after {
  content: '+';
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
}

.index-products-block .arrow {
  position: relative;
  width: 140px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .index-products-block .arrow {
    margin-top: 0;
    width: 100px;
  }
}

.index-products-block .arrow .swiper-button-prev {
  left: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
}

@media (max-width: 767px) {
  .index-products-block .arrow .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}

.index-products-block .arrow .swiper-button-prev:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.index-products-block .arrow .swiper-button-prev:hover::after {
  color: #ffffff;
}

.index-products-block .arrow .swiper-button-next {
  right: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .index-products-block .arrow .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

.index-products-block .arrow .swiper-button-next:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.index-products-block .arrow .swiper-button-next:hover::after {
  color: #ffffff;
}

.index-products-block .txt p {
  color: #666666;
  width: 55%;
  margin: 0 auto;
}

@media (max-width: 1299px) {
  .index-products-block .txt p {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  .index-products-block .txt p {
    width: 100%;
  }
}

.index-products-block .blueback {
  border-radius: 24px;
  background: #003A8E;
}

.index-products-block .blueback .txt {
  text-align: left;
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.index-products-block .blueback .txt::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: -10px;
}

.index-products-block .blueback .txt::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: -5.5px;
}

.index-products-block .blueback .txt p {
  color: #ffffff;
  width: 100%;
  text-align: left;
}

.index-products-block .blueback .txt .more {
  background: #ffffff;
  color: #000000;
  padding: 0.8rem 2.6rem;
  border: 1px solid #ffffff;
}

.index-products-block .blueback .txt .more:hover {
  background: none;
  color: #ffffff;
}

.index-products-block .blueback .txt .in {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 1366px) {
  .index-products-block .blueback .txt .in {
    max-width: 90%;
  }
}

.index-products-block .blueback .row {
  margin: 0;
}

.index-products-block .blueback .row .col-md-6 {
  padding: 0;
}

@media (max-width: 1024px) {
  .index-products-block .blueback .row .col-md-6 {
    width: 100%;
    margin-top: 40px;
  }
}

.index-products-block .blueback .row .col-md-6 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .index-products-block .blueback .row .col-md-6 img {
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 992px) {
  .index-products-block .header-top .right {
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  .index-products-block .header-top .right .more {
    display: none;
  }
}

@media (max-width: 992px) {
  .index-products-block .mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .index-products-block .mobile .more {
    margin: 0 auto;
  }
}

.products-top-block {
  position: relative;
  z-index: 9;
  padding-bottom: 80px;
}

.products-top-block .big {
  max-width: 832px;
  margin: 0 auto;
  position: relative;
  margin-top: -180px;
}

@media (max-width: 1024px) {
  .products-top-block .big {
    margin-top: -80px;
  }
}

.products-top-block h2 {
  color: #002E7F;
}

.products-top-block .desinfo {
  color: #002E7F;
}

.products-top-block .wid {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .products-top-block .wid {
    max-width: 100%;
  }
}

.products-top-block .wid .col-md-4 {
  position: relative;
}

.products-top-block .wid .col-md-4 a {
  display: block;
  background: #003A8E;
  border-radius: 31px;
  border: 1px solid #003A8E;
  color: #ffffff;
  padding: 15px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.35s ease;
}

.products-top-block .wid .col-md-4 a img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .products-top-block .wid .col-md-4 a {
    padding: 10px;
  }
}

.products-top-block .wid .col-md-4 a:hover {
  background: none;
  color: #000;
}

.products-top-block .wid .col-md-4 a:hover img {
  filter: invert(50%) brightness(0%);
}

.products-top-block .wid .col-md-4 p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 15px;
}

.products-top-block .wid .col-md-4 .sharelist {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 66px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #efefef;
  padding: 9px;
  border-radius: 50px;
  width: 200px;
}

@media (max-width: 767px) {
  .products-top-block .wid .col-md-4 .sharelist {
    top: 50px;
  }
}

.products-top-block .wid .col-md-4 .sharelist.active {
  display: flex;
}

.products-top-block .wid .col-md-4 .sharelist a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.products-top-block .wid .col-md-4 .sharelist a:hover {
  background: #ffffff;
}

.products-top-block .wid .col-md-4 .sharelist a:hover img {
  filter: none;
}

.products-top-block .wid .col-md-4 .sharelist a img {
  display: block;
  width: 40px;
  margin-right: 0;
}

.index-choose-block {
  position: relative;
  overflow: hidden;
}

.index-choose-block .txt p {
  color: #666666;
}

@media (max-width: 992px) {
  .index-choose-block .row .col-md-3 {
    width: 50%;
  }
}

.index-choose-block .row .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.index-choose-block .row .col-md-3 a:hover {
  background: #0042A1;
}

.index-choose-block .row .col-md-3 a:hover .con {
  color: #ffffff;
}

.index-choose-block .row .col-md-3 a:hover .con img {
  filter: invert(50%) brightness(300%) !important;
}

.index-choose-block .row .col-md-3 a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 90%;
  position: relative;
}

.index-choose-block .row .col-md-3 a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.index-choose-block .row .col-md-3 a .con {
  height: 200px;
  padding: 1.5rem;
  position: relative;
}

.index-choose-block .row .col-md-3 a .con img {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}

.index-brands-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.index-brands-block .header-top .right {
  justify-content: flex-end;
}

.index-brands-block .arrow {
  position: relative;
  width: 140px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .index-brands-block .arrow {
    margin-top: 0;
    width: 100px;
  }
}

.index-brands-block .arrow .swiper-button-prev {
  left: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
}

@media (max-width: 767px) {
  .index-brands-block .arrow .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}

.index-brands-block .arrow .swiper-button-prev:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.index-brands-block .arrow .swiper-button-prev:hover::after {
  color: #ffffff;
}

.index-brands-block .arrow .swiper-button-next {
  right: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .index-brands-block .arrow .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

.index-brands-block .arrow .swiper-button-next:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.index-brands-block .arrow .swiper-button-next:hover::after {
  color: #ffffff;
}

.index-brands-block .brands {
  position: relative;
  z-index: 9;
}

.index-brands-block .brands .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.index-brands-block .brands .swiper .swiper-wrapper {
  height: 480px;
}

@media (max-width: 767px) {
  .index-brands-block .brands .swiper .swiper-wrapper {
    height: 200px;
  }
}

.index-brands-block .brands .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .index-brands-block .brands .swiper .swiper-wrapper .swiper-slide {
    padding: 10px;
  }
}

.index-brands-block .brands .swiper .swiper-wrapper .swiper-slide:hover .icos {
  box-shadow: 0 3px 10px rgba(0, 58, 142, 0.16);
  border: 1px solid #003A8E;
}

.index-brands-block .brands .swiper .swiper-wrapper .swiper-slide .icos {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}

.index-honor-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
  padding-bottom: 0;
}

.index-honor-block .header-top .right {
  justify-content: flex-end;
}

.index-honor-block .arrow {
  position: relative;
  width: 140px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .index-honor-block .arrow {
    margin-top: 0;
    width: 100px;
  }
}

.index-honor-block .arrow .swiper-button-prev {
  left: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
}

@media (max-width: 767px) {
  .index-honor-block .arrow .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}

.index-honor-block .arrow .swiper-button-prev:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.index-honor-block .arrow .swiper-button-prev:hover::after {
  color: #ffffff;
}

.index-honor-block .arrow .swiper-button-next {
  right: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .index-honor-block .arrow .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

.index-honor-block .arrow .swiper-button-next:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.index-honor-block .arrow .swiper-button-next:hover::after {
  color: #ffffff;
}

.index-honor-block .honor {
  position: relative;
  z-index: 9;
}

.index-honor-block .honor .swiper {
  width: 100%;
  height: 100%;
}

.index-honor-block .honor .swiper .swiper-wrapper {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .index-honor-block .honor .swiper .swiper-wrapper {
    padding-top: 0;
  }
}

.index-honor-block .honor .swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition: 300ms;
  transform: scale(1);
  display: flex;
  justify-content: center;
}

.index-honor-block .honor .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.9);
  z-index: 9;
  height: 484px;
}

@media (max-width: 1024px) {
  .index-honor-block .honor .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: 404px;
  }
}

@media (max-width: 767px) {
  .index-honor-block .honor .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: 100%;
    transform: scale(1);
  }
}

.index-honor-block .honor .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev, .index-honor-block .honor .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .index-honor-block .honor .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev, .index-honor-block .honor .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    height: 100%;
    transform: scale(1);
  }
}

.read-more {
  text-align: right;
  color: #6D6D6D;
  border-bottom: 3px solid #333333;
  display: inline-block;
}

.read-more:hover {
  border-color: #FCB561;
  color: #FCB561;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-bar .left {
  width: 560px;
}

.header-bar .left p {
  color: #6D6D6D;
}

.header-bar a {
  text-align: right;
  color: #6D6D6D;
  border-bottom: 3px solid #333333;
}

.header-bar a:hover {
  border-color: #FCB561;
  color: #FCB561;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(1.6);
  }
  78%, 100% {
    opacity: 0;
  }
}

.title-h2::before {
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  background: #8B795B;
  margin: 20px auto;
}

.About-block {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .About-block {
    padding-top: 30px;
  }
}

.About-block .about-title {
  position: relative;
}

.About-block .about-title::before {
  content: '';
  display: block;
  width: 238px;
  height: 35px;
  background: url(../images/logo_d.svg) no-repeat top center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.About-block .txt {
  box-sizing: border-box;
}

.About-block .txt p {
  color: #002E7F;
  margin-bottom: 10px;
}

.About-block .picbox2 {
  position: relative;
  z-index: 9;
}

.About-block .boxcontent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.About-block .boxcontent .box {
  width: 50%;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .About-block .boxcontent .box {
    width: 100%;
  }
}

.About-block .boxcontent .box:hover .boximg img {
  transform: scale(1.1);
}

.About-block .boxcontent .box .boximg {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.About-block .boxcontent .box .boximg::after {
  content: '';
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, #0042A1);
}

.About-block .boxcontent .box .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.About-block .boxcontent .box .con {
  position: absolute;
  width: 80%;
  height: auto;
  left: 10%;
  bottom: 30px;
  color: #ffffff;
}

.About-block .boxcontent .box .con p {
  margin-top: 15px;
}

.Contact-block {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .Contact-block .row .col-md-7 {
    width: 100%;
  }
}

.Contact-block .row .col-md-7 img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .Contact-block .row .col-md-5 {
    width: 100%;
  }
}

.Contact-block .address {
  margin-left: 3rem;
}

@media (max-width: 992px) {
  .Contact-block .address {
    margin-left: 0;
  }
}

.Contact-block .address dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.Contact-block .address dd .icos {
  width: 37px;
  height: 37px;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.Contact-block .address dd .right {
  width: calc(100% - 50px);
}

.Contact-block .address dd .right p {
  margin-bottom: 0;
  color: #666666;
}

@media (max-width: 1024px) {
  .Contact-block .address dd .right p br {
    display: none;
  }
}

.promotion-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.promotion-block .row {
  margin-right: calc(var(--bs-gutter-x)* -1.5);
  margin-left: calc(var(--bs-gutter-x)* -1.5);
}

.promotion-block .row .col-md-4 {
  padding-right: calc(var(--bs-gutter-x)* 1.5);
  padding-left: calc(var(--bs-gutter-x)* 1.5);
}

@media (max-width: 992px) {
  .promotion-block .row .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .promotion-block .row .col-md-4 {
    width: 100%;
  }
}

.promotion-block .row .col-md-4 .box {
  background: #FBFBFB;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.35s ease;
}

.promotion-block .row .col-md-4 .box:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.promotion-block .row .col-md-4 .box:hover .boximg img {
  transform: scale(1.1);
}

.promotion-block .row .col-md-4 .box .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 68.25%;
  position: relative;
}

.promotion-block .row .col-md-4 .box .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.promotion-block .row .col-md-4 .box .con {
  padding: 2rem;
  box-sizing: border-box;
}

.promotion-block .row .col-md-4 .box .con .date {
  display: block;
  color: #B1B1B1;
}

.promotion-block .row .col-md-4 .box .con h3 {
  margin: 1rem 0;
  height: 100px;
}

.promotion-block .row .col-md-4 .box .con .desinfo {
  color: #464646;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
}

@media (max-width: 1024px) {
  .promotion-block .row .col-md-4 .box .con .desinfo {
    display: none;
  }
}

.promotion-block .row .col-md-4 .box .con .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 28px 54px rgba(63, 63, 63, 0.13);
  text-align: center;
  padding: 8px 25px;
  transition: all 0.35s ease;
  width: 178px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 30px;
}

.promotion-block .row .col-md-4 .box .con .more:hover {
  background: #003A8F;
  color: #ffffff;
}

.promotion-block .row .col-md-4 .box .con .more:hover::after {
  color: #ffffff;
}

.promotion-block .row .col-md-4 .box .con .more::after {
  content: '+';
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
  color: #003A8F;
}

.promotion-block .blueback {
  background: #F4F7FC;
  position: relative;
}

.promotion-block .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .promotion-block .bar {
    flex-wrap: wrap;
  }
}

.promotion-block .bar .bread {
  margin-top: 0;
  width: auto;
}

.promotion-block .bar .bread * {
  color: #000;
}

.promotion-block .bar .bread a:hover {
  color: #003A8F;
}

.promotion-block .bar .share a {
  margin-left: 15px;
  transition: all 0.35s ease;
}

@media (max-width: 992px) {
  .promotion-block .bar .share a {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
  }
}

.promotion-block .bar .share a img {
  transition: all 0.35s ease;
}

.promotion-block .bar .share a:hover img {
  transform: scale(1.1);
}

.promotion-block .bigimg {
  position: relative;
  max-width: 88%;
  margin: 0 auto;
}

.promotion-block .bigimg .swiper-button-prev {
  left: -7%;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
}

@media (max-width: 1024px) {
  .promotion-block .bigimg .swiper-button-prev {
    left: -9%;
  }
}

@media (max-width: 767px) {
  .promotion-block .bigimg .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}

.promotion-block .bigimg .swiper-button-prev:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.promotion-block .bigimg .swiper-button-prev:hover::after {
  color: #ffffff;
}

.promotion-block .bigimg .swiper-button-next {
  right: -7%;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .promotion-block .bigimg .swiper-button-next {
    right: -9%;
  }
}

@media (max-width: 767px) {
  .promotion-block .bigimg .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

.promotion-block .bigimg .swiper-button-next:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.promotion-block .bigimg .swiper-button-next:hover::after {
  color: #ffffff;
}

.promotion-block .bigimg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-block .arrow {
  position: relative;
  width: 140px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .promotion-block .arrow {
    margin-top: 0;
    width: 100px;
  }
}

.promotion-block .arrow .swiper-button-prev {
  left: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
}

@media (max-width: 767px) {
  .promotion-block .arrow .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}

.promotion-block .arrow .swiper-button-prev:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.promotion-block .arrow .swiper-button-prev:hover::after {
  color: #ffffff;
}

.promotion-block .arrow .swiper-button-next {
  right: 0px;
  width: 64px;
  height: 64px;
  transition: all 0.35s ease;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .promotion-block .arrow .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

.promotion-block .arrow .swiper-button-next:hover {
  background: #0042A1;
  border: 1px solid #0042A1;
}

.promotion-block .arrow .swiper-button-next:hover::after {
  color: #ffffff;
}

.promotion-block .promotionbox .header-top .right {
  width: auto;
}

.promotion-block .promotionbox .promotion {
  margin-bottom: 70px;
}

.promotion-block .promotionbox .promotion .swiper-slide .box {
  background: #FBFBFB;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.35s ease;
  margin-bottom: 20px;
  margin-right: 5px;
}

.promotion-block .promotionbox .promotion .swiper-slide .box:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.promotion-block .promotionbox .promotion .swiper-slide .box:hover .boximg img {
  transform: scale(1.1);
}

.promotion-block .promotionbox .promotion .swiper-slide .box .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 68.25%;
  position: relative;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con {
  padding: 2rem;
  box-sizing: border-box;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con .date {
  display: block;
  color: #B1B1B1;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con h3 {
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con .desinfo {
  color: #464646;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 28px 54px rgba(63, 63, 63, 0.13);
  text-align: center;
  padding: 8px 25px;
  transition: all 0.35s ease;
  width: 178px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 30px;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con .more:hover {
  background: #003A8F;
  color: #ffffff;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con .more:hover::after {
  color: #ffffff;
}

.promotion-block .promotionbox .promotion .swiper-slide .box .con .more::after {
  content: '+';
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
  color: #003A8F;
}

.products-block {
  position: relative;
  overflow: hidden;
  background: #F4F7FC;
  padding: 70px 0px;
}

.products-block .catetype .downtit {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 20px;
  transition: all 0.35s ease;
}

.products-block .catetype .downtit.arrow-down::after {
  transform: rotate(0deg);
}

.products-block .catetype .downtit::after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-left: 15px;
  transform: rotate(180deg);
}

.products-block .catetype .downmenu {
  border-radius: 0 10px 10px 10px;
  background: #ffffff;
  padding: 20px;
}

.products-block .catetype .downmenu .formbox {
  display: block;
}

.products-block .catetype .downmenu .checkboxlist {
  display: flex;
  flex-wrap: wrap;
}

.products-block .catetype .downmenu .checkboxlist .checkbox-inline {
  width: 20%;
}

@media (max-width: 1299px) {
  .products-block .catetype .downmenu .checkboxlist .checkbox-inline {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .products-block .catetype .downmenu .checkboxlist .checkbox-inline {
    width: 100%;
  }
}

.products-block .catetype .downmenu button {
  display: block;
  width: 200px;
  background: #003A8E;
  border-radius: 50px;
  color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 20px 15px;
  margin: 40px auto 20px auto;
  font-family: 'Inter-Medium', '微軟正黑體';
}

.products-block .row {
  margin-right: calc(var(--bs-gutter-x)* -1);
  margin-left: calc(var(--bs-gutter-x)* -1);
}

.products-block .row .col-md-4 {
  padding-right: calc(var(--bs-gutter-x)* 1);
  padding-left: calc(var(--bs-gutter-x)* 1);
}

@media (max-width: 992px) {
  .products-block .row .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .products-block .row .col-md-4 {
    width: 100%;
  }
}

.products-block .row .col-md-4 a {
  display: block;
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  padding: 2rem;
  height: 100%;
  transition: all 0.35s ease;
}

.products-block .row .col-md-4 a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.products-block .row .col-md-4 a:hover .boximg img {
  transform: scale(1.1);
}

.products-block .row .col-md-4 a .boximg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}

.products-block .row .col-md-4 a .boximg img {
  transition: all 0.35s ease;
}

.products-block .row .col-md-4 a .con {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  width: calc(100% - 2.5rem);
}

.products-block .row .col-md-4 a .con p {
  color: #666666;
}

.products-block .inner .txt h3 {
  font-size: 26px;
  color: #003A8E;
  font-family: 'Inter-Medium', '微軟正黑體';
  margin-bottom: 25px;
  margin-top: 60px;
}

@media (max-width: 1440px) {
  .products-block .inner .txt h3 {
    font-size: 24px;
  }
}

@media (max-width: 1299px) {
  .products-block .inner .txt h3 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .products-block .inner .txt h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .products-block .inner .txt h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .products-block .inner .txt h3 {
    font-size: 16px;
  }
}

.products-block .inner .txt p {
  color: #666666;
}

.products-block .inner .txt img {
  display: block;
  margin: 30px 0 50px 0px;
}

.products-block .inner .box {
  background: #ffffff;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  padding: 30px;
}

@media (max-width: 1024px) {
  .products-block .inner .box {
    margin: 30px auto;
    height: auto;
  }
}

.products-block .inner .box .boximg img {
  display: block;
  margin: 0 auto;
}

.products-block .inner .box a {
  display: block;
  border-radius: 11px;
  background: #E1E1E1;
  padding: 15px;
  text-align: center;
  width: 200px;
  margin: 30px auto 0px auto;
  transition: all 0.35s ease;
  border: 1px solid #E1E1E1;
}

.products-block .inner .box a img {
  margin-right: 10px;
}

.products-block .inner .box a:hover {
  background: none;
}

.products-block .inner .row {
  margin-right: calc(var(--bs-gutter-x)* -0.5);
  margin-left: calc(var(--bs-gutter-x)* -0.5);
}

@media (max-width: 1024px) {
  .products-block .inner .row .col-md-7, .products-block .inner .row .col-md-5 {
    width: 100%;
  }
}

.Enquiry-block {
  position: relative;
  overflow: hidden;
  background: #F4F7FC;
  padding: 40px 0 80px 0px;
}

.Enquiry-block .bread {
  margin-top: 0;
}

.Enquiry-block .bread * {
  color: #003A8F;
  font-weight: bold;
}

.Enquiry-block .txt p {
  color: #464646;
  margin-bottom: 0;
}

.Enquiry-block .whiteback {
  background: #FFFFFF;
  border-radius: 17px;
  padding: 30px;
}

@media (max-width: 1024px) {
  .Enquiry-block .whiteback table {
    width: 150%;
  }
}

@media (max-width: 767px) {
  .Enquiry-block .whiteback table {
    width: 300%;
  }
}

.Enquiry-block .whiteback table th, .Enquiry-block .whiteback table td {
  padding: 20px 15px;
  vertical-align: middle;
  position: relative;
}

.Enquiry-block .whiteback table th .text, .Enquiry-block .whiteback table td .text {
  width: 60%;
}

.Enquiry-block .whiteback table th .text p, .Enquiry-block .whiteback table td .text p {
  margin-bottom: 10px;
}

.Enquiry-block .whiteback table th .delete, .Enquiry-block .whiteback table td .delete {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 47px;
  height: 47px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.35s ease;
}

.Enquiry-block .whiteback table th .delete:hover, .Enquiry-block .whiteback table td .delete:hover {
  background: #707070;
}

.Enquiry-block .whiteback table th .imgs, .Enquiry-block .whiteback table td .imgs {
  height: 160px;
  display: flex;
  align-items: center;
}

.Enquiry-block .whiteback table th .imgs img, .Enquiry-block .whiteback table td .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Enquiry-block .whiteback table th {
  font-size: 18px;
  color: #1C1C1C;
  border-color: rgba(112, 112, 112, 0.8) !important;
  padding: 15px;
}

@media (max-width: 767px) {
  .Enquiry-block .whiteback table th {
    font-size: 14px;
  }
}

.Enquiry-block .whiteback table td {
  border-color: rgba(112, 112, 112, 0.2);
}

.Enquiry-block .whiteback table tbody tr:nth-last-child(1) td {
  border: none;
}

.Enquiry-block h2 {
  color: #002E7F;
}

.Enquiry-block h2.red {
  color: #CB0015;
}

.Enquiry-block form .form-group {
  background: #FFFFFF;
  border-radius: 18px;
  display: flex;
  flex: auto;
  align-items: baseline;
  padding: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .Enquiry-block form .form-group {
    padding: 10px 15px;
  }
}

.Enquiry-block form .form-group label {
  color: #1C1C1C;
  white-space: nowrap;
}

.Enquiry-block form .form-group label sub {
  color: #CB0015;
  bottom: 0;
}

.Enquiry-block form .form-group .form-control {
  border: none;
}

.Enquiry-block form .code {
  position: relative;
  width: 288px;
  background: #F5F5F5;
  text-align: center;
  color: #002E7F;
  padding: 15px;
}

.Enquiry-block form button {
  display: inline-block;
  background: #002E7F;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 40px;
  width: 174px;
  text-align: center;
  border: 1px solid #002E7F;
  transition: all 0.35s ease;
}

.Enquiry-block form button:hover {
  color: #002E7F;
  background: none;
}

@media (max-width: 767px) {
  .Enquiry-block form .col-md-9 {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .Enquiry-block form .col-md-9 .code {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .Enquiry-block form .col-md-9 .code {
    width: 150px;
    font-size: 14px;
    margin-left: 0 !important;
    margin-top: 15px;
  }
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
  width: 100%;
}

form .form-group .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding-left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

form .form-group .select-menu-ul li {
  padding: 15px 10px;
  margin-bottom: 0;
  border-radius: 0;
  color: #666666;
}

form .form-group .select-menu-ul li::before {
  display: none !important;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 0.7rem 0.5rem;
  border: none;
  border: 1px solid #1B1B1B;
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

form .form-group .select-this {
  background: #1B1B1B;
  color: #fff !important;
}

form .form-group .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #666666;
  padding: 0;
}

form .form-group .select-menu-i {
  transform: rotate(180deg) translateY(50%);
}

form .form-group i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.radiolist {
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-top: 10px;
}

.radiolist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
  border-color: #8B795B;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark .bzbox h4 {
  font-weight: bold;
}

.radiolist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #1B1B1B;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.radiolist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #8B795B;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.radiolist .radiobox-inline .radiobox .bzbox {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.radiolist .radiobox-inline .radiobox .bzbox .bz {
  margin: 0 1rem;
}

.radiolist .radiobox-inline .radiobox .bzbox h4 {
  margin-bottom: 0;
  color: #0F0F0F;
}

@media (max-width: 767px) {
  .radiolist .radiobox-inline .radiobox .bzbox h4 {
    font-size: 14px;
  }
}

.checkboxlist {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.checkboxlist .checkbox-inline {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  align-items: center;
}

@media (max-width: 1299px) {
  .checkboxlist .checkbox-inline {
    margin-bottom: 1rem;
  }
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  cursor: pointer;
  line-height: 1;
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: rgba(0, 58, 142, 0.58);
  border-color: rgba(0, 58, 142, 0.58);
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #003A8F;
  border-radius: 5px;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #374869;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline span {
  color: #1B1B1B;
  font-weight: normal;
}

.garyText {
  color: #9F9F9F;
}

.more {
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
  position: relative;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  background: #003A8F;
  color: #ffffff;
  font-family: 'Inter-Medium','微軟正黑體';
}

.more:hover {
  color: #003A8F;
  background: #ffffff;
}

.pup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: none;
}

.pup.show {
  display: block;
}

.pup .pupback {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.pup .conbox {
  width: 1151px;
  background: #ffffff;
  border-radius: 0px;
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1299px) {
  .pup .conbox {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .pup .conbox {
    max-width: 94%;
    width: 94%;
    padding: 40px 25px;
  }
}

.pup .conbox.conbox2 {
  width: 890px;
}

.pup .conbox.conbox2 .boxcontent {
  height: 659px;
}

.pup .conbox.conbox2 table tr td {
  background: #EAEDEC;
  padding: 1rem;
  border: 1px solid #fff;
  font-size: 18px;
  font-family: 'Poppins-Medium';
}

.pup .conbox .close {
  position: absolute;
  right: 0rem;
  top: -6rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.pup .conbox .close::before, .pup .conbox .close::after {
  background: #fff;
  top: 27px;
  left: 20px;
}

.pup .conbox img {
  display: block;
  margin: 0 auto;
}

.pup .conbox .con {
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding-right: 1rem;
}

@media (max-width: 992px) {
  .pup .conbox .con {
    width: 100%;
  }
}

.pup .conbox h2 {
  text-align: center;
  position: relative;
  width: max-content;
  font-family: 'Constantia';
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.pup .conbox h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #3EB7D1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pup .conbox h4 {
  font-family: 'Poppins-Medium';
}

@media (max-width: 767px) {
  .pup .conbox h4 {
    font-size: 16px;
  }
}

.pup .conbox p {
  color: #000000;
  margin-bottom: 30px;
}

.pup .conbox ul {
  padding-left: 1.2rem;
  margin-bottom: 30px;
}

.pup .conbox ul li {
  margin-top: 10px;
}

.pup .conbox .urla a {
  color: #3EB7D1;
  display: block;
  margin-top: 10px;
}

.pup .conbox .urla a span {
  text-decoration: underline;
}

.pup .boxcontent {
  height: 559px;
  overflow-y: scroll;
}

.pup .boxcontent.box2 {
  display: none;
}

.pup .boxcontent.box3 {
  display: none;
}

.pup1 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: none;
}

.pup1.show {
  display: block;
}

.pup1 .pupback1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.pup1 .conbox {
  width: 1151px;
  background: #ffffff;
  border-radius: 0px;
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1299px) {
  .pup1 .conbox {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .pup1 .conbox {
    max-width: 94%;
    width: 94%;
    padding: 40px 25px;
  }
}

.pup1 .conbox.conbox2 {
  width: 890px;
}

.pup1 .conbox.conbox2 .boxcontent {
  height: 659px;
}

.pup1 .conbox.conbox2 table tr td {
  background: #EAEDEC;
  padding: 1rem;
  border: 1px solid #fff;
  font-size: 18px;
  font-family: 'Poppins-Medium';
}

.pup1 .conbox .close {
  position: absolute;
  right: 0rem;
  top: -5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 2222;
}

.pup1 .conbox .close::before, .pup1 .conbox .close::after {
  background: #fff;
  top: 27px;
  left: 20px;
}

.pup1 .conbox img {
  display: block;
  margin: 0 auto;
}

.pup1 .conbox .con {
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding-right: 1rem;
}

@media (max-width: 992px) {
  .pup1 .conbox .con {
    width: 100%;
  }
}

.pup1 .conbox h2 {
  text-align: center;
  position: relative;
  width: max-content;
  font-family: 'Constantia';
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.pup1 .conbox h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #3EB7D1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pup1 .conbox h4 {
  font-family: 'Poppins-Medium';
}

@media (max-width: 767px) {
  .pup1 .conbox h4 {
    font-size: 16px;
  }
}

.pup1 .conbox p {
  color: #000000;
  margin-bottom: 30px;
}

.pup1 .conbox ul {
  padding-left: 1.2rem;
  margin-bottom: 30px;
}

.pup1 .conbox ul li {
  margin-top: 10px;
}

.pup1 .conbox .urla a {
  color: #3EB7D1;
  display: block;
  margin-top: 10px;
}

.pup1 .conbox .urla a span {
  text-decoration: underline;
}

.pup1 .boxcontent {
  height: 509px;
  overflow-y: scroll;
}

.pup1 .boxcontent.box2 {
  display: none;
}

.pup1 .boxcontent.box3 {
  display: none;
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  max-width: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal.in .modal-dialog .modal-header {
  display: block;
  border: none;
}

.modal.in .modal-dialog .modal-content {
  max-width: 740px;
  border-radius: 0px;
  display: block;
  padding: 3rem;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog .modal-content {
    padding: 1.5rem;
  }
}

.modal.in .modal-dialog .modal-content img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.modal.in .modal-dialog .modal-content form label {
  display: block;
  margin-bottom: 0.5rem;
}

.modal.in .modal-dialog .modal-content form input {
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #374869;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}

.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064CEA;
  box-shadow: none;
}

.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}

.modal.in .modal-dialog .content2 {
  display: none;
}

main.wrapper {
  left: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

main.wrapper.open {
  left: -400px;
}

main.wrapper.open .Member .left_nav nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-top: 0;
  opacity: 1;
}

main.wrapper.open .close::before, main.wrapper.open .close::after {
  background: #333;
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #002E7F;
  position: relative;
}

footer .foottop {
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

footer .foottop ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

footer .foottop ul li {
  list-style: none;
  margin-bottom: 5px;
}

@media (max-width: 1440px) {
  footer .foottop ul li {
    width: 50%;
  }
}

footer .foottop ul li:nth-last-child(1) a {
  margin-right: 0;
}

footer .foottop ul li a {
  color: #ffffff;
  transition: all 0.35s ease;
  display: inline-block;
  margin-right: 50px;
}

footer .foottop ul li a:hover {
  transform: scale(1.1);
}

footer .logo {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 20px;
  }
}

footer .logo a {
  display: inline-block;
  margin-right: 20px;
}

footer .logo a:nth-last-child(1) {
  margin-right: 0;
}

footer .links a {
  display: inline-block;
  margin-right: 20px;
}

footer .copyright {
  position: relative;
  overflow: hidden;
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer .copyright p {
  color: white;
}

footer .copyright .links {
  display: flex;
}

@media (max-width: 767px) {
  footer .copyright .links {
    margin-left: 0;
  }
}

footer .copyright .links a {
  color: white;
  display: flex;
  margin-right: 0;
  align-items: center;
  transition: all 0.35s ease;
}

footer .copyright .links a:nth-child(1)::before {
  display: none;
}

footer .copyright .links a::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: white;
  margin-right: 5px;
  margin-left: 5px;
}

footer .copyright .links a:hover {
  color: #999;
}

footer .address dl dd {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

footer .address dl dd span {
  width: 34px;
}

footer .address dl dd p {
  color: #ffffff;
  margin-top: 0px;
  font-weight: bold;
  width: calc(100% - 40px);
  margin-bottom: 0;
}

footer .address dl dd p a {
  color: #ffffff;
  transition: all 0.35s ease;
  display: inline-block;
}

footer .address dl dd p a:hover {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  footer .address dl dd p br {
    display: none;
  }
}

@media (max-width: 1024px) {
  footer .row .col-md-5, footer .row .col-md-6 {
    width: 100%;
    margin-bottom: 30px;
  }
}

footer .row .col-md-7 {
  width: 773px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  footer .row .col-md-7 {
    width: 100%;
  }
}

footer .row .col-md-7 .inner {
  width: 60%;
  float: right;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  footer .row .col-md-7 .inner {
    width: 100%;
    margin-top: 40px;
  }
}

footer .row .col-md-7 .inner form .form-control {
  border: 1px solid #E3E3E3;
  background: #FFFFFF;
  padding: 0.8rem;
  border-radius: 6px;
  margin-bottom: 15px;
}

footer .row .col-md-7 .inner form button {
  padding: 0.7rem 2.6rem;
}

footer .social {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  footer .social {
    justify-content: flex-start;
  }
}

footer .social a {
  margin-right: 20px;
  font-size: 24px;
  transition: all 0.35s ease;
  display: block;
}

footer .social a img {
  transition: all 0.35s ease;
  width: 50px;
}

footer .social a:hover img {
  transform: scale(1.1);
}

footer h3 {
  margin-bottom: 0;
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 7rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  width: 60px;
  height: 60px;
  opacity: 0;
  background: #003A8E;
  border-radius: 50%;
  transform: translateY(5rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
}

@media (min-width: 1680px) {
  .message {
    transform: translateY(15rem);
  }
}

.message::after {
  content: "\f062";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
}

@media (max-width: 767px) {
  .message span {
    display: none;
  }
}

.fixlinks {
  z-index: 99;
  bottom: 150px;
  right: 50px;
  position: fixed;
  width: 257px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .fixlinks {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .fixlinks {
    bottom: 70px;
    right: 5px;
  }
}

.fixlinks.show ul {
  display: block;
}

.fixlinks.show .abtn {
  background: #C24D00;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.fixlinks.show .abtn img {
  transform: none;
}

.fixlinks .abtn {
  background: linear-gradient(180deg, #EB630A 0%, #FF8D43 100%) 0% 0% no-repeat padding-box;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

@media (max-width: 767px) {
  .fixlinks .abtn {
    width: 50px;
    height: 50px;
  }
}

.fixlinks .abtn img {
  transition: all 0.35s ease;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .fixlinks .abtn img {
    width: 15px;
  }
}

.fixlinks ul {
  padding-left: 0;
  border-radius: 20px;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  display: none;
}

.fixlinks ul li {
  list-style: none;
}

.fixlinks ul li:nth-child(2) a {
  color: #A560B2;
}

.fixlinks ul li:nth-child(3) a {
  color: #CB8200;
}

.fixlinks ul li a {
  padding: 20px;
  display: flex;
  align-items: center;
  color: #0E642D;
  font-weight: bold;
  font-family: 'TitilliumWeb-SemiBold', '微軟正黑體';
}

.fixlinks ul li a:hover {
  background: #F5F5F5;
}

.fixlinks ul li a img {
  margin-right: 10px;
}

@media (max-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (max-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  padding: 1.1rem 1.25rem;
  color: #0042A1;
  transition: all 0.35s ease;
  border-radius: 50%;
}

.pageinfo ul li a:hover {
  background: #0042A1;
  color: #fff;
}

.pageinfo ul li .active {
  color: #ffffff;
  background: #0042A1;
}

.pageinfo ul li .prev {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #000000;
  border: none;
  background: none;
}

.pageinfo ul li .prev:hover {
  background: none;
}

.pageinfo ul li .prev::before {
  content: "\f104";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 24px;
}

.pageinfo ul li .next {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #000000;
  border: none;
  background: none;
}

.pageinfo ul li .next:hover {
  background: none;
}

.pageinfo ul li .next::before {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 24px;
}

@media (max-width: 767px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #374869;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.fixed {
  position: fixed;
  left: 1rem;
  top: 15%;
  z-index: 99;
  background: #F8F8F8;
  transition: all 0.35s ease;
}

.fixed.sticky ul li img {
  margin-bottom: 0;
}

.fixed.sticky ul li b {
  display: none;
}

@media (max-width: 1024px) {
  .fixed {
    display: none;
  }
}

.fixed ul {
  margin-bottom: 0;
}

.fixed ul li {
  list-style: none;
  color: #98A3AD;
  border-bottom: 1px solid #DADADC;
  box-sizing: border-box;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}

.fixed ul li::before {
  display: none;
}

.fixed ul li img {
  display: block;
  margin: 0rem auto 0.5rem auto;
}

.fixed ul li b {
  display: block;
  text-align: center;
  color: #98A3AD;
  line-height: 1.2;
}

/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #666666;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #666666;
  /* placeholder文字颜色为紫色 */
}

/* Webkit内核（Chrome、Safari） */
.select-menu-input::-webkit-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.select-menu-input::-moz-placeholder {
  color: #666666;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.select-menu-input::-ms-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.select-menu-input::placeholder {
  color: #666666;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
