<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  margin-bottom: -4px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner .swiper-container .swiper-slide {
  background-size: cover;
  background-position: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #BABABA;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #30C0EC;
  width: 8px;
  border-radius: 8px;
}
.block .block-title-wrapper {
  margin-top: 5rem;
  margin-bottom: 3.125rem;
  width: 100%;
  text-align: center;
}
.block .block-title-wrapper .block-title {
  height: 7.75rem;
  min-width: 40.9375rem;
  display: inline-block;
  background-image: url(../images/block-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40.9375rem 7.5rem;
}
.block .block-title-wrapper .block-title .main-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  letter-spacing: 0.3rem;
}
.block .block-title-wrapper .block-title .sub-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.six-fun {
  padding-bottom: 3rem;
  height: auto;
  background: #F2F4F9;
}
.six-fun .fun-list {
  width: 100%;
}
.six-fun .fun-list .fun-item-wrapper {
  width: 33%;
  height: 26.25rem;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 2rem;
}
.six-fun .fun-list .fun-item-wrapper .fun-item {
  cursor: pointer;
  box-shadow: 0 12px 16px 1px rgba(0, 51, 102, 0.06);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../images/fun-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.six-fun .fun-list .fun-item-wrapper .fun-item .fun-icon {
  position: absolute;
  top: 5.875rem;
  left: 50%;
  width: 4.375rem;
  margin-left: -2.1875rem;
}
.six-fun .fun-list .fun-item-wrapper .fun-item .item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: #fff;
}
.six-fun .fun-list .fun-item-wrapper .fun-item .name-box {
  position: absolute;
  top: 19.25rem;
  left: 0;
  width: 100%;
}
.six-fun .fun-list .fun-item-wrapper .fun-item .name-box .name {
  color: #1F4280;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.six-fun .fun-list .fun-item-wrapper .fun-item .name-box .line {
  height: 0.25rem;
  width: 2.5rem;
  background: #D5DDED;
  margin: 0 auto;
}
.six-fun .fun-list .fun-item-wrapper .fun-item .desc {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  padding: 0 1.25rem;
  box-sizing: border-box;
  opacity: 0;
}
.six-fun .fun-list .fun-item-wrapper .fun-item:hover * {
  transition: all 0.3s;
}
.six-fun .fun-list .fun-item-wrapper .fun-item:hover .fun-icon {
  top: 2rem;
  left: 50%;
  width: 2rem;
  margin-left: -1rem;
}
.six-fun .fun-list .fun-item-wrapper .fun-item:hover .item-bottom {
  bottom: -10rem;
}
.six-fun .fun-list .fun-item-wrapper .fun-item:hover .name-box {
  top: 5.25rem;
}
.six-fun .fun-list .fun-item-wrapper .fun-item:hover .name-box .name {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.six-fun .fun-list .fun-item-wrapper .fun-item:hover .name-box .line {
  height: 0.125rem;
  width: 2.5rem;
  background: #fff;
}
.six-fun .fun-list .fun-item-wrapper .fun-item:hover .desc {
  transition: all 0.2s 0.2s;
  top: 10rem;
  opacity: 1;
}
.news {
  padding-bottom: 3rem;
}
.news .news-box {
  background: #1F4280;
  height: 23.75rem;
  width: 100%;
}
.news .news-box .left-img {
  display: inline-block;
  height: 23.75rem;
  width: 50%;
}
.news .news-box .left-img img {
  width: 100%;
  height: 100%;
}
.news .news-box .right-con {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  height: 23.75rem;
}
.news .news-box .right-con .news-item .news-title {
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.news .news-box .right-con .news-item .news-desc {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.news .news-box .right-con .news-item .news-info {
  font-size: 0.75rem;
  opacity: 0.5;
}
.news .news-box .right-con .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news .news-box .right-con .swiper-container .swiper-slide {
  padding: 3.75rem 2rem;
  box-sizing: border-box;
  color: #fff;
}
.news .news-box .right-con .swiper-pagination {
  text-align: left;
  padding-left: 2rem;
}
.news .news-box .right-con .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 30px;
}
.news .news-box .right-con .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.3;
}
.news .news-box .right-con .swiper-pagination-bullet-active {
  background: #fff;
  width: 8px;
  border-radius: 8px;
  opacity: 1;
}
.park {
  padding-bottom: 3rem;
  height: auto;
  background: #F2F4F9;
}
.park .part-box {
  background: #fff;
  height: 43.75rem;
}
.park .part-box .left-tabs {
  vertical-align: top;
  display: inline-block;
  width: 20rem;
  height: 100%;
  background: #1B202A;
  color: #fff;
}
.park .part-box .left-tabs .tab-item {
  height: 22rem;
  line-height: 22rem;
  text-align: center;
  transition: all 0.3s;
  transform-origin: center;
  font-size: 1.8rem;
}
.park .part-box .left-tabs .tab-item:nth-child(1) {
  background: #434e62;
}
.park .part-box .left-tabs .tab-item:nth-child(2) {
  background: #3C4658;
}
.park .part-box .left-tabs .tab-item:nth-child(3) {
  background: #323B4D;
}
.park .part-box .left-tabs .tab-item:nth-child(4) {
  background: #2A313F;
}
.park .part-box .left-tabs .tab-item:nth-child(5) {
  background: #232A36;
}
.park .part-box .left-tabs .tab-item:nth-child(6) {
  background: #1B202A;
}
.park .part-box .left-tabs .tab-item.active {
  height: 22rem;
  line-height: 22rem;
  background-image: linear-gradient(270deg, #2D6CB4 0%, #4ED0F8 100%);
}
.park .part-box .right-con {
  vertical-align: top;
  display: inline-block;
  width: 54.5rem;
  height: 100%;
}
.park .part-box .right-con .con-item {
  display: none;
  padding: 1.75rem;
}
.park .part-box .right-con .con-item .pic {
  width: 51.5rem;
  height: 27.75rem;
  margin-bottom: 1.875rem;
}
.park .part-box .right-con .con-item .title {
  font-size: 1.125rem;
  color: #2E2E30;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
.park .part-box .right-con .con-item .info {
  font-size: 0.875rem;
  color: #787B82;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.park .part-box .right-con .con-item .info h3 {
  font-size: 1.4rem;
}
.park .part-box .right-con .con-item .info .park-news {
  font-size:1.125rem;
}
.park .part-box .right-con .con-item.active {
  display: block;
}
.park-news {
  padding: 2rem 0;
}
.search-bar {
  height: 7.5rem;
  background-image: url(../images/search-bar-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 2.25rem;
  box-sizing: border-box;
}
.search-bar .search-box {
  width: 47.5rem;
  height: 3rem;
  border-radius: 1.5rem;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.search-bar .search-box &gt; div {
  display: inline-block;
  vertical-align: top;
}
.search-bar .search-box .select-type {
  border-right: 1px solid #F3F3F5;
}
.search-bar .search-box .select-type select {
  width: 12rem;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 1.625rem;
  line-height: 3rem;
  box-sizing: border-box;
  background: url('../images/bottom-arrow.png') no-repeat scroll right center transparent;
  background-size: 1.25rem auto;
  background-position: 90% center;
}
.search-bar .search-box .input-box input {
  border: none;
  background: none;
  outline: none;
  width: 32rem;
  line-height: 3rem;
  height: 3rem;
  padding: 0 1.75rem;
  box-sizing: border-box;
  font-size: 1rem;
}
.search-bar .search-box .input-box input::-webkit-input-placeholder {
  /* WebKit browsers é€‚é…è°·æ­Œ */
  color: #BABABA;
}
.search-bar .search-box .input-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 é€‚é…ç«ç‹ */
  color: #BABABA;
}
.search-bar .search-box .input-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ é€‚é…ç«ç‹ */
  color: #BABABA;
}
.search-bar .search-box .input-box input:-ms-input-placeholder {
  /* Internet Explorer 10+  é€‚é…ie*/
  color: #BABABA;
}
.search-bar .search-box .search-icon {
  padding-top: 0.75rem;
}
.search-bar .search-box .search-icon img {
  width: 1.5rem;
  height: auto;
}
/*# sourceMappingURL=home.css.map */</pre></body></html>