*,
*::before,
*::after {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0 !important;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  /* display: none; */
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-dots {
  width: 100%;
  margin: 25px 0 0;
  text-align: center;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #c1c6c8;
  margin: 0 6px !important;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.pd2 {
  padding: 2% 0 !important;
}
.pd3 {
  padding: 3% 0 !important;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  transition: transform 1s;
}
.center {
  text-align: center;
}
.bg {
  background-size: cover;
  background-position: center;
}
.bgf4 {
  background: #f4f4f4;
}
.bgef {
  background: #efefef;
}
.bgf9fbff {
  background: #F9FBFF;
}
.white {
  color: #fff !important;
}
.textLeft {
  text-align: left;
}
.Scroll {
  overflow-y: auto;
}
.Scroll::-webkit-scrollbar {
  width: 4px;
  height: 16px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
.Scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
.Scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #FA4926;
}
i,
em {
  font-style: normal;
}
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}
.f22 {
  font-size: 22px !important;
}
.f24 {
  font-size: 24px !important;
}
.f26 {
  font-size: 26px !important;
}
.f30 {
  font-size: 30px !important;
}
.f32 {
  font-size: 32px !important;
}
.f34 {
  font-size: 34px !important;
}
.f36 {
  font-size: 36px !important;
}
.f38 {
  font-size: 38px !important;
}
.f40 {
  font-size: 40px !important;
}
.f44 {
  font-size: 44px !important;
}
.f48 {
  font-size: 48px !important;
}
.f50 {
  font-size: 50px !important;
}
.f60 {
  font-size: 60px !important;
}
.f70 {
  font-size: 70px !important;
}
.f115 {
  font-size: 115px !important;
}
@media screen and (max-width: 1480px) {
  .f16 {
    font-size: 15px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
  .f22 {
    font-size: 20px !important;
  }
  .f24 {
    font-size: 22px !important;
  }
  .f26 {
    font-size: 22px !important;
  }
  .f30 {
    font-size: 28px !important;
  }
  .f32 {
    font-size: 30px !important;
  }
  .f34 {
    font-size: 30px !important;
  }
  .f36 {
    font-size: 30px !important;
  }
  .f38 {
    font-size: 34px !important;
  }
  .f40 {
    font-size: 36px !important;
  }
  .f48 {
    font-size: 42px !important;
  }
  .f50 {
    font-size: 44px !important;
  }
  .f60 {
    font-size: 52px !important;
  }
  .f70 {
    font-size: 54px !important;
  }
  .f115 {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pd5 {
    padding: 40px 0 !important;
  }
  .pdb5 {
    padding-bottom: 40px !important;
  }
  .f16 {
    font-size: 15px !important;
  }
  .f18 {
    font-size: 16px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
  .f22 {
    font-size: 20px !important;
  }
  .f24 {
    font-size: 20px !important;
  }
  .f26 {
    font-size: 22px !important;
  }
  .f30 {
    font-size: 26px !important;
  }
  .f32 {
    font-size: 28px !important;
  }
  .f34 {
    font-size: 28px !important;
  }
  .f38 {
    font-size: 30px !important;
  }
  .f36 {
    font-size: 30px !important;
  }
  .f40 {
    font-size: 32px !important;
  }
  .f48 {
    font-size: 36px !important;
  }
  .f50 {
    font-size: 38px !important;
  }
  .f60 {
    font-size: 46px !important;
  }
  .f70 {
    font-size: 50px !important;
  }
  .f115 {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .f14 {
    font-size: 13px !important;
  }
  .f16 {
    font-size: 14px !important;
  }
  .f18 {
    font-size: 15px !important;
  }
  .f20 {
    font-size: 16px !important;
  }
  .f22 {
    font-size: 18px !important;
  }
  .f24 {
    font-size: 18px !important;
  }
  .f26 {
    font-size: 18px !important;
  }
  .f30 {
    font-size: 20px !important;
  }
  .f32 {
    font-size: 22px !important;
  }
  .f34 {
    font-size: 22px !important;
  }
  .f38 {
    font-size: 26px !important;
  }
  .f36 {
    font-size: 22px !important;
  }
  .f40 {
    font-size: 26px !important;
  }
  .f48 {
    font-size: 30px !important;
  }
  .f50 {
    font-size: 32px !important;
  }
  .f60 {
    font-size: 40px !important;
  }
  .f70 {
    font-size: 40px !important;
  }
  .f115 {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 700px) {
  .f24 {
    font-size: 16px !important;
  }
  .f22 {
    font-size: 16px !important;
  }
  .f38 {
    font-size: 24px !important;
  }
  .f50 {
    font-size: 24px !important;
  }
  .f60 {
    font-size: 28px !important;
  }
  .f70 {
    font-size: 30px !important;
  }
  .f115 {
    font-size: 40px !important;
  }
}
input[type='text'],
input[type='number'] {
  -webkit-appearance: none;
  outline: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  -webkit-appearance: none;
  outline: none;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.line1 {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img_pic {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.img_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_pic img:hover {
  transform: scale(1.05);
}
.bold {
  font-weight: 400;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "PingFang SC", 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #050706;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #EF4B2A;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 840px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.btn {
  display: inline-block;
  border: none;
  color: #333;
  padding: 0.2rem 1.5rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn {
    padding: 0.4rem 2rem;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 0.6rem 2rem;
  }
}
@media (min-width: 1201px) {
  .btn {
    padding: 0.6rem 2.5rem;
  }
}
@media (min-width: 1601px) {
  .btn {
    padding: 0.7rem 3rem;
  }
}
.btn:hover {
  background-color: #fff;
  color: #004E17;
}
.btn .iconfont {
  font-size: 14px;
}
.btn.btn-default {
  background-color: #f7f7f7;
  color: #333;
}
.btn.btn-default:hover {
  background-color: #dedede;
}
.btn.btn-default-outline {
  color: #000;
  border: #000 1px solid;
}
.btn.btn-default-outline:hover {
  background-color: #000;
  color: #fff;
}
.btn.btn-yellow {
  background-color: #004E17;
  color: #333;
}
.btn.btn-yellow:hover {
  background-color: #001b08;
  color: #000;
}
.btn.btn-primary {
  color: #fff;
  background-color: #EF4B2A;
  /* background-image: linear-gradient(90deg, #004D17, #2EAA52); */
  /* filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5)); */
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #da4527;
  /* background-image: linear-gradient(90deg, #004D17, #23823f); */
}
.btn.btn-primary-outline {
  border: #004E17 1px solid;
  color: #004E17;
}
@media (min-width: 992px) {
  .btn.btn-primary-outline {
    border: #004E17 2px solid;
  }
}
.btn.btn-primary-outline:hover {
  background-color: #004E17;
  color: #fff;
}
.btn.btn-send {
  background-color: #004E17;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 0;
}
.btn.btn-send:hover {
  background-color: #001b08;
}
.btn-radius {
  border-radius: 16px;
}
@media (min-width: 768px) {
  .btn-radius {
    border-radius: 19px;
  }
}
@media (min-width: 992px) {
  .btn-radius {
    border-radius: 22px;
  }
}
@media (min-width: 1201px) {
  .btn-radius {
    border-radius: 27px;
  }
}
@media (min-width: 1601px) {
  .btn-radius {
    border-radius: 30px;
  }
}
@media (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 0.875rem;
    padding-top: 80px;
  }
}
@media (min-width: 1201px) {
  body {
    padding-top: 100px;
    font-size: 1rem;
  }
}
@media (min-width: 1601px) {
  body {
    padding-top: 120px;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 0.875rem;
  }
}
body.home-body {
  padding-top: 0;
}
a {
  text-decoration: none;
  color: #3c3c3c;
}
a:hover {
  text-decoration: none;
  color: #EF4B2A;
}
@media (min-width: 1601px) {
  .container {
    max-width: 1390px;
  }
}
h2,
h3 {
  color: #050706;
}
.banner {
  background-color: #004E17;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  height: 160px;
}
@media (min-width: 768px) {
  .banner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 350px;
  }
}
@media (min-width: 1201px) {
  .banner {
    height: 400px;
  }
}
@media (min-width: 1601px) {
  .banner {
    height: 456px;
  }
}
.banner .container {
  height: 100%;
}
.banner .container .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.banner .container h1 {
  font-weight: normal;
  font-size: 1.75rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}
@media (min-width: 576px) {
  .banner .container h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .banner .container h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .banner .container h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1201px) {
  .banner .container h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1601px) {
  .banner .container h1 {
    font-size: 3rem;
  }
}
.banner .container p {
  font-weight: lighter;
  max-width: 320px;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .banner .container p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .banner .container p {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .banner .container p {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .banner .container p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .banner .container p {
    font-size: 1.625rem;
  }
}
.page-nav {
  background-color: #F1F5F9;
  position: sticky;
  top: 45px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .page-nav {
    top: 60px;
  }
}
@media (min-width: 992px) {
  .page-nav {
    top: 0;
  }
}
.page-nav nav.subnav {
  display: flex;
}
.page-nav nav.subnav a {
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  position: relative;
  color: #010101;
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-nav nav.subnav a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .page-nav nav.subnav a {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .page-nav nav.subnav a {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
@media (min-width: 1601px) {
  .page-nav nav.subnav a {
    height: 80px;
    line-height: 80px;
  }
}
.page-nav nav.subnav a::after {
  content: " ";
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  position: absolute;
  z-index: 10;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .page-nav nav.subnav a::after {
    height: 4px;
  }
}
.page-nav nav.subnav a:hover {
  color: #004E17;
}
@media (min-width: 992px) {
  .page-nav nav.subnav a:hover::after {
    width: 85px;
  }
}
.page-nav nav.subnav a.active {
  color: #004E17;
}
.page-nav nav.subnav a.active::after {
  width: 50px;
}
@media (min-width: 768px) {
  .page-nav nav.subnav a.active::after {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .page-nav nav.subnav a.active::after {
    width: 85px;
  }
}
.page-nav ul.subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.page-nav ul.subnav li {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media screen and (min-width: 360px) {
  .page-nav ul.subnav li {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 768px) {
  .page-nav ul.subnav li {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
@media (min-width: 992px) {
  .page-nav ul.subnav li {
    flex-basis: 20%;
  }
}
.page-nav ul.subnav li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  position: relative;
  color: #010101;
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-nav ul.subnav li a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .page-nav ul.subnav li a {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .page-nav ul.subnav li a {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
@media (min-width: 1601px) {
  .page-nav ul.subnav li a {
    height: 80px;
    line-height: 80px;
  }
}
.page-nav ul.subnav li a::after {
  content: " ";
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  position: absolute;
  z-index: 10;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .page-nav ul.subnav li a::after {
    height: 4px;
  }
}
.page-nav ul.subnav li a:hover {
  color: #004E17;
}
@media (min-width: 992px) {
  .page-nav ul.subnav li a:hover::after {
    width: 85px;
  }
}
.page-nav ul.subnav li.current a {
  color: #004E17;
}
.page-nav ul.subnav li.current a::after {
  width: 50px;
}
@media (min-width: 768px) {
  .page-nav ul.subnav li.current a::after {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .page-nav ul.subnav li.current a::after {
    width: 85px;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
}
.line-1 {
  border: none;
  border-top: 1px #ddd solid;
}
.text100 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .text100 {
    font-size: 3.4375rem;
  }
}
@media (min-width: 992px) {
  .text100 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1201px) {
  .text100 {
    font-size: 5.3125rem;
  }
}
@media (min-width: 1601px) {
  .text100 {
    font-size: 6.25rem;
  }
}
.text90 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .text90 {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .text90 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1201px) {
  .text90 {
    font-size: 5rem;
  }
}
@media (min-width: 1601px) {
  .text90 {
    font-size: 5.625rem;
  }
}
.text70 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .text70 {
    font-size: 2.875rem;
  }
}
@media (min-width: 992px) {
  .text70 {
    font-size: 3.625rem;
  }
}
@media (min-width: 1201px) {
  .text70 {
    font-size: 4rem;
  }
}
@media (min-width: 1601px) {
  .text70 {
    font-size: 4.375rem;
  }
}
.text60 {
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .text60 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .text60 {
    font-size: 3rem;
  }
}
@media (min-width: 1201px) {
  .text60 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1601px) {
  .text60 {
    font-size: 3.75rem;
  }
}
.text50 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .text50 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .text50 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1201px) {
  .text50 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1601px) {
  .text50 {
    font-size: 3.125rem;
  }
}
.text48 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .text48 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .text48 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1201px) {
  .text48 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1601px) {
  .text48 {
    font-size: 3rem;
  }
}
.text40 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .text40 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .text40 {
    font-size: 2rem;
  }
}
@media (min-width: 1201px) {
  .text40 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1601px) {
  .text40 {
    font-size: 2.5rem;
  }
}
.text38 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .text38 {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .text38 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1201px) {
  .text38 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1601px) {
  .text38 {
    font-size: 2.375rem;
  }
}
.text36 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .text36 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .text36 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1201px) {
  .text36 {
    font-size: 2rem;
  }
}
@media (min-width: 1601px) {
  .text36 {
    font-size: 2.25rem;
  }
}
.text34 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .text34 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .text34 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1201px) {
  .text34 {
    font-size: 2rem;
  }
}
@media (min-width: 1601px) {
  .text34 {
    font-size: 2.125rem;
  }
}
.text32 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .text32 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .text32 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .text32 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1601px) {
  .text32 {
    font-size: 2rem;
  }
}
.text30 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .text30 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .text30 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1201px) {
  .text30 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1601px) {
  .text30 {
    font-size: 1.875rem;
  }
}
.text28 {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .text28 {
    font-size: 1.25rem;
    margin-top: -7px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .text28 {
    font-size: 1.5rem;
    margin-top: -7px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1201px) {
  .text28 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1601px) {
  .text28 {
    font-size: 1.75rem;
    font-weight: 400;
  }
}
.text26 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .text26 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .text26 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .text26 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .text26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .text24 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1201px) {
  .text24 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1601px) {
  .text24 {
    font-size: 1.5rem;
  }
}
.text22 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .text22 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1201px) {
  .text22 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1601px) {
  .text22 {
    font-size: 1.375rem;
  }
}
.text20 {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .text20 {
    font-size: 1rem;
  }
}
@media (min-width: 1201px) {
  .text20 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .text20 {
    font-size: 1.25rem;
  }
}
.text18 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .text20 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1201px) {
  .text20 {
    font-size: 1rem;
  }
}
@media (min-width: 1601px) {
  .text20 {
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 1rem;
  }
}
.pt-media-15 {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .pt-media-15 {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .pt-media-15 {
    padding-top: 9rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-15 {
    padding-top: 13rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-15 {
    padding-top: 15rem;
  }
}
.pt-media-9 {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .pt-media-9 {
    padding-top: 6rem;
  }
}
@media (min-width: 992px) {
  .pt-media-9 {
    padding-top: 7rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-9 {
    padding-top: 8rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-9 {
    padding-top: 9rem;
  }
}
.pt-media-7 {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .pt-media-7 {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .pt-media-7 {
    padding-top: 5rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-7 {
    padding-top: 6rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-7 {
    padding-top: 7rem;
  }
}
.pt-media-6 {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .pt-media-6 {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .pt-media-6 {
    padding-top: 4rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-6 {
    padding-top: 5rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-6 {
    padding-top: 6rem;
  }
}
.pt-media-5 {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .pt-media-5 {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .pt-media-5 {
    padding-top: 3rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-5 {
    padding-top: 4rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-5 {
    padding-top: 5rem;
  }
}
.pt-media-4 {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .pt-media-4 {
    padding-top: 2rem;
  }
}
@media (min-width: 1201px) {
  .pt-media-4 {
    padding-top: 3rem;
  }
}
@media (min-width: 1601px) {
  .pt-media-4 {
    padding-top: 4rem;
  }
}
.pt-media-3 {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .pt-media-3 {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .pt-media-3 {
    padding-top: 3rem;
  }
}
.pb-media-3 {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .pb-media-3 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .pb-media-3 {
    padding-bottom: 3rem;
  }
}
.pb-media-4 {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .pb-media-4 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .pb-media-4 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-4 {
    padding-bottom: 4rem;
  }
}
.pb-media-5 {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .pb-media-5 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .pb-media-5 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-5 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-5 {
    padding-bottom: 5rem;
  }
}
.pb-media-6 {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .pb-media-6 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .pb-media-6 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-6 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-6 {
    padding-bottom: 6rem;
  }
}
.pb-media-7 {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pb-media-7 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .pb-media-7 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-7 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-7 {
    padding-bottom: 7rem;
  }
}
.pb-media-8 {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .pb-media-8 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .pb-media-8 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-8 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-8 {
    padding-bottom: 8rem;
  }
}
.pb-media-9 {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .pb-media-9 {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .pb-media-9 {
    padding-bottom: 7rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-9 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-9 {
    padding-bottom: 9rem;
  }
}
.pb-media-11 {
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  .pb-media-11 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .pb-media-11 {
    padding-bottom: 9rem;
  }
}
@media (min-width: 1201px) {
  .pb-media-11 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1601px) {
  .pb-media-11 {
    padding-bottom: 11rem;
  }
}
.mb-media-2 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mb-media-2 {
    margin-bottom: 2rem;
  }
}
.mb-media-3 {
  margin-bottom: 0.9rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .mb-media-3 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .mb-media-3 {
    margin-bottom: 3.5rem;
  }
}
.mb-media-4 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mb-media-4 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .mb-media-4 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-4 {
    margin-bottom: 4rem;
  }
}
.mb-media-5 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mb-media-5 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .mb-media-5 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-5 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-5 {
    margin-bottom: 5rem;
  }
}
.mb-media-7 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .mb-media-7 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .mb-media-7 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-7 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-7 {
    margin-bottom: 7rem;
  }
}
.mb-media-8 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .mb-media-8 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .mb-media-8 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-8 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-8 {
    margin-bottom: 8rem;
  }
}
.mb-media-9 {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .mb-media-9 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .mb-media-9 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1201px) {
  .mb-media-9 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1601px) {
  .mb-media-9 {
    margin-bottom: 9rem;
  }
}
.list .item {
  transition: all 0.5s;
  display: block;
  padding: 15px;
  padding-bottom: 2rem;
  background-color: #fff;
  height: 100%;
}
@media (min-width: 992px) {
  .list .item {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1201px) {
  .list .item {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1601px) {
  .list .item {
    padding-bottom: 4rem;
  }
}
.list .item:hover {
  background-color: #EF4B2A;
}
.list .item:hover .txt * {
  color: #fff !important;
}
.list .item:hover .pic img {
  transform: scale(1.05);
}
.list .item .pic {
  overflow: hidden;
  position: relative;
  padding-top: 66%;
}
.list .item .pic img {
  transition: all 1s;
}
.list .item .txt {
  padding-top: 1rem;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .list .item .txt {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .list .item .txt {
    padding-right: 3rem;
  }
}
@media (min-width: 1601px) {
  .list .item .txt {
    padding-right: 5rem;
  }
}
.list .item .txt .date {
  color: #004E17;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .list .item .txt .date {
    margin-bottom: 1rem;
  }
}
.list .item .txt h3 {
  font-weight: normal;
}
.swiper-next,
.swiper-prev {
  outline: none;
}
.swiper-next img,
.swiper-prev img {
  width: 30px;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .swiper-next img:hover,
  .swiper-prev img:hover {
    /*transform: scale(1.1);*/
    opacity: 0.88;
  }
}
@media (min-width: 992px) {
  .swiper-next img,
  .swiper-prev img {
    width: 40px;
    /*filter: drop-shadow(2px 2px 6px rgba(0, 50, 20, 0.3));*/
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}
.header.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.headerTop {
  padding: 6px 0;
  transition: all 0.3s;
}
.header.on .headerTop {
  background-color: #000;
}
.header.active .headerTop {
  display: none;
}
.otherItem {
  padding: 0 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: color 0.5s ease-out;
  position: relative;
  pointer-events: auto;
}
.otherItem span {
  width: 100%;
  background: url(../images/down.png) no-repeat right center;
  background-size: 12px;
  font-size: 16px;
  padding-right: 28px;
}
.otherItem span img {
  width: 20px;
  margin-right: 10px;
}
.otherItem .lang {
  width: 60px;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  transform: translateY(20%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  text-align: left;
  font-size: 14px;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.otherItem .lang a {
  display: block;
  padding: 6px 11px;
  color: #3D3D3D;
  transition: all 0.3s;
}
.otherItem .lang a:hover,
.otherItem .lang a.fanti {
  color: #EF4B2A;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.otherItem .lang a:hover i::before,
.otherItem .lang a.fanti i::before {
  right: 0;
  opacity: 1;
}
.otherItemTop .lang {
  width: 200px;
  left: auto;
  right: 0;
}
.otherItemTop .lang a {
  padding: 9px 18px;
}
.otherItemTop .lang a i {
  position: relative;
  padding-right: 30px;
}
.otherItemTop .lang a i::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.otherItem:hover .lang {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.sha_box {
  justify-content: flex-end;
}
.headerInfor span {
  background: none;
  padding-right: 0;
  width: auto;
  margin-right: 15px;
}
.headerInfor span img {
  width: 20px;
  margin-right: 6px;
}
.headerSearch {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #949390;
}
.headerSearch img {
  width: 18px;
  margin-right: 8px;
}
.headerSearch input {
  display: block;
  width: 120px;
  border: none;
  border-bottom: 1px solid #949390;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.header > .flex {
  justify-content: space-between;
}
.header.on {
  background-color: #ffffff;
}
.header.on .headerNav li > a {
  color: #323232;
}
.headerLogo {
  width: 136px;
  padding: 4px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.headerLogo img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .headerLogo .img1 {
  display: block;
}
.header .headerLogo .img2 {
  display: none;
}
.header.on .headerLogo .img1 {
  display: none;
}
.header.on .headerLogo .img2 {
  display: block;
}
.headerRight {
  width: calc(100% - 185px);
  justify-content: flex-end;
}
.headerNav {
  width: calc(100% - 180px);
  padding-left: 5%;
  padding-right: 5%;
  justify-content: center;
}
.headerNav li {
  flex-grow: 1;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.headerNav li > a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 68px;
  font-size: 16px;
}
.headerNav li > a:hover {
  color: #EF4B2A !important;
}
.header.on .headerNav > li > a:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  background: #EF4B2A;
  opacity: 0;
}
.header.on .headerNav > li.active > a::after,
.header.on .headerNav > li:hover > a::after {
  width: 100%;
  opacity: 1;
}
.headerNav li.NavSmall a {
  font-size: 14px;
}
.headerNav li.active a,
.headerNav li:hover > a {
  color: #282828;
}
.ylGp {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 10px;
  font-size: 14px;
}
.headerNav li {
  position: relative;
}
.navLm {
  position: absolute;
  border-top: 2px solid #EF4B2A;
  padding: 7px 5px;
  top: 67px;
  left: 50%;
  width: 180px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
  display: none;
}
.navPro {
  width: 830px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 15.5%;
}
.navPro > .flex11 {
  padding: 15px;
}
.navProTit {
  width: 100%;
  background-color: #F1F1F1;
}
.navProTit a {
  flex-grow: 1;
}
.navProNr {
  height: 205px;
}
.navProItem {
  width: 100%;
  padding: 25px 0 20px;
  display: none;
}
.navProItem.on {
  display: flex;
}
.headerNav li .navLm .navProTit .on {
  color: #fff;
  background-color: #EF4B2A;
}
.narProA {
  width: 25%;
  border-right: 1px solid #eee;
  padding-left: 8%;
}
.narProA:last-child {
  border: none;
}
.headerNav li .navLm .narProA a {
  position: relative;
  line-height: 1 !important;
  padding: 10px 0 !important;
  text-align: left;
  font-size: 12px;
}
.narProA a::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #414141;
}
.headerNav li .navLm .narProA a:hover {
  background-color: inherit;
  color: #EF4B2A;
}
.last .navLm {
  left: auto;
  right: 0;
}
.headerNav li:hover .navLm {
  opacity: 1;
  visibility: visible;
}
.headerNav li .navLm a {
  display: block;
  color: #323232;
  padding: 10px 0;
  flex-grow: 1;
  font-size: 14px;
  width: 100%;
  line-height: 1.4;
}
.headerNav li .navStore {
  background: none;
  padding: 0;
  box-shadow: none;
}
.headerNav li .navStore a {
  display: flex;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 14px 20px;
}
.headerNav li .navStore a img {
  width: 24px;
  margin-right: 10px;
}
.headerNav li .navLm a:hover {
  /* opacity: 5; */
  color: #EF4B2A;
}
.headerTel {
  font-size: 18px;
  width: 127px;
}
.headerTel .hSearch {
  width: 24px;
  height: 24px;
  background: url(../images/search.png) no-repeat center;
  background-size: 24px;
  margin-right: 40px;
  cursor: pointer;
}
.header.on .headerTel .hSearch {
  background: url(../images/search-1.png) no-repeat center;
  background-size: 24px;
}
.header.on .headerTel .hOthre {
  color: #323232;
}
.header.on .headerTel .hOthre span {
  background: url(../images/down-1.png) no-repeat right center;
  background-size: 12px;
}
.title-nav {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.title-nav a {
  position: relative;
  display: block;
  width: 50%;
  color: #6a6a6a;
  font-size: 14px;
  padding: 15px 0;
}
.title-nav a:hover {
  color: #EF4B2A;
}
.title-nav a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.nav-item {
  display: block;
  width: 25%;
  border-right: 1px solid #f5f5f5;
}
.nav-item:first-child {
  border-left: 1px solid #f5f5f5;
}
.nav-item.big {
  padding: 30px;
}
.nav-item .img-box {
  position: relative;
  width: 100%;
  padding-top: 68%;
  margin: 0 auto;
  overflow: hidden;
}
.nav-item .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-item:hover .img-box img {
  transform: scale(1.05);
}
.nav-item .text {
  width: 100%;
  margin: 30px auto 20px;
  text-align: left;
}
.nav-item .text h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.nav-item .text a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 5%;
  color: #6a6a6a;
  /* background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    background-image: url("../picture/header-right.png"); */
}
.nav-item .text a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.nav-item .text a:hover {
  color: #EF4B2A;
}
.nav-item.multi {
  position: relative;
  margin-top: 10px;
}
.nav-item .link {
  /* display: block; */
  cursor: pointer;
}
.nav-item .link p {
  position: relative;
  line-height: 60px;
  padding: 0 30px;
  margin-right: 30px;
  color: #6a6a6a;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  background-image: url('../picture/header-right.png');
}
.nav-item .link p::before {
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  background: #EF4B2A;
  bottom: 7px;
  left: 30px;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
}
.nav-item .link:hover p::before {
  width: 16px;
}
/* .nav-item .link p:hover {
    background: #fafafa;
    } */
.headerLink {
  padding: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 156px;
  z-index: 9;
  display: none;
}
.headerLink a {
  position: relative;
  display: block;
  font-size: 14px;
  margin-left: 7%;
  color: #6a6a6a;
  text-align: left;
  padding: 8px 0;
  /* background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    background-image: url("../picture/header-right.png"); */
}
.headerLink a::before {
  float: left;
  content: '';
  display: inline-block;
  padding: 15px 3px;
  background: url(../picture/head_li.png) no-repeat center;
  margin-right: 5px;
  margin-top: -2px;
}
.headerLink a:hover {
  color: #EF4B2A;
}
@media screen and (max-width: 1420px) {
  .nav-item.multi {
    width: 30%;
  }
}
.headerIcon {
  margin-left: 3%;
}
.headerIcon a {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
.headerIcon a:hover > img {
  opacity: 5;
}
.pc-block {
  display: block;
}
.m-block {
  display: none;
}
.header2 {
  background: #fff;
  height: 50px;
  padding: 0 10px;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header2 .logo {
  width: 142px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: relative;
  z-index: 12;
}
.header2 .h-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  perspective: 80px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header2 .hamburger-inner,
.header2 .hamburger-inner::before,
.header2 .hamburger-inner::after {
  width: 25px;
  height: 1px;
  background: #000;
}
.header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(645, 45, 355, 1), background-color 0.5s 0s cubic-bezier(645, 45, 355, 1) !important;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
.header2 .hamburger--3dx-r .hamburger-inner::before,
.header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 6s 0s cubic-bezier(645, 45, 355, 1) !important;
}
.header2 .warp-nav {
  padding: 10px 0;
  position: fixed;
  background: #fff;
  width: 100%;
  height: calc(100vh - 60px);
  right: 0;
  top: 49px;
  z-index: 9;
  display: none;
}
.header2 .nav {
  color: #333;
  position: relative;
  overflow-y: auto;
  height: 100%;
  flex-wrap: wrap;
}
.header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
}
.header2 .nav .warp-btn {
  display: block;
  position: relative;
  color: #333;
  text-align: center;
  padding: 0 8%;
  transition: all 3s ease;
}
.header2 .nav .warp-btn span {
  display: block;
  text-align: left;
  font-size: 17px;
  padding-right: 30px;
}
.header2 .nav .warp-btn svg {
  position: absolute;
  top: 24px;
  right: 5%;
  height: 11px;
  width: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header2 .nav .li.active .warp-btn svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header2 .nav .li.cur a {
  background: #1e88e5;
  color: #fff;
  border: 1px solid #1e88e5;
}
.header2 .nav .li .mbNav {
  display: none;
  padding-left: 20px;
  line-height: 42px;
}
.header2 .nav .li .mbNav a {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 0 8%;
  color: #6c6c6c;
}
.header2 .nav .li .mbNav span {
  display: block;
  text-align: left;
  font-size: 14px;
  padding-right: 30px;
  color: #6c6c6c;
}
.header2 .nav .li .mbNav svg {
  position: absolute;
  top: 20px;
  right: 5%;
  height: 11px;
  width: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header2 .nav .li .mbNav .oneNavList.active svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header2 .warp-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 60px;
  z-index: 8;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.hamburger.is-active:hover {
  opacity: 7;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.header2 .hamburger.is-active .hamburger-inner,
.header2 .hamburger.is-active .hamburger-inner::before,
.header2 .hamburger.is-active .hamburger-inner::after {
  background: #000;
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -4px, 0) rotate(-45deg);
}
.header2 .warp-bg.cur {
  opacity: 1;
  visibility: visible;
}
.header2 .nav .li {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 8s cubic-bezier(79, -27, 21, 82);
}
.header2 .nav .li.animate {
  opacity: 1;
  transform: translate(0, 0);
}
.search-1 {
  background-color: #fff;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 31px 0;
  z-index: 10;
}
.search-1.active {
  padding: 14px;
}
.search-1.on {
  display: block;
}
.search-1 .W1400 {
  position: relative;
}
.search-1 .search-form {
  display: block;
  width: 660px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.search-1 .search-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 40px 0 55px;
  background-color: #FAFAF9;
}
.search-1 .search-btn {
  width: 16px;
  height: 17px;
  background: url(../images/icon-search-btn-a1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  outline: none;
}
.search-1 .search-btn2 {
  width: 20px;
  height: 20px;
  background: url(../images/icon-search-btn-a2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  outline: none;
}
.search-1 .search-close {
  width: 13px;
  height: 13px;
  background: url(../images/icon-search-close-a1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.twoNav {
  display: none;
  padding-left: 8%;
}
.twoNav a {
  color: #a1a1a1 !important;
  line-height: 38px;
}
.so-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search-m2.png) no-repeat center;
  -o-background-size: 15px auto;
  -ms-background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
.sec_box .sec_box_nav {
  position: fixed;
  top: 104px;
  left: 50%;
  width: 100vw;
  display: none;
  transform: translateX(-50%);
  background-color: #fff;
}
.header.active .sec_box .sec_box_nav {
  top: 68px;
}
.navHover {
  display: none;
}
.navHover.on {
  display: flex;
}
.navHover {
  align-items: stretch;
}
.navHoverBox {
  border-top: 1px solid #efefef;
}
.navHoverL {
  position: relative;
  width: 300px;
  border-right: 1px solid #efefef;
  padding: 3% 0;
  padding-left: 150px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.navHoverLL {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.navHoverLL a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #232323;
  margin-bottom: 35px;
}
.navHoverLL a.current::before,
.navHoverLL a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: -6px;
  background-color: #EF4B2A;
  transition: all 0.3s;
}
.navHoverLL a.current,
.navHoverLL a:hover {
  color: #EF4B2A;
}
.navHoverLL a.current::before,
.navHoverLL a:hover::before {
  width: 100%;
}
.navImg {
  padding-top: 80%;
}
.navImg img {
  object-fit: contain;
  opacity: 0;
}
.navImg img.active {
  opacity: 1;
}
.navProText {
  margin-top: 20px;
}
.navProText a {
  display: block;
}
.navProText a:hover {
  color: #ee6103;
}
.navHoverR {
  width: calc(100% - 300px);
  padding: 3% 0 1% 2%;
}
.navHoverR .navHoverRL {
  height: 510px;
  display: none;
}
.navHoverR .navHoverRL li {
  width: 20%;
  padding: 0 1% 2%;
  text-align: left;
  flex-grow: 0;
}
.navHoverR .navHoverRL li h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
.navHoverR .navHoverRL li a {
  line-height: 1.5;
  padding: 4px 0;
}
.navHoverR .navHoverRL li img {
  width: 100%;
  margin: 0 auto 12px;
  background-color: #EFEFEF;
}
.navHoverR .navHoverRL li h3 {
  color: #282828;
  line-height: 1.3;
}
.navHoverR .navHoverRL li p {
  color: #959595;
}
.navHoverR .navHoverRL.current {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.supportTop {
  justify-content: space-between;
}
.supportTop a {
  position: relative;
  width: 33.33%;
  text-align: center;
  background-color: #F4F4F4;
  padding: 27px 0;
  justify-content: center;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  transition: all 0.3s;
}
.supportTop a .img1 {
  display: block;
}
.supportTop a .img2 {
  display: none;
}
.supportTop a:first-child::before {
  content: '';
  position: absolute;
  width: 100vw;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #F4F4F4;
  z-index: -1;
}
.supportTop a:nth-child(2) {
  background: #fff;
}
.supportTop a:nth-child(3) {
  background: #fff;
  border-right: 1px solid #EFEFEF;
}
.supportTop a.on,
.supportTop a:hover {
  background-color: #EF4B2A;
  color: #fff;
}
.supportTop a.on .img1,
.supportTop a:hover .img1 {
  display: none;
}
.supportTop a.on .img2,
.supportTop a:hover .img2 {
  display: block;
}
.supportTop a.on,
.supportTop a:hover {
  background: #EF4B2A;
}
.supportTop a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 14px;
}
.navhoverOne {
  width: 100%;
  padding: 2% 0;
}
.navhoverOne li {
  width: 18%;
  margin: 1%;
  text-align: left;
  flex-grow: 0;
  align-items: flex-start;
}
.navhoverOne li h3 {
  line-height: 1.2;
}
.navhoverOne li h3 img {
  width: 9px;
}
.navhoverOne li:hover h3 {
  color: #EF4B2A;
}
.navhoverTwo {
  align-items: stretch;
  /*padding: 2% 0;*/
}
.navhoverTwoLeft {
  width: 35%;
}
.navhoverTwoLeft a {
  display: block;
  text-align: left;
  padding: 9px 28px;
  margin-bottom: 6px;
  background-position: right 28px center;
  background-repeat: no-repeat;
  background-size: 9px;
  transition: all 0.3s;
}
.navhoverTwoLeft a:hover,
.navhoverTwoLeft a.on {
  background-color: #EFEFEF;
  color: #EF4B2A;
  text-decoration: underline;
  background-image: url(../images/r.png);
  background-size: 9px;
}
.navhoverTwoRight {
  width: 65%;
  border-left: 1px solid #EFEFEF;
  padding-left: 3%;
}
.navhoverTwoRight .navhoverOne {
  padding: 0;
  display: none;
}
.navhoverTwoRight .navhoverOne.on {
  display: flex;
}
.navhoverTwoRight .navhoverOne li {
  width: 31.33%;
}
.navhoverThree a {
  text-align: center;
}
.navhoverThree a .img1 {
  margin: 0 auto;
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.navhoverThree a h3 {
  margin-top: 9%;
}
.navhoverThree a:hover h3 {
  color: #EF4B2A;
}
@media screen and (max-width: 1600px) {
  .headerNav {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1500px) {
  .headerRight {
    padding-left: 0;
  }
  .headerNav {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1100px) {
  .headerNav li {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1150px) {
  .headerNav {
    padding-left: 2%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .search-1 {
    padding: 8px 0;
    z-index: 99;
  }
  .search-1 .search-form {
    width: 90%;
    height: 34px;
    font-size: 13px;
    margin: 0;
  }
  .search-1 .search-close {
    right: 1%;
  }
  .newsInfoTop h3 {
    font-size: 20px;
  }
  .newsInfoTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none !important;
  }
  .m-block {
    display: block !important;
  }
  .header2 {
    height: 50px;
  }
  .header2 .logo {
    width: 108px;
    z-index: 2;
  }
  .header2 .hamburger {
    height: 20px;
  }
  .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }
  .header2 .hamburger-inner,
  .header2 .hamburger-inner::before,
  .header2 .hamburger-inner::after {
    width: 20px;
  }
}
/* header  end */
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-home {
  background-color: #fff;
  position: relative;
  z-index: 30;
  overflow: hidden;
}
.page-home .s1 {
  position: relative;
  width: 100%;
  z-index: 2;
}
.page-home .s1 .swiper-pagination-bullet {
  position: relative;
  opacity: 0.5;
  /* background: transparent url(../images/icon-up.svg) no-repeat center center;
  background-size: 16px auto; */
  background: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 14px !important;
  outline: none;
  transition: all 0.1s;
  opacity: 1;
}
.page-home .s1 .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  transition: background-color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
}
.page-home .s1 .swiper-pagination-bullet svg {
  display: block;
  width: 100%;
}
.page-home .s1 .swiper-pagination-bullet svg circle {
  stroke: #EF4B2A;
  stroke-width: 14px;
  fill: transparent;
  r: 30;
  cx: 51;
  cy: 51;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
@media (min-width: 768px) {
  .page-home .s1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
.page-home .s1 .swiper-pagination-bullet-active {
  /* background-image: url(../images/icon-up.svg);
  background-size: 26px auto; */
  background: none;
  opacity: 1;
}
.page-home .s1 .swiper-pagination-bullet-active::after {
  opacity: 0;
}
.page-home .s1 .swiper-pagination-bullet-active svg circle {
  transition: stroke-dashoffset ease 12s;
  stroke-dashoffset: 0;
}
.page-home .s1 .home-sliders .swiper-slide {
  position: relative;
}
.page-home .s1 .home-sliders .swiper-slide video,
.page-home .s1 .home-sliders .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
}
@media (max-width: 768px) {
    .page-home .s1{
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
  .page-home .s1 .home-sliders .swiper-slide video,
  .page-home .s1 .home-sliders .swiper-slide img {
    height: 85vh;
  }
}
@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide video,
  .page-home .s1 .home-sliders .swiper-slide img {
    height: calc(100vh + 50px);
  }
}
@media (min-width: 1201px) {
  .page-home .s1 .home-sliders .swiper-slide video,
  .page-home .s1 .home-sliders .swiper-slide img {
    height: calc(100vh + 55px);
  }
}
@media (min-width: 1601px) {
  .page-home .s1 .home-sliders .swiper-slide video,
  .page-home .s1 .home-sliders .swiper-slide img {
    height: calc(100vh + 50px);
  }
}
.page-home .s1 .home-sliders .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.page-home .s1 .home-sliders .swiper-slide .txt .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 46%;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container {
    top: 32%;
  }
}
.page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
  font-size: 1.25rem;
  color: #fff;
  opacity: 0;
  transform: translateY(30%);
  transition: all 1s 1s;
}
.page-home .s1 .home-sliders .swiper-slide.swiper-slide-active .txt .container h2 {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 360px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1401px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1921px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container h2 {
    font-size: 5rem;
  }
}
.page-home .s1 .home-sliders .swiper-slide .txt .container p {
  font-size: 0.875rem;
  padding-left: 0.65rem;
}
@media (min-width: 576px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 1.5rem;
    letter-spacing: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 1.75rem;
    letter-spacing: 2.1rem;
    padding-left: 2.1rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s1 .home-sliders .swiper-slide .txt .container p {
    font-size: 2.25rem;
  }
}
.page-home .s1 .swiper-prev,
.page-home .s1 .swiper-next {
  position: absolute;
  left: 2rem;
  top: 50%;
  z-index: 1000;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  color: #fff;
  text-align: center;
  line-height: 64px;
  display: none;
}
@media (min-width: 768px) {
  .page-home .s1 .swiper-prev,
  .page-home .s1 .swiper-next {
    display: block;
  }
}
.page-home .s1 .swiper-prev:hover,
.page-home .s1 .swiper-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.page-home .s1 .swiper-prev .iconfont,
.page-home .s1 .swiper-next .iconfont {
  font-size: 1.2rem;
}
.page-home .s1 .swiper-next {
  left: auto;
  right: 2rem;
}
@media (min-width: 768px) {
  .page-home .swiper-container-horizontal > .swiper-pagination-bullets,
  .page-home .swiper-pagination-custom,
  .page-home .swiper-pagination-fraction {
    bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .page-home .swiper-container-horizontal > .swiper-pagination-bullets,
  .page-home .swiper-pagination-custom,
  .page-home .swiper-pagination-fraction {
    bottom: 4.5rem;
  }
}
.page-home .s2 {
  position: relative;
}
.page-home .s2 .pic {
  position: relative;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .page-home .s2 .pic {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
}
.page-home .s2 .pic img {
  height: 200px;
  width: 100%;
  object-position: right center;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-home .s2 .pic img {
    height: 450px;
    width: 100%;
    object-position: left center;
    object-fit: cover;
    clip-path: polygon(22% 0, 0 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 992px) {
  .page-home .s2 .pic img {
    height: 480px;
  }
}
@media (min-width: 1201px) {
  .page-home .s2 .pic img {
    height: 669px;
  }
}
.page-home .s2 .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .page-home .s2 .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s2 .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s2 .container {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .page-home .s2 .txt {
    max-width: 350px;
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .page-home .s2 .txt {
    max-width: 50%;
  }
}
@media (min-width: 1201px) {
  .page-home .s2 .txt {
    max-width: 50%;
    min-height: 380px;
  }
}
.page-home .s2 .txt h2 {
  margin-bottom: 1rem;
  border-bottom: 1px #eee solid;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .page-home .s2 .txt h2 {
    margin-bottom: 1.4rem;
    padding-bottom: 0.9rem;
  }
}
.page-home .s2 .txt p {
  text-align: justify;
  margin-bottom: 0.6rem;
  color: #5E6163;
}
@media (min-width: 1201px) {
  .page-home .s2 .txt p {
    font-size: 16px;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s2 .txt p {
    /* font-size: 18px; */
  }
}
.page-home .s2 .txt .more {
  display: block;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .page-home .s2 .txt .more {
    text-align: left;
  }
}
.page-home .s2 .txt .more img {
  width: 30px;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .page-home .s2 .txt .more img {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
    width: 40px;
  }
}
.page-home .s2 .txt .more img:hover {
  transform: scale(1.1);
}
.page-home .s3 {
  background: url(../images/home_12.jpg) no-repeat center top;
  background-size: auto 647px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-home .s3 {
    background-size: auto 657px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s3 {
    background-size: auto 712px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 {
    margin-bottom: 5rem;
    background-size: auto 882px;
  }
}
@media (min-width: 1601px) {
  .page-home .s3 {
    background-size: auto auto;
    margin-bottom: 7rem;
  }
}
.page-home .s3 .found {
  display: none;
}
@media (min-width: 768px) {
  .page-home .s3 .found {
    display: block;
  }
}
.page-home .s3 .company-data {
  height: 400px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-home .s3 .company-data {
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .company-data {
    padding-top: 0;
    padding-bottom: 0;
    height: 380px;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .company-data {
    height: 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s3 .company-data {
    height: 516px;
  }
}
.page-home .s3 .company-data .item {
  margin-bottom: 0;
}
.page-home .s3 .company-data .data {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-home .s3 .company-data .data {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .company-data .data {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .company-data .data {
    font-size: 3rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s3 .company-data .data {
    font-size: 3.75rem;
  }
}
.page-home .s3 .company-data .data .num {
  font-weight: lighter;
}
.page-home .s3 .company-data .data sup {
  display: inline-block;
  transform: translateY(-13px);
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .page-home .s3 .company-data .data sup {
    font-size: 0.875rem;
    transform: translateY(-20px);
  }
}
@media (min-width: 992px) {
  .page-home .s3 .company-data .data sup {
    font-size: 0.875rem;
    transform: translateY(-15px);
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .company-data .data sup {
    font-size: 1rem;
    transform: translateY(-32px);
  }
}
@media (min-width: 1601px) {
  .page-home .s3 .company-data .data sup {
    font-size: 1.125rem;
  }
}
.page-home .s3 .title-section {
  height: 60px;
}
@media (min-width: 768px) {
  .page-home .s3 .title-section {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .title-section {
    height: 80px;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .title-section {
    height: 120px;
  }
}
.page-home .s3 .item {
  display: block;
  text-align: center;
  padding-right: 1px;
  position: relative;
  margin-bottom: 2.5rem;
}
.page-home .s3 .item:hover .pic img {
  transform: scale(1.05);
}
.page-home .s3 .item .pic {
  overflow: hidden;
}
.page-home .s3 .item .pic img {
  display: block;
  width: 100%;
  transition: all 0.8s;
}
.page-home .s3 .item .txt {
  height: 80px;
}
@media (min-width: 768px) {
  .page-home .s3 .item .txt {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .page-home .s3 .item .txt {
    height: 120px;
    padding-top: 2em;
  }
}
@media (min-width: 1201px) {
  .page-home .s3 .item .txt {
    height: 140px;
    padding-top: 2rem;
  }
}
.page-home .s3 .item dl {
  background-color: #F1F4F9;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.page-home .s3 .item dl dt {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .page-home .s3 .item dl dt {
    font-size: 16px;
  }
}
.page-home .s3 .item dl dd {
  margin: 0;
  padding: 0.2rem 0;
}
@media (min-width: 1201px) {
  .page-home .s3 .item dl dd {
    padding: 0.5rem 0;
  }
}
.page-home .s3 .item a.go {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin-bottom: -15px;
  z-index: 200;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .page-home .s3 .item a.go {
    margin-bottom: -20px;
  }
}
.page-home .s3 .item a.go img {
  width: 30px;
}
@media (min-width: 992px) {
  .page-home .s3 .item a.go img {
    filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
    width: 40px;
  }
}
.page-home .s3 .item a.go:hover {
  transform: scale(1.1);
}
.page-home .s4 {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-home .s4 .res-sliders {
    padding-top: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .res-sliders {
    padding-top: 3rem;
  }
}
.page-home .s4 .item {
  position: relative;
  padding-bottom: 2rem;
}
.page-home .s4 .item::after {
  position: absolute;
  content: " ";
  height: 340px;
  width: 100%;
  display: block;
  z-index: -1;
  right: 0;
  bottom: 0;
  background-color: #F1F5F9;
}
@media (min-width: 768px) {
  .page-home .s4 .item::after {
    width: 70%;
    height: 300px;
    clip-path: polygon(18% 0, 0 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item::after {
    height: 350px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item::after {
    height: 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item::after {
    height: 662px;
  }
}
@media (min-width: 768px) {
  .page-home .s4 .item {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item {
    background-position: right top;
    height: 350px;
    background-size: auto 350px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item {
    height: 460px;
    background-size: auto 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item {
    height: 662px;
  }
}
.page-home .s4 .item .pic {
  overflow: hidden;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .page-home .s4 .item .pic {
    margin-top: -2rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .pic {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) {
  .page-home .s4 .item .pic img {
    object-fit: cover;
    object-position: right top;
    width: 100%;
    height: 300px;
    clip-path: polygon(0 0, 0 100%, 82% 100%, 100% 0);
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item .pic img {
    height: 350px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item .pic img {
    height: 460px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .pic img {
    height: 662px;
  }
}
.page-home .s4 .item .txt {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .page-home .s4 .item .txt {
    padding-left: 1rem;
    max-width: 350px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .item .txt {
    padding-top: 3rem;
    padding-left: 2rem;
    max-width: 450px;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .item .txt {
    padding-top: 3rem;
    padding-left: 3rem;
    max-width: 560px;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .txt {
    max-width: 660px;
    padding-left: 5rem;
  }
}
.page-home .s4 .item .txt h3 {
  border-bottom: 1px #ddd solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page-home .s4 .item .txt p {
  text-align: justify;
  color: #585B5C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1201px) {
  .page-home .s4 .item .txt p {
    font-size: 1rem;
  }
}
@media (min-width: 1601px) {
  .page-home .s4 .item .txt p {
    font-size: 1.125rem;
  }
}
.page-home .s4 .more {
  display: block;
  text-align: right;
}
.page-home .s4 .more img {
  width: 30px;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .page-home .s4 .more img {
    filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
    width: 40px;
  }
}
.page-home .s4 .more img:hover {
  transform: scale(1.1);
}
.page-home .s4 .swiper-next,
.page-home .s4 .swiper-prev {
  position: absolute;
  left: 50%;
  display: inline-block;
  bottom: 1.5rem;
  z-index: 100;
  margin-left: -3rem;
}
@media (min-width: 768px) {
  .page-home .s4 .swiper-next,
  .page-home .s4 .swiper-prev {
    margin-left: 1rem;
    bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .swiper-next,
  .page-home .s4 .swiper-prev {
    margin-left: 2rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .swiper-next,
  .page-home .s4 .swiper-prev {
    margin-left: 5rem;
  }
}
.page-home .s4 .swiper-next {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .page-home .s4 .swiper-next {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .page-home .s4 .swiper-next {
    margin-left: 6rem;
  }
}
@media (min-width: 1201px) {
  .page-home .s4 .swiper-next {
    margin-left: 10rem;
  }
}
.page-home .s5 .title-news {
  margin-bottom: 2rem;
}
.page-home .s6 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-home .s6 .txt {
  max-width: 260px;
}
@media (min-width: 768px) {
  .page-home .s6 .txt {
    max-width: 390px;
  }
}
.page-home .s6 .txt a {
  margin-right: 1rem;
}
.page-home .s6 .txt a:last-child {
  margin-right: 0;
}
.page-home .s6 .title-section {
  margin-bottom: 2rem;
}
.page-home .s6 .title-section h2 {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}
.about_bg {
  height: 100vh;
  background-image: url(../images/about_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 {
    display: flex;
  }
}
.page-about .s2-3 .item {
  position: relative;
  cursor: pointer;
  background-position: center top;
  background-size: auto 280px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 300px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-about .s2-3 .item {
    background-size: auto 530px;
    padding-top: 550px;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item {
    margin-bottom: 0;
    padding-top: 0;
    background-position: right center;
    background-size: cover;
    height: 460px;
    flex-basis: 33.33333333%;
    transition: flex-basis 0.3s;
  }
}
@media screen and (min-width: 1201px) {
  .page-about .s2-3 .item {
    height: 560px;
  }
}
@media screen and (min-width: 1601px) {
  .page-about .s2-3 .item {
    height: 700px;
  }
}
.page-about .s2-3 .item::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.page-about .s2-3 .item .txt-container {
  text-align: justify;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 300;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1201px) {
  .page-about .s2-3 .item .txt-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1601px) {
  .page-about .s2-3 .item .txt-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page-about .s2-3 .item .txt-container h2 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container h2 {
    color: #fff;
    opacity: 1;
    transition: opacity 0.4s 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container .content {
    opacity: 0;
    height: 0;
    overflow-y: auto;
    padding-right: 1.25rem;
    transition: opacity 0.6s 0.3s;
  }
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.page-about .s2-3 .item .txt-container .content::-webkit-scrollbar-thumb:hover {
  background: #00a500;
}
.page-about .s2-3 .item .txt-container .content h3 {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item .txt-container .content h3 {
    display: block;
  }
}
.page-about .s2-3 .item:hover::after {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1 {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1 h3 {
    color: #fff;
  }
}
.page-about .s2-3 .item.item1.active::after {
  background-color: transparent;
  background-image: none;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1.active .txt-container {
    max-width: 43%;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.item1.active .txt-container h2 {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active {
    background-position: center center;
    flex-basis: 68.75%;
  }
}
.page-about .s2-3 .item.active::after {
  color: #eff3f8;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 100%);
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active .txt-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 68%;
    left: 8.6%;
  }
}
.page-about .s2-3 .item.active .txt-container h2 {
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active .txt-container h2 {
    opacity: 0;
    transition: opacity 0s;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.active .txt-container .content {
    opacity: 1;
    height: 360px;
  }
}
@media screen and (min-width: 1201px) {
  .page-about .s2-3 .item.active .txt-container .content {
    height: 380px;
  }
}
@media screen and (min-width: 1601px) {
  .page-about .s2-3 .item.active .txt-container .content {
    height: 460px;
  }
}
@media screen and (min-width: 992px) {
  .page-about .s2-3 .item.disactive {
    flex-basis: 15.625%;
  }
}
.page-about .s1 .vision .intro {
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.8rem;
}
@media (min-width: 768px) {
  .page-about .s1 .vision .intro {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s1 .vision .intro {
    padding: 2rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s1 .vision .intro {
    padding: 2rem 5rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s1 .vision .intro {
    padding: 2rem 3rem 2rem 6rem;
  }
}
.page-about .s1 .vision .intro .txt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 768px) {
  .page-about .s1 .vision .intro .txt {
    text-align: left;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .page-about .s1 .vision .intro .txt {
    padding-left: 4rem;
  }
}
.page-about .s1 .vision .intro .txt .vis {
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-about .s1 .vision .intro .txt .vis {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .page-about .s1 .vision .intro .txt .vis {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s1 .vision .intro .txt .vis {
    margin-bottom: 9.5rem;
  }
}
.page-about .s2 .s2-1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 10rem;
  padding-top: 10rem;
}
@media (min-width: 768px) {
  .page-about .s2 .s2-1 {
    background-size: auto 20rem;
    padding-top: 20rem;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1 {
    padding-top: 0;
    height: 400px;
    background-size: cover;
    background-position: center bottom;
  }
}
@media (min-width: 1201px) {
  .page-about .s2 .s2-1 {
    height: 500px;
  }
}
@media (min-width: 1601px) {
  .page-about .s2 .s2-1 {
    height: 500px;
  }
}
.page-about .s2 .s2-1 .txt-container {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1 .txt-container {
    clip-path: polygon(0 0, 0 100%, 50% 100%, 60% 0);
    padding-right: 50%;
  }
}
.page-about .s2 .s2-1 .txt-container .txt {
  padding: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 480px;
    margin: auto 0 auto auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1201px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 560px;
  }
}
@media (min-width: 1601px) {
  .page-about .s2 .s2-1 .txt-container .txt {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1.s2-2 .txt-container {
    clip-path: polygon(50% 0, 40% 100%, 100% 100%, 100% 0);
    padding-left: 50%;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .page-about .s2 .s2-1.s2-2 .txt-container .txt {
    margin: auto auto auto 0;
  }
}
.page-about .s3 {
  background-color: #1c2730;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .page-about .s3 {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 {
    padding-top: 5rem;
    background-color: #fff;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 {
    padding-top: 6rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 {
    padding-top: 7rem;
  }
}
.page-about .s3 .title-section h2 {
  color: #fff;
}
@media (min-width: 992px) {
  .page-about .s3 .title-section h2 {
    color: #333;
  }
}
.page-about .s3 .s3-1 .categories {
  background-color: #1c2730;
  padding-top: 0rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(28, 39, 48, 0.96);
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .categories {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.page-about .s3 .s3-1 .categories .logo {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories .logo {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .logo {
    display: block;
    text-align: left;
  }
}
.page-about .s3 .s3-1 .categories .logo img {
  height: 50px;
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories .logo img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .logo img {
    width: 110px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories .logo img {
    width: 130px;
  }
}
.page-about .s3 .s3-1 .categories .navlist {
  padding: 0 0.9375rem;
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .navlist {
    max-width: 230px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories .navlist {
    max-width: 290px;
  }
}
.page-about .s3 .s3-1 .categories .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav {
    text-align: left;
  }
}
.page-about .s3 .s3-1 .categories .nav li {
  color: #fff;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
}
@media screen and (min-width: 360px) {
  .page-about .s3 .s3-1 .categories .nav li {
    font-size: 0.875rem;
    padding: 0.4rem 0.6rem;
  }
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .categories .nav li {
    padding: 0.6rem 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav li {
    display: block;
    padding: 1rem 1rem;
    font-size: 1.125rem;
    margin-bottom: 3px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .categories .nav li {
    font-size: 1.375rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .categories .nav li {
    font-size: 1.5rem;
  }
}
.page-about .s3 .s3-1 .categories .nav li .t1 {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav li::after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../fonts/arrow-right.svg), linear-gradient(90deg, #004D17, #2EAA52);
    background-position: right 1rem center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 10px auto, auto auto;
    margin-right: -40px;
    z-index: 0;
    opacity: 0;
    transition: all 0.2s;
  }
  .page-about .s3 .s3-1 .categories .nav li:hover {
    margin-right: -40px;
  }
}
.page-about .s3 .s3-1 .categories .nav li:hover::after {
  width: 100%;
  opacity: 1;
}
.page-about .s3 .s3-1 .categories .nav li.active {
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .categories .nav li.active {
    background-image: url(../images/arrow-right.svg), linear-gradient(90deg, #004D17, #2EAA52);
    background-position: right 1rem center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 10px auto, auto auto;
    margin-right: -40px;
  }
}
.page-about .s3 .s3-1 .categories .nav li.active:hover::after {
  display: none;
}
.page-about .s3 .s3-1 .col-lg-9 {
  background-image: url(../images/about_4_m.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .col-lg-9 {
    background-image: url(../images/about_4.jpg);
  }
}
.page-about .s3 .s3-1 .companies {
  display: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2rem 1.25rem 1rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.page-about .s3 .s3-1 .companies::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}
.page-about .s3 .s3-1 .companies::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.page-about .s3 .s3-1 .companies::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(0deg, #25d2a3 0%, #004E17 100%);
}
.page-about .s3 .s3-1 .companies::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #25d2a3 0%, #004E17 100%);
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .companies {
    padding: 2rem 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies {
    padding: 1.25rem 1rem 0 2rem;
    height: 450px;
    overflow-y: auto;
    margin-right: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies {
    padding: 2rem 3rem 0 5rem;
    height: 536px;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .companies {
    padding: 2rem 3rem 0 5rem;
    height: 536px;
  }
}
.page-about .s3 .s3-1 .companies.active {
  display: block;
}
.page-about .s3 .s3-1 .companies .col-6 {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies .col-6 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies .col-6 {
    margin-bottom: 2rem;
  }
}
.page-about .s3 .s3-1 .companies .item {
  display: block;
  background-color: white;
  height: 100%;
  padding: 1rem;
  margin-left: -5px;
  margin-right: -5px;
  transition: all 0.2s;
}
.page-about .s3 .s3-1 .companies .item:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .companies .item {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies .item {
    padding: 0.1rem 1rem 1rem;
    height: 195px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies .item {
    padding: 1rem 1.5rem 1rem;
    height: 220px;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .companies .item {
    height: 220px;
  }
}
.page-about .s3 .s3-1 .companies .item img {
  height: 80px;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  margin: 10px auto;
  display: block;
}
@media (min-width: 768px) {
  .page-about .s3 .s3-1 .companies .item img {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .page-about .s3 .s3-1 .companies .item img {
    height: 60px;
  }
}
@media (min-width: 1201px) {
  .page-about .s3 .s3-1 .companies .item img {
    height: 70px;
  }
}
@media (min-width: 1601px) {
  .page-about .s3 .s3-1 .companies .item img {
    height: 80px;
  }
}
.page-about .s3 .s3-1 .companies .item .name {
  text-align: center;
  color: #3c3c3c;
}
.page-about .s3 .s3-1 .companies .item p {
  margin: 0;
  text-align: center;
  color: red;
  font-size: 0.875rem;
}
.page-about .s3 h3 {
  color: #fff;
}
.page-about .s3 .pic {
  text-align: center;
}
@media (min-width: 992px) {
  .page-about .s3 .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}
.page-about .s3 .txt .container {
  padding-top: 2rem;
}
@media (min-width: 1601px) {
  .page-about .s3 .txt .container {
    padding-top: 3rem;
  }
}
.page-about .s3 .txt .container p {
  font-weight: lighter;
}
.page-about .s4 {
  background-color: #EBEBEB;
  padding-top: 1.3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-about .s4 {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page-about .s4 {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s4 {
    padding-top: 8rem;
    margin-bottom: 5rem;
  }
}
.page-about .s4 .gallery-thumbs {
  box-sizing: border-box;
  margin: 0 auto 1rem;
  max-width: 500px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .page-about .s4 .gallery-thumbs {
    margin: 0 auto 2rem;
  }
}
.page-about .s4 .gallery-thumbs .swiper-slide {
  width: 33%;
  height: 100%;
  opacity: 0.4;
  padding-bottom: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.page-about .s4 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  color: #004E17;
  position: relative;
}
.page-about .s4 .gallery-thumbs .swiper-slide-thumb-active::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  transform: translateX(-50%);
  height: 3px;
  background-color: #004E17;
}
@media (min-width: 768px) {
  .page-about .s4 .gallery-thumbs .swiper-slide-thumb-active::after {
    width: 80px;
  }
}
.page-about .s4 .history_slider .swiper-pagination-bullet {
  opacity: 1;
  background: transparent url(../images/dot_logo.png) no-repeat center center;
  border-radius: 0;
  width: 50px;
  height: 50px;
}
.page-about .s4 .history_slider .swiper-pagination-bullet-active {
  background-image: url(../images/dot_logo_active.png);
}
.page-about .s4 .swiper-slide {
  height: auto;
}
.page-about .s4 .item {
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
}
@media (min-width: 992px) {
  .page-about .s4 .item {
    padding: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s4 .item {
    padding: 2rem 3rem;
  }
}
.page-about .s4 .item .title {
  border-bottom: 1px #ddd solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 1201px) {
  .page-about .s4 .item .title {
    margin-bottom: 1.5rem;
  }
}
.page-about .s4 .item .title small {
  font-size: 1.125rem;
  font-style: italic;
}
.page-about .s4 .item .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-about .s4 .item .list li {
  margin-bottom: 0.5rem;
}
.page-about .s4 .item .year {
  color: #004E17;
  font-style: italic;
  font-weight: bold;
  width: 60px;
}
@media (min-width: 992px) {
  .page-about .s4 .item .year {
    font-size: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 .item .year {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s4 .item .year {
    font-size: 1.25rem;
  }
}
.page-about .s4 .swiper-next,
.page-about .s4 .swiper-prev {
  position: absolute;
  top: 1.9rem;
  display: inline-block;
  z-index: 100;
  left: 1rem;
  display: none;
}
@media (min-width: 768px) {
  .page-about .s4 .swiper-next,
  .page-about .s4 .swiper-prev {
    top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .page-about .s4 .swiper-next,
  .page-about .s4 .swiper-prev {
    top: 50%;
    display: block;
    margin-top: -20px;
    left: 23.85%;
    margin-left: -20px;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 .swiper-next,
  .page-about .s4 .swiper-prev {
    left: 24.2%;
  }
}
.page-about .s4 .swiper-next {
  left: auto;
  right: 1rem;
}
@media (min-width: 992px) {
  .page-about .s4 .swiper-next {
    left: auto;
    margin-left: auto;
    margin-right: -20px;
    right: 23.85%;
  }
}
@media (min-width: 1201px) {
  .page-about .s4 .swiper-next {
    right: 24.2%;
  }
}
.page-about .s5 .pic {
  margin-bottom: 2rem;
}
.page-about .s5 .txt {
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  .page-about .s5 .txt {
    border-left: 1px #eee solid;
  }
}
.page-about .s5 .txt p {
  line-height: 2.2;
}
@media (min-width: 768px) {
  .page-about .s5 .txt.last {
    border-right: 1px #eee solid;
  }
}
.page-contact .s1 .item {
  padding: 1rem;
  background-color: #F1F5F9;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .page-contact .s1 .item {
    padding: 2rem 3rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s1 .item {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .page-contact .s1 .item {
    padding: 2rem 3rem 1rem;
  }
}
@media (min-width: 1601px) {
  .page-contact .s1 .item {
    padding: 3rem 4rem 2rem;
  }
}
.page-contact .s1 .item address {
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .page-contact .s1 .item address {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .page-contact .s1 .item address {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s1 .item address {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .page-contact .s1 .item address {
    font-size: 1.625rem;
  }
}
@media (min-width: 1601px) {
  .page-contact .s1 .item address {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }
}
.page-contact .s1 .item .clist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-contact .s1 .item .clist li {
  margin-bottom: 0.6rem;
}
@media (min-width: 992px) {
  .page-contact .s1 .item .clist li {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1601px) {
  .page-contact .s1 .item .clist li {
    margin-bottom: 1.5rem;
  }
}
.page-contact .s2 .form-container {
  background-color: #F1F5F9;
  padding: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-contact .s2 .form-container {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .page-contact .s2 .form-container {
    padding: 2rem 3em;
  }
}
@media (min-width: 1601px) {
  .page-contact .s2 .form-container {
    padding: 2rem 4rem;
  }
}
.page-contact .s2 .form-container .des {
  padding-bottom: 1rem;
  border-bottom: 1px #DDE4EC solid;
  display: none;
}
@media (min-width: 992px) {
  .page-contact .s2 .form-container .des {
    display: block;
  }
}
.page-contact .s2 .form-container .form-group {
  margin-bottom: 2rem;
}
.page-contact .s2 .form-container .form-group .invalid-feedback {
  color: #da1f1f;
  padding-top: 0.3rem;
}
.page-contact .s2 .form-container .form-label {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .page-contact .s2 .form-container .form-label {
    width: 70px;
  }
}
.page-contact .s2 .form-container .form-control {
  width: 100%;
  height: 38px;
  border: none;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .page-contact .s2 .form-container .form-control {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .page-contact .s2 .form-container .form-control {
    height: 38px;
  }
}
@media (min-width: 1201px) {
  .page-contact .s2 .form-container .form-control {
    height: 48px;
  }
}
.page-contact .s2 .form-container .form-control-textarea {
  width: 100%;
  border: none;
  border-radius: 6px;
}
.page-contact .s2 .form-container #verification {
  margin-right: 0.5rem;
}
@media screen and (max-width: 359px) {
  .page-contact .s2 .form-container #verification {
    width: 160px;
  }
}
@media screen and (min-width: 360px) {
  .page-contact .s2 .form-container #verification {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .page-contact .s2 .form-container #verification {
    margin-right: 1rem;
  }
}
.page-contact .s2 .form-container .vcode {
  width: 100px;
  height: 38px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .page-contact .s2 .form-container .vcode {
    width: 120px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .page-contact .s2 .form-container .vcode {
    width: 100px;
    height: 38px;
  }
}
@media (min-width: 1201px) {
  .page-contact .s2 .form-container .vcode {
    width: 120px;
    height: 48px;
  }
}
.page-contact .s2 .form-container .btn {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-contact .s2 .form-container .btn {
    margin-top: 0;
  }
}
.page-contact .s3 .list1 .item {
  background-color: #F1F5F9;
  padding: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .page-contact .s3 .list1 .item {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s3 .list1 .item {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .page-contact .s3 .list1 .item {
    padding: 2rem 3rem;
  }
}
.page-contact .s3 .list1 .item h3 {
  font-weight: normal;
}
.page-contact .s3 .list1 .item .date {
  color: #004E17;
}
.page-contact .s3 .list1 .item a img {
  width: 31px;
}
@media (min-width: 768px) {
  .page-contact .s3 .list1 .item a img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .page-business-v1 {
    padding-top: 3rem;
  }
}
@media (min-width: 1201px) {
  .page-business-v1 {
    padding-top: 5rem;
  }
}
@media (min-width: 1601px) {
  .page-business-v1 {
    padding-top: 7rem;
  }
}
@media (min-width: 768px) {
  .page-business .s1 {
    margin-bottom: 3rem;
  }
}
.page-business .page-title {
  position: relative;
  height: 120px;
  background: linear-gradient(-90deg, #838fed 0%, #48c4db 52.63%, #00b78d 100%);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-business .page-title {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-business .page-title {
    height: 260px;
  }
}
@media (min-width: 1201px) {
  .page-business .page-title {
    height: 280px;
  }
}
.page-business .page-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-business .page-title h1 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .page-business .page-title h1 {
    font-size: 52px;
  }
}
@media (min-width: 1201px) {
  .page-business .page-title h1 {
    font-size: 56px;
  }
}
@media (min-width: 1601px) {
  .page-business .page-title h1 {
    font-size: 60px;
  }
}
.page-business .four {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.page-business .four .item {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.page-business .four .item img {
  width: 100%;
}
.page-business .four .item .txt {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem 1rem 3rem;
  text-align: center;
  left: 0;
  z-index: 100;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .page-business .four .item .txt {
    padding: 1.5rem 1rem 6rem;
  }
}
@media (min-width: 992px) {
  .page-business .four .item .txt {
    padding: 2rem 1rem 6.5rem;
  }
}
@media (min-width: 1201px) {
  .page-business .four .item .txt {
    padding: 2.5rem 1rem 8rem;
  }
}
@media (min-width: 1601px) {
  .page-business .four .item .txt {
    padding: 3rem 1rem 9rem;
  }
}
.page-business .four .item .txt h2 {
  color: #fff;
}
.page-business .four .item .txt a {
  color: #fff;
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 1px transparent solid;
  transition: all 0.3s;
}
.page-business .four .item .txt a:hover {
  border-color: #fff;
}
.page-business .bus-list .item {
  position: relative;
  margin-bottom: 10px;
}
.page-business .bus-list .item img {
  width: 100%;
}
.page-business .bus-list .item .bg {
  object-fit: cover;
  object-position: center center;
  height: 180px;
}
@media (min-width: 768px) {
  .page-business .bus-list .item .bg {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .page-business .bus-list .item .bg {
    height: 320px;
  }
}
.page-business .bus-list .item .p1 {
  padding-top: 0.5rem;
  display: block;
  margin: 0 auto 1rem;
  max-width: 100px;
}
@media (min-width: 768px) {
  .page-business .bus-list .item .p1 {
    max-width: 120px;
    margin: 0 auto 1rem;
  }
}
.page-business .bus-list .item .txt {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 1rem;
  text-align: center;
  left: 0;
  z-index: 100;
  color: #fff;
  transform: translateY(-50%);
}
.page-business .bus-list .item .txt a {
  transition: all 0.3s;
  color: #fff;
  display: inline-block;
}
.page-business .bus-list .item .txt a:hover {
  transform: translateY(-2px);
}
.page-business .bus-list .item .txt h3 {
  color: #fff;
  font-weight: normal;
}
.page-business .bus-list .item .txt p {
  margin-bottom: 0;
}
.page-business.page-electronic .page-title {
  height: 120px;
  background: linear-gradient(-90deg, #2bf9fe 0%, #19b0fe 40.6%, #004ba3 100%);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-business.page-electronic .page-title {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic .page-title {
    height: 240px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic .page-title {
    height: 280px;
  }
}
.page-business.page-electronic .page-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-business.page-electronic .page-title h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic .page-title h1 {
    font-size: 36px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic .page-title h1 {
    font-size: 42px;
  }
}
.page-business.page-electronic.page-medicine .page-title {
  background: linear-gradient(-90deg, #98db00 0%, #5bc600 40.6%, #005f2f 100%);
}
.page-business.page-electronic.page-film .page-title {
  background: linear-gradient(-90deg, #d7afee 0%, #159ace 100%);
}
.page-business.page-electronic.page-service .page-title {
  background: linear-gradient(-90deg, #54d8ce 0%, #409a95 40.6%, #004e4e 100%);
}
.page-business.page-electronic-copy .page-title {
  height: 120px;
  background: linear-gradient(-90deg, #2bf9fe 0%, #19b0fe 40.6%, #004ba3 100%);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-business.page-electronic-copy .page-title {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic-copy .page-title {
    height: 240px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic-copy .page-title {
    height: 280px;
  }
}
.page-business.page-electronic-copy .page-title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-business.page-electronic-copy .page-title h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .page-business.page-electronic-copy .page-title h1 {
    font-size: 36px;
  }
}
@media (min-width: 1201px) {
  .page-business.page-electronic-copy .page-title h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .page-business.page-electronic-copy .bus-list .item .bg {
    height: 320px;
  }
}
.page-business.page-electronic-copy .bus-list .item .txt:hover {
  margin-top: -2px;
}
.page-business.page-electronic-copy .bus-list .item h3 a:hover {
  transform: translateY(0);
}
.page-business.page-electronic-copy .bus-list .item .p1 {
  max-width: 120px;
  margin-bottom: 1rem;
}
.page-business.page-electronic-copy .bus-list .item .p1:hover {
  transform: translateY(0);
}
.page-business .s1.s2 .txt {
  border-left: none;
}
@media (min-width: 1201px) {
  .page-business .s1.s2 .txt {
    padding-right: 7rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s1.s2 .txt {
    padding-right: 11rem;
  }
}
.page-business .s3 {
  position: relative;
}
.page-business .s3 .gallery-top {
  height: 100%;
  position: relative;
}
.page-business .s3 .gallery-top .swiper-slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 9.375rem;
}
@media (min-width: 768px) {
  .page-business .s3 .gallery-top .swiper-slide {
    padding-top: 8rem;
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 992px) {
  .page-business .s3 .gallery-top .swiper-slide {
    padding-top: 10rem;
    padding-bottom: 14.375rem;
  }
}
.page-business .s3 .gallery-top .swiper-slide::after {
  content: " ";
  display: block;
  position: absolute;
  height: 90px;
  width: 100%;
  background-color: rgba(241, 245, 249, 0.6);
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .page-business .s3 .gallery-top .swiper-slide::after {
    height: 160px;
  }
}
.page-business .s3 .gallery-top .swiper-slide .container {
  box-sizing: border-box;
}
.page-business .s3 .gallery-top .swiper-slide .container * {
  box-sizing: border-box;
}
.page-business .s3 .txt {
  position: relative;
  max-width: 470px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  z-index: 700;
}
@media (min-width: 768px) {
  .page-business .s3 .txt {
    margin: 0 auto 0;
  }
}
@media (min-width: 992px) {
  .page-business .s3 .txt {
    margin: 0 0 0 auto;
  }
}
.page-business .s3 .txt .des {
  padding: 1rem;
  min-height: 292px;
}
@media (min-width: 992px) {
  .page-business .s3 .txt .des {
    padding: 2rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s3 .txt .des {
    padding: 2rem 2rem;
    min-height: 338px;
  }
}
@media (min-width: 1601px) {
  .page-business .s3 .txt .des {
    min-height: 345px;
  }
}
.page-business .s3 .txt .des h3.title {
  text-align: center;
  border-bottom: 1px #EDEDED solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page-business .s3 .txt .des p {
  text-align: justify;
}
.page-business .s3 .txt .des .logos {
  display: flex;
}
.page-business .s3 .txt .des .logos a {
  padding: 0 0.8rem;
}
.page-business .s3 .txt .des .logos a img {
  height: 30px;
}
.page-business .s3 .swiper-next,
.page-business .s3 .swiper-prev {
  position: absolute;
  right: 0.5rem;
  bottom: 1.6rem;
  z-index: 200;
  outline: none;
}
@media (min-width: 992px) {
  .page-business .s3 .swiper-next,
  .page-business .s3 .swiper-prev {
    right: auto;
    left: 50%;
    margin-left: -5rem;
    bottom: 4rem;
    display: none;
  }
}
@media (min-width: 1201px) {
  .page-business .s3 .swiper-next,
  .page-business .s3 .swiper-prev {
    margin-left: 20px;
  }
}
@media (min-width: 1601px) {
  .page-business .s3 .swiper-next,
  .page-business .s3 .swiper-prev {
    margin-left: 140px;
  }
}
.page-business .s3 .swiper-next img,
.page-business .s3 .swiper-prev img {
  filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
  transition: all 0.2s;
}
.page-business .s3 .swiper-next img:hover,
.page-business .s3 .swiper-prev img:hover {
  transform: scale(1.1);
}
.page-business .s3 .swiper-prev {
  right: auto;
  left: 0.5rem;
}
@media (min-width: 992px) {
  .page-business .s3 .swiper-prev {
    left: 50%;
    margin-left: -460px;
  }
}
@media (min-width: 1201px) {
  .page-business .s3 .swiper-prev {
    margin-left: -560px;
  }
}
@media (min-width: 1601px) {
  .page-business .s3 .swiper-prev {
    margin-left: -695px;
  }
}
.page-business .s3 .slider_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.page-business .s3 .slider_nav .pagging-list {
  padding-right: 3rem;
  padding-left: 3rem;
  margin: 0 auto 1.3rem;
}
@media (min-width: 992px) {
  .page-business .s3 .slider_nav .pagging-list {
    margin: 0 auto 3.5rem;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 800px;
  }
}
@media (min-width: 992px) and (min-width: 1601px) {
  .page-business .s3 .slider_nav .pagging-list {
    max-width: 900px;
  }
}
@media (min-width: 992px) and (min-width: 1601px) {
  .page-business .s3 .slider_nav .pagging-list {
    max-width: 1000px;
  }
}
.page-business .s3 .gallery-thumbs .swiper-slide {
  cursor: pointer;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.2s;
}
.page-business .s3 .gallery-thumbs .swiper-slide:hover {
  color: #fff;
  background-color: #004E17;
}
.page-business .s3 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  position: relative;
  background-color: #004E17;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
}
.page-business .s4 {
  position: relative;
}
.page-business .s4 .pic img {
  width: 100%;
}
.page-business .s4 .swiper-slide {
  height: auto;
}
.page-business .s4 .item {
  height: 100%;
}
.page-business .s4 .txt {
  background-color: #f1f3f9;
  padding: 1rem;
  height: 100%;
}
@media (min-width: 992px) {
  .page-business .s4 .txt {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s4 .txt {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s4 .txt {
    padding: 2rem 3rem;
  }
}
.page-business .s4 .txt .title {
  font-weight: normal;
}
.page-business .s4 .txt .logos {
  box-sizing: border-box;
  padding-top: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}
.page-business .s4 .txt .logos a {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
  background-color: #f8f9fc;
  padding: 0.6rem 1rem;
  height: 100%;
}
.page-business .s4 .txt .logos a:hover {
  background-color: #fff;
}
.page-business .s4 .txt .logos img {
  max-height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-business .s4 .gallery-thumbs {
  margin-left: 2rem;
  margin-right: 2em;
  max-width: 600px;
}
@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs {
    margin: 0 auto;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide {
    margin-bottom: 1.5rem;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 3px;
  background-color: #004E17;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide::after {
    width: 0;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide:hover::after {
  width: 70px;
}
@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide:hover::after {
    width: 80px;
  }
}
.page-business .s4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  color: #004E17;
  position: relative;
}
.page-business .s4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  width: 70px;
}
@media (min-width: 768px) {
  .page-business .s4 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
    width: 80px;
  }
}
.page-business .s4 .swiper-next,
.page-business .s4 .swiper-prev {
  position: absolute;
  top: 3rem;
  display: inline-block;
  z-index: 100;
  left: 0.5rem;
}
@media (min-width: 768px) {
  .page-business .s4 .swiper-next,
  .page-business .s4 .swiper-prev {
    display: none;
  }
}
.page-business .s4 .swiper-next {
  left: auto;
  right: 0.5rem;
}
@media (min-width: 992px) {
  .page-business .s4 .swiper-next {
    margin-left: auto;
    margin-right: -20px;
    right: 23.85%;
  }
}
.page-business .s5 {
  background-color: #000;
}
@media (min-width: 992px) {
  .page-business .s5 {
    display: flex;
    align-items: stretch;
  }
}
.page-business .s5 .item {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 0.2s;
  overflow: hidden;
  cursor: pointer;
  padding-top: 13rem;
}
@media (min-width: 768px) {
  .page-business .s5 .item {
    opacity: 0.7;
    background-size: cover;
    height: 200px;
    padding-top: 0;
  }
  .page-business .s5 .item::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item {
    height: 450px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 15%;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item {
    height: 550px;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item {
    height: 765px;
  }
}
.page-business .s5 .item .txt {
  padding: 1rem;
  transition: all 0.2s;
  background-color: white;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-business .s5 .item .txt {
    color: #fff;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item .txt {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item .txt {
    padding: 1rem 1.5rem;
    max-width: 670px;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item .txt {
    padding: 1rem 3rem;
    max-width: 770px;
  }
}
.page-business .s5 .item .txt .title {
  font-weight: normal;
  font-size: 1.375rem;
  transition: all 0.2s;
  display: inline-block;
  margin: 0;
}
@media (min-width: 768px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item .txt .title {
    font-size: 1.875rem;
  }
}
.page-business .s5 .item .txt p {
  transition: all 0.2s;
  text-align: justify;
}
@media (min-width: 768px) {
  .page-business .s5 .item .txt p {
    display: none;
    opacity: 0;
  }
}
.page-business .s5 .item .txt .logos {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-business .s5 .item .txt .logos {
    display: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-business .s5 .item .txt .logos a {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  background-color: #f1f1f1;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-business .s5 .item .txt .logos a {
    margin-left: -5px;
    margin-right: -5px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.page-business .s5 .item .txt .logos a img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: center center;
}
.page-business .s5 .item .txt .logos a:hover {
  background-color: #fff;
}
.page-business .s5 .item:hover {
  opacity: 1;
}
.page-business .s5 .item.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .page-business .s5 .item.active {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item.active {
    height: 450px;
    flex-basis: 55%;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item.active {
    height: 550px;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item.active {
    height: 765px;
  }
}
.page-business .s5 .item.active .txt {
  color: #000;
}
@media (min-width: 768px) {
  .page-business .s5 .item.active .txt {
    color: #fff;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item.active .txt {
    padding-bottom: 200px;
  }
}
.page-business .s5 .item.active .txt .title {
  font-size: 1.5rem;
  color: #000;
}
@media (min-width: 768px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 1.875rem;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1201px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1601px) {
  .page-business .s5 .item.active .txt .title {
    font-size: 3rem;
  }
}
.page-business .s5 .item.active .txt p {
  display: block;
  opacity: 1;
  animation-delay: 1s;
}
.page-business .s5 .item.active .txt .logos {
  display: block;
}
.page-business-detail {
  position: relative;
}
.page-business-detail::after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 270px;
  background: linear-gradient(-90deg, #d7afee 0%, #159ace 100%);
  z-index: 1;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .page-business-detail::after {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .page-business-detail::after {
    height: 440px;
  }
}
@media (min-width: 1201px) {
  .page-business-detail::after {
    height: 500px;
  }
}
@media (min-width: 1601px) {
  .page-business-detail::after {
    height: 560px;
  }
}
.page-business-detail .container {
  position: relative;
  z-index: 2;
}
.page-business-detail .title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-business-detail .title {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .page-business-detail .title {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.page-business-detail .title .thumbnail {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1201px) {
  .page-business-detail .title .thumbnail {
    margin-bottom: 2rem;
  }
}
.page-business-detail .title .thumbnail img {
  height: 80px;
}
@media (min-width: 768px) {
  .page-business-detail .title .thumbnail img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .page-business-detail .title .thumbnail img {
    height: 100px;
  }
}
.page-business-detail .title h1 {
  font-weight: normal;
  color: #fff;
}
.page-business-detail .title p {
  color: #fff;
}
.page-business-detail .banner-bus {
  max-width: 1372px;
  margin: 0 auto 2rem;
}
@media (min-width: 1201px) {
  .page-business-detail .banner-bus {
    margin: 0 auto 4rem;
  }
}
.page-business-detail .content {
  margin: 0 auto 2rem;
  max-width: 814px;
  text-align: justify;
}
@media (min-width: 1201px) {
  .page-business-detail .content {
    margin: 0 auto 4rem;
  }
}
.page-business-detail .company {
  text-align: center;
}
.page-business-detail .company a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 35px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin: 0 0.7rem 2rem;
}
.page-business-detail .company a img {
  width: 140px;
  height: 50px;
  object-fit: contain;
}
.subsidiary-info {
  padding: 1rem;
}
.subsidiary-info .logo {
  height: 50px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .subsidiary-info {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .subsidiary-info {
    padding: 3rem;
  }
}
@media (min-width: 1201px) {
  .subsidiary-info {
    padding: 4rem 5rem;
  }
}
.subsidiary-info .btn-gohome {
  margin-bottom: 1rem;
}
.page-products .s1 .brand_list .col-md-6 {
  margin-bottom: 1.875rem;
}
.page-products .s1 .brand_list .item {
  display: block;
  border: 1px #eee solid;
  position: relative;
  padding: 1rem;
  text-align: center;
  height: 100%;
}
@media (min-width: 1201px) {
  .page-products .s1 .brand_list .item {
    padding: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-products .s1 .brand_list .item {
    padding: 2rem;
  }
}
.page-products .s1 .brand_list .item img {
  margin-bottom: 1rem;
}
.page-products .s1 .brand_list .item p {
  margin: 0;
  position: relative;
  padding-top: 1.5rem;
}
.page-products .s1 .brand_list .item p::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border: 1px #041A87 solid;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0.4;
}
.page-products .s1 .brand_list .item:hover {
  border: 1px #041A87 solid;
}
.page-products .s1 .brand_list .item:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px #041A87 solid;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.page-products .s2 .title {
  margin-bottom: 1.5rem;
}
.page-products .s2 .box .box-header {
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .page-products .s2 .box .box-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.page-products .s2 .box .box-header h3 {
  font-weight: normal;
  margin: 0;
  color: #999;
}
.page-products .s2 .box .box-header .iconfont {
  position: absolute;
  right: 1rem;
  top: 1.3rem;
  z-index: 10;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .page-products .s2 .box .box-header .iconfont {
    font-size: 1.25rem;
  }
}
@media (min-width: 1201px) {
  .page-products .s2 .box .box-header .iconfont {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-products .s2 .box .box-header .iconfont {
    font-size: 1.75rem;
  }
}
.page-products .s2 .box .box-body {
  background-color: #eee;
  padding: 1rem;
  display: none;
}
.page-products .s2 .box .box-body .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-products .s2 .box .box-body .list li {
  padding: 0.6rem 15px;
  text-align: center;
}
.page-products .s2 .box .box-body .list li a {
  display: inline-block;
}
@media (min-width: 1601px) {
  .page-products .s2 .box .box-body .list li a {
    font-size: 1rem;
  }
}
.page-products .s2 .box .box-body .list li a.active {
  color: #041A87;
  border-bottom: 1px #041A87 solid;
}
.page-products .s2 .box.active .box-header h3 {
  color: #333;
}
.page-products .s2 .box.active .box-body {
  display: block;
}
.page-product-detail {
  font-size: 0.875rem;
}
@media (min-width: 1201px) {
  .page-product-detail {
    font-size: 1rem;
  }
}
.page-product-detail .s1 {
  position: relative;
  background: #004E17 url(../images/product-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  color: #fff;
  padding-bottom: 5rem;
}
.page-product-detail .s1 .site_path {
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding-bottom: 0.5rem;
  margin-bottom: 5rem;
  color: rgba(255, 255, 255, 0.4);
}
.page-product-detail .s1 .txt {
  text-align: center;
}
.page-product-detail .s1 .txt h1 {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-product-detail .s1 .txt h1::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #FFB719;
}
.page-product-detail .s1 .txt .des {
  font-weight: lighter;
  letter-spacing: 2rem;
  padding-left: 2rem;
}
.page-product-detail .s2 .tab-header {
  border-bottom: 1px #ddd solid;
  margin-bottom: 2rem;
}
@media (min-width: 1201px) {
  .page-product-detail .s2 .tab-header {
    margin-bottom: 3rem;
  }
}
.page-product-detail .s2 .tab-header a {
  display: inline-block;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
}
.page-product-detail .s2 .tab-header a.active {
  color: #004E17;
  border-bottom: 3px #004E17 solid;
}
.page-product-detail .s2 .tab-body {
  display: none;
}
.page-product-detail .s2 .tab-body.active {
  display: block;
}
.page-product-detail .s2 .tab-body .note {
  padding-top: 1rem;
  color: #041A87;
}
.page-product-detail .s2 .tab-body .swiper-pagination {
  position: relative;
}
.page-product-detail .s2 .tab-body .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background: url(../images/dot.svg) no-repeat center center;
  background-size: 8px 8px;
  opacity: 1;
}
.page-product-detail .s2 .tab-body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../fonts/bird.svg);
  background-size: 29px 29px;
}
@media (min-width: 992px) {
  .page-product-detail .s2 .tab-body .txt {
    padding-left: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-product-detail .s2 .tab-body .txt {
    padding-left: 3rem;
  }
}
@media (min-width: 1601px) {
  .page-product-detail .s2 .tab-body .txt {
    padding-left: 5rem;
  }
}
.page-product-detail .s2 .tab-body .txt .lis {
  list-style-image: url(../img/dot_blue.png);
}
.page-product-detail .s2 .tab-body .txt .lis li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.page-product-detail .s2 .tab-body .intro {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.page-product-detail .s2 .tab-body .b1 {
  background-color: #E9F5FB;
  margin-bottom: 1rem;
}
.page-product-detail .s2 .tab-body .b1 .t1 {
  padding: 0 3rem;
}
@media (min-width: 1201px) {
  .page-product-detail .s2 .tab-body .b1 .t1 {
    padding: 0 4rem;
  }
}
.page-product-detail .s2 .tab-body .b1 h3.title {
  color: #041A87;
}
.page-product-detail .s2 .tab-body .b1 .pic {
  margin: 0;
}
.page-product-detail .s2 .tab-body .b2 {
  text-align: center;
}
.page-product-detail .s2 .tab-body .b3 {
  text-align: center;
  background-color: #EDEFF7;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-news .s2 .list .source {
  color: #004E17;
}
.page-news .s3 {
  position: relative;
}
.page-news .s3 .swiper-container {
  width: 100%;
  height: 300px !important;
}
@media (min-width: 768px) {
  .page-news .s3 .swiper-container {
    height: 220px !important;
  }
}
@media (min-width: 992px) {
  .page-news .s3 .swiper-container {
    height: 320px !important;
  }
}
@media (min-width: 1201px) {
  .page-news .s3 .swiper-container {
    height: 376px !important;
  }
}
.page-news .s3 .swiper-slide * {
  box-sizing: border-box;
}
.page-news .s3 .item {
  background-color: #E7EFF7;
}
@media (min-width: 992px) {
  .page-news .s3 .item .pic {
    height: 100%;
  }
}
.page-news .s3 .item .pic img {
  width: 100%;
  height: 194px;
  object-position: center center;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-news .s3 .item .pic img {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .page-news .s3 .item .pic img {
    height: 320px;
  }
}
@media (min-width: 1201px) {
  .page-news .s3 .item .pic img {
    height: 376px;
  }
}
.page-news .s3 .item .txt {
  padding: 1rem;
}
@media (min-width: 1201px) {
  .page-news .s3 .item .txt {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-news .s3 .item .txt {
    padding: 1.5rem 2rem;
  }
}
.page-news .s3 .item .txt .title {
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-news .s3 .item .txt .date {
    border-bottom: 1px #fff solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page-news .s3 .item .txt .des {
  display: none;
}
@media (min-width: 768px) {
  .page-news .s3 .item .txt .des {
    display: block;
    overflow: hidden;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .page-news .s3 .item .txt .des {
    display: block;
    height: 140px;
  }
}
@media (min-width: 1201px) {
  .page-news .s3 .item .txt .des {
    display: block;
    height: 180px;
  }
}
.page-news .s3 .swiper-next,
.page-news .s3 .swiper-prev {
  position: absolute;
  left: 50%;
  display: inline-block;
  bottom: -20px;
  z-index: 100;
  margin-left: 2rem;
}
.page-news .s3 .swiper-prev {
  margin-left: 6rem;
}
.page-news .s4 .list2 .item .txt {
  padding-top: 1rem;
}
.page-news .s5 {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-news .s5 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page-news .s5 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-news .s5 {
    padding-bottom: 5rem;
  }
}
.page-news .s5 .title {
  font-weight: normal;
}
.page-news .s5 .box {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-news .s5 .box {
    margin-bottom: 3rem;
  }
}
.page-news .s5 .box .box-footer {
  padding: 0.5rem 1rem;
}
.page-news .s5 .box .box-footer .source {
  color: #106E2C;
}
@media (min-width: 768px) {
  .page-news .s5 .box .box-footer .source {
    font-size: 12px;
    border: 1px #106E2C solid;
    padding: 0 1rem;
  }
}
.page-news .s5 .box .box-footer .name {
  font-size: 1rem;
  text-align: right;
}
@media (min-width: 768px) {
  .page-news .s5 .box .box-footer .name {
    text-align: left;
  }
}
.page-news .s5 .box .box-footer .prevandnext {
  text-align: center;
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-news .s5 .box .box-footer .prevandnext {
    padding: 0;
  }
}
.page-news .s5 .box .box-footer a {
  display: inline-block;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .page-news .s5 .box .box-footer a {
    margin: 0;
    margin-left: 1rem;
  }
}
.page-news .s5 .box .box-footer a img {
  width: 32px;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .page-news .s5 .box .box-footer a img {
    width: auto;
    filter: drop-shadow(5px 5px 20px rgba(0, 50, 20, 0.5));
  }
}
.page-news .s5 .box .box-footer a img:hover {
  transform: scale(1.1);
}
.page-news .s5 .vid {
  width: 100%;
  display: block;
}
.page-news .s6 {
  background-color: #F1F5F9;
}
.page-news .photo_list .item {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-news .photo_list .item {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .page-news .photo_list .item {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1201px) {
  .page-news .photo_list .item {
    margin-bottom: 5rem;
  }
}
.page-news .photo_list .item .pic {
  margin-bottom: 1rem;
}
.page-news .photo_list .item h3 {
  font-weight: normal;
}
.page-news-detail .one-article {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-news-detail .one-article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-news-detail .one-article {
    max-width: 800px;
  }
}
.page-news-detail .one-article .news-header {
  text-align: center;
  border-bottom: 1px #eee solid;
  margin-bottom: 2rem;
}
.page-news-detail .one-article .news-header .title {
  margin-bottom: 1rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  .page-news-detail .one-article .news-header .title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1601px) {
  .page-news-detail .one-article .news-header .title {
    margin-bottom: 2rem;
  }
}
.page-news-detail .one-article .news-header .date,
.page-news-detail .one-article .news-header .source,
.page-news-detail .one-article .news-header .author {
  color: #004E17;
}
@media (min-width: 768px) {
  .page-news-detail .one-article .news-header .source {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-news-detail .one-article .news-header .date {
    text-align: right;
  }
}
.page-news-detail .one-article .content {
  margin-bottom: 2rem;
}
.page-news-detail .one-article .content video {
  width: 100%;
  height: auto;
}
@media (min-width: 1201px) {
  .page-news-detail .one-article .content {
    margin-bottom: 3rem;
  }
}
.page-news-detail .one-article .content p {
  text-align: justify;
  line-height: 2;
}
@media (min-width: 1201px) {
  .page-news-detail .one-article .content p {
    font-size: 1rem;
  }
}
.page-news-detail .one-article .content .pic {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.page-news-detail .one-article .content img {
  height: auto !important;
}
.page-news-detail .one-article .content .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  opacity: 1;
  background: #fff;
  border: 1px #eee solid;
}
.page-news-detail .one-article .content .swiper-pagination-bullet:hover {
  color: #004E17;
}
.page-news-detail .one-article .content .swiper-pagination-bullet-active {
  color: #fff;
  background: #004E17;
  border-color: #004E17;
}
.page-news-detail .pagenav .row1 {
  border-bottom: 1px #eee solid;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.page-news-detail .pagenav .row1 a {
  color: #004E17;
}
.page-news-detail .pagenav .row1 a:hover {
  text-decoration: underline;
}
.page-news-detail .pagenav .row2 {
  display: none;
}
@media (min-width: 768px) {
  .page-news-detail .pagenav .row2 {
    display: block;
  }
}
.page-news-detail .pagenav .row2 a.item {
  display: block;
}
.page-news-detail .pagenav .row2 a.item .pic {
  margin-bottom: 1rem;
}
.page-news-detail .pagenav .row2 a.item .date {
  color: #004E17;
  margin-bottom: 0.3rem;
}
.page-news-detail .pagenav .row2 a.item h3 {
  font-weight: normal;
}
.page-news-detail .pagenav .row2 a.item:hover h3 {
  color: #004E17;
}
.page-patient .item {
  background-color: #F4F5FA;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-patient .item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1601px) {
  .page-patient .item {
    margin-bottom: 3rem;
  }
}
.page-patient .item .txt {
  max-width: 430px;
  padding: 2rem 2rem;
  height: 100%;
  position: relative;
}
@media (min-width: 1601px) {
  .page-patient .item .txt {
    padding: 2rem 3rem;
  }
}
.page-patient .item .txt h3 {
  margin-bottom: 1rem;
}
.page-patient .item .txt .note {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 2rem;
  color: #999;
}
@media (min-width: 1601px) {
  .page-patient .item .txt .note {
    padding: 1rem 3rem;
    bottom: 1rem;
  }
}
.page-patient .item .txt .note .iconfont {
  position: absolute;
  right: 2rem;
  bottom: 0;
  font-size: 2rem;
  z-index: 10;
}
@media (min-width: 1601px) {
  .page-patient .item .txt .note .iconfont {
    right: 3rem;
  }
}
.page-patient .item .txt p {
  color: #999;
}
.page-patient .item:hover {
  background-color: #004E17;
}
.page-patient .item:hover .txt h3 {
  color: #fff;
}
.page-patient .item:hover .txt p,
.page-patient .item:hover .txt .note {
  color: #fff;
  opacity: 0.5;
}
.page-college .item {
  margin-bottom: 1rem;
}
.page-college .item .pic {
  text-align: center;
}
.page-college .item .pic img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 339px;
}
.page-college .item .txt {
  padding: 1rem;
}
.page-college .item .txt h3 {
  margin: 0;
  font-weight: normal;
}
.page-college .item .txt .date {
  position: relative;
  padding-left: 1.875rem;
  color: #999;
}
.page-college .item .txt .date::before {
  position: absolute;
  content: " ";
  display: block;
  width: 20px;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 10;
  background-color: #004E17;
  opacity: 0.5rem;
}
.page-responsibility .s1 p {
  text-align: justify;
  margin: 0;
}
@media (min-width: 1601px) {
  .page-responsibility .s1 p {
    font-size: 1.125rem;
  }
}
.page-responsibility .s2 .cat_intro {
  position: relative;
  background: #F1F5F9;
}
@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .pic img {
    clip-path: polygon(0 100%, 45% 100%, 100% 0, 0 0);
    height: 460px;
    width: 200px;
    object-position: right top;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .pic img {
    clip-path: polygon(0 100%, 77% 100%, 100% 0, 0 0);
    height: 400px;
    width: 400px;
  }
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .pic img {
    height: 460px;
    width: 450px;
  }
}
@media (min-width: 1601px) {
  .page-responsibility .s2 .cat_intro .pic img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .pic.pic_right img {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 55% 0);
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .pic.pic_right img {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 23% 0);
  }
}
.page-responsibility .s2 .cat_intro .txt {
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .txt {
    padding-left: 1rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .txt {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt {
    padding-left: 1.5rem;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .page-responsibility .s2 .cat_intro .txt.txt_right {
    padding-left: 3rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .page-responsibility .s2 .cat_intro .txt.txt_right {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt.txt_right {
    padding-left: 4rem;
    padding-right: 1.5rem;
  }
}
.page-responsibility .s2 .cat_intro .txt h3 {
  font-weight: normal;
}
.page-responsibility .s2 .cat_intro .txt p {
  text-align: justify;
  line-height: 2;
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-responsibility .s2 .cat_intro .txt .more {
    text-align: right;
  }
}
.page-responsibility .s2 .cat_intro .txt .more img {
  max-width: 32px;
  transition: all 0.2s;
}
@media (min-width: 1201px) {
  .page-responsibility .s2 .cat_intro .txt .more img {
    max-width: 40px;
  }
}
.page-responsibility .s2 .cat_intro .txt .more img:hover {
  transform: scale(1.1);
}
.page-responsibility .s2 .list3 {
  border-top: 1px #eee solid;
}
.page-responsibility .s2 .list3 .item {
  padding: 15px;
  background-color: #fff;
}
.page-responsibility .s2 .list3 .item:hover {
  background-color: #F1F5F9;
}
.page-report .down {
  display: block;
  position: relative;
}
.page-report .down img {
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.1));
}
.page-report .down .txt {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  padding-left: 1rem;
  color: #fff;
}
@media (min-width: 768px) {
  .page-report .down .txt {
    padding-left: 3rem;
    top: 50%;
  }
}
@media (min-width: 992px) {
  .page-report .down .txt {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  .page-report .down .txt .year {
    margin-bottom: 0.7rem;
  }
}
.page-search .searchbox {
  max-width: 640px;
  margin: 0 auto 1rem;
}
.page-search .searchbox input {
  width: 100%;
  border: 1px #ddd solid;
  border-radius: 3px 0 0 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 36px;
}
.page-search .searchbox .btn-search {
  height: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #eee;
  outline-style: none;
  border: none;
}
.page-search .results {
  padding: 2rem 0;
}
.page-search .results ul li {
  border-bottom: 1px #eee solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .pagination {
    padding-top: 2rem;
  }
}
.pagination li {
  display: inline-block;
  margin: 0;
}
.pagination li a {
  display: block;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  color: #999;
  margin: 0 0.3rem;
}
@media (min-width: 768px) {
  .pagination li a {
    padding: 0.5rem 0.72rem;
    margin: 0 0.5rem;
  }
}
@media (min-width: 1601px) {
  .pagination li a {
    font-size: 1.125rem;
  }
}
.pagination li.active a {
  color: #004E17;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .pagination li.active a {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .pagination li.active a {
    font-size: 1.375rem;
  }
}
@media (min-width: 1201px) {
  .pagination li.active a {
    font-size: 1.625rem;
  }
}
@media (min-width: 1601px) {
  .pagination li.active a {
    font-size: 1.875rem;
  }
}
.pagination li:hover a {
  color: #004E17;
}
.pagination li .prev,
.pagination li .next {
  padding: 0 1rem;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #004E17;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #004D17, #2EAA52);
  color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 51, 19, 0.3);
}
@media (min-width: 768px) {
  .pagination li .prev,
  .pagination li .next {
    padding: 0 1.5rem;
  }
}
.pagination li .prev:hover,
.pagination li .next:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #004D17, #23823f);
}
.page-link {
  color: #999;
}
.page-link:hover {
  color: #004E17;
}
.page-link .iconfont {
  font-size: 0.875rem;
}
.site-footer {
  background: url(../images/footerbg.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
}
.site-footer .row_1 {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .site-footer .row_1 {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 7.5rem;
  }
}
.site-footer .logo {
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer .logo {
    margin-bottom: 1.5rem;
    text-align: left;
  }
}
.site-footer .logo img {
  max-width: 100px;
}
@media (min-width: 992px) {
  .site-footer .logo img {
    max-width: 124px;
  }
}
.site-footer .bot_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-footer .bot_nav {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer .bot_nav > li {
  text-align: left;
}
.site-footer .bot_nav > li > a {
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .site-footer .bot_nav > li > a {
    font-size: 1rem;
  }
}
.site-footer .bot_nav > li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .bot_nav > li .sub-menu li {
  margin-bottom: 0.2rem;
}
.site-footer .bot_nav > li .sub-menu li a {
  color: #BABABA;
}
@media (min-width: 992px) {
  .site-footer .bot_nav > li .sub-menu li a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1201px) {
  .site-footer .bot_nav > li .sub-menu li a {
    font-size: 0.875rem;
  }
}
.site-footer .bot_nav > li .sub-menu li a:hover {
  text-decoration: underline;
  color: #fff;
}
.site-footer .bot {
  padding: 1rem 0 1.5rem;
  /* background-color: #2A2A2A; */
  color: #BABABA;
}
.site-footer .bot .quicklink {
  margin-bottom: 1.5rem;
}
.site-footer .bot .quicklink .hasqr {
  display: inline-block;
  position: relative;
  border: none;
}
.site-footer .bot .quicklink .hasqr .qrcode {
  position: absolute;
  left: 50%;
  top: -140px;
  z-index: 100;
  width: 120px;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
  display: none;
}
.site-footer .bot .quicklink .hasqr .qrcode::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  border: 6px solid transparent;
  bottom: -12px;
  border-top-color: #fff;
  transform: translateX(-50%);
}
.site-footer .bot .quicklink .hasqr .qrcode img {
  display: block;
}
.site-footer .bot .quicklink .hasqr:hover .qrcode {
  display: block;
}
.site-footer .bot a {
  color: #fff;
}
.site-footer .bot .col-lg a:hover {
  color: #fff;
  border-bottom: 1px #fff solid;
}
.site-footer .bot .copyright {
  font-size: 0.8rem;
  color: #fff;
  border-top: 1px solid rgba(241, 245, 249, 0.7);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  align-items: center;
}
.site-footer .bot .copyright .col-lg {
  padding-left: 0;
}
.footer_a {
  font-size: 12px;
  padding: 1.5% 0 1%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(241, 245, 249, 0.7);
}
.footer_a .footerLogo img {
  width: 136px;
}
.footerEmail {
  max-width: 340px;
  margin: 0 auto;
}
.footerEmail input {
  width: 70%;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #747474;
  background: none;
  color: #fff;
}
.footerEmail button {
  width: 30%;
  border: none;
  background: #EF4B2A;
  color: #fff;
  height: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.footerIcon {
  justify-content: flex-end;
  padding-right: 0;
}
.footer_a .footerIcon a {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  opacity: 0.7;
}
.footer_a .footerIcon a:hover {
  opacity: 1;
}
.footerIcon a .ewmHover {
  position: absolute;
  width: 80px;
  top: 45px;
  left: 50%;
  margin-left: -40px;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
.fIcon a .ewmHover {
  top: -100px;
}
.footerIcon a:hover .ewmHover {
  opacity: 1;
  z-index: 9;
}
.toTop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: block;
  opacity: 0.5;
  z-index: 2000;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #eee;
  line-height: 50px;
  /* border-radius: 5px; */
  color: #000;
}
@media (min-width: 768px) {
  .toTop {
    right: 2rem;
    bottom: 2rem;
  }
}
.toTop .iconfont {
  font-size: 1.5rem;
}
.toTop:hover {
  opacity: 1;
}
.footerText h3 {
  color: #fff;
}
.footerText .footerTel {
  margin: 1.2rem 0;
}
.footerText p {
  margin-bottom: 0.5rem;
  font-weight: 300;
  align-items: flex-start;
}
.footerText p img {
  width: 20px;
  margin-right: 10px;
  margin-top: 0.4rem;
}
@media print {
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
img {
  height: auto;
}
.breadcrumbs {
  background-color: #f1f1f1;
  padding: 1rem 0;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li::after {
  content: " > ";
}
.breadcrumbs ul li:last-child::after {
  content: "";
}
.page-impression .categories {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-impression .categories {
    margin-bottom: 3rem;
  }
}
.page-impression .categories ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-impression .categories ul li {
  display: inline-block;
  margin: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-impression .categories ul li {
    margin: 0 1rem;
  }
}
.page-impression .categories ul li a {
  display: block;
  padding: 0 1rem;
  height: 30px;
  border-radius: 15px;
  border: 1px #ccc solid;
  text-align: center;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .page-impression .categories ul li a {
    padding: 0 2rem;
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
  }
}
.page-impression .categories ul li a.active {
  line-height: 30px;
  color: #fff;
  background: linear-gradient(90deg, #004e17 0%, #2eaa53 100%);
  box-shadow: 3px 5px 10px rgba(2, 82, 26, 0.3);
}
@media screen and (min-width: 768px) {
  .page-impression .categories ul li a.active {
    line-height: 50px;
    box-shadow: 7.5px 12.99px 30px rgba(2, 82, 26, 0.3);
  }
}
.page-impression .tab-content {
  display: none;
}
.page-impression .tab-content.active {
  display: block;
}
.page-impression .box {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-impression .box {
    margin-bottom: 3rem;
  }
}
.page-impression .box .poster {
  margin-bottom: 1rem;
}
.page-impression .box .poster img {
  width: 100%;
}
@media screen and (min-width: 1601px) {
  .page-impression .box .name {
    font-size: 18px;
  }
}
.page-impression .photo {
  margin-bottom: 2rem;
}
.page-impression .photo img {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1601px) {
  .page-impression .photo figcaption {
    font-size: 18px;
  }
}
.page-impression .s6 {
  background-color: #F1F5F9;
}
.page-videos .categories,
.page-photos .categories {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1201px) {
  .page-videos .categories,
  .page-photos .categories {
    margin-bottom: 3rem;
  }
}
.page-videos .categories ul,
.page-photos .categories ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-videos .categories ul li,
.page-photos .categories ul li {
  display: inline-block;
  margin: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-videos .categories ul li,
  .page-photos .categories ul li {
    margin: 0 1rem;
  }
}
.page-videos .categories ul li a,
.page-photos .categories ul li a {
  display: block;
  padding: 0 1rem;
  height: 30px;
  border-radius: 15px;
  border: 1px #ccc solid;
  text-align: center;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .page-videos .categories ul li a,
  .page-photos .categories ul li a {
    padding: 0 2rem;
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
  }
}
.page-videos .categories ul li a.active,
.page-photos .categories ul li a.active {
  line-height: 30px;
  color: #fff;
  background: linear-gradient(90deg, #004e17 0%, #2eaa53 100%);
  box-shadow: 3px 5px 10px rgba(2, 82, 26, 0.3);
}
@media screen and (min-width: 768px) {
  .page-videos .categories ul li a.active,
  .page-photos .categories ul li a.active {
    line-height: 50px;
    box-shadow: 7.5px 12.99px 30px rgba(2, 82, 26, 0.3);
  }
}
.page-strategy .s1 {
  position: relative;
}
.page-strategy .s1 img {
  width: 100%;
}
.page-strategy .s1 .txt-container {
  background-color: #fff;
  text-align: justify;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-strategy .s1 .txt-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 585px;
    clip-path: polygon(0 100%, 80% 100%, 100% 0, 0 0);
    height: 100%;
  }
}
.page-strategy .s1 .txt-container .txt {
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .page-strategy .s1 .txt-container .txt {
    transform: translateY(-50%);
    padding: 2rem 7rem 2rem 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 200;
  }
}
.page-strategy .s1 .txt-container h2 {
  font-weight: normal;
  margin: 0;
}
.page-strategy .s1 .txt-container h3 {
  font-weight: normal;
}
@media screen and (min-width: 1201px) {
  .page-strategy .s1 .txt-container h3 {
    margin-bottom: 2rem;
  }
}
.page-strategy .s2 .title-section {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .page-strategy .s2 .title-section {
    margin-bottom: 2rem;
  }
}
.page-strategy .s2 .swiper-pagination-bullet-active {
  background-color: #00a500;
}
.page-strategy .s2 .swiper-next,
.page-strategy .s2 .swiper-prev {
  position: absolute;
  left: 0;
  top: 38%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 44px;
  height: 44px;
  background: linear-gradient(90deg, #004e17 0%, #2eaa53 100%);
  text-align: center;
  line-height: 44px;
}
@media screen and (min-width: 992px) {
  .page-strategy .s2 .swiper-next,
  .page-strategy .s2 .swiper-prev {
    display: none;
  }
}
.page-strategy .s2 .swiper-next img,
.page-strategy .s2 .swiper-prev img {
  width: 28%;
  transform: rotate(180deg);
}
.page-strategy .s2 .swiper-next {
  left: auto;
  right: 0;
}
.page-strategy .s2 .swiper-next img {
  width: 28%;
  transform: rotate(0);
}
.page-strategy .s2 .strategy-sliders {
  padding-bottom: 3rem;
}
.page-strategy .s2 .item .pic {
  display: block;
  margin-bottom: 1rem;
}
.page-strategy .s2 .item .pic img {
  width: 100%;
}
.page-strategy .s2 .item .title {
  text-align: center;
}
.page-strategy .s3 .btn {
  border: 1px #333 solid;
  display: inline-block;
  padding: 0.5rem 2rem;
}
.page-strategy .s3 .btn:hover {
  background-color: #1e7e34;
  color: #fff;
  border-color: #1e7e34;
}
.page-about .s6 header.nav {
  position: relative;
  z-index: 500;
  margin-bottom: 1rem;
}
@media (min-width: 1201px) {
  .page-about .s6 header.nav {
    margin-bottom: 2rem;
  }
}
.page-about .s6 header.nav ul.area {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-about .s6 header.nav ul.area > li {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-about .s6 header.nav ul.area > li {
    padding: 1rem;
  }
}
@media (min-width: 1201px) {
  .page-about .s6 header.nav ul.area > li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s6 header.nav ul.area > li {
    font-size: 1.25rem;
  }
}
.page-about .s6 header.nav ul.area > li:hover {
  color: #004E17;
}
.page-about .s6 header.nav ul.area > li:hover::after {
  content: " ";
  display: block;
  width: 70%;
  height: 3px;
  background-color: #004E17;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  position: absolute;
  z-index: 200;
}
.page-about .s6 header.nav ul.area > li ul.sub {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 100%;
  width: 130px;
  transform: translateX(-50%);
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-about .s6 header.nav ul.area > li ul.sub li {
  display: block;
  padding: 0.2rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
}
@media (min-width: 992px) {
  .page-about .s6 header.nav ul.area > li ul.sub li {
    font-size: 0.875rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s6 header.nav ul.area > li ul.sub li {
    font-size: 1rem;
  }
}
.page-about .s6 header.nav ul.area > li ul.sub li:hover {
  color: #004E17;
}
.page-about .s6 header.nav ul.area > li ul.sub li.active {
  color: #004E17;
}
.page-about .s6 header.nav ul.area > li:hover ul.sub {
  display: block;
}
.page-about .s6 header.nav ul.area > li.active {
  color: #004E17;
}
.page-about .s6 header.nav ul.area > li.active::after {
  content: " ";
  display: block;
  width: 70%;
  height: 3px;
  background-color: #004E17;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  position: absolute;
  z-index: 200;
}
.page-about .s6 .office_slider {
  position: relative;
  padding-bottom: 3rem;
}
.page-about .s6 .office_slider .item {
  background-color: #f8f8f8;
  padding: 1rem;
}
@media (min-width: 768px) {
  .page-about .s6 .office_slider .item {
    padding: 2rem;
    margin: 0 3.5rem;
  }
}
.page-about .s6 .office_slider .item * {
  box-sizing: border-box;
}
.page-about .s6 .office_slider .pic {
  margin-bottom: 1rem;
}
.page-about .s6 .office_slider .pic img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-about .s6 .office_slider .office {
    padding-right: 2rem;
    height: 340px;
    overflow-y: auto;
  }
}
.page-about .s6 .office_slider .office h3.name {
  font-size: 1.125rem;
}
@media (min-width: 1201px) {
  .page-about .s6 .office_slider .office h3.name {
    font-size: 1.125rem;
  }
}
@media (min-width: 1601px) {
  .page-about .s6 .office_slider .office h3.name {
    font-size: 1.25rem;
  }
}
.page-about .s6 .office_slider .office .des {
  text-align: justify;
}
.page-about .s6 .office_slider .office .add {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-about .s6 .office_slider .office .add li {
  padding-left: 2rem;
  position: relative;
}
.page-about .s6 .office_slider .office .add li .icon {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.page-about .s6 .office_slider .swiper-pagination-bullet {
  border: 1px #ddd solid;
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 1201px) {
  .page-about .s6 .office_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.page-about .s6 .office_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ddd;
}
.page-about .s6 .office_slider .swiper-next,
.page-about .s6 .office_slider .swiper-prev {
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: none;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .page-about .s6 .office_slider .swiper-next,
  .page-about .s6 .office_slider .swiper-prev {
    display: block;
  }
}
.page-about .s6 .office_slider .swiper-next {
  left: auto;
  right: 0rem;
}
.page-nav .container {
  overflow-x: auto;
}
.page-nav ul.subnav-about {
  width: 480px;
}
@media (min-width: 768px) {
  .page-nav ul.subnav-about {
    width: auto;
  }
}
/*# sourceMappingURL=styles.css.map */
/*about us 修改*/
.slides1 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
.slides1 .swiper-slide:nth-child(2) .intro {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.slides1 .swiper-slide:nth-child(2) .intro .txt {
  padding: 0;
  top: 46%;
}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul {
  margin: 0;
  padding: 0;
}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul li {
  padding: 0;
  text-align: center;
  list-style-type: none;
  margin: 0;
  margin-bottom: 2rem;
  padding-top: 3.2rem;
}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p1 {
  font-weight: 400;
}
.slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2 {
  margin-top: 0px;
  font-weight: 400;
}
.en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2.text28 {
  font-weight: 400;
}
.en .page-about .s1 .vision .intro .txt .name.text28 {
  font-weight: 400;
}
.en .slides1 .swiper-slide:nth-child(1) .txt p:nth-child(3).text20 {
  font-weight: 400;
}
.slides1 .col-md-8 {
  position: static;
}
.section.s6 {
  padding-bottom: 5rem;
}
.section.s6 .slides2 {
  padding: 0 80px;
  margin: 0 -80px;
  position: relative;
}
.section.s6 .slides2 .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section.s6 .slides2 .swiper-slide {
  height: 50%;
}
.section.s6 .slides2 .item {
  position: relative;
  height: 280px;
}
.section.s6 .slides2 .item .pimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.s6 .slides2 .item .item-txt {
  bottom: 0;
  position: absolute;
  overflow: hidden;
  padding: 16px 40px 20px 40px;
  z-index: 22;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.section.s6 .slides2 .item .item-txt .tit {
  font-weight: 500;
}
.section.s6 .slides2 .item .item-txt .desc {
  transition: all ease 0.3s;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
}
.section.s6 .slides2 .item:hover .item-txt {
  bottom: 0;
  backdrop-filter: saturate(100%) blur(2px);
  /* 设置饱和度和模糊度 */
  -webkit-backdrop-filter: saturate(100%) blur(2px);
  /* Safari 特定的前缀 */
  background-color: rgba(87, 77, 77, 0.02) /* 元素背景颜色，透明度可调整 */;
}
.section.s6 .slides2 .item .item-txt .tit {
  font-weight: bold;
  line-height: 1.3;
}
.section.s6 .slides2 .item:hover .item-txt .desc {
  margin-top: 6px;
  height: 45px;
}
.section.s6 .en_slides2 .item .item-txt {
  padding: 16px 25px 20px 25px;
}
.section.s6 .en_slides2 .item:hover .item-txt .desc {
  line-height: 21px;
  height: 63px;
}
/*.section.s6 .pc_slide .item::before{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:url(../images/fdc.png) no-repeat bottom center;background-size:100% 100%}*/
.section.s6 .slides2 .jt {
  width: 40px;
  height: 40px;
}
.section.s6 .slides2 .jt::after {
  display: none;
}
.section.s6 .slides2 .jt img {
  width: 40px;
  height: 40px;
}
.section.s6 .slides2 .jt:hover {
  opacity: 0.88;
}
.section.s6 .slides2 .jt.swiper-button-prev {
  left: 0;
}
.section.s6 .slides2 .jt.swiper-button-next {
  right: 0;
}
.page-about .s1 .vision .intro .txt .vis {
  font-weight: 400;
}
@media (max-width: 1280px) and (max-width: 1081px) {
  .section.s6 .slides2 {
    margin: 0 -30px;
    padding: 0 30px;
  }
  .section.s6 .slides2 .jt.swiper-button-prev {
    left: -30px;
  }
  .section.s6 .slides2 .jt.swiper-button-next {
    right: -30px;
  }
}
@media (max-width: 1080px) {
  .section.s6 .slides2 {
    margin: 0;
    padding: 0;
  }
  .section.s6 .slides2 .jt.swiper-button-prev {
    left: 0px;
  }
  .section.s6 .slides2 .jt.swiper-button-next {
    right: 0px;
  }
}
@media (min-width: 769px) {
  /*.section.s6 .slides2 .swiper-pagination{display:none}*/
  .section.s6 .mb-media-3 {
    margin-bottom: 2.8rem;
  }
  /*.section.s6 .slides2 .item .item-txt .tit{font-size:1.5rem;}*/
  
}
.m_slide {
  display: none;
}
.pc_slide {
  margin-top: -18px !important;
}
.pc_slide .slide_wrap {
  margin: 0 -20px;
}
.pc_slide .item {
  width: calc(50% - 40px);
  float: left;
  margin: 12px 20px;
}
@media (min-width: 1220px) {
  .slides1 .swiper-slide:nth-child(1) .txt p:nth-child(3) {
    margin-top: -5px;
  }
}
@media (max-width: 959px) {
  .m_slide {
    display: block;
  }
  .pc_slide {
    display: none;
  }
  .page-about .s4 {
    margin-bottom: 10px;
    padding-bottom: 4rem;
  }
  .section.s6 {
    padding-bottom: 4.4rem;
  }
  .section.s6.container {
    max-width: 100%;
  }
  .slides1 .swiper-slide:nth-child(2) {
    background-image: url(../images/mt2.jpg) !important;
    height: auto;
  }
  .section.s6 .m_slide {
    margin-right: -15px !important;
  }
  .section.s6 .title-section .desc {
    max-width: 266px;
    margin: 4px auto 20px auto;
    line-height: 1.5;
  }
  .slides1 .swiper-slide:nth-child(2) .no-gutters {
    padding-bottom: 0px;
  }
  .slides1 .swiper-slide:nth-child(2) .intro {
    top: 50%;
  }
  .section.s6 .title-section h2 {
    margin-bottom: 0;
  }
  .section.s6 .slides2 {
    height: auto;
    padding: 0;
    margin: 0;
  }
  .section.s6 .slides2 .item {
    height: 400px;
    margin: 0 15px 0 0;
  }
  .section.s6 .slides2 .jt {
    display: none;
  }
  .section.s6 .slides2 .swiper-slide .item .item-txt {
    bottom: 0;
    padding: 15px;
  }
  .section.s6 .slides2 .swiper-slide .item .item-txt .tit {
    font-size: 20px!important;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 0!important;
  }
  .section.s6 .slides2 .swiper-slide .item .item-txt .desc {
    height: 60px;
    margin-top: 6px;
    line-height: 1.5;
  }
  .section.s6 .en_slides2 .swiper-slide .item .item-txt .desc {
    height: 100px;
  }
  .section.s6 .slides2 .swiper-wrapper {
    padding-bottom: 35px;
  }
  .section.s6 .slides2 .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 0px;
  }
  .section.s6 .slides2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: none;
    border: 1px solid #f1f4f9;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 1;
  }
  .section.s6 .slides2 .swiper-pagination-bullet-active {
    background: #F2F5F9;
  }
  .page-about .s1 .vision .intro {
    padding-top: 0.9rem;
  }
  .page-about .s1 .vision .intro .txt .vis {
    font-size: 1.25rem !important;
    line-height: 1.3;
  }
  .en .page-about .s1 .vision .intro {
    margin-top: 0rem;
  }
  .en .page-about .s1 .vision .intro .txt p:nth-child(2) {
    margin-bottom: 0;
    font-weight: 500;
    margin-top: -5px;
  }
  .en .page-about .s1 .vision .intro .text20 {
    margin-bottom: 0;
    font-weight: 500;
    margin-top: -5px;
  }
  .en .page-about .s1 .vision .intro .txt .vis {
    font-size: 1.25rem !important;
    font-weight: 400;
  }
  .en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p1 {
    font-weight: 400;
  }
  .en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2 {
    margin-top: 0px;
    font-weight: bold;
    line-height: 1.5;
  }
  .en .section.s6 .slides2 .swiper-slide .item .item-txt .desc {
    font-size: 12px !important;
  }
  .en .section.s6 .en_slides2 .swiper-slide .item .item-txt .desc {
    height: auto;
  }
  .en .section.s6 .title-section .desc {
    max-width: 340px !important;
  }
  .en .page-about .s1 .vision .intro {
    padding: 0.5rem;
  }
  .en .slides1 .swiper-slide:nth-child(2) .intro .txt ul li .p2 {
    font-weight: bold;
  }
}
@media (min-width: 960px) and (max-width: 1080px) {
  .container-sm,
  .container-md {
    max-width: 850px;
  }
  .section.s6 .slides2 .item .item-txt {
    padding: 16px 30px 20px 30px;
  }
  .section.s6 .slides2 .item:hover .item-txt .desc {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .section.s6 .slides2 .item {
    height: 14rem;
  }
}
@media (max-width: 1199px) {
  .section.s6 .slides2 .item {
    height: 11.5rem;
  }
}
@media (max-width: 990px) {
  .section.s6 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 959px) {
  .section.s6 .slides2 .item {
    height: 800px;
  }
  .section.s6 {
    padding-bottom: 2rem;
  }
  .slides1 .swiper-slide:nth-child(2) .intro .txt ul li {
    margin-bottom: 0rem;
    padding-top: 2.2rem;
  }
}
@media (max-width: 768px) {
  .section.s6 .slides2 .item {
    height: 800px;
  }
  .page-about .s1 .vision .intro .txt {
    top: 40%;
  }
  .en .section.s6 .slides2 .swiper-slide .item .item-txt .tit {
    font-size: 15px!important;
    font-weight: bold;
  }
  .footerText p img{
      margin-top: 0.2rem;
  }
}
@media (max-width: 600px) {
  .section.s6 .slides2 .item {
    height: 400px;
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  .section.s6 .slides2 {
    padding: 0 60px;
    margin: 0 -60px;
    position: relative;
  }
}
/* ind_six */
.ind_six {
  background: #F1F5F9;
}
.ind_six_box {
  /* border-bottom: 1px solid #e0e0e0; */
  overflow: hidden;
}
.ind_six .wrap {
  margin: 0 auto;
}
/* .ind_six_item{
	border-top: 1px solid #e0e0e0;
} */
.ind_six_box li {
  padding: 0 20px;
  float: left;
  width: 33.33%;
}
.ind_six_box li + li {
  border-left: 1px solid #e0e0e0;
}
.ind_six_img {
  width: 56px;
  margin: 0 auto;
  overflow: hidden;
}
.ind_six_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ind_six_text {
  text-align: center;
  margin: 40px 0;
}
.ind_six_text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ind_six_text p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  height: 50px;
  overflow: hidden;
}
.ind_five_button {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.ind_five_button span {
  display: inline-block;
  background: #444444;
  width: 166px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.3s;
}
.ind_five_button:hover span {
  background-color: #EF4B2A;
}
@media screen and (max-width: 1024px) {
  .ind_six_img {
    width: 50px;
  }
  .ind_five_button span {
    width: 70%;
  }
}
@media screen and (max-width: 740px) {
  .ind_six .container {
    padding: 0;
  }
  .ind_six_box li {
    width: 50%;
    padding: 0 15px;
  }
  .ind_six_box li:last-child {
    border: none;
    padding-top: 20px;
  }
  .ind_six_text p {
    line-height: 1.4;
    letter-spacing: 0;
    height: 40px;
    margin-bottom: 7px;
  }
  .ind_six_img {
    width: 40px;
  }
  .ind_six_text {
    margin: 20px 0;
  }
  .ind_five_button span {
    width: 80%;
  }
  .ind_five_button {
    margin-top: 0;
  }
}
/* ind_six  end */
.site-footer .otherItem {
  padding: 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: color 0.5s ease-out;
  position: relative;
  pointer-events: auto;
}
.site-footer .otherItem span {
  width: 100%;
  font-size: 14px;
  padding: 5px 35px;
  background: #EF4B2A;
  border-radius: 3px;
}
.site-footer .otherItem span img {
  width: 20px;
  margin-right: 10px;
}
.site-footer .otherItem .lang {
  width: 60px;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  transform: translateY(20%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  text-align: left;
  font-size: 14px;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.site-footer .otherItem .lang a {
  display: block;
  padding: 6px 11px;
  color: #3D3D3D;
  transition: all 0.3s;
}
.site-footer .otherItem .lang a:hover,
.site-footer .otherItem .lang a.fanti {
  color: #EF4B2A;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.site-footer .otherItem .lang a:hover i::before,
.site-footer .otherItem .lang a.fanti i::before {
  right: 0;
  opacity: 1;
}
.site-footer .otherItemTop .lang {
  width: 200px;
  left: auto;
  right: 0;
  padding: 5px 0;
  top: auto;
  bottom: 46px;
  transform: translateY(-20%);
}
.site-footer .otherItemTop .lang a {
  padding: 9px 18px;
}
.site-footer .otherItemTop .lang a i {
  position: relative;
  padding-right: 30px;
}
.site-footer .otherItem:hover .lang {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media screen and (max-width: 1400px) {
  .headerIcon {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .footer_a .footerIcon a {
    width: 28px;
    height: 28px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .footerEmail {
    display: none;
  }
  .footerIcon,
  .footerLogo {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0;
  }
  .site-footer .row_1 {
    display: block !important;
  }
  .site-footer .bot .copyright .col-lg-auto,
  .site-footer .bot_nav {
    display: none;
  }
  .site-footer .row_1 {
    padding-top: 36px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer_a {
    padding: 26px 0;
  }
  .footer_a .footerLogo img {
    width: 106px;
  }
  .footerIcon,
  .footerLogo {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footerIcon {
    margin-top: 17px;
    justify-content: flex-start;
  }
  .footer_a .footerIcon a {
    margin-left: 0;
    margin-right: 6px;
  }
  .site-footer .row_1 {
    padding-top: 26px;
  }
  .site-footer .bot .copyright {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .site-footer {
    padding: 0 12px;
  }
}
.industry {
  border-top: 1px solid #DEEBF4;
}
.industry .title-section {
  margin-bottom: 2.5rem;
}
.industry .title-section p {
  color: #5E6163;
}
.industryList > div {
  position: relative;
}
.industryList > div .item {
  padding-right: 1px;
  padding-bottom: 1px;
}
.industryList > div .img_pic {
  padding-top: 86%;
}
.industryList > div .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  pointer-events: none;
}
.industryList > div .text img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
  transition: all 0.5s;
}
.industryList > div .text p {
  margin-top: 8%;
}
.industryList > div:hover .text img {
  transform: rotateY(360deg);
}
.industryList > div.itemLast .text {
  color: #1E2021;
}
@media screen and (max-width: 1300px) {
  .industryList > div .text img {
    width: 50px;
    height: 50px;
  }
  .industryList > div .text p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .industryList > div .text img {
    width: 40px;
    height: 40px;
  }
}
.bannerNy {
  position: relative;
  overflow: hidden;
}
.bannerNy > img {
  width: 100vw;
  height: 600px;
  object-fit: cover;
  transform: scale(1.08);
  transition: all 4s;
}
.animated.bannerNy > img {
  transform: scale(1);
}
.bannerNy .bannerNr {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.bannerNy .bannerNr p {
  font-size: 50px;
  text-align: left;
}
.aboutNy .bannerNr {
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.aboutNy .bannerNr p {
  text-align: center;
}
.aboutNy > img {
  height: 100vh;
  min-height: 600px;
}
.z_about_play {
  position: absolute;
  width: 60px;
  left: 50%;
  top: 65%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.z_about_play:hover img {
  transform: scale(0.85);
}
@media screen and (max-width: 1400px) {
  .bannerNy .bannerNr p {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .bannerNy .bannerNr p {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .bannerNy {
    height: 70vh;
    min-height: auto;
    max-height: 550px;
  }
  .bannerNy video {
    top: 50px;
  }
  .bannerNy {
    padding-top: 50px;
  }
  .z_about_play {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bannerNy .bannerNr > span,
  .bannerNy .bannerNr h3 {
    font-size: 26px !important;
  }
  .aboutNy .bannerNr {
    width: 100%;
    top: 90px;
    transform: translate(-50%, 0);
    bottom: auto;
  }
  .bannerNy {
    height: 50vh;
    min-height: auto;
    max-height: 350px;
  }
  .bannerNy > img {
    height: 100%;
    min-height: inherit;
  }
  .bannerNy .bannerNr h3 {
    margin-bottom: 10px;
  }
  .bannerNy .bannerNr > span {
    padding-bottom: 0;
    line-height: 0.5;
  }
  .bannerNy .bannerNr p {
    font-size: 24px;
  }
  .z_about_play {
    width: 40px;
  }
}
.newsInfoMbx {
  border-bottom: 1px solid #f3f3f3;
  padding: 18px 0;
  justify-content: space-between;
}
.newsInfoMbx > .container {
  justify-content: space-between;
}
.newsInfoMbx a {
  color: #1E2021;
}
.newsInfoMbx a:hover {
  color: #ef4b2a;
}
.newsInfoMbx span {
  margin: 0 3px;
}
.back img {
  width: 18px;
  margin-right: 6px;
}
.mlbTit {
  font-size: 24px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding: 0 0 14px;
  margin-bottom: 10px;
}
.newsTxt {
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 4%;
  max-width: 918px;
  margin: 0 auto;
}
.hei15 {
  height: 15px;
}
.socialOne {
  align-items: stretch;
  flex-direction: row-reverse;
  background-color: #f6f6f6;
}
.socialOne .socialOneL {
  width: 50%;
}
.socialOne .socialOneL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socialOne .socialOneR {
  width: 50%;
  text-align: left;
  padding: 6% 5%;
}
.socialOne .socialOneR .socialOneRItem {
  margin: 0 auto;
}
.socialOne .socialOneR .socialOneRItem h3 {
  margin-bottom: 30px;
}
.socialOne .socialOneR .socialOneRItem p {
  line-height: 1.8;
}
.socialThree {
  flex-direction: row;
  background-color: #fff;
}
.socialThree .socialOneR .socialOneRItem h3 {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .socialOne .socialOneL {
    width: 100%;
  }
  .socialOne .socialOneR {
    width: 100%;
    padding: 8% 5%;
  }
  .socialOne {
    flex-direction: column-reverse;
  }
  .socialThree .socialOneR .socialOneRItem h3 {
    text-align: left;
  }
  .socialOne .socialOneR .socialOneRItem h3 {
    margin-bottom: 10px;
  }
  .socialOne .socialOneR .socialOneRItem p {
    margin-bottom: 0;
  }
  .hei15 {
    height: 5px;
  }
}
.jobsOne .newsTxt {
  max-width: 1080px;
}
.jobsOne .newsTxt p {
  text-indent: 2em;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.jobsJs .newsTxt {
  border: none;
  padding: 0;
}
.jobsTwo .socialOneR {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 2rem;
}
.jobsTwo .socialOneR .socialOneRItem h3 {
  margin-bottom: 10px;
  margin-top: 2.5rem;
}
.jobsTwo .socialOneR .socialOneRItem p {
  text-indent: 2em;
}
.jobsTwo .socialOneL {
  position: relative;
}
.jobsTwo .socialOneL img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.jobsTwo .socialOneL .swiper-pagination {
  position: static;
  text-align: left;
}
.jobsTwo .socialOneL .swiper-pagination span {
  background: #000;
  opacity: 1;
  margin-right: 15px;
}
.jobsTwo .socialOneL .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ee6103;
}
@media screen and (max-width: 768px) {
  .jobsTwo .socialOneR {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .jobsTwo .socialOneL {
    width: 100%;
  }
  .jobsTwo .socialOneL .swiper-slide {
    padding-top: 60%;
  }
  .jobsTwo .socialOneL .swiper-pagination span {
    margin-right: 5px;
  }
}
.jobsThree .joinFourList {
  flex-wrap: wrap;
}
.jobsThree .joinFourList li {
  position: relative;
  width: 16.66%;
  padding: 3% 0;
}
.jobsThree .joinFourList li div {
  width: 160px;
  height: 160px;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  padding-top: 37px;
  transition: all 0.3s;
}
.jobsThree .joinFourList li div:hover {
  background-color: #EF4B2A;
}
.jobsThree .joinFourList li div:hover p {
  color: #fff;
}
.jobsThree .joinFourList li:last-child::before {
  content: none;
}
.jobsThree .joinFourList li img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto 0;
}
.jobsThree .joinFourList li p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #5A5A5A;
}
.jobsThree .joinFourList li::before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  content: '';
  width: 15px;
  height: 15px;
  background: url("../images/a-2.png") no-repeat center;
  background-size: 15px;
}
@media screen and (max-width: 1500px) {
  .jobsThree .joinFourList li div {
    width: 120px;
    height: 120px;
    padding-top: 28px;
  }
  .jobsThree .joinFourList li::before {
    background-size: 10px;
    right: -6px;
  }
  .jobsThree .joinFourList li img {
    width: 30px;
    height: 30px;
  }
  .jobsThree .joinFourList li p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .jobsThree .joinFourList li::before {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
  .jobsThree .joinFourList li:nth-child(4)::before {
    margin-left: -10px;
  }
}
@media screen and (max-width: 950px) {
  .jobsThree .joinFourList li {
    width: 33.33%;
  }
  .jobsThree .joinFourList li::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .jobsThree .joinFourList li div {
    width: 100px;
    height: 100px;
    padding-top: 20px;
  }
  .jobsThree .joinFourList li img {
    width: 25px;
  }
  .jobsThree .joinFourList li p {
    margin-top: 10px;
  }
  .jobsThree .joinFourList li::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-left: -8px;
  }
  .jobsThree .joinFourList li:nth-child(4)::before {
    margin-left: -8px;
  }
  .jobsThree .joinFourList li p {
    font-size: 12px !important;
  }
}
.recNr {
  width: 100%;
  margin: 0 auto;
  padding: 1% 10% 4%;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
.recNr .recNrL {
  width: 30%;
}
.recNr .recNrL > div {
  margin-right: 8%;
}
.recNr .recNrL img {
  width: 140px;
}
.recNr .recNrL p {
  text-align: center;
  line-height: 1.4;
  margin-top: 15px;
}
.recNr .recNrR {
  width: 70%;
}
.recNr .recNrR > div {
  margin-bottom: 15px;
  align-items: flex-start;
}
.recNr .recNrR > div .R {
  flex: 1;
}
.recNr .recNrR img {
  width: 32px;
  margin-right: 15px;
}
.recNr .recNrR span {
  width: 105px;
  display: inline-block;
}
.recNr .recNrR p.f36 {
  line-height: 1.4;
  font-family: "DIN";
}
@media (max-width: 1024px) {
  .recNr,
  .jobsBox {
    max-width: 100%;
  }
  .jobsList > .inner img {
    width: 240px;
  }
  .recNr .recNrL img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .recNr .recNrL img {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .recNr {
    width: 100%;
    padding: 30px 20px;
    justify-content: center;
  }
  .recNr .recNrL {
    width: 100%;
    justify-content: center;
  }
  .recNr .recNrL > div {
    margin: 0 4%;
  }
  .recNr .recNrR {
    width: 100%;
    margin-top: 15px;
  }
  .recNr .recNrL img {
    width: 90px;
  }
}
.jobsConBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  justify-content: center;
}
.jobsConBox .jobsConL p {
  margin-top: 16px;
  justify-content: center;
}
.jobsConBox .jobsConL p img {
  width: 30px;
  margin-top: 6px;
}
.jobsConBox .jobsConL p span {
  margin-left: 10px;
  text-align: left;
  border-bottom: 1px solid #333;
}
.jobsConBox .jobsConR {
  justify-content: space-between;
  margin-top: 6%;
}
.jobsConBox .jobsConR a {
  width: 24.33%;
}
.jobsConBox .jobsConR p {
  text-align: center;
  margin-top: 10px;
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  .jobsConBox {
    width: 90%;
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .jobsConBox .jobsConL {
    padding-right: 0;
  }
  .jobsConR {
    margin-top: 20px;
  }
}
.culThree .listTab {
  padding: 0 30px;
}
.culThree .listTab h3 {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
}
.culThree .listTab .listTabUl {
  margin-top: 20px;
  justify-content: center;
}
.culThree .listTab .listTabUl li {
  margin-right: 10px;
}
.culThree .listTab .listTabUl li a {
  padding: 6px 35px;
  border-radius: 40px;
  font-size: 14px;
  color: #222;
}
.culThree .listTab .listTabUl li.on a {
  background-color: #EF4B2A;
  color: #fff;
}
.culThree .listTab .listTabUl li:hover a {
  background-color: #EF4B2A;
  color: #fff;
}
.culThree .culThreeList {
  margin-top: 40px;
  position: relative;
}
.culThree .culThreeList {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.culThree .culThreeList.active {
  position: relative;
  opacity: 1 !important;
  z-index: 99;
}
.culThreeListSwiper {
  overflow: hidden;
}
.culThree .culThreeList .culThreePic {
  position: relative;
  padding-top: 62%;
  overflow: hidden;
}
.culThree .culThreeList .culThreePic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.culThree .culThreeList .culThreePic:hover img {
  transform: scale(1.1);
}
.culThree .culThreeList .culThreePic a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  background-color: #EF4B2A;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
}
.culThree .culThreeList .culThreeP {
  text-align: center;
  font-size: 14px;
  color: #5A5A5A;
  margin-top: 14px;
}
.culThree .culThreeList .swiper-slide:hover a {
  bottom: 25px;
  opacity: 1;
}
.culThree .culThreeList .swiper-scrollbar {
  width: 85%;
  left: 7.5%;
  height: 12px;
}
.culThree .culThreeList .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #EF4B2A;
}
.swiper-button .swiper-button-prev {
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  background-image: url("../images/a2-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: -70px;
  background-color: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-button .swiper-button-prev::after {
  content: none;
}
.swiper-button .swiper-button-next {
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  background-image: url("../images/a2-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: -70px;
  background-color: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-button .swiper-button-next::after {
  content: none;
}
.swiper-button .swiper-button-prev:hover,
.swiper-button .swiper-button-next:hover {
  background-image: url(../images/a2-2.png);
  background-color: #EF4B2A;
}
@media screen and (max-width: 1024px) {
  .culThree .culThreeList {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .culThree .listTab .listTabUl {
    margin-top: 10px;
  }
  .culThree .culThreeList {
    margin: 0 auto;
  }
  .culThree .listTab {
    padding: 0;
  }
  .culThree .listTab .listTabUl li a {
    padding: 8px 30px;
  }
  .culThree .culThreeList {
    padding-bottom: 60px;
    margin-top: 20px;
  }
  .culThree .swiper-button-prev,
  .culThree .swiper-button-next {
    background-size: 28px;
    top: auto;
    bottom: 0;
  }
  .culThree .swiper-button-prev {
    width: 38px;
    height: 38px;
    right: 30px;
    transform: translateY(0) rotate(90deg);
    left: 50%;
    margin-left: -42px;
  }
  .culThree .swiper-button-next {
    width: 38px;
    height: 38px;
    left: 50%;
    margin-right: 4px;
    transform: translateY(0) rotate(-90deg);
  }
}
@media screen and (max-width: 500px) {
  .culThree .listTab .listTabUl li a {
    padding: 6px 24px;
  }
}
.contactInner {
  position: relative;
  z-index: 1;
}
.contactInner .contactImg {
  position: absolute;
  width: 75%;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contactInner .contactTop {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2%;
  align-items: flex-start;
  margin-top: 3%;
  flex-wrap: nowrap;
}
.contactInner .contactTop li {
  width: 25%;
  margin: 10px 0;
  align-items: flex-start;
}
.contactInner .contactTop li.conLiLast {
  width: auto;
  justify-content: flex-end;
}
.contactInner .contactTop li img {
  width: 50px;
}
.contactInner .contactTop li div {
  width: calc(100% - 50px);
  padding-left: 5%;
}
.contactInner .contactTop li div h3 {
  font-size: 20px;
  font-weight: bold;
}
.contactInner .contactTop li div p {
  font-size: 14px;
  color: #5A5A5A;
}
.contactInner .contactTop li div p.cnConP {
  min-height: 75px;
  line-height: 1.4;
}
.contactInner .contactTop li div p.enConP {
  min-height: 100px;
}
.contactInner .contactTop li .ewmOne {
  width: auto;
}
.contactInner .contactTop li .ewmOne > img {
  width: 90px;
  margin: 0 auto;
}
.contactInner .contactTop li .ewmOne p {
  margin-top: 5px;
  text-align: center;
  justify-content: center;
}
.contactInner .contactTop li .ewmOne p img {
  width: 20px;
}
.contactInner .contactTop li .ewmOne p span {
  display: block;
  color: #5A5A5A;
  margin-left: 5px;
}
#dituContent {
  width: 100%;
  height: 650px;
}
#dituContent * {
  width: auto;
  max-width: inherit;
}
@media screen and (max-width: 1200px) {
  .contactInner .contactTop li img {
    width: 40px;
  }
}
@media screen and (max-width: 900px) {
  .contactInner .contactTop {
    flex-wrap: wrap;
  }
  .contactInner .contactTop li.conLiLast,
  .contactInner .contactTop li {
    width: 50%;
    justify-content: flex-start;
  }
  #dituContent {
    height: 450px;
  }
  .contactInner .contactTop li .ewmOne > img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #dituContent {
    height: 350px;
  }
  .contactInner .contactTop li div p.cnConP {
    margin-bottom: 0;
  }
  .contactInner .contactTop li div h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .contactInner .contactTop li.conLiLast,
  .contactInner .contactTop li {
    width: 100%;
  }
  .contactInner .contactTop li div p.cnConP {
    min-height: auto;
  }
  .contactInner .contactTop li img {
    width: 32px;
  }
  #dituContent {
    height: 250px;
  }
}
.massage {
  position: relative;
  width: 100%;
}
.massage .nytitle p {
  color: #5A5A5A;
}
.massage .nytitle p i {
  color: #0256FF;
  font-size: 16px;
  margin: 0 5px;
}
.store-contact {
  position: relative;
  font-size: 15px;
  max-width: 660px;
  margin: 0 auto;
}
.storeImg1 {
  position: absolute;
  width: 42%;
  top: 0;
  left: -70%;
}
.storeImg2 {
  position: absolute;
  width: 23%;
  bottom: 1%;
  right: 0%;
}
.store-contact .row {
  margin: 0;
  overflow: hidden;
}
.store-contact .col {
  float: left;
  width: 100%;
  padding: 5px 17px;
  background: inherit;
  background: #F9F9F9;
  margin: 10px 0;
  font-size: 14px;
  flex-grow: 0;
  flex-basis: auto;
}
.store-contact .col:nth-child(1) input {
  background: url("../images/carIcon-5.png") no-repeat left center;
  background-size: 16px;
}
.store-contact .col:nth-child(2) input {
  background: url("../images/carIcon-6.png") no-repeat left center;
  background-size: 19px;
}
.store-contact .col span {
  display: inline-block;
  padding-left: 30px;
  width: 100px;
}
.store-contact .col input {
  width: 100%;
  padding: 7px 15px 7px 25px;
  height: 34px;
  background-color: inherit;
  border: none;
}
.store-contact .col:nth-child(1) span {
  background: #efefef url("../images/carIcon-5.png") no-repeat left center;
  background-size: 16px;
}
.store-contact .col:nth-child(2) span {
  background: #efefef url("../images/carIcon-6.png") no-repeat left center;
  background-size: 19px;
}
.store-contact .text {
  margin-top: 10px;
  position: relative;
  width: 100%;
  background: inherit;
  background-color: #F9F9F9;
  padding: 15px 17px;
  font-size: 14px;
  align-items: flex-start;
}
.store-contact .text span {
  display: inline-block;
  padding-left: 30px;
  width: 100px;
  background: #fff url("../images/carIcon-7.png") no-repeat left center;
  background-size: 19px;
}
.store-contact .text textarea {
  padding: 2px 0;
  width: 100%;
  height: 180px;
  border: none;
  background: url("../images/carIcon-7.png") no-repeat left top 5px;
  background-size: 19px;
  padding-left: 25px;
}
.button-bubble {
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 60%;
  height: 50px;
  margin: 30px auto 0;
  line-height: 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-bubble .button {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: transparent;
  background: #EF4B2A;
  border-radius: 50px;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
.button-bubble .button:hover {
  background-color: #d44528;
}
@media screen and (max-width: 768px) {
  .store-contact .col {
    margin: 5px 0;
  }
  .store-contact .col input {
    height: 30px;
  }
  .store-contact .text {
    margin-top: 5px;
  }
  .store-contact .text textarea {
    height: 120px;
  }
  .store-contact .button-bubble {
    margin-top: 25px;
    max-width: 45%;
    height: 42px;
    line-height: 42px;
  }
}
.contactAdd ul {
  align-items: flex-start;
}
.contactAdd ul li {
  width: 48%;
  margin: 1%;
  background: #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
.contactAdd ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-color: #EF4B2A;
}
.contactAdd ul li .text {
  padding: 5% 8%;
}
.contactAdd ul li .text h3{
  margin-bottom: 17px;
}
.contactAdd ul li .text p {
  align-items: flex-start;
}
.contactAdd ul li .text img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  margin-right: 10px;
}
.contactAdd ul li .text span {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .contactAdd ul li {
    width: 100%;
    margin: 2% 0;
  }
  .contactAdd ul li .text {
    padding: 5% 6%;
  }
  .contactAdd ul li .text img {
    width: 18px;
    height: 18px;
  }
  .contactAdd ul li .text p {
    margin-bottom: 10px;
  }
}
.home-news-swiper {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
}
.home-news-swiper .news-item {
  width: 100%;
  margin: 1% 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s;
}
.home-news-swiper .news-item .solutionTxt {
  width: 55%;
  padding: 5%;
}
.home-news-swiper .news-item:hover {
  background: #f7f7f7;
}
.home-news-swiper .news-item:hover .news-date-wrap i {
  padding-right: 25px;
  background: url("../images/more-1.png") no-repeat right center;
  background-size: 18px;
}
.home-news-swiper .news-item .news-img {
  position: relative;
  width: 45%;
  padding-top: 27%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s;
  overflow: hidden;
}
.home-news-swiper .news-item .news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-swiper .news-item .news-text {
  transition: all 0.3s;
}
.home-news-swiper .news-item .news-text p {
  color: #323232;
  margin-top: 4%;
      text-align: justify;
}
.home-news-swiper .news-item .news-text .title {
  color: #404040;
  line-height: 1.4;
  font-weight: 500;
  color: #0f0f0f;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news-swiper .news-item .news-text .desc,
.home-news-swiper .news-item .news-text .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news-swiper .news-item .news-text .desc {
  color: #9a9a9a;
  font-size: 0.8333vw;
  line-height: 1.25vw;
  margin-top: 0.78125vw;
}
.home-news-swiper .news-item .news-date-wrap {
  align-items: flex-end;
  display: flex;
  font-size: 1.0417vw;
  justify-content: space-between;
  padding: 7% 0 0;
}
.home-news-swiper .news-item .news-date-wrap i {
  transition: all 0.3s;
}
.home-news-swiper .news-item .news-date-wrap .date {
  color: #9a9a9a;
  line-height: 1;
}
.home-news-swiper .news-item .news-date-wrap .news-tiper {
  align-items: center;
  background: #003ab3;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2.0833vw;
  justify-content: center;
  opacity: 0;
  transition: all 1s;
  width: 2.0833vw;
}
.home-news-swiper .news-item:hover {
  transition: all 1.5s;
}
.home-news-swiper .news-item:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.home-news-swiper .news-item:hover .news-tiper {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .home-news-swiper .news-item {
    margin: 2% 0;
  }
  .home-news-swiper .news-item .news-text .title {
    font-size: 20px;
  }
  .home-news-swiper .news-item .news-img {
    width: 100%;
    padding-top: 60%;
  }
  .home-news-swiper .news-item .solutionTxt {
    width: 100%;
  }
}
.solutionCon .newsTxt {
  text-align: left;
}
.solutionCon .newsTxt a {
  display: inline-block;
  color: #EF4B2A;
  background: url(../images/moreR.png) no-repeat right center;
  background-size: 24px;
  padding-right: 28px;
  transition: all 0.3s;
}
.solutionCon .newsTxt a:hover {
  padding-right: 34px;
}
.culThree .solutionConList h3 {
  margin-top: 3%;
}
.culThree .solutionConList .culThreeP {
  text-align: left;
}
.solutionConThree .swiper-slide .text {
  padding: 5% 6%;
  border: 1px solid #D8D8D8;
}
.solutionConThree .swiper-slide .text * {
  transition: all 0.3s;
}
.solutionConThree .swiper-slide .text span {
  color: #3c3c3c;
}
.solutionConThree .swiper-slide .text p {
  margin-top: 8%;
}
.solutionConThree .swiper-slide:hover .culThreePic img {
  transform: scale(1.05);
}
.solutionConThree .swiper-slide:hover .text h3 {
  color: #EF4B2A;
}
.solutionConFour .swiper-slide {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
.solutionConFour .swiper-slide:hover {
  border-color: #EF4B2A;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.solutionConFour .swiper-slide:hover .culThreePic img {
  transform: scale(1.05);
}
.solutionConFour .swiper-slide:hover .text h3 {
  color: #EF4B2A;
}
.solutionConFour .swiper-slide:hover .txt p {
  color: #EF4B2A;
}
.solutionConFour .swiper-slide .culThreePic {
  padding-top: 55%;
}
.solutionConFour .swiper-slide .text {
  padding: 5%;
  color: #3c3c3c;
}
.solutionConFour .swiper-slide .text h3 {
  transition: all 0.3s;
}
.solutionConFour .swiper-slide .txt {
  padding: 12% 5%;
}
.solutionConFour .swiper-slide .txt p {
  margin-bottom: 0;
  transition: all 0.3s;
}
.page {
  justify-content: center;
  margin-top: 30px;
}
.page a {
  display: block;
  color: #3D3D3D;
  margin: 0 5px;
  font-size: 16px;
  padding: 3px 10px 1px;
  border-radius: 5px;
  transition: all 0.3s;
}
.page a.current,
.page a:hover {
  color: #fff;
  background-color: #EF4B2A;
}
@media screen and (max-width: 1500px) {
  .page a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pd2 {
    padding: 15px 0 !important;
  }
  .page a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .page a {
    font-size: 13px;
    margin: 0 2px;
    padding: 3px 8px 1px;
  }
}
.investorPage {
  background: url(../images/investorBg.jpg) top center;
  background-size: 100%;
}
.gp-list a {
  display: block;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
  background: #fff;
  color: #666;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.gp-list {
  margin-left: -2%;
  align-items: stretch;
}
.gp-list a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gp-list .ma {
  position: relative;
  margin: 20px;
  min-height: 252px;
  align-items: stretch;
}
.gp-list .pic {
  width: 50%;
  top: 0;
  left: 0;
  padding-top: 41%;
}
.gp-list .pic img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.gp-list .txts {
  width: 50%;
  padding: 0 20px 0 35px;
  border-left: 1px solid #D8D8D8;
  flex-direction: row;
}
.gp-list .txts .txtsFlex {
  width: 100%;
}
.gp-list .txts .nowti {
  height: 81px;
  color: #2e2e2e;
  margin-top: 2%;
  transition: all 0.3s;
}
.gp-list .txts .tx {
  line-height: 28px !important;
}
.gp-list .date {
  width: 113px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #c6992d;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: -10px;
}
.btns {
  justify-content: flex-start;
  margin-top: 20%;
}
.gp-list a .btns > div {
  background: url(../images/downLoad-6.png) no-repeat left 6px center;
  background-size: 22px;
  padding: 0 0 0 35px;
}
.c-btna > span {
  position: relative;
  z-index: 1;
}
.gp-list a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.gp-list a:hover .pic img {
  transform: scale(1.05);
}
.gp-list a:hover .btns > div {
  color: #EF4B2A;
}
.gp-list a:hover .txts .nowti {
  color: #ef4b2a;
}
.gp-list-big a {
  width: 100%;
  background: none;
}
.gp-list-big a:hover {
  background: #fff;
}
.gp-list-big a .pic {
  padding-top: 33%;
}
.gp-list-big a .txts .nowti {
  height: auto;
}
@media screen and (max-width: 900px) {
  .gp-list {
    margin-left: 0;
  }
  .gp-list a {
    width: 100%;
    margin: 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .gp-list .ma {
    min-height: 172px;
  }
  .gp-list .pic {
    width: 40%;
  }
  .gp-list .txts {
    width: 55%;
    margin-left: 5%;
    padding: 0 0px 0 20px;
  }
  .btns {
    margin-top: 10%;
  }
  .gp-list-big a .pic {
    width: 100%;
  }
  .gp-list-big a .txts {
    width: 100%;
    margin-left: 0;
    border: none;
    padding: 0;
    text-align: center;
    /* border-top: 1px solid #D8D8D8; */
    margin-top: 30px;
  }
  .btns {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .gp-list-big .ma {
    margin-top: 0;
  }
  .gp-list-big a .pic {
    padding-top: 63%;
  }
  .gp-list .txts .txtsFlex i {
    font-size: 14px;
  }
}
.investorTwo ul li{
    width: 100%;
    margin: 1% 0;
}
.investorTwo ul li .img_pic{
    padding-top: 30%;
}
.investorTwo ul li .text {
  padding: 4%;
  justify-content: space-between;
}
.investorTwo ul li .text a {
  width: 160px;
  line-height: 48px;
  border: 1px solid #efefef;
  text-align: center;
  transition: all 0.3s;
}
.investorTwo ul li .text a:hover {
  background: #ef4b2a;
  border-color: #ef4b2a;
  color: #fff;
}
.investorTwo ul li .text h3 span {
  display: block;
}
.investorTwo ul li .text img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .investorTwo ul li .text img {
    width: 38px;
    height: 38px;
    margin-right: 13px;
  }
  .investorTwo ul li .text a {
    width: 130px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .investorTwo ul li .text {
    padding: 7% 6%;
  }
}
.investorThree .container {
  background: #1E1F21;
}
.investorThree .recNr {
  padding: 1% 6%;
  border: none;
}
.investorThree .recNr .recNrR {
  flex: 1;
}
.investorThree .recNr .recNrR .recNrRFlex {
  width: 40%;
}
.investorThree .recNr .recNrR .recNrRFlex > div {
  margin-bottom: 15px;
}
.investorThree .recNr .recNrR .recNrRFlex .R {
  flex: 1;
}
.investorThree .recNr .recNrR .recNrRFlex:first-child {
  width: 60%;
}
.investorThree .recNr .recNrL {
  width: auto;
}
@media screen and (max-width: 1500px) {
  .investorThree .recNr {
    padding: 1% 4%;
  }
  .recNr .recNrL img {
    width: 130px;
  }
  .investorThree .recNr .recNrR .recNrRFlex p,
  .recNr .recNrL p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .investorThree .recNr .recNrR .recNrRFlex:first-child,
  .investorThree .recNr .recNrR .recNrRFlex {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .investorThree .recNr .recNrR .recNrRFlex p,
  .recNr .recNrL p {
    font-size: 15px;
  }
  .investorThree .container {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .investorThree .recNr .recNrR .recNrRFlex p,
  .recNr .recNrL p {
    font-size: 14px;
  }
  .investorThree .recNr .recNrR {
    flex: none;
  }
  .recNr .recNrL img {
    width: 100px;
  }
  .recNr .recNrR img {
    width: 26px;
    margin-right: 9px;
  }
  .recNr .recNrR span {
    width: 90px;
  }
  .investorThree .recNr {
    padding: 1% 3%;
  }
  .investorThree .container {
    padding-top: 2rem;
  }
  .investorThree .recNr .recNrL {
    justify-content: flex-start;
    width: 100%;
  }
}
.proInfoInner {
  margin-top: 104px;
}
.breadcrumb-nav-newrooms {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0;
}
.breadcrumb-nav-newrooms.fixed-top {
  position: fixed;
  top: 0;
  z-index: 9988;
}
.breadcrumb-nav-newrooms .container {
  display: flex;
  padding: 0;
}
.breadcrumb-nav-newrooms .container .title {
  font-size: 20px;
  line-height: 60px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
  text-transform: none;
}
.breadcrumb-nav-newrooms .container .title .parent {
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-nav-newrooms .container .breadcrumb {
  flex: 1;
  display: flex;
  align-items: center;
  text-transform: initial;
}
.breadcrumb-nav-newrooms .container .breadcrumb a {
  transition: all 0.3s;
  font-size: 14px;
  line-height: 60px;
  font-weight: bold;
}
.breadcrumb-nav-newrooms .container .breadcrumb > li {
  position: relative;
  width: 120px;
  text-align: center;
  padding: 0 5px;
}
.breadcrumb-nav-newrooms .container .breadcrumb > li.active a {
  color: #ef4b2a;
}
@media screen and (max-width: 860px) {
  .breadcrumb-nav-newrooms {
    height: 50px;
  }
  .breadcrumb-nav-newrooms .container .breadcrumb a {
    line-height: 50px;
  }
}
.newsBig {
  position: relative;
  padding-top: 5%;
  overflow: hidden;
}
.newsBig .swiper-scrollbar {
  width: 25%;
  bottom: 9%;
  left: 55%;
  height: 3px;
}
.newsBig .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ef4b2a;
}

.newsBig .swiper-pagination {
    
    width: 42%;
    bottom: 9%;
    left: 55%;
    height: 3px;
    text-align: right;
}
.newsBig .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
  margin: 0 5px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.newsBig .swiper-pagination-bullet-active {
  background-color: #ef4b2a;
}
.newsBig .swiper-slide {
  border: 1px solid #D8D8D8;
}
.newsBig .swiper-slide a {
  color: #000;
  align-items: stretch;
  flex-direction: row-reverse;
}
.newsBig .swiper-slide a:hover .newsBigText h3 {
  color: #ef4b2a;
}
.newsBig .swiper-slide a:hover .newsBigText i {
  padding-right: 25px;
  color: #ef4b2a;
  background: url("../images/moreR.png") no-repeat right center;
  background-size: 18px;
}
.newsBig .swiper-slide a:hover .newsBigImg img {
  transform: scale(1.05);
}
.newsBig .swiper-slide a .newsBigText {
  padding: 4% 5% 5%;
  width: 50%;
}
.newsBig .swiper-slide a .newsBigText .newsTime span {
  display: block;
  line-height: 1.1;
  color: #9a9a9a;
}
.newsBig .swiper-slide a .newsBigText h3 {
  line-height: 1.2;
  margin: 32px 0;
}
.newsBig .swiper-slide a .newsBigText p {
  line-height: 1.4;
}
.newsBig .swiper-slide a .newsBigText i {
  margin-top: 12%;
  display: inline-block;
  color: #444444;
  background: none;
  background-size: 18px;
  transition: all 0.3s;
}
.newsBig .swiper-slide a .newsBigImg {
  width: 50%;
  padding-top: 33%;
}
.newsView {
  width: 104%;
  margin-left: -2%;
  display: flex;
  flex-wrap: wrap;
}
.newsView .home-news-swiper3 {
  width: 102%;
  margin-left: -1%;
  margin-top: 3%;
}
.newsView .news-item {
  width: 31.33%;
  margin: 1%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s;
}
.newsView .news-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.newsView .news-item:hover .news-date-wrap i {
  padding-right: 25px;
  color: #ef4b2a;
  background: url("../images/moreR.png") no-repeat right center;
  background-size: 18px;
}
.newsView .news-item .news-img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.newsView .news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsView .news-item .news-text {
  border-bottom: 1px solid #D8D8D8;
  padding: 3% 5% 8%;
  transition: all 0.3s;
}
.newsView .news-item .news-text .title {
  color: #404040;
  height: 51px;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 500;
  color: #0f0f0f;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsView .news-item .news-text .desc,
.newsView .news-item .news-text .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsView .news-item .news-text .desc {
  color: #9a9a9a;
  font-size: 0.8333vw;
  line-height: 1.25vw;
  margin-top: 0.78125vw;
}
.newsView .news-item .news-date-wrap {
  align-items: flex-end;
  display: flex;
  font-size: 1.0417vw;
  justify-content: space-between;
  padding: 5% 0 0;
}
.newsView .news-item .news-date-wrap i {
  background: none;
  background-size: 18px;
  transition: all 0.3s;
}
.newsView .news-item .news-date-wrap .date {
  color: #9a9a9a;
  line-height: 1;
}
.newsView .news-item .news-date-wrap .news-tiper {
  align-items: center;
  background: #003ab3;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2.0833vw;
  justify-content: center;
  opacity: 0;
  transition: all 1s;
  width: 2.0833vw;
}
.newsView .news-item:hover {
  transition: all 1.5s;
}
.newsView .news-item:hover .news-text .title {
  color: #ef4b2a;
}
.newsView .news-item:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.newsView .news-item:hover .news-tiper {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .newsView .news-item {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
.newsBig .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
}
  .newsView .news-item {
    width: 100%;
    margin: 3% 0;
  }
  .newsView .home-news-swiper3 {
    width: 100%;
    margin-left: 0;
  }
  .newsView {
    width: 100%;
    margin-left: 0;
  }
  .newsBig .swiper-slide a .newsBigText {
    width: 100%;
  }
  .newsBig .swiper-slide a .newsBigImg {
    width: 100%;
    padding-top: 63%;
  }
  .newsBig .swiper-slide a {
    flex-direction: column-reverse;
  }
  .newsBig .swiper-scrollbar {
    width: 30%;
    bottom: 6%;
    left: auto;
    right: 5%;
  }
  .newsView .news-item .news-text {
    padding-top: 5%;
  }
  .newsBig .swiper-slide a .newsBigText h3 {
    line-height: 1.4;
    margin: 12px 0;
  }
  .newsView .news-item .news-text .title {
    height: auto;
  }
}
.newsInfo {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
}
.newsInfoNr {
  margin: 0 auto;
  padding: 3% 0 0;
}
.newsInfoNr .newsInfoP p {
  color: #212427;
  margin: 0.34rem 0;
  font-weight: 300;
}
.newsInfoNr .page {
  width: 100%;
  background: #ffffff;
  margin: 2% 0;
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
}
.newsTxt {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 3% 8%;
  color: #212427;
  text-align: center;
  margin-bottom: 4%;
}
.newsInfoNr .page .left,
.newsInfoNr .page .right {
  width: 43%;
  height: auto;
}
.newsInfoNr .page .left p,
.newsInfoNr .page .right p {
  width: 30px;
  height: 30px;
  background: url("../images/r1.png") no-repeat center;
  background-size: 24px;
}
.newsInfoNr .page .left a:hover p,
.newsInfoNr .page .right a:hover p {
  background: url("../images/r1-1.png") no-repeat center;
  background-size: 24px;
}
.newsInfoNr .page .left p {
  transform: rotate(180deg);
}
.newsInfoNr .page .fy {
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsInfoNr .page .fy p {
  font-size: 14px;
  font-weight: 400;
  color: #1f1f21;
  transition: 0.6s;
  padding-right: 15px;
}
.newsInfoNr .page .fy a {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.newsInfoNr .page .fy a:hover {
  background: inherit;
}
.newsInfoNr .page .fy span {
  width: calc(100% - 30px);
  font-size: 15px;
  text-align: left;
  color: #282828;
  line-height: 32px;
  padding-left: 16px;
  transition: 0.6s;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.newsInfoNr .page .right.fy span {
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
}
.newsInfoNr .page .fy .jdt {
  width: 100%;
  height: 5px;
  background: #cccccc;
  position: relative;
}
.newsInfoNr .page .fy .jdt:after {
  width: 0%;
  height: 100%;
  background: #EF4B2A;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.newsInfoNr .page .fy a:hover .jdt:after {
  width: 100%;
}
.newsInfoNr .page .back {
  padding: 0.4rem 0;
  width: 74px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.newsInfoNr .page .back:hover {
  opacity: 0.8;
}
.newsInfoNr .page .fy a:hover p,
.newsInfoNr .page .fy a:hover span {
  color: #ef4b2a;
}
.newsInfoTop {
  justify-content: space-between;
  padding: 0 5%;
}
.newsInfoTop .biaoti {
  width: calc(100% - 75px);
  padding-right: 5%;
}
.newsInfoTop .back {
  width: 75px;
  color: #212427;
}
.newsInfoTop .back img {
  width: 24px;
  margin-left: 10px;
}
.newsInfoTop .back:hover {
  color: #ef4b2a;
}
.newsInfoP {
  padding: 3% 5%;
}
@media screen and (max-width: 1024px) {
  .proInfoInner {
    margin-top: 52px;
  }
  .proInfoInner .newsInfoMbx > a.newsBack img {
    width: 22px;
  }
  .newsInfoTop .biaoti {
    width: 100%;
    padding-right: 0;
  }
  .newsInfoNr .page {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .newsInfo {
    padding-top: 20px;
  }
  .newsTxt {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .newsInfoTop {
    padding: 10px 5% 10px;
  }
  .newsInfoNr .page {
    padding: 15px 0;
    margin-top: 10px;
    justify-content: space-between;
  }
  .newsInfoNr .page .left,
  .newsInfoNr .page .right {
    width: auto;
    padding: 2px 0;
  }
  .newsInfoNr .page .fy.right a {
    justify-content: flex-start;
  }
  .newsInfoNr .page .fy span {
    width: calc(100% - 25px);
    padding-left: 10px;
    font-size: 14px;
  }
  .newsInfoNr .page .right.fy span {
    text-align: left;
    padding-right: 10px;
  }
  .newsInfoNr .page .fy p {
    border: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .newsInfoNr .page .back {
    display: none;
  }
  .newsInfoNr .page .left p,
  .newsInfoNr .page .right p {
    width: 25px;
    height: 25px;
  }
  .newsInfoNr .page .fy a {
    align-items: center;
  }
  .newsInfoNr .newsInfoP p {
    font-size: 14px;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) {
  .newsInfoNr {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
.productTop a {
  border-top: none;
}
.productTop a:first-child::before {
  content: none;
}
.product-menu-wrap {
  /*position: fixed;*/
  /*left: 0;*/
  /*top: calc(100px + 3vh);*/
  /*z-index: 5;*/
  width: 410px;
  background-color: #fff;
  transition: all 0.3s;
}
.product-menu-wrap .off {
  font-size: 16px;
  color: #333;
  margin: 0 auto;
  margin-left: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: table;
  color: #EF4B2A;
  padding-left: 40px;
  background: url(../images/zjt.png) no-repeat left center;
  background-size: 30px auto;
  cursor: pointer;
  display: none;
}
.product-menu-wrap.show {
  opacity: 1;
  visibility: visible;
}
.product-menu-wrap.isOpen {
  opacity: 1;
  transform: translateX(0);
}
.product-menu-wrap .tit {
  line-height: 48px;
  padding: 12px 26px;
  text-align: center;
}
.product-menu-wrap .el-scrollbar {
  height: 100%;
  padding-left: 20%;
  padding-top: 20px;
}
.product-menu-wrap .el-scrollbar__wrap {
  overflow-x: hidden;
}
.product-menu-wrap .product-menu.el-menu {
  border-right: 1px solid #efefef;
  padding-right: 20px;
}
.product-menu-wrap .product-menu.el-menu > li {
  border-top: 1px solid #efefef;
}
.product-menu-wrap .product-menu.el-menu > li:last-child {
  border-bottom: 1px solid #efefef;
}
.product-menu {
  padding-bottom: 8px;
}
.el-submenu__icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 12px;
}
.product-menu .el-submenu__icon-arrow {
  color: inherit;
  font-size: 0;
  width: 16px;
  height: 16px;
  background: url(../images/jia1.png);
  background-size: 100% 100%;
}
.product-menu .product-menu-item-1-2 > .el-submenu__title:hover .el-submenu__icon-arrow {
  background-image: url(../images/jia1.png);
}
.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  background-image: url(../images/jian1.png);
}
.el-submenu.is-opened > .el-submenu__title:hover .el-submenu__icon-arrow {
  background-image: url(../images/jian1.png);
}
.product-menu .el-menu-item {
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
.product-menu .el-menu-item:focus,
.product-menu .el-menu-item:hover {
  color: #EF4B2A;
  background-color: transparent;
}
.product-menu .el-submenu.is-opened > .el-submenu__title,
.product-menu .el-submenu.is-opened > .el-submenu__title > .link1 {
  color: #EF4B2A;
}
.product-menu .el-submenu__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-menu .el-submenu__title:focus,
.product-menu .el-submenu__title:hover {
  color: #EF4B2A;
  background-color: transparent;
}
.product-menu .product-menu-item-1-1 {
  position: relative;
}
.product-menu .product-menu-item-1-1.el-menu-item {
  font-size: 16px;
  padding: 0 48px 0 36px !important;
  line-height: 70px;
  height: 70px;
  color: #333;
}
.product-menu .product-menu-item-1-1.el-menu-item:hover {
  background-color: transparent;
}
.product-menu .product-menu-item-1-1 > .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding: 0 48px 0 36px;
  color: #333;
}
.product-menu .product-menu-item-1-1 > .link.active {
  color: #fff;
  background-color: #EF4B2A;
}
.product-menu .link.active {
  color: #EF4B2A;
}
.product-menu .product-menu-item-1-2 > .el-submenu__title {
  position: relative;
  font-size: 16px;
  padding: 0 48px 0 26px !important;
  line-height: 70px;
  height: 70px;
  color: #333;
  letter-spacing: 0;
  transition: all 0.3s;
}
.product-menu .product-menu-item-1-2 > .el-submenu__title > .product-menu-tit {
  color: #333;
}
.product-menu .product-menu-item-1-2 > .el-submenu__title:hover {
  background-color: transparent;
}
.product-menu .product-menu-item-1-2 > .el-menu {
  padding: 10px 0px 10px 50px;
  display: none;
}
.product-menu .product-menu-item-1-2 > .el-menu li {
  position: relative;
  margin: 16px 0;
}
.product-menu .product-menu-item-1-2 > .el-menu li a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.product-menu .product-menu-item-1-2 > .el-menu li a {
    position: relative;
  padding-left: 22px;
  display: block;
}
.product-menu .product-menu-item-1-2 > .el-menu li:hover a,
.product-menu .product-menu-item-1-2 > .el-menu li.on a {
  color: #EF4B2A;
}
.product-menu .product-menu-item-1-2 > .el-menu li a:hover::before,
.product-menu .product-menu-item-1-2 > .el-menu li.on a::before {
  content: '√';
  border-color: #EF4B2A;
  color: #EF4B2A;
}
@media only screen and (min-width: 961px) {
  .product-menu .product-menu-item-1-1 > .link:hover {
    color: #fff;
  }
  .product-menu .product-menu-item-1-1.el-menu-item:hover {
    color: #fff;
    background-color: #EF4B2A;
  }
  .product-menu .el-submenu > .el-submenu__title:hover,
  .product-menu .el-submenu > .el-submenu__title:hover > .link1 {
    color: #EF4B2A;
  }
  .product-menu .el-submenu > .el-submenu__title .link1:hover {
    text-decoration: underline;
  }
  .product-menu .product-menu-item-1-2 .product-menu-tit:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1440px) {
  .product-menu-wrap {
    width: 270px;
  }
  .product-menu-btn {
    font-size: 16px;
    line-height: 22px;
    width: 40px;
    padding: 12px 8px;
  }
  .product-menu-wrap {
    top: 80px;
  }
  .product-menu-wrap .main {
    height: calc(100vh - 160px);
  }
  .product-menu-wrap .tit {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 24px 20px;
  }
  .product-menu .product-menu-item-1-1.el-menu-item {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0 32px 0 24px !important;
  }
  .product-menu .product-menu-item-1-1 > .link {
    padding: 0 32px 0 24px !important;
  }
  .product-menu .product-menu-item-1-2 > .el-submenu__title {
    font-size: 16px;
    padding: 0 32px 0 24px !important;
    line-height: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .product-menu-wrap {
    top: 60px;
  }
  .product-menu-wrap .main {
    height: calc(100vh - 140px);
  }
  .product-menu-wrap .off {
    display: block;
  }
  .product-menu-wrap {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 5;
    width: 310px;
    background-color: #fff;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .pl_conxz .wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .product-menu {
    padding-bottom: 160px;
  }
  .product-menu-wrap .off {
    display: block;
  }
}
.pl_conxz .wrap {
  width: calc(100% - 450px);
  margin: 0;
}
.product-page01 {
  margin-top: 3%;
}
.product-page01 .container {
  max-width: 90%;
  padding: 0;
  align-items: flex-start;
  justify-content: space-between;
}
.product-page01 .top {
  margin-bottom: 24px;
  padding: 40px;
}
.product-page01 .top .title {
  position: relative;
  font-size: 32px;
  color: #212427;
  margin-bottom: 20px;
}
.product-page01 .top .content {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 1.4;
}
.product-list {
  align-items: stretch;
}
.product-list.product-list01 {
  justify-content: space-between;
}
.product-list.product-list01 .item {
  margin-right: 0;
}
.product-list .item {
  position: relative;
  width: 31.6333%;
  padding: 2.5% 0 3.5%;
  margin-bottom: 1.7%;
  margin-right: 1.7%;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  transition: all 0.3s;
}
.product-list .item a {
  width: 100%;
}
.product-list .item::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #EF4B2A;
  bottom: 0;
  transition: all 0.5s;
}
.product-list .item:hover .picture img {
  transform: scale(1.08);
}
.product-list .model {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-list .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1.3;
}
.product-list .title > a {
  color: #333;
  height: 47px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .typea .title > a {
  height: 63px;
}
.product-list .content {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .item.typea .content {
  -webkit-line-clamp: 3;
}
.product-list .btns {
  margin-top: 16px;
  justify-content: center;
}
.product-list .img {
  width: 80%;
  transition: transform 0.6s;
  position: absolute;
  height: 80%;
  object-fit: contain;
  top: 10%;
  left: 10%;
}
.product-list .picture {
  width: 100%;
  display: block;
  margin: 12% auto 12%;
  overflow: visible;
  position: relative;
  padding-top: 60%;
  background: url(../images/proBg.jpg) no-repeat center;
  background-size: cover;
}
.product-list .btn {
  width: 100%;
}
.product-list .join {
  width: 100%;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: transparent;
  color: #EF4B2A;
}
.c-btna {
  line-height: 44px;
  display: block;
  text-align: center;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease-in;
}
.c-btna > span {
  position: relative;
  z-index: 1;
}
.product-list .item:hover .c-btna {
  color: #EF4B2A;
}
@media only screen and (min-width: 961px) {
  .product-list .picture:hover .img {
    transform: scale(1.1);
  }
  .product-list .title > a:hover {
    color: #EF4B2A;
  }
  .product-list .item.typea {
    width: 66.1%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product-list .item.typea .picture {
    width: 46%;
    margin-bottom: 0;
  }
  .product-list .item.typea .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 26px;
  }
  .product-list .item.typea .main {
    width: 54%;
    height: auto;
    padding-left: 4%;
  }
  .product-list .item.typea .btns {
    width: 82%;
    margin-top: 80px;
  }
  .product-list .item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  }
  .product-list .item:hover::before {
    width: 100%;
  }
}
@media only screen and (min-width: 1441px) {
  .product-list .item.typea .title {
    font-size: 38px;
  }
  .product-list .item.typea .btns {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_conxz .wrap {
    width: calc(100% - 310px);
  }
  .product-list .btn {
    width: 61.5%;
  }
  .product-page01 .top {
    margin-bottom: 20px;
  }
  .product-page01 .top .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .product-page01 .top .content {
    font-size: 15px;
  }
  .product-list .picture {
    margin-bottom: 12px;
  }
  .product-list .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-menu-wrap {
    display: none;
  }
  .pl_conxz .wrap {
    width: 100%;
  }
  .product-list .btn {
    opacity: 1;
    transform: translateY(0);
    width: 120px !important;
    line-height: 38px;
  }
}
@media only screen and (max-width: 960px) {
  .product-page01 .top {
    margin-bottom: 16px;
  }
  .product-page01 .top .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .product-page01 .top .content {
    font-size: 13px;
  }
  .product-list .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product-list .picture {
    margin-bottom: 0;
  }
  .product-list .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .product-list .main {
    height: auto;
    padding-left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .product-list .item {
    width: 46%;
    margin: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .product-list .item {
    width: 100%;
    margin: 2% 0;
  }
  .product-page01 .top {
    padding: 6%;
    margin-bottom: 16px;
  }
  .product-page01 .top .title {
    font-size: 16px;
  }
  .product-page01 .top .content {
    font-size: 12px;
  }
  .product-page01 .wrap {
    width: 100%;
  }
  .product-list .item {
    margin-bottom: 8px;
    padding-bottom: 25px;
  }
  .product-list .picture {
    margin: 20px 0;
  }
  .product-list .title > a {
    height: auto;
    display: block;
  }
  .product-list .picture {
    width: 100%;
  }
  .product-list .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .product-list .main {
    width: 100%;
  }
  .product-list .img {
    width: 60%;
    left: 20%;
  }
  .product-list .btns {
    width: 100%;
    margin-top: 14px;
  }
}
.proDeilNr {
  align-items: stretch;
}
.proDeilPic {
  position: relative;
  width: 55%;
  padding: 0 90px 40px 60px;
}
.proDeilPic .swiper-button .swiper-button-prev {
  left: 0;
}
.proDeilPic .swiper-button .swiper-button-next {
  right: 30px;
}
.proDeismall {
  margin-top: 10px;
}
.proDeismall .swiper-slide {
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
.proDeismall .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #EF4B2A;
}
.proDeilPic .swiper-slide {
  background: #F6F6F6;
}
.proDeilPic img {
  display: block;
  padding: 10% 0;
  width: 70%;
  max-width: 430px;
  margin: 0 auto;
}
.proDeismall img {
  display: block;
  padding: 9% 0;
  width: 70%;
  max-width: 100px;
}
.proDeilPic .slick-prev,
.proDeilPic .slick-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: url("../images/proL.png") no-repeat center;
  background-size: cover;
  z-index: 9;
}
.proDeilPic .slick-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 20px;
  background: url("../images/proR.png") no-repeat center;
  background-size: cover;
  z-index: 9;
}
.proDeilText {
  width: 45%;
  padding-left: 5%;
  padding-top: 4%;
  padding-bottom: 5%;
  border-left: 1px solid #efefef;
}
.proDeilText p span {
  font-weight: 500;
}
.proDeilText hr {
  display: block;
  background-color: #fff;
  border: 0;
  height: 2px;
  margin-top: 8%;
}
.proDeilText a {
  display: inline-block;
  padding: 8px 40px;
  font-size: 14px;
  color: #fff;
  background-color: #EF4B2A;
  border-radius: 40px;
  margin-top: 8%;
}
.proDeilText a:hover {
  opacity: 0.8;
}
.proDeilText h3 {
  font-size: 20px;
  color: #1E2021;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}
.proDeilText p {
  font-size: 14px;
  color: #333;
  margin: 18px 0;
  text-align: justify;
}
.proDeilText p span {
  font-size: 14px;
  color: #1E2021;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .proDeilNr {
    flex-direction: column-reverse;
  }
  .proDeilPic {
    width: 100%;
    margin-bottom: 2rem;
  }
  .proDeilText {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .proDeilText h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .proDeilText a {
    margin-top: 1%;
  }
  .proDeilPic {
    padding: 0;
  }
  .proDeilPic .swiper-button .swiper-button-next {
    right: 0;
    top: -30px;
    transform: translateY(0) rotate(-90deg);
  }
  .proDeilPic .swiper-button .swiper-button-prev {
    left: auto;
    right: 50px;
    top: -30px;
    transform: translateY(0) rotate(90deg);
  }
}
.section-tabs {
  width: 100%;
}
.section-tabs .nav-wrap {
  background-color: #fff;
}
.section-tabs .nav-wrap ul {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.section-tabs .navFix {
  position: fixed;
  width: 100%;
  left: 0;
  top: 75px;
}
.section-tabs .navFix a {
  line-height: 56px;
}
.section-tabs ul {
  text-align: center;
}
.section-tabs li {
  display: inline-block;
  margin-right: 60px;
  text-align: center;
}
.section-tabs.fix {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
}
.section-tabs a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 72px;
  text-align: center;
  color: #3D3D3D;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
}
/* .section-tabs a.active::before {
  display: none;
  }
  .section-tabs a+a::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  top: 11px;
  left: -55px;
  background: #ccc;
  } */
.section-tabs a img {
  width: 28px;
}
.section-tabs a img.tabs-1,
.section-tabs a.active img.tabs-2 {
  display: none;
}
.section-tabs a img.tabs-2,
.section-tabs a.active img.tabs-1 {
  display: inline-block;
}
.section-tabs a span {
  position: relative;
  z-index: 1;
}
.section-tabs a:hover {
  color: #EF4B2A;
}
.section-tabs a.active {
  border-bottom: 2px solid #EF4B2A;
  color: #EF4B2A;
}
@media screen and (max-width: 1024px) {
  .section-tabs li {
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .section-tabs .nav-wrap {
    overflow-x: auto;
    text-align: center;
  }
  .section-tabs .nav-wrap ul {
    display: inline-flex;
    flex-wrap: inherit;
    text-align: center;
  }
  .section-tabs .nav-wrap li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .section-tabs li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section-tabs li {
    margin-right: 30px;
  }
}
.conOneView {
  background: #f5f5f5;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .conOneView {
    padding: 8%;
  }
}
.conFour .conTwoView,
.conTwo .conTwoView {
  position: relative;
}
.conFour .conTwoView .swiper-button-prev,
.conTwo .conTwoView .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: -70px;
  background-color: #f5f5f5;
  border-radius: 50%;
  background-size: 28px auto;
}
.conFour .conTwoView .swiper-button-prev:hover,
.conTwo .conTwoView .swiper-button-prev:hover {
  background-image: url(../images/a2-2.png);
  background-color: #FF6600;
}
.conFour .conTwoView .swiper-button-next,
.conTwo .conTwoView .swiper-button-next {
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: -70px;
  background-color: #f5f5f5;
  border-radius: 50%;
  background-size: 28px auto;
}
.conFour .conTwoView .swiper-button-next:hover,
.conTwo .conTwoView .swiper-button-next:hover {
  background-image: url(../images/a2-2.png);
  background-color: #FF6600;
}
.conFour .culThreeList,
.conTwo .culThreeList {
  padding-bottom: 0 !important;
}
.conFour .culThreeList .swiper-slide .culThreeP,
.conTwo .culThreeList .swiper-slide .culThreeP {
  background-color: #f5f5f5;
  margin-top: 0;
  padding: 10px 0;
}
.conFour .conTwoView .swiper-button-prev,
.conFour .conTwoView .swiper-button-next {
  background-color: #fff;
}
.conThree .productCs {
  overflow: hidden;
}
.conThree .productCs.active {
  height: 70vh;
}
.conThree .productCs.on {
  height: auto;
}
.conThree .designBut {
  display: block;
  width: 124px;
  margin: 4% auto 0;
  cursor: pointer;
}
.conFour .conFourView {
  justify-content: space-between;
}
.conFour .conFourView textarea,
.conFour .conFourView input {
  width: 49.2%;
  border: 1px solid #D8D8D8;
  background: #fff;
  padding: 14px 24px;
  margin-bottom: 1.6%;
  font-size: 16px;
  color: #7B7B7B;
  font-weight: 300;
}
.conFour .conFourView textarea {
  width: 100%;
}
.conFour button {
  display: block;
  text-align: center;
  border: none;
  font-size: 14px;
  background: #D8D8D8;
  width: 145px;
  height: 40px;
  margin: 0 auto;
  font-weight: 300;
  transition: all 0.3s;
}
.conFour button:hover {
  background: #EF4B2A;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .section-tabs .navFix {
    top: 69px;
  }
}
@media screen and (max-width: 1250px) {
  .section-tabs .navFix {
    top: 63px;
  }
}
@media screen and (max-width: 1070px) {
  .section-tabs .navFix {
    top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .section-tabs .nav-wrap {
    overflow-x: auto;
    text-align: center;
  }
  .section-tabs .nav-wrap ul {
    display: inline-flex;
  }
  .section-tabs .nav-wrap li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .section-tabs .nav-wrap ul {
    width: 100%;
  }
  .section-tabs .nav-wrap li {
    margin-bottom: -1px;
  }
  .section-tabs a.active {
    padding-bottom: 3px;
  }
  .product_introduce > .container {
    flex-direction: column-reverse;
  }
  .proInfoInner .newsInfoMbx > a.conBack {
    width: 22px !important;
  }
  .section-tabs li {
    flex-grow: 1;
    width: auto;
  }
  .section-tabs a {
    line-height: 50px;
    font-size: 14px;
  }
  .section-tabs .navFix a {
    line-height: 50px;
  }
}
@media screen and (max-width: 1700px) {
  .product_describe b {
    font-size: 18px;
    margin-right: 15px;
  }
  .product_describe span {
    color: #e8a038;
    font-size: 24px;
  }
  .product_describe h2 {
    color: #e8a038;
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .product_describe p {
    font-size: 16px;
  }
  .product_describe div {
    font-size: 16px;
    color: #464646;
    margin-top: 15px;
  }
  .product_describe ul li {
    font-size: 12px;
  }
  .right {
    background: url(../images/arr_right1.png) no-repeat center center;
    left: auto;
    right: 10%;
  }
  .left {
    background: url(../images/arr_left1.png) no-repeat center center;
    left: 10%;
    right: auto;
  }
}
@media screen and (max-width: 1500px) {
  .product_list li .mask > div button {
    padding: 5px 20px;
  }
  .product_list li .mask > div p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .product_img .mySwiper2 .swiper-slide img {
    max-width: 360px;
  }
  .product_img .thumbnail {
    width: 90px;
  }
  .product_img .thumbnail .swiper-slide {
    height: 80px !important;
  }
  .product_img .mySwiper2 {
    width: calc(100% - 90px);
  }
  .product_img .thumbnail {
    height: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .product_list li .mask > div button {
    padding: 5px 15px;
  }
  .product_img .mySwiper2 .swiper-slide img {
    max-width: 320px;
  }
  #v-pop .box_ {
    width: 85%;
    padding: 10px;
  }
  #v-pop .box_ .go-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sd .f22 {
    font-size: 0.34rem !important;
  }
}
.disNo {
  display: none;
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  .product_img .productSmallLeft {
    order: 2;
    padding: 0;
  }
  .product_class li b {
    width: auto;
    font-size: 12px;
  }
  .product_class li .product_class_name a {
    display: inline-block;
    padding: 5px 10px;
    color: #464646;
  }
  .productTj h3 {
    font-size: 19px !important;
  }
  .product_list li {
    width: 48%;
  }
  .product_describe {
    width: 100%;
  }
  .product_lunbo {
    width: 100%;
    position: relative;
  }
  .product_describe b {
    font-size: 15px !important;
  }
  .product_describe p {
    font-size: 14px !important;
  }
  .product_img .mySwiper2 {
    width: 80%;
    margin: 60px auto;
  }
  .product_img .mySwiper2 .swiper-slide img {
    max-width: initial;
  }
  .product_img .thumbnail {
    width: calc(100% - 60px);
    margin: 0 auto;
    overflow: hidden;
  }
  .product_img .thumbnail .swiper-slide {
    padding: 10px 20px;
  }
  .product_img .thumbnail {
    height: auto;
    padding: 0px 0 30px;
  }
  .product_img .productSmallLeft .swiper-button-next {
    left: auto;
    right: -10px;
    transform: rotate(90deg);
    top: 47%;
    background-size: 24px;
  }
  .product_img .productSmallLeft .swiper-button-prev {
    left: -5px;
    transform: rotate(90deg);
    top: 47%;
    background-size: 24px;
  }
  .product_img .mySwiper2 .swiper-button-prev {
    left: 0;
  }
  .product_img .mySwiper2 .swiper-button-next {
    right: 0;
  }
  .product_img .mySwiper2 .swiper-button-prev,
  .product_img .mySwiper2 .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .csb,
  .sd {
    width: 100%;
  }
  #v-pop .box_ .go-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    top: -17px;
    right: -15px;
  }
  .csb td {
    font-size: 12px !important;
  }
  .conFour .conTwoView,
  .conTwo .conTwoView {
    margin: 0 auto;
  }
  .conTwo .conTwoView .culThreeList {
    margin-top: 0;
  }
  .conTwo .conTwoView {
    padding-bottom: 60px;
  }
  .conTwo .conTwoView .swiper-button-next {
    top: auto;
    bottom: 0;
    transform: translateY(0) rotate(-90deg);
    right: auto;
    left: 50%;
    margin-left: 4px;
    background-size: 20px auto;
  }
  .conTwo .conTwoView .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: translateY(0) rotate(90deg);
    right: auto;
    left: 50%;
    margin-left: -42px;
    background-size: 20px auto;
  }
  .conFour .conFourView textarea,
  .conFour .conFourView input {
    width: 100%;
    padding: 10px 18px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .conFour .conFourView textarea {
    height: 140px;
  }
  .productTab {
    overflow-x: auto;
  }
  .productTab .csb {
    min-width: 700px;
  }
  .productTab tr .disNo {
    display: block;
  }
  .productTab tr .l {
    position: absolute;
    font-size: 12px !important;
    left: 5%;
    width: 120px;
  }
  .productTab tr .l.l1 {
    width: 70px;
  }
  .productTab tr .l.l2 {
    width: 50px;
    left: 100px;
  }
  .productTab tr .l.lhei {
    height: 70px;
    padding-top: 3%;
  }
  .productTab tr .ll {
    width: 170px;
  }
  .csb td {
    padding: 5px;
  }
  .csb th {
    padding: 5px;
  }
  .productTab1 {
    padding-left: 168px;
  }
  .productTab1 .csb td,
  .productTab1 .csb th {
    height: 50px;
  }
  .proNav .indTit {
    width: 100%;
  }
  .tabClass {
    width: 100%;
  }
  .tabList {
    width: 31.33%;
    padding: 5px 0;
  }
  .tabList a {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 750px) {
  .tabClass {
    font-size: 0;
    margin-bottom: 20px;
  }
  .tabList {
    font-size: 12px;
    color: #464646;
    border: 1px solid #bfbfbf;
    text-align: center;
    line-height: 24px;
  }
  #productClassSmall {
    display: block;
  }
  #productClass {
    display: none;
  }
  .product_class {
    background-color: #fff;
    border: none;
    font-size: 0;
  }
  .product_class li:nth-child(1) {
    width: 100%;
    font-size: 14px;
  }
  .product_class li {
    display: inline-block;
    width: 33%;
    border-bottom: none;
    padding: 10px 5px 10px 0;
    font-size: 12px;
    vertical-align: top;
    position: relative;
  }
  .product_class li b.input {
    color: #898989;
    border: 1px solid #dcdcdc;
    padding: 5px 20px 5px 5px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
  }
  .product_class li b.input.option {
    color: #464646;
  }
  .product_class li b.input i.bottom {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #898989 transparent transparent;
    position: absolute;
    right: 5px;
    top: 13px;
  }
  .product_class li b.input i.top {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent #898989;
    position: absolute;
    right: 5px;
    bottom: 10px;
  }
  .product_class .select {
    border: 1px solid #dcdcdc;
    width: 100%;
    padding-left: 5px;
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
  }
  .product_class .select a {
    color: #464646;
    display: block;
    font-size: 12px;
    line-height: 2;
  }
  .filt-dd-check {
    position: relative;
    /* margin-right: 10px; */
    /* margin-bottom: 10px; */
    padding: 5px 21px 5px 5px;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
  }
  .filt-dd-del {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
    height: 100%;
    background-size: 12px;
  }
  .screen {
    background-color: #fff;
    margin: 10px auto;
  }
  .screen b {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1;
  }
  .screen div {
    font-size: 12px;
    line-height: 32px;
    color: #707070;
    padding-right: 15px;
  }
  /*产品详情*/
  .product_describe h2 {
    color: #e8a038;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .product_describe ul {
    margin-top: 10px;
  }
  .product_lunbo {
    width: 100%;
    position: relative;
  }
  .product_img > ul {
    font-size: 0;
    width: 100%;
    margin: 25px auto 0px;
  }
  .product_img > ul > li {
    display: inline-block;
    border: 1px solid #eaeaea;
    /* width: 15.96%; */
    width: 60px;
    margin-top: 20px;
    padding: 10px;
    margin-right: 10px;
  }
  .product_img > div {
    position: relative;
    width: 100%;
  }
  .sd > div.fl {
    font-size: 14px;
    font-weight: bold;
  }
  .b {
    display: inline-block;
    width: 12px;
    height: 16px;
    vertical-align: top;
  }
  .sd span {
    font-size: 12px;
    vertical-align: top;
    margin-left: 15px;
  }
  .xian {
    height: 12px;
    margin: 0px 10px;
    vertical-align: top;
  }
  .csb th {
    color: #fff;
    font-size: 12px;
  }
  .csb td {
    font-size: 12px;
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  .productTab tr .l.l2 {
    left: 90px;
  }
  .productTab tr .l.lhei {
    padding-top: 5%;
  }
  .tabList {
    padding: 2px 0;
  }
  .titImg {
    margin-bottom: 0.2rem;
  }
}
.videoView .photo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  position: absolute;
  opacity: 0;
}
.videoView .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
}
.videoView .photo .play_ {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  color: #00B4BE;
  z-index: 5;
  text-indent: 5px;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.videoView .photo .play_ > i {
  font-size: 24px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.videoView .photo .play_ > i img {
  position: relative;
  z-index: 99;
  width: 15px !important;
  margin: 12px 0 22px 0;
  object-fit: contain;
  height: auto;
}
.videoView .photo .play_:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.videoView .newsBig .swiper-slide a .newsBigText i {
  cursor: pointer;
}
.videoView .news-item a {
  cursor: auto;
}
.videoView .news-item:hover .news-date-wrap i {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .videoView .photo .play_:hover {
    border-color: #fff;
    color: #fff;
  }
  .videoView .photo .play_:hover:after {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    opacity: 0;
  }
  .videoView .news-item:hover .photo,
  .videoView .news-item:hover .photo,
  .videoView .newsBig .swiper-slide:hover .photo,
  .videoView .newsBig .swiper-slide:hover .photo {
    opacity: 1;
  }
}
#v-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
#v-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#v-pop .box_ {
  width: 72%;
  padding: 1em;
  opacity: 0;
  background-color: #fff;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInUpSmall;
  position: relative;
  z-index: 5;
  box-shadow: 0 6px 15px -2px rgba(0, 0, 0, 0.12);
}
#v-pop .box_ video {
  position: relative;
  width: 100%;
  max-height: 70vh;
  display: block;
}
#v-pop .box_ .go-close {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: #333;
  font-size: 26px;
  top: -25px;
  right: -25px;
  box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
#v-pop.on {
  display: flex;
}
#v-pop.on .box_,
#v-pop.on .mask {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #v-pop .box_ {
    width: 90%;
    padding: 10px;
  }
  #v-pop .box_ .go-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    top: -15px;
    right: -13px;
  }
}
.messageView {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}
.messageView .conFour {
  background: #fff;
}
.messageView .conFour .mlbTit {
  background: url(../images/messageBg.jpg) no-repeat center;
  background-size: cover;
  padding: 2% 5% 1%;
  text-align: left;
}
.messageView .conFour .mlbTit p img {
  width: 16px;
  margin-right: 5px;
}
.messageView .conFour .conFourView {
  padding: 3% 5%;
}
.messageView .conFour .conFourView .conFourInp {
  position: relative;
  width: 32.333%;
  margin-bottom: 2%;
}
.messageView .conFour .conFourView .conFourInp input {
  width: 100%;
  margin-bottom: 0;
}
.messageView .conFour .conFourView .conFourInp span {
  position: absolute;
  color: red;
  left: 15px;
  top: 28%;
}
.messageView .conFour .conFourView .conFourInp.flex {
  width: 100%;
}
.messageView .conFour .conFourView .conFourInp.flex input {
  width: 32.33%;
}
.messageView .conFour .conFourView .conFourInp img {
  width: 120px;
  height: 54px;
  margin-left: 10px;
  object-fit: cover;
}
.messageView .conFour .conFourView .conFourText {
  position: relative;
  width: 100%;
  margin-bottom: 2%;
}
.messageView .conFour .conFourView .conFourText span {
  position: absolute;
  color: red;
  left: 15px;
  top: 10%;
}
.messageView .conFour .conFourView .conFourText textarea {
  height: 150px;
  margin-bottom: 0;
}
.messageView .conFour button {
  width: 100%;
  height: 48px;
  background: #333;
  color: #fff;
}
.messageView .conFour button:hover {
  background: #EF4B2A;
}
.hei100 {
  height: 100vh;
  min-height: 600px;
}
.about-tabs ul {
  border: none !important;
  justify-content: space-between;
}
.about-tabs li {
  padding-top: 0;
}
.indVal_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indVal_a {
  overflow: hidden;
  position: relative;
  width: 33.33%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.indVal_div {
  position: relative;
  overflow: hidden;
}
.indVal_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s;
}
.indVal_name {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  padding: 5% 8%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indVal_name svg {
  width: 48px;
  height: 48px;
  display: block;
  margin-right: 20px;
}
.indVal_name span {
  display: block;
  color: #fff;
  line-height: 1;
}
.indVal_name p {
  color: #Fff;
  opacity: 0.8;
  margin-top: 10px;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 2px;
}
.indVal_txt {
  position: absolute;
  bottom: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 8%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  transition: all 0.8s;
  display: flex;
  align-items: center;
}
.indVal_span {
  margin-bottom: 5px;
}
.indVal_span svg {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.indVal_span span {
  color: #fff;
  vertical-align: middle;
  margin-left: 5px;
}
.indVal_p {
  position: relative;
  overflow: hidden;
}
.indVal_p p {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 14px;
  position: relative;
  margin-top: 10px;
  text-align: justify;
}
.indVal_p p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
}
@media screen and (min-width: 1024px) {
  .indVal_a:hover .indVal_name {
    transform: translateY(40px);
    opacity: 0;
  }
  .indVal_a:hover .indVal_txt {
    bottom: 0;
  }
  .indVal_a:hover .indVal_img::after {
    opacity: 0.3;
  }
}
@media screen and (max-width: 1024px) {
  .indVal_txt {
    padding: 60px 8%;
  }
  .indVal_name {
    display: none;
  }
  .indVal_img {
    height: auto;
    min-height: inherit;
  }
  .indVal_txt {
    position: static;
  }
}
@media screen and (max-width: 860px) {
  .indVal_a {
    width: 100%;
  }
  .indVal_a {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .indVal_txt {
    padding: 27px 5%;
  }
}
.abCulture .mlbTit {
  text-align: left;
}
.abCulture .mlbTit h3 {
  margin-bottom: 50px;
}
.abCulture .mlbTit p {
  margin: 40px 0;
  font-size: 0.95rem;
}
.abCulture .mlbTit p span {
  display: inline-block;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .abCulture .mlbTit p span {
    width: 110px;
  }
  .abCulture .mlbTit p {
    margin: 20px 0;
  }
  .abCulture .mlbTit h3 {
    margin-bottom: 26px;
  }
  .abCulture {
    padding-top: 3rem;
  }
}
.z_index_about .z_about_num {
  background-size: contain;
  background-repeat: no-repeat;
  align-content: space-between;
}
.z_index_about .z_about_num .mlbTit {
  max-width: 920px;
  margin: 0 auto;
}
.z_index_about .z_about_num .mlbTit h3 {
  margin-bottom: 4%;
}
.z_index_about .z_about_num .mlbTit p {
  line-height: 1.8;
}
.z_about_num > ul {
  width: 100%;
  align-items: flex-start;
}
.z_about_num * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.z_about_num li {
  width: 25%;
  padding: 4% 3% 3%;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_about_num li .h3 {
  display: flex;
  line-height: 1;
  align-items: flex-end;
  margin-bottom: 29px;
}
.z_about_num li .math {
  font-weight: bold;
  color: #1E2021;
}
.z_about_num li em {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
}
.z_about_num li h4 {
  color: #5E6163;
}
.z_about_num li p {
  color: #5E6163;
  font-size: 14px;
  margin-top: 5%;
  min-height: 100px;
}
.z_about_num li::before {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.z_about_num li:hover {
  background-color: #EF4B2A;
}
.z_about_num li:hover * {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .z_about_num li .math {
    font-size: 2rem;
  }
}
@media screen and (max-width: 860px) {
  .z_about_num li {
    width: 50%;
  }
  .z_about_num li {
    padding-top: 7%;
  }
  .z_about_num li .h3 {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .z_index_about .z_about_num {
    height: auto;
    min-height: 710px;
  }
  .z_index_about .z_about_num {
    padding-bottom: 50px;
  }
}
.m-about5 {
  overflow: hidden;
  align-items: stretch;
}
.m-about5 .ul-listab5 {
  width: 40%;
  padding: 60px 40px;
  background-color: #fff;
}
.m-about5 .ul-listab5 .swiper-slide {
  opacity: 0 !important;
}
.m-about5 .ul-listab5 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.m-about5 .ul-listab5 .Scroll {
  height: 350px;
}
.m-about5 .col-l {
  position: relative;
  width: 60%;
  background: url(../images/honorBg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.m-about5 .col-l .m-banab5,
.m-about5 .col-l .swiper-wrapper {
  height: 100%;
}
.m-about5 .col-l .swiper-button-prev {
  left: 30px;
  top: 54%;
}
.m-about5 .col-l .swiper-button-next {
  right: 30px;
  top: 54%;
}
.m-about5 .col-l .swiper-slide {
  height: 100%;
  position: relative;
}
.m-about5 .col-l .swiper-slide img {
  position: absolute;
  width: 60%;
  height: 380px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -o-object-fit: contain;
  object-fit: contain;
}
.ul-listab5 {
  display: block;
  overflow: hidden;
}
.ul-listab5 .txt {
  padding-left: 16px;
  font-size: 14px;
  position: relative;
  margin: 10px 0;
  color: #000;
  padding-right: 16px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*-ms-text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
.ul-listab5 .txt::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #D8D8D8;
  border-radius: 50%;
  left: 0;
  top: 42%;
}
@media screen and (max-width: 900px) {
  .m-about5 .ul-listab5 {
    width: 100%;
  }
  .m-about5 .col-l {
    width: 100%;
  }
  .m-about5 .col-l .swiper-slide img {
    position: relative;
    height: auto;
    padding: 13% 0;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m-about5 .col-l .swiper-slide img {
    width: 85%;
  }
  .swiper-button .swiper-button-prev,
  .swiper-button .swiper-button-next {
    width: 38px;
    height: 38px;
    background-size: 22px auto;
  }
  .m-about5 .col-l .swiper-button-next {
    right: 15px;
    top: 62%;
  }
  .m-about5 .col-l .swiper-button-prev {
    left: 15px;
    top: 62%;
  }
  .m-about5 .ul-listab5 {
    padding: 30px 24px 30px 24px;
  }
  .m-about5 .ul-listab5 .swiper-slide h4 {
    font-size: 1.2rem;
  }
  .mlbTit {
    margin-bottom: 0px;
  }
  .m-about5 .col-l .swiper-slide img {
    padding: 16% 0;
  }
}
.abTwo {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
/*his xiugai*/
.hisTop {
  padding: 70px 80px 0 0;
  border-radius: 20px;
}
.t_f1k4 {
  background: #424e51;
  position: relative;
}
.t_f1k4bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 483px;
}
.t_f1k4bg img {
  width: 100%;
}
.t_f1k4nr .t_ywh2 h2 {
  color: #fff;
  font-weight: bold;
}
.t_f1k4shu {
  line-height: 1.2;
  font-weight: bold;
  color: #ef4b2a;
}
.t_f1k4rg .t_ywh5 p {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
  font-size: 14px;
}
.t_f1k4rg .t_ywh5 p::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D8D8D8;
  position: absolute;
  left: 0;
  top: 5px;
}
.t_f1k4rg .t_ywh5 p::after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #D8D8D8;
  position: absolute;
  left: 10px;
  top: 11px;
}
.t_f1k4lun {
  position: relative;
}
.t_f1k4bo {
  position: relative;
}
.t_f1k4quan {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.t_f1k4cir {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ef4b2a;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
.t_f1k4quan::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
  transition: all 0.36s;
  opacity: 0;
}
.t_f1k4bo.on .t_f1k4quan::before {
  width: 42px;
  height: 42px;
  opacity: 1;
}
.t_f1k4bo.on .t_f1k4cir {
  opacity: 1;
}
.t_f1k4li .t_ywh6 h6 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
}
.t_f1k4nr {
  padding-top: 138px;
  padding-bottom: 107px;
}
.t_f1k4nr .t_ywh2 {
  margin-bottom: 85px;
}
.t_f1k4le {
  width: 340px;
}
.t_f1k4rg {
  position: relative;
  width: calc(100% - 340px);
  padding: 5% 0 3%;
}
.t_f1k4rg::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 6px;
  top: 0;
  background: #efefef;
}
.t_f1k4bo .t_ywh6 {
  margin-bottom: 70px;
}
.t_f1k4bo .t_ywh6 h6 {
  transition: all 0.36s;
}
.t_f1k4bo.on .t_ywh6 h6 {
  opacity: 1;
}
.t_f1k4lie {
  display: none;
}
.t_f1k4lie.act {
  display: flex;
}
.t_f1k4lun .slick-prev,
.t_f1k4lun .slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: 0;
  border: 1px solid #fff;
  top: 34%;
  transform: translateY(-50%);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 20;
}
.t_f1k4lun .slick-next {
  left: auto;
  right: 0;
}
.t_f1k4lun {
  margin-top: 120px;
  padding: 0 48px 0;
  margin-left: 30%;
}
.t_f1k4lun .slick-list {
  transform: translateY(20px);
}
.hisTit p {
  opacity: 0.2;
}
.t_f1k4lun .slick-prev::before,
.t_f1k4lun .slick-next::before {
  content: url(../images/hisPrev.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
}
.t_f1k4lun .slick-next::before {
  transform: translate(-50%, -50%) scale(0.6) rotate(180deg);
}
.t_f1k4lun .slick-prev:hover,
.t_f1k4lun .slick-next:hover {
  border-color: #ef4b2a;
}
.t_f1k4lun .slick-prev:hover::before,
.t_f1k4lun .slick-next:hover::before {
  content: url(../images/hisPrev-1.png);
}
.t_f1k4bo {
  cursor: pointer;
}
@media screen and (max-width: 1680px) {
  .t_f1k4nr {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .t_f1k4shu {
    font-size: 100px;
  }
  .t_f1k4nr .t_ywh2 {
    margin-bottom: 60px;
  }
  .t_f1k4bg {
    width: 400px;
  }
  .t_f1k4nr {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .t_f1k4shu {
    font-size: 90px;
  }
  .t_f1k4nr .t_ywh2 {
    margin-bottom: 40px;
  }
  .t_f1k4le {
    width: 300px;
  }
  .t_f1k4rg {
    width: calc(100% - 300px);
  }
  .t_f1k4lun {
    margin-top: 70px;
    margin-left: 20%;
  }
  .t_f1k4li .t_ywh6 h6 {
    font-size: 22px;
  }
  .t_f1k4nr {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .t_f1k4lun {
    margin-top: 40px;
  }
  .hisTop {
    padding-right: 8%;
  }
  .t_f1k4lun {
    margin-left: 8%;
  }
  .t_f1k4shu {
    font-size: 70px;
  }
  .t_f1k4rg {
    padding: 40px 0;
  }
  .t_f1k4nr {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .t_f1k4bg {
    width: 360px;
  }
  .t_f1k4rg .t_ywh5 p {
    margin-bottom: 10px;
  }
  .t_f1k4lun .slick-prev,
  .t_f1k4lun .slick-next {
    width: 40px;
    height: 40px;
  }
  .t_f1k4quan {
    width: 38px;
    height: 38px;
  }
  .t_f1k4bo.on .t_f1k4quan::after {
    width: 38px;
    height: 38px;
  }
  .t_f1k4bo.on .t_f1k4quan::before {
    width: 30px;
    height: 30px;
  }
  .t_f1k4lun .slick-prev::before,
  .t_f1k4lun .slick-next::before {
    transform: translate(-50%, -50%) scale(0.6);
  }
  .t_f1k4lun .slick-next::before {
    transform: translate(-50%, -50%) scale(0.6) rotate(180deg);
  }
}
@media screen and (max-width: 950px) {
  .t_f1k4shu {
    font-size: 50px;
  }
  .t_f1k4bg {
    width: 300px;
  }
  .t_f1k4le {
    width: 260px;
  }
  .t_f1k4rg {
    width: calc(100% - 260px);
  }
  .t_f1k4nr .t_ywh2 {
    margin-bottom: 32px;
  }
  .t_f1k4nr {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .t_f1k4shu {
    font-size: 50px;
  }
  .t_f1k4le {
    width: 150px;
  }
  .t_f1k4rg {
    width: calc(100% - 150px);
  }
  .t_f1k4nr {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .t_f1k4rg .t_ywh5 p {
    font-size: 14px;
  }
  .t_f1k4rg .t_ywh5 p {
    padding-left: 36px;
  }
  .t_f1k4nr .t_ywh2 {
    margin-bottom: 20px;
  }
  .maxad-max li .maxpic img {
    width: 56%;
    height: auto;
  }
  .t_f1k4bo .t_ywh6 {
    margin-bottom: 50px;
  }
  .t_f1k4lun .slick-prev,
  .t_f1k4lun .slick-next {
    top: 40%;
  }
  .t_f1k4le {
    width: auto;
    margin-right: 14px;
  }
  .t_f1k4rg {
    width: inherit;
    flex: 1;
  }
  .hisTop {
    padding-top: 40px;
  }
  .t_f1k4lun {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .t_f1k4shu {
    font-size: 30px;
  }
  .t_f1k4nr {
    padding-bottom: 10px;
    padding-top: 32px;
  }
  .t_f1k4nr .t_ywh2 {
    margin-bottom: 10px;
  }
  .t_f1k4bg {
    width: 150px;
  }
  .t_f1k4lun .slick-prev,
  .t_f1k4lun .slick-next {
    width: 36px;
    height: 36px;
  }
  .t_f1k5nr {
    padding-top: 32px;
    padding-bottom: 22px;
  }
  .t_f1k4lun .slick-prev::before,
  .t_f1k4lun .slick-next::before {
    transform: translate(-50%, -50%) scale(0.4);
  }
  .t_f1k4lun .slick-next::before {
    transform: translate(-50%, -50%) scale(0.4) rotate(180deg);
  }
}
/*his xiugai  end*/
.front-banner {
  height: 100vh;
  min-height: 655px;
  position: relative;
}
.front-banner.pt-page {
  overflow: auto;
}
.front-banner ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.front-banner li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  text-align: center;
}
.front-banner li > .flex {
  width: 100%;
  height: 100%;
}
.front-banner li .text {
  width: 50%;
  padding-right: 350px;
  padding-left: 7%;
  text-align: left;
}
.front-banner li .img {
  width: 50%;
  height: 100%;
  background: url(../images/cylBg.jpg) no-repeat center;
  background-size: cover;
  padding-left: 250px;
}
.front-banner li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.front-banner .con {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.con h4 {
  padding: 0 10px;
  color: #ef4b2a;
}
.en .con h4 {
  font-family: inherit;
  letter-spacing: 0;
}
.con h2 {
  font-family: sihei-Normal;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.con h3 {
  font-size: 18px;
  font-family: sihei-Regular;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0.75;
}
.con h2 small {
  font-size: 16px;
}
.en .con h2 {
  font-family: inherit;
}
.con p {
  opacity: 0.75;
  font-family: sihei-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 0 10px;
}
.en .con p {
  font-family: inherit;
}
.pagenation {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.page-num {
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
  color: #EF4B2A;
  position: absolute;
  bottom: 22%;
  left: 0;
  z-index: 4;
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pagenation .shadow {
  display: block;
  width: 78%;
  height: 78%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  border-radius: 50%;
}
.circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  z-index: 4;
}
.pagenation-link {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.pagenation-link a {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
  transition: all 0.75s;
}
.pagenation-link a p {
  position: absolute;
  color: #EF4B2A;
  text-align: center;
  width: 100px;
}
.pagenation-link a img {
  position: relative;
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  margin: 12px auto;
  z-index: 9;
  transform: scale(0);
  transition: all 0.3s 0.1s;
}
.pagenation-link a.p1 p {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.pagenation-link a.p3 p,
.pagenation-link a.p2 p {
  top: 50%;
  transform: translateY(-50%);
  left: 118%;
  text-align: left;
}
.pagenation-link a.p5 p,
.pagenation-link a.p4 p {
  top: 50%;
  transform: translateY(-50%);
  right: 118%;
  text-align: right;
}
.front-title p {
  position: absolute;
  width: 500px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EF4B2A;
  z-index: 9;
  display: none;
}
.pagenation-link a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(239, 75, 42, 0.2);
  position: absolute;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  overflow: hidden;
}
.pagenation-link a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #D52B2B;
  position: absolute;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: all 0.3s;
}
.pagenation-link a:hover,
.pagenation-link a.active {
  background: #fff;
}
.pagenation-link a:hover img,
.pagenation-link a.active img {
  transform: scale(1);
}
.pagenation-link a:hover::after,
.pagenation-link a.active::after {
  width: 100%;
  height: 100%;
  border: 2px solid #D52B2B;
}
.pagenation-link a:hover:before,
.pagenation-link a.active:before {
  background: #fff;
}
.pagenation-link a.p1 {
  left: 50%;
  margin-left: -30px;
  top: -30px;
}
.pagenation-link a.p2 {
  right: 0;
  margin-right: -19px;
  top: 29%;
}
.pagenation-link a.p3 {
  right: 8%;
  margin-right: 32px;
  bottom: 4%;
}
.pagenation-link a.p4 {
  left: 8%;
  margin-left: 32px;
  bottom: 4%;
}
.pagenation-link a.p5 {
  left: 0;
  margin-left: -19px;
  top: 29%;
}
@media screen and (max-width: 1450px) {
  .circle canvas,
  .pagenation {
    width: 400px !important;
    height: 400px !important;
  }
  .pagenation-link a {
    width: 50px;
    height: 50px;
  }
  .pagenation-link a.p1 {
    top: -24px;
    margin-left: -25px;
  }
  .pagenation-link a.p2 {
    margin-right: -16px;
  }
  .pagenation-link a.p3 {
    margin-right: 22px;
  }
  .pagenation-link a.p4 {
    margin-left: 21px;
  }
  .pagenation-link a.p5 {
    margin-left: -15px;
  }
  .pagenation-link a img {
    width: 26px;
    height: 26px;
  }
  .front-banner li .text {
    padding-right: 280px;
  }
  .front-banner li .img {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .circle canvas,
  .pagenation {
    width: 300px !important;
    height: 300px !important;
  }
  .front-title p,
  .pagenation {
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .front-title p {
    height: 0;
    transform: translateY(110px);
  }
  .front-banner {
    height: auto;
    min-height: inherit;
  }
  .front-banner li,
  .front-banner ul {
    position: relative;
  }
  .front-banner li {
    height: 0;
  }
  .front-banner li.active {
    height: auto;
  }
  .front-banner li .text {
    width: 100%;
    text-align: center;
    padding: 10% 5% 2%;
  }
  .front-banner li .img {
    width: 100%;
    background: none;
    padding: 0 20%;
  }
  .front-banner {
    background: url(../images/cylBg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 8%;
  }
  .pagenation-link a.p2 {
    margin-right: -20px;
  }
  .pagenation-link a.p3 {
    margin-right: 4px;
  }
  .pagenation-link a.p4 {
    margin-left: 8px;
    bottom: 3%;
  }
  .pagenation-link a.p5 {
    margin-left: -22px;
  }
}
@media screen and (max-width: 768px) {
  #canvas,
  .pagenation {
    width: 200px !important;
    height: 200px !important;
  }
  .pagenation-link a.p2 {
    margin-right: -23px;
  }
  .pagenation-link a.p3 {
    margin-right: -12px;
    bottom: 3%;
  }
  .pagenation-link a.p4 {
    margin-left: -7px;
    bottom: 0%;
  }
  .pagenation-link a.p5 {
    margin-left: -25px;
  }
  .text18 {
    font-size: 15px;
  }
  .front-title p {
    transform: translateY(64px);
  }
  .front-banner ul {
    margin-bottom: 30px;
  }
  .pagenation-link a.p1 p {
    top: -24px;
  }
}
@media screen and (max-width: 768px) {
  .text18 {
    font-size: 14px;
  }
}
/* search */
.searchH3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 4%;
}
.searchBox .newsTab a {
  color: #222;
  font-size: 16px !important;
}
.searchBox .newsTab a.active,
.searchBox .newsTab a:hover {
  border-bottom: 1px solid #004192;
}
.searchBox .serviceBox {
  width: 100%;
  /* max-width: 1000px; */
  margin: 0 auto 3%;
}
.searchList .product-list .item {
  margin-right: 1.1%;
}
.searchList .news-list li {
  width: 31.33%;
}
.searchList > div {
  display: none;
}
.searchList > .on {
  display: block;
}
.news .newsTab {
  margin: 0 0 4%;
  text-align: center;
}
.news .newsInfoTab {
  margin: 28px 0 0;
}
.news .newsTab a {
  display: inline-block;
  margin: 0 20px;
  color: #5E6163;
  font-size: 18px;
  border-bottom: 3px solid #F4F4F4;
}
.news .newsTab.newsInfoTab a {
  margin: 0 80px 0 0;
}
.news .newsTab a.active,
.news .newsTab a:hover {
  color: #222222;
  font-size: 22px;
  border-bottom: 3px solid #222;
}
@media screen and (max-width: 768px) {
  .searchH3 {
    font-size: 18px;
    margin-bottom: 6%;
  }
  .searchBox .W1400 {
    width: 90%;
  }
  .searchBox {
    padding-top: 40px !important;
  }
  .searchBox .newsTab a {
    font-size: 14px !important;
    margin: 0 10px;
  }
  .searchList .news-list li {
    width: 100%;
  }
}
/* search  end */
.messageView {
  padding: 60px 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.meaageBiaoti h3 {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #3D3D3D;
}
.serviceDiv h3 {
  color: #3D3D3D;
}
.serviceDiv .serviceLi {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.serviceDiv .serviceLi p {
  margin: 18px 0;
  color: #3D3D3D;
  line-height: 1.8;
}
.serviceDiv .serviceLi img {
  width: 100px;
}
.serviceDiv .serviceLi span {
  display: block;
}
@media screen and (max-width: 768px) {
  .serviceDiv .serviceLi {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .serviceDiv .serviceLi p {
    margin: 8px 0;
  }
  .messageView {
    padding: 20px 0;
    border-bottom: none;
  }
}
.support .r4 .box {
  width: 100%;
  margin-top: 20px;
}
.support .r4 .box .tree {
  padding: 20px 40px;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
      border-bottom: 1px solid #efefef;
}
.support .r4 .box .tree .iconfont {
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #FA4926;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
}
.support .r4 .box .tree span {
  color: #3D3D3D;
  padding-right: 15px;
}
.support .r4 .box .tree:hover span {
  color: #3D3D3D;
}
.support .r4 .box .tree:hover span {
  color: #FA4926;
}
.support .r4 .box .tree:hover .iconfont {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .support .r4 .box {
    grid-template-columns: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .support .r4 .box .tree {
    width: 100%;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .support .r4 .box .tree {
    padding: 12px 5px;
  }
  .support .r4 .box {
    margin-top: 10px;
  }
  .page {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .support .r4 .box .tree {
    width: 100%;
  }
  .support .r4 .box .tree .iconfont {
    width: 70px;
    height: 26px;
    line-height: 28px;
    opacity: 1;
  }
}
.downLoadH3 h3 {
  margin-bottom: 0;
}
.recJob_list {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px;
  background: #fff;
}
.recJob_list li {
  border-bottom: 1px solid #efefef;
}
.recJob_list li a {
  padding-left: 20px;
  padding-right: 50px;
}
.recJob_name {
  font-size: 0;
  padding: 21px 0;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.recJob_name p:first-child {
  color: #F63037;
}
.recJob_name p:last-child {
  margin-left: 8px;
  flex: 1;
}
.recJob_name::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 30px;
  font-weight: 100;
  color: #5E6163;
  background: url(../images/down.png) no-repeat center;
  background-size: 24px;
  transform: translateY(-50%) rotate(-90deg);
}
.recJob_name span {
  line-height: 20px;
  font-size: 20px;
  color: #1E2021;
}
.recJob_name p {
  font-size: 16px;
  color: #5E6163;
  margin-bottom: 0;
  line-height: 1.4;
}
.recJob_info {
  display: none;
  position: relative;
  background-color: #EFEFEF;
  padding: 20px;
}
.recJob_top {
  align-items: flex-start;
}
.recJob_top p:last-child {
  margin-left: 8px;
  flex: 1;
}
.recJob_top p {
  color: #9E9E9E;
  line-height: 1.5;
  margin-bottom: 0;
}
.recJob_top span {
  display: inline-block;
  width: 24%;
  font-size: 16px;
  line-height: 36px;
  margin: 5px 0;
  color: #5E6163;
}
.recJob_top span i {
  color: #111c27;
}
.recJob_btm {
  overflow: hidden;
}
.recJob_btm h4 {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
.recJob_btm p {
  margin: 5px 0;
  color: #888;
}
.recJob_btm .recJob_l {
  width: 100%;
  margin-bottom: 40px;
}
.recJob_btm .recJob_r {
  width: 100%;
}
.recJob_info .tips {
  padding: 20px 0 50px;
  color: #004192;
  line-height: 20px;
  font-size: 16px;
}
.recJob_info .tips a {
  display: inline-block;
  color: #004192;
}
.recJob_list li.cur {
  border-color: transparent;
  background: #fff;
}
.recJob_list li.cur .recJob_name::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .recJob_name::after {
    background-size: 16px;
    margin-top: -23px;
  }
  .recJob {
    margin-top: 0;
  }
  .recJob_list {
    padding-top: 10px;
  }
}
@media (max-width: 900px) {
  .supportTop a {
    width: 49%;
    margin-bottom: 2%;
    font-size: 14px;
  }
  .recJob {
    padding: 48px 0;
  }
  .recJob_sel {
    width: 32%;
  }
  .recJob_sel:first-of-type {
    margin: 0 0 2% 0;
  }
  .recSec_job {
    width: 78%;
  }
  .recJob_sech .recJob_btn {
    width: 20%;
  }
  .recJob_name {
    padding: 16px 0;
  }
  .recJob_top span {
    width: auto;
    margin-right: 24px;
    font-size: 13px;
    line-height: 2.4;
    margin-top: 0;
    margin-bottom: 0;
  }
  .recJob_tit {
    padding: 10px 28px;
  }
  .recJob_list {
    padding-left: 0;
    padding-right: 0;
  }
  .recJob_list li a {
    padding-left: 0;
    padding-right: 40px;
  }
  .recJob_name::after {
    right: -10px;
  }
  .recJob_btm {
    padding: 8px 0;
  }
  .recJob_btm .recJob_l {
    padding-right: 0;
  }
  .recJob_btm .recJob_r {
    padding-left: 0;
  }
  .recJob_btm h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .recJob_info .tips {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinner {
    margin-top: 12px !important;
  }
  .newsInfoInner {
    margin-top: 52px;
  }
  .supportTop a {
    font-size: 12px;
  }
  .supportTop a img {
    width: 18px;
    margin-right: 5px;
  }
  .recJob_info {
    padding: 20px;
  }
  .recJob_list li a {
    padding-right: 25px;
  }
  .recJob_list {
    padding-bottom: 0;
  }
  .proInfoInner .newsInfoMbx {
    font-size: 12px;
  }
  .proInfoInner .newsInfoMbx {
    padding-bottom: 12px;
  }
}
.serviceBox .news-item {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}
.index_pro_controls_btn {
  width: 60px;
  height: 60px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
.index_pro_controls_btn svg {
  width: 12px;
  fill: #000000;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.index_pro_controls_btn svg:hover {
  fill: #EF4B2A;
}
.index_pro_controls_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.index_pro_controls_active:after {
  width: 100%;
}
.about_page4 {
  position: relative;
}
.about_page4 .honor_swiper {
  margin-left: 15px;
  overflow-x: clip;
  margin-top: 1%;
  position: relative;
}
@media (min-width: 576px) {
  .about_page4 .honor_swiper {
    margin-left: calc((100% - 590px)/2);
  }
}
@media (min-width: 768px) {
  .about_page4 .honor_swiper {
    margin-left: calc((100% - 810px)/2);
  }
}
@media (min-width: 992px) {
  .about_page4 .honor_swiper {
    margin-left: calc((100% - 930px)/2);
  }
}
@media (min-width: 1200px) {
  .about_page4 .honor_swiper {
    margin-left: calc((100% - 1070px)/2);
  }
}
@media (min-width: 1400px) {
  .about_page4 .honor_swiper {
    margin-left: calc((100% - 1360px)/2);
  }
}
@media (min-width: 1601px) {
  .about_page4 .honor_swiper {
    margin-left: calc((100% - 1360px)/2);
  }
}
.about_page4 .honor_swiper .honorswiper {
  position: relative;
}
.about_page4 .honor_swiper .honorswiper .swiper-slide {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.about_page4 .honor_swiper .honorswiper .swiper-slide:hover .honor-img img {
  transform: scale(1.05);
}
.about_page4 .honor_swiper .honorswiper .swiper-slide:hover p {
  color: #EF4B2A;
}
.about_page4 .honor_swiper .honorswiper .swiper-slide .honor-img {
  width: 100%;
}
.about_page4 .honor_swiper .honorswiper .swiper-slide p {
  color: #393939;
  margin-bottom: 0;
  border-top: 1px solid #efefef;
  padding: 25px 0;
  transition: all 0.3s;
}
.about_page4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #EF4B2A;
}
.about_page4 .swiper-pagination-progressbar {
  width: 50%;
  top: auto;
  bottom: 70px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #D8D8D8;
}
.about_page4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
}
.about_page4 .honor_swiper .honorswiper .swiper-slide .imgbox {
  padding-top: 66%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.about_page4 .honor_swiper .honorswiper .swiper-slide .imgbox img {
  position: absolute;
  top: 0;
  left: 13%;
  width: 74%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  transition: all 0.8s;
}
@media screen and (max-width: 1024px) {
  .index_pro_controls_btn {
    width: 50px;
    height: 50px;
  }
  .index_pro_controls_btn svg {
    width: 10px;
  }
  .about_page4 .swiper-pagination-progressbar {
    bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index_pro_controls_btn {
    width: 40px;
    height: 40px;
  }
  .index_pro_controls_btn svg {
    width: 8px;
  }
  .about_page4 .honor_swiper .honorswiper .swiper-pagination-progressbar {
    bottom: -20px;
  }
  .about_page4 .swiper-pagination-progressbar {
    bottom: 30px;
    width: 75%;
  }
  .index_pro_controls_wrap {
    justify-content: flex-end;
    width: 100%;
    margin-top: -25px;
  }
  .about_page4 .honor_swiper .honorswiper .swiper-slide p {
    padding: 9px 0;
  }
  .about_page4 .honor_swiper .honorswiper .swiper-slide .imgbox {
    padding-top: 76%;
  }
}
.honor-banner1-wrap {
  position: relative;
  margin-top: 2%;
}
.honor-banner1-wrap .patent-btns {
  top: 50%;
}
.honor-banner1 {
  position: relative;
  font-size: 14px;
  line-height: 2;
  color: #333;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.honor-banner1 .honor-slide-name {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  padding: 5px 20px;
  color: #333;
  min-width: 240px;
  opacity: 0;
  border-radius: 40px;
  display: none;
}
.honor-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 800px;
  /*height: 445px;*/
  height: auto;
  transition: inherit;
}
.honor-banner1 .swiper-slide .img-wrap {
  padding-top: 66%;
  width: 100%;
  position: relative;
}
.honor-banner1 .swiper-slide .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.8s;
}
.honor-banner1 .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
}
.honor-banner1 .swiper-slide.swiper-slide-active {
  z-index: 4;
}
.honor-banner1 .swiper-slide.swiper-slide-active:before {
  opacity: 0;
}
.honor-banner1 .swiper-slide.swiper-slide-active .honor-slide-name {
  opacity: 1;
}
.honor-banner1-wrap .patent-btns {
  top: 50%;
}
.patent-btns {
  position: absolute;
  z-index: 3;
  height: 1px;
  overflow: visible;
  width: 100%;
  left: 0;
  top: calc(50% - 0.6rem);
}
.patent-btns .btn {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  width: 60px;
  height: 100px;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #fff;
}
.patent-btns .btn svg {
  display: block;
  margin: 0 auto;
  width: 12px;
  fill: #000000;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.patent-btns .btn:hover {
  background: #EF4B2A;
}
.patent-btns .btn:hover svg {
  fill: #ffffff;
}
.patent-btns .prev {
  margin-left: -460px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.patent-btns .next {
  margin-left: 400px;
}
@media (max-width: 1600px) {
  .w1480 {
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1391px) {
  .w1280,
  .w1340 {
    width: 92%;
  }
  .honor-banner1.w1280 {
    width: 970px;
  }
}
@media (max-width: 1200px) {
  .honor-banner1 .honor-slide-name {
    margin-top: 16px;
  }
  .honor-banner1.w1280 {
    width: 700px;
  }
  .honor-banner1 .swiper-slide {
    width: 450px;
    height: 380px;
  }
}
@media (max-width: 1023px) {
  .honor-banner1-wrap.w1480 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .honor-banner1.w1280 {
    width: 92%;
  }
  .honor-banner1 .swiper-slide {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .patent-btns .prev {
    left: 5%;
    margin-left: 0;
    width: 40px;
    height: 80px;
  }
  .patent-btns .next {
    left: auto;
    right: 5%;
    margin-left: 0;
    width: 40px;
    height: 80px;
  }
}
@media screen and (max-width: 700px) {
  .patent-btns .prev {
    width: 30px;
    height: 50px;
    margin-top: -25px;
  }
  .patent-btns .next {
    width: 30px;
    height: 50px;
    margin-top: -25px;
  }
  .patent-btns .btn svg {
    width: 8px;
  }
}
.pro_details_cs table {
  width: 100%;
}
.pro_details_cs table tbody {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.pro_details_cs table tr {
  width: 100%;
}
.pro_details_cs table tr th {
  padding: 20px 40px;
  border: 1px solid #dcdcdc;
  border-top: none;
  width: 260px;
  color: #767676;
}
.pro_details_cs table tr td {
  padding: 20px 40px;
  border: 1px solid #dcdcdc;
  border-top: none;
  width: calc(100% - 260px);
  color: #767676;
  line-height: 1.8;
}
.serviceMore {
  display: block;
  margin: 0 auto;
  max-width: 520px;
  width: 80%;
  height: 110px;
  line-height: 110px;
  background: #EF4B2A;
  color: #fff;
  text-align: center;
  margin-top: 6%;
}
.serviceMore:hover {
  background: #000000;
}
.serviceTc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none;
}
.serviceTc .messageView {
  border: none;
  min-height: 100vh;
}
.serviceTc .messageView .conFour {
  position: relative;
}
.serviceTc .serviceClose {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  right: -20px;
  top: -20px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .serviceMore {
    max-width: 380px;
    height: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 850px) {
  .pro_details_cs table tr th {
    padding: 10px 10px;
    width: auto;
  }
  .pro_details_cs table tr td {
    padding: 10px 10px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .serviceMore {
    max-width: 220px;
    height: 60px;
    line-height: 60px;
  }
  .serviceTc .serviceClose {
    width: 32px;
    height: 32px;
    right: -15px;
    top: -15px;
    line-height: 36px;
    font-size: 20px;
  }
  .messageView .conFour .conFourView .conFourText textarea,
  .messageView .conFour .conFourView .conFourInp input {
    padding: 8px 23px;
  }
  .messageView .conFour .conFourView .conFourInp img {
    width: 100px;
    height: 38px;
  }
}
@media screen and (max-width: 640px) {
  .messageView .conFour .conFourView .conFourInp {
    width: 100%;
    margin-bottom: 3%;
  }
  .messageView .conFour .conFourView .conFourText textarea {
    height: 100px;
  }
  .messageView .conFour .mlbTit {
    padding: 4% 5% 2%;
  }
}

.downTab{
  margin-top: 3%;
}
.downTab p{
  width: 50%;
  text-align: center;
  margin-bottom: 0;
  transition: all .3s;
  cursor: pointer;
}
.downTab p a{
    display: block;
}
.downTab p:hover,
.downTab p.on{
  background: #EF4B2A;
  color: #fff;
}
.downTab p:hover a,
.downTab p.on a{
    color: #fff;
}
.downBox .box{
  display: none;
}
.downBox .box.on{
  display: block;
}

.service-tabs .nav-wrap ul{
    border: none;
    text-align: left;
}
.service-tabs a{
    line-height: 50px;
}
@media screen and (max-width: 768px) {
    .service-tabs li{
        margin-right: 22px;
    }
    .service-tabs a {
        line-height: 30px;
        
    }
}
