.message_li:hover img {
  animation-name: hvr-bob2;
  animation-duration: 0.6s;
}

.xuanze div:hover img {
  transition: all 1.5s;
  transform: rotate(360deg);
}


@-webkit-keyframes hvr-bob2 {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  25% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.main {
  overflow: hidden;
}

.head9 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.logo {
  width: 22.86vw;
  margin-left: 8.13vw;
  margin-right: 5.57vw;
}

.head_box {
  position: absolute;
  top: 0;
  z-index: 100;
  height: 5.73vw;
  width: 100%;
  align-items: center;
  display: flex;
  background-color: rgba(0, 0, 0, .3);
}

.swiper-pagination-bullet {
  width: .73vw !important;
  height: .73vw !important;
  background-color: white !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  margin: 0 1.04vw !important;
}

.swiper-pagination-bullet-active {
  background-color: #C0A062 !important;
}

.content {
  width: 67.71vw;
  margin: auto;
}

.titleBox {
  text-align: center;
}

.titleBox svg {
  margin: auto;
  margin-bottom: 6.25vw;
}

.titleBox h1 {
  font-size: 1.88vw;
  font-weight: bold;
  color: #666666;
}

.titleBox h2 {
  font-size: 1.04vw;
  color: #666666;
}

/* 服务项目 */
.fwxm {
  padding-top: 5.21vw;
  padding-bottom: 7.03vw;
  background: url(../images/xmbg.png) no-repeat;
  background-position: top left;
}

.fwxm ul {
  width: 53.75vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

.fwxm ul li a {
  display: block;
}

.fwxm ul .bs a .imgbox2,
.fwxm ul .bs a p {
  border-color: #C0A062;
  color: #C0A062;
}

.fwxm ul li a:hover .imgbox2,
.fwxm ul li a:hover p {
  border-color: #C0A062;
  color: #C0A062;
}

.fwxm ul li {
  margin-bottom: 3.75vw;
  margin-right: 13.1vw;
}

.fwxm ul li:nth-child(3n) {
  margin-right: 0;
}

.fwxm ul li a .imgbox2 .imgbox {
  width: 8.13vw;
  height: 8.13vw;
  display: block;
  border-radius: 50%;
  margin: .42vw;
}

.fwxm ul li a .imgbox2 {
  border-radius: 50%;
  border: .05vw dashed #333333;
}

.fwxm ul li a p {
  font-size: 1.25vw;
  color: #333333;
  text-align: center;
  margin-top: .94vw;
}

.jieshaobox {
  padding-top: 2.08vw;
  padding-bottom: 2.08vw;
  text-align: center;
  background: url(../images/jsbg.png) no-repeat;
  background-size: 100% 100%;
}

.jieshaobox h1 {
  font-size: 1.25vw;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jieshaobox p {
  width: 47.6vw;
  font-size: .83vw;
  letter-spacing: .05vw;
  line-height: 1.56vw;
  margin: auto;
  margin-top: 1.15vw;
  color: #333333;
}

/* 八大好处 */
.bdhc {
  background: url(../images/hcbg.png) no-repeat;
  background-position: right 5.21vw;
  background-size: 100% 100%;
}

.bdhc .titleBox {
  text-align: left;
}

.bdhc .titleBox svg {
  margin-bottom: 9.64vw;
}

.hc_ma {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
  color: #fff;
}

.hc_ma h1 {
  font-size: 5.21vw;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(249, 241, 230, .5);
}

.hc_ma h2 {
  font-size: 1.35vw;
  color: #FFFFFF;
  margin-top: 1.2vw;
}

.hc_ma h3 {
  width: 33.07vw;
  font-size: 1.04vw;
  color: #FFFFFF;
  letter-spacing: .05vw;
  margin-top: .31vw;
}

.hc_ma .line11 {
  width: .05vw;
  height: 2.76vw;
  background-color: #fff;
  margin-top: .52vw;
  margin-bottom: 0vw;
}

.hc_ma .number {
  display: flex;
  align-items: center;
}

.hc_ma .number1 {
  font-weight: bold;
  font-size: 2.71vw;
}

.hc_ma .number2 {
  font-size: 1.46vw;
}

.hc_ma .number3 {
  width: 33.33vw;
  font-size: 1.15vw;
  letter-spacing: .05vw;
  line-height: 1.98vw;
  margin-top: 1.41vw;
  margin-bottom: 1.77vw;
}

.change span {
  cursor: pointer;
  display: inline-block;
  width: 2.08vw;
  height: 2.08vw;
  margin-bottom: 3.39vw;
  background-size: 100% 100% !important;
}

.change span:first-child {
  margin-right: 2.08vw;
  background: url(../images/lft1.png);
}

.change span:last-child {
  background: url(../images/right1.png);
}

.dianh {
  display: flex;
  align-items: center;
  margin-bottom: 3.91vw;
}

.dianh p {
  font-size: 1.04vw;
}

.dianh span {
  font-size: 1.56vw;
}

.dianh a {
  width: 8.59vw;
  height: 2.08vw;
  text-align: center;
  line-height: 2.08vw;
  background-color: #FFFFFF;
  color: #B5892B;
  font-size: .94vw;
  margin-left: 2.71vw;
  display: inline-block;
}

/* 演风采 */
.byfc {
  padding-top: 6.77vw;
  background: url(../images/fcbg.png) no-repeat;
  background-position: right top;
}

.byfc .titleBox svg {
  margin-bottom: 3.7vw;
}

.byfc ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.byfc ul li a {
  display: block;
}

.byfc ul li {
  margin-bottom: 1.56vw;
}

.byfc ul li a .imgbox img {
  width: 15.99vw;
  height: 10.26vw;
  display: block;
}

.more {
  width: 12.45vw;
  height: 2.71vw;
  text-align: center;
  display: block;
  margin: auto;
  line-height: 2.71vw;
  color: #fff;
  font-size: .83vw;
  background-color: #C0A062;
  margin-top: 3.02vw;
  margin-bottom: 9.06vw;
}

.jstd .more {
  margin-top: 3.13vw;
  margin-bottom: 7.5vw;
}

.jstd .titleBox svg {
  margin-bottom: 5vw;
}

/* 关于我们 */
.about .titleBox {
  text-align: right;
}

.about .content {
  position: relative;
}

.abr_box {
  border-radius: 50%;
  z-index: 99;
  position: absolute;
  right: 0;
  top: 7.71vw;
}

.abr_box .imgbox3 img {
  width: 31.82vw;
}

.abr_box .imgbox {
  border-radius: 50%;
  width: 25.89vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about {
  background: url(../images/abbg.png) no-repeat;
  background-position: 0 2.92vw;
  background-size: 100% 100% !important;
}

.ab_ma {
  width: 31.77vw;
  color: #fff;
  padding-bottom: 3.59vw;
}

.ab_ma h1 {
  font-size: 5.21vw;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(249, 241, 230, .5);
}

.ab_ma h2 {
  font-size: 1.35vw;
  color: #FFFFFF;
  margin-top: .83vw;
}

.ab_ma h3 {
  font-size: .94vw;
  line-height: 2.19vw;
  color: #FFFFFF;
  letter-spacing: .05vw;
  margin-top: 1.82vw;
  text-indent: 2em;
}

.xuanze {
  display: flex;
  margin-bottom: 3.13vw;
  margin-top: 2.6vw;
}

.xuanze p {
  position: relative;
}

.xuanze .bs p::after {
  content: '';
  position: absolute;
  width: 4.69vw;
  height: .1vw;
  background-color: #fff;
  bottom: -0.73vw;
  right: -0.39vw;
}

.xuanze div {
  display: flex;
  align-items: center;
  font-size: .94vw;
  margin-right: 2.29vw;
}

.xuanze div img {
  width: 2.76vw;
  margin-right: .83vw;
}

.imgbox3 {
  display: flex;
}

.imgbox3 a {
  display: block;
  margin-right: 1.04vw;
}

.imgbox3 a img {
  display: block;
  width: 12.19vw;
  height: 7.5vw;
}

.js_t {
  width: 50.52vw;
  margin: auto;
  border-radius: .52vw;
  box-shadow: 0 .16vw .31vw rgba(0, 0, 0, .16);
  margin-bottom: 4.38vw;
  padding: 1.98vw 1.72vw 1.93vw 2.29vw;
  box-sizing: border-box;
  /* background: url(../images/jstbg.png) no-repeat; */
  background-position: 26.04vw;
  display: flex;
}

.jst_l .imgbox {
  border-radius: .42vw;
}

.jst_l img {
  width: 15.73vw;
  height: 20.73vw;
  display: block;
}

.jst_r {
  margin-left: 4.17vw;
}

.jst_r h1 {
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  margin-bottom: .89vw;
}

.jst_r h1 span {
  margin-left: 1.15vw;
  font-size: .83vw;
}

.jst_r h3 {
  display: flex;
  font-size: .94vw;
  line-height: 1.46vw;
  margin: 1.15vw 0 3.44vw;
}

.jst_r h3 span {
  display: block;
  margin-top: .31vw;
  width: .52vw;
  height: .52vw;
  background-color: #000;
  border-radius: 50%;
  margin-right: .73vw;
}

.jst_r h3 p {
  width: 23.8vw;
  letter-spacing: .05vw;
overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 9;
    height: 12.92vw;
}

.jst_r a {
  display: block;
  text-align: right;
  font-size: .83vw;
  color: #C0A062;
}

.jsul {
  width: 70.83vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jsul li a {
  background-color: #fff;
  width: 22.55vw;
  height: 12.14vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .73vw;
  box-shadow: 0 .16vw .31vw rgba(0, 0, 0, .16);
}

.jsul li:hover a {
  color: #fff;
  background-color: #C0A062;
}

.jsul li:hover h3 span {
  background-color: #fff;
}

.jsul li {
  border-radius: .73vw;
  margin-bottom: 1.56vw;
}

.jsul li a .imgbox img {
  width: 5.63vw;
  height: 7.45vw;
  display: block;
}

.jsul li a h1 {
  font-size: 1.04vw;
  display: flex;
  align-items: center;
  margin-bottom: .68vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jsul li a h1 span {
  margin-left: .57vw;
  font-size: .73vw;
}

.jsul li a h3 {
  display: flex;
  font-size: .73vw;
  line-height: 1.04vw;
  margin: .47vw 0;
}

.jsul li a h3 span {
  display: block;
  width: .42vw;
  height: .42vw;
  margin-top: .21vw;
  background-color: #000;
  border-radius: 50%;
  margin-right: .57vw;
}

.jsul li a h3 p {
  width: 13.07vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  letter-spacing: .05vw;
}

.ul_r {
  margin-left: .89vw;
}

.jstd {
  margin-top: 5.42vw;
  background: url(../images/xmbg.png) no-repeat;
  background-position: 0 27.08vw;
  margin-bottom: 3.96vw;
}

/* 新闻资讯 */
.xwzx svg {
  margin-bottom: 0 !important;
}

.xw_t {
  margin-top: 4.27vw;
  display: flex;
  justify-content: space-between;
}

.xwt_l div {
  width: 14.22vw;
  height: 5vw;
  background-color: #EEEEEE;
  border-radius: .42vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.56vw;
}

.xwt_l div h1 {
  background: url(../images/xw1.png);
  background-size: 100% 100% !important;
  width: 2.03vw;
  height: 2.03vw;
}

.xwt_l div:last-child h1 {
  background: url(../images/gd.png);
}

.xwt_l .bs {
  background-color: #C0A062;
}

.xwt_l .bs h1 {
  background: url(../images/bsxw1.png);
}

.xwt_l .bs p {
  color: #fff;
}

.xwt_l div p {
  margin-left: 1.41vw;
  font-size: .94vw;
  color: #333333;
}

.xwt_r li a {
  width: 21.25vw;
  display: block;
  margin-bottom: 2.34vw;
}

.xwt_r li a h1 {
  font-size: 1.15vw;
  color: #666666;
  margin-bottom: .73vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.xwt_r li a h2 {
  width: 5.78vw;
  height: .16vw;
  background-color: transparent;
}

.xwt_r li a h3 {
  width: 100%;
  height: .05vw;
  background-color: #666666;
}

.xwt_r li a p {
  font-size: .83vw;
  line-height: 1.88vw;
  color: #707070;
  margin-bottom: .52vw;
  letter-spacing: .05vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xwt_r li a div {
  display: flex;
  justify-content: space-between;
}

.xwt_r li a h4,
.xwt_r li a h5 {
  font-size: .73vw;
  color: #707070;
}

.xwt_r li a:hover h4,
.xwt_r li a:hover h5,
.xwt_r li a:hover p {
  color: #000000;
}

.xwt_r li a:hover h3,
.xwt_r li a:hover h2 {
  background-color: #C0A062;
}

.xwt_r li a:hover h1 {
  color: #C0A062;
}

.xwt_r ul {
  margin-left: 5.1vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.xw_b {
  margin-top: .78vw;
  display: flex;
  justify-content: space-between;
}

.xw_b a {
  display: block;
  width: 21.46vw;
  height: 22.19vw;
}

.xw_b a .img_box {
  width: 21.46vw;
  height: 14.22vw;
}

.xw_b a .p_bottom {
  padding: 1.56vw 1.2vw 1.09vw 1.2vw;
  box-sizing: border-box;
  background-color: #FEF9F3;
  color: #666666;
}

.xw_b a .p_bottom h1 {
  font-size: .94vw;
  margin-bottom: .83vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.xw_b a .p_bottom h2 {
  font-size: .73vw;
  margin-bottom: .57vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xw_b a .p_bottom p {
  font-size: .68vw;
}

.xw_b a:hover .p_bottom {
  background-color: #C0A062;
  color: white;
}

.yqlj img {
  display: block;
  width: 8.39vw;
  margin-right: 5.36vw;
}

.yqlj {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: .1vw solid #fff;
  margin-bottom: 3.65vw;
}

.yqlj div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.yqlj div a {
  display: block;
  font-size: .73vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: .52vw;
  letter-spacing: .05vw;
  color: #000000;
}

.fwxm svg,
.bdhc .titleBox svg,
.byfc .titleBox svg,
.jstd .titleBox svg {
  width: 32.6vw;
}

@media screen and (max-width: 1200px) {
  .main {
    overflow: hidden;
  }

  .mob {
    display: block !important;
  }

  .head {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 10px !important;
  }

  .head3 {
    display: block;
  }

  .head_box,
  .titleBox svg {
    display: none;
  }

  .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
  }

  .titleBox h1 {
    text-align: center !important;
    font-size: 20px;
    margin-bottom: 2%;
    font-weight: normal;
  }

  .titleBox h2 {
    text-align: center !important;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 2%;
  }

  .box {
    margin: 10% 0;
    padding: 0;
  }

  svg {
    width: 100%;
  }

  .titleBox svg {
    margin-bottom: 4% !important;
  }

  /* <!-- 服务项目 --> */
  .fwxm {
    background: none;
  }


  .fwxm ul li a .imgbox2 .imgbox {
    width: 100%;
    padding: 1.5%;
    box-sizing: border-box;
    margin: auto;
    height: auto;
  }

  .fwxm ul {
    width: 100%;
    justify-content: space-around;
  }

  .fwxm ul li {
    width: 49%;
    margin: 0;
    margin-bottom: 4%;
  }

  .fwxm ul li:nth-child(n+5) {
    display: none;
  }

  .fwxm ul li a p {
    font-size: 16px;
    margin-top: 4%;
  }

  .jieshaobox {
    background-position: center;
    padding: 5% 0;
  }

  .jieshaobox h1 {
    font-size: 16px;
  }

  .jieshaobox p {
    width: 77%;
    font-size: 14px;
    line-height: 28px;
    margin-top: 2%;
overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
  }

  /* <!-- 八大好处 --> */
  .bdhc {
    padding: 0 !important;
    background: none;
  }

  .hc_ma .number3 {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
  }

  .hc_ma,
  .ab_ma {
    background-color: #C0A062;
    align-content: normal;
    width: 100%;
    text-align: center;
  }

  .hc_ma .line11,
  .abr_box {
    display: none;
  }

  .hc_ma h2,
  .ab_ma h2,
  .hc_ma h3 {
    font-size: 16px;
    margin-top: 0%;
  }

  .hc_ma h3 {
    margin: 2% 0;
    width: 100%;
  }

  .hc_ma h1,
  .ab_ma h1 {
    font-size: 50px;
  }

  .hc_ma .number {
    justify-content: center;
  }

  .hc_ma .number1 {
    font-size: 30px;
  }

  .hc_ma .number2 {
    font-size: 25px;
  }

  .dianh {
    margin-bottom: 6%;
    flex-direction: column;
  }

  .dianh a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    font-size: 14px;
  }

  .change span:first-child {
    margin-right: 4%;
  }

  .change span {
    width: 25px;
    height: 25px;
    background-size: 100% 100% !important;
    margin-bottom: 4%;
  }

  .change {
    margin: 2% 0;
    height: 30px;
  }

  .dianh span,
  .dianh p {
    margin: 2% 0;
    font-size: 16px;
  }

  /* <!-- 演风采 --> */

  .byfc ul li {
    margin-top: 0%;
    width: 49%;
    margin-bottom: 2%;
  }

  .byfc ul li:nth-child(n+5) {
    display: none;
  }

  .byfc ul li a .imgbox img {
    width: 100%;
    height: auto;
  }

  .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    margin-top: 2%;
    font-size: 14px;
  }

  /* <!-- 关于我们 --> */
  .about {
    background: none;
  }

  .ab_ma h3 {
    font-size: 14px;
    line-height: 28px;
  }

  .xuanze div {
    font-size: 16px;
    margin-right: 0;
  }

  .xuanze div img {
    width: 20%;
  }

  .xuanze .bs p::after {
    width: 100%;
    height: 1px;
  }

  .xuanze {
    margin-bottom: 4%;
    justify-content: space-evenly;
  }

  .imgbox3 a:nth-child(3) {
    display: none;
  }

  .ab_ma,
  .hc_ma {
    padding: 4% 0;
  }

  .imgbox3 {
    width: 100%;
    justify-content: space-around;
  }

  .imgbox3 a {
    margin-right: 0;
    width: 47%;
  }

  .imgbox3 a img {
    width: 100%;
    height: auto;
  }

  /* <!-- 教师团队 --> */
  .js_t {
    display: none;
  }

.jsul li a h3 span{
    width: 5px;
    height: 5px;
    margin-top: 5%;
}

  .jsul {
    width: 100%;
  }

  .jsul li:nth-child(n+4) {
    display: none;
  }

  .jsul li a,
  .jsul li {
    width: 100%;
  }

  .jsul li {
    width: 100%;
    margin-bottom: 4%;
  }

  .jsul li a .imgbox {
    width: 100%;
    height: auto;
  }

  .jsul li a .imgbox img {
    width: 100%;
    height: auto;
  }

  .ul_l {
    width: 40%;
  }

  .ul_r {
    width: 55%;
  }

  .jsul li a h3 p {
        letter-spacing: 1px;
        width: 100%;
        font-size: 14px;
        -webkit-line-clamp: 5;
        line-height: 20px;
  }

  .jsul li a h1 {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    margin-bottom: .68vw;
    flex-direction: column;
  }

  .jsul li a h1 span {
    font-size: 14px;
        margin: 2% 0;
  }

  .jsul li a {
        padding: 2%;
    justify-content: space-between;
    height: auto;
        box-sizing: border-box;
  }

  /* 新闻资讯 */
  .xw_b a .p_bottom p {
    font-size: 14px;
  }

  .xw_t {
    margin-top: 4%;
    flex-direction: column;
  }

  .xwzx .content {
    width: 100%;
  }

  .xwt_l {
    display: flex;
    justify-content: space-between;
  }

  .xwt_l div {
    width: 30%;
    height: auto;
    padding: 4% 0;
    margin-bottom: 4%;
  }

  .xwt_l div h1 {
    width: 20px;
    height: 20px;
    background-size: 100% 100% !important;
  }

  .xwt_l div p {
    font-size: 14px;
    margin-left: 6%;
  }

  .xwt_r ul {
    width: 100%;
    margin-left: 0;
  }

  .xwt_r li a {
    width: 100%;
    margin-bottom: 4%;
  }

  .xwt_r li:nth-child(n+3) {
    display: none;
  }

  .xwt_r li a h1 {
    font-size: 16px;
    margin-bottom: 2%;
  }

  .xwt_r li a p {
    margin-bottom: 2%;
    font-size: 14px;
    line-height: 28px;
  }

  .xwt_r li a h4,
  .xwt_r li a h5 {
    font-size: 12px;
    color: #707070;
  }

  .xw_b {
    flex-direction: column;
  }

  .xw_b a {
    width: 100%;
    height: auto;
    margin-bottom: 4%;
  }

  .xw_b a .img_box {
    width: 100%;
    height: auto;
  }

  .xw_b a .img_box img {
    display: block;
  }

  .xw_b a .p_bottom h1 {
    font-size: 16px;
    margin-bottom: 2%;
  }

  .xw_b a .p_bottom h2 {
    line-height: 20px;
    font-size: 13px;
  }

  .xw_b a .p_bottom {
    padding: 4%;
    background-color: #FEF9e8;
  }

  .xwzx {
    padding: 0;
  }

  .xwimg {
    display: none;
  }

  .jstd {
    padding: 0;
  }

  .yqlj {
    margin-bottom: 0;
  }

  .yqlj1 {
    padding: 0;
  }

  .yqlj {
    flex-direction: column;
  }

  .yqlj img {
    width: 25%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .yqlj div {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .yqlj div a {
    line-height: 14px;
    font-size: 14px;
    margin: 0 6%;
    margin-bottom: 4%;


  }

  .swiper-pagination1 {
    bottom: 10px !important;
  }
}
