html,
body {
  background-color: #fff;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .banner_bg {
  height: 100%;
  background-image: url('../images/bgjg_banner_sh.jpg');
}
.banner .tips {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .tips .name {
  padding-left: 50px;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 2px 3px 4px rgba(14, 5, 10, 0.12);
  position: relative;
}
.banner .tips .name::after {
  content: "";
  width: 8px;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  background-color: #956ea0;
}
.banner .tips .name_m {
  display: none;
}
.banner .tips .info {
  width: 100%;
  padding: 15px 0 15px 50px;
  background-color: rgba(0, 0, 0, 0.46);
}
.banner .tips .info .felxBox {
  margin-bottom: 0px;
}
.banner .tips .info img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.banner .tips .info .txt {
  display: inline-block;
  padding-right: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .banner {
    height: 305px;
  }
  .banner .banner_bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    height: 240px;
  }
  .banner .banner_bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .banner .txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 205px;
  }
  .banner .banner_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .banner .txt {
    font-size: 20px;
  }
}
.content {
  margin: 0 auto;
}
.content .lead {
  padding: 15px 30px;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 5px;
  color: #ccc;
}
.content .lead img {
  vertical-align: middle;
  margin-top: -0.5%;
  margin-right: 8px;
}
.content .lead a {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #69a55a;
}
.content .lead a:last-child {
  color: #797979;
}
.content .box {
  padding-bottom: 40px;
}
.content .box .info {
  display: none;
}
.content .box .box_h {
  width: 80%;
  margin: 0 auto;
}
.content .box .box_h .swiper_c {
  position: relative;
}
.content .box .box_h .swiper_c .read {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  background-color: #69A55A;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 4px;
}
.content .box .box_h .box_title {
  font-weight: 400;
  font-size: 30px;
  color: #69A55A;
  line-height: 30px;
  padding: 30px 0;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(25%) !important;
  box-sizing: border-box;
  padding: 0 20px;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide a > .type,
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide a > .school {
  display: flex;
  align-items: center;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide a > .type span,
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide a > .school span {
  display: none;
  font-size: 18px;
  color: #333;
  margin-right: 4px;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide a .ordinary span {
  display: inline-block;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide .school .flex {
  flex: 1;
  font-size: 12px;
  color: #adadad;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 34px;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide .type {
  height: 30px;
  line-height: 30px;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide .type .flex {
  font-size: 13px;
  color: #585858;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.content .box .box_h .swiper-container .swiper-wrapper .swiper-slide .name {
  margin-top: 10px;
  font-size: 20px;
  color: #262626;
}
.content .box .box_h .swiper-prev {
  position: absolute;
  left: -50px;
  top: calc( 50% - 50px);
  cursor: pointer;
  transform: translateY(-50%);
}
.content .box .box_h .swiper-prev img {
  width: 42px;
  height: 42px;
}
.content .box .box_h .swiper-next {
  position: absolute;
  right: -50px;
  top: calc( 50% - 50px);
  cursor: pointer;
  transform: translateY(-50%);
}
.content .box .box_h .swiper-next img {
  width: 42px;
  height: 42px;
}
.content .box .box_h .map {
  width: 100%;
  position: relative;
}
.content .box .box_h .map img {
  width: 100%;
}
.content .box .box_h .map .map_tips {
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(14, 5, 10, 0.24);
  border-radius: 2px;
  padding: 40px;
  max-width:35%;
}
.content .box .box_h .map .map_tips .name {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  padding-bottom: 30px;
}
.content .box .box_h .map .map_tips .address {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  padding-bottom: 20px;
}
.content .box .box_h .map .map_tips .btn {
  width: 101px;
  height: 40px;
  background: #69A55A;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0;
}
.content .box .box_h .map .map_tips .btn_m {
  display: none;
}
.content .box .box_h .guide {
  display: flex;
  padding: 30px 40px;
  background-color: #F7F8F8;
}
.content .box .box_h .guide .flex {
  flex: 1;
}
.content .box .box_h .guide .flex .flexBox {
  display: flex;
  align-items: center;
}
.content .box .box_h .guide .flex .flexBox img {
  width: 62px;
  margin-right: 20px;
}
.content .box .box_h .guide .flex .flexBox .flex {
  padding-right: 30px;
}
.content .box .box_h .guide .flex .flexBox .flex .txt {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  padding-bottom: 0px;
}
.content .box .box_h .guide .flex .flexBox .flex .line {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .lead {
    display: none;
  }
  .banner .tips {
    background-color: rgba(148, 97, 169, 0.7);
    width: auto;
    padding: 10px 10px 10px 20px;
    top: 20%;
    bottom: auto;
  }
  .banner .tips .name {
    display: none;
  }
  .banner .tips .name_m {
    padding: 0;
    font-size: 24px;
    display: block;
    color: #fff;
  }
  .banner .tips .info {
    display: none;
  }
  .content .box {
    padding: 20px;
  }
  .content .box .box_h {
    width: 100%;
  }
  .content .box .box_h .box_title {
    font-size: 22px;
  }
  .content .box .box_h .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(50%) !important;
  }
  .content .box .box_h .swiper-prev {
    position: absolute;
    left: -10px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 999;
  }
  .content .box .box_h .swiper-prev img {
    width: 42px;
    height: 42px;
  }
  .content .box .box_h .swiper-next {
    position: absolute;
    right: -10px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 999;
  }
  .content .box .box_h .swiper-next img {
    width: 42px;
    height: 42px;
  }
  .content .box .box_h .map .map_tips {
    position: relative;
    padding: 0;
    left: 0;
    transform: none;
    top: 0;
    box-shadow: none;
    padding: 20px 0;
  }
  .content .box .box_h .map .map_tips .name,
  .content .box .box_h .map .map_tips .address {
    padding-bottom: 10px;
  }
  .content .box .box_h .map .map_tips .btn {
    display: none;
  }
  .content .box .box_h .map .map_tips .btn_m {
    color: #a27fab;
    font-size: 14px;
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    padding-right: 40px;
    border: 1px solid #a27fab;
    text-align: center;
  }
  .content .box .box_h .map .map_tips .btn_m .iconfont {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .content .box .box_h .guide {
    display: block;
    padding: 10px 20px;
  }
  .content .box .box_h .guide .flex {
    border-bottom: 1px solid #B2B4B3;
    padding: 10px 0;
  }
  .content .box .box_h .guide .flex .txt {
    font-size: 18px;
  }
  .content .box .box_h .guide .flex .line {
    font-size: 14px;
  }
  .content .box .box_h .guide .flex:last-child {
    border: none;
  }
  .content .box .info {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(14, 5, 10, 0.13);
    padding: 20px;
  }
  .content .box .info .flexBox {
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
  .content .box .info .flexBox img {
    width: 20px;
    margin-right: 10px;
  }
  .content .box .info .flexBox .txt {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    background-color: #f3f3f3;
  }
  .content {
    padding: 10px;
    background-color: #fff;
  }
  .content .box {
    padding: 10px 10px;
  }
  .content .box .box_c {
    width: 100%;
  }
  .content .box .box_c .title {
    display: none;
  }
  .content .box .box_c .read {
    display: none;
  }
  .content .box .box_h .map .map_tips {
        max-width: 100%;
   }
}
Footer {
  height: auto;
  background-color: #fff;
}
Footer .foot {
  border-top: 5px solid #65ac52;
  height: 74px;
  line-height: 74px;
  color: #6b6b6b;
  font-size: 12px;
}
