@charset "UTF-8";
.znwl-wrap {
  width: 1920px;
  height: 500px;
  background: url(./../imgs/znwl/bj.png) no-repeat center center/cover;
  font-family: SourceHanSansCN;
}

.middle {
  background: #fff;
}

.middle .title {
  height: 120px;
  font-size: 34px;
  font-family: SourceHanSansCN;
  color: #231815;
}

.middle .title .subtitle {
  background: url(./../imgs/znwl/Industryapplication.png) no-repeat;
  background-size: 100% 100%;
  padding: 5px 30px;
  line-height: 20px;
  font-size: 42px;
}

.middle .desc {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666;
  line-height: 26px;
}

.content {
  height: 100%;
}

.info {
  padding: 10px;
  margin-left: 120px;
}

.info .title {
  font-size: 80px;
  font-weight: bold;
  color: #FFF100;
}

.info .sub {
  font-size: 48px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
}

.info .btn {
  margin-top: 50px;
  position: relative;
}

.info .btn .btn-txt {
  background-color: #fff;
  text-decoration: none;
  color: #2564df;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

.info .btns {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #2f29db;
  padding: 10px;
}

.m-list {
  padding: 80px 20px;
}

.m-list .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 100%;
}

.m-list .item .bj {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.m-list .item .conn {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  height: 100%;
  text-align: center;
}

.m-list .item .conn .i-title {
  font-size: 32px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #231815;
  line-height: 20px;
}

.m-list .item .conn .sub {
  margin-top: 10px;
  font-size: 34px;
  font-weight: bold;
  color: #4DF7FF;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: 'Helvetica LT Black';
}

.m-list .item .conn .text {
  line-height: 25px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}

.showImg {
  -webkit-animation: scaleDraw 5s ease-in-out infinite;
  animation: scaleDraw 5s ease-in-out infinite;
}

@-webkit-keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.management {
  margin-top: 60px;
}

.management .t-header {
  margin-bottom: 20px;
}

.management .table-title {
  text-align: center;
  margin-top: 10px;
}

.management .table-title .tab-text {
  padding: 5px 10px;
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2f29db;
  -webkit-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
}

.management .m-title {
  background-color: #2f29db;
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
  -webkit-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  margin: 8px;
}

.management .t-item .t-img {
  width: 100%;
}

.management .t-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
  margin: 50px 0;
}

.management .t-tab .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  border-right: 1px solid #00e1ff;
  font-size: 42px;
  font-family: DIN-BlackAlternate;
  font-weight: bold;
  color: #231815;
}

.management .t-tab .left .li-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.management .t-tab .left .li-item img {
  width: 80px;
  position: absolute;
  z-index: 1;
}

.management .t-tab .left .li-item p {
  z-index: 2;
}

.management .t-tab .left ul li {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 50%;
}

.management .t-tab .left ul li.active {
  color: #fff;
  background-color: #00e1ff;
}

.management .t-tab .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.management .t-tab .right .tab-item {
  display: none;
  padding: 20px 40px;
}

.management .t-tab .right .tab-item .tab-img {
  height: 400px;
}

.management .t-tab .right .tab-item .tab-top {
  margin-top: 20px;
}

.management .t-tab .right .tab-item .title {
  text-align: left;
  height: 30px;
}

.management .t-tab .right .tab-item .title .tab-subtitle {
  text-align: left;
  background: url(./../imgs/znwl/Ordermanagement.png) no-repeat center center/cover;
  background-size: 100% 100%;
  padding: 5px 30px 5px 0;
  line-height: 20px;
  font-family: 'Helvetica LT Black';
}

.management .t-tab .right .tab-item .desc {
  text-align: left;
}

.management .t-tab .right .tab-item .tab-content {
  padding: 20px 0;
  text-align: left;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 200;
  color: #000000;
  line-height: 30px;
}

.management .t-tab .right .tab-item .bottom {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  line-height: 30px;
  color: #231815;
  text-align: left;
}

.management .t-tab .right .active {
  display: block;
}

.hy .title {
  height: 100px;
  font-size: 34px;
  font-family: SourceHanSansCN;
  color: #231815;
}

.hy .hy-subtitle {
  background: url(./../imgs/znwl/Industryapplication.png) no-repeat center center/cover;
  background-size: 100% 100%;
  text-align: center;
  width: 560px;
  line-height: 30px;
  font-size: 42px;
}

.hy .desc {
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
}

.sdx-btn {
  padding: 10px 20px;
  font-size: 16px;
}

.btn-grey {
  background: #9fa0a0;
  color: #fff;
}

.imgs {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.imgs .img-item {
  position: relative;
  width: 25%;
}

.imgs .img-item .bj {
  width: 100%;
  position: relative;
}

.imgs .img-item .img-middle {
  position: absolute;
  top: 150px;
  z-index: 9;
}

.imgs .img-item .img-middle .i {
  width: 120px;
}

.imgs .img-item .img-middle .img-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 27px;
  text-shadow: 0 0 0.2em #000, -0 -0 0.2em #000;
  font-weight: 400;
}

.imgs .img-item .hide-item {
  display: none;
  position: absolute;
  font-family: SourceHanSansCN;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 189, 215, 0.95);
  text-align: center;
  color: #fff;
}

.imgs .img-item .hide-item .h-title {
  padding-top: 30px;
  color: #fff;
  margin: 30px 0;
  font-weight: 400;
  font-size: 32px;
}

.imgs .img-item .hide-item .h-middle {
  font-size: 18px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.imgs .img-item .hide-item .h-middle:before, .imgs .img-item .hide-item .h-middle:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  /*1.首先使伪类显示方式为块级元素*/
  position: relative;
  /*2.通过相对定位的方式控制两侧内容的位置*/
}

.imgs .img-item .hide-item .h-middle:before {
  /*3.控制左侧横线的位置*/
  top: 10px;
  left: 40px;
}

.imgs .img-item .hide-item .h-middle:after {
  top: -10px;
  right: -200px;
}

.imgs .img-item .hide-item p {
  font-size: 18px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .content {
    margin-top: 30px;
    display: block;
  }
  .znwl-wrap {
    width: 100%;
    height: 350px;
    background: url(./../imgs/znwl/m-bj01.png) no-repeat center;
    background-size: 100% 100%;
    font-family: SourceHanSansCN;
  }
  .znwl-wrap .btns {
    display: none;
  }
  .info {
    margin-left: 0;
    padding: 20px;
  }
  .info .title {
    font-size: 40px;
  }
  .info .sub {
    font-size: 24px;
  }
  .info .btn {
    margin-top: 110px;
    position: relative;
  }
  .info .btn .btn-txt {
    background-color: #fff;
    text-decoration: none;
    color: #2564df;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    position: absolute;
    right: 0;
  }
  .info .btns {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
  }
  .middle .title {
    height: 60px;
  }
  .middle .title .subtitle {
    font-size: 28px;
  }
  .middle .desc {
    padding: 10px;
  }
  .m-list {
    padding: 20px 0px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .m-list .item {
    text-align: center;
    margin: 0 !important;
    padding-bottom: 60px;
    margin: 20px;
  }
  .m-list .item .bj {
    width: 140px;
  }
  .m-list .item .conn {
    left: 0;
    right: 0;
  }
  .m-list .item .conn .i-title {
    font-size: 24px;
  }
  .m-list .item .conn .sub {
    font-size: 20px;
    line-height: 22px;
  }
  .m-list .item .conn .text {
    font-size: 16px;
  }
  .management {
    margin-top: 10px;
  }
  .management .t-tab {
    display: block;
  }
  .management .t-tab .left {
    border-right: 0;
  }
  .management .t-tab .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .management .t-tab .left ul li {
    font-size: 28px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 120px;
  }
  .management .t-tab .right .tab-item .tab-subtitle {
    font-size: 28px;
  }
  .management .t-tab .right .tab-item img {
    width: 100%;
    height: auto !important;
  }
  .imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px;
  }
  .imgs .img-item {
    width: 100%;
    height: 560px;
  }
  .hy .hy-subtitle {
    background-size: 100% 100%;
    text-align: center;
    padding: 5px 30px;
    width: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 28px;
  }
  .management .t-tab .right .tab-item {
    padding: 20px;
  }
  .management .t-tab {
    margin: 10px;
  }
  .h-middle:before, .h-middle:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    /*1.首先使伪类显示方式为块级元素*/
    position: relative;
    /*2.通过相对定位的方式控制两侧内容的位置*/
  }
  .h-middle:before {
    /*3.控制左侧横线的位置*/
    top: 10px;
    left: 40px;
  }
  .h-middle:after {
    top: -10px;
    right: -280px !important;
  }
}
