.site-main {
    padding: 0;
}
.main-title span{
    padding-top: 32%;
}

.main-title small {
    padding-top: 32%;
}
.main-title .share{
    top: 0;
}

.sect-title{
    color: #535353;
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
    margin-top: 80px;
}
.sect-title b{
    font-family: 'Andada';
    font-size: 40px;
    display: block;
    font-weight: normal;
}

/****************************  ****************************/
.about-sect article{
    position: relative;
}
.about-sect .more{
     position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.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;
}

.news-sect .sect-title,
.attr-sect .sect-title{
    padding-bottom: 70px;
    margin-top: 100px;
    position: relative;
}
.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: 0;
    left: 0;
    height: 100%;
    background: #d7e9ec;
}
.news-list,
.attr-list{
    margin-top: -160px;
}
.attr-list  .box:hover .name{
    color: #000;
}
.attr-list  .box .name:after{
    background: #ffe006;
}

/****************************  ****************************/

.rooms-sect{
    margin: 100px auto 150px;
    position: relative;
    overflow: hidden;
}
.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 .box: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: 45px;
    height: 45px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: block;
    right: -45px;
    z-index: 5;
    cursor: pointer;
}
.slick-prev{
    left: -45px;
    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: 20px;
    border: solid #999999;
    border-width: 0 0 1px 1px;
    display: inline-block;
    padding: 20px 50px 0 50px; 
    margin-left: 80px;
}
.rooms-sect .box:hover .name a{
    color: #0f6fb0;
}
.rooms-sect .price-box{
    float: right;
    font-size: 15px;
    padding-top: 30px;
}
.rooms-sect .price-box a{
    display: inline-block;
}
.rooms-sect .price-box li{
    margin: 0 10px;
}
.rooms-sect .sect-title{
    position: relative;
    margin-top: 0;
}
.rooms-sect .more{
    width: 38px;
    height: 38px;
    background: #535353 url(../../images/common/index/rooms_more.png)no-repeat;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
    position: absolute;
    left: 50%;
    top: 15px;
    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-color: #b0d6d6;
    transform:rotate(45deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/******************************/

.album-list:before{
    content: '';
    width: 70px;
    height: 70px;
    background: url(../../images/common/index/album_icon.png);
    position: absolute;
    top: 50%;
    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;
    }
}