<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "Microsoft YaHei", "??????", "Helvetica Neue", Helvetica, Arial, sans-serif;
    ;
    background: #f9fbfb;
    overflow-x: hidden;
}

.bg {
    height: 100%;
    overflow: hidden;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

button {
    padding: 0;
    border: 0;
}

.clear {
    clear: both;
}

.clearfixed:after {
    content: "";
    clear: both;
    display: block;
}

.fl {
    float: left;
    position: relative;
    overflow: visible;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*p{ text-indent:2em; margin:0; padding:0;}*/
table {
    border: none;
    padding: 0;
    margin: 0;
}

.toggle-button {
    background: blue;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9899;
}

.panel {
    position: relative;
}

.header {
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #999;
    position: absolute;
    /*position: fixed;*/
    z-index: 998;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.menus_header {
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #999;
}

.return {
    position: absolute;
    width: 12px;
    top: 25px;
    left: 18px;
}

.buy1 {
    margin: 0 auto;
    display: none;
    cursor: pointer;
    width: 80px;
    height: 50px;
    background: url("../images/buy1.png") no-repeat center 20px;
    animation: mymove 1s infinite;
}

@keyframes mymove {
    from {
        background-position: 0px 5px;
    }

    to {
        background-position: 0px 15px;
    }
}

.up {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: -20px;
    display: none;
    background: url("../images/up.png");
    width: 46px;
    height: 46px;
}

.header_height {
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #999;
    position: relative;
    z-index: 99;
}

.xiala {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 70px;
}

.xiala1 {
    background: #fff;
    display: none;
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

/*???????*/
.paradise {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
}

.paradise&gt;div {
    width: 14%;
    float: left;
    text-align: center;
    color: #666666;
}

.paradise h5 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

.paradise ul {
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0 14px;
    position: relative;
}

.paradise&gt;div {
    position: relative;
}

.paradise&gt;div::after {
    content: "";
    border-left: 1px solid #dedede;
    position: absolute;
    bottom: 48px;
    right: 0;
    height: calc(100% - 72px);
    width: 0;
}


.paradise&gt;div:last-child::after {
    border: none;
}

.paradise ul li {
    position: relative;
}

.paradise ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    height: 28px;
    width: 10px;
    background: url("../images/enter.png") no-repeat center;
    opacity: 0;
    transition: all 1s;
}

.paradise ul li:hover a {
    color: #ff850e;
}


/*??????*/
.hotel_1 {
    width: 100%;
    /* max-width: 1480px; */
    height: 240px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hotel_1 li {
    /* width: 25%; */
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 30px;
}
.hotel_1 li a{
    flex: 1;
    /* max-width: 167px; */
    height: auto;
}
.hotel_1 li img {
    width: 100%;
}

.enter_right {
    width: 10px;
    height: 14px;
    background: url("../images/enter_bg.png") no-repeat;
    background-size: contain;
    float: left;
    /* margin-top: 20px; */
    margin-left: 20px;
    transition: all 0.3s;
}

.hotel_1 li:hover .enter_right {
    background: url("../images/enter.png") no-repeat;
    margin-left: 20px;
}

.hotelLink {
    width: 90%;
    position: absolute;
    top: 66px;
    left: 0;
    display: flex;
    justify-content: center;
}

.hotelLink a {
    color: #878787;
    font-size: 16px;
    margin: 0 5px;
    padding: 2px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    flex: none !important;
}
.hotel_1 .link_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hotel_1 .link_item img{
    flex: 1;
    width: auto;
    /* max-width: fit-content; */
    max-height: 50px;
}
.hotelLink a:hover {
    color: #f67a00;
    border: 1px solid #f67a00;
}

/*???????*/
.news {
    max-width: 1057px;
    width: 100%;
    margin: 0 auto;
}

.news li {
    width: 25%;
    float: left;
    margin: 80px auto;
}

.news li a {
    display: block;
    text-indent: 0;
    position: relative;
    color: #666666;
}

.news li p {
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news li a:hover p {
    color: #ffa22d;
}

.news .enter_right {
    position: absolute;
    margin: 0;
    top: 4px;
    right: 50px;
}

.news li a:hover .enter_right {
    right: 40px;
    background: url("../images/enter.png");
}

/*????????*/
.about_us {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 30px;
}

.about_text {
    width: 50%;
    float: left;
}

.about_text p {
    color: #666666;
    font-size: 14px;
    width: 90%;
    margin: 0 auto 30px;
}

.about_code {
    width: 40%;
    float: right;
}

.about_code li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
}

.about_code img {
    margin: 0 auto;
}

.about_code span {
    color: #666666;
}

.app_code {
    margin: 70px auto 0;
    width: 160px;
}

.app_code_text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 70px;
}

.app_code_text span {
    font-weight: bold;
    color: #ff850e;
    font-size: 20px;
}

.app_code_text p {
    padding: 0;
    margin: 0;
    color: #959595;
}

.hesder_top {
    width: 100%;
}

.header_call {
    position: absolute;
    top: 25px;
    right: 30px;
    color: #3e3e3e;
    font-size: 14px;
}

.logo {
    position: absolute;
    left: 2%;
    margin-top: 14px;
}

.navs {
    min-width: 600px;
    max-width: 800px;
    margin: 0 auto;
    width: 60%;
}

.navs li {
    width: 16.66%;
    line-height: 70px;
    float: left;
    text-align: center;
}

.navs li span {
    display: inline-block;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.navs li span:after {
    content: '';
    transition: all .5s;
    height: 4px;
    width: 0%;
    background: #000;
    background: -webkit-linear-gradient(left, #ff7f02, #ffae3c);
    background: -o-linear-gradient(right, #ff7f02, #ffae3c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff7f02, #ffae3c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff7f02, #ffae3c);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 50%;
    border-radius: 2px;
}

.navs li:hover span:after {
    width: 100%;
    margin-left: 0;
}

.navs li:hover span {
    color: #ffa05a;
}

.navs li.actived {
    color: #ffa05a;
}

.navs li.actived span:after {
    width: 100%;
    margin-left: 0;
}

.navs li.act {
    color: #ffa05a;
}

.navs li.act span:after {
    width: 100%;
    margin-left: 0;
}

.nav_right {
    position: absolute;
    right: 2%;
    top: 0;
}

.p1 {
    margin-top: 4px;
}

.p2 {
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
}

.p2 span {
    display: inline-block;
}

.bear1 {
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 99;
}

.swiper-container0-width {
    width: 100%;
    overflow: hidden;
}

.swiper-container0 .swiper1 {
    bottom: 65px !important;
    left: 0;
    width: 100% !important;
    z-index: 99999 !important;
}

.swiper-container0 a {
    width: 100%;
    display: block;
}

.swiper-container0 img {
    width: 100%;
}

.tabs {
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: -140px;
}

.tabs.actived {
    position: fixed;
    top: 70px;
    bottom: auto;
    background: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 18px 0px #999;
}

.tabs.actived .tab {
    border-radius: 50px;
    box-shadow: none;
}

.tabs.actived .buy1 {
    display: block;
}

.tabs.actived .buy2 {
    display: none;
}

.buy2visible {
    overflow: visible !important;
}

.tabs.actived .up {
    display: block;
    cursor: pointer;
}

.tab {
    max-width: 1057px;
    background: url("../images/circle.png") top center no-repeat #fff;
    padding-bottom: 2px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0px 10px 18px 0px #ebeff5;
}

.hotel_park {
    width: 220px;
    margin: 0 auto;
    left: -10px;
    position: relative;
    cursor: pointer;
}

.hotel_park&gt;div {
    position: relative;
}

.hotel_park span {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.hotel_park&gt;div.actived span {
    color: #ffa732;
}

.hotel_park&gt;div:hover span {
    color: #ffa732;
}

.park {
    width: 110px;
    height: 87px;
    transition: all 1s;
    background: url("../images/park_menu1.png") no-repeat;
}

.hotel {
    width: 73px;
    height: 87px;
    transition: all 1s;
    background: url("../images/hotel_menu1.png") no-repeat;
}

.hotel.actived {
    background: url("../images/hotel_menu.png") no-repeat;
}

.hotel:hover {
    background: url("../images/hotel_menu.png") no-repeat;
    /**/
}

.park.actived {
    background: url("../images/park_menu.png") no-repeat;
}

.park:hover {
    background: url("../images/park_menu.png") no-repeat;
    /**/
}

.choose_button {
    max-width: 800px;
    width: 80%;
    margin: 30px auto;
    display: none;
}

.choose_button.actived {
    display: block;
}

.choose {
    width: 67%;
}

.choose input {
    cursor: pointer;
    width: 100%;
    height: 44px;
    border-radius: 23px;
    border: 1px solid #ff8a17;
    text-indent: 30px;
    background: #000;
    background: url("../images/down.png") no-repeat right center;
    outline: none;
    font-size: 16px;
}

.choose input:hover::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ff8a17;
}

.choose input:hover::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ff8a17;
}

.choose input:hover:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ff8a17;
}

.button {
    width: 28%;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #ff7f02, #ffae3c);
    background: -o-linear-gradient(right, #ff7f02, #ffae3c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff7f02, #ffae3c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff7f02, #ffae3c);
    height: 46px;
    border-radius: 23px;
    color: #FFFFFF;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
    border: 1px solid transparent;
}

.button:hover {
    border: 1px solid #ff7f02;
    background: #fff;
    color: #ff7f02;
}

.zz_wxcode {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.alert_wxcode {
    display: none;
    background: url("../images/wxcode_bg.png") no-repeat center;
    width: 726px;
    height: 467px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -240px 0 0 -363px;
    z-index: 1000;
}

.wxcode_close {
    position: absolute;
    top: -10px;
    right: -10px;
}

#wxcode_code {
    position: absolute;
    top: 165px;
    left: 432px;
    width: 140px;
}

.header1 {
    height: 55px;
    background: url("../images/header1.png") no-repeat center;
    font-size: 36px;
    margin: 80px auto 40px;
    text-align: center;
    color: #2c2c2c;
    line-height: 40px;
}

.header3 {
    margin: 130px auto 60px;
}

.banner {
    margin-top: 30px;
}

.banner1 {
    padding-top: 140px;
    width: 100%;
    /*background: pink;*/
    position: relative;
}

.banner1_border {
    width: 100%;
    padding-top: 0px;
    overflow: hidden;
}

.banner1 .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.banner1 .swiper-container1 {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.banner1 .swiper-container1 .swiper-slide {
    padding: 40px 0;
}

.parks {
    max-width: 90%;
    max-height: 470px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 10px 18px 0px #ebeff5;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.parks&gt;img {
    width: 100%;
}

.parks:hover {
    margin-top: -20px;
    transition: all .3s;
}


.pack_div0 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    border-radius: 40px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.parks:hover .pack_div0 {
    opacity: 1;
}

.pack_div0 ul a {
    color: #ffffff;
    font-size: 16px;
}

.pack_div0 ul a:hover {
    font-weight: bold;
}

.pack_div0 ul i {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
}

.pack_div0 ul i::after {
    content: "";
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .6);
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.pack_div0 ul li:hover i::after {
    animation: scales 1s ease-in-out infinite;
    -webkit-animation: scales 1s ease-in-out infinite;
}

@keyframes scales {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.8);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes scales {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.8);
    }

    100% {
        transform: scale(1);
    }
}

.pack_div0.pack_div1 ul {
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 40px;
    line-height: 1.5;
}

.pack_div0 ul {
    text-align: center;
    padding-top: 40px;
    line-height: 1.5;
}

.pack_div3 ul {
    width: 50%;
    float: left;
    text-align: left;
    padding-top: 40px;
    line-height: 1.5;
}

.pack_div_ul1 {
    text-indent: 3em;
}

.pack_div_ul2 {
    text-indent: 1em;
}

.park_logo {
    position: absolute;
    /* top: 63%; */
    bottom: 26px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 35%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 0;
}

.park_logo img {
    height: 100%;
    /* height: 115px; */
}

.park_logo .park_logo_type1 {
    height: 85px;
    margin: 0 15px;
}

.park_logo .park_logo_type2 {
    height: 90px;
}

.parks:hover .park_logo img {
    padding-left: 2px;
    height: 87px;
}


.park_text {
    width: 0;
    transition: all 0.5s !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -ms-transition: all .5s !important;
    -o-transition: all .5s !important;
}

.parks:hover .park_text {
    opacity: 1;
    width: 87px;
    margin-right: 15px;
}

.parks:hover .max_width6 {
    opacity: 1;
    width: 96px;
}

.parks:hover .max_width5 {
    opacity: 1;
    width: 80px;
}

.parks:hover .max_width4 {
    opacity: 1;
    width: 64px;
}

.parks:hover .max_width3 {
    opacity: 1;
    width: 48px;
}

.parks:hover .park_text div {
    left: 0px;
    transition: all .5s !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -ms-transition: all .5s !important;
    -o-transition: all .5s !important;
}

.parks:hover .park_logo .park_logo_type1 {
    height: 60px;
}

.parks:hover .park11_text {
    height: 42px !important;
}

.park_logo img {
    transition: all .5s;
}

.park_text div {
    position: relative;
    left: -200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.park_text {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    border-left: 1px solid #ffffff;
    height: 65px;
    padding-left: 12px;
    /* padding-top: 12px; */
    overflow: hidden;
    opacity: 0;
    position: relative;
}

.park_text p {
    margin: 0;
    line-height: 1.5;
    white-space: nowrap;
}

.pack_div {
    /*width: 300px;*/
    width: 85%;
    height: 35%;
    border-radius: 20px;
    /* transition: all .3s; */
    position: absolute;
    bottom: 26px;
    transform: translate(-50%, 0);
    left: 50%;
}

.pack_div1 {
    background: rgba(140, 69, 44, .5);
}

.pack_div2 {
    background: rgba(67, 19, 146, .5);
}

.pack_div3 {
    background: rgba(215, 83, 31, .5);
}

.pack_div4 {
    background: rgba(10, 143, 161, .5);
}

.pack_div5 {
    background: rgba(180, 91, 0, .5);
}

.pack_div6 {
    background: rgba(155, 51, 214, .5);
}

.pack_div7 {
    background: rgba(143, 63, 20, .5);
}

.pack_div8 {
    background: rgba(37, 141, 159, .5);
}

.btn_l {
    position: absolute;
    top: 50%;
    left: 170px;
    z-index: 1;
    cursor: pointer;
    margin-top: -40px;
}

.btn_r {
    position: absolute;
    top: 50%;
    right: 170px;
    z-index: 1;
    cursor: pointer;
    margin-top: -40px;
}

/*????????*/
.garden {
    position: relative;
    padding-bottom: 20px;
}

.garden_more {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/garden_more.png") no-repeat center;
    right: 22px;
}

.garden_more.actived {
    background: url("../images/garden_more1.png") no-repeat center;
}

.garden_heigth ul {
    padding: 0 20px;
}

.garden_heigth {
    /*height: 100px;*/
    overflow: hidden;
}

.garden_heigth ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 6px;
}

.garden_heigth ul li img {
    width: 100%;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.mask ul {
    width: 80%;
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mask&gt;div {
    width: 80%;
    padding-top: 100px;
    color: #a7a39f;
    text-align: center;
    display: none;
    border-radius: 15px;
    padding-bottom: 1px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mask&gt;div li {
    width: 33.3%;
}

.mask&gt;div li a {
    display: block;
    background: #f4f4f4;
    margin: 10px 5px;
    border-radius: 5px;
    line-height: 2;
}

.close {
    width: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.huanle {
    background: url("../images/huanle_bg.png") #ffffff no-repeat;
    background-size: 100% auto;
}

.shuishang {
    background: url("../images/shuishang_bg.png") #ffffff no-repeat;
    background-size: 100% auto;
}

.menghuan {
    background: url("../images/menghuan_bg.png") #ffffff no-repeat;
    background-size: 100% auto;
}

.dongfang {
    background: url("../images/dongfang_bg.png") #ffffff no-repeat;
    background-size: 100% auto;
}
.xcmgw {
    background: url("../images/xcmgw_bg.png") #ffffff no-repeat;
    background-size: 100% auto;
}
.yuxiao {
    background: url("../images/yuxiao_bg.png") #ffffff no-repeat;
    background-size: 100% auto;
}

.alertHotel {
    background: url("../images/alert_hotel.png") #ffffff no-repeat;
    background-size: 100% auto;
}
.alertHotel2 {
    background: url("../images/alert_hotel2.png") #ffffff no-repeat;
    background-size: 100% auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 200px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner2_border {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn_l2 {
    position: absolute;
    top: 50%;
    left: 3%;
    margin-top: -20px;
    z-index: 1;
    cursor: pointer;
}

.btn_r2 {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 3%;
    z-index: 1;
    cursor: pointer;
}

.banner2_img {
    margin: 40px auto 30px;
    width: 100%;
}

.banner1_border {
    position: relative;
}

.swiper-container2 {
    width: 100%;
}

.swiper-container2 img {
    width: 100%;
}

.banner:hover .arrow {
    display: block;
}

.arrow {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 99999;
    cursor: pointer;
}

.arrow-left {
    background: url("../images/left.png") no-repeat center;
    left: 10px;
}

.arrow-right {
    background: url("../images/right.png") no-repeat center;
    right: 10px;
}


/*??????*/
.swiper1 {
    text-align: center;
    position: absolute;
    bottom: 120px;
    width: 100%;
    z-index: 99;
}

.swiper1 span {
    width: 15px !important;
    height: 15px !important;
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    outline: none;
}

.swiper1 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
}

.swiper1 .swiper-pagination-bullet {
    opacity: 1 !important;
}


.banner3_container {
    position: relative;
}

.swiper-wrapper3 .swiper-slide {
    height: 660px;
    position: relative;
}

.swiper-container3 {
    height: 680px;
    width: 80%;
    overflow: hidden;
}

.hotelCard {
    width: 90%;
    /* height: 90%; */
    margin: 5% auto;
    box-shadow: 0px 0px 18px 0px #d6dae0;
    position: relative;
    border-radius: 30px;
    background-size: cover;
    max-width: 100%;
    border-radius: 30px;
    transition: all 1s;
    overflow: hidden; 
    max-height: 618px;
    min-width: 250px;
}

.hotelCard:hover {
    background-size: 110% auto;
}

.hotelCard:hover .pack_div0 {
    opacity: 1;
}
.banner3_container .swiper-slide{
    width: 25%;
}
.hotelCard_bg{
    width: 100%;
    /* margin-bottom: 4%; */
}
.hotelCardLink {
    width: 100%;
    height: 100%;
    background: rgba(39, 45, 117, .4);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.slide1_img1 {
    background: url("../images/hotle1.png") no-repeat top center;
    background-size: 100% auto;
}

.slide1_img2 {
    background: url("../images/hotle2.jpg") no-repeat top center;
    background-size: 100% auto;
}

.slide1_img3 {
    background: url("../images/hotle3.jpg") no-repeat top center;
    background-size: 100% auto;
}

.slide1_img4 {
    background: url("../images/hotle4.png") no-repeat top center;
    background-size: 100% auto;
}

.slide1_img5 {
    background: url("../images/hotle5.png") no-repeat top center;
    background-size: 100% auto;
}
.slide1_img6 {
    background: url("../images/hotle6.png") no-repeat top center;
    background-size: 100% auto;
}


.side_content {
    width: 100%;
    height: 49%;
    max-height: 275px;
    background: url("../images/hotle_bg.png") no-repeat;
    background-size: 101% 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


.hotle_logo {
    padding-top: 10px;
    /* padding-bottom: 14px; */
    max-width: 80%;
    margin: 0 auto;
    width: 50%;
    max-width: 300px
}
.hotle_logo1{
    /* margin-top: 12px;
    margin-bottom: 20px; */
}
.hotle_text {
    padding-top: 6px;
    margin: 0 auto;
    margin-top: -2%;
}

.hotle_text1 {
    font-size: 22px;
    color: #5a5a5a;
}

.hotle_text2 {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    max-width: 110px;
    margin: 2px auto;
}

.hotle_text3 {
    font-size: 14px;
    color: #8a8a8a;
}

.button1 {
    display: block;
    width: 60%;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #ff7f02, #ffae3c);
    background: -o-linear-gradient(right, #ff7f02, #ffae3c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff7f02, #ffae3c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff7f02, #ffae3c);
    height: 35px;
    border-radius: 23px;
    color: #FFFFFF;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    margin: 1vw auto ;
    border: 1px solid transparent;
}

.button1:hover {
    border: 1px solid #ff7f02;
    background: #fff;
    color: #ff7f02;
}

/*???????*/
.wines {
    position: relative;
    padding-bottom: 30px;
    display: none;
}


.wines ul {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wines ul li {
    width: 49%;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 2px 5px rgba(30, 30, 30, 0.15);
    margin-bottom: 10px;
}

.wines ul li img {
    width: 100%;
}

.wines p {
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    line-height: 2;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer {
    background: #fff;
    border-top: 1px solid #ececec;
    padding-top: 40px;
}

.footer p {
    margin: 5px auto;
}

.footer_text {
    margin: 0 auto;
    width: 500px;
    max-width: 90%;
    text-align: center;
}

.footer_text img {
    max-width: 100%;
    display: block;
    margin: -10px auto;
}

.footer_text li {
    width: 50%;
    float: left;
}

.footer_text1 {
    font-size: 16px;
    color: #3c3c3c;
}

.footer_text2 {
    color: #666666;
}

.footer_text3 {
    color: #8a8a8a;
    font-size: 14px;
}

.footer_text1 span {
    color: #fe8510;
    font-weight: bolder;
}

.footlink {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    line-height: 1.5;
}

.footlink a:hover,
.permit_left a:hover {
    text-decoration: underline;
}

.footer_call {
    font-size: 14px;
    color: #666666;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    display: none;
}

.footlink i {
    font-style: normal;
}

.footlink span {
    display: inline-block;
}

.p2 {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px 0;
}

.p3 {
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #666666;
    line-height: 1;
    padding: 24px 0;
    margin-top: 30px;
}

.banner3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70px;
}

.btn_l1 {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 1;
    cursor: pointer;
    margin-top: -35px;
}

.btn_r1 {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 10%;
    z-index: 1;
    cursor: pointer;
}

.bb {
    display: none;
}

.permit {
    max-width: 1000px;
    margin: 0 auto;
}

.permit_1 {
    line-height: 25px;
}

.permit_2 {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}



.last_img {
    display: block;
    margin: 0 auto;
}

.menu {
    position: absolute;
    padding: 28px 20px;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.menus {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    display: none;
}

.city {
    background: #fff;
    box-shadow: 0px 0px 18px 0px #dbdbdb;
    background-size: 100% 100%;
    position: absolute;
    padding: 20px;
    top: 60px;
    border-radius: 20px;
    display: none;
    z-index: 999999999999999999999;
    cursor: pointer;
    left: 0;
}

.citys {
    position: absolute;
    right: 80px;
    top: -20px;
}

.city.actived {
    bottom: 50px;
    top: auto;
}

.city li {
    float: left;
    padding: 0 10px;
    line-height: 2;
}

.city li:hover {
    color: #ffa732;
}

.garden {
    display: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #adb0b3 !important;
}

.swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 10px !important;
    height: 10px !important;
}

@media (max-width: 700px) {
    .header_call {
        display: none;
    }

    .footer_call {
        display: block;
    }

    .wuhuhotol {
        display: none;
    }

    .swiper-container0 .swiper1 {
        bottom: 24px !important;
    }

    .swiper1 span {
        width: 8px !important;
        height: 8px !important;
        margin: 4px !important;
    }

    .city.actived .citys {
        display: none;
    }

    .garden {
        display: block;
    }

    .swiper-container1 {
        display: none;
    }

    .btn_r {
        display: none;
    }

    .btn_l {
        display: none;
    }

    .swiper-container3 {
        height: 600px;
    }

    .swiper-wrapper3 .swiper-slide {
        height: 550px;
    }

    .side_content {
        /* height: 200px; */
        height: 47%;
    }

    .hotle_text {
        width: 38%;
    }

    .tab {
        max-width: 90%;
        background: url(../images/circle.png) top center no-repeat #fff;
        background-size: 70% 36px;
        border-radius: 20px;
    }

    .tabs {
        bottom: -250px;
    }

    .swiper-container0 {
        width: 150%;
        position: relative;
        left: -25%;
    }

    .choose {
        width: 100%;
    }

    .button {
        width: 100%;
        margin-top: 20px;
    }

    .header1 {
        font-size: 20px;
        height: 50px;
        margin: 10px auto !important;
    }

    .banner3_container {
        display: none;
    }

    .wines {
        display: block;
    }

    .navs {
        display: none;
    }

    .nav_right {
        display: none;
    }

    .logo {
        transform: translate(-50%, 0);
        margin-left: 50%;
        padding-top: 8px;
        width: 150px;
    }

    .swiper-container3 {
        width: 80%;
    }

    .slides {
        width: 90%;
    }

    .btn_l1 {
        display: none;
    }

    .btn_r1 {
        display: none;
    }

    .button1 {
        max-width: 55%;
        width: 200px;
        margin: 20px auto;
        height: 30px;
        border-radius: 25px;
        color: #FFFFFF;
        line-height: 30px;
    }

    .btn_l1 {
        left: 0;
    }

    .btn_r1 {
        right: 0;
    }

    .swiper-container2 {
        width: 200%;
    }

    .banner3 {
        padding-bottom: 0px;
    }

    .tabs.actived {
        position: fixed;
        bottom: 0px;
        top: auto;
        background: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: none;
    }

    .buy1 {
        width: 70px;
        height: 50px;
        background: url("../images/buy1_1.png") no-repeat center 15px;
        background-size: 100% 100%;
        animation: none;
    }

    .up {
        position: absolute;
        left: 50%;
        margin-left: -7px;
        top: 10px;
        bottom: auto;
        display: none;
        background: url("../images/up1.png") no-repeat center;
        background-size: contain;
        width: 14px;
        height: 8px;
        z-index: 999999;
    }

    .menu {
        display: block;
    }

    .aa {
        width: 50% !important;
    }

    .banner1 {
        padding-top: 260px !important;
    }

    .banner1 .swiper-container1 {
        width: 400%;
        margin-left: 0;
    }

    .swiper-wrapper1 .swiper-slide {
        padding-top: 20px;
    }

    .header0 {
        margin: 136px auto 0px;
    }


    .bear1 {
        display: none;
    }

    .view .swiper-slide {
        height: 176px;
    }

    .swiper-container3 {
        width: 400%;
    }

    .arrow {
        opacity: 0;
    }

    .previews p {
        visibility: hidden;
    }

    .btn_l {
        left: 0px;
    }

    .btn_r {
        right: 0px;
    }



    .footlink i {
        display: none;
    }

    .p3 {
        padding-bottom: 30px;
    }

    .last_img {
        display: none;
    }

    .footer_text1 {
        font-size: 12px;
    }

    .footer_text2 {
        font-size: 10px;
    }

    .footer_text3 {
        font-size: 10px;
    }
}
@media  (max-width: 1520px) {
    .hotel_1 li{
        flex: 1;
        margin: 0 18px;
    }
}
@media (min-width: 700px) and (max-width: 992px) {
    .hotelLink{
        top: 60px;
        width: 100%;
    }
    .hotelLink a{
        font-size: 14px;
    }
    /*ï¿½ï¿½????ï¿½ï¿½ ???*/
    .header_call {
        display: none;
    }

    .footer_call {
        display: block;
    }

    .bear1 {
        width: 200px;
    }

    .swiper-container0 {
        width: 150%;
        position: relative;
        left: -25%;
    }

    .banner1 {
        padding-top: 152px;
    }

    .enter_right {
        display: none;
    }

    .navs {
        min-width: 580px;
    }

    .paradise&gt;div {
        width: 25%;
    }

    .logo {
        width: 80px;
        position: absolute;
        left: 2%;
        margin-top: 25px;
    }

    .view .swiper-slide {
        height: 350px;
    }

    .previews {
        bottom: 40px;
    }

    .nav_right .p1 {
        font-size: 10px;
    }

    .swiper-container3 {
        width: 100%;
    }

    .banner1 .swiper-container1 {
        width: 100%;
    }

    .btn_l1 {
        display: block;



    }

    .btn_r1 {
        display: block;

    }

    .bb {
        display: block;
    }

    .btn_l {
        left: 0px;
    }

    .btn_r {
        right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {

    /*?ï¿½ï¿½?????ï¿½ï¿½ ????*/
    .container {
        background: pink;
        width: 100%;
    }

    .bear1 {
        width: 200px;
    }

    .nav_right .p1 {
        font-size: 10px;
    }

    .banner1 .swiper-container1 {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .swiper-container3 {
        width: 100%;
    }



    .btn_l {
        left: 0px;
    }

    .btn_r {
        right: 0px;
    }

    .view .swiper-slide {
        height: 450px;
    }

    .swiper-container3 {
        height: 500px;
    }

    .swiper-wrapper3 .swiper-slide {
        height: 500px;
    }

    .park_logo img {
        /* padding-left: 80px;
        max-width: 40%; */
        height: 70px !important;
    }

    .park_logo .park_logo_type1 {
        height: 55px !important;
    }

    /* .parks:hover .park_logo img {
        padding-left: 2px;
        height: 60px;
    } */

    .park_text {
        font-size: 16px;
    }

    .pack_div_ul1 {
        text-indent: 1em;
    }

    .pack_div_ul2 {
        text-indent: 0em;
    }
}

/*!* @media (min-width: 1300px) {*/
/*??????ï¿½ï¿½ ????*/
/*    .container{*/
/*        background: pink;*/
/*        width: 100%;*/
/*    }*/

/*} *!*/
@media (min-width: 1080px) and (max-width: 1160px) {
    .parks:hover .park_logo {
        bottom: 20px;
    }

    .park_text {
        font-size: 15px;
    }

    .parks:hover .park_logo img {
        padding-left: 2px;
        height: 60px;
    }
}</pre></body></html>