body {
  background: #f3f3f3 url("../czjimages/bigbg.png") no-repeat;
  background-size: cover;
}

.logo {
  margin: 44px 0 0;
}

.ne-title {
  margin: 70px auto 20px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.ne-title h2 {
  color: #225FC1;
  font-size: 36px;
  margin: 0 20px;
}

.ne-title span {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 214px;
  height: 3px;
  display: block;
}
<!--
.ne-title span.s1 {
  background-image: url("../czjimages/titleft.png");
}

.ne-title span.s2 {
  background-image: url("../czjimages/titright.png");
}
-->
.ne2-width {
  max-width: 1200px;
  margin: 0 auto;
}

.neswiper {
  position: relative;
  padding: 0 30px;
  margin: 0 0 100px;
}

.neswiper .n-item {
  position: relative;
  display: block;
}

.neswiper .text {
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 100%;
  margin-top: -100px;
}
