.banner .item {
    height: 950px;
}
.banner:after{
    display: none;
}
.banner .item a {
    display: block;
    width: 100%;
    height: 100%;
}
.site-footer {
    padding-top: 100px;
}
.site-main {
    padding: 0;
    pointer-events: none;
}
.site-header {
    float: none;
    pointer-events: visible;
}
.main-content {
    position: relative;
    z-index: 1;
    float: none;
    width: auto;
    pointer-events: visible;
}
.booking{
    width: 152px;
    height: 95px;
    display: block;
    background: url(../../images/common/index/booking.png)no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -76px;
    top: -94px;
    text-indent:-3000px;
}
.booking:hover{
    background: url(../../images/common/index/booking_.png)no-repeat;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.news-box{
     background: #7B9C45;
    position: relative;
}
.news-box:after{
    content: '';
    display: block;
    clear: both;
}
.news-box .box-title{
    width: 315px;
    text-align: right;
    background: #1A6374;
    font-size: 18px;
    color: #ffffff;
    float: left;
    padding: 10px 15px 7px 0;
    position: relative;
}
.news-box .box-title:before{
    content: '';
    display: block;
    width: 23px;
    height: 30px;
    background: url(../../images/common/index/news_title.png)no-repeat;
    position: absolute;
    right: -19px;
}
.news-box .box-title small{
    font-size: 20px;
    font-family: 'Amiri';
    margin-left: 10px;
}
.news-box .news-list{
    float: right;
    width: calc(100% - 350px);
}
.news-box .news-list a{
    color: #FFF;
    padding: 11px 25px;
}
.news-box .news-list a:after{
    content: '';
    display: block;
    clear: both;
}
.news-box .news-list .title {
    float: right;
    width: calc(100% - 100px);
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}
.news-box .news-list a:hover .title{
    text-decoration: underline;
}
.news-box .date{
    float: left;
    font-size: 15px;
    vertical-align: top;
}
.news-box .date:after{
    content: '-';
    display: inline-block;
    margin: 0 5px;
}


.sect2{
    padding: 70px 0 50px;
    background: url(../../images/common/index/room_bg.png)right 400px no-repeat;
}
.rooms-box .container{
    max-width: 1670px;
    margin: 0 auto;
}
.rooms-box .more,
.about-box .more{
    font-size: 18px;
    font-family: 'Amiri';
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 6px 0 4px;
    display: block;
    border: 1px solid #5E491E;
    margin: 60px auto 0;
}
.rooms-box .more:hover{
    background: #5E491E;
    color: #FFF;
-webkit-transition: all 500ms linear;
   -moz-transition: all 500ms linear;
     -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.rooms-top .box-title,
.travel-top .box-title{
   font-size: 28px;
    color: #7B9C45;
    text-align: center;
    padding: 55px 0 50px;
    position: relative;
}
.rooms-top .box-title small,
.travel-top .box-title small{
    font-size: 20px;
    font-family: 'Amiri';
    display: block;
    line-height: 20px;
}
.rooms-top .box-title:before,
.travel-top .box-title:before{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background: url(../../images/common/index/box_title_icon.png)center top no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
}
.rooms-list{
    margin: 0 -20px;
}
.rooms-list .item{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 0;
}
.rooms-box .slick-prev,
.rooms-box .slick-next {
    width: 50px;
    height: 59px;
    display: inline-block;
    background: url(../../images/common/rooms/control.png)no-repeat;
    position: absolute;
    opacity: 0.7;
    border: none;
    text-indent: -5000px;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
}
.rooms-box .slick-prev{
    background-position: top left;
    left: -50px;
}
.rooms-box .slick-next{
    background-position: top right;
    right: -50px;
}
.gallery-control .ibtn:hover{
    opacity: 1;
}
.sect3{
    background: url(../../images/common/index/about_bg.jpg)center 25% no-repeat fixed;
    padding-bottom: 100px;
}
.about-box .box-title{
    padding: 105px 0 70px;
}
.about-box .editor{
    max-width: 800px;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    padding: 0 20px;
}
.about-box .more{
    color: #FFF;
    border: 1px solid #FFF;
}
.about-box .more:hover{
    background: rgba(255,255,255,0.2);
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.sect4{
    padding: 50px 0 0;
}
.travel-top .box-title:before{
    background: url(../../images/common/index/box_title_icon.png)center bottom no-repeat;
}
.travel-box .row img{
    margin: 0;
}
.travel-box:after,
.travel-box .row:after,
.travel-box .col:after{
    content: '';
    display: block;
    clear: both;
}
.travel-box .row,
.travel-box .pic,
.travel-box .txt{
    width: 50%;
    float: left;
}
.travel-box .pic.full{
    width: 100%;
}
.travel-box .col{
   background: #B4DDAF;    
}
.travel-box .col .txt{
    padding: 60px 50px 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.travel-box .col .txt .title{
    font-size: 26px;
    color: #26382C;
    line-height: 33px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.travel-box .col.c2 .txt{
    color: #FFF;
}
.travel-box .col.c2 .txt .title{
    color: #FFF;
}
.travel-box .col .pic.max{
    max-width: 480px;
}

/*** æ—…éŠè¡Œç¨‹æ»‘éŽæ•ˆæžœ ***/

.travel-box .col .pic,
.travel-box .row .pic{
    position: relative;
}
.travel-box .col .pic .cover,
.travel-box .row:hover .pic.full .cover{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    padding-top: 150px;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.travel-box .col:hover .pic .cover,
.travel-box .row:hover .pic.full .cover{
    background: rgba(0,0,0,0.6);
    text-align: center;
}
.travel-box .col .pic .cover a,
.travel-box .row .pic.full .cover a{
    display: none;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.8);
    color: #5E491E;
    line-height: 50px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 10px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
}
.travel-box .col .pic .cover a:hover,
.travel-box .row .pic.full .cover a:hover{
    background: rgba(255,255,255,1);
}
.travel-box .col:hover .pic .cover a,
.travel-box .row:hover .pic.full .cover a{
    display: inline-block;
}

/*** æ—…éŠè¡Œç¨‹æ»‘éŽæ•ˆæžœ ***/

.travel-box .col .txt .title small{
    font-size: 20px;
    font-family: 'Amiri';
    display: block;
}
.travel-box .col .txt .title.icon1{
    background: url(../../images/common/index/travel_icon1.png)40px 10px no-repeat;
}
.travel-box .col .txt .title.icon2{
    background: url(../../images/common/index/travel_icon2.png)75px top no-repeat;
}
.travel-box .col .txt .title.icon3{
    background: url(../../images/common/index/travel_icon3.png)70px top no-repeat;
}

.travel-box .col.c2{
    background: #7FC088;    
}
.travel-box .col.c2 .txt{
    color: #FFF;
}
.travel-box .col .editor{
    height: 150px;
    overflow: hidden;
}


.map-bax{
    width: 100%;
    height: 350px;
}
.album-list .item {
    width: 33.33%;
}
.album-list .pic {
    overflow: hidden;
    position: relative;
}
.album-list a:hover .pic:before {
    content: '';
    display: block;
    background: url(../../images/common/index/album_hover.png) 50% 50% no-repeat rgba(0,0,0,0.60);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.album-list .item:nth-child(5) a:hover .pic:before {
    background: url(../../images/common/index/album_more_hover.png) 50% 50% / cover no-repeat;
}
.album-list .item:nth-child(5) a:hover .pic img {
    opacity: 0;
}

.service-box {
    background: #EAEAEA;
    position: relative;
    padding: 40px 60px 32px;
}
.service-box:before {
    content: '';
    background: url(../../images/common/index/service_caret.png) 50% 0 no-repeat;
    height: 19px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}
.service-box .ibtn.more {
    background-image: url(../../images/common/index/service_more.png);
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 32px;
    right: 85px;
}

.products-top {
    background: url(../../images/common/index/products_title_bg.png);
    text-align: center;
    padding: 10px 10px 20px;
    margin-bottom: 25px;
}
.products-top .box-title {
    font-size: 30px;
    font-family: "Times New Roman","å¾®è»Ÿæ­£é»‘é«”", Times, serif;
    color: #333;
}
.products-top .ibtn.more {
    background-image: url(../../images/common/index/products_more.png);
    width: 75px;
    height: 74px;
}
.products-list {
    margin: 0 -28px;
}
.products-list .item {
    width: 25%;
    padding: 0 28px;
}
.products-list .item a {
    max-width: 320px;
    margin: 0 auto 50px;
}
.products-list .pic {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/index/products_item_more.png) no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.products-list a:hover .pic:before {
    background-position: 0 100%;
}
.products-list .name {
    display: block;
    color: #D90000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}
.products-list .description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}
.products-list a:hover .description {
    color: #000;
}

.links-list {
    margin: 0 -10px -80px;
}
.links-list .item {
    width: 20%;
    padding: 0 10px;
}
.links-list .item a {
    max-width: 265px;
    margin: 0 auto 40px;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
}
.links-list a:hover .pic:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.30);
}
@media screen and (max-width: 1700px) {
    .travel-box .col .txt{
        padding: 15px 50px 0;
    }
}
@media screen and (max-width: 1500px) {
    .travel-box .col .editor{
        height: 80px;
    }
}
@media screen and (max-width: 1440px) {
    .rooms-box .container{
        padding: 0 100px;
    }
}
@media screen and (max-width: 1100px) {
    .travel-box .row {
        float: none;
        width: 100%;
    }
    .travel-box .col .pic.max {
        max-width: 331px;
    }
    .travel-box .col .txt{
        width: calc(100% - 331px);
    }
   .travel-box .col .pic .cover{
        padding-top: 120px;
    }
    .travel-box .row .pic.full .cover,
    .travel-box .row:hover .pic.full .cover{
        padding-top: 150px;
    }
}
@media screen and (max-width: 1330px) {
    .sect1 .col1 {
        width: 310px;
    }
    .sect1 .col2 {
        width: calc(100% - 310px);
    }
    .products-list {
        margin: 0 -10px;
    }
    .products-list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1240px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .pic {
        width: 175px;
    }
    .news-list .txt {
        margin-left: 195px;
    }
    .news-list .name {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-height: 27px;
    }
    .service-box {
        padding: 40px 20px 32px;
    }
    .service-box .ibtn.more {
        right: 30px;
    }
    .links-list .item {
        width: 25%;
    }
    .links-list .item:last-child {
        display: none;
    }
}
@media screen and (max-width: 1120px) {
    .banner .item {
        height: 540px;
    }
    .site-header {
        margin-bottom: 377px;
    }
    .main-content {
        margin: 0;
    }
    .news-box .box-title{
        width: 180px;
    }
    .news-box .news-list{
        width: calc(100% - 223px);
    }
}
@media screen and (max-width: 1100px) {

    .sect2 {
        padding-bottom: 50px;
        background: url(../../images/common/index/room_bg.png)right 485px no-repeat;
    }
    .sect2 .col {
        float: none;
        width: auto;
        max-width: 700px;
        margin: 20px auto 0;
    }
    .products-box {
        max-width: 664px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 940px) {
    .links-box {
        max-width: 664px;
        margin: 0 auto;
    }
    .links-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 678px) {
    .travel-box .row,
    .travel-box .pic,
    .travel-box .col .txt{
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .travel-box .col .pic.max,
    .travel-box .col .txt{
        max-width: 480px;
        margin: 0 auto;
    }
    .travel-box .col .txt{
        padding: 15px 30px 20px;
    }
    .travel-box .col .pic .cover{
        padding-top: 180px;
    }
    .travel-box .row .pic.full .cover,
    .travel-box .row:hover .pic.full .cover{
        padding-top: 100px;
    }
}
@media screen and (max-width: 767px) {
    .sect1 .col {
        float: none;
        width: auto;
        max-width: 696px;
        margin: 0 auto;
    }
    .about-box {
        text-align: center;
        margin-bottom: 20px;
    }
    .about-box .pic {
        max-width: 285px;
        margin: 0 auto 12px;
    }
    .news-box .box-title,
    .news-box .news-list{
        width: 100%;
        float: none;
        display: block;
    }
    .news-box .box-title{
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .news-list .pic {
        float: none;
        width: auto;
    }
    .news-list .txt {
        margin: 0;
        padding-top: 15px;
    }
    .news-list .item a:after,
    .news-list .date {
        bottom: auto;
        top: 0;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(5) {
        float: none;
        clear: both;
        margin: 0 auto;
    }
    .service-box .ibtn.more {
        position: static;
        display: block;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 500px) {
    .travel-box .row .pic.full .cover,
    .travel-box .row:hover .pic.full .cover{
        padding-top: 80px;
    }
    .rooms-box .container{
        padding: 0 30px;
    }
}
@media screen and (max-width: 440px) {
    .products-list .item,
    .links-list .item {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 450px) {
    .rooms-box .container{
        padding: 0 30px;
    }
    .rooms-box .slick-prev,
    .rooms-box .slick-next{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .travel-box .col .pic .cover{
        padding-top: 80px;
    }
    .travel-box .row .pic.full .cover,
    .travel-box .row:hover .pic.full .cover{
        padding-top: 25px;
    }
}
