@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: 12px;
	height: 12px;
	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;
}


/* 主要產品 */
.indexProd img {
	width: 100%;
}

.row {
	margin-left: 0;
	margin-right: 0; 
}

.container-fluid,
.col-md-4,
.col-md-8 {
	padding-left: 0;
	padding-right: 0; 
}

.col-md-4 {
}

.col-md-6,
.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

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

.photo-l img,
.photo-r img,
.photo-b img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.photo-l:hover img,
.photo-r:hover img,
.photo-b:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

.indexprodBox {
	position: absolute;
	left: 45px;
	top: 60px;
	padding-right: 20px;
	z-index: 10;
	text-align: left;
}

.indexprodTitle {
	font-size: 24px;
	color: #005ab7;
	font-weight: normal;
	line-height: 30px;
}

.indexprodTxt {
	font-size: 16px;
	color: #444;
	margin: 10px 0 30px;
	line-height: 28px;
}

.lightTitle {
	color: #51bbfe;
}

.lightTxt {
	color: #fff;
}

.readmore {
	width: 135px;
	height: 38px;
	font-size: 15px; 
	color: #fff;
	background: -webkit-linear-gradient(180deg,rgba(56,138,248,1) 0%,rgba(21,108,195,1) 100%);
	background: -moz-linear-gradient(180deg,rgba(56,138,248,1) 0%,rgba(21,108,195,1) 100%);
	background: -o-linear-gradient(180deg,rgba(56,138,248,1) 0%,rgba(21,108,195,1) 100%);
	background: linear-gradient(180deg,rgba(56,138,248,1) 0%,rgba(21,108,195,1) 100%);
	border-radius: 99em;
	text-align: center;
	cursor: pointer;
	line-height: 38px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.readmore:hover, 
.readmore:focus {
	background: #2448a2;
}


.contactBox {
	position: absolute;
	left: 105px;
	top: 80px;
	padding-right: 30px;
	z-index: 10;
	text-align: left;
}

.company-name {
	font-size: 27px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 32px;
}

.contactTel {
	font-size: 36px;
	color: #f15d0c;
	line-height: 36px;
}

.contactTxt {
	font-size: 16px;
	color: #f7f7f7;
	margin: 20px 0 42px;
	line-height: 32px;
}

.contactTxt a {
	color: #f7f7f7;
}

.contactTxt a:hover {
	color: #f15d0c;
}

a.contactBtn {
	font-size: 15px; 
	color: #fff;
	padding: 10px 35px 10px 25px;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.contactBtn, 
a:focus.contactBtn {
	color: #fff;
	border: 1px solid #f15d0c;
	background-color: #f15d0c;
}

a.contactBtn i {
	font-size: 16px; 
	color: #fff;
	position: absolute;
	top: 12px;
	right: 22px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.contactBtn i {
	right: 6px;
}






@media (max-width: 1400px){

/*----- 首頁 -----*/
.indexprodBox {
	left: 30px;
	top: 40px;
}

.indexprodTitle {
	font-size: 22px;
	line-height: 28px;
}

.indexprodTxt {
	font-size: 15px;
	margin-bottom: 23px;
	line-height: 26px;
}

.contactBox {
	left: 60px;
	top: 50px;
}

.company-name {
	font-size: 23px;
	line-height: 30px;
}

.contactTel {
	font-size: 28px;
	line-height: 28px;
}

.contactTxt {
	font-size: 15px;
	margin-top: 10px;
	line-height: 30px;
}



}



@media (max-width: 1199px){

/*----- 首頁 -----*/



}



@media (max-width: 991px){

/*----- 首頁 -----*/
.indexprodBox {
	left: 20px;
	top: 25px;
}

.indexprodTitle {
	font-size: 18px;
	line-height: 22px;
}

.indexprodTxt {
	font-size: 14px;
	margin: 8px 0 15px;
	line-height: 24px;
}

.contactBox {
	left: 25px;
	top: 30px;
	padding-right: 15px;
}

.company-name {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}

.contactTel {
	font-size: 24px;
	line-height: 26px;
}

.contactTxt {
	font-size: 14px;
	line-height: 28px;
}




	
}


@media (max-width: 767px){

/*----- 首頁 -----*/
.indexprodBox {
	left: 30px;
	top: 40px;
}

.indexprodTitle {
	font-size: 22px;
	line-height: 28px;
}

.indexprodTxt {
	font-size: 15px;
	margin-bottom: 23px;
	line-height: 26px;
}

.contactBox {
	left: 60px;
	top: 50px;
}

.company-name {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 30px;
}

.contactTel {
	font-size: 32px;
	line-height: 32px;
}

.contactTxt {
	font-size: 15px;
	margin-top: 20px;
	line-height: 30px;
}




}


@media (max-width: 575px){

/*----- 首頁 -----*/
.col-md-12 .readmore {
	display: none;
}




}


@media (max-width: 479px){

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

.indexprodBox {
	left: 20px;
	top: 25px;
}

.indexprodTitle {
	font-size: 20px;
	line-height: 25px;
}

.contactBox {
	left: 25px;
	padding-right: 15px;
}

.company-name {
	font-size: 22px;
}

.contactTel {
	font-size: 30px;
	line-height: 26px;
}


}