.site-main {
    padding: 0;
}
.main-title span{
    padding-top: 32%;
    display:none;
}

.main-title small {
    padding-top: 32%;
     display:none;
}
.main-title .share{
    /* top: 0; */
}

.sect-title{
    color: #AE8115;
    text-align: center;
    font-size: 19px;
    padding-bottom: 30px;
    margin-top: 80px;
    letter-spacing:0.3em;
    line-height: 1.3;
}
.sect-title b{
    font-family: 'IM FELL Great Primer';
    font-size: 60px;
    display: block;
    font-weight: normal;
    color: #444;
}
.sect-title i{
     font-style: normal;
}
.footer-top{
    padding:0px;
}
.site-footer{
   
	 margin-top: 0px;
}
/****************************  ****************************/

.about-sect a{
    opacity: 1;
    display: block;
}
.about-sect a:hover{
    opacity: 0.9;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.sect2.news-sect{
    background:url(../../images/common/index/news_bg.jpg)bottom no-repeat;
    padding-bottom:55px;

}
.news-sect .sect-title,
.attr-sect .sect-title{
    padding-bottom: 70px;
    margin-top: 100px;
    position: relative;
}
.attr-sect .sect-title{
    margin:0px;
}
.news-sect .sect-title span,
.attr-sect .sect-title span{
    position: relative;
    top: -45px;
}
.news-sect .sect-title i,
.attr-sect .sect-title i{
   position: absolute;
    top: 40px;
    left: 0;
    height: 28%;
    background: #EEE4D9;
}
.news-list,
.attr-list{
    margin-top: -160px;
}
.attr-list .name{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    z-index: 2;
     width:100%;
     padding:2px;
}
.attr-list  a:hover .name{
    color: #fff;
}
.attr-sect .sect-title i{
    display:none;
}
.attr-sect .sect-title:before{
    content:'';
    background:url(../../images/common/index/tr_icon.png)no-repeat;
    display:block;
    width:96px;
    height:125px;
    margin:auto;
    padding:25px 0;
}
.sect4.attr-sect{
    background:url(../../images/common/index/attractions_bg.png)top no-repeat;
}
/****************************  ****************************/

.rooms-sect{
    padding: 65px 0px 90px;
    position: relative;
    overflow: hidden;
    background:#fff;
}
.rooms-sect .container{
    max-width: 848px;
    margin: 0 auto;
    padding: 0;
}
.rooms-sect .slick-list{
    overflow:visible;
}
.rooms-sect .slide-mask-before,
.rooms-sect .slide-mask-after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}
.rooms-sect .slide-mask-before {
    left: -100%;
}
.rooms-sect .slide-mask-after {
    right: -100%;
}
.rooms-sect .pic{
	overflow: hidden;
}
.rooms-sect .pic img{
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
.rooms-sect a:hover .pic img{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
/*
.rooms-sect .item.slick-active .pic{
    overflow: hidden;
}

.rooms-sect .item.slick-active a:hover .pic img {
    -webkit-animation: slideZoom 7s;
            animation: slideZoom 7s;
}
@keyframes slideZoom {
  from {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
*/
.slick-prev, .slick-next{
     border: none;
    background: none;
    padding: 0;
    text-indent: -5000px;
   background: url(../../images/common/lightbox_arrow.png) no-repeat;
    width: 100px;
    height: 22px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: block;
    right: -100px;
    z-index: 5;
}
.slick-prev{
    left: -100px;
    background-position: 0 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.rooms-sect .slick-prev:hover,.rooms-sect .slick-next:hover{
    opacity: 1;
}
.rooms-sect .name{
    font-size: 19px;
    border-width: 0 0 1px 1px;
    display: inline-block;
    padding: 10px 50px 10px 50px;
    margin-left: 150px;
    color:#130E07;
    font-weight:bold;
    letter-spacing: 0.2em;
}
.rooms-sect a:hover .name{
    color: #4b6e2c;
}
.rooms-sect .name:before{
    content:'';
    background:url(../../images/common/rooms/icon.png);
    width:71px;
    height:73px;
    display:inline-block;
    position:absolute;
    left:13%;
    bottom:5px;
}
.rooms-sect .price-box{
    float: right;
    font-size: 15px;
    padding-top: 30px;
    display:none;
}
.rooms-sect .price-box li{
    margin: 0 10px;
}
.rooms-sect .sect-title{
    position: relative;
    margin-top: 40px;
}
.rooms-sect .more{
    width: 38px;
    height: 36px;
    background: url(../../images/common/index/rooms_more.png)no-repeat;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
    position: absolute;
    left: 40%;
    top: -35px;
    margin-left: 150px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.rooms-sect .more:hover {
   
   background-position:0 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/******************************/
.sect5.album-sect{
    background:url(../../images/common/index/album_bg.png);
}
.sect5.album-sect .sect-title{
    padding:40px 0 0; 
}
.album-list{
    padding-bottom:0px;
}
.album-list:before{
    content: '';
    width: 70px;
    height: 70px;
    background: url(../../images/common/index/album_icon.png);
    position: absolute;
    top: 55%;
    left: 50%;
    margin: -50px 0 0 -35px;
    z-index: 2;
}
.album-sect .slick-prev,.album-sect .slick-next{
    top: -50px;
    left: 50%;
    opacity: 0.3;
}
.album-sect .slick-prev{
    margin-left: -160px;
}
.album-sect .slick-next{
    margin-left: 110px;
    right: inherit;
}
.album-sect .slick-prev:hover,.album-sect .slick-next:hover{
    opacity: 0.7;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.album-sect .slick-prev:hover{
    margin-left: -170px;
}
.album-sect .slick-next:hover{
    margin-left: 120px;
}

@media screen and (max-width: 1100px) {
    .main-title{
        margin-bottom: 50px;
        text-align: left;
        padding-left: 50px;
    }
    .main-title span {
        padding-top: 0;
    }
    .main-title small {
        padding-top: 0;
    }
    .main-title .share {
        top: 0;
    }
}

@media screen and (max-width: 1280px) {
    .news-list .item,.attr-list .item{
        width: 33.33%;
    }
}
@media screen and (max-width: 1040px) {
    .news-list .item,.attr-list .item {
        width: 100%;
    }
    .rooms-sect .slick-prev,.rooms-sect .slick-next{
        top: -40px;
    }
    .attr-list .slick-prev,.attr-list .slick-next{
        top: 35px;
    }
    .news-list .slick-prev,.news-list .slick-next{
        top: -7px;
    }
    .attr-list .slick-prev,.rooms-sect .slick-prev,.news-list .slick-prev{
        left: 20px;
    }
    .attr-list .slick-next,.rooms-sect .slick-next,.news-list .slick-next{
        right: 20px;
    }
    .attr-list .slick-prev,.rooms-sect .slick-prev,.news-list .slick-prev,.attr-list .slick-next,.rooms-sect .slick-next,.news-list .slick-next{
        opacity: 0.3;
    }

    .attr-list .slick-prev:hover,
    .rooms-sect .slick-prev:hover,
    .news-list .slick-prev:hover {
        left: 10px;
        opacity: 0.7;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .attr-list .slick-next:hover,
    .rooms-sect .slick-next:hover,
    .news-list .slick-next:hover {
        right: 10px;
        opacity: 0.7;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
}
@media screen and (max-width: 900px) {
    .news-list .item a,
    .attr-list .item a {
        max-width: 450px;
        margin: 0 auto;
        display: block;
    }
    .rooms-sect .name {
        display: block;
        padding: 20px 50px 0 50px;
        margin-left: 80px;
    }
    .rooms-sect .price-box {
        float: none;
        font-size: 15px;
        padding-top: 30px;
        padding-left: 80px;
    }
    .rooms-sect .price-box li {
        margin: 0 10px;
    }
}
@media screen and (max-width: 480px) {
    .rooms-sect .name {
        display: block;
        padding: 20px 30px 0 30px;
        margin: 0 auto;
        text-align: center;
        border-left: none;
    }
    .rooms-sect .price-box {
        padding: 30px 0 0;
        text-align: center;
    }
    .rooms-sect .price-box li {
        display: block;
    }
    .rooms-sect .sect-title{
        padding-bottom: 80px;
    }
    .rooms-sect .more{
        margin-left:-19px;
        top: 120px;
    }
}