@keyframes bounce {

  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    top: 0;
  }

  30%,
  32% {
    top: -4px;
  }

  60% {
    top: -3px;
  }

  82% {
    top: -2px;
  }

  94% {
    top: -1px;
  }
}

body {
  position: relative;
  background: #b4dfff;
}

.swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  left: -60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 40px;
  color: #fff;
}

.swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  right: -60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 40px;
  color: #fff;
}

.body-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background: #b8e6ff;
  /* background: #b4dfff; */
}

.body-bg .kv {
  position: absolute;
  top: 460px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* max-width: 1920px; */
}

@media screen and (max-width:1900px) {
  .body-bg .kv {
    top: 16.3%;
  }
}

.body-bg img {
  width: 100%;
}

.btns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 54px;
  color: #fff;
  border-radius: 6px;
}

.btns a span {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.btns a h2 {
  font-weight: 700;
  margin-left: 10px;
}

.btns a.bao {
  background-image: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  margin-right: 20px;
}

.btns a.bao:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
}

.btns a.bo {
  border: 1px solid rgba(18, 108, 216, 0.3);
  color: var(--color);
}

.btns a.bo:hover {
  background-image: linear-gradient(-110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  color: #fff;
  border: 1px solid rgba(18, 108, 216, 0);
  border: none;

}

.banner {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}

.banner .text {
  width: 51%;
  margin: 0 auto;
  text-align: center;
}

.banner .text .txt img {
  width: 100%;
}

.banner .text h1 {
  font-size: 47px;
  font-weight: 500;
  color: var(--color);
  margin: -20px 0 24px;
  letter-spacing: 4px;
}

.banner .text h3 {
  letter-spacing: 4px;
  color: var(--color);
}

.banner .text h3 .address {
  margin-right: 20px;
}

.banner .text .btns {
  justify-content: center;
  margin-top: 40px;
}

.ctn1 {
  padding-top: 200px;
  margin-top: 200px;
  overflow: hidden;
}

.ctn1 .con {
  background: url(../img/bg1.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 0 90px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.ctn1 .con:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}

.ctn1 .con .center {
  position: relative;
  z-index: 2;
  width: 1278px;
  max-width: 90%;
  margin: 0 auto;
}

.ctn1 .con .center .txt {
  margin-top: 50px;
}

.ctn1 .con .center .txt p {
  color: #283263;
  line-height: 1.8;
}

.ctn1 .con .center .txt p:not(:first-child) {
  margin-top: 15px;
}

.ctn1 .con .center .txt h4 {
  margin-top: 14px;
  color: #283263;
}

.ctn1 .con .center .txt ul {
  margin: 14px 0;
}

.ctn1 .con .center .txt ul li {
  color: #283263;
  padding-left: 16px;
  position: relative;
}

.ctn1 .con .center .txt ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 11px;
}

.ctn1 .con .center .txt ul li:not(:first-child) {
  margin-top: 14px;
}

.flex_card {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.flex_card .card {
  width: 33.333%;
  padding: 30px 50px 40px 50px;
  border-radius: 10px;
  background: rgba(251,251,255,0.5);
  background-size: 100% 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.flex_card .card:hover {
  background: linear-gradient(90deg, #236bf3, #37bcf7);
}
.flex_card .card:hover .title, 
.flex_card .card:hover .content {
  color: #fff;
}
.flex_card .card .title  {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  background: linear-gradient(90deg, #246af3, #2caaff);
  -webkit-background-clip: text; /* 兼容Webkit内核浏览器 */
  background-clip: text;
  color: transparent; /* 文本透明 */
}
.flex_card .card .title::before {
  content: '|';
  font-size: 22px;
  display: inline-block;
  margin-right: 10px;
  font-weight: bolder;
  vertical-align: text-top;
  transform: rotate(8deg);
  color: #246af3;
}
.flex_card .card:hover .title::before {
  color: #fff;
}
.flex_card .card .content  {
  font-size: 16px;
  color: #283263;
  line-height: 1.6;
}

.ctn2 {
  padding-top: 120px;
}

.ctn2 .ctn-list {
  margin-top: 50px;
}

.ctn2 .ctn-list .box {
  display: none;
}

.ctn2 .ctn-list .box.active {
  display: block;
}

.ctn2 .ctn-list .box-list .box-con {
  background: url(../img/bg2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.ctn2 .ctn-list .box-list .box-con .top {
  background: linear-gradient(110deg, #2d64ff 0%, #3c7eff 47%, #21aeff 100%);
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 140px 0 80px;
  color: #fff;
  position: relative;
}

.ctn2 .ctn-list .box-list .box-con .top .left {
  display: flex;
  align-items: center;
}

.ctn2 .ctn-list .box-list .box-con .top .left span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  position: relative;
  top: 2px;
  margin: 0 10px 0 28px;
}

.ctn2 .ctn-list .box-list .box-con .top .left h2 {
  font-weight: 700;
}

.ctn2 .ctn-list .box-list .box-con .top .left h3 {
  position: relative;
  top: 1px;
}

.ctn2 .ctn-list .box-list .box-con .top .middle {
  display: flex;
  height: 100px;
  align-items: center;
}

.ctn2 .ctn-list .box-list .box-con .top .middle .position {
  padding-right: 40px;
  position: relative;
}

.ctn2 .ctn-list .box-list .box-con .top .middle .position a {
  cursor: default;
}

.ctn2 .ctn-list .box-list .box-con .top .middle .position:after {
  content: '';
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.ctn2 .ctn-list .box-list .box-con .top .middle .review {
  padding-left: 40px;
}

.ctn2 .ctn-list .box-list .box-con .top .middle a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ctn2 .ctn-list .box-list .box-con .top .middle a span {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.ctn2 .ctn-list .box-list .box-con .top .middle a h2 {
  color: #fff;
  margin-left: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.ctn2 .ctn-list .box-list .box-con .top .middle a:hover span {
  color: #fff;
}

.ctn2 .ctn-list .box-list .box-con .top .middle a:hover h2 {
  color: #fff;
}

.ctn2 .ctn-list .box-list .box-con .top .jian {
  position: absolute;
  width: 140px;
  height: 100px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ctn2 .ctn-list .box-list .box-con .top .jian span {
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.ctn2 .ctn-list .box-list .box-con .bottom {
  padding: 40px 80px 70px 80px;
  display: none;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li:before {
  content: '';
  width: 1px;
  height: calc(100% + 2px);
  top: 28px;
  background: #126cd8;
  opacity: 0.1;
  position: absolute;
  left: 4px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--color);
  position: relative;
  margin-right: 16px;
  margin-top: 11px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box {
  width: calc(100% - 202px);
  display: flex;
  justify-content: space-between;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box {
  margin-left: 202px;
  margin-top: 30px;
  min-height: 50px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box.item2-box {
  margin-top: 15px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box:nth-child(3) {
  margin-left: 0;
  margin-top: 0px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
  width: 178px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time span {
  display: inline-block;
  line-height: 28px;
  color: #283263;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text {
  flex: 1;
  padding-right: 80px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text h2 {
  line-height: 28px;
  font-weight: 700;
  color: #283263;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text.item2-text h2 {
  color: #283263;
  font-weight: 400;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests {
  width: 230px;
  display: flex;
  justify-content: space-between;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  top: 2px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu img {
  width: 100%;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests {
  width: 100%;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests h2 {
  font-weight: 700;
  color: #283263;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests.guests2 h2 {
  font-weight: 400;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests p {
  color: #283263;
  opacity: 0.5;
  margin-top: 2px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests p:not(:last-child) {
  margin-bottom: 2px;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li.hide-point:before {
  height: calc(100% + 30px);
  top: 0;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li.hide-point .point {
  border: 0;
}

.ctn2 .ctn-list .box-list .box-con .bottom ul li:last-child:before {
  display: none;
}

.ctn2 .ctn-list .box-list .box-con.active .top .jian span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.ctn2 .ctn-list .box-list .box-con.active .bottom {
  display: block;
}

.ctn2 .ctn-list .box-list .box-con.close .top {
  padding: 0 80px;
}

.ctn2 .ctn-list .box-list .box-con.close .top .middle .position {
  padding-right: 0;
}

.ctn2 .ctn-list .box-list .box-con.close .top .middle .position:after {
  display: none;
}

.ctn2 .ctn-list .box-sub {
  margin-top: 40px;
}

.ctn2 .btns {
  margin-top: 100px;
}

.ctn2 h4 {
  text-align: right;
  color: #283263;
  margin-top: 30px;
}

@media screen and (min-width:1930px) {
  .banner .text {
    max-width: 1080px;
  }
}

@media screen and (max-width: 1600px) {
  .btns a {
    width: 166px;
    height: 44px;
  }

  .btns a span {
    font-size: 16px;
  }

  .btns a h2 {
    margin-left: 8px;
  }

  .banner {
    padding-top: 10vw;
  }

  .banner .text h1 {
    font-size: 2.4vw;
  }

  .banner .text .btns {
    margin-top: 2vw;
  }

  .ctn1 {
    margin-top: 10vw;
    padding-top: 100px;
  }

  .ctn1 .con {
    padding: 3vw 0 4.5vw;
  }

  .ctn1 .con .center .txt {
    margin-top: 3vw;
  }

  .ctn1 .con .center .txt ul li:before {
    top: 10px;
  }

  .ctn2 {
    padding-top: 100px;
  }

  .ctn2 .ctn-list .box-list .box-con .top {
    padding: 0 7vw 0 4vw;
    height: 80px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .left span {
    font-size: 14px;
    margin: 0 8px 0 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle {
    height: 80px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .position {
    padding-right: 30px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .position:after {
    height: 16px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .review {
    padding-left: 30px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle a span {
    font-size: 18px;
    top: 1px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .jian {
    width: 7vw;
    height: 80px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom {
    padding: 2vw 4vw 3.5vw 4vw;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu {
    width: 44px;
    height: 44px;
    top: 0;
  }

  .ctn2 .ctn-list .box-list .box-con.close .top {
    padding: 0 4vw;
  }

  .ctn2 .btns {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 1440px) {
  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box {
    width: calc(100% - 184px);
    margin-left: 184px;
  }



  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
    width: 160px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests {
    width: 200px;
  }
}

@media screen and (max-width:1280px) {
  .body-bg .kv {

    top: 12%;

  }
}

@media screen and (max-width: 1200px) {
  .ctn1 {
    margin-top: 7vw;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    padding-top: 100px;
  }


  .banner .text h1 {
    font-size: 22px;
    margin: -14px 0 14px;
  }

  .banner .text h3 {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .ctn1 {
    padding-top: 80px;
  }

  .ctn2 {
    padding-top: 80px;
  }

  .ctn2 .ctn-list .box-list .box-con {
    margin-top: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .position {
    padding-right: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .review {
    padding-left: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .jian {
    width: 80px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .jian span {
    font-size: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
    width: 140px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text {
    padding-right: 60px;
  }


}

@media screen and (max-width: 768px) {

  .body-bg .kv {
    top: 80px;
  }

  .ctn1 .con .center .txt {
    font-size: 16px;
  }

  .btns {
    display: none;
  }

  .btns a h2 {
    margin-left: 6px;
  }

  .btns a span {
    font-size: 14px;
  }

  .btns a.bao {
    margin-right: 10px;
  }

  .banner {
    padding-top: 220px;
  }

  .banner .text {
    width: 80%;
  }

  .banner .text h1 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 14px;
  }

  .banner .text h3 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .banner .text h3 .address {
    margin-right: 10px;
  }

  .banner .text .btns {
    margin: 30px 0 30px;
  }

  .banner .text .btns a {
    width: 120px;
  }

  .banner .text .btns a span {
    font-size: 14px;
  }

  .ctn1 {
    padding-top: 60px;
    margin-top: 0;
  }

  .ctn1 .con {
    border-radius: 10px;
    padding: 30px 0;
  }

  .ctn1 .con .center .txt {
    margin-top: 20px;
  }

  .ctn1 .con .center .txt ul li:before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
  .flex_card {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .flex_card .card {
    width: 100%;
    padding: 20px;
  }
  .flex_card .card .title  {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .flex_card .card .title::before {
    font-size: 16px;
  }
  .flex_card .card .content  {
    font-size: 16px;
    color: #283263;
    line-height: 1.8;
  }
  

  .ctn2 {
    padding-top: 60px;
  }

  .ctn2 .ctn-list {
    margin-top: 30px;
  }

  .ctn2 .ctn-list .box-list .box-con {
    border-radius: 10px;
  }

  .ctn2 .ctn-list .box-list .box-con .top {
    padding: 14px 20px;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px 10px 0 0;
  }

  .ctn2 .ctn-list .box-list .box-con .top .left {
    width: 100%;
    flex-wrap: wrap;
  }

  .ctn2 .ctn-list .box-list .box-con .top .left h2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .left span {
    flex-shrink: 0;
    margin: 0 8px 0 0;
    font-size: 12px;
    width: 14px;
    position: relative;
    left: 1px;
    top: 1px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .left h3 {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle {
    width: calc(100% - 60px);
    height: auto;
    display: block;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .position {
    padding-right: 0;
    margin-top: 10px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .position:after {
    display: none;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle .review {
    padding-left: 0;
    margin-top: 10px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .middle a span {
    font-size: 14px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .jian {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom {
    padding: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li {
    flex-wrap: wrap;
    margin-bottom: 30px;

    justify-content: flex-start;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .point {
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 22px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box.item2-box {
    margin-top: 30px;
  }

  /*.ctn2 .ctn-list .box-list .box-con .bottom ul li .item-box:last-child {
    margin-left: 0;
    margin-top: 30px;
  }*/

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time {
    width: 80%;
    position: relative;
    top: -4px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-time span {
    line-height: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text {
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text h2 {
    line-height: 1.5;
    font-size: 16px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests {
    width: 100%;
    padding-left: 30px;
    margin-top: 10px;
    display: block;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .tu {
    margin-bottom: 10px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests {
    width: 100%;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li:before {
    top: 18px;
    height: calc(100% - 1px);
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li.hide-point:before {
    height: calc(100% + 17px);
  }

  .ctn2 .ctn-list .box-list .box-con.close .top {
    padding: 14px 20px;
  }

  .ctn2 h4 {
    margin-top: 20px;
  }

  .ctn2 .ctn-list .box-list .box-con .top .left h2 {
    font-size: 18px;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-guests .guests h2 {
    font-weight: 400;
  }

  .ctn2 .ctn-list .box-list .box-con .bottom ul li .item-text.item2-text h2 {
    font-weight: 700;
  }
}



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