﻿@font-face {
  font-family: "Oswald-VariableFont_wght-subfont";
  src: url("../font/Oswald-VariableFont_wght-subfont.woff2") format("woff2"),
    url("../font/Oswald-VariableFont_wght-subfont.woff") format("woff"),
    url("../font/Oswald-VariableFont_wght-subfont.ttf") format("truetype"),
    url("../font/Oswald-VariableFont_wght-subfont.eot") format("embedded-opentype"),
    url("../font/Oswald-VariableFont_wght-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.num {
  font-family: "Oswald-VariableFont_wght-subfont";
}

.Roboto {
  font-family: "Roboto";
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic,
.simple-text,
.simple-textarea,
.simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}

.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}


html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
  
  overflow-y: scroll;
  
  -webkit-overflow-scrolling: touch;
  
}


body {
  margin: 0;
  
  font-size: 12px;
  
  line-height: 1.6;
  
  color: #333;
  
  background-color: #fff;
  
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


audio,
canvas,
progress,
video {
  display: inline-block;
  
  vertical-align: baseline;
  
  *display: inline;
  
  *zoom: 1;
  
}


audio:not([controls]) {
  display: none;
  height: 0;
}


[hidden],
template {
  display: none;
}



a {
  background: transparent;
  
  
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline: 0;
  
}

a:hover {
  color: #209cb5;
}



abbr[title] {
  border-bottom: 1px dotted;
}


b,
strong {
  font-weight: bold;
}


dfn {
  font-style: italic;
}


mark {
  background: #ff0;
  color: #000;
}


small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



img {
  border: 0;
  
  vertical-align: middle;
  
  -ms-interpolation-mode: bicubic;
  
}


svg:not(:root) {
  overflow: hidden;
}



hr {
  box-sizing: content-box;
  height: 0;
}


pre {
  overflow: auto;
  
  white-space: pre;
  
  white-space: pre-wrap;
  
  word-wrap: break-word;
  
}


code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  
  _font-family: "courier new", monospace;
  
  font-size: 1em;
  
}




button,
input,
optgroup,
select,
textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
  
}


button {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  
  cursor: pointer;
  
  *overflow: visible;
  
}


button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}


input {
  line-height: normal;
}


input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
  
  *height: 13px;
  
  *width: 13px;
  
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


input[type="search"] {
  -webkit-appearance: textfield;
  
  
  box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0;
  
  padding: 0;
  
  *margin-left: -7px;
  
}


textarea {
  overflow: auto;
  
  resize: vertical;
  
}


optgroup {
  font-weight: bold;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light",
    "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular",
    "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}


input::-ms-clear {
  display: none;
}


html {
  font-size: 2.084vw !important;
}

@media (max-width: 1481px) {
  
}

@media (max-width: 996px) {
  html {
    font-size: 34px !important;
  }
}

::-moz-selection {
  background: black;
  color: #fff;
}

::selection {
  background: black;
  color: #fff;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #209CB5;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #209CB5;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #209CB5;
}


.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}


.tit-12 {
  font-size: 12px;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: 0.35rem;
}

.tit-15 {
  font-size: 0.4rem;
}

.tit-16 {
  font-size: 0.4rem;
}

.tit-17 {
  font-size: 0.4rem;
}

.tit-18 {
  font-size: 0.45rem;
}

.tit-19 {
  font-size: 0.475rem;
}

.tit-20 {
  font-size: 0.5rem;
}

.tit-21 {
  font-size: 0.525rem;
}

.tit-22 {
  font-size: 0.55rem;
}

.tit-23 {
  font-size: 0.575rem;
}

.tit-24 {
  font-size: 0.6rem;
}

.tit-25 {
  font-size: 0.625rem;
}

.tit-26 {
  font-size: 0.65rem;
}

.tit-27 {
  font-size: 0.675rem;
}

.tit-28 {
  font-size: 0.7rem;
}

.tit-29 {
  font-size: 0.725rem;
}

.tit-30 {
  font-size: 0.75rem;
}

.tit-31 {
  font-size: 0.775rem;
}

.tit-32 {
  font-size: 0.8rem;
}

.tit-33 {
  font-size: 0.825rem;
}

.tit-34 {
  font-size: 0.85rem;
}

.tit-35 {
  font-size: 0.875rem;
}

.tit-36 {
  font-size: 0.9rem;
}

.tit-37 {
  font-size: 0.925rem;
}

.tit-38 {
  font-size: 0.95rem;
}

.tit-39 {
  font-size: 0.975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}


.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}


.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}


.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}


.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}


.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #d2d2d2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: #f0efef;
  display: block;
  float: left;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #da3830;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: inline-block;
  background: #da3830;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #da3830;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}


@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}


.trans {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}


.anim-loader {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out 0.5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}


.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}



.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top 0.6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img 0.6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}


.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../image/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}


.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}










body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #a96b41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}




.wr {
  width: 100%;
  position: relative;
}

.lh1 {
  line-height: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.logo .cls-1 {
  fill: #fff;
}

.logo .cls-2 {
  fill: #9fa0a0;
  opacity: 0.5;
}

.logo .cls-3 {
  display: none;
}

.pc-header {
  width: 100%;
  
  background-color: rgba(32, 156, 181, 0.9);
  height: 2.75rem;
  padding: 0 3rem 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
}

header.active .pc-header {
  background-color: transparent;
}

.pc-header .logo {
  display: block;
  line-height: 1;
}

.pc-header .logo svg {
  height: 1.775rem;
}

.logo .cls-1 {
  
}

.pc-header .right-box .top {
  display: flex;
  align-items: center;
  
  margin-top: .6rem;
  justify-content: flex-end;
}

.pc-header .right-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.pc-header .right-box .top .li {
  padding: 0 0.75rem;
  cursor: pointer;
  
}

.pc-header .right-box .top .li:last-child {
  padding-right: 0;
}

.pc-header .right-box .top .li.searcher {
  padding-right: 0;
  padding-bottom: .4rem;
}

.pc-header .right-box .top .li.shop svg {
  width: 0.4rem;
  fill: #fff;
}

.pc-header .right-box .top .li.lan svg {
  width: 0.4rem;
  fill: #fff;
}

.pc-header .right-box .top .li.lan .hide_lan {
  display: flex;

  position: absolute;
  left: 50%;
  top: .75rem;
  transform: translateX(-50%);
  flex-direction: column;
  
  z-index: 6;
  width: 30px;
  height: auto;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  padding: 0 .175rem;
  transition: all .3s;
  
}

.pc-header .right-box .top .li.lan .hide_lan a {
  text-align: center;
  padding: .2rem 0;
  padding-bottom: .175rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
  color: #2E2E2E;
  transition: all .3s;
}

.pc-header .right-box .top .li.lan .hide_lan a:hover {
  color: #209CB5;
}

.pc-header .right-box .top .li.lan .hide_lan a:last-child {
  padding-bottom: .25rem;
}

.pc-header .right-box .top .li.lan:hover .hide_lan {
  top: .625rem;

  opacity:1;
  visibility: visible;
}

.pc-header .right-box .top .li.searcher svg {
  width: 0.4rem;
  fill: #fff;
}

.pc-header .right-box .top .li.searcher .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.pc-header .right-box .top .li.lan {
  display: flex;
  align-items: center;
  padding-bottom: .4rem;
}

.pc-header .right-box .top .li.lan .tit-14 {
  margin-left: 0.2rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.pc-header .right-box .top .li svg {
  transition: all 0.3s;
}

.pc-header .right-box .top .li:hover svg {
  transform: scale(1.2);
}

.pc-header .right-box .nav-list {
  display: flex;
  align-items: center;
  
}

.pc-header .right-box .nav-list .li {
  margin-left: 1.55rem;
  
  padding-bottom: .5rem;
  position: relative;
}

.pc-header .right-box .nav-list .li .tit {
  font-size: 0.45rem;
  color: #fff;
  display: flex;
}

.pc-header .right-box .nav-list .li .tit svg {
  width: 0.2rem;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.banner-container {
  width: 100%;
  height: 24rem;
  overflow: hidden;
}

.banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner-container .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-container .swiper-slide .txt {
  position: absolute;
  z-index: 3;
  top: 36.6%;
  left: 22%;
  width: 100%;
}

.banner-container .swiper-slide .txt .t1 {
  margin-bottom: 0.6rem;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width:1024px) {
  .banner-container .swiper-slide .txt .t1 {
    margin-left: -0.1rem;
  }

  .banner-container .swiper-slide .txt .en {
    letter-spacing: .125rem;
  }
}

.banner-container .swiper-slide .txt .en {
  line-height: 1;
}

.banner-container .swiper-slide .txt .more {
  margin-top: 2.75rem;
}

.banner-container .swiper-pagination {
  right: 3rem;
  z-index: 2;
  bottom: 1.825rem;
  line-height: 1;
  width: auto;
  text-align: right;
}

.banner-container .swiper-pagination .swiper-pagination-bullet {
  width: .375rem;
  height: .05rem;
  background-color: #fff;
  transition: all .6s;
  position: relative;
  opacity: 1;
  border-radius: 0;
  margin: 0 .275rem;
}

.banner-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.7rem;
  opacity: 1;
}

.banner-container .swiper-pagination .swiper-pagination-bullet::after {
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: '';
  background: #209CB5;
  transition: all .6s;
  opacity: 1;
}

.banner-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: rowWidth 5s linear forwards;
}

@keyframes rowWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.imgspc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more {
  width: 3rem;
  height: 0.875rem;
  background: #209cb5;
  text-transform: uppercase;
  font-size: 0.45rem;
  font-weight: 700;
}

.more {
  position: relative;
  z-index: 3;
}

.more {
  border: 1px solid transparent;
  box-sizing: content-box;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.more:after {
  top: 0;
  width: 0;
  height: 100%;
}

.more:after {
  left: 0;
}

.more:after {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}

.more:hover {
  color: #209cb5;
  border: 1px solid #209cb5;
}

.more:hover:after {
  background: #fff;
  width: 100%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.more.white {
  background-color: #fff;
  color: #209cb5;
}

.more.white:hover {
  color: #fff;
}

.more.white:hover:after {
  background-color: #209cb5;
}

.home-a {
  padding: 3.55rem 0 4.9rem;
}

.view {
  width: 100%;
  padding: 0 3rem;
}

.view2 {
  width: 100%;
  padding: 0 3.5rem;
}

.main-tit {
  width: 100%;
  padding-left: 3rem;
}

.mc {
  color: #209cb5;
}

.main-tit .t {
  font-weight: 700;
}

.main-tit .line {
  width: 100%;
  transform: translateY(-20%);
}

.home-a .content {
  margin-top: 2rem;
  display: flex;
  position: relative;
  z-index: 3;
}

.home-a .content .home-a-container {
  width: 22.5rem;
  overflow: hidden;
  height: 11.25rem;
  position: relative;
}

.home-a .content .txt {
  width: calc(100% - 22.5rem);
  padding-right: 4.125rem;
}

.home-a .content .txt .t1 {
  width: 100%;
  padding-right: 1.35rem;
  line-height: 2;
  color: #3f3f3f;
  height: 7.625rem;
  text-align: justify;
  max-height: 7.625rem;
  overflow: auto;
}

.home-a .content .txt .t1::-webkit-scrollbar {
  width: 2px;
  background-color: #DCDCDC;
}

.home-a .content .txt .t1::-webkit-scrollbar-thumb {
  background-color: #209CB5;
}

.home-a .content .txt .more {
  margin-top: 2.75rem;
}

.home-a .content .home-a-container .main-pagination {
  position: absolute;
  z-index: 3;
  text-align: left;
  margin-left: 0.2rem;
}

.main-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 6px;
  height: 6px;
  background: #ffffff;
  opacity: 1;
}

.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #209cb5;
}

.home-a .bgimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-a .bgimg img {
  width: 100%;
}

.home-b {
  padding: 1.675rem 0 3.35rem;
}

.home-b .t2 {
  text-align: center;
  margin-top: 0.7rem;
}

.home-b-container {
  padding-top: 2.45rem;
  overflow: hidden;
  padding-left: 3rem;
}

.home-b-container .swiper-slide {
  width: calc((100% - 6rem) / 4);
  margin-right: 1.5rem;
}

.home-b-container .swiper-slide:last-child {
  margin-right: 0;
}

.home-b-container .swiper-slide .img {
  width: 100%;
  height: 7rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.home-b-container .swiper-slide .img img {
  height: 100%;
  transition: all 0.5s;
}

.img-obj {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-b-container .swiper-slide .t {
  margin-top: 0.7rem;
  line-height: 1;
  font-weight: 600;
}

.home-b-container .swiper-slide:hover .img img {
 transform: scale(1.02);
}

.main-swiperbox {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: space-between;
}

.main-swiperbox .btn-box {
  display: flex;
}

.main-swiperbox .btn-box div {
  width: 0.875rem;
  height: 0.875rem;
  background: #d0d0d0;
  margin-right: 0.625rem;
  position: relative;
  cursor: pointer;
}

.main-swiperbox .btn-box .more {
  margin-right: 0.45rem;
  background-color: #d0d0d0;
}

.main-swiperbox .btn-box .more::after {
  background-color: #209cb5;
}

.main-swiperbox .btn-box .more:hover {
  color: #fff;
}

.main-swiperbox .btn-box .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.main-swiperbox .btn-box .cls-2 {
  fill: #d0d0d0;
  fill-rule: evenodd;
  transition: all 0.5s;
}

.main-swiperbox .btn-box div:hover .cls-2 {
  fill: #209cb5;
}

.main-swiperbox .btn-box .prev {
  transform: rotate(180deg);
}

.main-swiperbox .scrollbar {
  width: calc(100% - 4rem);
  height: 2px;
  background: #dcdcdc;
}

.main-swiperbox .scrollbar .swiper-scrollbar-drag {
  background-color: #209cb5;
}

.home-c {
  height: 24rem;
}

.home-c .txt {
  position: absolute;
  top: 3.625rem;
  left: 0;
  width: 100%;
}

.home-c .txt .t2 {
  text-align: center;
  margin-top: 0.7rem;
}

.home-c .txt .more {
  margin: 0 auto;
  margin-top: 1.25rem;
}

.home-d {
  padding: 2.75rem 0 2.65rem;
}

.home-d-container {
  overflow: hidden;
  margin-top: 1.875rem;
}

.home-d-container .swiper-slide {
  width: calc((100% - 4.5rem) / 3);
  margin-right: 2.25rem;
  transition: all 0.5s;
}

.home-d-container .swiper-slide:last-child {
  margin-right: 0;
}

.home-d-container .swiper-slide .t1 {
  margin-top: 0.5rem;
  font-weight: 500;
}

.home-d-container .swiper-slide .btn {
  display: flex;
  margin-top: 0.5rem;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  color: #3f3f3f;
}

.view-more {
  display: flex;
  
  
  position: relative;
  padding: 0.1rem 0;
}

.view-more svg {
  height: 0.325rem;
  fill: #3f3f3f;
  transform: rotate(180deg);
  margin-left: 0.2rem;
}

.view-more::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #209cb5;
  transition: all 0.5s;
}

.view-more:hover::after {
  width: 100%;
}

.view-more:hover {
  color: #209cb5;
}

.view-more:hover svg {
  fill: #209cb5;
}

.home-d-container .swiper-slide .img {
  width: 100%;
  height: 9.5rem;
  overflow: hidden;
}

.home-d-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.home-d-container .swiper-slide:hover .img img {
  transform: scale(1.02);
}

.home-d-container .main-swiperbox .btn-box div {
  margin-right: 0.45rem;
}

.home-d-container .main-swiperbox .scrollbar {
  width: calc(100% - 8rem);
}

.home-e {
  height: 9rem;
  overflow: hidden;
}

.teasers-con {
  position: absolute;
  left: -3%;
  top: -3%;
  width: 106%;
  height: 106%;
}

.home-e .txt .more {
  margin: 0 auto;
  margin-top: 1rem;
}

.footer-top {
  background: #ffffff;
  padding: 2.925rem 3rem;
  display: flex;
  justify-content: space-between;
  padding-right: 7.475rem;
}

.footer-top a.logo svg {
  height: 3.775rem;
}

.footer-top a.logo .cls-1 {
  fill: #209cb5;
}

.footer-top a.logo .cls-2 {
  fill: #209cb5;
  opacity: 0.5;
}

.footer-top .nav-list {
  display: flex;
}

.footer-top .nav-list .li {
  margin-left: 1.75rem;
}

.footer-top .nav-list .li .tit {
  color: #000000;
  font-weight: 600;
  line-height: 1;
}

.footer-top .nav-list .li .sub-list {
  margin-top: 0.5rem;
}

.footer-top .nav-list .li .sub-list a {
  display: block;
  margin-bottom: 0.2rem;
  color: #666666;
}

.footer-top .nav-list .li .sub-list a:hover {
  color: #209cb5;
}

.footer-bot {
  background-color: #209cb5;
  height: 1rem;
  display: flex;
  padding: 0 0.625rem 0 1.425rem;
  align-items: center;
  justify-content: space-between;
}

.footer-bot a {
  display: inline-block;
  color: #fff;
}

.footer-bot a img {
  display: inline-block;
}

.footer-bot .shear-list a {
  margin-left: 0.4rem;
}

.to-top {
  position: fixed;
  z-index: 3;
  bottom: 3rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #209cb5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.to-top .icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  
  transition: all 0.5s;
}

.to-top .Roboto {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0.2rem;
}

.to-top.active {
  opacity: 1;
  visibility: visible;
}

.to-top:hover .icon {
  transform: translateY(-3px);
}

.about-banner img {
  width: 100%;
}

.about-banner .txt {
  position: absolute;
  top: 53%;
  left: 0;
  padding-left: 3.5rem;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.about-banner .txt .line {
  width: 1px;
  height: 1.8rem;
  background: #ffffff;
  margin: 0 1rem;
  margin-top: 0.2rem;
}

.about-banner .txt .t2 {
  line-height: 1.2;
  font-weight: 700;
}

.about-a {
  padding: 4.6rem 0;
  padding-top: 4rem;
}

.about-a .txt {
  display: flex;
  justify-content: space-between;
}

.about-a .txt .left {
  width: 25.15rem;
  padding-right: 3.25rem;
}

.about-a .txt .left .t1 {
  font-weight: 800;
  line-height: 1;
  color: #1B9CB5;
  
}

.about-a .txt .left .t2 {
  margin-top: 2.375rem;
  color: #3f3f3f;
  line-height: .9rem;
  text-align: justify;
}

.about-a .txt .img-box {
  width: 14.5rem;
  position: relative;
  height: 13.875rem;
  margin-top: 1.25rem;
}

.about-a .txt .img-box .img1 {
  width: 9.25rem;
  height: 11.125rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.about-a .txt .img-box .img2 {
  width: 8.15rem;
  height: 10.775rem;
  position: absolute;
  top: 3.075rem;
  left: 0;
}

.about-a .txt .img-box .logo {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-a .txt .img-box .logo svg {
  height: 1.15rem;
}

.about-a .txt .img-box .logo .cls-1 {
  fill: #209cb5;
}

.about-a .txt .img-box .logo .cls-2 {
  fill: #209cb5;
  opacity: 0.5;
}

.about-b {
  height: 12.5rem;
}

.about-b .txt {
  width: 100%;
  padding: 0 3.5rem;
  text-align: right;
}

.wmore {
  padding: 0.15rem 1.25rem 0.15rem 0.975rem;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.35rem;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}

.wmore {
  position: relative;
  z-index: 3;
}

.wmore {
  box-sizing: content-box;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.wmore:after {
  top: 0;
  width: 0;
  height: 100%;
}

.wmore:after {
  left: 0;
}

.wmore:after {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}

.wmore:hover {
  color: #fff;
  border: 1px solid #209cb5;
}

.wmore:hover:after {
  background: #209cb5;
  width: 100%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.wmore svg {
  fill: #fff;
  width: 0.4rem;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 0.5rem;
  top: 50%;
}

.about-b .txt .wmore {
  margin-top: 1.5rem;
}

.about-c {
  padding: 4.05rem 0 2.05rem;
  padding-left: 3.5rem;
}

.about-c .top .t1 {
  line-height: 1;
  font-weight: 500;
}

.about-c .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  white-space: nowrap;
}

.about-c .top .tablist {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  margin-left: 2rem;
}

.about-c .top .tablist .li {
  cursor: pointer;
  margin-left: 1.75rem;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}

.about-c .top .tablist .li::after {
  content: "";
  width: 0%;
  height: 0.15rem;
  background: #209cb5;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  transition: all 0.5s;
}

.about-c .top .tablist .li.on {
  color: #000;
  font-weight: 600;
}

.about-c .top .tablist .li.on::after {
  width: 100%;
}

.about-c .top .tablist::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 1rem;
}

.about-c .top .tablist .li:hover {
  color: #000;
  font-weight: 600;
}

.about-c .top .tablist .li:hover::after {
  width: 100%;
}

.about-c-container {
  margin-top: 3.375rem;
  overflow: hidden;
}

.about-c-container .swiper-slide {
  width: calc((100% - 5.6rem) / 5);
  margin-right: 1.625rem;
  height: 10.5rem;
  background: #eeeeee;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}

.about-c-container .swiper-slide:last-child {
  margin-right: 0;
}

.about-d {
  padding: 2rem 0;
}

.about-d .t1 {
  line-height: 1;
  font-weight: 500;
}

.about-d-container {
  overflow: hidden;
  margin-top: 3rem;
}

.about-d-container .swiper-slide {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-d-container .swiper-slide .img {
  height: 2.725rem;
}

.about-d-container .swiper-slide .img img {
  max-height: 100%;
}

.about-d-container .swiper-slide .t {
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin-top: 0.5rem;
}

.about-d-container .swiper-slide::after {
  content: "";
  width: 1px;
  height: 2.05rem;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  right: -2px;
  top: 1rem;
}

.about-d-container .swiper-slide:last-child::after {
  display: none;
}

.ab-pagination {
  position: relative;
  margin-top: 2rem;
  text-align: center;
}

.ab-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  background: #e5e5e5;
  opacity: 1;
  text-align: center;
  position: relative;
}

.ab-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #209cb5;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

.ab-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 68px;
  height: 2px;
}

.ab-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
}

.value-banner {
  height: 24rem;
  overflow: hidden;
}

.value-banner .num {
  margin-top: 0.5rem;
}

.value-banner .ping {
  position: absolute;
  bottom: 2.475rem;
  left: 50%;
  transform: translateX(-100%);
  z-index: 3;
}

.v-a {
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.bubble {
  position: absolute;
  bottom: -50px;
  border: 1px solid #000;
  border-radius: 50%;
  animation: bubbleRise 5s linear infinite;
  opacity: 0;
}

.bubble:nth-child(1) {
  width: 30px;
  height: 30px;
  animation-duration: 6s;
  animation-delay: 0s;
  left: 20%;
}

.bubble:nth-child(2) {
  width: 15px;
  height: 15px;
  animation-duration: 7s;
  animation-delay: 2s;
  left: 40%;
}

.bubble:nth-child(3) {
  width: 20px;
  height: 20px;
  animation-duration: 8s;
  animation-delay: 4s;
  left: 60%;
}

.bubble:nth-child(4) {
  width: 25px;
  height: 25px;
  animation-duration: 9s;
  animation-delay: 6s;
  left: 80%;
}

.bubble:nth-child(5) {
  width: 25px;
  height: 25px;
  animation-duration: 9s;
  animation-delay: 6s;
  left: 45%;
}

@keyframes bubbleRise {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-50vh) scale(1.2);
    
    opacity: 1;
  }

  100% {
    transform: translateY(-80vh) scale(0.9);
    opacity: 0;
  }
}

.v-a .line-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.v-a .line-1 .line {
  width: 1px;
  height: 30vh;
  background-color: #000;
}

.v-a .line-1 svg {
  width: 0.5rem;
  position: absolute;
  left: -0.07rem;
}

.value .txt {
  color: rgba(32, 156, 181, 1);
}

.v-b {
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.v-b .line-1 {
  position: absolute;
  top: -39%;
  left: 50%;
  transform: translateX(-59%);
  z-index: 1;
}

.v-b .line-1 svg {
  width: 12.45rem;
  height: 17.5rem;
  display: block;
}

.v-b .line-1 svg path {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 700;
  
  stroke-dashoffset: 1500;
  
}

.v-c {
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.v-c .line-1 {
  position: absolute;
  top: -37%;
  left: 50%;
  transform: translateX(-59%);
  z-index: 1;
}

.v-c .line-1 svg {
  width: 1px;
  height: 17.5rem;
  display: block;
  margin: 0;
}

.v-c .line-1 svg path {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 700;
  
  stroke-dashoffset: 700;
  
}

.v-c .line-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.775rem;
  height: 0.775rem;
  max-width: none;
}

.v-d {
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.v-d .line-1 {
  position: absolute;
  top: -37%;
  left: 50%;
  transform: translateX(-59%);
  z-index: 1;
}

.v-d .line-1 svg {
  width: 1px;
  height: 17.5rem;
  display: block;
  margin: 0;
}

.v-d .line-1 svg path {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 700;
  
  stroke-dashoffset: 700;
  
}

.v-d .line-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.775rem;
  height: 0.775rem;
  max-width: none;
}

.value .txt {
  transform: translate(-50%, -40%);
  transition: all 1s ease-out;
  
}

.v-d .end {
  position: absolute;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translateX(-59%);
  z-index: 1;
}

.v-d .liness {
  width: 1px;
  height: 8.75rem;
  display: block;
  margin: 0;
}

.v-d .liness path {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  height: 100%;
}

.v-e {
  height: 15vh;
  position: relative;
  background-color: #fff;
}

.v-d .end .flas {
  width: 3rem;
  position: absolute;
  left: -3.05rem;
  bottom: -1rem;
  transform: rotate(68deg);
}

.product-list {
  padding-top: 4.45rem;
}

.mbx {
  display: flex;
  font-weight: 500;
  align-items: center;
}

.mbx svg {
  width: 12px;
  height: 12px;
  fill: #000;
  margin: 0 0.2rem;
}

.product-list .top {
  margin-top: 3.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.main-search {
  width: 12.975rem;
  height: 1.025rem;
  border: 1px solid #209cb5;
  display: flex;
}

.main-search input {
  width: calc(100% - 1rem);
  height: 100%;
  padding: 0 0.5rem;
}

.main-search .btn {
  width: 1rem;
  height: 100%;
  background-color: #209cb5;
  cursor: pointer;
  position: relative;
}

.main-search .btn svg {
  width: 0.4rem;
  fill: #fff;
}

.main-search .btn .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.product-list .content {
  display: flex;
  margin-top: 2.25rem;
}

.product-list .content .left {
  width: 5.775rem;
}

.product-list .content .left .li {
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product-list .content .left .li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-list .content .left .li .tit {
  display: flex;
  color: #3f3f3f;
  justify-content: space-between;
}

.product-list .content .left .li .tit .icon {
  width: 0.45rem;
  height: 0.45rem;
  position: relative;
}

.product-list .content .left .li .tit .icon .line:first-child {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.product-list .content .left .li .tit .icon .line:last-child {
  height: 100%;
  width: 1px;
  background-color: #000;
}

.product-list .content .left .li.active .tit .icon .line:last-child {
  height: 0;
}

.product-list .content .left .li.active .tit {
  color: #000;
  font-weight: 700;
}

.product-list .content .left .li .sub-list {
  padding: 0.75rem 0.25rem 0;
  display: none;
}

.product-list .content .left .li .sub-list .ls {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: center;
}

.product-list .content .left .li .sub-list .ls:last-child {
  margin-bottom: 0;
}

.product-list .content .left .li .sub-list .ls .box {
  width: 0.425rem;
  height: 0.425rem;
  border: 1px solid #000000;
  position: relative;
  padding: 0.08rem;
  margin-right: 0.3rem;
}

.product-list .content .left .li .sub-list .ls .box .ac {
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
}

.product-list .content .left .li .sub-list .ls.on .ac {
  display: block;
}

.product-list .content .list {
  
  width: calc(100% - 5.775rem);
  padding-left: 4.25rem;
  display: flex;
  flex-wrap: wrap;
}

.product-list .content .list .li {
  display: block;
  width: calc((100% - 6rem) / 3);
  
  margin-right: 3rem;
  margin-bottom: 1.8rem;
  position: relative;
}

.product-list .content .list .li:nth-child(3n) {
  margin-right: 0;
}

.product-list .content .list .li .img {
  width: 100%;
  height: 8.625rem;
  background-color: #f8f8f8;
  overflow: hidden;
}

.product-list .content .list .li .t1 {
  color: #3f3f3f;
  font-weight: bold;
  margin-top: 0.5rem;
}

.product-list .content .list .li .t2 {
  color: #000000;
  line-height: 1;
  margin-top: 0.2rem;
}

.product-list .content .list .li .more {
  border: 1px solid #3f3f3f;
  background-color: transparent;
  color: #3f3f3f;
  font-size: 0.35rem;
  margin-top: 0.75rem;
  width: 2.475rem;
}



.product-list .content .list .li.on img{
  transform: scale(1.05);

}
.product-list .content .list .li img {
  transition: all 0.5s;
}


.product-list .content .list .li.on .t1 {
  color: #209cb5;
}
.product-list .content .list .li.on .more{
  border: 1px solid #209cb5;
  color: #fff;
}


.product-list .content .list .li .more::after {
  background-color: #209cb5;
}

.product-list .content .list .li:hover .more::after {
  width: 100%;
}

.sub-tit {
  position: absolute;
  
  
  width: 3.25rem;
  height: auto;
  
  background-color: rgba(32, 156, 181, .9);
  left: 50%;
  
  top: 3.3rem;
  transform: translate(-50%, -50%);
  
  padding-right: 0rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.pc-header .right-box .nav-list .li:nth-child(5) .sub-tit {
  top:2.65rem
}
.pc-header .right-box .nav-list .li:nth-child(5):hover .sub-tit{
top: 2.575rem;
}
.pc-header .right-box .nav-list .li:hover .sub-tit {
  opacity: 1;
  visibility: visible;
  
top: 3.175rem;
}

header.active .sub-tit {
  background-color: transparent;
  
}

header.active .sub-tit::after {
  width: 60%;
  opacity: 1;
  background-color: rgba(255, 255, 255, .9);
  visibility: visible;
}

.sub-tit::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #209CB5;
}

.sub-tit .t {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 .7rem;
}

.sub-tit .t a {
  width: 100%;
  text-align: center;
  display: block;
  
  color: #fff;
  font-size: .45rem;
  position: relative;
  padding-top: .45rem;
  padding-bottom: 0;
  transition: all .3s;
}
.sub-tit .t a:first-child{
  padding-top: .425rem;
}
.sub-tit .t a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .05rem;
  background-color: #fff;
  transition: all 0.5s;
  display: none;
}

.sub-tit .t a:last-child {
  padding-bottom: .4rem;
}

.sub-tit .t a:hover {
  opacity: .7;
}

.sub-tit .t a:hover::after {
  width: 100%;
}

.pc-header .right-box .nav-list .li:hover .tit svg {
  transform: rotate(180deg);
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages a {
  color: #A9A9A9;
  height: .875rem;
  width: .875rem;
  line-height: .875rem;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.page a[rel="prev"] {
  color: #fff;
  background: #D0D0D0;
  transform: rotate(180deg);
}

.page a[rel="next"] {
  background: #209CB5;
  color: #fff;
}

.page a.active {
  color: #616161;
  
  
  background-color: transparent;
}

.page a:hover {
  color: #616161;
  background-color: transparent;
  
  
}

.page a[rel="prev"]:hover {
  background-color: #209CB5;
}

.page a[rel="next"]:hover {
  background-color: #209CB5;
}

.home-c-container {
  height: 100%;
  overflow: hidden;
}

.about-a .num-list {
  display: flex;
  
  margin-top: 2.3rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.about-a .num-list .li {
  margin-right: 5.75rem;
}

.about-a .num-list .li:last-child {
  margin-right: 0;
}

.about-a .num-list .numt {
  display: flex;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.about-a .num-list .tit-22 {
  text-align: center;
  letter-spacing: 3px;
  color: #3f3f3f;
}

.about-a .num-list .li {
  font-weight: 700;
}

.acce {
  padding-top: 4.275rem;
}

.acce .list {
  margin-top: 2.45rem;
}

.acce .list .li {
  width: 100%;
  height: 13.8rem;
  border-radius: .5rem;
  overflow: hidden;
  margin-bottom: .7rem;
  position: relative;
}

.acce .list .li .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.2rem 2.075rem;
}

.acce .list .li .txt .t1 {
  line-height: 1;
  font-weight: 500;
}

.acce .list .li .txt .t2 {
  width: 14.15rem;
  margin-top: 1rem;
}

.acce .list .li .txt .wmore {
  margin-top: 2rem;
}

.inv {
  padding: 3rem 0;
}

.inv .t1 {
  color: #000000;
  line-height: 1;
  font-weight: 500;
}

.inv-a {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
}

.inv-a .t2 {
  margin-top: 0.25rem;
  color: #2E2E2E;
  font-weight: 500;
}

.inv-a .t3 {
  display: flex;
  margin-top: 1.525rem;
  display: flex;
  margin-top: 1.525rem;
  align-items: flex-end;
}

.inv-a .t3 div {
  margin-right: 0.2rem;
}

.inv-a .list {
  display: flex;
  margin-top: 1.8rem;
}

.inv-a .list .li {
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}

.inv-a .list .li .tit-24 {
  font-weight: bold;
  color: #2E2E2E;
}

.inv-a .list .li::after {
  content: '';
  width: 1px;
  height: .725rem;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inv-a .t4 {
  margin-top: 1.5rem;
  color: #2E2E2E;
  font-weight: 500;
}

.inv-a .right-box {
  width: 25.8rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2.625rem;
}

.inv-a .right-box .table {
  display: flex;
}

.inv-a .right-box .table .li {
  padding: 0 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: .25rem;
  cursor: pointer;
}

.inv-a .right-box .table .li.on {
  background-color: #eee;
  color: #000;
  font-weight: 500;
  border: 1px solid #eee;
}

.inv-a .right-box .table .li:hover {
  background-color: #eee;
  color: #000;
  font-weight: 500;
  border: 1px solid #eee;
}

.inv-b-list {
  margin-top: 3rem;
  padding-right: 1rem;
  overflow: auto;
  max-height: 15rem;
}

.inv-b-list .li {
  display: flex;
  padding-bottom: .6rem;
  margin-bottom: 1.675rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.inv-b-list .li .t2 {
  color: #3F3F3F;
  font-weight: 500;
  width: 80%;
  transition: all 0.5s;
}

.inv-b-list .li .t3 {
  color: #333333;
  font-weight: 500;
}

.inv-b-list .li:hover {
  border-bottom: 1px solid #209CB5;
}

.inv-b-list .li:hover .t2 {
  color: #000;
  font-weight: 700;
}

.about-c .top .tablist {
  margin-left: 12rem;
}

.inv-c {
  margin-top: 1.7rem;
  display: flex;
  margin-bottom: 3rem;
}

.inv-c .li {
  width: calc((100% - 7.875rem) / 3);
  margin-right: 2.625rem;
  display: block;
}

.inv-c .li:nth-child(4n) {
  margin-right: 0;
}

.inv-c .li .img {
  width: 100%;
  height: 9.85rem;
  position: relative;
}

.inv-c .li .img .bgimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
}

.inv-c .li:hover .img .bgimg {
  opacity: 1;
}

.inv-c .li .tit-18 {
  padding: .375rem;
  color: #000;
  font-weight: bold;
}

.inv-c .li:hover .tit-18 {
  color: #209CB5;
}

.slide-inner {
  height: 100%;
  width: 100%;
}

.play {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 33;
}

.play svg {
  fill: #fff;
}