* {
  padding: 0;
  margin: 0;
  border: 0;
}
.auto-img {
  width: 100%;
  display: block;
}
.a {
  width: 60%;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.swiper-container {
  width: 90%;
  margin: 0 auto;
}
.swiper-container {
  --swiper-pagination-color: #ff6600;
  --swiper-navigation-color: rgba(0, 0, 0, 0.3);
  --swiper-navigation-size: 0.9rem;
  padding-top: 0.9rem;
  /* 两种都可以 */
}
.swiper-slide {
  position: relative;
}
/* .swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
} */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  color: #ff6600;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  color: #ff6600;
}
.stage {
  width: 100%;
  padding-bottom: 1.8rem;
}
.r-arr {
  width: 0.3rem;
}
.header {
  background-color: black;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: white;
}
.header .logo {
  width: 50%;
  height: 100%;
}
.header .logo .logoTitle {
  font-size: 0.4rem;
  font-weight: bold;
  cursor: pointer;
}
.header .tel {
  position: fixed;
  top: 0.2rem;
  right: 0.5rem;
  font-size: 0.18rem;
}
.content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0.6rem;
  padding-top: 1.2rem;
  z-index: 2;
}
.content .title-1 {
  font-size: 0.4rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.content .title-1 .k {
  font-size: 0.5rem;
}
@keyframes sc {
  0% {
    transform: scale(1);
  }
  0% {
    transform: scale(1.1);
  }
}
.content .f-con {
  width: 50%;
  float: left;
  font-size: 0.25rem;
  margin-top: 0.3rem;
  line-height: 0.45rem;
}
.content .f-con .app-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 0.45rem;
  line-height: 0.45rem;
  margin-left: 75%;
  border-radius: 0.25rem;
  margin-top: 0.1rem;
  background-color: #ff6600;
  color: #fff;
  font-size: 0.25rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  text-align: center;
  cursor: pointer;
  transform: scale(1);
  box-shadow: 0 0.04rem 0.05rem 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.2s linear;
  animation: sc 0.8s infinite alternate linear;
}
.content .f-con .ap2{
  margin-top: 0.2rem;
}
.content .r-con {
  float: right;
  width: 45%;
}
.content .content-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.content .content-2 .i {
  width: 5.55rem;
}
.bo-img {
  position: relative;
  width: 100%;
  margin-top: -1.2rem;
  margin-bottom: -0.8rem;
  z-index: 1;
}
.foot {
  width: 100%;
  height: 2rem;
  background-color: black;
  color: #fff;
  position: relative;
  bottom: 0;
  z-index: 2;
}
.foot .foot-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  letter-spacing: 0.02rem;
}
.foot .foot-content .parna {
  float: left;
  width: 2rem;
}
.foot .foot-content .parna .p-ti {
  font-size: 0.25rem;
  font-weight: bold;
}
.foot .foot-content .parna ul {
  margin-top: 0.15rem;
}
.foot .foot-content .parna ul li {
  font-size: 0.18rem;
  list-style: none;
}
.foot .foot-content .parna ul li.xx:hover {
  color: #ff6600;
  cursor: pointer;
}
.foot .foot-content .phone {
  float: right;
  font-size: 0.25rem;
  font-weight: bold;
  margin-top: 0.15rem;
}
.h-box {
  position: absolute;
  left: -2.1rem;
  top: -0.59rem;
  width: 2rem;
  height: 1.88rem;
  overflow: hidden;
}
.app-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  transition: left 0.3s linear;
}
.app-box .app-box2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.app-icon {
  display: block;
  width: 0.9rem;
}
.icon-box {
  position: fixed;
  bottom: 2.2rem;
  right: 0.05rem;
  width: 0.9rem;
  font-size: 0.12rem;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
.icon-box .code-box {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0.03rem 0.05rem 0 rgba(0, 0, 0, 0.5);
}
.icon-box .code-box .ico {
  display: block;
  width: 0.48rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon-box .code-box .codehove-box {
  display: none;
}
.icon-box .code-title {
  width: 100%;
  letter-spacing: 0.01rem;
  padding-top: 0.08rem;
  white-space: nowrap;
}
