@charset "utf-8";
/*初始化样式*/
html {
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  font-size: 62.5%;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 1920px;
}
body {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'PingFang SC', 'Arial', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'sans-serif', \5b8b\4f53;
  color: #333;
  /*设置宽度*/
  background-color: #fff;
}
*,
*::before,
*::after {
  font: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
}
.ol,
.ol .li,
.dl,
.dl .li,
.ul,
.ul .li {
  margin: 0;
  padding: 0;
  list-style: none;
}
b,
strong {
  font-weight: 600;
}
input,
button,
select,
textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}
input:focus {
  outline: none;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: none;
  border: 0;
  max-width: 100%;
  vertical-align: top;
  object-fit: fill;
}
span {
  outline: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
}
.box-sizing-border,
.box-sizing-border * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-border::before,
.box-sizing-border *::before,
.box-sizing-border::after,
.box-sizing-border *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-content,
.box-sizing-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box-sizing-content::before,
.box-sizing-content *::before,
.box-sizing-content::after,
.box-sizing-content *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  width: 100%;
}
.img-box img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.img-box.auto-img::before {
  display: none;
}
.img-box.auto-img img {
  position: static;
  height: auto;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
html {
  --scroll-w: 3px;
  --mcolor: #2244b1;
  --mcolor-rgb: 34, 68, 177;
  --mcolor2: #006fc3;
  --mcolor2-rgb: 0, 111, 195;
  --main-next-color: #333333;
  --main-next-color-rgb: 51,51,51;
  --btn-bg: linear-gradient(31deg, #2244b1 0%, #115aba 65%, #006fc3 100%);
  --btn-bg-h: linear-gradient(-31deg, #2244b1 0%, #115aba 65%, #006fc3 100%);
  --btn-bg2: linear-gradient(31deg, #2244b1 0%, #115aba 65%, #006fc3 100%), linear-gradient(#000000, #000000);
  --btn-bg2-h: linear-gradient(-31deg, #2244b1 0%, #115aba 65%, #006fc3 100%), linear-gradient(#000000, #000000);
  --btn-bg3: linear-gradient(31deg, #2244b1 0%, #115aba 65%, #006fc3 100%), linear-gradient(#ffffff, #ffffff);
  --btn-bg3-h: linear-gradient(-31deg, #2244b1 0%, #115aba 65%, #006fc3 100%), linear-gradient(#ffffff, #ffffff);
  --wrap-width-val: calc(100vw - var(--scroll-w));
  --page-width-val: calc(100vw - var(--scroll-w));
  --win-width-1920: clamp(0px, var(--page-width-val), calc(1920px - var(--scroll-w)));
  --wrap-full-width: clamp(1200px, calc(var(--page-width-val) - (1.82vw*2)), 1920px);
  --wrap-1680-width: 1680px;
  --wrap-1600-width: 1600px;
  --wrap-1480-width: 1480px;
  --wrap-1420-width: 1420px;
  --wrap-1400-width: 1400px;
  --wrap-1300-width: 1300px;
  --wrap-1200-width: 1200px;
  --wrap-800-width: 800px;
  --bettwen-pad: calc((var(--page-width-val) - var(--page-width-val))/2);
  --bettwen-full-pad: calc((var(--page-width-val) - var(--wrap-full-width))/2);
  --bettwen-1680-pad: calc((var(--page-width-val) - var(--wrap-1680-width))/2);
  --bettwen-1600-pad: calc((var(--page-width-val) - var(--wrap-1600-width))/2);
  --bettwen-1480-pad: calc((var(--page-width-val) - var(--wrap-1480-width))/2);
  --bettwen-1420-pad: calc((var(--page-width-val) - var(--wrap-1420-width))/2);
  --bettwen-1400-pad: calc((var(--page-width-val) - var(--wrap-1400-width))/2);
  --bettwen-1300-pad: calc((var(--page-width-val) - var(--wrap-1300-width))/2);
  --bettwen-1200-pad: calc((var(--page-width-val) - var(--wrap-1200-width))/2);
  --bettwen-800-pad: calc((var(--page-width-val) - var(--wrap-800-width))/2);
  --bettwen-pad-1920: calc((var(--win-width-1920) - var(--page-width-val))/2);
  --bettwen-full-pad-1920: calc((var(--win-width-1920) - var(--wrap-full-width))/2);
  --bettwen-1680-pad-1920: calc((var(--win-width-1920) - var(--wrap-1680-width))/2);
  --bettwen-1600-pad-1920: calc((var(--win-width-1920) - var(--wrap-1600-width))/2);
  --bettwen-1480-pad-1920: calc((var(--win-width-1920) - var(--wrap-1480-width))/2);
  --bettwen-1420-pad-1920: calc((var(--win-width-1920) - var(--wrap-1420-width))/2);
  --bettwen-1400-pad-1920: calc((var(--win-width-1920) - var(--wrap-1400-width))/2);
  --bettwen-1300-pad-1920: calc((var(--win-width-1920) - var(--wrap-1300-width))/2);
  --bettwen-1200-pad-1920: calc((var(--win-width-1920) - var(--wrap-1200-width))/2);
  --bettwen-800-pad-1920: calc((var(--win-width-1920) - var(--wrap-800-width))/2);
  --block-top: clamp(30px, 3.48vw, 67px);
  --block-bot: clamp(30px, 3.48vw, 67px);
}
@media (max-width: 1920px) {
  html {
    --wrap-width-val: 1600px;
  }
}
@media (max-width: 1800px) {
  html {
    --wrap-width-val: 1500px;
    --wrap-1680-width: var(--wrap-width-val);
    --wrap-1600-width: var(--wrap-width-val);
  }
}
@media (max-width: 1700px) {
  html {
    --wrap-width-val: 1400px;
    --wrap-1480-width: var(--wrap-width-val);
    --wrap-1420-width: var(--wrap-width-val);
    --wrap-1400-width: var(--wrap-width-val);
  }
}
@media (max-width: 1600px) {
  html {
    --wrap-width-val: 1300px;
    --wrap-1300-width: var(--wrap-width-val);
  }
}
@media (max-width: 1500px) {
  html {
    --wrap-width-val: 82vw;
    --wrap-1200-width: clamp(0px, var(--wrap-width-val), 1200px);
  }
}
@media (max-width: 1400px) {
  html {
    --wrap-width-val: 85vw;
  }
}
@media (max-width: 1200px) {
  html {
    --htmlfsize: 70px;
    --wrap-width-val: 92vw;
    --wrap-full-width: 98vw;
    font-size: var(--htmlfsize);
  }
}
@media (max-width: 992px) {
  html {
    --htmlfsize: 70px;
    --wrap-width-val: clamp(0px, 710px, calc(100vw - (0.25rem*2)));
    --wrap-full-width: clamp(calc(100vw - (0.25rem*2)), 710px, calc(100vw - (0.25rem*2)));
    font-size: var(--htmlfsize);
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  html {
    --htmlfsize: calc(100vw/768*100);
    --htmlfsize: calc(100vw/700*100);
  }
}
@media (max-width: 1200px) {
  html {
    --block-top: 0.55rem;
    --block-bot: 0.55rem;
  }
}
.wrap-800 {
  --wrap-width: var(--wrap-800-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-1200 {
  --wrap-width: var(--wrap-1200-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-1300 {
  --wrap-width: var(--wrap-1300-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-1400 {
  --wrap-width: var(--wrap-1400-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-1420 {
  --wrap-width: var(--wrap-1420-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-1480 {
  --wrap-width: var(--wrap-1480-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-1600 {
  --wrap-width: var(--wrap-1600-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-1680 {
  --wrap-width: var(--wrap-1680-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
.wrap-full {
  --wrap-width: var(--wrap-full-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
@media (min-width: 1201px) {
  body .pc-hide {
    display: none;
  }
  body .pc-show {
    display: block;
  }
  body .pc-show[flex] {
    display: flex;
  }
  body .pc-show[flex][flex~="i"] {
    display: inline-flex;
  }
}
@media (max-width: 1200px) {
  body .phone-hide {
    display: none;
  }
  body .phone-show {
    display: block;
  }
  body .phone-show[flex] {
    display: flex;
  }
  body .phone-show[flex][flex~="i"] {
    display: inline-flex;
  }
}
.bg-mcolor {
  background-color: var(--mcolor);
}
.bgeff2f7 {
  background-color: #eff2f7;
}
.bgf0f0f0 {
  background-color: #f0f0f0;
}
.bgf8f7f6 {
  background-color: #f8f7f6;
}
.bgf6f6f6 {
  background-color: #f6f6f6;
}
.bgf8f8f8 {
  background-color: #f8f8f8;
}
.bgffffff {
  background-color: #ffffff;
}
.bgeeeeee {
  background-color: #eeeeee;
}
.bgf1f1f1 {
  background-color: #f1f1f1;
}
.bgf3f3f3 {
  background-color: #f3f3f3;
}
.bgf6f7f9 {
  background-color: #f6f7f9;
}
.bgf4f4f4 {
  background-color: #f4f4f4;
}
.bgf5f5f5 {
  background-color: #f5f5f5;
}
.bgf7f7f7 {
  background-color: #f7f7f7;
}
.bg2d2d2d {
  background-color: #2d2d2d;
}
.bg121212 {
  background-color: #121212;
}
.bgf0f5fa {
  background-color: #f0f5fa;
}
.color-main {
  color: var(--mcolor);
}
::placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(102, 102, 102, 0.5);
}
.input-color1 {
  --color: #555555;
}
.input-color1 ::placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body {
  --scrollbarw: 4px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
body::-webkit-scrollbar {
  border-radius: 1.5px;
  width: var(--scrollbarw);
  height: var(--scrollbarw);
  background: #dfdfdf;
}
body::-webkit-scrollbar-track {
  border-radius: calc(var(--scrollbarw)*0.5);
  background: #dfdfdf;
}
body::-webkit-scrollbar-thumb {
  border-radius: calc(var(--scrollbarw)*0.5);
  background: var(--mcolor);
}
body::-webkit-scrollbar-thumb:hover {
  border-radius: calc(var(--scrollbarw)*0.5);
  background: var(--mcolor);
}
html {
  --scrollbarw: 4px;
}
::-webkit-scrollbar {
  border-radius: 1.5px;
  width: var(--scrollbarw);
  height: var(--scrollbarw);
  background-image: linear-gradient(90deg, transparent 0%, transparent calc(50% - 0.5px), #dfdfdf calc(50% - 0.5px), #dfdfdf calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent 100%);
  background-size: calc(var(--scrollbarw)*1);
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: calc(var(--scrollbarw)*0.5);
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: calc(var(--scrollbarw)*0.5);
  background: var(--btn-bg);
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: calc(var(--scrollbarw)*0.5);
  background: var(--btn-bg-h);
}
.scroll-type-a::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滚动条轨道 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*定义滑块 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ffffff;
}
/*滑块效果*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background-color: #ffffff;
}
.i-h {
  position: relative;
}
.i-h .i {
  display: block;
  opacity: 1;
}
.i-h .h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.i-block {
  display: inline-block;
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="js"] {
  justify-content: start;
}
[flex][flex~="jfs"] {
  justify-content: flex-start;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="je"] {
  justify-content: end;
}
[flex][flex~="jfe"] {
  justify-content: flex-end;
}
[flex][flex~="ais"] {
  align-items: flex-start;
}
[flex][flex~="aic"] {
  align-items: center;
}
[flex][flex~="acc"] {
  align-content: center;
}
[flex][flex~="aie"] {
  align-items: flex-end;
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
.lw-w-hide {
  display: none;
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .lw-nw-1 {
    width: 8.33333333%;
  }
  .lw-nw-2 {
    width: 16.66666667%;
  }
  .lw-nw-3 {
    width: 25%;
  }
  .lw-nw-4 {
    width: 33.33333333%;
  }
  .lw-nw-5 {
    width: 41.66666667%;
  }
  .lw-nw-6 {
    width: 50%;
  }
  .lw-nw-7 {
    width: 58.33333333%;
  }
  .lw-nw-8 {
    width: 66.66666667%;
  }
  .lw-nw-9 {
    width: 75%;
  }
  .lw-nw-10 {
    width: 83.33333333%;
  }
  .lw-nw-11 {
    width: 91.66666667%;
  }
  .lw-nw-12 {
    width: 100%;
  }
  .lw-5nw {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
  .lw-sw-block {
    display: block;
  }
}
.fwb {
  font-weight: bold;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs24 {
  font-size: 24px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs36 {
  font-size: 36px;
}
.fs40 {
  font-size: 40px;
}
.fs46 {
  font-size: 46px;
}
.fs50 {
  font-size: 50px;
}
.fs60 {
  font-size: 60px;
}
.fs120 {
  font-size: 120px;
}
@media (max-width: 1500px) {
  .fs16 {
    font-size: 14px;
  }
  .fs18 {
    font-size: 15px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs30 {
    font-size: 26px;
  }
  .fs32 {
    font-size: 37px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs40 {
    font-size: 32px;
  }
  .fs46 {
    font-size: 36px;
  }
  .fs50 {
    font-size: 40px;
  }
  .fs60 {
    font-size: 50px;
  }
  .fs120 {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .fs16 {
    font-size: 0.26rem;
  }
  .fs18 {
    font-size: 0.28rem;
  }
  .fs24 {
    font-size: 0.28rem;
  }
  .fs30 {
    font-size: 0.3rem;
  }
  .fs32 {
    font-size: 0.31rem;
  }
  .fs36 {
    font-size: 0.32rem;
  }
  .fs40 {
    font-size: 0.36rem;
  }
  .fs46 {
    font-size: 0.36rem;
  }
  .fs50 {
    font-size: 0.4rem;
  }
  .fs60 {
    font-size: 0.46rem;
  }
  .fs120 {
    font-size: 1rem;
  }
}
.relative {
  position: relative;
}
.cycle-box {
  --size: 40px;
  --time: 4s;
  --b-c: var(--mcolor);
  --b-w: 3px;
  position: relative;
  width: var(--size);
  height: var(--size);
}
.cycle-box .cycle-son {
  position: absolute;
  top: 0;
  height: var(--size);
  width: calc(var(--size)*0.5);
  overflow: hidden;
}
.cycle-box .cycle-son::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cycle-box .left-c {
  left: 0;
}
.cycle-box .left-c::before {
  transform-origin: right center;
  border-radius: calc(var(--size)*0.5) 0 0 calc(var(--size)*0.5);
  border: var(--b-w) solid var(--b-c);
  border-right: 0;
  transform: rotate(-180deg);
}
.cycle-box .right-c {
  right: 0;
}
.cycle-box .right-c::before {
  transform-origin: left center;
  border-radius: 0 calc(var(--size)*0.5) calc(var(--size)*0.5) 0;
  border: var(--b-w) solid var(--b-c);
  border-left: 0;
  transform: rotate(-180deg);
}
.cycle-box.run .left-c::before {
  transform: rotate(0deg);
  animation: cycle-left var(--time) linear;
}
.cycle-box.run .right-c {
  right: 0;
}
.cycle-box.run .right-c::before {
  transform: rotate(0deg);
  animation: cycle-right var(--time) linear;
}
.cycle-box-h:hover .left-c::before {
  transform: rotate(0deg);
  animation: cycle-left var(--time) linear;
}
.cycle-box-h:hover .right-c {
  right: 0;
}
.cycle-box-h:hover .right-c::before {
  transform: rotate(0deg);
  animation: cycle-right var(--time) linear;
}
.run .cycle-box .left-c::before {
  animation: cycle-left var(--time) linear;
}
.run .cycle-box .right-c {
  right: 0;
}
.run .cycle-box .right-c::before {
  animation: cycle-right var(--time) linear;
}
@keyframes cycle-left {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes cycle-right {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.self-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.self-svg svg.icon {
  width: var(--size);
  height: var(--size);
  fill: var(--fill);
}
/**视频弹框**/
.tank-video-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.tank-video-box .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.tank-video-box .video-box {
  position: relative;
  height: auto;
  width: auto;
}
.tank-video-box .video-box .exit {
  --sw: 28px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: var(--sw);
  height: var(--sw);
  background: #ffffff;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transition: all 0.3s;
  color: var(--mcolor);
}
.tank-video-box .video-box .exit::before,
.tank-video-box .video-box .exit::after {
  content: '';
  display: block;
  margin-top: -1px;
  position: absolute;
  left: 22%;
  top: 50%;
  width: 56%;
  height: 2px;
  background-color: var(--mcolor);
  transition: all 0.3s;
}
.tank-video-box .video-box .exit:hover {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background: var(--mcolor);
}
.tank-video-box .video-box .exit:hover::before,
.tank-video-box .video-box .exit:hover::after {
  background-color: #ffffff;
}
.tank-video-box .video-box video {
  display: block;
  border: 7px solid #137fdc;
  border: 7px solid #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
  height: 60vh;
  width: auto;
  background: #000000;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}
@keyframes swiper-delay-ani {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.swiper-box {
  --anitime: 3s;
}
.swiper-box.swiper-type1 {
  overflow: hidden;
}
.swiper-box.swiper-type2 {
  position: relative;
  --scale: 0.8;
}
.swiper-box.swiper-type2 .swiper-slide {
  width: clamp(10vw, 55.8vw, 1070px);
  transition: all 0.3s;
}
.swiper-box.swiper-type2 .swiper-slide-prev {
  transform: scale(var(--scale)) translate(50%, -7%);
}
.swiper-box.swiper-type2 .swiper-slide-next {
  transform: scale(var(--scale)) translate(-50%, -7%);
}
.swiper-box.swiper-type2 .swiper-slide-active {
  z-index: 2;
  transform: scale(1);
}
.swiper-box.swiper-type2 .swiper-slide-active .img-box {
  box-shadow: 0px 10px 20px 4px rgba(180, 180, 180, 0.75);
}
.swiper-box.swiper-type2 .swiper-slide-active .img-box::after {
  opacity: 0;
}
.swiper-box.swiper-type2 .swiper-slide-active .title {
  opacity: 1;
}
.swiper-box.swiper-type2 .title {
  opacity: 0;
  padding: 1em 1em;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  transition: all 0.3s;
}
.swiper-box.swiper-type2 .img-box {
  display: block;
  transition: all 0.3s;
}
.swiper-box.swiper-type2 .img-box::before {
  padding-top: 57%;
}
.swiper-box.swiper-type2 .img-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.swiper-box.swiper-type2 .swiper-btn {
  margin-top: -3%;
}
.swiper-box .swiper-other {
  padding-top: clamp(0.3rem, 3.645vw, 70px);
}
.swiper-box .swiper-other .swiper-btn {
  flex-shrink: 0;
}
.swiper-box .swiper-other .delay-box {
  width: calc(96.8% - var(--s)*2);
}
.swiper-box .swiper-other .delay-box .delay-line {
  display: block;
  position: relative;
  background: #dcdcdc;
  height: 2px;
}
.swiper-box .swiper-other .delay-box .delay-line::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-bg);
}
.swiper-box .swiper-other .delay-box.run .delay-line::before {
  animation: swiper-delay-ani var(--anitime) linear;
}
.swiper-box .swiper-btn-box-a.type1 .prev {
  transform: translate(30%, -50%);
}
.swiper-box .swiper-btn-box-a.type1 .next {
  transform: translate(-30%, -50%);
}
.swiper-box .swiper-btn-box-a.type2 .prev {
  transform: translate(0%, -50%);
}
.swiper-box .swiper-btn-box-a.type2 .next {
  transform: translate(0%, -50%);
}
.swiper-box .swiper-btn-box-a .swiper-btn {
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
}
.swiper-box .swiper-btn-box-a .prev {
  left: 0;
}
.swiper-box .swiper-btn-box-a .next {
  transform: translate(50%, -50%);
  right: 0;
}
@media (max-width: 1700px) {
  .swiper-box.swiper-type2 .title {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  .swiper-box.swiper-type2 .title {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .swiper-box.swiper-type2 .title {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .swiper-box.swiper-type2 .swiper-slide {
    width: clamp(10vw, 55.8vw, 1070px);
  }
  .swiper-box.swiper-type2 .title {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .swiper-box.swiper-type2 .swiper-slide {
    width: clamp(10vw, calc(var(--wrap-1680-width)*0.7), 1070px);
  }
  .swiper-box.swiper-type2 .title {
    font-size: 0.26rem;
  }
  .swiper-box.swiper-type2 .swiper-btn {
    margin-top: -7%;
  }
}
@media (max-width: 768px) {
  .swiper-box .swiper-btn-box-a .swiper-btn {
    transform: translate(0%, -50%);
  }
  .swiper-box .swiper-btn-box-a .next {
    transform: translate(0%, -50%);
  }
}
/**轮播切换**/
.swiper-btn-box {
  --s: 16px;
  --fill: var(--mcolor);
  --dc: rgba(var(--mcolor-rgb), 0.1);
  --hc: rgba(var(--mcolor-rgb), 0.5);
}
.swiper-btn-box .swiper-btn {
  display: flex;
  position: relative;
}
.swiper-btn-box .swiper-btn .self-svg {
  --size: 100%;
  position: relative;
  border-radius: 5px;
  width: var(--s);
  height: var(--s);
  background-color: transparent;
  transition: background 0.3s;
}
.swiper-btn-box .swiper-btn.prev svg {
  transform: scaleX(-1);
}
@media (max-width: 1600px) {
  .swiper-box .swiper-other {
    padding-top: clamp(0.3rem, 2.8vw, 70px);
  }
}
@media (max-width: 1200px) {
  .swiper-box .swiper-other {
    padding-top: 0.3rem;
  }
  .swiper-btn-box {
    --s: 0.3rem;
  }
}
.swiper-btn-box-a {
  --s: 74px;
  --fill: #000000;
  --dc: #ffffff;
  --hc: rgba(var(--mcolor-rgb), 1);
}
.swiper-btn-box-a .swiper-btn {
  display: flex;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}
.swiper-btn-box-a .swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.swiper-btn-box-a .swiper-btn .self-svg {
  --size: 38%;
  position: relative;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background-color: var(--dc);
  width: var(--s);
  height: var(--s);
  transition: background 0.3s;
}
.swiper-btn-box-a .swiper-btn:hover .self-svg {
  --fill: #ffffff;
  border-color: var(--hc);
  background-color: var(--hc);
}
.swiper-btn-box-a .swiper-btn.prev .self-svg svg {
  margin-left: -5%;
}
.swiper-btn-box-a .swiper-btn.next .self-svg svg {
  margin-left: 5%;
}
.swiper-btn-box-a .swiper-btn.next svg {
  transform: scaleX(-1);
}
@media (max-width: 1600px) {
  .swiper-btn-box-a {
    --s: 54px;
  }
}
@media (max-width: 1500px) {
  .swiper-btn-box-a {
    --s: 50px;
  }
}
@media (max-width: 1200px) {
  .swiper-btn-box-a {
    --s: 0.7rem;
  }
}
.swiper-pagination-progressbar {
  height: 2px!important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--mcolor2);
}
/**轮播点**/
.swiper-points {
  --background: var(--mcolor);
}
.swiper-points .swiper-pagination-bullet {
  --sw: 18px;
  margin: 0 5px;
  border: 0 none;
  border-radius: 0;
  width: var(--sw);
  height: var(--sw);
  opacity: 1;
  background: transparent;
  cursor: pointer;
}
.swiper-points .swiper-pagination-bullet .self-svg {
  --size: 100%;
  --fill: #ffffff;
}
.swiper-points .swiper-pagination-bullet:hover .self-svg,
.swiper-points .swiper-pagination-bullet.swiper-pagination-bullet-active .self-svg {
  --fill: var(--mcolor);
}
.swiper-points .swiper-pagination-bullet::before {
  display: none;
}
@media (max-width: 1200px) {
  .swiper-points span {
    margin: 0 0.05rem;
    --sw: 0.22rem;
  }
}
.swiper-points1 {
  --background: var(--mcolor);
}
.swiper-points1.type-a .swiper-pagination-bullet {
  border-radius: 50%;
  background: var(--mcolor2);
  opacity: 0.2;
}
.swiper-points1.type-a .swiper-pagination-bullet:hover,
.swiper-points1.type-a .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--mcolor2);
  opacity: 1;
}
.swiper-points1 .swiper-pagination-bullet {
  --sw: 12px;
  margin: 0 5px;
  border: 0 none;
  border-radius: 0;
  width: var(--sw);
  height: var(--sw);
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.swiper-points1 .swiper-pagination-bullet:hover,
.swiper-points1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--mcolor);
}
@media (max-width: 1200px) {
  .swiper-points1 .swiper-pagination-bullet {
    margin: 0 0.05rem;
    --sw: 0.18rem;
  }
}
.video-block {
  position: relative;
}
.video-block .video-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
}
.video-block .video-play:hover {
  background: rgba(0, 0, 0, 0.36);
}
/**视频图标**/
.video-play {
  --size1: 50px;
  --size: calc(var(--size1)*1);
  --fill: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-play .icon {
  --sw: 94px;
  width: var(--sw);
  height: var(--sw);
  background: url(../images/icon-2-h.png) no-repeat center / contain;
}
.video-play .self-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: var(--size1);
  height: var(--size1);
}
.video-play .self-svg svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.video-play .video-play-btn-word {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #ffffff;
}
.video-play .video-play-btn-word .self-svg {
  margin: 0 auto;
  position: static;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.video-play .video-play-btn-word .word {
  margin-top: 13px;
}
.video-play:hover .self-svg svg {
  transform: rotate(180deg);
}
.video-play:hover .video-play-btn-word {
  color: #ffffff;
}
.video-play-box:hover .video-play .self-svg {
  background: var(--main-hover-color);
}
.video-play-box:hover .video-play .self-svg svg {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .video-play {
    --size1: 0.7rem;
  }
  .video-play .icon {
    --sw: 1rem;
  }
  .video-play .video-play-btn-word {
    font-size: 0.26rem;
  }
  .video-play .video-play-btn-word .word {
    margin-top: 0.15rem;
  }
}
/**二级分类**/
.menu-line {
  border-bottom: 1px solid #d2d2d2;
}
.menu-line .next-menu {
  margin-bottom: -1px;
}
.next-menu {
  --lh: 82px;
  --botborder: 4px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: var(--lh);
  color: #333333;
  overflow: hidden;
}
.next-menu .swiper {
  vertical-align: top;
}
.next-menu .swiper .swiper-slide {
  width: auto;
  padding: 0 1.1em;
}
.next-menu .swiper .swiper-slide .link {
  display: inline-block;
  position: relative;
  background: transparent;
  transition: background 0.3s;
  text-align: center;
  transition: all 0.3s;
}
.next-menu .swiper .swiper-slide .link::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(var(--botborder)*-1);
  width: 0%;
  height: var(--botborder);
  background: var(--btn-bg);
  transition: all 0.3s;
}
.next-menu .swiper .swiper-slide .link.on {
  color: var(--mcolor2);
}
.next-menu .swiper .swiper-slide .link.on::after {
  left: 0%;
  width: 100%;
}
.next-menu.type-a {
  --lh: 60px;
}
.next-menu.type-a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}
.next-menu.type-a .swiper-slide {
  width: calc(var(--wrap-width)*0.5);
  padding: 0;
}
.next-menu.type-a .swiper-slide .link {
  display: block;
  background: transparent;
  border-bottom: 4px solid transparent;
  padding: 0 0.4em;
  font-size: 18px;
  line-height: var(--lh);
  color: #222222;
  transition: all 0.3s;
}
.next-menu.type-a .swiper-slide .link.on {
  background-color: #f7f7f7;
  color: var(--mcolor2);
}
@media (min-width: 1200px) {
  .next-menu .swiper .swiper-slide .link:hover {
    color: var(--mcolor2);
  }
  .next-menu .swiper .swiper-slide .link:hover::after {
    left: 0%;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  /**二级分类**/
  .next-menu {
    --lh: 70px;
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  /**二级分类**/
  .next-menu {
    --lh: 60px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  /**二级分类**/
  .next-menu {
    --lh: 0.78rem;
    position: relative;
    font-size: 0.26rem;
  }
  .next-menu .swiper .swiper-slide {
    padding: 0 0.6em;
  }
  .next-menu.type-a {
    --lh: 0.66rem;
  }
  .next-menu.type-a .swiper-slide {
    width: auto;
    min-width: calc(var(--wrap-width)*0.5);
    word-break: keep-all;
    padding: 0;
  }
  .next-menu.type-a .swiper-slide .link {
    border-bottom: 2px solid transparent;
    padding: 0 1em;
    font-size: 0.24rem;
  }
}
.return-list-block {
  --color: 153, 153, 153;
  --opacity: 0.8;
  font-size: 14px;
  line-height: 1.4em;
}
.return-list-block .return-btn {
  color: rgba(var(--color), var(--opacity));
}
.return-list-block .return-btn .self-svg {
  margin-bottom: 0.1em;
  margin-right: 8px;
  width: 13px;
  height: 13px;
}
.return-list-block .return-btn .self-svg svg {
  height: 100%;
  width: 100%;
  fill: rgba(var(--color), var(--opacity));
}
.return-list-block .return-btn:hover {
  color: var(--active-color);
}
.return-list-block .return-btn:hover svg {
  fill: var(--active-color);
}
.website-map-box {
  position: relative;
  height: 0;
}
.website-map-box .website-map {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.website-map-box.no-banner {
  height: auto;
  padding-top: 32px;
  padding-bottom: 27px;
}
.website-map-box.no-banner .website-map {
  position: relative;
}
.website-map-box.color-type-1 .website-map {
  --c: #20222d;
}
.website-map-box.color-type-2 .website-map .line {
  color: #ffffff;
}
.website-map {
  --c: #999999;
  position: relative;
  font-size: 14px;
  line-height: 1.6em;
  color: var(--c);
}
.website-map.bg-none {
  background: transparent;
}
.website-map .wrap-1680 {
  justify-content: flex-end;
}
.website-map .flex-box {
  padding: 1.4em 0;
}
.website-map a {
  color: #ffffff;
}
.website-map .line {
  --size: 0.8em;
  margin: 0 1em;
  color: #d2d2d2;
}
.website-map .nav-menu-switch {
  display: none;
}
@media (max-width: 1200px) {
  .website-map-box {
    height: auto;
  }
  .website-map-box.has-type {
    border-bottom: 1px solid #dddddd;
  }
  .website-map-box.has-type .flex-box {
    border-bottom: 0 none;
    width: calc(100% - 60px);
  }
  .website-map-box .website-map {
    position: static;
  }
  .website-map-box.no-banner {
    padding-top: 0;
    padding-bottom: 0.4rem;
  }
  .website-map-box.no-banner .website-map {
    position: relative;
  }
  .website-map-box.no-line .website-map .flex-box {
    border-bottom: 0 none;
  }
  .website-map-box.color-type-2 .website-map .line {
    color: #d2d2d2;
  }
  .website-map {
    border-top: 1px solid #dddddd;
    background: transparent;
    font-size: 0.26rem;
    line-height: 1.4em;
  }
  .website-map .wrap-1680 {
    display: flex;
    justify-content: space-between;
  }
  .website-map .flex-box {
    border-bottom: 1px solid #dddddd;
    padding: 0.7em 0;
    justify-content: flex-start;
  }
  .website-map .nav-menu-switch {
    display: block;
    background: url(../images/news2/pos_bg2.png) left center no-repeat;
    background-size: 20px auto;
    padding: 0.7em 0 0.7em 25px;
    color: #999999;
  }
  .website-map a {
    color: var(--c);
  }
  .website-map .line {
    margin: 0 0.5em;
  }
}
@media (max-width: 1000px) {
  .website-map-box.has-type {
    position: static;
  }
  .website-map-box.has-type .website-map .flex-box {
    border-bottom: 0 none;
  }
}
.no-banner {
  padding-top: 48px;
  padding-bottom: 4px;
}
.no-banner .website-map .flex-box {
  position: static;
}
@media (max-width: 1600px) {
  .no-banner {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .no-banner {
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
  }
}
/*二级导航*/
.postions {
  height: 76px;
  line-height: 76px;
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  position: relative;
}
.postions.type-a {
  display: none;
}
.postions:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.posadd .postions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.postions a {
  color: #999999;
}
.postions a:hover {
  color: var(--mcolor);
}
.postions label {
  color: #999999;
}
.postions .goback {
  float: right;
  height: 72px;
  line-height: 72px;
  color: #777777;
  font-size: 14px;
  padding-left: 25px;
  background: url(../images/goback.png) left center no-repeat;
  background-size: 16px 15px;
}
.postions .goback:hover {
  color: #00468c;
}
.postions .postions_r img {
  vertical-align: text-top;
  margin-right: 8px;
  height: 16px;
}
.postions .postions_r img:first-child {
  margin-left: 0;
}
.postions h2 {
  float: left;
  font-weight: normal;
  color: #333;
  height: 58px;
  font-size: 20px;
}
.postions h2 span {
  font-size: 16px;
  font-family: Arial;
}
.postions .rclass {
  float: right;
  background: url(../images/pos_bg2.png) left center no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  -webkit-tap-highlight-color: #fff;
  -webkit-tap-highlight-color: transparent;
  display: none;
  color: #999 !important;
}
.postions .postions_b {
  text-align: center;
}
.postions .postions_b a {
  display: inline-block;
  vertical-align: top;
  /*float:left;*/
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.postions.bgs4 .postions_b a {
  max-width: auto;
}
.postions .postions_b a:hover {
  color: #222222;
}
.postions .postions_b a span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: inherit;
  z-index: 0;
  position: relative;
}
.postions .postions_b a span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  opacity: 0;
  background: var(--mcolor);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.postions .postions_b a.isel span:after {
  left: 0%;
  right: 0%;
  opacity: 1;
}
.postions .postions_b a:hover span:after {
  left: 0%;
  right: 0%;
  opacity: 1;
}
.postions .postions_b a.isel {
  color: var(--mcolor);
}
@media screen and (max-width: 1400px) {
  .postions {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
  .postions .goback {
    height: 60px;
    line-height: 60px;
  }
  .postions .postions_b a {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .postions h2 {
    font-size: 18px;
  }
  .postions h2 span {
    font-size: 14px;
  }
  .postions .postions_b a {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .postions .goback {
    height: 50px;
    line-height: 50px;
  }
  .postions .postions_b a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .postions {
    --mtop: 0.72rem;
    position: static;
    margin-top: calc((var(--mtop))*-1);
    height: var(--mtop);
    padding-top: calc(0.26rem*0.7);
    line-height: calc(0.26rem*1.4);
  }
  .postions:after {
    display: none;
  }
  .postions .rclass {
    display: block;
  }
  .postions .postions_b {
   display: none;
  }
  .postions .postions_b a {
    --hh: 0.6rem;
    --lh: 1.2em;
    display: block;
    float: none;
    font-size: 0.26rem;
    line-height: var(--lh);
    margin-left: 0;
    padding: 0.7em 1em;
    text-align: left;
    background: #efefef;
    border-bottom: 1px solid #fff;
    width: auto;
    margin-right: 0;
  }
  .postions .postions_b a span {
    display: block;
    padding: 0;
  }
  .postions .postions_b a:hover {
    background: #00468c;
    color: #fff;
  }
  .postions .postions_b a.isel {
    color: #fff;
    background: var(--mcolor);
  }
  .postions .postions_b a span:after {
    height: 0;
  }
  .postions_b.lws .about_tc {
    width: 100%;
  }
  .postions_b.lws {
    display: block;
  }
}
@media screen and (max-width: 830px) {
  .postions h2 {
    font-size: 16px;
  }
  .postions h2 span {
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  .postions {
    font-size: 13px;
  }
  .postions h2 {
    display: none;
  }
  .postions .postions_b a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .postions .goback {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .position {
    font-size: 13px;
  }
  .position .postions_b a {
    font-size: 13px;
  }
  .postions .postions_r img {
    height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .postions {
    font-size: 12px;
  }
  .postions .postions_b a {
    font-size: 13px;
  }
  .postions .postions_r span {
    display: none;
  }
  .postions .postions_r img {
    height: 14px;
  }
}
.auto-next-menu-box {
  display: none;
}
@media (max-width: 1200px) {
  .show-nav-menu .auto-next-menu-box {
    pointer-events: auto;
    opacity: 1;
  }
  .show-nav-menu .auto-next-menu-box .menu-box {
    width: 80%;
  }
  .auto-next-menu-box {
    --lh: 1.2em;
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.26rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .auto-next-menu-box .menu-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #f5f5f7;
    transition: width 0.3s;
  }
  .auto-next-menu-box .menu-box a {
    display: block;
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    padding: 0.7em 1em;
    color: #999999;
  }
  .auto-next-menu-box .menu-box a:hover {
    background-color: var(--mcolor);
    color: #ffffff;
  }
  .auto-next-menu-box .menu-box .closed2 {
    display: block;
    position: absolute;
    right: 100%;
    top: 150px;
    cursor: pointer;
    width: 25px;
  }
}
.info-page-box {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 2.7em;
  padding-bottom: 2.7em;
  font-size: 16px;
  line-height: 1.4em;
  color: #999999;
}
.info-page-box.no-bot-line {
  border-bottom: 0 none;
}
.info-page-box.no-bot {
  padding-bottom: 0;
}
.info-page-box a:hover {
  color: var(--mcolor);
}
.info-page-box .left-cont {
  max-width: 70%;
}
.info-page-box .p + .p {
  margin-top: 14px;
}
.info-page-box a {
  color: #333333;
}
.info-page-box .right-cont .return {
  color: #666666;
}
.info-page-box .right-cont .return .self-svg {
  --size: 1.4em;
  --fill: #666666;
  transform: translate(0, -8%);
  margin-right: 0.4em;
}
.info-page-box .right-cont .return:hover {
  color: var(--mcolor);
}
.info-page-box .right-cont .return:hover .self-svg {
  --fill: var(--mcolor);
}
@media (max-width: 1600px) {
  .info-page-box {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
  }
  .info-page-box .p + .p {
    margin-top: 8px;
  }
}
@media (max-width: 1200px) {
  .info-page-box {
    padding-top: 1em;
    padding-bottom: 1em;
    flex-wrap: wrap;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .info-page-box .p {
    width: 100%;
    max-width: 100%;
  }
  .info-page-box .p + .p {
    margin-top: 0;
  }
}
.icon-cycle {
  --c1: var(--mcolor);
  --c2: var(--main-next-color);
  --ics: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-cycle::before,
.icon-cycle::after {
  content: '';
  border-radius: 50%;
  height: var(--ics);
  width: var(--ics);
}
.icon-cycle::before {
  position: relative;
  background: var(--c1);
  transform: translateX(0%);
  animation: icon-cycle-move1 2s ease-in-out infinite;
}
.icon-cycle::after {
  background: var(--c2);
  transform: translateX(0%);
  animation: icon-cycle-move2 2s ease-in-out infinite;
}
@media (max-width: 1200px) {
  .icon-cycle {
    --ics: 0.26rem;
  }
}
@keyframes icon-cycle-move1 {
  0% {
    transform: translateX(0%) scale(0.95);
  }
  50% {
    transform: translateX(110%) scale(0.95);
  }
  100% {
    transform: translateX(0%) scale(1);
  }
}
@keyframes icon-cycle-move2 {
  0% {
    transform: translateX(0%) scale(0.95);
  }
  50% {
    transform: translateX(-110%) scale(0.95);
  }
  100% {
    transform: translateX(0%) scale(1);
  }
}
.header-padding {
  height: var(--header-h);
}
/***标题***/
.auto-title-block .auto-title-h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -2px;
  color: #333333;
}
.auto-title-block .auto-title-h2-des {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.3em;
  color: #343434;
}
@media (max-width: 1700px) {
  .auto-title-block .auto-title-h2 {
    font-size: 50px;
    letter-spacing: -1px;
  }
  .auto-title-block .auto-title-h2-des {
    margin-top: 10px;
  }
}
@media (max-width: 1600px) {
  .auto-title-block .auto-title-h2 {
    font-size: 42px;
    letter-spacing: 0;
  }
  .auto-title-block .auto-title-h2-des {
    margin-top: 7px;
    font-size: 19px;
  }
}
@media (max-width: 1500px) {
  .auto-title-block .auto-title-h2 {
    font-size: 36px;
  }
  .auto-title-block .auto-title-h2-des {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .auto-title-block .auto-title-h2 {
    font-size: 32px;
  }
  .auto-title-block .auto-title-h2-des {
    margin-top: 3px;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .auto-title-block .auto-title-h2 {
    font-size: 0.36rem;
  }
  .auto-title-block .auto-title-h2-des {
    margin-top: 0.15rem;
    font-size: 0.24rem;
  }
}
/**查看更多按钮**/
.more-box-a {
  --atime: 0.5s;
  --lh: 44px;
  --dc: #ffffff;
  --thc: #ffffff;
  --hc: var(--btn-bg);
  --fz: 16px;
}
.more-box-a .more-box {
  position: relative;
  overflow: hidden;
  min-width: 7.75em;
  border-radius: calc(var(--lh)*0.5);
  padding: 0 1.8em 0 1.8em;
  background: var(--btn-bg);
  font-size: var(--fz);
  font-weight: bold;
  line-height: var(--lh);
  color: var(--dc);
}
.more-box-a .more-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(var(--lh)*0.5);
  width: 0%;
  height: 100%;
  background: var(--mcolor);
  transition: background 0.3s, width 0.3s;
}
.more-box-a .more-box .more-word {
  position: relative;
}
.more-box-a:hover {
  --hc: var(--btn-bg-h);
}
.more-box-a:hover .more-box {
  color: var(--thc);
}
.more-box-a:hover .more-box::before {
  width: 100%;
}
.more-box-a:hover .more-box .more-box-a-icon {
  --fill: var(--thc);
  transform: translate(-0.5em, 0) rotate(90deg);
}
.more-box-a.type-a .more-box::before {
  width: var(--lh);
}
.more-box-a.type-a:hover .more-box::before {
  width: 100%;
}
.more-box-a.type-b {
  --hc: #000000;
}
.more-box-a.type-b .more-box {
  background: var(--hbc);
  border-color: var(--hbc);
}
.more-box-a.type-b .more-box:hover {
  background: var(--hc);
  border-color: var(--hc);
  color: var(--hbc);
}
.more-box-a.type-b .more-box:hover .more-box-a-jt {
  --fill: var(--hbc);
}
.more-box-a.type-c {
  --size: 2em;
  --fill: #ffffff;
}
.more-box-a.type-c .self-svg {
  margin-top: -0.2em;
  margin-left: 0.8em;
  position: relative;
  transform: scaleY(-1);
}
.more-box-a-h:hover .more-box-a .more-box {
  --hc: rgba(var(--mcolor-rgb), 0.8);
}
.more-box-a-h:hover .more-box-a .more-box .more-box-a-icon {
  transform: translate(-0.5em, 0) rotate(90deg);
}
.more-box-a-h:hover .more-box-a.type-a .more-box::before {
  width: 100%;
}
@media (max-width: 1600px) {
  .more-box-a {
    --lh: 40px;
    --fz: 14px;
  }
}
@media (max-width: 1500px) {
  .more-box-a {
    --lh: 34px;
  }
}
@media (max-width: 1200px) {
  .more-box-a {
    --lh: 0.56rem;
    --fz: 0.24rem;
  }
  .more-box-a .more-box {
    padding: 0 1.2em;
  }
  .more-box-a .more-box .more-box-a-icon {
    margin-left: 1em;
  }
}
/*暂无内容*/
.nodata {
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
/*分页*/
.yema {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 4%;
  padding-bottom: 0%;
  clear: both;
  font-family: Arial;
  --hc: var(--btn-bg);
}
.yema.bgs2 {
  text-align: right;
}
.yema a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  overflow: hidden;
  padding-right: 10px;
  min-width: 50px;
  margin-left: 3px;
  text-align: center;
  color: #999999;
  font-size: 15px;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 6px;
  transition: all 0.3s;
}
.yema a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--hc);
  transition: background 0.3s, width 0.3s;
  /*border:1px solid #63c6ed;*/
}
.yema a.on {
  color: #fff;
  background: var(--hc);
  transition: background 0.3s, width 0.3s;
  /*border:1px solid #63c6ed;*/
}
.yema a.first,
.yema a.last {
  margin-right: 0;
}
.yema a.first:hover,
.yema a.last:hover {
  background-color: var(--mcolor);
}
.yema a span {
  font-family: "宋体";
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  /*分页*/
  .yema a {
    height: 36px;
    line-height: 34px;
    min-width: 40px;
  }
}
@media screen and (max-width: 780px) {
  /*分页*/
  .yema a {
    height: 28px;
    line-height: 26px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 30px;
    margin-left: 2px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  /*暂无内容*/
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  /*分页*/
  .yema a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  /*分页*/
  .yema {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .yema a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
  }
}
iframe.iframe-iframe {
  position: fixed;
  left: 0;
  top: 0;
  border: 0 none;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 99999;
}
iframe.loading {
  background: url(../images/loading.gif) no-repeat center;
}
/**弹框**/
.tank-block-a {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.tank-block-a .tank-mark {
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.tank-block-a .tank-mark::before,
.tank-block-a .tank-mark::after {
  display: none;
}
.tank-block-a .flex-box {
  height: 100%;
  width: 100%;
}
.tank-block-a .tank-main {
  position: relative;
  z-index: 999;
  background: rgba(255, 255, 255, 0.4);
  width: 890px;
  max-width: calc(100% - 0.6rem);
  padding: 10px;
}
.tank-block-a .exit-btn {
  --sw: 38px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: var(--sw);
  height: var(--sw);
  background: #3d3d3d;
  cursor: pointer;
  transition: all 0.3s;
}
.tank-block-a .exit-btn::before,
.tank-block-a .exit-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  height: 2px;
  width: 70%;
  background: #ffffff;
}
.tank-block-a .exit-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tank-block-a .exit-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tank-block-a .exit-btn:hover {
  background: var(--mcolor);
}
.tank-block-a .tank-cont {
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .tank-block-a .tank-main {
    border-radius: 0.1rem;
    width: 7.68rem;
    padding: 0.15rem;
  }
  .tank-block-a .exit-btn {
    --sw: 0.5rem;
    position: absolute;
    right: -0.15rem;
    top: -0.15rem;
  }
}
/**弹框**/
.auto-tank-hide-a {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  width: 840px;
  max-width: 96vw;
  padding: 17px 25px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-size: 17px;
  line-height: 1.6em;
  color: #ffffff;
}
/**侧边悬浮**/
.fix-nav {
  --fw: 50px;
  --color1: #070b0f;
  display: none;
  position: fixed;
  right: calc(var(--bettwen-1680-pad)*0.2);
  top: 80%;
  transform: translateY(-50%);
  border-radius: 3px;
  width: var(--fw);
  text-align: center;
  z-index: 9;
}
.fix-nav .fix-btn {
  display: block;
  padding: 10px 2px;
  color: #666666;
  font-size: 12px;
  background: #ffffff;
  background: var(--btn-bg);
  transition: all 0.3s;
  position: relative;
}
.fix-nav .fix-btn:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fix-nav .fix-btn:first-child .self-svg {
  margin-top: 1px;
}
.fix-nav .fix-btn:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fix-nav .fix-btn + .fix-btn {
  border-top: 1px solid #e6e6e6;
}
.fix-nav .fix-btn.phone .self-svg {
  --size: 86%;
}
.fix-nav .fix-btn.return-top {
  display: flex;
  border-radius: 50%;
  height: var(--fw);
}
.fix-nav .fix-btn.return-top .self-svg {
  --size: 86%;
}
.fix-nav .fix-btn.return-top .self-svg svg {
  transform: translateY(5%);
}
.fix-nav .fix-btn .self-svg {
  --w: 28px;
  --fill: #ffffff;
  --size: 100%;
  height: var(--w);
  width: var(--w);
  margin: 0 auto;
}
.fix-nav .fix-btn .p {
  font-size: 12px;
  line-height: 20px;
  padding-top: 3px;
}
.fix-nav .fix-btn .p-number {
  display: flex;
  word-break: keep-all;
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  pointer-events: none;
  background: var(--color1);
  align-items: center;
  line-height: 1.4em;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s, right 0.3s;
}
.fix-nav .fix-btn:hover {
  background: var(--btn-bg-h);
  color: #ffffff;
}
.fix-nav .fix-btn:hover .self-svg {
  --fill: #ffffff;
}
.fix-nav .fix-btn:hover .p-number {
  opacity: 1;
  right: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.fix-nav .fix-btn:hover .code-box {
  margin-right: 10px;
  opacity: 1;
}
.fix-nav .code-box {
  margin-right: -10px;
  width: 100px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 100%;
  opacity: 0;
  transition: opacity 0.3s, margin 0.3s;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.fix-nav .code-box img {
  display: block;
  border-radius: 3px;
}
.fix-nav .code-box::before {
  content: "";
  border: 5px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
}
.fix-nav .code-box .txt {
  font-size: 12px;
  color: #444;
}
.show-fix .fix-nav {
  display: block;
}
@media (max-width: 1200px) {
  .fix-nav {
    --fw: 1rem;
    display: none;
    right: 0.1rem;
  }
  .fix-nav .fix-btn .self-svg {
    --w: 0.36rem;
  }
  .fix-nav .fix-btn .p {
    font-size: 0.2rem;
  }
  .fix-nav .fix-btn.return-top .self-svg {
    --size: 100%;
  }
}
.auto-banner {
  position: relative;
  overflow: hidden;
}
.auto-banner .img-div img {
  display: block;
  margin: 0 auto;
}
.auto-banner .img-div .phone {
  display: none;
}
.auto-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.auto-banner .cont .h1 {
  font-size: 67px;
  font-weight: bold;
  line-height: 1.1em;
}
.auto-banner .cont .h1-des {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.4em;
}
@media (max-width: 1700px) {
  .auto-banner .cont .h1 {
    font-size: 62px;
  }
  .auto-banner .cont .h1-des {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .auto-banner .cont .h1 {
    font-size: 56px;
  }
  .auto-banner .cont .h1-des {
    font-size: 19px;
  }
}
@media (max-width: 1500px) {
  .auto-banner .cont .h1 {
    font-size: 50px;
  }
  .auto-banner .cont .h1-des {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .auto-banner .cont .h1 {
    font-size: 40px;
  }
  .auto-banner .cont .h1-des {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .auto-banner .cont {
    text-align: center;
  }
  .auto-banner .cont .h1 {
    font-size: 0.4rem;
  }
  .auto-banner .cont .h1-des {
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
}
@media (max-width: 768px) {
  .auto-banner .img-div img {
    height: 3.5rem;
    object-fit: cover;
    object-position: center;
  }
}
.info-block {
  padding-top: clamp(10px, 4.43vw, 85px);
}
.info-block .info-content {
  padding-top: clamp(10px, 3.7vw, 75px);
  font-size: 20px;
  line-height: 1.5em;
  color: #343434;
}
.info-block .info-content *:first-child {
  margin-top: 0;
}
.info-block .info-content h6,
.info-block .info-content h5,
.info-block .info-content p {
  margin-top: 1.2em;
}
.info-block .info-content .tips {
  padding-top: clamp(10px, 3.54vw, 68px);
  padding-bottom: clamp(10px, 7.1vw, 140px);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #343434;
}
.info-block .info-content .tips .p {
  margin-top: 0;
}
.info-block .info-content .tips .p + .p {
  margin-top: 0.5em;
}
.info-block .info-content .tips a {
  color: var(--mcolor);
}
.info-block .info-content .tips a:hover {
  text-decoration: underline;
}
@media (max-width: 1700px) {
  .info-block .info-content {
    padding-top: clamp(10px, 3.4vw, 75px);
  }
  .info-block .info-content .tips {
    padding-top: clamp(10px, 3.4vw, 68px);
    padding-bottom: clamp(10px, 6vw, 140px);
  }
}
@media (max-width: 1600px) {
  .info-block .info-content {
    padding-top: clamp(10px, 3vw, 70px);
    font-size: 18px;
  }
  .info-block .info-content .tips {
    padding-top: clamp(10px, 3.2vw, 68px);
    padding-bottom: clamp(10px, 5vw, 140px);
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  .info-block .info-content {
    font-size: 17px;
  }
  .info-block .info-content .tips {
    padding-top: clamp(10px, 3vw, 68px);
    padding-bottom: clamp(10px, 4.2vw, 140px);
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .info-block {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .info-block .info-content {
    padding-top: 0.3rem;
    font-size: 0.26rem;
  }
  .info-block .info-content .tips {
    padding-top: 0.3rem;
    padding-bottom: 0;
    font-size: 0.26rem;
  }
}
