.intro-section {
  position: relative;
  background: top center/cover url(../img/bg-welcome-intro.jpg);
  padding: 30px 0 90px;
}
.intro-section .video video {
  width: 100%;
}
.intro-section .nav-list-wrapper {
  background: rgba(23, 82, 150, 0.6980392157);
  border: 1px solid #ffffff;
  padding: 10px;
}
.intro-section .nav-list-wrapper .nav-list {
  border: 1px solid #ffffff;
}
.intro-section .nav-wrapper {
  text-align: center;
  display: block;
  color: #fff;
  padding: 20px 0;
}
.intro-section .nav-wrapper .iconfont {
  background: linear-gradient(0, #84f5de 0%, #56e8f2 50%, #4cc5f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}
.intro-section .nav-wrapper .title {
  font-size: 1.375rem;
  display: block;
  white-space: balance;
}
.intro-section .intro-wrapper {
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.5rem;
/*  text-indent: 2.25rem; */
}

.section-title {
  height: 176px;
}
.section-title img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.damei-list .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.damei-list .col-12 {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.damei-list .col-12 .item {
  margin-top: 5px;
  position: relative;
}
.damei-list .col-12 .item img {
  width: 100%;
  object-fit: cover;
}
.damei-list .col-12 .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
.damei-list .col-12 .item .title a {
  color: #fff;
  font-size: 1rem;
  line-height: 30px;
}
.damei-list .item-lg img {
  height: 356px;
}
.damei-list .item-md img {
  height: 297px;
}
.damei-list .item-sm img {
  height: 248px;
}
.damei-list .item-xs img {
  height: 189px;
}

.guyun-list .item .image-wrapper {
  position: relative;
  height: 310px;
}
.guyun-list .item .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.guyun-list .item .image-wrapper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
.guyun-list .item .image-wrapper .title a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 30px;
}
.guyun-list .item .desc {
  background-color: #fff;
  padding: 15px;
}
.guyun-list .item .desc p {
  color: #999;
  text-indent: 32px;
  line-height: 30px;
}

.huoli-swiper-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}
.huoli-swiper-wrapper .huoli-swiper {
  position: relative;
}
.huoli-swiper-wrapper .huoli-swiper .swiper-slide .swiper-link {
  border-bottom: 1px solid #e3e3e3;
  margin: auto;
  max-width: 850px;
  display: block;
  position: relative;
  height: 540px;
}
.huoli-swiper-wrapper .huoli-swiper .swiper-slide .swiper-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.huoli-swiper-wrapper .huoli-swiper .swiper-slide .swiper-link .title {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.125rem;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.huoli-swiper-wrapper .huoli-swiper .swiper-button-prev::after,
.huoli-swiper-wrapper .huoli-swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.huoli-swiper-wrapper .huoli-swiper .swiper-button-prev {
  background-color: #69b4e9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: calc(50% - 70px);
  top: unset;
  bottom: 0;
}
.huoli-swiper-wrapper .huoli-swiper .swiper-button-next {
  background-color: #69b4e9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: calc(50% - 70px);
  top: unset;
  bottom: 0;
}
.huoli-swiper-wrapper .huoli-swiper .count-wrapper {
  border-bottom: 2px solid #e3e3e3;
  bottom: 20px;
  max-width: 850px;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
.huoli-swiper-wrapper .huoli-swiper .count-wrapper .count {
  z-index: 9999;
  bottom: -35px;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  background: rgb(0, 90, 161);
  background: radial-gradient(circle, rgb(0, 90, 161) 0%, rgb(27, 127, 198) 100%);
  color: #fff;
}
.huoli-swiper-wrapper .huoli-swiper .count-wrapper .count #current {
  font-size: 26px;
}
.huoli-swiper-wrapper .huoli-swiper .count-wrapper .count #total {
  font-size: 18px;
}

.shengqing-list {
  justify-content: center;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
.shengqing-list .nav-item {
  padding: 8px;
  flex: 1;
  text-align: center;
}
.shengqing-list .nav-item .nav-link {
  position: relative;
  transition: 0.3s all ease;
  top: 0;
  white-space: nowrap;
  box-shadow: 0px 0px 2px 0 #ccc;
  border-radius: 4px 4px 4px 4px;
  font-size: 1.375rem;
  background-color: #f9f9f9;
  color: #000;
  padding: 20px 10px;
}
.shengqing-list .nav-item .nav-link .icon-wrapper {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  display: block;
  background: #fff2e5;
  border-radius: 4px 4px 4px 4px;
}
.shengqing-list .nav-item .nav-link .icon-wrapper::after {
  content: "";
  position: absolute;
  border-top: 10px solid #fff2e5;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: -10px;
  left: calc(50% - 11px);
}
.shengqing-list .nav-item .nav-link .icon-wrapper .iconfont {
  position: relative;
  font-size: 36px;
  background: linear-gradient(0, #84f5de 0%, #56e8f2 50%, #4cc5f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shengqing-list .nav-item .nav-link .icon-wrapper .iconfont::after {
  position: absolute;
  left: calc(50% - 9px);
  bottom: -15px;
  font-size: 40px;
  content: "_";
  color: #fff2e5;
  text-shadow: 0 2px 8px #000;
}
.shengqing-list .nav-item .nav-link:hover {
  top: -5px;
  box-shadow: 0px 0px 3px 0 #888;
}

@media screen and (max-width: 991.9px) {
  .shengqing-list .nav-item {
    flex: 1 1 33.3333%;
  }
}
@media screen and (max-width: 767.9px) {
  .damei-list .item-xs img,
  .damei-list .item-sm img,
  .damei-list .item-lg img,
  .damei-list .item-md img {
    height: 240px;
  }
  .huoli-swiper-wrapper .huoli-swiper .swiper-slide .swiper-link {
    height: 300px;
  }
  .shengqing-list .nav-item {
    flex: 1 1 50%;
  }
}

/*# sourceMappingURL=welcome.css.map */
