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

.wmzBanner {
  height: 667px;
  background-image: url(../images/wmz-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.wmzBanner h2 {
  font-size: 56px;
  font-weight: bold;
  display: block;
  width: 800px;
  height: 114px;
  line-height: 114px;
  background-color: rgba(0, 102, 204, 0.5);
  text-align: center;
  border-radius: 55px;
  box-shadow: 0 0 66px rgba(255, 255, 255, 0.48);
}
.wmzBanner h3 {
  font-size: 36px;
  line-height: 1;
  margin-top: 20px;
}
.wmzBanner h3 span {
  font-size: 46px;
  font-weight: bold;
  margin: 0 15px;
}

.wmzMain {
  line-height: 1.6;
  background-color: #fff;
}
.wmzMain .padTB-a {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wmzMain .title {
  text-align: center;
  margin-bottom: 50px;
}
.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;
}
.wmzMain .b .list .pic {
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-color: #000;
  padding-top: 15px;
}
.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(../images/tem-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
}
.wmzMain .b .list .phone {
  border-radius: 10px;
  width: 80px;
  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 .list .caseSwiper {
  margin: -30px -15px 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.wmzMain .b .list .caseSwiper li {
  margin: 30px 15px 0 15px !important;
}
.wmzMain .b .list .caseSwiper .pc {
  position: relative;
}
.wmzMain .b .list .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 .list .caseSwiper .pc::after {
  top: -10px;
}
.wmzMain .b .list .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 .list .caseSwiper .code {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.wmzMain .b .list .caseSwiper .code img {
  width: 60px;
  height: auto;
  border-radius: 3px;
}
.wmzMain .b .list .caseSwiper .code p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
.wmzMain .b .list .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 .list .caseSwiper .linkWrap .name {
  width: 100px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wmzMain .b .list .caseSwiper .linkWrap a {
  background-color: #007bff;
  width: 60px;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
}
.wmzMain .b .list .caseSwiper .linkWrap a:hover {
  color: #fff;
  background-color: #0043bd;
}
.wmzMain .b .list .caseSwiper .liCon:hover .pc::before, .wmzMain .b .list .caseSwiper .liCon:hover .phone::before {
  opacity: 1;
}
.wmzMain .b .list .caseSwiper .liCon:hover .code {
  opacity: 1;
}
.wmzMain .b .list .caseSwiper .liCon:hover .linkWrap {
  transform: translateY(0);
  opacity: 1;
}
.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(../images/wmz-8.png);
}
.wmzMain .b .arrowWrap .swiper-button-next {
  right: -60px;
  background-image: url(../images/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: #0043bd;
  border-radius: 30px;
  font-size: 16px;
}
.wmzMain .b .bot a:hover {
  opacity: 0.9;
}
.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: #0d68c9;
  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: #0d68c9;
  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(../images/wmz-19.jpg) no-repeat left center;
}
.wmzMain .f .box .bot .textBlue {
  color: #0d68c9;
  font-weight: bold;
}
.wmzMain .f .box:nth-child(n) {
  margin-left: 0;
}
.wmzMain .f .box:nth-child(2n) {
  margin-right: 0;
}
.wmzMain .g {
  background-color: #0043bd;
}
.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: #002973;
  color: #fff;
}
.wmzMain .g .con .bolB {
  width: 338px;
  background-color: #fff;
  color: #0043bd;
  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;
}
.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;
  display: block;
  margin: 0 auto;
  width: 355px;
  line-height: 60px;
  background-color: #0066cc;
  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;
}
.wmzMain .i .box .top h5 {
  color: #3d3d3d;
  font-size: 26px;
  font-weight: bold;
}
.wmzMain .i .box .top .pri {
  font-size: 14px;
  color: #0d68c9;
  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: #0d68c9;
  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(../images/wmz-19.jpg) no-repeat left center;
}
.wmzMain .i .box .bot .textBlue {
  color: #0d68c9;
  font-weight: bold;
}
.wmzMain .i .box .bot b {
  font-weight: bold;
}
.wmzMain .j {
  background-image: url(../images/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: #0066cc;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
}
.wmzMain .k .con {
  background: url(../images/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;
}
.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;
}

.tempWrap {
  font-size: 14px;
}
.tempWrap .btn {
  font-size: 15px;
}
.tempWrap a {
  color: #333;
}
.tempWrap a:hover {
  color: #0077ff;
}
.tempWrap .ellipsis-multiline {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tempWrap .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.tempWrap .boxShadow {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}
.tempWrap .noShadow {
  box-shadow: none !important;
}
.tempWrap .colorA {
  color: #333 !important;
}
.tempWrap .colorB {
  color: #666 !important;
}
.tempWrap .colorC {
  color: #999 !important;
}
.tempWrap .colorD {
  color: #817a75 !important;
}
.tempWrap .colorE {
  color: #4CAF50 !important;
}
.tempWrap .colorF {
  color: #0077FF !important;
}
.tempWrap .fontSize-lg {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #1A1A1A;
}
.tempWrap .fontSize-md {
  font-size: 16px;
  color: #1A1A1A;
}
.tempWrap .fontSize-sm {
  font-size: 14px !important;
}
.tempWrap .bgA {
  background-color: #F5F8FB;
}
.tempWrap .bgB {
  background-color: #F1F3FC;
}
.tempWrap .bgC {
  background-color: #F7F8FA;
}
.tempWrap .mw-auto {
  min-width: auto !important;
}
.tempWrap .w-container {
  max-width: 1280px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.tempWrap .section {
  padding: 50px 0;
}
.tempWrap .form-control-lg {
  height: 54px;
  font-size: 15px;
  color: #333;
}

.w-header {
  padding-top: 76px;
}

.w-temp_head .input-group {
  background-color: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
}
.w-temp_head .input-group .form-control {
  border: 0;
  background-color: initial;
  outline: none;
}
.w-temp_head .input-group .btn {
  padding: 14px 20px;
  min-width: auto;
  color: #333;
}

.w-temp_screen .type {
  margin: 0 -10px;
}
.w-temp_screen .type a {
  display: block;
  margin: 0 10px;
  padding: 3px 0;
}
.w-temp_screen .type .text.cur {
  color: #0077FF;
}
.w-temp_screen .type_color a {
  margin-bottom: 5px;
}
.w-temp_screen .type_color .rad {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.w-temp_screen .type_color .rad i {
  display: none;
}
.w-temp_screen .type_color .white {
  background-color: #F5F5F5;
  color: #000;
}
.w-temp_screen .type_color .gary {
  background-color: #ccc;
  color: #000;
}
.w-temp_screen .type_color .black {
  background-color: #000;
}
.w-temp_screen .type_color .red {
  background-color: #FF4D4D;
}
.w-temp_screen .type_color .orange {
  background-color: #FF8533;
}
.w-temp_screen .type_color .yellow {
  background-color: #FFDB4D;
}
.w-temp_screen .type_color .green {
  background-color: #6BD656;
}
.w-temp_screen .type_color .lightgreen {
  background-color: #2BD6BA;
}
.w-temp_screen .type_color .blue {
  background-color: #1AB2FF;
}
.w-temp_screen .type_color .lightblue {
  background-color: #6666FF;
}
.w-temp_screen .type_color .purple {
  background-color: #884DFF;
}
.w-temp_screen .type_color .pink {
  background-color: #FF66FF;
}
.w-temp_screen .type_color .brown {
  background-color: #A8652F;
}
.w-temp_screen .type_color .rad.cur i {
  display: block;
}

.w-temp_list ul {
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
}
.w-temp_list .listItem {
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.w-temp_list .picWrap {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.w-temp_list .picWrap .desktop {
  width: calc(100% - 30px);
  position: relative;
  margin: 0;
}
.w-temp_list .picWrap .mobile {
  width: 76px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.w-temp_list .picWrap .box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.w-temp_list .picWrap .box:after {
  content: "";
  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;
}
.w-temp_list .picWrap .box img {
  border: 2px solid #fff;
  border-radius: 6px;
}
.w-temp_list .linkWrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 15px;
  right: 45px;
  height: calc(100% - 45px);
  opacity: 0;
  transform: translateY(20px);
}
.w-temp_list .linkWrap .btn {
  min-width: 98px;
  padding: 10px 1rem;
  display: block;
}
.w-temp_list .linkWrap .btn.btn-primary {
  color: #fff;
}
.w-temp_list .listItem:hover .picWrap .box:after {
  opacity: 1;
}
.w-temp_list .listItem:hover .linkWrap {
  opacity: 1;
  transform: translateY(0);
}

.w-page_list .page-link {
  color: #666;
  padding: 9px 10px;
  min-width: 38px;
  margin: 0 4px;
  text-align: center;
  border-radius: 8px !important;
}
.w-page_list .ellip .page-link {
  border: 0;
  padding: 0;
  margin: 0 10px;
  min-width: auto;
  line-height: 38px;
  background-color: transparent;
}

.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: 205px;
  height: 20px;
  background-image: url(../images/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 .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 (min-width: 992px) {
  .tempWrap .fontSize-lg {
    font-size: 44px;
  }
  .tempWrap .w-container {
    width: 90%;
  }
  .tempWrap .a.w-container {
    max-width: none;
    width: 90%;
  }
  .tempWrap .section {
    padding: 80px 0;
  }
  .w-subject-wrapper dl {
    width: 70%;
  }
  .w-temp_head .input-group {
    width: 380px;
  }
  .w-temp_screen .label {
    padding: 3px 0;
  }
  .w-temp_screen .type {
    flex: 1;
    margin-right: 0;
  }
  .w-temp_screen .type_industry a {
    width: 20%;
    margin: 0;
  }
  .w-temp_screen .type_color a {
    margin: 0 15px;
  }
  .w-temp_screen .type_color a:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .tempWrap {
    font-size: 16px;
  }
  .tempWrap .fontSize-lg {
    font-size: 68px;
  }
  .tempWrap .fontSize-secondary {
    font-size: 54px;
  }
  .tempWrap .fontSize-md {
    font-size: 18px;
  }
  .tempWrap .section {
    padding: 100px 0;
  }
}/*# sourceMappingURL=style.css.map */