.wmzWrap, .wmzWrap * {
  box-sizing: border-box;
}

.wmzBanner {
  height: 667px;
  background-image: url(../image/wmz-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.wmzBanner h2 {
  font-size: 56px;
  width: 100%;
  font-weight: bold;
  display: block;
  line-height: 1;
  text-align: center;
  color: #ff6800;
}
.wmzBanner h3 {
  font-size: 36px;
  line-height: 70px;
  color: #7d7d7d;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.wmzBanner h3 span {
  font-size: 46px;
  display: inline-block;
  line-height: 70px;
  background-color: #ff6800;
  color: #fff;
  padding: 0 30px;
  font-weight: bold;
  margin: 0 15px;
  border-radius: 35px;
}

.wmzMain {
  line-height: 1.6;
  background-color: #fff;
  overflow: hidden;
}
.wmzMain .padTB-a {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wmzMain .title {
  text-align: center;
  margin-bottom: 30px;
  line-height:initial;
}
.wmzMain .title h4 {
  color: #3d3d3d;
  font-size: 36px;
  font-weight: bold;
}
.wmzMain .title p {
  color: #666;
  font-size: 16px;
  margin-top: 5px;
}
.wmzMain .a {
  background-color: #f7f7f7;
}
.wmzMain .a ul {
  display: flex;
  justify-content: space-between;
}
.wmzMain .a ul li {
  width: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.wmzMain .a ul li p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #3d3d3d;
  margin-top: 15px;
  line-height: 1.4;
}
.wmzMain .b .list {
  position: relative;
}
.wmzMain .b .list .liCon {
  display: block;
  width: 270px;
  height: 225px;
  position: relative;
  margin: 0 auto;
}
.wmzMain .b .list .pic {
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-color: #000;
  padding-top: 12px;
}
.wmzMain .b .list .pc {
  width: 100%;
  height: 200px;
}
.wmzMain .b .list .pc img {
  width: 100%;
  height: 100%;
}
.wmzMain .b .list .pc:after {
  content: "";
  display: block;
  width: 25px;
  height: 7px;
  background: url(../image/tem-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
}
.wmzMain .b .list .phone {
  border-radius: 10px;
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
  padding: 5px;
}
.wmzMain .b .list .phone img {
  border-radius: 8px;
  width: 70px;
  height: 150px;
  display: block;
}
.wmzMain .b .arrowWrap .arrow {
  width: 46px !important;
  height: 50px !important;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.wmzMain .b .arrowWrap .swiper-button-prev {
  left: -60px;
  background-image: url(/cnjz/trade_files/wmz-8.png);
}
.wmzMain .b .arrowWrap .swiper-button-next {
  right: -60px;
  background-image: url(/cnjz/trade_files/wmz-9.png);
}
.wmzMain .b .bot {
  text-align: center;
  margin-top: 30px;
}
.wmzMain .b .bot p {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}
.wmzMain .b .bot a {
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  line-height: 60px;
  background-color: #fe8715;
  border-radius: 30px;
  font-size: 16px;
}
.wmzMain .b .bot a:hover {
  opacity: 0.9;
}
.wmzMain .b .caseSwiper {
  margin: -30px -15px 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wmzMain .b .caseSwiper li {
  margin: 30px 15px 0 15px !important;
}
.wmzMain .b .caseSwiper .pc {
  position: relative;
}
.wmzMain .b .caseSwiper .pc::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.wmzMain .b .caseSwiper .pc::after {
  top: -10px;
}
.wmzMain .b .caseSwiper .phone::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.wmzMain .b .caseSwiper .code {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.wmzMain .b .caseSwiper .code img {
  width: 60px;
  height: auto;
  border-radius: 3px;
}
.wmzMain .b .caseSwiper .code p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
.wmzMain .b .caseSwiper .linkWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 200px;
  font-size: 12px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.wmzMain .b .caseSwiper .linkWrap .name {
  width: 100px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wmzMain .b .caseSwiper .linkWrap a {
  background-color: #ff6800;
  width: 60px;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
}
.wmzMain .b .caseSwiper .linkWrap a:hover {
  color: #fff;
  background-color: #fd651d;
}
.wmzMain .b .caseSwiper .liCon:hover .pc::before, .wmzMain .b .caseSwiper .liCon:hover .phone::before {
  opacity: 1;
}
.wmzMain .b .caseSwiper .liCon:hover .code {
  opacity: 1;
}
.wmzMain .b .caseSwiper .liCon:hover .linkWrap {
  transform: translateY(0);
  opacity: 1;
}
.wmzMain .c {
  background-color: #f7f7f7;
}
.wmzMain .c .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wmzMain .c p {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 2;
}
.wmzMain .d .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wmzMain .d p {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: end;
}
.wmzMain .e {
  background-color: #f7f7f7;
}
.wmzMain .e .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wmzMain .e p {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 2;
}
.wmzMain .f .con {
  display: flex;
  justify-content: center;
}
.wmzMain .f .box {
  width: 580px;
  margin: 0 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.wmzMain .f .box .top {
  padding: 30px 60px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}
.wmzMain .f .box .top h5 {
  color: #3d3d3d;
  font-size: 26px;
  font-weight: bold;
}
.wmzMain .f .box .top .pri {
  font-size: 14px;
  color: #ff6800;
  margin-top: 10px;
  line-height: 1;
}
.wmzMain .f .box .top .pri span {
  font-size: 24px;
  font-weight: bold;
}
.wmzMain .f .box .top a {
  display: block;
  background-color: #fd651d;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.wmzMain .f .box .top a:hover {
  opacity: 0.9;
}
.wmzMain .f .box .bot {
  padding: 20px 30px;
}
.wmzMain .f .box .bot li {
  font-size: 14px;
  padding: 5px 0;
  padding-left: 24px;
  color: #3d3d3d;
  background: url(/cnjz/trade_files/wmz-19.jpg) no-repeat left center;
}
.wmzMain .f .box .bot .textBlue {
  color: #ff6800;
  font-weight: bold;
}
.wmzMain .f .box:nth-child(n) {
  margin-left: 0;
}
.wmzMain .f .box:nth-child(2n) {
  margin-right: 0;
}
.wmzMain .f .pormoWrap {
  margin-top: 20px;
  box-sizing: border-box;
}
.wmzMain .f .pormoWrap * {
  box-sizing: border-box;
}
.wmzMain .f .pormoRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.wmzMain .f .pormoCol {
  flex: 0 0 auto;
  width: 50%;
  padding: 10px;
}
.wmzMain .f .pormoBox {
  padding: 70px 50px 40px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.wmzMain .f .pormoBox .textA {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.wmzMain .f .pormoBox .textA h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.wmzMain .f .pormoBox .textA span {
  font-weight: bold;
  line-height: 1;
}
.wmzMain .f .pormoBox .textB {
  color: #666;
  margin-top: 10px;
}
.wmzMain .f .pormoBox .textC {
  color: #666;
  margin-top: 5px;
}
.wmzMain .f .pormoBox .textC a {
  color: #ff6800;
  margin-left: 15px;
}
.wmzMain .f .pormoBox .tag {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px 0 10px;
  line-height: 38px;
  display: block;
  border-radius: 0 0 80px 0;
  background: linear-gradient(90deg, #C8050D 4.55%, #FDBD70 96.75%);
}
.wmzMain .g {
  background-color: #fe8715;
}
.wmzMain .g .title {
  margin-bottom: 20px;
}
.wmzMain .g .title h4 {
  color: #fff;
}
.wmzMain .g .con {
  display: flex;
  justify-content: center;
}
.wmzMain .g .con div {
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 0 13px rgba(255, 255, 255, 0.28);
}
.wmzMain .g .con .bolA {
  width: 307px;
  background-color: #c06106;
  color: #fff;
}
.wmzMain .g .con .bolB {
  width: 338px;
  background-color: #fff;
  color: #ff6800;
  margin-left: -35px;
}
.wmzMain .h {
  background-color: #f7f7f7;
}
.wmzMain .h ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wmzMain .h ul li {
  display: flex;
  padding: 35px 0;
  width: 580px;
  border-radius: 10px;
  margin-bottom: 45px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.wmzMain .h ul li .pic {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wmzMain .h ul li dl {
  padding: 10px 0;
  padding: 0 30px;
  border-left: 1px solid #d6d6d6;
  line-height:normal;
}
.wmzMain .h ul li dt {
  font-size: 24px;
  font-weight: bold;
  color: #393939;
}
.wmzMain .h ul li dd {
  color: #393939;
  font-size: 16px;
  margin-top: 5px;
}
.wmzMain .h a {
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 355px;
  line-height: 60px;
  background-color: #ff6800;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
}
.wmzMain .h a:hover {
  opacity: 0.9;
  color: #fff;
}
.wmzMain .i .con {
  display: flex;
  justify-content: space-between;
}
.wmzMain .i .box {
  width: 378px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.wmzMain .i .box .top {
  padding: 30px 60px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  height:150px;
}
.wmzMain .i .box .top h5 {
  color: #3d3d3d;
  font-size: 26px;
  font-weight: bold;
}
.wmzMain .i .box .top .pri {
  font-size: 14px;
  color: #ff6800;
  margin-top: 10px;
  line-height: 1;
}
.wmzMain .i .box .top .pri span {
  font-size: 24px;
  font-weight: bold;
}
.wmzMain .i .box .top del {
  color: #999;
  font-size: 12px;
}
.wmzMain .i .box .top a {
  display: block;
  background-color: #fd651d;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.wmzMain .i .box .top a:hover {
  opacity: 0.9;
}
.wmzMain .i .box .bot {
  padding: 20px 30px;
}
.wmzMain .i .box .bot li {
  font-size: 14px;
  padding: 5px 0;
  padding-left: 24px;
  color: #3d3d3d;
  background: url(../image/edm_6.png) no-repeat left center;
}
.wmzMain .i .box .bot .textBlue {
  color: #ff6800;
  font-weight: bold;
}
.wmzMain .i .box .bot b {
  font-weight: bold;
}
.wmzMain .j {
  background-image: url(../image/wmz-18.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wmzMain .j .title {
  margin-bottom: 25px;
}
.wmzMain .j .title h4 {
  color: #fff;
  font-size: 50px;
}
.wmzMain .j .con span {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 315px;
  line-height: 60px;
  background-color: #ff6800;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
}
.wmzMain .k .con {
  background: url(../image/wmz-17.png) no-repeat center;
  height: 290px;
  display: flex;
  padding: 0 180px;
  justify-content: space-between;
  align-items: center;
}
.wmzMain .k .con dl {
  color: #fff;
  text-align: center;
  line-height:normal;
}
.wmzMain .k .con dt {
  font-size: 24px;
  font-weight: bold;
}
.wmzMain .k .con dt span {
  font-size: 60px;
}
.wmzMain .k .con dd {
  font-size: 24px;
}
.wmzMain .k a {
  display: block;
  margin-top: 75px;
  width: 435px;
  line-height: 62px;
  background-color: #ff6800;
  border-radius: 31px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.wmzMain .k a:hover {
  opacity: 0.9;
}

.preview-head {
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.preview-head .wrap {
  height: 46px;
  width: 100%;
}
.preview-head h1 a {
  display: block;
  width: 101px;
  height: 30px;
  background-image: url(../image/02index-logo.png);
  background-size: 100%;
}
.preview-head .rigSet {
  margin-right: -15px;
}
.preview-head .rigSet .btn {
  padding-top: 0;
  padding-bottom: 0;
  min-width: auto;
  height: 100%;
}
.preview-head .rigSet .btn.btn-primary {
  background-color: #ff6800 !important;
  font-size: 12px;
  border: 0;
}
.preview-head .device {
  margin-left: 1px;
}
.preview-head .device .btn {
  margin-left: -1px;
}
.preview-head .device .active {
  background-color: #F0F2F5 !important;
  color: #707070 !important;
}

.preview-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  padding-top: 46px;
  overflow: hidden;
}
.preview-main .preview-wrap {
  height: 100%;
}

.preview-pad {
  position: static;
  width: 768px;
  height: 1000px;
  margin: 96px auto 50px auto;
  border: 1px solid #EBEBEB;
  padding: 0;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16);
}
.preview-pad .preview-wrap {
  overflow-y: hidden;
}

.preview-phone {
  position: static;
  width: 380px;
  height: 800px;
  margin: 96px auto 50px auto;
  border: 1px solid #EBEBEB;
  padding: 0;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.16);
}
.preview-phone .preview-wrap {
  overflow-y: hidden;
}

@media (max-width: 767.98px) {
  .cndns-top-banner, .cndns-header, #footer, .cndsnFoot, .footer-leaveMessage, .cndns-right, .posPopup-left {
    display: none;
  }
  body {
    min-width: auto;
  }
  .wmzBanner {
    padding: 0 25px;
    height: 500px;
    background-position: center;
    background-size: auto 100%;
  }
  .wmzBanner h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .wmzBanner h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .wmzBanner h3 span {
    font-size: 18px;
    margin: 0 5px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 10px;
  }
  .wmzMain .padTB-a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wmzMain .w-1200 {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .wmzMain .title {
    margin-bottom: 30px;
  }
  .wmzMain .title h4 {
    font-size: 20px;
  }
  .wmzMain .a ul {
    flex-wrap: wrap;
    margin-top: -15px;
  }
  .wmzMain .a ul li {
    flex: 0 0 48%;
    margin-right: 4%;
    margin-top: 15px;
  }
  .wmzMain .a ul li p {
    font-size: 14px;
  }
  .wmzMain .a ul li:nth-child(2n) {
    margin-right: 0;
  }
  .wmzMain .a ul li:last-child {
    margin-right: auto;
  }
  .wmzMain .b .bot a {
    display: block;
    line-height: 1.6;
    padding: 15px;
  }
  .wmzMain .c .con {
    flex-direction: column;
    align-items: flex-start;
  }
  .wmzMain .c .con .text {
    order: 2;
    margin-top: 30px;
  }
  .wmzMain .c .con .text p {
    font-size: 16px;
  }
  .wmzMain .c .con .pic {
    order: 1;
  }
  .wmzMain .c .con .pic img {
    width: 100%;
  }
  .wmzMain .d .con {
    flex-direction: column;
    align-items: flex-start;
  }
  .wmzMain .d .con .text {
    order: 2;
    margin-top: 30px;
  }
  .wmzMain .d .con .text p {
    font-size: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wmzMain .d .con .pic {
    order: 1;
  }
  .wmzMain .d .con .pic img {
    width: 100%;
  }
  .wmzMain .e .con {
    flex-direction: column;
    align-items: flex-start;
  }
  .wmzMain .e .con .text {
    order: 2;
    margin-top: 30px;
  }
  .wmzMain .e .con .text p {
    font-size: 16px;
  }
  .wmzMain .e .con .pic {
    order: 1;
  }
  .wmzMain .e .con .pic img {
    width: 100%;
  }
  .wmzMain .f .con {
    flex-wrap: wrap;
  }
  .wmzMain .f .con .box {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .wmzMain .f .con .box:first-child {
    margin-top: 0;
  }
  .wmzMain .f .pormoCol {
    width: 100%;
  }
  .wmzMain .f .pormoBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wmzMain .g .con {
    flex-direction: column;
  }
  .wmzMain .g .con div {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px;
  }
  .wmzMain .g .con .bolA {
    width: 100%;
  }
  .wmzMain .g .con .bolB {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .wmzMain .h .con ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .wmzMain .h .con ul li .pic {
    width: auto;
    padding: 0 20px;
  }
  .wmzMain .h .con ul li .pic img {
    width: 50px;
  }
  .wmzMain .h .con ul li dl {
    padding: 0 20px;
  }
  .wmzMain .h .con ul li dl dt {
    font-size: 18px;
  }
  .wmzMain .h .con ul li dl dd {
    font-size: 14px;
  }
  .wmzMain .h a {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px;
  }
  .wmzMain .i .con {
    flex-direction: column;
  }
  .wmzMain .i .box {
    width: 100%;
    margin-top: 15px;
  }
  .wmzMain .j .title {
    margin-bottom: 15px;
  }
  .wmzMain .j .title h4 {
    font-size: 28px;
  }
  .wmzMain .j .con span {
    font-size: 16px;
    padding: 15px;
    line-height: 1.6;
    width: auto;
  }
  .wmzMain .k .con {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-size: 100% auto;
    padding: 0;
    background-image: none;
  }
  .wmzMain .k .con dl {
    width: 50%;
    color: #ff6800;
    margin-top: 15px;
  }
  .wmzMain .k .con dl dt span {
    font-size: 50px;
  }
  .wmzMain .k .con dl dd {
    font-size: 20px;
    color: #666;
  }
  .wmzMain .k .con dl:nth-child(1), .wmzMain .k .con dl:nth-child(2) {
    margin-top: 0;
  }
  .wmzMain .k a {
    font-size: 16px;
    line-height: 1.6;
    padding: 15px;
    width: auto;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */