@charset "utf-8";
/* CSS Document */
#whyVisit ul li:first-child {
	background-image: url(../images/iconWhy.png);
}
#whyVisit ul li:nth-child(2) {
	background-image: url(../images/iconWhy2.png);
}
#whyVisit ul li:nth-child(3) {
	background-image: url(../images/iconWhy3.png);
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------banner--------------------*/
#bannerWrapper {
	width: 100%;
	height: auto;
	min-width:980px;
}
#banner {
	position: relative;
	height: 100%;
}
.bannerslide {
	width: 100%;
	height: 100%;
}
#quickLink{	width: 100%;
	height: auto; display:none;
	min-width:980px; height:60px; background:#8FC31F;}
/*-------------content index--------------------*/
.contentIndex {
	width: 80%;
	margin: 0 auto;
	min-width:980px;
}
.contentIndex h1{
	font-size: 27px;
	color: #333;
	font-weight: normal;
	border-bottom: 2px solid #6fc7c8;
	text-align: center;
	padding: 0 0 10px 0;
}
/*----------------- indexNews -----------------------*/
#indexNews li {
	float: left;
	position: relative;
	width:25%;
}
#indexNews li a {
	width:100%;
	display: block;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	color: #333;
}
#indexNews li div.hoverDesc {
	width:100%;
	height: 180px;
	padding: 20px;
	color: rgba(255,255,255,0);
	background: rgba(0, 0, 0,0);
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	transition: all 0.3s ease-out;/*ie*/
}
#indexNews li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background: rgba(0, 0, 0, 0.7);
}
#indexNews li a p {
	margin-top: 5px;
}
#indexNews li a p span {
	display: block;
	color: #888;
	background: url(../images/icon_cal.png) no-repeat left center;
	padding-left: 20px;
}
.indexthumb {
	width:100%;
	height: 180px;
	overflow: hidden;
}
/*for index 新聞稿*/
#indexExPress li {
	width: 49%;
	float: left;
	margin: 1% 2% 1% 0;
}
#indexExPress li a {
	text-decoration: none;
	color: #222;
}
#indexExPress li a:hover p {
	text-decoration: underline;
}
#indexExPress li:nth-child(2n) {
	margin-right: 0;
}
#indexExPress li div.left {
	width: 90px;
	height: 60px;
	float: left;/*border: 1px solid #eee;*/
}
#indexExPress li div.prodthumb {
	width: 90px;
	height: 60px;
	background: #fff;
	overflow: hidden;
}
#indexExPress li div.right {
	margin-left: 100px;
	padding-top: 5px;
	width: auto;
}
#indexExPress li div.right span {
	color: #6fc7c8;
}
/*----------------factsheet----------------*/
#factLeft {
	float:left;
	min-width:600px;
}
#factLeftLeft {
	width: 48%;
	float: left;
}
#factLeftRight {
	float:right;width:48%;
}
.googleMapIndex {
	width:100%;
	height: 350px;
	vertical-align: bottom;
}
#factLeftLeft h3 {
	font-size: 21px;
	color: #6fc7c8;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
/*----------------factsheet right----------------*/
#factRight {
	width: 350px;
	float: right;
}
#galleryIndex li {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	width: 110px;
	height: 110px;
	position: relative;
	overflow: hidden;
}
#galleryIndex li:nth-child(3n) {
	margin-right: 0;
}
#galleryIndex li:nth-child(n+7):nth-child(-n+9) {
	margin-bottom: 0;
}
.galleryIndexthumb {
	width: 110px;
	height: 110px;
}
#galleryIndex li div.hoverDesc {
	width: 110px;
	height: 110px;
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0,0);
	background-image: url(../images/iconEnlarge.png);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center center;
	opacity: 0.0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#galleryIndex li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
/*-----------------whyVisit--------------------*/
#whyVisit {
	padding: 25px 0;
	width: auto;
	background: #eee;
}
#whyVisit h3 {
	margin-bottom: 15px;
}
#whyVisit ul li {
	float: left;
	display: block;
	width: 30%;
	padding-top:140px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size:120px auto;
}
#whyVisit ul li:nth-child(2) {
	margin: 0 5%;
}
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-------------banner--------------------*/
#bannerWrapper {
	width: 100%;
	height: auto;
	margin: 0;
}
#banner {
	position: relative;
	height: 100%;
}
.bannerslide {
	width: 100%;
	height: 100%;
}
/*----------------- indexNews -----------------------*/
#indexNews ul li, #indexExPress li {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#indexNews ul li:hover, #indexExPress li:hover {
	background: #eee;
}
#indexNews ul li a, #indexExPress li a {
	width: 100%;
	height: auto;
	display: block;
	text-decoration: none;
	color: #333;
}
#indexNews ul li a span {
	display: block;
	color: #999;
	background: url(../images/icon_cal.png) no-repeat left center;
	padding-left: 20px;
	font-style:italic;
}
#indexNews .swiper-wrapper {
	display: block
}
/*for index 新聞稿*/
#indexExPress li p {
	width: auto;
}
#indexExPress li span {
	color: #999;
}
/*----------------factsheet----------------*/
#factLeftRight {
	margin-top: 20px;
}
.googleMapIndex {
	width: 100%;
	height: 300px;
}
#factLeftLeft h3 {
	font-size: 21px;
	color: #6fc7c8;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
#factRight {
	text-align: center;
	margin-top: 20px;
}
#galleryIndex li {
	display: inline-block;
	margin:2px 2px 0 2px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.galleryIndexthumb {
	width: 100px;
	height: 100px;
	vertical-align:bottom;
}
/*-----------------whyVisit--------------------*/
#whyVisit {
	background: #eee;
	color: #333;
	padding: 25px 0;
	width: auto;	
}
#whyVisit h3 {
	font-size:18px;
	margin-bottom: 10px;
	
}
#whyVisit ul li {
	width: 100%;
	padding:45% 0 0 0;
	background-repeat: no-repeat;
	background-position:top center;
	background-size:40% auto;
}
#whyVisit ul li:nth-child(2) {
	margin: 25px 0;
}
}
