@charset "utf-8";

:root {
  --color: #005CE6;
  --vh: 100vh;
}

@media screen and (max-width: 767px) {

  _::-webkit-full-page-media,
  _:future,
  :root .safari_only {
    padding-bottom: 100px;
  }
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: calc(100vw/19.2);
}

@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 66px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}

body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}

@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto;
}

input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.bg-color1 {
  background-color: #fff;
}

.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}

.pt100 {
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}

.pb100 {
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font40 {
  font-size: 40px;
}

.font42 {
  font-size: 42px;
}

.font44 {
  font-size: 44px;
}

.font46 {
  font-size: 46px;
}

.font48 {
  font-size: 48px;
}

.font50 {
  font-size: 50px;
}

.font52 {
  font-size: 52px;
}

.font54 {
  font-size: 54px;
}

.font56 {
  font-size: 56px;
}

.font60 {
  font-size: 60px;
}

.font72 {
  font-size: 72px;
}

.font80 {
  font-size: 80px;
}

@media (max-width: 1600px) {
  .font16 {
    font-size: 14px;
  }

  .font18 {
    font-size: 16px;
  }

  .font20 {
    font-size: 18px;
  }

  .font22 {
    font-size: 20px;
  }

  .font24 {
    font-size: 22px;
  }

  .font26 {
    font-size: 24px;
  }

  .font28 {
    font-size: 26px;
  }

  .font30 {
    font-size: 28px;
  }

  .font32 {
    font-size: 30px;
  }

  .font34 {
    font-size: 32px;
  }

  .font36 {
    font-size: 34px;
  }

  .font40 {
    font-size: 38px;
  }

  .font42,
  .font44 {
    font-size: 40px;
  }

  .font46 {
    font-size: 42px;
  }

  .font48 {
    font-size: 44px;
  }

  .font50 {
    font-size: 46px;
  }

  .font52 {
    font-size: 48px;
  }

  .font54 {
    font-size: 48px;
  }

  .font56 {
    font-size: 48px;
  }

  .font60,
  .font72,
  .font80 {
    font-size: 48px;
  }
}

@media (max-width: 1280px) {
  .font16 {
    font-size: 14px;
  }

  .font18 {
    font-size: 16px;
  }

  .font20 {
    font-size: 18px;
  }

  .font22 {
    font-size: 20px;
  }

  .font24 {
    font-size: 22px;
  }

  .font26 {
    font-size: 24px;
  }

  .font28 {
    font-size: 24px;
  }

  .font30 {
    font-size: 26px;
  }

  .font32 {
    font-size: 28px;
  }

  .font34 {
    font-size: 28px;
  }

  .font36,
  .font40 {
    font-size: 30px;
  }

  .font42,
  .font44 {
    font-size: 32px;
  }

  .font46 {
    font-size: 36px;
  }

  .font48,
  .font50 {
    font-size: 38px;
  }

  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {

  .font14,
  .font16 {
    font-size: 0.28rem;
  }

  .font18,
  .font20 {
    font-size: 0.3rem;
  }

  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.32rem;
  }

  .font28 {
    font-size: 0.36rem;
  }

  .font30,
  .font32,
  .font34 {
    font-size: 0.4rem;
  }

  .font36,
  .font40,
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }

  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 0.58rem;
  }
}

.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

svg path {
  mix-blend-mode: normal !important;
}

@media (max-width: 767px) {
  .public-btn a i {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.public-btn a i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}

.public-btn a i svg path {
  fill: #fff;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .public-btn a:hover span {
    color: #333;
  }

  .public-btn a:hover::before {
    width: 45px;
  }

  .public-btn a:hover i {
    transform: translateX(9px);
  }

  .public-btn a:hover i svg path {
    fill: #fff;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .public-btn a:hover::before {
    width: 0.8rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .public-btn a:hover i {
    transform: translateX(0.1rem);
  }
}

.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}

.public-img>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}

.public-content {
  color: #666;
  line-height: 1.8;
}

.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  font-style: normal;
  font-size: normal;
  font-weight: normal;
  color: #000;
}

.public-content a {
  color: #666;
}

.public-content table {
  max-width: 100%;
}

.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}

.public-content li {
  margin-left: 15px;
  list-style: disc;
}

.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}

.public-content img {
  max-width: 100%;
  height: auto !important;
}

.public-content video {
  width: 100% !important;
  height: auto !important;
}

#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #30abee;
}

@media (min-width: 992px) {
  #hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline;
  }
}

#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
  color: #30abee;
}

#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}

@media (min-width: 992px) {
  #hi-upgrade .hi-wrap .hi-list li a:hover {
    color: #30abee;
  }
}

/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 76px;
}

@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 0.51rem;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .header {
    padding: 0 5%;
    display: none;
  }
}

.header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .box .logo {
  width: 379px;
  height: 54px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .header .box .logo {
    width: 120px;
    height: 40px;
  }
}

.header .box .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.header .box .logo a img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.header .box .logo a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}

.header .box .close {
  width: 34px;
  height: 1rem;
  display: none;
}

@media (max-width: 991px) {
  .header .box .close {
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}

.header .box .close span {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}

.header .box .close span:nth-child(2) {
  width: 60%;
}

.header .box .close.on span {
  margin: 5px 0;
}

.header .box .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}

.header .box .close.on span:nth-child(2) {
  opacity: 0;
}

.header .box .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}

.header .box .right {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.55rem;
}

@media (max-width: 991px) {
  .header .box .right {
    width: 100vw;
    height: calc(100vh - 1rem);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0.2rem 5%;
    overflow-y: auto;
    display: none;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header .box .right .menu {
    width: 100%;
  }
}

.header .box .right .menu>ul {
  display: flex;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul {
    flex-wrap: wrap;
  }
}

.header .box .right .menu>ul>li {
  padding: 0 0.3rem;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li {
    width: 100%;
    padding: 0;
  }
}

.header .box .right .menu>ul>li .m-title {
  height: 75px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .m-title {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }
}

.header .box .right .menu>ul>li .m-title a {
  color: #fff;
  transition: all 0.4s;
  line-height: 1.55555556em;
  height: 1.55555556em;
  overflow: hidden;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .m-title a {
    color: #000;
  }
}

.header .box .right .menu>ul>li .m-title a span {
  display: block;
  pointer-events: none;
}

.header .box .right .menu>ul>li .m-title a span:nth-child(2) {
  color: #30abee;
}

.header .box .right .menu>ul>li .m-title i {
  width: 10px;
  margin-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .m-title i {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.header .box .right .menu>ul>li .m-title i svg path {
  fill: #fff;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu {
  width: 1260px;
  max-width: 100vw;
  background: #fff;
  border-radius: 0 0 0.15rem 0.15rem;
  border: 1px solid #f4f4f4;
  position: absolute;
  top: 100%;
  left: -0.25rem;
  display: none;
}

@media (max-width: 1600px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 1160px;
  }
}

@media (max-width: 1440px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 1040px;
  }
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 920px;
  }
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 100%;
    position: relative;
    left: initial;
    top: initial;
    border-radius: 0;
    border: none;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs {
  width: 100%;
  display: flex;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs {
    flex-wrap: wrap;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left {
  width: 29.31034483%;
  border-right: 1px solid #f4f4f4;
  padding: 0.3rem 0.25rem 0.28rem;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left {
    width: 32.75862069%;
  }
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left {
    width: 100%;
    border-right: none;
    padding: 0.2rem 0;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul {
  width: 100%;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li {
  width: 100%;
  transform: translateY(0.5rem);
  opacity: 0;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(1) {
  transition: all 0.4s 0.05s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(2) {
  transition: all 0.4s 0.1s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(3) {
  transition: all 0.4s 0.15s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(4) {
  transition: all 0.4s 0.2s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(5) {
  transition: all 0.4s 0.25s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(6) {
  transition: all 0.4s 0.3s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0.15rem 0 0.28rem;
  border-radius: 0.25rem;
  transition: all 0.4s;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a {
    padding: 0;
    height: 0.8rem;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s1 {
  color: #000;
  line-height: 1.55555556em;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s2 {
  color: #999;
  line-height: 1.625em;
  padding-left: 0.34rem;
  position: relative;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s2::before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
  border-radius: 50%;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-left: auto;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i svg path {
  fill: #30abee;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i:nth-child(2) svg path {
  fill: #ddd;
}

@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover {
    background: #f4f4f4;
  }

  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .s1 {
    color: #30abee;
  }

  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .s2 {
    padding-left: 0.4rem;
  }

  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .icons i {
    transform: translateX(0);
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-left.on>ul>li {
  transform: translateY(0);
  opacity: 1;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right {
  width: 73.27586207%;
  padding: 0.4rem 0.47rem 0.65rem 0.43rem;
}

@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right {
    display: none;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li {
  width: 100%;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read {
  width: 52.63157895%;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read {
    width: 50%;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-t1 {
  color: #ccc;
  line-height: 1.625em;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list {
  width: 100%;
  margin-top: 0.16rem;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list a {
  width: 100%;
  line-height: 1.71428571em;
  color: #999;
  transition: all 0.4s;
  display: block;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list a:hover {
    color: #30abee;
    padding-left: 5px;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {
  width: 43.42105263%;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {
    width: 100%;
  }
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book a {
  width: 100%;
  display: block;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1 {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1:last-child {
  margin-bottom: 0;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1 img {
  width: 100%;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 {
  width: 100%;
  min-height: 1.5rem;
  padding: 0.26rem 0.28rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  position: relative;
  z-index: 2;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .rt1-t1 {
  width: 100%;
  color: #30abee;
  line-height: 1.5em;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .rt1-t2 {
  width: 100%;
  line-height: 1;
  margin-top: 5px;
  color: #30abee;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 {
  width: 100%;
  padding: 0.18rem 0.28rem;
  background: #f8f8f8;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 {
  color: #1a1a1a;
  line-height: 1.55555556em;
  display: flex;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 span {
  position: relative;
  z-index: 2;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 span::before {
  content: '';
  width: 0;
  height: 3px;
  background: #30abee;
  position: absolute;
  left: 0;
  bottom: 0.27777778em;
  transition: all 0.6s;
  z-index: -1;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 {
  color: #30abee;
  line-height: 1.71428571em;
  margin-top: 0.06rem;
  display: flex;
  align-items: center;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}

.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i svg path {
  fill: #30abee;
}

@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book:hover .bg img {
    transform: scale(1.05);
  }

  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book:hover .rt2 .rt2-t1 span::before {
    width: 100%;
  }
}

.header .box .right .menu>ul>li .s-menu2 {
  width: 100vw;
  position: fixed;
  top: 75px;
  left: 0;
  display: none;
  background: #fff;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  background: #fff;
  position: relative;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox::before {
  content: '';
  height: 100%;
  width: 50vw;
  background: #f5f7f9;
  position: absolute;
  top: 0;
  right: 100%;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left {
  width: calc(606/1920*100%);
  background: #f5f7f9;
  padding: 0.34rem 0.75rem 0.5rem 0.9rem;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left {
    width: calc(420/1920*100%);
    padding: 0.34rem 0.5rem 0.5rem;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .t1 {
  color: #000;
  line-height: calc(28/18);
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .t2 {
  color: #999;
  margin-top: 0.3rem;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more {
  margin-top: 0.44rem;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a {
  display: flex;
  align-items: center;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a span {
  color: #30abee;
  position: relative;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a span::before {
  content: '';
  width: 0;
  height: 1px;
  background: #30abee;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #30abee;
  margin-left: 12px;
  flex-shrink: 0;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i svg {
  width: 45%;
  height: 45%;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i svg path {
  fill: #fff;
}

@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a:hover span::before {
    width: 100%;
  }

  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a:hover i svg {
    animation: arrowRun 5s infinite;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu {
  display: inline-flex;
  align-items: center;
  color: #999;
  transition: all 0.4s;
  margin-top: 1.1rem;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu span {
  width: 18px;
  height: 18px;
  background: #0751d0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu i svg {
  width: 100%;
  object-fit: contain;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu i svg path {
  fill: #999;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu:hover {
  color: #0751d0;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu:hover i svg path {
  fill: #0751d0;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center {
  position: relative;
  width: calc(680/1920*100%);
  display: flex;
  padding: 0.3rem 0.4rem;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center {
    width: calc(1040/1920*100%);
    padding: 0.3rem;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {
  width: calc(310/800*100%);
  margin-right: 0.4rem;
}

@media (max-width: 1600px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {
    width: calc(260/800*100%);
    margin-right: 0.2rem;
  }
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {
    width: calc(260/800*100%);
    margin-right: 0.2rem;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox:nth-child(3) {
  margin-right: 0;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox .t1 {
  width: 100%;
  color: #999;
  line-height: calc(26/16);
  border-bottom: 1px solid #f4f4f4;
  padding: 0 0.25rem 0.16rem;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul {
  width: 100%;
  margin-top: 0.2rem;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li {
  width: 100%;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0 0.2rem 0 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a {
    padding: 0 0.2rem;
    height: 0.7rem;
    border-radius: 0.35rem;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {
  color: #333;
  transition: all 0.4s;
}

@media (max-width: 1580px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {
    font-size: 14px;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  transition: all 0.5s;
  flex-shrink: 0;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg path {
  fill: #ddd;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i:nth-child(1) svg path {
  fill: #30abee;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover {
  background: #f4f4f4;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover span {
  color: #30abee;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover .icons i {
  transform: translateX(0);
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0.4rem;
  left: 0.65rem;
  width: 84%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more {
    width: 55.5%;
    left: 0.55rem;
  }
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more {
    width: 54%;
    left: 0.55rem;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more img {
  transition: all 0.2s;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more:hover img {
  transform: scale(1.03);
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right {
  width: calc(520/1920*100%);
  padding: 0.4rem 1.2rem 0.4rem 0.48rem;
  border-left: 1px solid #f4f4f4;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right {
    width: calc(480/1920*100%);
    padding: 0.4rem;
  }
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1 {
  width: 100%;
  display: flex;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1:last-child {
  margin-bottom: 0;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1 img {
  width: 100%;
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1:hover img {
  transform: scale(1.05);
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 {
  width: auto;
  display: flex;
  padding: 0.4rem 0.7rem;
  border-left: 1px solid #f4f4f4;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .n-right2 {
    padding: 0.4rem 0.5rem;
  }
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a {
  width: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.4rem;
  background: #f8f8f8;
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .n-right2 a {
    width: calc(50% - 0.2rem);
  }
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a:last-child {
  margin-right: 0;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img {
  width: 100%;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img::before {
  padding-top: calc(200/420*100%);
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img img {
  transition: all 0.4s;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox {
  width: 100%;
  padding: 0.18rem 0.28rem;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .t1 {
  color: #1a1a1a;
  line-height: calc(28/18);
  transition: all 0.4s;
  min-height: calc(28/18*2em);
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more {
  font-size: 14px;
  line-height: 24px;
  color: #30abee;
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateX(-100%);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i svg path {
  fill: #30abee;
}

@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more:hover .icons i {
    transform: translateX(0);
  }
}

.header .box .right .menu>ul>li .s-menu2 .n-right2 a:hover .public-img img {
  transform: scale(1.05);
}

.header .box .right .menu>ul>li .s-menu2.s-about .n-left .more {
  display: none;
}

.header .box .right .menu>ul>li .s-menu2.s-about .n-center {
  width: calc(320/1920*100%);
}

@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2.s-about .n-center {
    width: calc(420/1920*100%);
  }
}

.header .box .right .menu>ul>li .s-menu2.s-about .n-center .mbox {
  width: 100%;
}

@media (min-width: 992px) {
  .header .box .right .menu>ul>li:hover .m-title a span {
    transition: all 0.6s;
    transform: translateY(-100%);
  }

  .header .box .right .menu>ul>li:hover .m-title i svg path {
    fill: #30abee;
  }
}

.header .box .right .r-box {
  display: flex;
  position: absolute;
  right: 0.51rem;
  align-items: center;
}

@media (max-width: 991px) {
  .header .box .right .r-box {
    position: relative;
    right: initial;
    margin-top: 0.5rem;
  }
}

.header .box .right .r-box .language {
  margin-right: 0.56rem;
  display: none;
}

.header .box .right .r-box .language a {
  display: flex;
  align-items: center;
}

.header .box .right .r-box .language a .icons {
  width: 24px;
  height: 24px;
  display: flex;
  margin-right: 0.1rem;
}

@media (max-width: 767px) {
  .header .box .right .r-box .language a .icons {
    width: 20px;
    height: 20px;
  }
}

.header .box .right .r-box .language a .icons svg {
  width: 100%;
  height: 100%;
}

.header .box .right .r-box .language a .icons svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.4s;
}

.header .box .right .r-box .language a span {
  color: #fff;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .header .box .right .r-box .language a:hover .icons svg path {
    fill: #30abee;
  }

  .header .box .right .r-box .language a:hover span {
    color: #30abee;
  }
}

.header .box .right .r-box .getCase {
  display: flex;
  position: relative;
  z-index: 2;
}

.header .box .right .r-box .getCase a {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
  border-radius: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .header .box .right .r-box .getCase a {
    height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 0.2rem 0 0.4rem;
  }
}

.header .box .right .r-box .getCase a::before {
  content: '';
  width: 100%;
  height: 45px;
  border-radius: 25px;
  background: #30abee;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .header .box .right .r-box .getCase a::before {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}

.header .box .right .r-box .getCase a span {
  color: #fff;
  line-height: 1.55555556em;
  transition: all 0.4s;
}

.header .box .right .r-box .getCase a i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.4s;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header .box .right .r-box .getCase a i {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.header .box .right .r-box .getCase a i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}

.header .box .right .r-box .getCase a i svg path {
  fill: #fff;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .header .box .right .r-box .getCase a:hover::before {
    width: 45px;
  }

  .header .box .right .r-box .getCase a:hover i {
    transform: translateX(9px);
  }

  .header .box .right .r-box .getCase a:hover i svg path {
    fill: #fff;
  }
}

.header.hstyle,
.header.hstyle2 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.header.hstyle .box .logo a img:nth-child(1),
.header.hstyle2 .box .logo a img:nth-child(1) {
  opacity: 0;
}

.header.hstyle .box .logo a img:nth-child(2),
.header.hstyle2 .box .logo a img:nth-child(2) {
  opacity: 1;
}

.header.hstyle .box .close span,
.header.hstyle2 .box .close span {
  background: #000;
}

.header.hstyle .box .right .menu>ul>li .m-title a,
.header.hstyle2 .box .right .menu>ul>li .m-title a {
  color: #333;
}

.header.hstyle .box .right .menu>ul>li .m-title a span:nth-child(2),
.header.hstyle2 .box .right .menu>ul>li .m-title a span:nth-child(2) {
  color: #30abee;
}

.header.hstyle .box .right .menu>ul>li .m-title i svg path,
.header.hstyle2 .box .right .menu>ul>li .m-title i svg path {
  fill: #333;
}

@media (min-width: 992px) {

  .header.hstyle .box .right .menu>ul>li:hover .m-title i svg path,
  .header.hstyle2 .box .right .menu>ul>li:hover .m-title i svg path {
    fill: #30abee;
  }
}

.header.hstyle .box .right .language a .icons svg path,
.header.hstyle2 .box .right .language a .icons svg path {
  fill: #333;
}

.header.hstyle .box .right .language a span,
.header.hstyle2 .box .right .language a span {
  color: #333;
}

@media (min-width: 992px) {

  .header.hstyle .box .right .language a:hover .icons svg path,
  .header.hstyle2 .box .right .language a:hover .icons svg path {
    fill: #30abee;
  }

  .header.hstyle .box .right .language a:hover span,
  .header.hstyle2 .box .right .language a:hover span {
    color: #30abee;
  }
}

@media (min-width: 992px) {

  .header.hstyle .box .right .getCase a:hover span,
  .header.hstyle2 .box .right .getCase a:hover span {
    color: #333;
  }
}

.header.head-move {
  top: -80px !important;
}

@media (max-width: 991px) {
  .header.head-move {
    top: -1.25rem !important;
  }
}

.mb-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
  display: none;
}

@media (max-width: 991px) {
  .mb-header {
    display: block;
  }
}

.mb-header .top {
  width: 100%;
  height: 1.2rem;
  padding: 0 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.mb-header .top .logo {
  width: 4.05rem;
  height: 0.7rem;
  display: flex;
}

.mb-header .top .logo a {
  width: 100%;
  height: 100%;
  display: flex;
}

.mb-header .top .logo a img,
.mb-header .top .logo a svg {
  width: 100%;
  display: flex;
  opacity: 1;
  object-fit: contain;
}

.mb-header .top .logo a img rect,
.mb-header .top .logo a svg rect {
  fill: transparent;
}

.mb-header .top .logo a img .cls-4,
.mb-header .top .logo a svg .cls-4 {
  fill: #000;
}

.mb-header .top .close {
  width: 22px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.mb-header .top .close span {
  width: 100%;
  height: 2px;
  background: #000;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s;
}

.mb-header .top .close span:nth-child(2) {
  width: 60%;
  margin: 3px 0 3px auto;
}

.mb-header .top .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}

.mb-header .top .close.on span:nth-child(2) {
  opacity: 0;
}

.mb-header .top .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}

.mb-header .down {
  width: 100%;
  height: 100vh;
  border-top: 1px solid #eee;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  background: #fff;
  display: none;
}

.mb-header .down::before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 1.2rem;
  left: 0;
}

.mb-header .down .dbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}

.mb-header .down .dbox ul {
  width: 100%;
  padding: 0 0.55rem;
}

.mb-header .down .dbox ul li {
  border-bottom: 1px solid #eee;
  position: inherit;
}

.mb-header .down .dbox ul li .s-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}

.mb-header .down .dbox ul li .s-txt a {
  line-height: 1.5em;
  color: #333;
  position: relative;
  transition: all 0.4s;
  display: block;
  width: 100%;
}

.mb-header .down .dbox ul li .s-txt i {
  width: 1rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mb-header .down .dbox ul li .s-txt i svg {
  width: 12px;
  height: 12px;
  transition: all 0.4s;
}

.mb-header .down .dbox ul li .s-txt i svg path {
  fill: #e9e9e9;
}

.mb-header .down .dbox ul li .ss-menu {
  width: 100%;
  padding: 0 3% 0.2rem;
  display: none;
}

.mb-header .down .dbox ul li .ss-menu .s-link {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.mb-header .down .dbox ul li .ss-menu .s-link:last-child {
  border-bottom: none;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 {
  width: 100%;
  height: 0.78rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.1rem 0.2rem;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 a {
  color: #aaa;
  transition: all 0.4s;
  width: 100%;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i svg {
  width: 12px;
  height: 12px;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i svg path {
  fill: #e9e9e9;
  transition: all 0.4s;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-t1.on a {
  color: #30abee;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-t1.on i svg path {
  fill: #30abee;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox {
  width: 100%;
  padding: 0.1rem 0.3rem 0.2rem;
  display: none;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.1rem;
  display: block;
  width: 100%;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a span {
  color: #666;
  transition: all 0.4s;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a span::before {
  display: none;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  transition: all 0.4s;
  position: absolute;
  left: 7px;
  top: 9px;
  transform: translateY(-50%);
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i svg {
  transform: rotateZ(-90deg);
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i svg path {
  fill: #666;
  transition: all 0.4s;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover span {
  color: #30abee;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover::before {
  background: #30abee;
}

.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover i svg path {
  fill: #30abee;
}

.mb-header .down .dbox ul li.on .s-txt a {
  color: #30abee;
}

.mb-header .down .dbox ul li.on .s-txt i svg {
  transform: rotateZ(-180deg);
}

.mb-header .down .dbox ul li.on .s-txt i svg path {
  fill: #30abee;
}

.mb-header .down .dbox .other {
  width: 100%;
  margin-top: auto;
  padding-top: 0.4rem;
}

.mb-header .down .dbox .other .otop {
  width: 100%;
}

.mb-header .down .dbox .other .otop .txt {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.mb-header .down .dbox .other .otop .txt span {
  position: relative;
}

.mb-header .down .dbox .other .otop .txt span::before {
  content: '';
  width: 1rem;
  height: 1px;
  background: linear-gradient(to right, #dddddd, rgba(221, 221, 221, 0));
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
}

.mb-header .down .dbox .other .otop .txt span::after {
  content: '';
  width: 1rem;
  height: 1px;
  background: linear-gradient(to left, #dddddd, rgba(221, 221, 221, 0));
  position: absolute;
  right: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
}

.mb-header .down .dbox .other .otop .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}

.mb-header .down .dbox .other .odown {
  width: 100%;
  border-top: 1px solid #ddd;
  background: #f5f7f9;
  display: flex;
  margin-top: 0.5rem;
}

.mb-header .down .dbox .other .odown .tel {
  width: 61.33333333%;
  display: flex;
  align-items: center;
  padding: 0.3rem 0 0.3rem 0.35rem;
}

.mb-header .down .dbox .other .odown .tel i {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15rem;
}

.mb-header .down .dbox .other .odown .tel i svg {
  width: 0.3rem;
  height: 0.3rem;
}

.mb-header .down .dbox .other .odown .tel i svg path {
  fill: #30abee;
}

.mb-header .down .dbox .other .odown .tel p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.mb-header .down .dbox .other .odown .tel p span {
  display: block;
  color: #000;
  font-size: 18px;
}

.mb-header .down .dbox .other .odown .wx {
  display: flex;
  align-items: center;
  padding: 0.3rem 0 0.3rem 0.45rem;
}

.mb-header .down .dbox .other .odown .wx i {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15rem;
}

.mb-header .down .dbox .other .odown .wx i svg {
  width: 0.3rem;
  height: 0.3rem;
}

.mb-header .down .dbox .other .odown .wx i svg path {
  fill: #30abee;
}

.mb-header .down .dbox .other .odown .wx span {
  color: #666;
  font-size: 14px;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .img video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.banner .img.vblack video {
  filter: grayscale(100%);
}

.banner>.container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0.1rem;
  z-index: 3;
}

@media (max-width: 767px) {
  .banner>.container {
    top: 70%;
  }
}

.banner>.container .tbox .title {
  font-size: 0.7rem;
  margin-bottom: 30px;
  background: linear-gradient(to right, #178cde 15%, #00ffe4 30%, #178cde 55%, #00ffe4 80%, #178cde 95%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
  line-height: 1.16666667em;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

@media (max-width: 767px) {
  .banner>.container .tbox .title {
    font-weight: bold;
  }
}

.banner>.container .tbox .txt {
  margin-top: 0.23rem;
  line-height: 1.5em;
  color: #f1f1f1;
}

@media (max-width: 767px) {
  .banner>.container .tbox .txt {
    width: 89%;
    line-height: 1.4em;
  }

  .banner>.container .tbox .txt br {
    display: none;
  }
}

.banner>.container .tbox .more {
  margin-top: 0.47rem;
  display: flex;
}

.banner>.container .tbox .more a {
  display: flex;
  align-items: center;
}

.banner>.container .tbox .more a span {
  color: #fff;
  line-height: 1.625em;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .banner>.container .tbox .more a span {
    font-size: 16px;
  }
}

.banner>.container .tbox .more a i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.14rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner>.container .tbox .more a i {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.banner>.container .tbox .more a i::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #30abee;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
}

.banner>.container .tbox .more a i::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #30abee;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.banner>.container .tbox .more a i svg {
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}

.banner>.container .tbox .more a i svg path {
  fill: #fff;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .banner>.container .tbox .more a:hover span {
    color: #30abee;
  }

  .banner>.container .tbox .more a:hover i svg {
    transform: rotateZ(180deg);
  }
}

.banner>.container .tbox .more a.on span {
  color: #30abee;
}

.banner>.container .tbox .more a.on i svg {
  transform: rotateZ(180deg);
}

.font-run span {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  transition: all 1s;
  transform: translateY(100%);
  position: relative;
  display: inline-block;
  opacity: 0;
}

.font-run.on span {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0);
}

.font-run.font-run-delay span {
  transition: all 1s 0.5s;
}

.font-run.font-run-delay1 span {
  transition: all 1s 1s;
}

@media (max-width: 991px) {
  .font-run.font-run-delay1 span {
    transition: all 1s 0.7s;
  }
}

.index-box1 {
  width: 100%;
  padding: 1.82rem 0 0.6rem;
}

@media (max-width: 767px) {
  .index-box1 {
    padding: 1.2rem 0 0;
  }
}

.index-box1 .bg {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.index-box1 .bg img {
  width: 100%;
}

.index-box1 .bg video {
  width: 100%;
  object-fit: fill;
}

@media (max-width: 767px) {
  .index-box1 .bg video {
    width: 250%;
    transform: translateX(-30%);
  }
}

.index-box1 .container {
  margin-top: -100vh;
  position: relative;
  z-index: 2;
}

.index-box1 .container .top .title {
  display: flex;
  align-items: flex-end;
}

.index-box1 .container .top .title span {
  line-height: 1.2em;
  color: #333;
  display: block;
}

.index-box1 .container .top .title i {
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.42rem;
  overflow: hidden;
}

.index-box1 .container .top .title i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}

.index-box1 .container .top .title i svg path {
  fill: #30abee;
}

.index-box1 .container .top .more {
  display: flex;
  margin-top: 0.44rem;
}

.index-box1 .container .top .more a {
  display: flex;
  align-items: center;
}

.index-box1 .container .top .more a span {
  line-height: 1.55555556em;
  color: #30abee;
}

.index-box1 .container .top .more a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.index-box1 .container .top .more a .icons i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateX(-100%);
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.index-box1 .container .top .more a .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}

.index-box1 .container .top .more a .icons i svg path {
  fill: #30abee;
}

@media (min-width: 992px) {
  .index-box1 .container .top .more a:hover .icons i {
    transform: translateX(0);
  }
}

.index-box1 .container .list {
  width: 100%;
  margin-top: 0.92rem;
}

.index-box1 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-box1 .container .list ul li {
  width: 41.66666667%;
  margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
  .index-box1 .container .list ul li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}

.index-box1 .container .list ul li a {
  width: 100%;
  display: block;
}

.index-box1 .container .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
  background: #f4f4f4;
}

.index-box1 .container .list ul li a .public-img .zz {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #f5f7f9;
}

.index-box1 .container .list ul li a .public-img img {
  transition: transform 0.65s ease-out, opacity 0.5s ease-out;
  border-radius: 0.1rem;
}

.index-box1 .container .list ul li a .public-img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
}

@media (max-width: 767px) {
  .index-box1 .container .list ul li a .public-img video {
    display: none;
  }
}

.index-box1 .container .list ul li a .tbox {
  padding: 0.35rem 1.5rem 0 0.1rem;
}

@media (max-width: 767px) {
  .index-box1 .container .list ul li a .tbox {
    padding-right: 0;
  }
}

.index-box1 .container .list ul li a .tbox .t1 {
  line-height: 1.625em;
  color: #999;
}

.index-box1 .container .list ul li a .tbox .t2 {
  line-height: 1.25em;
  color: #333;
  margin-top: 0.1rem;
}

@media (max-width: 767px) {
  .index-box1 .container .list ul li a .tbox .t2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.index-box1 .container .list ul li:nth-child(2n) {
  margin-top: -3rem;
  margin-bottom: 4.7rem;
}

@media (max-width: 767px) {
  .index-box1 .container .list ul li:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}

.index-box1 .container .list ul li:nth-child(3) a .public-img,
.index-box1 .container .list ul li:nth-child(4) a .public-img {
  width: 80%;
}

@media (max-width: 767px) {

  .index-box1 .container .list ul li:nth-child(3) a .public-img,
  .index-box1 .container .list ul li:nth-child(4) a .public-img {
    width: 100%;
  }
}

.index-box1 .container .list ul li:nth-child(3) a .public-img::before,
.index-box1 .container .list ul li:nth-child(4) a .public-img::before {
  padding-top: 62.5%;
}

@media (min-width: 992px) {
  .index-box1 .container .list ul li:hover a .public-img img {
    transform: scale(1.05);
  }
}

.index-box2 {
  width: 100%;
  padding: 1.47rem 0 1.18rem;
}

@media (max-width: 1280px) {
  .index-box2 {
    height: auto;
    padding: 1.2rem 0;
  }
}

@media (max-width: 991px) {
  .index-box2 {
    height: initial;
    padding: 0 0 0.6rem 0
  }
}

.index-box2 .container {
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .index-box2 .container {
    top: 0.8rem;
  }
}

@media (max-width: 991px) {
  .index-box2 .container {
    flex-wrap: wrap;
    position: relative;
    top: initial;
  }
}

.index-box2 .container .left {
  width: 41.66666667%;
}

@media (max-width: 1600px) {
  .index-box2 .container .left {
    width: 48.67%;
  }
}

@media (max-width: 991px) {
  .index-box2 .container .left {
    width: 100%;
  }
}

.index-box2 .container .left .top .title {
  line-height: 1.25em;
  color: #333;
}

.index-box2 .container .left .top .public-btn {
  margin-top: 0.3rem;
}

.index-box2 .container .left .top .more {
  display: flex;
  margin-top: 0.3rem;
}

.index-box2 .container .left .top .more a {
  display: flex;
  align-items: center;
}

.index-box2 .container .left .top .more a span {
  line-height: 1.55555556em;
  color: #30abee;
}

.index-box2 .container .left .top .more a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.index-box2 .container .left .top .more a .icons i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateX(-100%);
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.index-box2 .container .left .top .more a .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}

.index-box2 .container .left .top .more a .icons i svg path {
  fill: #30abee;
}

@media (min-width: 992px) {
  .index-box2 .container .left .top .more a:hover .icons i {
    transform: translateX(0);
  }
}

.index-box2 .container .left .menu {
  width: 100%;
  position: relative;
  margin-top: 0.8rem;
}

@media (max-width: 1280px) {
  .index-box2 .container .left .menu {
    margin-top: 0.8rem;
  }
}

@media (max-width: 991px) {
  .index-box2 .container .left .menu {
    display: none;
  }
}

.index-box2 .container .left .menu .bgs {
  width: calc(100% - 4px);
  height: 0;
  background: #f5f7f9;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.6s;
  border-radius: 0.1rem;
  opacity: 0;
}

.index-box2 .container .left .menu .bgs-active {
  width: calc(100% - 4px);
  height: 0;
  background: #fff;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
}

.index-box2 .container .left .menu .bgs-active .border {
  width: 5px;
  height: 0.7rem;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.6s;
  background: #30abee;
  box-shadow: 0.1rem 0 0.2rem 0 rgba(0, 204, 102, 0.8);
}

.index-box2 .container .left .menu .bgs-active .tbox {
  width: calc(100% - 4px);
  height: 100%;
  position: relative;
  padding: 0.3rem 0.32rem;
  border-radius: 0.1rem;
  transition: all 0.6s;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #eee;
  margin-left: 4px;
}

.index-box2 .container .left .menu ul {
  width: 100%;
  position: relative;
  z-index: 3;
}

.index-box2 .container .left .menu ul li {
  width: 100%;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  transition: all 0.6s;
}

.index-box2 .container .left .menu ul li:last-child {
  margin-bottom: 0;
}

.index-box2 .container .left .menu ul li .border {
  width: 5px;
  height: 0.7rem;
  background: transparent;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.6s;
}

.index-box2 .container .left .menu ul li .tbox {
  width: calc(100% - 4px);
  position: relative;
  padding: 0.3rem 0.32rem;
  border-radius: 0.1rem;
  border: 1px solid transparent;
  transition: all 0.6s;
  overflow: hidden;
  z-index: 2;
}

.index-box2 .container .left .menu ul li .tbox .num {
  width: 36px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #30abee;
  z-index: 2;
  position: absolute;
  top: 0.13rem;
  right: 0.18rem;
  border-radius: 11px;
  opacity: 0;
  transition: all 0.6s;
}

.index-box2 .container .left .menu ul li .tbox .txt {
  line-height: 1.33333333em;
  height: 1.33333333em;
  color: #999;
  overflow: hidden;
}

.index-box2 .container .left .menu ul li .tbox .txt span {
  display: block;
  transition: all 0.6s;
}

.index-box2 .container .left .menu ul li .tbox .txt span:nth-child(2) {
  color: #30abee;
}

.index-box2 .container .left .menu ul li .tbox .title {
  color: #999;
  line-height: 1.33333333em;
  height: 1.33333333em;
  margin-top: 0.12rem;
  overflow: hidden;
}

.index-box2 .container .left .menu ul li .tbox .title span {
  display: block;
  transition: all 0.6s;
}

.index-box2 .container .left .menu ul li .tbox .title span:nth-child(2) {
  color: #333;
}

.index-box2 .container .left .menu ul li .tbox .text {
  color: #999;
  line-height: 1.625em;
  margin-top: 0.15rem;
  display: none;
  opacity: 0;
  transition: all 0.6s;
}

.index-box2 .container .left .menu ul li.on .tbox .num {
  opacity: 1;
}

.index-box2 .container .left .menu ul li.on .tbox .txt span {
  transform: translateY(-100%);
}

.index-box2 .container .left .menu ul li.on .tbox .title span {
  transform: translateY(-100%);
}

.index-box2 .container .left .menu ul li.on .tbox .text {
  display: block;
  opacity: 1;
}

@media (max-width: 1280px) {
  .index-box2 .container .left .menu ul li.on .tbox .text {
    display: none;
  }
}

.index-box2 .container .right {
  width: 41.31944444%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1280px) {
  .index-box2 .container .right {
    width: 35%;
    margin-right: 5%;
  }
}

@media (max-width: 991px) {
  .index-box2 .container .right {
    margin-top: 1.6rem;
    margin-right: 0;
    width: 50%;
    display: none;
  }
}

@media (max-width: 767px) {
  .index-box2 .container .right {
    width: 100%;
    margin-top: 0.8rem;
  }
}

.index-box2 .container .right ul {
  width: 100%;
}

.index-box2 .container .right ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  border-radius: 0.1rem;
  z-index: 1;
  overflow: hidden;
}

.index-box2 .container .right ul li::before {
  content: '';
  width: 100%;
  padding-top: 133.61344538%;
  display: block;
}

.index-box2 .container .right ul li:nth-child(1) {
  position: relative;
  z-index: 3;
}

.index-box2 .container .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.index-box2 .container .right ul li .video {
  width: 101%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 3;
}

.index-box2 .container .right ul li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}

.index-box2 .container .right ul li .video video:nth-child(1) {
  z-index: 2;
}

.index-box2 .container .right ul li .video video.on {
  z-index: 4;
}

.index-box2 .container .right ul li.on {
  opacity: 1;
  z-index: 3;
}

.index-box2 .container .right ul li.on img {
  width: 100%;
  height: 100%;
}

.index-box2 .container .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .index-box2 .container .list {
    flex-wrap: wrap;
  }
}

.index-box2 .container .md-box {
  width: 100%;
  margin-top: 0.8rem;
  display: none;
}

@media (max-width: 991px) {
  .index-box2 .container .md-box {
    display: block;
  }
}

.index-box2 .container .md-box ul li {
  width: 100%;
  margin-bottom: 0.6rem;
  background: #fff;
  padding-top: 0.3rem;
}

.index-box2 .container .md-box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .index-box2 .container .md-box ul li {
    position: sticky;
    position: -webkit-sticky;
    transform-origin: top left;
  }

  .index-box2 .container .md-box ul li:nth-child(1) {
    top: 1.5rem;
    padding-bottom: 2.3rem;
  }

  .index-box2 .container .md-box ul li:nth-child(2) {
    top: 2.8rem;
    padding-bottom: 1rem;
    margin-top: -2.3rem;
  }

  .index-box2 .container .md-box ul li:nth-child(3) {
    top: 3.6rem;
  }
}

.index-box2 .container .md-box ul li .public-img {
  border-radius: 0.15rem;
  margin-top: 0.5rem;
}

.index-box2 .container .md-box ul li .tbox {
  width: 100%;
}

.index-box2 .container .md-box ul li .tbox .txt {
  line-height: 1.33333333em;
  color: #999;
}

.index-box2 .container .md-box ul li .tbox .txt span {
  display: block;
  transition: all 0.6s;
  color: #30abee;
}

.index-box2 .container .md-box ul li .tbox .title {
  color: #333;
  line-height: 1.33333333em;
  margin-top: 0.12rem;
}

.index-box2 .container .md-box ul li .tbox .text {
  line-height: 1.625em;
  margin-top: 0.15rem;

}

@keyframes box2imgRun {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 10px);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.index-box3 {
  width: 100%;
  padding: 1.18rem 0 2.45rem;
}

@media (min-width: 992px) {
  .index-box3 .container .list ul li:hover .logo img {
    transform: scale(1.05);
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .index-box3 {
    padding: 1.2rem 0;
  }
}

@media (max-width: 767px) {
  .index-box3 {
    padding: 1.2rem 0;
  }
}

.index-box3 .container .top .title {
  color: #333;
  line-height: 1.25em;
}

.index-box3 .container .list {
  width: 100%;
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .index-box3 .container .list {
    display: none;
  }
}

.index-box3 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-box3 .container .list ul li {
  width: 43.05555556%;
  padding-bottom: 0.42rem;
  border-bottom: 1px solid #ececec;
  position: relative;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .index-box3 .container .list ul li {
    width: 100%;
  }

  .index-box3 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}

.index-box3 .container .list ul li:nth-child(2n) {
  margin-top: -1.6rem;
  margin-bottom: 2.6rem;
}

@media (max-width: 767px) {
  .index-box3 .container .list ul li:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .index-box3 .container .list ul li:nth-child(2n):last-child {
    margin-bottom: 0;
  }
}

.index-box3 .container .list ul li .logo {
  width: 100%;
  display: flex;

}

.index-box3 .container .list ul li .logo img {
  height: 100%;
  transition: transform 0.65s ease-out, opacity 0.5s ease-out;
  border-radius: 0.1rem;
  border: 0.2rem solid #e2faff;
}

.index-box3 .container .list ul li .txt {
  line-height: 1.625em;
  color: #333;
  margin-top: 0.33rem;
  font-size: 26px;
}

.index-box3 .container .list ul li .tbox {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-top: 0.5rem;
}

.index-box3 .container .list ul li .tbox .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.24rem;
  overflow: hidden;
}

.index-box3 .container .list ul li .tbox .ts .ts1 {
  color: #666;
  line-height: 1.33333333em;
}

.index-box3 .container .list ul li .tbox .ts .ts2 {
  color: #999;
  line-height: 1.42857143em;
  margin-top: 2px;
}

.index-box3 .container .list ul li::after {
  content: '';
  width: 0;
  height: 1px;
  background: #30abee;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition: all 0.8s;
}

@media (min-width: 992px) {
  .index-box3 .container .list ul li:hover::after {
    width: 100%;
  }
}

.index-box3 .md-list {
  width: 100%;
  margin-top: 0.5rem;
  display: none;
}

@media (max-width: 767px) {
  .index-box3 .md-list .swiper-container .swiper-slide .logo {
    height: 185px;
  }
}

@media (max-width: 767px) {
  .index-box3 .md-list {
    display: block;
  }
}

.index-box3 .md-list .swiper-container {
  padding: 0 0 50px 5%;
}

.index-box3 .md-list .swiper-container .swiper-wrapper {
  align-items: stretch;
}

.index-box3 .md-list .swiper-container .swiper-slide {
  border: 1px solid #eee;
  border-radius: 0.15rem;
  padding: 0.3rem;
  opacity: 0.2;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-box3 .md-list .swiper-container .swiper-slide .logo {
  width: 100%;
  display: flex;
  height: 194px;
}

.index-box3 .md-list .swiper-container .swiper-slide .logo img {
  height: 100%;
  border: 0.2rem solid #e2faff;
  border-radius: 0.1rem;
}

.index-box3 .md-list .swiper-container .swiper-slide .txt {
  line-height: 1.625em;
  color: #333;
  margin-top: 0.33rem;
}

.index-box3 .md-list .swiper-container .swiper-slide .tbox {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-top: 0.5rem;
}

.index-box3 .md-list .swiper-container .swiper-slide .tbox .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.15rem;
  overflow: hidden;
}

.index-box3 .md-list .swiper-container .swiper-slide .tbox .ts .ts1 {
  color: #666;
  line-height: 1.33333333em;
}

.index-box3 .md-list .swiper-container .swiper-slide .tbox .ts .ts2 {
  color: #999;
  line-height: 1.42857143em;
  margin-top: 2px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
}

.index-box3 .md-list .swiper-container .swiper-slide::after {
  content: '';
  width: 0;
  height: 1px;
  background: #30abee;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition: all 0.8s;
}

.index-box3 .md-list .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.index-box3 .md-list .swiper-container .swiper-pagination {
  bottom: 0;
}

.index-box3 .md-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #30abee;
}

.index-box4 {
  width: 100%;
  position: relative;
}

.index-box4 .video {
  width: 100%;
  height: 7rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .index-box4 .video {
    height: 8.4rem;
  }
}

@media (max-width: 767px) {
  .index-box4 .video {
    height: auto;
  }
}

.index-box4 .video .img {
  width: 100%;
  height: 100%;
  transform: translateY(-2rem);
}

@media (max-width: 767px) {
  .index-box4 .video .img {
    transform: translateY(0);
  }
}

.index-box4 .video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-box4 .video .img img:nth-child(1) {
  object-position: 30% 50%;
}

@media (max-width: 991px) {
  .index-box4 .video .img img:nth-child(1) {
    display: none;
  }
}

.index-box4 .video .img img:nth-child(2) {
  display: none;
}

@media (max-width: 991px) {
  .index-box4 .video .img img:nth-child(2) {
    display: block;
  }
}

.index-box4 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-box4 .video .msk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../images/mbl.png) repeat top left;
}

.index-box4 .container {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .index-box4 .container {
    padding-top: 0;
    top: 45%;
  }
}

.index-box4 .container .title {
  line-height: 1.35em;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .index-box4 .container .title {
    font-size: 0.3rem;
  }
}

.index-box4 .container .title span {
  display: block;
}

.index-box4 .container .tbox {
  width: 100%;
  margin-top: 0.55rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 1s;
}

@media (max-width: 767px) {
  .index-box4 .container .tbox {
    margin-top: 0.4rem;
  }
}

.index-box4 .container .tbox .tbs {
  display: flex;
  align-items: center;
}

.index-box4 .container .tbox .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .index-box4 .container .tbox .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.index-box4 .container .tbox .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-box4 .container .tbox .ts {
  margin-left: 0.14rem;
}

@media (max-width: 767px) {
  .index-box4 .container .tbox .ts {
    margin-left: 0.3rem;
  }
}

.index-box4 .container .tbox .ts .ts1 {
  color: #fff;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .index-box4 .container .tbox .ts .ts1 {
    font-size: 14px;
  }
}

.index-box4 .container .tbox .ts .ts2 {
  color: #fff;
  line-height: 1.5em;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .index-box4 .container .tbox .ts .ts2 {
    margin-top: 0;
  }
}

.index-box4 .container .tbox .more {
  display: flex;
  margin-top: 0.4rem;
}

.index-box4 .container .tbox .more a {
  display: flex;
  align-items: center;
}

.index-box4 .container .tbox .more a span {
  line-height: 1.55555556em;
  color: #30abee;
}

.index-box4 .container .tbox .more a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.index-box4 .container .tbox .more a .icons i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateX(-100%);
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.index-box4 .container .tbox .more a .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}

.index-box4 .container .tbox .more a .icons i svg path {
  fill: #30abee;
}

@media (min-width: 992px) {
  .index-box4 .container .tbox .more a:hover .icons i {
    transform: translateX(0);
  }
}

.index-box4 .container .tbox.on {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scan {
  0% {
    background-size: 0 100%;
  }

  100% {
    background-size: 100% 100%;
  }
}

.index-box5 {
  width: 100%;
  padding: 1.17rem 0 0;
}

@media (max-width: 767px) {
  .index-box5 {
    padding: 1.2rem 0;
  }
}

.index-box5 .container {
  position: relative;
}

.index-box5 .container .top .ts {
  line-height: 1.125em;
  color: #999;
}

.index-box5 .container .top .title {
  line-height: 1.27777778em;
  color: #30abee;
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}

.index-box5 .container .top .title .font-run {
  flex-shrink: 0;
}

.index-box5 .container .top .title .s1 {
  color: #333;
  border-right: 2px solid #d0d0d0;
  line-height: 1;
  padding-right: 0.2rem;
  margin-right: 0.2rem;
}

.index-box5 .container .top .title .swiper-container {
  height: 1.27777778em;
  margin: 0;
}

.index-box5 .container .top .title .swiper-container .swiper-slide {
  height: 1.27777778em;
}

@media (max-width: 767px) {
  .index-box5 .container .top .title .swiper-container .swiper-slide {
    font-size: 0.18rem;
  }
}

.index-box5 .container .list {
  width: 100%;
  margin-top: 0.92rem;
}

.index-box5 .container .list ul {
  width: calc(100% + 0.9rem);
  margin: 0 -0.45rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .index-box5 .container .list ul {
    width: 100%;
    margin: 0;
  }
}

.index-box5 .container .list ul li {
  width: calc(33.33% - 0.9rem);
  border-radius: 0.1rem;
  overflow: hidden;
  border: 1px solid #eee;
  margin: 0 0.45rem 0.48rem;
}

@media (max-width: 991px) {
  .index-box5 .container .list ul li {
    width: calc(50% - 0.9rem);
  }
}

@media (max-width: 767px) {
  .index-box5 .container .list ul li {
    width: 100%;
    margin: 0 0 0.45rem;
  }

  .index-box5 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}

.index-box5 .container .list ul li a {
  width: 100%;
  display: block;
}

.index-box5 .container .list ul li a .public-img {
  width: 100%;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.index-box5 .container .list ul li a .public-img img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.index-box5 .container .list ul li a .public-img::before {
  padding-top: 47.61904762%;
}

.index-box5 .container .list ul li a .tbox {
  width: 100%;
  padding: 0.3rem 0.2rem 0.44rem;
  position: relative;
}

.index-box5 .container .list ul li a .tbox .lb {
  line-height: 1.71428571em;
  color: #999;
}

.index-box5 .container .list ul li a .tbox .t1 {
  width: 100%;
  line-height: 1.33333333em;
  height: 2.66666667em;
  color: #333;
  margin-top: 0.2rem;
  padding-right: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}

.index-box5 .container .list ul li a .tbox .t2 {
  line-height: 1.42857143em;
  color: #999;
  padding-top: 0.38rem;
  border-top: 1px solid #e8e8e8;
  margin-top: 0.39rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: #fff;
  transition: all 0.8s;
  transform: translateY(50%);
  opacity: 0;
}

@media (max-width: 991px) {
  .index-box5 .container .list ul li a .tbox .t2 {
    display: none;
  }
}

.index-box5 .container .list ul li a .tbox .more {
  position: absolute;
  left: 0.2rem;
  bottom: 0.52rem;
  display: flex;
  align-items: center;
  transition: all 0.8s;
  transform-origin: top center;
}

@media (max-width: 991px) {
  .index-box5 .container .list ul li a .tbox .more {
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 0.3rem;
  }
}

.index-box5 .container .list ul li a .tbox .more span {
  color: #30abee;
  line-height: 1.375em;
  margin-right: 0.13rem;
}

.index-box5 .container .list ul li a .tbox .more i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #30abee;
}

.index-box5 .container .list ul li a .tbox .more i svg {
  width: 7px;
  height: auto;
}

.index-box5 .container .list ul li a .tbox .more i svg path {
  fill: #fff;
}

@media (min-width: 992px) {
  .index-box5 .container .list ul li:hover a .public-img img {
    transform: scale(1.1);
  }

  .index-box5 .container .list ul li:hover a .tbox .t1 {
    color: #30abee;
  }

  .index-box5 .container .list ul li:hover a .tbox .t2 {
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
  }

  .index-box5 .container .list ul li:hover a .tbox .more {
    opacity: 0;
    transform: rotateX(-90deg);
    z-index: -1;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .index-box5 .container .list ul li:hover a .tbox .more {
    opacity: 1;
    transform: rotateX(0);
    z-index: 1;
  }
}

.index-box5 .container .mores {
  position: absolute;
  right: 0;
  top: 0.3rem;
}

@media (max-width: 767px) {
  .index-box5 .container .mores {
    position: relative;
    right: initial;
    top: initial;
    margin: 0.5rem auto;
    display: flex;
    justify-content: center;
  }
}

@keyframes txtRun {
  form {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}

.fixed-zhl {
  width: 156px;
  height: 156px;
  background: #30abee;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}

@media (max-width: 1280px) {
  .fixed-zhl {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.fixed-zhl>.fixed-a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.fixed-zhl>.fixed-a>.gm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
}

.fixed-zhl>.fixed-a>.gm>svg {
  width: 100%;
  height: 100%;
  animation: txtRun 10s linear forwards infinite;
}

.fixed-zhl>.fixed-a>.gm>svg>path {
  fill: rgba(255, 255, 255, 0.5);
}

.fixed-zhl>.fixed-a>.tbox {
  display: flex;
  flex-wrap: wrap;
}

.fixed-zhl>.fixed-a>.tbox>.ts {
  width: 100%;
  text-align: center;
  line-height: 1.375em;
  color: #fff;
}

.fixed-zhl>.fixed-a>.tbox>.ts2 {
  position: relative;
  margin: 0.08rem auto 0;
}

.fixed-zhl>.fixed-a>.tbox>.ts2>.txts {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fixed-zhl>.fixed-a>.tbox>.ts2>.txts>span {
  line-height: 1.13333333em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.fixed-zhl>.fixed-a>.tbox>.ts2>.txts>span>p {
  font-size: 12px;
  line-height: 2.5em;
  margin-left: 0.1rem;
  padding-bottom: 3px;
}

.fixed-zhl>.fixed-a>.tbox>.ts2>i {
  position: absolute;
  left: calc(100% - 0.16rem);
  top: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .fixed-zhl>.fixed-a>.tbox>.ts2>i {
    width: 18px;
    height: 18px;
    top: -3px;
  }
}

.fixed-zhl>.fixed-a>.tbox>.ts2>i>svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}

.fixed-zhl>.fixed-a>.tbox>.ts2>i>svg>path {
  fill: #fff;
}

.fixed-mores {
  width: 1.3rem;
  height: 1.3rem;
  background: #30abee;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}

@media (max-width: 1600px) {
  .fixed-mores {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 767px) {
  .fixed-mores {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.fixed-mores a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-mores a .gm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
}

.fixed-mores a .gm svg {
  width: 100%;
  height: 100%;
  animation: txtRun 10s linear forwards infinite;
}

.fixed-mores a .gm svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.fixed-mores a .txts {
  display: flex;
  position: relative;
}

.fixed-mores a .txts span {
  line-height: 1.22222222em;
  color: #fff;
}

.fixed-mores a .txts i {
  position: absolute;
  left: calc(100% + 3px);
  top: -3px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fixed-mores a .txts i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}

.fixed-mores a .txts i svg path {
  fill: #fff;
}

.img-open {
  width: 30px;
  height: 30px;
  background: #30abee;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -15px;
  top: -15px;
  transform: scale(0);
  will-change: transform;
  z-index: 9999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: initial;
}

.img-open img {
  width: 14px;
  height: 14px;
}

.img-close {
  width: 30px;
  height: 30px;
  background: #30abee;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: -15px;
  top: -15px;
  transform: scale(0);
  will-change: transform;
  z-index: 9999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: initial;
}

.img-close img {
  width: 14px;
  height: 14px;
}

.fpublic-box {
  width: 100%;
  position: relative;
}

.fpublic-box .bg {
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  display: flex;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fpublic-box .bg {
    display: none;
  }
}

.fpublic-box .bg .zheng {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.fpublic-box .bg .zheng.on {
  opacity: 1;
  z-index: 2;
}

.fpublic-box .bg .fan {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.fpublic-box .bg .fan.on {
  opacity: 1;
  z-index: 2;
}

.fpublic-box .bg video {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fpublic-box .mbg {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  display: none;
}

@media (max-width: 767px) {
  .fpublic-box .mbg {
    display: block;
  }
}

.fpublic-box .container {
  padding: 1.91rem 0 1.67rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .fpublic-box .container {
    padding: 1.6rem 0;
    padding: 0.78rem 0 2.14rem;
  }
}

.fpublic-box .container .title {
  line-height: 1.27777778em;
  color: #333;
  text-align: center;
}

.fpublic-box .container .more {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -0.24rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}

@media (max-width: 1600px) {
  .fpublic-box .container .more {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 767px) {
  .fpublic-box .container .more {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.fpublic-box .container .more::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #30abee;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.fpublic-box .container .more a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fpublic-box .container .more a .gm {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
  transition: all 0.4s;
}

.fpublic-box .container .more a .gm svg {
  width: 100%;
  height: 100%;
  animation: txtRun 10s linear forwards infinite;
}

.fpublic-box .container .more a .gm svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.fpublic-box .container .more a .txts {
  display: flex;
  position: relative;
}

.fpublic-box .container .more a .txts span {
  line-height: 1.22222222em;
  color: #fff;
}

@media (max-width: 767px) {
  .fpublic-box .container .more a .txts span {
    font-size: 14px;
  }
}

.fpublic-box .container .more a .txts i {
  position: absolute;
  left: calc(100% + 3px);
  top: -3px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fpublic-box .container .more a .txts i {
    left: 100%;
  }
}

.fpublic-box .container .more a .txts i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}

.fpublic-box .container .more a .txts i svg path {
  fill: #fff;
}

@media (min-width: 992px) {
  .fpublic-box .container .more:hover::before {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .fpublic-box .container .more:hover a .gm {
    transform: translate(-50%, -50%) scale(0.9);
  }
}

.footer {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer {
    display: none;
  }
}

.footer .top {
  width: 100%;
}

.footer .top .container {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
}

.footer .top .container .left {
  width: 62.5%;
  padding: 0.87rem 0 0;
}

@media (max-width: 991px) {
  .footer .top .container .left {
    width: 100%;
  }
}

.footer .top .container .left .ltop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer .top .container .left .ltop .sleft {
  width: 31%;
  margin-right: 18%;
}

@media (max-width: 1600px) {
  .footer .top .container .left .ltop .sleft {
    width: 36%;
    margin-right: 12%;
  }
}

@media (max-width: 991px) {
  .footer .top .container .left .ltop .sleft {
    width: 45%;
    margin-right: 1rem;
  }
}

@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft {
    width: 100%;
    margin-right: 0;
  }
}

.footer .top .container .left .ltop .sleft .logo {
  display: flex;
  flex-wrap: wrap;
}

.footer .top .container .left .ltop .sleft .logo a {
  height: 48px;
  display: flex;
}

.footer .top .container .left .ltop .sleft .logo a img {
  height: 100%;
}

.footer .top .container .left .ltop .sleft .logo .txt {
  width: 100%;
  line-height: 1.5em;
  color: #808080;
  margin-top: 0.1rem;
}

.footer .top .container .left .ltop .sleft .form {
  width: 100%;
  margin-top: 0.7rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form {
    margin-top: 0.3rem;
  }
}

.footer .top .container .left .ltop .sleft .form .for {
  width: 100%;
  display: flex;
  height: 46px;
  position: relative;
}

@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .for {
    height: 0.8rem;
  }
}

.footer .top .container .left .ltop .sleft .form .for .txt {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  border-radius: 23px;
  padding-left: 0.18rem;
}

@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .for .txt {
    border-radius: 0.4rem;
  }
}

.footer .top .container .left .ltop .sleft .form .for .txt::placeholder {
  color: #999;
}

.footer .top .container .left .ltop .sleft .form .for .btn {
  padding: 0 0.3rem;
  height: 100%;
  border-radius: 23px;
  background: #30abee;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .for .btn {
    width: 1.2rem;
    border-radius: 0.4rem;
  }
}

@media (min-width: 992px) {
  .footer .top .container .left .ltop .sleft .form .for .btn:hover {
    background: #26ec5a;
  }
}

.footer .top .container .left .ltop .sleft .form .tips {
  display: flex;
  align-items: center;
  margin-top: 0.14rem;
  transition: all 0.4s;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .tips {
    opacity: 1 !important;
  }
}

.footer .top .container .left .ltop .sleft .form .tips i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  position: relative;
  flex-shrink: 0;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .sleft .form .tips i::before {
  content: '';
  width: 7px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotateZ(-45deg) translate(-50%, -50%);
  transform-origin: center center;
  margin-top: -5px;
}

.footer .top .container .left .ltop .sleft .form .tips i.on {
  background: #30abee;
  border: 1px solid #30abee;
}

.footer .top .container .left .ltop .sleft .form .tips span {
  color: #ccc;
  line-height: 1.71428571em;
}

.footer .top .container .left .ltop .smenu {
  position: relative;
}

@media (max-width: 767px) {
  .footer .top .container .left .ltop .smenu {
    display: none;
  }
}

.footer .top .container .left .ltop .smenu ul li .s-txt {
  display: flex;
}

.footer .top .container .left .ltop .smenu ul li .s-txt a {
  line-height: 1.5em;
  color: #333;
  position: relative;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .smenu ul li .s-txt a::before {
  content: '';
  width: 0;
  height: 3px;
  background: #30abee;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .smenu ul li .s-txt i {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.03rem;
  opacity: 0;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .smenu ul li .s-txt i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}

.footer .top .container .left .ltop .smenu ul li .s-txt i svg path {
  fill: #30abee;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu {
  position: absolute;
  left: calc(100% + 1.06rem);
  top: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .footer .top .container .left .ltop .smenu ul li .ss-menu {
    top: 0.1rem;
  }
}

@media (max-width: 1100px) {
  .footer .top .container .left .ltop .smenu ul li .ss-menu {
    left: calc(100% + 0.2rem);
  }
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f1f1f1;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(1) .s-t1 a {
  transition: all ease-in-out 0.4s 0.1s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(2) .s-t1 a {
  transition: all ease-in-out 0.4s 0.12s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(3) .s-t1 a {
  transition: all ease-in-out 0.4s 0.14s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(4) .s-t1 a {
  transition: all ease-in-out 0.4s 0.16s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(5) .s-t1 a {
  transition: all ease-in-out 0.4s 0.18s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(6) .s-t1 a {
  transition: all ease-in-out 0.4s 0.2s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 a {
  color: #aaa;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i svg {
  width: 10px;
  height: 10px;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i svg path {
  fill: #e9e9e9;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1:hover a {
  color: #30abee;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1:hover i svg path {
  fill: #30abee;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1.on a {
  color: #30abee;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1.on i svg path {
  fill: #30abee;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox {
  width: 100%;
  padding-bottom: 0.12rem;
  display: none;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a span {
  color: #666;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a span::before {
  display: none;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  transition: all 0.4s;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i svg {
  transform: rotateZ(-90deg);
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i svg path {
  fill: #666;
  transition: all 0.4s;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover span {
  color: #30abee;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover::before {
  background: #30abee;
}

.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover i svg path {
  fill: #30abee;
}

.footer .top .container .left .ltop .smenu ul li.on .s-txt a {
  color: #30abee;
}

.footer .top .container .left .ltop .smenu ul li.on .s-txt a::before {
  width: 100%;
}

.footer .top .container .left .ltop .smenu ul li.on .s-txt i {
  opacity: 1;
}

.footer .top .container .left .ltop .smenu ul li.on .ss-menu {
  opacity: 1;
  z-index: 5;
  pointer-events: all;
}

.footer .top .container .left .ltop .smenu ul li.on .ss-menu .s-link a {
  opacity: 1;
  transform: translateY(0);
}

.footer .top .container .left .share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}

.footer .top .container .left .share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-right: 0.24rem;
}

.footer .top .container .left .share a>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  transition: all 0.4s;
}

.footer .top .container .left .share a>img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}

.footer .top .container .left .share a .ewm {
  width: 110px;
  height: 123px;
  padding: 3px 3px 16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.footer .top .container .left .share a .ewm::before {
  content: '';
  width: 100%;
  height: calc(100% - 13px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 0.13rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.footer .top .container .left .share a .ewm::after {
  content: '';
  border-top: 7px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.footer .top .container .left .share a .ewm img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.footer .top .container .left .share a:hover>img:nth-child(1) {
  opacity: 0;
}

.footer .top .container .left .share a:hover>img:nth-child(2) {
  opacity: 1;
}

.footer .top .container .left .share a:hover .ewm {
  display: block;
}

.footer .top .container .left .f-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.71428571em;
  margin-top: 0.28rem;
  padding-bottom: 0.2rem;
}

@media (max-width: 991px) {
  .footer .top .container .left .f-link {
    display: none;
  }
}

.footer .top .container .left .f-link span {
  color: #999;
  margin-right: 0.4rem;
}

.footer .top .container .left .f-link a {
  color: #ccc;
  transition: all 0.4s;
  margin-right: 0.3rem;
}

@media (min-width: 992px) {
  .footer .top .container .left .f-link a:hover {
    color: #30abee;
  }
}

.footer .top .container .right {
  width: 37.5%;
  border-left: 1px solid #f1f1f1;
  padding-top: 0.87rem;
}

@media (max-width: 1600px) {
  .footer .top .container .right {
    padding-top: 0.95rem;
  }
}

@media (max-width: 991px) {
  .footer .top .container .right {
    width: 100%;
    border-left: none;
  }
}

@media (max-width: 767px) {
  .footer .top .container .right {
    padding-top: 0.5rem;
  }
}

.footer .top .container .right .rtop {
  position: relative;
}

.footer .top .container .right .rtop::before {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .footer .top .container .right .rtop::before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .top .container .right .rtop::before {
    display: none;
  }
}

.footer .top .container .right .rtop .tbox {
  padding: 0 0 0.69rem 0.5rem;
}

@media (max-width: 991px) {
  .footer .top .container .right .rtop .tbox {
    padding: 0 0 0.69rem 0;
  }
}

@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox {
    text-align: center;
  }
}

.footer .top .container .right .rtop .tbox .title {
  line-height: 1.33333333em;
  color: #333;
}

@media (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .title {
    font-size: 24px;
  }
}

.footer .top .container .right .rtop .tbox .txt {
  color: #666;
  line-height: 1.625em;
  margin-top: 0.07rem;
}

.footer .top .container .right .rtop .tbox .txt a {
  color: #30abee;
}

.footer .top .container .right .rtop .tbox .btn {
  margin-top: 0.47rem;
  display: flex;
}

@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox .btn {
    justify-content: center;
  }
}

.footer .top .container .right .rtop .tbox .btn a {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 0.2rem 0 0.24rem;
  border-radius: 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .btn a {
    padding: 0 0.3rem 0 0.34rem;
  }
}

@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox .btn a {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}

.footer .top .container .right .rtop .tbox .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #30abee;
  border-radius: 27px;
  transition: all 0.4s;
}

.footer .top .container .right .rtop .tbox .btn a span {
  color: #fff;
  margin-right: 0.16rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}

.footer .top .container .right .rtop .tbox .btn a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}

@media (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .btn a .icons {
    margin-left: 0.09rem;
  }
}

@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox .btn a .icons {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.footer .top .container .right .rtop .tbox .btn a .icons i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.5s;
}

.footer .top .container .right .rtop .tbox .btn a .icons i svg {
  width: 50%;
  height: 50%;
}

.footer .top .container .right .rtop .tbox .btn a .icons i svg path {
  fill: #fff;
}

@media (min-width: 992px) {
  .footer .top .container .right .rtop .tbox .btn a:hover span {
    color: #333;
  }

  .footer .top .container .right .rtop .tbox .btn a:hover::before {
    width: 45px;
  }

  .footer .top .container .right .rtop .tbox .btn a:hover .icons {
    transform: translateX(8px);
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .btn a:hover .icons {
    transform: translateX(0.12rem);
  }
}

.footer .top .container .right .rtop .r-img {
  width: 65.66666667%;
  position: absolute;
  left: 49.33333333%;
  bottom: 0;
}

@media (max-width: 1600px) {
  .footer .top .container .right .rtop .r-img {
    left: 56%;
    width: 69%;
  }
}

@media (max-width: 1440px) {
  .footer .top .container .right .rtop .r-img {
    width: 73%;
  }
}

@media (max-width: 991px) {
  .footer .top .container .right .rtop .r-img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer .top .container .right .rtop .r-img {
    width: 100%;
    position: relative;
    left: initial;
  }
}

.footer .top .container .right .rtop .r-img .imgs {
  width: 43.75%;
  display: flex;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1280px) {
  .footer .top .container .right .rtop .r-img .imgs {
    width: 48%;
  }
}

.footer .top .container .right .rtop .r-img .imgs .ewm-tc {
  width: 100%;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0.1rem;
  padding: 8px 6px 13px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: all 0.8s;
}

.footer .top .container .right .rtop .r-img .imgs .ewm-tc .img img {
  width: 100%;
}

.footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 1600px) {
  .footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts {
    font-size: 12px;
  }
}

.footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts span {
  color: #30abee;
}

.footer .top .container .right .rtop .r-img .imgs .public-img {
  width: 100%;
}

.footer .top .container .right .rtop .r-img .imgs .public-img::before {
  padding-top: 134.85714286%;
}

.footer .top .container .right .rtop .r-img .imgs .public-img img {
  transform: translateY(0.2rem);
  transition: all 0.8s;
}

.footer .top .container .right .rtop .r-img.on .ewm-tc {
  top: 0 !important;
}

.footer .top .container .right .rtop .r-img.on .public-img img {
  transform: translateY(100%) !important;
}

@media (min-width: 992px) {
  .footer .top .container .right .rtop:hover .r-img .imgs .public-img img {
    transform: translateY(0);
  }
}

.footer .top .container .right .rdown {
  display: flex;
  justify-content: space-between;
  padding: 0.48rem 0 0.2rem 0.5rem;
}

@media (max-width: 991px) {
  .footer .top .container .right .rdown {
    padding: 0.48rem 0 0.2rem;
  }
}

.footer .top .container .right .rdown .tbox .t1 {
  line-height: 1.71428571em;
  color: #999;
}

.footer .top .container .right .rdown .tbox .tel {
  line-height: 1.33333333em;
  color: #333;
}

.footer .top .container .right .rdown .tbox .email {
  line-height: 1.71428571em;
  color: #999;
  margin-top: 0.13rem;
}

.footer .top .container .right .rdown .wx-box {
  display: flex;
  align-items: center;
}

.footer .top .container .right .rdown .wx-box span {
  color: #999;
  line-height: 1.33333333em;
  margin-right: 0.18rem;
}

.footer .top .container .right .rdown .wx-box .icons {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.footer .top .container .right .rdown .wx-box .icons svg {
  width: 32.5%;
  height: 32.5%;
}

@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons svg {
    width: 50%;
    height: 50%;
  }
}

.footer .top .container .right .rdown .wx-box .icons svg path {
  fill: #30abee;
}

.footer .top .container .right .rdown .wx-box .icons .wx-img {
  width: 110px;
  height: 120px;
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
  padding-bottom: 0.1rem;
}

@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons .wx-img {
    position: fixed;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: 9;
    width: 3rem;
    height: 3rem;
    display: none;
    opacity: 1;
  }

  .footer .top .container .right .rdown .wx-box .icons .wx-img::before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.footer .top .container .right .rdown .wx-box .icons .wx-img span {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.08rem;
}

.footer .top .container .right .rdown .wx-box .icons .wx-img span img {
  width: 100%;
}

.footer .top .container .right .rdown .wx-box .icons .wx-img span::before {
  content: '';
  border-top: 0.05rem solid #fff;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons .wx-img span::before {
    display: none;
  }
}

.footer .top .container .right .rdown .wx-box .icons .wx-img .close {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #30abee;
  margin: 0.1rem auto 0;
  z-index: 2;
}

.footer .top .container .right .rdown .wx-box .icons .wx-img .close svg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons .wx-img .close {
    display: flex;
  }
}

@media (min-width: 992px) {
  .footer .top .container .right .rdown .wx-box .icons:hover .wx-img {
    opacity: 1;
    bottom: 100%;
    transform: translateX(-50%) scale(1);
  }
}

.footer .down {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding: 0.2rem 0 0.18rem;
}

.footer .down .container {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .down .container .copyright {
  line-height: 1.71428571em;
  color: #ccc;
}

@media (max-width: 767px) {
  .footer .down .container .copyright {
    width: 100%;
    text-align: center;
    font-weight: 400;
  }
}

.footer .down .container .copyright a {
  color: #ccc;
  margin-left: 0.2rem;
}

@media (max-width: 767px) {
  .footer .down .container .copyright a {
    display: inline-block;
    margin-left: 0;
  }
}

.footer .down .container .copyright .tousu {
  display: inline-flex;
  align-items: center;
  color: #999;
}

.footer .down .container .copyright .tousu span {
  width: 18px;
  height: 18px;
  background: #0751d0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}

.footer .down .container .copyright .tousu i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}

.footer .down .container .copyright .tousu i svg {
  width: 100%;
  object-fit: contain;
}

.footer .down .container .copyright .tousu i svg path {
  fill: #999;
}

.footer .down .container .copyright .tousu:hover {
  color: #0751d0;
}

.footer .down .container .copyright .tousu:hover i svg path {
  fill: #0751d0;
}

.footer .down .container .menu {
  display: flex;
  align-items: center;
  color: #ccc;
}

@media (max-width: 767px) {
  .footer .down .container .menu {
    width: 100%;
    justify-content: center;
  }
}

.footer .down .container .menu a {
  line-height: 1.71428571em;
  color: #ccc;
  transition: all 0.4s;
  margin: 0 0.2rem;
}

.footer .down .container .menu a:first-child {
  margin: 0 0.2rem 0 0;
}

.footer .down .container .menu a:last-child {
  margin: 0 0 0 0.2rem;
}

@media (min-width: 992px) {
  .footer .down .container .menu a:hover {
    color: #30abee;
  }
}

.footer-mb {
  width: 100%;
  padding: 0.65rem 0 0;
  display: none;
}

@media (max-width: 767px) {
  .footer-mb {
    display: block;
  }
}

.footer-mb .fbox1 {
  width: 100%;
  padding: 0 0.34rem;
}

.footer-mb .fbox1 .bs {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0.15rem;
  display: flex;
  padding: 0.24rem 0.2rem;
  background: url(../images/footer-mb-bg.png) bottom center no-repeat;
  background-size: cover;
}

.footer-mb .fbox1 .bs .img1 {
  width: 1.24rem;
  height: 1.56rem;
  overflow: hidden;
  margin-bottom: -0.24rem;
}

.footer-mb .fbox1 .bs .img1 img {
  width: 100%;
}

.footer-mb .fbox1 .bs .txt {
  color: #666;
  line-height: 1.5em;
  margin-left: 0.46rem;
  margin-top: 0.3rem;
  font-size: 12px;
}

.footer-mb .fbox1 .bs .txt span {
  color: #30abee;
}

.footer-mb .fbox1 .bs .img2 {
  width: 1.32rem;
  height: 1.32rem;
  border: 1px solid #eee;
  border-radius: 0.15rem;
  background: #fff;
  padding: 0.1rem;
  margin-left: auto;
}

.footer-mb .fmenu {
  width: 100%;
  margin-top: 0.58rem;
}

.footer-mb .fmenu ul li {
  border-top: 1px solid #eee;
}

.footer-mb .fmenu ul li .s-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 5%;
}

.footer-mb .fmenu ul li .s-txt a {
  line-height: 1.5em;
  color: #333;
  position: relative;
  transition: all 0.4s;
}

.footer-mb .fmenu ul li .s-txt i {
  width: 1rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-mb .fmenu ul li .s-txt i svg {
  width: 12px;
  height: 12px;
  transition: all 0.4s;
}

.footer-mb .fmenu ul li .s-txt i svg path {
  fill: #e9e9e9;
}

.footer-mb .fmenu ul li .ss-menu {
  width: 100%;
  padding: 0 5% 0.1rem;
  display: none;
}

.footer-mb .fmenu ul li .ss-menu .s-link {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.footer-mb .fmenu ul li .ss-menu .s-link:last-child {
  border-bottom: none;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 {
  width: 100%;
  height: 0.78rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.1rem 0.3rem;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 a {
  color: #aaa;
  transition: all 0.4s;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i svg {
  width: 12px;
  height: 12px;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i svg path {
  fill: #e9e9e9;
  transition: all 0.4s;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-t1.on a {
  color: #30abee;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-t1.on i svg path {
  fill: #30abee;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox {
  width: 100%;
  padding: 0.1rem 0.3rem 0.2rem;
  display: none;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.1rem;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a span {
  color: #666;
  transition: all 0.4s;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a span::before {
  display: none;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  transition: all 0.4s;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i svg {
  transform: rotateZ(-90deg);
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i svg path {
  fill: #666;
  transition: all 0.4s;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover span {
  color: #30abee;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover::before {
  background: #30abee;
}

.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover i svg path {
  fill: #30abee;
}

.footer-mb .fmenu ul li.on .s-txt a {
  color: #30abee;
}

.footer-mb .fmenu ul li.on .s-txt i svg {
  transform: rotateZ(-180deg);
}

.footer-mb .fmenu ul li.on .s-txt i svg path {
  fill: #30abee;
}

.footer-mb .fbox2 {
  width: 100%;
  background: #f5f7f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.56rem 0.42rem 0.56rem 0.54rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.footer-mb .fbox2 .logo a {
  width: 1.6rem;
  height: 0.68rem;
  display: flex;
}

.footer-mb .fbox2 .logo a svg {
  display: flex;
  opacity: 1;
}

.footer-mb .fbox2 .logo a svg rect {
  fill: transparent;
}

.footer-mb .fbox2 .logo a svg .cls-1 {
  fill: #000;
}

.footer-mb .fbox2 .form {
  width: 4.5rem;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 2px;
}

.footer-mb .fbox2 .form .t1 {
  width: 100%;
  height: 0.72rem;
  border-radius: 0.36rem;
  background: #fff;
  border: 1px solid #eee;
  font-size: 12px;
  padding-left: 0.3rem;
}

.footer-mb .fbox2 .form .btn {
  width: 1.3rem;
  height: 0.72rem;
  border-radius: 0.36rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #30abee;
  color: #fff;
  font-size: 12px;
}

.footer-mb .copyright {
  width: 100%;
  background: #f5f7f9;
  text-align: center;
  color: #cccccc;
  font-size: 14px;
  line-height: 20px;
  padding: 0.24rem 0.2rem 0.2rem;
}

.footer-mb .copyright span {
  font-size: 12px;
}

.footer-mb .copyright span a {
  color: #ccc;
  display: inline-block;
}


@keyframes ani-svg {
  0% {
    opacity: .4;
    transform: translateY(-20px);
  }

  15% {
    opacity: .65;
    transform: translateY(-15px);
  }

  25% {
    opacity: .8;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  65% {
    opacity: .8;
    transform: translateY(5px);
  }

  75% {
    opacity: .65;
    transform: translateY(10px);
  }

  100% {
    opacity: .4;
    transform: translateY(15px);
  }
}

.public-btn a {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

.public-btn a::before {
  content: '';
  width: 100%;
  height: 45px;
  border-radius: 25px;
  background: #30abee;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.public-btn a span {
  color: #fff;
  line-height: 1.55555556em;
  transition: all 0.4s;
}

.public-btn a i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.4s;
  overflow: hidden;
}
.sub-mouse {
    display: block;
    width: 50px;
    height: 57px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
    z-index: 2;
}

.qedge-com-carousel-banner img {
    width: 502px;
    height: auto;
}

.sub-mouse span {
    text-align: center;
    display: block;
    position: relative;
    width: 50%;
    height: 100%;
    animation: ani-svg .85s linear 0s alternate infinite;
    margin: 0 auto;
}


.c-pc {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -webkit-animation: minus 5s 0s ease both infinite;
  -moz-animation: minus 5s 0s ease both infinite;
  animation: minus 5s 0s ease both infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

/*缩小停止*/
@-webkit-keyframes minus {
  from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }

  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes minus {
  from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }

  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.aligncenter p.wp-caption-text {


  display: block;


  margin-left: auto;


  margin-right: auto;


  text-align: center;


}