/*
 *	Created by Edward on 24/05/14
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/
@font-face {
  font-family: 'iconfont';
  src: url('../style/iconfont.woff2') format('woff2'), url('../style/iconfont.woff?t=1663740079843') format('woff'), url('../style/iconfont.ttf?t=1663740079843') format('truetype');
}
@font-face {
  font-family: 'iconfont2';  /* Project id 4585291 */
  src: url('//at.alicdn.com/t/c/font_4585291_mvlu43o7rsb.woff2?t=1737353749698') format('woff2'),
  url('//at.alicdn.com/t/c/font_4585291_mvlu43o7rsb.woff?t=1737353749698') format('woff'),
  url('//at.alicdn.com/t/c/font_4585291_mvlu43o7rsb.ttf?t=1737353749698') format('truetype');
}
:root {
  --color-text: #1a1a1a;
  --font-size: 16px;
}
.iconfont2 {
  font-family: "iconfont2" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  /*font-family: pinfang;*/
  
  /* src: url(../fonts/HarmonyOS.ttf); */
  src: url(https://website-ishutime.oss-cn-chengdu.aliyuncs.com/pinfang-xi.ttf);
}
@font-face {
  font-family: din;
  src: url(../fonts/din-bold-webfont.woff2);
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/novecentosanswide.woff2);
}
body,
html {
  color: var(--color-text);
  font-size: var(--font-size);
  font-family: "Microsoft YaHei", '微软雅黑', "Arial";
  font-weight: 500;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 6px; /* 滚动条宽度 */
  height: 6px; /* 滚动条高度 */
}

/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #000000; /* 滑块背景颜色 */
  /*border-radius: 6px; !* 滑块圆角 *!*/
}
textarea,
input {
  font-family: pinfang, "Microsoft YaHei", '微软雅黑', "Arial";
  font-size: 14px;
}
b {
  font-weight: 500;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  background: black;
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.he_fadeup2 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}
.he_fadeup3 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.5s;
}
.he_fadeup4 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.6s;
}
.he_fadeup5 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.7s;
}
.he_fadeup6 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.8s;
}
.he_fadeup7 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.9s;
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: black;
  z-index: 9999;
  transition: 0.5s all ease-in-out;
}
.loading.active {
  transform: translateY(-100vh);
}
.loading .loadingImg {
  width: 13vw;
  height: 13vw;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .loadingImg img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: slideshow 0.8s infinite;
}
@keyframes slideshow {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loading .loadingVideo {
  width: 50vw;
  height: 20vw;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .loadingVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.progress-bar {
  position: absolute;
  width: 26vw;
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  transition: width 0.3s ease;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
#progress {
  width: 0;
  background: white;
  height: 1px;
  transition: width 0.3s ease;
}
.progressText {
  text-align: center;
  margin-top: 2vw;
}
header {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  transition: .3s all ease-in-out;
}
.logo {
  width: 140px;
  height: auto;
  position: relative;
  z-index: 9;
  margin: 10px 3vw;
}
.logo img,
.hot_tel img {
  transition: all 0.35s;
}
.logo img:nth-child(2),
.hot_tel img:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.active .logo img:nth-child(1),
.active .hot_tel img:nth-child(1) {
  opacity: 0;
}
.active .logo img:nth-child(2),
.active .hot_tel img:nth-child(2) {
  opacity: 1;
}
.hot_tel {
  width: 219px;
  position: relative;
}
header.active {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(3px); */
}
header.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
nav {
  width: 70vw;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
}
nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
nav ul li {
  width: calc(100% / 7);
  position: relative;
  line-height: 55px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
nav ul li .second {
  width: 70%;
  height: auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 15%;
  top: 40px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0px;
  border-radius: 4px;
  transition: 0.5s all ease-in-out;
  z-index: 9;
}
/* 
header.active nav ul li .second {
    border-radius: 0 0 4px 4px;
} */
nav ul li .second a {
  color: white;
}
nav ul li .second a:hover {
  text-decoration: underline;
}
nav ul li:hover .second {
  opacity: 1;
  pointer-events: all;
  top: 58px;
}
nav ul li a {
  display: block;
  position: relative;
  color: #fff;
}
nav ul li::after {
  width: 0%;
  left: 50%;
  position: absolute;
  bottom: 12px;
  content: '';
  background: #fff;
  transition: all 0.35s;
  height: 2px;
  border-radius: 5px;
}
nav ul li:hover::after {
  width: 20%;
  left: 40%;
}
/* .active nav ul li a {
    color: #1a1a1a;
} */
.menu {
  width: 35vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateX(35vw);
  transition: 0.5s all ease-in-out;
  padding: 5vw 3vw;
}
.menu.active {
  transform: translateX(0);
}
.menu ul {
  width: 29vw;
  position: absolute;
}
.menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1vw 0;
  transition: 0.3s all ease-in-out;
}
.menu ul li.active .second {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.menu ul li a {
  color: white;
  font-size: 1.1vw;
  font-weight: 200;
  border-bottom: 1px solid transparent;
}
.menu ul li .second {
  transition: 0.3s all ease-in-out;
}
.menu ul li .second a {
  font-size: 0.85vw;
  margin-top: 0.5vw;
  display: inline-block;
  margin-right: 2.5vw;
}
.menu ul li .second a:last-child{
  margin-right: 0;
}
.menu ul li .second a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.menu ul li .second a::after {
  content: '|';
  position: absolute;
  margin-left: 0.9vw;
  opacity: 0.5;
}
.menu ul li .second a:last-child::after {
  content: inherit;
}
.boxes.p0 {
  padding: 50px;
}
.banners .video {
  position: relative;
  height: auto;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.banner .text p{
  font-size: 2vw;
  color: white;
  text-align: center;
  margin-bottom: .5vw;
  letter-spacing: 3px;
}
.banner .text img{
  width: 20vw;
  margin: 0 auto;
}
.banners .video video {
  height: auto;
  object-fit: cover;
  position: relative;
  left: 0%;
  -webkit-transform: translateX(0%);
}
.banners .text {
  width: 10vw;
  position: absolute;
  z-index: 9;
  margin-top: 20vw;
  cursor: pointer;
}
#videoBtn.active {
  display: none;
}
.changcheng {
  width: 100%;
  height: 100vh;
  position: relative;
}
.changcheng .img {
  width: 70vw;
  height: 90vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.changcheng .img img {
  max-width: none;
  width: 100%;
  height: 100%;
}
.changcheng .f3Swiper {
  width: 70vw;
  height: 90vh;
  overflow: hidden;
}
.changcheng .f3Swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.changcheng .f3SwiperImg {
  width: 40vw;
  overflow: hidden;
  position: absolute;
  left: 30vw;
  color: white;
  text-align: center;
  font-size: 16px;
}
.changcheng .f3SwiperImg .swiper-slide {
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 3px solid white;
  opacity: 0.5;
}
.changcheng .f3SwiperImg .swiper-slide-thumb-active {
  opacity: 1;
}
.t1 {
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -150px;
  opacity: 0;
  z-index: 9;
}
.t1 .dh_name {
  position: relative;
  top: 0%;
}
.t1 .dh_name .name {
  margin-bottom: 0.5vw;
}
.mouse_icon {
  width: 14px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 3%;
  z-index: 20;
  display: none;
}
.mouse_icon::after {
  width: 1px;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: -60px;
  content: '';
  background: #fff;
  -webkit-animation: mouseMove 1.5s ease infinite;
}
@-webkit-keyframes mouseMove {
  0% {
    height: 0px;
  }
  100% {
    height: 50px;
  }
}
.t2 {
  width: 550px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -275px;
  opacity: 0;
}
.t2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.t2 ul li {
  width: 30%;
  position: relative;
  cursor: pointer;
  margin-right: 5%;
  line-height: 45px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.t2 ul li.active {
  opacity: 1;
}
.t2 ul li::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: '';
  background: #fff;
}
.t2 ul li:nth-child(3n) {
  margin-right: 0%;
}
.cursor-box {
  width: 90px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.cursor-box.active {
  display: none;
}
.cursor-box .img {
  width: 80%;
  height: auto;
  margin: 0px auto;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.cursor-box .img img:nth-child(2) {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-animation: curAnimate 2s linear infinite;
}
@-webkit-keyframes curAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.cursor-box .txt {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.banner.banners {
  height: auto;
}
.s_heder {
  width: auto;
  position: absolute;
  display: flex;
  align-items: center;
  color: #fff;
  right: 3vw;
}
.s_hederl {
  width: auto;
  position: absolute;
  display: flex;
  align-items: center;
  color: #fff;
  left: 3vw;
}
.search_box {
  /* width: 30px; */
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  margin-right: 12px;
  display: flex;
  transition: 0.5s all ease-in-out;
}
.search_box span {
  cursor: pointer;
}
.search_box input {
  width: 0;
  background: transparent;
  outline: none;
  border: transparent;
  border-bottom: 1px solid white;
  color: white;
  transition: 0.5s all ease-in-out;
}
.search_box.active input {
  width: 7vw;
}
.version {
  width: 75px;
  height: 30px;
  position: relative;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  padding-right: 19px;
}
.version::after {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 8px;
  content: '';
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: 0px -14px;
}
.version .v_i {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.version .icon {
  font-size: 20px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.version .languge {
  width: 80px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  background: #fff;
  top: 50px;
  padding: 10px 0px;
  -webkit-transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.version:hover .languge {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.version .languge a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
  opacity: 0.7;
}
.version .languge a:hover {
  opacity: 1;
}
.version .languge a:last-child {
  margin-bottom: 0px;
}
.version .languge a p {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.version .languge a p::before {
  content: "";
  width: 0;
  height: 5px;
  /* background: #006db2; */
  position: absolute;
  right: 0%;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
  opacity: 0.4;
}
.version .languge a.active p::before,
.version .languge a:hover p::before {
  width: 100%;
  right: auto;
  left: 0%;
}
.p_box {
  width: calc(50% - 25px);
  position: relative;
}
.p_box a {
  display: flex;
  width: 100%;
  position: relative;
}
.p_box a:hover .inner {
  transform: scale(1.1);
}
.dh_name {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0%;
  top: 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 5;
  padding: 0 2vw;
  color: #fff;
}
.dh_name .mar {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.dh_name .name {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  padding: 0.1vw 0 0.2vw;
}
.dh_name .more {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  color: white;
}
.dh_name .more .m {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.dh_name .more .m .icon {
  font-size: 10px;
  margin-left: 3px;
}
.p_box .thum {
  width: 100%;
  position: relative;
}
.p_box .thum .inner {
  padding-top: 75%;
  transition: 0.5s all ease-in-out;
}
.dh_title {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 3vw;
}
.dh_title .name {
  font-size: 36px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5vw;
  text-align: center;
}
.boxesname {
  position: relative;
  overflow: hidden;
  margin-bottom: 3vw;
  text-align: center;
}
.boxesname .tit{
  font-size: 36px;
}
.boxesname .d{
  position: relative;
  width: 100%;
  font-size: 16px;
}
.dh_title .des {
  position: relative;
  width: 100%;
  font-size: 16px;
}
.sy_list {
  position: relative;
  width: 100%;
}
.sy_list ul {
  width: 100%;
  display: flex;
  position: relative;
}
.sy_list ul li {
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  position: relative;
}
.sy_list ul li:hover .inner {
  transform: scale(1.1);
}
.sy_list ul li a {
  display: block;
  position: relative;
}
.sy_list ul li:nth-child(3n) {
  margin-right: 0%;
}
.sy_list ul li .inner {
  padding-top: 135%;
  transition: 0.5s all ease-in-out;
}
.sy_list .dh_name .mar {
  margin-bottom: 1vw;
}
.carSwiper .inner {
  padding-top: 56%;
}
.carSwiper .swiper-button-next {
  background: white;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  right: 19vw;
}
.carSwiper .swiper-button-next:after,
.carSwiper .swiper-button-prev:after {
  color: black;
  font-size: 1.2vw;
}
.carSwiper .swiper-button-prev {
  background: white;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  left: 19vw;
}
.footer {
  position: relative;
  background: #000000;
  padding: 80px 0px 10px;
  font-size: 0.8vw;
}
.footerTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 80px;
  align-items: flex-start;
}
.f_nav {
  width: calc(100% - 400px);
}
.f_nav ul {
  width: 100%;
  display: flex;
}
.f_nav ul li {
  width: calc(100% / 6);
  position: relative;
}
.f_socals {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: flex-start;
}
.f_nav ul li a {
  width: 100%;
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  line-height: 35px;
}
.f_nav ul li a:first-child {
  color: #ffffff;
  font-size: 0.9vw;
}
.f_logo {
  width: 250px;
  position: relative;
  margin-bottom: 15px;
}
.f_info {
  width: 100%;
  color: #fff;
  position: relative;
  text-align: right;
}
.f_info a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 40px;
  font-family: icomoon;
  margin-bottom: 5px;
}
.f_info p {
  font-size: 0.9vw;
}
.footerBtm {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 12px;
}
.footerBtm .cp {
  width: calc(100% - 400px);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
}
.footerBtm .cp a {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 10px;
}
.footerBtm .cp a:hover,
.f_nav ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footerBtm .cp p {
  margin-left: 10px;
}
.socals {
  width: 260px;
}
.socals ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.socals ul li {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.socals ul li .icon {
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
}
.socals ul li:hover .icon {
  color: #ffffff;
}
.socals ul li:nth-child(2) .icon {
  font-size: 20px;
}
.socals ul li:nth-child(5) .icon,
.socals ul li:nth-child(3) .icon {
  font-size: 24px;
}
.socals ul li .img {
  display: none;
  position: absolute;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  background: #fff;
  top: -130px;
  border-radius: 5px;
  overflow: hidden;
}
.socals ul li:hover .img {
  display: block;
}
.carSwiper .dh_name .name {
  font-size: 30px;
  margin-bottom: 0.5vw;
}
.menu_bar {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  margin-left: 35px;
  z-index: 9;
}
.menu_bar.active {
  z-index: 9998;
}
.menu_bar.active span {
  background: #fff;
}
.menu_bar .bar {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.menu_bar span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  display: block;
  -webkit-transition: all 0.35s;
  -webkit-transform: rotate(0deg);
  top: 0px;
}
.menu_bar.active span {
  background: #fff;
}
.menu_bar span:nth-child(2) {
  top: 9px;
  width: 20px;
}
.menu_bar:hover span:nth-child(2) {
  width: 30px;
}
.menu_bar:hover span:nth-child(3) {
  width: 30px;
}
.menu_bar.active:hover span:nth-child(2) {
  width: 0px;
}
.menu_bar.active:hover span:nth-child(3) {
  width: 25px;
}
.menu_bar.active span:nth-child(2) {
  width: 0px;
}
.menu_bar.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  width: 25px;
}
.menu_bar.active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
}
.menu_bar span:nth-child(3) {
  top: 18px;
  width: 25px;
}
.bannerBox {
  width: 100%;
  height: 26vw;
  background-size: cover !important;
}
.tabBox {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabBox .tabItem {
  display: flex;
}
.tabBox .tabItem .tab {
  display: block;
  color: #494949;
  font-size: 0.85vw;
  padding: 1vw;
  margin-right: 2vw;
  border-bottom: 3px solid transparent;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.tabBox .tabItem .tab:hover {
  border-bottom: 3px solid black;
}
.tabBox .tabItem .tab.active {
  border-bottom: 3px solid black;
}
.serachPro {
  width: 12vw;
  height: 2vw;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3vw;
  padding: 0.4vw 1vw;
  font-size: 0.85vw;
  margin-bottom: 1vw;
}
.serachPro span {
  cursor: pointer;
}
.serachPro input {
  width: 80%;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
}
.tabBox .linkBox {
  display: flex;
  padding: 1vw 0;
}
.tabBox .linkBox .link {
  font-size: 0.85vw;
}
.tabBox .linkBox .link img {
  width: 1vw;
}
.tabBox .linkBox .link i {
  margin: 0 0.5vw;
}
.titBox .tit {
  color: #212121;
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.titBox .d {
  color: #707070;
  font-size: 1vw;
  margin-top: 0.5vw;
  line-height: 2;
}
.case {
  width: 100%;
}
.case .f1 {
  width: 100%;
  padding: 5vw 2vw 2vw 2vw;
}
.case .f1 .titBox {
  text-align: center;
}
.case .f1 .f1Box {
  width: 100%;
  display: inline-block;
}
.case .f1 .f1Box .item {
  width: 47vw;
  height: 25vw;
  display: inline-block;
  float: left;
  margin-top: 2vw;
  margin-right: 2vw;
  overflow: hidden;
}
.case .f1 .f1Box .item .textBox {
  color: white;
  position: absolute;
  padding-left: 3vw;
  padding-top: 5vw;
  z-index: 1;
}
.case .f1 .f1Box .item .textBox .tits {
  font-size: 0.9vw;
}
.case .f1 .f1Box .item .textBox .name {
  font-size: 2vw;
}
.case .f1 .f1Box .item .textBox .more {
  width: 100%;
  font-size: 0.75vw;
  display: flex;
  margin-top: 10vw;
}
.case .f1 .f1Box .item .textBox .more .icon {
  font-size: 0.5vw;
  margin: 0.2vw;
}
.case .f1 .f1Box .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.case .f1 .f1Box .item:nth-child(2n) {
  margin-right: 0;
}
.case .f1 .f1Box .item:hover .imgBox {
  transform: scale(1.1);
}
.caseDetail {
  width: 100%;
}
.caseDetail .f1 {
  width: 100%;
  display: flex;
  padding: 5vw 2vw;
}
.caseDetail .f1 .f1Swiper2 {
  width: 50vw;
  margin: 0;
}
.caseDetail .f1 .f1Swiper2 .img {
  width: 100%;
  height: 30vw;
  background-size: cover !important;
}
.caseDetail .f1 .f1Swiper {
  width: 26vw;
  position: absolute;
  margin-left: 55vw;
  margin-top: 22vw;
}
.caseDetail .f1 .f1Swiper .swiper-slide {
  border: 2px solid transparent;
  overflow: hidden;
}
.caseDetail .f1 .f1Swiper .swiper-slide .img {
  width: 6vw;
  height: 6vw;
  background-size: cover !important;
}
.caseDetail .f1 .f1Swiper .swiper-slide-thumb-active {
  border: 2px solid black;
}
.caseDetail .f1 .textBox {
  padding-top: 3vw;
  margin-left: 5vw;
}
.caseDetail .f1 .textBox .des {
  color: #707070;
  font-size: 0.9vw;
  margin-top: 4vw;
  line-height: 2;
}
.caseDetail .f2 {
  width: 100%;
  padding: 0 2vw;
}
.caseDetail .f2 .videoBoxs {
  width: 100%;
  height: 36vw;
}
.caseDetail .f2 .videoBoxs video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.caseDetail .f2 .text {
  width: 10vw;
  position: absolute;
  z-index: 9;
  margin-top: -6vw;
  left: 45vw;
  cursor: pointer;
}
.caseDetail .f3 {
  width: 100%;
  padding: 5vw 8vw;
}
.caseDetail .f3 .titBox {
  text-align: center;
}
.caseDetail .f3 .titBox p:nth-child(1) {
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.caseDetail .f3 .titBox p:nth-child(2) {
  font-size: 1vw;
  line-height: 2;
}
.caseDetail .f3 .f3Box {
  width: 100%;
  margin-top: 1vw;
}
.caseDetail .f3 .f3Box .item {
  width: 100%;
  display: inline-block;
  margin-top: 3vw;
}
.caseDetail .f3 .f3Box .item .imgBox {
  width: 42vw;
  height: 21vw;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.caseDetail .f3 .f3Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.caseDetail .f3 .f3Box .item .imgBox:hover .img {
  transform: scale(1.1);
}
.caseDetail .f3 .f3Box .item .textBox {
  width: 36vw;
  display: inline-block;
  margin-left: 6vw;
}
.caseDetail .f3 .f3Box .item .textBox .tit {
  color: #000000;
  font-size: 1.2vw;
}
.caseDetail .f3 .f3Box .item .textBox .desBox {
  width: 100%;
  padding-top: 2vw;
  margin-top: 2vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.caseDetail .f3 .f3Box .item .textBox .desBox p {
  width: 48%;
  color: #707070;
  font-size: 0.9vw;
  display: inline-block;
  float: left;
  line-height: 2;
  margin-right: 4%;
}
.caseDetail .f3 .f3Box .item .textBox .desBox p:nth-child(2n) {
  margin-right: 0;
}
.caseDetail .f3 .f3Box .item .textBox .desBox p span{
	text-wrap:initial !important;
}

.caseDetail .f3 .f3Box .item:nth-child(2n) .imgBox {
  float: inherit;
}
.caseDetail .f3 .f3Box .item:nth-child(2n) .textBox {
  float: left;
  margin-left: 0;
  margin-right: 6vw;
}
.caseDetail .f4 {
  width: 100%;
  padding: 0 2vw 2vw 2vw;
}
.caseDetail .f4 .titBox {
  text-align: center;
}
.caseDetail .f4 .f4Box {
  width: 100%;
  display: inline-block;
}
.caseDetail .f4 .f4Box .item {
  width: 47vw;
  height: 25vw;
  display: inline-block;
  float: left;
  margin-top: 2vw;
  margin-right: 2vw;
  overflow: hidden;
}
.caseDetail .f4 .f4Box .item .textBox {
  color: white;
  position: absolute;
  padding-left: 3vw;
  padding-top: 5vw;
  z-index: 1;
}
.caseDetail .f4 .f4Box .item .textBox .tits {
  font-size: 0.9vw;
}
.caseDetail .f4 .f4Box .item .textBox .name {
  font-size: 2vw;
}
.caseDetail .f4 .f4Box .item .textBox .more {
  width: 100%;
  font-size: 0.75vw;
  display: flex;
  margin-top: 10vw;
}
.caseDetail .f4 .f4Box .item .textBox .more .icon {
  font-size: 0.5vw;
  margin: 0.2vw;
}
.caseDetail .f4 .f4Box .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.caseDetail .f4 .f4Box .item:nth-child(2n) {
  margin-right: 0;
}
.caseDetail .f4 .f4Box .item:hover .imgBox {
  transform: scale(1.1);
}
.lianming {
  width: 100%;
}
.lianming .f1 {
  width: 100%;
  background: #e6e6e6;
}
.lianming .f1 .titBox {
  text-align: center;
  padding: 5vw 5vw 0 5vw;
}
.lianmingDetail {
  width: 100%;
}
.lianmingDetail .f1 {
  width: 100%;
  padding: 5vw 12vw 0 12vw;
  display: flex;
}
.lianmingDetail .f1 .img {
  width: 37vw;
}
.lianmingDetail .f1 .textBox {
  width: 34vw;
  margin-left: 7vw;
}
.lianmingDetail .f1 .textBox .titBox .des {
  color: #707070;
  font-size: 0.9vw;
  margin-top: 3vw;
  line-height: 2;
}
.lianmingDetail .f2 {
  width: 100%;
  padding: 0 2vw;
}
.lianmingDetail .f2 .videoBoxs {
  width: 100%;
  height: 36vw;
}
.lianmingDetail .f2 .videoBoxs video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.lianmingDetail .f2 .text {
  width: 10vw;
  position: absolute;
  z-index: 9;
  margin-top: -6vw;
  left: 45vw;
  cursor: pointer;
}
.lianmingDetail .f3 {
  width: 100%;
  padding: 5vw 8vw;
}
.lianmingDetail .f3 .titBox {
  text-align: center;
}
.lianmingDetail .f3 .titBox p:nth-child(1) {
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.lianmingDetail .f3 .titBox p:nth-child(2) {
  font-size: 1vw;
  line-height: 2;
}
.lianmingDetail .f3 .f3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}
.lianmingDetail .f3 .f3Box .item {
  width: 11vw;
  height: 33vw;
  margin-right: 0.3vw;
  color: white;
  transition: 0.5s all ease-in-out;
  position: relative;
  background-size: cover !important;
  background-blend-mode: multiply;
}
.lianmingDetail .f3 .f3Box .item .tit {
  width: 1vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2vw;
  transition: 0.5s all ease-in-out;
}
.lianmingDetail .f3 .f3Box .item .text {
  width: 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.lianmingDetail .f3 .f3Box .item .text .t {
  font-size: 1.2vw;
}
.lianmingDetail .f3 .f3Box .item .text .d {
  font-size: 0.9vw;
  line-height: 2;
}
.lianmingDetail .f3 .f3Box .item:last-child {
  margin-right: 0;
}
.lianmingDetail .f3 .f3Box .item.active {
  width: 37vw;
  height: 33vw;
}
.lianmingDetail .f3 .f3Box .item.active .tit {
  opacity: 0;
}
.lianmingDetail .f3 .f3Box .item.active .text {
  opacity: 1;
}
.zhengche {
  width: 100%;
}
.zhengche .f1 {
  width: 100%;
  padding: 0 2vw 2vw 2vw;
}
.zhengche .f1 .f1Box {
  width: 100%;
  display: inline-block;
}
.zhengche .f1 .f1Box .item {
  width: 47vw;
  height: 38vw;
  display: inline-block;
  float: left;
  margin-top: 2vw;
  margin-right: 2vw;
  overflow: hidden;
}
.zhengche .f1 .f1Box .item .textBox {
  width: 47vw;
  color: white;
  position: absolute;
  padding-top: 3vw;
  z-index: 1;
  text-align: center;
}
.zhengche .f1 .f1Box .item .textBox .tits {
  font-size: 0.9vw;
}
.zhengche .f1 .f1Box .item .textBox .name {
  font-size: 2vw;
}
.zhengche .f1 .f1Box .item .textBox .more {
  width: 100%;
  font-size: 0.75vw;
  display: inline-block;
  text-align: center;
  margin-top: 1vw;
}
.zhengche .f1 .f1Box .item .textBox .more p {
  display: inline-block;
}
.zhengche .f1 .f1Box .item .textBox .more .icon {
  font-size: 0.5vw;
  position: relative;
  top: -0.1vw;
  display: inline-block;
}
.zhengche .f1 .f1Box .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.zhengche .f1 .f1Box .item:nth-child(2n) {
  margin-right: 0;
}
.zhengche .f1 .f1Box .item:hover .imgBox {
  transform: scale(1.1);
}
.zhengcheDetail {
  width: 100%;
}
.zhengcheDetail .f1 {
  width: 100%;
  display: flex;
  padding-top: 5vw;
}
.zhengcheDetail .f1 .img {
  width: 50vw;
}
.zhengcheDetail .f1 .textBox {
  padding-top: 3vw;
  margin-left: 3vw;
}
.zhengcheDetail .f1 .textBox .desBox {
  margin-top: 3vw;
}
.zhengcheDetail .f1 .textBox .desBox .t {
  width: 16vw;
  font-size: 1.5vw;
  padding: 1vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.zhengcheDetail .f1 .textBox .desBox .des {
  color: #707070;
  font-size: 0.9vw;
  margin-top: 1vw;
  line-height: 2;
}
.zhengcheDetail .f1 .textBox .desBox .price {
  color: #343434;
  font-size: 0.9vw;
  margin: 5vw 0 3vw 0;
}
.zhengcheDetail .f1 .textBox .desBox .price span {
  color: #343434;
  font-size: 2vw;
  font-style: italic;
}
.zhengcheDetail .f2 {
  width: 100%;
  padding: 0 2vw;
}
.zhengcheDetail .f2 .videoBoxs {
  width: 100%;
  height: 36vw;
}
.zhengcheDetail .f2 .videoBoxs video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.zhengcheDetail .f2 .text {
  width: 10vw;
  position: absolute;
  z-index: 9;
  margin-top: -6vw;
  left: 45vw;
  cursor: pointer;
}
.zhengcheDetail .f3 {
  width: 100%;
  padding: 5vw 8vw;
}
.zhengcheDetail .f3 .titBoxs {
  text-align: center;
  line-height: 2;
}
.zhengcheDetail .f3 .titBoxs p:nth-child(1) {
  font-size: 2vw;
  margin-bottom: 0.5vw;
  line-height: 1.2;
}
.zhengcheDetail .f3 .titBoxs p:nth-child(2),.zhengcheDetail .f3 .titBoxs p:nth-child(3),.zhengcheDetail .f3 .titBoxs p:nth-child(4) {
  font-size: 1vw;
  line-height: 2;
}
.zhengcheDetail .f3 .titBoxs .tit {
  font-size: 1.2vw;
}
.zhengcheDetail .f3 .titBoxs .d {
  font-size: 1vw;
}
.zhengcheDetail .f3 .titBoxs .des {
  color: #707070;
  font-size: 0.9vw;
}
.zhengcheDetail .f3 .f3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
.zhengcheDetail .f3 .f3Box .item {
  width: 11vw;
  height: 33vw;
  margin-right: 0.3vw;
  color: white;
  transition: 0.5s all ease-in-out;
  position: relative;
  background-size: cover !important;
  background-blend-mode: multiply;
}
.zhengcheDetail .f3 .f3Box .item .tit {
  width: 1vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2vw;
  transition: 0.5s all ease-in-out;
}
.zhengcheDetail .f3 .f3Box .item .text {
  width: 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.zhengcheDetail .f3 .f3Box .item .text .t {
  font-size: 1.2vw;
}
.zhengcheDetail .f3 .f3Box .item .text .d {
  font-size: 0.9vw;
  line-height: 2;
}
.zhengcheDetail .f3 .f3Box .item:last-child {
  margin-right: 0;
}
.zhengcheDetail .f3 .f3Box .item.active {
  width: 37vw;
  height: 33vw;
}
.zhengcheDetail .f3 .f3Box .item.active .tit {
  opacity: 0;
}
.zhengcheDetail .f3 .f3Box .item.active .text {
  opacity: 1;
}
.zhengcheDetail .f4 {
  width: 100%;
  padding: 0 8vw 5vw 8vw;
}
.zhengcheDetail .f4 .tit {
  color: #262626;
  font-size: 1.2vw;
}
.zhengcheDetail .f4 .f4Box {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #b4b4b4;
  margin-top: 1vw;
}
.zhengcheDetail .f4 .f4Box p {
  width: 20%;
  display: inline-block;
  float: left;
  color: #525252;
  font-size: 0.9vw;
  padding: 1.2vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zhuangbei {
  width: 100%;
}
.zhuangbei .f1 {
  width: 100%;
  padding: 5vw 8vw;
}
.zhuangbei .f1 .titBox {
  text-align: center;
}
.zhuangbei .f1 .f1Box {
  width: 100%;
  margin-top: 3vw;
}
.zhuangbei .f1 .f1Box #proimg {
  width: 100%;
  position: relative;
}
.zhuangbei .f1 .f1Box #proimg .item {
  width: 16.6vw;
  overflow: hidden;
  position: absolute;
  padding: 0.5vw;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.zhuangbei .f1 .f1Box #proimg .item p {
  color: #212121;
  padding: 1vw 0 .5vw 0;
  font-size: 0.9vw;
}
.zhuangbei .f1 .f1Box #proimg .item .btn{
  font-size: 0.85vw;
  padding: 0.2vw .5vw;
  margin: 0 auto;
  float: right;
  display: inline-block;
  border: 1px solid black;
}
.zhuangbei .f1 .f1Box #proimg .item:hover {
  box-shadow: 0 0 3vw 1vw rgba(0, 0, 0, 0.08);
  background: white;
}
.imgBoxModal{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  display: none;
  z-index: 999;
}
.imgBoxModal .img{
  width: 40%;
  height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow-y: scroll;
}
.imgBoxModal.active{
  display: block;
}
.proImgModal {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  display: none;
}
.proImgModal .proimgSwiper {
  width: 100%;
  height: 32vw;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proImgModal .proimgSwiper .swiper-slide {
  transform: scale(0.8);
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.proImgModal .proimgSwiper .swiper-slide .img{
  width: 30vw;
  height: 30vw;
  background-size: contain !important;
  margin: 0 auto;
}
.proImgModal .proimgSwiper .swiper-slide .name{
  text-align: center;
  font-size: 1vw;
  margin-top: 1vw;
}
.proImgModal .proimgSwiper .swiper-slide-active {
  transform: scale(1);
}
.proImgModal .proimgSwiper .swiper-button-next {
  right: 31vw;
}
.proImgModal .proimgSwiper .swiper-button-prev {
  left: 31vw;
}
.proImgModal .proimgSwiper .swiper-button-next:after,
.proImgModal .proimgSwiper .swiper-button-prev:after {
  font-size: 1.5vw;
  color: #000000;
}
.proImgModal .close {
  color: #000000;
  font-size: 2vw;
  right: 6vw;
  position: absolute;
  top: 3vw;
  cursor: pointer;
}
.proImgModal.active {
  display: block;
}
.proImgModal .nameBox{
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 5vw;
  font-size: 1vw;
}
.shalong {
  width: 100%;
}
.shalong .f1 {
  width: 100%;
  padding: 4vw 8vw 0 0;
  display: flex;
  justify-content: space-between;
}
.shalong .f1 .img {
  width: 50vw;
  height: 31vw;
  background-size: cover !important;
}
.shalong .f1 .textBox {
  width: 38vw;
}
.shalong .f1 .textBox .des {
  margin-top: 1vw;
  font-size: 0.9vw;
  color: #707070;
  line-height: 2;
}
.shalong .f2 {
  width: 100%;
  padding: 4vw 8vw;
  display: flex;
  justify-content: space-between;
}
.shalong .f2 .left {
  width: 46vw;
}
.shalong .f2 .left .textBox {
  display: inline-block;
}
.shalong .f2 .left .textBox .img {
  width: 5vw;
  height: 17vw;
  background-size: cover !important;
  display: inline-block;
}
.shalong .f2 .left .textBox .text {
  display: inline-block;
  margin-left: 3vw;
}
.shalong .f2 .left .textBox .text .t {
  color: #323232;
  font-size: 1.5vw;
}
.shalong .f2 .left .textBox .text .des {
  color: #707070;
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 1vw;
}
.shalong .f2 .left .imgBox {
  width: 46vw;
  height: 23vw;
  background-size: cover !important;
  margin-top: 4vw;
}
.shalong .f2 .right {
  width: 36vw;
  height: 44.5vw;
  overflow: hidden;
}
.shalong .f2 .right .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.shalong .f3 {
  width: 100%;
  height: 38vw;
  background-size: cover !important;
}
.shalong .f3 .text {
  position: absolute;
  color: white;
  right: 8vw;
  margin-top: 16vw;
}
.shalong .f3 .text .t {
  font-size: 1.5vw;
}
.shalong .f3 .text .des {
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 1vw;
}
.shalong .f4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 4vw 8vw;
}
.shalong .f4 .left {
  width: 31vw;
}
.shalong .f4 .left .img {
  width: 100%;
  height: 27vw;
  background-size: cover !important;
}
.shalong .f4 .left .text {
  margin-top: 5vw;
}
.shalong .f4 .left .text .t {
  color: #323232;
  font-size: 1.5vw;
}
.shalong .f4 .left .text .des {
  color: #707070;
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 1vw;
}
.shalong .f4 .right {
  width: 50vw;
  height: 41vw;
  overflow: hidden;
}
.shalong .f4 .right .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.huodong {
  width: 100%;
}
.huodong .f1 {
  width: 100%;
  padding-top: 6vw;
}
.huodong .f1 .titBox {
  text-align: center;
}
.huodong .f1 .f1Swiper {
  width: 100%;
  margin-top: 2vw;
  overflow: hidden;
}
.huodong .f1 .f1Swiper .swiper-slide {
  width: 61vw;
  height: 34vw;
}
.huodong .f1 .f1Swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.huodong .f1 .f1Swiper .swiper-button-next {
  right: 21vw;
}
.huodong .f1 .f1Swiper .swiper-button-prev {
  left: 21vw;
}
.huodong .f1 .f1Swiper .swiper-button-next:after,
.huodong .f1 .f1Swiper .swiper-button-prev:after {
  color: white;
  font-size: 1.5vw;
}
.huodong .f2 {
  width: 100%;
  display: inline-block;
  padding: 2vw 8vw;
}
.huodong .f2 .item {
  width: 41vw;
  height: 23vw;
  margin-right: 1vw;
  margin-top: 2vw;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.huodong .f2 .item .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.huodong .f2 .item:hover .img {
  transform: scale(1.1);
}
.huodong .f2 .item:nth-child(2n) {
  margin-right: 0;
}
.shangwu {
  width: 100%;
}
.shangwu .f1 {
  width: 100%;
  height: 50vw;
  background-size: cover !important;
}
.shangwu .f1 .textBox {
  width: 32vw;
  padding-left: 8vw;
  padding-top: 14vw;
}
.shangwu .f1 .textBox .titBox .tit {
  color: white;
}
.shangwu .f1 .textBox .titBox .d {
  color: white;
}
.shangwu .f1 .textBox .phoneBox {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1vw;
  margin-top: 3vw;
  padding: 1vw;
  color: white;
}
.shangwu .f1 .textBox .phoneBox .t {
  font-size: 0.9vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.shangwu .f1 .textBox .phoneBox .t i {
  margin-right: 0.3vw;
  font-size: 1.1vw;
}
.shangwu .f1 .textBox .phoneBox .phone {
  width: 100%;
  display: inline-block;
  margin-top: 1vw;
}
.shangwu .f1 .textBox .phoneBox .phone a {
  width: 50%;
  color: white;
  display: inline-block;
  float: left;
  font-size: 1.2vw;
  line-height: 2;
  padding-left: 1vw;
}
.shiping {
  width: 100%;
}
.shiping .f1 {
  width: 100%;
  padding: 5vw 8vw;
}
.shiping .f1 .f1Box {
  width: 100%;
  display: inline-block;
}
.shiping .f1 .f1Box .item {
  width: 27vw;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-bottom: 4vw;
  margin-right: 1.5vw;
  cursor: pointer;
}
.shiping .f1 .f1Box .item .imgBox {
  width: 100%;
  height: 15vw;
  overflow: hidden;
}
.shiping .f1 .f1Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  padding-top: 5.5vw;
  overflow: hidden;
}
.shiping .f1 .f1Box .item .imgBox .img .play {
  color: white;
  font-size: 3vw;
  text-align: center;
}
.shiping .f1 .f1Box .item .t {
  color: #313131;
  text-align: center;
  margin-top: 1vw;
  font-size: 1vw;
}
.shiping .f1 .f1Box .item:hover .img {
  transform: scale(1.1);
}
.shiping .f1 .f1Box .item:nth-child(3n) {
  margin-right: 0;
}
.meiti {
  width: 100%;
}
.meiti .f1 {
  width: 100%;
  padding: 4vw 8vw;
}
.meiti .f1 .f1Swiper {
  width: 100%;
  overflow: hidden;
}
.meiti .f1 .f1Swiper .swiper-slide {
  display: flex;
  background: #f8f8f8;
}
.meiti .f1 .f1Swiper .swiper-slide .imgBox {
  width: 53vw;
  height: 30vw;
  overflow: hidden;
}
.meiti .f1 .f1Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.meiti .f1 .f1Swiper .swiper-slide .textBox {
  width: 30vw;
  padding: 3vw 2vw;
}
.meiti .f1 .f1Swiper .swiper-slide .textBox .time {
  color: #000000;
  font-size: 0.85vw;
}
.meiti .f1 .f1Swiper .swiper-slide .textBox .t {
  color: #2a2a2a;
  font-size: 1.5vw;
  line-height: 1.7;
}
.meiti .f1 .f1Swiper .swiper-slide .textBox .d {
  color: #494949;
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 2vw;
}
.meiti .f1 .f1Swiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.meiti .f1 .f1Swiper .swiper-pagination {
  width: 48vw;
  right: 0;
  left: inherit;
  bottom: 2vw;
}
.meiti .f1 .f1Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3vw;
  height: 3px;
  border-radius: 0;
}
.meiti .f1 .f1Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.meiti .f2 {
  width: 100%;
  padding: 3vw 8vw;
  background: #f7f7f7;
}
.meiti .f2 .item {
  width: 100%;
  display: flex;
  padding: 2vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.meiti .f2 .item .imgBox {
  width: 30vw;
  height: 17vw;
  overflow: hidden;
}
.meiti .f2 .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.meiti .f2 .item .textBox {
  width: 50vw;
  margin-left: 3vw;
  padding: 1vw 0;
  position: relative;
}
.meiti .f2 .item .textBox .time {
  color: #000000;
  font-size: 0.85vw;
}
.meiti .f2 .item .textBox .t {
  color: #2a2a2a;
  font-size: 1.5vw;
  line-height: 1.7;
}
.meiti .f2 .item .textBox .d {
  color: #494949;
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 2vw;
}
.meiti .f2 .item .textBox .more {
  width: 100%;
  font-size: 0.75vw;
  display: flex;
  position: absolute;
  bottom: 1vw;
}
.meiti .f2 .item .textBox .more .icon {
  font-size: 0.5vw;
  margin: 0.2vw;
}
.meiti .f2 .item:hover .imgBox .img {
  transform: scale(1.1);
}
.join {
  width: 100%;
}
.join .f1 {
  width: 100%;
  padding: 6vw 8vw;
  display: inline-block;
}
.join .f1 .f1Box {
  width: 57vw;
  min-height: 5vw;
  display: inline-block;
  float: left;
}
.join .f1 .f1Box .item {
  width: 100%;
  display: block;
  box-shadow: 0vw 0vw 3vw 1vw rgba(0, 0, 0, 0.08);
  padding: 2vw 4vw;
  margin-bottom: 1vw;
}
.join .f1 .f1Box .item .joinHead {
  display: flex;
  position: relative;
  padding-bottom: 1vw;
  border-bottom: 1px solid #d1d1d1;
}
.join .f1 .f1Box .item .joinHead .img {
  width: 3vw;
  margin: 0.7vw 1vw;
}
.join .f1 .f1Box .item .joinHead .tit {
  color: #000000;
}
.join .f1 .f1Box .item .joinHead .tit .t {
  font-size: 1vw;
}
.join .f1 .f1Box .item .joinHead .tit .d {
  display: flex;
  color: #3e3e3e;
  font-size: 0.85vw;
}
.join .f1 .f1Box .item .joinHead .pay {
  color: #ed0d0d;
  font-size: 1.5vw;
  position: absolute;
  right: 0;
}
.join .f1 .f1Box .item .joinDes {
  width: 100%;
  padding-top: 1vw;
}
.join .f1 .f1Box .item .joinDes .t {
  color: #3e3e3e;
  font-size: 0.9vw;
}
.join .f1 .f1Box .item .joinDes .des {
  color: #3e3e3e;
  font-size: 0.9vw;
  line-height: 1.7;
  margin-top: 1vw;
}
.join .f1 .f1Box .item .joinDes .more {
  width: 100%;
  font-size: 0.75vw;
  display: flex;
  margin-top: 1vw;
}
.join .f1 .f1Box .item .joinDes .more .icon {
  font-size: 0.5vw;
  margin: 0.2vw;
}
.join .f1 .joinSelect {
  width: 23vw;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 0 3vw 1vw rgba(0, 0, 0, 0.08);
  display: inline-block;
  position: sticky;
  top: 5vw;
  margin-left: 2vw;
  padding: 3vw;
  color: #000000;
}
.join .f1 .joinSelect .tit {
  font-size: 1vw;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1vw;
}
.join .f1 .joinSelect .selectBox {
  padding: 1.5vw 0;
  font-size: 0.9vw;
}
.join .f1 .joinSelect .selectBox .check {
  padding: 0.5vw 0;
}
.join .f1 .joinSelect .selectBox input {
  -webkit-appearance: auto;
  margin-right: 0.5vw;
}
.join .f1 .joinSelect .phoneBox {
  padding: 1vw 0;
}
.join .f1 .joinSelect .phoneBox .phone {
  padding: 0.5vw 0;
  font-size: 0.9vw;
}
.join .f1 .joinSelect .phoneBox .phone i {
  opacity: 0.5;
}
.joinDetail {
  width: 100%;
}
.joinDetail .f1 {
  width: 100%;
  padding: 6vw 8vw;
  display: inline-block;
}
.joinDetail .f1 .f1Box {
  width: 57vw;
  display: inline-block;
  float: left;
}
.joinDetail .f1 .f1Box .item {
  width: 100%;
  display: block;
  box-shadow: 0vw 0vw 3vw 1vw rgba(0, 0, 0, 0.08);
  padding: 2vw 4vw;
  margin-bottom: 1vw;
}
.joinDetail .f1 .f1Box .item .joinHead {
  display: flex;
  position: relative;
  padding-bottom: 1vw;
  border-bottom: 1px solid #d1d1d1;
}
.joinDetail .f1 .f1Box .item .joinHead .img {
  width: 3vw;
  margin: 0.7vw 1vw;
}
.joinDetail .f1 .f1Box .item .joinHead .tit {
  color: #000000;
}
.joinDetail .f1 .f1Box .item .joinHead .tit .t {
  font-size: 1vw;
}
.joinDetail .f1 .f1Box .item .joinHead .tit .d {
  display: flex;
  color: #3e3e3e;
  font-size: 0.85vw;
}
.joinDetail .f1 .f1Box .item .joinHead .pay {
  color: #ed0d0d;
  font-size: 1.5vw;
  position: absolute;
  right: 0;
}
.joinDetail .f1 .f1Box .item .joinDes {
  width: 100%;
  padding-top: 1vw;
}
.joinDetail .f1 .f1Box .item .joinDes .t {
  color: #3e3e3e;
  font-size: 0.9vw;
}
.joinDetail .f1 .f1Box .item .joinDes .des {
  color: #3e3e3e;
  font-size: 0.9vw;
  line-height: 1.7;
  margin-top: 1vw;
}
.joinDetail .f1 .f1Box .item .joinDes .more {
  width: 100%;
  font-size: 0.75vw;
  display: flex;
  margin-top: 1vw;
}
.joinDetail .f1 .f1Box .item .joinDes .more .icon {
  font-size: 0.5vw;
  margin: 0.2vw;
}
.joinDetail .f1 .f1Box .item .joinDes #form {
  width: 100%;
}
.joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs {
  display: flex;
  justify-content: space-between;
}
.joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs .inputBox {
  width: 23vw;
  display: flex;
  padding: 1vw;
  border-bottom: 1px solid #414141;
}
.joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs .inputBox .name {
  font-size: 0.9vw;
}
.joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs .inputBox input {
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
  margin-left: 1vw;
}
.joinDetail .f1 .f1Box .item .joinDes #form .uploadBox {
  width: 100%;
  height: 4vw;
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  margin-top: 2vw;
  line-height: 4vw;
}
.joinDetail .f1 .f1Box .item .joinDes #form .uploadBox input {
  position: absolute;
  margin-top: 1.2vw;
  margin-left: -7vw;
  opacity: 0;
}
.joinDetail .f1 .f1Box .item .joinDes .submit {
  width: 8vw;
  height: 2vw;
  background-color: #000000;
  color: white;
  text-align: center;
  line-height: 2vw;
  cursor: pointer;
  margin-top: 2vw;
}
.joinDetail .f1 .joinSelect {
  width: 23vw;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 0 3vw 1vw rgba(0, 0, 0, 0.08);
  display: inline-block;
  position: sticky;
  top: 5vw;
  margin-left: 2vw;
  padding: 3vw;
  color: #000000;
}
.joinDetail .f1 .joinSelect .tit {
  font-size: 1vw;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1vw;
}
.joinDetail .f1 .joinSelect .joinMore {
  padding: 1vw 0 2vw 0;
}
.joinDetail .f1 .joinSelect .joinMore .item {
  font-size: 0.9vw;
  display: block;
  padding: 0.5vw 0;
  padding-left: 1.5vw;
}
.joinDetail .f1 .joinSelect .joinMore .item::before {
  content: '';
  position: absolute;
  width: 0.6vw;
  height: 0.6vw;
  background-color: #000000;
  margin-left: -1.5vw;
  margin-top: 0.3vw;
}
.joinDetail .f1 .joinSelect .selectBox {
  padding: 1.5vw 0;
  font-size: 0.9vw;
}
.joinDetail .f1 .joinSelect .selectBox .check {
  padding: 0.5vw 0;
}
.joinDetail .f1 .joinSelect .selectBox input {
  -webkit-appearance: auto;
  margin-right: 0.5vw;
}
.joinDetail .f1 .joinSelect .phoneBox {
  padding: 1vw 0;
}
.joinDetail .f1 .joinSelect .phoneBox .phone {
  padding: 0.5vw 0;
  font-size: 0.9vw;
}
.joinDetail .f1 .joinSelect .phoneBox .phone i {
  opacity: 0.5;
}
.service {
  width: 100%;
}
.service .f1 {
  width: 100%;
  padding: 5vw 8vw;
}
.service .f1 .titBox {
  text-align: center;
}
.service .f1 .desBox {
  color: #707070;
  font-size: 0.9vw;
  line-height: 2;
  margin: 3vw 0;
}
.service .f1 .f1Box {
  width: 100%;
  padding: 2vw 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.service .f1 .f1Box .t {
  display: inline-block;
  font-size: 1vw;
  color: #262626;
}
.service .f1 .f1Box .t img {
  width: 1.3vw;
  display: inline-block;
  float: left;
  margin-right: 0.5vw;
}
.service .f1 .f1Box .t p {
  display: inline-block;
}
.service .f1 .f1Box .des {
  margin-top: 1vw;
  color: #707070;
  font-size: 0.9vw;
  line-height: 2;
}
.service .f1 .f1Box .des p {
  text-indent: 1.7vw;
}
.service .f2 {
  width: 100%;
  height: 45vw;
  background-size: cover !important;
  padding: 7vw 8vw 0 8vw;
}
.service .f2 .titBox {
  text-align: center;
}
.service .f2 .titBox .tit {
  color: white;
}
.service .f2 .titBox .des {
  color: white;
}
.service .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}
.service .f2 .f2Box .item {
  width: 20vw;
  height: 23vw;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 3vw 2vw;
  color: white;
  text-align: center;
  overflow: hidden;
}
.service .f2 .f2Box .item .img {
  width: 6vw;
  height: 6vw;
  margin: 0 auto;
}
.service .f2 .f2Box .item .t {
  font-size: 1vw;
  margin-top: 2vw;
}
.service .f2 .f2Box .item .d {
  opacity: 0.6;
  font-size: 0.85vw;
  margin: 1vw 0;
}
.service .f2 .f2Box .item .info {
  font-size: 0.85vw;
  cursor: pointer;
}
.service .f2 .f2Box .item .info2 a {
  color: white;
  font-size: 0.85vw;
  line-height: 2;
  margin: 0 0.5vw;
}
.service .f2 .f2Box .item:nth-child(1) .img img {
  width: 4vw;
  position: relative;
  margin: 0 auto;
  top: 2vw;
}
.service .f2 .f2Box .item:nth-child(2) .img img {
  width: 3vw;
  position: relative;
  margin: 0 auto;
  top: 2vw;
}
.service .f2 .f2Box .item .items{
  transition: .5s all ease-in-out;
}
.service .f2 .f2Box .item .items.active{
  transform: translateY(-50vw);
}
.service .f2 .f2Box .item .items2{
  width: 100%;
  transition: .5s all ease-in-out;
  transform: translateY(10vw);
}
.service .f2 .f2Box .item .items2.active{
  transform: translateY(-16vw);
}
.service .f2 .f2Box .item .items2 .close{
  position: absolute;
  font-size: 1.5vw;
  right: 0;
  margin-top: -3vw;
  cursor: pointer;
}
.service .f2 .f2Box .item .items2 #form {
  width: 100%;
  margin: 2vw 0;
}
.service .f2 .f2Box .item .items2 #form .tit{
  text-align: center;
  font-size: 1vw;
  margin-bottom: 1vw;
}
.service .f2 .f2Box .item .items2 #form .inputBox {
  display: flex;
  padding: 1vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.service .f2 .f2Box .item .items2 #form .inputBox .name {
  font-size: 0.9vw;
}
.service .f2 .f2Box .item .items2 #form .inputBox input {
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
  margin-left: 1vw;
  color: white;
}
.service .f2 .f2Box .item .items2 #form .inputBox textarea{
  width: 80%;
  height: 3vw;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
  margin-left: 1vw;
  color: white;
}
.service .f2 .f2Box .item .items2 .submit {
  width: 8vw;
  height: 2vw;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.9vw;
  line-height: 2vw;
  margin: 0 auto;
  color: #000000;
  cursor: pointer;
}
.product {
  width: 100%;
}
.product .f1 {
  width: 100%;
  padding: 4vw 8vw;
  display: inline-block;
}
.product .f1 .titBox{
  text-align: center;
}
.product .f1 .f1Boxs{
  width: 100%;
  display: inline-block;
}
.product .f1 .item {
  width: 20vw;
  height: 25vw;
  background-color: #f4f4f4;
  display: inline-block;
  float: left;
  margin-right: 1.3vw;
  margin-bottom: 1.3vw;
  padding: 3vw;
  transition: 0.5s all ease-in-out;
}
.product .f1 .item .img {
  width: 14vw;
  height: 8vw;
  margin: 3vw auto 5vw auto;
}
.product .f1 .item .text {
  text-align: center;
}
.product .f1 .item .text .name {
  color: #494949;
  font-size: 1vw;
}
.product .f1 .item .text .pay {
  color: #343434;
  font-style: italic;
  font-size: 1vw;
  margin-top: 0.5vw;
}
.product .f1 .item .text .pay span {
  font-size: 0.85vw;
  font-style: initial;
}
.product .f1 .item:nth-child(4n) {
  margin-right: 0;
}
.product .f1 .item:hover {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 3vw 1vw rgba(0, 0, 0, 0.15);
}
.productDetail {
  width: 100%;
}
.productDetail .f1 {
  width: 100%;
  padding: 6vw 12vw;
}
.productDetail .f1 .f1Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.productDetail .f1 .f1Box .img {
  width: 37vw;
}
.productDetail .f1 .f1Box .textBox {
  width: 40vw;
  margin-left: 8vw;
}
.productDetail .f1 .f1Box .textBox .desBox {
  margin: 2vw 0;
}
.productDetail .f1 .f1Box .textBox .desBox .t {
  font-size: 1.2vw;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1vw 0;
}
.productDetail .f1 .f1Box .textBox .desBox .d {
  font-size: 0.9vw;
  color: #707070;
  padding: 1vw 0;
  line-height: 1.7;
}
.productDetail .f1 .f1Box .textBox .pay {
  color: #343434;
  font-size: 0.9vw;
}
.productDetail .f1 .f1Box .textBox .pay span {
  font-size: 1.5vw;
  font-style: italic;
}
.productDetail .f1 .f1Box .textBox .linkBox {
  display: inline-block;
  margin: 2vw 0 0 0;
}
.productDetail .f1 .f1Box .textBox .linkBox .link {
  background: #c61f1f;
  color: white;
  font-size: 0.9vw;
  padding: 0.5vw 1vw;
  margin-right: 1vw;
  margin-bottom: 1vw;
  display: flex;
  float: left;
}
.productDetail .f1 .f1Box .textBox .linkBox .link i img{
  width: 1.2vw;
  margin-right: .5vw;
}
.productDetail .f1 .argumentBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.productDetail .f1 .argumentBox .argument {
  width: 20vw;
  margin-top: 5vw;
  text-align: center;
  color: #212121;
}
.productDetail .f1 .argumentBox .argument .icon {
  width: 3.5vw;
  height: 3.5vw;
  margin: 0 auto;
}
.productDetail .f1 .argumentBox .argument .t {
  font-size: 0.9vw;
  margin: 0.5vw 0 0.3vw 0;
}
.productDetail .f1 .argumentBox .argument .d {
  font-size: 1.1vw;
  font-weight: 200;
}
.productDetail .f2 {
  width: 100%;
}
.productDetail .f2 .titBox {
  text-align: center;
}
.productDetail .f2 .titBox p:nth-child(1) {
  font-size: 2vw;
  margin-bottom: 0.5vw;
}
.productDetail .f2 .titBox p:nth-child(2) {
  font-size: 1vw;
  line-height: 2;
}
.productDetail .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 4vw;
  padding-bottom: 3vw;
}
.productDetail .f2 .f2Swiper .swiper-slide .img {
  width: 100%;
  height: 50vw;
  background-size: cover !important;
}
.productDetail .f2 .f2Swiper .swiper-pagination {
  bottom: 0;
}
.productDetail .f2 .f2Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5vw;
  height: 2px;
  border-radius: 0;
}
.productDetail .f2 .f2Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
.productDetail .f2 .f2ImgBox {
  width: 100%;
  display: inline-block;
  padding: 6vw 8vw;
}
.productDetail .f2 .f2ImgBox .imgBox {
  width: 41vw;
  height: 37vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.productDetail .f2 .f2ImgBox .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.productDetail .f2 .f2ImgBox .imgBox:nth-child(2n) {
  margin-right: 0;
}
.productDetail .f2 .f2ImgBox .imgBox:hover .img {
  transform: scale(1.1);
}
.productDetail .f3 {
  width: 84vw;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6vw 0 4vw 0;
}
.productDetail .f3 .titBox {
  text-align: center;
}
.productDetail .f3 .f3Box {
  width: 100%;
  display: inline-block;
  margin-top: 2vw;
}
.productDetail .f3 .f3Box .item {
  width: 20vw;
  display: inline-block;
  float: left;
  margin-right: 1vw;
}
.productDetail .f3 .f3Box .item .imgBox {
  width: 20vw;
  height: 17vw;
  background-color: #efefef;
  padding-top: 2vw;
}
.productDetail .f3 .f3Box .item .imgBox .img {
  width: 14vw;
  height: 10vw;
  margin: 0 auto;
}
.productDetail .f3 .f3Box .item .name {
  color: #494949;
  font-size: 1vw;
  margin-top: 0.5vw;
  text-align: center;
}
.productDetail .f3 .f3Box .item .pay{
  color: #343434;
  font-style: italic;
  font-size: 1vw;
  margin-top: 0.5vw;
  text-align: center;
}
.productDetail .f3 .f3Box .item .pay span{
  font-size: 0.85vw;
  font-style: initial;
}
.jiameng {
  width: 100%;
}
.jiameng .f1 {
  width: 100%;
}
.jiameng .f1 .titBox {
  padding: 5vw 0;
  text-align: center;
}
.jiameng .f1 .img {
  width: 100%;
}
.jiameng .f2 {
  width: 100%;
  padding: 5vw 8vw;
}
.jiameng .f2 .titBox {
  text-align: center;
}
.jiameng .f2 .f2Box {
  width: 100%;
  display: inline-block;
}
.jiameng .f2 .f2Box .item {
  width: 19vw;
  height: 20vw;
  display: inline-block;
  float: left;
  margin-right: 2vw;
  margin-top: 2vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 3vw 1vw rgba(0, 0, 0, 0.08);
  padding: 2vw 1vw;
}
.jiameng .f2 .f2Box .item .icon {
  width: 3.5vw;
}
.jiameng .f2 .f2Box .item .t {
  margin-top: 2vw;
  color: #393939;
  font-size: 1.1vw;
  line-height: 1.7;
}
.jiameng .f2 .f2Box .item .d {
  color: #393939;
  font-size: 0.85vw;
  line-height: 1.7;
  margin-top: 0.5vw;
}
.jiameng .f3 {
  width: 100%;
  padding: 0vw 8vw;
}
.jiameng .f3 .titBox {
  text-align: center;
}
.jiameng .f3 .f3Box {
  width: 100%;
  height: 30vw;
  background-size: cover !important;
  margin-top: 2vw;
  color: white;
  font-size: 0.9vw;
  padding: 4vw;
}
.jiameng .f3 .f3Box .text .des {
  line-height: 2;
  margin-bottom: 2vw;
}
.jiameng .f3 .f3Box .text .des::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background: white;
  border-radius: 50%;
  margin-top: 0.6vw;
  margin-left: -1.2vw;
}
.jiameng .f4 {
  width: 100%;
  height: 50vw;
  background-size: cover !important;
  margin: 7vw 0;
  padding: 5vw 8vw;
}
.jiameng .f4 .titBox {
  text-align: center;
}
.jiameng .f4 .titBox .tit {
  color: white;
}
.jiameng .f4 .titBox .d {
  color: white;
}
.jiameng .f4 .f4Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.jiameng .f4 .f4Box .item {
  width: 27vw;
  height: 30vw;
  transition: 0.5s all ease-in-out;
  padding: 10vw 2vw;
  color: white;
}
.jiameng .f4 .f4Box .item .t {
  font-size: 1.2vw;
  text-align: center;
}
.jiameng .f4 .f4Box .item .payBox {
  display: flex;
  text-align: center;
  margin: 2vw 0.5vw;
}
.jiameng .f4 .f4Box .item .payBox .pay {
  padding: 0 2vw;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.jiameng .f4 .f4Box .item .payBox .pay .tt {
  font-size: 1.1vw;
}
.jiameng .f4 .f4Box .item .payBox .pay .dd {
  font-size: 0.85vw;
}
.jiameng .f4 .f4Box .item .payBox .pay:last-child {
  border-right: transparent;
}
.jiameng .f4 .f4Box .item .des {
  font-size: 0.85vw;
  line-height: 2;
  /*opacity: 0;*/
  transition: 0.3s all ease-in-out;
  text-align: justify;
  margin-top: 3vw;
}
.jiameng .f4 .f4Box .item:hover {
  padding: 4vw 2vw;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.jiameng .f4 .f4Box .item:hover .des {
  opacity: 1;
}
.jiameng .f5 {
  width: 100%;
  padding: 5vw 8vw;
}
.jiameng .f5 .titBox {
  text-align: center;
}
.jiameng .f5 .f5Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 4vw 0;
}
.jiameng .f5 .f5Box .left {
  width: 42vw;
}
.jiameng .f5 .f5Box .left .item {
  display: flex;
  margin-top: 3vw;
}
.jiameng .f5 .f5Box .left .item .num {
  color: #707070;
  font-size: 2.5vw;
  margin-top: -1vw;
}
.jiameng .f5 .f5Box .left .item .text {
  color: #393939;
  margin-left: 1vw;
}
.jiameng .f5 .f5Box .left .item .text .t {
  font-size: 1.1vw;
}
.jiameng .f5 .f5Box .left .item .text .d {
  font-size: 0.85vw;
  line-height: 1.7;
  margin-top: 0.5vw;
}
.jiameng .f5 .f5Box .imgBox {
  width: 35vw;
  height: 39vw;
}
.jiameng .f5 .f5Box .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.jiameng .f6 {
  width: 100%;
  height: 45vw;
  background-size: cover !important;
}
.jiameng .f6 .textBox {
  width: 25vw;
  color: white;
  position: absolute;
  margin-top: 10vw;
  right: 15vw;
}
.jiameng .f6 .textBox .titBox .tit {
  color: white;
}
.jiameng .f6 .textBox .titBox .d {
  color: white;
}
.jiameng .f6 .textBox #form {
  width: 100%;
  margin: 2vw 0;
}
.jiameng .f6 .textBox #form .inputBox {
  display: flex;
  padding: 1vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.jiameng .f6 .textBox #form .inputBox .name {
  font-size: 0.9vw;
}
.jiameng .f6 .textBox #form .inputBox input {
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
  margin-left: 1vw;
  color: white;
}
.jiameng .f6 .textBox .submit {
  width: 8vw;
  height: 2vw;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.9vw;
  line-height: 2vw;
  color: #000000;
  cursor: pointer;
}
.mendian {
  width: 100%;
}
.mendian .f1 {
  width: 100%;
  padding: 6vw 0 4vw 0;
}
.mendian .f1 .titBox {
  text-align: center;
}
.mendian .f1 .des {
  text-align: center;
  font-size: 0.9vw;
  color: #707070;
  line-height: 2;
  margin-top: 0.5vw;
}
.mendian .f1 #ChinaMap {
  width: 40vw !important;
  height: 30vw !important;
  margin: 2vw auto 0 auto;
}
.mendian .f1 #ChinaMap svg {
  width: 40vw !important;
  height: 30vw !important;
}
.mapIcon2{
  width: 23vw;
  position: absolute;
  left: 39.5vw;
  margin-top: 10.8vw;
  z-index: 1;
  pointer-events: none;
}
.mendian .f1 .mapImg {
  width: 7vw;
  position: absolute;
  right: 24vw;
  margin-top: -10vw;
}
.mendian .f2 {
  width: 100%;
  padding: 0 8vw 4vw 8vw;
}
.mendian .f2 .selectBox {
  width: 30vw;
  height: auto;
  background-color: #F7F7F7;
  border-radius: 3vw;
  margin: 0 auto;
  display: flex;
  padding: 1vw 2vw;
}
.mendian .f2 .selectBox .select select {
  background: transparent;
  border: transparent;
  font-size: 0.9vw;
  outline: none;
}
.mendian .f2 .selectBox .input {
  width: 100%;
  margin-left: 1vw;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.mendian .f2 .selectBox .input input {
  width: 80%;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
  padding-left: 1vw;
}
.mendian .f2 .selectBox .input input::placeholder {
  opacity: 0.5;
}
.mendian .f2 .selectBox::before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 1px;
  background: #e3e3e3;
  left: 8vw;
  margin-top: 0.6vw;
}
.mendian .f2 .selectBox::after {
  content: '';
  position: absolute;
  width: 25vw;
  height: 1px;
  background: #e3e3e3;
  right: 8vw;
  margin-top: 0.6vw;
}
.mendian .f2 .f2Box {
  width: 100%;
  display: inline-block;
  margin-top: 3vw;
}
.mendian .f2 .f2Box .item {
  width: 40vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
  display: inline-block;
  float: left;
}
.mendian .f2 .f2Box .item .imgBox {
  width: 16vw;
  height: 10vw;
  display: inline-block;
  float: left;
}
.mendian .f2 .f2Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.mendian .f2 .f2Box .item .imgBox .img .play{
  color: white;
  font-size: 3vw;
  text-align: center;
  padding-top: 3vw;
  cursor: pointer;
}
.mendian .f2 .f2Box .item .textBox {
  width: 21vw;
  height: 11vw;
  display: inline-block;
  margin-left: 2vw;
  color: #3d3d3d;
  padding: 1vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mendian .f2 .f2Box .item .textBox .name {
  font-size: 1vw;
}
.mendian .f2 .f2Box .item .textBox .address {
  font-size: 0.85vw;
  margin: 0.5vw 0;
}
.mendian .f2 .f2Box .item .textBox .phone {
  font-size: 0.85vw;
}
.mendian .f2 .f2Box .item .textBox .toMap {
  width: 2vw;
  margin-top: 1vw;
  display: inline-block;
  cursor: pointer;
}
.mendian .f2 .f2Info {
  text-align: center;
  color: #3d3d3d;
  opacity: 0.4;
  font-size: 0.8vw;
}
.lushu {
  width: 100%;
}
.lushu .f1 {
  width: 100%;
  padding: 5vw 8vw;
}
.lushu .f1 .titBox {
  text-align: center;
}
.lushu .f1 .f1Box {
  width: 100%;
  display: inline-block;
  margin-top: 2vw;
}
.lushu .f1 .f1Box .item {
  width: 27vw;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-bottom: 2vw;
  margin-right: 1.5vw;
  cursor: pointer;
}
.lushu .f1 .f1Box .item .imgBox {
  width: 100%;
  height: 15vw;
  overflow: hidden;
}
.lushu .f1 .f1Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  padding-top: 5.5vw;
  overflow: hidden;
}
.lushu .f1 .f1Box .item .t {
  color: #313131;
  text-align: center;
  margin-top: 1vw;
  font-size: 1vw;
}
.lushu .f1 .f1Box .item:hover .img {
  transform: scale(1.1);
}
.lushu .f1 .f1Box .item:nth-child(3n) {
  margin-right: 0;
}
.lushuDetail {
  width: 100%;
}
.lushuDetail .f1 {
  width: 100%;
  padding: 4vw 8vw;
}
.lushuDetail .f1 .tit {
  color: #212121;
  font-size: 2vw;
}
.lushuDetail .f1 .des {
  display: flex;
  margin-top: 1vw;
}
.lushuDetail .f1 .des .d {
  color: #313131;
  opacity: 0.56;
  font-size: 0.85vw;
  padding: 0 1vw;
  border-right: 1px solid #b7b7b7;
  display: flex;
}
.lushuDetail .f1 .des .d:last-child{
  border-right: transparent;
}
.lushuDetail .f1 .des .d .icon {
  width: 1.2vw;
  height: 1.2vw;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  margin-right: 0.5vw;
}
.lushuDetail .f1 .des .d .icon img {
  width: 5vw;
  position: relative;
  top: 0.5vw;
}
.lushuDetail .f1 .des .d:nth-child(1) {
  padding-left: 0;
}
.lushuDetail .f1 .des .d:last-child {
  border-right: transparent;
}
.lushuDetail .f1 .f1Box {
  width: 100%;
  display: inline-block;
  margin-top: 2vw;
}
.lushuDetail .f1 .f1Box .left {
  width: 57vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 3vw 1vw rgba(0, 0, 0, 0.08);
  padding: 3vw;
  display: inline-block;
  float: left;
}
.lushuDetail .f1 .f1Box .left .downBox {
  width: 100%;
  margin-top: 1vw;
}
.lushuDetail .f1 .f1Box .left .downBox .t {
  font-size: 1vw;
  margin-bottom: 1vw;
}
.lushuDetail .f1 .f1Box .left .downBox .downItem {
  display: flex;
  background: #f0f0f0;
  padding: 0.5vw 2vw;
}
.lushuDetail .f1 .f1Box .left .downBox .downItem .item {
  flex: 1;
  font-size: 0.9vw;
  color: #1c1c1c;
}
.lushuDetail .f1 .f1Box .left .downBox .downItem .item:nth-child(1) {
  flex: 2;
}
.lushuDetail .f1 .f1Box .left .downBox .downItem2 {
  display: flex;
  background: #fafafa;
  padding: 1vw 2vw;
  line-height: 2;
}
.lushuDetail .f1 .f1Box .left .downBox .downItem2 .item {
  flex: 1;
  font-size: 0.9vw;
  color: #1c1c1c;
}
.lushuDetail .f1 .f1Box .left .downBox .downItem2 .item:nth-child(1) {
  flex: 2;
}
.lushuDetail .f1 .f1Box .left .downBox .downItem2 .btn {
  width: 7vw;
  background-color: #161616;
  text-align: center;
  color: white;
  display: block;
  cursor: pointer;
}
.lushuDetail .f1 .f1Box .left .desBox {
  width: 100%;
  margin-top: 2vw;
}
.lushuDetail .f1 .f1Box .right {
  width: 23vw;
  background-color: #ffffff;
  box-shadow: 0 0 3vw 1vw rgba(0, 0, 0, 0.08);
  padding: 2vw;
  display: inline-block;
  margin-left: 2vw;
  position: sticky;
  top: 3vw;
}
.lushuDetail .f1 .f1Box .right .t {
  font-size: 1.2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #d1d1d1;
}
.lushuDetail .f1 .f1Box .right .rightBox {
  width: 100%;
  margin-top: 2vw;
}
.lushuDetail .f1 .f1Box .right .rightBox .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.lushuDetail .f1 .f1Box .right .rightBox .item .img {
  width: 8vw;
  height: 5vw;
  background-size: cover !important;
}
.lushuDetail .f1 .f1Box .right .rightBox .item .text {
  width: 10vw;
  margin-left: 1vw;
  position: relative;
}
.lushuDetail .f1 .f1Box .right .rightBox .item .text .name {
  font-size: 0.9vw;
}
.lushuDetail .f1 .f1Box .right .rightBox .item .text .d {
  color: #313131;
  opacity: 0.56;
  font-size: 0.8vw;
  display: flex;
  position: absolute;
  bottom: 0;
}
.lushuDetail .f1 .f1Box .right .rightBox .item .text .d .icon {
  width: 1.1vw;
  height: 1.1vw;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  margin-right: 0.3vw;
}
.lushuDetail .f1 .f1Box .right .rightBox .item .text .d .icon img {
  width: 5vw;
  position: relative;
  top: 0.4vw;
}
/* 06.18新增 */
.pinpai .f1 {
  width: 100%;
  padding: 5vw 0vw 0px;
}
.pinpai .f2 {
  width: 100%;
  padding: 5vw 8vw;
}
.pinpai .f3 {
  width: 100%;
  padding: 5vw 8vw;
  background: url(../images/pbg2.jpg) center center no-repeat;
  background-size: cover;
}
.titBox.c {
  text-align: center;
}
.titBox.w {
  color: #fff;
}
.titBox.w .tit {
  color: #fff;
}
.pinpai .f3 .titBox {
  margin-bottom: 3vw;
}
.titBox .name {
  font-size: 1.3vw;
  line-height: 1.4;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
.ppgs_box {
  width: 92%;
  position: relative;
  margin-left: 8%;
}
.ppgs_box .left {
  width: 50%;
  z-index: 2;
  padding-bottom: 5vw;
}
.ppgs_box .left .f1Boxs{
  width: 50%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 8%;
  bottom: 10%;
}
.ppgs_box .left .f1Boxs .item{
  width: 11.5vw;
  height: 14vw;
  padding: 2vw 1vw;
  transition: .5s all ease-in-out;
}
.ppgs_box .left .f1Boxs .item.active{
  width: 22vw;
  height: 14vw;
}
.ppgs_box .left .f1Boxs .item.active .text .desB{
  opacity: 1;
}
.ppgs_box .left .f1Boxs .item.active .text{
  padding-top: 2vw;
}
.ppgs_box .left .f1Boxs .item:nth-child(2).active .text{
  padding-top: 4vw;
}
.ppgs_box .left .f1Boxs .item:nth-child(3).active .text{
  padding-top: 4vw;
}
.ppgs_box .left .f1Boxs .item .icon{
  width: 2.5vw;
  height: 2.5vw;
  background: white;
  border-radius: 50%;
  color: black;
  font-size: 1.2vw;
  text-align: center;
  padding-top: .45vw;
}
.ppgs_box .left .f1Boxs .item .text{
  width: 22vw;
  color: white;
  padding-top: 7vw;
  transition: .5s all ease-in-out;
}
.ppgs_box .left .f1Boxs .item .text .t{
  font-size: 1.1vw;
}
.ppgs_box .left .f1Boxs .item .text .desB{
  width: 100%;
  font-size: .85vw;
  display: inline-block;
  margin-top: 1vw;
  opacity: 0;
  transition: .3s all ease-in-out;
  padding-right: 2vw;
}
.ppgs_box .left .f1Boxs .item .text .desB .des{
  width: 50%;
  display: inline-block;
  line-height: 2;
  float: left;
  padding-left: 1vw;
}
.ppgs_box .left .f1Boxs .item .text .desB .des::before{
  content: '';
  position: absolute;
  width: .5vw;
  height: .5vw;
  background: white;
  border-radius: 50%;
  margin-top: .6vw;
  margin-left: -1vw;
}
.ppgs_box .left .f1Boxs .item .text .des2{
  font-size: .85vw;
  line-height: 1.5;
  padding-left: 1vw;
}
.ppgs_box .left .f1Boxs .item .text .des2::before{
  content: '';
  position: absolute;
  width: .5vw;
  height: .5vw;
  background: white;
  border-radius: 50%;
  margin-top: .35vw;
  margin-left: -1vw;
}
.ppgs_box .left .f1Box {
  width: 100%;
  height: 18vw;
  margin-top: 2vw;
}
.ppgs_box .left .f1Box .item {
  margin-top: 1vw;
  position: relative;
}
.ppgs_box .left .f1Box .item .tit {
  font-size: 1.2vw;
  display: flex;
  cursor: pointer;
  color: #363636;
}
.ppgs_box .left .f1Box .item .tit i {
  width: 1.8vw !important;
  height: 1.8vw !important;
  background: #000000;
  color: white;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 1.8vw;
  font-size: 0.9vw;
  margin-right: 1vw;
}
.ppgs_box .left .f1Box .item .tit::before {
  content: '';
  position: absolute;
  width: 38vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-left: 8vw;
  margin-top: 0.7vw;
}
.ppgs_box .left .f1Box .item .desBox {
  height: 0;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.ppgs_box .left .f1Box .item .desBox .des {
  width: 33vw;
  position: absolute;
  right: 0;
  font-size: 0.85vw;
  line-height: 1.7;
  color: #707070;
  text-align: justify;
}
.ppgs_box .left .f1Box .item .desBox .des2 {
  font-size: 0.9vw;
  line-height: 2;
  color: #707070;
  padding-left: 2.8vw;
}
.ppgs_box .left .f1Box .item .desBox .desT {
  padding-left: 4vw;
  color: #707070;
  line-height: 2;
  font-size: 0.9vw;
  cursor: pointer;
}
.ppgs_box .left .f1Box .item .desBox .desT::before {
  content: '';
  position: absolute;
  width: 0.25vw;
  height: 0.25vw;
  background: #000000;
  border-radius: 50%;
  margin-left: -1vw;
  margin-top: 0.8vw;
}
.ppgs_box .left .f1Box .item .desBox .desT.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-top: 0.65vw;
  margin-left: 0.5vw;
  border-left: 0.5vw solid #000000;
  border-right: 0.3vw solid transparent;
  border-top: 0.3vw solid transparent;
  border-bottom: 0.3vw solid transparent;
}
.ppgs_box .left .f1Box .item:nth-child(1).active .desBox {
  height: 8vw;
  opacity: 1;
}
.ppgs_box .left .f1Box .item:nth-child(2).active .desBox {
  height: 2vw;
  opacity: 1;
}
.ppgs_box .left .f1Box .item:nth-child(3).active .desBox {
  height: 2vw;
  opacity: 1;
}
.ppgs_box .right {
  width: 50%;
  position: absolute;
  right: 8%;
  bottom: 20.2vw;
}
.banners .video video {
  display: block;
}
.csr_box {
  width: 100%;
  position: relative;
}
.csr_box .center {
  width: 30%;
  margin: 0px auto;
}
.csr_box .left {
  width: 32%;
  height: auto;
  position: absolute;
  left: 0%;
  top: 20%;
  text-align: right;
}
.csr_box .left .title {
  font-size: 2vw;
}
.csr_box .left .name {
  font-size: 1.2vw;
}
.csr_box .left .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 1vw;
  color: #707070;
}
.csr_box .right {
  width: 32%;
  height: auto;
  position: absolute;
  left: 68%;
  top: 5%;
  line-height: 2;
  color: #707070;
}
.csr_logo {
  width: 25%;
  height: auto;
  position: absolute;
  left: 6vw;
  bottom: 4.5vw;
}
.csr_box .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 68%;
  bottom: 0;
}
.djs_box {
  width: 100%;
  position: relative;
  margin-top: 6vw;
}
.djs_list {
  width: 100%;
  position: relative;
  margin-top: 3vw;
}
.djs_list::after {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}
.djs_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.djs_list ul li {
  width: 46%;
  position: relative;
  margin-bottom: 2vw;
}
.djs_list ul li:nth-child(even) {
  margin-top: 6vw;
}
.djs_list ul li .inner {
  padding-top: 50%;
  position: relative;
}
.djs_list ul li .info {
  position: relative;
  padding: 3vw 0px;
}
.djs_list ul li .info .name {
  width: 100%;
  font-size: 1.6vw;
  margin-bottom: 0.5vw;
}
.djs_list ul li .info .des {
  font-size: 16px;
  line-height: 2;
  color: #707070;
}
.com_more {
  width: 186px;
  height: 46px;
  margin: 2vw auto;
  line-height: 46px;
  text-align: center;
  position: relative;
  background: #000000;
  color: #fff;
  display: block;
  cursor: pointer;
}
.honorSwiper {
  position: relative;
}
.honorSwiper .inner {
  padding-top: 55%;
}
.honorSwiper .swiper-button-prev,
.honorSwiper .swiper-button-next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.honorSwiper .swiper-button-prev {
  left: 18.5%;
}
.honorSwiper .swiper-button-next {
  right: 18.5%;
}
.honorSwiper .swiper-button-next:after,
.honorSwiper .swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}
.honorSwiper .name {
  width: 100%;
  height: auto;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  line-height: 1.7;
  font-size: 16px;
  opacity: 0;
  transition: all 0.4s;
}
.honorSwiper .swiper-slide-active .name {
  opacity: 1;
}
.stateTip,
#StateTip {
  display: none;
  position: absolute;
  padding: 8px;
  background: #fff;
  border: 2px solid #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-family: Tahoma;
  color: #333;
  text-align: center;
  z-index: 999;
}
.mapInfo {
  text-align: center;
  border: none;
  z-index: 999;
}
.mapInfo img {
  width: 1.2vw;
  margin: 0 auto;
}
.searchContent{
  padding: 0;
}
.noData{
  display: none;
}
.noData.active{
  display: block;
}
.tabBoxs{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.tabBoxs .tab{
  display: inline-block;
  border-radius: 5vw;
  border: 1px solid #212121;
  padding: .5vw 1vw;
  margin: 1vw .5vw;
  font-size: .85vw;
}
.tabBoxs .tab.active{
  background: #212121;
  color: white;
}
.tabBoxs .tab:hover{
  background: #212121;
  color: white;
}
.case .zjcform {
  width: 100%;
  height: 45vw;
  background-size: cover !important;
}
.case .zjcform .textBox {
  width: 25vw;
  color: white;
  position: absolute;
  margin-top: 10vw;
  right: 15vw;
}
.case .zjcform .textBox .titBox .tit {
  color: white;
}
.case .zjcform .textBox .titBox .d {
  color: white;
}
.case .zjcform .textBox #form {
  width: 100%;
  margin: 2vw 0;
}
.case .zjcform .textBox #form .inputBox {
  display: flex;
  padding: 1vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.case .zjcform .textBox #form .inputBox .name {
  font-size: 0.9vw;
}
.case .zjcform .textBox #form .inputBox input {
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
  margin-left: 1vw;
  color: white;
}
.case .zjcform .textBox .submit {
  width: 8vw;
  height: 2vw;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.9vw;
  line-height: 2vw;
  color: #000000;
  cursor: pointer;
}
.pageBox{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.pageBox .page{
  width: 2.5vw;
  height: 2.5vw;
  background: #bfbfbf;
  font-size: 1vw;
  text-align: center;
  line-height: 2.5vw;
  margin: 0 .3vw;
  display: inline-block;
  color: white;
  cursor: pointer;
}
.pageBox .page.active{
  background: #861f00;
}
.pc{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 1660px) {
  .csr_box .icon{
    bottom: -15px;
  }
  .ppgs_box .right{
    bottom: 21vw;
  }
}
@media (max-width: 1440px) {
  .changcheng .f3SwiperImg{
    width: 50vw;
    left: 25vw;
  }
  .csr_box .icon{
    bottom: -80px;
  }
  .ppgs_box .right{
    bottom: 21.8vw;
  }
}
@media (max-width: 900px) {
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  ::-webkit-scrollbar-thumb {
    background-color: transparent; /* 滑块背景颜色 */
    /*border-radius: 6px; !* 滑块圆角 *!*/
  }
  ::-webkit-scrollbar{
    display: none;
  }
  header{
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .active .logo img:nth-child(1), .active .hot_tel img:nth-child(1){
    opacity: 1;
  }
  header .logo{
    width: 90px;
    margin: 0 auto;
  }
  .menu{
    width: 100%;
    padding: 10vw 5vw;
    transform: translateX(100vw);
    background: rgba(0, 0, 0, 1);
  }
  .menu ul{
    width: 90%;
  }
  .menu ul li{
    padding: 3vw 0;
  }
  .menu ul li a{
    font-size: 18px;
  }
  .menu ul li .second a{
    font-size: 14px;
    margin-top: 3vw;
  }
  .search_box{
    display: none;
  }
  .s_heder{
    right: 0;
  }
  .loading .loadingVideo{
    width: 100%;
    height: 80vw;
  }
  .progress-bar{
    width: 80%;
  }
  .bannerBox{
    height: 40vw;
  }
  .tabBox{
    padding: 0 5vw;
  }
  .tabBox .tabItem{
    width: 100%;
    overflow-x: scroll;
    display: inline-block;
    white-space: nowrap;
  }
  .tabBox .tabItem .tab{
    font-size: 14px;
    padding: 2vw 1vw;
    display: inline-block;
  }
  .tabBox .linkBox{
    display: none;
  }
  header nav{
    display: none;
  }
  .case .f1{
    padding: 10vw 5vw;
  }
  .titBox .tit{
    font-size: 26px;
    margin-bottom: 1.5vw;
  }
  .titBox .des{
    font-size: 16px;
  }
  .titBox .d{
    font-size: 16px;
    line-height: 1.7;
  }
  .case .f1 .f1Box .item{
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-top: 5vw;
  }
  .case .f1 .f1Box .item .textBox{
    padding-left: 5vw;
    padding-top: 12vw;
  }
  .case .f1 .f1Box .item .textBox .tits{
    font-size: 16px;
  }
  .case .f1 .f1Box .item .textBox .name{
    font-size: 22px;
  }
  .case .f1 .f1Box .item .textBox .more{
    font-size: 12px;
  }
  .case .f1 .f1Box .item .textBox .more .icon{
    font-size: 10px;
  }
  .footer{
    padding: 10vw 0;
    font-size: 14px;
  }
  .footerTop{
    padding-bottom: 5vw;
    display: block;
  }
  .f_nav{
    display: none;
  }
  .f_socals{
    width: 100%;
    display: block;
  }
  .f_logo{
    width: 50vw;
    margin: 0 auto;
  }
  .f_info{
    text-align: center;
  }
  .f_info p{
    font-size: 16px;
  }
  .footerBtm{
    display: block;
  }
  .footerBtm .cp{
    width: 100%;
    justify-content: space-between;
  }
  .socals{
    width: 100%;
    margin-top: 5vw;
    padding: 0 10vw;
  }
  .caseDetail .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .caseDetail .f1 .textBox{
    padding-top: 0;
    margin-left: 0;
  }
  .caseDetail .f1 .textBox .des{
    font-size: 16px;
  }
  .caseDetail .f1 .f1Swiper2{
    width: 100%;
    margin-top: 5vw;
  }
  .caseDetail .f1 .f1Swiper2 .img{
    height: 57vw;
  }
  .caseDetail .f1 .f1Swiper{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }
  .caseDetail .f1 .f1Swiper .swiper-slide .img{
    width: 15vw;
    height: 15vw;
    margin: 0 auto;
  }
  .caseDetail .f2{
    padding: 0 5vw;
  }
  .caseDetail .f2 .videoBoxs{
    height: 50vw;
  }
  .caseDetail .f2 .text{
    width: 30vw;
    margin-top: -12vw;
    left: 35vw;
  }
  .caseDetail .f3{
    padding: 10vw 5vw;
  }
  .caseDetail .f3 .titBox p:nth-child(1){
    font-size: 20px;
  }
  .caseDetail .f3 .titBox p:nth-child(2){
    font-size: 16px;
  }
  .caseDetail .f3 .f3Box{
    margin-top: 5vw;
  }
  .caseDetail .f3 .f3Box .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .caseDetail .f3 .f3Box .item .textBox{
    width: 100%;
    margin-left: 0;
  }
  .caseDetail .f3 .f3Box .item .textBox .tit{
    font-size: 18px;
  }
  .caseDetail .f3 .f3Box .item .textBox .desBox p{
    width: 100%;
    font-size: 16px;
    margin-right: 0;
  }
  .caseDetail .f4{
    padding: 0 5vw 10vw 5vw;
  }
  .caseDetail .f4 .f4Box .item{
    width: 100%;
    height: 50vw;
    margin-top: 5vw;
    margin-right: 0;
  }
  .caseDetail .f4 .f4Box .item .textBox{
    padding-left: 5vw;
    padding-top: 12vw;
  }
  .caseDetail .f4 .f4Box .item .textBox .tits{
    font-size: 18px;
  }
  .caseDetail .f4 .f4Box .item .textBox .name{
    font-size: 14px;
  }
  .caseDetail .f4 .f4Box .item .textBox .more{
    font-size: 12px;
  }
  .caseDetail .f4 .f4Box .item .textBox .more .icon{
    font-size: 10px;
  }
  .lianmingDetail .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .lianmingDetail .f1 .img{
    width: 100%;
  }
  .lianmingDetail .f1 .textBox{
    width: 100%;
    margin-left: 0;
  }
  .lianmingDetail .f1 .textBox .titBox .des{
    font-size: 16px;
  }
  .lianmingDetail .f2{
    padding: 0 5vw;
  }
  .lianmingDetail .f2 .videoBoxs{
    height: 50vw;
  }
  .lianmingDetail .f2 .text{
    width: 30vw;
    margin-top: -12vw;
    left: 35vw;
  }
  .lianmingDetail .f3{
    padding: 10vw 5vw;
  }
  .lianmingDetail .f3 .titBox p:nth-child(1){
    font-size: 20px;
  }
  .lianmingDetail .f3 .titBox p:nth-child(2){
    font-size: 16px;
  }
  .lianmingDetail .f3 .f3Box .item .text .t{
    font-size: 20px;
  }
  .lianmingDetail .f3 .f3Box .item .text .d{
    font-size: 16px;
  }
  .lianmingDetail .f3 .f3Box{
    display: block;
  }
  .lianmingDetail .f3 .f3Box .item{
    width: 100%;
    height: 80vw;
    margin-top: 3vw;
  }
  .lianmingDetail .f3 .f3Box .item.active{
    width: 100%;
    height: 80vw;
  }
  .lianmingDetail .f3 .f3Box .item .tit{
    display: none;
  }
  .lianmingDetail .f3 .f3Box .item .text{
    opacity: 1;
  }
  .tabBoxs .tab{
    padding: 1vw 2vw;
    font-size: 14px;
  }
.serachPro{
    font-size: 12px;
    width: 30vw;
    height: 6vw;
    padding: 0.8vw 3vw;
    margin: 3vw 0;
  }
.serachPro input{
    font-size: 12px;
  }
  .product .f1{
    padding: 10vw 5vw;
  }
  .product .f1 .item{
    width: 42vw;
    height: auto;
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
  .product .f1 .item:nth-child(2n) {
    margin-right: 0;
  }
  .product .f1 .item .img{
    width: 30vw;
    height: 22vw;
  }
  .product .f1 .item .text .name{
    font-size: 16px;
  }
  .product .f1 .item .text .pay{
    font-size: 20px;
  }
  .product .f1 .item .text .pay span{
    font-size: 14px;
  }
  .productDetail .f1{
    padding: 10vw 5vw;
  }
  .productDetail .f1 .f1Box{
    display: block;
  }
  .productDetail .f1 .f1Box .img{
    width: 90%;
    margin: 0 auto 10vw auto;
  }
  .productDetail .f1 .f1Box .textBox{
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
  }
  .productDetail .f1 .f1Box .textBox {
    text-align: center;
  }
  .productDetail .f1 .f1Box .textBox .desBox .t{
    font-size: 18px;
  }
  .productDetail .f1 .f1Box .textBox .desBox .d{
    font-size: 16px;
  }
  .productDetail .f1 .f1Box .textBox .pay{
    font-size: 16px;
  }
  .productDetail .f1 .f1Box .textBox .pay span{
    font-size: 26px;
  }
  .productDetail .f1 .f1Box .textBox .linkBox .link{
    font-size: 14px;
    padding: 2vw 5vw;
    margin-right: 3vw;
    display: flex;
  }
  .productDetail .f1 .f1Box .textBox .linkBox .link i img{
    width: 5vw;
    margin-right: 1vw;
  }
  .productDetail .f1 .f1Box .textBox .linkBox .link:last-child{
    margin-right: 0;
  }
  .productDetail .f1 .argumentBox{
    display: block;
    margin-top: 5vw;
  }
  .productDetail .f1 .argumentBox .argument{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5vw;
    border-bottom: 1px solid rgba(0,0,0,.2);
  }
  .productDetail .f1 .argumentBox .argument:last-child{
    border-bottom: transparent;
  }
  .productDetail .f1 .argumentBox .argument .icon{
    width: 12vw;
    height: 12vw;
    margin: 0;
  }
  .productDetail .f1 .argumentBox .argument .text{
    text-align: right;
  }
  .productDetail .f1 .argumentBox .argument .t{
    font-size: 14px;
  }
  .productDetail .f1 .argumentBox .argument .d{
    font-size: 20px;
    margin-top: 1vw;
  }
  .productDetail .f2 .titBox{
    padding: 0 5vw;
  }
  .productDetail .f2 .titBox p:nth-child(1){
    font-size: 22px;
  }
  .productDetail .f2 .titBox p:nth-child(2){
    font-size: 16px;
  }
  .productDetail .f2 .titBox p:nth-child(3){
    font-size: 16px;
  }
  .productDetail .f2 .f2ImgBox{
    padding: 5vw;
  }
  .productDetail .f2 .f2ImgBox .imgBox{
    width: 44vw;
    height: 40vw;
  }
  .productDetail .f2 .f2Swiper{
    padding-bottom: 5vw;
  }
  .productDetail .f3{
    width: 90%;
    padding: 10vw 0 5vw 0;
  }
  .productDetail .f3 .f3Box .item{
    width: 44vw;
    margin-right: 2vw;
    margin-top: 2vw;
  }
  .productDetail .f3 .f3Box .item:nth-child(2n){
    margin-right: 0;
  }
  .productDetail .f3 .f3Box .item .imgBox{
    width: 100%;
    height: 50vw;
    padding: 5vw 2vw 5vw 2vw;
  }
  .productDetail .f3 .f3Box .item .imgBox .img{
    width: 30vw;
    height: 22vw;
  }
  .productDetail .f3 .f3Box .item .name{
    font-size: 16px;
  }
  .productDetail .f3 .f3Box .item .pay{
    font-size: 20px;
  }
  .productDetail .f3 .f3Box .item .pay span{
    font-size: 14px;
  }
  .zhengche .f1{
    padding: 5vw;
  }
  .zhengche .f1 .f1Box .item{
    width: 100%;
    height: 70vw;
    margin-right: 0;
    margin-top: 5vw;
  }
  .zhengche .f1 .f1Box .item .textBox{
    width: 90%;
  }
  .zhengche .f1 .f1Box .item .textBox .tits{
    font-size: 18px;
  }
  .zhengche .f1 .f1Box .item .textBox .name{
    font-size: 26px;
  }
  .zhengche .f1 .f1Box .item .textBox .more{
    font-size: 12px;
  }
  .zhengche .f1 .f1Box .item .textBox .more .icon{
    font-size: 10px;
  }
  .zhengcheDetail .f1{
    display: block;
    padding: 10vw 5vw 10vw 0;
  }
  .zhengcheDetail .f1 .img{
    width: 100%;
    margin-top: 5vw;
  }
  .zhengcheDetail .f1 .textBox{
    width: 100%;
    padding: 0 5vw;
    margin-left: 0;
  }
  .zhengcheDetail .f1 .textBox .desBox .t{
    font-size: 18px;
  }
  .zhengcheDetail .f1 .textBox .desBox .des{
    font-size: 16px;
  }
  .zhengcheDetail .f1 .textBox .desBox .price{
    font-size: 16px;
  }
  .zhengcheDetail .f1 .textBox .desBox .price span{
    font-size: 22px;
  }
  .zhengcheDetail .f2{
    padding: 0 5vw;
  }
  .zhengcheDetail  .f2 .videoBoxs{
    height: 50vw;
  }
  .zhengcheDetail  .f2 .text{
    width: 30vw;
    margin-top: -12vw;
    left: 35vw;
  }
  .zhengcheDetail .f3{
    padding: 10vw 5vw;
  }
  .zhengcheDetail .f3 .titBoxs p:nth-child(1){
    font-size: 22px;
  }
  .zhengcheDetail .f3 .titBoxs p:nth-child(2), .zhengcheDetail .f3 .titBoxs p:nth-child(3), .zhengcheDetail .f3 .titBoxs p:nth-child(4){
    font-size: 16px;
  }
  .zhengcheDetail .f3 .f3Box{
    display: block;
  }
  .zhengcheDetail .f3 .f3Box .item{
    width: 100%;
    height: 80vw;
    margin-top: 3vw;
  }
  .zhengcheDetail .f3 .f3Box .item.active{
    width: 100%;
    height: 80vw;
  }
  .zhengcheDetail .f3 .f3Box .item .tit{
    display: none;
  }
  .zhengcheDetail .f3 .f3Box .item .text{
    opacity: 1;
  }
  .zhengcheDetail .f3 .f3Box .item .text .t{
    font-size: 20px;
  }
  .zhengcheDetail .f3 .f3Box .item .text .d{
    font-size: 16px;
  }
  .zhengcheDetail .f4{
    padding: 0 5vw 10vw 5vw;
  }
  .zhengcheDetail .f4 .tit{
    font-size: 22px;
  }
  .zhengcheDetail .f4 .f4Box{
    margin-top: 5vw;
  }
  .zhengcheDetail .f4 .f4Box p{
    width: 100%;
    font-size: 16px;
    padding: 2.5vw 0;
  }
  .zhuangbei .f1{
    padding: 10vw 5vw;
  }
  .zhuangbei .f1 .f1Box #proimg .item{
    width: 44vw;
    padding: 2vw;
  }
  .zhuangbei .f1 .f1Box #proimg .item p{
    font-size: 14px;
  }
  .proImgModal .close{
    font-size: 36px;
    top: 20vw;
  }
  .proImgModal .proimgSwiper{
    height: 110vw;
  }
  .proImgModal .proimgSwiper .swiper-slide .img{
    width: 80vw;
    height: 100vw;
  }
  .proImgModal .proimgSwiper .swiper-button-next{
    right: 5vw;
  }
  .proImgModal .proimgSwiper .swiper-button-prev{
    left: 5vw;
  }
  .proImgModal .proimgSwiper .swiper-button-next:after, .proImgModal .proimgSwiper .swiper-button-prev:after{
    font-size: 26px;
  }
  .proImgModal .proimgSwiper .swiper-pagination{
    bottom: 0;
  }
  .proImgModal .nameBox{
    font-size: 16px;
    bottom: 20vw;
  }
  .lushu .f1{
    padding: 10vw 5vw;
  }
  .lushu .f1 .f1Box .item{
    width: 43vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .lushu .f1 .f1Box .item .imgBox{
    height: 24vw;
  }
  .lushu .f1 .f1Box .item:nth-child(3n){
    margin-right: 3vw;
  }
  .lushu .f1 .f1Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .lushu .f1 .f1Box .item .t{
    font-size: 14px;
  }
  .lushuDetail .f1{
    padding: 10vw 5vw;
  }
  .lushuDetail .f1 .tit{
    font-size: 20px;
  }
  .lushuDetail .f1 .des{
    font-size: 14px;
    display: block;
    margin-top: 3vw;
  }
  .lushuDetail .f1 .des .texts{
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
  }
  .lushuDetail .f1 .des .d{
    font-size: 14px;
    border-right: transparent;
  }
  .lushuDetail .f1 .des .d .icon{
    width: 5vw;
    height: 5vw;
  }
  .lushuDetail .f1 .des .d .icon img{
    width: 5vw;
    top: 1.7vw;
  }
  .lushuDetail .f1 .f1Box{
    margin-top: 5vw;
    display: block;
  }
  .lushuDetail .f1 .f1Box .left{
    width: 100%;
    display: block;
    float: inherit;
    padding: 5vw;
  }
  .lushuDetail .f1 .f1Box .left .downBox .downItem{
    padding: 2vw;
    margin-top: 3vw;
  }
  .lushuDetail .f1 .f1Box .left .downBox .downItem2{
    padding: 2vw;
  }
  .lushuDetail .f1 .f1Box .left .downBox .t{
    font-size: 16px;
  }
  .lushuDetail .f1 .f1Box .left .downBox .downItem .item{
    font-size: 14px;
  }
  .lushuDetail .f1 .f1Box .left .downBox .downItem2 .item{
    font-size: 14px;
  }
  .lushuDetail .f1 .f1Box .left .downBox .downItem2 .btn{
    width: auto;
  }
  .lushuDetail .f1 .f1Box .right{
    width: 100%;
    padding: 5vw;
    margin-left: 0;
    margin-top: 5vw;
    position: relative;
    top: inherit;
  }
  .lushuDetail .f1 .f1Box .right .t{
    font-size: 18px;
    padding-bottom: 3vw;
  }
  .lushuDetail .f1 .f1Box .right .rightBox{
    margin-top: 3vw;
  }
  .lushuDetail .f1 .f1Box .right .rightBox .item{
    margin-bottom: 3vw;
  }
  .lushuDetail .f1 .f1Box .right .rightBox .item .img{
    width: 30vw;
    height: 16vw;
  }
  .lushuDetail .f1 .f1Box .right .rightBox .item .text{
    width: 45vw;
  }
  .lushuDetail .f1 .f1Box .right .rightBox .item .text .name{
    font-size: 16px;
  }
  .lushuDetail .f1 .f1Box .right .rightBox .item .text .d{
    font-size: 12px;
  }
  .lushuDetail .f1 .f1Box .right .rightBox .item .text .d .icon{
    width: 4vw;
    height: 4vw;
  }
  .lushuDetail .f1 .f1Box .right .rightBox .item .text .d .icon img{
    top: 1.4vw;
  }
  .mendian .f1{
    padding: 10vw 5vw;
  }
  .mendian .f1 .des{
    font-size: 16px;
  }
  .mendian .f1 #ChinaMap,.mendian .f1 #ChinaMap svg{
    width: 100% !important;
    height: 70vw !important;
  }
  .mendian .f1 .mapImg{
    width: 10vw;
    right: 14vw;
    margin-top: -9vw;
  }
  .mapIcon2{
    width: 55vw;
    left: 24.5vw;
    margin-top: 22vw;
  }
  .mendian .f2{
    padding: 10vw 5vw;
  }
  .mendian .f2 .selectBox{
    width: 80vw;
    border-radius: 5vw;
    padding: 2vw 5vw;
  }
  .mendian .f2 .selectBox .select select{
    font-size: 14px;
  }
  .mendian .f2 .selectBox .input input{
    font-size: 14px;
  }
  .mendian .f2 .selectBox::before,.mendian .f2 .selectBox::after{
    content: inherit;
  }
  .mendian .f2 .f2Box{
    margin-top: 5vw;
  }
  .mendian .f2 .f2Box .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .mendian .f2 .f2Info{
    font-size: 12px;
  }
  .mendian .f2 .f2Box .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .mendian .f2 .f2Box .item .textBox{
    width: 100%;
    height: auto;
    padding: 3vw 0;
    position: relative;
    margin-left: 0;
  }
  .mendian .f2 .f2Box .item .textBox .name{
    font-size: 18px;
  }
  .mendian .f2 .f2Box .item .textBox .address{
    width: 85%;
    font-size: 16px;
    margin: 2vw 0;
  }
  .mendian .f2 .f2Box .item .textBox .phone{
    font-size: 14px;
  }
  .mendian .f2 .f2Box .item .textBox .toMap{
    width: 8vw;
    position: absolute;
    top: 10vw;
    right: 0;
  }
  .mendian .f2 .f2Box .item .imgBox .img .play{
    font-size: 48px;
    padding-top: 16vw;
  }
  .jiameng .f1 .titBox{
    padding: 10vw 5vw;
  }
  .jiameng .f2{
    padding: 10vw 5vw;
  }
  .jiameng .f2 .f2Box .item{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 4vw;
    padding: 5vw;
  }
  .jiameng .f2 .f2Box .item .icon{
    width: 8.5vw;
  }
  .jiameng .f2 .f2Box .item .t{
    font-size: 20px;
  }
  .jiameng .f2 .f2Box .item .d{
    font-size: 16px;
  }
  .jiameng .f3{
    padding: 0 5vw;
  }
  .jiameng .f3 .f3Box{
    font-size: 16px;
    height: 90vh;
    padding: 5vw;
    background: url('../images/img83_m.jpg?v1.0.0') center no-repeat !important;
    background-size: cover !important;
  }
  .jiameng .f3 .f3Box .text .des{
    padding-left: 1vw;
  }
  .jiameng .f3 .f3Box .text .des::before{
    width: 1vw;
    height: 1vw;
    margin-top: 3vw;
    margin-left: -2.2vw;
  }
  .jiameng .f4{
    height: auto;
  }
  .jiameng .f4 .f4Box{
    display: block;
  }
  .jiameng .f4 .f4Box .item{
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-bottom: 5vw;
    padding: 5vw;
  }
  .jiameng .f4 .f4Box .item:hover{
    padding: 5vw;
  }
  .jiameng .f4 .f4Box .item:last-child{
    border-bottom: transparent;
  }
  .jiameng .f4 .f4Box .item .t{
    font-size: 22px;
  }
  .jiameng .f4 .f4Box .item .payBox{
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .jiameng .f4 .f4Box .item .payBox .pay{
    display: inline-block;
  }
  .jiameng .f4 .f4Box .item .payBox .pay .tt{
    font-size: 18px;
  }
  .jiameng .f4 .f4Box .item .payBox .pay .dd{
    font-size: 14px;
  }
  .jiameng .f4 .f4Box .item .des{
    opacity: 1;
    font-size: 16px;
  }
  .jiameng .f5{
    padding: 0 5vw 10vw 5vw;
  }
  .jiameng .f5 .f5Box{
    display: block;
  }
  .jiameng .f5 .f5Box .left{
    width: 100%;
  }
  .jiameng .f5 .f5Box .imgBox{
    width: 100%;
    height: 100vw;
    margin-top: 5vw;
  }
  .jiameng .f5 .f5Box .left .item{
    margin-top: 5vw;
  }
  .jiameng .f5 .f5Box .left .item .num{
    font-size: 30px;
  }
  .jiameng .f5 .f5Box .left .item .text{
    margin-left: 3vw;
  }
  .jiameng .f5 .f5Box .left .item .text .t{
    font-size: 18px;
  }
  .jiameng .f5 .f5Box .left .item .text .d{
    font-size: 16px;
  }
  .jiameng .f6{
    height: 100vh;
    background: url('../images/img86_m.jpg?v1.0.0') center no-repeat !important;
    background-size: cover !important;
  }
  .jiameng .f6 .textBox{
    width: 100%;
    padding: 10vw 5vw;
    position: relative;
    right: inherit;
    margin-top: 0;
  }
  .jiameng .f6 .textBox #form{
    margin: 5vw 0;
  }
  .jiameng .f6 .textBox #form .inputBox{
    padding: 3vw;
  }
  .jiameng .f6 .textBox #form .inputBox .name{
    font-size: 14px;
  }
  .jiameng .f6 .textBox #form .inputBox input{
    font-size: 14px;
    margin-left: 5vw;
  }
  .jiameng .f6 .textBox .submit{
    width: 25vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
  }
  .shangwu .f1{
    height: auto;
  }
  .shangwu .f1 .textBox{
    width: 100%;
    padding: 10vw 5vw;
  }
  .shangwu .f1 .textBox .phoneBox{
    padding: 5vw;
  }
  .shangwu .f1 .textBox .phoneBox .t{
    font-size: 16px;
  }
  .shangwu .f1 .textBox .phoneBox .t i{
    font-size: 16px;
    margin-right: 1vw;
  }
  .shangwu .f1 .textBox .phoneBox .phone{
    margin-top: 3vw;
  }
  .shangwu .f1 .textBox .phoneBox .phone a{
    font-size: 14px;
  }
  .pinpai .f1{
    padding-top: 10vw;
  }
  .ppgs_box{
    width: 90%;
    margin-left: 5vw;
  }
  .ppgs_box .left{
    width: 100%;
  }
  .titBox .name{
    font-size: 16px;
    line-height: 1.7;
    color: #707070;
    margin-top: 3vw;
    text-align: justify;
  }
  .singePage{
    font-size: 16px;
    color: #707070;
    text-align: justify;
  }
  .ppgs_box .left .f1Box{
    margin-top: 5vw;
    height: auto;
  }
  .ppgs_box .left .f1Box .item .tit{
    font-size: 20px;
  }
  .ppgs_box .left .f1Box .item .tit i{
    width: 6vw !important;
    height: 6vw !important;
    font-size: 12px;
    line-height: 6vw;
    margin-right: 3vw;
    margin-top: .5vw;
  }
  .ppgs_box .left .f1Box .item .tit::before{
    width: 62vw;
    margin-left: 27vw;
    margin-top: 3.3vw;
  }
  .ppgs_box .left .f1Box .item:nth-child(1).active .desBox{
    margin: 5vw;
  }
  .ppgs_box .left .f1Box .item:nth-child(1).active .desBox{
    height: auto;
  }
  .ppgs_box .left .f1Box .item .desBox .desT::before{
    width: 1vw;
    height: 1vw;
    margin-left: -3vw;
    margin-top: 4vw;
  }
  .ppgs_box .left .f1Box .item:nth-child(3).active .desBox{
    height: auto;
  }
  .ppgs_box .left .f1Box .item .desBox .desT.active::after{
   content: inherit;
  }
  .ppgs_box .left .f1Box .item .desBox .desT .name{
    font-size: 18px;
  }
  .ppgs_box .left .f1Box .item .desBox .desT.active .name::after{
    content: '';
    position: absolute;
    margin-top: 3.8vw;
    margin-left: 1.5vw;
    border-left: 1.3vw solid transparent;
    border-right: 1.3vw solid transparent;
    border-top: 1.5vw solid #000000;
    border-bottom: 1.3vw solid transparent;
  }
  .ppgs_box .left .f1Box .item .desBox .des{
    font-size: 16px;
    position: relative;
    width: 100%;
    right: inherit;
    padding: 0 4vw;
  }
  .ppgs_box .left .f1Box .item .desBox .desT .des{
    display: none;
    padding: 0;
  }
  .ppgs_box .left .f1Box .item .desBox .desT.active .des{
    display: block;
  }
  .ppgs_box .left .f1Box .item:nth-child(2).active .desBox{
    height: auto;
  }
  .ppgs_box .left .f1Box .item .desBox{
    margin: 2vw 5vw;
  }
  .ppgs_box .left .f1Box .item .desBox .des2{
    font-size: 16px;
    padding-left: 3.8vw;
  }
  .ppgs_box .left .f1Box .item .desBox .desT{
    font-size: 16px;
  }
  .csr_box .left .des{
    line-height: 1.7;
  }
  .ppgs_box .right{
    display: none;
  }
  .banners .text{
    width: 30vw;
    left: 50vw;
  }
  .pinpai .f2{
    padding: 10vw 5vw;
  }
  .csr_box .left{
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    text-align: center;
    margin: 5vw 0;
  }
  .csr_box .left .title{
    font-size: 16px;
  }
  .csr_box .left .name{
    font-size: 22px;
  }
  .csr_box .right{
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .csr_box .center{
    width: 70%;
  }
  .csr_box .icon{
    display: none;
  }
  .csr_logo{
    display: none;
  }
  .djs_list{
    margin-top: 5vw;
  }
  .djs_list ul{
    display: block;
    margin-top: 3vw;
  }
  .djs_list ul li{
    width: 100%;
    margin-bottom: 5vw;
  }
  .djs_list ul li .info .name{
    font-size: 18px;
  }
  .djs_list ul li .info .des{
    font-size: 16px;
  }
  .djs_list::after{
    content: inherit;
  }
  .pinpai .f3{
    padding: 10vw 5vw;
  }
  .honorSwiper{
    margin-top: 5vw;
  }
  .honorSwiper .name{
    font-size: 14px;
    margin-top: 3vw;
  }
  .honorSwiper .swiper-button-next,.honorSwiper .swiper-button-prev{
    display: none;
  }
  .com_more{
    font-size: 14px;
  }
  .shiping .f1{
    padding: 10vw 5vw;
  }
  .shiping .f1 .f1Box .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .shiping .f1 .f1Box .item .imgBox{
    height: 50vw;
  }
  .shiping .f1 .f1Box .item .imgBox .img{
    padding-top: 16.5vw;
  }
  .shiping .f1 .f1Box .item .imgBox .img .play{
    font-size: 48px;
  }
  .shiping .f1 .f1Box .item .t{
    font-size: 16px;
  }
  .videoBox{
    width: 90%;
  }
  .meiti .f1{
    padding: 10vw 5vw;
  }
  .meiti .f1 .f1Swiper .swiper-slide{
    display: block;
  }
  .meiti .f1 .f1Swiper .swiper-slide .imgBox{
    width: 100%;
    height: 50vw;
  }
  .meiti .f1 .f1Swiper .swiper-slide .textBox{
    width: 100%;
    padding: 5vw;
  }
  .meiti .f1 .f1Swiper .swiper-slide .textBox .time{
    font-size: 14px;
  }
  .meiti .f1 .f1Swiper .swiper-slide .textBox .t{
    font-size: 16px;
  }
  .meiti .f1 .f1Swiper .swiper-slide .textBox .d{
    display: none;
  }
  .meiti .f1 .f1Swiper .swiper-pagination{
    width: 100%;
  }
  .meiti .f2{
    padding: 5vw;
  }
  .meiti .f2 .item{
    display: block;
    padding: 0;
    margin-bottom: 5vw;
  }
  .meiti .f2 .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .meiti .f2 .item .textBox{
    width: 100%;
    padding: 5vw 0;
  }
  .meiti .f2 .item .textBox .time{
    font-size: 14px;
  }
  .meiti .f2 .item .textBox .t{
    font-size: 16px;
  }
  .meiti .f2 .item .textBox .d{
    display: none;
  }
  .meiti .f2 .item .textBox .more{
    display: none;
  }
  .join .f1{
    padding: 10vw 5vw;
  }
  .join .f1 .f1Box{
    width: 100%;
  }
  .join .f1 .f1Box .item{
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .join .f1 .f1Box .item .joinHead .tit .t{
    font-size: 16px;
  }
  .join .f1 .f1Box .item .joinHead .tit .d{
    font-size: 15px;
  }
  .join .f1 .joinSelect{
    display: none;
  }
  .join .f1 .f1Box .item .joinHead{
    padding-bottom: 3vw;
  }
  .join .f1 .f1Box .item .joinHead .img{
    width: 8vw;
    margin: 3.7vw 3vw;
  }
  .join .f1 .f1Box .item .joinHead .pay{
    font-size: 22px;
  }
  .join .f1 .f1Box .item .joinDes{
    padding-top: 3vw;
  }
  .join .f1 .f1Box .item .joinDes .t{
    font-size: 18px;
  }
  .join .f1 .f1Box .item .joinDes .des{
    font-size: 16px;
  }
  .join .f1 .f1Box .item .joinDes .more{
    font-size: 14px;
    margin-top: 3vw;
  }
  .join .f1 .f1Box .item .joinDes .more .icon{
    font-size: 12px;
    margin: .5vw;
  }
  .joinDetail .f1{
    padding: 10vw 5vw;
  }
  .joinDetail .f1 .f1Box{
    width: 100%;
  }
  .joinDetail .f1 .joinSelect{
    display: none;
  }
  .joinDetail .f1 .f1Box .item{
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .joinDetail .f1 .f1Box .item .joinHead .tit .t{
    font-size: 16px;
  }
  .joinDetail .f1 .f1Box .item .joinHead .tit .d{
    font-size: 14px;
  }
  .joinDetail .f1 .f1Box .item .joinHead{
    padding-bottom: 3vw;
  }
  .joinDetail .f1 .f1Box .item .joinHead .img{
    width: 8vw;
    margin: 3.7vw 3vw;
  }
  .joinDetail .f1 .f1Box .item .joinHead .pay{
    font-size: 20px;
  }
  .joinDetail .f1 .f1Box .item .joinDes{
    padding-top: 3vw;
  }
  .joinDetail .f1 .f1Box .item .joinDes .t{
    font-size: 18px;
  }
  .joinDetail .f1 .f1Box .item .joinDes .des{
    font-size: 16px;
  }
  .joinDetail .f1 .f1Box .item .joinDes #form{
    margin-top: 3vw;
  }
  .joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs{
    display: block;
  }
  .joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs .inputBox{
    width: 100%;
    padding: 3vw;
  }
  .joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs .inputBox .name{
    font-size: 14px;
  }
  .joinDetail .f1 .f1Box .item .joinDes #form .inputBoxs .inputBox input{
    font-size: 14px;
    margin-left: 5vw;
  }
  .joinDetail .f1 .f1Box .item .joinDes #form .uploadBox{
    height: 12vw;
    line-height: 12vw;
    margin-top: 5vw;
  }
  .joinDetail .f1 .f1Box .item .joinDes #form .uploadBox input{
    margin-left: -35vw;
  }
  .joinDetail .f1 .f1Box .item .joinDes .submit{
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    margin: 3vw auto;
  }
  .service .f1{
    padding: 10vw 5vw;
  }
  .service .f1 .desBox{
    font-size: 16px;
  }
  .service .f1 .f1Box{
    padding: 5vw 0;
  }
  .service .f1 .f1Box .t{
    font-size: 18px;
  }
  .service .f1 .f1Box .t img{
    width: 6vw;
    margin-right: 1.5vw;
  }
  .service .f1 .f1Box .des{
    margin-top: 3vw;
    font-size: 16px;
  }
  .service .f2{
    padding: 10vw 5vw;
    height: auto;
  }
  .service .f2 .f2Box{
    display: block;
  }
  .service .f2 .f2Box .item{
    width: 100%;
    height: auto;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .service .f2 .f2Box .item:nth-child(1) .img{
    height: auto;
    margin: 0 auto 5vw auto;
  }
  .service .f2 .f2Box .item:nth-child(1) .img img{
    width: 10vw;
  }
  .service .f2 .f2Box .item:nth-child(2) .img{
    height: auto;
    margin: 0 auto 5vw auto;
  }
  .service .f2 .f2Box .item:nth-child(2) .img img{
    width: 10vw;
  }
  .service .f2 .f2Box .item .img{
    width: 25vw;
    height: 25vw;
  }
  .service .f2 .f2Box .item .t{
    font-size: 18px;
  }
  .service .f2 .f2Box .item .d{
    font-size: 16px;
  }
  .service .f2 .f2Box .item .info{
    font-size: 14px;
  }
  .service .f2 .f2Box .item .info2 a{
    font-size: 16px;
    display: block;
  }
  .banner .text{
    width: 70%;
  }
  .banner .text p{
    font-size: 22px;
    margin-bottom: 1vw;
  }
  .boxes.p0{
    padding: 5vw;
  }
  .boxes.p0 .flex{
    display: block;
  }
  .p_box{
    width: 100%;
    margin-bottom: 5vw;
  }
  .dh_name .name{
    font-size: 26px;
  }
  .changcheng .f3SwiperImg{
    width: 95%;
    left: 2.5%;
    font-size: 14px;
  }
  .dh_title .name{
    font-size: 24px;
  }
  .dh_title .des{
    font-size: 16px;
  }
  .boxes.f{
    padding: 10vw 0;
  }
  .dh_name .mar{
    font-size: 16px;
  }
  .w1400{
    width: 90%;
  }
  .sy_list ul{
    display: block;
  }
  .sy_list ul li{
    width: 100%;
    margin-bottom: 5vw;
  }
  .banners .text{
    width: 30vw;
    left: 50vw;
  }
  .carSwiper .dh_name .name{
    font-size: 22px;
  }
  .carSwiper .swiper-button-next,.carSwiper .swiper-button-prev{
    display: none;
  }
  .changcheng{
    height: 60vh;
  }
  .changcheng .f3Swiper{
    height: 60vh;
  }
  .sy_list{
    margin-top: 5vw;
  }
  .banner{
    height: 70vw;
  }
  .mouse_icon{
    display: none;
  }
  .banner .video .play{
    font-size: 48px;
    color: white;
    z-index: 99;
    position: relative;
    text-align: center;
    margin-top: 50vw;
  }
  .huodong .f1{
    padding: 10vw 0;
  }
  .huodong .f1 .titBox{
    padding: 0 5vw;
  }
  .huodong .f1 .f1Swiper{
    padding-bottom: 7vw;
  }
  .huodong .f1 .f1Swiper .swiper-slide{
    width: 75vw;
    height: 45vw;
  }
  .huodong .f1 .f1Swiper .swiper-pagination{
    bottom: 0;
  }
  .huodong .f1 .f1Swiper .swiper-pagination .swiper-pagination-bullet{
    background: black;
  }
  .huodong .f1 .f1Swiper .swiper-button-next{
    display: none;
  }
  .huodong .f1 .f1Swiper .swiper-button-prev{
    display: none;
  }
  .huodong .f2{
    padding: 0 5vw 5vw 5vw;
  }
  .huodong .f2 .item{
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5vw;
  }
  .shalong .f1{
    display: block;
    padding: 10vw 5vw;
  }
  .shalong .f1 .textBox{
    width: 100%;
  }
  .shalong .f1 .textBox .des{
    font-size: 16px;
  }
  .shalong .f1 .img{
    width: 100%;
    height: 55vw;
  }
  .shalong .f2{
    display: block;
    padding: 0 5vw;
  }
  .shalong .f2 .left{
    width: 100%;
  }
  .shalong .f2 .left .textBox .text{
    margin-left: 0;
  }
  .shalong .f2 .left .textBox .text .t{
    font-size: 22px;
  }
  .shalong .f2 .left .textBox .img{
    display: none;
  }
  .shalong .f2 .left .textBox .text .des{
    font-size: 16px;
  }
  .shalong .f2 .left .imgBox{
    width: 100%;
    height: 55vw;
  }
  .shalong .f2 .right{
    width: 100%;
    height: 100vw;
    margin-top: 3vw;
  }
  .shalong .f3{
    height: auto;
    padding: 10vw 5vw;
    margin-top: 5vw;
  }
  .shalong .f3 .text{
    position: relative;
    right: inherit;
    margin-top: 0;
  }
  .shalong .f3 .text .t{
    font-size: 22px;
  }
  .shalong .f3 .text .des{
    font-size: 16px;
  }
  .shalong .f4{
    padding: 10vw 5vw;
    display: block;
  }
  .shalong .f4 .left{
    width: 100%;
  }
  .shalong .f4 .left .text{
    margin-top: 0;
  }
  .shalong .f4 .left .text .t{
    font-size: 22px;
  }
  .shalong .f4 .left .text .des{
    font-size: 16px;
  }
  .shalong .f4 .left .img{
    width: 100%;
    height: 55vw;
    margin: 3vw 0;
  }
  .shalong .f4 .right{
    width: 100%;
    height: 100vw;
  }
  .huodong .f1 .f1Swiper{
    margin-top: 5vw;
  }
  .carSwiper .swiper-pagination-bullet{
    background: black;
  }
  .caseDetail .f3 .f3Box .item{
    margin-bottom: 5vw;
  }
  .mapInfo img {
    width: 5vw;
    margin: 0 auto;
  }
  .p_box .thum .inner{
    padding-top: 100%;
  }
  .sy_list .dh_name{
    top: 10%;
  }
  .service .f2 .f2Box .item.item1{
    height: 80vw;
  }
  .service .f2 .f2Box .item .items2{
    width: 90%;
    position: absolute;
    transform: translateY(30vw);
  }
  .service .f2 .f2Box .item .items{
    margin-top: 15vw;
  }
  .service .f2 .f2Box .item .items.active{
    transform: translateY(-65vw);
  }
  .service .f2 .f2Box .item .items2.active{
    transform: translateY(-48vw);
  }
  .service .f2 .f2Box .item .items2 .close{
    font-size: 24px;
  }
  .service .f2 .f2Box .item .items2 #form .tit{
    font-size: 18px;
  }
  .service .f2 .f2Box .item .items2 #form .inputBox{
    padding: 3vw;
  }
  .service .f2 .f2Box .item .items2 #form .inputBox .name{
    font-size: 14px;
  }
  .service .f2 .f2Box .item .items2 #form .inputBox input{
    font-size: 14px;
    margin-left: 3vw;
  }
  .service .f2 .f2Box .item .items2 #form .inputBox textarea{
    height: 15vw;
    font-size: 14px;
    margin-left: 3vw;
  }
  .service .f2 .f2Box .item .items2 .submit{
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
  }
  .ppgs_box .left .f1Boxs{
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
    display: block;
  }
  .ppgs_box .left .f1Boxs .item{
    width: 100%;
    height: 50vw;
    margin-top: 3vw;
    padding: 5vw;
  }
  .ppgs_box .left .f1Boxs .item.active{
    width: 100%;
    height: 50vw;
  }
  .ppgs_box .left .f1Boxs .item .icon{
    width: 10vw;
    height: 10vw;
    font-size: 18px;
    padding-top: 2vw;
  }
  .ppgs_box .left .f1Boxs .item .text{
    width: auto;
    margin-top: 3vw;
  }
  .ppgs_box .left .f1Boxs .item .text .t{
    font-size: 18px;
  }
  .ppgs_box .left .f1Boxs .item .text .desB{
    font-size: 14px;
    opacity: 1;
    margin-top: 3vw;
  }
  .ppgs_box .left .f1Boxs .item .text .desB .des{
    padding-left: 4vw;
  }
  .ppgs_box .left .f1Boxs .item .text .desB .des::before{
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 2.6vw;
    margin-left: -4vw;
  }
  .ppgs_box .left .f1Boxs .item .text .des2{
    font-size: 14px;
    padding-left: 4vw;
  }
  .ppgs_box .left .f1Boxs .item .text .des2::before{
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 2.5vw;
    margin-left: -4vw;
  }
  .ppgs_box .left .f1Boxs .item.active .text{
    padding-top: 5vw;
  }
  .ppgs_box .left .f1Boxs .item .text{
    padding-top: 5vw;
  }
  .boxesname .tit{
    font-size: 24px;
  }
  .boxesname .d{
    font-size: 16px;
  }
  .zhuangbei .f1 .f1Box #proimg .item .btn{
    font-size: 14px;
  }
  .imgBoxModal .img{
    width: 80%;
  }
  .case .zjcform{
    height: auto;
  }
  .case .zjcform .textBox{
    position: relative;
    width: 100%;
    padding: 10vw 15vw;
    right: inherit;
    margin-top: 0;
  }
  .case .zjcform .textBox #form{
    margin: 5vw 0;
  }
  .case .zjcform .textBox #form .inputBox{
    padding: 3vw 0;
  }
  .case .zjcform .textBox #form .inputBox .name{
    font-size: 14px;
  }
  .case .zjcform .textBox #form .inputBox input{
    font-size: 14px;
    margin-left: 3vw;
  }
  .case .zjcform .textBox .submit{
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    margin: 0 auto;
  }
}
