html, body {
    overflow-x: hidden;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.my-link {
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
}

#app {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.z-9909 {
  z-index: 9909;
}

.w-full {
  width: 100%;
}

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

.w {
  margin: 0 auto;
}

.h-full {
  height: 100%;
}

.h-83px {
  height: 83px;
}

.items-center {
  align-items: center;
}

.w-60px {
  width: 150px;
}

.text-22px {
  font-size: 22px;
}

.text-black {
  color: #000;
}

.ml-15px {
  margin-left: 15px;
}

.ml-100px {
  margin-left: 100px;
}

.mr-50px {
  margin-right: 50px
}

.gap-40px>*+* {
  margin-left: 40px;
}

.cursor-pointer {
  cursor: pointer;
}

.hover:hover {
  color: #f64830;
}

.w-30px {
  width: 30px;
}

.grey {
  color: #817e83;
}

.text-16px {
  font-size: 16px;
}

.qr-code-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9909;
}

.qr-code-1 {
  transform: translate(-180%, -50%);
}

.qr-code-2 {
  transform: translate(-60%, -43%);
}

.qr-code-3 {
  transform: translate(80%, -137%);
}

.qr-code-container img {
  width: 351px;
  height: 490px;
}

.qr-code-3 img {
  width: 300px;
  height: 111px;
}


.h-90px {
  height: 90px;
}

.w-53px {
  width: 53px;
}

.fixed {
  position: fixed;
}

.top-30\% {
  top: 30%;
}

.left_detail {
  width: 191px;
  height: 400px;
  position: relative;
}

.white {
  color: #fff;
}

.right-30px {
  right: 30px;
}

.top-140px {
  top: 140px;
}

.text-14px {
  font-size: 14px;
}

.w-84px {
  width: 84px;
  padding-top: 100px;
}

.pt-100px {
  padding-top: 100px;
}

.text-left {
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
}

.m-5px {
  margin: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.w-94px {
  width: 94px;
}

.leading-25px {
  line-height: 25px;
}

.h-25px {
  height: 25px;
}

.pl-30px {
  padding-left: 30px;
}

.red {
  color: red;
}

.banner-html5zoo {
  /*overflow:hidden;*/
}

.banner-html5zoo .html5zoo-arrow-left-0,
.banner-html5zoo .html5zoo-arrow-right-0 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../../img/index/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}

.banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner-html5zoo:hover .html5zoo-arrow-right-0 {
  visibility: visible;
}

.banner-html5zoo .html5zoo-arrow-left-0 {
  left: 50px !important;
  background-position: 0 0 !important;
}

.banner-html5zoo .html5zoo-arrow-right-0 {
  right: 50px !important;
  background-position: -40px 0 !important;
}

.banner-html5zoo .html5zoo-arrow-left-1,
.banner-html5zoo .html5zoo-arrow-right-1 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../../img/index/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}

.banner-html5zoo:hover .html5zoo-arrow-left-1,
.banner-html5zoo:hover .html5zoo-arrow-right-1 {
  visibility: visible;
}

.banner-html5zoo .html5zoo-arrow-left-1 {
  left: 50px !important;
  background-position: 0 0 !important;
}

.banner-html5zoo .html5zoo-arrow-right-1 {
  right: 50px !important;
  background-position: -40px 0 !important;
}

.banner-html5zoo .html5zoo-nav {
  text-align: center;
}

.banner-html5zoo .html5zoo-bullet-span {
  width: 1em !important;
  height: 2px !important;
  float: none !important;
  display: inline-block;
  background: #fff !important;
  opacity: 0.5;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 5px !important;
  vertical-align: middle;
}

.banner-html5zoo .html5zoo-bullet-span.active {
  width: 1em !important;
  height: 1em !important;
  border: 2px solid #fff;
  background: none !important;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.kf_small {
  transition: all 1s ease-in-out;
}

.kficon_left:hover .kf_small {
  transform: translateX(-100%);
}

.left_detail {
  transition: all 1s ease-in-out;
  height: 400px;
  width: 191px;
  position: absolute;
  top: 0;
  left: -191px;
  /* 将左侧详情面板移到视图之外 */
  height: 400px;
  width: 191px;
  background: url('../../img/index/customerservice1_left.png') no-repeat 0px 0;
}

.kficon_left:hover .left_detail {
  transform: translateX(191px);
  /* 将左侧详情面板移回视图 */
}

.text {
  font-weight: 800;
}

.text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.text-container .border-line {
  position: relative;
  width: 50px;
  height: 2px;
  background-color: red;
}

.text-container .border-line.left {
  animation: border-line-left-animation 2s linear forwards;
}

.text-container .border-line.right {
  animation: border-line-right-animation 2s linear forwards;
}

.text-container .text {
  position: relative;
  font-size: 24px;
  opacity: 0;
  animation: text-animation 2s ease-in-out forwards;
}

.text-container .border-line.left {
  animation: border-line-left-animation 1s linear forwards;
  margin-right: 10px;
  /* 左边框线右侧间距 */
}

.text-container .border-line.right {
  animation: border-line-right-animation 1s linear forwards;
  margin-left: 10px;
  /* 左边框线右侧间距 */
}

@keyframes border-line-left-animation {
  0% {
    transform: translateX(-300%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes border-line-right-animation {
  0% {
    transform: translateX(300%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes text-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mist {
  width: 60%;
  height: 350px;

  margin: 0 auto;
  display: flex;
}

.mist1 {
  width: 30%;
  height: 100%;

  text-align: center;
  margin-left: 30px;
}

.mist2 {
  width: 100%;
  height: 300px;

  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.mist2 img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.mist2:hover img {
  transform: scale(1.1);
}

.mist1 p {
  padding: 10px;
}

.mist3 {
  width: 100%;
  height: 500px;
  background-color: transparent;
  background-image: url(../../img/index/4.jpg);
  /* 将20px替换为您希望的下移距离 */
  background-position: center 350px;
  background-attachment: fixed;
  margin: 0 auto;
  position: relative;
  /* 添加Flex容器 */
  display: flex;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  align-items: center;
}

.mist4 {
  width: 70%;
  height: 230px;

  margin: 0 auto;
  display: flex;

}

.mist4 p {
  font-size: 80px;
  color: #fff;
}

.mist5 {
  width: 20%;
  height: 100%;
  border-bottom: 3px solid rgba(255, 255, 255, 0.192);
  text-align: center;
  margin-left: 50px;
}

.mist6 {
  width: 100%;
  height: 150px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.192);
  text-align: center;
}

.mist5 h1 {
  padding: 15px;
}

.mist7 {
  width: 70%;
  height: 700px;

  margin: 0 auto;
}

.mist8 {
  width: 100%;
  height: 50%;

}

.mist9 {
  width: 30%;
  height: 100%;

  float: left;
}

.mist10 {
  width: 68%;
  height: 100%;

  float: right;
}

.mist11 {
  width: 100%;
  height: 25px;
  border-left: 3px solid red;
  margin-left: 30px;
}

.mist11 p {
  font-size: 18px;
  font-weight: 700;
}

.mist12 {
  width: 75%;
  height: 150px;
  margin-left: 30px;
  /* 添加Flex容器 */
  display: flex;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  align-items: center;
  font-size: 13px;
  line-height: 30px;
  margin-top: 30px;
}

.mist13 {
  width: 10%;
  height: 30px;
  border-left: 3px solid red;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.mist14 {
  width: 80%;
  height: 100px;


}

.mist14 p {
  font-size: 13px;
  line-height: 30px;
}

.mist15 {
  width: 30%;
  height: 100%;
  float: right;
}

.mist15 img {
  margin-left: -150px;
}

.f_bg {
  width: 100%;
  height: 547px;
  padding: 100px 0 0;
  overflow: hidden;
  background-color: #1F1F1F;
}

.footer {
  width: 1450px;
  margin: 0 auto;
}

.f_logo {
  width: 300px;
  height: 426px;
}

.fl {
  float: left;
}

.f_logo img {
  width: 175px;
  height: 175px;
}


.f_nav {
  height: 426px;
  width: 235px;
}

.f_nav ul li {
  height: 45px;
  line-height: 45px;
}

.f_top {
  display: block;
  font-size: 26px;
  color: #fff;
  height: 60px;
  background: url(../../img/index/f_ico01.gif) no-repeat 0 57px;
  margin-bottom: 10px;
}

.f_nav ul li a {
  font-size: 14px;
  color: #b8b8b8;
}

.f_ban {
  height: 426px;
  width: 235px;
}

.f_ban ul li {
  height: 45px;
  line-height: 45px;
}

.f_ban ul li a {
  font-size: 14px;
  color: #b8b8b8;
}

.f_lx {
  height: 426px;
  width: 235px;
}

.f_lx ul li {
  height: 45px;
  line-height: 45px;
}

.f_lx ul li a {
  font-size: 14px;
  color: #b8b8b8;
}

.f_er {
  width: 415px;
  height: 426px;
}

.fr {
  float: right;
}

.f_er .f_top {
  margin-left: 3px;
  margin-bottom: 30px;
}

.f_er p {
  width: 134px;
  padding: 10px;
  float: left;
  text-align: center;
  border: #4d4d4d 1px solid;
  margin-left: 3px;
}

.f_er p img {
  width: 110px;
  height: 110px;
  display: block;
  line-height: 0;
}

.f_er p span {
  display: block;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 24px;
  width: 76px;
  margin: 0 auto;
  padding: 15px 0;
}

.clear {
  clear: both;
  height: 0;
}