/* CSS Document */
body {background: #fff;}
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.flex {align-items: center;align-content: space-between;}
.wrap {width: 94%;margin: auto;}
.mar {margin: 3% auto;}
.p {text-indent: 2em;line-height: 1.8em;}

.title-main {
  font-size: 1.5rem;
  text-align: center;
  color: #202f32;
}
.title-main hr {
  width: 30%;
  border-top: 1px solid #333;
  margin: 2% auto 0;
}
.title-main span {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal;
}

.bggrey {background: #eaecec;overflow: hidden;}

.zxbtn {
  display: block;
  width: 50%;
  line-height: 2.5rem;
  background: #fbd431;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50px;
}

.pymb {
  background: #332c3a;
  color: #fff;
}
.zstj {
  background: #9e6202;
  color: #fff;
}
.pymb img, .zstj img {
  width: 50%;
}
.pymb article, .zstj article {
  width: 50%;
  text-align: center;
}
.pymb article h4, .zstj article h4 {
  display: inline-block;
  text-align: center;
  margin-bottom: 4%;
  border-bottom: 1px solid #ccc;
}
.pymb article p, .zstj article p {
  text-align: left;
  font-size: .8rem;
  text-indent: 2em;
  line-height: 1.5em;
  padding: 0 3%;
}

.course img {width: 50%;}
.course1, .course2 {
  width: 48%;
}
.course strong {font-size: 1.2rem;}
.course a {
  display: block;
  width: 80%;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #a3a3a3;
  text-align: center;
}
.course p {
  text-indent: 2em;
  margin: 2% auto;
}

.bgor {
  background: #332c3a;
  color: #fff;
  padding: 1px 3%;
}
.bgor .title-main {color: #fff;}
.shx-title {
  font-size: 1.2rem;
}
.shx-p {line-height: 2em;}
.shx-ul {
  align-items: normal;
}
.shx-ul li {
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #332c3a;
  background: #fff;
  color: #333;
}
.shx-ul li h5 {
  line-height: 3em;
  border-bottom: 2px solid #332c3a;
  text-align: center;
  font-size: 1rem;
}
.shx-ul li p {
  padding: 3%;
  line-height: 1.8em;
}

.jy {
  align-items: normal;
}
.jy li {
  width: 48.5%;
  box-shadow: 0 5px 8px #332c3a;
}
.jy li h5 {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
}
.jy li hr {
  width: 30%;
  border: 2px solid #332c3a;
  margin: auto;
}
.jy li p {
  margin: 3%;
  line-height: 1.5em;
}
.hzdw, .jyfx {width: 48.5%;}
.hzdw img, .jyfx img {width: 100%;}
.jyfx .swiper-slide img:first-child {margin-bottom: 10px;}
.hzdw p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 2rem;
  color: #fff;
}

.zsbg {
  background: url("../images/zs-bg.jpg") no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}
.zsbg .title-main {color: #fff;}

.ys {padding-bottom: 8%;}
.ys .swiper-slide {
  height: 23rem;
  background: #f9f9f9;
}
.ys .swiper-slide p {
  padding: 3%;
}
.ys .swiper-slide-active{
  box-shadow: 0 5px 8px #332c3a;
}