<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 引导页
 * @author:guohanyu
 * @date 2023-07-03
 */
/* html,
body {
    width: 100%;
    height: 100%;
}
 */
.main {
  position: relative;
  background: url("/images/bg3.png") no-repeat center bottom -194px;
}
.main .banner {
  position: relative;
  z-index: 5;
  height: 471px;
  background: url("/images/banner.png") no-repeat center;
  margin-top: -20px;
}
.main .banner-nav {
  position: relative;
  z-index: 5;
  margin-top: -550px;
  padding: 21px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  height: 80px;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(2, 104, 99, 0.1);
  box-shadow: 0px 4px 8px rgba(2, 104, 99, 0.1);
}
.main .banner-nav-href {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  color: #4e5463;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .banner-nav-href:hover, .main .banner-nav-href.active {
  font-weight: 700;
  color: #47b368;
}
.main .banner-nav-href.active {
  font-weight: 700;
  color: #47b368;
}
.main .banner-nav-href.active::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -13px;
  width: 100%;
  height: 5px;
  content: "";
  background: #47b368;
}
.main .bg {
  margin-top: -43px;
  height: 546px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38.26%, #e6ffee), to(#ffffff));
  background: linear-gradient(180deg, #e6ffee 38.26%, #ffffff 100%);
}
.main .more {
  margin: 37px auto 0;
  text-align: center;
  display: block;
  width: 108px;
  height: 40px;
  line-height: 39px;
  background: #f3fff7;
  border: 1px solid #caeed6;
  border-radius: 100px;
  font-size: 15px;
  color: #47b368;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main .more:hover {
  color: #fff;
  background: #47b368;
}

.container {
  margin: 0 auto;
  width: 1200px;
}

.block {
  margin-top: 43px;
}
.block-hd {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #333;
}
.block-hd .green {
  color: #47b368;
}
.block-title {
  position: relative;
}
.block-title::before {
  position: absolute;
  left: -279px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 249px;
  height: 17px;
  content: "";
  background: url("/images/title-before.png");
}
.block-title::after {
  position: absolute;
  right: -279px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 249px;
  height: 17px;
  content: "";
  background: url("/images/title-after.png");
}
.block-bd {
  margin-top: 33px;
}

.news-swiper {
  position: relative;
  height: 314px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 2px 8px rgba(72, 102, 84, 0.15);
          box-shadow: 0px 2px 8px rgba(72, 102, 84, 0.15);
  overflow: hidden;
}
.news-bd {
  height: 100%;
}
.news-left {
  width: 50%;
  height: 100%;
}
.news-img {
  width: 100%;
  height: 100%;
}
.news-right {
  padding: 40px 45px;
  width: 50%;
  height: 100%;
}
.news-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #242424;
}
.news-text {
  font-size: 16px;
  line-height: 30px;
  color: #797979;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-pagination {
  padding-left: 170px;
  bottom: 30px;
}
.news .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  line-height: 22px;
  color: #89D09F;
  background: #f5fdfb;
  border: 1px solid #89d09f;
  opacity: 1;
}
.news .swiper-pagination-bullet-active {
  color: #fff;
  background: #47B368;
  border-color: #47B368;
}

.driver {
  position: relative;
  margin-top: 40px;
}
.driver-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
}
.driver-swiper {
  position: relative;
  height: 466px;
  overflow: hidden;
}
.driver .swiper-slide {
  width: 338px;
  height: 466px;
}
.driver-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.driver img {
  width: 100%;
  height: 100%;
}
.driver .swiper-button-next,
.driver .swiper-container-rtl .swiper-button-prev {
  width: 68px;
  height: 68px;
  right: -110px;
  top: 56%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 2px;
}
.driver .swiper-button-prev,
.driver .swiper-container-rtl .swiper-button-next {
  width: 68px;
  height: 68px;
  left: -110px;
  top: 56%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 2px;
  background: url("/images/arrow-right.png") no-repeat center !important;
}
.driver .swiper-button-next:after,
.driver .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url("/images/arrow-right.png") no-repeat center !important;
}
.driver .swiper-button-prev:after,
.driver .swiper-container-rtl .swiper-button-next:after {
  display: block;
  content: "";
  width: 68px;
  height: 68px;
  background: url("/images/arrow-left.png") no-repeat center !important;
}

.bg2 {
  padding-top: 63px;
  background: url("/images/bg2.png") no-repeat center top;
}

.info-left {
  width: 860px;
}
.info-right {
  width: 305px;
}

.block2 + .block2 {
  margin-top: 44px;
}
.block2-hd {
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  font-size: 30px;
  color: #333;
}
.block2-hd .green {
  color: #47b368;
}
.block2-title {
  position: relative;
}
.block2-title::after {
  position: absolute;
  right: -279px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 249px;
  height: 17px;
  content: "";
  background: url("/images/title-after.png");
}
.block2-bd {
  margin-top: 21px;
}

.survey-bd {
  position: relative;
  padding: 16px 21px;
  height: 229px;
  background: #ffffff;
  border: 4px solid #71c9a0;
}
.survey-text {
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #4e5463;
}
.survey-more {
  position: absolute;
  padding-right: 18px;
  right: 20px;
  bottom: 19px;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #47b368;
  background: url("/images/icon-right.png") no-repeat center right;
}

.graphic-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 263px;
}
.graphic-href {
  position: relative;
  width: 271px;
  height: 263px;
  display: block;
  cursor: pointer;
}
.graphic-img {
  width: 100%;
  height: 100%;
}
.graphic-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.schedule-bd {
  padding: 18px 16px 18px 46px;
  height: 335px;
  background: #ffffff;
  border: 1.5px solid #dcf2ee;
  -webkit-box-shadow: 0px 0px 4px rgba(150, 211, 191, 0.2);
          box-shadow: 0px 0px 4px rgba(150, 211, 191, 0.2);
}
.schedule-list {
  position: relative;
}
.schedule-list::before {
  position: absolute;
  left: -23px;
  top: 48px;
  bottom: 48px;
  width: 0px;
  content: "";
  border-left: 1px dashed #47b368;
}
.schedule-item {
  position: relative;
  width: 242px;
  height: 90px;
  background: #effffc;
  border: 1px solid #d9f1ec;
  padding: 6px 15px;
  white-space: nowrap;
}
.schedule-item::before {
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  content: "";
  background: url("/images/point.png") no-repeat center;
}
.schedule-item:nth-child(2n+2) {
  background: #ffffff;
  border: 1px solid #d9f1ec;
}
.schedule-item + .schedule-item {
  margin-top: 14px;
}
.schedule-item .rank {
  position: absolute;
  padding: 3px 9px;
  right: 0;
  top: -7px;
  z-index: 5;
  width: 24px;
  height: 60px;
  white-space: wrap;
  text-align: center;
  background: url("/images/rank.png") no-repeat center;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  color: #f5f5f5;
}
.schedule-item-date {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
.schedule-item-info {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #4e5463;
}

.traffic {
  margin-top: 20px;
  display: block;
  height: 247px;
  background: url("/images/traffic.png") no-repeat center;
}

.notice {
  display: block;
  height: 300px;
  margin: 50px auto 0;
  width: 1200px;
  background: url("/images/notice.png") no-repeat center;
}

.moment {
  position: relative;
  padding-bottom: 60px;
}
.moment-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  width: 300px;
  height: 55px;
  line-height: 52px;
  background: #e3f1e8;
  border-radius: 100px;
  overflow: hidden;
}
.moment-tab-hdl {
  padding: 0 20px;
  display: block;
  width: 150px;
  height: 100%;
  font-size: 20px;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.moment-tab-hdl.active {
  color: #fff;
  background: #47b368;
  cursor: auto;
}
.moment-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
}
.moment-swiper {
  position: relative;
  height: 209px;
  overflow: hidden;
}
.moment .swiper-slide {
  width: 282px;
  height: 209px;
}
.moment-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.moment img {
  width: 100%;
  height: 100%;
}
.moment .swiper-button-next,
.moment .swiper-container-rtl .swiper-button-prev {
  width: 68px;
  height: 68px;
  right: -110px;
  top: 56%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 2px;
}
.moment .swiper-button-prev,
.moment .swiper-container-rtl .swiper-button-next {
  width: 68px;
  height: 68px;
  left: -110px;
  top: 56%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 2px;
  background: url("/images/arrow-right.png") no-repeat center !important;
}
.moment .swiper-button-next:after,
.moment .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url("/images/arrow-right.png") no-repeat center !important;
}
.moment .swiper-button-prev:after,
.moment .swiper-container-rtl .swiper-button-next:after {
  display: block;
  content: "";
  width: 68px;
  height: 68px;
  background: url("/images/arrow-left.png") no-repeat center !important;
}

.moment2 {
  position: relative;
  padding-bottom: 60px;
  /* 
  .swiper-slide {
      width:282px;
      height:209px;
  } */
}
.moment2-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  width: 300px;
  height: 55px;
  line-height: 52px;
  background: #e3f1e8;
  border-radius: 100px;
  overflow: hidden;
}
.moment2-tab-hdl {
  padding: 0 20px;
  display: block;
  width: 150px;
  height: 100%;
  font-size: 20px;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.moment2-tab-hdl.active {
  color: #fff;
  background: #47b368;
  cursor: auto;
}
.moment2-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
}
.moment2-swiper {
  position: relative;
  height: 209px;
  overflow: hidden;
}
.moment2-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.moment2 img {
  width: 100%;
  height: 100%;
}
.moment2 .swiper-button-next,
.moment2 .swiper-container-rtl .swiper-button-prev {
  width: 68px;
  height: 68px;
  right: -110px;
  top: 56%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 2px;
}
.moment2 .swiper-button-prev,
.moment2 .swiper-container-rtl .swiper-button-next {
  width: 68px;
  height: 68px;
  left: -110px;
  top: 56%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 2px;
  background: url("/images/arrow-right.png") no-repeat center !important;
}
.moment2 .swiper-button-next:after,
.moment2 .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url("/images/arrow-right.png") no-repeat center !important;
}
.moment2 .swiper-button-prev:after,
.moment2 .swiper-container-rtl .swiper-button-next:after {
  display: block;
  content: "";
  width: 68px;
  height: 68px;
  background: url("/images/arrow-left.png") no-repeat center !important;
}

.banner-img {
  display: none;
}

@media (max-width: 1200px) {
  .main {
    overflow: hidden;
  }
  .main .bg {
    display: none;
  }
  .main .bg2 {
    height: auto;
  }
  .main .container {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .main .banner {
    height: auto;
    background:none
    
  }
  .main .banner-img {
    max-width: 100%;
    display: block;
  }
  .main .banner-nav {
    padding-bottom: 11px;
    padding-left:10px;
     padding-right:10px;
    margin-top: 10px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main .banner-nav-href {
   /* width: 30%;*/
width:33%;
    text-align: center;
    margin: 0px 0px 25px;
    white-space: nowrap;
  }
  .main .news-swiper {
    height: auto;
  }
  .main .news-left {
    width: 100%;
  }
  .main .news-right {
    width: 100%;
  }
  .main .info-left {
    width: 100%;
  }
  .main .info-right {
    margin-top: 20px;
    width: 100%;
  }
  .main .survey-bd {
    height: auto;
  }
  .main .schedule-item {
    width: 100%;
  }
  .main .notice {
    width: 100%;
    /* height: 100%; */
    background-size: 100%;
  }
}
@media (max-width: 840px) {
  .main .graphic-bd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .main .graphic-href {
    width: 100%;
    height: auto;
  }
  .main .graphic-img {
    height: auto;
  }
}</pre></body></html>