* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.nr_container {
  width: 1200px;
  margin: 60px auto;
}

.p1 li {
  display: table;
}

.p1 li:nth-child(n+2) {
  margin-top: 60px;
}

.p1_info, .p1_fm {
  display: table-cell;
  vertical-align: middle;
}

.p1_info {
  padding: 0 55px 0 0;
}

.p1 li:nth-child(2n+2) .p1_info {
  padding: 0 0 0 55px;
}

.p1_info strong {
  display: block;
  text-align: center;
  color: #333;
  font-size: 36px;
  height: 57px;
  line-height: 57px;
  position: relative;
  font-weight: normal;
}

.p1_info strong::before, .p1_info strong::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
}

.p1_info strong::before {
  background: #00b8ca;
  top: 0;
  left: 50%;
  margin-left: -95px;
}

.p1_info strong::after {
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: 60px;
}

.p1_info font {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 35px;
  text-indent: 2em;
}

.division {
  width: 100%;
  height: 10px;
  background: #eee;
}

.kctx {
  width: 1200px;
  margin: 60px auto 0;
}

.p_title {
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 36px;
  color: #333;
  position: relative;
}

.p_title::before, .p_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
}

.p_title::before {
  background: #00b8ca;
  top: 0;
  left: 50%;
  margin-left: -95px;
}

.p_title::after {
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: 60px;
}

.introduce {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 15px;
}

.kctp {
  overflow: hidden;
  margin-top: 25px;
}

.kctp a {
  display: block;
  float: left;
  line-height: 0;
  margin-right: 9px;
}

.kctp a:last-child {
  margin-right: 0;
}

.tpzs {
  overflow: hidden;
  margin-top: 40px;
}

.tpzs a {
  display: block;
  float: left;
  margin-right: 8px;
  position: relative;
  line-height: 0;
}

.tpzs a:last-child {
  margin-right: 0;
}

.tpzs a span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.other {
  width: 1200px;
  margin: 60px auto 0;
}