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

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

body {
  color: #3B3B3B;
  background: #FFFEF0;
  font-family: 'SweiDLucyCJKtc-Medium';
  font-size: 16px;
}

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

body h4, body h3 {
  line-height: 1.4;
}

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

body em {
  font-style: normal;
}

body h3 {
  font-size: 24px;
}

@media (max-width: 1024px) {
  body h3 {
    font-size: 20px;
  }
}

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

body .header-top em {
  display: block;
  text-transform: uppercase;
}

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

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

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: 320px;
  float: left;
  padding-left: 2.5rem;
}

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 a {
  color: #3B3B3B;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #3B3B3B;
  text-decoration: none;
}

body img {
  max-width: 100%;
}

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

body .bold {
  font-family: 'SweiDLucyCJKtc-Bold','微軟正黑體';
}

body .blownText {
  color: #9F8942;
}

body .orangeText {
  color: #CE0F69;
}

body .blueText {
  color: #379CCC !important;
}

body .blueLight {
  color: #003783;
}

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

body .black {
  color: #000000;
}

body .red {
  color: #003783;
}

body .greenback {
  background: #003783;
}

body .greenDeep {
  color: #003783;
}

body .orangeDeep {
  color: #003783;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs106 {
  font-size: 106px;
  line-height: 0.8;
}

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

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

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

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

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

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

body .fs90 {
  font-size: 90px;
}

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

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

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

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

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

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

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

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

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

body .fs64 {
  font-size: 64px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 28px;
  }
}

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: 36px;
  }
}

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

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

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

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

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

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

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

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

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

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: 26px;
  }
}

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: 22px;
  }
}

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: 16px;
  }
}

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: 24px;
  }
}

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: 20px;
  }
}

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: 16px;
  }
}

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

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

@media (max-width: 767px) {
  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: 16px;
  }
}

body .fs19 {
  font-size: 19px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body .white {
  color: #ffffff !important;
}

body .more-border {
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 200px;
  height: 60px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}

body .more-border:hover {
  color: #003783;
  background: #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: #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DB0967;
  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: #333;
}

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

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

.dropdown-menu {
  position: absolute;
  min-width: 100%;
  left: 0%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  border: none;
}

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

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 0rem 0.5rem 0rem;
  display: block;
  width: 100%;
  color: #3B3B3B;
  white-space: nowrap;
  margin-left: 0 !important;
  border-radius: 0 !important;
  transition: all 0.35s ease;
  text-align: center;
}

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

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

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

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

@media (max-width: 1280px) {
  .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: 1280px) {
  .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: 1280px) {
  .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: #003783;
}

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

@media (max-width: 1280px) {
  .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: #003783;
}

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

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

@media (max-width: 1280px) {
  .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;
}

.open > .sc-dropdown {
  display: block !important;
  left: 0;
}

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

main .txt ul {
  padding-left: 1.2rem;
  margin-top: 1rem;
}

main .txt ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.3rem;
  list-style: disc;
}

main .txt ul li::marker {
  color: #CE0F69;
  background: #CE0F69;
}

main .txt ul li a {
  color: #CE0F69;
  text-decoration: underline;
}

main .txt p a {
  color: #CE0F69;
  text-decoration: underline;
}

.container {
  max-width: 1472px;
}

@media (max-width: 1440px) {
  .container {
    max-width: 88%;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 94%;
  }
}

@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: #3B3B3B;
}

@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: 1280px) {
  .icon-box {
    display: flex !important;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background: #efefef;
  }
}

@media (max-width: 767px) {
  .icon-box {
    width: 40px;
    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;
  }
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.35s ease;
  background: #ffffff;
  width: 40px;
  height: 40px;
  outline: none;
  border: 1px solid #707070;
  border-radius: 50%;
  opacity: 0.42;
  overflow: hidden;
}

@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 1;
}

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

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

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

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

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

@media (max-width: 1200px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

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

header .container {
  max-width: 1623px;
}

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

header .header {
  width: 100%;
  background: #FCF7F1;
}

header .header .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}

header .header .topbar .contxt a {
  display: inline-block;
  padding: 2px 10px;
  transition: all 0.35s ease;
}

header .header .topmenu {
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  background: #ffffff;
}

@media (max-width: 767px) {
  header .header .topmenu {
    padding: 10px 0px;
  }
}

header .header .container .left {
  max-width: 210px;
  transition: all 0.35s ease;
}

@media (max-width: 1366px) {
  header .header .container .left {
    max-width: 170px;
  }
}

header .header .container .left .logo {
  display: flex;
  align-items: center;
}

header .header .container .left .logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  header .header .container .left .logo img {
    max-width: 80%;
  }
}

header .header .container .left .logo a {
  display: flex;
  align-items: center;
}

header .header .container .left .or {
  margin-left: 30px;
}

@media (max-width: 767px) {
  header .header .container .left .or {
    margin-left: 0px;
  }
}

header .header .container .left .or span, header .header .container .left .or p {
  white-space: nowrap;
}

@media (max-width: 767px) {
  header .header .container .left .or spanspan, header .header .container .left .or pspan {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  header .header .container .left .or span, header .header .container .left .or p {
    line-height: 1.2;
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

header .header .container .right {
  position: relative;
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1366px) {
  header .header .container .right {
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 2561px) {
  header .header .container .right ul {
    justify-content: space-between !important;
  }
}

@media (max-width: 768px) {
  header .header .container .right {
    width: calc(100% - 500px);
  }
}

@media (max-width: 767px) {
  header .header .container .right {
    width: calc(100% - 260px);
  }
}

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: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  color: #000;
  font-weight: bold;
}

header .header .container .right .nav-link::after {
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #000;
  margin-left: 10px;
  display: none;
}

header .header .container .right .nav-link:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .header .container .right .nav-link:hover i {
  color: #ffffff;
}

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

@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: #CE0F69;
}

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

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

@media (max-width: 1280px) {
  header .header .container .navright {
    display: none;
  }
}

header .header .container .navright .contxt {
  display: flex;
  align-items: center;
}

header .header .container .navright .contxt a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  transition: all 0.35s ease;
}

header .header .container .navright .contxt a:hover {
  transform: scale(1.1);
}

header .header .container .navright .apply {
  display: inline-block;
  width: auto;
  background: #E02D00;
  border: 1px solid #E02D00;
  padding: 12px 36px;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.35s ease;
}

header .header .container .navright .apply:hover {
  background: none;
  color: #E02D00;
}

@media (max-width: 1440px) {
  header .header .container .navright .apply {
    padding: 12px 26px;
  }
}

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 .header #collapseNav {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

header .header #collapseNav .navscontent {
  pointer-events: all;
  width: 80vw;
  height: 100%;
  background: rgba(31, 51, 104, 0.9);
  position: absolute;
  backdrop-filter: blur(5px);
  right: 0;
  top: 0;
  padding: 20px 25px 20px 40px;
}

header .header #collapseNav .nav {
  display: block;
}

header .header #collapseNav .nav .nav-item {
  color: #3B3B3B;
  position: static;
}

header .header #collapseNav .nav .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #3B3B3B;
}

header .header #collapseNav .nav .nav-item .btn {
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #F6F6F6;
}

header .header #collapseNav .nav .nav-item .btn .fa {
  color: #003783;
  font-size: 20px;
}

header .header #collapseNav .nav .nav-item .btn .fa::before {
  transition: all 0.35s ease;
  content: '+';
}

header .header #collapseNav .nav .nav-item .btn[aria-expanded="true"] .fa::before {
  content: '-';
}

header .header #collapseNav .nav .nav-item .nav-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn .fa {
  margin-top: .2rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-link {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item {
  color: #ffffff;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item .nav-link {
  padding-left: 2.125rem;
}

header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #003783;
  color: #003783;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header #collapseNav .copy {
  position: fixed;
  bottom: 4rem;
}

header .header #collapseNav .copy a:nth-child(1)::after, header .header #collapseNav .copy a:nth-child(1)::before {
  content: '';
  display: inline-block;
  margin: 0 0.5rem;
  width: 1px;
  height: 10px;
  background-color: #3B3B3B;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

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

header .nav-box .nav .nav-item:nth-last-child(1) .nav-link {
  padding-right: 0;
}

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

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

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

header .search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease;
}

header .search:hover {
  color: #CE0F69;
}

header .lang {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

header .lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101010;
  cursor: pointer;
  transition: all 0.35s ease;
  transition: all 0.35s ease;
}

header .lang a.active {
  color: #E02D00;
}

header .lang a:hover {
  color: #E02D00;
}

header .lang a::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(89, 97, 100, 0.31);
  margin: 0 15px;
}

header .lang a:nth-last-child(1)::after {
  display: none;
}

header .share {
  position: relative;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}

header .share::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: rgba(206, 15, 105, 0.5);
  margin-right: 0.5rem;
}

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

header .links .contxt ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

header .links .contxt ul li {
  list-style: none;
}

header .links .contxt ul li a {
  color: #9F8942;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

header .links .contxt ul li a img {
  margin-right: 8px;
  display: inline-block;
}

.searchform {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9282;
  opacity: 0;
  visibility: hidden;
}

.searchform.show {
  opacity: 1;
  visibility: visible;
}

.searchform .pupback {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}

.searchform form {
  position: relative;
  z-index: 22;
  max-width: 90%;
  margin: 2rem auto;
}

.searchform form .form-group {
  background: #ffffff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchform form .form-group .form-control {
  padding: 1rem;
  border-radius: 0;
}

.searchform form .form-group .btn {
  background: #CE0F69;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0;
  text-transform: uppercase;
}

.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: 1rem;
  top: 1rem;
  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: #8D8D8D;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #8D8D8D;
  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: #0072BC;
}

.txt img {
  display: inline-block;
}

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

.banner {
  width: 100%;
  position: relative;
  height: 100%;
}

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

.banner .swiper-slide .inner {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  height: 50%;
  display: flex;
  align-items: center;
  z-index: 2;
  color: #ffffff;
}

@media (max-width: 1366px) {
  .banner .swiper-slide .inner {
    bottom: 30px;
    height: 60%;
  }
}

@media (max-width: 1024px) {
  .banner .swiper-slide .inner {
    height: 80%;
  }
}

.banner .swiper-slide .inner b {
  display: block;
  margin-bottom: 20px;
}

.banner .swiper-slide .inner p {
  width: 66%;
}

@media (max-width: 768px) {
  .banner .swiper-slide .inner p {
    width: 76%;
  }
}

@media (max-width: 767px) {
  .banner .swiper-slide .inner p {
    width: 100%;
  }
}

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

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

.banner .swiper-slide .boximg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #070606 0%, #5B5B5B 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.4;
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
  transform: scale(1.2);
}

.banner .arrowbox {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}

@media (max-width: 1440px) {
  .banner .arrowbox {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .banner .arrowbox {
    bottom: 0;
  }
}

.banner .arrowbox .swiper-pagination {
  position: relative;
  text-align: left;
}

.banner .arrowbox .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
}

.banner .arrowbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 37px;
  background: #FFF18F;
  border-radius: 40px;
}

.banner .arrow {
  width: 170px;
  z-index: 2;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .banner .arrow {
    width: 120px;
    height: 45px;
  }
}

.banner .swiper-button-next {
  background: #ffffff;
  width: 69px;
  height: 69px;
  left: 0;
  top: auto;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}

.banner .swiper-button-prev {
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 69px;
  height: 69px;
  right: 0;
  top: auto;
  left: auto;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .banner .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

.banner .btn-arrow {
  display: flex;
  align-items: center;
}

.banner .btn-arrow .more {
  border: none;
  transition: all 0.35s ease;
  color: #212121;
}

.banner .btn-arrow .more:hover {
  background: #DB0967;
  color: #ffffff;
}

.banner .btn-arrow .more2 {
  color: #ffffff;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 10px;
  margin-left: 30px;
}

.banner .btn-arrow .more2:hover {
  color: #DB0967;
  border-bottom: 2px solid #DB0967;
}

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

@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 20px;
  }
}

@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: 100%;
  width: 100%;
  padding: 120px 0 120px 0px;
  z-index: 2;
}

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

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

.page-banner .inner {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  z-index: 3;
}

.page-banner .inner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.page-banner .inner h1 {
  margin-bottom: 0;
  position: relative;
  color: #ffffff;
}

.page-banner .inner h1 span {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .page-banner .inner h3 {
    margin-top: 1rem !important;
  }
}

@media (max-width: 1024px) {
  .page-banner .inner .imgs {
    width: 50%;
  }
}

.page-banner .bimg1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.page-banner .bimg1::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  left: 0;
  top: 0;
}

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

.page-banner .bimg2 {
  position: absolute;
  right: 150px;
  bottom: -150px;
  z-index: 2;
}

.bread {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.navtopbar {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.navtopbar a {
  padding: 2rem 0;
  color: #052655;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  white-space: nowrap;
  display: block;
}

@media (max-width: 1024px) {
  .navtopbar a {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  .navtopbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
}

.navtopbar a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  transition: all 0.35s ease;
}

.navtopbar a.active::after {
  background: #CE0F69;
}

.navtopbar .nava {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navtopbar .nava a {
  display: inline-block;
  color: #747474;
  margin: 0 60px;
}

@media (max-width: 1024px) {
  .navtopbar .nava a {
    margin: 0 30px;
  }
}

.navtopbar .nava a.active {
  color: #CE0F69;
}

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

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

@keyframes smoke1 {
  0%, 100% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.07);
  }
}

@keyframes smoke2 {
  0%, 100% {
    transform: translate(-3%) translateY(0px);
  }
  50% {
    transform: translate(-3%) translateY(15px);
  }
}

.first-block {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0 100px 0px;
  background: #EDEDED;
}

@media (max-width: 992px) {
  .first-block {
    padding: 60px 0 80px 0px;
  }
}

@media (max-width: 767px) {
  .first-block .title br {
    display: none;
  }
}

.first-block .first {
  position: relative;
  padding-bottom: 70px;
}

.first-block .first .swiper-slide {
  position: relative;
  background: #FFFFFF;
  border-radius: 25px;
  height: 538px;
  overflow: hidden;
  transition: all 0.35s ease;
  padding-bottom: 10px;
}

@media (max-width: 1440px) {
  .first-block .first .swiper-slide {
    height: 500px;
  }
}

@media (max-width: 1366px) {
  .first-block .first .swiper-slide {
    height: 480px;
  }
}

@media (max-width: 1024px) {
  .first-block .first .swiper-slide {
    height: 430px;
  }
}

@media (max-width: 992px) {
  .first-block .first .swiper-slide {
    height: 470px;
  }
}

.first-block .first .swiper-slide:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.first-block .first .swiper-slide:hover .con .more {
  background: #DB0967;
  color: #ffffff;
  border-color: #DB0967;
}

.first-block .first .swiper-slide .boximg {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 58.85%;
  position: relative;
}

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

.first-block .first .swiper-slide .con {
  padding: 1.5rem;
}

.first-block .first .swiper-slide .con h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.first-block .first .swiper-slide .con .desinfo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 1.5rem 0;
}

.second-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.second-block .row .col-md-4 {
  position: relative;
  background: #fff;
  z-index: 2;
}

@media (max-width: 1024px) {
  .second-block .row .col-md-4 {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.second-block .row .col-md-4 .calendarbox {
  position: relative;
  border: 2px solid #A0A0A0;
}

@media (max-width: 1024px) {
  .second-block .row .col-md-8 {
    width: 100%;
  }
}

.second-block .work .swiper .swiper-slide a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.second-block .work .swiper .swiper-slide a:hover .con h3, .second-block .work .swiper .swiper-slide a:hover .con .datetime {
  color: #000;
}

.second-block .work .swiper .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 65.75%;
  position: relative;
}

.second-block .work .swiper .swiper-slide 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%;
}

.second-block .work .swiper .swiper-slide a .con {
  margin-top: 1rem;
}

.second-block .work .swiper .swiper-slide a .con .tag {
  color: #DB0967;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.second-block .work .swiper .swiper-slide a .con .tag::before {
  content: '';
  display: block;
  width: 9px;
  height: 19px;
  background: url(../images/yt2.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.second-block .work .swiper .swiper-slide a .con h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #212121;
}

.second-block .work .swiper .swiper-slide a .con .datetime {
  display: block;
  color: #3B3B3B;
}

.second-block .work .swiper .swiper-slide a .con .more {
  margin-top: 1rem;
}

.third-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  padding: 100px 0 100px 0px;
}

@media (max-width: 767px) {
  .third-block .row .col-md-3, .third-block .row .col-md-9 {
    width: 100%;
  }
}

.third-block .row .col-md-3.col-md-9 .card img, .third-block .row .col-md-9.col-md-9 .card img {
  right: 0;
}

.third-block .row .col-md-3.col-md-9 .card h3, .third-block .row .col-md-9.col-md-9 .card h3 {
  margin-top: 3rem;
}

.third-block .row .col-md-3 .card, .third-block .row .col-md-9 .card {
  display: block;
  border-radius: 26px;
  background: #FFFFFF;
  padding: 35px;
  height: 100%;
  border: none !important;
  border-radius: 15px;
}

.third-block .row .col-md-3 .card:hover .boximg img, .third-block .row .col-md-9 .card:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.third-block .row .col-md-3 .card .in, .third-block .row .col-md-9 .card .in {
  position: relative;
  z-index: 2;
}

.third-block .row .col-md-3 .card h3, .third-block .row .col-md-9 .card h3 {
  margin-top: 0.5rem;
}

.third-block .row .col-md-3 .card p, .third-block .row .col-md-9 .card p {
  margin-bottom: 5rem;
}

.third-block .row .col-md-3 .card img, .third-block .row .col-md-9 .card img {
  position: absolute;
  right: 3rem;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1280px) {
  .third-block .row .col-md-3 .card img, .third-block .row .col-md-9 .card img {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .third-block .row .col-md-3 .card img, .third-block .row .col-md-9 .card img {
    max-width: 100px;
  }
}

.third-block .container {
  max-width: 1515px;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .third-block .container {
    max-width: 96%;
  }
}

.third-block .d-flex .more {
  background: #FFBDBD;
}

.third-block .d-flex .more::after {
  color: #FFBDBD;
  margin-left: 1.5rem;
}

.third-block .d-flex .more::before {
  background: #D62222;
}

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

.head-bar .ri {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-bar .ri .all-btn {
  border-bottom: 1px solid #292929;
  padding-bottom: 10px;
}

.head-bar .ri .arrow {
  position: relative;
  width: 100px;
  margin-left: 2rem;
}

.head-bar .ri .arrow .swiper-button-prev {
  left: 0;
}

.head-bar .ri .arrow .swiper-button-next {
  right: 0;
}

.four-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background: #ffffff;
}

.four-block .news .swiper {
  overflow: visible;
}

.four-block .news .swiper .swiper-slide a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.four-block .news .swiper .swiper-slide a:hover .con h3, .four-block .news .swiper .swiper-slide a:hover .con .datetime {
  color: #000;
}

.four-block .news .swiper .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 66.75%;
  position: relative;
}

.four-block .news .swiper .swiper-slide 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%;
}

.four-block .news .swiper .swiper-slide a .con {
  margin-top: 1rem;
}

.four-block .news .swiper .swiper-slide a .con .tag {
  color: #A4A4A4;
  display: block;
  margin-bottom: 0.8rem;
}

.four-block .news .swiper .swiper-slide a .con h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
  color: #212121;
}

@media (max-width: 1440px) {
  .four-block .news .swiper .swiper-slide a .con h3 {
    height: 65px;
  }
}

.four-block .news .swiper .swiper-slide a .con .datetime {
  display: block;
  color: #3B3B3B;
  margin-bottom: 1rem;
}

.five-block {
  position: relative;
  overflow: hidden;
  background: #EDEDED;
  padding: 100px 0px;
}

.five-block .news .swiper {
  overflow: visible;
}

.five-block .news .swiper .swiper-slide a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.five-block .news .swiper .swiper-slide a:hover .con h3, .five-block .news .swiper .swiper-slide a:hover .con .datetime {
  color: #000;
}

.five-block .news .swiper .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 66.75%;
  position: relative;
}

.five-block .news .swiper .swiper-slide 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%;
}

.five-block .news .swiper .swiper-slide a .con {
  margin-top: 1.5rem;
}

.five-block .news .swiper .swiper-slide a .con h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 100px;
  color: #212121;
}

.five-block .news .swiper .swiper-slide a .con .datetime {
  display: block;
  color: #3B3B3B;
}

.six-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background: #ffffff;
}

.six-block .video {
  height: 100%;
}

.six-block .video .boximg {
  width: 95%;
  display: none;
  height: 100%;
}

.six-block .video .boximg:nth-child(1) {
  display: block;
}

.six-block .video .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .six-block .video .boximg {
    width: 100%;
  }
}

.six-block .videotext .text {
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
  padding: 1.5rem 1rem;
}

.six-block .videotext .text:nth-last-child(1) {
  border: none;
}

.six-block .videotext .text.active {
  background: #F5F5F5;
}

.six-block .videotext .text h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.seven-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.seven-block .container {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.seven-block .container .small-tit {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.seven-block .container .small-tit::before {
  content: '';
  display: block;
  width: 7px;
  height: 15px;
  background: url(../images/by.svg) no-repeat top center;
  background-size: cover;
  left: 0;
  top: 0;
  margin-right: 1rem;
}

.seven-block .container .head-bar {
  margin-top: 15rem;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .seven-block .container .head-bar {
    display: block;
    margin-top: 5rem;
  }
}

.seven-block .container .head-bar .rileft {
  width: 57%;
}

@media (max-width: 767px) {
  .seven-block .container .head-bar .rileft {
    width: 100%;
  }
}

.seven-block .container .head-bar .rileft p {
  margin-bottom: 0;
}

.seven-block .container .head-bar .more {
  width: 200px;
  text-align: center;
  border: none;
}

.seven-block .container .head-bar .more:hover {
  background: #DB0967;
}

@media (max-width: 767px) {
  .seven-block .container .head-bar .ri {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}

.eight-block {
  position: relative;
  overflow: hidden;
  background: #0C5F83;
  padding: 50px 0px;
}

@media (max-width: 767px) {
  .eight-block .head-bar {
    flex-wrap: wrap;
  }
}

.eight-block .head-bar .rileft {
  width: 400px;
  color: #ffffff;
}

.eight-block .head-bar .rileft p {
  margin-bottom: 0;
}

.eight-block .head-bar .ri {
  width: calc(100% - 800px);
}

@media (max-width: 1024px) {
  .eight-block .head-bar .ri {
    width: calc(100% - 400px);
  }
}

@media (max-width: 767px) {
  .eight-block .head-bar .ri {
    width: 100%;
    margin-top: 1rem;
  }
}

.eight-block .head-bar .ri .form-group {
  background: #ffffff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 13px;
  width: 100%;
  transition: all 0.35s ease;
}

.eight-block .head-bar .ri .form-group:hover {
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.6);
}

.eight-block .head-bar .ri .form-group .form-control {
  width: calc(100% - 80px);
  border: none;
  padding: 0.8rem;
  color: #333;
}

.eight-block .head-bar .ri .form-group .to-link {
  width: 46px;
  height: 46px;
  background: #0C5F83;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.eight-block .head-bar .ri .form-group .to-link:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.46);
}

.fixed-right {
  position: fixed;
  right: 40px;
  top: 60%;
  transform: translateY(-63%);
  z-index: 99;
}

@media (max-width: 767px) {
  .fixed-right {
    right: 0px;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    transform: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.fixed-right a {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #FFE0A1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.35s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 15px 0px;
  transition: all 0.35s ease;
}

.fixed-right a:nth-child(2) {
  background: #CAF3FF;
}

.fixed-right a:nth-child(2) h4 {
  color: #379CCC;
}

.fixed-right a:nth-child(3) {
  background: #E4EF9E;
}

.fixed-right a:nth-child(3) h4 {
  color: #9ABF1D;
}

.fixed-right a .icos {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-right a h4 {
  margin-bottom: 0;
  color: #F27503;
  margin-top: 5px;
}

.fixed-right a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .fixed-right a {
    right: 0px;
    width: 33.3333%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0.5rem 0;
    position: relative;
  }
  .fixed-right a::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #FFFEF0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.links-block {
  position: relative;
  overflow: hidden;
  background: #FCF7F1;
  padding: 280px 0 100px 0px;
  margin-top: -100px;
}

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

.links-block .boxcontent {
  background: #ffffff;
  border-radius: 50px;
  border: 20px solid #FFD9D9;
  padding: 30px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .links-block .boxcontent {
    margin-bottom: 20px;
  }
}

.links-block .boxcontent:nth-child(2) {
  border-color: #CAF3FF;
}

.links-block .boxcontent:nth-child(2) ul li a {
  background: #EEF9FF;
}

.links-block .boxcontent:nth-child(3) {
  border-color: #E4EF9E;
}

.links-block .boxcontent:nth-child(3) ul li a {
  background: #FAFFE6;
}

.links-block .boxcontent h3 {
  margin-bottom: 25px;
}

.links-block .boxcontent ul {
  padding-left: 0;
}

.links-block .boxcontent ul li {
  list-style: none;
}

.links-block .boxcontent ul li:nth-child(even) a {
  background: #ffffff;
}

.links-block .boxcontent ul li a {
  display: block;
  background: #FFD9D9;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.35s ease;
  margin: 5px 0px;
}

.links-block .boxcontent ul li a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.links-block .ico1 {
  position: absolute;
  left: -90px;
  top: 20%;
}

.links-block .ico2 {
  position: absolute;
  right: -150px;
  top: 65%;
}

table thead tr th {
  padding: 1rem 2rem !important;
  vertical-align: middle;
}

@media (max-width: 767px) {
  table thead tr th {
    padding: 1rem !important;
  }
}

table tbody tr:nth-child(even) {
  background: #FFFFFF;
}

table tbody tr td {
  padding: 1rem 2rem !important;
  color: #5D5E62 !important;
  font-size: 18px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  table tbody tr td {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  table tbody tr td {
    font-size: 14px;
    padding: 1rem !important;
  }
}

table tbody tr td .read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

table tbody tr td .read-more img {
  margin-right: 10px;
}

.tablenumber table tr td .relative {
  position: relative;
  box-sizing: border-box;
  padding-left: 50px;
}

.tablenumber table tr td .relative span {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.tablenumber2 table thead tr th {
  padding: 0.5rem !important;
  text-align: center;
}

.tablenumber2 table tbody tr td {
  padding: 0.5rem !important;
  text-align: center;
}

.faqbox {
  width: 100%;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .faqbox {
    margin-top: 2rem;
  }
}

.faqbox .items {
  background: #ffffff;
  margin-top: 65px;
  border-radius: 64px;
  box-shadow: 4px 4px 10px rgba(143, 143, 143, 0.16);
}

@media (max-width: 767px) {
  .faqbox .items {
    margin-top: 20px;
  }
}

.faqbox .items.open .items-title {
  background: #B2E1FC;
  border-radius: 64px;
}

.faqbox .items.open .items-title .arrow::after {
  height: 0px;
}

.faqbox .items.open .items-content {
  height: 100% !important;
}

.faqbox .items .items-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: margin-bottom 0.35s ease-in-out;
  cursor: pointer;
  color: #243775;
  padding: 2rem 3rem;
  box-shadow: 4px 4px 10px rgba(143, 143, 143, 0.16);
  border-radius: 64px;
}

@media (max-width: 767px) {
  .faqbox .items .items-title {
    padding: 1rem 1.5rem;
  }
}

.faqbox .items .items-title .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.faqbox .items .items-title .arrow::before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #FCB937;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faqbox .items .items-title .arrow::after {
  content: '';
  display: block;
  width: 2px;
  height: 50%;
  background-color: #FCB937;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.35sease-in-out;
  font-size: 24px;
}

.faqbox .items .items-title h4 {
  margin-bottom: 0;
  width: calc(100% - 40px);
  color: #000;
}

.faqbox .items .items-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
  color: #6F6F6F;
  padding: 0rem 3rem;
}

@media (max-width: 767px) {
  .faqbox .items .items-content {
    padding: 0 1.5rem;
  }
}

.faqbox .items .items-content .boxcontent {
  color: #5D5E62;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.faqbox .items .items-content .boxcontent h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2D2D2D;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .faqbox .items .items-content .boxcontent h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent h3 {
    font-size: 14px;
  }
}

.faqbox .items .items-content .boxcontent p {
  margin-bottom: 35px;
  color: #2D2D2D;
}

.faqbox .items .items-content .boxcontent p i {
  font-style: italic;
}

.faqbox .items .items-content .boxcontent p a {
  text-decoration: underline;
}

.faqbox .items .items-content .boxcontent img {
  display: block;
  margin: 0 auto;
}

.faqbox .items .items-content .boxcontent ol, .faqbox .items .items-content .boxcontent ul {
  padding-left: 0rem;
  position: relative;
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent ol li, .faqbox .items .items-content .boxcontent ul li {
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
  position: relative;
  color: #2D2D2D;
}

.faqbox .items .items-content .boxcontent ol li:nth-last-child(1), .faqbox .items .items-content .boxcontent ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent ol li::marker, .faqbox .items .items-content .boxcontent ul li::marker {
  color: #2D2D2D;
  background: #2D2D2D;
  font-size: 10px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent ol li::marker, .faqbox .items .items-content .boxcontent ul li::marker {
    font-size: 10px;
  }
}

.faqbox .items .items-content .boxcontent ol li p, .faqbox .items .items-content .boxcontent ul li p {
  padding-left: 0;
}

.faqbox .items .items-content .boxcontent ul {
  padding-left: 0rem;
}

.faqbox .items .items-content .boxcontent dl {
  margin-bottom: 3rem;
}

.faqbox .items .items-content .boxcontent dl dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
}

.faqbox .items .items-content .boxcontent dl dd span {
  width: 200px;
  display: flex;
  align-items: center;
}

.faqbox .items .items-content .boxcontent dl dd span:nth-child(2) {
  width: calc(100% - 200px);
  display: block;
}

.faqbox .items .items-content .boxcontent dl dd span img {
  margin-right: 10px;
}

.faqbox .items .items-content .boxcontent dl dd span a {
  color: #CE0F69;
  text-decoration: underline;
}

.faqbox .items .items-content .boxcontent .blueText a {
  display: flex;
  color: #CE0F69;
  font-style: italic;
  font-family: 'Editor-Medium';
}

.faqbox .items .items-content .boxcontent .blueText a img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
  }
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback {
  background: #F7F7F7;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height: 88px;
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback .icos {
  width: 50px;
  height: auto;
  background: none;
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback h3 {
  margin-bottom: 0;
  width: calc(100% - 50px);
  color: #CE0F69;
  background: none;
  text-align: left;
  padding: 0;
}

.faqbox .items .items-content .boxcontent .taba {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.faqbox .items .items-content .boxcontent .taba::before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background: #FFE0A1;
  position: absolute;
  left: 0;
  top: 35px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .taba::before {
    top: 25px;
    height: 10px;
  }
}

.faqbox .items .items-content .boxcontent .taba a {
  width: 25%;
  position: relative;
}

.faqbox .items .items-content .boxcontent .taba a::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 16px solid #FFF8EE;
  margin: 1rem auto;
  background: #6BCCF2;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .taba a::before {
    width: 26px;
    height: 26px;
    border-width: 5px;
  }
}

.faqbox .items .items-content .boxcontent .taba a span {
  color: #6BCCF2;
  display: block;
  text-align: center;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(2)::before {
  background: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(2) span {
  color: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(3)::before {
  background: #FFB127;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(3) span {
  color: #FFB127;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(4)::before {
  background: #CE0F69;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(4) span {
  color: #CE0F69;
}

.faqbox .items .items-content .boxcontent .tabcontent {
  margin-bottom: 30px;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss {
  display: none;
  background: #EEF9FF;
  padding: 2rem;
  box-shadow: none;
  border-radius: 26px;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(1) {
  display: block;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(2) {
  background: #f1ebeb;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(2) h4 {
  color: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(2) h4::after {
  background: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(3) {
  background: #f7e9cf;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(3) h4 {
  color: #FFB127;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(3) h4::after {
  background: #FFB127;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(4) {
  background: #f4fbd9;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(4) h4 {
  color: #CE0F69;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(4) h4::after {
  background: #CE0F69;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss h4 {
  font-size: 18px;
  color: #379CCC;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .tabcontent .itemss h4 {
    font-size: 16px;
  }
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss h4::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #C0F0FF;
  margin: 20px 0;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss p {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent .row {
  margin-right: calc(-3.5 * var(--bs-gutter-x));
  margin-left: calc(-3.5 * var(--bs-gutter-x));
}

@media (max-width: 1024px) {
  .faqbox .items .items-content .boxcontent .row {
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    margin-left: calc(-1.5 * var(--bs-gutter-x));
  }
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

.faqbox .items .items-content .boxcontent .row.there {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}

.faqbox .items .items-content .boxcontent .row.there .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.faqbox .items .items-content .boxcontent .row .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 3.5);
  padding-left: calc(var(--bs-gutter-x) * 3.5);
}

@media (max-width: 1440px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
  }
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 1rem !important;
  }
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box {
  width: 100%;
  height: 100%;
  background: #FFFEF0;
  border-radius: 14px;
  box-shadow: 4px 6px 10px rgba(138, 138, 138, 0.16);
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.blueback h4 {
  background: #6BCCF2;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.blueback h4::before {
  background: url(../images/bi1.png) no-repeat top center;
  background-size: cover;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.greenback h4 {
  background: #A1C727;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.greenback h4::before {
  background: url(../images/bi2.png) no-repeat top center;
  background-size: cover;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box h4 {
  display: inline-block;
  border-radius: 20px 35px 35px 0px;
  background: #F2B555;
  padding: 20px 40px;
  min-width: 285px;
  color: #ffffff;
  transform: translateX(-60px);
  margin-bottom: 25px;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box h4::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: url(../images/bi3.png) no-repeat top center;
  background-size: cover;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box ul li p {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background: #FCF7F1;
  padding: 2rem;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos {
  display: block;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos img {
  width: 285px;
  height: 285px;
  border-radius: 50%;
}

@media (max-width: 1280px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos img {
    width: 185px;
    height: 185px;
  }
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback p {
  margin-bottom: 0.5rem;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback span {
  display: block;
  color: #131313;
}

.faqbox .items .items-content .boxcontent .four {
  width: 100%;
  height: 100%;
  color: #2D2D2D;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(2) .box {
  background: #FFE0A1;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(3) .box {
  background: #FFD9D9;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(4) .box {
  background: #E4EF9E;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6 .box {
  width: 100%;
  height: 100%;
  background: #CAF3FF;
  background-size: cover;
  box-sizing: border-box;
  padding: 2rem 4rem;
  border-radius: 20px;
  height: 100%;
  min-height: 300px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6 .box h4 {
  margin-bottom: 1.5rem;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6 .box ul li::marker {
  font-size: 20px;
}

.s_faq {
  margin-top: 1rem;
}

.s_faq .s_items {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .s_faq .s_items {
    margin-bottom: 1rem;
  }
}

.s_faq .s_items.open .s_items-title .arrow::after {
  height: 0px;
}

.s_faq .s_items .s_items-title {
  background: #EDEDED;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-title {
    padding: 1rem;
  }
}

.s_faq .s_items .s_items-title .arrow {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  margin-right: 1rem;
}

.s_faq .s_items .s_items-title .arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #CE0F69;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.s_faq .s_items .s_items-title .arrow::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #CE0F69;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.35s ease-in-out;
  font-size: 24px;
}

.s_faq .s_items .s_items-title h4 {
  margin-bottom: 0;
  color: #000000;
}

.s_faq .s_items .s_items-content {
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}

.s_faq .s_items .s_items-content .s_boxcontent {
  padding: 1.5rem;
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-content .s_boxcontent {
    padding: 1rem;
  }
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone {
  background: #fff;
  padding: 0;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .imgs {
  width: 310px;
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .imgs {
    width: 100%;
  }
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con {
  width: calc(100% - 350px);
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .date {
  color: #ADADAD;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .date img {
  margin-right: 10px;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .amore {
  text-decoration: underline;
  font-style: normal;
  color: #B49A47;
  display: block;
  margin-top: 3rem;
  text-transform: uppercase;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .amore:hover {
  color: #CE0F69;
}

.s_faq .s_items .s_items-content .s_boxcontent .txt {
  padding: 0 !important;
}

.s_faq .s_items .s_items-content .s_boxcontent ul {
  margin-top: 0;
}

.s_faq .s_items .s_items-content .s_boxcontent ul li {
  margin-bottom: 3px;
}

.s_faq .s_items .s_items-content .s_boxcontent ol li {
  list-style: decimal;
}

.s_faq .s_items .s_items-content .s_boxcontent ol li::marker {
  color: #CE0F69;
  background: #CE0F69;
  font-family: 'Editor-Medium';
}

.s_faq .s_items .s_items-content .s_boxcontent .blownText {
  display: flex;
  align-items: center;
  color: #D1AD3A;
  font-style: italic;
  font-family: 'Editor-Medium';
}

.s_faq .s_items .s_items-content .s_boxcontent .blownText img {
  margin-right: 10px;
}

.s_faq .s_items .s_items-content .s_boxcontent b {
  font-family: 'Poppins-SemiBold';
  color: #000000;
  margin-top: 30px;
  display: block;
  margin-bottom: 5px;
}

.s_faq .s_items .s_items-content .s_boxcontent strong {
  font-size: 14px;
  font-family: 'Poppins-SemiBold';
  color: #000000;
  display: block;
  margin-top: 20px;
  font-style: italic;
}

.s_faq .s_items .s_items-content .s_boxcontent table thead tr {
  background: #75A7D9;
}

.s_faq .s_items .s_items-content .s_boxcontent table thead tr th {
  padding: 1.5rem 2.5rem;
  vertical-align: middle;
  color: #ffffff;
  font-family: 'Editor-Medium';
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody {
  border-top: 1px solid #EFF0F8;
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody tr {
  background: #EFF0F8;
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody tr:nth-child(even) {
  background: #ffffff;
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody tr td {
  padding: 2rem 2.5rem;
  font-family: 'Editor-Medium';
  color: #5D5E62;
}

.tips.blownText b {
  color: #B49A47;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .tips.blownText b {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tips.blownText b {
    font-size: 14px;
  }
}

.tips strong {
  display: block;
  font-family: 'Poppins-SemiBold';
  font-weight: bold;
  color: #000;
}

.tips p {
  margin-bottom: 2rem;
  font-size: 18px;
  margin-top: 0.5rem;
}

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

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

.tips p a {
  color: #CE0F69;
  text-decoration: underline;
}

.tips b {
  display: block;
  font-style: italic;
  font-family: 'Poppins-SemiBold';
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

@media (max-width: 767px) {
  .tips b {
    font-size: 12px;
  }
}

.lefta ul li a.active {
  font-weight: bold;
  color: #CE0F69;
}

.lefta ul li .dropdown-menu li a {
  padding-left: 2rem;
  font-weight: bold;
}

.lefta ul li .dropdown-menu li ul {
  padding-bottom: 15px !important;
}

.lefta ul li .dropdown-menu li ul li {
  border: none !important;
  padding-left: 2rem;
}

.lefta ul li .dropdown-menu li ul li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.italic {
  font-style: italic;
}

.news-block {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.news-block .tt {
  color: #CE0F69;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.news-block .tt::after {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background: #D0D0D0;
  margin-left: 15px;
}

.news-block .taba {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 22;
  flex-wrap: wrap;
}

.news-block .taba a {
  display: inline-block;
  background: #F5F5F5;
  border-radius: 25px;
  color: #292929;
  padding: 10px 30px;
  margin: 10px;
  transition: all 0.35s ease;
  text-align: center;
}

.news-block .taba a.active, .news-block .taba a:hover {
  background: #CE0F69;
  color: #ffffff;
}

@media (max-width: 767px) {
  .news-block .taba a {
    width: 43%;
  }
}

@media (max-width: 767px) {
  .news-block .news.news2 .row .col-md-4 {
    margin-bottom: 0rem !important;
  }
}

.news-block .news.news2 .row .col-md-4 a {
  border: 1px solid #B8B8B8;
  padding: 1.5rem;
  border-radius: 0;
}

.news-block .news.news2 .row .col-md-4 a .con {
  padding: 0;
}

.news-block .news.news2 .row .col-md-4 .teambox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0;
  padding-bottom: 0.5rem;
}

@media (max-width: 1366px) {
  .news-block .news.news2 .row .col-md-4 .teambox {
    flex-wrap: wrap;
  }
}

.news-block .news.news2 .row .col-md-4 .teambox .imgs {
  width: 157px;
  border-radius: 50%;
}

.news-block .news.news2 .row .col-md-4 .teambox .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #707070;
}

.news-block .news.news2 .row .col-md-4 .teambox .con {
  padding: 0;
  width: calc(100% - 177px);
}

@media (max-width: 1366px) {
  .news-block .news.news2 .row .col-md-4 .teambox .con {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.news-block .news.news2 .row .col-md-4 .teambox .con .more {
  margin-top: 3rem;
  margin-bottom: 0;
}

.news-block .news.news3 .row .col-md-4:nth-child(even) a {
  border: 1px solid #CE0F69;
}

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

@media (max-width: 1024px) {
  .news-block .news .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

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

@media (max-width: 1024px) {
  .news-block .news .row .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 1rem !important;
    width: 50%;
  }
}

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

.news-block .news .row .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background: #FFFFFF;
}

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

.news-block .news .row .col-md-4 a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block .news .row .col-md-4 a:hover .more {
  box-shadow: none !important;
}

.news-block .news .row .col-md-4 a:hover .more:hover {
  box-shadow: none !important;
}

.news-block .news .row .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  border-radius: 24px;
}

.news-block .news .row .col-md-4 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%;
  border-radius: 24px;
}

.news-block .news .row .col-md-4 a .con {
  padding: 2rem 0;
  padding-bottom: 1rem;
}

.news-block .news .row .col-md-4 a .con .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.news-block .news .row .col-md-4 a .con .bar .tags {
  display: inline-block;
  color: #CE0F69;
}

.news-block .news .row .col-md-4 a .con .conbox {
  padding: 1.5rem;
  height: calc(100% - 65px);
  position: relative;
  padding-top: 2rem;
}

.news-block .news .row .col-md-4 a .con .conbox.conbox2 {
  background: #F7F7F7;
  height: auto;
}

.news-block .news .row .col-md-4 a .con .conbox.conbox2 em {
  border: none;
  padding: 0;
}

.news-block .news .row .col-md-4 a .con .conbox h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-block .news .row .col-md-4 a .con .conbox .desinfo {
  min-height: 90px;
  margin-top: 1.5rem;
  color: #5D5E62;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .news-block .news .row .col-md-4 a .con .conbox .desinfo {
    min-height: 90px;
  }
}

@media (max-width: 768px) {
  .news-block .news .row .col-md-4 a .con .conbox .desinfo {
    min-height: 80px;
  }
}

.news-block .news .row .col-md-4 a .con .conbox span {
  text-decoration: underline;
  display: block;
  margin-top: 1rem;
}

.news-block .news .row .col-md-4 a .con em {
  color: #DB0967;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.news-block .news .row .col-md-4 a .con em::before {
  content: '';
  display: block;
  width: 9px;
  height: 19px;
  background: url(../images/yt2.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.news-block .news .row .col-md-4 a .con span {
  display: block;
  margin-bottom: 1rem;
}

.news-block .inner {
  max-width: 82%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .news-block .inner {
    max-width: 100% !important;
  }
}

.news-block .inner .bread * {
  color: #5D5E62;
}

.news-block .inner .title::after {
  content: '';
  display: block;
  width: 93px;
  height: 4px;
  background: #D1AD3A;
  margin: 35px 0;
}

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

.news-block .inner .bar .date {
  color: #ADADAD;
}

.news-block .inner .bar .share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.news-block .inner .bar .share span {
  color: #5D5E62;
}

.news-block .inner .bar .share a {
  width: 40px;
  height: 40px;
  background: #CE0F69;
  border: 1px solid #CE0F69;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: 10px;
  transition: all 0.35s ease;
}

.news-block .inner .bar .share a:hover {
  background: none;
  color: #CE0F69;
}

.news-block .inner .article img {
  display: block;
}

.news-block .inner .back a {
  display: flex;
  align-items: center;
}

.news-block .inner .back a img {
  margin-right: 10px;
}

.news-block .inner .arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem auto;
}

.news-block .inner .arrow .prev, .news-block .inner .arrow .next {
  width: 50%;
  position: relative;
  padding-left: 30px;
}

.news-block .inner .arrow .prev::before, .news-block .inner .arrow .next::before {
  content: "\f104";
  font-family: 'FontAwesome';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  color: #C1C1C1;
  font-size: 24px;
}

.news-block .inner .arrow .prev b, .news-block .inner .arrow .next b {
  display: block;
  text-transform: uppercase;
}

.news-block .inner .arrow .prev.next, .news-block .inner .arrow .next.next {
  text-align: right;
  border-left: 1px solid #D8D8D8;
  padding-left: 0;
  padding-right: 30px;
}

.news-block .inner .arrow .prev.next::before, .news-block .inner .arrow .next.next::before {
  display: none;
}

.news-block .inner .arrow .prev.next::after, .news-block .inner .arrow .next.next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  color: #C1C1C1;
  font-size: 24px;
}

.news-block .inner .arcbox .items {
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-family: 'Editor-Medium';
}

.news-block .inner .arcbox .items:nth-child(2) .left {
  color: #676F8E;
}

@media (max-width: 767px) {
  .news-block .inner .arcbox .items {
    padding: 1.5rem;
  }
}

.news-block .inner .arcbox .items .left {
  width: 300px;
  border-right: 1px solid #D8D8D8;
  text-align: center;
  color: #9F8942;
}

@media (max-width: 768px) {
  .news-block .inner .arcbox .items .left {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .news-block .inner .arcbox .items .left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.news-block .inner .arcbox .items .left .icos img {
  display: block;
  margin: 1rem auto;
}

.news-block .inner .arcbox .items .right {
  width: calc(100% - 370px);
}

@media (max-width: 768px) {
  .news-block .inner .arcbox .items .right {
    width: calc(100% - 300px);
  }
}

@media (max-width: 767px) {
  .news-block .inner .arcbox .items .right {
    width: 100%;
    text-align: center;
  }
}

.news-block .inner .arcbox .items .right p {
  color: #5D5E62;
  margin-bottom: 0;
}

.news-block .article-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 20px;
}

.news-block .article-bar h2 {
  margin-bottom: 0;
}

.news-block .article-bar .back {
  color: #343434;
}

.news-block .article-bar .back img {
  margin-right: 10px;
}

.news-block .big img {
  display: block;
  margin: 30px auto;
}

.news-block .tits {
  position: relative;
  width: max-content;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news-block .tits {
    width: auto;
  }
}

.news-block .tits::after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  border-radius: 9px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .news-block .tits::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news-block .tits span {
  position: relative;
  z-index: 2;
}

.news-block .tits.orangeText {
  color: #F27503;
}

.news-block .tits.orangeText::after {
  background: #FFF18F;
}

.news-block .tits.blueText {
  color: #379CCC;
}

.news-block .tits.blueText::after {
  background: #FFF18F;
}

.news-block .tits.greenText {
  color: #9ABF1D;
}

.news-block .tits.greenText::after {
  background: #FFF18F;
}

.news-block .about .img-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.news-block .about .img-box .right .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.news-block .about .img-box .right .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.news-block .about .img-box:nth-child(2) {
  align-items: flex-start;
  justify-content: flex-end;
}

.news-block .about .text {
  width: 96%;
  margin-left: 4%;
}

.news-block .about .text h3 {
  font-size: 24px;
  font-family: 'SweiDLucyCJKtc-Bold', '微軟正黑體';
  color: #CE0F69;
  display: flex;
  align-items: center;
}

.news-block .about .text h3::before {
  content: '';
  display: block;
  width: 9px;
  height: 19px;
  background: url(../images/yt2.svg) no-repeat top center;
  background-size: cover;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .news-block .about .text h3 {
    font-size: 18px;
  }
}

.news-block .about .text p {
  margin-left: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.news-block .listbox .listb {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.news-block .listbox .listb:nth-last-child(1) {
  border-bottom: none;
}

.news-block .listbox .listb h4 {
  color: #DB0967;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.news-block .listbox .listb h4::before {
  content: '';
  display: block;
  width: 9px;
  height: 19px;
  background: url(../images/yt2.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .news-block .listbox .listb .row .col-md-3 {
    width: 50%;
  }
}

.news-block .listbox .listb .row .col-md-3 .imgbox {
  display: block;
  margin-bottom: 1rem;
}

.news-block .listbox .listb .row .col-md-3 .imgbox img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #302F2E;
}

.news-block .detail .imgbox {
  width: 286px;
  border-radius: 50%;
}

@media (max-width: 1280px) {
  .news-block .detail .imgbox {
    width: 200px;
  }
}

.news-block .detail .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  border: 3px solid #707070;
}

.news-block .detail .more::before {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 15px;
}

.news-block .detail .tips {
  display: block;
  background: #F5F5F5;
  padding: 15px;
}

.news-block .detail h3 b {
  color: #DB0967;
}

.news-block .detail .text {
  border-top: 1px solid #D0D0D0;
  padding-top: 2rem;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .news-block .detail .row .col-md-9, .news-block .detail .row .col-md-3 {
    width: 100%;
  }
}

.news-block .contact {
  position: relative;
}

.news-block .contact .row .col-md-6 .border {
  height: 100%;
  padding: 2.5rem;
}

.news-block .contact .row .col-md-6 .border dl {
  border-top: 1px solid #E5E5E5;
  margin-top: 2rem;
  padding-top: 2rem;
}

.news-block .contact .row .col-md-6 .border dl dd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news-block .contact .row .col-md-6 .border dl dd span {
  width: 130px;
  display: flex;
  align-items: center;
}

.news-block .contact .row .col-md-6 .border dl dd span img {
  margin-right: 10px;
}

.news-block .contact .row .col-md-6 .border dl dd p {
  width: calc(100% - 130px);
  margin-bottom: 0;
  color: #707070;
}

.news-block .contact .row .col-md-6 .border dl dd p a {
  color: #707070;
}

.news-block .contact .row .col-md-6 .border .map {
  width: 100%;
}

.news-block .contact .text {
  color: #7D7D7D;
}

.news-block .contact form label {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.news-block .contact form label sub {
  color: #FF0000;
}

.news-block .contact form .form-control {
  border: 1px solid #D8D8D8;
  padding: 0.8rem;
}

.news-block .contact form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #CE0F69;
  border-radius: 28px;
  color: #ffffff;
  margin-top: 1.5rem;
  padding: 0.8rem;
  transition: all 0.35s ease;
}

.news-block .contact form button::after {
  content: '';
  display: block;
  width: 15px;
  height: 13px;
  background: url(../images/ri.svg) no-repeat top center;
  background-size: cover;
  margin-left: 10px;
}

.news-block .contact form button:hover {
  background: #E02D00;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.46);
}

.news-block .work-detail {
  position: relative;
}

.news-block .work-detail h2::after {
  display: none;
}

.news-block .work-detail .back a {
  display: flex;
  align-items: center;
  width: max-content;
}

.news-block .work-detail .back a::before {
  content: '';
  display: block;
  width: 14px;
  height: 13px;
  background: url(../images/le.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.news-block .sf-big .swiper {
  overflow: visible;
}

.news-block .sf-big .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-block .sf-big .swiper-slide a .boximg {
  height: 487px;
  background: rgba(208, 208, 208, 0.2);
}

@media (max-width: 1024px) {
  .news-block .sf-big .swiper-slide a .boximg {
    height: 317px;
  }
}

.news-block .sf-big .swiper-slide a .boximg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-block .sf-small {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
}

.news-block .sf-small .swiper-slide.swiper-slide-thumb-active a .boximg img {
  opacity: 1;
}

.news-block .sf-small .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-block .sf-small .swiper-slide a .boximg {
  height: 95px;
  background: rgba(208, 208, 208, 0.2);
}

@media (max-width: 1024px) {
  .news-block .sf-small .swiper-slide a .boximg {
    height: 75px;
  }
}

.news-block .sf-small .swiper-slide a .boximg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.4;
}

.news-block .sf-small .swiper-button-next {
  right: 0;
  top: 32%;
}

.news-block .sf-small .swiper-button-prev {
  left: 0;
  top: 32%;
}

.news-block .work-content h3 {
  color: #DB0967;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.news-block .work-content h3::before {
  content: '';
  display: block;
  width: 9px;
  height: 19px;
  background: url(../images/yt2.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.news-block .work-content .row .col-md-4 .imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-block .work-content .row .col-md-4 .imgs .icos {
  width: 50px;
}

.news-block .work-content .row .col-md-4 .imgs h4 {
  margin-bottom: 0;
  width: calc(100% - 70px);
}

.news-block .work-content .row .text ul {
  padding-left: 1rem;
}

.news-block .work-content .row .text ul li {
  margin-bottom: 10px;
}

.news-block .work-content .row .border {
  height: 100%;
  padding: 2rem;
}

.news-block .work-content .row .border h4 {
  margin-bottom: 1.5rem;
}

.news-block .work-content .row .border .icos {
  display: flex;
  align-items: center;
  font-style: normal;
  margin-top: 1.5rem;
}

.news-block .work-content .row .border .icos img {
  margin-right: 10px;
}

.news-block .join .border {
  padding: 2rem;
}

.news-block .join .border h3 {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.news-block .join .border h3 em {
  font-style: normal;
  color: #3B3B3B;
  font-size: 16px;
  font-weight: normal;
}

.news-block .join .border .text p {
  color: #343434;
}

.news-block .join .border .text ul {
  padding-left: 1rem;
}

.news-block .join .border .text ul li {
  color: #707070;
}

.news-block .join .border .text span {
  color: #707070;
}

.txt h3 {
  font-weight: normal;
  font-family: 'Editor-Medium';
  font-size: 32px;
  color: #000000;
}

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

@media (max-width: 1280px) {
  .txt h3 {
    font-size: 28px;
  }
}

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

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

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

.txt h5 {
  font-weight: bold;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #000000;
}

@media (max-width: 1440px) {
  .txt h5 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .txt h5 {
    font-size: 16px;
  }
}

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

.txt h6 {
  font-weight: bold;
  font-family: 'Poppins-SemiBold';
  font-style: italic;
  color: #000000;
  margin-bottom: 25px;
}

.txt p {
  margin-bottom: 30px;
}

.txt p strong {
  font-family: 'Poppins-SemiBold';
}

.txt ol {
  padding-left: 1.2rem;
}

.txt ol li {
  list-style: lower-alpha;
}

.about-block {
  position: relative;
  overflow: hidden;
  background: #FCF7F1;
  padding: 280px 0px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .about-block {
    padding: 150px 0;
  }
}

.about-block h2 {
  color: #333333;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about-block .boxtxt {
  border-radius: 40px;
  background: #FCF7F1;
  border: 20px solid #B2E1FC;
  padding: 3.5rem;
  color: #2D2D2D;
}

@media (max-width: 767px) {
  .about-block .boxtxt {
    padding: 2rem;
    border-width: 10px;
  }
}

.about-block .boxtxt img {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.about-block .boxtxt p {
  margin-bottom: 0;
}

.garyText {
  color: #5D5E62;
}

.sdlist .col-md-6 {
  width: 50%;
}

@media (max-width: 767px) {
  .sdlist .col-md-4 {
    width: 50%;
  }
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
  width: 425px;
}

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: 1rem 1.5rem;
  margin-bottom: 0;
  border-radius: 0;
  color: #5D5E62;
}

@media (max-width: 767px) {
  form .form-group .select-menu-ul li {
    padding: 0.7rem 0.7rem;
  }
}

form .form-group .select-menu-ul li::before {
  display: none;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 1.1rem 1.5rem;
  border: none;
  border: 1px solid #D8D8D8;
  color: #5D5E62;
  border-radius: 0;
}

@media (max-width: 767px) {
  form .form-group .select-menu-div {
    padding: 0.7rem 0.7rem;
  }
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #004593;
}

@media (max-width: 767px) {
  form .form-group .select-menu-div i {
    right: 0.7rem;
  }
}

form .form-group .select-this {
  background: #B49A47;
  color: #fff !important;
}

form .form-group .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #5D5E62;
  padding: 0;
  border-radius: 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;
  justify-content: center;
  align-items: center;
}

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  flex-wrap: wrap;
}

.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: #F7C325;
}

.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 #3B3B3B;
  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: #F7C325;
  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;
}

.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 .checkbox-inline {
  display: flex;
  width: 100%;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  margin-top: 3px;
  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(206, 15, 105, 0.58);
  border-color: rgba(206, 15, 105, 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: 24px;
  width: 24px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #999999;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #CE0F69;
  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: #3B3B3B;
  font-weight: normal;
}

.more {
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  color: #212121;
  background: #ffffff;
  border: 1px solid #292929;
  z-index: 1;
  position: relative;
  padding: 0.65rem 2.5rem 0.65rem 2.5rem;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .more {
    font-size: 16px;
  }
}

.more:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.more:hover::before {
  height: 100%;
}

.more img {
  margin-left: 15px;
}

.loginpup .conbox {
  position: relative;
}

.loginpup .conbox .checkbox label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.loginpup .conbox .checkbox label span {
  width: calc(100% - 20px);
  margin-top: 0px;
  position: relative;
  display: block;
  color: #374869;
}

.loginpup .conbox .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  padding: 0;
  height: 70px;
  position: relative;
}

.loginpup .conbox .form-group .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 1rem;
  background: none;
  border: none;
  padding: 0;
}

.loginpup .conbox .form-group .inp {
  background: #F4F4F4;
  width: 100px;
  color: #6F6F6F;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  height: 68px;
}

@media (max-width: 767px) {
  .loginpup .conbox .form-group .inp {
    width: 160px;
  }
}

.loginpup .conbox .form-group .inp::after {
  content: '';
  content: "\f0dd";
  font-family: 'FontAwesome';
  display: inline-block;
}

.loginpup .conbox .form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.loginpup .conbox .more {
  width: 100%;
  padding: 35px 20px;
  margin: 20px auto;
}

.loginpup .conbox .more img {
  filter: invert(50%) brightness(0%) !important;
}

.loginpup .conbox p {
  color: #243775;
  margin-top: 0.5rem;
}

.loginpup .conbox p a {
  color: #CE0F69;
  text-decoration: underline;
}

.loginpup .conbox .forgetp {
  color: #CE0F69;
}

.index-pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.35s ease;
}

.index-pup.show {
  display: flex;
}

.index-pup .index-pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.index-pup .index-pupcontent {
  width: 880px;
  border-radius: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  background-image: linear-gradient(#E2E7FC, #fff);
  box-sizing: border-box;
  padding: 50px;
  color: #000;
}

@media (max-width: 992px) {
  .index-pup .index-pupcontent {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .index-pup .index-pupcontent {
    padding: 30px;
  }
}

.index-pup .index-pupcontent .close::before, .index-pup .index-pupcontent .close::after {
  background: #999999;
}

.index-pup .index-pupcontent .txt p {
  margin-bottom: 40px;
  line-height: 2;
}

.index-pup .index-pupcontent .header-logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.pup.show {
  display: flex;
}

.pup .pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.pup .close {
  width: 52px;
  height: 52px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  top: -66px;
  right: 0;
}

.pup .close::after, .pup .close::before {
  background: #ffffff;
  left: 15px;
  top: 24px;
}

.pup .conbox {
  background: #ffffff;
  position: relative;
  z-index: 9;
  max-width: 1130px;
  background: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .pup .conbox {
    width: 96%;
  }
}

.pup .conbox .img {
  margin-top: 5rem;
}

.pup .conbox .img img {
  display: block;
  margin: 2rem auto;
}

.pup .conbox .con {
  padding-top: 1.5rem;
  color: #A46F07;
}

.pup .conbox p {
  color: #2D2D2D;
}

.pup .conbox hr {
  background: #ECEFF8;
  opacity: 1;
  margin-top: 2rem;
}

.pup .conbox .comfirm {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CE0F69;
  border: 1px solid #CE0F69;
  font-size: 18px;
  color: #ffffff;
  width: 110px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .pup .conbox .comfirm {
    font-size: 16px;
  }
}

.pup .conbox .comfirm:hover {
  background: none;
  color: #CE0F69;
}

.pup .conbox .kkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF8EE;
  border-radius: 25px;
  padding: 3rem;
  max-width: 975px;
}

.pup .conbox .kkbox .video {
  width: 366px;
}

@media (max-width: 767px) {
  .pup .conbox .kkbox .video {
    width: 266px;
    margin: 0 auto;
  }
  .pup .conbox .kkbox .video img {
    display: block;
    margin: 0 auto;
  }
}

.pup .conbox .kkbox .con {
  width: calc(100% - 400px);
}

@media (max-width: 767px) {
  .pup .conbox .kkbox .con {
    width: 300px;
  }
}

.pup .conbox .kkbox .con h4 {
  color: #F27503;
  text-align: center;
}

.pup .conbox .kkbox .con p {
  max-width: 78%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pup .conbox .kkbox .con p {
    padding: 1rem 0 !important;
    max-width: 100%;
  }
}

.pup .conbox .kkbox .con .read-more {
  display: block;
  background: #FFB127;
  border-radius: 26px;
  padding: 10px 40px;
  color: #ffffff;
  margin: 2rem auto;
  width: max-content;
}

.pup .conbox .kkbox.k1 {
  display: none;
}

.pup .conbox .kkbox.k1.show {
  display: flex;
}

.pup .conbox .kkbox.k2 {
  display: none;
}

.pup .conbox .kkbox.k2.show {
  display: flex;
}

.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: #003783;
  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;
}

.whiteback {
  background-color: #ffffff !important;
}

.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-family: 'NunitoSans-Bold';
  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;
  position: relative;
  padding-top: 100px;
  background: #302F2E;
}

@media (max-width: 1366px) {
  footer {
    padding-top: 50px;
  }
}

footer nav {
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  footer nav {
    display: none;
  }
}

footer nav ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer nav ul {
    padding-top: 0;
  }
}

footer nav ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 1.5rem;
}

footer nav ul li a {
  color: #ffffff;
  display: block;
  transition: all 0.35s ease;
}

footer nav ul li a:hover {
  color: #9ABF1D;
}

footer .address dl dd {
  display: flex;
  color: #ffffff;
  justify-content: space-between;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  footer .address dl dd {
    justify-content: center;
  }
}

footer .address dl dd a {
  color: #ffffff;
}

footer .address dl dd span {
  width: 25px;
}

footer .address dl dd p {
  margin-bottom: 0;
  width: calc(100% - 40px);
}

@media (max-width: 1024px) {
  footer .address dl dd p {
    width: auto;
    margin-left: 15px;
  }
}

footer h4 {
  color: #1D1D1D;
}

@media (max-width: 767px) {
  footer h4 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer h4::after {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    transition: all 0.35s ease;
  }
}

@media (max-width: 767px) {
  footer h4.showico::after {
    transform: rotate(90deg);
  }
}

footer h4.mobile {
  display: none;
}

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

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

footer .container {
  max-width: 1516px;
}

@media (max-width: 1366px) {
  footer .container {
    max-width: 96%;
  }
}

footer .imgs img {
  margin-right: 30px;
}

footer .logo {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 0px;
  }
}

footer .logo img {
  display: block;
}

@media (max-width: 1024px) {
  footer .logo img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  footer .logo img {
    max-width: 60%;
    margin: 0 auto;
  }
}

footer .copyrights {
  padding: 14px 0px;
  position: relative;
  color: #ffffff;
  text-align: center;
  background: #212120;
}

footer .text-right {
  line-height: 2.5;
}

@media (max-width: 992px) {
  footer .text-right {
    text-align: left !important;
  }
}

@media (max-width: 992px) {
  footer .row .col-md-5 {
    width: 100%;
    margin-bottom: 50px;
    border-right: none;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-5 {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  footer .row .wid100 {
    width: 100% !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer .row .col-md-7 {
    width: 55%;
  }
}

footer .links {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  footer .links {
    justify-content: center;
  }
}

footer .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #444444;
  border-radius: 50%;
  margin-right: 1.5rem;
}

footer .links a img {
  filter: invert(50%) brightness(300%);
  transition: all 0.35s ease;
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  opacity: 0;
  background: #CE0F69;
  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);
}

.message::after {
  content: "\f062";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
}

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}

@media (min-width: 1680px) {
  .message {
    transform: translateY(15rem);
  }
}

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

main {
  position: relative;
}

@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 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 {
  color: #8F9198;
  background: #ffffff;
  transition: all 0.35s ease;
  border: 2px solid #CBC5C4;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li a:hover {
  color: #ffffff;
}

.pageinfo ul li .active {
  color: #212121;
  border-color: #635454;
}

.pageinfo ul li .prev {
  margin: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
}

.pageinfo ul li .next {
  margin: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
}

@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: #003783;
}

.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: #999999;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #999999;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #999999;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #999999;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
