@charset "UTF-8";
/*配置主题主色调变量*/
:root {
  /* 页面内边距 */
  --paddings: 0 6vw;
  --padding: 6vw;
  /* 文字颜色 */
  --color: #333333;
  --color-primary: #333333;
  --color-secondary: #999999;
  --color-placeholder: #AEAEAE;
  /* 链接颜色 */
  --link-color: #333333;
  --link-hover-color: #F6AB00;
  --linear-bg: linear-gradient(0deg, #281D64, #3CBAC1);
  --linear-line-bg: linear-gradient(90deg, #281D64, #3CBAC1);
  /* 字体大小 */
  --size-14: 2.8vw;
  --size-16: 3.2vw;
  --size-18: 3.6vw;
  --size-20: 4vw;
  --size-22: 3.384615vw;
  --size-24: 3.692308vw;
  --size-26: 4vw;
  --size-28: 4.307692vw;
  --size-30: 4.615385vw;
  --size-32: 4.923077vw;
  --size-34: 5.230769vw;
  --size-36: 5.538462vw;
  --size-38: 5.846154vw;
  --size-40: 6.153846vw;
  --size-42: 5.6vw;
  --size-44: 5.866667vw;
  --size-46: 6.133333vw;
  --size-48: 6.4vw;
  --size-50: 6.666667vw;
  --size-52: 6.933333vw;
  --size-54: 7.2vw;
  --size-56: 7.466667vw;
  --size-58: 7.733333vw;
  --size-60: 8vw;
  --size-62: 8.266667vw;
  --size-64: 8.533333vw;
  --size-66: 8.8vw;
  --size-68: 9.066667vw;
  --size-70: 9.333333vw;
  --size-72: 9.6vw;
  --size-74: 9.866667vw;
  --size-76: 10.133333vw;
  --size-78: 10.4vw;
  --size-80: 10.666667vw;
}

@media screen and (min-width: 992px) {
  :root {
    /* 页面内边距 */
    --paddings: 0 9.375vw;
    --padding: 9.375vw;
    /* 字体大小 */
    --size-14: 12px;
    --size-16: 14px;
    --size-18: 16px;
    --size-20: 18px;
    --size-22: 20px;
    --size-24: 22px;
    --size-26: 24px;
    --size-28: 26px;
    --size-30: 28px;
    --size-32: 30px;
    --size-34: 32px;
    --size-36: 34px;
    --size-38: 36px;
    --size-40: 38px;
    --size-42: 40px;
    --size-44: 42px;
    --size-46: 44px;
    --size-48: 46px;
    --size-50: 48px;
    --size-52: 50px;
    --size-54: 52px;
    --size-56: 54px;
    --size-58: 56px;
    --size-60: 58px;
    --size-62: 60px;
    --size-64: 62px;
    --size-66: 64px;
    --size-68: 66px;
    --size-70: 68px;
    --size-72: 70px;
    --size-74: 72px;
    --size-76: 74px;
    --size-78: 76px;
    --size-80: 78px;
  }
}
@media screen and (min-width: 1645px) {
  :root {
    --size-14: 0.729167vw;
  }
}
@media screen and (min-width: 1680px) {
  :root {
    --size-16: 0.833333vw;
  }
}
@media screen and (min-width: 1706px) {
  :root {
    --size-18: 0.9375vw;
  }
}
@media screen and (min-width: 1728px) {
  :root {
    --size-20: 1.041667vw;
  }
}
@media screen and (min-width: 1745px) {
  :root {
    --size-22: 1.145833vw;
  }
}
@media screen and (min-width: 1760px) {
  :root {
    --size-24: 1.25vw;
  }
}
@media screen and (min-width: 1772px) {
  :root {
    --size-26: 1.354167vw;
  }
}
@media screen and (min-width: 1782px) {
  :root {
    --size-28: 1.458333vw;
  }
}
@media screen and (min-width: 1792px) {
  :root {
    --size-30: 1.5625vw;
  }
}
@media screen and (min-width: 1800px) {
  :root {
    --size-32: 1.666667vw;
  }
}
@media screen and (min-width: 1807px) {
  :root {
    --size-34: 1.770833vw;
  }
}
@media screen and (min-width: 1813px) {
  :root {
    --size-36: 1.875vw;
  }
}
@media screen and (min-width: 1818px) {
  :root {
    --size-38: 1.979167vw;
  }
}
@media screen and (min-width: 1824px) {
  :root {
    --size-40: 2.083333vw;
  }
}
@media screen and (min-width: 1828px) {
  :root {
    --size-42: 2.1875vw;
  }
}
@media screen and (min-width: 1832px) {
  :root {
    --size-44: 2.291667vw;
  }
}
@media screen and (min-width: 1836px) {
  :root {
    --size-46: 2.395833vw;
  }
}
@media screen and (min-width: 1840px) {
  :root {
    --size-48: 2.5vw;
  }
}
@media screen and (min-width: 1843px) {
  :root {
    --size-50: 2.604167vw;
  }
}
@media screen and (min-width: 1846px) {
  :root {
    --size-52: 2.708333vw;
  }
}
@media screen and (min-width: 1848px) {
  :root {
    --size-54: 2.8125vw;
  }
}
@media screen and (min-width: 1851px) {
  :root {
    --size-56: 2.916667vw;
  }
}
@media screen and (min-width: 1853px) {
  :root {
    --size-58: 3.020833vw;
  }
}
@media screen and (min-width: 1856px) {
  :root {
    --size-60: 3.125vw;
  }
}
@media screen and (min-width: 1858px) {
  :root {
    --size-62: 3.229167vw;
  }
}
@media screen and (min-width: 1860px) {
  :root {
    --size-64: 3.333333vw;
  }
}
@media screen and (min-width: 1861px) {
  :root {
    --size-66: 3.4375vw;
  }
}
@media screen and (min-width: 1863px) {
  :root {
    --size-68: 3.541667vw;
  }
}
@media screen and (min-width: 1865px) {
  :root {
    --size-70: 3.645833vw;
  }
}
@media screen and (min-width: 1866px) {
  :root {
    --size-72: 3.75vw;
  }
}
@media screen and (min-width: 1868px) {
  :root {
    --size-74: 3.854167vw;
  }
}
@media screen and (min-width: 1869px) {
  :root {
    --size-76: 3.958333vw;
  }
}
@media screen and (min-width: 1870px) {
  :root {
    --size-78: 4.0625vw;
  }
}
@media screen and (min-width: 1872px) {
  :root {
    --size-80: 4.166667vw;
  }
}
@media screen and (min-width: 1920px) {
  :root {
    /* 字体大小 */
    --size-14: 14px;
    --size-16: 16px;
    --size-18: 18px;
    --size-20: 20px;
    --size-22: 22px;
    --size-24: 24px;
    --size-26: 26px;
    --size-28: 28px;
    --size-30: 30px;
    --size-32: 32px;
    --size-34: 34px;
    --size-36: 36px;
    --size-38: 38px;
    --size-40: 40px;
    --size-42: 42px;
    --size-44: 44px;
    --size-46: 46px;
    --size-48: 48px;
    --size-50: 50px;
    --size-52: 52px;
    --size-54: 54px;
    --size-56: 56px;
    --size-58: 58px;
    --size-60: 60px;
    --size-62: 62px;
    --size-64: 64px;
    --size-66: 66px;
    --size-68: 68px;
    --size-70: 70px;
    --size-72: 72px;
    --size-74: 74px;
    --size-76: 76px;
    --size-78: 78px;
    --size-80: 80px;
  }
}
/* 常用元素样式各版本浏览器样式统一 | normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: OPPOSans, "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: var(--size-16);
  color: var(--color-primary);
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div, p, h1, h2, h3, h4, h5, ul, li, a, span, i {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.a-hover {
  cursor: pointer;
}

.a-hover a, a {
  color: var(--link-color, #1E1E21);
  text-decoration: none;
}

.a-hover:hover a, .a-hover.active a, .a-hover.actived a,
a:hover, a:active, a.actived {
  background-color: transparent;
  color: var(--link-hover-color, #D91415);
  text-decoration: none;
}

.a-hover a, a, a::after, a:before {
  transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* 图片鼠标移入放大效果 */
.el-scale, .el-scale-medium, .el-scale-small {
  transition: all 0.6s;
}

.el-scale:hover {
  transform: scale(1.03);
}

.el-scale-medium:hover {
  transform: scale(1.05);
}

.el-scale-small:hover {
  transform: scale(1.01);
}

/* 文字超了显示省略号 */
.line-1 {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.line, .line-2, .line-3, .line-4, .line-5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-2 {
  -webkit-line-clamp: 2;
}

.line-3 {
  -webkit-line-clamp: 3;
}

.line-4 {
  -webkit-line-clamp: 4;
}

.line-5 {
  -webkit-line-clamp: 5;
}

/* 手机端与PC端区分 */
.show-pc {
  display: none;
}

.detail-content img, .detail-content video {
  max-width: 100%;
}

/* 全局标题样式配置 */
h1, h2, h3, h4, h5 {
  color: var(--color-primary);
}
h1.fw-normal, h2.fw-normal, h3.fw-normal, h4.fw-normal, h5.fw-normal {
  font-weight: normal;
}
h1.fw-400, h2.fw-400, h3.fw-400, h4.fw-400, h5.fw-400 {
  font-weight: 400 !important;
}
h1.fw-500, h2.fw-500, h3.fw-500, h4.fw-500, h5.fw-500 {
  font-weight: 500 !important;
}
h1.fw-600, h2.fw-600, h3.fw-600, h4.fw-600, h5.fw-600 {
  font-weight: 600 !important;
}
h1.fw-700, h2.fw-700, h3.fw-700, h4.fw-700, h5.fw-700 {
  font-weight: 700 !important;
}
h1.fw-800, h2.fw-800, h3.fw-800, h4.fw-800, h5.fw-800 {
  font-weight: 800 !important;
}
h1.fw-900, h2.fw-900, h3.fw-900, h4.fw-900, h5.fw-900 {
  font-weight: 900 !important;
}

h1 {
  font-size: var(--size-48);
}

h2 {
  font-size: var(--size-44);
}

h3 {
  font-size: var(--size-36);
}

h4 {
  font-size: var(--size-30);
}

h5 {
  font-size: var(--size-24);
}

p {
  font-size: var(--size-16);
  line-height: 1.2;
  white-space: pre-line;
  font-weight: 400;
}

.l__layer-dialog {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 0;
  animation: fadeIn 0.3s ease-in 0.1s forwards;
}
.l__layer-dialog .layui-layer-title {
  flex-shrink: 0;
  color: #ffffff;
}
.l__layer-dialog .layui-layer-close1 {
  color: #fff;
}
.l__layer-dialog .layui-layer-content {
  flex: 1;
  height: 0;
  overflow: hidden;
}
.l__layer-dialog .layui-layer-content video {
  object-fit: contain;
  width: 100%;
  height: calc(100vh - 50px);
}

@media screen and (max-width: 991px) {
  .l__layer-dialog {
    top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  /* 手机端与PC端区分 */
  .show-pc {
    display: block;
  }
  .show-mobile {
    display: none;
  }
  /* 全局标题样式配置 */
  h1 {
    font-size: var(--size-44);
  }
  h2 {
    font-size: var(--size-40);
  }
  h3 {
    font-size: var(--size-32);
  }
  h4 {
    font-size: var(--size-26);
  }
  h5 {
    font-size: var(--size-20);
  }
  p {
    font-size: var(--size-16);
    line-height: 1.2;
  }
  .l__layer-dialog {
    width: 80% !important;
    height: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .l__layer-dialog .layui-layer-content video {
    height: auto;
    max-height: calc(80vh - 50px);
  }
}
@media screen and (min-width: 1440px) {
  /* 全局标题样式配置 */
  h1 {
    font-size: var(--size-48);
  }
  h2 {
    font-size: var(--size-44);
  }
  h3 {
    font-size: var(--size-36);
  }
  h4 {
    font-size: var(--size-30);
  }
  h5 {
    font-size: var(--size-24);
  }
}
.l__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #FFFFFF;
  transition: all 0.6s ease 0s;
}
.l__header .border {
  position: relative;
}
.l__header .border .langs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
  font-weight: 500;
}
.l__header .border .langs:hover {
  color: #FFFFFF;
  background-color: var(--link-hover-color);
  border-color: var(--link-hover-color);
}
.l__header .border .header .logo {
  position: relative;
}
.l__header .border .header .logo img {
  height: 100%;
  transition: all 0.6s ease 0s;
}
.l__header .border .header .logo img.placeholder {
  visibility: hidden;
}
.l__header .border .header .logo img.white, .l__header .border .header .logo img.black {
  position: absolute;
  top: 0;
  left: 0;
}
.l__header .border .header .logo img.black {
  opacity: 1;
}
.l__header .border .menu-navs {
  display: flex;
}
.l__header .border .menu-navs .item {
  --link-color: var(--color);
  font-size: var(--size-20);
  position: relative;
  font-weight: 400;
}
.l__header .border .menu-navs .item:first-child {
  margin-left: 0;
}
.l__header .border .menu-navs .item:after {
  display: block;
  width: 0;
  height: 4px;
  content: "";
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.6s ease 0s;
  background: var(--link-hover-color);
}
.l__header .border .menu-navs .item.actived:after, .l__header .border .menu-navs .item:hover:after {
  width: 100%;
  left: 0;
}

.sticky {
  position: sticky;
  top: 130px;
  transition: all 0.6s;
}

.is-top .l__header {
  background-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.is-top .l__header .border {
  /*&:after { opacity: 0.3; }*/
}
.is-top .l__header .border .langs {
  --link-color: #FFFFFF;
  border-color: #FFFFFF;
}
.is-top .l__header .border .langs:hover {
  border-color: var(--link-hover-color);
}
.is-top .l__header .border .logo img.white {
  opacity: 1;
}
.is-top .l__header .border .logo img.black {
  opacity: 0;
}
.is-top .l__header .border .menu-navs .item {
  --link-color: #FFFFFF;
}

.hide-navbar .l__header {
  transform: translateY(-120%);
}

@media screen and (max-width: 991px) {
  .l__header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 13.333333vw;
    box-shadow: 12px 2px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .l__header .border {
    flex-shrink: 0;
    padding: 4vw var(--padding) 1.333333vw;
  }
  .l__header .border .header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l__header .border .header .logo {
    margin-bottom: 1.333333vw;
    height: 6.666667vw;
  }
  .l__header .border .header .actions {
    display: flex;
    align-items: center;
  }
  .l__header .border .header .actions .langs {
    width: 8.666667vw;
    height: 6.266667vw;
    margin-right: 16px;
    border-radius: 1.066667vw;
  }
  .l__header .border .header .actions .action {
    display: block;
    width: 6.266667vw;
    height: 4.933333vw;
    position: relative;
  }
  .l__header .border .header .actions .action span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0.4vw;
    border-radius: 0.4vw;
    background-color: var(--color);
    transition: all 0.6s ease 0s;
  }
  .l__header .border .header .actions .action span:nth-child(1) {
    top: 0;
  }
  .l__header .border .header .actions .action span:nth-child(2) {
    top: calc(50% - 0.266667vw);
  }
  .l__header .border .header .actions .action span:nth-child(3) {
    bottom: 0;
  }
  .l__header .border .menu-navs {
    display: none;
    margin-top: 19.333333vw;
  }
  .l__header .border .menu-navs .item {
    display: block;
    font-weight: 500;
    padding: 4.666667vw 2.933333vw 4.666667vw 4.666667vw;
    --link-color: var(--color);
    font-size: var(--size-30);
  }
  .l__header .border .menu-navs .item:after {
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #EBEBEB;
  }
  .l__header .border .menu-navs .langs {
    display: none;
  }
  .l__header .border .contact {
    display: none;
    padding: 11.2vw 2.933333vw 4.666667vw 4.666667vw;
    font-size: var(--size-30);
    font-weight: 500;
    --link-color: var(--color);
    color: var(--color);
  }
  .l__header .pic {
    display: none;
    width: 100%;
    text-align: right;
  }
  .l__header .pic img {
    width: 69%;
    display: inline-block;
  }
  .is-top .l__header .border .actions .action span {
    background-color: #FFFFFF;
  }
  .collapsed {
    overflow: hidden;
  }
  .collapsed .l__header {
    height: 100%;
    background-color: #FFFFFF;
  }
  .collapsed .l__header .border .header .logo img.white {
    opacity: 0;
  }
  .collapsed .l__header .border .header .logo img.black {
    opacity: 1;
  }
  .collapsed .l__header .border .header .actions .langs {
    border-color: var(--color);
    color: var(--color);
  }
  .collapsed .l__header .border .header .actions .langs:hover {
    color: #FFFFFF;
    background-color: var(--link-hover-color);
    border-color: var(--link-hover-color);
  }
  .collapsed .l__header .border .header .actions .action span {
    background-color: #666666;
  }
  .collapsed .l__header .border .header .actions .action span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .collapsed .l__header .border .header .actions .action span:nth-child(2) {
    opacity: 0;
  }
  .collapsed .l__header .border .header .actions .action span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: rotate(-45deg);
  }
  .collapsed .l__header .border .menu-navs {
    display: block;
  }
  .collapsed .l__header .border .menu-navs .item {
    --link-color: var(--color);
  }
  .collapsed .l__header .border .contact {
    display: block;
  }
  .collapsed .l__header .pic {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .l__header {
    padding: 0 7.5vw 0.520833vw;
    box-shadow: 0.625vw 0.104167vw 0.78125vw rgba(0, 0, 0, 0.3);
  }
  .l__header .border {
    padding-top: 3.072917vw;
    display: flex;
    justify-content: space-between;
    /*&:after {
      @include contentBlock(100%, 2px);
      background: #666666;
      @include absolute(null, 0, 0);
      opacity: 0;
      @include transition(0.6s);
    }*/
  }
  .l__header .border .header .logo {
    height: 45px;
  }
  .l__header .border .header .actions {
    display: none;
  }
  .l__header .border .menu-navs {
    display: flex;
  }
  .l__header .border .menu-navs .item {
    display: flex;
    align-items: center;
    padding: 0 4px;
    margin-left: 3.645833vw;
  }
  .l__header .border .menu-navs .item:after {
    height: 4px;
    border-radius: 4px;
  }
  .l__header .border .menu-navs .langs {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-self: center;
    font-size: var(--size-14);
    margin-left: 1.5625vw;
  }
  .l__header .border .contact {
    display: none;
  }
  .l__header .pic {
    display: none;
  }
  .sticky {
    top: calc(3.59375vw + 85px);
  }
}
@media screen and (min-width: 1440px) {
  .l__header .border .header .logo {
    height: 2.34375vw;
  }
  .sticky {
    top: calc(5.416667vw + 40px);
  }
}
@media screen and (min-width: 1920px) {
  .l__header {
    padding-bottom: 10px;
    box-shadow: 12px 2px 15px rgba(0, 0, 0, 0.3);
  }
  .l__header .border {
    padding-top: 59px;
  }
  .l__header .border .header .logo {
    height: 45px;
  }
  .l__header .border .menu-navs .item {
    margin-left: 70px;
  }
  .l__header .border .menu-navs .langs {
    margin-left: 30px;
  }
  .sticky {
    top: 144px;
  }
}
@-webkit-keyframes sideFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes sideFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.l__footer {
  color: #FFFFFF;
  background-color: #2D2D2D;
}
.l__footer a {
  --link-color: #FFFFFF;
}
.l__footer .navs .logo img {
  height: 100%;
}
.l__footer .infos .contact table {
  border: 0;
  border-collapse: separate;
}
.l__footer .infos .contact table td {
  vertical-align: top;
}

.side-fixed {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 20;
  border-radius: 13.333333vw;
  font-size: var(--size-42);
  padding: 2px;
  background-color: var(--link-hover-color);
  transform: translate(-50%, 100%);
  opacity: 0;
  -webkit-animation: sideFadeInUp 0.6s linear 0.6s;
  animation: sideFadeInUp 0.6s linear 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.side-fixed a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8vw;
  height: 12.8vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--link-hover-color);
  text-align: center;
  margin-top: 6px;
}
.side-fixed a:first-child {
  margin-top: 0;
}
.side-fixed a:active {
  transform: scale(0.85);
}

@media screen and (max-width: 991px) {
  .l__footer {
    padding: 7.333333vw var(--padding) 19vw;
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-size: auto 32vw;
    background-position: bottom right;
  }
  .l__footer .navs .logo {
    height: 7.6vw;
  }
  .l__footer .navs .logo img {
    height: 100%;
  }
  .l__footer .navs .menus {
    display: none;
  }
  .l__footer .infos {
    margin-top: 15.066667vw;
    font-size: var(--size-24);
    line-height: 1.6;
  }
  .l__footer .infos .contact table td.content {
    padding-left: 1.066667vw;
  }
  .l__footer .infos .contact-btn {
    margin-top: 7.066667vw;
  }
  .l__footer .infos .contact-btn a {
    display: inline-flex;
    align-items: center;
    border-radius: 9.6vw;
    padding-right: 16px;
    background-color: var(--link-hover-color);
  }
  .l__footer .infos .contact-btn a span {
    margin-right: 2.133333vw;
    color: var(--link-hover-color);
    background-color: #FFFFFF;
  }
  .l__footer .infos .contact-btn a:hover {
    color: var(--link-hover-color);
    background-color: #FFFFFF;
  }
  .l__footer .infos .contact-btn a:hover span {
    color: #FFFFFF;
    background-color: var(--link-hover-color);
  }
  .l__footer .infos .copyright {
    margin-top: 7.066667vw;
  }
  .l__footer .infos .copyright .content a {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .l__footer {
    padding: 6.25vw 18.75vw 5.729167vw;
    background-image: url("/theme/images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 76%;
  }
  .l__footer .navs, .l__footer .infos {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .l__footer .navs .menus, .l__footer .infos .copyright {
    margin-left: 5%;
    flex: 1;
    max-width: 500px;
  }
  .l__footer .navs .logo {
    flex-shrink: 0;
    height: 2.96875vw;
  }
  .l__footer .navs .logo img {
    height: 100%;
  }
  .l__footer .navs .menus {
    display: flex;
    align-items: flex-start;
  }
  .l__footer .navs .menus .items {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.302083vw;
  }
  .l__footer .navs .menus .items .item {
    width: 33.333%;
    padding: 1.302083vw 0;
  }
  .l__footer .navs .menus .qrcode {
    flex-shrink: 0;
    width: 5.520833vw;
  }
  .l__footer .navs .menus .qrcode img {
    width: 100%;
  }
  .l__footer .infos {
    margin-top: 9.375vw;
    align-items: flex-end;
  }
  .l__footer .infos .contact {
    flex: 1;
    max-width: 356px;
  }
  .l__footer .infos .contact table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 3px;
  }
  .l__footer .infos .contact table td {
    vertical-align: top;
    line-height: 1.2;
  }
  .l__footer .infos .contact table td.content {
    padding-left: 2px;
  }
  .l__footer .infos .contact-btn {
    display: none;
  }
  .l__footer .infos .copyright {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .l__footer .navs .logo {
    height: 57px;
  }
  .l__footer .navs .menus .items {
    margin-top: -25px;
  }
  .l__footer .navs .menus .items .item {
    padding: 25px 0;
  }
  .l__footer .navs .menus .qrcode {
    width: 106px;
  }
}
.l__combanner {
  position: relative;
}
.l__combanner img {
  width: 100%;
}
.l__combanner:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.l__module-header {
  position: relative;
  text-align: center;
  z-index: 1;
}
.l__module-header .sub-title {
  width: 100%;
  color: #F1F0F0;
  font-size: 6.4vw;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l__module-header .title {
  color: #333333;
  font-size: 6.4vw;
  font-weight: bold;
  padding-top: 3.2vw;
}

.pagination {
  text-align: center;
}
.pagination span, .pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8.666667vw;
  height: 8.666667vw;
  border-radius: 50%;
  border: 1px solid #B9B9B9;
  font-size: var(--size-20);
  color: #B9B9B9;
  margin: 0 1.066667vw;
  font-weight: 500;
}
.pagination a:hover, .pagination span {
  color: #FFFFFF;
  border-color: var(--link-hover-color);
  background: var(--link-hover-color);
}
.pagination .short {
  font-size: var(--size-28);
  vertical-align: bottom;
}

.circle-arrow-hover .circle-arrow, .circle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 50%;
  font-size: var(--size-42);
  border: 2px solid transparent;
  vertical-align: bottom;
  transition: all 0.6s ease 0s;
}
.circle-arrow-hover .circle-arrow.orange, .circle-arrow.orange {
  color: #FFFFFF;
  background: var(--link-hover-color);
}
.circle-arrow-hover .circle-arrow.gray, .circle-arrow.gray {
  color: #BEBEBE;
  border-color: #BEBEBE;
}
.circle-arrow-hover .circle-arrow.gray-orange, .circle-arrow.gray-orange {
  color: var(--link-hover-color);
  border-color: #BEBEBE;
}
.circle-arrow-hover .circle-arrow.disabled, .circle-arrow-hover .circle-arrow.swiper-button-disabled, .circle-arrow.disabled, .circle-arrow.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.circle-arrow-hover:hover .circle-arrow.orange:not(.disabled, .swiper-button-disabled), .circle-arrow:hover.orange:not(.disabled, .swiper-button-disabled) {
  color: var(--link-hover-color);
  background: #FFFFFF;
  border-color: var(--link-hover-color);
}
.circle-arrow-hover:hover .circle-arrow.gray:not(.disabled, .swiper-button-disabled), .circle-arrow:hover.gray:not(.disabled, .swiper-button-disabled) {
  border-color: transparent;
  color: #FFFFFF;
  background: var(--link-hover-color);
}
.circle-arrow-hover:hover .circle-arrow.gray-orange:not(.disabled, .swiper-button-disabled), .circle-arrow:hover.gray-orange:not(.disabled, .swiper-button-disabled) {
  border-color: transparent;
  color: #FFFFFF;
  background: var(--link-hover-color);
}

.video-box {
  position: relative;
}
.video-box img {
  width: 100%;
}
.video-box a {
  --link-color: #FFFFFF;
  display: block;
  width: 22.133333vw;
  height: 22.133333vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12vw;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border: 2px solid transparent;
}
.video-box a:before {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30%;
  box-sizing: border-box;
}
.video-box a:hover {
  border-color: var(--link-hover-color);
}
.video-box:hover img {
  transform: scale(1.03);
}

.el-translate {
  transition: all 0.6s ease 0s;
}
.el-translate:hover {
  transform: translateY(-2%);
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 992px) {
  .l__module-header .sub-title {
    font-size: 63.75px;
  }
  .l__module-header .title {
    font-size: 36px;
    padding-top: 37.5px;
  }
  .pagination {
    /*a:hover {
      box-shadow: 0 0 20.25px 8.25px rgba(246, 171, 0, 0.35);
    }*/
  }
  .pagination span, .pagination a {
    width: 40px;
    height: 40px;
    margin: 0 4px;
  }
  .circle-arrow-hover .circle-arrow, .circle-arrow {
    width: 54px;
    height: 54px;
  }
  .video-box a {
    width: 8.645833vw;
    height: 8.645833vw;
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 1440px) {
  .l__module-header .sub-title {
    font-size: 4.427083vw;
  }
  .l__module-header .title {
    font-size: 2.5vw;
    padding-top: 2.604167vw;
  }
  .pagination {
    /*a:hover {
      box-shadow: 0 0 20.25px 8.25px rgba(246, 171, 0, 0.35);
    }*/
  }
  .pagination span, .pagination a {
    width: 2.760417vw;
    height: 2.760417vw;
    margin: 0 8px;
  }
  .circle-arrow-hover .circle-arrow, .circle-arrow {
    width: 3.75vw;
    height: 3.75vw;
  }
}
@media screen and (min-width: 1920px) {
  .l__module-header .sub-title {
    font-size: 85px;
  }
  .l__module-header .title {
    font-size: 48px;
    padding-top: 50px;
  }
  .pagination {
    /*a:hover {
      box-shadow: 0 0 20.25px 8.25px rgba(246, 171, 0, 0.35);
    }*/
  }
  .pagination span, .pagination a {
    width: 53px;
    height: 53px;
  }
  .circle-arrow-hover .circle-arrow, .circle-arrow {
    width: 72px;
    height: 72px;
  }
  .video-box a {
    width: 166px;
    height: 166px;
    font-size: 90px;
  }
}
