/* @font-face {
  font-family: pingfang;
  src: url(https://cdn.136125.com/PINGFANG_MEDIUM.TTF) format('trueType');
} */
/* @font-face {
  font-family: pingfangBold;
  src: url(https://cdn.136125.com/PINGFANG_BOLD_0.TTF) format('trueType');
} */
/* @font-face {
  font-family: DIN;
  src: url(https://cdn.136125.com/DIN_REGULAR.ttf) format('trueType');
} */
* {
  font-family: pingfang;
}
body {
  line-height: 1;
}
body::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #0062f6;
}
header {
  width: 100%;
  height: 1rem;
  padding: 0 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
header .fx {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .logo img {
  display: block;
  height: 0.6rem;
}
header .phone {
  margin-left: 0.32rem;
  height: 0.38rem;
  padding: 0 0.15rem;
  border-radius: 0.19rem;
  background-color: #f8f8f8;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
header .phone img {
  display: block;
  width: 0.17rem;
  margin-right: 0.1rem;
}
header .phone span {
  color: #555;
  font-size: 0.18rem;
  font-weight: bold;
  font-family: DIN;
}
nav ul {
  display: flex;
}
nav li {
  margin-left: 0.55rem;
}
nav li > a {
  display: block;
  color: #666;
  font-size: 0.16rem;
  line-height: 1rem;
  position: relative;
}
nav li.active > a {
  color: #333;
}
nav li.active > a:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.02rem;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.15rem;
}
.zhenwei {
  height: 1rem;
}
.swiper-banner {
  width: 100%;
  max-height: calc(100vh - 1rem);
  position: relative;
}
.swiper-banner .img {
  display: none;
  width: 100%;
}
.swiper-banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-banner .txt {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 0 1rem;
}
.swiper-banner .txt h2 {
  color: #fff;
  font-size: 0.72rem;
  line-height: 1;
}
.swiper-banner .txt .desc {
  max-width: 6.7rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.35rem;
  margin-top: 0.2rem;
}
.swiper-banner .sub {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-banner .pag-banner {
  position: static;
  width: initial;
}
.swiper-banner .pag-banner .total {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.14rem;
  font-family: DIN;
}
.swiper-banner .pag-banner .cur {
  color: #fff;
  font-size: 0.28rem;
  font-family: DIN;
}
.swiper-banner .prev-next {
  display: flex;
  display: -webkit-flex;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 0.4rem;
  height: 0.24rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.03rem;
  margin-left: 0.08rem;
  background-size: 0.13rem 0.09rem;
}
.swiper-banner .swiper-button-next:hover,
.swiper-banner .swiper-button-prev:hover {
  border-color: #fff;
}
.swiper-banner .swiper-button-prev {
  background-image: url(../images/icon-prev.png);
}
.swiper-banner .swiper-button-next {
  background-image: url(../images/icon-next.png);
}
.hm-link {
  width: 100%;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.hm-link .items {
  width: 100%;
  margin-top: -0.6rem;
  background-color: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.1rem 0.2rem rgba(202, 202, 202, 0.2);
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.hm-link .item {
  padding: 0.28rem 0;
}
.hm-link .item .cir {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #ededed;
  border-radius: 0.12rem;
  background-color: #fafafa;
  margin: 0 auto 0.15rem;
  display: flex;
  display: -webkit-flex;
}
.hm-link .item .cir img {
  display: block;
  height: 0.3rem;
  margin: auto;
}
.hm-link .item p {
  color: #888;
  font-size: 0.15rem;
  line-height: 1;
}
.hm-link .item:hover .cir {
  animation: tada 1s;
  -webkit-animation: tada 1s;
}
@-webkit-keyframes tada {
  0% {
      -webkit-transform:scale(1);
      transform:scale(1)
  }
  10%, 20% {
      -webkit-transform:scale(.9) rotate(-3deg);
      transform:scale(.9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
      -webkit-transform:scale(1.1) rotate(3deg);
      transform:scale(1.1) rotate(3deg)
  }
  40%, 60%, 80% {
      -webkit-transform:scale(1.1) rotate(-3deg);
      transform:scale(1.1) rotate(-3deg)
  }
  100% {
      -webkit-transform:scale(1) rotate(0);
      transform:scale(1) rotate(0)
  }
}
@keyframes tada {
  0% {
      -webkit-transform:scale(1);
      transform:scale(1)
  }
  10%, 20% {
      -webkit-transform:scale(.9) rotate(-3deg);
      transform:scale(.9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
      -webkit-transform:scale(1.1) rotate(3deg);
      transform:scale(1.1) rotate(3deg)
  }
  40%, 60%, 80% {
      -webkit-transform:scale(1.1) rotate(-3deg);
      transform:scale(1.1) rotate(-3deg)
  }
  100% {
      -webkit-transform:scale(1) rotate(0);
      transform:scale(1) rotate(0)
  }
}
.hm-title {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.98rem 1rem 0.5rem;
}
.hm-title h3 {
  color: #333;
  font-size: 0.36rem;
  font-family: pingfangBold;
  font-weight: bold;
}
.hm-title .mo {
  display: block;
  width: 0.82rem;
  height: 0.34rem;
  background-color: #f5f5f5;
  border-radius: 0.17rem 0.17rem 0 0.17rem;
  padding: 0 0.12rem;
  color: #333;
  font-size: 0.15rem;
  font-family: pingfangBold;
  font-weight: bold;
  line-height: 0.34rem;
  position: relative;
}
.hm-title .mo:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.03rem solid transparent;
  border-bottom: 0.03rem solid transparent;
  border-left: 0.04rem solid #333;
  position: absolute;
  right: 0.14rem;
  top: 50%;
  margin-top: -0.03rem;
}
.hm-video {
  width: 100%;
  padding: 0 1rem;
}
.hm-video .items {
  width: 100%;
}
.hm-video .item {
  float: left;
  width: 24%;
  height: 2.32rem;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 0.18rem;
  position: relative;
}
.hm-video .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-video .item:first-child {
  width: 50%;
  height: 4.82rem;
  margin-bottom: 0;
}
.hm-video .item:nth-child(3),
.hm-video .item:nth-child(5) {
  margin-right: 0;
}
.hm-video .item:nth-child(4),
.hm-video .item:nth-child(5) {
  margin-bottom: 0;
}
.hm-video .item .play {
  display: block;
  width: 0.48rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.hm-short {
  width: 100%;
  padding: 0 1rem;
}
.short-items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.short-items .item {
  display: block;
  width: 24%;
  height: 5.86rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  margin-right: 1.333%;
  margin-bottom: 0.25rem;
}
.short-items .item:nth-child(4n) {
  margin-right: 0;
}
.short-items .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.short-items .item .meng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/meng.png) center / cover;
  opacity: 0;
}
.short-items .item .tool {
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
}
.short-items .item .tool .a {
  display: block;
  text-align: center;
  margin-top: 0.22rem;
}
.short-items .item .tool .a img {
  display: block;
  height: 0.25rem;
  margin: 0 auto 0.06rem;
}
.short-items .item .tool .a p {
  color: #fff;
  font-size: 10px;
  font-family: DIN;
}
.short-items .item .txt {
  position: absolute;
  left: 0.25rem;
  bottom: 0.3rem;
  z-index: -1;
  width: 68%;
  opacity: 0;
}
.short-items .item .txt h6 {
  color: #fff;
  font-size: 0.18rem;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.short-items .item .txt .desc {
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.2rem;
  max-height: 0.4rem;
  overflow: hidden;
}
.short-items .item:hover .meng {
  opacity: 1;
}
.hm-vr {
  width: 100%;
  padding: 0 1rem;
}
.hm-vr .item {
  display: block;
  width: 100%;
  height: 6.88rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.hm-vr .item .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease-out;
}
.hm-vr .item:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.hm-vr .item h6 {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  color: #fff;
  font-size: 0.28rem;
  font-family: pingfangBold;
  font-weight: bold;
}
.hm-vr .item .icon {
  position: absolute;
  top: 0.28rem;
  right: 0.28rem;
  display: block;
  width: 1.03rem;
}
.hm-news {
  width: 100%;
  padding: 0 1rem 0.1rem;
}
.hm-news-items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 0 0.5rem;
}
.hm-news-items .item {
  display: block;
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 0.24rem;
  height: 5.36rem;
  overflow: hidden;
  border-radius: 0.16rem;
  position: relative;
}
.hm-news-items .item:nth-child(4n) {
  margin-right: 0;
}
.hm-news-items .item .img {
  width: 100%;
  height: 100%;
}
.hm-news-items .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-news-items .item .txt {
  position: absolute;
  top: 3.72rem;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0.32rem 0.38rem 0.35rem;
}
.hm-news-items .item .txt h6 {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.hm-news-items .item .txt .desc {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0;
  overflow: hidden;
}
.hm-news-items .item .txt .b {
  color: #fff;
  font-size: 0.14rem;
}
.hm-news-items .item:hover .txt {
  top: 2.9rem;
  background-color: #f8f8f8;
}
.hm-news-items .item:hover .txt h6 {
  color: #333;
  margin-bottom: 0.25rem;
}
.hm-news-items .item:hover .txt .desc {
  color: #666;
  height: 0.44rem;
  margin-bottom: 0.34rem;
}
.hm-news-items .item:hover .txt .b {
  color: #333;
}
footer {
  width: 100%;
  background: url(../images/f-bg.jpg) center / cover;
  padding: 0 1rem;
}
footer .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
footer .top {
  width: 100%;
  height: 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .logo img {
  display: block;
  height: 0.48rem;
}
footer .md {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.37rem 0;
}
footer .phone {
  width: 1.1rem;
  height: 0.32rem;
  border: 1px solid #fff;
  border-radius: 0.16rem 0.16rem 0 0.16rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0.2rem;
}
footer .phone img {
  display: block;
  width: 0.15rem;
  margin-right: 0.05rem;
}
footer .phone span {
  color: #fff;
  font-size: 0.14rem;
}
footer .date {
  color: #8b8b8b;
  font-size: 12px;
  margin-bottom: 12px;
}
footer .num {
  color: #fff;
  font-size: 0.36rem;
  font-family: DIN;
  margin-bottom: 0.08rem;
}
footer .addr {
  color: #8b8b8b;
  font-size: 0.14rem;
}
footer .erweima {
  display: flex;
  display: -webkit-flex;
}
footer .erweima .sub {
  width: 1.11rem;
  margin-left: 0.13rem;
  text-align: center;
}
footer .erweima .img {
  width: 100%;
  margin-bottom: 0.08rem;
  padding: 0.06rem;
  background-color: #fff;
}
footer .erweima .img img {
  display: block;
  width: 100%;
}
footer .erweima p {
  color: #8b8b8b;
  font-size: 0.13rem;
}
footer .btm {
  width: 100%;
  height: 0.62rem;
}
footer .btm p,
footer .btm a {
  color: #8b8b8b;
  font-size: 0.13rem;
}
.f-nav {
  display: flex;
  display: -webkit-flex;
}
.f-nav a {
  color: #8b8b8b;
  font-size: 0.15rem;
  margin-left: 0.6rem;
}
.f-nav a:hover {
  color: #fff;
}
.ins-banner {
  width: 100%;
  position: relative;
}
.ins-banner .img {
  display: block;
  width: 100%;
}
.ins-banner .txt {
  position: absolute;
  top: 1.46rem;
  left: 1rem;
  z-index: 1;
}
.ins-banner .txt h3 {
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.25rem;
}
.ins-banner .txt h4 {
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.57rem;
  margin-bottom: 1.1rem;
}
.ins-banner .txt .mo-btn {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
.ins-banner .txt .mo-btn img {
  display: block;
  width: 0.11rem;
  margin: auto;
}
.ins-banner .txt .mo-btn:hover {
  border-color: #fff;
}
.ins-banner .bark {
  position: absolute;
  top: 1.7rem;
  right: 1rem;
  z-index: 1;
}
.ins-banner .tx {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ins-banner .tx .t {
  width: 1.38rem;
  height: 0.44rem;
  border-radius: 0.22rem 0.22rem 0.22rem 0;
  background-color: #ffa40b;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.44rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.ins-banner .tx h3 {
  color: #fff;
  font-size: 0.5rem;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 0.28rem;
}
.ins-banner .tx .desc {
  width: 6rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.35rem;
  margin-bottom: 0.5rem;
}
.ins-banner .mo {
  width: 1.8rem;
  height: 0.54rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.27rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.ins-banner .mo span {
  color: #fff;
  font-size: 0.14rem;
}
.ins-banner .mo img {
  display: block;
  width: 0.14rem;
  margin-left: 0.25rem;
}
.ins-banner .mo:hover {
  border-color: #fff;
}
.ins-banner .dai {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 0 2.6rem;
}
.ins-banner .dai .icon {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0.38rem;
}
.ins-banner .dai .tu {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  margin-right: 0.26rem;
}
.ins-banner .dai .tu img {
  display: block;
  height: 0.4rem;
  margin: auto;
}
.ins-banner .dai h3 {
  color: #fff;
  font-size: 0.72rem;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 0.28rem;
}
.ins-banner .dai h3 span {
  color: #ffeb10;
  font-family: pingfangBold;
  font-weight: bold;
}
.ins-banner .dai .con {
  color: #fff;
  font-size: 0.18rem;
  margin-bottom: 0.78rem;
}
.ins-nav {
  position: absolute;
  left: 1rem;
  bottom: 0;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
}
.ins-nav a {
  display: block;
  width: 1.48rem;
  height: 0.92rem;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all .3s;
  -webkit-transition: all .3s;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.ins-nav a:hover, 
.ins-nav a.active {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.2)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.ins-nav .cir {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0 auto 0.11rem;
  display: flex;
  display: -webkit-flex;
}
.ins-nav .cir img {
  display: block;
  height: 0.3rem;
  margin: auto;
}
.news-list {
  width: 100%;
  padding: 0.65rem 1rem 0.55rem;
}
.load {
  width: 1.2rem;
  height: 0.2rem;
  margin: 0 auto;
  color: #666;
  font-size: 0.18rem;
  font-weight: bold;
  font-family: DIN;
  line-height: 0.2rem;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}
.load:hover {
  color: #0062f6;
}
.tagcloud {
  position: relative;
}
.tagcloud a {
  display: block;
  height: 0.54rem;
  line-height: 0.54rem;
  padding: 0 0.3rem;
  border-radius: 0.27rem 0.27rem 0 0.27rem;
  font-size: 0.15rem;
  white-space: nowrap;
}
.tagcloud a:nth-child(2n+1) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.tagcloud a:nth-child(2n+2) {
  color: #ff4854;
  background-color: #fff;
}
.tagcloud a:nth-child(2n) {
  color: #ba417c;
  background-color: rgba(255, 255, 255, 0.8);
}
.aside-fixed {
  position: fixed;
  top: 2.1rem;
  left: 0;
}
.aside-fixed .left-nav {
  position: absolute;
  left: 1rem;
  top: 0;
}
.news-dt {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0 1rem 0.76rem;
}
.news-dt .fx {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
}
.news-dt .aside {
  width: 4.48rem;
  background-color: #fff;
  overflow: hidden;
}
.news-dt article {
  width: 72.8%;
  background-color: #fff;
  padding: 0.58rem 0.78rem;
}
.news-dt article .tou {
  color: #333;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.news-dt article .title {
  color: #333;
  font-size: 0.48rem;
  font-family: pingfangBold;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.news-dt article .desc {
  width: 100%;
  color: #666;
  font-size: 14px;
  line-height: 2;
}
.left-nav {
  width: 4.48rem;
  background-color: #fff;
  padding: 0.58rem 0.52rem;
}
.left-nav .t {
  color: #888;
  font-size: 0.14rem;
  margin-bottom: 0.14rem;
}
.left-nav .wen {
  color: #666;
  font-size: 0.16rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 0.25rem;
}
.left-nav .wen span {
  font-family: DIN;
  font-weight: bold;
}
.p-n {
  width: 100%;
  padding: 0.15rem 0 0.35rem;
}
.p-n a {
  display: block;
  width: 100%;
  color: #888;
  font-size: 0.15rem;
  line-height: 0.46rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-n a:hover {
  color: #333;
}
.back {
  display: block;
  width: 100%;
  height: 0.52rem;
  border: 1px solid #ebebeb;
  color: #333;
  font-size: 0.14rem;
  line-height: 0.5rem;
  text-align: center;
}
.back:hover {
  border-color: #0062f6;
  color: #0062f6;
}
.brand {
  padding-left: 0.26rem;
  height: 1.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: url(../images/icon-h.png) left center / 0.14rem auto no-repeat;
}
.brand span,
.brand a,
.brand strong {
  color: #555;
  font-size: 12px;
  font-weight: normal;
  margin-right: 0.08rem;
}
.vi-title h4 {
  color: #333;
  font-size: 0.32rem;
  padding-bottom: 0.22rem;
  background: url(../images/icon-t.png) left 0.05rem/0.94rem auto no-repeat;
}
.vi-title .con {
  color: #888;
  font-size: 0.13rem;
}
.hxyw {
  width: 100%;
  padding: 1.1rem 2.6rem 1rem;
  position: relative;
  overflow: hidden;
}
.hxyw .bg {
  display: block;
  position: absolute;
  right: 2.65rem;
  top: 0.67rem;
  z-index: 0;
  width: 5.76rem;
}
.hxyw .vi-title {
  margin-bottom: 0.7rem;
}
.hxyw .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  z-index: 2;
}
.hxyw .item {
  width: 18.56%;
  margin-right: 1.8%;
  background-color: #fff;
  padding: 0.4rem 0.3rem 0.32rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(220, 183, 220, 0.3);
  overflow: hidden;
  position: relative;
}
.hxyw .item:last-child {
  margin-right: 0;
}
.hxyw .item .tu {
  display: block;
  width: 1.39rem;
  position: absolute;
  top: -1.39rem;
  right: -1.39rem;
}
.hxyw .item .icon {
  display: block;
  height: 0.56rem;
  margin-bottom: 0.22rem;
}
.hxyw .item h6 {
  color: #333;
  font-size: 0.18rem;
  margin-bottom: 0.14rem;
}
.hxyw .item .desc {
  color: #888;
  font-size: 0.13rem;
  line-height: 0.24rem;
  height: 0.72rem;
  overflow: hidden;
  margin-bottom: 0.34rem;
}
.hxyw .item .zx {
  display: block;
  width: 0.78rem;
  height: 0.3rem;
  border-radius: 0.15rem 0.15rem 0.15rem 0;
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.3rem;
  text-align: center;
  background: linear-gradient(to right, #a674cf 0%, #fea7c0 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #a674cf), color-stop(100%, #fea7c0));
  background: -webkit-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -moz-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -ms-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -o-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
}
.hxyw .item:hover .tu {
  top: -0.51rem;
  right: -0.49rem;
}
.spfw {
  width: 100%;
  padding: 1.24rem 2.6rem 0.75rem;
  background: url(../images/fw-bg.jpg) center / cover;
}
.spfw .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.spfw .vi-title {
  margin-bottom: 0.46rem;
}
.spfw .items {
  width: 7.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.spfw .item {
  width: 44%;
  padding: 0.65rem 0.5rem 0.2rem 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.spfw .item .bg {
  display: block;
  width: 0.94rem;
  position: absolute;
  top: 0.37rem;
  left: -0.41rem;
  z-index: 0;
}
.spfw .item h6 {
  color: #333;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}
.spfw .item .desc {
  color: #888;
  font-size: 0.13rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
}
.spfw .img img {
  display: block;
  width: 4.58rem;
}
.vi-case {
  width: 100%;
  padding: 0.75rem 2.6rem 0.65rem;
}
.vi-case .tit {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0.52rem;
}
.vi-case .fx {
  display: flex;
  display: -webkit-flex;
}
.vr-items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.vr-items .item {
  display: block;
  width: 31.8%;
  margin-right: 2.3%;
  margin-bottom: 0.35rem;
}
.vr-items .item:nth-child(3n) {
  margin-right: 0;
}
.vr-items .item .img {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.16rem;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 0.23rem;
}
.vr-items .item .img .play {
  display: block;
  width: 0.48rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.vr-items .item .img .tu {
  position: absolute;
  top: 0.21rem;
  right: 0.22rem;
  display: block;
  width: 1.03rem;
}
.vr-items .item h6 {
  color: #888;
  font-size: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr-items .item video {
  display: block;
  width: 100%;
  height: 2.5rem;
  border-radius: 0.16rem;
  object-fit: cover;
  margin-bottom: 0.23rem;
}
.grad {
  background: linear-gradient(to right, #a674cf 0%, #fea7c0 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #a674cf), color-stop(100%, #fea7c0));
  background: -webkit-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -moz-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -ms-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -o-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
}
.vc-tab {
  display: flex;
  display: -webkit-flex;
}
.vc-tab a {
  width: 0.96rem;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 0.17rem;
  background-color: #f8f8f8;
  color: #333;
  font-size: 0.13rem;
  text-align: center;
  margin-left: 0.18rem;
}
.vc-tab a.active {
  box-shadow: 0 0.05rem 0.1rem rgba(254, 192, 255, 0.5);
  color: #fff;
  background: linear-gradient(to right, #a674cf 0%, #fea7c0 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #a674cf), color-stop(100%, #fea7c0));
  background: -webkit-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -moz-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -ms-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
  background: -o-linear-gradient(left, #a674cf 0%, #fea7c0 100%);
}
.vi-a {
  margin-left: 0.18rem;
}
.vi-a a {
  display: none;
  width: 0.82rem;
  height: 0.34rem;
  background-color: #f5f5f5;
  border-radius: 0.17rem 0.17rem 0 0.17rem;
  padding: 0 0.12rem;
  color: #333;
  font-size: 0.15rem;
  font-family: pingfangBold;
  font-weight: bold;
  line-height: 0.34rem;
  position: relative;
}
.vi-a a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.03rem solid transparent;
  border-bottom: 0.03rem solid transparent;
  border-left: 0.04rem solid #333;
  position: absolute;
  right: 0.14rem;
  top: 50%;
  margin-top: -0.03rem;
}
.vi-a a.ed {
  display: block;
}
.vi-case-list {
  width: 100%;
}
.vi-case-list .list {
  display: none;
}
.fwlc {
  width: 100%;
  padding: 0.9rem 2.6rem 0;
  background: url(../images/fw-bg.jpg) center / cover;
}
.fwlc .vi-title {
  margin-bottom: 0.75rem;
}
.fwlc .items {
  width: 100%;
  padding: 0 0 0.96rem;
  background: url(../images/fwlc-bg.png) center bottom / 100% auto no-repeat;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fwlc .item {
  text-align: center;
}
.fwlc .item .cir {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto 0.18rem;
  background-position: center;
  background-size: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.fwlc .item .cir p {
  color: #333;
  font-size: 0.2rem;
  line-height: 1.2;
  width: 0.44rem;
}
.fwlc .item .desc {
  color: #888;
  font-size: 0.13rem;
  line-height: 0.2rem;
  margin-bottom: 0.28rem;
}
.fwlc .item .num {
  color: #cd8cca;
  font-size: 0.16rem;
  font-family: DIN;
  font-weight: bold;
}
.bj-bg {
  width: 100%;
  padding: 0.9rem 2.6rem 0.8rem;
  background: url(../images/bj-bg.jpg) center / cover;
}
.bj-bg .vi-title {
  margin-bottom: 0.35rem;
}
.bj-bg form {
  display: block;
  width: 100%;
}
.bj-bg .form {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.bj-bg .layui-input {
  width: 3.9rem;
  height: 0.52rem;
  border-radius: 0.1rem;
  background-color: #fff;
  border: none;
  padding: 0 0.22rem;
  color: #000;
  font-size: 13px;
}
.bj-bg .layui-input::-webkit-input-placeholder {
  color: #000;
}
.bj-bg .layui-form-select .layui-edge {
  border-top-color: #000;
  border-width: 0.05rem;
  margin-top: -0.025rem;
}
.bj-bg .btn {
  width: 1.74rem;
  height: 0.52rem;
  border-radius: 0.1rem;
  border: none;
  font-size: 0.16rem;
  color: #fff;
}
.about {
  width: 100%;
  padding: 0 1rem 0.72rem;
  background-color: #f8f8f8;
}
.ab-intro {
  width: 100%;
  background: url(../images/intro-bg.jpg) center / cover;
  margin-bottom: 0.48rem;
}
.ab-intro .txt {
  width: 100%;
  padding: 0.75rem 0.7rem 0.72rem;
  background-color: rgba(255, 255, 255, 0.95);
}
.ab-intro .txt .t {
  color: #333;
  font-size: 0.16rem;
  margin-bottom: 0.14rem;
}
.ab-intro .txt h3 {
  color: #333;
  font-size: 0.3rem;
  margin-bottom: 0.32rem;
}
.ab-intro .txt .desc {
  color: #888;
  font-size: 0.13rem;
  line-height: 0.28rem;
}
.ab-intro .wen {
  width: 100%;
  padding: 0.96rem 0.7rem 0.9rem 0.84rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.ab-intro .items {
  width: 8.9rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ab-intro .item {
  display: block;
  width: 2.15rem;
  height: 1.45rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.ab-intro .item:nth-child(4n) {
  margin-right: 0;
}
.ab-intro .item .icon {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.1rem;
  margin: 0 auto 0.16rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  display: -webkit-flex;
}
.ab-intro .item .icon img {
  display: block;
  height: 0.31rem;
  margin: auto;
}
.ab-intro .item p {
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
}
.ab-intro .tx {
  text-align: right;
}
.ab-intro .tx h5 {
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
}
.ab-intro .tx .line {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-bottom: 0.15rem;
}
.ab-intro .tx .line span {
  width: 0.18rem;
  height: 0.02rem;
  background-color: #fff;
}
.ab-intro .tx .desc {
  color: #fff;
  font-size: 0.13rem;
  line-height: 0.28rem;
}
.ab-lian {
  width: 100%;
  background-color: #fff;
  padding: 0.79rem 0.84rem 0.82rem 0.7rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ab-lian .txt h4 {
  color: #333;
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
}
.ab-lian .txt .line {
  width: 0.18rem;
  height: 0.02rem;
  background-color: #333;
  margin-bottom: 0.15rem;
}
.ab-lian .txt .con {
  color: #888;
  font-size: 0.13rem;
  margin-bottom: 0.42rem;
}
.ab-lian .txt .t {
  color: #888;
  font-size: 0.13rem;
  margin-bottom: 0.08rem;
}
.ab-lian .txt .phone {
  color: #333;
  font-size: 0.32rem;
  font-family: DIN;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.ab-lian .txt .addr {
  color: #333;
  font-size: 0.15rem;
  white-space: nowrap;
  margin-bottom: 0.34rem;
}
.ab-lian .erweima {
  display: flex;
  display: -webkit-flex;
}
.ab-lian .erweima .sub {
  width: 1.1rem;
  margin-left: 0.13rem;
  text-align: center;
}
.ab-lian .erweima .img {
  width: 100%;
  margin-bottom: 0.12rem;
  padding: 0.07rem;
  background-color: #f6f6f6;
}
.ab-lian .erweima .img img {
  display: block;
  width: 100%;
}
.ab-lian .erweima p {
  color: #8b8b8b;
  font-size: 0.13rem;
}
.my-map {
  width: 8.9rem;
  height: 4.18rem;
}
.my-map .icon {
  background: url(http://a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.myinfowindow {
  width: 240px;
  min-height: 50px;
}
.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.dai-title h4 {
  color: #333;
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
}
.dai-title .line {
  width: 0.21rem;
  height: 0.03rem;
  background-color: #8d4ac0;
  margin-bottom: 0.13rem;
}
.dai-title .desc {
  color: #888;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.dai-kun {
  width: 100%;
  padding: 0 2.6rem;
}
.dai-kun .dai-title {
  padding: 0.85rem 0 0.32rem;
}
.dai-kun .content {
  width: 100%;
  background: url(../images/dai-bg1.jpg) center / cover;
}
.dai-kun .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.dai-kun .item {
  width: 25%;
  padding: 0.66rem 0.25rem 0;
}
.dai-kun .item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}
.dai-kun .item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
.dai-kun .item .cir {
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto 0.2rem;
  display: flex;
  display: -webkit-flex;
}
.dai-kun .item .cir img {
  display: block;
  width: 1rem;
  margin: auto;
}
.dai-kun .item .txt {
  width: 100%;
  height: 1.76rem;
  background: url(../images/kun-bg.png) center / cover;
  padding: 0.24rem 0.55rem 0;
  text-align: center;
}
.dai-kun .item .txt h6 {
  color: #fff;
  font-size: 0.18rem;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.dai-kun .item .txt .desc {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.dai-kun .a {
  width: 100%;
  padding: 0.46rem 0.74rem 0.03rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.dai-kun .a a {
  padding: 0 0.35rem;
  background-color: rgba(255, 255, 255, 0.2);
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.22rem 0.22rem 0 0.22rem;
  color: #fff;
  font-size: 0.16rem;
  margin-right: 0.55rem;
  margin-bottom: 0.38rem;
}
.dai-tu {
  width: 100%;
  background: url(../images/fw-bg.jpg) center / cover;
  padding: 0 2.6rem 0.6rem;
}
.dai-tu .dai-title {
  padding: 0.7rem 0 0.5rem;
}
.dai-tu .items {
  width: 100%;
  padding: 0 0 0.28rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.dai-tu .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.24rem;
  min-height: 1.9rem;
  background-color: #fff;
  background-image: url(../images/tu-bg.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0.25rem 0.22rem 0;
  position: relative;
}
.dai-tu .item:nth-child(3n) {
  margin-right: 0;
}
.dai-tu .item .icon {
  display: block;
  width: 0.68rem;
  position: absolute;
  right: 0.24rem;
  top: 0.29rem;
}
.dai-tu .item .num {
  color: #b87ecd;
  background-image: linear-gradient(to bottom, #a975cf 0%, #ffabc2 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #a975cf), color-stop(100%, #ffabc2));
  background-image: -webkit-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -moz-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -ms-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -o-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.16rem;
  font-family: DIN;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.dai-tu .item h6 {
  color: #333;
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
}
.dai-tu .item .desc {
  color: #666;
  font-size: 0.13rem;
  line-height: 0.2rem;
}
.link-zx {
  display: block;
  width: 2.06rem;
  height: 0.48rem;
  margin: 0 auto;
  border-radius: 0.24rem 0.24rem 0 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.link-zx .icon {
  display: block;
  width: 0.24rem;
  margin-right: 0.1rem;
}
.link-zx span {
  color: #fff;
  font-size: 0.15rem;
}
.link-zx .mo {
  display: block;
  width: 0.14rem;
  margin-left: 0.22rem;
}
.dai-what {
  width: 100%;
  padding: 0 2.6rem 0.89rem;
}
.dai-what .dai-title {
  padding: 0.95rem 0 0.55rem;
}
.dai-what .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.dai-what .item {
  width: 32%;
  height: 2.48rem;
  margin-right: 2%;
  margin-bottom: 0.25rem;
  padding: 0.16rem 0.17rem;
  background-position: center;
  background-size: cover;
}
.dai-what .item:nth-child(3n) {
  margin-right: 0;
}
.dai-what .item .txt {
  width: 2.3rem;
  min-height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.14rem 0.26rem 0.17rem 0.2rem;
  border-radius: 0 0 0.4rem 0;
}
.dai-what .item .txt .num {
  color: #b87ecd;
  background-image: linear-gradient(to bottom, #a975cf 0%, #ffabc2 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #a975cf), color-stop(100%, #ffabc2));
  background-image: -webkit-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -moz-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -ms-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -o-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.18rem;
  font-family: DIN;
  font-weight: bold;
  margin-bottom: 0.17rem;
}
.dai-what .item .txt h6 {
  color: #333;
  font-size: 0.16rem;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 0.06rem;
}
.dai-what .item .txt .desc {
  color: #888;
  font-size: 0.12rem;
  line-height: 0.15rem;
}
.dai-fs {
  width: 100%;
  padding: 0.84rem 2.6rem 0.49rem;
  background: url(../images/fw-bg.jpg) center / cover;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.dai-fs .items {
  width: 6.36rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0.22rem 0 0;
}
.dai-fs .item {
  width: 2.4rem;
  margin-right: 1.56rem;
  padding: 0.56rem 0 0;
}
.dai-fs .item:nth-child(2n) {
  margin-right: 0;
}
.dai-fs .item .num {
  color: #f1e5f3;
  font-size: 0.62rem;
  font-family: DIN;
  font-weight: bold;
  opacity: 0.2;
  background-image: linear-gradient(to bottom, #a975cf 0%, #ffabc2 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #a975cf), color-stop(100%, #ffabc2));
  background-image: -webkit-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -moz-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -ms-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -o-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0.05rem 0.1rem rgba(254, 192, 255, 0.5);
}
.dai-fs .item h6 {
  color: #b97fcd;
  font-size: 0.24rem;
  margin-top: -0.4rem;
  background-image: linear-gradient(to bottom, #a975cf 0%, #ffabc2 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #a975cf), color-stop(100%, #ffabc2));
  background-image: -webkit-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -moz-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -ms-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-image: -o-linear-gradient(top, #a975cf 0%, #ffabc2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.26rem;
}
.dai-fs .item .desc {
  color: #666;
  font-size: 0.14rem;
  line-height: 0.22rem;
  min-height: 0.66rem;
}
.dai-fs .img img {
  display: block;
  width: 5.43rem;
}
.dai-case {
  width: 100%;
  padding: 0 2.6rem 0.26rem;
}
.dai-case .dai-title {
  padding: 1.35rem 0 0.5rem;
}
.dai-case .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.dai-case .item {
  width: 23.8%;
  height: 5.94rem;
}
.dai-case .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-nav a {
  height: 1.46rem;
}
.case {
  width: 100%;
  padding: 0 1rem 0.8rem;
}
.case .title {
  padding: 0.55rem 0 0.52rem;
  color: #333;
  font-size: 0.32rem;
  font-family: pingfangBold;
  font-weight: bold;
  position: relative;
}
.case .title:after {
  content: "";
  display: block;
  width: 0.79rem;
  height: 0.79rem;
  background: url(../images/icon-c.png) center / 100%;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  margin-top: -0.4rem;
  z-index: -1;
}
.short-vidoe-items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.short-vidoe-items .item {
  display: block;
  width: 19%;
  height: 5.84rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  margin-right: 1.25%;
  margin-bottom: 0.25rem;
}
.short-vidoe-items .item:nth-child(5n) {
  margin-right: 0;
}
.short-vidoe-items .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.short-vidoe-items .item .meng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/meng.png) center / cover;
  opacity: 0;
}
.short-vidoe-items .item .tool {
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
}
.short-vidoe-items .item .tool .a {
  display: block;
  text-align: center;
  margin-top: 0.22rem;
}
.short-vidoe-items .item .tool .a img {
  display: block;
  height: 0.25rem;
  margin: 0 auto 0.06rem;
}
.short-vidoe-items .item .tool .a p {
  color: #fff;
  font-size: 10px;
  font-family: DIN;
}
.short-vidoe-items .item .txt {
  position: absolute;
  left: 0.25rem;
  bottom: 0.3rem;
  z-index: -1;
  width: 2.3rem;
  opacity: 0;
}
.short-vidoe-items .item .txt h6 {
  color: #fff;
  font-size: 0.18rem;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.short-vidoe-items .item .txt .desc {
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.2rem;
  max-height: 0.4rem;
  overflow: hidden;
}
.short-vidoe-items .item:hover .meng {
  opacity: 1;
}
.vr-case-items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.vr-case-items .item {
  display: block;
  width: 32.6%;
  margin-right: 1.1%;
  margin-bottom: 0.35rem;
}
.vr-case-items .item:nth-child(3n) {
  margin-right: 0;
}
.vr-case-items .item .img {
  width: 100%;
  height: 3.14rem;
  border-radius: 0.16rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.23rem;
}
.vr-case-items .item .img .play {
  display: block;
  width: 0.48rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.vr-case-items .item .img .IM {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vr-case-items .item h6 {
  /*color: #888;*/
  /*font-size: 0.15rem;*/
  color: black;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.vr-case-items .item:hover .img .IM {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.case-vr-items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.case-vr-items .item {
  display: block;
  width: 31.8%;
  margin-right: 2.3%;
  margin-bottom: 0.35rem;
}
.case-vr-items .item:nth-child(3n) {
  margin-right: 0;
}
.case-vr-items .item .img {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.23rem;
}
.case-vr-items .item .img .play {
  display: block;
  width: 0.48rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case-vr-items .item .img .IMG {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-vr-items .item .img .tu {
  position: absolute;
  top: 0.21rem;
  right: 0.22rem;
  display: block;
  width: 1.03rem;
}
.case-vr-items .item h6 {
  color: #888;
  font-size: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dt-rec {
  width: 100%;
  padding: 0 1rem 0.65rem;
}
.dt-banner {
  width: 100%;
  height: calc(100vh - 1rem);
  background-color: #333;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.dt-banner video {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.dt-banner .video {
  height: 100%;
  position: relative;
}
.dt-banner .video .tool {
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
  z-index: 1;
}
.dt-banner .video .tool .a {
  display: block;
  text-align: center;
  margin-top: 0.22rem;
}
.dt-banner .video .tool .a img {
  display: block;
  height: 0.25rem;
  margin: 0 auto 0.06rem;
}
.dt-banner .video .tool .a p {
  color: #fff;
  font-size: 10px;
  font-family: DIN;
}
.dt-banner .video .txt {
  position: absolute;
  left: 0.25rem;
  bottom: 0.3rem;
  z-index: 1;
  width: 2.3rem;
}
.dt-banner .video .txt h6 {
  color: #fff;
  font-size: 0.18rem;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.dt-banner .video .txt .desc {
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.2rem;
  max-height: 0.4rem;
  overflow: hidden;
}
.dt-banner .prev,
.dt-banner .next {
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
}
.dt-banner .prev img,
.dt-banner .next img {
  display: block;
  height: 0.16rem;
}
.dt-banner .prev {
  left: 1rem;
}
.dt-banner .next {
  right: 1rem;
}
.menus {
  display: none;
}
.right-tar {
  position: fixed;
  right: 7px;
  top: 50%;
  z-index: 1000;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.4);
}
.right-tar ul {
  padding: 0 6px 6px;
}
.right-tar li {
  width: 60px;
  border-bottom: 1px solid #eee;
  padding: 12px 6px;
}
.right-tar li a {
  display: block;
  text-align: center;
}
.right-tar li a img {
  display: block;
  height: 23px;
  margin: 0 auto 8px;
}
.right-tar li a p {
  color: #333;
  font-size: 12px;
}
.right-tar li:last-child {
  border-bottom: none;
}
.bj-ber {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.bj-ber-tab {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.37rem;
}
.bj-ber-tab li {
  width: 2.62rem;
  padding-bottom: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0.27rem;
  cursor: pointer;
  position: relative;
}
.bj-ber-tab li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background-color: #fff;
  border-radius: 0.03rem 0.03rem 0 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bj-ber-tab li img {
  height: 0.23rem;
  margin-right: 0.14rem;
}
.bj-ber-tab li .s {
  display: block;
}
.bj-ber-tab li .h {
  display: none;
}
.bj-ber-tab li span {
  color: #fff;
  font-size: 0.24rem;
}
.bj-ber-tab li.active:after {
  background-color: #ffbf59;
}
.bj-ber-tab li.active .s {
  display: none;
}
.bj-ber-tab li.active .h {
  display: block;
}
.bj-ber-tab li.active span {
  color: #ffbf59;
}
.bj-ber-list .list {
  display: none;
}
.bjq {
  width: 11.32rem;
  display: flex;
  display: -webkit-flex;
}
.bjq .com {
  width: 50%;
  padding: 0.21rem 0.32rem 0.26rem;
}
.bj-form {
  background-color: rgba(21, 17, 17, 0.6);
  border-radius: 0.06rem 0 0 0.06rem;
}
.bj-form .head {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.06rem;
  padding: 0.13rem 0.16rem 0;
  margin-bottom: 0.18rem;
}
.bj-form .head .value {
  width: 100%;
  height: 1.14rem;
  background-color: #4c1c80;
  border-radius: 0.06rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.bj-form .head .value .t img {
  display: block;
  width: 0.2rem;
  margin-right: 0.15rem;
}
.bj-form .head .value .num {
  display: flex;
  display: -webkit-flex;
}
.bj-form .head .value span {
  margin: 0 0.08rem;
  color: #ffbf59;
  font-size: 0.5rem;
  font-family: pingfangBold;
  font-weight: bold;
}
.bj-form .head .value span img {
  display: block;
  width: 0.35rem;
}
.bj-form .head .p {
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.25rem;
  text-align: center;
  letter-spacing: 0.02rem;
}
.bj-form .items {
  width: 100%;
  height: 3.76rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}
.bj-form .items .itm {
  width: 46.4%;
}
.bj-form .item {
  width: 100%;
}
.bj-form .item .t {
  padding: 0.18rem 0 0.05rem;
  color: #ffbf59;
  font-size: 0.14rem;
}
.bj-form .item .fx {
  display: flex;
  display: -webkit-flex;
}
.bj-form .item .fx .layui-form-select {
  width: 1.5rem;
  margin-right: 0.2rem;
}
.bj-form .layui-form-select dl {
  top: 0.36rem;
}
.bj-form .layui-form-select dl dd {
  font-size: 0.15rem;
  line-height: 0.36rem;
}
.bj-form .layui-form-select .layui-edge {
  right: 0.1rem;
  margin-top: -0.03rem;
  border-width: 0.06rem;
  border-top-color: #020202;
}
.bj-form .layui-input {
  display: block;
  height: 0.36rem;
  border-radius: 0.06rem;
  border: none;
  color: #555;
  font-size: 0.14rem;
}
.bj-form .item-btn {
  width: 100%;
  padding: 0.15rem 0.3rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem;
}
.bj-form .item-btn .p {
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.28rem;
  text-align: center;
}
.bj-form .btn {
  display: block;
  width: 100%;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: none;
  background-color: #ffbf59;
  color: #fff;
  font-size: 0.2rem;
  text-indent: 0.06rem;
  letter-spacing: 0.06rem;
  margin-bottom: 0.02rem;
}
.sec-hide {
  display: none;
}
.rec-tui {
  background-color: rgba(0, 0, 0, 0.6);
}
.rec-tui .tit {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.11rem 0 0.36rem;
}
.rec-tui .tit span {
  color: #ffbf59;
  font-size: 0.18rem;
  position: relative;
}
.rec-tui .tit span:before,
.rec-tui .tit span:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.03rem;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.015rem;
}
.rec-tui .tit span:before {
  left: -0.52rem;
  background-image: url(../images/icon-l.png);
}
.rec-tui .tit span:after {
  right: -0.52rem;
  background-image: url(../images/icon-r.png);
}
.rec-tui .items {
  width: 100%;
}
.rec-tui .item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.12rem 0.12rem 0.14rem;
  border-radius: 0.06rem;
  margin-bottom: 0.1rem;
}
.rec-tui .item:last-child {
  margin-bottom: 0;
}
.rec-tui .item .img {
  width: 31%;
  height: 0.82rem;
  border-radius: 0.06rem;
  background-position: center;
  background-size: cover;
}
.rec-tui .item .text {
  width: 65.7%;
  padding: 0.05rem 0 0;
}
.rec-tui .item .text h6 {
  color: #fff;
  font-size: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.14rem;
}
.rec-tui .item .text .b {
  color: #ffbf59;
  font-size: 0.13rem;
}
.zhanren {
  width: 5.84rem;
  margin: 0 auto;
  background-color: rgba(21, 17, 17, 0.6);
  border-radius: 0.06rem;
}
.zhanren .tit {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.52rem 0 0.44rem;
  background-color: rgba(21, 17, 17, 0.3);
}
.zhanren .tit span {
  color: #ffbf59;
  font-size: 0.3rem;
  position: relative;
}
.zhanren .tit span:before,
.zhanren .tit span:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.03rem;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.015rem;
}
.zhanren .tit span:before {
  left: -0.52rem;
  background-image: url(../images/icon-l.png);
}
.zhanren .tit span:after {
  right: -0.52rem;
  background-image: url(../images/icon-r.png);
}
.zhanren .items {
  width: 100%;
  padding: 0.05rem 0.98rem 0.39rem;
}
.zhanren .item {
  width: 100%;
}
.zhanren .item .t {
  padding: 0.2rem 0 0.06rem;
  color: #ffbf59;
  font-size: 0.14rem;
}
.zhanren .item .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.zhanren .item .fx .layui-form-select {
  width: 47%;
}
.zhanren .layui-form-select dl {
  top: 0.36rem;
}
.zhanren .layui-form-select dl dd {
  font-size: 0.15rem;
  line-height: 0.36rem;
}
.zhanren .layui-form-select .layui-edge {
  right: 0.1rem;
  margin-top: -0.03rem;
  border-width: 0.06rem;
  border-top-color: #020202;
}
.zhanren .layui-input {
  display: block;
  height: 0.36rem;
  border-radius: 0.06rem;
  border: none;
  color: #555;
  font-size: 0.14rem;
}
.zhanren .item-btn {
  width: 100%;
  padding: 0.23rem 0 0.34rem;
  background-color: rgba(21, 17, 17, 0.3);
  border-radius: 0.1rem;
}
.zhanren .item-btn .p {
  color: #fff;
  font-size: 0.12rem;
  line-height: 0.28rem;
  text-align: center;
}
.zhanren .btn {
  display: block;
  width: 3.9rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: none;
  margin: 0 auto 0.2rem;
  background-color: #ffbf59;
  color: #fff;
  font-size: 0.2rem;
}
.pp-jsq {
  padding: 0.69rem 0 0.74rem;
  background-color: #f1f1f1;
}
.pp-jsq h4 {
  color: #333;
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.pp-jsq .con {
  color: #666;
  font-size: 0.16rem;
  text-align: center;
  margin-bottom: 0.75rem;
}
.pp-jsq ul {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.pp-jsq li {
  padding: 0 0.68rem;
  text-align: center;
  position: relative;
}
.pp-jsq li:after {
  content: "";
  display: block;
  width: 0.67rem;
  height: 0.78rem;
  background: url(../images/icon-xie.png) 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.39rem;
  margin-right: -0.33rem;
}
.pp-jsq li:last-child:after {
  display: none;
}
.pp-jsq li .icon {
  display: block;
  height: 0.53rem;
  margin: 0 auto 0.15rem;
}
.pp-jsq li h6 {
  color: #333;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.pp-jsq li .desc {
  color: #555;
  font-size: 0.14rem;
}
.bj-cont {
  width: 100%;
  padding: 0.72rem 2.8rem 0 3.1rem;
  background: url(../images/bj-bg1.jpg) center / cover no-repeat;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.bj-cont .img {
  display: block;
  width: 6.92rem;
}
.bj-cont .desc {
  width: 5.5rem;
  color: #fff;
  font-size: 0.15rem;
  line-height: 2;
}
.bj-gn {
  width: 100%;
  padding: 0.84rem 2.9rem 1.16rem;
  background: url(../images/bj-bg2.jpg) center / cover;
}
.bj-gn h4 {
  color: #333;
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.66rem;
}
.bj-gn ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 3.65rem;
}
.bj-gn li {
  width: 20%;
  text-align: center;
}
.bj-gn li .icon {
  display: block;
  height: 0.68rem;
  margin: 0 auto 0.2rem;
}
.bj-gn li h6 {
  color: #333;
  font-size: 0.24rem;
  margin-bottom: 0.05rem;
}
.bj-gn li .p {
  color: #999;
  font-size: 0.14rem;
}
.bj-gn .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.bj-gn .desc {
  width: 5.65rem;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.bj-gn .t {
  width: 4.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.24rem;
  margin: 0 auto 0.3rem;
  background-color: #ffb100;
  color: #fff;
  font-size: 0.2rem;
  box-shadow: 0 0.05rem 0.2rem rgba(255, 177, 0, 0.4);
}
.bj-gn .t span {
  font-family: DIN;
  font-weight: bold;
}
.bj-gn .tb-t {
  width: 6.35rem;
  display: flex;
  display: -webkit-flex;
  border-radius: 0.06rem 0.06rem 0 0;
  background-color: #333;
}
.bj-gn .tb-t p {
  color: #fff;
  font-size: 0.15rem;
  font-family: pingfangBold;
  font-weight: bold;
  line-height: 0.47rem;
  text-align: center;
}
.bj-gn .tb-t .p1 {
  width: 26%;
}
.bj-gn .tb-t .p2 {
  width: 25%;
}
.bj-gn .tb-t .p3 {
  width: 20%;
}
.bj-gn .tb-t .p4 {
  width: 29%;
}
.swiper-bj-gn {
  width: 6.35rem;
  height: 2.35rem;
  background-color: #fff;
  border-radius: 0 0 0.06rem 0.06rem;
}
.swiper-bj-gn .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.swiper-bj-gn .swiper-slide {
  border-bottom: 1px solid #f2f3f5;
  display: flex;
  display: -webkit-flex;
}
.swiper-bj-gn .swiper-slide p {
  color: #333;
  font-size: 0.13rem;
  font-family: pingfangBold;
  font-weight: bold;
  line-height: 0.46rem;
  text-align: center;
}
.swiper-bj-gn .swiper-slide .p1 {
  width: 26%;
}
.swiper-bj-gn .swiper-slide .p2 {
  width: 25%;
}
.swiper-bj-gn .swiper-slide .p3 {
  width: 20%;
}
.swiper-bj-gn .swiper-slide .p4 {
  width: 29%;
}
.bj-hz {
  width: 100%;
  padding: 0.72rem 2.85rem 0.43rem;
}
.bj-hz h4 {
  color: #333;
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.55rem;
}
.bj-hz .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.bj-hz .item {
  display: flex;
  display: -webkit-flex;
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 0.17rem;
  border: 0.02rem solid #eee;
}
.bj-hz .item:nth-child(5n) {
  margin-right: 0;
}
.bj-hz .item img {
  display: block;
  /*max-width: 90%;*/
  /*max-height: 80%;*/
  width: 100%;
  height: 100%;
  margin: auto;
}
.pop-phone {
  display: none;
  width: 100%;
  padding: 0.33rem 0.32rem 0.16rem;
}
.pop-phone .item {
  width: 100%;
  height: 0.48rem;
  border: 0.02rem solid #eee;
  border-radius: 0.05rem;
  margin-bottom: 0.12rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.pop-phone .item .t {
  width: 12%;
  display: flex;
  display: -webkit-flex;
  border-right: 1px solid #eee;
}
.pop-phone .item .t img {
  display: block;
  width: 0.18rem;
  margin: auto;
}
.pop-phone .item .input {
  display: block;
  width: 88%;
  border: none;
  padding: 0 0.16rem;
  color: #555;
  font-size: 0.15rem;
}
.pop-phone .item .yan {
  padding-right: 1.1rem;
}
.pop-phone .item .ma {
  color: #fcab20;
  font-size: 0.15rem;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.pop-phone .btn {
  display: block;
  width: 100%;
  height: 0.48rem;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.2rem;
  border: none;
  background-color: #fcab20;
  margin-bottom: 0.12rem;
}
.pop-phone .p {
  color: #999;
  font-size: 0.12rem;
  text-align: center;
}
.layer-pop-phone {
  border-radius: 0.12rem !important;
}
.pop-success {
  display: none;
  width: 100%;
  padding: 0 0 0.38rem;
}
.pop-success h5 {
  text-align: center;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.56rem;
  background-color: #f2f2f2;
}
.pop-success .desc {
  padding: 0.4rem 0.75rem 0.3rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: center;
}
.pop-success .ph {
  color: #fcab1d;
  font-size: 0.24rem;
  font-weight: bold;
  font-family: DIN;
  text-align: center;
}
.layer-pop-success {
  border-radius: 0.12rem !important;
  overflow: hidden;
}
.h-title {
  margin-left: .16rem;
}
.h-title h3 {
  color: #333;
  font-size: 16px;
  font-family: pingfangBold;
  font-weight: bold;
  margin-bottom: 5px;
}
.h-title h4 {
  color: #555;
  font-size: 13px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.h-title h4 span {
  display: block;
  width: .36rem;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 1279px) {
  header {
    padding: 0 0.2rem;
  }
  .menus {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .menu .bar {
    width: 26px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
  }
  .menu.ed .bar:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu.ed .bar:nth-child(2) {
    opacity: 0;
  }
  .menu.ed .bar:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  nav {
    display: none;
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    padding: 0 0.2rem;
  }
  nav ul {
    display: block;
  }
  nav li {
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav li > a {
    padding: 0 0.2rem;
    font-size: 16px;
    color: #fff;
  }
  nav li.active > a {
    color: #0062f6;
  }
  .nav-meng {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
  }
  .swiper-banner .txt h2 {
    font-size: 0.6rem;
  }
  .hm-link,
  .hm-title,
  .hm-video,
  .hm-short,
  .hm-vr,
  .hm-news,
  footer,
  .hxyw,
  .spfw,
  .vi-case,
  .fwlc,
  .bj-bg,
  .ins-banner .dai,
  .dai-kun,
  .dai-tu,
  .dai-what,
  .dai-fs,
  .dai-case,
  .case.a,
  .news-list,
  .news-dt,
  .about,
  .ab-lian,
  .case,
  .dt-rec {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .hm-video .item {
    height: 1.9rem;
  }
  .hm-video .item:first-child {
    height: 4rem;
  }
  .short-items .item {
    height: 5.5rem;
  }
  .hm-vr .item {
    height: 5.4rem;
  }
  .ins-banner .tx {
    left: 0.2rem;
  }
  .hxyw .bg {
    right: 0.4rem;
  }
  .bj-bg .layui-input {
    width: 3.4rem;
  }
  .dai-case .item {
    height: 5.2rem;
  }
  .ins-banner .txt h4 {
    font-size: 0.3rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .ins-banner .txt .mo-btn {
    display: none;
  }
  .short-vidoe-items .item {
    height: 3.8rem;
  }
  .short-vidoe-items .item .tool {
    display: none;
  }
  .short-vidoe-items .item .txt {
    opacity: 1;
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0.15rem;
    padding: 0 0.15rem;
  }
  .vr-case-items .item .img {
    height: 2.5rem;
  }
  .ins-banner .bark {
    top: 0.4rem;
    right: 0.2rem;
  }
  .ins-banner .txt {
    left: 0.2rem;
  }
  .ins-nav {
    left: 0.2rem;
  }
  .news-dt .fx {
    display: block;
  }
  .news-dt .aside {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .left-nav {
    width: 100%;
  }
  .news-dt article {
    width: 100%;
  }
  .ab-intro .wen {
    display: block;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .ab-intro .items {
    width: 100%;
    padding: 0 0 0.3rem;
  }
  .ab-intro .item {
    width: 23.8%;
    margin-right: 1.6%;
  }
  .ab-intro .tx {
    text-align: center;
  }
  .my-map {
    width: 65%;
  }
  .short-items .item .tool,
  .short-items .item .txt {
    opacity: 1;
    z-index: 1;
  }
  .dt-banner {
    height: initial;
  }
  .dt-banner video {
    width: 100%;
    height: initial;
  }
}
@media screen and (max-width: 980px) {
  .swiper-banner {
    height: 5rem;
  }
  .swiper-banner .swiper-slide .img {
    height: 100%;
    object-fit: cover;
  }
  .swiper-banner .txt {
    padding: 0 0.2rem;
  }
  .swiper-banner .txt .desc {
    width: 100%;
  }
  .hm-video .item:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.18rem;
  }
  .hm-video .item {
    width: 49%;
    margin-right: 2%;
  }
  .short-items .item {
    width: 49%;
    margin-right: 2%;
  }
  .short-items .item:nth-child(2n) {
    margin-right: 0;
  }
  .hm-vr .item {
    height: 4.4rem;
  }
  .hm-news-items .item {
    width: 49%;
    margin-right: 2%;
  }
  .hm-news-items .item:nth-child(2n) {
    margin-right: 0;
  }
  footer .top {
    display: none;
  }
  .ins-banner {
    height: 4.6rem;
  }
  .ins-banner .img {
    height: 100%;
    object-fit: cover;
  }
  .hxyw .bg {
    display: none;
  }
  .hxyw .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .hxyw .item {
    width: 48%;
    margin-bottom: 0.2rem;
  }
  .hxyw .item:nth-child(2n) {
    margin-right: 0;
  }
  .hxyw .item .tu {
    top: -0.5rem;
    right: -0.5rem;
  }
  .spfw .items {
    width: initial;
    display: block;
  }
  .spfw .item {
    margin-right: 0;
    width: 4rem;
    padding-right: 0;
    padding-top: 0.3rem;
  }
  .spfw .item .desc {
    height: initial;
  }
  .spfw .img img {
    margin-right: -1.8rem;
  }
  .case-vr-items .item,
  .vr-items .item {
    width: 49%;
    margin-right: 2%;
  }
  .case-vr-items .item:nth-child(3n),
  .vr-items .item:nth-child(3n) {
    margin-right: 2%;
  }
  .case-vr-items .item:nth-child(2n),
  .vr-items .item:nth-child(2n) {
    margin-right: 0;
  }
  .case-vr-items .item .img,
  .vr-items .item .img {
    height: 2.3rem;
  }
  .fwlc .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .fwlc .item {
    width: 30%;
    margin-bottom: 0.3rem;
  }
  .bj-bg .form {
    display: block;
  }
  .bj-bg .layui-input {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .bj-bg .btn {
    width: 100%;
  }
  .ins-banner .dai h3 {
    font-size: 0.48rem;
  }
  .ins-banner .dai .con {
    margin-bottom: 0.3rem;
  }
  .dai-kun .items {
    display: block;
  }
  .dai-kun .item {
    width: 100%;
    padding: 0.4rem 0.3rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .dai-kun .item .cir {
    margin: 0;
    margin-right: 0.34rem;
  }
  .dai-kun .item .txt {
    padding: 0;
    background: none;
    text-align: left;
    width: 4.4rem;
    height: initial;
  }
  .dai-kun .a {
    padding: 0.5rem 0.34rem 0.05rem;
  }
  .dai-title h4 {
    font-size: 0.4rem;
    white-space: nowrap;
  }
  .dai-what .item {
    width: 49%;
    margin-right: 2%;
  }
  .dai-what .item:nth-child(3n) {
    margin-right: 2%;
  }
  .dai-what .item:nth-child(2n) {
    margin-right: 0;
  }
  .dai-fs .items {
    display: block;
    width: initial;
  }
  .dai-fs .item {
    width: 3.8rem;
    margin-right: 0;
    padding: 0.2rem 0;
    background: url(../images/ld-bg.jpg) center bottom / 100% auto no-repeat;
  }
  .dai-fs .item .desc {
    min-height: initial;
  }
  .dai-fs .img img {
    margin-left: -1.4rem;
  }
  .dai-case .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .dai-case .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .dai-case .item:nth-child(2n) {
    margin-right: 0;
  }
  .tagcloud {
    min-width: 4rem !important;
    min-height: 3rem !important;
  }
  .news-dt article {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .news-dt article .title {
    font-size: 0.4rem;
  }
  .ab-intro .txt {
    padding: 0.4rem 0.3rem;
  }
  .ab-lian {
    display: block;
  }
  .ab-lian .txt {
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .ab-lian .txt .line {
    margin: 0 auto 0.15rem;
  }
  .ab-lian .erweima {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .my-map {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .swiper-banner .swiper-button-next,
  .swiper-banner .swiper-button-prev {
    display: none;
  }
  .swiper-banner .img {
      display: block;
  }
  .swiper-banner video {
      display: none;
  }
  .swiper-banner .sub {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .swiper-banner .txt h2 {
    font-size: 0.48rem;
  }
  .hm-link .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .hm-link .item {
    width: 25%;
    text-align: center;
  }
  .hm-link .item p {
    font-size: 0.24rem;
  }
  .hm-title .mo {
    font-size: 0.2rem;
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.25rem 0.25rem 0 0.25rem;
    padding: 0 0.2rem;
  }
  .short-items .item .txt h6 {
    font-size: 0.24rem;
  }
  .short-items .item .txt .desc {
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
  }
  footer .addr {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  footer .btm {
    display: block;
    text-align: center;
    padding: 0.25rem 0;
    height: initial;
  }
  footer .btm p,
  footer .btm a {
    font-size: 0.2rem;
  }
  header .phone span {
    font-size: 0.24rem;
  }
  header .phone {
    display: none;
  }
  .h-title h3 {
    font-size: .22rem;
  }
  .h-title h4 {
    font-size: .18rem;
  }
  .hxyw .item .icon {
    height: 0.88rem;
  }
  .hxyw .item h6 {
    font-size: 0.3rem;
  }
  .hxyw .item .desc {
    font-size: 0.24rem;
    line-height: 0.35rem;
    height: initial;
  }
  .hxyw .item .zx {
    width: 1.25rem;
    height: 0.48rem;
    font-size: 0.2rem;
    line-height: 0.48rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0;
  }
  .vi-title h4 {
    font-size: 0.44rem;
  }
  .vi-title .con {
    font-size: 0.24rem;
  }
  .spfw .item {
    width: 3.7rem;
  }
  .spfw .item h6 {
    font-size: 0.28rem;
  }
  .spfw .item .desc {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .vi-case .tit {
    display: block;
  }
  .vi-case .vi-title {
    margin-bottom: 0.4rem;
  }
  .vi-case .fx {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .vi-a a,
  .vc-tab a {
    width: 1.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.35rem;
    font-size: 0.26rem;
  }
  .vi-a a {
    width: 1.35rem;
  }
  .case-vr-items .item h6,
  .vr-items .item h6 {
    font-size: 0.24rem;
  }
  .fwlc .item .desc {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
  .fwlc .item .cir p {
    font-size: 0.26rem;
    width: 0.54rem;
  }
  .bj-bg .layui-input {
    height: 0.8rem;
    background-color: #f8f8f8;
  }
  .bj-bg .btn {
    height: 0.8rem;
  }
  footer .erweima p {
    font-size: 0.18rem;
  }
  .dai-title .desc {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
  .dai-kun .item .txt h6 {
    font-size: 0.3rem;
  }
  .dai-kun .item .txt .desc {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .dai-kun .a a {
    font-size: 0.2rem;
  }
  .dai-tu .item {
    width: 49%;
    height: 2.8rem;
    margin-right: 2%;
  }
  .dai-tu .item:nth-child(3n) {
    margin-right: 2%;
  }
  .dai-tu .item:nth-child(2n) {
    margin-right: 0;
  }
  .dai-tu .item h6 {
    font-size: 0.3rem;
  }
  .dai-tu .item .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .link-zx {
    width: 3.7rem;
    height: 0.64rem;
    border-radius: 0.32rem 0.32rem 0 0.32rem;
  }
  .link-zx span {
    font-size: 0.24rem;
  }
  .link-zx .mo {
    width: 0.2rem;
  }
  .dai-what .item .txt {
    width: 3.1rem;
    min-height: initial;
  }
  .dai-what .item .txt h6 {
    font-size: 0.3rem;
  }
  .dai-what .item .txt .desc {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .dai-fs .item h6 {
    font-size: 0.3rem;
    margin-top: -0.45rem;
  }
  .dai-fs .item .desc {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
  .dai-fs .img img {
    margin-left: -1.6rem;
  }
  .dai-case .item {
    height: 6.2rem;
  }
  .short-vidoe-items .item {
    width: 49%;
    margin-right: 2%;
  }
  .short-vidoe-items .item:nth-child(5n) {
    margin-right: 2%;
  }
  .short-vidoe-items .item:nth-child(2n) {
    margin-right: 0;
  }
  .short-vidoe-items .item {
    height: 5rem;
  }
  .short-vidoe-items .item .txt h6 {
    font-size: 0.26rem;
  }
  .short-vidoe-items .item .txt .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
  }
  .vr-case-items .item {
    width: 49%;
    margin-right: 2%;
  }
  .vr-case-items .item:nth-child(3n) {
    margin-right: 2%;
  }
  .vr-case-items .item:nth-child(2n) {
    margin-right: 0;
  }
  .vr-case-items .item h6 {
    font-size: 0.24rem;
  }
  .vr-case-items .item .img {
    height: 2.3rem;
  }
  .ins-banner .bark {
    display: none;
  }
  .ins-nav a {
    font-size: 0.2rem;
  }
  .brand {
    display: none;
  }
  .news-dt {
    padding-top: 0.4rem;
  }
  .left-nav .t {
    font-size: 0.2rem;
  }
  .left-nav .wen {
    font-size: 0.24rem;
  }
  .p-n a {
    font-size: 0.26rem;
  }
  .ab-intro .txt .t {
    font-size: 0.24rem;
  }
  .ab-intro .txt h3 {
    font-size: 0.4rem;
  }
  .ab-intro .txt .desc {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .ab-intro .wen {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .ab-intro .item p {
    font-size: 0.24rem;
  }
  .ab-intro .tx h5 {
    font-size: 0.32rem;
  }
  .ab-intro .tx .desc {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .ab-lian .txt h4 {
    font-size: 0.32rem;
  }
  .ab-lian .txt .con {
    font-size: 0.24rem;
  }
  .ab-lian .txt .t {
    font-size: 0.22rem;
  }
  .ab-lian .txt .addr {
    font-size: 0.24rem;
  }
  .ab-lian .erweima .sub {
    width: 1.6rem;
    margin: 0 0.1rem;
  }
  .ab-lian .erweima p {
    font-size: 0.2rem;
  }
  .dt-banner .prev,
  .dt-banner .next {
    display: none;
  }
  .right-tar {
    display: none;
  }
}
