* {
  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;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.container {
  padding: 25px 10px 20px;
}

.title {
  text-align: center;
  font-size: 22px;
  color: #c80000;
  height: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.title::before, .title::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #c80000;
  vertical-align: middle;
}

.title span {
  vertical-align: middle;
  padding: 0 2px;
}

.secTitle {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 1em;
}

.aboutus {
  display: block;
  margin-top: 20px;
}

.aboutus img {
  width: 100%;
}

.intro {
  padding: 28px 10px 18px;
  font-size: 16px;
  color: #333333;
}

.intro_img {
  overflow: hidden;
}

.intro_img a {
  display: block;
  width: calc((100% - 5px)/2);
  float: left;
}

.intro_img a:first-child {
  margin-right: 5px;
}

.intro_img a img {
  width: 100%;
}

.fullBtn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #c80000;
  border-radius: 4px;
  margin-top: 20px;
}

.interval {
  width: 100%;
  height: 5px;
  background: #eeeeee;
}

.yszy li.fl, .yszy li.fr {
  width: calc((100% - 5px)/2);
}

.yszy li img {
  width: 100%;
}

.zyInfo {
  padding: 0 10px 15px;
  box-shadow: 0 2px 2px 0 #b8b8b8;
}

.zyInfo strong {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #c80000;
  line-height: 1em;
  padding-top: 10px;
}

.zyInfo span {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: 3px;
}

.zyInfo small {
  display: block;
  color: #666666;
  font-size: 12px;
}

.zyInfo p {
  overflow: hidden;
  margin-top: 15px;
}

.zyInfo p a {
  box-sizing: border-box;
  display: block;
  width: calc((100% - 10px)/2);
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}

.zyInfo p a:first-child {
  color: #c80000;
  border: 1px solid #c80000;
  margin-right: 10px;
}

.zyInfo p a:last-child {
  color: #fff;
  background: #c80000;
}

.seczylist {
  margin-top: 8px;
}

.ysInfo {
  box-shadow: 0 1px 3px 0 #b8b8b8;
  padding: 15px 0;
  text-align: center;
}

.ysInfo font {
  font-size: 14px;
  color: #666666;
  line-height: 1em;
}

.bgb {
  background: #f4f4f4;
}

.description {
  text-align: center;
  margin-bottom: 20px;
}

.description p {
  font-size: 16px;
  color: #333333;
}

.lastBtn {
  width: calc(100% - 20px);
  margin: 20px auto;
}