* {
  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%;
}

.paragraph {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
}

.p_title {
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  border-bottom: 2px solid #ff0000;
}

.p_title span {
  display: block;
  width: 140px;
  height: 34px;
  background: #ff0000;
  color: #fff;
  float: left;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.p_title a {
  display: block;
  float: right;
  color: #333;
  font-size: 20px;
}

.introduce {
  margin-top: 15px;
}

.sub_title {
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

.introduce p {
  font-size: 20px;
  text-indent: 2em;
  color: #666;
  line-height: 1.4em;
  margin-top: 10px;
}

.introduce p a {
  color: #f60;
  font-weight: bold;
}

.kcnr li {
  margin-top: 20px;
  display: table;
}

.kcfm, .kcinfo {
  display: table-cell;
  vertical-align: middle;
}

.kcinfo {
  width: 645px;
}

.kcinfo_right {
  padding-left: 90px;
}

.kcinfo strong {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  color: #333;
  overflow: hidden;
}

.kcinfo strong::before {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: #7ecef4;
  float: left;
  margin-right: 8px;
}

.kcinfo font {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #999;
  letter-spacing: 2px;
  font-weight: 700;
}

.xszp {
  margin-top: 20px;
  overflow: hidden;
  padding: 0 45px;
}

.xszp a {
  display: block;
  width: 340px;
  float: left;
  margin-right: 45px;
  position: relative;
}

.xszp a:nth-child(3n+3) {
  margin-right: 0;
}

.xszp a:nth-child(n+4) {
  margin-top: 30px;
}

.xszp a span {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  letter-spacing: 1px;
}

.lastpara {
  padding-bottom: 35px;
}