.wow{
	animation-name:fadeInUp;
	animation-duration:2s;
	-moz-animation-name:fadeInUp;
	-ms-animation-name:fadeInUp;
	-o-animation-name:fadeInUp;
	-webkit-animation-name:fadeInUp;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	-webkit-animation-duration:2s;
}
section.indexset{
	width:1612px;
}
.indexset-box{
	width:1214px;
	overflow:hidden;
	margin: 0;
}
.indexvisul{
	position:relative;
	z-index: 1;
}
#news{
	background-image:url(/images/35/index-news-bg.png);
	background-repeat:repeat-x;
	background-position: 0 -30px;
	padding: 100px 0 80px;
	position:relative;
	z-index:2;
}
#news .newsSet{
	overflow:hidden;
	float:right;
	width:45%;
}
#news .youtubeSet{
	float:left;
	width:50%;
}
#news #youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
#news #youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
}
#news .newsList{
	margin: 0;
	margin-top: 50px;
}
#news .newsList .newsbox{
	overflow:hidden;
}
#news .newsList .newsbox .time{
	float:left;
	width:67px;
	margin-top: 20px;
}
#news .newsList .newsbox .time p{
	font-family: 'Titillium Web', sans-serif;
	color:#f5be4e;
	font-size:25px;
}
#news .newsList .newsbox .time p.Pubyear{
	color:#9f9999;
	font-size:14px;
	text-align: right;
}
#news .newsList .newsbox .info{
	float:left;
	width:calc(90% - 87px);
	margin-left:20px;
}
#news .newsList .newsbox .info h3{
	overflow:hidden;
}
#news .newsList .newsbox .info h3 a{
	color:#3b3b3b;
	font-size:19px;
	line-height: 135%;
}
#news .newsList .newsbox .info span{
	width:45px;
	height:1px;
	display:block;
	background:#fc9a43;
	margin:10px 0;
}
#news .newsList .newsbox .info article{
	color:#595757;
    font-size: 16px;
    height: 50px;
    line-height: 170%;
}

#room{
	background:#f5f5f5;
	padding: 70px 0 50px;
	position:relative;
	z-index:2;
}
#room .roomttile{
	overflow:hidden;
	margin-bottom: 50px;
}
#room .roomttile h2{
	float:left;
}
#room .roomttile p{
    float: right;
    color: #595757;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-top: 20px;
    max-width: 30%;
    height: 46px;
    overflow: hidden;
}

#room .roomList .roombox{
	background:#fff;
	padding:15px;
	margin:0 5px;
	box-shadow: 0 0 5px #e3e3e3;
}
#room .roomList .roombox .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	position: relative;
}
#room .roomList .roombox .photo a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(/images/35/index-room-hover.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:px;
	background-color:rgba(25,25,25,0.7);
	transition:all ease-in-out 0.3s;
	opacity:0;
}
#room .roomList .roombox .photo:hover a{
	opacity:1;
}
#room .roomList .roombox .photo a img{
	width:100%;
}
#room .roomList .roombox .info{
	margin: -35px auto 20px;
    width: 80%;
	position: relative;
}
#room .roomList .roombox .info p{
	background:#353535ed;
	color:#fff;
	font-size:16px;
	text-align:center;
	position:relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:20px 15px;
	letter-spacing:0.1em;
	transition:all ease-in-out 0.3s;
}
#room .roomList .roombox .info:hover p{
	background:#fc9a43eb;
}
#room .roomList .roombox .info p:after{
	content:'';
	width:calc(100% - 12px);
	height:calc(100% - 12px);
	border:1px solid #fff;
	position:absolute;
	top:0;
	left:0;
	margin:5px;
}
#room .roomList .roombox .info h3{
	text-align:center;
	margin: 20px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#room .roomList .roombox .info h3 a{
	color:#595757;
	font-size:19px;
}
#room .roomList .roombox .info span{
	display:block;
	text-align:center;
	width: 75%;
    margin: 0 auto 20px;
	position:relative;
}
#room .roomList .roombox .info span img{
	display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}
#room .roomList .roombox .info span:after{
	position:absolute;
	top:58%;
	width:100%;
	height:1px;
	left:0;
	background:#c9b579;
	content:'';
	left: 0;
	transition:all ease-in-out 0.3s;
}
#room .roomList .roombox .info:hover span:after{
	width: 50%;
    height: 1px;
    left: 25%;
}
#room .roomList .roombox .info article{
	color:#504a4a;
	font-size:15px;
	height:46px;
	overflow:hidden;
	line-height: 170%;
}
#visulbar{
	background-size: cover;
	position: absolute;
	right: 8%;
    top: 0;
    width: 258px;
    height: 100%;
    z-index: 3;
	background-image:url(/images/35/index-side-img.jpg);
	background-position: 75% 0%;
	background-repeat:no-repeat;
	animation-name:sea;
	animation-duration:8s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	background-color:#006b7f;
	-moz-animation-name:sea;
	-ms-animation-name:sea;
	-o-animation-name:sea;
	-webkit-animation-name:sea;
	-moz-animation-duration:8s;
	-ms-animation-duration:8s;
	-o-animation-duration:8s;
	-webkit-animation-duration:8s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-direction:alternate;
	-ms-animation-direction:alternate;
	-o-animation-direction:alternate;
	-webkit-animation-direction:alternate;
	opacity:1;
}
@keyframes sea{
	0%{
		background-position: 20% 0%;
		opacity:0.5;
	}
	100%{
		background-position: 80% 0%;
		opacity:1;
	}
}
@-moz-keyframes sea{
	0%{
		background-position: 20% 0%;
		opacity:0.5;
	}
	100%{
		background-position: 80% 0%;
		opacity:1;
	}
}
@-ms-keyframes sea{
	0%{
		background-position: 20% 0%;
		opacity:0.5;
	}
	100%{
		background-position: 80% 0%;
		opacity:1;
	}
}
@-o-keyframes sea{
	0%{
		background-position: 20% 0%;
		opacity:0.5;
	}
	100%{
		background-position: 80% 0%;
		opacity:1;
	}
}
@-webkit-keyframes sea{
	0%{
		background-position: 20% 0%;
		opacity:0.5;
	}
	100%{
		background-position: 80% 0%;
		opacity:1;
	}
}
#indexabout{
	background-image:url(/images/35/index-about-bg.jpg);
	position:relative;
	padding:100px 0;
	
}
#indexabout .aboutcontent{
	background: #fff;
    display: inline-block;
    padding: 35px 60px;
    box-shadow: 0 0 15px #c0c0c0;
	margin: 50px 10px 50px 20px;
	position:relative;
	z-index:2;
    width: calc(55% - 220px);
}
#indexabout .aboutcontent p{
	color:#595757;
	font-size:24px;
	font-weight:bold;
}
#indexabout .aboutcontent article{
	color: #595757;
    font-size: 16px;
    margin: 20px 0;
    line-height: 160%;
}
#indexabout .aboutcontent p.more{
    text-align: center;
    border: 1px solid #e29664;
    display: inline-block;
    margin-top: 10px;
	transition:all ease-in-out 0.3s;
}
#indexabout .aboutcontent p.more:hover{
	background:#e29664;
}
#indexabout .aboutcontent p a{
	color:#e29664;
	font-size:15px;
	font-weight:normal;
	display:block;
	padding: 5px 100px;
}
#indexabout .aboutcontent p.more:hover a{
	color:#fff;
}
#indexabout .aboutcontent p a i{
	margin-left:20px;
}
#indexabout #adslider{
	position: absolute;
    top: 100px;
    right: 0;
    width: 70%;
    z-index: 1;
	height: 350px;
	overflow:hidden;
}
#indexbottom{
	padding: 80px 0 0;
	overflow: hidden;
}
#indexbottom .welcome{
	float:right;
	width:50%;
}
#indexbottom .gocontact{
	float:left;
	width:50%;
	text-align: right;
}
#indexbottom .bottomwatch{
	height:340px;
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-attachment:fixed;
}
#indexbottom .bottomwatch iframe{
	width:100%;
	height:100%;
}
#indexbottom .notice{
    background: #fafafa;
    display: inline-block;
    padding: 40px;
    position: relative;
	margin:-60px 50px 0;
	max-width: 55%;
}
#indexbottom .noticetitle{
	overflow:hidden;
	margin-bottom: 30px;
}
#indexbottom .noticetitle h2{
	float:left;
}
#indexbottom .noticetitle p{
	float:right;
	background:#e29665;
    
    width: 106px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 10px 0 0 70px;
}
#indexbottom .noticetitle p a{
	display: block;
	width: 100%;
	color:#fff;
	font-size:14px;
}
#indexbottom .noticeart{
	color:#737373;
	font-size:17px;
}
#indexbottom .noticeart p,
#indexbottom .noticeart article{
	line-height: 204%;
}

#indexbottom .noticeart p.big{
	color:#14ae66;
	font-size:24px;
	margin-bottom: 5px;
}
#indexbottom .noticeart p.spe{
}
#indexbottom .noticeart p.spe b{
	font-family: 'Taviraj', serif;
	color:#14ae66;
	font-size:25px;
	font-style:italic;
}

#indexbottom .noticeart p.small{
	font-size:12px;
}
@media screen and (max-width: 1680px) {
	section.indexset{
	    width: 80%;	
	}
	.indexset-box{
	    width: 85%;	
	}
	#visulbar{
	    right: 1%;
		width: 13%;	
	}
}
@media screen and (max-width: 1366px) {
	#visulbar{
	    right: 0;
		width: 17%;	
	}
	#room .roomttile h2{
		width:45%;
	}
}
@media screen and (max-width: 1280px) {
	#indexabout #adslider{
		width:55%;
	}
	#indexbottom .noticetitle h2{
		float: none;
	}
	#indexbottom .noticetitle p{
		float: none;
		display: block;
		margin: 20px 0 0;
		text-align: center;	
	}
	#indexabout .aboutcontent{
		width: calc(70% - 220px);	
	}
	#indexabout .aboutcontent p a{
		padding: 5px 50px;	
	}
	#news .newsList{
	    margin-top: 30px;	
	}
}
@media screen and (max-width: 980px) {
	#visulbar{
	    width: 5%;	
	}
	.indexset-box{
		width:100%;
	}
	#indexbottom .welcome{
	    width: 100%;
		text-align:right;	
	}
	#indexbottom .gocontact{
	    width: 100%;	
		margin-top: -50px;
		text-align:left;	
	}
	#indexbottom .bottomwatch{
		width:80%;
		display:inline-block;
		height: 320px;
		background-attachment: initial;
	}
	#indexabout .aboutcontent{
		width: calc(90% - 220px);	
	}
	#news .newsSet,
	#news .youtubeSet{
		width:100%;
	}
	#news .newsSet{
		margin-top:50px;
	}
}
@media screen and (max-width: 768px) {
	#news .newstitle{
	}
	#room .roomttile p{
		width:100%;
	}
	#room .roomttile h2{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	#news .newstitle img,
	#room .roomttile h2 img,
	.abouttitle img,
	#indexbottom .noticetitle h2 img{
		height:60px;
	}
	#indexabout #adslider{
		width: 100%;
		top: initial;
		bottom: 0;		
	}
}
@media screen and (max-width: 640px) {
	#news .newstitle img,
	#room .roomttile h2 img,
	.abouttitle img,
	#indexbottom .noticetitle h2 img{
		height:50px;
	}
	#indexabout .aboutcontent{
		width: calc(100% - 120px);
		padding: 35px 40px;
		margin: 50px 20px;
	}
}
@media screen and (max-width: 480px) {
	#news .newstitle img,
	#room .roomttile h2 img,
	.abouttitle img,
	#indexbottom .noticetitle h2 img{
		height:45px;
	}
	#news .newsList .newsbox .time{
		float:none;
		margin:0;
	}
	#news .newsList .newsbox .info{
		float:none;
		width:100%;
		margin:15px 0 0;
	}
	#news .newsList .newsbox .time p.Pubyear{
		text-align:left;
	}
	#news .newstitle{
		margin-bottom: 50px;	
	}
	#indexabout .aboutcontent p.more a{
	    padding: 5px 20px;	
	}
	#indexabout .aboutcontent p{
	    font-size: 18px;	
	}
	#indexbottom .bottomwatch{
		width:100%;
	}
	#indexbottom .gocontact{
		margin-top:30px;
		text-align: center;
	}
	#indexbottom .welcome{
		text-align: center;
	}
	#indexbottom .noticeart p.big{
		font-size:18px;
	}
	#room .roomList .roombox{
		padding: 10px;	
	}
	#indexbottom .notice{
	    margin: -60px 20px 0;	
	}
	#indexbottom{
		padding:0;
	}
	section.indexset{
	    width: 90%;	
	}
	#indexabout .aboutcontent{
		width: calc(100% - 90px);
		padding: 35px 25px;
	}
	#indexbottom .notice{
	    max-width: 100%;
		padding: 25px;	
	}
	.indexset-box{
		width: 98%;
	}
	#room .roomttile{
		margin-bottom: 20px;
	}
	#news{
	padding: 30px 0 40px;
    }
}
