@import "reset.css";
@import "../font/zw-iconfont.css";
/*云中科移动端动画*/
@keyframes outfirst {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes clickfirst {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
/*边框增幅动画*/
@keyframes borderSt {
  0% {
    border-width: 10px;
    border-color: #fbe8e7;
  }
  50% {
    border-width: 1px;
    border-color: rgba(251, 232, 231, 0);
  }
  100% {
    border-width: 10px;
    border-color: #fbe8e7;
  }
}
@keyframes wxfxBold {
  0% {
    background-color: #fbe8e7;
    color: #d41b2f;
  }
  50% {
    background-color: rgba(251, 232, 231, 0);
    color: #fff;
  }
  100% {
    background-color: #fbe8e7;
    color: #d41b2f;
  }
}
html {
  min-width: 1300px;
}
@media screen and (max-width: 768px) {
  html {
    min-width: unset;
  }
}
body {
  padding-top: 176px;
}
/*分页*/
.pagination {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}
.pagination li {
  width: 30px;
  height: 30px;
  margin: 6px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.pagination li.active span {
  color: #ffffff;
  background: #d41b2f;
}
.pagination li a {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 100%;
}
.pagination li span {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: block;
}
/*移动端导航条*/
.zw-menu-icon {
  position: relative;
  display: block;
  z-index: 1;
  width: 16px;
  height: 16px;
  float: right;
}
.zw-menu-icon.active span:nth-child(1) {
  animation-name: clickfirst;
}
.zw-menu-icon.active span:nth-child(2) {
  animation-name: clicksecond;
}
.zw-menu-icon span {
  position: absolute;
  background-color: #ffffff;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.zw-menu-icon span:nth-child(1) {
  width: 16px;
  height: 2px;
  right: 0;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  animation-name: outfirst;
}
.zw-menu-icon span:nth-child(2) {
  width: 2px;
  height: 16px;
  right: calc(50% - 1px);
  top: 0;
  transform: rotate(45deg);
  animation-name: outsecond;
}
/*云中科 img 定位居中{all_public}*/
.zw-img-position {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
/*单行溢出隐藏 {all_public}*/
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
/*多行溢出隐藏 {all_public}*/
/*flex布局 {all_public}*/
/*默认主题展示部分样式{all_public}*/
.content-1300 {
  width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content-1300 {
    width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .content-1300 {
    padding: 10px 0;
  }
}
/*默认主题展示部分样式{all_public}*/
.content-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content-1200 {
    width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .content-1200 {
    padding: 10px 0;
  }
}
/*横向排列列表ul{all_public}*/
/*横向排列列表li{all_public}*/
.zw-small-header {
  background-color: #f2f2f2;
  width: 100%;
}
.zw-small-header .content-1300 {
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  display: flex;
  justify-content: space-between;
}
.zw-small-header .content-1300 a {
  color: #666666;
}
.zw-stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}
.zw-header {
  padding: 20px 0px;
  box-sizing: border-box;
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-header .head-left {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-header .head-left .logo {
  max-width: 140px;
}
.zw-header .head-left .m-logo {
  display: none;
}
.zw-header .head-left .slogan {
  margin-left: 50px;
  font-size: 20px;
  position: relative;
}
.zw-header .head-left .slogan h4 {
  font-size: 20px;
  color: #313131;
  margin-bottom: 5px;
}
.zw-header .head-left .slogan span {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  background-color: #d41b2f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 20px;
}
.zw-header .head-left .slogan:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -25px;
  background: radial-gradient(#d41b2f, #ffffff);
  top: 0;
}
.zw-header .right-concat {
  display: flex;
  align-items: center;
}
.zw-header .right-concat .hours-icon {
  margin-right: 15px;
  max-width: 60px;
}
.zw-header .right-concat .way p {
  color: #313131;
  font-size: 18px;
}
.zw-header .right-concat .way a {
  font-size: 42px;
  color: #313131;
  font-family: Arial;
}
.zw-header .m-nav-icon {
  width: 24px;
  display: none;
}
.zw-header .m-nav-icon img {
  width: 100%;
}
.zw-header .top-nav li {
  float: left;
}
.zw-header .top-nav li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}
.zw-header .m-top-nav {
  display: none;
  position: fixed;
  overflow: hidden;
  padding: 25px 10px;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../image/m_nav_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zw-header .m-top-nav .nav-logo {
  text-align: center;
}
.zw-header .m-top-nav .nav-logo img {
  max-width: 140px;
}
.zw-header .m-top-nav ul.top-level {
  margin-top: 30px;
}
.zw-header .m-top-nav ul.top-level > li {
  padding: 15px 10px;
  border-bottom: 1px solid #ffffff;
}
.zw-header .m-top-nav ul.top-level > li p {
  color: #ffffff;
  font-size: 14px;
}
.zw-header .m-top-nav ul.top-level > li p a {
  color: #ffffff;
  font-size: 14px;
  display: block;
}
.zw-header .m-top-nav ul.top-level > li p .iconfont {
  float: right;
  font-size: 14px;
}
.zw-header .m-top-nav ul.top-level > li .second-level {
  margin-top: 12.5px;
  display: none;
}
.zw-header .m-top-nav ul.top-level > li .second-level > li a {
  font-size: 12px;
  padding: 7.5px 0 7.5px 10px;
  display: block;
  color: #ffffff;
}
.zw-header .m-top-nav button {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background-color: #ffffff;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #666666;
  width: 100px;
  border-radius: 20px;
  outline: none;
}
.zw-header .m-top-nav button:before,
.zw-header .m-top-nav button:after {
  content: '';
  height: 1px;
  width: 117px;
  background-color: #ffffff;
  bottom: 12.5px;
  position: absolute;
}
.zw-header .m-top-nav button:before {
  left: -117px;
}
.zw-header .m-top-nav button:after {
  right: -117px;
}
.zw-nav {
  background-color: #d41b2f;
}
.zw-nav ul {
  width: 1300px;
  margin: 0 auto;
  display: flex;
}
.zw-nav ul li {
  flex: 1;
  max-width: 144px;
}
.zw-nav ul li a {
  color: #ffffff;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.zw-nav ul li a.active {
  background-color: #ff4458;
}
.zw-other-img {
  position: relative;
}
.zw-other-img img {
  width: 100%;
  display: block;
}
.zw-other-img .btn {
  position: absolute;
  top: 66%;
  left: 30%;
}
.zw-other-img .btn .item {
  width: 126px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
  display: inline-block;
  margin-right: 20px;
}
.zw-other-img .btn .item:hover {
  background: #ffe405;
  color: #d41b2f;
  border: 1px solid #ffe405;
}
.zw-solution {
  margin-top: 40px;
}
.zw-solution .top-title {
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
}
.zw-solution .top-title .title {
  font-size: 38px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.zw-solution .top-title .title span {
  color: #d41b2f;
}
.zw-solution .top-title .dec {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 1.6;
  text-align: center;
}
.zw-solution .solution-list {
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-solution .solution-list .solution-item:hover .img-box .r-img {
  display: block;
  margin: 0 auto;
}
.zw-solution .solution-list .solution-item:hover .img-box .g-img {
  display: none;
}
.zw-solution .solution-list .solution-item:hover .solution-name {
  color: #d41b2f;
}
.zw-solution .solution-list .solution-item:hover .dec {
  color: #d41b2f;
}
.zw-solution .solution-list .solution-item .img-box {
  text-align: center;
  cursor: pointer;
  width: 180px;
  height: 180px;
}
.zw-solution .solution-list .solution-item .img-box .r-img {
  display: none;
}
.zw-solution .solution-list .solution-item .img-box .g-img {
  display: block;
  margin: 0 auto;
}
.zw-solution .solution-list .solution-item .solution-name {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all .5s;
}
.zw-solution .solution-list .solution-item .dec {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  max-width: 200px;
  transition: all .5s;
}
.zw-solution .industry {
  position: relative;
  overflow: hidden;
}
.zw-solution .industry > img {
  display: block;
  margin: 30px auto;
}
.zw-solution .industry .industry_banner {
  position: absolute;
  top: 257px;
  left: 50%;
  margin-left: -294px;
  width: 624px;
  height: 561px;
  overflow: hidden;
}
.zw-solution .industry .industry_banner .bg-banner {
  position: absolute;
  top: 30px;
  left: 36px;
  width: 528px;
  height: 309px;
  overflow: hidden;
}
.zw-solution .industry .industry_banner .bg-banner .swiper-slide {
  position: relative;
  height: 309px;
  overflow: hidden;
}
.zw-solution .industry .industry_banner .bg-banner .swiper-slide img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: auto;
  display: block;
}
.zw-solution .industry .web-banner {
  position: absolute;
  bottom: 209px;
  right: 24.4%;
  width: 193px;
  height: 338px;
  z-index: 9;
  overflow: hidden;
}
.zw-solution .industry .web-banner .small-banner {
  position: absolute;
  top: 36px;
  left: 8px;
  width: 138px;
  height: 241px;
  overflow: hidden;
}
.zw-solution .industry .web-banner .small-banner .swiper-slide {
  position: relative;
  height: 241px;
  overflow: hidden;
}
.zw-solution .industry .web-banner .small-banner .swiper-slide img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: auto;
  display: block;
}
.zw-solution .industry .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-solution .industry .item.item_01 {
  top: 80px;
}
.zw-solution .industry .item.item_01::before {
  content: '';
  width: 150px;
  height: 1px;
  border-bottom: 1px dashed #d41b2f;
}
.zw-solution .industry .item.item_01.left {
  left: 24.5%;
}
.zw-solution .industry .item.item_01.left::before {
  order: 2;
}
.zw-solution .industry .item.item_01.right {
  right: 25%;
}
.zw-solution .industry .item.item_01.right .iconfont {
  order: 1;
}
.zw-solution .industry .item.item_02 {
  top: 180px;
}
.zw-solution .industry .item.item_02::before {
  content: '';
  width: 150px;
  height: 1px;
  border-bottom: 1px dashed #d41b2f;
}
.zw-solution .industry .item.item_02.left {
  left: 12.5%;
}
.zw-solution .industry .item.item_02.left::before {
  order: 2;
}
.zw-solution .industry .item.item_02.right {
  right: 13%;
}
.zw-solution .industry .item.item_02.right .iconfont {
  order: 1;
}
.zw-solution .industry .item.item_03 {
  top: 297px;
}
.zw-solution .industry .item.item_03::before {
  content: '';
  width: 100px;
  height: 1px;
  border-bottom: 1px dashed #d41b2f;
}
.zw-solution .industry .item.item_03.left {
  left: 2%;
}
.zw-solution .industry .item.item_03.left::before {
  order: 2;
}
.zw-solution .industry .item.item_03.right {
  right: 2.8%;
}
.zw-solution .industry .item.item_03.right .iconfont {
  order: 1;
}
.zw-solution .industry .item.item_04 {
  top: 500px;
}
.zw-solution .industry .item.item_04::before {
  content: '';
  width: 100px;
  height: 1px;
  border-bottom: 1px dashed #d41b2f;
}
.zw-solution .industry .item.item_04.left {
  left: 2%;
}
.zw-solution .industry .item.item_04.left::before {
  order: 2;
}
.zw-solution .industry .item.item_04.right {
  right: 2.8%;
}
.zw-solution .industry .item.item_04.right .iconfont {
  order: 1;
}
.zw-solution .industry .item.item_05 {
  top: 700px;
}
.zw-solution .industry .item.item_05::before {
  content: '';
  width: 100px;
  height: 1px;
  border-bottom: 1px dashed #d41b2f;
}
.zw-solution .industry .item.item_05.left {
  left: 2%;
}
.zw-solution .industry .item.item_05.left::before {
  order: 2;
}
.zw-solution .industry .item.item_05.right {
  right: 2.8%;
}
.zw-solution .industry .item.item_05.right .iconfont {
  order: 1;
}
.zw-solution .industry .item.item_06 {
  bottom: 180px;
}
.zw-solution .industry .item.item_06::before {
  content: '';
  width: 150px;
  height: 1px;
  border-bottom: 1px dashed #d41b2f;
}
.zw-solution .industry .item.item_06.left {
  left: 11%;
}
.zw-solution .industry .item.item_06.left::before {
  order: 2;
}
.zw-solution .industry .item.item_06.right {
  right: 12%;
}
.zw-solution .industry .item.item_06.right .iconfont {
  order: 1;
}
.zw-solution .industry .item.item_07 {
  bottom: 80px;
}
.zw-solution .industry .item.item_07::before {
  content: '';
  width: 150px;
  height: 1px;
  border-bottom: 1px dashed #d41b2f;
}
.zw-solution .industry .item.item_07.left {
  left: 23%;
}
.zw-solution .industry .item.item_07.left::before {
  order: 2;
}
.zw-solution .industry .item.item_07.right {
  right: 24%;
}
.zw-solution .industry .item.item_07.right .iconfont {
  order: 1;
}
.zw-solution .industry .item .iconfont {
  font-size: 30px;
  color: #d41b2f;
}
.zw-solution .industry .item .text {
  color: #d41b2f;
  font-size: 20px;
  margin: 0 10px;
}
.zw-index-adver1 {
  width: 100%;
  min-width: 1300px;
  position: relative;
}
.zw-index-adver1 img {
  width: 100%;
}
.zw-index-adver1 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.zw-index-adver1 .text h4 {
  color: #fff;
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
}
.zw-index-adver1 .text p {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.zw-case-index {
  padding: 70px 0 30px;
  overflow: hidden;
}
.zw-case-index .top-title {
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
}
.zw-case-index .top-title .title {
  font-size: 38px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.zw-case-index .top-title .title span {
  color: #d41b2f;
}
.zw-case-index .top-title .dec {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 1.6;
  text-align: center;
}
.zw-case-index .zw-tab-item {
  display: block;
}
.zw-case-index .zw-tab-item .cate-content {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.zw-case-index .zw-tab-item .cate-content .img-box {
  width: calc(33.33% - 20px);
  float: left;
  margin: 10px;
  overflow: hidden;
  border-bottom: 3px solid #d41b2f;
}
.zw-case-index .zw-tab-item .cate-content .img-box:hover .show-box img {
  transform: scale(1.1);
}
.zw-case-index .zw-tab-item .cate-content .img-box:hover .show-box .shade {
  display: flex;
}
.zw-case-index .zw-tab-item .cate-content .img-box:hover .case-name {
  background: #d41b2f;
  color: #ffffff;
}
.zw-case-index .zw-tab-item .cate-content .img-box > a {
  display: block;
  width: 100%;
  position: relative;
}
.zw-case-index .zw-tab-item .cate-content .img-box > a .show-box {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.zw-case-index .zw-tab-item .cate-content .img-box > a .show-box img {
  width: 100%;
  display: block;
  transition: all 1s;
}
.zw-case-index .zw-tab-item .cate-content .img-box > a .show-box .shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.zw-case-index .zw-tab-item .cate-content .img-box > a .show-box .shade span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: lighter;
  font-size: 36px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(217, 27, 47, 0.7);
}
.zw-case-index .zw-tab-item .cate-content .img-box > a .case-name {
  display: flex;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 20px;
  justify-content: space-between;
  color: #3c3c3c;
}
.zw-case-index .zw-tab-item .cate-content .img-box > a .case-name span {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.zw-case-index .more-case {
  display: block;
  padding: 12px 0px;
  border: 1px solid #d82f41;
  background-color: #ffffff;
  color: #d82f41;
  border-radius: 20px;
  width: 150px;
  margin: 0 auto 20px;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
}
.zw-case-index .more-case:hover {
  background: #d82f41;
  color: #ffffff;
}
.zw-case-show {
  padding: 0;
}
.zw-case-show .case-cate {
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
}
.zw-case-show .case-cate span {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 30px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #ffffff;
}
.zw-case-show .case-cate span.active {
  color: #ffffff;
  background-color: #d41b2f;
}
.zw-case-show .zw-tab-content {
  width: 1300px;
  margin: 0 auto;
}
.zw-case-show .zw-tab-content .zw-tab-item {
  display: none;
}
.zw-case-show .zw-tab-content .zw-tab-item:first-of-type {
  display: block;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box {
  width: calc(33.33% - 20px);
  float: left;
  margin: 10px;
  overflow: hidden;
  border-bottom: 3px solid #d41b2f;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box:hover .show-box img {
  transform: scale(1.1);
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box:hover .show-box .shade {
  display: flex;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box:hover .case-name {
  background: #d41b2f;
  color: #ffffff;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box > a {
  display: block;
  width: 100%;
  position: relative;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box > a .show-box {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box > a .show-box img {
  width: 100%;
  display: block;
  transition: all 1s;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box > a .show-box .shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box > a .show-box .shade span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: lighter;
  font-size: 36px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(217, 27, 47, 0.6);
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box > a .case-name {
  display: flex;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 20px;
  justify-content: space-between;
  color: #3c3c3c;
}
.zw-case-show .zw-tab-content .zw-tab-item .cate-content .img-box > a .case-name span {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.zw-solution-detail .case-cate {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
.zw-solution-detail .case-cate span {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 30px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #ffffff;
}
.zw-solution-detail .case-cate span.active {
  color: #ffffff;
  background-color: #d41b2f;
}
.zw-solution-detail .main-body {
  width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}
.zw-solution-detail .main-body .text-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-solution-detail .main-body .text-title .info .name {
  color: #333333;
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
}
.zw-solution-detail .main-body .text-title .info .name:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #d41b2f;
  bottom: -10px;
  left: 0;
}
.zw-solution-detail .main-body .text-title .info .time {
  font-size: 14px;
  color: #666666;
}
.zw-solution-detail .main-body .text-title .info .time .iconfont {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}
.zw-solution-detail .main-body .text-title .info .time .iconfont.icon-liulan {
  margin-left: 10px;
}
.zw-solution-detail .main-body .text-title .see-link {
  font-size: 18px;
  color: #666666;
}
.zw-solution-detail .main-body .text-title .see-link a {
  color: #d41b2f;
}
.zw-solution-detail .main-body .text-content {
  margin-top: 40px;
  color: #666666;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.zw-solution-detail .main-body .text-content p {
  color: #666666;
  line-height: 1.8;
}
.zw-solution-detail .main-body .share-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.zw-solution-detail .main-body .share-other .next-pre {
  font-size: 14px;
}
.zw-solution-detail .main-body .share-other .next-pre p {
  color: #666666;
}
.zw-solution-detail .main-body .share-other .next-pre p a {
  color: #666666;
}
.zw-solution-detail .main-body .share-other .next-pre .pre {
  margin-bottom: 20px;
}
.zw-solution-detail .main-body .share-other .share {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-solution-detail .main-body .share-other .share a {
  display: inline-block;
}
.zw-solution-detail .main-body .see-other {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  padding: 40px 0 30px;
  flex-wrap: nowrap;
}
.zw-solution-detail .main-body .see-other .others {
  flex: 1;
  margin-right: 10px;
}
.zw-solution-detail .main-body .see-other .others:last-of-type {
  margin-right: 0;
}
.zw-solution-detail .main-body .see-other .others .case-img {
  height: 220px;
}
.zw-solution-detail .main-body .see-other .others .case-img img {
  max-width: 100%;
  max-height: 100%;
}
.zw-solution-detail .main-body .see-other .others .name {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-customer {
  background: #f5fbff;
  margin-top: 40px;
  overflow: hidden;
}
.zw-customer .left-customer {
  padding-top: 60px;
}
.zw-customer .left-customer .customer-text .title {
  font-size: 26px;
  color: #1a1a1a;
  text-align: center;
}
.zw-customer .left-customer .customer-text .about-data {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-customer .left-customer .customer-text .about-data .one-data {
  flex: 0 0 25%;
  margin-top: 60px;
}
.zw-customer .left-customer .customer-text .about-data .one-data .num {
  font-size: 36px;
  color: #d41b2f;
  text-align: center;
}
.zw-customer .left-customer .customer-text .about-data .one-data .dec {
  font-size: 16px;
  color: #333333;
  margin-top: 40px;
  text-align: center;
}
.zw-customer .customer-list {
  padding-top: 0;
  padding-bottom: 20px;
}
.zw-customer .customer-list .img-box {
  width: 200px;
  height: 200px;
  position: relative;
  float: left;
  margin: 20px;
}
.zw-customer .customer-list .img-box img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.zw-experience {
  position: relative;
}
.zw-experience .bg-img {
  width: 100%;
}
.zw-experience .m-bg-experience {
  display: none;
}
.zw-experience .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  z-index: 9;
}
.zw-experience .text .go {
  font-size: 30px;
}
.zw-experience .text button {
  display: block;
  margin: 30px auto 0;
  padding: 10px 50px;
  color: #d41b2f;
  background-color: #ffffff;
  border: 1px solid #d41b2f;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.zw-experience .text button:hover {
  background: #d41b2f;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.zw-index-adver2 {
  position: relative;
  width: 100%;
  min-width: 1300px;
}
.zw-index-adver2 img {
  width: 100%;
}
.zw-index-adver2 .mask {
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
}
.zw-index-adver2 .mask .text {
  position: relative;
}
.zw-index-adver2 .mask .text h4 {
  font-size: 62px;
  color: #fff;
}
.zw-index-adver2 .mask .text p {
  font-size: 54px;
  color: #fff;
  margin-top: 20px;
}
.zw-index-adver2 .mask .text button {
  background: #d41b2f;
  color: #fff;
  display: block;
  margin: 30px auto 0;
  border: none;
  border-radius: 6px;
  padding: 4px 30px;
  font-size: 18px;
  cursor: pointer;
}
.zw-index-adver2 .mask .text:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 30px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  top: -50px;
  left: -20px;
}
.zw-index-adver2 .mask .text:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  bottom: -20px;
  right: -20px;
}
.why-choose-us {
  margin-top: 50px;
}
.why-choose-us .top-title {
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
}
.why-choose-us .top-title .title {
  font-size: 38px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.why-choose-us .top-title .title span {
  color: #d41b2f;
}
.why-choose-us .top-title .dec {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 1.6;
  text-align: center;
}
.why-choose-us .dec-title {
  font-size: 24px;
  color: #2b2b2b;
  max-width: 68%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}
.why-choose-us .our-exp .dec-title {
  margin-top: 25px;
}
.why-choose-us .our-exp .exp-ls {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
}
.why-choose-us .our-exp .exp-ls .exp-item {
  text-align: center;
  position: relative;
}
.why-choose-us .our-exp .exp-ls .exp-item .number {
  width: 200px;
  height: 200px;
  line-height: 160px;
  border: 1px solid #d41b2f;
  border-radius: 50%;
  font-size: 80px;
  color: #d41b2f;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}
.why-choose-us .our-exp .exp-ls .exp-item .number.small-number {
  font-size: 50px;
  line-height: 150px;
}
.why-choose-us .our-exp .exp-ls .exp-item .dec {
  position: absolute;
  background-color: #fff;
  height: 60px;
  bottom: 0px;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.why-choose-us .our-exp .exp-ls .exp-item .dec .text {
  line-height: 180%;
  font-size: 16px;
  position: relative;
}
.why-choose-us .our-exp .exp-ls .exp-item .dec .text:before,
.why-choose-us .our-exp .exp-ls .exp-item .dec .text:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d41b2f;
  top: 0%;
}
.why-choose-us .our-exp .exp-ls .exp-item .dec .text:before {
  left: -4px;
}
.why-choose-us .our-exp .exp-ls .exp-item .dec .text:after {
  right: -4px;
}
.why-choose-us .cooperation {
  margin-top: 80px;
}
.why-choose-us .cooperation .line-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  height: 200px;
}
.why-choose-us .cooperation .line-container .item:hover {
  padding: 0 50px;
}
.why-choose-us .cooperation .line-container .item:hover .circle {
  width: 75px;
  height: 75px;
  border-width: 20px;
}
.why-choose-us .cooperation .line-container .item .circle {
  margin: 0 auto 10px;
  color: #fff;
  background-color: #d41b2f;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 50%;
  border: 16px solid #f6d1d5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  font-size: 0;
  transition: all 1s;
}
.why-choose-us .cooperation .line-container .item .circle p {
  color: #fff;
  font-size: 14px;
}
.why-choose-us .cooperation .line-container .item .dec {
  color: #737373;
  text-align: center;
}
.why-choose-us .cooperation .line-container::before {
  content: '';
  height: 3px;
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: #d41b2f;
  top: 40%;
}
.zw-index-news {
  margin-top: 30px;
  padding-bottom: 90px;
}
.zw-index-news .news-cate {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-index-news .news-cate .news-list {
  box-sizing: border-box;
  overflow: hidden;
  flex: 0 0 30%;
}
.zw-index-news .news-cate .news-list .title {
  padding: 20px 0;
  font-size: 20px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-index-news .news-cate .news-list .title span {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  transition: all .5s;
}
.zw-index-news .news-cate .news-list .title span:hover {
  color: #d41b2f;
  font-size: 16px;
}
.zw-index-news .news-cate .news-list img {
  width: 100%;
}
.zw-index-news .news-cate .news-list .list li {
  overflow: hidden;
}
.zw-index-news .news-cate .news-list .list li a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  padding-left: 20px;
  position: relative;
  color: #333333;
  font-size: 14px;
  transition: all 1s;
}
.zw-index-news .news-cate .news-list .list li a:hover {
  color: #d41b2f;
  font-size: 16px;
}
.zw-index-news .news-cate .news-list .list li a:hover:before {
  background-color: #d41b2f;
}
.zw-index-news .news-cate .news-list .list li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #999999;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.zw-news {
  padding: 0 0 20px;
}
.zw-news .case-cate {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
.zw-news .case-cate span {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 30px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #ffffff;
}
.zw-news .case-cate span.active {
  color: #ffffff;
  background-color: #d41b2f;
}
.zw-news .show-list .list {
  width: 1300px;
  margin: 0 auto;
}
.zw-news .show-list .list li {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f5f5f5;
}
.zw-news .show-list .list li a {
  display: flex;
  height: 100%;
}
.zw-news .show-list .list li .img-box {
  width: 285px;
  position: relative;
}
.zw-news .show-list .list li .img-box img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zw-news .show-list .list li .news-info {
  padding-left: 20px;
  flex: 1;
}
.zw-news .show-list .list li .news-info .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.zw-news .show-list .list li .news-info .detail {
  line-height: 1.6;
  color: #666666;
  font-size: 16px;
  height: 76px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.zw-news .show-list .list li .news-info .tips {
  font-size: 14px;
  color: #999999;
}
.zw-news .show-list .list li .news-info .tips .iconfont {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.zw-news .show-list .list li .news-info .tips .icon-liulan {
  margin-left: 10px;
}
.zw-news-detail {
  padding: 0 0 40px;
}
.zw-news-detail .case-cate {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
.zw-news-detail .case-cate span {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 30px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #ffffff;
}
.zw-news-detail .case-cate span.active {
  color: #ffffff;
  background-color: #d41b2f;
}
.zw-news-detail .detail-content {
  width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}
.zw-news-detail .detail-content .title {
  position: relative;
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.zw-news-detail .detail-content .title:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #d41b2f;
  bottom: -15px;
  left: 0;
}
.zw-news-detail .detail-content .time {
  margin-bottom: 40px;
  font-size: 14px;
  color: #666666;
}
.zw-news-detail .detail-content .time .iconfont {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.zw-news-detail .detail-content .time .iconfont.icon-liulan {
  margin-left: 10px;
}
.zw-news-detail .detail-content .text {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.zw-news-detail .detail-content .text p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}
.zw-news-detail .detail-content .next-share {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-news-detail .detail-content .next-share .next-pre .pre {
  margin-bottom: 20px;
}
.zw-news-detail .detail-content .next-share .next-pre p {
  font-size: 14px;
  color: #666666;
}
.zw-news-detail .detail-content .next-share .next-pre p a {
  color: #666666;
}
.zw-news-detail .detail-content .next-share .share {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-news-detail .detail-content .tj-other {
  margin-top: 20px;
}
.zw-news-detail .detail-content .tj-other ul.list {
  width: 1300px;
  margin: 0 auto;
}
.zw-news-detail .detail-content .tj-other ul.list li {
  display: flex;
  margin-bottom: 20px;
  background-color: #fafafa;
  padding: 20px;
}
.zw-news-detail .detail-content .tj-other ul.list li .img-box {
  width: 285px;
  position: relative;
}
.zw-news-detail .detail-content .tj-other ul.list li .img-box img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zw-news-detail .detail-content .tj-other ul.list li .news-info {
  padding-left: 20px;
  flex: 1;
}
.zw-news-detail .detail-content .tj-other ul.list li .news-info .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.zw-news-detail .detail-content .tj-other ul.list li .news-info .detail {
  line-height: 1.6;
  color: #666666;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.zw-news-detail .detail-content .tj-other ul.list li .news-info .tips {
  font-size: 14px;
  color: #999999;
}
.zw-news-detail .detail-content .tj-other ul.list li .news-info .tips .iconfont {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.zw-news-detail .detail-content .tj-other ul.list li .news-info .tips .icon-liulan {
  margin-left: 10px;
}
.zw-index-msg {
  position: relative;
  min-width: 1200px;
  overflow: hidden;
}
.zw-index-msg .bg-img {
  width: 100%;
}
.zw-index-msg .m-msg {
  display: none;
}
.zw-index-msg .contact-box {
  position: absolute;
  width: 1200px;
  box-sizing: border-box;
  padding: 40px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
}
.zw-index-msg .contact-box .tips {
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
}
.zw-index-msg .contact-box .contact-input {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  font-size: 16px;
}
.zw-index-msg .contact-box .contact-input span {
  color: #333333;
  font-size: 16px;
}
.zw-index-msg .contact-box .contact-input input {
  margin: 0 20px;
  padding: 10px;
  width: 370px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.zw-index-msg .contact-box .contact-input button {
  background-color: #ffffff;
  border: 1px solid #d41b2f;
  color: #d41b2f;
  border-radius: 20px;
  padding: 10px 40px;
  margin-left: 20px;
  outline: none;
  cursor: pointer;
}
.zw-miniprogram .top-title {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.zw-miniprogram .top-title .title {
  font-size: 36px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.zw-miniprogram .top-title .title span {
  color: #d41b2f;
}
.zw-miniprogram .top-title .dec {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 1.6;
  text-align: center;
}
.zw-miniprogram .what-mini .problems {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-miniprogram .what-mini .problems .text {
  flex: 1;
}
.zw-miniprogram .what-mini .problems .text .cate {
  color: #d41b2f;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.zw-miniprogram .what-mini .problems .text .help-you {
  color: #3c3c3c;
  font-size: 38px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.zw-miniprogram .what-mini .problems .text .solve {
  font-size: 24px;
  color: #3c3c3c;
  margin-top: 20px;
  text-align: center;
}
.zw-miniprogram .what-mini .problems .problems-ls {
  position: relative;
}
.zw-miniprogram .what-mini .problems .problems-ls .ls-text {
  position: absolute;
  font-size: 30px;
}
.zw-miniprogram .what-mini .problems .problems-ls .text1 {
  left: 12%;
  top: 22%;
  color: #fff;
}
.zw-miniprogram .what-mini .problems .problems-ls .text2 {
  left: 72%;
  top: 22%;
  color: #d41b2f;
}
.zw-miniprogram .what-mini .problems .problems-ls .text3 {
  left: 11%;
  top: 62%;
  color: #d41b2f;
}
.zw-miniprogram .what-mini .problems .problems-ls .text4 {
  left: 70%;
  top: 66%;
  color: #fff;
}
.zw-miniprogram .what-mini .problems .problems-ls .spe {
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #fff;
  width: 180px;
  margin-left: -90px;
  line-height: 1.2;
}
.zw-miniprogram .what-mini .introduce {
  margin-top: 60px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box {
  max-width: 55%;
  position: relative;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box img {
  max-width: 100%;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item {
  position: absolute;
  width: 80px;
  height: 80px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item::after {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px dashed #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item1 {
  left: 89px;
  top: 90px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item1::after {
  height: 60px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item1 .text {
  animation: borderSt 3s ease-in-out infinite;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item2 {
  left: 155px;
  top: 140px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item2::after {
  height: 50px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item2 .text {
  animation: borderSt 4s ease-in-out infinite;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item3 {
  left: 229px;
  top: 30px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item3::after {
  height: 50px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item3 .text {
  animation: borderSt 6s ease-in-out infinite;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item4 {
  left: 329px;
  top: 20px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item4::after {
  height: 60px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item4 .text {
  animation: borderSt 3s ease-in-out infinite;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item5 {
  left: 529px;
  top: 90px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item5::after {
  height: 75px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item.item5 .text {
  animation: borderSt 5s ease-in-out infinite;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item .text {
  color: #ffffff;
  background: #d41b2f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-style: solid;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .img-box .item .text em {
  display: block;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text {
  flex: 1;
  margin-left: 10px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .who {
  line-height: 1.8;
  font-size: 16px;
  text-indent: 30px;
  color: #323333;
  margin-bottom: 45px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .qrcode-box {
  width: 160px;
  height: 160px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #d41b2f;
  position: relative;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .qrcode-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .qrcode-box span {
  position: absolute;
  background-color: #fff;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .qrcode-box span.one {
  left: -1px;
  width: 1px;
  height: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .qrcode-box span.two {
  right: -1px;
  width: 1px;
  height: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .qrcode-box span.three {
  top: -1px;
  height: 1px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .qrcode-box span.four {
  bottom: -1px;
  height: 1px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .msg {
  margin-left: 35px;
}
.zw-miniprogram .what-mini .introduce .introduce-detail .right-text .qrcode .msg p {
  color: #d41b2f;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 14px;
}
.zw-miniprogram .advertisement {
  width: 100%;
  min-width: 1300px;
  position: relative;
}
.zw-miniprogram .advertisement img {
  width: 100%;
}
.zw-miniprogram .advertisement .adver-text {
  position: absolute;
  top: 26%;
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
}
.zw-miniprogram .advertisement .adver-text .adver-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.zw-miniprogram .advertisement .adver-text .adver-dec {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.zw-miniprogram .minip-trait {
  padding: 90px 0;
}
.zw-miniprogram .minip-trait .trait-ls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
  margin-top: 30px;
}
.zw-miniprogram .minip-trait .trait-ls .item {
  width: 125px;
  height: 125px;
  box-sizing: border-box;
  border: 1px solid #d41b2f;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
}
.zw-miniprogram .minip-trait .trait-ls .item .ls-box {
  background-color: #d41b2f;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.zw-miniprogram .minip-trait .trait-ls .item .ls-box img {
  max-height: 50px;
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zw-miniprogram .minip-trait .trait-ls .item .text {
  position: absolute;
  color: #3c3c3c;
  font-size: 18px;
  top: -6px;
  left: 50%;
  width: 92px;
  text-align: center;
  display: block;
  z-index: 9;
  background-color: #fff;
  transform: translateX(-50%);
}
.zw-miniprogram .minip-trait .two-dot {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-miniprogram .minip-trait .two-dot .item {
  width: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-miniprogram .minip-trait .two-dot .item .img-box {
  background-color: #d41b2f;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  position: relative;
}
.zw-miniprogram .minip-trait .two-dot .item .img-box img {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
}
.zw-miniprogram .minip-trait .two-dot .item .title {
  font-size: 24px;
  color: #3c3c3c;
}
.zw-miniprogram .minip-trait .two-dot .item .mi-t {
  color: #3c3c3c;
  font-size: 18px;
  margin-top: 10px;
}
.zw-miniprogram .minip-trait .why-doit {
  margin-top: 100px;
}
.zw-miniprogram .minip-trait .why-doit .line-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.zw-miniprogram .minip-trait .why-doit .line-container .item .circle {
  margin: 0 auto 10px;
  color: #fff;
  background-color: #d41b2f;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 50%;
  border: 16px solid #f6d1d5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  font-size: 0;
}
.zw-miniprogram .minip-trait .why-doit .line-container .item .circle p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.zw-miniprogram .minip-trait .why-doit .line-container .item .dec {
  color: #737373;
  line-height: 1.2;
}
.zw-miniprogram .minip-trait .why-doit .line-container:before {
  content: '';
  height: 3px;
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: #d41b2f;
  top: 40%;
}
.zw-miniprogram .scenario {
  background-image: url("../image/minip_adv2.jpg");
  background-repeat: no-repeat;
  padding: 60px 0;
}
.zw-miniprogram .scenario .lists {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-miniprogram .scenario .lists .item {
  flex: 0 0 25%;
  margin-top: 50px;
}
.zw-miniprogram .scenario .lists .item .img-box {
  border: 3px solid #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.zw-miniprogram .scenario .lists .item .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.zw-miniprogram .scenario .lists .dec-name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  max-width: 190px;
  margin: 10px auto 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.zw-miniprogram .scenario .lists .dec {
  color: #fff;
  text-align: center;
  font-size: 14px;
  max-width: 190px;
  margin: 20px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6;
}
.zw-miniprogram .core-function {
  margin-top: 30px;
}
.zw-miniprogram .core-function .fun-ls {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
  margin-top: 20px;
}
.zw-miniprogram .core-function .fun-ls .item {
  flex: 0 0 22%;
  margin-top: 60px;
}
.zw-miniprogram .core-function .fun-ls .item .img-box {
  background-color: #d41b2f;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: -1;
}
.zw-miniprogram .core-function .fun-ls .item .img-box img {
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 55px;
  height: 55px;
  margin-top: calc((100% - 55px)/2);
}
.zw-miniprogram .core-function .fun-ls .item .fun-name {
  background-color: #d41b2f;
  color: #fff;
  font-size: 18px;
  width: 115px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
}
.zw-miniprogram .core-function .fun-ls .item .dec {
  color: #717171;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}
.zw-yingx .top-title {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.zw-yingx .top-title .title {
  font-size: 36px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 10px;
}
.zw-yingx .top-title .title span {
  color: #d41b2f;
}
.zw-yingx .top-title .dec {
  font-size: 24px;
  color: #3c3c3c;
  line-height: 1.6;
  text-align: center;
}
.zw-yingx .problems {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-yingx .problems > .img-box {
  max-width: 550px;
  text-align: center;
  align-self: stretch;
}
.zw-yingx .problems > .img-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.zw-yingx .problems .problems-show {
  flex: 1;
  margin-left: 40px;
  align-self: stretch;
  padding-top: 30px;
  overflow: hidden;
}
.zw-yingx .problems .problems-show .question {
  text-align: center;
}
.zw-yingx .problems .problems-show .question p {
  text-align: center;
}
.zw-yingx .problems .problems-show .question .ask {
  font-size: 36px;
  font-weight: normal;
  color: #3c3c3c;
  margin-bottom: 10px;
}
.zw-yingx .problems .problems-show .question .little-ask {
  color: #3c3c3c;
  font-size: 24px;
}
.zw-yingx .problems .problems-show .question .answer {
  font-size: 38px;
  color: #3c3c3c;
  margin-top: 10px;
  font-weight: bold;
  font-family: "黑体";
}
.zw-yingx .problems .problems-show .question .answer span {
  color: #d41b2f;
}
.zw-yingx .problems .problems-show .question .little-answer {
  font-size: 18px;
  color: #3c3c3c;
  margin-top: 10px;
}
.zw-yingx .problems .problems-show .pro-img {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.zw-yingx .problems .problems-show .pro-img .question-item {
  position: absolute;
}
.zw-yingx .problems .problems-show .pro-img .question-item h4 {
  color: #d41b2f;
  font-size: 24px;
  margin-bottom: 6px;
  font-family: "黑体";
  font-weight: bold;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-one {
  right: 66%;
  top: 10%;
  text-align: right;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-one p {
  text-align: right;
  line-height: 1.6;
  font-size: 14px;
  color: #4e4e4e;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-two {
  right: 66%;
  top: 62%;
  text-align: right;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-two p {
  text-align: right;
  line-height: 1.6;
  font-size: 14px;
  color: #4e4e4e;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-three {
  left: 66%;
  top: 15%;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-three p {
  line-height: 1.6;
  font-size: 14px;
  color: #4e4e4e;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-four {
  left: 66%;
  top: 65%;
  text-align: left;
}
.zw-yingx .problems .problems-show .pro-img .question-item.question-four p {
  line-height: 1.6;
  font-size: 14px;
  color: #4e4e4e;
}
.zw-yingx .we-know {
  padding-bottom: 60px;
}
.zw-yingx .we-know .know-what {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-top: 70px;
}
.zw-yingx .we-know .know-what .knows {
  text-align: center;
}
.zw-yingx .we-know .know-what .knows p {
  text-align: center;
  margin-top: 25px;
  color: #000000;
  font-size: 24px;
}
.zw-yingx .advertisement {
  width: 100%;
  background: #05010a;
  position: relative;
  overflow: hidden;
}
.zw-yingx .advertisement > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
}
.zw-yingx .prefect-web .adver-text {
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translateY(-50%);
}
.zw-yingx .prefect-web .adver-text .title {
  font-size: 56px;
  color: #fff;
  margin-bottom: 30px;
}
.zw-yingx .prefect-web .adver-text .dec {
  font-size: 26px;
  color: #fff;
  padding-left: 100px;
}
.zw-yingx .why-make-money {
  padding-bottom: 60px;
  margin-top: 30px;
}
.zw-yingx .why-make-money .make-money-ls {
  display: flex;
  align-items: flex-start;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  height: 440px;
  padding: 0 20px;
  margin-top: 60px;
}
.zw-yingx .why-make-money .make-money-ls .ls-item {
  background-image: url(../image/six_red.png);
  background-repeat: no-repeat;
  width: 230px;
  height: 260px;
  background-size: 100% 100%;
}
.zw-yingx .why-make-money .make-money-ls .ls-item:hover {
  transform: rotateY(360deg);
  transition: all 1s;
}
.zw-yingx .why-make-money .make-money-ls .ls-item .icon {
  text-align: center;
  margin-top: 40px;
}
.zw-yingx .why-make-money .make-money-ls .ls-item .name {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}
.zw-yingx .why-make-money .make-money-ls .ls-item .dec {
  color: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 150px;
  margin: 0 auto;
  line-height: 1.6;
}
.zw-yingx .why-make-money .make-money-ls .ls-item:nth-of-type(n+2) {
  margin-left: -20px;
}
.zw-yingx .why-make-money .make-money-ls .ls-item:nth-of-type(even) {
  align-self: flex-end;
}
.zw-yingx .why-make-money .yx-advantage {
  margin-top: 40px;
}
.zw-yingx .why-make-money .yx-advantage .advantage-title {
  text-align: center;
  font-size: 30px;
  color: #606060;
}
.zw-yingx .why-make-money .yx-advantage .advantage-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-yingx .why-make-money .yx-advantage .advantage-list .item {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-yingx .why-make-money .yx-advantage .advantage-list .item .img-box {
  position: relative;
}
.zw-yingx .why-make-money .yx-advantage .advantage-list .item .img-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: Tahoma;
  font-size: 46px;
  color: #606060;
  z-index: 9;
  font-weight: bold;
}
.zw-yingx .why-make-money .yx-advantage .advantage-list .right {
  margin-left: 15px;
  max-width: 240px;
}
.zw-yingx .why-make-money .yx-advantage .advantage-list .right h4 {
  color: #606060;
  font-size: 20px;
  margin-bottom: 15px;
}
.zw-yingx .why-make-money .yx-advantage .advantage-list .right p {
  color: #606060;
  font-size: 14px;
  line-height: 1.6;
}
.zw-yingx .adver-same .adver-text {
  position: absolute;
  margin-top: 40px;
  width: 100%;
  top: 0;
}
.zw-yingx .adver-same .adver-text .title {
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.zw-yingx .adver-same .adver-text .dec {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.zw-yingx .core-advantage {
  padding-bottom: 100px;
  margin-top: 30px;
}
.zw-yingx .core-advantage .core-ls {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-yingx .core-advantage .core-ls .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  margin-top: 35px;
  width: 48%;
}
.zw-yingx .core-advantage .core-ls .item .icon-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #d41b2f;
  position: relative;
}
.zw-yingx .core-advantage .core-ls .item .icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zw-yingx .core-advantage .core-ls .item .text {
  margin-left: 10px;
  flex: 1;
}
.zw-yingx .core-advantage .core-ls .item .text h4 {
  color: #3f3f3f;
  font-size: 24px;
  margin-bottom: 20px;
}
.zw-yingx .core-advantage .core-ls .item .text p {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zw-yingx .core-advantage .choose-important {
  margin-top: 10px;
}
.zw-yingx .core-advantage .choose-important .small-title {
  font-size: 16px;
  color: #3c3c3c;
  text-align: center;
}
.zw-yingx .core-advantage .choose-important .small-title span {
  color: #d41b2f;
}
.zw-yingx .core-advantage .choose-important .testing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-top: 30px;
}
.zw-yingx .core-advantage .choose-important .testing .test-item {
  background: #d41b2f;
  color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.zw-yingx .core-advantage .choose-important .testing .test-item .num {
  font-size: 90px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: Arial;
  position: relative;
}
.zw-yingx .core-advantage .choose-important .testing .test-item .num:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
}
.zw-yingx .core-advantage .choose-important .testing .test-item .dec {
  font-size: 26px;
  color: #fff;
}
.zw-yingx .adver-fly .adver-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 90px;
  box-sizing: border-box;
}
.zw-yingx .adver-fly .adver-text .title {
  font-size: 2.5vw;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .zw-yingx .adver-fly .adver-text .title {
    font-size: 34px;
  }
}
.zw-yingx .adver-fly .adver-text .dec {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.zw-yingx .activity {
  padding: 110px 0 30px;
}
.zw-yingx .activity .act-ls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-top: 50px;
}
.zw-yingx .activity .act-ls .act-item {
  width: 46%;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
}
.zw-yingx .activity .act-ls .act-item .img-box {
  width: 230px;
  margin-right: 15px;
}
.zw-yingx .activity .act-ls .act-item .text {
  margin-top: 10px;
  max-width: 380px;
}
.zw-yingx .activity .act-ls .act-item .text h4 {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}
.zw-yingx .activity .act-ls .act-item .text p {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zw-appointment {
  padding-bottom: 90px;
  margin-top: 30px;
}
.zw-appointment .top-title {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.zw-appointment .top-title .title {
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.zw-appointment .top-title .title span {
  color: #d41b2f;
}
.zw-appointment .top-title .dec {
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  text-align: center;
}
.zw-appointment .input-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-top: 40px;
}
.zw-appointment .input-container .input {
  width: 580px;
}
.zw-appointment .input-container .input .user {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-bottom: 15px;
}
.zw-appointment .input-container .input .company-name {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-appointment .input-container .input .company-name .btn {
  background: #d41b2f;
  color: #fff;
  width: 160px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  align-self: stretch;
  cursor: pointer;
}
.zw-appointment .input-container .input input {
  border: 1px solid #d41b2f;
  padding: 15px;
  border-radius: 6px;
  outline: none;
  flex: 1;
}
.zw-appointment .input-container .input input:first-of-type {
  margin-right: 25px;
}
.zw-server {
  border-top: 1px solid #eeeeee;
  padding: 40px 0 55px;
}
.zw-server .server-ls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-server .server-ls .server-item .img-box {
  text-align: center;
}
.zw-server .server-ls .server-item .img-box p {
  color: #1a1a1a;
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
}
.zw-server .server-ls .server-item p {
  color: #1a1a1a;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
.zw-footer {
  background-color: #1a1a1a;
}
.zw-footer .footer-content {
  width: 1300px;
  margin: 0 auto;
}
.zw-footer .footer-content .footer-nav {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-footer .footer-content .footer-nav .img-box {
  width: 300px;
  margin-right: 80px;
}
.zw-footer .footer-content .footer-nav .img-box img {
  max-height: 100%;
  max-width: 56%;
  display: block;
  margin: 0 auto;
}
.zw-footer .footer-content .footer-nav .nav-list {
  color: #ffffff;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-footer .footer-content .footer-nav .nav-list .one-line {
  flex: 1;
  text-align: center;
}
.zw-footer .footer-content .footer-nav .nav-list .one-line p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.zw-footer .footer-content .footer-nav .nav-list .one-line p span {
  display: none;
  float: right;
}
.zw-footer .footer-content .footer-nav .nav-list .one-line p span .iconfont {
  color: #666666;
  font-size: 12px;
}
.zw-footer .footer-content .footer-nav .nav-list .one-line ul li a {
  color: #ffffff;
  line-height: 1.8;
  font-size: 14px;
}
.zw-footer .footer-content .contact {
  padding-top: 0;
}
.zw-footer .footer-content .contact .contact-info {
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  flex: 1;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.zw-footer .footer-content .contact .contact-info .tel {
  text-align: center;
  max-width: 230px;
}
.zw-footer .footer-content .contact .contact-info .tel a {
  color: #ffffff;
}
.zw-footer .footer-content .contact .contact-info .iconfont {
  font-size: 70px;
  opacity: 0.7;
  display: block;
  margin-bottom: 20px;
  line-height: 1.15;
}
.zw-footer .footer-content .contact .contact-info p {
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
}
.zw-footer .footer-content .moblie-contact {
  display: none;
}
.zw-footer .footer-content .record {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333333;
}
.zw-footer .footer-content .record span {
  display: inline-block;
  margin: 0 15px;
}
.zw-footer .footer-content .friendly-link {
  padding: 20px 0 35px;
  color: #999999;
  font-size: 14px;
}
.zw-footer .footer-content .friendly-link a {
  color: #999999;
  font-size: 14px;
  position: relative;
  margin: 10px;
  display: inline-block;
}
.zw-footer .footer-content .friendly-link a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #999999;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.zw-about-us .about-content {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0 90px;
}
.zw-about-us .about-content .line-title {
  position: relative;
  font-size: 30px;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.zw-about-us .about-content .line-title:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  bottom: -15px;
  background-color: #d41b2f;
}
.zw-about-us .about-content .introduce .introduce-text p {
  text-indent: 20px;
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.8;
}
.zw-about-us .about-content .introduce .introduce-text p:first-of-type {
  margin-top: 0;
}
.zw-about-us .about-content .introduce .us-img {
  margin-top: 50px;
  margin-bottom: 90px;
}
.zw-about-us .about-content .introduce .us-img .img-box {
  margin-right: 10px;
  margin-bottom: 10px;
  height: 221px;
  width: calc((100% - 20px) / 3);
  float: left;
  overflow: hidden;
}
.zw-about-us .about-content .introduce .us-img .img-box:nth-of-type(3n) {
  margin-right: 0;
}
.zw-about-us .about-content .introduce .us-img .img-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.zw-about-us .about-content .idea .idea-container {
  display: flex;
  align-items: center;
}
.zw-about-us .about-content .idea .idea-container .idea-text p {
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 14px;
  color: #333333;
}
.zw-about-us .about-content .idea .idea-container .idea-img {
  margin-left: 30px;
  max-width: 420px;
}
.zw-about-us .about-content .idea .us-server {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 80px;
}
.zw-about-us .about-content .idea .us-server .server-item .Subtitle {
  color: #333333;
  font-size: 18px;
  position: relative;
  margin-bottom: 60px;
}
.zw-about-us .about-content .idea .us-server .server-item .Subtitle:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #d4d4d4;
  bottom: -25px;
  left: 0;
}
.zw-about-us .about-content .idea .us-server .server-item .num {
  font-size: 48px;
  color: #d41b2f;
}
.zw-about-us .about-content .idea .us-server .server-item .num span.epsc {
  font-size: 24px;
}
.zw-about-us .about-content .team {
  margin-bottom: 80px;
}
.zw-about-us .about-content .team .team-content {
  display: flex;
  align-items: center;
}
.zw-about-us .about-content .team .team-content .team-img {
  margin-right: 50px;
}
.zw-about-us .about-content .team .team-content .team-introduce {
  display: flex;
  flex-wrap: wrap;
}
.zw-about-us .about-content .team .team-content .team-introduce .team-subitem {
  margin-bottom: 40px;
  width: 50%;
}
.zw-about-us .about-content .team .team-content .team-introduce .team-subitem .title {
  margin-bottom: 15px;
}
.zw-about-us .about-content .team .team-content .team-introduce .team-subitem .title .iconfont {
  color: #d41b2f;
  font-size: 42px;
}
.zw-about-us .about-content .team .team-content .team-introduce .team-subitem .title span {
  font-size: 18px;
  color: #333333;
}
.zw-about-us .about-content .team .team-content .team-introduce .team-subitem p {
  font-size: 16px;
  color: #999999;
  line-height: 2;
  width: 90%;
}
.zw-about-us .about-content .development .development-content {
  height: 500px;
  background-image: url("../image/world_map.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.zw-about-us .about-content .development .development-content .develop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60%;
  position: relative;
  flex: 1;
  padding: 0 20px;
  max-width: 140px;
}
.zw-about-us .about-content .development .development-content .develop-item .year {
  font-size: 30px;
  color: #1a1a1a;
}
.zw-about-us .about-content .development .development-content .develop-item .tag {
  background-color: #d41b2f;
  color: #ffffff;
  padding: 6px 11px;
  border-radius: 4px;
}
.zw-about-us .about-content .development .development-content .develop-item .text {
  line-height: 1.4;
  font-size: 16px;
  color: #333333;
  height: 90px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zw-about-us .about-content .development .development-content .develop-item.odd-develop .text {
  order: -1;
}
.zw-about-us .about-content .development .development-content .develop-item.odd-develop .tag {
  order: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.zw-about-us .about-content .development .development-content .develop-item.odd-develop .year {
  order: 2;
  margin-top: 30px;
}
.zw-about-us .about-content .development .development-content .develop-item.odd-develop:before {
  top: calc(50% + 6px);
}
.zw-about-us .about-content .development .development-content .develop-item.even-develop {
  justify-content: flex-end;
}
.zw-about-us .about-content .development .development-content .develop-item.even-develop .tag {
  margin-bottom: 10px;
}
.zw-about-us .about-content .development .development-content .develop-item.even-develop .year {
  margin-bottom: 50px;
}
.zw-about-us .about-content .development .development-content .develop-item.even-develop:before {
  top: calc(50% - 6px);
}
.zw-about-us .about-content .development .development-content .develop-item:after {
  position: absolute;
  content: '';
  top: 50%;
  width: 100%;
  height: 1px;
  left: 0;
  transform: translateY(-50%);
  background-color: #d1d1d1;
}
.zw-about-us .about-content .development .development-content .develop-item:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00cc33;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.zw-about-us .about-content .recruit .job-list {
  display: flex;
  flex-wrap: wrap;
}
.zw-about-us .about-content .recruit .job-list .recruit-job {
  background-color: #d41b2f;
  color: #ffffff;
  display: flex;
  height: 140px;
  overflow: hidden;
  position: relative;
  min-width: 30%;
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}
.zw-about-us .about-content .recruit .job-list .recruit-job .job-person {
  position: relative;
  width: 120px;
}
.zw-about-us .about-content .recruit .job-list .recruit-job .job-person img {
  position: absolute;
  max-width: 100%;
  top: 20px;
  left: 20px;
}
.zw-about-us .about-content .recruit .job-list .recruit-job .job-name {
  font-size: 18px;
  margin-top: 40px;
  margin-left: 10px;
}
.zw-about-us .about-content .recruit .job-list .recruit-job .see-detail {
  position: absolute;
  font-size: 12px;
  bottom: 30px;
  right: 20px;
  cursor: pointer;
}
.zw-about-us .about-content .recruit .job-detail-list {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 700px;
  box-sizing: border-box;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .title {
  background-color: #f2f2f2;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require {
  background-color: #ffffff;
  padding: 40px 20px 50px 40px;
  display: none;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require.active {
  display: flex;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .person {
  margin-right: 30px;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .name {
  color: #1a1a1a;
  font-size: 24px;
  margin-bottom: 20px;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .duty {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .job-content,
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .tenure-require {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .job-content p,
.zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .tenure-require p {
  line-height: 1.8;
}
.zw-banner .swiper-pagination-bullet-active {
  padding: 0 10px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
.zw-banner .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .zw-about-us {
    padding: 0 10px;
  }
  .zw-about-us .about-content {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
  }
  .zw-about-us .about-content .line-title {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .zw-about-us .about-content .introduce .introduce-text p {
    font-size: 12px;
    margin-top: 30px;
  }
  .zw-about-us .about-content .idea .idea-container {
    flex-direction: column;
  }
  .zw-about-us .about-content .idea .idea-container .idea-text p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .zw-about-us .about-content .idea .idea-container .idea-img {
    width: 100%;
  }
  .zw-about-us .about-content .idea .us-server {
    margin: 20px 0;
  }
  .zw-about-us .about-content .idea .us-server .server-item .Subtitle {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .zw-about-us .about-content .idea .us-server .server-item .Subtitle:after {
    bottom: -10px;
  }
  .zw-about-us .about-content .idea .us-server .server-item .num {
    font-size: 24px;
  }
  .zw-about-us .about-content .idea .us-server .server-item .num span.epsc {
    font-size: 12px;
  }
  .zw-about-us .about-content .team {
    margin-bottom: 0;
  }
  .zw-about-us .about-content .team .team-content {
    flex-direction: column;
    padding-right: 0;
  }
  .zw-about-us .about-content .team .team-content .team-img {
    width: 100%;
    margin-right: 0;
  }
  .zw-about-us .about-content .team .team-content .team-introduce {
    margin-top: 20px;
  }
  .zw-about-us .about-content .team .team-content .team-introduce .team-subitem .title .iconfont {
    font-size: 20px;
  }
  .zw-about-us .about-content .team .team-content .team-introduce .team-subitem .title span {
    font-size: 14px;
  }
  .zw-about-us .about-content .team .team-content .team-introduce .team-subitem p {
    line-height: 1.5;
  }
  .zw-about-us .about-content .development {
    margin: 20px 0;
  }
  .zw-about-us .about-content .development .development-content {
    flex-direction: column;
  }
  .zw-about-us .about-content .development .development-content .develop-item {
    height: auto;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
  }
  .zw-about-us .about-content .development .development-content .develop-item:after {
    height: 100%;
    width: 1px;
    left: 50%;
  }
  .zw-about-us .about-content .development .development-content .develop-item .year {
    font-size: 18px;
  }
  .zw-about-us .about-content .development .development-content .develop-item .tag {
    margin: 0 !important;
    font-size: 12px;
  }
  .zw-about-us .about-content .development .development-content .develop-item .text {
    height: auto;
    line-height: 1.5;
    font-size: 13px;
    width: 30%;
  }
  .zw-about-us .about-content .development .development-content .odd-develop .text {
    padding-right: 10px;
  }
  .zw-about-us .about-content .development .development-content .odd-develop .year {
    margin: 0 0 0 30px !important ;
  }
  .zw-about-us .about-content .development .development-content .even-develop .text {
    padding-left: 10px;
  }
  .zw-about-us .about-content .development .development-content .even-develop .year {
    margin: 0 30px 0 0px !important ;
  }
  .zw-about-us .about-content .recruit .job-list .recruit-job {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
    height: 90px;
    flex: none;
  }
  .zw-about-us .about-content .recruit .job-list .recruit-job:nth-of-type(2n) {
    margin-right: 0;
  }
  .zw-about-us .about-content .recruit .job-list .recruit-job .job-person {
    width: 60px;
  }
  .zw-about-us .about-content .recruit .job-list .recruit-job .job-person img {
    left: 50%;
    max-width: 80%;
    transform: translateX(-50%);
  }
  .zw-about-us .about-content .recruit .job-list .recruit-job .job-name {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
    padding-right: 10px;
  }
  .zw-about-us .about-content .recruit .job-list .recruit-job .see-detail {
    bottom: 10px;
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail {
    width: calc(100% - 20px);
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require {
    padding: 20px 10px;
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .person {
    float: left;
    margin-right: 10px;
    width: 54px;
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .duty {
    font-size: 12px;
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .job-content {
    font-size: 12px;
    margin-top: 20px;
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require .info .tenure-require {
    font-size: 12px;
    margin-top: 10px;
  }
  .zw-about-us .about-content .recruit .job-detail-list .detail-container .job-detail .lists .job-require.active {
    display: block;
  }
}
/*云中科 -{产品介绍}-*/
#zw-product {
  overflow: auto;
}
#zw-product .zw-tab-nav {
  background: #fafafa;
  overflow: hidden;
  width: 100%;
}
#zw-product .zw-tab-nav .content-1200 {
  padding: 0;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .icon-jiemiancaokong {
  color: #1d95d4;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .icon-duozhongfangyu {
  color: #f15956;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .icon-shujufenxi {
  color: #645ef3;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .icon-yidongAPP {
  color: #ff8549;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .icon-yunduanbeifen {
  color: #1d95d4;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .zw-product-color1 {
  color: #1d95d4;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .zw-product-color2 {
  color: #f15956;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .zw-product-color3 {
  color: #645ef3;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .zw-product-color4 {
  color: #ff8549;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item.active .zw-product-color5 {
  color: #1d95d4;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item .iconfont {
  font-size: 60px;
  color: #a9a9a9;
}
#zw-product .zw-tab-nav .content-1200.zw-tab-list .zw-tab-nav-item .name {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
#zw-product .zw-tab-content {
  overflow: hidden;
  clear: both;
}
#zw-product .zw-tab-content .zw-tab-item {
  display: none;
}
#zw-product .zw-tab-content .zw-tab-item.active {
  display: block;
}
#zw-product .zw-tab-content .zw-tab-pc {
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .big-title {
  position: relative;
  margin: 60px 0;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .big-title .title-bg {
  display: block;
  margin: 0 auto;
}
#zw-product .zw-tab-content .zw-tab-pc .big-title h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #ffffff;
  line-height: 53px;
}
#zw-product .zw-tab-content .zw-tab-pc .big-title p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #ffffff;
  line-height: 53px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 {
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01::before {
  content: '';
  width: calc((100% - 1200px) / 2);
  height: 40%;
  background: #dfedf5;
  transform: translateY(-40%) skewY(30deg);
  position: absolute;
  left: 0;
  top: 40%;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01::after {
  content: '';
  width: calc((100% - 1200px) / 2);
  height: 40%;
  background: #dfedf5;
  transform: translateY(-40%) skewY(-30deg);
  position: absolute;
  right: 0;
  top: 40%;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 .content-1200 .serve-list {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 .content-1200 .serve-list .serve-item {
  text-align: center;
  flex: 0 0 20%;
  margin-bottom: 30px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 .content-1200 .serve-list .serve-item .img {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #a4eeff;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 .content-1200 .serve-list .serve-item .img img {
  width: 70%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 .content-1200 .serve-list .serve-item .name {
  color: #1d95d4;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 .content-1200 .text {
  font-size: 16px;
  text-indent: 2em;
  color: #666666;
  margin-top: 20px;
  line-height: 1.5;
}
#zw-product .zw-tab-content .zw-tab-pc .section-01 .bottom-bg {
  background: url("../image/zw-wave-01.png") repeat-x;
  width: 100%;
  height: 10px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 {
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 40px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list {
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item {
  float: left;
  width: calc(25% - 20px);
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 10px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item .info {
  padding: 20px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item .info .top {
  padding: 20px 0;
  color: #1d95d4;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item .info .top::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: -5px;
  bottom: 0;
  z-index: 9;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item .info .top::before {
  content: '';
  width: 0;
  height: 0;
  border: 15px;
  border-style: solid;
  border-color: #ffffff #ffffff #ffffff #1d95d4;
  position: absolute;
  left: -20px;
  bottom: -15px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item .info .top h5 {
  font-size: 26px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item .info .top p {
  font-size: 18px;
  color: #1d95d4;
  margin-top: 10px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-02 .content-1200 .reason-list .reason-item .info .bottom {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  height: 48px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 {
  background: #aadbfc;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .top-bg {
  background: url("../image/zw-wave-02.png") repeat-x;
  width: 100%;
  height: 10px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .bottom-bg {
  background: url("../image/zw-wave-03.png") repeat-x;
  width: 100%;
  height: 10px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel {
  overflow: hidden;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box {
  width: calc(50% - 40px);
  margin: 20px;
  overflow: hidden;
  float: left;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box.left {
  color: #ffffff;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box.left .good-list {
  background: #56c2fc;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box.left h5 {
  background: #1d95d4;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box.right {
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box.right h5 {
  color: #ffffff;
  background: #6f6f6f;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box.right .good-list {
  color: #666666;
  background: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box h5 {
  line-height: 60px;
  padding: 0 50px;
  font-size: 26px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box .good-list {
  overflow: hidden;
  padding: 20px 50px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk-box .good-list li {
  font-size: 16px;
  line-height: 30px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 6px solid #a9dffc;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -58px;
  margin-left: -58px;
  z-index: 1;
}
#zw-product .zw-tab-content .zw-tab-pc .section-03 .duel .pk img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-pc .section-04 {
  background: #f6f7fa;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .section-04 .content-1200 {
  padding: 0;
}
#zw-product .zw-tab-content .zw-tab-pc .section-04 .content-1200 > img {
  display: block;
  width: 100%;
}
#zw-product .zw-tab-content .zw-tab-pc .section-04 .bottom-bg {
  background: url("../image/zw-wave-04.png") repeat-x;
  width: 100%;
  height: 10px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 {
  overflow: hidden;
  background: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 .content-1200 {
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 .content-1200 .left {
  flex: 1;
  padding: 20px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 .content-1200 .left ul {
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 .content-1200 .left ul li {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 .content-1200 .left .btn {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  background: #1d95d4;
  border-radius: 20px;
  padding: 0 30px;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 .content-1200 .right {
  margin: 0 5px;
  box-shadow: 0 0 10px 4px #cacece;
}
#zw-product .zw-tab-content .zw-tab-pc .section-05 .content-1200 .right img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx {
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .wx-title {
  text-align: center;
  line-height: 1.7;
}
#zw-product .zw-tab-content .zw-tab-wx .wx-title h4 {
  color: #f15956;
  font-size: 30px;
}
#zw-product .zw-tab-content .zw-tab-wx .wx-title p {
  font-size: 18px;
  color: #666666;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 {
  padding: 50px 0;
  background: url("../image/zw-world-bg.png") no-repeat center center;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 {
  position: relative;
  margin-top: 45px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 > img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .details {
  font-size: 16px;
  text-indent: 2em;
  color: #323333;
  line-height: 2;
  margin-top: 30px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40px;
  z-index: 2;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  padding: 0 50px;
  margin-top: 35px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list .block-item {
  flex: 0 0 25%;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list .block-item .icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list .block-item .icon > img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list .block-item .icon .iconfont {
  position: absolute;
  font-size: 50px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list .block-item .info {
  padding: 0 28px;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list .block-item .info h5 {
  text-align: center;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.7;
  margin-top: 10px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-01 .content-1200 .block-box .block-list .block-item .info p {
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 {
  padding: 70px 0;
  background: #f8f8f8;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 {
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 > img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item {
  position: absolute;
  background: #ffffff;
  padding: 10px 20px;
  width: 225px;
  border-radius: 5px;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item.item1 {
  left: 10px;
  top: 125px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item.item2 {
  left: 10px;
  top: 260px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item.item3 {
  left: 10px;
  bottom: 50px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item.item4 {
  right: 10px;
  top: 110px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item.item5 {
  right: 10px;
  top: 210px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item.item6 {
  right: 10px;
  bottom: 70px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-02 .content-1200 .item p {
  line-height: 30px;
  color: #666666;
  font-size: 16px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 {
  padding: 70px 0;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info {
  display: flex;
  align-items: flex-start;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .center {
  margin: 0 20px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .center img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left {
  flex: 1;
  margin: 20px 10px;
  box-shadow: 0 0 10px 5px #ededed;
  border-radius: 5px;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item {
  border-bottom: 1px solid #ededed;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item.active {
  background: #fafafa;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item.active p {
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item.active .text .arc {
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: 0;
  text-align: center;
  color: #ffffff;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item .text {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item .text .arc {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f15956;
  margin: 0 10px;
  font-size: 0;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item .text h5 {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  line-height: 60px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-03 .info .left .item p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  display: none;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 {
  padding: 70px 0;
  background: #fafafa;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 {
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .left-wrapper {
  flex: 0 0 50%;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .left-wrapper .swiper-container {
  width: 50%;
  height: 100%;
  padding: 0 50px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .left-wrapper .swiper-container .swiper-wrapper {
  height: 100% !important;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .left-wrapper .swiper-container .swiper-slide {
  height: 100%;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .left-wrapper .swiper-container .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .left-wrapper .swiper-container .swiper-button-next {
  background-image: url("../image/zw-next-icon.png");
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  right: 0;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .left-wrapper .swiper-container .swiper-button-prev {
  background-image: url("../image/zw-prev-icon.png");
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  left: 0;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list {
  flex: 0 0 50%;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .page-list {
  overflow: hidden;
  padding: 0 20px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .page-list .item {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 6px;
  margin: 15px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .page-list .item.active {
  background: #f15956;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .page-list .item.active p {
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .page-list .item img {
  width: 50px;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .page-list .item p {
  color: #f15956;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode {
  overflow: hidden;
  cursor: pointer;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode > p {
  font-size: 14px;
  padding-left: 40px;
  width: 140px;
  overflow: hidden;
  color: #000000;
  line-height: 40px;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box {
  width: 140px;
  height: 140px;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 90%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box .horn {
  position: absolute;
  width: 100%;
  height: 100%;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box .horn > div {
  width: 10px;
  height: 10px;
  position: absolute;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box .horn .lb {
  border-bottom: 3px solid #f6bab8;
  border-left: 3px solid #f6bab8;
  left: -1px;
  bottom: -1px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box .horn .lt {
  border-top: 3px solid #f6bab8;
  border-left: 3px solid #f6bab8;
  left: -1px;
  top: -1px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box .horn .rt {
  border-top: 3px solid #f6bab8;
  border-right: 3px solid #f6bab8;
  right: -1px;
  top: -1px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-04 .content-1200 .right-list .zw-page-qrCode .qrCode-box .horn .rb {
  border-bottom: 3px solid #f6bab8;
  border-right: 3px solid #f6bab8;
  right: -1px;
  bottom: -1px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 {
  padding: 70px 0;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 {
  margin-top: 20px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title {
  width: 78.33%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .item {
  line-height: 60px;
  flex: 0 0 50%;
  overflow: hidden;
  font-size: 20px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .item.left {
  background: #f15956;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .item.left::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .item.left p {
  text-align: right;
  padding-right: 85px;
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .item.right {
  background: #cccccc;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .item.right::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .item.right p {
  text-align: left;
  padding-left: 85px;
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-title .pk-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 104px;
  height: 104px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  color: #000000;
  font-size: 32px;
  font-weight: bolder;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px #efefee;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box {
  width: 78.33%;
  margin: 0 auto;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list {
  margin-top: 23px;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list::before {
  content: '';
  width: 3px;
  height: 100%;
  background: #f15956;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list .child {
  line-height: 54px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list .child::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 3px solid #f15956;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list .child .item {
  flex: 0 0 50%;
  overflow: hidden;
  font-size: 16px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list .child .item.left {
  background: #ffe8e8;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list .child .item.left p {
  padding-right: 40px;
  color: #f15956;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list .child .item.right {
  background: #f5f5f5;
}
#zw-product .zw-tab-content .zw-tab-wx .section-05 .content-1200 .pk-box .px-list .child .item.right p {
  padding-left: 40px;
  text-align: left;
  color: #4c4c4c;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
#zw-product .zw-tab-content .zw-tab-wx .section-06 {
  padding: 70px 0;
  background: #fafafa;
}
#zw-product .zw-tab-content .zw-tab-wx .section-06 .content-1200 .industry-list {
  overflow: hidden;
  margin-left: -18px;
  margin-right: -18px;
}
#zw-product .zw-tab-content .zw-tab-wx .section-06 .content-1200 .industry-list .item {
  width: 170px;
  height: 170px;
  background: #ffffff;
  float: left;
  margin: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-wx .section-06 .content-1200 .industry-list .item p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-top: 18px;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-wx .section-06 .content-1200 .industry-list .item p::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #facbca;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#zw-product .zw-tab-content .zw-tab-wx .section-06 .content-1200 .industry-list .item .iconfont {
  font-size: 66px;
  margin-bottom: 15px;
  color: #f15956;
}
#zw-product .zw-tab-content .zw-tab-app {
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .app-title {
  margin: 0 auto;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .app-title h4 {
  font-size: 30px;
  color: #645ef3;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-app .section-01 {
  background: #f2f6f7;
  padding: 70px 0;
}
#zw-product .zw-tab-content .zw-tab-app .section-01 .content-1200 p {
  font-size: 16px;
  color: #323333;
  line-height: 2;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-app .section-01 img {
  display: block;
  margin: 0 auto;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 {
  padding: 70px 0;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 {
  margin-top: 20px;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top {
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top > img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top .list-01 {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top .list-01 ul {
  display: flex;
  align-items: flex-start;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top .list-01 ul .item {
  flex: 0 0 50%;
  height: 50%;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top .list-01 ul .item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  padding: 0 50px;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top .list-01 ul .item .info .iconfont {
  font-size: 60px;
  color: #1a1a1a;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top .list-01 ul .item .info h5 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 20px;
  margin-bottom: 10px;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .top .list-01 ul .item .info p {
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom > img {
  display: block;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom .list-01 {
  width: 50%;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom .list-01 ul {
  display: flex;
  align-items: flex-start;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  height: 100%;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom .list-01 ul .item {
  flex: 0 0 50%;
  height: 50%;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom .list-01 ul .item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  padding: 0 50px;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom .list-01 ul .item .info .iconfont {
  font-size: 60px;
  color: #1a1a1a;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom .list-01 ul .item .info h5 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 20px;
  margin-bottom: 10px;
}
#zw-product .zw-tab-content .zw-tab-app .section-02 .content-1200 .bottom .list-01 ul .item .info p {
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 {
  overflow: hidden;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 > img {
  display: block;
  margin: 0 auto;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 0;
  overflow: initial;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list {
  flex: 1;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 40px;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list.right .info {
  width: 100%;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list.right .info h5,
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list.right .info p {
  text-align: left;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list.left .info {
  width: 100%;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list.left .info h5,
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list.left .info p {
  text-align: right;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list .app-fun-list {
  height: 100%;
  display: flex;
  align-items: inherit;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list .app-fun-list .item {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  flex: 0 0 33.33%;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list .app-fun-list .item .info {
  flex: 1;
  line-height: 1.5;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list .app-fun-list .item .info h5 {
  color: #ffffff;
  font-size: 20px;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list .app-fun-list .item .info p {
  font-size: 14px;
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list .app-fun-list .item .icon {
  border: 1px dashed rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .content-1200 .container .reason-list .app-fun-list .item .icon .iconfont {
  color: #ffffff;
  font-size: 30px;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .app-title {
  margin-top: 80px;
  margin-bottom: 50px;
}
#zw-product .zw-tab-content .zw-tab-app .section-03 .app-title h4 {
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 {
  padding: 70px 0;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 .content-1200 .do-list {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 .content-1200 .do-list .item {
  flex: 0 0 50%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 .content-1200 .do-list .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 20px;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 .content-1200 .do-list .item .icon img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 .content-1200 .do-list .item .info {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  line-height: 1.7;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 .content-1200 .do-list .item .info h5 {
  font-size: 22px;
  color: #1a1a1a;
}
#zw-product .zw-tab-content .zw-tab-app .section-04 .content-1200 .do-list .item .info p {
  font-size: 14px;
  color: #666666;
}
#zw-product .zw-tab-content .zw-tab-app .section-05 {
  padding-top: 70px;
  background: #f2f6f7;
}
#zw-product .zw-tab-content .zw-tab-app .section-05 .advantage-list {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  margin: 40px 0;
  width: 100%;
}
#zw-product .zw-tab-content .zw-tab-app .section-05 .advantage-list .item {
  flex: 0 0 20%;
  overflow: hidden;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-app .section-05 .advantage-list .item > img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-app .section-05 .advantage-list .item .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(100, 94, 243, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-app .section-05 .advantage-list .item .info h5 {
  font-size: 48px;
  color: #ffffff;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-bottom: 20px;
}
#zw-product .zw-tab-content .zw-tab-app .section-05 .advantage-list .item .info p {
  flex: 1;
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  width: 50%;
  text-align: center;
  line-height: 30px;
}
#zw-product .zw-tab-content .zw-tab-xcx {
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .xcx-title {
  text-align: center;
  font-size: 30px;
  color: #333333;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 {
  padding: 70px 0;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 {
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .img img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right {
  flex: 1;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .info h4 {
  color: #333333;
  font-size: 30px;
  margin-bottom: 20px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .info p {
  font-size: 16px;
  color: #323333;
  line-height: 30px;
  text-indent: 2em;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode {
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 90%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box .horn {
  position: absolute;
  width: 100%;
  height: 100%;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box .horn > div {
  width: 10px;
  height: 10px;
  position: absolute;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box .horn .lb {
  border-bottom: 3px solid #f6bab8;
  border-left: 3px solid #f6bab8;
  left: -1px;
  bottom: -1px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box .horn .lt {
  border-top: 3px solid #f6bab8;
  border-left: 3px solid #f6bab8;
  left: -1px;
  top: -1px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box .horn .rt {
  border-top: 3px solid #f6bab8;
  border-right: 3px solid #f6bab8;
  right: -1px;
  top: -1px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .qrCode-box .horn .rb {
  border-bottom: 3px solid #f6bab8;
  border-right: 3px solid #f6bab8;
  right: -1px;
  bottom: -1px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .text {
  margin-left: 35px;
  line-height: 30px;
  font-size: 14px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .text .p1 {
  color: #ff8549;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-01 .content-1200 .right .zw-page-qrCode .text .p2 {
  color: #666666;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 {
  background: #eeeeee;
  padding: 80px 0;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 {
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .left {
  flex: 0 0 33.33%;
  background: #ffffff;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .left .text {
  padding: 70px 60px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .left .text h5 {
  text-align: center;
  font-size: 20px;
  color: #333333;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .left .text p {
  text-align: center;
  background: #eeeeee;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  margin-top: 40px;
  border-radius: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .right {
  flex: 1;
  overflow: hidden;
  background: #ff8549;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .right .info {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  padding: 70px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .right .info > img {
  display: block;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .right .info .text {
  flex: 1;
  margin-left: 75px;
  line-height: 2;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .right .info .text h5 {
  font-size: 24px;
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .right .info .text p {
  font-size: 16px;
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-02 .content-1200 .right .info .text p.p2 {
  margin-top: 30px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 {
  padding: 80px 0;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 {
  padding: 0;
  margin-top: 40px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item {
  flex: 0 0 25%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  box-sizing: border-box;
  margin-right: -1px;
  cursor: pointer;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item:nth-child(-n+4) {
  border-top: none;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item:nth-child(4n) {
  border-right: none;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item:hover {
  background: #f2f2f2;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item:hover .top .icon {
  background: #ff8549;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item:hover .top .icon .iconfont {
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item .top {
  height: 50%;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item .top h5 {
  font-size: 24px;
  color: #333333;
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item .top .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #ff8549;
  border-radius: 50%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item .top .icon .iconfont {
  font-size: 40px;
  color: #ff8549;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item .bottom {
  height: 50%;
  width: 100%;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-03 .content-1200 .model-list .item .bottom p {
  padding: 0 40px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #999999;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 {
  height: 664px;
  width: 100%;
  position: relative;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 auto;
  display: block;
  z-index: 1;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 90px 0;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .xcx-title {
  color: #ffffff;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin: 40px 80px 0 80px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list .item {
  height: 200px;
  flex: 0 0 25%;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin-right: -1px;
  margin-left: -1px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list .item:nth-child(-n+4) {
  border-top: 1px solid #ffffff;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list .item:nth-child(4n+1) {
  border-left: 2px solid #ffffff;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list .item .img {
  width: 50px;
  height: 50px;
  margin: 25px auto 20px auto;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list .item .img img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list .item h5 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-04 .content-1200 .apply-list .item p {
  color: #ffffff;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 {
  padding: 80px 0;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 > img {
  display: block;
  margin: 0 auto;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 .content-1200 {
  padding: 50px 0;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 .content-1200 .xcx-center {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 .content-1200 .xcx-center .item {
  flex: 0 0 200px;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 .content-1200 .xcx-center .item .img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 .content-1200 .xcx-center .item .img img {
  width: 100%;
  display: block;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 .content-1200 .xcx-center .item h5 {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-xcx .section-05 .content-1200 .xcx-center .item p {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  padding: 0 20px;
  text-align: center;
}
#zw-product .zw-tab-content .zw-tab-wsdl .content-1200 {
  padding: 100px 0;
}
#zw-product .zw-tab-content .zw-tab-wsdl .content-1200 img {
  display: block;
  margin: 0 auto;
}
#zw-product .zw-tab-content .zw-tab-wsdl .content-1200 p {
  font-size: 28px;
  color: #666666;
  text-align: center;
  margin-top: 30px;
}
/*云中科 -{联系我们}-*/
#zw-contact .zw-contact-title {
  font-size: 30px;
  line-height: 50px;
  color: #1a1a1a;
  position: relative;
}
#zw-contact .zw-contact-title::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #d41b2f;
  position: absolute;
  left: 0;
  bottom: 0;
}
#zw-contact .zw-contact-info {
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  padding-top: 60px;
}
#zw-contact .zw-contact-info .left {
  flex: 0 0 50%;
  overflow: hidden;
}
#zw-contact .zw-contact-info .left h5 {
  color: #333333;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
}
#zw-contact .zw-contact-info .left p {
  font-size: 18px;
  color: #333333;
  line-height: 2;
}
#zw-contact .zw-contact-info .left p span {
  display: inline-block;
  margin-right: 20px;
}
#zw-contact .zw-contact-info .left p a {
  display: inline-block;
  margin-right: 20px;
}
#zw-contact .zw-contact-info .img {
  flex: 0 0 50%;
  overflow: hidden;
}
#zw-contact .zw-contact-info .img img {
  width: 100%;
  display: block;
}
#zw-contact .zw-contact-pay .zw-bank-box {
  overflow: hidden;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-top: 30px;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item {
  width: calc(50% - 20px);
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  padding-bottom: 50px;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item .top {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  padding: 30px;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item .top .bank-icon {
  width: 106px;
  height: 106px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  margin-right: 30px;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item .top .bank-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item .top .info {
  line-height: 53px;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item .top .info h6 {
  font-size: 30px;
  color: #333333;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item .top .info p {
  font-size: 24px;
  color: #333333;
}
#zw-contact .zw-contact-pay .zw-bank-box .zw-bank-list .item .num {
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-1200 {
    max-width: 100%;
  }
  .zw-header {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 10px;
    min-width: 300px;
  }
  .zw-header .head-left {
    color: #d41b2f;
  }
  .zw-header .head-left .m-logo {
    display: block;
    width: 100px;
  }
  .zw-header .head-left .logo {
    display: none;
  }
  .zw-header .head-left .contact-way {
    margin-left: 10px;
    font-size: 17px;
  }
  .zw-header .head-left .contact-way .iconfont {
    font-size: 26px;
  }
  .zw-header .m-nav-icon {
    display: block;
  }
  .zw-header .top-nav {
    display: none;
  }
  .zw-solution {
    background-image: none;
    padding: 20px 10px;
  }
  .zw-solution .content-1200 .company-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .zw-solution .content-1200 .company-dec {
    width: 100%;
    font-size: 12px;
  }
  .zw-solution .content-1200 .solution-list {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .zw-solution .content-1200 .solution-list .li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .zw-solution .content-1200 .solution-list .li:nth-of-type(2n) {
    align-self: flex-end;
    margin-right: 0px;
  }
  .zw-solution .content-1200 .solution-list .li:nth-of-type(2n) .move {
    left: calc(-100% - 10px);
  }
  .zw-solution .content-1200 .solution-list .li:nth-of-type(2n) .move:before {
    left: calc(100% + 10px);
  }
  .zw-solution .content-1200 .solution-list .li .title {
    font-size: 15px;
  }
  .zw-solution .content-1200 .solution-list .li .desc {
    font-size: 12px;
  }
  .zw-solution .content-1200 .solution-list .li .move {
    top: 0;
    left: calc(100% + 10px);
    padding: 0 10px;
  }
  .zw-solution .content-1200 .solution-list .li .move:before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: inherit;
    left: calc(-100% - 10px);
    bottom: 0;
  }
  .zw-solution .content-1200 .solution-list .li .move .text {
    font-size: 12px;
  }
  .zw-solution-detail .main-body {
    width: 100%;
  }
  .zw-solution-detail .main-body .text-title .info .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .zw-solution-detail .main-body .text-title .info .time {
    display: inline-block;
    margin-bottom: 10px;
  }
  .zw-solution-detail .main-body .text-title .see-link {
    font-size: 12px;
  }
  .zw-solution-detail .main-body .share-other {
    display: block;
  }
  .zw-solution-detail .main-body .share-other .next-pre {
    margin-bottom: 15px;
  }
  .zw-solution-detail .main-body .share-other .share {
    justify-content: flex-start;
  }
  .zw-solution-detail .main-body .see-other {
    padding: 5px 0 0;
    display: block;
  }
  .zw-solution-detail .main-body .see-other .others .case-img {
    height: auto;
  }
  .zw-solution-detail .main-body .see-other .others .name {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .zw-case-index {
    padding: 20px 10px;
    overflow: hidden;
  }
  .zw-case-index .case-cate {
    margin: 20px 0;
    text-align: left;
  }
  .zw-case-index .case-cate span {
    font-size: 13px;
    margin-right: 0;
    padding: 8px 15px;
    margin: 5px;
  }
  .zw-case-index .img {
    margin-bottom: 0;
  }
  .zw-case-index .img img {
    width: 100%;
    margin-bottom: 20px;
  }
  .zw-case-index .cate-content .img-box {
    width: 100%;
  }
  .zw-case-index .cate-content .img-box:nth-of-type(3n) {
    margin-right: 10px;
  }
  .zw-case-index .cate-content .img-box:nth-of-type(2n) {
    margin-right: 0px !important;
  }
  .zw-case-index .cate-content .img-box a .case-name {
    display: flex;
    position: inherit;
    font-size: 13px;
    color: #333333;
    line-height: 35px;
    height: 35px;
    background: #ffffff;
  }
  .zw-case-index .more-case {
    margin: 20px auto 10px;
    padding: 6px 0;
    cursor: pointer;
    outline: none;
  }
  .zw-case-show {
    padding: 0 10px;
  }
  .zw-case-show .zw-tab-content {
    width: 100%;
  }
  .zw-case-show .zw-tab-content .img-box {
    width: 100%;
  }
  .zw-case-show .zw-tab-content .img-box .show-box {
    height: auto;
  }
  .zw-case-show .zw-tab-content .img-box .case-name {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .zw-customer {
    margin-top: 0;
  }
  .zw-customer .left-customer {
    width: 100%;
    padding-top: 40px;
  }
  .zw-customer .left-customer img.m-customer {
    display: block;
  }
  .zw-customer .left-customer img.pc-customer {
    display: none;
  }
  .zw-customer .left-customer .customer-text .title {
    font-size: 18px;
  }
  .zw-customer .left-customer .customer-text .about-data .one-data {
    margin-top: 40px;
    flex: 0 0 50%;
  }
  .zw-customer .left-customer .customer-text .about-data .one-data .num {
    font-size: 23px;
  }
  .zw-customer .left-customer .customer-text .about-data .one-data .dec {
    margin-top: 20px;
    font-size: 13px;
  }
  .zw-customer .customer-list {
    margin-left: 0;
    padding: 20px 10px;
  }
  .zw-customer .customer-list .img-box {
    width: calc((50% - 20px));
    height: 0;
    padding-bottom: calc((50% - 20px));
    margin: 10px;
  }
  .zw-customer .customer-list .img-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .zw-experience .bg-img {
    display: none;
  }
  .zw-experience .m-bg-experience {
    display: block;
    width: 100%;
  }
  .zw-experience .text {
    width: 100%;
  }
  .zw-experience .text .go {
    font-size: 20px;
    text-align: center;
  }
  .zw-experience .text button {
    margin-top: 20px;
    font-size: 14px;
    padding: 8px 25px;
  }
  .zw-index-news {
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .zw-index-news .news-cate {
    width: 100%;
    flex-wrap: wrap;
  }
  .zw-index-news .news-cate .news-list {
    width: 100%;
    padding: 0 10px;
    flex: none;
    margin-bottom: 20px;
  }
  .zw-index-news .news-cate .news-list .title {
    font-size: 15px;
  }
  .zw-index-news .news-cate .news-list .title span {
    font-size: 12px;
  }
  .zw-index-msg {
    min-width: 100%;
  }
  .zw-index-msg .contact-box {
    width: calc(100% - 20px);
    padding: 15px 10px;
  }
  .zw-index-msg .contact-box .tips {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .zw-index-msg .contact-box .contact-input {
    display: block;
  }
  .zw-index-msg .contact-box .contact-input .about-you {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .zw-index-msg .contact-box .contact-input .about-you span {
    font-size: 13px;
  }
  .zw-index-msg .contact-box .contact-input .about-you input {
    flex: 1;
    margin-right: 0;
  }
  .zw-index-msg .contact-box .contact-input button {
    float: right;
    padding: 6px 20px;
  }
  .zw-index-msg .m-msg {
    display: block;
    width: 100%;
  }
  .zw-index-msg .bg-img {
    display: none;
  }
  .zw-footer .footer-content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .zw-footer .footer-content .footer-nav {
    display: block;
    padding: 0;
    padding-top: 25px;
  }
  .zw-footer .footer-content .footer-nav .img-box {
    margin: 0 auto 10px;
    width: 240px;
  }
  .zw-footer .footer-content .footer-nav .nav-list {
    display: block;
  }
  .zw-footer .footer-content .footer-nav .nav-list .one-line {
    border-bottom: 1px solid #333333;
    padding: 15px 0;
  }
  .zw-footer .footer-content .footer-nav .nav-list .one-line p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .zw-footer .footer-content .footer-nav .nav-list .one-line p span {
    display: block;
  }
  .zw-footer .footer-content .footer-nav .nav-list .one-line p span .icon-iconfontcha {
    display: none;
  }
  .zw-footer .footer-content .footer-nav .nav-list .one-line ul {
    margin-top: 10px;
    display: none;
  }
  .zw-footer .footer-content .footer-nav .nav-list .one-line ul li a {
    display: block;
    font-size: 14px;
    color: #999999;
    text-indent: 10px;
  }
  .zw-footer .footer-content .contact {
    display: none;
  }
  .zw-footer .footer-content .moblie-contact {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zw-footer .footer-content .moblie-contact .img-box {
    width: 48%;
    text-align: center;
    margin-bottom: 30px;
  }
  .zw-footer .footer-content .moblie-contact .img-box img {
    width: 80%;
  }
  .zw-footer .footer-content .moblie-contact .tel {
    width: 48%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
  }
  .zw-footer .footer-content .moblie-contact .tel .iconfont {
    font-size: 60px;
    opacity: 0.7;
    display: block;
    margin-bottom: 20px;
  }
  .zw-footer .footer-content .moblie-contact .tel a {
    color: #ffffff;
  }
  .zw-footer .footer-content .moblie-contact .tel p {
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
    font-size: 13px;
  }
  .zw-footer .footer-content .record {
    padding-bottom: 20px;
  }
  .zw-footer .footer-content .record span {
    line-height: 1.8;
    color: #cccccc;
  }
  .zw-footer .footer-content .friendly-link {
    line-height: 1.8;
  }
  .zw-footer .footer-content .friendly-link a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    display: inline-block;
    overflow: visible;
  }
}
.zw_content_banner {
  width: 100%;
  background: #05010a;
  position: relative;
  overflow: hidden;
}
.zw_content_banner > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.zw-app-develop {
  margin-top: 30px;
}
.zw-app-develop .app_title h4 {
  font-size: 38px;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.zw-app-develop .app_title h4 span {
  color: #d41b2f;
}
.zw-app-develop .app_title p {
  text-align: center;
  font-size: 24px;
  color: #2b2b2b;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
}
.zw-app-develop .section-01 .content-1300 {
  position: relative;
  padding: 0;
  margin-top: 60px;
}
.zw-app-develop .section-01 .content-1300 .box {
  width: 320px;
  height: 320px;
  background: #d41b2f;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -160px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-app-develop .section-01 .content-1300 .box .transfer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px;
  position: absolute;
}
.zw-app-develop .section-01 .content-1300 .box .transfer.left {
  border-color: transparent transparent transparent #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zw-app-develop .section-01 .content-1300 .box .transfer.right {
  border-color: transparent #ffffff transparent transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zw-app-develop .section-01 .content-1300 .box .transfer.top {
  border-color: #ffffff transparent  transparent transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.zw-app-develop .section-01 .content-1300 .box .transfer.bottom {
  border-color: transparent transparent #ffffff transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.zw-app-develop .section-01 .content-1300 .box .icon_box {
  background: #ffffff;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.zw-app-develop .section-01 .content-1300 .box .icon_box:after {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #d41b2f;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.zw-app-develop .section-01 .content-1300 .box .icon_box:before {
  content: '';
  height: calc(100% - 20px);
  width: 1px;
  background: #d41b2f;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.zw-app-develop .section-01 .content-1300 .box .icon_box .iconfont {
  width: 50%;
  height: 50%;
  font-size: 60px;
  color: #d41b2f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-app-develop .section-01 .content-1300 .reason-list {
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-app-develop .section-01 .content-1300 .reason-list .reason-item {
  width: 50%;
  overflow: hidden;
  line-height: 1.5;
  margin: 40px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
.zw-app-develop .section-01 .content-1300 .reason-list .reason-item:nth-child(2n) h5,
.zw-app-develop .section-01 .content-1300 .reason-list .reason-item:nth-child(2n) p {
  text-align: left;
  padding-left: 200px;
}
.zw-app-develop .section-01 .content-1300 .reason-list .reason-item:nth-child(2n+1) h5,
.zw-app-develop .section-01 .content-1300 .reason-list .reason-item:nth-child(2n+1) p {
  text-align: right;
  padding-right: 200px;
}
.zw-app-develop .section-01 .content-1300 .reason-list .reason-item h5 {
  font-size: 22px;
  color: #2e2e2e;
}
.zw-app-develop .section-01 .content-1300 .reason-list .reason-item p {
  color: #6e6e6e;
  font-size: 14px;
}
.zw-app-develop .section-02 {
  margin-top: 30px;
  overflow: hidden;
}
.zw-app-develop .section-02 .section-02-content {
  position: relative;
}
.zw-app-develop .section-02 .section-02-content .item {
  position: absolute;
}
.zw-app-develop .section-02 .section-02-content .item .title {
  font-size: 24px;
  color: #2b2b2b;
  line-height: 1.5;
}
.zw-app-develop .section-02 .section-02-content .item .text {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.5;
}
.zw-app-develop .section-02 .section-02-content .item.item_01 {
  left: 564px;
  top: 59px;
}
.zw-app-develop .section-02 .section-02-content .item.item_02 {
  left: 675px;
  top: 209px;
}
.zw-app-develop .section-02 .section-02-content .item.item_03 {
  left: 675px;
  top: 394px;
}
.zw-app-develop .section-02 .section-02-content .item.item_04 {
  left: 566px;
  top: 544px;
}
.zw-app-develop .section-03 .content-1300 {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
}
.zw-app-develop .section-03 .content-1300 .top h5 {
  text-align: center;
  font-size: 38px;
  color: #ffffff;
  line-height: 1.7;
}
.zw-app-develop .section-03 .content-1300 .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.zw-app-develop .section-03 .content-1300 .list .item {
  overflow: hidden;
}
.zw-app-develop .section-03 .content-1300 .list .item p {
  text-align: center;
  margin-top: 25px;
  color: #ffffff;
  font-size: 24px;
}
.zw-app-develop .section-04 {
  margin-top: 30px;
}
.zw-app-develop .section-04 .list {
  overflow: hidden;
  margin: 50px 0;
}
.zw-app-develop .section-04 .list .item {
  width: 25%;
  float: left;
}
.zw-app-develop .section-04 .list .item .icon {
  width: 164px;
  height: 164px;
  border: 2px solid #d41b2f;
  border-radius: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-app-develop .section-04 .list .item .icon:hover {
  background: #d41b2f;
}
.zw-app-develop .section-04 .list .item .icon:hover .iconfont {
  color: #ffffff;
}
.zw-app-develop .section-04 .list .item .icon .iconfont {
  color: #d41b2f;
  font-size: 100px;
}
.zw-app-develop .section-04 .list .item h5 {
  text-align: center;
  font-size: 24px;
  color: #d41b2f;
  margin-top: 30px;
  line-height: 1.5;
}
.zw-app-develop .section-04 .list .item p {
  max-width: calc(100% - 100px);
  text-align: center;
  font-size: 16px;
  color: #838383;
  margin: 20px auto 0 auto;
  line-height: 1.5;
}
.zw-app-develop .section-04 .img {
  margin-top: 40px;
}
.zw-app-develop .section-04 .img p {
  text-align: center;
  font-size: 30px;
  color: #2b2b2b;
}
.zw-app-develop .section-04 .img img {
  display: block;
  margin: 40px auto;
}
.zw-app-develop .section-05 .team_list {
  margin-top: 70px;
  position: relative;
}
.zw-app-develop .section-05 .team_list > img {
  width: 100%;
  display: block;
}
.zw-app-develop .section-05 .team_list .item_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
.zw-app-develop .section-05 .team_list .item_list .item {
  position: absolute;
  top: 0;
  bottom: 0;
}
.zw-app-develop .section-05 .team_list .item_list .item .shade {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transform: skew(-8.5deg, 0);
}
.zw-app-develop .section-05 .team_list .item_list .item.item_01 {
  left: 0;
  width: 19.7%;
}
.zw-app-develop .section-05 .team_list .item_list .item.item_01 .shade {
  width: 150%;
  left: -50%;
}
.zw-app-develop .section-05 .team_list .item_list .item.item_02 {
  left: 19.7%;
  width: 20.25%;
}
.zw-app-develop .section-05 .team_list .item_list .item.item_03 {
  left: 39.96%;
  width: 20.25%;
}
.zw-app-develop .section-05 .team_list .item_list .item.item_04 {
  left: 60.25%;
  width: 20.30%;
}
.zw-app-develop .section-05 .team_list .item_list .item.item_05 {
  left: 80.55%;
  width: 19.45%;
}
.zw-app-develop .section-05 .team_list .item_list .item.item_05 .shade {
  width: 150%;
  left: 0;
}
.zw-app-develop .section-05 .team_list .item_list .item .info {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
  text-align: center;
}
.zw-app-develop .section-05 .team_list .item_list .item .info .title {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.zw-app-develop .section-05 .team_list .item_list .item .info .text {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
  transition: all 0.6s;
}
.zw-app-develop .section-05 .team_list .item_list .item .info .text p {
  color: #ffffff;
  font-size: 30px;
  line-height: 2;
}
.zw-app-develop .section-05 .team_list .item_list .item .info .text .iconfont {
  color: #ffffff;
  font-size: 100px;
}
.zw-app-develop .section-05 .team_list .item_list .item:hover .shade {
  transition: all 0.6s;
  background: rgba(212, 27, 47, 0.5);
}
.zw-app-develop .section-05 .team_list .item_list .item:hover .title {
  opacity: 0;
  top: -50%;
}
.zw-app-develop .section-05 .team_list .item_list .item:hover .text {
  opacity: 1;
  top: 0;
}
.zw-app-develop .section-06 {
  margin-top: 100px;
}
.zw-app-develop .section-06 .serve_step {
  height: 300px;
  margin-top: 30px;
  background: url("../image/zw_app_server_bg.png") no-repeat;
  background-position: 75px 100px;
  overflow: hidden;
  position: relative;
}
.zw-app-develop .section-06 .serve_step .item {
  position: absolute;
}
.zw-app-develop .section-06 .serve_step .item .icon {
  background: #eeeeee;
  color: #959595;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.zw-app-develop .section-06 .serve_step .item .icon .iconfont {
  font-size: 36px;
}
.zw-app-develop .section-06 .serve_step .item .no {
  background: #d41b2f;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 5px solid #f6d1d5;
  margin: 15px auto;
  display: block;
  text-align: center;
  line-height: 28px;
}
.zw-app-develop .section-06 .serve_step .item .step {
  font-size: 18px;
  color: #454545;
  line-height: 1.2;
  text-align: center;
}
.zw-app-develop .section-06 .serve_step .item:hover .icon {
  background: #d41b2f;
  color: #ffffff;
  transform: rotateY(360deg);
  transition: all 1s;
}
.zw-app-develop .section-06 .serve_step .item.item_01 {
  left: 80px;
  top: 100px;
}
.zw-app-develop .section-06 .serve_step .item.item_02 {
  left: 230px;
  top: 64px;
}
.zw-app-develop .section-06 .serve_step .item.item_03 {
  left: 380px;
  top: 70px;
}
.zw-app-develop .section-06 .serve_step .item.item_04 {
  left: 530px;
  top: 48px;
}
.zw-app-develop .section-06 .serve_step .item.item_05 {
  left: 680px;
  top: 2px;
}
.zw-app-develop .section-06 .serve_step .item.item_06 {
  left: 830px;
  top: 40px;
}
.zw-app-develop .section-06 .serve_step .item.item_07 {
  left: 980px;
  top: 101px;
}
.zw-app-develop .section-06 .serve_step .item.item_08 {
  left: 1130px;
  top: 89px;
}
.zw-wxfx-system .wxfx_title h4 {
  font-size: 38px;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.zw-wxfx-system .wxfx_title h4 span {
  color: #d41b2f;
}
.zw-wxfx-system .wxfx_title p {
  text-align: center;
  font-size: 24px;
  color: #2b2b2b;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
}
.zw-wxfx-system .section-01 {
  margin-top: 40px;
  overflow: hidden;
}
.zw-wxfx-system .section-01 .top {
  overflow: hidden;
  clear: both;
}
.zw-wxfx-system .section-01 .top .left {
  float: left;
  width: calc(100% - 343px);
}
.zw-wxfx-system .section-01 .top .left .first_title::before {
  content: '\e63e';
  color: #d1d1d1;
  font-family: 'iconfont';
  margin-right: 20px;
}
.zw-wxfx-system .section-01 .top .left .first_title::after {
  content: '\e641';
  color: #d1d1d1;
  font-family: 'iconfont';
  margin-left: 20px;
}
.zw-wxfx-system .section-01 .top .left .two-dot {
  display: flex;
  align-items: stretch;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item {
  width: calc(50% - 80px);
  position: relative;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item:first-child {
  padding-right: 80px;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item:last-child {
  padding-left: 80px;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item:last-child::before {
  content: '';
  width: 1px;
  height: calc(100% - 60px);
  background: #fe989d;
  position: absolute;
  left: 0;
  top: 60px;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item:last-child::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 20px solid #fe989d;
  border-bottom: 25px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item .bg_arc {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #d41b2f;
  position: relative;
  margin: 0 auto;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item .small_arc {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 150px;
  height: 130px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item .small_arc span {
  color: #d41b2f;
  font-size: 24px;
  margin-top: 30px;
  font-weight: bold;
}
.zw-wxfx-system .section-01 .top .left .two-dot .item .text {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 16px;
  color: #3c3c3c;
}
.zw-wxfx-system .section-01 .top .right {
  float: right;
  margin-right: 20px;
  width: 322px;
}
.zw-wxfx-system .section-01 .two-dot-img {
  display: block;
  margin: 0 auto;
}
.zw-wxfx-system .section-01 .result {
  padding: 0 60px;
  margin-top: 25px;
  color: #525252;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.zw-wxfx-system .section-01 .experience {
  margin: 30px auto;
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #d41b2f;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.zw-wxfx-system .section-02 {
  position: relative;
}
.zw-wxfx-system .section-02 .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  bottom: 0;
}
.zw-wxfx-system .section-02 .text .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.zw-wxfx-system .section-02 .text .info h5 {
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
.zw-wxfx-system .section-02 .text .info p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
.zw-wxfx-system .section-03 {
  padding: 30px 0;
  margin-top: 30px;
  overflow: hidden;
  clear: both;
}
.zw-wxfx-system .section-03 .content-1300 {
  position: relative;
}
.zw-wxfx-system .section-03 .content-1300 .img_box {
  width: 640px;
  height: 640px;
  margin: 0 auto;
}
.zw-wxfx-system .section-03 .content-1300 .img_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.zw-wxfx-system .section-03 .content-1300 .item {
  display: flex;
  align-items: center;
  position: absolute;
}
.zw-wxfx-system .section-03 .content-1300 .item.item_01 {
  top: 177px;
  right: 743px;
}
.zw-wxfx-system .section-03 .content-1300 .item.item_02 {
  top: 313px;
  right: 873px;
}
.zw-wxfx-system .section-03 .content-1300 .item.item_03 {
  top: 445px;
  right: 749px;
}
.zw-wxfx-system .section-03 .content-1300 .item.item_04 {
  top: 177px;
  left: 743px;
}
.zw-wxfx-system .section-03 .content-1300 .item.item_05 {
  top: 313px;
  left: 873px;
}
.zw-wxfx-system .section-03 .content-1300 .item.item_06 {
  top: 445px;
  left: 749px;
}
.zw-wxfx-system .section-03 .content-1300 .item.right .No {
  order: 0;
}
.zw-wxfx-system .section-03 .content-1300 .item.right .text p {
  text-align: left;
}
.zw-wxfx-system .section-03 .content-1300 .item .No {
  background: #d41b2f;
  font-size: 30px;
  color: #ffffff;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-style: italic;
  border-radius: 50%;
  border: 9px solid #ec9aa3;
  order: 1;
}
.zw-wxfx-system .section-03 .content-1300 .item .text {
  font-size: 16px;
  color: #3f3f3f;
  margin: 0 36px;
  line-height: 25px;
}
.zw-wxfx-system .section-03 .content-1300 .item .text p {
  text-align: right;
}
.zw-wxfx-system .section-04 {
  position: relative;
}
.zw-wxfx-system .section-04 .content-1300 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  bottom: 0;
}
.zw-wxfx-system .section-04 .content-1300 .title {
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}
.zw-wxfx-system .section-04 .content-1300 .small-title {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}
.zw-wxfx-system .section-04 .content-1300 .list {
  overflow: hidden;
  margin-top: 10px;
}
.zw-wxfx-system .section-04 .content-1300 .list .item {
  width: 20%;
  float: left;
  margin: 40px 0;
}
.zw-wxfx-system .section-04 .content-1300 .list .item .iconfont {
  font-size: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.zw-wxfx-system .section-04 .content-1300 .list .item .text {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  line-height: 35px;
  margin-top: 20px;
}
.zw-wxfx-system .section-05 {
  padding: 30px 0;
  margin-top: 30px;
  overflow: hidden;
}
.zw-wxfx-system .section-05 .content-1300 {
  position: relative;
  margin-top: 20px;
}
.zw-wxfx-system .section-05 .content-1300 > img {
  display: block;
  margin: 0 auto;
}
.zw-wxfx-system .section-05 .content-1300 .item {
  position: absolute;
  cursor: pointer;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_01 {
  top: 60px;
  width: calc(50% - 200px);
}
.zw-wxfx-system .section-05 .content-1300 .item.item_02 {
  top: 170px;
  width: calc(50% - 275px);
}
.zw-wxfx-system .section-05 .content-1300 .item.item_02.right .bottom {
  margin-left: 24px;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_02.left .bottom {
  margin-right: 24px;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_03 {
  top: 290px;
  width: calc(50% - 305px);
}
.zw-wxfx-system .section-05 .content-1300 .item.item_03.right .bottom {
  margin-left: -10px;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_03.right .text {
  padding-left: 0;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_03.left .bottom {
  margin-right: -10px;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_03.left .text {
  padding-right: 0;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_04 {
  top: 410px;
  width: calc(50% - 280px);
}
.zw-wxfx-system .section-05 .content-1300 .item.item_04.right .bottom {
  margin-left: -38px;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_04.right .text {
  padding-left: 0;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_04.left .bottom {
  margin-right: -38px;
}
.zw-wxfx-system .section-05 .content-1300 .item.item_04.left .text {
  padding-right: 0;
}
.zw-wxfx-system .section-05 .content-1300 .item.left {
  left: 20px;
  text-align: right;
}
.zw-wxfx-system .section-05 .content-1300 .item.left .top {
  justify-content: flex-end;
}
.zw-wxfx-system .section-05 .content-1300 .item.left .text {
  padding-right: 28px;
}
.zw-wxfx-system .section-05 .content-1300 .item.left .text p {
  text-align: right;
}
.zw-wxfx-system .section-05 .content-1300 .item.left .bottom {
  margin-right: 48px;
}
.zw-wxfx-system .section-05 .content-1300 .item.left .bottom::after {
  right: 0;
}
.zw-wxfx-system .section-05 .content-1300 .item.left .bottom::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, #d41b2f);
}
.zw-wxfx-system .section-05 .content-1300 .item.right {
  right: 20px;
}
.zw-wxfx-system .section-05 .content-1300 .item.right .top {
  justify-content: flex-start;
}
.zw-wxfx-system .section-05 .content-1300 .item.right .top h5 {
  order: 1;
}
.zw-wxfx-system .section-05 .content-1300 .item.right .text {
  padding-left: 28px;
}
.zw-wxfx-system .section-05 .content-1300 .item.right .text p {
  text-align: left;
}
.zw-wxfx-system .section-05 .content-1300 .item.right .bottom {
  margin-left: 48px;
}
.zw-wxfx-system .section-05 .content-1300 .item.right .bottom::after {
  left: 0;
}
.zw-wxfx-system .section-05 .content-1300 .item.right .bottom::before {
  right: 0;
  background: linear-gradient(to left, #ffffff, #d41b2f);
}
.zw-wxfx-system .section-05 .content-1300 .item .top {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.zw-wxfx-system .section-05 .content-1300 .item .top h5 {
  color: #393939;
  font-size: 18px;
  margin: 0 10px;
}
.zw-wxfx-system .section-05 .content-1300 .item .top span {
  color: #d41b2f;
  border: 1px solid #d41b2f;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  animation: wxfxBold 3s linear infinite;
}
.zw-wxfx-system .section-05 .content-1300 .item .top span.active {
  animation: none;
}
.zw-wxfx-system .section-05 .content-1300 .item .text {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
}
.zw-wxfx-system .section-05 .content-1300 .item .text p {
  font-size: 14px;
  line-height: 20px;
  color: #393939;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
}
.zw-wxfx-system .section-05 .content-1300 .item .text p.active {
  opacity: 1;
}
.zw-wxfx-system .section-05 .content-1300 .item .bottom {
  height: 2px;
  background: #d41b2f;
  position: relative;
}
.zw-wxfx-system .section-05 .content-1300 .item .bottom::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #d41b2f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zw-wxfx-system .section-05 .content-1300 .item .bottom::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zw-wxfx-system .section-06 {
  padding: 30px 0;
  overflow: hidden;
}
.zw-wxfx-system .section-06 #zw-wxfx-section06 {
  margin-top: 30px;
}
.zw-wxfx-system .section-06 .content-1300 {
  position: relative;
  display: flex;
  align-items: center;
}
.zw-wxfx-system .section-06 .content-1300 #canvasSwiper {
  width: 300px;
  height: 560px;
  position: absolute;
  left: 320px;
  top: 60px;
}
.zw-wxfx-system .section-06 .content-1300 #canvasSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zw-wxfx-system .section-06 .content-1300 #canvasSwiper .swiper-pagination-bullet {
  background: red;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode {
  overflow: hidden;
  cursor: pointer;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode > p {
  font-size: 22px;
  padding-left: 40px;
  width: 260px;
  overflow: hidden;
  color: #000000;
  line-height: 40px;
  text-align: center;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box {
  width: 260px;
  height: 260px;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 95%;
  max-height: 95%;
  display: block;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box .horn {
  position: absolute;
  width: 100%;
  height: 100%;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box .horn > div {
  width: 40px;
  height: 40px;
  position: absolute;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box .horn .lb {
  border-bottom: 3px solid #d41b2f;
  border-left: 3px solid #d41b2f;
  left: -1px;
  bottom: -1px;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box .horn .lt {
  border-top: 3px solid #d41b2f;
  border-left: 3px solid #d41b2f;
  left: -1px;
  top: -1px;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box .horn .rt {
  border-top: 3px solid #d41b2f;
  border-right: 3px solid #d41b2f;
  right: -1px;
  top: -1px;
}
.zw-wxfx-system .section-06 .content-1300 .zw-page-qrCode .qrCode-box .horn .rb {
  border-bottom: 3px solid #d41b2f;
  border-right: 3px solid #d41b2f;
  right: -1px;
  bottom: -1px;
}
.zw-wxfx-system .section-07 {
  position: relative;
}
.zw-wxfx-system .section-07 .content-1300 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zw-wxfx-system .section-07 .content-1300 .title {
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  line-height: 2;
}
.zw-wxfx-system .section-07 .content-1300 .small-title {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
.zw-wxfx-system .section-07 .content-1300 .list {
  overflow: hidden;
  margin-left: -65px;
  margin-right: -65px;
  margin-top: 65px;
}
.zw-wxfx-system .section-07 .content-1300 .list .item {
  float: left;
  width: 220px;
  margin: 0 65px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.zw-wxfx-system .section-07 .content-1300 .list .item .iconfont {
  color: #d41b2f;
  font-size: 100px;
  display: block;
  margin: 20px auto;
}
.zw-wxfx-system .section-07 .content-1300 .list .item .num {
  color: #d41b2f;
  font-size: 32px;
  text-align: center;
}
.zw-wxfx-system .section-07 .content-1300 .list .item .text {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
  margin-top: 20px;
  padding-bottom: 45px;
}
.zw-wxfx-system .section-07 .content-1300 .list .item .text span {
  display: block;
}
.zw-wxfx-system .section-08 {
  overflow: hidden;
  padding: 30px 0;
  margin-top: 30px;
}
.zw-wxfx-system .section-08 .content-1300 {
  margin-top: 40px;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title {
  width: 78.33%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  overflow: visible;
  position: relative;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .item {
  line-height: 60px;
  flex: 0 0 50%;
  overflow: hidden;
  font-size: 20px;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .item.left {
  background: #d41b2f;
  position: relative;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .item.left::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .item.left p {
  text-align: right;
  padding-right: 85px;
  color: #ffffff;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .item.right {
  background: #cccccc;
  position: relative;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .item.right::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .item.right p {
  text-align: left;
  padding-left: 85px;
  color: #ffffff;
}
.zw-wxfx-system .section-08 .content-1300 .pk-title .pk-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 104px;
  height: 104px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  color: #000000;
  font-size: 32px;
  font-weight: bolder;
  border-radius: 50%;
  box-shadow: 0 0 5px 2px #efefee;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box {
  width: 78.33%;
  margin: 0 auto;
  overflow: hidden;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list {
  margin-top: 23px;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list::before {
  content: '';
  width: 3px;
  height: 100%;
  background: #d41b2f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list .child {
  line-height: 54px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list .child::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 3px solid #d41b2f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list .child .item {
  flex: 0 0 50%;
  overflow: hidden;
  font-size: 16px;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list .child .item.left {
  background: #ffe8e8;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list .child .item.left p {
  padding-right: 40px;
  color: #d41b2f;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list .child .item.right {
  background: #f5f5f5;
}
.zw-wxfx-system .section-08 .content-1300 .pk-box .px-list .child .item.right p {
  padding-left: 40px;
  text-align: left;
  color: #4c4c4c;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.zw-wxfx-system .section-09 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.zw-wxfx-system .section-09 #caseSwiper {
  margin-top: 30px;
}
.zw-wxfx-system .section-09 #caseSwiper .swiper-slide img {
  width: 100%;
  display: block;
}
.zw-wxfx-system .section-09 .goUse {
  display: block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background: #d41b2f;
  font-size: 24px;
  border-radius: 8px;
  overflow: hidden;
  margin: 30px auto;
  transition: all .5s;
}
.zw-wxfx-system .section-09 .goUse:hover {
  background: rgba(212, 27, 47, 0.6);
  font-size: 28px;
}
