@charset "UTF-8";
/* 公共样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
small {
  font-size: 100%;
  font-weight: normal;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  /* font: 14px/24px "BlueSkyStandard", "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, arial, sans-serif, \5b8b\4f53; */
  font: 14px/24px "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #393939;
  outline: 0;
}
body {
  background-color: #fafafa;
  width: 100%;
  margin: 0 auto;
  /* min-width: 1200px; */
  /* overflow-x: hidden; */
  max-width: 1920px;
  left: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.body_ie {
  height: auto !important;
}
.skrollr {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
p {
  text-align: justify;
  color: #393939;
  line-height: 1.71;
  font-size: 14px;
}
.no_margin {
  margin-bottom: 0 !important;
}
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -moz-outline-style: none;
}
div,
li {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Beckman-FREE';
  src: url('../fonts/BeckmanFREE.eot');
  src: url('../fonts/BeckmanFREE.eot?#iefix') format('embedded-opentype'), url('../fonts/BeckmanFREE.woff2') format('woff2'), url('../fonts/BeckmanFREE.woff') format('woff'), url('../fonts/BeckmanFREE.ttf') format('truetype'), url('../fonts/BeckmanFREE.svg#BeckmanFREE') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Beckman-FREE {
  font-family: 'Beckman-FREE';
}
input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}
input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}
input::-webkit-input-placeholder {
  color: black;
}
input:-moz-placeholder {
  color: black;
}
input::-moz-placeholder {
  color: black;
}
input:-ms-input-placeholder {
  color: black;
}
textarea::-webkit-input-placeholder {
  color: black;
}
textarea:-moz-placeholder {
  color: black;
}
textarea::-moz-placeholder {
  color: black;
}
textarea:-ms-input-placeholder {
  color: black;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #3981e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.clear-float::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-hidden {
  overflow: hidden;
}
.white-space {
  white-space: pre-line;
}
@media (max-width:1200px) {
  .white-space {
    white-space: inherit;
  }
}
.font-weight-b {
  font-weight: bold;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 动画延迟 */
/* 图片放大旋转 */
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
:root {
  /* 字体 */
  /* 30px ~ 60px */
  --font60: clamp(1.875rem, calc(-1.875rem + 4.69vw), 3.75rem);
  /* 28px ~ 50px */
  --font50: clamp(1.75rem, calc(-1rem + 3.44vw), 3.125rem);
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(-2.775rem + 5.5vw), 3rem);
  /* 24px ~ 44px */
  --font44: clamp(1.5rem, calc(-2.5rem + 5vw), 2.725rem);
  /* 24px ~ 42px */
  --font42: clamp(1.5rem, calc(-2.1rem + 4.5vw), 2.625rem);
  /* 24px ~ 40px */
  --font40: clamp(1.5rem, calc(-1.7rem + 4vw), 2.5rem);
  /* 24px ~ 38px */
  --font38: clamp(1.5rem, calc(-1.3rem + 3.5vw), 2.375rem);
  /* 22px ~ 36px */
  --font36: clamp(1.375rem, calc(-1.425rem + 3.5vw), 2.25rem);
  /* 22px ~ 34px */
  --font34: clamp(1.375rem, calc(-1.025rem + 3vw), 2.125rem);
  /* 20px ~ 32px */
  --font32: clamp(1.25rem, calc(-1.15rem + 3vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(-0.75rem + 2.5vw), 1.875rem);
  /* 18px ~ 28px */
  --font28: clamp(1.125rem, calc(-0.875rem + 2.5vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(-0.475rem + 2vw), 1.625rem);
  /* 18px ~ 24px */
  --font24: clamp(1.125rem, calc(-0.075rem + 1.5vw), 1.5rem);
  /* 16px ~ 22px */
  --font22: clamp(1rem, calc(-0.2rem + 1.5vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(-0.063rem + 1.25vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.075rem + 1vw), 1.125rem);
  /* 14px ~ 17px */
  --font17: clamp(0.875rem, calc(0.5rem + 0.47vw), 1.063rem);
  /* 14px ~ 16px */
  --font16: clamp(0.813rem, calc(0.213rem + 0.75vw), 1rem);
  /* 13px ~ 15px */
  --font15: clamp(0.813rem, calc(0.563rem + 0.31vw), 0.938rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.35rem + 0.5vw), 0.875rem);
  /* 动画 */
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.089rem + 1.12vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(0.054rem + 0.89vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.071rem + 0.89vw), 1rem);
  --border-radius14: clamp(0.313rem, calc(-0.33rem + 1vw), 0.875rem);
  --border-radius12: clamp(0.313rem, calc(-0.188rem + 0.78vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.045rem + 0.56vw), 0.625rem);
}
@media (max-width:768px) {
  :root {
    /* 30px ~ 60px */
    --font60: 30px;
    /* 26px ~ 50px */
    --font50: 24px;
    /* 26px ~ 48px */
    --font48: 24px;
    /* 24px ~ 42px */
    --font42: 22px;
    /* 24px ~ 40px */
    --font40: 20px;
    /* 24px ~ 38px */
    --font38: 20px;
    /* 22px ~ 36px */
    --font36: 19px;
    /* 22px ~ 34px */
    --font34: 19px;
    /* 20px ~ 32px */
    --font32: 18px;
    /* 20px ~ 30px */
    --font30: 18px;
    /* 18px ~ 28px */
    --font28: 17px;
    /* 18px ~ 26px */
    --font26: 16px;
    /* 18px ~ 24px */
    --font24: 16px;
    /* 17px ~ 22px */
    --font22: 16px;
    /* 17px ~ 22px */
    --font20: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font17: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
    /* 17px ~ 22px */
    --font15: 13px;
  }
}
/* 字体大小 */
/* 间距 */
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #3981e3;
}
/* animated*/
@-webkit-keyframes scrollToTop {
  0% {
    transform: translateY(10px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes scrollToTop {
  0% {
    transform: translateY(10px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scrollFade {
  0% {
    transform: translateY(2px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollFade {
  0% {
    transform: translateY(2px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@-webkit-keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  20% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  30% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 0;
  }
  31% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  20% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  30% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 0;
  }
  31% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes tran_boost {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
@-webkit-keyframes run1 {
  from {
    stroke-dasharray: 200px 50px;
  }
  to {
    stroke-dasharray: 400px 0px;
  }
}
@keyframes run1 {
  from {
    stroke-dasharray: 200px 50px;
  }
  to {
    stroke-dasharray: 400px 0px;
  }
}
.gsap-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.gsap-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.gsap-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.wow {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.scrollToTop {
  -webkit-animation-name: scrollToTop;
  animation-name: scrollToTop;
}
.scrollFade {
  -webkit-animation-name: scrollFade;
  animation-name: scrollFade;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video;
}
.h_schedule {
  -webkit-animation-name: h_schedule;
  animation-name: h_schedule;
}
.upico {
  -webkit-animation-name: upico;
  animation-name: upico;
}
.h-clip {
  -webkit-animation-name: h-clip;
  animation-name: h-clip;
}
.h-color-w {
  -webkit-animation-name: h-color-w;
  animation-name: h-color-w;
}
.h-color-w2 {
  -webkit-animation-name: h-color-w2;
  animation-name: h-color-w2;
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video;
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line;
}
.run1 {
  -webkit-animation-name: run1;
  animation-name: run1;
}
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.swiper .swiper-pagination {
  bottom: 0;
  opacity: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  position: relative;
  background-color: white;
  border: 2px solid white;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  background-color: #3981e3;
}
.slide-btn {
  width: 56px;
  height: 56px;
  background: no-repeat center #2d496f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-btn:hover {
  background-color: #3981e3;
}
.slide-btn::before {
  font-family: 'iconfont';
  color: white;
  font-size: 20px;
}
.slide-btn.swiper-button-prev {
  left: 0;
}
.slide-btn.swiper-button-prev::before {
  content: '\e689';
}
.slide-btn.swiper-button-next {
  right: 0;
}
.slide-btn.swiper-button-next::before {
  content: '\e687';
}
.pagination {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagination li:first-child span,
.pagination li:first-child a {
  background: url(../images/prev2.png) no-repeat center #333333;
  background-size: 7px 14px;
  text-indent: -9999px;
}
.pagination li:first-child span:hover,
.pagination li:first-child a:hover {
  background: url(../images/prev.png) no-repeat center #3981e3;
  background-size: 7px 14px;
}
.pagination li:last-child span,
.pagination li:last-child a {
  background: url(../images/next2.png) no-repeat center #333333;
  background-size: 7px 14px;
  text-indent: -9999px;
}
.pagination li:last-child span:hover,
.pagination li:last-child a:hover {
  background: url(../images/next.png) no-repeat center #3981e3;
  background-size: 7px 14px;
}
.pagination li {
  margin: 0 10px;
  display: inline-block;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: white;
  background-color: #3981e3;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  font-size: var(--font20);
  color: #999999;
  border: 0;
  width: 47px;
  height: 47px;
  line-height: 47px;
  background-color: #333333;
  border-radius: 50%;
  overflow: hidden;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: white;
  background-color: #3981e3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: white;
  background-color: #3981e3;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .pagination li {
    margin: 0 4px;
  }
  .pagination li > a,
  .pagination li > span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
.mySelect {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1;
}
.mySelect .show {
  z-index: 1;
  position: relative;
  padding-left: 55px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-size: 14px;
  color: #aaaaa8;
  background-color: #f4f4f4;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mySelect .show.on,
.mySelect .show:hover {
  background-color: #ededed;
}
.mySelect .show:before {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  width: 14px;
  height: 100%;
  background: url(../images/arrow_down.png) no-repeat center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mySelect .show.on:before {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.mySelect .drapList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  width: 100%;
  background-color: #f2f2f2;
}
.mySelect .drapList ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.mySelect .drapList li {
  padding: 0 40px;
  line-height: 40px;
  font-size: 14px;
  color: #aaaaa8;
  cursor: pointer;
}
.mySelect .drapList li:hover {
  background-color: #ededed;
  color: #3981e3;
}
.mySelect .drapList::-webkit-scrollbar {
  display: none;
}
/* 公共样式 - 结束 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  height: var(--header-height);
  z-index: 99;
  margin: auto;
  /* ----------------------------------------------------------    手机端导航 */
}
#header.active .header-pc .header-wrap .logo .logo-white,
#header.header-bg .header-pc .header-wrap .logo .logo-white {
  display: none;
}
#header.active .header-pc .header-wrap .logo .logo-black,
#header.header-bg .header-pc .header-wrap .logo .logo-black {
  display: block;
}
#header .header-pc {
  position: relative;
  background-color: var(--bg-color);
  --color: black;
  --bg-color: white;
  --header-height: 100px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap {
  margin: auto;
  padding: 0 5%;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .logo {
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-wrap .logo .logo-black {
  display: none;
}
#header .header-pc .header-wrap .logo img {
  max-height: 40px;
}
#header .header-pc .header-wrap .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 40px;
}
#header .header-pc .header-wrap .header-right .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header .header-pc .header-wrap .header-right .nav dl {
  position: relative;
  z-index: 10;
}
#header .header-pc .header-wrap .header-right .nav dl:hover {
  z-index: 20;
}
#header .header-pc .header-wrap .header-right .nav dl:hover dt a {
  background-color: #3981e3;
  color: white;
}
#header .header-pc .header-wrap .header-right .nav dl:hover dd {
  opacity: 1;
  transform: scale(1);
}
#header .header-pc .header-wrap .header-right .nav dt a {
  min-width: 120px;
  font-size: var(--font17);
  color: var(--color);
  font-weight: bold;
  position: relative;
  height: var(--header-height);
  padding: 0 27px;
  padding-left: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  padding-right: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .header-right .nav dt a.active,
#header .header-pc .header-wrap .header-right .nav dt a:hover {
  background-color: #3981e3;
  color: white;
}
#header .header-pc .header-wrap .header-right .nav dd {
  width: 120px;
  background-color: rgba(41, 66, 103, 0.8);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -60px;
  font-size: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.75, 0.55, 1) 0.2s;
  -webkit-transition: all 0.5ss cubic-bezier(0.35, 0.75, 0.55, 1) 0.2s;
  -moz-transition: all 0.5ss cubic-bezier(0.35, 0.75, 0.55, 1) 0.2s;
  transform: scaleX(0) scaleY(0);
  opacity: 0;
}
#header .header-pc .header-wrap .header-right .nav dd .ovs {
  height: 100%;
}
#header .header-pc .header-wrap .header-right .nav dd .ovs a {
  position: relative;
  display: block;
  font-size: var(--font15);
  color: white;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .header-right .nav dd .ovs a::after {
  content: '';
  width: 0%;
  height: 3px;
  background: #3981e3;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-wrap .header-right .nav dd .ovs a:hover::after {
  width: 100%;
}
#header .header-pc .header-wrap .header-right .nav dd.nav-open {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  left: 0;
  margin-left: 0;
}
#header .header-pc .header-wrap .header-right .nav dd.nav-open .container-custom {
  width: 50.652%;
  min-width: 970px;
  margin: auto;
}
#header .header-pc .header-wrap .header-right .nav dd.nav-open .container-custom .row {
  margin-left: -15px;
  margin-right: -15px;
}
#header .header-pc .header-wrap .header-right .nav dd.nav-open .container-custom .ovs {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
#header .header-pc .header-wrap .header-right .nav dd.nav-open .container-custom .ovs h3 {
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 6px;
  margin-bottom: 20px;
}
#header .header-pc .header-wrap .header-right .nav dd.nav-open .container-custom .ovs h3 a {
  margin-bottom: 6px;
}
#header .header-pc .header-wrap .header-right .nav dd.nav-open .container-custom .ovs a {
  text-align: left;
}
#header .header-pc .header-wrap .header-right .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:990px) {
  #header .header-pc {
    display: none;
  }
}
#header .mask-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 29, 44, 0.2);
  display: none;
}
#header .mask-bg.active {
  display: block;
}
#header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  box-shadow: 0 1px 0 #eee;
}
#header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
#header .m_header_box .header_title .logo {
  height: 100%;
  overflow: hidden;
}
#header .m_header_box .header_title .logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .m_header_box .header_title .logo img {
  min-height: 40%;
  max-height: 50%;
}
#header .m_header_box .header_title .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header .m_header_box .header_title .menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
#header .m_header_box .header_title .menu_btn::after,
#header .m_header_box .header_title .menu_btn::before,
#header .m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
#header .m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
#header .m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
#header .m_header_box .header_title .menu_btn.active::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
  background: #3981e3;
}
#header .m_header_box .header_title .menu_btn.active::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
  background: #3981e3;
}
#header .m_header_box .header_title .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  overflow: hidden;
}
#header .m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
#header .m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
#header .m_header_box .header_title .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
#header .m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
#header .m_header_box .header_title .head_btn:hover .link {
  color: #000;
}
#header .m_header_box .header_title .head_btn:hover .link a,
#header .m_header_box .header_title .head_btn:hover .link span {
  color: #000;
}
#header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #f7f7f7;
  display: none;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_info {
  width: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
#header .m_header_box .header_body .menu_nav ul {
  padding: 0;
  margin: 0;
}
#header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: #282f36;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  position: relative;
}
#header .m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
#header .m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
#header .m_header_box .header_body .menu_nav ul li .one .icon {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: #282f36;
}
#header .m_header_box .header_body .menu_nav ul li .one .icon i {
  font-size: 8px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_body .menu_nav ul li .one.active a {
  color: #3981e3;
}
#header .m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #3981e3;
}
#header .m_header_box .header_body .menu_nav ul li .one.active.is_active .icon i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#header .m_header_box .header_body .menu_nav ul li ul {
  border-top: 1px solid #3981e3;
  padding: 10px 0;
  display: none;
}
#header .m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
}
#header .m_header_box .header_body .menu_nav ul li ul li a {
  display: block;
  font-size: 13px;
  padding: 6px 0 6px 20px;
  color: #333;
  position: relative;
}
#header .m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: #333;
}
#header .m_header_box .header_body .menu_nav ul li ul li a .icon i {
  font-size: 8px;
}
#header .m_header_box .header_body .menu_nav ul li ul li a.active {
  color: #3981e3;
}
#header .m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #3981e3;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul {
  border: 0;
  display: none;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a {
  padding: 10px 0 10px 35px;
  font-size: 12px;
  color: #999;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
  z-index: 1;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
  background: #3981e3;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul.active {
  display: block;
}
#header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  padding: 0 20px;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background: #fff;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
#header .m_header_box .header_body .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  background: #3981e3;
}
#header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
}
#header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
#header .m_header_box .header_body .menu_lang .one a.active {
  background: #3981e3;
  color: #fff;
}
@media (max-width:990px) {
  #header .m_header_box {
    display: block;
  }
}
#header.bottom {
  top: -80px;
}
#header.top {
  top: 0;
}
.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: clamp(0px, 0vw, 0px) clamp(5px, 0.52083333vw, 10px);
}
.socials-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.socials-wrap a .iconfont {
  color: black;
}
.socials-wrap a .socials-img {
  position: absolute;
  bottom: 50px;
  left: -37.5px;
  width: 107px;
  height: 107px;
  background-color: #3981e3;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: opacity;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.socials-wrap a .socials-img img {
  width: 100%;
  height: 100%;
}
.socials-wrap a .socials-img:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #3981e3 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.socials-wrap a .socials-img::after {
  content: '';
  width: 100%;
  width: -moz-calc(94%);
  width: -webkit-calc(94%);
  width: calc(100% - 6px);
  height: 100%;
  height: -moz-calc(94%);
  height: -webkit-calc(94%);
  height: calc(100% - 6px);
  border: 3px solid #3981e3;
  position: absolute;
  top: 0;
  left: 0;
}
.socials-wrap a:hover .socials-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-filter: alpha(opacity=100);
}
#footer {
  --color: white;
  background: #333333;
}
#footer .footer-up {
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  border-bottom: 1px solid gray;
}
#footer .footer-up .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer .footer-down {
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
#footer .hot-line .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer .hot-line .text-box .icon {
  max-width: 60px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid grey;
}
#footer .hot-line .text-box .title {
  font-size: 14px;
  color: grey;
  min-width: 150px;
}
#footer .hot-line .text-box .title span {
  font-size: var(--font24);
  color: white;
  margin-top: 3px;
  display: block;
}
#footer .hot-line .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
}
#footer .hot-line .img img {
  max-width: 150px;
}
#footer .text-list {
  font-size: var(--font16);
  color: white;
}
#footer .text-list .dl {
  margin-bottom: 20px;
}
#footer .text-list .dl:last-child {
  margin: 0;
}
#footer .footer-nav .dl .dt {
  font-size: var(--font16);
  color: var(--color);
  line-height: 1.4;
  padding-bottom: 10px;
}
#footer .footer-nav .dl .dd {
  font-size: var(--font14);
  color: var(--color);
  line-height: 28px;
  display: block;
  opacity: 0.4;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .footer-nav .dl .dd:hover {
  opacity: 1;
}
#footer .img-code {
  max-width: 150px;
  text-align: center;
}
#footer .img-code .title {
  font-size: 14px;
  color: gray;
  margin-top: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .img-code .title:hover {
  color: white;
}
#footer .text-body p {
  color: gray;
  font-size: 14px;
  text-align: left;
  white-space: initial;
}
#footer .text-body p a {
  color: gray;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .text-body p a:hover {
  color: #3981e3;
}
@media (max-width:1024px) {
  #footer .footer-up {
    display: none;
  }
  #footer .text-body p {
    text-align: center;
  }
}
.wrapper {
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width:990px) {
  .wrapper {
    margin-top: 60px;
  }
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1320px) {
  .container {
    width: auto !important;
    padding: 0 60px;
    margin: 0 auto;
  }
}
@media (max-width:1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .container {
    padding: 0 20px;
  }
}
.HS-box {
  width: 100%;
  height: 0;
  position: relative;
}
@media (max-width:990px) {
  .HS-box {
    top: -60px;
  }
}
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container.btn-container-center a,
.btn-container.btn-container-center .more {
  margin: auto;
}
.btn-container a,
.btn-container .more {
  position: relative;
  min-width: 170px;
  height: 42px;
  color: #3981e3;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #3981e3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container a::after,
.btn-container .more::after {
  content: '';
  width: 0;
  height: 100%;
  background-color: #3981e3;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-container a span,
.btn-container .more span {
  position: relative;
  z-index: 1;
}
.btn-container a:hover,
.btn-container .more:hover {
  color: white;
}
.btn-container a:hover::after,
.btn-container .more:hover::after {
  width: 100%;
}
.page-ban {
  position: relative;
}
.page-ban .img {
  overflow: hidden;
  position: relative;
}
.page-ban .img img {
  width: 100%;
}
.page-ban .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban .container .slogan .title {
  font-size: var(--font32);
  color: white;
  line-height: 1;
  font-weight: bold;
  text-transform: capitalize;
}
.page-ban .container .slogan .line {
  width: 40px;
  height: 2px;
  position: relative;
  margin-top: 30px;
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.page-ban .container .slogan .line::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0%;
  right: 0;
  animation: h-line 3s 0.3s linear both infinite;
  -webkit-animation: h-line 3s 0.3s linear both infinite;
}
@media (max-width:768px) {
  .page-ban .img {
    height: 200px;
  }
  .page-ban .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.tip-nav {
  width: 100%;
}
.tip-nav .tip-box {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tip-nav .tip-box .tip-le {
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
  background: url(../images/tip-ico.png) no-repeat left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tip-nav .tip-box .tip-le a {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-left: 18px;
  margin-left: 14px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: capitalize;
}
.tip-nav .tip-box .tip-le a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-Style: solid;
  transform: rotate(0deg);
  border-Width: 2.5px 0 2.5px 3px;
  border-Color: transparent transparent transparent #bfbfbf;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tip-nav .tip-box .return-btn {
  position: relative;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  padding-left: 40px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tip-nav .tip-box .return-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  background: url(../images/slide-btn-prev2.png) no-repeat center;
  background-size: 20px 12px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tip-nav .tip-box .return-btn:hover::before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
@media (max-width:990px) {
  .tip-nav {
    display: none;
  }
}
.page-ban-nav {
  border-bottom: 1px solid #f0f0f0;
}
.page-ban-nav .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban-nav .list-nav a {
  font-size: var(--font18);
  color: #000000;
  line-height: 70px;
  font-weight: bold;
  padding-left: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  padding-right: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  margin-left: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  margin-right: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  position: relative;
}
.page-ban-nav .list-nav a.on {
  color: #3981e3;
}
.page-ban-nav .list-nav a.on::before {
  width: 100%;
}
.page-ban-nav .list-nav a::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #3981e3;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (max-width:990px) {
  .page-ban-nav {
    display: none;
  }
}
.page-title.page-title-center {
  text-align: center;
}
.page-title .title {
  position: relative;
  padding: 70px 0;
  padding-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  padding-bottom: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
}
.page-title .title svg {
  fill: none;
  stroke: #3981e3;
  stroke-width: 2px;
  width: 234px;
  height: 64px;
  padding: 5px;
  -webkit-animation: run1 2s linear infinite;
  animation: run1 2s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-title .title .title-cn {
  font-size: var(--font30);
  color: #444444;
  position: relative;
  z-index: 2;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-title .title .title-cn span {
  background: white;
  padding: 0px 10px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: var(--font14);
  color: #999;
}
.page-title .title .title-en {
  background: white;
  padding: 0px 10px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: var(--font14);
  color: #999;
}
@media (max-width:1024px) {
  .page-title .title svg {
    width: 161px;
    height: 44px;
    display: none;
  }
  .page-title .title .title-cn {
    height: 44px;
  }
}
.tab-ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-ul li .top {
  cursor: pointer;
  padding-top: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  padding-bottom: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-ul li .top .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tab-ul li .top .tab-box .tab-title {
  font-size: var(--font18);
  color: black;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.tab-ul li .top .tab-box .btn .addBox {
  width: 30px;
  height: 30px;
  background-color: #282828;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li .top .tab-box .btn .addBox i {
  width: 2px;
  height: 10px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li .top .tab-box .btn .addBox i:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.tab-ul li .bom {
  display: none;
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.tab-ul li .bom .text-body h6 {
  font-size: var(--font18);
  color: #282828;
  line-height: 1.4;
  margin-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  font-weight: bold;
}
.tab-ul li .bom .text-body p {
  font-size: var(--font14);
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.43;
}
.tab-ul li.on .top {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tab-ul li.on .top .tab-box .btn .addBox {
  background-color: #3981e3;
}
.tab-ul li.on .top .tab-box .btn .addBox i:first-child {
  transform: rotate(90deg);
}
.from {
  margin-top: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.from .info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
}
@media (max-width:1200px) {
  .from .info-list {
    grid-gap: 15px;
  }
}
.from .from-box {
  position: relative;
  margin: 20px 0;
}
.from .text-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.from .widget-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.from .verification-img {
  width: 170px;
  height: 100%;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  cursor: pointer;
}
.from .widget-label {
  margin-bottom: 6px;
  margin-bottom: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
.from .widget-label label {
  font-size: var(--font20);
  color: #333333;
}
.from .widget-label label i {
  color: #f41a26;
}
.from .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.from input {
  width: 100%;
  height: 60px;
  background-color: white;
  padding: 0 25px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  color: #333333;
  font-size: var(--font16);
}
.from textarea {
  width: 100%;
  height: 140px;
  background-color: white;
  padding: 10px 25px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  color: #333333;
  font-size: var(--font16);
}
.from select {
  width: 100%;
  height: 68px;
  background-color: white;
  padding: 0 25px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 6px;
  color: #333333;
  font-size: var(--font16);
}
@media (max-width:1200px) {
  .from input,
  .from select {
    height: 40px;
    padding: 0 25px;
  }
  .from textarea {
    padding: 10px 25px;
  }
}
@media (max-width:768px) {
  .from input,
  .from select {
    padding: 0 10px;
  }
  .from textarea {
    padding: 10px;
  }
}
.from .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 38px;
  margin-top: clamp(calc(85 / 2 * 1px), calc(85 / 1920 * 100 * 1vw), 85px);
}
.from .btn-box .btn {
  width: 136px;
  height: 47px;
  background-color: #3981e3;
  border-radius: 6px;
  font-size: var(--font18);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.from .btn-box .btn:first-child {
  background-color: #dfeaf5;
  color: #333333;
}
.from .btn-box .btn:last-child {
  background-color: #3981e3;
  color: white;
}
@media (max-width:1200px) {
  .from .btn-box .btn {
    width: auto;
    height: 34px;
    padding: 0 20px;
  }
}
.layui-form-select.layui-form-selected .layui-edge {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layui-form-select .layui-input:hover,
.layui-form-select .layui-input:focus,
.layui-form-select .layui-textarea:focus {
  border-color: #adadad !important;
  box-shadow: none;
}
.layui-form-select .layui-edge {
  font-family: iconfont;
  font-size: 12px;
  width: 46px;
  height: 100%;
  background: url(../images/select-icon.png) no-repeat center;
  background-size: 7px 5px;
  border: none;
  right: 0;
  top: 0;
  margin-top: 0;
  font-weight: bold;
  font-style: inherit;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layui-form-select dl {
  top: 100% !important;
  padding: 10px 0;
  margin-top: 8px;
  border: 1px solid #adadad;
  border-radius: 10px;
  box-shadow: none;
}
.layui-form-select dl dd:first-child {
  display: none;
}
.layui-form-select dl dt,
.layui-form-select dl dd {
  font-size: var(--font16);
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layui-form-select dl .layui-this {
  color: #3981e3 !important;
  background-color: transparent !important;
}
.layui-form-select dl dd:hover {
  background: #e7e7e7;
}
.searchform {
  position: relative;
}
.searchform .input {
  font-size: var(--font14);
  color: #000;
  font-style: normal;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 45px;
  border: 1px solid #e3e4e8;
  border-radius: 99px;
  background-color: transparent;
}
.searchform .iconfont {
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
@media (max-width:1200px) {
  .searchform .iconfont {
    right: 10px;
  }
}
.bullet_box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.bullet_box .bullet_main {
  width: 96%;
  max-width: 1200px;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-10vh);
  transform: translateY(-10vh);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bullet_box .bullet_main .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  background: #3981e3;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.bullet_box .bullet_main .close i {
  font-size: 14px;
  color: #FFF;
}
.bullet_box .bullet_main .close:hover {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}
.bullet_box .bullet_main .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #282828;
  overflow: hidden;
}
.bullet_box .bullet_main .content .pb {
  padding-bottom: 56.25%;
}
.bullet_box .bullet_main .content img,
.bullet_box .bullet_main .content video,
.bullet_box .bullet_main .content iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bullet_box .bullet_main .content iframe {
  object-fit: fill;
}
@media (max-width:990px) {
  .bullet_box .bullet_main .close {
    -webkit-transform: none;
    transform: none;
    top: -50px;
  }
}
.bullet_box.active {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
}
.bullet_box.active .bullet_main {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.index-swiper {
  position: relative;
  overflow: hidden;
}
.index-swiper .swiper-slide {
  height: auto;
}
.index-swiper .swiper-slide .bg {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.index-swiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-swiper .swiper-slide.swiper-slide-active .bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 4s linear;
  transition: all 4s linear;
}
.index-swiper .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .videoBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: alpha(opacity=40);
}
.index-swiper .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.index-swiper .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-swiper .container .ani .title {
  font-size: var(--font42);
  color: #333;
  line-height: 1.4;
}
.index-swiper .container .ani .text-body {
  font-size: var(--font20);
  color: #333;
  line-height: 1.4;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.index-swiper .swiper-pagination {
  opacity: 1;
  bottom: 10px;
}
.index-swiper .slide-num {
  position: absolute;
  right: 50%;
  bottom: 50px;
  z-index: 9;
  color: white;
  font-size: var(--font20);
  line-height: 1;
}
.index-swiper .slide-num .all {
  font-size: var(--font48);
}
@media (max-width:1024px) {
  .index-swiper .slide-btn {
    display: none;
  }
}
@media (max-width:768px) {
  .index-swiper {
    height: 530px !important;
  }
  .index-swiper .swiper-slide {
    height: 530px !important;
  }
}
.index-about {
  background-color: white;
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((60 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
}
.index-about .wrap-box {
  max-width: 960px;
  margin: auto;
  text-align: center;
}
.index-about .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: inline-block;
  position: relative;
}
.index-about .img::before {
  content: '”';
  font-size: var(--font60);
  color: #018c51;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 3px;
}
.index-about .img::after {
  content: '“';
  font-size: var(--font60);
  color: #018c51;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 3px;
}
.index-about .text-body {
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.index-about .text-body p {
  text-indent: 2em;
}
@media (max-width:1024px) {
  .index-about .img::before,
  .index-about .img::after {
    display: none;
  }
}
.index-news {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.index-news .page-title .title .title-cn span,
.index-news .page-title .title .title-en {
  background-color: #f5f5f5;
}
.index-news .news-main {
  max-width: 960px;
  margin: auto;
}
.index-news .news-main .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index-news .news-main .item-box .img {
  overflow: hidden;
}
.index-news .news-main .item-box .img .pb {
  padding-bottom: 66.6%;
}
.index-news .news-main .item-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.index-news .news-main .item-box .text-box .title {
  font-size: var(--font16);
  color: #444;
  padding-top: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  padding-bottom: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  border-bottom: 1px solid lightgray;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-news .news-main .item-box .text-box .text-details {
  font-size: var(--font14);
  color: #3981e3;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-news .news-main .item-box:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-news .news-main .item-box:hover .text-box .title {
  color: #3981e3;
}
.index-products {
  background: no-repeat center;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 50px;
}
.index-products .page-title .title svg {
  stroke: white;
}
.index-products .page-title .title .title-cn {
  color: white;
}
.index-products .page-title .title .title-cn span,
.index-products .page-title .title .title-en {
  background-color: #32435a;
  color: white;
}
.index-products .products-main {
  max-width: 960px;
  margin: auto;
}
.index-products .products-main .index-products-slide {
  padding-bottom: clamp(calc(75 / 2 * 1px), calc(75 / 1920 * 100 * 1vw), 75px);
}
.index-products .products-main .swiper-pagination {
  opacity: 1;
}
.index-products .products-main .swiper-slide {
  border-right: 1px solid lightgray;
}
.index-products .products-main .swiper-slide:nth-child(even) .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.index-products .products-main .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
.index-products .products-main .item-box .img {
  overflow: hidden;
  background-color: white;
}
.index-products .products-main .item-box .img .pb {
  padding-bottom: 66.6%;
}
.index-products .products-main .item-box .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-products .products-main .item-box .img img {
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.index-products .products-main .item-box .text-box {
  padding: 20px;
}
.index-products .products-main .item-box .text-box .title {
  font-size: var(--font14);
  color: #666;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  margin-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-products .products-main .item-box .text-box .text-details {
  font-size: var(--font14);
  color: #3981e3;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-products .products-main .item-box:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-products .products-main .item-box:hover .text-box .title {
  color: #3981e3;
}
.index-solution {
  background-color: white;
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((60 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
}
.index-solution .solution-main {
  max-width: 960px;
  margin: auto;
}
.index-solution .solution-main .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.index-solution .solution-main .item-box .img {
  overflow: hidden;
}
.index-solution .solution-main .item-box .img .pb {
  padding-bottom: 75%;
}
.index-solution .solution-main .item-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.index-solution .solution-main .item-box .text-box {
  width: 100%;
  position: absolute;
  bottom: -10%;
  padding: 30px 20px 30px;
  background: #3981e3;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-solution .solution-main .item-box .text-box .title {
  font-size: var(--font16);
  color: white;
  padding-bottom: 30px;
  margin-top: 20px;
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-solution .solution-main .item-box .text-box .text-details {
  font-size: var(--font14);
  color: white;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-solution .solution-main .item-box:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-solution .solution-main .item-box:hover .text-box {
  bottom: 0;
  opacity: 1;
}
.index-solution .btn-container {
  margin-top: 30px;
}
@media (max-width:1024px) {
  .index-solution .solution-main .item-box {
    padding-bottom: 0;
  }
  .index-solution .solution-main .item-box .text-box {
    position: relative;
    bottom: 0;
    opacity: 1;
    padding: 20px;
  }
  .index-solution .solution-main .item-box .text-box .title {
    margin: 0;
  }
}
.page-wrapper {
  padding: 20px 0;
}
.page-wrapper .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-wrapper .wrap-box .wrap-left {
  width: 18.4%;
}
.page-wrapper .wrap-box .wrap-left .item .title-box {
  cursor: pointer;
}
.page-wrapper .wrap-box .wrap-left .item .title-box .title {
  font-size: var(--font18);
  height: 36px;
  padding-left: 10px;
  border-bottom: 1px solid #dddddd;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-wrapper .wrap-box .wrap-left .item .menu-box {
  display: none;
}
.page-wrapper .wrap-box .wrap-left .item .menu-box .list {
  padding-left: 30px;
}
.page-wrapper .wrap-box .wrap-left .item .menu-box .list .li-text {
  font-size: 14px;
  height: 39px;
  color: #333;
  padding-left: 9px;
  padding-bottom: 3px;
  border-bottom: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-wrapper .wrap-box .wrap-left .item .menu-box .list.active>.li-text,
.page-wrapper .wrap-box .wrap-left .item .menu-box .list.active .on,
.page-wrapper .wrap-box .wrap-left .item .menu-box .li-text:hover  {
  color: #3981e3;
}
.page-wrapper .wrap-box .wrap-left .item .menu-box .list .listSon{display: none;}
.page-wrapper .wrap-box .wrap-left .item .menu-box .list.active .listSon{display: block;}
.page-wrapper .wrap-box .wrap-right {
  width: 78.4%;
  min-height: 520px;
  background: white;
  padding: 11px 20px 25px;
  border-top: 1px solid #DEDEDE;
}
.page-wrapper .wrap-box .wrap-right .page-wrap-title {
  background: #F2F2F2;
  height: 37px;
  padding-left: 25px;
  font-size: var(--font18);
  color: #3981e3;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-wrapper .wrap-box .wrap-right .page-wrap-text * {
  font-size: var(--font18);
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .page-wrapper .wrap-box {
    display: block;
  }
  .page-wrapper .wrap-box .wrap-left {
    display: none;
  }
  .page-wrapper .wrap-box .wrap-right {
    width: 100%;
    border: none;
  }
}
.corporate-culture-list {
  margin-top: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
}
.corporate-culture-list .item:nth-child(2n-1) .item-box .img {
  order: 2;
}
.corporate-culture-list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.corporate-culture-list .item .item-box .img {
  width: 44.4%;
  overflow: hidden;
}
.corporate-culture-list .item .item-box .img .pb {
  padding-bottom: 63%;
}
.corporate-culture-list .item .item-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate-culture-list .item .item-box .text-center {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.corporate-culture-list .item .item-box .text-center .text-box .title * {
  font-size: var(--font18);
}
@media (max-width:768px) {
  .corporate-culture-list .item {
    margin-bottom: 40px;
  }
  .corporate-culture-list .item:last-child {
    margin: 0;
  }
  .corporate-culture-list .item .item-box {
    display: block;
  }
  .corporate-culture-list .item .item-box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .corporate-culture-list .item .item-box .text-center {
    width: 100%;
  }
}
.news-list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-list .item .item-box .img {
  width: 28.86%;
  overflow: hidden;
}
.news-list .item .item-box .img .pb {
  padding-bottom: 66.6%;
}
.news-list .item .item-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-list .item .item-box .text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 60%;
  margin-left: 5%;
}
.news-list .item .item-box .text-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.news-list .item .item-box .text-box .title {
  font-size: var(--font18);
  color: cornflowerblue;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-list .item .item-box .text-box .date {
  font-size: var(--font16);
  color: #444;
  font-weight: bold;
  margin-left: 80px;
  margin-left: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.news-list .item .item-box .text-box .text-body {
  font-size: 14px;
  color: #777;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list .item .item-box .text-box .more {
  font-size: var(--font14);
  color: #666;
  line-height: 1;
  margin-top: 20px;
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.news-list .item:hover .item-box .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list .item:hover .item-box .text-box .title {
  color: #3981e3;
}
@media (max-width:768px) {
  .news-list .item .item-box {
    display: block;
  }
  .news-list .item .item-box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-list .item .item-box .text-box {
    width: 100%;
    margin: 0;
  }
  .news-list .item .item-box .text-box .title-box {
    display: block;
  }
  .news-list .item .item-box .text-box .title-box .date {
    margin: 0;
  }
  .news-list .item .item-box .text-box .text-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
  }
}
.news-detail-container {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  background-color: white;
}
.news-detail-container.product-detail-container .news-detail-text {
  width: 100%;
}
.news-detail-container .news-detail-title {
  font-size: var(--font28);
  color: #3981e3;
  font-weight: bold;
  padding: 0 5px 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid lightgray;
}
.news-detail-container .news-detail-text {
  width: 83.3%;
  margin: auto;
}
@media (max-width:768px) {
  .news-detail-container .news-detail-title {
    padding-bottom: 20px;
  }
  .news-detail-container .news-detail-text {
    width: 100%;
  }
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 0;
}
.product-list .item:nth-child(3n) .item-box {
  border: none;
}
.product-list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #E4E4E4;
}
.product-list .item .item-box .img {
  overflow: hidden;
  background-color: white;
}
.product-list .item .item-box .img .pb {
  padding-bottom: 35%;
}
.product-list .item .item-box .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-list .item .item-box .img img {
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-list .item .item-box .text-box .title {
  color: #404040;
  font-size: 14px;
}
.product-list .item .item-box .text-box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product-list .item .item-box .text-box .more span {
  font-size: var(--font14);
  color: #999;
  background-color: #efefef;
  border-radius: 3px;
  min-width: 90px;
  height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-list .item:hover .item-box .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list .item:hover .item-box .text-box .title {
  color: #3981e3;
}
@media (max-width:768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 0;
  }
  .product-list .item:nth-child(3n) .item-box {
    border-right: 1px solid #E4E4E4;
  }
  .product-list .item:nth-child(2n) .item-box {
    border: none;
  }
}
@media (max-width:480px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-list .item .item-box {
    padding-bottom: 40px;
    border: none !important;
    border-bottom: 1px solid #E4E4E4 !important;
  }
}
.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact-container .text-body {
  width: 50%;
}
.contact-container .text-body * {
  font-size: var(--font18);
}
.contact-container .contact-list {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 10px;
}
.contact-container .contact-list .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width:768px) {
  .contact-container {
    display: block;
  }
  .contact-container .text-body {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-container .contact-list {
    width: 100%;
  }
}
#baiMap {
  width: 100%;
  height: 460px;
  margin-top: 50px;
}
#baiMap a {
  display: inline-block;
}
#baiMap img {
  display: inline-block;
  max-width: none;
}
.BMap_scaleCtrl {
  display: none;
}
.BMapLabel {
  border: none !important;
}
.bMap-posTit:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #FFF;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
.bMap-posTit {
  width: 403px;
  height: 90px;
  background-color: #FFF;
  position: absolute;
  left: -192px;
  top: -100px;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 20px;
  white-space: normal;
}
.bMap-posTit h3 {
  color: #3981e3;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.bMap-posTit p {
  color: #333333;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  #baiMap {
    height: 360px;
  }
  .bMap-posTit h3 {
    font-size: 14px;
  }
  .bMap-posTit p {
    font-size: 14px;
  }
  .bMap-posTit {
    width: 280px;
    left: -130px;
    padding: 16px 10px;
  }
}
@media screen and (max-width: 768px) {
  #baiMap {
    height: 320px;
  }
}
