.pageWrap {
    width: 100%;
    margin-top: 84px;
}

.pageWrap.bg-white {
    background-color: #fff;
}

.pageWrap .introBlock {
    width: 1320px;
    margin: 0 auto;
}

.introBlock {
    font-size: 0;
    background: #F7F6F2;
}

.introBlock>* {
    display: inline-block;
    font-size: 14px;
}

.introBlock .bannerIntro {
    width: 460px;
    padding: 0 60px;
    vertical-align: top;
    box-sizing: border-box;
}

.bannerIntro .bannerHref {
    width: 160px;
    margin-top: 91px;
}

.bannerIntro .bannerHref li {
    margin-bottom: 12px;
}

.bannerIntro .bannerHref a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #F1E7D5;
    color: #2A2D2F;
    cursor: pointer;
}

.bannerIntro .bannerHref a:hover,
.bannerIntro .bannerHref a.active {
    background-color: #BB9540;
    color: #FFFFFF;
}

.bannerIntro .bannerText {
    margin-top: 67px;
    font-size: 0;
}

.bannerIntro .bannerText h1 {
    line-height: 1;
    font-size: 30px;
}

.bannerIntro .bannerText>img {
    padding: 20px 0 10px;
}

.bannerIntro .bannerText>p {
    font-size: 15px;
    color: #202020;
    line-height: 36px;
}


/*z-index会影响子元素*/

.normalContainer {
    position: relative;
    width: 1200px;
    /*z-index: 1;*/
}

.msgIntro {
    width: 1200px;
    font-size: 15px;
    color: #202020;
    line-height: 32px;
    margin: 50px auto;
    text-align: justify;
}

.imgIntroBox {
    position: relative;
    font-size: 0;
    width: 100%;
    padding-bottom: 40px;
    /*height: 600px;*/
}

.imgIntroBox ul li {
    display: inline-block;
    width: 580px;
    margin-right: 40px;
    vertical-align: top;
}

.imgIntroBox ul li img {
    width: 100%;
    height: 390px;
}

.imgIntroBox .imgTips {
    height: 70px;
    line-height: 70px;
    background-color: #fff;
}

.imgIntroBox .imgTips a {
    font-size: 15px;
    color: #272D31;
    padding: 0 30px;
}

.imgIntroBox .imgTips span {
    display: inline-block;
    float: right;
    width: 22px;
    height: 11px;
    margin-top: 29px;
    margin-right: 30px;
    background-image: url(../images/imgTipsArrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.swiperNav {
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    background-color: #3D4550;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    cursor: pointer;
}

.swiperNav:hover {
    background-color: #BB9540;
}

.swiperNav.prev {
    background-image: url(../images/arrow-white-left.png);
}

.swiperNav.next {
    background-image: url(../images/arrow-white-right.png);
}

.imgIntroBox .swiperNav.prev {
    top: 168px;
    left: 0;
}

.imgIntroBox .swiperNav.next {
    top: 168px;
    right: 0;
}

.bgWrapf9f6f3 {
    background-color: #f9f6f3;
}

.bg-blue {
    position: absolute;
    display: block;
    width: 100%;
    height: 370px;
    bottom: 0;
    background-image: url(../images/body-bg.png);
    background-repeat: repeat-x;
    background-position: center;
    z-index: 0;
}

.bg-f9f6f3 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9f6f3;
    z-index: 0;
}

.imgIntroBox .bg-blue {
    height: 290px;
}

.bottomHalfWrap {
    background-color: #f7f6f2;
    margin-bottom: 80px;
}

.bottomHalfWrap>* {
    width: 1200px;
    margin: 0 auto;
}

.mapIntroBox {
    margin-top: 80px;
    font-size: 0;
    background-color: #fff;
}

.mapIntroBox>* {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.mapIntroBox .mapContent {
    width: 740px;
    height: 570px;
}

.mapIntroBox .mapText {
    width: 460px;
    padding: 0 70px;
    box-sizing: border-box;
}

.mapIntroBox .mapText h1 {
    line-height: 1;
    margin-top: 104px;
}

.mapIntroBox .mapText p {
    line-height: 28px;
    font-size: 16px;
}

.mapIntroBox .mapText .mt {
    margin-top: 34px;
}

.mapIntroBox .mapText .btn {
    width: 317px;
    height: 42px;
    line-height: 42px;
    margin-top: 40px;
    font-size: 13px;
}

.amap-sug-result {
    display: none;
}

.indexBanner {
    width: 1350px;
    padding: 0;
}

.indexBanner img {
    width: 1350px;
    height: auto;
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
}

.indexBanner .swiper-slide {
    font-size: 0;
}

.swiper-pagination {}

.swiper-container-horizontal.indexBanner>.swiper-pagination-bullets {
    bottom: 70px;
}

.indexBanner .swiper-pagination-bullet {
    /*width: 22px;*/
    /*height: 22px;*/
    width: 10px;
    height: 10px;
    background: url(../images/indexBannerNav.png) center no-repeat;
}

.indexBanner .swiper-pagination-bullet.swiper-pagination-bullet-active,
.indexBanner .swiper-pagination-bullet:hover {
    background-image: url(../images/indexBannerNavActive.png);
}

.indexBanner .bannerText {
    position: absolute;
    bottom: 95px;
    width: 100%;
    text-align: right;
}

.indexBanner .bannerText>* {
    display: inline-block;
    width: 725px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 14px;
}

.indexBanner .bannerText h1 {
    font-size: 34px;
    letter-spacing: 2px;
    margin-top: 6px;
    margin-right: 70px;
}

.indexIntroKey {
    position: relative;
    margin-top: 76px;
    overflow-y: hidden;
}

.indexIntroKey .swiper-container {
    width: 1348px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 30px;
}

.indexIntroKey .swiper-slide {
    width: 100%;
}

.indexIntroKey ul li>* {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    margin: 0 37px;
}

.indexIntroKey .bg-blue {
    top: 185px;
    height: 250px;
    bottom: auto;
}

.indexIntroKey .bg-f9f6f3 {
    top: 435px;
}

.introTextBlock {
    font-size: 0;
}

.introTextBlock h1 {
    font-size: 30px;
    color: #bb9540;
    line-height: 1;
    margin-bottom: 20px;
}

.introTextBlock p {
    font-size: 14px;
    color: #808283;
    line-height: 28px;
}

.introTextBlock img {
    width: 31px;
    margin: 20px 0 28px;
}

.introKeyNav {
    font-size: 0;
    text-align: center;
}

.introKeyNav>.nav {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 16px;
    font-size: 16px;
    line-height: 80px;
    color: #555;
    background-color: #f6f3ee;
    text-align: center;
    cursor: pointer;
}

.introKeyNav>.nav.active,
.introKeyNav>.nav:hover {
    color: #fff;
    background-color: #bb9540;
}

.introKeyNav>.nav:first-child {
    margin-left: 0;
}

.indexIntroKey .introTextBlock,
.indexIntroKey .introKeyNav {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    margin: 0 37px;
}

.indexIntroKey .introKeyImg {
    margin-top: 140px;
    height: auto;
}

.indexIntroKey .introKeyText {
    position: relative;
    margin-top: 57px;
    min-height: 450px;
    background-color: #fff;
    padding: 112px 80px 86px;
    box-sizing: border-box;
}

.indexIntroKey .introKeyText h1 {
    font-size: 24px;
    color: #272d31;
    line-height: 1;
    margin-bottom: 46px;
}

.indexIntroKey .introKeyText h2 {
    font-size: 20px;
    color: #4b4f51;
    line-height: 1;
    margin-bottom: 22px;
}

.indexIntroKey .introKeyText p {
    font-size: 13px;
    color: #808283;
    line-height: 36px;
    margin-top: 20px;
}

.indexIntroKey .introKeyText p:first-child {
    margin-top: 56px;
}

.introKeyText .keyWrapNav {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.introKeyText .keyWrapNav>* {
    position: relative;
    display: inline-block;
    margin-left: 1px;
}

.introKeyText .keyWrapNav>*:first-child {
    margin-left: 0;
}

.indexIntroArea {
    position: relative;
    padding-bottom: 110px;
}

.indexIntroArea .swiper-container {
    position: relative;
    width: 1350px;
    margin: 0 auto;
}

.indexIntroArea .introTextBlock {
    width: 540px;
    margin-left: 750px;
}

.indexIntroArea .introAreaText {
    position: absolute;
    top: 54px;
    left: 38px;
    width: 600px;
    padding: 77px 0 67px 84px;
    background-color: #fff;
    box-sizing: border-box;
}

.introAreaText>* {
    display: inline-block;
    vertical-align: top;
}

.introAreaText .textLeft {
    width: 140px;
}

.introAreaText .textRight {
    width: 335px;
}

.introAreaText .textLeft h1 {
    font-size: 24px;
    color: #272d31;
}

.introAreaText .textLeft img {
    width: 48px;
    height: auto;
}

.introAreaText .textRight p {
    font-size: 13px;
    line-height: 30px;
    color: #808283;
}

.introAreaText .areaNav {
    position: absolute;
    bottom: -56px;
    left: 0;
    font-size: 0;
}

.introAreaText .areaNav .swiperNav {
    position: relative;
    display: inline-block;
    margin-right: 2px;
}

.indexIntroArea .bg-blue {
    height: 270px;
}

.figureBgWrap {
    font-size: 0;
    background-image: url(../images/figure-bg.png);
}

.indexImgList {
    width: 1310px;
    margin: 0 auto;
}

.indexImgList ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-top: 138px;
}

.indexImgList ul:first-child {
    margin-top: 85px;
}

.figureBgWrap ul li {
    display: inline-block;
    width: 617px;
    margin: 0 19px 40px;
    vertical-align: top;
}

.indexIntroMember {
    width: 1350px;
    font-size: 0;
    margin: 0 auto 80px;
}

.indexIntroMember>* {
    display: inline-block;
    vertical-align: top;
}

.indexIntroMember .introText {
    width: 460px;
    height: 482px;
    background-color: #847760;
    color: #eee6cf;
    padding: 100px 63px 0;
    box-sizing: border-box;
}

.indexIntroMember .introText h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}

.indexIntroMember .introText h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 45px;
}

.indexIntroMember .introText p {
    font-size: 14px;
    line-height: 22px;
}

.indexIntroMember .introText a.equity {
    display: inline-block;
    color: #eee6cf;
    font-size: 14px;
    margin-top: 50px;
    padding-right: 20px;
    line-height: 1;
    background-image: url(../images/index-member-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.indexIntroMember .introText .btn {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}

.introBlock.imgFill .bannerIntro {
    position: absolute;
}

.introBlock.imgFill>img {
    width: 100%;
    height: auto;
}

.textImgList {
    padding: 80px 0;
    position: relative;
}

.textImgList .textImgItem {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    font-size: 0;
    z-index: 1;
}

.textImgList .textImgItem>* {
    display: inline-block;
    width: 580px;
    margin: 0 20px;
    vertical-align: top;
}

.textImgList .textImgItem>.left {
    margin-top: 80px;
}

.textImgList .textImgItem .textImgBlock {
    min-height: 510px;
}

.textImgBlock {
    position: relative;
    background-color: #fff;
    padding: 95px 42px;
    box-sizing: border-box;
}

.textImgBlock h1 {
    color: #000;
    font-size: 24px;
    line-height: 1;
}

.textImgBlock h2 {
    color: #272D31;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 30px;
    line-height: 1;
}

.textImgBlock img {
    margin: 30px 0 20px;
}

.textImgBlock .logo {
    position: absolute;
    right: 36px;
    top: 85px;
    margin: 0;
}

.textImgBlock p {
    color: #333;
    font-size: 15px;
    line-height: 32px;
}

.textImgList .bg-blue {
    bottom: 0;
    height: 278px;
}

.imgIntroBox.rooms {
    overflow-y: hidden;
    margin-bottom: 25px;
}

.imgIntroBox.rooms .bg-blue {
    top: 320px;
    bottom: auto;
    height: 370px;
}

.imgIntroBox.rooms .bg-f9f6f3 {
    top: 690px;
    height: 100%;
}

.imgIntroBox.rooms .normalContainer {
    width: 1240px;
    margin: 0 auto;
}

.imgIntroBox.rooms .normalContainer>li {
    padding: 0 20px;
    margin-bottom: 80px;
    margin-right: 0;
}

.imgIntroBox.rooms .normalContainer>li.mb160 {
    margin-bottom: 160px;
}

.imgIntroBox.rooms .normalContainer>li.mb160.active {
    margin-bottom: 80px;
}

.imgIntroBox.rooms .imgTips {
    height: auto;
    padding: 32px 38px 0;
    min-height: 220px;
    box-sizing: border-box;
}

.imgIntroBox.rooms .imgTips h1 {
    color: #272D31;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
    cursor: pointer;
}

.imgIntroBox.rooms .imgTips p {
    color: #555;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
}

.imgIntroBox.rooms .imgTips .btn {
    font-size: 14px;
    width: 142px;
    height: 44px;
    line-height: 42px;
    margin-top: 16px;
    text-decoration: none;
    background-image: none;
    float: none;
}

.imgIntroBox.rooms .imgTips .btn p {
    display: inline-block;
    line-height: 42px;
    color: #BB9540;
}

.imgIntroBox.rooms .imgTips .btn p.second {
    display: none;
}

.imgIntroBox.rooms li.active .imgTips .btn p {
    display: none;
}

.imgIntroBox.rooms li.active .imgTips .btn p.second {
    display: inline-block;
}

.imgIntroBox.rooms .imgTips .btn span {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 22px;
    height: 7px;
    margin: 0;
    float: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/border-primary-arrow.png);
}

.rooms li.active .imgTips .btn span {
    background-image: url(../images/border-primary-arrow-up.png);
}

.imgIntroBox .imgWrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.imgIntroBox .imgWrap .numTips {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.47);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    border-radius: 11px;
}

.imgIntroBox .imgWrap img {
    transform: scale(1);
    transition: all 1s;
}

.imgIntroBox .imgWrap img:hover {
    transform: scale(1.05);
}

.imgIntroBox .showBlock {
    display: none;
    background-color: #fff;
    width: 1200px;
    margin: 20px 0 0;
    padding: 50px 40px;
    box-sizing: border-box;
}

.imgIntroBox li.active .showBlock {
    display: block;
    position: relative;
}

.imgIntroBox .rightItem .showBlock {
    margin-left: -620px;
}

.imgIntroBox .showBlock .closeBtn {
    position: absolute;
    width: 25px;
    height: 26px;
    top: 36px;
    right: 42px;
    background-image: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.imgIntroBox .showBlock h1 {
    font-size: 26px;
    color: #3E3A39;
    line-height: 1;
    margin-bottom: 24px;
}

.imgIntroBox .showBlock .brief {
    color: #3E3A39;
    font-size: 13px;
    margin-bottom: 32px;
}

.imgIntroBox .showBlock .body {
    border-top: 1px solid #BCBCBC;
    padding-top: 25px;
}

.imgIntroBox .showBlock .body p {
    color: #555;
    font-size: 14px;
    line-height: 30px;
}

.imgIntroBox .showBlock .body>ul {
    margin: 30px 0 30px;
}

.imgIntroBox .showBlock .body>ul>li {
    display: inline-block;
    width: 20%!important;
    color: #555;
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    text-align: left;
}

.imgIntroBox .showBlock .body .priceTag>span {
    font-size: 16px;
    line-height: 32px;
    color: #3E3A39;
}

.imgIntroBox .showBlock .body .priceTag p {
    font-size: 14px;
    line-height: 32px;
    color: #3E3A39;
}

.imgIntroBox .showBlock .body .priceTag p span {
    font-size: 24px;
    color: #3E3A39;
}

.paginationWrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.pagPrimary ul li {
    width: auto;
    margin: 0;
}

.imgIntroBox.rooms .paginationWrap {
    margin-top: -30px;
}

.imgLayer {
    display: none;
    padding: 15px 0 45px 4.03%;
}

.imgLayer h1 {
    font-size: 24px;
    line-height: 80px;
}

.imgLayer .imgb {
    width: 82.66%;
    padding: 0;
    margin: 0;
}

.imgLayer .share {
    position: absolute;
    top: 140px;
    right: 5.66%;
    text-align: center;
}

.imgLayer .swiper-button-next,
.imgLayer .swiper-button-prev {
    left: 10px;
    top: 50%;
    margin-top: -22px;
}

.imgLayer .swiper-button-next {
    left: auto;
    right: 10px;
}

.layui-layer-page .layui-layer-content {
    overflow: visible;
}

.imgLayer .swiper-pagination {
    width: 50px;
    height: 22px;
    line-height: 22px;
    background: rgba(0, 0, 0, .47);
    color: #fff;
    font-size: 13px;
    border-radius: 11px;
    font-family: arial;
    left: 50%;
    margin-left: -25px;
    bottom: 15px;
}

.textImgList.meeting {
    padding: 0;
}

.textImgList.meeting .textImgBlock p {
    margin: 25px 0 40px;
}

.textImgList.meeting .textImgBlock .btn {
    width: 142px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}

.imgIntroBox.yule {
    margin-top: 80px;
}

.imgIntroBox.rooms.yule .imgTips {
    padding: 22px 38px;
    min-height: 50px;
    box-sizing: border-box;
}

.imgIntroBox.rooms.yule .imgTips h1 {
    font-size: 16px;
    margin: 0;
}

.imgIntroBox.yule .imgWrap.left {
    margin-top: 80px;
}

.imgIntroBox.yule ul li img {
    height: 450px;
}

.imgIntroBox.rooms.yule .bg-blue {
    height: 278px;
    top: 392px;
}

.imgIntroBox.rooms.yule .normalContainer>li {
    margin-bottom: 0;
}

.imgIntroBox.rooms.yule .normalContainer>li.mb160 {
    margin-bottom: 160px;
}

.imgIntroBox.rooms.yule .bg-f9f6f3 {
    top: 670px;
}

.imgIntroBox.discount {
    position: relative;
    width: 1240px;
    padding: 80px 0 0;
    margin: 0 auto;
    font-size: 0;
    z-index: 1;
}

.imgIntroBox.discount li {
    display: inline-block;
    width: 580px;
    margin: 0 20px 80px;
}

.imgIntroBox.discount li img {
    width: 100%;
}

.imgIntroBox.discount .imgTips {
    height: auto;
    line-height: 1.5;
    padding: 20px 30px;
}

.imgIntroBox.discount .imgTips p {
    color: #5A5A5A;
    font-size: 14px;
    line-height: 1.5;
}

.imgIntroBox.discount .imgTips p:first-child {
    color: #272D31;
    margin-bottom: 10px;
}

.imgIntroBox.discount .imgTips a {
    margin-top: 7px;
}

.imgIntroBox.discount>li.mb160 {
    margin-bottom: 160px;
}

.discountWrap {
    position: relative;
}

.discountWrap .bg-blue {
    height: 288px;
    top: 380px;
}

.discountWrap .cont {
    width: 1200px;
    margin: 80px auto;
    font-size: 14px;
}

.share.center p {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.share.center .btn {
    margin-top: 0;
    margin-bottom: 20px;
}

.discountWrap .cont .head {
    margin-top: 20px;
    font-size: 15px;
}

.discountWrap .cont h1 {
    margin-top: 40px;
    font-size: 24px;
    color: #272D31;
}

.discountWrap .cont .title {
    font-size: 15px;
    color: #272D31;
    font-weight: bold;
    margin: 15px 0;
}

.meitx.center .p {
    padding: 0;
}

.meitx.center img {
    margin-top: 15px;
}

.meitx.center .left {
    padding-bottom: 110px;
}

.imgLayer.imgVideo .swiper-pagination {
    bottom: auto;
    top: 600px;
}

.imgLayer .swiper-slide p {
    padding: 10px 0;
    font-size: 14px;
}

.facilities .textImgBlock {
    padding: 150px 42px;
}

.classTable {
    width: 610px;
}

.classTable th {
    background-color: #f6f6f6;
    height: 46px;
    font-weight: normal;
    color: #545555;
}

.classTable td {
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
    width: 110px;
    height: 46px;
    color: #000000;
}

.classTable td:first-child {
    width: 170px;
}