/*
 * w443 tyhotel - iweb51_style09
 * http://www.tyhotel.com.tw/
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 11 / 2
 */

/* + slogan
*----------------------------------------------------------------------------*/
.wrapper .slogan {
	overflow: hidden;
	padding: 20px 0;
	background: #ffd22f;
}

.wrapper .slogan p {
	text-align: center;
	color: #fff;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 1.5s;
}


/* + Introduction
*----------------------------------------------------------------------------*/
.wrapper .Introduction {
	overflow: hidden;
	margin: 20px auto;
	width: 100%;
}

.wrapper .Introduction .productInfo .IntroductionList ul {
	overflow: hidden;
}

.wrapper .Introduction .productInfo .IntroductionList ul li {
	float: left;
}

.wrapper .Introduction .productInfo .IntroductionList ul li .photo ,
.wrapper .newsWrap #newsList ul li .photo a {
	overflow: hidden;
	margin: 0 auto;
	width: 87%;
	border-radius: 10%;
	display: block;
}

.wrapper .Introduction .productInfo .IntroductionList ul li .photo img ,
.wrapper .newsWrap #newsList ul li .photo img {
	height: 100%;
}

.wrapper .Introduction .productInfo .IntroductionList ul li h3 {
	margin: 20px 0 10px;
	text-align: center;
}

.wrapper .Introduction .productInfo .IntroductionList ul li h3 a {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.wrapper .Introduction .productInfo .IntroductionList ul li p ,
.wrapper .Introduction .productInfo .IntroductionList ul li .more {
	margin: 10px 0;
	width: 90%;
	text-align: center;
}

.wrapper .Introduction .productInfo .IntroductionList ul li .more a {
	padding: 10px;
	display: inline-block;
	background: #b7b7b7;
	border-radius: 5px;
	color: #fff;
}


/* + linkWrap
*----------------------------------------------------------------------------*/
.wrapper .linkWrap {
	overflow: hidden;
}

.wrapper .linkWrap img {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	-webkit-animation-duration: 1.5s;
}


/* + newsWrap
*----------------------------------------------------------------------------*/
.wrapper .newsWrap h2 {
	margin: 20px 0;
}

.wrapper .newsWrap h2 a {
	font-size: 24px;
}

.wrapper .newsWrap h2 a strong {
	font-size: 18px;
}

.wrapper .newsWrap {
	overflow: hidden;
	margin: 20px 0;
}

.wrapper .newsWrap #newsList ,
.wrapper .newsWrap .rightWrap ,
.wrapper .newsWrap #newsList ul li .photo ,
.wrapper .newsWrap #newsList ul li .info {
	float: left;
}

.wrapper .newsWrap #newsList ,
.wrapper .newsWrap .rightWrap #aboutWrap ,
.wrapper .newsWrap .rightWrap #g-map {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	-webkit-animation-duration: 1.5s;
}

.wrapper .newsWrap #newsList ul li {
	float: left;
	padding: 10px 0;
}

.wrapper .newsWrap #newsList ul li .info h3 ,
.wrapper .newsWrap #newsList ul li .info p ,
.wrapper .newsWrap #newsList ul li .info a.more {
	margin: 20px 0 10px;
	padding: 0 0 0 10px;
}

.wrapper .newsWrap #newsList ul li .info a {
	font-size: 18px;
}

.wrapper .newsWrap #newsList ul li .info p {
	margin: 10px 0;
	line-height: 180%;
	overflow: hidden;
   height: 45px;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.wrapper .newsWrap .rightWrap #aboutWrap p {
	line-height: 250%;
}

.wrapper .newsWrap .rightWrap #g-map iframe {
	width: 100%;
}

.wrapper .newsWrap .rightWrap #aboutWrap {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

.wrapper .newsWrap .rightWrap #g-map {
	animation-name: fadeInUpBig;
	-webkit-animation-name: fadeInUpBig;
}



/**********適應性**********/
/************************/
@media only screen and (min-width: 320px) {
	.wrapper .slogan p {
		font-size: 20px;
	}
	.wrapper .Introduction .productInfo .IntroductionList ul li .photo {
		height: 255px;
	}
	.wrapper .Introduction .productInfo .IntroductionList ul li ,
	.wrapper .newsWrap #newsList ,
	.wrapper .newsWrap .rightWrap ,
	.wrapper .newsWrap #newsList ul li .photo ,
	.wrapper .newsWrap #newsList ul li .info {
		width: 100%;
	}
	.wrapper .newsWrap #newsList ul li .photo a {
		height: 240px;
	}
	.wrapper .newsWrap .rightWrap #g-map iframe {
		height: 200px;
	}
	.wrapper .Introduction .productInfo .IntroductionList ul li .photo ,
	.wrapper .newsWrap #newsList ul li .photo a {
		width: 85%;
	}
}
@media only screen and (min-width: 450px) {
	.wrapper .Introduction .productInfo .IntroductionList ul li .photo ,
	.wrapper .newsWrap #newsList ul li .photo a {
		width: 66%;
	}
}

@media only screen and (min-width: 640px) {
	.wrapper .slogan p {
		font-size: 25px;
	}
	.wrapper .Introduction .productInfo .IntroductionList ul li {
		width: 50%;
	}
	.wrapper .Introduction .productInfo .IntroductionList ul li .photo {
		height: 260px;
	}
	.wrapper .newsWrap #newsList ul li .photo {
		width: 35%;
	}
	.wrapper .newsWrap #newsList ul li .info {
		width: 90%;
	}
	.wrapper .newsWrap #newsList ul li .photo a {
		height: 170px;
	}
	.wrapper .newsWrap .rightWrap #g-map iframe {
		height: 250px;
	}
}

@media only screen and (min-width: 960px) {
	.wrapper .slogan p {
		font-size: 30px;
	}
	.wrapper .Introduction .productInfo .IntroductionList ul li {
		width: 25%;
	}
	.wrapper .newsWrap #newsList ,
	.wrapper .newsWrap .rightWrap {
		width: 50%;
	}
	.wrapper .newsWrap #newsList ul li .photo a {
		height: 180px;
	}
	.wrapper .newsWrap .rightWrap #g-map iframe {
		height: 338px;
	}
	.wrapper .Introduction .productInfo .IntroductionList ul li .photo ,
	.wrapper .newsWrap #newsList ul li .photo a {
		width: 89%;
	}
}