.spacetitle {
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 50px;
}
/*.destitle {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 2px;
}*/
.nlpservice .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
}
.nlpservice .jsts {
  padding: 75px 0 55px 0;
  position: relative;
}
.nlpservice .jsts .nr {
  margin-top: 40px;
}
.nlpservice .jsts .nr .list {
  clear: both;
}
.nlpservice .jsts .nr li {
  padding: 0 10px 14px 10px;
  width: calc(100%/3);
  float: left;
  position: relative;
}
.nlpservice .jsts .nr li .box {
  background: #fff;
  padding: 45px 30px 45px 104px;
  overflow: hidden;
  position: relative;
  border: 1px solid #E6E7EB;
  transition: all 500ms ease;
}
.nlpservice .jsts .nr li .box .pic {
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  z-index: 9;
  top: 45px;
  left: 26px;
  text-align: center;
}
.nlpservice .jsts .nr li .box:hover {
  -webkit-box-shadow: 0px 14px 29px 0px rgba(222, 222, 222, 0.45);
  box-shadow: 0px 14px 29px 0px rgba(222, 222, 222, 0.45);
}
.nlpservice .jsts .nr li .text {
  float: left;
  padding-left: 0px;
  position: relative;
  z-index: 20;
}
.nlpservice .jsts .nr li .text .title {
  font-size: 18px;
  position: relative;
}
.nlpservice .jsts .nr li .text .info {
  margin: 8px 0 0 0;
  color: #8C8C8C;
  font-size: 14px;
  line-height: 22px;
  min-height: 50px;
}
.nlpservice .yyts {
  padding: 40px 0 60px 0;
  background: #F3F5F6;
  position: relative;
}
.nlpservice .yyts .nr {
  margin-top: 50px;
}
.nlpservice .yyts .nr .list {
  clear: both;
  margin-left: -5px;
  margin-right: -5px;
}
.nlpservice .yyts .nr li {
  float: left;
  width: calc(100%/3);
  padding: 0 16px 0 16px;
  position: relative;
}
.nlpservice .yyts .nr .box {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nlpservice .yyts .nr .box .pic {
  display: block;
  margin: auto;
  z-index: 9;
  text-align: center;
  position: relative;
  width: 100%;
}
.nlpservice .yyts .nr .box .text {
  padding: 10px 20px 20px 20px;
  position: relative;
  min-height: 150px;
}
.nlpservice .yyts .nr .box .text .title {
  font-size: 18px;
  font-weight: 400;
  color: #2D2D2D;
}
.nlpservice .yyts .nr .box .text .info {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #424242;
}
.nlpservice .yyts .nr .box:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #ed6827;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  /* Opera */
}
.nlpservice .cpgn {
  padding: 40px 0 100px 0;
  position: relative;
}
.nlpservice .cpgn .nr {
  margin-top: 34px;
  background: url('/static/img/wt.png') no-repeat bottom center;
  width: 1260px;
  height: 460px;
  position: relative;
}
.nlpservice .cpgn .nr .list {
  clear: both;
  padding-top: 10px;
}
.nlpservice .cpgn .nr li {
  width: calc(100%/6);
  float: left;
  padding: 0 15px 5px 15px;
  position: relative;
}
.nlpservice .cpgn .nr li .text {
  padding-top: 15px;
  position: relative;
  z-index: 10;
}
.nlpservice .cpgn .nr li .text .title {
  font-size: 18px;
  color: #262626;
  position: relative;
  padding-bottom: 12px;
}
.nlpservice .cpgn .nr li .text .info {
  font-size: 14px;
  color: #656565;
  text-align: left;
}
.nlpservice .cpgn .nr li:nth-child(1) {
  position: absolute;
  left: 33px;
  bottom: 68px;
}
.nlpservice .cpgn .nr li:nth-child(2) {
  position: absolute;
  left: 230px;
  bottom: 164px;
}
.nlpservice .cpgn .nr li:nth-child(3) {
  position: absolute;
  left: 430px;
  bottom: 68px;
}
.nlpservice .cpgn .nr li:nth-child(4) {
  position: absolute;
  left: 632px;
  bottom: 164px;
}
.nlpservice .cpgn .nr li:nth-child(5) {
  position: absolute;
  left: 835px;
  bottom: 58px;
}
.nlpservice .cpgn .nr li:nth-child(6) {
  position: absolute;
  left: 1035px;
  bottom: 164px;
}
.nlpservice .cpgn .nr li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9;
  border: 4px solid transparent;
  border-top-color: #fff;
  left: 50%;
  margin-left: -4px;
  bottom: -3px;
}
.nlpservice .cpgn .nr .box {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 20px 12px 20px 12px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.21);
  min-height: 252px;
  min-width: 160px;
}
.nlpservice .yycj {
  padding: 30px 0 120px 0;
  background: #F3F5F6;
  position: relative;
}
.nlpservice .yycj .picbox {
  margin-top: 90px;
  text-align: center;
}
.nlpservice .yycj .picbox img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .nlpservice .jsts {
    padding: 35px 0 28px 0;
  }
  .nlpservice .jsts .nr {
    margin-top: 20px;
  }
  .nlpservice .jsts .nr li {
    width: 100%;
  }
  .nlpservice .jsts .nr li .box {
    padding: 15px 15px 15px 90px;
  }
  .nlpservice .jsts .nr li .box .pic {
    left: 15px;
    top: 15px;
  }
  .nlpservice .yyts {
    padding: 20px 0 30px 0;
  }
  .nlpservice .yyts .nr {
    margin-top: 25px;
  }
  .nlpservice .yyts .nr li {
    width: 100%;
    padding: 0 8px 0 8px;
    margin-bottom: 20px;
  }
  .nlpservice .cpgn {
    padding: 20px 0 50px 0;
  }
  .nlpservice .cpgn .nr {
    margin-top: 25px;
    background: unset;
    width: 100%;
    height: auto;
  }
  .nlpservice .cpgn .nr .list li {
    width: 50%;
    position: unset;
    padding: 0 10px 15px 5px;
  }
  .nlpservice .cpgn .nr .list li .box {
    min-height: 240px;
    padding: 20px 10px 20px 15px;
    min-width: auto;
  }
  .nlpservice .yycj {
    padding: 20px 0 60px 0;
  }
  .nlpservice .yycj .picbox {
    margin-top: 40px;
  }
  .nlpservice .yycj .picbox img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 374px) {
  .nlpservice .cpgn .nr .list li {
    width: 100%;
    position: unset;
    padding: 0 10px 15px 5px;
  }
  .nlpservice .cpgn .nr .list li .box {
    min-height: auto;
    padding: 20px 10px 20px 15px;
    min-width: auto;
  }
}
