* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.paragraph {
  padding: 25px 10px 0;
}

.p_title {
  text-align: center;
}

.p_title::before, .p_title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 6.5px;
  vertical-align: middle;
}

.p_title::before {
  background: url("../images/title_left.jpg")no-repeat center center;
  background-size: 60px 6.5px;
}

.p_title::after {
  background: url("../images/title_right.jpg")no-repeat center center;
  background-size: 60px 6.5px;
}

.p_title span {
  display: inline-block;
  font-size: 18px;
  color: #ff5400;
  padding: 0 10px;
  font-weight: bold;
}

.introduce {
  font-size: 13px;
  color: #666;
  text-indent: 2em;
  line-height: 19px;
  margin-top: 17px;
}

.rmkc {
  overflow: hidden;
  margin-top: 14px;
}

.rmkc a {
  display: block;
  width: calc((100% - 5px)/2);
  float: left;
}

.rmkc a:nth-child(2n+2) {
  margin-left: 5px;
}

.rmkc a:nth-child(n+3) {
  margin-top: 5px;
}

.rmkc a img {
  width: 100%;
}

.rmkc a span {
  display: block;
  text-align: center;
  border: 1px solid #999;
  border-top: none;
  line-height: 30px;
  font-size: 13px;
  color: #666;
}

.cx_para {
  margin-top: 18px;
}

.cx_title {
  text-align: center;
  height: 29px;
}

.cx_title::before, .cx_title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background: #333;
}

.cx_title span {
  font-size: 14px;
  color: #333;
  padding: 4px 10px;
}

.cx_menu {
  margin-top: 10px;
  overflow: hidden;
}

.cx_menu a {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 30px)/4);
  float: left;
  border: 1px solid #666;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  color: #666;
}

.cx_menu a:nth-child(4n+4) {
  margin-right: 0;
}

.cx_menu a:nth-child(n+5) {
  margin-top: 10px;
}

.cptp {
  overflow: hidden;
  margin-top: 10px;
}

.cptp a {
  display: block;
  float: left;
  width: calc((100% - 10px)/3);
  margin-right: 5px;
}

.cptp a:nth-child(3n+3) {
  margin-right: 0;
}

.cptp a:nth-child(n+4) {
  margin-top: 5px;
}

.cptp a img {
  width: 100%;
}

.zylist {
  margin-top: 15px;
}

.zylist::after {
  content: "";
  display: block;
  clear: both;
}

.zylist li {
  width: calc((100% - 10px)/2);
  float: left;
}

.zylist li:nth-child(2n+2) {
  margin-left: 10px;
}

.zylist li:nth-child(n+3) {
  margin-top: 10px;
}

.zyfm {
  display: block;
  line-height: 0;
}

.zyfm img {
  width: 100%;
}

.zyinfo {
  padding: 10px 4px;
  box-shadow: 0 0 3px 1px #dadada;
}

.zybt {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 16px;
}

.zyzx {
  overflow: hidden;
  margin-top: 7px;
}

.zyzx a {
  display: block;
  width: calc((100% - 12px)/2);
  float: left;
  line-height: 22px;
  font-size: 13px;
  color: #ff5400;
  border: 1px solid #ff5400;
  border-radius: 4px;
  text-align: center;
}

.zyzx a:last-child {
  margin-left: 8px;
}

.zpzs {
  overflow: hidden;
  margin-top: 15px;
}

.zpzs a {
  display: block;
  width: calc((100% - 10px)/3);
  float: left;
  margin-right: 5px;
}

.zpzs a:nth-child(3n+3) {
  margin-right: 0;
}

.zpzs a:nth-child(n+4) {
  margin-top: 5px;
}

.zpzs a img {
  width: 100%;
}