.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.after {
  content: '';
  position: absolute;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.bd {
  font-weight: bold;
}
.w100 {
  width: 100%;
}.ban{
  padding-top: 3rem;
}
.ban img {
  height: 40.625rem;
  width: 100%;
  object-fit: cover;
}
.ban::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  display: none;
}
.ban-wz {
  z-index: 2;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.ban-wz .p1 {
  text-align: left;
  color: #ffffff;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.ban-wz .p1::after {
  content: '';
  width: 100px;
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -20px;
}
.ban-wz .p2 {
  text-align: left;
  margin-top: 100px;
  color: rgba(255, 255, 255, 0.8);
}
.container {
  padding: 0 15.625rem;
}
.lxwm {
  padding: 5rem 0 7rem;
}
.lxwm .lxwm-top {
  padding-bottom: 2rem;
}
.lunbo-pro-xq img {
  height: 32.6875rem;
  width: 100%;
  object-fit: cover;
}
.lunbo-pro-xq .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  width: 9px;
  height: 9px;
}
.lunbo-pro-xq .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.zz-comp-block-wrap.is-float {
  position: fixed;
}
._16tll32pt000l .zz-comp-list__item a {
  line-height: 1.2;
  height: 30px;
  display: block;
}
._16tll32pt000l .zz-comp-list__item a:hover {
  color: #286b00;
}
.ban-new .p1::after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode {
  top: auto!important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
@media (max-width: 767px) {
  .ban img {
    height: 13.625rem;
  }
  .zz-comp-mNav.is-fixed::before {
    height: 27px;
  }
  .ban-wz .p1 {
    width: 100%;
  }
  .container {
    padding: 0 1rem;
  }
  .ban-wz .p1 {
    font-size: 23px;
  }
  .lxwm {
    padding: 0rem 0 2rem;
  }
  .lxwm .lxwm-top {
    padding-bottom: 0rem;
  }
  ._16t2eb7bd000c > .zz-text,
  ._16t2eb7bd000c > .zz-text > p {
    font-size: 1rem;
  }
}
.lxwm-min {
  margin-top: 4rem;
  padding: 2rem;
  background: #f9faf9;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}
.lxwm-min .col-sm-3 {
  padding: 1rem;
  line-height: 1.8;
}
.lxwm-min .p1 {
  font-size: 1.25rem;
  color: #286b00;
  padding: 0 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lxwm-min {
    padding: 0.5rem;
  }
  ._16vd1n7hl0000 .zz-comp-list__item.is-left > .zz-element-wrapper > .img,
  ._16vd1n7hl0000 .zz-comp-list__item.is-right > .zz-element-wrapper > .img {
    width: 100%;
  }
  .zz-comp-list__item.is-right > .zz-element-wrapper {
    display: block;
  }
  ._16vd1mbkh0000 .zz-comp-list__item.is-right > .zz-element-wrapper > .text {
    width: 100%;
    margin-top: 0rem;
    background: #fff;
    text-align: center;
    border-top: 1px solid #eee;
  }
  ._16vd1mbkh0000 .num1-mobile .zz-comp-list__item {
    width: 50%;
  }
  ._16u00i0p50000 .zz-comp-list__item .text {
    border-top: 1px solid #eee;
    background: #fff;
    text-align: center;
  }
  ._16vd1n7hl0000 .zz-comp-list__item .img img {
    width: 100%;
    margin: 0 auto;
  }
  #_1708ljajp0000 .zz-col-10 {
    width: 100%;
  }._16vd1n7hl0000 .zz-comp-list__item>.zz-element-wrapper>.img{padding-top: 70%!important;}
  
}
.hmahh {
  padding: 1.5rem 0;
}
.hmahh .mebnds {
  width: 25%;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .hmahh .mebnds {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.hmahh .mebnds select {
  width: 100%;
  border-radius: 3px;
  height: 3.4em;
  font: 500 0.875rem/3.4em "sourcehansans";
  color: #5A554E;
  overflow: hidden;
}
.hmahh .mebnds select option {
  max-width: 100%;
}
@media (max-width: 768px) {
  .hmahh .mebnds select {
    height: 2.9em;
    font: 500 0.875rem/2.9em "sourcehansans";
  }
}
.hmahh .butt {
  width: 139px;
  text-align: center;
  float: left;
  font: 500 0.875rem/3.4em "sourcehansans";
  color: #fff;
  background: #286b00;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .hmahh .butt {
    width: 100%;
    line-height: 2.9em;
  }
}
#map {
  width: 100%;
  height: calc(100vh - 12.775rem);
}
.wehhaa {
  position: absolute;
  left: 0;
  top: 5vh;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .wehhaa {
    position: static;
  }
}
.zw_list_w {
  background: #fff;
  width: 30%;
  max-height: calc(90vh - 12.775rem);
  overflow-y: auto;
}
.zw_list_w li {
  border-bottom: 2px solid #F4F4F4;
  padding: 2rem 0;
  padding-left: 2em;
}
.zw_list_w li:hover {
  background: #F4F4F4;
}
.zw_list_w li h2 {
  color: #0D1720;
  font: 600 1.25rem/2em "sourcehansans";
  margin-bottom: 0.1em;
}
.zw_list_w li p {
  color: #0D1720;
  font: 600 0.875rem/2em "sourcehansans";
}
.zw_list_w li b {
  display: block;
  color: #0D1720;
  font: 600 0.875rem/2em "mks";
}
.zw_list_w::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.zw_list_w::-webkit-scrollbar-thumb {
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #5A554E;
}
.zw_list_w::-webkit-scrollbar-track {
  border-radius: 100px;
  background: #F4F4F4;
}
.BMap_bubble_content h2 {
  color: #0D1720;
  font: 600 1.25rem/2em "sourcehansans";
  margin-bottom: 0.1em;
}
#map,
#map * {
  box-sizing: content-box;
}
@media (max-width: 768px) {
    .lunbo-pro-xq img {
    height: 15.6875rem;
    }
    .video-poster img{
        height: 200px!important;
    }
    .ban{
        padding-top: 0;
    }
  .wehhaa {
    background: #5A554E;
  }
  .zw_list_w li {
    padding: 1rem 0;
  }
  .zw_list_w li:hover {
    background: #5A554E;
  }
  .zw_list_w::-webkit-scrollbar-thumb {
    background: #000;
  }
  .zw_list_w::-webkit-scrollbar-track {
    background: #fff;
  }
  .zw_list_w {
    width: 100%;
    background: #5A554E;
  }
  .zw_list_w li {
    padding-left: 0;
  }
  .zw_list_w li h2 {
    color: #fff;
    font-size: 16px;
  }
  .zw_list_w li p {
    color: #fff;
    font-size: 14px;
  }
  .zw_list_w li b {
    color: #fff;
    font-size: 14px;
  }
}
.ban-wz {
  display: none;
}
.hmahh .mebnds {
  display: inline-block;
}
.hmahh {
  text-align: center;
}
