@charset "UTF-8";
/*** 公共 开始***/
.p-channel .main-box {
  position: relative;
  padding: 3em 0 6em 0;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .p-channel .main-box {
    margin-top: 0rem;
    padding: 0rem !important;
    padding-bottom: 1rem !important;
  }
}

/*** 公共 结束***/
.channel1 {
  margin-top: 0em;
  margin-bottom: 1.5em;
}

.channel1 .global-inner {
  padding: 0em 0 2em;
  border-bottom: 1px solid #0b573e;
}

.channel1 .boxs {
  height: 20.75em;
  display: flex;
  position: relative;
  justify-content: space-between;
  box-shadow: 0px 5px 15px 0px rgba(11, 2, 5, 0.15);
}

.channel1 .bgk {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18.5em;
  height: 7.75em;
  background: no-repeat center;
  background-size: cover;
}

.channel1 .left {
  width: 31.5em;
  max-width: 31.5em;
  height: 100%;
}

.channel1 .channel1-swiper1 {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(11, 2, 5, 0.15);
}

.channel1 .channel1-swiper1 .item {
  background-color: #ffffff;
}

.channel1 .channel1-swiper1 .slide-imgs {
  width: 31.5em;
  height: 20.75em;
  overflow: hidden;
}

.channel1 .channel1-swiper1 .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel1 .channel1-swiper1 .slide-bd {
  height: 13em;
  padding: 1.25em 1.25em 6em;
  background-color: #fff;
}

.channel1 .channel1-swiper1 .channel1-btn {
  width: auto;
  height: 1em;
  font-size: .9em;
  right: 4.166em;
  bottom: 1.66em;
  left: inherit;
  color: #fff;
  text-align: inherit;
}

.channel1 .channel1-swiper1 .channel1-btn-next,
.channel1 .channel1-swiper1 .channel1-btn-prev {
  top: inherit;
  bottom: 1em;
  width: 1.8em;
  height: 1.8em;
  border: 1px solid #fff;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.channel1 .channel1-swiper1 .channel1-btn-next .bi,
.channel1 .channel1-swiper1 .channel1-btn-prev .bi {
  top: 60%;
  width: .5em;
  height: 1em;
  color: #fff;
}

.channel1 .channel1-swiper1 .channel1-btn-next::after,
.channel1 .channel1-swiper1 .channel1-btn-prev::after {
  display: none;
}

.channel1 .channel1-swiper1 .channel1-btn-next {
  right: 1em;
}

.channel1 .channel1-swiper1 .channel1-btn-prev {
  left: inherit;
  right: 6.4em;
}

.channel1 .right {
  width: 100%;
  overflow: hidden;
}

.channel1 .channel1-swiper2 {
  width: 100%;
}

.channel1 .channel1-swiper2 .bd {
  padding: 3em;
}

.channel1 .channel1-swiper2 .time {
  font-size: .7em;
  line-height: 1;
  color: #0b573e;
  margin-bottom: 1.357em;
}

.channel1 .channel1-swiper2 .tit {
  height: 3em;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #0b573e;
  margin-bottom: 1.166em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.channel1 .channel1-swiper2 .doc {
  height: 6em;
  font-size: .8em;
  line-height: 1.5em;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.channel1 .channel1-swiper2 .more {
  font-size: .8em;
  line-height: 1;
  color: #0b573e;
  margin-top: 3.2em;
}

@media (max-width: 991.98px) {
  .channel1 {
    width: 100%;
    margin: auto;
  }
  .channel1 .global-inner {
    padding-bottom: .6rem !important;
    border-bottom: 0;
  }
  .channel1 .boxs {
    height: 100%;
    display: block;
    margin-top: .6rem;
  }
  .channel1 .left {
    width: 100%;
    max-width: none;
  }
  .channel1 .channel1-swiper1 .slide-imgs {
    width: 100%;
    height: 4.4rem;
  }
  .channel1 .right {
    width: 100%;
  }
  .channel1 .channel1-swiper2 {
    width: 100%;
    padding: 0;
  }
  .channel1 .channel1-swiper2 .bd {
    width: 100%;
    padding: .4rem .4rem 1.26rem;
  }
  .channel1 .channel1-swiper2 .time {
    font-size: .28rem;
    line-height: 1;
  }
  .channel1 .channel1-swiper2 .tit {
    font-size: .36rem;
    line-height: .5rem;
  }
  .channel1 .channel1-swiper2 .doc {
    font-size: .3rem;
    line-height: .48rem;
    height: 2.4rem;
    -webkit-box-orient: inherit;
  }
  .channel1 .channel1-swiper2 .channel1-btn2 {
    bottom: .4rem;
  }
  .channel1 .channel1-swiper2 .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: .03rem solid #0b573e;
    background-color: transparent;
  }
  .channel1 .channel1-swiper2 .swiper-pagination-bullet-active {
    background-color: #0b573e;
  }
}

.channel2 {
  margin-top: 0em;
}

.channel2 .news-list .item {
  width: 31.66%;
  max-width: 31.66%;
  padding: 0em;
  margin: 0 .75em;
  margin-bottom: 2em;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.channel2 .news-list .item:nth-child(3n-2) {
  margin-left: 0;
}

.channel2 .news-list .item:nth-child(3n) {
  margin-right: 0;
}

.channel2 .news-list .box {
  width: 100%;
  height: 100%;
}

.channel2 .news-list .imgs {
  width: 100%;
  height: 10.5em;
  overflow: hidden;
}

.channel2 .news-list .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel2 .news-list .bd {
  padding: .95em 1.25em 1.35em;
}

.channel2 .news-list .doc {
  height: 2em;
  font-size: 1em;
  line-height: 2.5em;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.channel2 .news-list .bd-box {
  margin-top: 0.7em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channel2 .news-list .time {
  font-size: .7em;
  line-height: 1em;
  color: #0b573e;
}

.channel2 .news-list .more {
  font-size: .8em;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #0b573e;
}

.channel2 .news-list .more .bi {
  width: .8em;
  height: .65em;
  margin-left: 5px;
}

@media (max-width: 991.98px) {
  .channel2 {
    margin-top: .6em;
  }
  .channel2 .news-list .item {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .channel2 .news-list .item:last-child {
    margin-bottom: 0rem;
  }
  .channel2 .news-list .item::after {
    display: none;
  }
  .channel2 .news-list .imgs {
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
  }
  .channel2 .news-list .bd {
    padding: 1em 1.25em;
  }
  .channel2 .news-list .time {
    font-size: .28rem;
    line-height: .36rem;
    color: #0b573e;
  }
  .channel2 .news-list .doc {
    font-size: .32rem;
    line-height: .5rem;
    color: #333;
  }
  .channel2 .news-list .more {
    font-size: .28rem;
    line-height: .28rem;
    display: flex;
    align-items: center;
    color: #0b573e;
  }
  .channel2 .news-list .more .bi {
    width: .34rem;
    margin-left: .2rem;
  }
}

.channel3 .boxs {
  height: 20em;
}

.channel3 .left {
  width: 30.5em;
  max-width: 610px;
}

.channel3 .channel1-swiper1 .slide-imgs {
  width: 30.5em;
  height: 20em;
  overflow: hidden;
  position: relative;
}

.channel3 .channel1-swiper1 .act-t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.channel3 .channel1-swiper1 .act-h {
  display: none;
}

.channel3 .right {
  width: 100%;
}

.channel3 .right .channel1-swiper2 {
  width: 100%;
  height: 100%;
}

.channel3 .channel1-swiper2 {
  position: relative;
}

.channel3 .channel1-swiper2 .bd {
  padding: 3em;
}

.channel3 .channel1-swiper2 .tit {
  margin-bottom: .45rem;
}

.channel3 .channel1-swiper2 .channel1-btn2 {
  width: auto;
  height: 1em;
  font-size: .9em;
  left: 6.2em;
  bottom: 1.66em;
  color: #0b573e;
  text-align: inherit;
}

.channel3 .channel1-swiper2 .channel1-btn2-next,
.channel3 .channel1-swiper2 .channel1-btn2-prev {
  top: inherit;
  bottom: 1em;
  width: 1.8em;
  height: 1.8em;
  border: 1px solid #0b573e;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.channel3 .channel1-swiper2 .channel1-btn2-next .bi,
.channel3 .channel1-swiper2 .channel1-btn2-prev .bi {
  top: 60%;
  width: .5em;
  height: 1em;
  color: #0b573e;
}

.channel3 .channel1-swiper2 .channel1-btn2-next::after,
.channel3 .channel1-swiper2 .channel1-btn2-prev::after {
  display: none;
}

.channel3 .channel1-swiper2 .channel1-btn2-next {
  left: 8.4em;
}

.channel3 .channel1-swiper2 .channel1-btn2-prev {
  left: 3em;
}

@media (max-width: 991.98px) {
  .channel3 .boxs {
    height: 100%;
  }
  .channel3 .left {
    width: 100%;
    max-width: none;
  }
  .channel3 .channel1-swiper1 .slide-imgs {
    width: 100%;
    height: 4.4rem;
  }
  .channel3 .channel1-swiper1 .image {
    width: 100%;
    height: 4.4rem;
  }
  .channel3 .right {
    width: 100%;
  }
  .channel3 .right .channel1-swiper2 {
    width: 100%;
  }
  .channel3 .right .channel1-swiper2 .bd {
    padding: .4rem .4rem 1.75rem;
  }
  .channel3 .channel1-swiper2 .channel1-btn2 {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.channel4 {
  margin-top: 3em;
  margin-top: 0em !important;
}

.channel4 .news-list {
  margin: 0 -.75em;
}

.channel4 .news-list .item {
  padding: 0 .75em;
  margin-bottom: 1.5em;
  position: relative;
  background-color: #fff;
}

.channel4 .news-list .box-box {
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.channel4 .news-list .box {
  width: 100%;
  height: 100%;
}

.channel4 .news-list .imgs {
  width: 100%;
  height: 12.5em;
  overflow: hidden;
  position: relative;
}

.channel4 .news-list .act-t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}

.channel4 .news-list .act-h {
  display: none;
}

.channel4 .news-list .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel4 .news-list .bd {
  padding: .95em 1.25em 1.25em;
}

.channel4 .news-list .tit {
  height: 1.5em;
  font-size: 1.2em;
  line-height: 1.5;
  color: #081f17;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.7em;
}

.channel4 .news-list .text {
  height: 6em;
  font-size: .8em;
  line-height: 1.5em;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.channel4 .news-list .time {
  font-size: .7em;
  line-height: 1em;
  color: #0b573e;
  margin-top: 1.5em;
}

@media (min-width: 991.98px) {
  .channel4 .news-list .item:nth-last-child(1),
  .channel4 .news-list .item:nth-last-child(2),
  .channel4 .news-list .item:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .channel4 {
    margin-top: 0;
  }
  .channel4 .boxs {
    padding-top: .6rem;
    border-top: 1px solid #0b573e;
  }
  .channel4 .news-list {
    margin: 0em;
  }
  .channel4 .news-list .item {
    padding: 0em;
    margin-bottom: .6rem;
    position: relative;
    background-color: #fff;
  }
  .channel4 .news-list .item:last-child {
    margin-bottom: 0;
  }
  .channel4 .news-list .box-box {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
  }
  .channel4 .news-list .imgs {
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
    position: relative;
  }
  .channel4 .news-list .act-t {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .channel4 .news-list .act-h {
    display: none;
  }
  .channel4 .news-list .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .channel4 .news-list .bd {
    padding: .33rem .4rem .4rem;
  }
  .channel4 .news-list .tit {
    font-size: .36rem;
    line-height: .5rem;
    color: #333;
  }
  .channel4 .news-list .text {
    height: auto;
    font-size: .3rem;
    line-height: .5rem;
    color: #333;
  }
  .channel4 .news-list .time {
    font-size: .28rem;
    line-height: .28rem;
    margin-top: .5rem;
  }
}

/**** video ***/
.video-box {
  position: relative;
}

.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}

.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.video-js .vjs-big-play-button {
  width: 70px;
  height: 70px;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/img/images/video-play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
  display: none !important;
}

.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

@media (max-width: 1199.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

/*** modal-video 视频弹窗***/
.modal-video {
  background: rgba(0, 0, 0, 0.8);
}

.modal-video .modal-close {
  width: 30px;
  height: 30px;
  background: url("/img/images/close2.png") no-repeat center center;
  background-size: 14px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  transform: translate(25px, 0);
  -webkit-transform: translate(25px, 0);
  border: solid 1px #fff;
  border-radius: 0;
}

.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}

.modal-video .modal-content {
  width: 800px;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 767.98px) {
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 0 0.3rem;
  }
  .modal-video .modal-close {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 0.3rem;
    transform: translate(0, -0.5rem);
    -webkit-transform: translate(0, -0.5rem);
    z-index: 1100;
  }
}

/*** modal-video ***/
.channel5 {
  margin-top: 0em;
}

.channel5 .item {
  position: relative;
  padding: 1.7em 2em 1.7em 3.5em;
  border-bottom: 1px solid #dcdcdc;
}

.channel5 .bgk {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.6em;
  height: 5.2em;
  background: no-repeat center;
  background-size: cover;
}

.channel5 .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channel5 .box::before {
  position: absolute;
  content: '';
  width: 1em;
  height: 1em;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/bao1.svg);
}

.channel5 .tit {
  width: 80%;
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.channel5 .time {
  font-size: .7em;
  line-height: 1;
  color: #0b573e;
}

@media (max-width: 991.98px) {
  .channel5 {
    margin-top: .2rem;
  }
  .channel5 .item {
    padding: .6rem 0 .3rem 0;
  }
  .channel5 .box {
    display: block;
    padding-left: .5rem;
  }
  .channel5 .box::before {
    position: absolute;
    content: '';
    width: .3rem;
    height: .3rem;
    top: 17%;
    left: 0;
    transform: translateY(-50%);
  }
  .channel5 .tit {
    width: 100%;
    font-size: .36rem;
    line-height: .48rem;
    -webkit-box-orient: inherit;
  }
  .channel5 .time {
    font-size: .28rem;
    line-height: .28rem;
    margin-top: .4rem;
  }
}

@media (min-width: 1000px) {
  .channel1 .channel1-btn-next:hover,
  .channel1 .channel1-btn-prev:hover {
    background-color: rgba(11, 87, 62, 0.5);
  }
  .channel1 .swiper-button-disabled:hover {
    background-color: transparent;
  }
  .channel2 .item:hover {
    z-index: 3;
    border-right: 0px solid #e6e6e6;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .channel2 .item:hover .item::after {
    display: none;
  }
  .channel3 .channel1-swiper1 .slide-imgs:hover .act-h {
    display: block;
  }
  .channel3 .channel1-swiper1 .channel1-btn {
    right: -8.3em;
    color: #0b573e;
  }
  .channel3 .channel1-swiper1 .channel1-btn-next,
  .channel3 .channel1-swiper1 .channel1-btn-prev {
    border: 1px solid #0b573e;
  }
  .channel3 .channel1-swiper1 .channel1-btn-next .bi,
  .channel3 .channel1-swiper1 .channel1-btn-prev .bi {
    color: #0b573e;
  }
  .channel3 .channel1-swiper1 .channel1-btn-prev {
    right: -4.8em;
  }
  .channel3 .channel1-swiper1 .channel1-btn-next {
    right: -10.2em;
  }
  .channel4 .news-list .item:hover .box-box {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .channel4 .news-list .item:hover .act-h {
    display: block;
  }
  .channel5 .item:hover {
    background-image: linear-gradient(0deg, rgba(40, 106, 104, 0.5) 0%, rgba(76, 175, 121, 0.5) 100%), linear-gradient(#0b573e, #0b573e);
    background-blend-mode: normal, normal;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .channel5 .item:hover .box::before {
    background-image: url(/img/images/bao1-f.svg);
  }
  .channel5 .item:hover .tit,
  .channel5 .item:hover .time {
    color: #fff;
  }
  .channel1 .channel1-swiper1 .image,
  .channel4 .item .image,
  .channel2 .item .image {
    transition: .3s;
    -webkit-transition: .3s;
  }
  .channel1 .channel1-swiper1:hover .image,
  .channel4 .item:hover .image,
  .channel2 .item:hover .image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .3s;
    -webkit-transition: .3s;
  }
}

.public-bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30em;
  background-color: #f2f2f2;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .public-bgk {
    width: 100%;
    height: 6.8rem;
  }
}

.public-heading {
  padding-bottom: 1.5em;
}

.public-heading .tit {
  font-size: 1.8em;
  line-height: 1;
  color: #c9601a;
}

@media (max-width: 991.98px) {
  .public-heading {
    padding-bottom: .47rem;
  }
  .public-heading .tit {
    font-size: .48rem;
    line-height: 1;
  }
}

.public-channel1 .doc {
  font-size: .8em;
  line-height: 1.75em;
  color: #333;
}

.public-channel1 .doc p {
  margin-top: 1.125em;
}

.public-channel1 .doc p:first-child {
  margin-top: 0;
}

.public-channel1 .imgs {
  width: 100%;
  height: 22em;
  margin-top: 2.15em;
}

.public-channel1 .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .public-channel1 .doc {
    font-size: .3rem;
    line-height: .48rem;
  }
  .public-channel1 .doc p {
    margin-top: .3rem;
  }
  .public-channel1 .imgs {
    width: 100%;
    height: 3.8rem;
    margin-top: .47rem;
  }
  .public-channel1 .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.public-channel2 {
  margin-top: 2.5em;
}

.public-channel2 .boxs {
  padding: 2em 2em 2.5em;
  background-color: #f7f7f7;
}

.public-channel2 .top {
  margin-bottom: 1.5em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-channel2 .top .tit {
  font-size: 1.2em;
  line-height: 1;
  color: #333;
}

.public-channel2 .top .more {
  display: flex;
  align-items: center;
}

.public-channel2 .top .doc {
  font-size: .8em;
  line-height: 1;
  color: #0b573e;
}

.public-channel2 .top .bi {
  width: 15px;
  height: 16px;
  margin-left: .65em;
}

.public-channel2 .end {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-channel2 .end .list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.public-channel2 .end .list:first-child {
  padding-right: 0em;
}

.public-channel2 .end .list.hidden-lg-down {
  padding-left: 1em;
}

.public-channel2 .end .item {
  width: 48.21428571428571%;
  padding: 1.4em 0;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}

.public-channel2 .end .item:nth-last-child(2),
.public-channel2 .end .item:last-child {
  padding-bottom: 0;
}

.public-channel2 .end .box {
  max-height: 2.4em;
  display: flex;
  display: -webkit-flex;
}

.public-channel2 .end .left {
  width: 13.889%;
  max-width: 3.75em;
  color: #0b573e;
  text-align: center;
  padding-right: .6em;
  margin-right: 1em;
  font-weight: bold;
  position: relative;
}

.public-channel2 .end .left::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 2.4em;
  background-color: #999999;
}

.public-channel2 .end .day {
  font-size: 1.8em;
  line-height: .8;
  font-family: Arial;
}

.public-channel2 .end .days {
  font-size: .8em;
  line-height: .8;
  margin-top: .45em;
  white-space: nowrap;
  font-family: Arial;
}

.public-channel2 .end .right {
  width: 86.111%;
  max-width: 19.25em;
}

.public-channel2 .end .doc {
  height: 4em;
  font-size: .8em;
  line-height: 2;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: -.6em;
}

@media (max-width: 991.98px) {
  .public-channel2 {
    margin-top: .5rem;
  }
  .public-channel2 .boxs {
    padding: .4rem .55rem .7rem .4rem;
  }
  .public-channel2 .top {
    margin-bottom: .5rem;
  }
  .public-channel2 .top .tit {
    font-size: .36rem;
    line-height: 1;
  }
  .public-channel2 .end {
    display: block;
  }
  .public-channel2 .end .list {
    width: 100%;
    max-width: none;
    padding: .2rem 0 .25rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    border-top: 1px solid rgba(153, 153, 153, 0.3);
  }
  .public-channel2 .end .list:first-child {
    padding-right: 0em;
  }
  .public-channel2 .end .item {
    width: 100%;
    padding: .25rem 0;
  }
  .public-channel2 .end .item:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .public-channel2 .end .item:nth-last-child(2) {
    padding-bottom: .25rem;
  }
  .public-channel2 .end .item:last-child {
    padding-bottom: 0;
  }
  .public-channel2 .end .box {
    max-height: none;
    display: flex;
    display: -webkit-flex;
  }
  .public-channel2 .end .left {
    display: none;
  }
  .public-channel2 .end .right {
    width: 100%;
    max-width: none;
  }
  .public-channel2 .end .doc {
    height: auto;
    font-size: .3rem;
    line-height: .48rem;
    margin-top: 0;
  }
  .public-channel2 .end .time {
    font-size: .28rem;
    line-height: .3rem;
    color: #0b573e;
    margin-top: .21rem;
  }
  .public-channel2 .end .more {
    margin-top: .5rem;
    display: flex;
    align-items: center;
  }
  .public-channel2 .end .more .doc {
    font-size: .3rem;
    line-height: 1;
    color: #0b573e;
  }
  .public-channel2 .end .bi {
    width: .33rem;
    height: .32rem;
    margin-left: .2rem;
  }
}

.public-channel3 {
  margin-top: 2.5em;
  margin-bottom: .2em;
}

.public-channel3 .boxs {
  overflow: hidden;
}

.public-channel3 .top {
  margin-bottom: 1.5em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-channel3 .top .tit {
  font-size: 1.2em;
  line-height: 1;
  color: #333;
}

.public-channel3 .imgs {
  width: 100%;
  height: 11em;
  overflow: hidden;
}

.public-channel3 .image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center center;
}

.public-channel3 .bd {
  padding-top: .6em;
}

.public-channel3 .tit {
  font-size: .9em;
  line-height: 1.667;
  color: #0b573e;
  font-weight: bold;
}

.public-channel3 .swiper-button-next,
.public-channel3 .swiper-button-prev {
  top: 54%;
}

.public-channel3-splical .swiper-button-next:after,
.public-channel3-splical .swiper-button-prev:after {
  content: '';
}

.public-channel3-splical .bi {
  width: 17px;
  height: 33px;
  color: #fff;
  filter: drop-shadow(0px 2px 0.5px #000);
  opacity: .8;
}

@media (max-width: 991.98px) {
  .public-channel3 {
    margin-top: .6rem;
    padding-bottom: .23rem;
  }
  .public-channel3 .boxs {
    overflow: hidden;
  }
  .public-channel3 .top {
    margin-bottom: .3rem;
  }
  .public-channel3 .top .tit {
    font-size: .36rem;
    line-height: 1;
  }
  .public-channel3 .public-channel3-swiper {
    height: 4.5rem;
  }
  .public-channel3 .imgs {
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
  }
  .public-channel3 .bd {
    padding-top: .3rem;
  }
  .public-channel3 .tit {
    font-size: .3rem;
    line-height: .46rem;
    text-align: center;
  }
  .public-channel3 .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    opacity: 0.6;
    margin: 0 .1rem !important;
    border: solid 1px #0b573e;
    background-color: transparent;
  }
  .public-channel3 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0b573e;
  }
  .public-channel3 .swiper-pagination {
    bottom: -.44rem;
  }
}

.public-channel4 .top .tit {
  font-weight: normal;
}

.public-channel4 .top .tit:first-child {
  width: 65%;
}

.public-channel4 .top .tit:last-child {
  width: 32.33%;
}

.public-channel4 .end {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-channel4 .public-channel4-swiper {
  width: 65%;
  overflow: hidden;
  position: relative;
}

.public-channel4 .swiper-button-next,
.public-channel4 .swiper-button-prev {
  top: 40%;
}

.public-channel4 .right {
  width: 32.33%;
  position: relative;
}

.public-channel4 .right .image {
  width: 100%;
  height: 11em;
  background: no-repeat center;
  background-size: cover;
}

.public-channel4 .right .list {
  position: absolute;
  top: 2em;
  left: 1.5em;
}

.public-channel4 .right .box {
  width: max-content;
  height: 1.5em;
  color: #376052;
  background-color: #fffbe1;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 15px;
  padding-top: 0;
  padding: 0 .85em;
  margin-bottom: .75em;
  transition: .5s;
  -webkit-transition: .5s;
}

.public-channel4 .right .tit {
  font-size: .7em;
  line-height: 2.1;
  color: #376052;
  padding-right: 1.428578em;
  font-weight: normal;
}

.public-channel4 .right .bi {
  width: 15px;
  height: 16px;
  filter: invert(1);
}

@media (max-width: 1200px) {
  .public-channel4 .right .list {
    left: 1em;
  }
  .public-channel4 .right .box {
    padding: 0 0.4em;
  }
  .public-channel4 .right .tit {
    font-size: .4em;
  }
}

@media (max-width: 1070px) {
  .public-channel4 .right .box {
    padding: 0 0.2em;
  }
  .public-channel4 .right .tit {
    font-size: 4px;
  }
}

@media (max-width: 991.98px) {
  .public-channel4 .top .tit:last-child {
    width: auto;
  }
  .public-channel4 .public-channel4-swiper {
    width: 100%;
    height: auto;
    max-width: none;
    overflow: inherit;
    position: inherit;
  }
  .public-channel4 .right {
    width: 100%;
    max-width: none;
    margin-bottom: .6rem;
  }
  .public-channel4 .right .image {
    height: 4.5rem;
  }
  .public-channel4 .right .box {
    height: .55rem;
    padding: 0 .3rem;
    margin-bottom: .3rem;
  }
  .public-channel4 .right .list {
    top: .7rem;
    left: .3rem;
  }
  .public-channel4 .right .title {
    font-size: .36rem;
    line-height: 1;
    margin-bottom: .4rem;
    color: #fffbe1;
  }
  .public-channel4 .right .tit {
    font-size: .26rem;
    line-height: .56rem;
    font-weight: normal;
    padding-right: .38rem;
  }
  .public-channel4 .end {
    flex-direction: column-reverse;
  }
}

.public-channel5 {
  margin-bottom: 0;
}

.public-channel5 .end .list {
  margin: 0 -.75em;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-channel5 .end .item {
  width: 29.35em;
  width: 50%;
  padding: 0 .75em;
}

.public-channel5 .end .box {
  position: relative;
  display: block;
}

.public-channel5 .end .bgk {
  width: 100%;
  height: 11em;
  background: no-repeat center;
  background-size: cover;
}

.public-channel5 .end .bd {
  position: absolute;
  top: 3.5em;
  left: 2.5em;
}

.public-channel5 .end .tit {
  font-size: 1.2rem;
  line-height: 1;
  color: #fffbe1;
  font-weight: normal;
}

.public-channel5 .end .more {
  width: max-content;
  height: 1.5em;
  padding: 0 0.85em;
  margin-top: 1em;
  border-radius: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fffbe1;
  transition: .5s;
  -webkit-transition: .5s;
}

.public-channel5 .end .doc {
  font-size: .7em;
  line-height: 2.571;
  padding-right: 1.428578em;
  color: #376052;
}

.public-channel5 .end .bi {
  width: 15px;
  height: 16px;
  color: #376052;
}

.public-channel5 .end .item:last-child .tit {
  color: #fff;
}

@media (max-width: 991.98px) {
  .public-channel5 .end .list {
    margin: 0;
    display: block;
  }
  .public-channel5 .end .item {
    width: 100%;
    padding: 0;
    margin-top: .3rem;
  }
  .public-channel5 .end .item:first-child {
    margin-top: 0;
  }
  .public-channel5 .end .box {
    position: relative;
    display: block;
  }
  .public-channel5 .end .bgk {
    width: 100%;
    height: 11em;
    background: no-repeat center;
    background-size: cover;
  }
  .public-channel5 .end .bd {
    position: absolute;
    top: .7rem;
    left: .5rem;
    padding-top: 0;
  }
  .public-channel5 .end .tit {
    font-size: 1.2rem;
    line-height: 1;
    color: #fffbe1;
    font-weight: normal;
  }
  .public-channel5 .end .more {
    height: .55rem;
    padding: 0 0.3rem;
    margin-top: .4rem;
    border-radius: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fffbe1;
  }
  .public-channel5 .end .doc {
    font-size: .28rem;
    line-height: .56rem;
    padding-right: .37rem;
    color: #376052;
  }
  .public-channel5 .end .bi {
    width: 15px;
    height: 16px;
    color: #376052;
    transition: .5s;
    -webkit-transition: .5s;
  }
  .public-channel5 .end .list:last-child .tit {
    font-size: .36rem;
    line-height: 1;
    color: #fff;
    text-align: left;
  }
}

.n-bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat;
}

@media (min-width: 991.98px) {
  .p-ywbk-index .main-box {
    padding: 4.25em 0 0;
    margin-top: -4.5em;
  }
  .p-ywbk-index .main-box .n-bgk {
    display: none;
  }
  .p-ywbk-index .inside-topbox,
  .p-ywbk-index .crumbs-new {
    display: none;
  }
  .p-ywbk-index .public-heading-n {
    margin-bottom: 2em;
  }
  .p-ywbk-index .public-heading-n .tit {
    color: #fff;
    padding-bottom: 0;
  }
  .p-ywbk-index .public-heading-n .tit::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .p-ywbk-index .main-box {
    padding: .8rem 0 .9rem;
  }
  .p-ywbk-index .crumbs-new {
    display: none;
  }
}

.channel6 {
  width: 100%;
  height: 100VH;
  padding-top: 11em;
  position: relative;
}

.channel6 .ywbk-swiper {
  overflow: hidden;
  box-shadow: 0px 20px 50px 0px rgba(0, 31, 21, 0.7);
}

.channel6 .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100VW;
  height: 100VH;
  background: no-repeat center;
  background-size: cover;
  z-index: -1;
}

.channel6 .box {
  display: flex;
}

.channel6 .bd {
  position: relative;
  width: 65%;
  padding: 8.3em 3.5em 0;
  background-color: #fff;
}

.channel6 .n-bgk1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16em;
  height: 15em;
  background: no-repeat center;
  background-size: cover;
}

.channel6 .imgs {
  width: 35%;
  height: 30em;
  overflow: hidden;
}

.channel6 .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel6 .tit {
  font-size: 2.2em;
  line-height: 1;
  color: #333;
  padding-bottom: .75em;
  position: relative;
}

.channel6 .tit::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #0b573e;
}

.channel6 .doc {
  height: 7em;
  font-size: .8em;
  line-height: 1.75;
  color: #333;
  margin-top: 1.625em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.channel6 .more {
  width: 9em;
  height: 2.5em;
  border-radius: 1.15em;
  margin-top: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b573e;
}

.channel6 .more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7em;
  color: #fff;
}

.channel6 .ywbk-btn {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.channel6 .bi {
  width: 16px;
  height: 15px;
  color: #fff;
}

.channel6 .swiper-button-next:after,
.channel6 .swiper-button-prev:after {
  content: '';
}

.channel6 .ywbk-swiper-next {
  right: -3.5em;
  top: 38%;
}

.channel6 .ywbk-swiper-prev {
  left: -3.5em;
  top: 38%;
}

@media (max-width: 991.98px) {
  .channel6 {
    height: auto;
    padding-top: 0;
  }
  .channel6 .box {
    margin-top: .5rem;
    display: block;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  }
  .channel6 .box:first-child {
    margin-top: 0;
  }
  .channel6 .imgs {
    width: 100%;
    height: 3.2rem;
  }
  .channel6 .bd {
    width: 100%;
    padding: .48rem .5rem .7rem;
  }
  .channel6 .tit {
    font-size: .36rem;
    line-height: .6rem;
    padding-bottom: .32rem;
  }
  .channel6 .tit::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: .8rem;
    height: .04rem;
    background-color: #0b573e;
  }
  .channel6 .doc {
    height: auto;
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .34rem;
  }
  .channel6 .more {
    width: 2.4rem;
    height: .72rem;
    border-radius: .36rem;
    margin: 0 auto;
    margin-top: .5rem;
  }
  .channel6 .more a {
    font-size: .3rem;
    line-height: 1;
  }
}

.public-channel7 {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.public-channel7 .end .item {
  width: 33.33%;
  padding: auto;
}

.public-channel7 .end .item:nth-child(2) .tit {
  color: #fff;
}

.public-channel7 .end .item:last-child .tit {
  color: #333;
}

.public-channel7 .end .bd {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .public-channel7 .end .item {
    width: 100%;
    padding: 0;
  }
}

.p-bandel .main-box .public-bgk {
  top: inherit;
  bottom: 0;
}

.channel8 .box {
  position: relative;
}

.channel8 .imgs {
  width: 100%;
  height: 22em;
  z-index: -1;
}

.channel8 .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel8 .bd {
  position: absolute;
  top: 3.5em;
  left: 3.5em;
}

.channel8 .boxs {
  display: flex;
}

.channel8 .tit {
  font-size: 1.8em;
  color: #fff;
}

.channel8 .list-box {
  margin-top: 2em;
  display: flex;
}

.channel8 .item-slide {
  width: auto;
}

.channel8 .list {
  padding-left: .5em;
  padding-bottom: 2px;
  margin-right: 3em;
  border-left: 1px solid rgba(201, 96, 26, 0.4);
}

.channel8 .list:last-child {
  margin-right: 0em;
}

.channel8 .item {
  color: #fff;
  margin-top: 1.25em;
}

.channel8 .item:first-child {
  margin-top: 0;
}

.channel8 .time,
.channel8 .doc {
  font-size: .7em;
}

.channel8 .time {
  font-weight: bold;
}

.channel8 .doc {
  margin-top: .56em;
}

@media (max-width: 991.98px) {
  .channel8 .box {
    position: relative;
  }
  .channel8 .channel8-swiper {
    height: auto;
  }
  .channel8 .channel8-swiper .swiper-wrapper {
    display: flex;
  }
  .channel8 .imgs {
    width: 100%;
    height: 7.95rem;
    z-index: -1;
  }
  .channel8 .bd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: .7rem 0 0 .5rem;
  }
  .channel8 .boxs {
    display: flex;
  }
  .channel8 .tit {
    font-size: .36rem;
    line-height: 1;
  }
  .channel8 .list-box {
    margin-top: .52rem;
    display: flex;
  }
  .channel8 .item-slide {
    width: auto;
  }
  .channel8 .list {
    padding-left: .2rem;
    padding-bottom: 2px;
    margin-right: 1.05rem;
    border-left: 1px solid #c9601a;
  }
  .channel8 .list:last-child {
    margin-right: 0em;
  }
  .channel8 .item {
    color: #fff;
    margin-top: .45rem;
  }
  .channel8 .item:first-child {
    margin-top: 0;
  }
  .channel8 .time,
  .channel8 .doc {
    font-size: .28rem;
  }
  .channel8 .doc {
    margin-top: .1rem;
  }
  .channel8 .swiper-pagination {
    bottom: -.66rem;
  }
  .channel8 .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    border: solid 1px #ffffff;
    opacity: 0.6;
    background-color: transparent;
  }
  .channel8 .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
}

.channel9 .top .tit {
  color: #c9601a;
  font-weight: bold;
}

.channel9 .tit {
  color: #333;
  font-weight: normal;
}

.public-heading-1 {
  padding-bottom: 2.5em;
}

.public-heading-1 .tit {
  font-size: 1.8em;
  line-height: 1;
  color: #333;
}

@media (max-width: 991.98px) {
  .public-heading-1 {
    padding-bottom: .47rem;
  }
  .public-heading-1 .tit {
    font-size: .48rem;
    line-height: 1;
  }
}

@media (min-width: 991.98px) {
  .public-channel3 .end .more:hover {
    padding-left: 1.8em;
    transition: .5s;
    -webkit-transition: .5s;
  }
  .public-channel4 .end .box:hover {
    padding-left: 1.8em;
    transition: .5s;
    -webkit-transition: .5s;
  }
  .channel27 .pipedel-swiper2 .imgs,
  .swiper3 .pipedel-swiper2 .swiper-slide .imgs:hover,
  .channel31 .list .item:hover,
  .pop-roomlist .boxs .roomintord-swiper4 .imgs:hover,
  .channel26 .item .btn-box .condition:hover,
  .pop-pipe-close:hover,
  .channel25 .lefts .roomintord-swiper2 .imgs:hover,
  .channel25 .rights .order .look:hover,
  #applyBydate:hover,
  #applyBydate1:hover,
  #applyClassify:hover,
  .channel27 .pipedel-swiper1 .video-slide:hover,
  .channel27 .end .visit .right:hover,
  .pop-roomlist1-close:hover,
  .channel24 .item .btn-box .look:hover,
  .channel24 .item .imgs:hover,
  .channel21 .lefts .list .item:hover,
  .channel18 .pipe-pos:hover,
  .pop-projec-close:hover,
  .pop-roomlist-close:hover,
  .pop-close:hover {
    cursor: pointer;
  }
  .channel18 .message .more .more-box:hover {
    transform: translateX(0.5em);
    transition: .3s;
    -webkit-transition: .3s;
  }
  .channel27 .pipedel-swiper1 .imgs:hover .act-h {
    display: block;
  }
  .channel21 .lefts .list .item:hover .doc,
  .channel21 .lefts .list .item:hover .bi,
  .channel4 .news-list .item:hover .tit,
  .lefts-heading a:hover,
  .lefts-heading a:hover .bi,
  .channel20 .lefts .end .item:hover .tit,
  .channel2 .news-list .item:hover .doc,
  .public-channel2 .end .item:hover .doc {
    color: #0b573e;
  }
  .channel24 .item .bd .room:hover,
  .add-gl-swiper-prev:hover,
  .add-gl-swiper-next:hover {
    border: solid 1px #0b573e;
    background-color: #0b573e;
  }
  .channel24 .item .bd .room:hover .bi,
  .add-gl-swiper-prev:hover .bi,
  .add-gl-swiper-next:hover .bi {
    color: #fff !important;
  }
  .channel24 .item .bd .room:hover .docx {
    color: #fff;
  }
}

.public-heading-2 {
  width: max-content;
  padding-bottom: .5em;
  border-bottom: 1px solid #c9601a;
}

.public-heading-2 .tit {
  font-size: 1.6em;
  color: #c9601a;
}

@media (max-width: 991.98px) {
  .public-heading-2 {
    width: max-content;
    padding-bottom: .1rem;
    border-bottom: 1px solid #c9601a;
  }
  .public-heading-2 .tit {
    font-size: .36rem;
    line-height: 1;
    color: #c9601a;
  }
}

.channel10 {
  margin-top: 5.35em;
}

.channel10 .doc {
  margin-top: 1.2em;
}

.channel10 .doc p {
  font-size: .8em;
  line-height: 1.75;
  color: #333;
}

.channel10 .imgs {
  margin-top: 1.75em;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.channel10 .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .channel10 {
    margin-top: .78rem;
  }
  .channel10 .doc {
    margin-top: .38rem;
  }
  .channel10 .doc p {
    font-size: .34rem;
    line-height: .58rem;
  }
  .channel10 .imgs {
    margin-top: .42rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .channel10 .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-wisdomdel .channel13 {
  margin-top: 0 !important;
}

.channel11 {
  margin-top: 5em;
}

.channel11 .box {
  display: flex;
  overflow: hidden;
}

.channel11 .box .left {
  padding-right: 1.5em;
}

.channel11 .box .imgs {
  margin-top: .45em;
}

.channel11 .box .right {
  padding-left: 1em;
}

.channel11 .box .right .imgs {
  margin-top: 2em;
}

.channel11 .box .left,
.channel11 .box .right {
  width: 50%;
}

.channel11 .doc {
  margin-top: 1.2em;
}

.channel11 .doc p {
  font-size: .8em;
  line-height: 1.75;
  color: #333;
}

.channel11 .imgs {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.channel11 .imgs .image {
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .channel11 {
    margin-top: .78rem;
  }
  .channel11 .box {
    display: block;
  }
  .channel11 .box .left {
    padding-right: 0;
  }
  .channel11 .box .imgs {
    margin-top: 0;
  }
  .channel11 .box .right {
    margin-top: .8rem;
    padding-left: 0;
  }
  .channel11 .box .right .imgs {
    margin-top: .41rem;
  }
  .channel11 .box .left,
  .channel11 .box .right {
    width: 100%;
  }
  .channel11 .doc {
    margin-top: .38rem;
  }
  .channel11 .doc p {
    font-size: .34rem;
    line-height: .48rem;
  }
  .channel11 .imgs {
    margin-top: .0rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .channel11 .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.channel12 {
  position: relative;
  padding: 6em 0 5em;
  margin-top: 5em;
}

.channel12 .channel12-bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.channel12 .imgs {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.channel12 .imgs .image {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .channel12 {
    position: relative;
    padding: 1.1rem 0 0rem;
    padding: 0rem 0 0rem;
    margin-top: .9rem;
  }
  .channel12 .channel12-bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
  }
  .channel12 .imgs {
    width: auto;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0rem;
  }
  .channel12 .imgs .image {
    width: 100%;
    height: 100%;
  }
  .channel12 .imgs .images {
    margin-top: .8rem;
  }
  .channel12 .channel12-swiper {
    margin-top: .46rem;
  }
  .channel12 .channel12-swiper .tit {
    font-size: .36rem;
    line-height: .44rem;
    margin-bottom: .14rem;
    color: #c9601a;
  }
  .channel12 .channel12-swiper .doc {
    font-size: .30rem;
    line-height: .48rem;
    color: #333;
  }
  .channel12 .channel12-swiper .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    opacity: 0.6;
    margin: 0 0.1rem !important;
    border: solid 1px #0b573e;
    background-color: transparent;
  }
  .channel12 .channel12-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0b573e;
  }
  .channel12 .channel12-swiper .swiper-pagination {
    bottom: -.54rem;
  }
}

.public-heading-3 .tit {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #c9601a;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .public-heading-3 .tit {
    font-size: .36rem;
    line-height: 1;
    font-weight: normal;
  }
}

.public-channel16 .public-heading .tit {
  color: #333;
}

@media (max-width: 991.98px) {
  .public-channel16 .public-heading .tit {
    color: #c9601a;
  }
}

.p-pipe .main-box .public-bgk {
  height: 33.5em;
}

.p-pipe .main-box .public-bgk1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36.65em;
  background-color: #fcfaf7;
}

@media (max-width: 991.98px) {
  .p-pipe .main-box .public-bgk {
    height: 9.4rem;
  }
  .p-pipe .main-box .public-bgk1 {
    height: 9.5rem;
  }
}

.public-channel17 {
  margin-top: 3.25em;
}

.public-channel17 .doc {
  margin-top: 1.1875em;
}

.public-channel17 .imgs {
  height: auto;
  margin-top: 1.7em;
}

.public-channel17 .imgs-box {
  display: flex;
  justify-content: space-between;
}

.public-channel17 .imgs-box .left {
  width: 65.84%;
}

.public-channel17 .imgs-box .right {
  width: 31.67%;
}

.public-channel17 .imgs-box .right .public-channel17-pc-swiper {
  position: relative;
  overflow: hidden;
}

.public-channel17 .imgs-box .right .public-channel17-pc-swiper .imgs {
  width: 100%;
  height: 29.25em;
  margin-top: 0;
  overflow: hidden;
}

.public-channel17 .imgs-box .right .public-channel17-pc-swiper .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-channel17 .imgs-box .right .public-channel17-pc-swiper .swiper-button-next:after,
.public-channel17 .imgs-box .right .public-channel17-pc-swiper .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.public-channel17 .imgs-box .right .public-channel17-pc-swiper .swiper-button-next {
  right: 1.3em;
}

.public-channel17 .imgs-box .right .public-channel17-pc-swiper .swiper-button-prev {
  left: 1.3em;
}

.public-channel17 .imgs-box .right .public-channel17-pc-swiper .swiper-button-disabled {
  display: none;
}

@media (max-width: 991.98px) {
  .public-channel17 {
    margin-top: .8rem;
  }
  .public-channel17 .doc {
    margin-top: .41rem;
  }
  .public-channel17 .public-channel17-swiper {
    overflow: hidden;
  }
  .public-channel17 .imgs {
    height: 3.8rem;
    margin-top: .4rem;
  }
  .public-channel17 .swiper-pagination {
    bottom: -0.44rem;
  }
  .public-channel17 .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    opacity: 0.6;
    margin: 0 0.1rem !important;
    border: solid 1px #0b573e;
    background-color: transparent;
  }
  .public-channel17 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0b573e;
  }
}

.channel18 {
  margin-top: 3.5em;
}

.channel18 .boxs {
  display: flex;
  justify-content: space-between;
}

.channel18 .left {
  width: 82.1667%;
  position: relative;
}

.channel18 .left .imgs {
  width: 100%;
  height: 39.75em;
  overflow: hidden;
  box-shadow: 0PX 2px 6px 0px rgba(0, 0, 0, 0.18);
}

.channel18 .left .imgs .images {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.channel18 .left .pipe-pos {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.channel18 .left .pipe-pos .tit {
  font-size: .8em;
  line-height: 1;
  margin-left: 14%;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
}

.channel18 .left .pipe-pos .bi {
  display: none;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  color: #0b573e;
  object-fit: contain !important;
}

.channel18 .left .posD {
  position: relative;
}

.channel18 .left .posD .bi {
  display: block;
  position: absolute;
  content: '';
  left: -20%;
  top: -28px;
  width: 64px;
  height: 40px;
  color: #0b573e;
  animation: delChange .5s;
}

@keyframes delChange {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.channel18 .left .pipe-1 {
  position: absolute;
  top: 30.15%;
  left: 44.9432%;
  width: 105px;
  height: 24px;
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/pipedd.svg);
}

.channel18 .left .pipe-2 {
  position: absolute;
  top: 34.15%;
  left: 50.9432%;
  width: 105px;
  height: 24px;
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/pipedd.svg);
}

.channel18 .left .pipe-3 {
  position: absolute;
  top: 37.8%;
  left: 50.9432%;
  width: 105px;
  height: 24px;
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/pipedd.svg);
}

.channel18 .left .pipe-4 {
  position: absolute;
  top: 34.5%;
  left: 48%;
  width: 24px;
  height: 105px;
  writing-mode: vertical-lr;
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/pipe-dd2.png);
}

.channel18 .left .pipe-4 .bi {
  left: -82%;
  top: -26%;
}

.channel18 .left .pipe-4 .tit {
  margin-top: 14%;
  letter-spacing: 4px;
  margin-left: 0;
}

.channel18 .left .pipe-5 {
  position: absolute;
  top: 77%;
  left: 10.5%;
  width: 24px;
  height: 105px;
  letter-spacing: 4px;
  writing-mode: vertical-lr;
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/pipe-dd2.png);
}

.channel18 .left .pipe-5 .bi {
  left: -82%;
  top: -26%;
}

.channel18 .left .pipe-5 .tit {
  letter-spacing: 3px;
  margin-top: 14%;
  margin-left: 0;
}

.channel18 .right {
  width: 13.33%;
  padding-top: 10em;
}

.channel18 .right .list .item {
  margin-top: .6em;
  position: relative;
  padding-left: 3.3em;
}

.channel18 .right .list .item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 2.2em;
  height: 1px;
}

.channel18 .right .list .item.purple::before {
  background-color: #b32428;
}

.channel18 .right .list .item.green::before {
  background-color: #278e4a;
}

.channel18 .right .list .item.blue::before {
  background-color: #2e3781;
}

.channel18 .right .list .item.red::before {
  left: .55em;
  top: 0;
  width: 1.1em;
  height: 1.1em;
  background-color: transparent;
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/images/pipe-d.svg);
}

.channel18 .right .list .tit {
  font-size: .8em;
  line-height: 1;
  color: #333;
  white-space: nowrap;
}

.channel18 .message {
  position: absolute;
  top: 47.8%;
  left: 40.568%;
  width: 40em;
  padding: 2.5em;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}

.channel18 .message .tit {
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
  color: #c9601a;
}

.channel18 .message .doc {
  font-size: .8em;
  line-height: 1.75em;
  color: #333;
  margin-top: 1.5em;
}

.channel18 .message .time {
  font-size: .9em;
  line-height: 1.667;
  color: #0b573e;
  font-weight: bold;
  margin-top: 1.11em;
}

.channel18 .message .more {
  width: 9.4em;
  height: 2.5em;
  margin-top: 1.2em;
}

.channel18 .message .more .more-box {
  padding: .8em 2.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
  border-radius: 25px;
  background-color: #0b573e;
  transition: .5s;
  -webkit-transition: .5s;
}

.channel18 .message .more .title {
  font-size: .9em;
  line-height: 1;
}

.channel18 .message .more .bi {
  width: .8em;
  height: .75em;
  margin-left: .5em;
}

@media (max-width: 991.98px) {
  .channel18 {
    margin-top: 1.23rem;
  }
  .channel18 .channel18-swiper {
    width: 100%;
  }
  .channel18 .imgs {
    width: 7.5rem;
    height: 4.34rem;
    display: flex;
    justify-content: right;
  }
  .channel18 .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .channel18 .bd {
    margin-top: -.2rem;
    padding: .8rem .4rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
    z-index: -2;
  }
  .channel18 .tit {
    font-size: .36rem;
    line-height: 1;
    color: #c9601a;
  }
  .channel18 .doc {
    font-size: .3rem;
    line-height: .48rem;
    margin-top: .28rem;
  }
  .channel18 .time {
    font-size: .3rem;
    line-height: .48rem;
    margin-top: .58rem;
    color: #0b573e;
  }
  .channel18 .more {
    width: 2.4rem;
    height: .64rem;
    margin-top: .28rem;
  }
  .channel18 .more .more-box {
    padding: .18rem .32em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
    border-radius: 25px;
    background-color: #0b573e;
  }
  .channel18 .more .title {
    font-size: .3rem;
    line-height: 1;
  }
  .channel18 .more .bi {
    width: .33rem;
    height: .28rem;
    margin-left: .22rem;
  }
  .channel18 .swiper-pagination {
    bottom: -0.44rem;
  }
  .channel18 .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    opacity: 0.6;
    margin: 0 0.1rem !important;
    border: solid 1px #0b573e;
    background-color: transparent;
  }
  .channel18 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0b573e;
  }
}

@media (max-width: 991.98px) {
  .pop-projec1 .global-inner {
    padding: 0 11em;
  }
  .pop-projec1 .imgs {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pop-projec1 .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pop-projec1 .tit {
    font-size: .44rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: .2rem;
  }
  .pop-projec1 .doc {
    font-size: .3rem;
    line-height: 1.8;
    color: #333;
    margin-top: .5rem;
  }
  .pop-projec1 .pop-projec-swiper {
    overflow: hidden;
  }
  .pop-projec1 .pop-projec-swiper .pop-projec-swiper-next,
  .pop-projec1 .pop-projec-swiper .pop-projec-swiper-prev {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #999;
  }
  .pop-projec1 .pop-projec-swiper .bi {
    width: 16px;
    height: 15px;
    color: #999;
  }
  .pop-projec1 .pop-projec-swiper .swiper-button-next:after,
  .pop-projec1 .pop-projec-swiper .swiper-button-prev:after {
    content: '';
  }
  .pop-projec1 .pop-projec-swiper .pop-projec-swiper-next {
    right: 6em;
  }
  .pop-projec1 .pop-projec-swiper .pop-projec-swiper-prev {
    left: 6em;
  }
  .pop-projec1 .pop-projec-swiper .swiper-pagination {
    top: 29.5%;
    height: max-content;
  }
  .pop-projec1 .pop-projec-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
  }
  .pop-projec1 .pop-projec-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

.channel19 .box {
  display: block;
}

.channel19 .imgs {
  width: 100%;
  height: 3rem;
}

.channel19 .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.channel19 .bd {
  width: 100%;
}

.channel19 .tit {
  font-size: .44rem;
  line-height: .6rem;
  color: #0f5a40;
  margin-top: .3rem;
}

.channel19 .doc {
  margin-top: .3rem;
}

.channel19 .doc p {
  font-size: .3rem;
  line-height: .5rem;
  color: #333;
}

.channel19 .doc p:first-child {
  margin-top: 0;
}

.channel30 {
  height: 600px;
}

.channel30 .global-inner {
  width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.channel30 .image-yuan-box {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
}

.channel30 .image-yuan {
  width: 324px;
  height: 328px;
  object-fit: contain;
  margin-top: 220px;
  margin: 0 auto;
  display: block;
}

.channel30 .item {
  width: 390px;
  height: auto;
}

.channel30 .item1 {
  position: absolute;
  top: 124px;
  top: 21%;
  left: 0;
}

.channel30 .item1 .item-box {
  width: 19.5em;
  height: 11em;
  width: 390px;
  height: auto;
  position: relative;
}

.channel30 .item1 .item-box .image-yuandian {
  position: absolute;
  top: -3px;
  right: -16px;
}

.channel30 .item1 .item-box .tit {
  font-size: 24px;
  line-height: 1;
  display: block;
  text-align: right;
  color: #333;
  padding-right: 24px;
}

.channel30 .item1 .item-box .image1 {
  margin-top: 17px;
  margin-bottom: 15px;
}

.channel30 .item1 .item-box .doc {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.channel30 .item1 .item-box::before {
  position: absolute;
  content: '';
  top: 12px;
  right: -44px;
  width: 40px;
  height: 1px;
  background-color: #c9601a;
}

.channel30 .item1 .item-box::after {
  position: absolute;
  content: '';
  top: 75px;
  right: -159px;
  width: 150px;
  height: 1px;
  background-color: #c9601a;
  transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
}

.channel30 .item2 {
  position: absolute;
  top: 90%;
  left: 0;
}

.channel30 .item2 .item-box {
  width: 19.5em;
  height: 11em;
  width: 390px;
  height: auto;
  position: relative;
}

.channel30 .item2 .item-box .image-yuandian {
  position: absolute;
  top: -3px;
  right: -16px;
}

.channel30 .item2 .item-box::before {
  position: absolute;
  content: '';
  top: 13px;
  right: -21px;
  width: 15px;
  height: 1px;
  background-color: #c9601a;
}

.channel30 .item2 .item-box::after {
  position: absolute;
  content: '';
  top: -14.2%;
  right: -26%;
  width: 131px;
  height: 1px;
  background-color: #c9601a;
  transform: rotate(102.7deg);
  -webkit-transform: rotate(102.7deg);
}

.channel30 .item3 {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.channel30 .item3 .item-box {
  width: 19.5em;
  height: 11em;
  width: 390px;
  height: auto;
  position: relative;
}

.channel30 .item3 .item-box::before {
  position: absolute;
  content: '';
  top: 13px;
  right: -21px;
  width: 15px;
  height: 1px;
  background-color: #c9601a;
}

.channel30 .item3 .item-box::after {
  position: absolute;
  content: '';
  top: -14.2%;
  right: -26%;
  width: 131px;
  height: 1px;
  background-color: #c9601a;
  transform: rotate(102.7deg);
  -webkit-transform: rotate(102.7deg);
}

.p-qlgq .main-box {
  padding: 3.5em 0 3.5em;
}

.p-qlgq .bgk {
  position: absolute;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}

.p-qlgq .bgk-t {
  top: 0;
  left: 0;
  height: 31.5em;
}

.p-qlgq .bgk-b {
  bottom: 0;
  left: 0;
  height: 23em;
}

@media (max-width: 991.98px) {
  .p-qlgq .main-box {
    padding: .9rem 0;
  }
  .p-qlgq .bgk {
    position: absolute;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
  }
  .p-qlgq .bgk-t {
    top: 0;
    left: 0;
    height: 31.5em;
  }
  .p-qlgq .bgk-b {
    bottom: 0;
    left: 0;
    height: 23em;
  }
}

.public-party-heading {
  text-align: center;
  margin-bottom: 2.8em;
}

.public-party-heading .tit {
  font-size: 1.8em;
  line-height: 1.22;
  color: #333;
}

@media (max-width: 991.98px) {
  .public-party-heading {
    margin-bottom: .8rem;
  }
  .public-party-heading .tit {
    font-size: .48rem;
    line-height: 1;
  }
}

.channel20 .boxs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel20 .lefts {
  width: 66%;
}

.channel20 .lefts .top {
  margin-bottom: 1.5em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel20 .lefts .top .tit {
  font-size: 1.2em;
  line-height: 1;
  color: #333;
}

.channel20 .lefts .top .more {
  display: flex;
  align-items: center;
}

.channel20 .lefts .top .doc {
  font-size: .8em;
  line-height: 1;
  color: #0b573e;
}

.channel20 .lefts .top .bi {
  width: 15px;
  height: 16px;
  margin-left: .65em;
}

.channel20 .lefts .end {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel20 .lefts .end .list {
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.channel20 .lefts .end .item {
  padding: 2em 0 2.2em;
  border-bottom: 1px dashed #d9d9d9;
}

.channel20 .lefts .end .box {
  display: flex;
  display: -webkit-flex;
}

.channel20 .lefts .end .left {
  width: 9.5%;
  width: 3.8em;
  height: 4.3em;
  max-width: 3.8em;
  padding: 1em .7em .9em;
  margin-right: 1.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  background-color: #f7f7f2;
}

.channel20 .lefts .end .day {
  font-size: 1.8em;
  line-height: .8;
  font-family: Arial;
  color: #258280;
}

.channel20 .lefts .end .days {
  font-size: .7em;
  line-height: .8;
  margin-top: .7142em;
  white-space: nowrap;
  font-family: Arial;
  color: #857354;
}

.channel20 .lefts .end .right {
  width: 100%;
}

.channel20 .lefts .end .tit {
  height: 1em;
  font-size: .9em;
  line-height: 1;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.channel20 .lefts .end .doc {
  height: 3.5em;
  font-size: .8em;
  line-height: 1.75;
  color: #666;
  margin-top: .9375em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.channel20 .rights {
  width: 30.83%;
  position: relative;
}

.channel20 .rights .images {
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  z-index: -1;
}

.channel20 .rights .images.web {
  width: 100%;
  height: 24.5em;
}

.channel20 .rights .solid {
  position: absolute;
  top: 0;
  left: 0;
  height: .2em;
  width: 100%;
  background-color: #c2af87;
}

.channel20 .rights .top1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channel20 .rights .top1 .more {
  display: flex;
  align-items: center;
}

.channel20 .rights .top1 .doc {
  font-size: .8em;
  line-height: 1;
  color: #fff;
}

.channel20 .rights .top1 .bi {
  width: 15px;
  height: 16px;
  margin-left: .65em;
  color: #fff;
}

.channel20 .rights .rights-box {
  height: auto;
  padding: 2em 1.5em 2.7em;
}

.channel20 .rights .rights-heading {
  position: relative;
}

.channel20 .rights .rights-heading .tit {
  font-size: 1em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.channel20 .rights .list {
  padding-top: 1.7em;
}

.channel20 .rights .item {
  padding-left: .75em;
  margin-top: 1.4em;
  position: relative;
}

.channel20 .rights .item:first-child {
  margin-top: 0;
}

.channel20 .rights .item::before {
  position: absolute;
  content: '';
  left: 0;
  top: .55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.channel20 .rights .doc {
  font-size: .8em;
  line-height: 1.75;
  color: #fffdfa;
}

@media (max-width: 991.98px) {
  .channel20 .boxs {
    display: block;
  }
  .channel20 .lefts {
    width: 100%;
  }
  .channel20 .lefts .top {
    margin-bottom: .5rem;
  }
  .channel20 .lefts .top .tit {
    font-size: .36rem;
    line-height: 1;
  }
  .channel20 .lefts .end .item {
    padding: .39rem 0 .37rem;
  }
  .channel20 .lefts .end .box {
    padding-right: .34rem;
  }
  .channel20 .lefts .end .left {
    width: 1.1rem;
    max-width: 1.1rem;
    height: 1.24rem;
    border-radius: 8px;
    margin-right: .33rem;
    padding: .28rem .1rem;
  }
  .channel20 .lefts .end .day {
    font-size: .48rem;
  }
  .channel20 .lefts .end .days {
    font-size: .26rem;
    margin-top: .14rem;
  }
  .channel20 .lefts .end .tit {
    height: .96rem;
    font-size: .32rem;
    line-height: .48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .channel20 .lefts .end .right {
    padding-top: .1rem;
  }
  .channel20 .lefts .more {
    margin-top: .5rem;
    display: flex;
    align-items: center;
  }
  .channel20 .lefts .more .doc {
    font-size: .3rem;
    line-height: 1;
    color: #0b573e;
  }
  .channel20 .lefts .bi {
    width: .33rem;
    height: .32rem;
    margin-left: .2rem;
  }
  .channel20 .rights {
    width: 100%;
    margin-top: .8rem;
  }
  .channel20 .rights .box {
    padding: .53rem .4rem 1rem;
  }
  .channel20 .rights .top1 {
    margin-bottom: .2rem;
  }
  .channel20 .rights .more-box .more {
    display: flex;
    align-items: center;
  }
  .channel20 .rights .more-box .more .doc {
    font-size: .3rem;
    line-height: 1;
    color: #fff;
  }
  .channel20 .rights .more-box .bi {
    width: .33rem;
    height: .32rem;
    margin-left: .2rem;
  }
  .channel20 .rights .images {
    width: 100%;
    height: 100%;
  }
  .channel20 .rights .rights-heading .tit {
    font-size: .36rem;
    line-height: 1;
  }
  .channel20 .rights .list {
    padding-top: .46rem;
  }
  .channel20 .rights .item {
    margin-top: .44rem;
  }
  .channel20 .rights .doc {
    font-size: .32rem;
    line-height: .48rem;
  }
}

.channel21 {
  margin-top: 2.65em;
}

.channel21 .boxs {
  display: flex;
  display: -webkit-flex;
}

.channel21 .lefts {
  width: 27.25%;
  height: auto;
  background-color: #f2f9fa;
  position: relative;
}

.channel21 .lefts .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 16.35em solid #fff;
  border-bottom: 2em solid transparent;
}

.channel21 .lefts .lefts-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8em;
}

.channel21 .lefts .lefts-heading .tit {
  font-size: 1.2em;
  line-height: 1.33;
  color: #0c5b52;
}

.channel21 .lefts .lefts-box {
  padding: 4.9em 2.5em 0em;
}

.channel21 .lefts .list {
  padding-top: 1.65em;
  border-top: 1px solid rgba(108, 146, 140, 0.5);
}

.channel21 .lefts .list .item {
  margin-top: 1.5em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel21 .lefts .list .item:first-child {
  margin-top: 0;
}

.channel21 .lefts .list .active {
  justify-content: inherit;
}

.channel21 .lefts .list .active .bi {
  color: #147f79;
}

.channel21 .lefts .list .doc {
  font-size: .9em;
  line-height: 1.77;
  font-weight: bold;
  color: #333;
}

.channel21 .lefts .list .bi {
  width: 15px;
  height: 16px;
  margin-left: 1.1em;
  color: #333;
}

.channel21 .rights {
  width: 72.75%;
}

.channel21 .rights .blank {
  width: 100%;
  height: 4.3em;
  background-color: #fff;
}

.channel21 .rights .public-channel21-swiper {
  position: relative;
  overflow: hidden;
  display: none;
}

.channel21 .rights .public-channel21-swiper1 {
  display: block;
}

.channel21 .rights .box {
  display: block;
  position: relative;
}

.channel21 .rights .black {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.channel21 .rights .imgs {
  width: 100%;
  height: 27.8em;
  overflow: hidden;
}

.channel21 .rights .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel21 .rights .bd {
  position: absolute;
  left: 1.3em;
  bottom: 1.5em;
  z-index: 3;
}

.channel21 .rights .bd .tit {
  font-size: .9em;
  color: #fffefe;
  font-weight: bold;
}

.channel21 .rights .swiper-pagination {
  right: 1.5em;
  bottom: 1.7em;
  left: inherit;
  width: auto;
}

.channel21 .rights .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  opacity: .5;
  border: 1px solid #fff;
  background-color: transparent;
}

.channel21 .rights .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.channel21 .rights .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.channel21 .rights .swiper-button-next:after,
.channel21 .rights .swiper-button-prev:after {
  content: '';
}

.channel21 .rights .swiper-button-next {
  right: 1.5em;
}

.channel21 .rights .swiper-button-prev {
  left: 1.5em;
}

.channel21 .rights .bi {
  width: 17px;
  height: 33px;
  color: #fff;
  filter: drop-shadow(0px 2px 0.5px #000);
  opacity: .5;
}

@media (max-width: 991.98px) {
  .channel21 {
    margin-top: .68rem;
  }
  .channel21 .boxs {
    display: flex;
    display: -webkit-flex;
  }
  .channel21 .rights {
    width: 100%;
  }
  .channel21 .rights .lefts-heading {
    padding-bottom: .38rem;
  }
  .channel21 .rights .lefts-heading .tit {
    font-size: .36rem;
    line-height: .6rem;
    color: #333;
  }
  .channel21 .rights .blank {
    width: 100%;
    height: 4.3em;
    background-color: #fff;
  }
  .channel21 .rights .public-channel21-swiper {
    position: relative;
    margin-top: .4rem;
    overflow: hidden;
    display: block;
  }
  .channel21 .rights .channel21 .rights .public-channel21-swiper1 {
    margin-top: 0;
  }
  .channel21 .rights .box {
    display: block;
    position: relative;
  }
  .channel21 .rights .imgs {
    width: 100%;
    height: 4.3rem;
    overflow: hidden;
  }
  .channel21 .rights .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .channel21 .rights .bd {
    position: absolute;
    left: .2rem;
    bottom: .3rem;
    z-index: 3;
  }
  .channel21 .rights .bd .tit {
    font-size: .32rem;
    color: #fffefe;
    font-weight: normal;
  }
  .channel21 .rights .swiper-pagination {
    right: .2rem;
    bottom: .35rem;
  }
  .channel21 .rights .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    margin: 0 .1rem;
  }
}

.p-msqdel .main-box {
  background-color: #fdf3e3;
}

.p-msqdel .head-place {
  height: 0em;
}

.p-msqweal .main-box {
  background-color: #84cbe9;
}

.p-msqweal .head-place {
  height: 0em;
}

.p-msqweal .channel22 .bgk {
  background-size: contain;
}

.channel22 {
  position: relative;
}

.channel22 .bgk {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
}

.channel22 .bgk.web {
  height: auto;
}

.channel22 .global-inner {
  padding: 0 5em;
}

.channel22 .top .doc {
  padding: 1.55em 3.25em 2.05em 3em;
  background-color: #fff;
}

.channel22 .top .doc p {
  font-size: .9em;
  line-height: 2em;
  color: #333;
}

.channel22 .end {
  margin-top: 1em;
  padding: 2.35em 2em 3em;
  background-color: #fff;
}

.channel23 .bgk.web {
  height: 20em;
}

.channel23 .bgk.app {
  height: 6.3rem;
}

.form-msqweal .form-group-cell,
.form-msqdel .form-group-cell {
  overflow: inherit;
}

.form-msqweal .control-label,
.form-msqdel .control-label {
  position: relative;
  font-size: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 2.5em;
}

.form-msqweal .control-label .must,
.form-msqdel .control-label .must {
  position: absolute;
  left: -16px;
  top: 2px;
  top: 0%;
  width: 8px;
  height: 8px;
  margin: 0;
}

.form-msqweal .control-label .duoxuan,
.form-msqweal .control-label .danxuan,
.form-msqdel .control-label .duoxuan,
.form-msqdel .control-label .danxuan {
  width: 2.5em;
  height: 1.1em;
  margin-left: 1em;
  color: #0b573e;
  border-radius: .55em;
  border: 1px solid #0b573e;
  display: inline-block;
}

.form-msqweal .control-label .duoxuan .doc,
.form-msqweal .control-label .danxuan .doc,
.form-msqdel .control-label .duoxuan .doc,
.form-msqdel .control-label .danxuan .doc {
  font-size: .8em;
  line-height: 1.18;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.form-msqweal .control-label .duoxuan,
.form-msqdel .control-label .duoxuan {
  color: #c9601a;
  border: 1px solid #c9601a;
}

.form-msqweal .dx .control-label,
.form-msqdel .dx .control-label {
  margin-bottom: .75em;
}

.form-msqweal .frm-check-box input[type='radio'],
.form-msqdel .frm-check-box input[type='radio'] {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 5px;
  border: 2px solid #c9d5df;
}

.form-msqweal .frm-check-box input[type='checkbox'],
.form-msqdel .frm-check-box input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.form-msqweal .row-item,
.form-msqdel .row-item {
  padding: 0;
  margin-top: 3.25em;
}

.form-msqweal .row-item .form-group,
.form-msqdel .row-item .form-group {
  padding: 0;
}

.form-msqweal .row-item .frm-check-box,
.form-msqdel .row-item .frm-check-box {
  display: block;
  font-size: 1em;
  float: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-top: 1.25em;
  font-size: .9em;
  line-height: 1.5;
  color: #555;
  display: flex;
  align-items: baseline;
}

.form-msqweal .row-item .frm-check-box:first-child,
.form-msqdel .row-item .frm-check-box:first-child {
  margin-top: 0;
}

.form-msqweal .row-item .tit,
.form-msqdel .row-item .tit {
  font-size: .9em;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  white-space: initial;
  display: inline-block;
}

.form-msqweal .row-item .input-text,
.form-msqdel .row-item .input-text {
  align-items: inherit;
}

.form-msqweal .row-item:first-child,
.form-msqdel .row-item:first-child {
  margin-top: 0;
}

.form-msqweal .heng .frm-check-group,
.form-msqdel .heng .frm-check-group {
  display: flex;
  flex-wrap: wrap;
}

.form-msqweal .heng .frm-check-box:nth-child(odd),
.form-msqdel .heng .frm-check-box:nth-child(odd) {
  width: 50%;
}

.form-msqweal .heng .frm-check-box:nth-child(2n),
.form-msqdel .heng .frm-check-box:nth-child(2n) {
  width: 50%;
}

.form-msqweal .heng .frm-check-box:nth-child(2),
.form-msqdel .heng .frm-check-box:nth-child(2) {
  margin-top: 0;
}

.form-msqweal .input-t1,
.form-msqdel .input-t1 {
  display: none;
  padding-left: .5em;
}

.form-msqweal .input-xs,
.form-msqdel .input-xs {
  width: 100% !important;
}

.form-msqweal .input-xs .input-t1,
.form-msqdel .input-xs .input-t1 {
  display: block;
  width: 20.66em;
  height: 1.77em;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: solid 1px #e6e6e6;
}

.form-msqweal .less,
.form-msqdel .less {
  font-size: .8em;
  line-height: 1;
  color: #555;
  margin-bottom: 1.25em;
}

.form-msqweal .sr .form-group-cell,
.form-msqdel .sr .form-group-cell {
  width: max-content;
  position: relative;
}

.form-msqweal .sr .form-group-cell #srtj,
.form-msqdel .sr .form-group-cell #srtj {
  position: absolute;
  font-size: .8em;
  line-height: 1;
  color: #999;
  bottom: .625em;
  right: .625em;
}

.form-msqweal .input-sr,
.form-msqdel .input-sr {
  width: 30em;
  height: 9em;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #0b573e;
  padding: 10px;
}

.form-msqweal .btn-btn,
.form-msqdel .btn-btn {
  margin: 0;
  margin-top: 3em;
}

.form-msqweal .btn-btn .row-item,
.form-msqdel .btn-btn .row-item {
  margin-top: 3em;
}

.form-msqweal .btn-btn .form-btnbox,
.form-msqdel .btn-btn .form-btnbox {
  width: 7.5em;
  height: 2.25em;
  color: #fff;
  border-radius: 23px;
}

.form-msqweal .btn-btn .btn-msqdel1,
.form-msqdel .btn-btn .btn-msqdel1 {
  background-color: #0b573e;
  margin-right: 1.5em;
}

.form-msqweal .btn-btn .btn-msqdel2,
.form-msqdel .btn-btn .btn-msqdel2 {
  background-color: #999999;
}

.form-msqweal .btn-btn .btn-submit,
.form-msqweal .btn-btn .btn-reset,
.form-msqdel .btn-btn .btn-submit,
.form-msqdel .btn-btn .btn-reset {
  width: 100%;
  height: 100%;
  display: block;
  font-size: .9em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-msqweal .control-label {
  margin-bottom: 1.7em;
}

.form-msqweal .frm-check-group {
  display: flex !important;
}

.form-msqweal .frm-radio-group {
  width: 75.9%;
  display: flex !important;
}

.form-msqweal .row-item .frm-check-box {
  margin-top: 0;
}

.form-msqweal .row-item .frm-check-box {
  margin-right: 6.66em;
}

.form-msqweal .row-item .frm-check-box:last-child {
  margin-right: 0;
}

.form-msqweal .row-list {
  margin-top: 2.5em;
}

.form-msqweal .row-list1 {
  margin-top: 0;
}

.form-msqweal .row-list1 .excel-tit {
  padding-top: 0;
}

.form-msqweal .row-list1 .excel-tit::after {
  display: none;
}

.form-msqweal .row-item:nth-child(2) {
  margin-top: 0;
}

.form-msqweal .input-xs {
  width: auto !important;
}

.form-msqweal .input-t1-box .input-t1 {
  width: 75.9%;
  height: 2em;
  font-size: .8em;
  margin-top: 1em;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: solid 1px #e6e6e6;
}

.form-msqweal .input-t1-box .input-t1::placeholder {
  font-size: .7em;
  color: #999;
}

.form-msqweal .excel-tit {
  padding-top: 2.5em;
  margin-bottom: 2.35em;
  position: relative;
}

.form-msqweal .excel-tit .tit {
  font-size: 1.5em;
  line-height: 1;
  color: #0b573e;
}

.form-msqweal .excel-tit::after {
  position: absolute;
  content: '';
  top: 0;
  left: -25%;
  width: 150%;
  height: 1px;
  background-color: #84cbe9;
}

.form-msqweal .row-list .btn-btn {
  margin-top: 2.5em;
  padding-top: 2em;
  position: relative;
}

.form-msqweal .row-list .btn-btn::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: -25%;
  width: 500%;
  height: 1px;
  background-color: #84cbe9;
}

@media (max-width: 991.98px) {
  .channel22 .top .doc {
    font-size: .3rem;
    line-height: .48rem;
    padding: .48rem .4rem .51rem;
  }
  .channel22 .end {
    margin-top: .3rem;
    padding: .68rem .4rem .8rem;
  }
}

@media (max-width: 991.98px) {
  .form-msqweal .control-label,
  .form-msqdel .control-label {
    display: block;
    margin-bottom: .43rem;
  }
  .form-msqweal .control-label .duoxuan,
  .form-msqweal .control-label .danxuan,
  .form-msqdel .control-label .duoxuan,
  .form-msqdel .control-label .danxuan {
    width: .9rem;
    height: .34rem;
    margin-left: .17rem;
    border-radius: .19rem;
  }
  .form-msqweal .control-label .duoxuan .doc,
  .form-msqweal .control-label .danxuan .doc,
  .form-msqdel .control-label .duoxuan .doc,
  .form-msqdel .control-label .danxuan .doc {
    font-size: .26rem;
    line-height: .32rem;
  }
  .form-msqweal .row-item,
  .form-msqdel .row-item {
    margin-top: .68rem;
  }
  .form-msqweal .row-item .tit,
  .form-msqdel .row-item .tit {
    font-size: .3rem;
    line-height: .48rem;
    white-space: normal;
  }
  .form-msqweal .row-item .frm-check-box,
  .form-msqdel .row-item .frm-check-box {
    font-size: .3rem;
    line-height: .36rem;
    margin-top: .25rem;
    align-items: inherit;
  }
  .form-msqweal .row-item .frm-check-box input[type='radio'],
  .form-msqdel .row-item .frm-check-box input[type='radio'] {
    width: .32rem;
    height: .32rem;
    background-color: #ffffff;
    border: solid 2px #c9d5df;
  }
  .form-msqweal .row-item .frm-check-box input[type='checkbox'],
  .form-msqdel .row-item .frm-check-box input[type='checkbox'] {
    width: .3rem;
    height: .3rem;
    margin-top: 2px;
    margin-left: .15rem;
    margin-right: .15rem;
  }
  .form-msqweal .heng .frm-check-box,
  .form-msqdel .heng .frm-check-box {
    width: 100% !important;
  }
  .form-msqweal .heng .frm-check-box:nth-child(2),
  .form-msqdel .heng .frm-check-box:nth-child(2) {
    margin-top: .25rem;
  }
  .form-msqweal .input-sr,
  .form-msqdel .input-sr {
    width: 5.9rem;
    height: 2.6rem;
  }
  .form-msqweal .btn-btn,
  .form-msqdel .btn-btn {
    margin: 0 auto;
    margin-top: .8rem;
  }
  .form-msqweal .btn-btn .row-item,
  .form-msqdel .btn-btn .row-item {
    margin-top: .8rem;
  }
  .form-msqweal .btn-btn .form-btnbox,
  .form-msqdel .btn-btn .form-btnbox {
    width: 2.4rem;
    height: .72rem;
    color: #fff;
    border-radius: 23px;
  }
  .form-msqweal .btn-btn .btn-msqdel1,
  .form-msqdel .btn-btn .btn-msqdel1 {
    background-color: #0b573e;
    margin-right: .4rem;
  }
  .form-msqweal .btn-btn .btn-msqdel2,
  .form-msqdel .btn-btn .btn-msqdel2 {
    background-color: #999999;
  }
  .form-msqweal .btn-btn .btn-submit,
  .form-msqweal .btn-btn .btn-reset,
  .form-msqdel .btn-btn .btn-submit,
  .form-msqdel .btn-btn .btn-reset {
    width: 100%;
    height: 100%;
    display: block;
    font-size: .3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-msqweal .input-xs .input-t1,
  .form-msqdel .input-xs .input-t1 {
    width: 4rem;
  }
}

@media (max-width: 991.98px) {
  .form-msqweal .control-label {
    margin-bottom: .5rem;
  }
  .form-msqweal .frm-check-group {
    display: flex !important;
  }
  .form-msqweal .frm-radio-group {
    width: 100%;
    display: block !important;
  }
  .form-msqweal .row-item .frm-check-box {
    margin-top: 0;
  }
  .form-msqweal .row-item .frm-check-box:first-child {
    margin-top: 0;
  }
  .form-msqweal .row-item .frm-check-box {
    margin-top: .32rem;
    margin-right: 0rem;
    color: #666;
  }
  .form-msqweal .row-item .frm-check-box:last-child {
    margin-right: 0;
  }
  .form-msqweal .row-list {
    margin-top: 2.5em;
  }
  .form-msqweal .row-list1 {
    margin-top: 0;
  }
  .form-msqweal .row-list1 .excel-tit {
    padding-top: 0;
  }
  .form-msqweal .row-list1 .excel-tit::after {
    display: none;
  }
  .form-msqweal .row-item:nth-child(2) {
    margin-top: 0;
  }
  .form-msqweal .input-xs {
    width: auto !important;
  }
  .form-msqweal .input-t1-box {
    position: relative;
  }
  .form-msqweal .input-t1-box #srtj {
    display: none;
    position: absolute;
    bottom: .2rem;
    right: .2rem;
  }
  .form-msqweal .input-t1-box .input-t1 {
    width: 100%;
    height: 1.92rem;
    font-size: .28rem;
    line-height: .36rem;
    margin-top: .47rem;
    color: #999;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
  }
  .form-msqweal .input-t1-box .input-t1::placeholder {
    font-size: .28rem;
    line-height: .36rem;
    color: #999;
  }
  .form-msqweal .excel-tit {
    padding-top: .8rem;
    margin-bottom: .58rem;
    position: relative;
  }
  .form-msqweal .excel-tit .tit {
    font-size: 1.5em;
    line-height: 1;
    color: #0b573e;
  }
  .form-msqweal .excel-tit::after {
    position: absolute;
    content: '';
    top: 0;
    left: -25%;
    width: 150%;
    height: 1px;
    background-color: #84cbe9;
  }
  .form-msqweal .row-list .btn-btn {
    margin-top: .8rem;
    padding-top: .7rem;
    position: relative;
  }
  .form-msqweal .row-list .btn-btn::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -25%;
    width: 500%;
    height: 1px;
    background-color: #84cbe9;
  }
  .form-msqweal .input-xs .input-t1-box #srtj {
    display: block;
  }
}

.p-msqdel .main-box {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .form-msqweal .frm-radio-group {
    width: 95%;
  }
  .form-msqweal .input-t1-box .input-t1 {
    width: 95%;
  }
}

.serve-tit2,
.serve-tit {
  margin-bottom: 2em;
}

.serve-tit2 .tit,
.serve-tit .tit {
  font-size: 1.8em;
  line-height: 1.22;
  color: #c9601a;
}

.serve-tit2 .tit {
  color: #333333;
}

@media (max-width: 991.98px) {
  .serve-tit2,
  .serve-tit {
    margin-bottom: .3rem;
  }
  .serve-tit2 .tit,
  .serve-tit .tit {
    font-size: .5rem;
    line-height: 1.5;
  }
}

.p-roomlist .main-box {
  padding: 3em 0 0;
}

@media (max-width: 991.98px) {
  .p-roomlist .main-box {
    padding: .5rem 0 0rem;
  }
}

.channel24 .choose {
  padding: 0 1.5em 0em;
  background-color: #f5f5f5;
  margin-bottom: 2em;
}

.channel24 .choose .name {
  width: 65px;
  min-width: 65px;
  font-size: .7em;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

.channel24 .choose input[type='checkbox'] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 1em;
  height: 1em;
  margin-right: .7142em;
}

.channel24 .choose .choose-room {
  display: flex;
  padding: 1.5em 6em .5em 0;
  border-bottom: 1px solid #dcdcdc;
}

.channel24 .choose .choose-list {
  display: flex;
  flex-wrap: wrap;
}

.channel24 .choose .choose-list .choose-item {
  font-size: .7em;
  line-height: 1;
  color: #333;
  display: flex;
  align-items: center;
  margin-right: 6.14em;
  margin-bottom: 1.428em;
  min-width: 6em;
}

.channel24 .choose .type {
  border: 0;
}

.channel24 .choose .type .choose-item {
  margin-right: 6.14em;
}

.channel24 .list {
  width: 100%;
  padding-top: 1em;
  border-top: 1px solid #dcdcdc;
}

.channel24 .item {
  padding: 1em 0;
  border-bottom: 1px solid #e6e6e6;
}

.channel24 .item .box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.channel24 .item .imgs {
  width: 37.5%;
  height: 15em;
  overflow: hidden;
}

.channel24 .item .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel24 .item .bd {
  width: 62.5%;
  padding-left: 2.5em;
}

.channel24 .item .bd .bd-top {
  padding-bottom: 1.05em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

.channel24 .item .bd .tit {
  font-size: 1.5em;
  line-height: 1.466;
  color: #333;
}

.channel24 .item .bd .location {
  font-size: .8em;
  line-height: 1.875;
  color: #666;
  padding-left: 1.5em;
  margin-top: 0.8125em;
  position: relative;
}

.channel24 .item .bd .location span {
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.channel24 .item .bd .location::before {
  position: absolute;
  content: '';
  top: 7px;
  top: calc( ( 3.75em - 16px) * 0.15);
  left: 0;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/location.svg);
}

.channel24 .item .bd .tower {
  font-size: .8em;
  line-height: 1.875;
  color: #666;
  padding-left: 1.5em;
  position: relative;
}

.channel24 .item .bd .tower span {
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.channel24 .item .bd .tower::before {
  position: absolute;
  content: '';
  top: 7px;
  top: calc( ( .8em - 0px) * 0.5);
  left: 0;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/tower.svg);
}

.channel24 .item .bd .room {
  width: 8em;
  height: 2em;
  margin-top: 1.6em;
  border-radius: 4px;
  border: 1px solid #0b573e;
}

.channel24 .item .bd .room a {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel24 .item .bd .room .docx {
  width: 100%;
  font-size: .8em;
  line-height: 2.4;
  color: #0b573e;
  text-align: center;
}

.channel24 .item .btn-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 1em;
}

.channel24 .item .btn-box .condition {
  width: 5em;
  height: 2.1428em;
  color: #ff7400;
  font-size: .7em;
  line-height: 2.1428em;
  border-radius: 4px;
  background-color: rgba(255, 116, 0, 0.15);
  text-align: center;
}

.channel24 .item .btn-box .condition-ed {
  color: #999999;
  background-color: #e6e6e6;
}

.channel24 .item .btn-box .look {
  width: 4.5em;
  height: 1.2em;
  padding: 0 .2em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 4px;
  border: solid 1px #0b573e;
}

.channel24 .item .btn-box .look img {
  width: .8em;
  height: .8em;
}

.channel24 .item .btn-box .look .docx {
  font-size: .7em;
  line-height: 1;
  color: #0b573e;
}

.channel24 .item .bd-top-right {
  display: flex;
  align-items: center;
}

.channel24 .item .price {
  margin-left: auto;
  display: flex;
  align-items: baseline;
}

.channel24 .item .price .reference {
  width: 4em;
  height: 1.2em;
  margin-bottom: .625em;
  margin-left: auto;
  border-radius: 3px;
  border: solid 1px #999999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.channel24 .item .price .reference .docx {
  float: right;
  font-size: .7em;
  line-height: 1;
  color: #999999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-itema: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}

.channel24 .item .price .tit {
  font-size: 1.8em;
  line-height: 1;
  color: #ff7400;
  font-weight: bold;
}

.channel24 .item .price .money {
  font-size: .7em;
  line-height: 1;
  color: #ff7400;
  margin-left: 5px;
}

.channel24 .item:first-child {
  padding-top: 0;
}

.channel24 .global-paging {
  margin-top: 2em;
}

@media (max-width: 1660px) {
  .channel24 .item .bd .tower::before {
    position: absolute;
    content: '';
    top: 7px;
    top: calc( ( .8em - 6px) * 0.5);
    left: 0;
    width: 16px;
    height: 16px;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/images/tower.svg);
  }
}

.p-roomlist .serve-tit .tit {
  color: #333;
}

.p-yhyj .main-box {
  padding: 3em 0 !important;
}

.p-yhyj .serve-tit .tit {
  color: #ca5f1b;
}

@media (max-width: 991.98px) {
  .p-yhyj .main-box {
    padding: .5rem 0 1rem !important;
  }
}

.touch {
  padding: 4em 0 5em;
  margin-top: 3.5em;
  background-color: #f7f7f7;
}

.touch .boxs {
  position: relative;
}

.touch .content {
  min-height: 300px;
  padding: 2em 2em 3em;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.5em;
}

.touch .content .bgk {
  position: absolute;
  bottom: 0;
  right: 0;
}

.touch .content .hd-tit {
  position: relative;
  width: 66.66%;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.touch .content .hd-tit .tit {
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
  color: #009768;
}

.touch .content .box {
  position: relative;
  width: 58%;
  margin-top: 2em;
  color: #333;
  display: flex;
  justify-content: space-between;
}

.touch .content .box .right .item {
  display: flex;
  align-items: center;
  color: #b7b4b2;
}

.touch .content .box .right .tit {
  line-height: 2;
  font-size: .7em;
}

.touch .content .box .item {
  margin-bottom: 1.5em;
}

.touch .content .box .item:last-child {
  margin-bottom: 0;
}

.touch .content .box .tit {
  font-size: .8em;
  font-weight: bold;
  line-height: 1;
  margin-top: 1em;
}

.touch .content .box .doc {
  font-size: .7em;
  line-height: 1.5;
  margin-top: 1em;
}

.touch .content .box .imgs {
  width: 5em;
  height: 5em;
  margin-top: 10px;
  overflow: hidden;
  margin-left: 20px;
}

.touch .content .box .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .touch .content .box {
    width: 65%;
  }
}

@media (max-width: 991.98px) {
  .touch {
    padding: .4rem 0 1.2rem;
    margin-top: .3rem;
    background-color: #f7f7f7;
  }
  .touch .boxs {
    position: relative;
  }
  .touch .content {
    padding: .3rem .3rem .5rem;
    position: relative;
  }
  .touch .content .bgk {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .touch .content .hd-tit {
    position: relative;
    width: 100%;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ddd;
  }
  .touch .content .hd-tit .tit {
    font-size: .36rem;
    line-height: 1;
    font-weight: bold;
    color: #009768;
  }
  .touch .content .box {
    position: relative;
    width: 100%;
    margin-top: .2rem;
    color: #333;
    display: block;
  }
  .touch .content .box .left {
    width: 100%;
    margin-right: 2rem;
  }
  .touch .content .box .right {
    margin-top: 1rem;
  }
  .touch .content .box .item {
    margin-bottom: .3rem;
  }
  .touch .content .box .item:last-child {
    margin-bottom: 0;
  }
  .touch .content .box .tit {
    font-size: .32rem;
    font-weight: bold;
    line-height: 1;
    margin-top: .2rem;
  }
  .touch .content .box .doc {
    font-size: .3rem;
    line-height: 1.5;
    margin-top: .2rem;
  }
  .touch .content .box .imgs {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 10px;
    overflow: hidden;
  }
  .touch .content .box .imgs .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .channel24 .choose {
    padding: 0 .3rem 0;
    background-color: #f5f5f5;
    margin-bottom: 1em;
  }
  .channel24 .choose .name {
    width: .85rem;
    min-width: .85rem;
    font-size: .28rem;
    line-height: 1;
    color: #333;
    font-weight: bold;
    margin-right: .2rem;
  }
  .channel24 .choose input[type='checkbox'] {
    appearance: auto;
    -webkit-appearance: auto;
    width: 1em;
    height: 1em;
    margin-right: .7142em;
  }
  .channel24 .choose .choose-room {
    display: flex;
    justify-content: space-between;
    padding: .3rem .0rem .3rem 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .channel24 .choose .choose-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .channel24 .choose .choose-list .choose-item {
    min-width: 2rem;
    font-size: .3rem;
    line-height: 1;
    color: #333;
    display: flex;
    align-items: center;
    margin-right: .2rem;
    margin-bottom: .3rem;
  }
  .channel24 .item .box {
    display: block;
  }
  .channel24 .item .imgs {
    width: 100%;
    height: 3.5rem;
  }
  .channel24 .item .bd {
    width: 100%;
    padding-left: 0;
    margin-top: .3rem;
  }
  .channel24 .item .bd .tit {
    font-size: .44rem;
    line-height: .6rem;
  }
  .channel24 .item .bd .location {
    font-size: .3rem;
    line-height: .46rem;
    padding-left: .5rem;
    margin-top: .3rem;
    position: relative;
  }
  .channel24 .item .bd .location span {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .channel24 .item .bd .location::before {
    top: 4px;
    left: 0;
  }
  .channel24 .item .bd .tower {
    font-size: .3rem;
    line-height: .46rem;
    padding-left: .5rem;
    margin-top: .2rem;
    position: relative;
  }
  .channel24 .item .bd .tower span {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .channel24 .item .bd .tower::before {
    position: absolute;
    top: 4px;
    left: 0;
  }
  .channel24 .item .bd .room {
    width: 3rem;
    height: .6rem;
    margin-top: .3rem;
    border-radius: 4px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .channel24 .item .bd .room .docx {
    width: 100%;
    font-size: .3rem;
    line-height: 1;
    text-align: center;
  }
  .channel24 .item .btn-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: .3rem;
    margin-left: 0;
  }
  .channel24 .item .btn-box .condition {
    width: 1.5rem;
    height: .5rem;
    font-size: .26rem;
    line-height: 1.714em;
    margin-right: .3rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .channel24 .item .btn-box .look {
    display: none;
    width: 1.8rem;
    height: .5rem;
    padding: 0 .1rem;
  }
  .channel24 .item .btn-box .look img {
    width: .28rem;
    height: .28rem;
  }
  .channel24 .item .btn-box .look .docx {
    font-size: .26rem;
    line-height: 1;
  }
  .channel24 .item .price {
    margin-left: inherit;
    display: flex;
    align-items: flex-end;
  }
  .channel24 .item .price .reference {
    width: 1.5rem;
    height: 0.5rem;
    margin-bottom: 0em;
    margin-left: inherit;
    margin-right: .3rem;
    border-radius: 3px;
    border: solid 1px #999999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .channel24 .item .price .reference .docx {
    float: right;
    font-size: .26rem;
    line-height: 1;
    color: #999999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-itema: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
  .channel24 .item .price .tit {
    font-size: .4rem;
    line-height: 1;
    color: #ff7400;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
  }
  .channel24 .item .price .money {
    font-size: .26rem;
    line-height: 1;
  }
  .channel24 .global-paging {
    margin-top: .6rem;
  }
}

.pop-roomlist {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100VW;
  height: 100VH;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.pop-roomlist .pop-roomlist-close {
  position: fixed;
  top: 2em;
  right: 2em;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  border: solid 1px #0b573e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: #3c3c3c;
}

.pop-roomlist .pop-roomlist-close .bi {
  width: 0.85em;
  height: 0.85em;
  color: #fff;
}

.pop-roomlist .global-inner {
  width: 960px;
}

.pop-roomlist .boxs {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.pop-roomlist .boxs .roomintord-swiper3,
.pop-roomlist .boxs .roomintord-swiper4 {
  overflow: hidden;
}

.pop-roomlist .boxs .roomintord-swiper3 .imgs,
.pop-roomlist .boxs .roomintord-swiper4 .imgs {
  overflow: hidden;
}

.pop-roomlist .boxs .roomintord-swiper3 .imgs .image,
.pop-roomlist .boxs .roomintord-swiper4 .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop-roomlist .boxs .roomintord-swiper3 .imgs {
  width: 100%;
  height: 32em;
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-next:after,
.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-prev:after {
  content: '';
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-next,
.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-prev {
  top: 45%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-next .bi,
.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-prev .bi {
  width: 8px;
  height: 16px;
  color: #fff;
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-next {
  right: -4em;
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-prev {
  left: -4em;
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-pagination {
  bottom: 20%;
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: .5;
  margin: 0 5px;
}

.pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.pop-roomlist .boxs .roomintord-swiper4 {
  margin-top: .75em;
  padding: 0 11em;
  background-color: transparent;
}

.pop-roomlist .boxs .roomintord-swiper4 .imgs {
  width: 100%;
  height: 5.5em;
}

@media (max-width: 991.98px) {
  .pop-roomlist .pop-roomlist-close {
    top: 3.8rem;
    right: .4rem;
  }
  .pop-roomlist .boxs {
    width: 89%;
  }
  .pop-roomlist .boxs .roomintord-swiper3 .imgs {
    width: 100%;
    height: 4.5rem;
  }
  .pop-roomlist .boxs .roomintord-swiper3 .roomintord-swiper3-pagination {
    bottom: -10%;
  }
  .pop-roomlist .boxs .roomintord-swiper4 {
    padding: 0;
  }
}

.pop-order {
  display: none;
  width: 100%;
  height: 50em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100VW;
  height: 100VH;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop-order .pop-roomlist1-close {
  position: fixed;
  top: 2em;
  right: 2em;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  border: solid 1px #0b573e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: #3c3c3c;
}

.pop-order .pop-roomlist1-close .bi {
  width: 0.85em;
  height: 0.85em;
  color: #fff;
}

.pop-order .pop-order-tit {
  margin-bottom: 2.25em;
}

.pop-order .pop-order-tit .tit {
  font-size: 1.6em;
  line-height: 1;
  color: #0b573e;
}

.pop-order .bgk {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 32em;
  background: no-repeat center;
  background-size: cover;
}

.pop-order .boxs {
  padding: 4em 0 8em 8em;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #fff;
}

.pop-order .form-roomlist {
  width: 25em;
}

.pop-order .form-roomlist .row-item {
  padding: 0 !important;
}

.pop-order .form-roomlist .form-group {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.pop-order .form-roomlist .form-group .week-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pop-order .form-roomlist .form-group .week {
  font-size: .7em;
  line-height: 1;
  color: #999;
}

.pop-order .form-roomlist .form-group #applyBydate {
  width: 22.3em;
  border: 0;
  font-size: .8em;
  color: #333;
  text-align: right;
  padding-left: 1.7em;
  padding-right: 1.2em;
  background-color: transparent;
}

.pop-order .form-roomlist .form-group #applyBydate::placeholder {
  color: #333;
}

.pop-order .form-roomlist .form-group .week-after {
  position: relative;
}

.pop-order .form-roomlist .form-group .week-after::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 8px;
  top: 50%;
  right: 0;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/down.svg);
}

.pop-order .form-roomlist .form-group #applyClassify {
  font-size: .8em;
  line-height: 1;
  text-align: right;
  padding-right: 0;
}

.pop-order .form-roomlist .form-group .num {
  font-size: .8em;
  line-height: 1;
  color: #999;
}

.pop-order .form-roomlist .form-group #applyClassify {
  width: 20.3em;
  border: 0;
  font-size: .8em;
  background-color: transparent;
}

.pop-order .form-roomlist .form-group .choseDay::placeholder {
  text-align: right;
}

.pop-order .form-roomlist .form-group .choseDay {
  text-align: right;
}

.pop-order .form-roomlist .form-group .control-label {
  font-size: .8em;
  line-height: 1;
  color: #333;
}

.pop-order .form-roomlist .form-group .form-control {
  width: 20em;
  height: 2.5em;
}

.pop-order .form-roomlist .form-group input {
  font-size: 1em;
  line-height: 1;
  color: #999;
  border-radius: 0%;
}

.pop-order .form-roomlist .form-group input::placeholder {
  font-size: .8em;
  line-height: 1;
  color: #999;
}

.pop-order .form-roomlist .frm-vcode .flex {
  flex-wrap: nowrap !important;
}

.pop-order .form-roomlist .frm-vcode .inpt input {
  width: 14em;
}

.pop-order .form-roomlist .frm-vcode .vcode-imgs {
  width: 5.5em;
  margin-left: .5em;
}

.pop-order .form-roomlist .frm-vcode .vcode-imgs img {
  width: 5.5em;
  margin-left: .5em;
  object-fit: cover;
  margin-left: 0;
}

.pop-order .form-roomlist .form-btnbox {
  width: 8em;
  height: 2.3em;
  border-radius: 3px;
  background-color: #0b573e;
}

.pop-order .form-roomlist .form-btnbox .btn-submit {
  width: 100%;
  height: 100%;
  font-size: .9em;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .pop-order .pop-roomlist1-close {
    top: 1.6rem;
    right: 0.4rem;
  }
  .pop-order .boxs {
    padding: .5rem 0.3rem;
    position: absolute;
    width: 89%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
  }
  .pop-order .form-roomlist .form-group {
    display: block;
    margin-bottom: .2rem;
  }
  .pop-order .form-roomlist .form-group #applyBydate {
    width: 4rem;
    font-size: .3rem;
  }
  .pop-order .form-roomlist .form-group #applyBydate::placeholder {
    font-size: .26rem;
  }
  .pop-order .form-roomlist .form-group #applyClassify {
    width: 4rem;
    color: #333;
    text-align: left;
  }
  .pop-order .form-roomlist .form-group .control-label {
    font-size: .3rem;
    margin-bottom: .3rem;
  }
  .pop-order .form-roomlist .form-group .form-control {
    padding-left: .2rem;
  }
  .pop-order .form-roomlist .form-group .num {
    font-size: .26rem;
  }
  .pop-order .form-roomlist .form-group input::placeholder {
    font-size: .28rem;
  }
  .pop-order .form-roomlist .week-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-roomintord .main-box {
  padding: 4em 0 6em;
}

.p-roomintord .serve-tit .tit {
  color: #333;
}

@media (max-width: 991.98px) {
  .p-roomintord .main-box {
    padding: .5rem 0 1rem;
  }
}

.channel25 .global-paging {
  height: auto;
  margin-bottom: 1em;
}

.channel25 .boxs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel25 .lefts {
  width: 43.75%;
}

.channel25 .lefts .roomintord-swiper1,
.channel25 .lefts .roomintord-swiper2 {
  position: relative;
  overflow: hidden;
}

.channel25 .lefts .roomintord-swiper1 .imgs,
.channel25 .lefts .roomintord-swiper2 .imgs {
  overflow: hidden;
}

.channel25 .lefts .roomintord-swiper1 .imgs .image,
.channel25 .lefts .roomintord-swiper2 .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel25 .lefts .roomintord-swiper1 .imgs {
  width: 100%;
  height: 17.5em;
}

.channel25 .lefts .roomintord-swiper2 {
  margin-top: .75em;
}

.channel25 .lefts .roomintord-swiper2 .imgs {
  width: 100%;
  height: 5.5em;
}

.channel25 .rights {
  width: 56.25%;
  padding-left: 2em;
  border-top: 1px solid #e6e6e6;
}

.channel25 .rights .btn-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 1.5em;
}

.channel25 .rights .btn-box .condition {
  width: 4.28em;
  height: 1.714em;
  color: #ff7400;
  font-size: .7em;
  line-height: 1.714em;
  margin-right: 0.71em;
  border-radius: 4px;
  background-color: rgba(255, 116, 0, 0.15);
  text-align: center;
}

.channel25 .rights .btn-box .condition-ed {
  color: #999999;
  background-color: #e6e6e6;
}

.channel25 .rights .price {
  display: flex;
  align-items: flex-end;
  margin-top: .8em;
}

.channel25 .rights .price .tit {
  font-size: 1.8em;
  line-height: 1;
  color: #ff7400;
  font-weight: bold;
}

.channel25 .rights .price .money {
  font-size: .7em;
  line-height: 1;
  color: #ff7400;
}

.channel25 .rights .bd {
  margin-top: 1.4em;
  padding: 1.2em 0 2.2em;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.channel25 .rights .bd .location {
  height: 3.75em;
  font-size: .8em;
  line-height: 1.875;
  color: #666;
  padding-left: 1.5em;
  position: relative;
  display: flex;
}

.channel25 .rights .bd .location .location-d {
  display: inline-block;
}

.channel25 .rights .bd .location span {
  width: 90%;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.channel25 .rights .bd .location::before {
  position: absolute;
  content: '';
  top: 7px;
  top: calc( ( 3.75em - 16px) * 0.15);
  left: 0;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/location.svg);
}

.channel25 .rights .bd .tower {
  font-size: .8em;
  line-height: 1.875;
  color: #666;
  padding-left: 1.5em;
  position: relative;
}

.channel25 .rights .bd .tower span {
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.channel25 .rights .bd .tower::before {
  position: absolute;
  content: '';
  top: 7px;
  top: calc( ( .8em - 0px) * 0.5);
  left: 0;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/tower.svg);
}

.channel25 .rights .bd .room {
  width: 8em;
  height: 2em;
  margin-top: 1.2em;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #0b573e;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel25 .rights .bd .room .docx {
  width: 100%;
  font-size: .8em;
  line-height: 1.875;
  color: #0b573e;
  text-align: center;
}

.channel25 .rights .bd .room .docx a {
  width: 100%;
  height: 100%;
}

.channel25 .rights .order {
  margin-top: 1.5em;
  display: flex;
  display: -webkit-flex;
}

.channel25 .rights .order .del {
  width: 59%;
  height: 4.5em;
  padding: 1.2em 0 0 1.2em;
  color: #009768;
  background-color: rgba(0, 151, 104, 0.08);
}

.channel25 .rights .order .del .tit {
  font-size: .8em;
  line-height: 1;
  margin-bottom: .625em;
}

.channel25 .rights .order .del .num {
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
}

.channel25 .rights .order .look {
  width: 41%;
  height: 4.5em;
  background-color: #009768;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.channel25 .rights .order .look a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.channel25 .rights .order .look img {
  width: 1.2em;
  height: 1.2em;
  margin-right: .5em;
  object-fit: contain;
}

.channel25 .rights .order .look .doc {
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
}

@media (max-width: 1660px) {
  .channel25 .rights .bd .tower::before {
    position: absolute;
    content: '';
    top: 7px;
    top: calc( ( .8em - 6px) * 0.5);
    left: 0;
    width: 16px;
    height: 16px;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/images/tower.svg);
  }
}

@media (max-width: 991.98px) {
  .channel25 .global-inner {
    padding: 0 !important;
  }
  .channel25 .global-paging .ctrl span {
    display: none;
  }
  .channel25 .boxs {
    display: block;
  }
  .channel25 .lefts {
    width: 100%;
  }
  .channel25 .rights {
    width: 100%;
    padding-left: 0;
  }
  .channel25 .rights .btn-box .condition {
    font-size: .3rem;
  }
  .channel25 .rights .price .tit {
    font-size: .6rem;
  }
  .channel25 .rights .price .money {
    font-size: .26rem;
  }
  .channel25 .rights .bd {
    margin-top: .3rem;
    padding: .5rem 0 .6rem;
  }
  .channel25 .rights .bd .location {
    height: auto;
    font-size: .28rem;
  }
  .channel25 .rights .bd .tower::before,
  .channel25 .rights .bd .location::before {
    top: 5px;
  }
  .channel25 .rights .bd .tower {
    font-size: .28rem;
  }
  .channel25 .rights .bd .room {
    width: 3rem;
    height: .8rem;
  }
  .channel25 .rights .bd .room .docx {
    font-size: .3rem;
  }
  .channel25 .rights .order {
    margin-top: .5rem;
    display: block;
  }
  .channel25 .rights .order .del {
    padding: .3rem;
    width: 100%;
    text-align: center;
  }
  .channel25 .rights .order .del .tit {
    font-size: .3rem;
  }
  .channel25 .rights .order .del .tit .num {
    font-size: .36rem;
  }
  .channel25 .rights .order .look {
    width: 100%;
    margin-top: .3rem;
  }
  .channel25 .rights .order .look .doc {
    font-size: .4rem;
  }
}

.channel25 .table-box {
  width: 100%;
  padding: 1em;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.channel25 .table {
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
}

.channel25 .table table {
  width: 100%;
  border: 0;
}

.channel25 .table tr:last-child td {
  border-bottom: 0;
}

.channel25 .table th {
  width: 20%;
  font-size: .8em;
  line-height: 1.75;
  font-weight: bold;
  color: #333;
  border: 0;
  text-align: center;
  background-color: #f7f7f7;
}

.channel25 .table td {
  font-size: .8em;
  line-height: 1.375;
  color: #333;
  border: 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.channel25 .table .condition {
  width: 5.5em;
  height: 1.7em;
  margin: 0 auto;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channel25 .table .condition .doc {
  font-size: .8em;
  line-height: 1;
  color: #fff;
}

.channel25 .table .condition-ed {
  background-color: #999;
}

.channel25 .table .condition-img {
  background-color: #009768;
}

@media (max-width: 991.98px) {
  .channel25 .table {
    overflow-x: scroll;
  }
  .channel25 .table table {
    width: 190%;
  }
  .channel25 .table th {
    width: 20%;
    padding: .3rem .1rem;
    font-size: .3rem;
    line-height: .4rem;
    font-weight: bold;
    color: #333;
    border: 0;
    text-align: center;
    background-color: #f7f7f7;
  }
  .channel25 .table td {
    padding: .3rem .1rem;
    font-size: .3rem;
    line-height: .4rem;
    color: #333;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }
  .channel25 .table .condition {
    width: 5.5em;
    height: 1.7em;
    margin: 0 auto;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .channel25 .table .condition .doc {
    font-size: .8em;
    line-height: 1;
    color: #fff;
  }
  .channel25 .table .condition-ed {
    background-color: #999;
  }
  .channel25 .table .condition-img {
    background-color: #009768;
  }
}

.channel26 .item {
  display: flex;
}

.channel26 .item .box1 {
  width: 25%;
}

.channel26 .item .box1 .imgs {
  width: 100%;
}

.channel26 .item .bd .location {
  display: flex;
}

.channel26 .item .bd .location span {
  width: 94%;
}

.channel26 .item .bd .tower {
  display: flex;
}

.channel26 .item .bd .tower span {
  width: 94%;
  height: 3.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.channel26 .item .btn-box {
  margin-top: 2.2em;
}

@media (max-width: 991.98px) {
  .channel26 .item {
    display: block;
  }
  .channel26 .item .box1 {
    width: 25%;
  }
  .channel26 .item .box1 .imgs {
    width: 100%;
  }
  .channel26 .item .bd .location {
    display: flex;
  }
  .channel26 .item .bd .location span {
    width: 80%;
  }
  .channel26 .item .bd .tower {
    display: flex;
  }
  .channel26 .item .bd .tower span {
    width: 80%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .channel26 .item .btn-box {
    margin-top: 2.2em;
  }
}

.pop-pipe {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100VW;
  height: 100VH;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop-pipe .pop-pipe-close {
  position: fixed;
  top: 2em;
  right: 2em;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  border: solid 1px #0b573e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: #3c3c3c;
}

.pop-pipe .pop-pipe-close .bi {
  width: 0.85em;
  height: 0.85em;
  color: #fff;
}

.pop-pipe .pop-order-tit {
  position: relative;
  margin-bottom: 2.25em;
}

.pop-pipe .pop-order-tit .tit {
  font-size: 1.6em;
  line-height: 1;
  color: #0b573e;
}

.pop-pipe .bgk {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30em;
  height: 7.3em;
  background: no-repeat center;
  background-size: cover;
}

.pop-pipe .boxs {
  padding: 4em 5em 6.5em;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  background-color: #fff;
}

.pop-pipe .form-pipes {
  width: 100%;
}

.pop-pipe .form-pipes .row {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.pop-pipe .form-pipes .row .row-item {
  padding: 0 !important;
}

.pop-pipe .form-pipes .row .row-item:nth-child(1) {
  padding: 0 !important;
  padding-right: 2.5em !important;
}

.pop-pipe .form-pipes .row .row-item:nth-child(2) {
  padding: 0 !important;
  padding-left: 2.8em !important;
}

.pop-pipe .form-pipes .row.classify {
  padding-bottom: 0em;
  margin-bottom: 1.75em;
  border-bottom: 1px solid #e6e6e6;
}

.pop-pipe .form-pipes .form-group {
  margin-bottom: 0.75em;
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.pop-pipe .form-pipes .form-group .week-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pop-pipe .form-pipes .form-group .week {
  font-size: .7em;
  line-height: 1;
  color: #999;
}

.pop-pipe .form-pipes .form-group #applyBydate1 {
  width: 17em;
  border: 0;
  font-size: .8em;
  color: #333;
  padding-right: 1.5em !important;
  padding-left: 1.7em;
  background-color: transparent;
}

.pop-pipe .form-pipes .form-group #applyBydate1::placeholder {
  font-size: 1em;
  color: #333;
  text-align: right;
}

.pop-pipe .form-pipes .form-group .week-after {
  position: relative;
}

.pop-pipe .form-pipes .form-group .week-after::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 8px;
  top: 50%;
  right: 0;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/down.svg);
}

.pop-pipe .form-pipes .form-group #applyClassify {
  font-size: .8em;
  line-height: 1;
}

.pop-pipe .form-pipes .form-group .num {
  font-size: .8em;
  line-height: 1;
  color: #999;
}

.pop-pipe .form-pipes .form-group #applyClassify {
  width: 60%;
  border: 0;
  text-align: right;
  background-color: transparent;
}

.pop-pipe .form-pipes .form-group .choseDay::placeholder {
  text-align: right;
}

.pop-pipe .form-pipes .form-group .choseDay {
  text-align: right;
}

.pop-pipe .form-pipes .form-group .form-group-cell {
  width: 79%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pop-pipe .form-pipes .form-group .control-label {
  width: 21%;
  font-size: .8em;
  line-height: 1;
  color: #333;
}

.pop-pipe .form-pipes .form-group .form-control {
  width: 100%;
  height: 2.5em;
  border-radius: 3px;
}

.pop-pipe .form-pipes .form-group input {
  font-size: 1em;
  line-height: 1;
  color: #999;
  border-radius: 0%;
}

.pop-pipe .form-pipes .form-group input::placeholder {
  font-size: .8em;
  line-height: 1;
  color: #999;
}

.pop-pipe .form-pipes .frm-vcode .flex {
  flex-wrap: nowrap !important;
}

.pop-pipe .form-pipes .frm-vcode .inpt input {
  width: 11.5em;
}

.pop-pipe .form-pipes .frm-vcode .vcode-imgs {
  width: 5.5em;
  margin-left: .5em;
}

.pop-pipe .form-pipes .frm-vcode .vcode-imgs img {
  width: 5.5em;
  margin-left: .5em;
  object-fit: cover;
  margin-left: 0;
}

.pop-pipe .form-pipes .form-btnbox {
  width: 8em;
  height: 2.3em;
  margin-top: 1em;
  border-radius: 3px;
  background-color: #0b573e;
}

.pop-pipe .form-pipes .form-btnbox .btn-submit {
  width: 100%;
  height: 100%;
  font-size: .9em;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .pop-pipe .pop-order-tit {
    margin-bottom: .5rem;
  }
  .pop-pipe .pop-order-tit .tit {
    font-size: .48rem;
  }
  .pop-pipe .pop-pipe-close {
    position: absolute;
    top: .2rem;
    right: 0.2rem;
  }
  .pop-pipe .boxs {
    padding: .5rem 0.3rem;
    width: 100%;
    top: 50%;
    background-color: #fff;
    overflow-y: scroll;
    position: relative;
  }
  .pop-pipe .form-pipes .row .row-item:nth-child(1) {
    padding: 0 !important;
    padding-right: 0em !important;
  }
  .pop-pipe .form-pipes .row .row-item:nth-child(2) {
    padding: 0 !important;
    padding-left: 0em !important;
  }
  .pop-pipe .form-pipes .form-group {
    align-items: center;
    margin-bottom: .5rem;
  }
  .pop-pipe .form-pipes .form-group .form-group-cell {
    width: 70%;
  }
  .pop-pipe .form-pipes .form-group #applyBydate {
    width: 4rem;
    font-size: .3rem;
  }
  .pop-pipe .form-pipes .form-group #applyBydate::placeholder {
    font-size: .26rem;
  }
  .pop-pipe .form-pipes .form-group #applyBydate1,
  .pop-pipe .form-pipes .form-group #applyClassify {
    width: 2.7rem;
    color: #333;
    text-align: left;
  }
  .pop-pipe .form-pipes .form-group .control-label {
    font-size: .3rem;
  }
  .pop-pipe .form-pipes .form-group .form-control {
    height: .7rem;
    padding: 0 !important;
    padding-left: .2rem !important;
  }
  .pop-pipe .form-pipes .form-group .week,
  .pop-pipe .form-pipes .form-group .num {
    font-size: .3rem;
  }
  .pop-pipe .form-pipes .form-group .week-after::after {
    top: 40%;
  }
  .pop-pipe .form-pipes .form-group input::placeholder {
    font-size: .28rem;
  }
  .pop-pipe .form-pipes .form-group .help-block {
    font-size: .26rem;
    line-height: .36rem;
    position: absolute;
    bottom: -.4rem;
  }
  .pop-pipe .form-pipes .week-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pop-pipe .form-pipes .form-btnbox {
    width: 3.5rem;
    height: .8rem;
    font-size: .36rem;
  }
  .pop-pipe .form-pipes .frm-vcode .inpt input {
    width: 100%;
    height: .75rem;
  }
}

.channel27 .add-gl-swiper {
  overflow: hidden;
}

.channel27 .swiper3 .bgk {
  display: none;
}

.channel27 .swiper3 .pipedel-swiper2-next,
.channel27 .swiper3 .pipedel-swiper2-prev,
.channel27 .swiper3 .mb-bgk {
  display: none;
}

.channel27 .boxs {
  display: block;
}

.channel27 .top {
  width: 100%;
  height: 30em;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel27 .add-gl-swiper-next::after,
.channel27 .add-gl-swiper-prev::after {
  content: '';
}

.channel27 .add-gl-swiper-next,
.channel27 .add-gl-swiper-prev {
  top: 28%;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: solid 1px #999999;
}

.channel27 .add-gl-swiper-next .bi,
.channel27 .add-gl-swiper-prev .bi {
  width: 30px;
  height: 17px;
  color: #999999;
}

.channel27 .add-gl-swiper-next {
  right: -4.5em;
}

.channel27 .add-gl-swiper-prev {
  left: -4.5em;
}

.channel27 .pipedel-swiper1 {
  width: 75%;
  overflow: hidden;
}

.channel27 .pipedel-swiper1 .imgs {
  width: 100%;
  height: 30em;
  overflow: hidden;
  position: relative;
}

.channel27 .pipedel-swiper1 .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel27 .pipedel-swiper1 .video-slide .act-t,
.channel27 .pipedel-swiper1 .video-slide .act-t-h {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}

.channel27 .pipedel-swiper1 .video-slide .act-h {
  display: none;
}

.channel27 .pipedel-swiper2 {
  width: 23.75%;
  height: 30em;
  overflow: hidden;
  position: relative;
}

.channel27 .pipedel-swiper2 .swiper-slide {
  width: 100%;
  height: 9.5em;
}

.channel27 .pipedel-swiper2 .imgs {
  width: 100%;
  height: 9.5em;
  overflow: hidden;
  position: relative;
}

.channel27 .pipedel-swiper2 .imgs .mb-bgk {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.channel27 .pipedel-swiper2 .imgs .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel27 .pipedel-swiper2 .swiper-slide-active .mb-bgk {
  display: none;
}

.channel27 .pipedel-swiper2 .pipedel-swiper2-next::after,
.channel27 .pipedel-swiper2 .pipedel-swiper2-prev::after {
  content: '';
}

.channel27 .pipedel-swiper2 .pipedel-swiper2-next .bi,
.channel27 .pipedel-swiper2 .pipedel-swiper2-prev .bi {
  width: 30px;
  height: 17px;
  color: #fff;
}

.channel27 .pipedel-swiper2 .pipedel-swiper2-next {
  top: auto;
  bottom: 0em;
  left: 50%;
}

.channel27 .pipedel-swiper2 .pipedel-swiper2-prev {
  top: 1em;
  left: 50%;
}

.channel27 .pipedel-swiper2 .bgk {
  position: absolute;
  width: 100%;
  height: 2.5em;
  opacity: .4;
  background-color: #000;
  z-index: 9;
}

.channel27 .pipedel-swiper2 .bgk-top {
  top: 0;
  left: 0;
}

.channel27 .pipedel-swiper2 .bgk-bottom {
  bottom: 0;
  left: 0;
}

.channel27 .doc-box {
  margin: 1.65em 0 0;
  padding-bottom: 2.65em;
  border-bottom: 1px solid #e6e6e6;
}

.channel27 .doc-box .doc {
  font-size: .8em;
  line-height: 1.875em;
  color: #555;
}

.channel27 .end .visit {
  margin-top: 3em;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.channel27 .end .visit .left {
  height: 6.5em;
  width: 78.33%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: rgba(0, 151, 104, 0.08);
}

.channel27 .end .visit .left .start-time {
  display: flex;
  padding: 1.5em 0 0 1.5em;
}

.channel27 .end .visit .left .start-time .start {
  height: max-content;
  text-align: center;
  margin-right: 11em;
  position: relative;
}

.channel27 .end .visit .left .start-time .start::after {
  position: absolute;
  content: '';
  top: 17%;
  right: -10em;
  width: 9em;
  height: 1px;
  background-color: #009768;
}

.channel27 .end .visit .left .start-time .start:first-child::after {
  display: none;
}

.channel27 .end .visit .left .start-time .start:last-child {
  margin-right: 0;
}

.channel27 .end .visit .left .start-time .start:last-child::after {
  display: none;
}

.channel27 .end .visit .left .start-time .timer {
  margin-right: 2.4em;
}

.channel27 .end .visit .left .start-time .num {
  font-size: .9em;
  line-height: 1;
  font-weight: bold;
  color: #009768;
}

.channel27 .end .visit .left .start-time .tit {
  font-size: .8em;
  line-height: 1;
  margin-top: 0.875em;
  color: #009768;
}

.channel27 .end .visit .left .tips {
  display: none;
  text-align: center;
  padding: 1.2em 1.75em 0 1.75em;
  position: relative;
}

.channel27 .end .visit .left .tips img {
  width: 1.6em;
  height: 2em;
  margin-bottom: 1.25em;
}

.channel27 .end .visit .left .tips .tit {
  font-size: .9em;
  line-height: 1;
  color: #009768;
}

.channel27 .end .visit .left .tips::before {
  position: absolute;
  content: '';
  top: 8%;
  left: 0;
  width: 1px;
  height: 5.5em;
  background-color: #009768;
}

.channel27 .end .visit .right {
  width: 21.66%;
  height: 6.5em;
  text-align: center;
  padding-top: 1.2em;
  background-color: #009768;
}

.channel27 .end .visit .right img {
  width: 1.6em;
  height: 2em;
  margin-bottom: 1.25em;
}

.channel27 .end .visit .right .tit {
  font-size: .9em;
  line-height: 1;
  color: #fff;
}

.channel27 .ends {
  margin-top: 1.65em;
}

.channel27 .ends .bd .location {
  display: flex;
  font-size: .8em;
  line-height: 1.875;
  padding-left: 1.5em;
  color: #333333;
  position: relative;
}

.channel27 .ends .bd .location span {
  width: 94%;
}

.channel27 .ends .bd .tower {
  display: flex;
  font-size: .8em;
  line-height: 1.875;
  padding-left: 1.5em;
  color: #333333;
  position: relative;
}

.channel27 .ends .bd .tower span {
  width: 94%;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.channel27 .ends .bd .location::before {
  position: absolute;
  content: '';
  top: 23%;
  left: 0;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/location.svg);
}

.channel27 .ends .bd .tower::before {
  position: absolute;
  content: '';
  top: 23%;
  left: 0;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  background-size: contain;
  background-image: url(/img/images/tower.svg);
}

@media (max-width: 1660px) {
  .location::before {
    position: absolute;
    content: '';
    top: 12% !important;
    left: 0;
    width: 16px;
    height: 16px;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/images/location.svg);
  }
  .tower::before {
    position: absolute;
    content: '';
    top: 12% !important;
    left: 0;
    width: 16px;
    height: 16px;
    background: no-repeat center;
    background-size: contain;
    background-image: url(/img/images/tower.svg);
  }
}

@media (max-width: 991.98px) {
  .channel27 .top {
    height: auto;
    display: block;
  }
  .channel27 .global-inner {
    padding: 0 0.4rem !important;
  }
  .channel27 .add-gl-swiper {
    position: relative;
  }
  .channel27 .add-gl-swiper .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #0b573e;
    border-radius: 50%;
  }
  .channel27 .add-gl-swiper .swiper-pagination-bullet-active {
    background-color: #0b573e;
  }
  .channel27 .pipedel-swiper1 {
    width: 100%;
  }
  .channel27 .pipedel-swiper1 .imgs {
    height: 4rem;
  }
  .channel27 .pipedel-swiper2 {
    width: 100%;
    height: auto;
    margin-top: .3rem;
  }
  .channel27 .pipedel-swiper2 .pipedel-swiper2-next .bi,
  .channel27 .pipedel-swiper2 .pipedel-swiper2-prev .bi {
    width: 30px;
    height: 17px;
    color: #fff;
  }
  .channel27 .pipedel-swiper2 .pipedel-swiper2-next {
    top: 50%;
    left: auto;
    right: 2%;
    transform: rotate(-90deg);
  }
  .channel27 .pipedel-swiper2 .pipedel-swiper2-prev {
    top: 50%;
    left: 2%;
    transform: rotate(-90deg);
  }
  .channel27 .pipedel-swiper2 .bgk {
    display: none;
    position: absolute;
    width: .7rem;
    height: 100%;
    opacity: .4;
    background-color: #000;
    z-index: 9;
  }
  .channel27 .pipedel-swiper2 .bgk-top {
    top: 0;
    left: 0;
  }
  .channel27 .pipedel-swiper2 .bgk-bottom {
    bottom: 0;
    left: 0;
  }
  .channel27 .doc-box {
    margin-top: .4rem;
    padding-bottom: .6rem;
  }
  .channel27 .doc-box .doc {
    font-size: .3rem;
    line-height: 1.5;
  }
  .channel27 .end .visit {
    display: block;
    margin-top: .7rem;
  }
  .channel27 .end .visit .left {
    width: 100%;
  }
  .channel27 .end .visit .left .start-time {
    padding: .3rem 0 0 .3rem;
  }
  .channel27 .end .visit .left .start-time .num {
    font-size: .3rem;
  }
  .channel27 .end .visit .left .start-time .tit {
    font-size: .26rem;
  }
  .channel27 .end .visit .left .start-time .start {
    margin-right: .26rem;
  }
  .channel27 .end .visit .left .start-time .start::after {
    display: none;
  }
  .channel27 .end .visit .left .tips {
    padding: .3rem .3rem 0 0rem;
  }
  .channel27 .end .visit .left .tips::before {
    display: none;
  }
  .channel27 .end .visit .right {
    width: 100%;
    height: 2rem;
  }
  .channel27 .end .visit .right img {
    width: .6rem;
    height: .6rem;
  }
  .channel27 .end .visit .right .tit {
    font-size: .3rem;
  }
  .channel27 .ends .bd .location {
    height: auto;
    font-size: .28rem;
  }
  .channel27 .ends .bd .location span {
    width: 86%;
  }
  .channel27 .ends .bd .tower::before,
  .channel27 .ends .bd .location::before {
    top: 1px !important;
  }
  .channel27 .ends .bd .tower {
    font-size: .28rem;
  }
  .channel27 .ends .bd .tower span {
    width: 86%;
  }
}

.channel28 {
  background-color: #f7f7f7;
}

.channel28 .doc {
  padding: 2.5em 0;
}

.channel28 .doc p {
  font-size: .9em;
  line-height: 2;
  color: #333;
  text-indent: 2em;
}

.channel28 .doc span {
  font-weight: bold;
  color: #000;
}

@media (max-width: 991.98px) {
  .channel28 .doc {
    padding: .5rem 0;
  }
  .channel28 .doc p {
    font-size: .3rem;
    line-height: .56rem;
  }
  .channel28 .doc span {
    font-weight: bold;
    color: #000;
  }
}

.p-collect .main-box {
  margin-top: 1.5em;
}

.p-collect .crumbs-new {
  margin-top: 4.5em;
}

.p-collect .imgs-bgk {
  width: 100%;
  height: auto;
}

.p-collect .imgs-bgk img {
  width: 100%;
  height: 22em;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .p-collect .main-box {
    margin-top: .2rem;
  }
  .p-collect .crumbs-new {
    margin-top: 1.2rem;
  }
  .p-collect .imgs-bgk {
    height: auto;
  }
  .p-collect .imgs-bgk img {
    height: 2.5rem;
    object-fit: cover;
  }
}

.channel29 {
  margin-top: 4em;
}

.channel29 .global-inner {
  padding: 0 15em;
}

.channel29 .form-collect .row {
  margin-bottom: 1.4em;
}

.channel29 .form-collect .row-item {
  padding: 0;
}

.channel29 .form-collect .control-label {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  margin-bottom: 1em;
}

.channel29 .form-collect .control-label span {
  color: #0b573e;
}

.channel29 .form-collect .form-group {
  padding: 0;
}

.channel29 .form-collect .form-group-cell input {
  font-size: 1em;
  height: 3.5em;
}

.channel29 .form-collect .input-sr {
  width: 100%;
  height: 13.88em;
  font-size: .9em;
  padding: 1.11em 0 0 1.1em;
  line-height: 2;
  background-color: #f1f5f4;
  border-radius: 5px;
}

.channel29 .form-collect .input-sr::placeholder {
  font-size: .9em;
  line-height: 2;
  color: #999;
}

.channel29 .form-collect .flex {
  justify-content: space-between;
}

.channel29 .form-collect input::placeholder {
  font-size: .9em;
  line-height: 1;
  color: #999;
}

.channel29 .form-collect .frm-vcode input {
  width: 21.5em;
}

.channel29 .form-collect .vcode-imgs {
  width: 26.66%;
  height: 3.5em;
  border-radius: 5px;
  overflow: hidden;
  background-color: #e4e4e4;
}

.channel29 .form-collect .btnbox {
  height: 4em;
  border-radius: 5px;
  background-color: #999;
}

.channel29 .form-collect .btnbox .form-btnbox {
  width: 100%;
  height: 100%;
}

.channel29 .form-collect .btnbox .btn-submit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 991.98px) {
  .channel29 {
    margin-top: .5rem;
  }
  .channel29 .form-collect .row {
    margin-bottom: .5rem;
  }
  .channel29 .form-collect .row-item {
    padding: 0;
  }
  .channel29 .form-collect .control-label {
    font-size: .36rem;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    margin-bottom: .3rem;
  }
  .channel29 .form-collect .control-label span {
    color: #0b573e;
  }
  .channel29 .form-collect .form-group {
    padding: 0;
  }
  .channel29 .form-collect .form-group-cell input {
    font-size: .26rem;
    height: .8rem;
  }
  .channel29 .form-collect .input-sr {
    width: 100%;
    height: 3rem;
    font-size: .28rem;
    padding: .2rem 0 0 .3rem;
    line-height: 2;
  }
  .channel29 .form-collect .input-sr::placeholder {
    font-size: .28rem;
    line-height: 2;
  }
  .channel29 .form-collect .flex {
    justify-content: space-between;
  }
  .channel29 .form-collect input::placeholder {
    font-size: .28rem;
    line-height: 1;
  }
  .channel29 .form-collect .frm-vcode .inpt {
    width: 65%;
  }
  .channel29 .form-collect .frm-vcode input {
    width: 100%;
  }
  .channel29 .form-collect .vcode-imgs {
    width: 30%;
    height: .8rem;
    border-radius: 5px;
    overflow: hidden;
    background-color: #e4e4e4;
  }
  .channel29 .form-collect .btnbox {
    height: 1.2rem;
  }
  .channel29 .form-collect .btnbox .form-btnbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .channel29 .form-collect .btnbox .btn-submit {
    font-size: .5rem;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
}

.p-consult .global-paging {
  margin-top: 2em;
}

@media (max-width: 991.98px) {
  .p-consult .main-box {
    padding: .6rem 0 1rem;
  }
  .p-consult .global-paging {
    margin-top: .6rem;
  }
}

.channel31 .list1 {
  margin-bottom: 3em;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.channel31 .list1 .item {
  width: 31.66%;
  padding: 2em 5em 2.5em;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.channel31 .list1 .box {
  width: 100%;
  height: 100%;
}

.channel31 .list1 .imgs {
  width: 3em;
  height: 3em;
  margin: 0 auto;
  overflow: hidden;
}

.channel31 .list1 .imgs .image {
  width: 100%;
  height: 100%;
}

.channel31 .list1 .bd {
  text-align: center;
}

.channel31 .list1 .tit {
  font-size: 1em;
  line-height: 1.8;
  margin-top: 1.5em;
  color: #333333;
}

.channel31 .list1 .doc {
  font-size: 1.2em;
  line-height: 1.5;
  color: #333333;
  margin-top: 4px;
}

.channel31 .list .item {
  padding: 1.1em 0 1.1em 0em;
  border-top: 1px solid #e6e6e6;
}

.channel31 .list .item:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.channel31 .list .question {
  padding-left: 3em;
  position: relative;
}

.channel31 .list .question .imgs {
  position: absolute;
  left: 0;
  top: 12%;
}

.channel31 .list .question .tit {
  position: relative;
  display: flex;
  align-items: center;
  font-size: .9em;
  line-height: 2;
  color: #0b573e;
}

.channel31 .list .question .tit span {
  width: 90%;
}

.channel31 .list .question .jia {
  display: block;
  position: relative;
  margin-left: auto;
  width: 1em;
  height: 1em;
}

.channel31 .list .question .jia:before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.channel31 .list .question .jia:after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #999;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.channel31 .list .reply {
  margin-top: 1.2em;
  display: none;
  padding-left: 3em;
  position: relative;
}

.channel31 .list .reply .imgs {
  position: absolute;
  left: 0;
  top: 3%;
}

.channel31 .list .reply .doc {
  font-size: .8em;
  line-height: 1.875;
  color: #666;
}

.channel31 .channel31-active .question .jia:after {
  display: none;
}

@media (max-width: 991.98px) {
  .channel31 .list1 {
    margin-top: .4rem;
    margin-bottom: .8rem;
    display: block;
  }
  .channel31 .list1 .item {
    width: 100%;
    margin-bottom: .5rem;
    padding: 2em 5em 2.5em;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .channel31 .list1 .imgs {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel31 .list1 .tit {
    font-size: .3rem;
    line-height: 1.8;
    margin-top: 1.5em;
    color: #333333;
  }
  .channel31 .list1 .doc {
    font-size: .36rem;
    line-height: 1.5;
    margin-top: 4px;
  }
  .channel31 .list .item {
    padding: .3rem 0em;
  }
  .channel31 .list .question {
    padding-left: .7rem;
  }
  .channel31 .list .question .imgs {
    left: 0;
    top: 10%;
  }
  .channel31 .list .question .imgs img {
    width: .4rem;
    height: .4rem;
  }
  .channel31 .list .question .tit {
    font-size: .28rem;
    line-height: 1.5;
    color: #0b573e;
  }
  .channel31 .list .question .tit span {
    width: 90%;
  }
  .channel31 .list .question .jia {
    display: block;
    position: relative;
    margin-left: auto;
    width: .3rem;
    height: .3rem;
  }
  .channel31 .list .question .jia:before {
    content: "";
    display: block;
    width: .3rem;
    height: 2px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .channel31 .list .question .jia:after {
    content: "";
    display: block;
    width: 2px;
    height: .3rem;
    background: #999;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .channel31 .list .reply {
    margin-top: .4rem;
    padding-left: 0.7rem;
  }
  .channel31 .list .reply .imgs {
    position: absolute;
    left: 0;
    top: 2%;
  }
  .channel31 .list .reply .imgs img {
    width: .4rem;
    height: .4rem;
  }
  .channel31 .list .reply .doc {
    font-size: .28rem;
    line-height: 1.8755;
  }
  .channel31 .channel31-active .question .tit {
    color: #0b573e;
  }
  .channel31 .channel31-active .question .jia:after {
    display: none;
  }
}

.green1 .channel29 .form-collect .btnbox {
  background-color: #0b573e;
}

.frm-check-box input[type='radio']:after {
  margin: 0 !important;
  transform: translate(-50%, -50%);
}

.p-qlgqlist2 .pop-projec .pop-projec-swiper-next,
.p-qlgqlist2 .pop-projec .pop-projec-swiper-prev {
  width: auto;
  height: auto;
  border: 0;
}

.p-qlgqlist2 .pop-projec .pop-projec-swiper-next .bi,
.p-qlgqlist2 .pop-projec .pop-projec-swiper-prev .bi {
  width: 17px;
  height: 33px;
  color: #fff;
  filter: drop-shadow(0px 2px 0.5px #000);
  opacity: .5;
}
