* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

.container {
  padding: 20px 8px 35px;
}

.introduce {
  text-align: center;
  padding: 20px 0;
}

.introduce p {
  font-size: 16px;
  color: #535353;
  line-height: 1em;
}

.introduce p:first-child {
  margin-bottom: 8px;
}

.firstInput {
  box-sizing: border-box;
  display: block;
  width: 81.6%;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #9d9d9d;
  border-radius: 6px;
  font-size: 14px;
  color: #6b6b6b;
}

.fullBtn {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: 25px;
}

.redBtn {
  background: #d50f00;
}

.orangeBtn {
  background: #d85600;
}

.title {
  padding: 20px 0;
  text-align: center;
}

.yTitle {
  background: #fcfbf4;
}

.title strong {
  display: block;
  font-size: 22px;
  color: #683f20;
}

.title span::before {
  content: "";
  background: url("../images/title_bg1.png")no-repeat center center;
  background-size: auto 100%;
  margin-right: 5px;
}

.title span {
  display: block;
}

.title span em {
  display: inline-block;
  color: #85562d;
  font-size: 14px;
  font-style: normal;
  vertical-align: top;
  padding-top: 10px;
}

.title span::after {
  content: "";
  background: url("../images/title_bg2.png")no-repeat center center;
  background-size: auto 100%;
  margin-left: 5px;
}

.title span::before, .title span::after {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.description {
  position: relative;
}

.description::before, .description::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
}

.description::before {
  background: url("../images/yh_left.png")no-repeat center center;
  position: absolute;
  top: 0;
  left: 5px;
  background-size: 100% 100%;
}

.description::after {
  background: url("../images/yh_right.png")no-repeat center center;
  position: absolute;
  bottom: 7px;
  right: 10px;
  background-size: 100% 100%;
}

.description p {
  padding: 15px 20px 10px 25px;
  font-size: 16px;
  line-height: 24px;
  color: #535353;
}

.dcp {
  box-sizing: border-box;
  background: #fcfbf4;
  width: calc(100% - 20px);
  margin: 18px auto 0;
  overflow: hidden;
  padding: 10px;
  border-radius: 6px;
}

.dcp a {
  display: block;
  width: calc((100% - 10px)/2);
  margin-right: 10px;
  border-radius: 6px;
  float: left;
}

.dcp a:last-child {
  margin-right: 0;
}

.dcp a img {
  width: 100%;
}

.shrq {
  padding: 36px 10px;
  background: url("../images/shrq_bg.jpg")no-repeat;
  background-size: cover;
}

.s_title {
  height: 42px;
  width: 90%;
  margin: 0 auto;
  background: #85562d;
  line-height: 42px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
}

.shrq_list {
  overflow: hidden;
  padding: 15px 15px 4px;
}

.shrq_list li {
  width: calc((100% - 15px)/2);
  float: left;
  margin-right: 15px;
  margin-bottom: 7px;
  position: relative;
}

.shrq_list li:nth-child(2n+2) {
  margin-right: 0;
}

.shrq_list li:nth-last-child(1), .shrq_list li:nth-last-child(2) {
  margin-bottom: 0;
}

.shrq_list li img {
  width: 60%;
  position: absolute;
  left: 50%;
  margin-left: -30%;
}

.shrq_info {
  text-align: center;
  background: #fff;
  margin-top: 30%;
  padding-top: 40%;
  padding-bottom: 25px;
  box-shadow: 0 1px 3px 1px #e3dcd2;
}

.shrq_info strong {
  display: block;
  font-size: 16px;
  color: #535353;
  width: 60%;
  margin: 0 auto 4px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #535353;
}

.shrq_info p {
  font-size: 12px;
  color: #535353;
  line-height: 20px;
}

.subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #683f20;
  height: 24px;
  line-height: 24px;
}

.subtitle img {
  display: inline-block;
  height: 24px;
}

.subtitle span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  vertical-align: top;
  padding-top: 6px;
}

.intro {
  padding: 10px 6px 0;
  color: #595959;
  font-size: 14px;
}

.intro p {
  line-height: 22px;
  padding-top: 5px;
}

.intro p span {
  font-weight: bold;
}

.kctp {
  overflow: hidden;
  margin-top: 15px;
}

.kctp .left {
  width: 32.5%;
  float: left;
}

.kctp .right {
  width: calc(67.5% - 5px);
  float: right;
  overflow: hidden;
}

.kctp .right a {
  display: block;
  width: calc((100% - 5px)/2);
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.kctp .right a:nth-child(2n+2) {
  margin-right: 0;
}

.kctp .right a:nth-last-child(1), .kctp .right a:nth-last-child(2) {
  margin-bottom: 0;
}

.kctp li img {
  width: 100%;
}

.halfBtn {
  overflow: hidden;
  margin-top: 17px;
}

.halfBtn a {
  display: block;
  width: calc((100% - 8px)/2);
  float: left;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #d85600;
  font-size: 18px;
  color: #fff;
  border-radius: 6px;
}

.halfBtn a:first-child {
  margin-right: 8px;
}

.bby {
  border-bottom: 5px solid #fcfbf4;
}

.halfImg {
  overflow: hidden;
}

.halfImg li {
  width: calc((100% - 8px)/2);
  float: left;
  margin-right: 8px;
  margin-bottom: 15px;
}

.halfImg li:nth-child(2n+2) {
  margin-right: 0;
}

.halfImg li:nth-last-child(1), .halfImg li:nth-last-child(2) {
  margin-bottom: 0;
}

.halfImg li img {
  width: 100%;
}

.halfImg li a {
  display: block;
}

.halfImg li a span {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #626262;
  color: #fff;
  font-size: 16px;
}

.halfImg li a span em {
  font-size: 12px;
  font-style: normal;
}

.tjBtn {
  overflow: hidden;
  margin-top: 7px;
}

.tjBtn a {
  display: block;
  width: calc((100% - 4px)/2);
  float: left;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #d45322;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}

.tjBtn a:first-child {
  margin-right: 4px;
}

.kcld {
  padding: 30px 10px;
  background: url("../images/kcld_bg.jpg")no-repeat;
  background-size: cover;
}

.ldList {
  overflow: hidden;
}

.ldList li {
  width: 33%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}

.ldList li:nth-child(3n+3) {
  width: 34%;
}

.ldList li:nth-last-child(1), .ldList li:nth-last-child(2), .ldList li:nth-last-child(3) {
  margin-bottom: 0;
}

.ldList li img {
  width: 60%;
  margin: 0 auto;
}

.ldList li strong {
  display: block;
  font-size: 16px;
  color: #683f20;
  margin-top: 8px;
  margin-bottom: 2px;
}

.ldList li span {
  font-size: 12px;
  color: #683f20;
}

.xszp {
  overflow: hidden;
}

.xszp a {
  display: block;
  width: calc((100% - 8px)/3);
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}

.xszp a:nth-child(3n+3) {
  margin-right: 0;
}

.xszp a img {
  width: 100%;
}

.jnzs {
  padding: 36px 10px;
  background: url("../images/jnzs_bg.jpg")no-repeat;
  background-size: cover;
}

.zsList {
  overflow: hidden;
}

.zsList a {
  display: block;
  width: calc((100% - 8px)/3);
  float: left;
  margin-right: 4px;
}

.zsList a:last-child {
  margin-right: 0;
}

.zsList a img {
  width: 100%;
}

.zs_intro {
  font-size: 14px;
  color: #595959;
  padding: 20px 5px;
}

.zs_info strong {
  display: block;
  font-size: 16px;
  color: #683f20;
  font-weight: 900;
}

.zs_info p {
  font-size: 16px;
  color: #683f20;
  margin-top: 6px;
}