body {
  color: #353535;
  font-size: 18px;
  /* padding-top: 62px !important; */
}
/* toast start */
.vzan-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  line-height: 1.5;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  max-width: 200px;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  z-index: 102;
  display: none;
}
.vzan-toast.right {
  position: absolute;
}
/* toast end */
/* banner start */
#app {
  min-width: 1200px;
}
.vzan-banner {
  overflow: hidden;
  height: 600px;
}
.vzan-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vzan-banner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: all 0.2s;
}
.vzan-banner .swiper-pagination-bullet-active {
  background: #fff;
}
.vzan-banner .swiper-pagination-bullets {
  padding-bottom: 20px;
}
/* banner end */
/* 閫氱敤 start */
button.primary {
  background: linear-gradient(-30deg, #0060ff, #0084ff);
  color: #fff;
}
button.circle {
  position: relative;
  overflow: hidden;
}
button.circle span {
  position: relative;
  z-index: 3;
}
button.circle i {
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0;
  height: 0;
}
.vzan-container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.one-title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.max-title {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
.g-label {
  display: inline-flex;
  position: relative;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  padding: 0 3px;
  background-color: #F40000;
  margin-bottom: 28px;
}
.g-label:before {
  position: absolute;
  left: -8px;
  top: 0;
  content: ' ';
  border: 10px solid #F40000;
  border-right-width: 8px;
  border-left-width: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.g-label:after {
  content: '路';
  position: absolute;
  left: -3px;
  top: 0;
}
/* 閫氱敤 end */
/* 椤堕儴瀵艰埅 start */
.vzan-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  background-color: #fff;
  z-index: 201;
  box-shadow: 0px 0px 26px 0px rgba(81, 81, 81, 0.1);
  box-sizing: border-box;
  padding: 0 15px;
}
.vzan-nav .vzan-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vzan-nav .logo {
  width: 66px;
  margin-right: 40px;
  cursor: pointer;
}
.vzan-nav ul {
  display: flex;
}
.vzan-nav ul li {
  text-align: center;
  width: 100px;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.vzan-nav ul li a {
  font-size: 16px;
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  line-height: 60px;
  cursor: pointer;
}
.vzan-nav ul li:hover > a {
  color: #0084FF;
}
.vzan-nav ul li a.active {
  color: #0084FF;
  border-bottom: 2px solid #0084FF;
}
.vzan-nav ul.second-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 91;
}
.vzan-nav ul.second-list a.active {
  border: none;
}
.vzan-nav ul.first-list li:hover .second-list {
  display: block;
}
.vzan-nav .phone {
  color: #0084FF;
  display: flex;
  align-items: center;
}
.vzan-nav .phone:before {
  content: ' ';
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background: url(../img/phone.png) no-repeat center center / 100%;
}
.vzan-nav .btn-area {
  display: flex;
}
.vzan-nav .btn-area button {
  width: 90px;
  height: 34px;
}
.vzan-nav .btn-area button.login {
  border: 1px solid #353535;
  margin-right: 9px;
  background-color: #fff;
  transition: color 0.5s;
}
.vzan-nav .btn-area button.login:hover {
  color: #fff;
  border: 1px solid #0084ff;
}
/* 椤堕儴瀵艰埅 end */
/* 搴曢儴 start */
.vzan-footer {
  background-color: #091133;
  padding-top: 56px;
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.vzan-footer a {
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}
.vzan-footer a:hover {
  color: #fff;
}
.vzan-footer .vzan-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}
.vzan-footer .site i:before {
  content: '路';
  margin: 0 2px;
}
.vzan-footer .site p {
  margin-bottom: 44px;
}
.vzan-footer .title {
  font-size: 16px;
  color: #fff;
  margin-right: 24px;
}
.vzan-footer .contact .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 23px 0 20px;
}
.vzan-footer .contact p {
  margin-bottom: 17px;
}
.vzan-footer .other {
  width: 170px;
}
.vzan-footer .other p {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
.vzan-footer .other p img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 9px;
}
.vzan-footer .other p span {
  line-height: 1.6;
}
.vzan-footer .qrcode {
  text-align: center;
}
.vzan-footer .qrcode img {
  width: 104px;
  height: 104px;
  margin-bottom: 18px;
}
.vzan-footer .qrcode .more {
  text-align: center;
  color: #fff;
}
.vzan-footer .bottom-text {
  text-align: center;
  padding-bottom: 40px;
}
/* 搴曢儴 end */
/* 鍒嗛〉鍣� start */
.vzan-page-container {
  text-align: center;
  margin: 94px 0 98px;
}
.vzan-page {
  display: inline-flex;
  border: 1px solid #353535;
  border-right-width: 0;
}
.vzan-page a {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 11px;
  border-right: 1px solid #353535;
  font-size: 16px;
  user-select: none;
}
.vzan-page a:hover,
.vzan-page a.active {
  color: #0084ff;
}
.vzan-page a.active {
  cursor: not-allowed;
}
.vzan-page a.disabled {
  color: #bebebe;
  cursor: not-allowed;
}
.vzan-page a.none {
  cursor: initial;
}
.vzan-page a.none:hover {
  color: inherit;
}
/* 鍒嗛〉鍣� end */
/* 鎵撻€犱紒涓氫笓灞炵洿鎾钩鍙� start */
.vzan-build {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/bg/build.png) center center;
  background-size: cover;
}
.vzan-build h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 29px;
  color: #fff;
}
.vzan-build button {
  width: 140px;
  height: 46px;
  font-size: 18px;
}
.vzan-build.primary {
  background: linear-gradient(-90deg, #004eff, #01ccff);
}
.vzan-build.primary button {
  background: #FFF8DA;
  color: #FF7200;
  transition: color 0.5s;
}
.vzan-build.primary button:hover {
  color: #0084ff;
}
/* 鎵撻€犱紒涓氫笓灞炵洿鎾钩鍙� end */
/* 椤堕儴鍥炬枃 start */
.vzan-top {
  position: relative;
  color: #fff;
}
.vzan-top img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.vzan-top .fix {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  display: flex;
}
.vzan-top .fix.center {
  text-align: center;
}
.vzan-top .fix h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 22px;
}
.vzan-top .fix p {
  font-size: 28px;
}
.vzan-top .vzan-container {
  box-sizing: border-box;
}
/* 椤堕儴鍥炬枃 end */
/* 搴旂敤鍦烘櫙 start */
.vzan-scene {
  padding: 80px 0;
}
.vzan-scene.one {
  padding: 80px 0 152px;
}
.vzan-scene .scene {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
.vzan-scene .scene li {
  width: 270px;
  height: 200px;
  position: relative;
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.vzan-scene .scene li img {
  transition: all 0.4s;
  border-radius: 4px;
}
.vzan-scene .scene li:hover img {
  transform: scale(1.1);
}
.vzan-scene .scene .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-size: 20px;
  color: #fff;
  background-color: rgba(26, 26, 26, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 搴旂敤鍦烘櫙 end */
/* 鍏嶈垂浣跨敤寮圭獥鍜岀暀瑷€缃《 start */
.consult-box-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none;
}
.consult-box-shadow.show {
  display: flex;
}
.consult-box {
  width: 560px;
  height: 622px;
  background-color: #fff;
  padding: 50px 50px 0;
  box-sizing: border-box;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 12px 87px 24px rgba(53, 53, 53, 0.06);
  border-radius: 10px;
}
.consult-box h1 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.consult-box h2 {
  font-size: 18px;
  text-align: center;
  margin: 16px 0 30px;
}
.consult-box .input {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #F6F7F9;
  padding: 0 29px;
  margin-bottom: 20px;
  min-width: 10px;
  border-radius: 2px;
}
.consult-box .input input {
  flex: 1;
  min-width: 10px;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  margin-left: 29px;
  border: none;
  outline: none;
  background-color: #F6F7F9;
  border-left: 1px solid #dddddd;
}
.consult-box .input-area {
  display: flex;
}
.consult-box .input-area button.code {
  width: 120px;
  height: 60px;
  flex-shrink: 0;
  margin-left: 10px;
  background: rgba(0, 132, 255, 0.1);
  color: #3486F7;
  padding: 0;
  font-size: 16px;
  border-radius: 2px;
}
.consult-box textarea {
  height: 90px;
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  background-color: #F6F7F9;
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 2px;
}
.consult-box button.submit {
  background-color: #3486F7;
  color: #fff;
  font-size: 18px;
  width: 260px;
  height: 66px;
  display: block;
  margin: 40px auto 0;
  border-radius: 2px;
  box-shadow: 0px 12px 87px 24px rgba(53, 53, 53, 0.06);
}
.consult-box-shadow.right .consult-box {
  height: 514px;
  padding: 20px 20px 40px 20px;
  position: absolute;
  right: 7%;
  bottom: 8%;
  width: 400px;
}
.consult-box-shadow.right .complete {
  height: 100%;
  box-sizing: border-box;
  padding: 20px 44px;
  text-align: center;
  display: none;
}
.consult-box-shadow.right .complete img {
  width: 80px;
  height: 80px;
}
.consult-box-shadow.right .complete .p1 {
  margin: 50px 0 100px;
  font-size: 20px;
}
.consult-box-shadow.right .complete .p2 {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 1.5;
}
.consult-box-shadow.right .complete button.primary {
  width: 200px;
  height: 50px;
  font-size: 16px;
  border-radius: 4px;
}
.consult-box-shadow.right textarea {
  height: 170px;
}
.consult-box-shadow.right .input {
  height: 50px;
}
.consult-box-shadow.right .input input {
  font-size: 16px;
}
.consult-box-shadow.right .submit {
  height: 46px;
  width: 250px;
  margin-top: 30px;
}
.bg-cu1 {
  width: 26px;
  height: 26px;
  background: url('../img/icon/cu_sprites.png') -10px -10px;
}
.bg-cu2 {
  width: 26px;
  height: 26px;
  background: url('../img/icon/cu_sprites.png') -56px -10px;
}
.bg-cu3 {
  width: 26px;
  height: 26px;
  background: url('../img/icon/cu_sprites.png') -10px -56px;
}
.bg-msg {
  width: 26px;
  height: 26px;
  background: url('../img/icon/cu_sprites.png') -56px -56px;
}
.bg-tel {
  width: 26px;
  height: 26px;
  background: url('../img/icon/cu_sprites.png') -102px -10px;
}
.bg-top {
  width: 26px;
  height: 26px;
  background: url('../img/icon/cu_sprites.png') -102px -56px;
}
/* 鍏嶈垂浣跨敤寮圭獥鍜岀暀瑷€缃《 end */
/* 鍙充晶缃《缁勪欢 start */
.fix-right {
  position: fixed;
  right: 0;
  bottom: 15%;
  width: 70px;
  color: #fff;
  z-index: 10;
}
.fix-right .box {
  height: 70px;
  display: flex;
  background-color: #353535;
  align-items: center;
}
.fix-right .box .left {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.fix-right .box .right {
  flex-shrink: 0;
  width: 130px;
  text-align: center;
  white-space: nowrap;
}
.fix-right .msg {
  background-color: #0084FF;
  transition: all 0.5s;
  cursor: pointer;
}
.fix-right .msg:hover {
  margin-left: -130px;
}
.fix-right .consult {
  transition: all 0.5s;
}
.fix-right .consult:hover {
  margin-left: -130px;
  background-color: #0084FF;
}
.fix-right .top {
  cursor: pointer;
}
.fix-right .top:hover {
  background-color: #0084FF;
}
/* 鍙充晶缃《缁勪欢 end */
