@charset "utf-8";
/* CSS Document */



/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	max-height: 680px;
	overflow: hidden;
	position: relative;
	clear: both;
	background: none;
}

.indexBanner > figure {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
} 

.indexBanner > p {
	position: absolute;
	bottom: 15px; 
	left: 50%;
	z-index: 3;
	-ms-transform: translateX(-50%);  
    -moz-transform: translateX(-50%);  
	-webkit-transform: translateX(-50%);  
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding: 0;
	margin: 0; 
}
  
.indexBanner > p > a { 
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 6px;
}

.indexBanner > p > a.active,
.indexBanner > p > a:hover {
	background-color: #76e4ee;
}


/* 熱門產品 */
.hotProdArea {
	width: 95%;
	margin: 0 auto;
	padding: 70px 0 55px;
}

ul.hotProduct {
}

ul.hotProduct .row {
    margin-left: -35px;
    margin-right: -35px;
}

ul.hotProduct li.col-lg-2 {
	padding-left: 35px;
	padding-right: 35px;
}

ul.hotProduct li {
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*
.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}*/

ul.hotProduct li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.hotProduct li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

ul.hotProduct li h3 {
	font-size: 16px;
	margin-top: 18px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.hotProduct li:hover h3 {
	color: #009db1;
}

ul.hotProduct li h3:after{
	content: " ";
	display: block;
	width: 66px;
	height: 1px;
	background: #19b4c8;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -33px;
}

ul.hotProduct li p {
	font-size: 14px;
	color: #43c2d2;
	margin-top: 12px;
	text-align: center;
}


ul.slide-dot {
	text-align: center;
}

ul.slide-dot li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	text-indent: 99em; 
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	background-color: #b4b4b4;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.slide-dot li:hover,
ul.slide-dot li.active {
	background-color: #00aeef;
}



/* 公司介紹 */
.companyBox {
	font-size: 18px;
	padding: 85px 0;
	text-align: center;
	background: url(../images/tw/index-bg.jpg) repeat;
}

.companyBox p {
	line-height: 40px;
}

.moreBtn {
	width: 170px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 17px; 
	color: #fff;
	display: block;
	padding: 10px 0;
	border-radius: 99em;
	background-color: #00aeef;
	position: relative;
	z-index: 1;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.moreBtn:hover {
	color: #fff;
	background-color: #faa119;
    transition: top .3s ease-out, background-color .2s ease-out, color .3s ease-out .2s;
}

.moreBtn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  border-radius: 99em;
  background-color: #faa119;
  transition-duration: .3s;
}

.moreBtn:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}



/* 左右大圖 */
.photoBox {
	float: left;
	width: 50%;
	position: relative;
}

.photoCon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 30;
	text-align: center;
	-webkit-transform: translate(-50%, -30%);
	-moz-transition: translate(-50%, -30%);  
	-o-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
}

.photoCon h3 {
	font-size: 30px;
	color: #fff;
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.photoBox figure img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.photoBox:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

.contactBtn {
	width: 154px;
	margin-top: 45px;
}




@media (max-width: 1399px){

ul.hotProduct .row {
    margin-left: -20px;
    margin-right: -20px;
}

ul.hotProduct li.col-lg-2 {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 1199px){

/*----- 首頁 -----*/
.photoCon h3 {
	font-size: 26px;
}

.contactBtn {
	font-size: 16px;
	margin-top: 25px !important;
}


}



@media (max-width: 991px){

/*----- 首頁 -----*/
.hotProdArea {
	padding: 50px 0;
}

.companyBox {
	font-size: 16px;
}

.companyBox p {
	line-height: 36px;
}

.photoBox {
	float: none;
	width: 100%;
}


	
}


@media (max-width: 767px){

/*----- 首頁 -----*/
ul.hotProduct .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.hotProduct li.col-lg-2 {
	padding-left: 15px;
	padding-right: 15px;
}

.companyBox {
	padding: 60px 0 70px;
}

.moreBtn {
	font-size: 16px;
	margin-top: 40px; 
}

}


@media (max-width: 575px){

/*----- 首頁 -----*/
.hotProdArea {
	width: 90%;
	padding: 40px 0;
}

.photoCon {
	-webkit-transform: translate(-50%, -50%);
	-moz-transition: translate(-50%, -50%);  
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.photoCon h3 {
	font-size: 22px;
}

.contactBtn {
	display: none;
}


}


@media (max-width: 480px){

/*----- 首頁 -----*/
.indexBanner > p {
	bottom: 5px; 
}


}