@charset "UTF-8";
@import 'scss/plugins/bootstrap.min.css';
@import 'scss/plugins/jquery.scrollbar.css';
@import 'scss/plugins/slick/slick.css';
@import 'scss/plugins/slick/slick-theme.css';
@import 'font/css/fontello.css';
@font-face {
  font-family: "fontello";
  src: url("./font/font/fontello.eot?4443862");
  src: url("./font/font/fontello.eot?4443862#iefix") format("embedded-opentype"), url("./font/font/fontello.woff?4443862") format("woff"), url("./font/font/fontello.ttf?4443862") format("truetype"), url("./font/font/fontello.svg?4443862#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*layouts*/
i label {
  margin-bottom: 0;
}

textarea {
  -webkit-appearance: none;
}

button,
input {
  line-height: normal;
  outline: 0;
  background: transparent;
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

figure,
address {
  padding: 0;
  margin: 0;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==========================================================================
    public
 ========================================================================== */
body {
  margin: 0;
  font-family: "Public Sans", "Noto Sans TC", "Noto Sans SC", "微軟正黑體";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: black;
  overflow-x: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.safari body {
  -webkit-text-size-adjust: none;
}

/* ==========================================================================
    public
 ========================================================================== */
/*不顯示外虛線*/
button, a {
  outline: none !important;
}

a, a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  line-height: normal;
}

img {
  height: auto;
  border: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

ul > li {
  list-style: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #646464;
}

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #646464;
}

::-o-placeholder { /* Mozilla Firefox 19+ */
  color: #646464;
}

::-ms-placeholder { /* Internet Explorer 10+ */
  color: #646464;
}

::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #646464;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /*透明*/
}

/**/
.scrollbar,
.scrollbarX,
.scrollbarY {
  -webkit-overflow-scrolling: touch;
}

.scrollbarX {
  overflow-x: auto;
}

table {
  -webkit-backface-visibility: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.modal-content {
  border: 0;
}
.modal-content .modal-dialog {
  margin: 0;
}
.modal-content .close {
  text-shadow: none;
  opacity: 1;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto;
  margin: 0;
}

.bootstrap-select .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@-webkit-keyframes indexVedioLineAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  41% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  59% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes indexVedioLineAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  41% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  59% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes indexVedioCircleAni {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes indexVedioCircleAni {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes testListAni {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes testListAni {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*Public*/
@media (min-width: 1200px) {
  .col-1200-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1620px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1730px;
  }
}
.hide, .opacity0 {
  opacity: 0;
}

.menuOpen {
  overflow: hidden;
}

.overflowH {
  overflow: hidden;
}

.wordBreakAll {
  word-break: break-all;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fz-10 {
  font-size: 10px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-23 {
  font-size: 23px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-27 {
  font-size: 27px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-32 {
  font-size: 32px;
}

.fz-34 {
  font-size: 34px;
}

.fz-36 {
  font-size: 36px;
}

.fz-40 {
  font-size: 40px;
}

.fz-45 {
  font-size: 45px;
}

.fz-48 {
  font-size: 48px;
}

.fz-50 {
  font-size: 50px;
}

.fz-55 {
  font-size: 55px;
}

.fz-60 {
  font-size: 60px;
}

.fz-62 {
  font-size: 62px;
}

.fz-64 {
  font-size: 64px;
}

.fz-65 {
  font-size: 65px;
}

.fz-70 {
  font-size: 70px;
}

.fz-72 {
  font-size: 72px;
}

.fz-80 {
  font-size: 80px;
}

.fz-100 {
  font-size: 100px;
}

.fz-110 {
  font-size: 110px;
}

.fz-145 {
  font-size: 145px;
}

.fz-160 {
  font-size: 160px;
}

.ff-PubNoto {
  font-family: "Public Sans", "Noto Sans TC";
}

.ff-Pub {
  font-family: "Public Sans";
}

.ff-Rob {
  font-family: "Roboto", "Noto Sans TC";
}

.ff-Noto {
  font-family: "Noto Sans TC";
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-21 {
  line-height: 21px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-33 {
  line-height: 33px;
}

.lh-34 {
  line-height: 34px;
}

.lh-35 {
  line-height: 35px;
}

.lh-36 {
  line-height: 36px;
}

.lh-38 {
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.lh-42 {
  line-height: 42px;
}

.lh-44 {
  line-height: 44px;
}

.lh-45 {
  line-height: 45px;
}

.lh-46 {
  line-height: 46px;
}

.lh-48 {
  line-height: 48px;
}

.lh-50 {
  line-height: 50px;
}

.lh-54 {
  line-height: 54px;
}

.lh-55 {
  line-height: 55px;
}

.lh-60 {
  line-height: 60px;
}

.lh-64 {
  line-height: 64px;
}

.lh-70 {
  line-height: 70px;
}

.lh-76 {
  line-height: 76px;
}

.lh-80 {
  line-height: 80px;
}

.lh-100 {
  line-height: 100px;
}

.lh-127 {
  line-height: 127px;
}

.lh-160 {
  line-height: 160px;
}

.ls-30 {
  letter-spacing: 0.03em;
}

.ls-50 {
  letter-spacing: 0.05em;
}

.ls-80 {
  letter-spacing: 0.08em;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-400 {
  letter-spacing: 0.4em;
}

.ls-500 {
  letter-spacing: 0.5em;
}

.colorDefaultBlue {
  color: #0071BF;
}

.colorDefaultLightBlue {
  color: #0091BE;
}

.colorWhite {
  color: #fff;
}

.colorBlack {
  color: #000;
}

.colorBlack32 {
  color: #323232;
}

.colorGray64 {
  color: #646464;
}

.colorGray96 {
  color: #969696;
}

.colorGrayA {
  color: #aaa;
}

.colorRed {
  color: #FF0000;
}

.bgWhite {
  background: #fff;
  position: relative;
}

.bgGray {
  background: #f5f5f5;
  position: relative;
}

.textJustify {
  text-align: justify;
}

.textCenter {
  text-align: center;
}

.maxW-1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.maxW-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.maxW-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.maxW-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.maxW-1520 {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.maxW-1570 {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}

/*btn*/
.btn.defaultBtn, .defaultBtn {
  min-width: 200px;
  height: 50px;
  border: none;
  border-radius: 25px;
  padding: 0 25px;
  text-align: center;
  background: #0071BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.defaultBtn::before, .defaultBtn::before {
  content: "";
  width: 314px;
  height: 314px;
  border-radius: 50%;
  background: radial-gradient(rgb(0, 158, 190), rgba(0, 158, 190, 0) 70%);
  position: absolute;
  top: -157px;
  right: -157px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn.defaultBtn:hover::before, .defaultBtn:hover::before {
  right: calc(100% - 157px);
}
.btn.defaultBtn:focus, .defaultBtn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btnBlue {
  min-width: 200px;
  height: 60px;
  padding: 0 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0071BF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnBlue:hover {
  color: #fff;
  opacity: 0.6;
}
.btnBlue:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  margin-bottom: 0;
}

.breadcrumb {
  width: 100%;
  padding: 24px 0 24px;
  margin-bottom: 0;
  border-radius: 0rem;
  border-bottom: solid 1px #DCDCDC;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb > li {
  float: none;
  font-weight: 700;
  font-size: 16px;
  color: #646464;
}
.breadcrumb > li a {
  color: #646464;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.breadcrumb > li a:hover {
  opacity: 0.8;
}
.breadcrumb > li + li::before {
  color: #fff;
}
.breadcrumb > .active {
  color: #646464;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 20px 0 17px;
  padding: 0;
  border-top: solid 2px #0071BF;
  border-right: solid 2px #0071BF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  float: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
@media screen and (max-width: 575px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 5px 0 8px;
  }
}

/* 內頁共用*/
.insidePageVideo {
  width: 100%;
  position: relative;
}
.insidePageVideo .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.insidePageVideo .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insidePagevideoBox {
  padding: 23px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .insidePagevideoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insidePagevideoBox .leftText {
  max-width: 725px;
}
@media screen and (max-width: 1199px) {
  .insidePagevideoBox .leftText {
    max-width: 735px;
    font-size: 16px;
    line-height: 24px;
  }
}
.insidePagevideoBox .rightBtn {
  margin-left: 55px;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .insidePagevideoBox .rightBtn {
    margin-left: 35px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .insidePagevideoBox .rightBtn {
    margin-left: 5px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 991px) {
  .insidePagevideoBox .rightBtn {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 15px;
    padding-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.insidePagevideoBox .rightBtn:hover .icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.insidePagevideoBox .rightBtn::before {
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .insidePagevideoBox .rightBtn::before {
    display: none;
  }
}
.insidePagevideoBox .rightBtn .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.insidePagevideoBox .rightBtn .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 3px #fff;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.insidePagevideoBox .rightBtn .triangle {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.insidePagevideoBox .rightBtn .text {
  margin-left: 20px;
  display: block;
}

/* 內頁banner*/
.insidePage {
  --bannerH: 400px;
  z-index: 0;
  padding-top: var(--bannerH);
}
@media screen and (max-width: 575px) {
  .insidePage {
    --bannerH: 360px;
  }
}
@media screen and (max-width: 575px) {
  .insidePage .container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 374px) {
  .insidePage .container {
    padding: 0 15px;
  }
}

.bannerH-300 {
  --bannerH: 300px;
}
.bannerH-300 .insidePageBanner .title {
  padding-top: 50px;
  margin-bottom: 0;
}

.insidePageBanner {
  width: 100%;
  height: var(--bannerH);
  position: fixed;
  top: 0;
}
.insidePageBanner .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.insidePageBanner .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insidePageBanner .container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.insidePageBanner .title {
  position: relative;
}
@media screen and (max-width: 575px) {
  .insidePageBanner .title {
    padding-top: 70px;
    font-size: 38px;
    line-height: 42px;
  }
}

/* 內頁選單*/
.pageNavContainer {
  margin-top: -30px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .pageNavContainer {
    background: transparent;
  }
}
.pageNavContainer ~ div .breadcrumb {
  padding: 75px 0 14px;
}

.pageNavRwd {
  margin-top: -30px;
  margin-bottom: -30px;
  position: relative;
}
.pageNavRwd .openNavBtn {
  width: 100%;
  height: 60px;
  border-radius: 0px;
  border: solid 1px #0071BF;
  padding: 0 13px;
  background: #0071BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageNavRwd .openNavBtn::before {
  content: "";
  width: 10px;
  height: 100%;
}
.pageNavRwd .openNavBtn:not(.collapsed) .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
.pageNavRwd .openNavBtn .text {
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
.pageNavRwd .openNavBtn .icon {
  width: 16px;
  height: 8px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pageNavRwd .openNavBtn .icon::after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pageNavRwd .rwdNav {
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 30;
}
.pageNavRwd .rwdNav ul {
  width: 100%;
  height: auto;
  border-top: none;
  padding: 0;
  background: #f0f0f0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pageNavRwd .rwdNav ul li {
  width: 100%;
  padding: 0;
}
.pageNavRwd .rwdNav ul li:not(:last-child) {
  padding-bottom: 1px;
  position: relative;
}
.pageNavRwd .rwdNav ul li:not(:last-child)::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.pageNavRwd .rwdNav ul a {
  width: 100%;
  padding: 12px 20px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}
.pageNavRwd .rwdNav ul a:hover {
  color: #0071BF;
}
.pageNavRwd .rwdNav ul a:hover:not(.active) {
  color: #0071BF;
}
.pageNavRwd .rwdNav ul a::after {
  display: none;
}
.pageNavRwd .rwdNav ul a.active {
  background: rgba(40, 140, 220, 0.15);
  color: #0071BF;
}

.pageNav {
  height: 60px;
}
.pageNav ul {
  width: 100%;
  height: 100%;
  padding-right: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageNav li {
  height: 100%;
  position: relative;
}
.pageNav li:last-child .item.active a {
  border-color: transparent;
}
.pageNav li:last-child .item a {
  border-right: solid 1px #dcdcdc;
}
.pageNav .item {
  height: 100%;
}
.pageNav .item.active a {
  border-color: transparent;
  background: #0071BF;
  color: #fff;
}
.pageNav .item:not(.active) a:hover {
  color: #0071BF;
}
.pageNav .item a {
  height: 100%;
  border: solid 1px #dcdcdc;
  border-right: none;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 17px;
  color: #323232;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pageNav .slick-list {
  height: 100%;
}
.pageNav .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageNav .slick-slide {
  height: auto;
  float: none;
}
.pageNav .slickControl .prev, .pageNav .slickControl .next {
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: solid 1px #dcdcdc;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .pageNav .slickControl .prev, .pageNav .slickControl .next {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.pageNav .slickControl .prev i, .pageNav .slickControl .next i {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pageNav .slickControl .prev {
  right: 59px;
}
.pageNav .slickControl .prev i {
  left: 0;
}
@media screen and (min-width: 992px) {
  .pageNav .slickControl .prev:hover i {
    left: -5px;
  }
}
.pageNav .slickControl .next {
  border-radius: 0 5px 5px 0;
  right: 0px;
}
.pageNav .slickControl .next i {
  right: 0;
}
@media screen and (min-width: 992px) {
  .pageNav .slickControl .next:hover i {
    right: -5px;
  }
}

/*modal*/
@media (min-width: 768px) {
  .modal-900 {
    max-width: 600px;
  }
  .modal-600 {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .modal-900 {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-900 {
    max-width: 900px;
  }
}
/*cookie 設定*/
.cookieSetModal {
  padding-right: 0 !important;
}
.cookieSetModal .modal-header {
  margin: 0 50px;
  padding: 50px 0 30px;
  border-bottom-color: #dcdcdc;
}
@media screen and (max-width: 575px) {
  .cookieSetModal .modal-header {
    margin: 0 20px;
  }
}
.cookieSetModal .logo {
  width: 124px;
  height: 26px;
  margin: 0 auto;
}
.cookieSetModal .modal-body {
  padding: 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cookieSetModal .modal-body::-webkit-scrollbar {
  width: 5px;
}
.cookieSetModal .modal-body::-webkit-scrollbar-track {
  margin: 5px 0 0;
  background: #eee;
}
.cookieSetModal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cookieSetModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.cookieSetModal .topInfo {
  padding: 24px 50px 35px;
}
@media screen and (max-width: 575px) {
  .cookieSetModal .topInfo {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cookieSetModal .topInfo .title {
  margin-bottom: 10px;
}
.cookieSetModal .topInfo .content a {
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cookieSetModal .topInfo .content a:hover {
  opacity: 0.6;
  color: #0071BF;
}
.cookieSetModal .bottomCheck {
  padding: 35px 50px 50px;
}
@media screen and (max-width: 575px) {
  .cookieSetModal .bottomCheck {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cookieSetModal .bottomCheck .title {
  margin-bottom: 25px;
}
.cookieSetModal .bottomCheck .checkList {
  margin-bottom: 30px;
}
.cookieSetModal .bottomCheck .checkList li:not(:last-child) {
  margin-bottom: 10px;
}
.cookieSetModal .bottomCheck .checkList .item {
  padding: 0 30px;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  background: #f5f5f5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .cookieSetModal .bottomCheck .checkList .item {
    padding: 0 15px;
  }
}
.cookieSetModal .bottomCheck .checkList .item.active {
  border-color: #0071BF;
  background: #fff;
}
.cookieSetModal .bottomCheck .checkList .item.active .top button {
  color: #0071BF;
}
.cookieSetModal .bottomCheck .checkList .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookieSetModal .bottomCheck .checkList .item .top:not(.collapsed) button {
  padding: 27px 0;
}
.cookieSetModal .bottomCheck .checkList .item .top button {
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cookieSetModal .bottomCheck .checkList .item .top .custom-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cookieSetModal .bottomCheck .checkList .item .content {
  padding: 0 0 20px;
  position: relative;
}
.cookieSetModal .bottomCheck .checkList .item .content::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #dcdcdc;
  margin-bottom: 15px;
}
.cookieSetModal .bottomCheck .btnBlue {
  width: 250px;
}

/*編輯器共用*/
.editorContainer img {
  max-width: 100%;
  height: auto !important;
}
.editorContainer ul {
  list-style: disc;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.editorContainer ul > li {
  list-style: inherit;
}
.editorContainer .editorVideo {
  width: 100%;
  max-width: 100%;
  height: 565px;
  border: none;
}
@media screen and (max-width: 1199px) {
  .editorContainer .editorVideo {
    height: 523px;
  }
}
@media screen and (max-width: 991px) {
  .editorContainer .editorVideo {
    height: 388px;
  }
}
@media screen and (max-width: 767px) {
  .editorContainer .editorVideo {
    height: 287px;
  }
}
@media screen and (max-width: 450px) {
  .editorContainer .editorVideo {
    height: 200px;
  }
}

/*清單頁pagination*/
.customPagination .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customPagination .page-item {
  margin: 0 5px;
}
.customPagination .page-item.first,
.customPagination .page-item.last {
  margin: 0 5;
  border-radius: 50%;
}
.customPagination .page-item.prev {
  margin-right: 45px;
}
@media screen and (max-width: 575px) {
  .customPagination .page-item.prev {
    margin-right: 30px;
  }
}
.customPagination .page-item.next {
  margin-left: 45px;
}
@media screen and (max-width: 575px) {
  .customPagination .page-item.next {
    margin-left: 30px;
  }
}
.customPagination .page-link {
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0;
  border: solid 1px #CACACA;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  color: #969696;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customPagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customPagination .page-link:not(.active):hover {
  border: solid 1px #ccc;
  color: #0071BF;
}
.customPagination .page-item.active .page-link {
  background: #0071BF;
  border-color: transparent;
  color: #fff;
}
.customPagination .page-item.first .page-link,
.customPagination .page-item.prev .page-link,
.customPagination .page-item.next .page-link,
.customPagination .page-item.last .page-link {
  background: transparent;
  border-radius: 50%;
  font-size: 12px;
  color: #0071BF;
}
.customPagination .page-item.first .page-link:hover,
.customPagination .page-item.prev .page-link:hover,
.customPagination .page-item.next .page-link:hover,
.customPagination .page-item.last .page-link:hover {
  border-color: transparent;
  background: #0071BF;
  color: #fff;
}
.customPagination .page-item.disabled .page-link {
  color: #969696;
}
@media screen and (max-width: 575px) {
  .customPagination .page-item:not(.active) {
    display: none;
  }
  .customPagination .page-item.first,
  .customPagination .page-item.last,
  .customPagination .page-item.prev,
  .customPagination .page-item.next {
    display: block;
  }
}

/*自訂select 樣式*/
.selectContainer {
  /* The container must be positioned relative: */
  position: relative;
  font-family: Arial;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.selectContainer select {
  display: none; /*hide original SELECT element: */
}
.selectContainer .select-selected {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding-left: 17px;
  background-color: #0071BF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.selectContainer .select-selected:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.selectContainer .select-selected.select-arrow-active:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.selectContainer .select-items div, .selectContainer .select-selected {
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
}
.selectContainer .select-items {
  max-height: 240px;
  margin-top: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.selectContainer .select-items::-webkit-scrollbar {
  width: 3px;
  height: 0;
}
.selectContainer .select-items::-webkit-scrollbar-button {
  height: 3px;
  background: transparent;
  border-radius: 2px;
}
.selectContainer .select-items::-webkit-scrollbar-track-piece {
  background: transparent;
}
.selectContainer .select-items::-webkit-scrollbar-track {
  background: transparent;
}
.selectContainer .select-items::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #888;
}
.selectContainer .select-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.selectContainer .select-items div {
  color: #323232;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.selectContainer .select-items div.same-as-selected {
  background-color: rgba(0, 150, 190, 0.1);
  color: #0071BF;
}
.selectContainer .select-items div:not(:last-child) {
  border-bottom: solid 1px #fff;
}
.selectContainer .select-items div.noClick {
  pointer-events: none;
  color: #777;
}
.selectContainer .select-items {
  position: absolute;
  background-color: #f5f5f5;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.selectContainer .select-hide {
  display: none;
}
.selectContainer .select-items div:hover {
  color: #0071BF;
}

/*表單樣式*/
.defaultForm input[type=text], .defaultForm input[type=email], .defaultForm input[type=password], .defaultForm input[type=number], .defaultForm textarea {
  padding: 0 20px;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  background: #fafafa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.defaultForm input[type=text]:focus, .defaultForm input[type=email]:focus, .defaultForm input[type=password]:focus, .defaultForm input[type=number]:focus, .defaultForm textarea:focus {
  border-color: #0071BF;
  outline: none;
  -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 575px) {
  .defaultForm input[type=text]:focus, .defaultForm input[type=email]:focus, .defaultForm input[type=password]:focus, .defaultForm input[type=number]:focus, .defaultForm textarea:focus {
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.defaultForm .inputGroup {
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .defaultForm .inputGroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.defaultForm .inputGroup label {
  width: 200px;
  margin-bottom: 0;
  padding-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .defaultForm .inputGroup label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.defaultForm .inputGroup input[type=text], .defaultForm .inputGroup input[type=email], .defaultForm .inputGroup input[type=password], .defaultForm .inputGroup input[type=number], .defaultForm .inputGroup select, .defaultForm .inputGroup textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.defaultForm .inputGroup input[type=text], .defaultForm .inputGroup input[type=email], .defaultForm .inputGroup input[type=password], .defaultForm .inputGroup input[type=number] {
  height: 50px;
}
.defaultForm .inputGroup textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}
.defaultForm .selectContainer {
  width: 100%;
}
.defaultForm .selectContainer .select-selected {
  border: solid 1px #dcdcdc;
  background: #fafafa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #323232;
}
.defaultForm .selectContainer .select-selected::after {
  width: 8px;
  height: 8px;
  border-top: none;
  border-right: none;
  border-left: 2px solid #0071BF;
  border-bottom: 2px solid #0071BF;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
.defaultForm .selectContainer .select-selected.select-arrow-active::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.defaultForm .selectContainer .select-arrow-active {
  border-color: #0071BF;
  -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
}
.defaultForm .custom-checkbox, .defaultForm .custom-radio {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  .defaultForm .custom-checkbox, .defaultForm .custom-radio {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
  }
}
.defaultForm .custom-checkbox .custom-control-input, .defaultForm .custom-radio .custom-control-input {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.defaultForm .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, .defaultForm .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.defaultForm .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .defaultForm .custom-radio .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0071BF;
}
.defaultForm .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .defaultForm .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #0071BF;
}
.defaultForm .custom-checkbox .custom-control-label, .defaultForm .custom-radio .custom-control-label {
  padding-left: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.defaultForm .custom-checkbox .custom-control-label::before, .defaultForm .custom-checkbox .custom-control-label::after, .defaultForm .custom-radio .custom-control-label::before, .defaultForm .custom-radio .custom-control-label::after {
  width: 18px;
  height: 18px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.defaultForm .custom-checkbox .custom-control-label::before, .defaultForm .custom-radio .custom-control-label::before {
  background-color: transparent;
  border: #0071BF solid 1px;
}
.defaultForm .textareaGroup label {
  padding: 20px 0;
}
.defaultForm hr.solid {
  margin-top: 41px;
  margin-bottom: 39px;
  border-color: #C8C8C8;
}
.defaultForm .codeGroup {
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .defaultForm .codeGroup input[type=text], .defaultForm .codeGroup input[type=password], .defaultForm .codeGroup input[type=number] {
    width: calc(100% - 125px);
  }
}
.defaultForm .codeImg {
  width: 115px;
  height: 40px;
  margin-left: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .defaultForm .codeImg {
    margin-left: 10px;
  }
}
.defaultForm .submitBtn {
  padding-top: 11px;
}
.defaultForm .submitBtn .btnBlue {
  width: 200px;
}
.defaultForm #contactPrivacy ~ label a {
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.defaultForm #contactPrivacy ~ label a:hover {
  color: #0071BF;
  opacity: 0.7;
}

body {
  min-height: 100vh;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
}

header, main, footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*header*/
header {
  position: fixed;
  z-index: 999;
}

/*main*/
main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*footer*/
footer {
  width: 100%;
  position: relative;
}

header {
  width: 100%;
}
header .headerMain {
  width: 100%;
  height: 100px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  header .headerMain {
    height: 100px;
  }
}
header .headerMain + .headerCover {
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  z-index: 99;
}
header .headerMain.whiteBg {
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
header .headerMain.whiteBg .logo .img .logoUsu {
  display: block;
}
header .headerMain.whiteBg .logo .img .logoW {
  display: none;
}
header .headerMain.whiteBg .logo .text {
  color: rgba(50, 50, 50, 0.5);
}
header .headerMain.whiteBg .nav > nav > ul > li:not(:last-child) .navItem::after {
  background: rgba(50, 50, 50, 0.3);
}
header .headerMain.whiteBg .nav .navItem {
  color: #323232;
}
@media screen and (max-width: 1199px) {
  header .headerMain.whiteBg .nav .navItem {
    color: #fff;
  }
}
header .headerMain.whiteBg .nav .navItem:hover {
  color: #323232;
}
@media screen and (max-width: 1199px) {
  header .headerMain.whiteBg .nav .navItem:hover {
    color: #fff;
    opacity: 0.6;
  }
}
header .headerMain.whiteBg .nav .navItem:not(.active):hover .text::after {
  background: #0071BF;
  opacity: 0.5;
}
header .headerMain.whiteBg .nav .navItem.active .text::after {
  background: #0071BF;
}
header .headerMain.whiteBg .nav .navItem .text::after {
  height: 4px;
  bottom: 0;
}
header .headerMain.whiteBg .searchBtn {
  color: #0071BF;
}
header .headerMain.whiteBg .langContainer .langBtn .text {
  color: #323232;
}
header .headerMain.whiteBg .langContainer .langBtn i {
  color: #0071BF;
}
header .headerMain.whiteBg .menuBtn .line {
  background: #0071BF;
}
header .headerMain.whiteBg.blueBg, header .headerMain.blueBg {
  background: #0071BF;
}
header .headerMain.whiteBg.blueBg + .headerCover, header .headerMain.blueBg + .headerCover {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
header .headerMain.whiteBg.blueBg .logo .img .logoUsu, header .headerMain.blueBg .logo .img .logoUsu {
  display: none;
}
header .headerMain.whiteBg.blueBg .logo .img .logoW, header .headerMain.blueBg .logo .img .logoW {
  display: block;
}
header .headerMain.whiteBg.blueBg .logo .text, header .headerMain.blueBg .logo .text {
  color: rgba(255, 255, 255, 0.5);
}
header .headerMain.whiteBg.blueBg .nav > nav > ul > li.hasSub:hover .navItem::before, header .headerMain.blueBg .nav > nav > ul > li.hasSub:hover .navItem::before {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
header .headerMain.whiteBg.blueBg .nav > nav > ul > li.hasSub .navItem, header .headerMain.blueBg .nav > nav > ul > li.hasSub .navItem {
  overflow: hidden;
}
header .headerMain.whiteBg.blueBg .nav > nav > ul > li.hasSub .navItem::before, header .headerMain.blueBg .nav > nav > ul > li.hasSub .navItem::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 11px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .headerMain.whiteBg.blueBg .nav > nav > ul > li.hasSub .navItem::before, header .headerMain.blueBg .nav > nav > ul > li.hasSub .navItem::before {
    display: none;
  }
}
header .headerMain.whiteBg.blueBg .nav .navItem, header .headerMain.blueBg .nav .navItem {
  color: #fff;
}
header .headerMain.whiteBg.blueBg .nav .navItem:not(.active):hover .text::after, header .headerMain.blueBg .nav .navItem:not(.active):hover .text::after {
  background: transparent;
}
header .headerMain.whiteBg.blueBg .nav .navItem.active .text::after, header .headerMain.blueBg .nav .navItem.active .text::after {
  background: transparent;
}
header .headerMain.whiteBg.blueBg .nav .navItem:hover, header .headerMain.blueBg .nav .navItem:hover {
  color: #fff;
}
header .headerMain.whiteBg.blueBg .searchBtn, header .headerMain.blueBg .searchBtn {
  color: #fff;
}
header .headerMain.whiteBg.blueBg .langContainer .langBtn .text, header .headerMain.blueBg .langContainer .langBtn .text {
  color: #fff;
}
header .headerMain.whiteBg.blueBg .langContainer .langBtn i, header .headerMain.blueBg .langContainer .langBtn i {
  color: #fff;
}
header .headerMain.whiteBg.blueBg .menuBtn .line, header .headerMain.blueBg .menuBtn .line {
  background: #fff;
}
header .headerMain > .container {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .headerMain > .container {
    padding: 0 25px;
  }
}
header .headerBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1699px) {
  header .logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .logo .img {
  width: 151px;
  height: 32px;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 1499px) {
  header .logo .img {
    margin-right: 5px;
  }
}
header .logo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo .img .logoUsu {
  display: none;
}
header .logo .text {
  width: 110px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1699px) {
  header .logo .text {
    width: 151px;
    margin-top: 2px;
    font-size: 13px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1199px) {
  header .logo .text {
    width: 195px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}
header .menu {
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  header .menu {
    width: 100%;
    height: calc(100vh - 90px + constant(safe-area-inset-bottom));
    height: calc(100vh - 90px + env(safe-area-inset-bottom));
    padding-top: 15px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: 24px;
    padding-right: 24px;
    max-width: 400px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 100px;
    right: 0;
    background: #0071BF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 999;
  }
  header .menu::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  header .menu:not(.openMenu) {
    right: -600px;
  }
  header .menu.openMenu ~ .menuBtn .icon {
    width: 17px;
    height: 17px;
  }
  header .menu.openMenu ~ .menuBtn .line:nth-child(1) {
    width: 21px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  header .menu.openMenu ~ .menuBtn .line:nth-child(2) {
    opacity: 0;
  }
  header .menu.openMenu ~ .menuBtn .line:nth-child(3) {
    width: 21px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media screen and (max-width: 575px) {
  header .menu {
    max-width: 100%;
  }
}
header .menu .searchFormBox .searchForm {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 25px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu .searchFormBox .headerSearchInput {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header .menu .searchFormBox .submitSearch {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .menu .langNav {
  padding-top: 27px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
header .menu .langNav ul {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .menu .langNav li {
  padding: 0 15px;
}
header .menu .langNav li:not(:last-child) {
  position: relative;
}
header .menu .langNav li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .menu .langNav li a {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .menu .langNav li a.active, header .menu .langNav li a:hover {
  color: #fff;
}
header .nav {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .nav {
    width: 100%;
    height: auto;
    padding-bottom: 35px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
header .nav > nav {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .nav > nav {
    width: 100%;
  }
}
header .nav > nav > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  header .nav > nav > ul {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .nav > nav > ul > li {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .nav > nav > ul > li {
    width: 100%;
  }
}
header .nav > nav > ul > li:not(:last-child) .navItem {
  position: relative;
}
header .nav > nav > ul > li:not(:last-child) .navItem::after {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .nav > nav > ul > li:not(:last-child) .navItem::after {
    display: none;
  }
}
header .nav > nav > ul > li.hasSub:hover .navItem + .subNavOuter {
  max-height: 200px;
}
@media screen and (max-width: 1199px) {
  header .nav > nav > ul > li.hasSub:hover .navItem + .subNavOuter {
    max-height: none;
  }
}
header .nav .navItem {
  height: 100%;
  padding: 0 35px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1499px) {
  header .nav .navItem {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav .navItem {
    padding: 11px 0px 10px;
  }
}
header .nav .navItem:hover {
  color: #fff;
}
header .nav .navItem:not(.active):hover .text::after {
  background: rgba(255, 255, 255, 0.8);
}
header .nav .navItem.active .text::after {
  background: #fff;
}
header .nav .navItem .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  header .nav .navItem .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .nav .navItem .text::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 27px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .nav .navItem .text::after {
    display: none;
  }
}
header .nav .subNavOuter {
  width: 100%;
  max-height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  header .nav .subNavOuter {
    width: 100%;
    height: auto;
    max-height: none;
    position: relative;
  }
}
header .nav .subNavContainer {
  background: #fff;
}
header .nav .subNavContainer.collapse:not(.show) {
  display: block;
}
@media screen and (max-width: 1199px) {
  header .nav .subNavContainer.collapse:not(.show) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header .nav .subNavContainer {
    width: 100%;
    position: relative;
    background: transparent;
  }
  header .nav .subNavContainer > .container {
    width: 100%;
    padding: 0;
  }
}
header .nav .subNav {
  padding: 15px 0;
}
@media screen and (max-width: 1199px) {
  header .nav .subNav {
    width: 100%;
    padding: 0 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #fff;
  }
}
header .nav .subNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  header .nav .subNav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  header .nav .subNav ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 11px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 1199px) {
  header .nav .subNav li {
    width: 100%;
  }
  header .nav .subNav li:not(:last-child) {
    border-bottom: solid 1px #DCDCDC;
  }
}
header .nav .subNav li:first-child a::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  header .nav .subNav li:first-child a::before {
    display: none;
  }
}
header .nav .subNav a {
  padding: 5px 30px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1499px) {
  header .nav .subNav a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav .subNav a {
    width: 100%;
    padding: 14px 0;
    text-align: center;
  }
}
header .nav .subNav a::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  header .nav .subNav a::after {
    display: none;
  }
}
header .nav .subNav a:hover {
  color: #0071BF;
}
header .searchBtn {
  margin-right: 29px;
  margin-left: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1499px) {
  header .searchBtn {
    margin-right: 13px;
    margin-left: 5px;
  }
}
header .searchBtn:hover {
  opacity: 0.6;
}
header .langContainer {
  height: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .langContainer .langBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .langContainer .langBtn:not(.collapsed) i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
header .langContainer .langBtn .text {
  margin-right: 10px;
}
header .langContainer .langBtn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .langContainer .langItems {
  width: 120px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .langContainer .langItems li:first-child a {
  padding-top: 15px;
}
header .langContainer .langItems li:last-child a {
  padding-bottom: 15px;
}
header .langContainer .langItems li:not(:last-child) {
  position: relative;
}
header .langContainer .langItems li:not(:last-child)::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #eee;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .langContainer .langItems a {
  position: relative;
  padding: 7px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
header .langContainer .langItems a.active {
  background: #0071BF;
  color: #fff;
}
header .langContainer .langItems a:not(.active):hover {
  color: #0071BF;
}
header .menuBtn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .menuBtn:hover .line:nth-child(2) {
  width: 80%;
}
header .menuBtn .icon {
  width: 21px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .menuBtn .line {
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .headerSearchContainer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}
header .headerSearchContainer.show {
  z-index: 99;
  visibility: visible;
}
header .headerSearchContainer.show .coverBg {
  visibility: visible;
  opacity: 1;
  z-index: -1;
  -webkit-transition: opacity 0.4s 0.01s, visibility 0.01s 0s;
  transition: opacity 0.4s 0.01s, visibility 0.01s 0s;
}
header .headerSearchContainer.show .searchFormBox {
  top: 100px;
}
header .headerSearchContainer .coverBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.4s 0s, visibility 0.01s 0.4s;
  transition: opacity 0.4s 0s, visibility 0.01s 0.4s;
}
header .headerSearchContainer .searchFormBox {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: -100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .headerSearchContainer .searchFormBox .searchForm {
  width: calc(100% - 100px);
  height: 100%;
  padding: 0 30px 0 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headerSearchContainer .searchFormBox .searchForm input {
  width: calc(100% - 40px);
}
header .headerSearchContainer .searchFormBox .searchForm .submitSearch {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .headerSearchContainer .searchFormBox .searchForm .submitSearch:hover {
  opacity: 0.6;
}
header .headerSearchContainer .searchFormBox .searchForm .submitSearch .text {
  display: none;
}
header .headerSearchContainer .searchFormBox .closeBtn {
  width: 100px;
  height: 100%;
  background: #0071BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headerSearchContainer .searchFormBox .closeBtn:hover .icon .line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
header .headerSearchContainer .searchFormBox .closeBtn:hover .icon .line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}
header .headerSearchContainer .searchFormBox .closeBtn .icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .headerSearchContainer .searchFormBox .closeBtn .icon .line {
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .headerSearchContainer .searchFormBox .closeBtn .icon .line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .headerSearchContainer .searchFormBox .closeBtn .icon .line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

footer {
  z-index: 0;
}
footer .topContainer {
  position: relative;
}
footer .topContainer .decImg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
footer .topContainer .decImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  footer .topContainer .decImg {
    width: 100%;
    height: 100%;
  }
  footer .topContainer .decImg img {
    -o-object-position: top right;
       object-position: top right;
  }
}
footer .footerTopBox {
  position: relative;
  padding-top: 186px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1499px) {
  footer .footerTopBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1099px) {
  footer .footerTopBox {
    padding-top: 135px;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTopBox {
    padding-top: 55px;
    padding-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footerTopBox .logo {
  width: 180px;
  height: 38px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1699px) {
  footer .footerTopBox .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1499px) {
  footer .footerTopBox .logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .logo {
    margin-right: 0px;
  }
}
footer .footerTopBox .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footerTopBox .nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1499px) {
  footer .footerTopBox .nav {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .nav {
    margin-top: 31px;
    padding-top: 38px;
    position: relative;
  }
  footer .footerTopBox .nav::before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
footer .footerTopBox .nav nav {
  width: 100%;
}
footer .footerTopBox .nav nav ul.listRow {
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .nav nav ul.listRow {
    margin: 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footerTopBox .nav nav li.listCol {
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .nav nav li.listCol {
    margin-bottom: 21px;
    padding: 0;
  }
}
footer .footerTopBox .nav nav li.listCol > a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footerTopBox .nav nav li.listCol > a + a {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .nav nav li.listCol > a + a {
    margin-top: 21px;
  }
}
footer .footerTopBox .nav nav li.listCol > a:hover {
  color: #0071BF;
}
footer .footerTopBox .nav nav li.listCol.searchItemPc {
  width: 60%;
}
footer .footerTopBox .nav nav li.listCol.searchItemPc a {
  width: 100%;
  margin-top: 24px;
  border-top: solid 1px #DCDCDC;
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerTopBox .nav nav li.listCol.searchItemPc a .icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background: #0071BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footerTopBox .nav nav li.listCol.searchItemPc a .text {
  display: block;
}
footer .footerTopBox .nav nav .hasSub > a {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .nav nav .hasSub > a {
    pointer-events: auto;
  }
}
footer .footerTopBox .nav .subNav {
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .nav .subNav {
    display: none;
  }
}
footer .footerTopBox .nav .subNav > li:not(:last-child) {
  margin-bottom: 9px;
}
footer .footerTopBox .nav .subNav a {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footerTopBox .nav .subNav a:hover {
  opacity: 1;
}
footer .footerTopBox .rightLinks {
  width: 250px;
  margin-left: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1699px) {
  footer .footerTopBox .rightLinks {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1499px) {
  footer .footerTopBox .rightLinks {
    width: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .rightLinks {
    margin-left: 0;
    margin-top: 23px;
  }
}
@media screen and (max-width: 1499px) {
  footer .footerTopBox .rightLinks .contactLink {
    width: 220px;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .rightLinks .contactLink {
    width: auto;
  }
}
footer .footerTopBox .rightLinks .contactLink .defaultBtn {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1499px) {
  footer .footerTopBox .rightLinks .contactLink .defaultBtn {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .rightLinks .contactLink .defaultBtn {
    width: 60px;
    min-width: auto;
    border-radius: 50%;
    border: solid 1px rgba(0, 113, 191, 0.5);
    background: transparent;
    color: #0071BF;
  }
  footer .footerTopBox .rightLinks .contactLink .defaultBtn::before {
    display: none;
  }
  footer .footerTopBox .rightLinks .contactLink .defaultBtn:hover {
    background: rgb(0, 113, 191);
    color: #fff;
  }
}
@media screen and (max-width: 575px) {
  footer .footerTopBox .rightLinks .contactLink .defaultBtn {
    width: 50px;
    height: 50px;
  }
}
footer .footerTopBox .rightLinks .contactLink .defaultBtn i {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .rightLinks .contactLink .defaultBtn i {
    margin-right: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  footer .footerTopBox .rightLinks .contactLink .defaultBtn i {
    font-size: 17px;
  }
}
footer .footerTopBox .rightLinks .contactLink .defaultBtn .text {
  position: relative;
}
footer .footerTopBox .rightLinks .socialLinks {
  margin-top: 50px;
}
@media screen and (max-width: 1499px) {
  footer .footerTopBox .rightLinks .socialLinks {
    margin-top: 0px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .footerTopBox .rightLinks .socialLinks {
    margin-left: 20px;
  }
}
footer .footerTopBox .rightLinks .socialLinks ul {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  footer .footerTopBox .rightLinks .socialLinks ul {
    margin: 0 -6px;
  }
}
footer .footerTopBox .rightLinks .socialLinks ul li {
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  footer .footerTopBox .rightLinks .socialLinks ul li {
    padding: 0 6px;
  }
}
footer .footerTopBox .rightLinks .socialLinks ul li a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px rgba(0, 113, 191, 0.5);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  footer .footerTopBox .rightLinks .socialLinks ul li a {
    width: 50px;
    height: 50px;
  }
  footer .footerTopBox .rightLinks .socialLinks ul li a i {
    font-size: 18px;
  }
}
footer .footerTopBox .rightLinks .socialLinks ul li a:hover {
  background: rgb(0, 113, 191);
  color: #fff;
}
footer .bottomContainer {
  background: #1E1E1E;
}
footer .footerBottomBox {
  padding: 30px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  footer .footerBottomBox {
    padding-top: 40px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footerBottomBox .footerLang ul, footer .footerBottomBox .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerBottomBox .footerLang li:not(:last-child), footer .footerBottomBox .nav li:not(:last-child) {
  position: relative;
}
footer .footerBottomBox .footerLang li:not(:last-child)::after, footer .footerBottomBox .nav li:not(:last-child)::after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .footerBottomBox .footerLang {
  margin-right: 110px;
}
@media screen and (max-width: 1199px) {
  footer .footerBottomBox .footerLang {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .footerBottomBox .footerLang {
    margin-right: 0px;
  }
}
footer .footerBottomBox .footerLang ul {
  margin: 0 -15px;
}
@media screen and (max-width: 1199px) {
  footer .footerBottomBox .footerLang ul {
    margin: 0 -10px;
  }
}
footer .footerBottomBox .footerLang li {
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  footer .footerBottomBox .footerLang li {
    padding: 0 10px;
  }
}
footer .footerBottomBox .footerLang li:not(:last-child)::after {
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
}
footer .footerBottomBox .footerLang li a {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footerBottomBox .footerLang li a.active, footer .footerBottomBox .footerLang li a:hover {
  color: #0071BF;
}
footer .footerBottomBox .copyright {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  footer .footerBottomBox .copyright {
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 23px;
    text-align: center;
  }
}
footer .footerBottomBox .nav {
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  footer .footerBottomBox .nav {
    margin-left: 0px;
    padding-top: 25px;
    position: relative;
  }
  footer .footerBottomBox .nav::before {
    content: "";
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
footer .footerBottomBox .nav ul {
  margin: 0 -30px;
}
@media screen and (max-width: 1199px) {
  footer .footerBottomBox .nav ul {
    margin: 0 -10px;
  }
}
footer .footerBottomBox .nav li {
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  footer .footerBottomBox .nav li {
    padding: 0 10px;
  }
}
footer .footerBottomBox .nav li:not(:last-child)::after {
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
}
footer .footerBottomBox .nav li a, footer .footerBottomBox .nav li button {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footerBottomBox .nav li a:hover, footer .footerBottomBox .nav li button:hover {
  opacity: 1;
  color: #0071BF;
}

.sideBtnContainer {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 800;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .sideBtnContainer {
    right: 20px;
    bottom: 20px;
  }
}
.sideBtnContainer:not(.show) {
  bottom: -200px;
}
.sideBtnContainer .contactBtn {
  width: 60px;
  min-width: auto;
  height: 90px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .sideBtnContainer .contactBtn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .sideBtnContainer .contactBtn:hover::before {
    right: calc(100% - 70px);
    top: calc(100% - 70px);
  }
}
.sideBtnContainer .contactBtn::before {
  width: 140px;
  height: 140px;
  top: -70px;
  right: -70px;
}
.sideBtnContainer .contactBtn i {
  margin-bottom: 5px;
  display: block;
  position: relative;
}
@media screen and (max-width: 575px) {
  .sideBtnContainer .contactBtn i {
    margin-bottom: 0px;
    font-size: 19px;
  }
}
.sideBtnContainer .contactBtn .text {
  display: block;
  position: relative;
}
@media screen and (max-width: 575px) {
  .sideBtnContainer .contactBtn .text {
    display: none;
  }
}
.sideBtnContainer .goTop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .sideBtnContainer .goTop {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .sideBtnContainer .goTop:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .sideBtnContainer .goTop:hover .icon {
    width: 17px;
    height: 15px;
    margin-bottom: 6px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sideBtnContainer .goTop:hover .icon .line:nth-child(1) {
    background: rgb(255, 255, 255);
  }
  .sideBtnContainer .goTop:hover .icon .line:nth-child(2) {
    background: rgba(255, 255, 255, 0.5);
  }
}
.sideBtnContainer .goTop .icon {
  width: 17px;
  height: 15px;
  margin-bottom: 7px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .sideBtnContainer .goTop .icon {
    margin-bottom: 5px;
  }
}
.sideBtnContainer .goTop .icon .line {
  width: 15px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sideBtnContainer .goTop .icon .line:nth-child(1) {
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.sideBtnContainer .goTop .icon .line:nth-child(2) {
  background: rgb(255, 255, 255);
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (max-width: 575px) {
  .sideBtnContainer .goTop .text {
    display: none;
  }
}

.indexBannerContainer {
  --bannerHeight: 520px;
  width: 100%;
  height: var(--bannerHeight);
}
@media screen and (max-width: 1199px) {
  .indexBannerContainer {
    --bannerHeight: 360px;
  }
}
.indexBannerContainer.bannerHide {
  visibility: hidden;
  opacity: 0;
}

.indexBanner {
  width: 100%;
  height: var(--bannerHeight);
  position: fixed;
  top: 0;
}
@media screen and (max-width: 991px) {
  .indexBanner {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .indexBanner .container {
    padding: 0 34px;
  }
}
@media screen and (max-width: 374px) {
  .indexBanner .container {
    padding: 0 15px;
  }
}
.indexBanner .slick {
  width: 100%;
  height: 100%;
}
.indexBanner .slick.slick-dotted {
  margin-bottom: 0;
}
.indexBanner .slick .slick-track, .indexBanner .slick .slick-list {
  height: 100%;
}
.indexBanner .slick .slickControl .prev, .indexBanner .slick .slickControl .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 20;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .indexBanner .slick .slickControl .prev, .indexBanner .slick .slickControl .next {
    display: none;
  }
}
.indexBanner .slick .slickControl .prev:hover, .indexBanner .slick .slickControl .next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.indexBanner .slick .slickControl .prev .icon, .indexBanner .slick .slickControl .next .icon {
  width: 7px;
  height: 12px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexBanner .slick .slickControl .prev .icon::after, .indexBanner .slick .slickControl .next .icon::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 1px;
}
.indexBanner .slick .slickControl .prev {
  left: 200px;
}
@media screen and (max-width: 1499px) {
  .indexBanner .slick .slickControl .prev {
    left: 50px;
  }
}
.indexBanner .slick .slickControl .prev:hover {
  left: 195px;
}
@media screen and (max-width: 1499px) {
  .indexBanner .slick .slickControl .prev:hover {
    left: 45px;
  }
}
.indexBanner .slick .slickControl .prev .icon {
  left: 0;
}
.indexBanner .slick .slickControl .prev .icon::after {
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 1px;
}
.indexBanner .slick .slickControl .next {
  right: 200px;
}
@media screen and (max-width: 1499px) {
  .indexBanner .slick .slickControl .next {
    right: 50px;
  }
}
.indexBanner .slick .slickControl .next:hover {
  right: 195px;
}
@media screen and (max-width: 1499px) {
  .indexBanner .slick .slickControl .next:hover {
    right: 45px;
  }
}
.indexBanner .slick .slickControl .next .icon {
  right: 0;
}
.indexBanner .slick .slickControl .next .icon::after {
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1px;
}
.indexBanner .slick .slick-dots {
  bottom: 58px;
}
.indexBanner .slick .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
}
.indexBanner .slick .slick-dots li.slick-active button {
  width: 50px;
}
.indexBanner .slick .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexBanner .slick .slick-dots li button::before {
  display: none;
}
.indexBanner .item {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexBanner .item.slick-current .slogen, .indexBanner .item.slick-current .itemTitle, .indexBanner .item.slick-current .content {
  opacity: 1;
  top: 0;
}
.indexBanner .item .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
}
.indexBanner .item .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBanner .item .article {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 42px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .indexBanner .item .article {
    padding-top: 60px;
  }
}
.indexBanner .item .slogen {
  margin-bottom: 5px;
  opacity: 0;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.6s 0.4s;
  transition: all 0.6s 0.4s;
}
@media screen and (max-width: 991px) {
  .indexBanner .item .slogen {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .indexBanner .item .slogen {
    margin-bottom: 12px;
  }
}
.indexBanner .item .itemTitle {
  margin-bottom: 34px;
  opacity: 0;
  position: relative;
  top: 8px;
  -webkit-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}
@media screen and (max-width: 991px) {
  .indexBanner .item .itemTitle {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .indexBanner .item .itemTitle {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 575px) {
  .indexBanner .item .itemTitle {
    font-size: 31px;
    line-height: 31px;
  }
}
.indexBanner .item .content {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
@media screen and (max-width: 991px) {
  .indexBanner .item .content {
    max-height: 78px;
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 26px;
  }
}

.indexProductsContainer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .indexProductsContainer {
    background: #fff;
  }
}
@media screen and (max-width: 575px) {
  .indexProductsContainer {
    overflow: hidden;
  }
}
.indexProductsContainer::before {
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .indexProductsContainer::before {
    display: none;
  }
}

.indexProducts {
  position: relative;
}
.indexProducts .slick {
  position: relative;
}
@media screen and (max-width: 767px) {
  .indexProducts .slick {
    width: calc(100% - 10px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .indexProducts .slick {
    max-width: 320px;
    margin: 0 auto;
    padding: 0px 20px;
  }
}
.indexProducts .slick .slick-list {
  margin: -50px 0px;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  .indexProducts .slick .slick-list {
    margin: 0px 0px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 575px) {
  .indexProducts .slick .slick-list {
    padding: 0px 0px;
  }
}
.indexProducts .slick .slickControl .prev, .indexProducts .slick .slickControl .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.indexProducts .slick .slickControl .prev {
  left: 0px;
}
@media screen and (max-width: 767px) {
  .indexProducts .slick .slickControl .prev {
    left: -10px;
  }
}
@media screen and (min-width: 992px) {
  .indexProducts .slick .slickControl .prev:hover {
    left: -5px;
  }
}
.indexProducts .slick .slickControl .next {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .indexProducts .slick .slickControl .next {
    right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .indexProducts .slick .slickControl .next:hover {
    right: -5px;
  }
}
.indexProducts .item {
  position: relative;
}
.indexProducts .item:not(.slick-active) {
  pointer-events: none;
}
.indexProducts .item a {
  padding: 35px 17px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .indexProducts .item a:hover {
    margin-top: -42px;
    margin-bottom: -42px;
    padding: 25px 17px 19px;
  }
  .indexProducts .item a:hover::before {
    opacity: 1;
  }
  .indexProducts .item a:hover .content {
    max-height: 96px;
  }
}
@media screen and (max-width: 575px) {
  .indexProducts .item a {
    padding: 15px 0px 15px;
  }
}
.indexProducts .item a::before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .indexProducts .item a::before {
    display: none;
  }
}
.indexProducts .item .img {
  width: 100%;
  max-width: 196px;
  padding-bottom: 75%;
  margin-bottom: 14px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .indexProducts .item .img {
    height: 147px;
    margin-bottom: 7px;
    padding-bottom: 0;
  }
}
.indexProducts .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.indexProducts .item .name {
  display: block;
  position: relative;
}
@media screen and (max-width: 575px) {
  .indexProducts .item .name {
    padding: 0 17px;
  }
}
.indexProducts .item .content {
  margin-top: 8px;
  max-height: 96px;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.indexApplication {
  padding-top: 57px;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .indexApplication {
    padding-top: 0px;
    padding-bottom: 47px;
    overflow: hidden;
  }
}
.indexApplication .title {
  margin-bottom: 7px;
}
@media screen and (max-width: 575px) {
  .indexApplication .title {
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 30px;
  }
}
.indexApplication .slick {
  padding: 0 13px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .indexApplication .slick {
    max-width: 330px;
    margin: 0 auto;
  }
}
.indexApplication .slick .slick-list {
  margin: 0 -12px;
  padding: 12px 12px;
}
@media screen and (max-width: 575px) {
  .indexApplication .slick .slick-list {
    margin: 0 -10px;
    padding: 0px 18px;
    overflow: visible;
  }
}
.indexApplication .slick .slickControl .prev, .indexApplication .slick .slickControl .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  z-index: 20;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.indexApplication .slick .slickControl .prev {
  left: 0px;
}
@media screen and (min-width: 992px) {
  .indexApplication .slick .slickControl .prev:hover {
    left: -5px;
  }
}
.indexApplication .slick .slickControl .next {
  right: 0px;
}
@media screen and (min-width: 992px) {
  .indexApplication .slick .slickControl .next:hover {
    right: -5px;
  }
}
.indexApplication .item {
  padding: 12px;
}
@media screen and (max-width: 575px) {
  .indexApplication .item {
    padding: 12px 10px;
  }
  .indexApplication .item.slick-current a {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }
  .indexApplication .item.slick-current a .itemName {
    background: #fff;
  }
}
.indexApplication .item a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .indexApplication .item a:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }
  .indexApplication .item a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .indexApplication .item a:hover .itemName {
    background: #fff;
  }
}
.indexApplication .item .imgContainer {
  display: block;
  position: relative;
}
.indexApplication .item .img {
  display: block;
  overflow: hidden;
}
.indexApplication .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexApplication .item .icon {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.indexApplication .item .itemName {
  padding: 17px 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .indexApplication .item .itemName {
    padding: 8px 10px;
  }
}

.indexBelifContainer {
  position: relative;
  padding-bottom: 390px;
}
@media screen and (max-width: 991px) {
  .indexBelifContainer {
    padding-bottom: 0;
  }
}
.indexBelifContainer .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.indexBelifContainer .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexBelif {
  padding-top: 91px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indexBelif {
    padding-top: 58px;
    padding-bottom: 17px;
  }
}
.indexBelif .title {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .indexBelif .title {
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .indexBelif .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .indexBelif .beliefList {
    max-width: 270px;
    margin: 0 auto;
  }
}
.indexBelif .beliefList ul {
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .indexBelif .beliefList ul {
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.indexBelif .beliefList ul li {
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .indexBelif .beliefList ul li {
    width: 25%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .indexBelif .beliefList ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.indexBelif .beliefList .item {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .indexBelif .beliefList .item {
    width: 100%;
  }
}
.indexBelif .beliefList .item .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .indexBelif .beliefList .item .icon {
    width: 80px;
    height: 80px;
  }
}
.indexBelif .beliefList .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 575px) {
  .indexBelif .beliefList .item .itemTitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.indexVideoOuter {
  margin-top: -452px;
  margin-bottom: -68px;
  padding-top: 62px;
}
@media screen and (max-width: 991px) {
  .indexVideoOuter {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0;
  }
  .indexVideoOuter .container {
    max-width: none;
    padding: 0;
  }
}

.indexVideoContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .indexVideoContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.indexVideoContainer .vision, .indexVideoContainer .video {
  position: relative;
}
.indexVideoContainer .vision .itemBgImg, .indexVideoContainer .video .itemBgImg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.indexVideoContainer .vision .itemBgImg img, .indexVideoContainer .video .itemBgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexVideoContainer .vision .article, .indexVideoContainer .video .article {
  position: relative;
}
@media screen and (max-width: 991px) {
  .indexVideoContainer .vision .title, .indexVideoContainer .video .title {
    font-size: 30px;
    line-height: 32px;
  }
  .indexVideoContainer .vision .content, .indexVideoContainer .video .content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .indexVideoContainer .vision .title, .indexVideoContainer .video .title {
    font-size: 26px;
    line-height: 30px;
  }
}
.indexVideoContainer .vision {
  width: 39.47%;
  height: 390px;
  margin-bottom: 68px;
}
@media screen and (max-width: 991px) {
  .indexVideoContainer .vision {
    width: 45%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .vision {
    width: 100%;
    height: auto;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .vision .itemBgImg {
    top: auto;
    bottom: 0;
  }
  .indexVideoContainer .vision .itemBgImg img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 575px) {
  .indexVideoContainer .vision .itemBgImg {
    height: calc(100% - 72px);
  }
}
.indexVideoContainer .vision .article {
  padding-top: 70px;
  padding-left: 70px;
}
@media screen and (max-width: 1499px) {
  .indexVideoContainer .vision .article {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .indexVideoContainer .vision .article {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .indexVideoContainer .vision .article {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .vision .article {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 575px) {
  .indexVideoContainer .vision .article {
    padding-top: 48px;
  }
}
.indexVideoContainer .vision .title {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .vision .title {
    margin-bottom: 24px;
    text-align: center;
  }
}
.indexVideoContainer .vision .content {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .vision .content {
    margin: 0 auto;
    text-align: center;
  }
}
.indexVideoContainer .video {
  width: 60.53%;
  height: 520px;
  margin-top: -62px;
}
@media screen and (max-width: 991px) {
  .indexVideoContainer .video {
    width: 55%;
    height: 390px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .video {
    width: 100%;
    height: auto;
  }
}
.indexVideoContainer .video:hover .itemBgImg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.indexVideoContainer .video:hover .rightBtn .icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.indexVideoContainer .video:hover .rightBtn .circle {
  background: rgba(0, 0, 0, 0.6);
}
.indexVideoContainer .video .itemBgImg {
  overflow: hidden;
}
.indexVideoContainer .video .itemBgImg img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexVideoContainer .video .article {
  width: 100%;
  height: 100%;
  padding-left: 105px;
  padding-right: 122px;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1499px) {
  .indexVideoContainer .video .article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .indexVideoContainer .video .article {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .indexVideoContainer .video .article {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .video .article {
    padding-top: 44px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
}
.indexVideoContainer .video .leftDoc {
  max-width: 500px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .indexVideoContainer .video .leftDoc {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .video .leftDoc {
    margin-bottom: 30px;
  }
}
.indexVideoContainer .video .leftDoc .title {
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .video .leftDoc .title {
    margin-bottom: 27px;
    text-align: center;
  }
}
.indexVideoContainer .video .leftDoc .content {
  display: block;
}
@media screen and (max-width: 767px) {
  .indexVideoContainer .video .leftDoc .content {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    max-height: 72px;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.indexVideoContainer .video .rightBtn {
  margin-top: 4px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1499px) {
  .indexVideoContainer .video .rightBtn {
    width: 112px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.indexVideoContainer .video .rightBtn .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexVideoContainer .video .rightBtn .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 3px #fff;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexVideoContainer .video .rightBtn .triangle {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 10.5px 0 10.5px 15px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indexVideoContainer .video .rightBtn .text {
  margin-top: 15px;
}

#indexVideoModal {
  padding-right: 0 !important;
}
#indexVideoModal .closeModal {
  width: 70px;
  height: 70px;
  background: #0071BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #indexVideoModal .closeModal {
    width: 70px;
    height: 70px;
  }
}
#indexVideoModal .closeModal:hover .closeLine::before {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
#indexVideoModal .closeModal:hover .closeLine::after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
#indexVideoModal .closeModal .closeLine {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#indexVideoModal .closeModal .closeLine::before, #indexVideoModal .closeModal .closeLine::after {
  content: "";
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#indexVideoModal .closeModal .closeLine::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#indexVideoModal .closeModal .closeLine::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#indexVideoModal .modal-dialog {
  height: calc(100vh - 3.5rem);
  width: 79.166%;
  max-width: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  #indexVideoModal .modal-dialog {
    height: auto;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #indexVideoModal .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
#indexVideoModal .modal-dialog .modal-content {
  height: 100%;
  background: #000;
  position: relative;
}
@media screen and (max-width: 991px) {
  #indexVideoModal .modal-dialog .modal-content {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  #indexVideoModal .modal-dialog .modal-content {
    height: 435px;
  }
}
#indexVideoModal .modal-dialog .modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.productUl li, .productUl .li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productUl li::before, .productUl .li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 5px;
  margin-right: 15px;
  margin-top: 0.6em;
  border-radius: 50%;
  background: #646464;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .productUl li::before, .productUl .li::before {
    margin-left: 0px;
    margin-right: 8px;
  }
}
.productKeyWords ul {
  margin: 0 -5px;
  max-height: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productKeyWords li {
  margin-bottom: 10px;
  padding: 0 5px;
}
.productKeyWords a {
  height: 30px;
  padding: 0 15px;
  border-radius: 3px;
  background: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: underline;
}
.productKeyWords a:hover {
  background: #0071BF;
  color: #fff;
}

.productTypesTopIntro {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1499px) {
  .productTypesTopIntro {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .productTypesTopIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productTypesTopIntro .leftArticle {
  max-width: 800px;
  margin-right: 50px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1499px) {
  .productTypesTopIntro .leftArticle {
    width: 55%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .productTypesTopIntro .leftArticle {
    width: 100%;
  }
}
.productTypesTopIntro .leftArticle .title {
  padding-bottom: 22px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .productTypesTopIntro .leftArticle .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .productTypesTopIntro .leftArticle .title {
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .productTypesTopIntro .leftArticle .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.productTypesTopIntro .leftArticle .title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #0071BF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .productTypesTopIntro .leftArticle .content {
    font-size: 16px;
    line-height: 24px;
  }
}
.productTypesTopIntro .leftArticle .content p:not(:last-child) {
  margin-bottom: 12px;
}
.productTypesTopIntro .rightImg {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1499px) {
  .productTypesTopIntro .rightImg {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .productTypesTopIntro .rightImg {
    width: 100%;
    max-width: 450px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}
.productTypesTopIntro .rightImg .img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.productTypesTopIntro .rightImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}

.productTypesList {
  padding-top: 60px;
  padding-bottom: 60px;
}
.productTypesList .listRow {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1499px) {
  .productTypesList .listRow {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .productTypesList .listRow {
    margin: 0;
  }
}
.productTypesList .listCol {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1499px) {
  .productTypesList .listCol {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .productTypesList .listCol {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .productTypesList .listCol {
    width: 100%;
    padding: 0 0px;
  }
}
.productTypesList .item {
  height: 100%;
}
.productTypesList .item a {
  height: 100%;
  padding: 40px 50px 42px;
  border-radius: 10px;
  border: solid 1px transparent;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1499px) {
  .productTypesList .item a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.productTypesList .item a:hover {
  border-color: #0071BF;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.productTypesList .item .imgBox {
  width: 100%;
  max-width: 260px;
  margin-bottom: 26px;
  display: block;
}
.productTypesList .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  display: block;
  position: relative;
}
.productTypesList .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productTypesList .item .name {
  width: 100%;
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productTypesList .item .content {
  max-height: 75px;
  overflow: hidden;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 575px) {
  .productTypesList .item .content {
    font-size: 16px;
  }
}

.productsLinks {
  max-width: 800px;
  margin-right: 50px;
  padding-top: 50px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .productsLinks {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .productsLinks {
    padding-top: 30px;
  }
}
.productsLinks .linkItem a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productsLinks .linkItem a:hover .icon {
  color: #fff;
  background: #0071BF;
}
.productsLinks .linkItem .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #0071BF;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productsLinks .linkItem .text {
  display: block;
}
.productsLinks .return {
  width: 105px;
  margin-right: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .productsLinks .return {
    margin-right: 30px;
  }
}
.productsLinks .searchLink {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.productsLinks .searchLink .mainText {
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .productsLinks .searchLink .mainText {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .productsLinks .searchLink .note {
    display: none;
  }
}

.productsIntro {
  padding-bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .productsIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.productsIntro .leftArticle {
  max-width: 800px;
  margin-right: 50px;
}
@media screen and (max-width: 1499px) {
  .productsIntro .leftArticle {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .productsIntro .leftArticle {
    width: 100%;
    margin-right: 0;
  }
}
.productsIntro .leftArticle .title {
  padding-bottom: 22px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .productsIntro .leftArticle .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .productsIntro .leftArticle .title {
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .productsIntro .leftArticle .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.productsIntro .leftArticle .title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #0071BF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.productsIntro .leftArticle .content p:not(:last-child) {
  margin-bottom: 12px;
}
.productsIntro .rightImg {
  width: 600px;
  margin-top: -131px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1499px) {
  .productsIntro .rightImg {
    width: 40%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .productsIntro .rightImg {
    width: 100%;
    max-width: 450px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}
.productsIntro .rightImg .img {
  width: 100%;
  padding-bottom: 67%;
  position: relative;
}
.productsIntro .rightImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}

.productsListContainer {
  padding-top: 60px;
  padding-bottom: 100px;
}

.productsList {
  margin-bottom: 50px;
}
.productsList > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.productsList .item {
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1499px) {
  .productsList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .productsList .item:hover {
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
  }
  .productsList .item:hover::before {
    opacity: 1;
  }
}
.productsList .item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: solid 1px #0071BF;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productsList .item .imgBox {
  width: 330px;
  padding: 25px 50px 25px 67px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .productsList .item .imgBox {
    width: 280px;
    padding: 25px 30px 25px 37px;
  }
}
@media screen and (max-width: 991px) {
  .productsList .item .imgBox {
    width: 260px;
    padding: 25px 20px 25px 27px;
  }
}
@media screen and (max-width: 767px) {
  .productsList .item .imgBox {
    margin: 0 auto;
    padding: 25px 20px 0;
  }
}
.productsList .item .imgBox::after {
  content: "";
  width: 1px;
  height: calc(100% - 50px);
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .productsList .item .imgBox::after {
    display: none;
  }
}
.productsList .item .imgBox a {
  width: 100%;
  height: 160px;
  display: block;
  overflow: hidden;
}
.productsList .item .imgBox a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.productsList .item .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productsList .item .info {
  border-right: solid 1px #dcdcdc;
  padding: 23px 50px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1499px) {
  .productsList .item .info {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .productsList .item .info {
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  .productsList .item .info {
    width: calc(100% - 260px);
    padding: 23px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .productsList .item .info {
    width: 100%;
    padding: 23px 20px 23px;
  }
}
.productsList .item .info .name {
  margin-bottom: 11px;
}
.productsList .item .info .content {
  max-height: 135px;
  overflow: hidden;
  line-height: 27px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.productsList .item .keywords {
  width: 280px;
  padding: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .productsList .item .keywords {
    width: 100%;
    padding: 25px 50px 15px;
    border-top: solid 1px #dcdcdc;
  }
}
@media screen and (max-width: 991px) {
  .productsList .item .keywords {
    display: none;
  }
}
.productsList .item .functionBtns {
  width: 208px;
  border-left: solid 1px #dcdcdc;
  padding: 11px 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1499px) {
  .productsList .item .functionBtns {
    width: 100%;
    border-left: none;
    border-top: solid 1px #dcdcdc;
    padding: 27px 50px;
  }
}
@media screen and (max-width: 767px) {
  .productsList .item .functionBtns {
    padding: 25px 20px;
  }
}
.productsList .item .functionBtns ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1499px) {
  .productsList .item .functionBtns ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.productsList .item .functionBtns li {
  height: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1499px) {
  .productsList .item .functionBtns li {
    height: auto;
  }
}
.productsList .item .functionBtns .btnItem a, .productsList .item .functionBtns .btnItem button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productsList .item .functionBtns .btnItem a:hover .text, .productsList .item .functionBtns .btnItem button:hover .text {
  color: #0071BF;
}
.productsList .item .functionBtns .btnItem .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 575px) {
  .productsList .item .functionBtns .btnItem .icon {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }
}
.productsList .item .functionBtns .btnItem .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productsList .item .functionBtns .btnItem .text {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .productsList .item .functionBtns .btnItem .text {
    font-size: 15px;
  }
}

.productDetailContainer {
  padding-bottom: 100px;
}

.productDetail {
  padding: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .productDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .productDetail {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .productDetail {
    padding: 15px;
  }
}
.productDetail .leftImgSlider {
  width: 550px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1499px) {
  .productDetail .leftImgSlider {
    width: 45%;
  }
}
@media screen and (max-width: 1199px) {
  .productDetail .leftImgSlider {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .productDetail .leftImgSlider {
    margin-bottom: 25px;
  }
}
.productDetail .slickMainBox {
  margin-bottom: 15px;
}
.productDetail .slickSub {
  overflow: hidden;
}
.productDetail .slickSub .slick-list {
  margin: 0 -5px;
}
@media screen and (max-width: 575px) {
  .productDetail .slickSub .slick-list {
    margin: 0 -3px;
  }
}
.productDetail .slickSub .item {
  padding: 0 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .productDetail .slickSub .item {
    padding: 0 3px;
  }
}
.productDetail .slickSub .item.slick-current .img {
  border-color: #0071BF;
}
.productDetail .slickSub .item .img {
  width: 100px;
  height: 100px;
  border: solid 1px #DCDCDC;
}
@media screen and (max-width: 1499px) {
  .productDetail .slickSub .item .img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .productDetail .slickSub .item .img {
    width: 70px;
    height: 70px;
  }
}
.productDetail .slickSub .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productDetail .rightArticle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 70px;
}
@media screen and (max-width: 1699px) {
  .productDetail .rightArticle {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1499px) {
  .productDetail .rightArticle {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .productDetail .rightArticle {
    width: 100%;
    padding-left: 0px;
  }
}
.productDetail .topTitle {
  padding-top: 10px;
  padding-bottom: 23px;
  border-bottom: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .productDetail .topTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.productDetail .topTitle .title {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .productDetail .topTitle .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .productDetail .topTitle .title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}
.productDetail .topTitle .link a, .productDetail .topTitle .link button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productDetail .topTitle .link a:hover .text, .productDetail .topTitle .link button:hover .text {
  color: #0071BF;
}
.productDetail .topTitle .link .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .productDetail .topTitle .link .icon {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }
}
.productDetail .topTitle .link .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productDetail .topTitle .link .text {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
@media screen and (max-width: 767px) {
  .productDetail .topTitle .link .text {
    font-size: 15px;
  }
}
.productDetail .featureContainer .title, .productDetail .downloadContainer .title {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .productDetail .featureContainer .title, .productDetail .downloadContainer .title {
    margin-bottom: 15px;
  }
}
.productDetail .featureContainer .title .icon, .productDetail .downloadContainer .title .icon {
  width: 14px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productDetail .featureContainer .content, .productDetail .downloadContainer .content {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .productDetail .featureContainer .content, .productDetail .downloadContainer .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.productDetail .featureContainer {
  padding-top: 27px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 575px) {
  .productDetail .featureContainer .content {
    font-size: 16px;
    line-height: 24px;
  }
}
.productDetail .featureContainer .content ul {
  padding-left: 5px;
}
@media screen and (max-width: 1499px) {
  .productDetail .featureContainer .content ul {
    padding-left: 0px;
  }
}
.productDetail .featureContainer .content li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 1499px) {
  .productDetail .featureContainer .content li::before {
    margin-left: 0px;
  }
}
.productDetail .featureContainer + .markContainer {
  width: 100%;
  border-top: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
  display: none;
}
@media screen and (max-width: 1499px) {
  .productDetail .featureContainer + .markContainer {
    display: block;
  }
}
.productDetail .keywordsContainer {
  padding: 30px 30px 20px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .productDetail .keywordsContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.productDetail .bottomInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
@media screen and (max-width: 1499px) {
  .productDetail .bottomInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productDetail .downloadContainer {
  width: 57.7%;
}
@media screen and (max-width: 1499px) {
  .productDetail .downloadContainer {
    width: 100%;
    padding-bottom: 30px;
  }
}
.productDetail .downloadContainer .content li:not(:last-child) {
  margin-bottom: 20px;
}
.productDetail .downloadContainer .content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productDetail .downloadContainer .content a:hover .text {
  color: #0071BF;
}
.productDetail .downloadContainer .content a .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.productDetail .downloadContainer .content a .text {
  padding-top: 2px;
  word-break: break-all;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .productDetail .downloadContainer .content a .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.productDetail .markContainer {
  width: 42.3%;
  padding-left: 30px;
  border-left: 1px solid #DCDCDC;
}
@media screen and (max-width: 1499px) {
  .productDetail .markContainer {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #DCDCDC;
    border-left: none;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .productDetail .markContainer {
    padding-left: 0px;
  }
}
.productDetail .markContainer ul {
  margin: 0 -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productDetail .markContainer li {
  margin-bottom: 10px;
  padding: 0 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.productDetail .markContainer .imgItem {
  width: auto;
  height: 30px;
}
.productDetail .markContainer .imgItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 30px;
}

.productInquiryModal {
  padding-right: 0 !important;
}
.productInquiryModal .modal-content {
  border-radius: 10px;
  padding: 50px 0px 50px;
  position: relative;
}
.productInquiryModal .modal-header {
  margin: 0 50px;
  padding: 0px 0 30px;
  border-color: #dcdcdc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .productInquiryModal .modal-header {
    margin: 0 20px;
  }
}
.productInquiryModal .modal-body {
  padding: 0 50px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 767px) {
  .productInquiryModal .modal-body {
    padding: 0 20px;
  }
}
.productInquiryModal .modal-body::-webkit-scrollbar {
  width: 5px;
}
.productInquiryModal .modal-body::-webkit-scrollbar-track {
  margin: 5px 0 0;
  background: #eee;
}
.productInquiryModal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.productInquiryModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.productInquiryModal .closeIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0071BF;
  position: absolute;
  top: 18px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productInquiryModal .closeIcon:hover .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.productInquiryModal .closeIcon:hover .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.productInquiryModal .closeIcon .icon {
  width: 13px;
  height: 13px;
  position: relative;
}
.productInquiryModal .closeIcon .icon::before, .productInquiryModal .closeIcon .icon::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.productInquiryModal .closeIcon .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.productInquiryModal .closeIcon .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.productInquiryModal .logo {
  width: 124px;
  height: 26px;
  margin: 0 auto;
}
.productInquiryModal .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productInquiryModal .inquiryProductContainer {
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .productInquiryModal .inquiryProductContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productInquiryModal .inquiryProductContainer .leftImg {
  width: 213px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .productInquiryModal .inquiryProductContainer .leftImg {
    margin-bottom: 10px;
  }
}
.productInquiryModal .inquiryProductContainer .rightInfo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .productInquiryModal .inquiryProductContainer .rightInfo {
    padding-left: 0px;
  }
}
.productInquiryModal .inquiryProductContainer .rightInfo .name {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .productInquiryModal .inquiryProductContainer .rightInfo .name {
    text-align: center;
  }
}
.productInquiryModal .inquiryProductContainer .rightInfo .content {
  margin-top: 7px;
}
@media screen and (max-width: 991px) {
  .productInquiryModal .inquiryProductContainer .rightInfo .content {
    display: none;
  }
}
.productInquiryModal .defaultForm {
  padding-top: 50px;
}

.productInquirySendModal .modal-content {
  padding: 100px 30px;
}
@media screen and (max-width: 1199px) {
  .productInquirySendModal .modal-content {
    padding: 50px 30px;
  }
}
.productInquirySendModal .modal-body {
  padding: 0;
}
.productInquirySendModal .sendMain .checkIcon {
  width: 150px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1199px) {
  .productInquirySendModal .sendMain .checkIcon {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .productInquirySendModal .sendMain .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.productInquirySendModal .sendMain .slogan {
  margin-top: 9px;
}
@media screen and (max-width: 991px) {
  .productInquirySendModal .sendMain .slogan {
    font-size: 16px;
    line-height: 20px;
  }
}
.productInquirySendModal .sendMain .linkBtn {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .productInquirySendModal .sendMain .linkBtn {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .applicationTopIntro .rightImg .img {
    padding-bottom: 450px;
  }
}
.applicationTopIntro .rightImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.serieSearchTopMenu {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 200;
}
.serieSearchTopMenu .menuNav {
  width: 100%;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serieSearchTopMenu .navBtn {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: solid 1px #0071BF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.serieSearchTopMenu .navBtn:not(.collapsed) {
  border-radius: 5px 5px 0 0;
}
.serieSearchTopMenu .navBtn::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #0071BF transparent transparent transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .navTabContainer {
    max-width: calc(100% - 80px);
    overflow-x: scroll;
  }
  .serieSearchTopMenu .navTabContainer::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  .serieSearchTopMenu .navTabContainer.collapse:not(.show) {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .navTabContainer {
    width: 100%;
    position: absolute;
    top: 50px;
  }
}
.serieSearchTopMenu .mainNav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .mainNav {
    width: auto;
    margin-top: -1px;
    border: solid 1px #0071BF;
    border-radius: 0 0 5px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    overflow: hidden;
  }
}
.serieSearchTopMenu .mainNav .nav-item {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .mainNav .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .mainNav .nav-item:first-child .nav-link {
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .mainNav .nav-item:not(:first-child) {
    margin-left: -1px;
  }
}
.serieSearchTopMenu .mainNav .nav-item:last-child .nav-link {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .mainNav .nav-item:last-child .nav-link {
    border-radius: 0 5px 0 0;
  }
}
.serieSearchTopMenu .mainNav .nav-link {
  width: 240px;
  padding: 17px 10px;
  background: #fff;
  border: solid 1px #DCDCDC;
  border-bottom-color: transparent;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #323232;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .mainNav .nav-link {
    width: 100%;
    padding: 12px 10px;
    border-left: none;
    border-right: none;
  }
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .mainNav .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.serieSearchTopMenu .mainNav .nav-link:focus, .serieSearchTopMenu .mainNav .nav-link:hover {
  color: #0071BF;
}
.serieSearchTopMenu .mainNav .nav-item.show .nav-link, .serieSearchTopMenu .mainNav .nav-link.active {
  background: #0071BF;
  color: #fff;
  border-color: #0071BF;
  position: relative;
}
.serieSearchTopMenu .mainNav .nav-item.show .nav-link::before, .serieSearchTopMenu .mainNav .nav-link.active::before {
  display: none;
}
.serieSearchTopMenu .controlBtns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.serieSearchTopMenu .controlBtns:not(.show) {
  display: none;
}
.serieSearchTopMenu .controlBtns .controlBtn.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serieSearchTopMenu .controlBtns .controlBtn.prev::after {
  content: "";
  width: 1px;
  height: 21px;
  margin: 0 15px;
  background: #DCDCDC;
}
.serieSearchTopMenu .mainTabContent {
  width: 100%;
  border-radius: 0 0 5px 5px;
  background: #0071BF;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .mainTabContent {
    margin-top: 10px;
    border-radius: 5px 5px 5px;
  }
}
.serieSearchTopMenu .mainTabContent > .tab-pane {
  padding: 30px 30px 15px;
}
@media screen and (max-width: 1499px) {
  .serieSearchTopMenu .mainTabContent > .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.serieSearchTopMenu .listRow {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1499px) {
  .serieSearchTopMenu .listRow {
    margin: 0 -5px;
  }
}
.serieSearchTopMenu .listCol {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1499px) {
  .serieSearchTopMenu .listCol {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1199px) {
  .serieSearchTopMenu .listCol {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .serieSearchTopMenu .listCol {
    width: 50%;
  }
}
@media screen and (max-width: 499px) {
  .serieSearchTopMenu .listCol {
    width: 100%;
  }
}
.serieSearchTopMenu .selectContainer {
  width: 100%;
  height: 50px;
}
.serieSearchTopMenu .selectContainer .select-selected {
  background-color: #fff;
  color: #323232;
}
.serieSearchTopMenu .selectContainer .select-selected:after {
  border-color: #0071BF transparent transparent transparent;
}
.serieSearchTopMenu .subMenuNav {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serieSearchTopMenu .subMenuNav .navBtn {
  padding: 0 10px;
  border-color: #fff;
  background: #0071BF;
}
.serieSearchTopMenu .subMenuNav .navBtn::after {
  border-color: #fff transparent transparent transparent;
}
.serieSearchTopMenu .subMenuNav .navBtn .text {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .subTabContainer {
    width: 100%;
  }
  .serieSearchTopMenu .subTabContainer.collapse:not(.show) {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .subTabContainer {
    width: 100%;
    position: absolute;
    top: 50px;
  }
}
.serieSearchTopMenu .subNav {
  margin-top: -26px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .subNav {
    width: auto;
    margin-top: -1px;
    margin-bottom: 0;
    border: solid 1px #fff;
    border-top-color: #0071BF;
    border-radius: 0 0 5px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    overflow: hidden;
  }
}
.serieSearchTopMenu .subNav::after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background: #3F94CE;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1499px) {
  .serieSearchTopMenu .subNav::after {
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .subNav::after {
    display: none;
  }
}
.serieSearchTopMenu .subNav .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .subNav .nav-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .subNav .nav-item:not(:last-child) {
    border-bottom: solid 1px #dcdcdc;
  }
}
.serieSearchTopMenu .subNav .nav-link {
  padding: 16px 50px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .serieSearchTopMenu .subNav .nav-link {
    padding: 22px 30px;
  }
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .subNav .nav-link {
    width: 100%;
    padding: 12px 10px;
    border-left: none;
    border-right: none;
    color: #333;
  }
}
.serieSearchTopMenu .subNav .nav-link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #3F94CE transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .subNav .nav-link::after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .serieSearchTopMenu .subNav .nav-link:focus, .serieSearchTopMenu .subNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
.serieSearchTopMenu .subNav .nav-item.show .nav-link, .serieSearchTopMenu .subNav .nav-link.active {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .subNav .nav-item.show .nav-link, .serieSearchTopMenu .subNav .nav-link.active {
    background: #c1e6ff;
    color: #0071BF;
    border-color: #0071BF;
    position: relative;
  }
}
.serieSearchTopMenu .subNav .nav-item.show .nav-link::after, .serieSearchTopMenu .subNav .nav-link.active::after {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.serieSearchTopMenu .openBtn {
  margin-top: 20px;
  padding: 10px 10px;
  position: relative;
}
.serieSearchTopMenu .openBtn:not(.collapsed) .icon::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.serieSearchTopMenu .openBtn .icon {
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.serieSearchTopMenu .openBtn .icon::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  border-color: #0071BF transparent transparent transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.serieSearchTopMenu .checkRow {
  margin: 0 -8px 0px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .checkRow {
    margin: 0 -5px 0px;
  }
}
.serieSearchTopMenu .checkCol {
  padding: 0 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .checkCol {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.serieSearchTopMenu .custom-checkbox {
  border-radius: 5px;
  padding-left: 0;
  background: #3F94CE;
}
.serieSearchTopMenu .custom-checkbox .custom-control-input {
  width: 100%;
  height: 100%;
}
.serieSearchTopMenu .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.serieSearchTopMenu .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fff;
}
.serieSearchTopMenu .custom-checkbox .custom-control-label {
  padding: 11px 15px 11px 40px;
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .custom-checkbox .custom-control-label {
    padding: 8px 10px 8px 30px;
  }
}
.serieSearchTopMenu .custom-checkbox .custom-control-label::before, .serieSearchTopMenu .custom-checkbox .custom-control-label::after {
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .serieSearchTopMenu .custom-checkbox .custom-control-label::before, .serieSearchTopMenu .custom-checkbox .custom-control-label::after {
    left: 10px;
  }
}
.serieSearchTopMenu .custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border: #fff solid 1px;
}
@media screen and (max-width: 1499px) {
  .serieSearchTopMenu .selectContainer .select-items div, .serieSearchTopMenu .selectContainer .select-selected {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.serieSearchListContainer {
  padding-top: 39px;
  min-height: 260px;
}
.serieSearchListContainer .serieSearchText {
  margin-bottom: 17px;
}

.supportTopMenu {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  z-index: 5;
}
.supportTopMenu .menuNav {
  position: relative;
  z-index: 20;
}
.supportTopMenu .navBtn {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: solid 1px #0071BF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.supportTopMenu .navBtn:not(.collapsed) {
  border-radius: 5px 5px 0 0;
}
.supportTopMenu .navBtn::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #0071BF transparent transparent transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .supportTopMenu .navTabContainer.collapse:not(.show) {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .supportTopMenu .navTabContainer {
    width: 100%;
    position: absolute;
  }
}
.supportTopMenu .nav-tabs {
  border-bottom-color: #0071BF;
}
@media screen and (max-width: 991px) {
  .supportTopMenu .nav-tabs {
    margin-top: -1px;
    border: solid 1px #0071BF;
    border-radius: 0 0 5px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .supportTopMenu .nav-tabs .nav-item:not(:first-child) {
    margin-left: -1px;
  }
}
@media screen and (max-width: 991px) {
  .supportTopMenu .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}
.supportTopMenu .nav-tabs .nav-link {
  padding: 17px 40px;
  background: #F5F5F5;
  border: solid 1px #DCDCDC;
  border-bottom-color: #0071BF;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .supportTopMenu .nav-tabs .nav-link {
    padding: 17px 15px;
  }
}
@media screen and (max-width: 991px) {
  .supportTopMenu .nav-tabs .nav-link {
    padding: 15px 20px;
    margin-bottom: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #DCDCDC;
    background: #f9f9f9;
  }
}
.supportTopMenu .nav-tabs .nav-link:focus, .supportTopMenu .nav-tabs .nav-link:hover {
  color: #0071BF;
}
@media screen and (max-width: 991px) {
  .supportTopMenu .nav-tabs .nav-link:focus, .supportTopMenu .nav-tabs .nav-link:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.supportTopMenu .nav-tabs .nav-item.show .nav-link, .supportTopMenu .nav-tabs .nav-link.active {
  background: transparent;
  color: #0071BF;
  border-color: #0071BF;
  border-bottom-color: #fff;
  position: relative;
}
@media screen and (max-width: 991px) {
  .supportTopMenu .nav-tabs .nav-item.show .nav-link, .supportTopMenu .nav-tabs .nav-link.active {
    border-bottom-color: #DCDCDC;
    background-color: rgba(0, 150, 190, 0.1);
    color: #0071BF;
  }
}
.supportTopMenu .tab-content .tab-pane {
  padding: 40px 0 0;
}
.supportTopMenu .listRow {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.supportTopMenu .listCol {
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .supportTopMenu .listCol {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .supportTopMenu .listCol {
    width: 100%;
    margin-bottom: 15px;
  }
}
.supportTopMenu .selectContainer {
  width: 280px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .supportTopMenu .selectContainer {
    width: 100%;
  }
}

.supportList {
  padding-top: 60px;
  padding-bottom: 100px;
  min-height: 260px;
}
.supportList li:not(:last-child) {
  margin-bottom: 20px;
}
.supportList .item a {
  padding: 18px 30px 18px 22px;
  border-radius: 5px;
  border: solid 1px transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .supportList .item a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.supportList .item a:hover {
  border-color: #0071BF;
}
.supportList .item a:hover .docIcon, .supportList .item a:hover .title {
  color: #0071BF;
}
.supportList .item a:hover .downloadIcon {
  border-color: transparent;
  background: #0071BF;
  color: #fff;
}
.supportList .item .docIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .supportList .item .docIcon {
    display: none;
  }
}
.supportList .item .title {
  padding-left: 23px;
  padding-right: 23px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .supportList .item .title {
    padding-left: 0px;
    padding-right: 15px;
  }
}
.supportList .item .downloadIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.historyMain {
  padding-top: 60px;
  padding-bottom: 60px;
}
.historyMain > ul > li:not(:last-child) .content {
  border-bottom: dashed 1px #C8C8C8;
}
.historyMain > ul > li:first-child .decLine::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#0071BF));
  background: linear-gradient(to bottom, #fff, #0071BF);
}
.historyMain > ul > li:nth-child(3n+1) .decLine::after {
  background: #47C7DA;
}
@media screen and (min-width: 992px) {
  .historyMain > ul > li:nth-child(3n+2) .item:hover .year {
    color: #47C7DA;
  }
}
.historyMain > ul > li:nth-child(3n+2) .decLine::before {
  background: #47C7DA;
}
.historyMain > ul > li:nth-child(3n+2) .decLine::after {
  background: #12AC9C;
}
.historyMain > ul > li:nth-child(3n+2) .decLine .circle {
  background: #47C7DA;
}
.historyMain > ul > li:nth-child(3n+2) .decLine .circleHover::before {
  background: #47C7DA;
}
@media screen and (min-width: 992px) {
  .historyMain > ul > li:nth-child(3n+3) .item:hover .year {
    color: #12AC9C;
  }
}
.historyMain > ul > li:nth-child(3n+3) .decLine::before {
  background: #12AC9C;
}
.historyMain > ul > li:nth-child(3n+3) .decLine .circle {
  background: #12AC9C;
}
.historyMain > ul > li:nth-child(3n+3) .decLine .circleHover::before {
  background: #12AC9C;
}
.historyMain > ul > li:last-child .decLine::after {
  background: transparent;
}
.historyMain .item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .historyMain .item:hover .decLine .circleHover {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .historyMain .item:hover .year {
    color: #0071BF;
  }
}
.historyMain .decLine {
  width: 32px;
  height: 100%;
  position: absolute;
  left: 80px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .historyMain .decLine {
    width: 16px;
    left: 0;
  }
}
.historyMain .decLine::before, .historyMain .decLine::after {
  content: "";
  width: 4px;
  height: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #0071BF;
}
@media screen and (max-width: 991px) {
  .historyMain .decLine::before {
    height: 53px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .historyMain .decLine::after {
    height: auto;
  }
}
.historyMain .decLine .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 4px #fff;
  background: #0071BF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .historyMain .decLine .circle {
    top: 53px;
  }
}
.historyMain .decLine .circleHover {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.historyMain .decLine .circleHover::before, .historyMain .decLine .circleHover::after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.historyMain .decLine .circleHover::before {
  width: 100%;
  height: 100%;
  border: solid 4px #fff;
  background: #0071BF;
}
.historyMain .decLine .circleHover::after {
  width: 18px;
  height: 18px;
  border: solid 2px #fff;
}
.historyMain .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .historyMain .article {
    padding-top: 38px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.historyMain .year {
  width: 70px;
  margin-right: 67px;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .historyMain .year[data-aos=fade-right] {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  .historyMain .year[data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.historyMain .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 38px 0px;
}
@media screen and (max-width: 991px) {
  .historyMain .content {
    width: 100%;
    padding-top: 15px;
  }
  .historyMain .content[data-aos=fade-left] {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  .historyMain .content[data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.historyMain .seasonList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historyMain .seasonList li:not(:last-child) {
  margin-bottom: 16px;
}
.historyMain .seasonList .subTitle {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historyMain .seasonList .subTitle::after {
  content: "";
  width: 1px;
  height: 15px;
  margin-left: 20px;
  margin-right: 25px;
  background: #dcdcdc;
}
@media screen and (max-width: 991px) {
  .historyMain .seasonList .subTitle::after {
    margin-left: 10px;
    margin-right: 15px;
  }
}
.worldwideMain {
  padding-top: 49px;
  padding-bottom: 100px;
}
.worldwideMain h2, .worldwideMain h3, .worldwideMain h4, .worldwideMain h5, .worldwideMain h6 {
  margin-bottom: 0;
}
.worldwideMain .topTitle {
  margin-bottom: 46px;
}
@media screen and (max-width: 575px) {
  .worldwideMain .topTitle {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 449px) {
  .worldwideMain .topTitle {
    font-size: 34px;
    line-height: 36px;
  }
}
.worldwideMain .areaList > ul > li:not(:last-child) {
  margin-bottom: 55px;
}
.worldwideMain .areaItem .areaTitle {
  margin-bottom: 35px;
}
@media screen and (max-width: 575px) {
  .worldwideMain .areaItem .areaTitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.worldwideMain .locationList .listRow {
  margin: 0 -30px -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .worldwideMain .locationList .listRow {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 991px) {
  .worldwideMain .locationList .listRow {
    margin-bottom: -30px;
  }
}
.worldwideMain .locationList .listCol {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  .worldwideMain .locationList .listCol {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .worldwideMain .locationList .listCol {
    width: 100%;
    margin-bottom: 30px;
  }
}
.worldwideMain .locationList .item {
  height: 100%;
  padding: 0 40px 35px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .worldwideMain .locationList .item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.worldwideMain .locationList .name {
  border-top: solid 1px #0071BF;
  border-bottom: solid 1px #dcdcdc;
  padding: 24px 0;
}
@media screen and (max-width: 575px) {
  .worldwideMain .locationList .name {
    padding: 20px 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.worldwideMain .locationList .content {
  padding-top: 25px;
}
.worldwideMain .locationList .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 449px) {
  .worldwideMain .locationList .content li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.worldwideMain .locationList .content li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 10px;
  background: #646464;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 0.55em;
}
.worldwideMain .locationList .content li:not(:last-child) {
  margin-bottom: 13px;
}
.worldwideMain .locationList .content .infoTitle {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 449px) {
  .worldwideMain .locationList .content .infoContent {
    width: 100%;
    padding-left: 14px;
  }
}
.worldwideMain .locationList .content .infoContent a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.worldwideMain .locationList .content .infoContent a:hover {
  color: #0071BF;
}

.contactMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .contactMain {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .contactMain {
    padding-bottom: 0;
  }
}
.contactMain .leftFormContainer {
  padding-top: 49px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1199px) {
  .contactMain .leftFormContainer {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contactMain .leftFormContainer {
    padding-right: 0px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .contactMain .leftFormContainer {
    padding-top: 30px;
  }
}
.contactMain .leftFormContainer .topTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .contactMain .leftFormContainer .topTitle {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 42px;
  }
}

.contactForm .checkRadioGroup {
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .contactForm .checkRadioGroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contactForm .checkRadioGroup .labelText {
  width: 200px;
  padding: 8px 15px 8px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .contactForm .checkRadioGroup .labelText {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contactForm .checkRadioGroup ~ hr {
  margin-top: 0;
}
.contactForm hr.dashed {
  border-style: dashed;
  border-color: #C8C8C8;
}
.contactForm .custom-radio {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media screen and (max-width: 575px) {
  .contactForm .custom-radio {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.contactForm .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: transparent;
}
.contactForm .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: none;
  background: #0071BF;
}
.contactForm .custom-radio .custom-control-label::after {
  left: 4px;
}
.contactForm .otherRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactForm .otherRadio input[type=text], .contactForm .otherRadio input[type=email], .contactForm .otherRadio input[type=password], .contactForm .otherRadio input[type=number] {
  height: 40px;
  margin-left: 22px;
}
.contactForm hr.solid {
  margin-top: 41px;
  margin-bottom: 39px;
  border-color: #C8C8C8;
}

.contactSendMain {
  padding: 100px 200px;
  margin-bottom: 100px;
}
.contactSendMain .checkIcon {
  width: 150px;
  margin: 0 auto 15px;
}
.contactSendMain .slogan {
  margin-top: 9px;
}
.contactSendMain .linkBtn {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sticky-top {
  top: 100px;
}

.map-wp {
  --bs-aspect-ratio: 100%;
  position: relative;
}
.map-wp::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.map-wp > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-wp #map {
  width: 100%;
  height: 100%;
}

.sitemapMain {
  padding-top: 55px;
  padding-bottom: 81px;
}
.sitemapMain .listRow {
  margin: 0 -20px -41px;
}
@media screen and (max-width: 991px) {
  .sitemapMain .listRow {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sitemapMain .listCol {
  padding: 0 20px;
  margin-bottom: 41px;
}
.sitemapMain .listCol:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  border-top: solid 1px #DCDCDC;
  padding-top: 54px;
}
@media screen and (max-width: 1199px) {
  .sitemapMain .listCol:nth-child(4) {
    border-top: solid 1px #DCDCDC;
    padding-top: 54px;
  }
}
@media screen and (max-width: 991px) {
  .sitemapMain .listCol {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .sitemapMain .listCol:nth-child(3) {
    border-top: solid 1px #DCDCDC;
    padding-top: 54px;
  }
}
@media screen and (max-width: 575px) {
  .sitemapMain .listCol {
    margin-bottom: 30px;
  }
  .sitemapMain .listCol:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)), .sitemapMain .listCol:nth-child(2), .sitemapMain .listCol:nth-child(3), .sitemapMain .listCol:nth-child(4) {
    border-top: solid 1px #DCDCDC;
    padding-top: 40px;
  }
}
.sitemapMain .item a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sitemapMain .item a:hover {
  color: #0071BF;
}
.sitemapMain .item .title {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .sitemapMain .item .title {
    margin-bottom: 9px;
  }
}
.sitemapMain .item .subList li:not(:last-child) {
  border-bottom: dashed 1px #c8c8c8;
}
.sitemapMain .item .subList a {
  padding: 16px 0;
}
.sitemapMain .item .thirdList {
  padding-left: 23px;
}
@media screen and (max-width: 991px) {
  .sitemapMain .item .thirdList {
    padding-left: 5px;
  }
}
.sitemapMain .item .thirdList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sitemapMain .item .thirdList a:hover::before {
  background: #0071BF;
}
.sitemapMain .item .thirdList a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 12px;
  background: #646464;
  position: relative;
  top: 0.45em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.privacyMain {
  padding-top: 65px;
  padding-bottom: 93px;
}
.privacyMain .editorContainer h2 {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .privacyMain .editorContainer h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
  }
}
.privacyMain .editorContainer p:not(:last-child), .privacyMain .editorContainer h3:not(:last-child) {
  margin-bottom: 12px;
}
.privacyMain .editorContainer p ~ h2 {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .privacyMain .editorContainer p ~ h2 {
    margin-top: 30px;
  }
}

.searchResultMain {
  padding-top: 54px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .searchResultMain {
    padding-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .searchResultMain {
    padding-bottom: 80px;
  }
}
.searchResultMain .resultText {
  margin-bottom: 53px;
}
@media screen and (max-width: 991px) {
  .searchResultMain .resultText {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .searchResultMain .resultText {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
  }
}

.searchResultList {
  margin-bottom: 50px;
}
.searchResultList li:not(:last-child) {
  margin-bottom: 10px;
}
.searchResultList .item a {
  padding: 35px 40px 36px;
  border-radius: 10px;
  border: solid 1px transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .searchResultList .item a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .searchResultList .item a {
    padding: 20px 15px;
  }
}
.searchResultList .item a:hover {
  border-color: #0071BF;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.searchResultList .item a:hover .icon {
  background: #0071BF;
  color: #fff;
  right: -5px;
}
.searchResultList .item .leftInfo {
  padding-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
@media screen and (max-width: 991px) {
  .searchResultList .item .leftInfo {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .searchResultList .item .leftInfo {
    padding-right: 0px;
  }
}
.searchResultList .item .itemName {
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .searchResultList .item .itemName {
    font-size: 18px;
  }
}
.searchResultList .item .content {
  margin-top: 10px;
  max-height: 50px;
  overflow: hidden;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .searchResultList .item .content {
    font-size: 16px;
  }
}
.searchResultList .item .content .productUl li::before, .searchResultList .item .content .productUl .li::before {
  margin-left: 0;
  margin-right: 11px;
}
.searchResultList .item .itemBreadcrumb {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .searchResultList .item .itemBreadcrumb {
    display: none;
  }
}
.searchResultList .item .breadcrumbItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchResultList .item .breadcrumbItem:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 19px 0 16px;
  border-top: solid 2px #0071BF;
  border-right: solid 2px #0071BF;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.searchResultList .item .rightIcon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .searchResultList .item .rightIcon {
    display: none;
  }
}
.searchResultList .item .icon {
  width: 40px;
  height: 40px;
  padding-left: 2px;
  border-radius: 50%;
  border: solid 1px #0071BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.error404 {
  --borderOuter:50px;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .error404 {
    --borderOuter:30px;
  }
}
@media screen and (max-width: 575px) {
  .error404 {
    --borderOuter:15px;
  }
}
@media screen and (max-width: 374px) {
  .error404 {
    --borderOuter:10px;
  }
}
.error404::after {
  content: "";
  width: calc(100% - var(--borderOuter) * 2);
  height: calc(100% - var(--borderOuter) * 2);
  border: solid 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.error404 .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.error404 .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.error404 .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error404 .errorTitle {
  max-width: 700px;
  margin-bottom: 0;
}
.error404 .errorTitle span {
  font-size: 1.32em;
}
@media screen and (max-width: 991px) {
  .error404 .errorTitle {
    font-size: 90px;
    line-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .error404 .errorTitle {
    font-size: 70px;
    line-height: 75px;
  }
}
@media screen and (max-width: 575px) {
  .error404 .errorTitle {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 374px) {
  .error404 .errorTitle {
    font-size: 40px;
    line-height: 50px;
  }
}
.error404 hr {
  width: calc(100% - 20px);
  max-width: 540px;
  border-color: rgba(255, 255, 255, 0.5);
  margin: 36px 0 32px;
}
@media screen and (max-width: 991px) {
  .error404 hr {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .error404 hr {
    max-width: 360px;
    margin: 25px 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .error404 hr {
    max-width: 300px;
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .error404 hr {
    max-width: 280px;
  }
}
.error404 .text {
  max-width: 560px;
  color: #BBC8E2;
}
@media screen and (max-width: 767px) {
  .error404 .text {
    max-width: 400px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .error404 .text {
    max-width: 320px;
  }
}
@media screen and (max-width: 374px) {
  .error404 .text {
    max-width: 300px;
    font-size: 16px;
    line-height: 26px;
  }
}
.error404 .link {
  margin-top: 41px;
}
.error404 .link a {
  width: 150px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.error404 .link a:hover {
  background: #fff;
  color: #0071BF;
}

.errorOffline .offlineImg {
  width: 111px;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .errorOffline .offlineTitle {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .errorOffline .offlineTitle {
    font-size: 30px;
    line-height: 32px;
  }
}
.errorOffline hr {
  max-width: 640px;
  margin: 14px 0 25px;
}
@media screen and (max-width: 991px) {
  .errorOffline hr {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .errorOffline hr {
    max-width: 460px;
  }
}
@media screen and (max-width: 575px) {
  .errorOffline hr {
    max-width: calc(100% - 50px);
  }
}
.errorOffline .text {
  max-width: 640px;
}
@media screen and (max-width: 991px) {
  .errorOffline .text {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .errorOffline .text {
    max-width: 460px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .errorOffline .text {
    max-width: calc(100% - 50px);
  }
}
.errorOffline .link {
  margin-top: 48px;
}

body.modal-open {
  padding-right: 0px !important;
}

.fz-0 {
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  display: block;
}

.dInlineBlock {
  display: inline-block;
}

.mce-content-body .colorWhite {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}