.top-banner{background-repeat:no-repeat;background-size:100% 100%;}
.top-banner .banner-content{min-height:347px;padding-top:130px;overflow:hidden;}
.top-banner .banner-content .banner-content-title{float:left;font-size:60px;color:#1f5c99;font-weight:bold;}
.top-banner .banner-content .banner-content-desc{float:left;line-height:24px;font-size:16px;color:#6b6b6b;padding:54px 0 0 42px;}

.content-group{background:url(../img/banner_bg4.jpg) no-repeat;background-size:100% 1200px;}

.content1 .content-box .box-header{text-align:center;padding:100px 20px 46px;min-height:850px;}
.content1 .content-box .header-title{font-size:36px;color:#fff;font-weight:bold;padding:16px 20px;}
.content1 .content-box .header-desc{line-height:28px;font-size:16px;color:#fff;}
.content1 .content-box .header-btn{font-size:0;text-align:center;padding:30px 0 60px;}
.content1 .content-box .header-btn a{display:inline-block;width:214px;height:50px;line-height:44px;font-size:18px;color:#fff;font-weight:bold;text-align:center;border-width:3px;border-style:solid;border-radius:12px;border-color:#39a2ec;background:#1f5c99;}
.content1 .content-box .map{height:560px;}

.swiper{position:relative;margin-top:60px;}
.swiper .swiper-slide a{display:block;border-radius:8px;overflow:hidden;background:#f6f6f6;}
.swiper .swiper-slide-wrapper{padding:0 15px;}
.swiper .swiper-slide-cover img{display:block;width:100%;height:280px;border-radius:0 0 8px 8px;}
.swiper .swiper-slide-title{line-height:24px;font-size:16px;color:#6b6b6b;padding:34px 20px 15px;}
.swiper-button-prev{left:25px;}
.swiper-button-next{right:25px;}
@media (min-width: 768px) {
    .swiper .swiper-slide{width:33.33%;}
    .swiper .swiper-slide-cover img{height:280px;}
    .swiper-button-prev,.swiper-button-next{display:block;position:absolute;top:100px;width:60px;height:60px;background-repeat:no-repeat;background-size:100% 100% !important;}
    .swiper-button-prev{left:-85px;background-image:url(../img/icon18.png);}
    .swiper-button-next{right:-85px;background-image:url(../img/icon19.png);}
}

.content2 .content-header{text-align:center;}
.content2 .content-header .header-title{font-size:36px;color:#1f5c99;font-weight:bold;padding:50px 20px 0;}
.content2 .content-header .header-desc{line-height:28px;font-size:16px;color:#6b6b6b;padding:8px 20px 20px;}
.content2 .content-box{padding:40px 0;}
.content2 .content-box .content-box-cover{overflow:hidden;}
.content2 .content-box .content-box-cover img{display:block;width:540px;height:360px;}
.content2 .content-box .content-box-main{padding:0 78px 0 55px;}
.content2 .content-box .info-header{font-size:30px;color:#1f5c99;font-weight:bold;padding:2px 0 0 90px;}
.content2 .content-box .info-desc{line-height:24px;font-size:16px;color:#6b6b6b;padding-top:24px;}
.content2 .content-box .info-other{padding:44px 0 18px;}
.content2 .content-box .info-other-item {line-height:24px; font-size: 16px; color: #333; padding:6px 0 6px 60px; background: url(../img/icon13.png) no-repeat left center; background-size: 36px;}
.content2 .content-box .info-other-item:nth-child(2){margin-top:14px;}
.content2 .content-box:nth-child(2n){background:#f6f6f6;}
.content2 .content-box:nth-child(2n) .content-box-cover img{float:right;}
.content2 .content-box:nth-child(2n) .content-box-main{padding:0 55px 0 0;}
.content2 .content-box:nth-child(1) .info-header{line-height:55px;background:url(../img/icon16.png) no-repeat left center;background-size:65px 55px;}
.content2 .content-box:nth-child(2) .info-header{line-height:44px;background:url(../img/icon17.png) no-repeat left center;background-size:70px 44px;}
.content2 .content-box:nth-child(3) .info-header{line-height:40px;background:url(../img/icon15.png) no-repeat left center;background-size:51px 40px;}

.content3{padding-bottom:140px;}
.content3 .content-main{padding:20px 0 40px;}
.content3 .hotel-box{
    padding:0;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:all 0.3s ease;
    overflow:hidden;
}
.content3 .hotel-box .row {
    margin: 0;
    display: flex;
}
.content3 .hotel-box:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.1);}
.content3 .hotel-box .col-md-6:first-child {
    padding:0;
}
.content3 .hotel-box .col-md-6:last-child {
    padding:30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: top;
}
.content3 .hotel-box .hotel-box-cover{
    overflow:hidden;
    height:100%;
    position:relative;
}
.content3 .hotel-box .hotel-box-cover img{
    display:block;
    width:100%;
    height:100%;
    min-height:450px;
    object-fit:cover;
    transition:all 0.5s ease;
    border-radius:20px 0 0 20px;
}
.content3 .hotel-box:hover .hotel-box-cover img{transform:scale(1.03);}
.content3 .hotel-box .hotel-box-main{padding:0;}

.content3 .hotel-box .hotel-box-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 40px;
	margin-top:30px;
}

.content3 .hotel-box .hotel-name{
    font-size:30px;
    color:#1f5c99;
    font-weight:bold;
    margin-bottom:25px;
    position:relative;
    padding-bottom:0;
}

.content3 .hotel-box .hotel-desc{
    line-height:28px;
    font-size:17px;
    color:#555;
    padding-top:0;
    max-width:100%;
    margin-bottom:40px;
    position:relative;
}

.content3 .hotel-box .price-booking-group {
    display: flex;
    flex-direction: column;
    gap: 20px;

   
    max-width: 100%;
}

.content3 .hotel-box .hotel-price{
    font-size:16px;
    color:#e5a15c;
    font-weight:500;
    display:block;
    padding:0;
    margin:0;
    border-radius:10px;
    background:transparent;
}
.content3 .hotel-box .hotel-price .price-num{
    font-size:32px;
    font-weight:bold;
    margin:0 5px;
    color:#f2a200;
}
.content3 .hotel-box .book-btn{
    display:inline-block;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    border-radius:25px;
    background:#f2a200;
    transition:all 0.3s ease;
    box-shadow:0 5px 15px rgba(242,162,0,0.2);
    position:relative;
    overflow:hidden;
}
.content3 .hotel-box .book-btn:before {
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transition:all 0.6s ease;
}
.content3 .hotel-box .book-btn:hover:before {
    left:100%;
}
.content3 .hotel-box .book-btn:hover{
    background:#e09200;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(242,162,0,0.3);
    text-decoration:none;
}

/* 新增：酒店卡片样式 - 一行两列布局 */
.content3 .hotel-card{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:all 0.3s ease;
    overflow:hidden;
    margin-bottom:30px;
    height:100%;
}

/* 为两列布局添加间距 */
.content3 .content-main .row .col-md-6:first-child .hotel-card{
    margin-right:15px;
}

.content3 .content-main .row .col-md-6:last-child .hotel-card{
    margin-left:15px;
}
.content3 .hotel-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.content3 .hotel-card-cover{
    overflow:hidden;
    position:relative;
}
.content3 .hotel-card-cover img{
    display:block;
    width:100%;
    height:280px;
    object-fit:cover;
    transition:all 0.5s ease;
}
.content3 .hotel-card:hover .hotel-card-cover img{
    transform:scale(1.03);
}

.content3 .hotel-card-info{
    padding:30px 25px;
    display:flex;
    flex-direction:column;
    height:calc(100% - 280px);
}

.content3 .hotel-card .hotel-name{
    font-size:24px;
    color:#1f5c99;
    font-weight:bold;
    margin-bottom:20px;
    line-height:1.3;
}

.content3 .hotel-card .hotel-desc{
    line-height:24px;
    font-size:15px;
    color:#555;
    margin-bottom:25px;
    flex-grow:1;
}

.content3 .hotel-card .price-booking-group{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.content3 .hotel-card .hotel-price{
    font-size:15px;
    color:#e5a15c;
    font-weight:500;
    margin:0;
}

.content3 .hotel-card .hotel-price .price-num{
    font-size:28px;
    font-weight:bold;
    margin:0 5px;
    color:#f2a200;
}

.content3 .hotel-card .book-btn{
    display:inline-block;
    width:100%;
    height:46px;
    line-height:46px;
    font-size:15px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    border-radius:23px;
    background:#f2a200;
    transition:all 0.3s ease;
    box-shadow:0 5px 15px rgba(242,162,0,0.2);
    position:relative;
    overflow:hidden;
}

.content3 .hotel-card .book-btn:before {
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transition:all 0.6s ease;
}

.content3 .hotel-card .book-btn:hover:before {
    left:100%;
}

.content3 .hotel-card .book-btn:hover{
    background:#e09200;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(242,162,0,0.3);
    text-decoration:none;
}

.content3 .two-col-hotel-item{width:580px;border-radius:18px;overflow:hidden;margin-top:50px;background:#f6f6f6;}
.content3 .two-col-hotel-item .item-cover img{display:block;width:100%;height:340px;border-radius:0 0 18px 18px;}
.content3 .two-col-hotel-item .item-main{padding:20px 20px 40px;}
.content3 .two-col-hotel-item .hotel-name{line-height:30px;font-size:20px;color:#333;font-weight:bold;}
.content3 .two-col-hotel-item .hotel-desc{line-height:24px;font-size:16px;color:#6b6b6b;padding-top:8px;}
.content3 .two-col-hotel-item .hotel-price{font-size:0;padding-top:30px;}
.content3 .two-col-hotel-item .hotel-price a{display:inline-block;line-height:32px;font-size:16px;color:#333;padding-right:50px;background:url(../img/icon3.png) no-repeat right center;background-size:18px 32px;}
.content3 .two-col-hotel-item .hotel-price span{color:#e5a15c;}
.content3 .two-col-hotel-item .hotel-price .price-num{font-size:30px;font-weight:bold;}
.content3 .two-col-hotel-item-wrapper{overflow:hidden;}
.content3 .two-col-hotel-item-wrapper:nth-child(1) .two-col-hotel-item{float:left;}
.content3 .two-col-hotel-item-wrapper:nth-child(2) .two-col-hotel-item{float:right;}

.content3 .more-hotels-section {
    text-align: center;
    margin:40px 0;
}

.content3 .more-btn {
    display: inline-block;
    width: 280px;
    height: 46px;
    line-height: 42px;
    font-size: 16px;
    color: #1f5c99;
    font-weight: bold;
    text-align: center;
    border: 2px solid #1f5c99;
    border-radius: 23px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.content3 .more-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1f5c99;
    transition: all 0.3s ease;
    z-index: -1;
}

.content3 .more-btn:hover:before {
    width: 100%;
}

.content3 .more-btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(31,92,153,0.2);
}

@media (max-width: 767px) {
  .content3 .hotel-box .row {
    flex-direction: column;
  }
  .content3 .hotel-box .col-md-6 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .content3 .hotel-box .hotel-box-cover img {
    min-height: 180px;
    height: 38vw;
    max-height: 220px;
    border-radius: 20px 20px 0 0;
  }
  .content3 .hotel-box .hotel-box-main {
    padding: 0;
  }
  .content3 .hotel-box .hotel-box-info {
    padding: 18px 12px 24px 12px;
	  margin-top:0;
  }
  .content3 .hotel-box .hotel-name {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .content3 .hotel-box .hotel-desc {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .content3 .hotel-box .price-booking-group {
    gap: 12px;
    padding: 14px 8px;
  }
  .content3 .hotel-box .hotel-price {
    font-size: 15px;
  }
  .content3 .hotel-box .hotel-price .price-num {
    font-size: 28px;
  }
  .content3 .hotel-box .book-btn {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    border-radius: 22px;
  }
  
  /* 新增：酒店卡片移动端样式 */
  .content3 .hotel-card {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .content3 .hotel-card-cover img {
    height: 200px;
  }
  .content3 .hotel-card-info {
    padding: 20px 15px;
    height: auto;
  }
  .content3 .hotel-card .hotel-name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .content3 .hotel-card .hotel-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .content3 .hotel-card .price-booking-group {
    gap: 12px;
  }
  .content3 .hotel-card .hotel-price {
    font-size: 14px;
  }
  .content3 .hotel-card .hotel-price .price-num {
    font-size: 24px;
  }
  .content3 .hotel-card .book-btn {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 21px;
  }
  
  .content3 .more-btn {
    width: 90%;
    min-width: 0;
    font-size: 15px;
    height: 42px;
    line-height: 40px;
    border-radius: 21px;
  }
}

.content-weather{background:#f6f6f6;}
.content-weather .content-header{font-size:22px;color:#333;font-weight:bold;padding:30px 20px 15px;}
.content-weather .content-main{padding:15px 20px 40px;}
.content-weather .weather-widget{border:1px solid #39a2ec;}

@media (max-width: 768px) {
    .top-banner{background-size:auto 100%;}
    .top-banner .banner-content{min-height:347px;padding-top:80px;overflow:hidden;}
    .top-banner .banner-content .banner-content-title{float:none;font-size:30px;color:#1f5c99;font-weight:bold;text-align:center;}
    .top-banner .banner-content .banner-content-desc{float:none;line-height:24px;font-size:16px;color:#6b6b6b;text-align:center;padding:25px 10px 0;}

    .content1 .content-box .box-header{text-align:center;padding:46px 20px;min-height:0;}

    .swiper{margin-top:0;}

    .content-group{background-size:100% 850px;}

    .content2 .content-box .content-box-main{padding:20px 30px 0;}
    .content2 .content-box:nth-child(2n) .content-box-main{padding:0 30px 0;}
    .content2 .content-box:nth-child(1) .info-header{line-height:38px;}
    .content2 .content-box .info-other-item:nth-child(2){margin-top:8px;}
    .content2 .content-box .content-box-cover img{display:block;width:540px;height:280px;}

    .content3{padding:0 10px 70px;}
    .content3 .one-col-hotel-item{height:auto;min-height:400px;padding:30px;background-size:cover;}
    .content3 .one-col-hotel-item .book-btn{position:static;display:block;margin:20px auto 0;}
    .content3 .two-col-hotel-item{float:none !important;width:auto;}
    .content3 .two-col-hotel-item .item-cover img{height:280px;}
}