.site-header.shadow .site-title{
	margin:0;
}
.banner {
    position: relative;
}
.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
}
.banner .swiper-button-prev {
    background-position: 0 0;
    left: 18px;
}
.banner .swiper-button-next {
    background-position: 100% 0;
    right: 18px;
}
.banner .swiper-button-prev:hover {
    background-position: 0 100%;
}
.banner .swiper-button-next:hover {
    background-position: 100% 100%;
}
.banner .swiper-pagination {
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
}
.banner .banner-icon{
    position: absolute;
    width: 302px;
    height: 302px;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -151px;
    opacity: 0;
    pointer-events: none;
}
.banner .slider .item.slick-active .banner-icon{
    margin-top: -160px;
    opacity: 1;
-webkit-transition: all 500ms linear;
   -moz-transition: all 500ms linear;
     -o-transition: all 500ms linear;
	    transition: all 500ms linear;
}

@media screen and (max-width: 1680px) { .banner .slider .item{  height: 857px; } }
@media screen and (max-width: 1366px) { .banner .slider .item{  height: 693px; } }
@media screen and (max-width: 1280px) { .banner .slider .item{  height: 648px; } }
@media screen and (max-width: 1024px) { .banner .slider .item{  height: 525px; } }
@media screen and (max-width: 768px) { .banner .slider .item{  height: 391px; } }
@media screen and (max-width: 640px) { .banner .slider .item{  height: 324px; } }
@media screen and (max-width: 480px) { .banner .slider .item{  height: 241px; } }
@media screen and (max-width: 320px) { .banner .slider .item{  height: 158px; } }



.sect1 {
    margin-bottom: 50px;
    text-align: center;
}
.sect1:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 47px 59px 0 59px;
    border-color: rgba(255,255,255,.3) transparent transparent transparent;
    margin-bottom: 130px;
}
.about-sect .sect-title{
    margin: 0 auto;
    max-width: 1198px;
}
.about-sect .sect-title a{
    max-width: 1198px;
    height: 384px;
    text-indent: -5000px;
    background: url(../../images/common/index/about_title.png)center;
    display: block;
}
.about-sect .txt{
    max-width: 774px;
    font-size: 15px;
    color: #bbb;
    margin: 60px auto;
}

.sect2 {
    margin-bottom: 60px;
    background: url(../../images/common/index/news_bg.png)right bottom no-repeat fixed,url(../../images/common/index/news_bg2.jpg);
    padding-bottom: 200px;
    padding-top: 80px;
}
.news-box{
    border-bottom: 1px dashed #82812f;
}
.news-sect .sect-title{
    float: left;
    width: 160px;
}
.news-sect .sect-title a{
    min-height: 133px;
    background: url(../../images/common/index/news_title_bg.png)left no-repeat;
    font-family: 'cwTeXFangSong', serif;
    font-size: 15px;
    color: #bbb;
    font-weight: normal;
    display: block;
    padding: 40px 0 40px 70px; 
}
.news-sect .sect-title span{
    width: 34px;
    font-size: 30px;
    display: block;
    line-height: 35px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.news-list{
    padding: 0;
    list-style: none;
    float: right;
    width:calc(100% - 200px);
    margin-top: 30px;
}
.news-list .box{
    color: #aaa;
    height: 45px;
    line-height: 45px;
    display: block;
    position: relative;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.news-list .box:after{
    content: '';
    width: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(255,255,255,0);
    z-index: 0;
    position: absolute;
}
.news-list .box:hover:after{
    right: 0;
    width: 100%;
background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ffffff', endColorstr='#00ffffff',GradientType=1 );
    
-webkit-transition: all 400ms linear;
   -moz-transition: all 400ms linear;
     -o-transition: all 400ms linear;
	    transition: all 400ms linear;
}
.news-list li .box:hover{
    color: #fff;
}
.news-list .box a{
    position: relative;
    z-index: 5;
}
.news-list .date{
    display: block;
    font-size: 14px;
    padding: 0 30px;
    float: left;
    width: 120px;
}
.news-list .name {
    display: block;
    font-size: 15px;
    float: right;
    width: calc(100% - 250px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 70px;
}
.news-list .box:after{
    content: '';
    display: block;
    clear: both;
}
.news-box .more{
    font-family: '微軟正黑體';
    font-size: 15px;
    color: #82812E;
    float: right;
    margin: 20px 0 10px;
}
.news-box .more:hover{
    color: #d9c235;
}




.rooms-list,
.travel-list{
    padding: 0;
    margin: 0;
}
.rooms-list .box,
.travel-list .box{
	display: block;
	position: relative;
	overflow: hidden;
}
.rooms-list .bg,
.travel-list .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: 50% 50% / cover no-repeat;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.rooms-list .bg a,
.travel-list .bg a,
.rooms-list .pic a,
.travel-list .pic a{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.rooms-list .pic,
.travel-list .pic{
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	opacity: 1;
	background: 50% 50% / cover no-repeat;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.rooms-list .item .pic{
	left: 0;
}
.travel-list .item .pic{
	right: 0;
}
.rooms-list .txt,
.travel-list .txt{
	position: relative;
	z-index: 2;
	padding: 5% 8% 6%;
	color: #aaa;
    min-height: 540px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.rooms-list .box:hover .txt,
.travel-list .box:hover .txt{
	color: #ddd;
}
.travel-list .item .txt{
	margin-right: 50%;
}
.rooms-list .item .txt{
	margin-left: 50%;
}
.rooms-list .name,
.travel-list .name{
    max-width: 100%;
    font-family: 'cwTeXFangSong', serif;
	font-size: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 20px 0 40px;
    border: 1px solid #bbb;
    display: inline-block;
    padding: 1px 15px;
}
.rooms-list .box:hover .name,
.travel-list .box:hover .name{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.rooms-list .description,
.travel-list .description{
	font-size: 14px;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 130px;
}
.rooms-list .box:hover .description,
.travel-list .box:hover .description{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.rooms-list .price-box {
	font-size: 14px;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    margin-top: 40px;
}
.rooms-list .price-box li{
    margin-right: 30px;
}
.rooms-list .price-box li label{
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}
.rooms-list .box:hover .price-box{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.rooms-sect .slick-prev,.rooms-sect .slick-next,
.travel-sect .slick-prev,.travel-sect .slick-next{
    width: 50px;
    height: 50px;
    background: url(../../images/common/index/rooms_arrow.png);
    border: none;
    padding: 0;
    text-indent: -5000px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
    opacity: 0.5;
    z-index: 1;
}
.rooms-sect .slick-next,.travel-sect .slick-next{
    background-position: 100% 100%;
    margin-left: 0;
}
.rooms-sect button:hover,
.travel-sect button:hover{
    opacity: 1;
}
.rooms-list .box,
.travel-list .box{
	display: block;
	position: relative;
	overflow: hidden;
	background: url(../../images/common/rooms/list_bg.jpg);
}
.rooms-sect .sect-title {
/*    font-family: 'cwTeXFangSong', serif;*/
    font-family: '微軟正黑體', serif;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    margin-top: -200px;
    font-size: 22px;
/*    font-size: 28px;*/
    color: #fff;
    font-weight: normal;
}
.rooms-sect .sect-title span {
    display: block;
    margin: 0;
    font-size: 16px;
}
.rooms-sect .ibtn.more {
    display: block;
    margin: 10px auto 0;
}
.album-list{
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .rooms-list .item:nth-child(n) .txt, .travel-list .item:nth-child(n) .txt{
        padding: 30px 80px 40px;
    }
	.rooms-list .box:before,
    .travel-list .box:before{
		opacity: 1;
		width: 100%;
	}
	.rooms-list .bg,
    .travel-list .bg{
		opacity: 1;
	}
	.rooms-list .bg:before,
    .travel-list .bg:before{
        content: '';
        position: absolute;
        background: rgba(0,0,0,0.7);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
	}
	.rooms-list .pic,
    .travel-list .pic{
		display: none;
	}
	.rooms-list .item:nth-child(n) .txt,
    .travel-list .item:nth-child(n) .txt{
    	padding: 30px 70px 40px;
		margin: 0;
		color: #ddd;
	}
}
@media screen and (max-width: 440px) {
	.rooms-list .item:nth-child(n) .txt,
    .travel-list .item:nth-child(n) .txt{
    	padding: 20px 70px 30px;
	}
    .rooms-list .price-box {
        height: 154px;
    }
}
@media screen and (max-width: 1360px) {
    .sect2{
        background: url(../../images/common/index/news_bg.png)1000px bottom no-repeat fixed,url(../../images/common/index/news_bg2.jpg);
    }
    .news-sect {
        text-align: center;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .news-sect,
    .about-sect {
        float: none;
        width: auto;
    }
    .about-sect {
        margin: 0 auto;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .sect2{
        background: url(../../images/common/index/news_bg.png)700px bottom no-repeat fixed,url(../../images/common/index/news_bg2.jpg);
    }
    .news-sect {
        max-width: 800px;
    }
    .banner .banner-icon{
        position: absolute;
        width: 150px;
        top: 50%;
        left: 50%;
        margin: -90px 0 0 -75px;
        opacity: 0;
    }
    .banner .slider .item.slick-active .banner-icon{
        margin-top: -80px;
        opacity: 1;
    -webkit-transition: all 500ms linear;
       -moz-transition: all 500ms linear;
         -o-transition: all 500ms linear;
    	    transition: all 500ms linear;
    }
    .sect1:before{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .swiper-button-prev {
        left: 2%;
    }
    .banner .swiper-button-next {
        right: 2%;
    }
    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }   
    
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .rooms-sect .slick-prev,
    .travel-sect .slick-prev{
        left: 0;
        margin-left: 0;
    }
    .rooms-sect .slick-next,
    .travel-sect .slick-next{
        right: 0;
        margin-right: 0;
        left: inherit;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .news-sect .sect-title{
        float: none;
        margin: 0 auto;
    }
    .news-list{
        float: none;
        width: 100%;
    }
    .news-list .date,
    .news-list .name{
        float: none;
        width: 100%;
    }
    .news-list .date{
        text-align: left;
        padding-left: 0;
    }
    .news-list a{
        height: inherit;
        padding: 0 15px;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 390px) {
	.rooms-list .price-box li{
		margin-right: 0;
		text-align: center;
		display: block;
	}
	.rooms-list .price-box li label{
		border-right: none;
		display: block;
		border-bottom: 1px solid #ccc;
		margin: 0 0 7px 0;
		padding: 0 0 7px 0;
	}
}