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



/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	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: 20px; 
	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: rgba(255, 255, 255, 0.3);
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 7px;
}

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


.indexBg {
	padding-bottom: 120px;
	background-image: url(../images/index-img-02.png),
	                  url(../images/index-bg.jpg);
	background-repeat: no-repeat,
                       repeat;
	background-position: top 500px right,
                         top left;
}



/* 服務特點 */
.serviceArea {
	padding: 65px 0 100px;
	background: url(../images/index-bg.jpg) repeat;
}

ul.serviceItem {
}

ul.serviceItem.row {
    margin-left: -25px;
    margin-right: -25px;
}

ul.serviceItem li.col-sm-3 {
	padding-left: 25px;
	padding-right: 25px;
}

ul.serviceItem li {
	vertical-align: top;
}

ul.serviceItem li figure {
	text-align: center;
}

ul.serviceItem li h3 {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

ul.serviceItem li p {
	color: #555;
	margin-top: 12px;
	line-height: 1.6;
}



/* 服務介紹 */
.companyArea {
	padding: 220px 0 100px;
	background: url(../images/index-bg.jpg) repeat;
}

.companyCon {
	width: 40%;
	float: left;
}

.companyImg {
	width: 50%;
	float: right;
	margin-top: 12px;
}

.companyTitle {
	color: #0070e6;
	font-size: 65px;
	position: relative;
	line-height: 1;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.companyTitle:after {
	content: " ";
	display: inline-block;
	width: 60px;
	height: 4px;
	margin-left: 12px;
	background: #0070e6;
}

.comSubtitle {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	margin-top: 22px;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

.companyTxt {
	font-size: 16px;
	margin-top: 30px;
}

ul.serviceTxt {
	list-style: none; 
}

ul.serviceTxt li {
	padding-left: 20px;
	line-height: 2.0;
	position: relative;
}

ul.serviceTxt li:before {
    content: "•";
	position: absolute;
	left: 2px;
	top: 3px;
	font-size: 20px;
    color: #0070e6;
	line-height: 1.3;
}

a.moreBtn {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 11px 45px 10px;
	margin-top: 55px;
	position: relative;
	z-index: 1;
	background-color: #0070e6;
	text-align: center;
}

a.moreBtn:hover {
	background-color: #0070e6;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left .3s ease-out, background-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out;
}

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

a.moreBtn:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}



/* 首頁產品 */
.hotProdArea {
	height: 560px;
	padding-top: 90px;
	text-align: center;
	background: url(../images/index-prod-bg.jpg) no-repeat center;
}

.hotProdTitle:after {
	content: " ";
	display: block;
	width: 4px;
	height: 90px;
	background: #0070e6;
	position: absolute;
	top: -130px;
	left: 50%;
	margin-left: -2px;
}

.hotProdBox {
	margin-top: 80px;
}

ul.prodList {
}

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

ul.prodList li.col-lg-3 {
	padding-left: 20px;
	padding-right: 20px;
}

ul.prodList li .prodBox {
	position: relative;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

ul.prodList 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.prodList li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

ul.prodList li h3 {
	font-size: 18px;
	color: #fff;
	padding: 11px 15px;
	position: relative;
	background: #181818;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover h3 {
	background: #0070e6;
}


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

ul.slide-dot li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	text-indent: 99em; 
	overflow: hidden;
	border-radius: 50%;
	background-color: #bbb;
	cursor: pointer;
	-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: #0070e6;
}



@media (max-width: 1679px){

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

}


@media (max-width: 1399px){

/*----- 首頁 -----*/
.companyArea {
	padding-top: 180px;
}

}


@media (max-width: 1199px){

/*----- 首頁 -----*/
.hotProdArea {
	height: 500px;
}

}


@media (max-width: 991px){

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

ul.serviceItem li.col-sm-3 {
	padding-left: 20px;
	padding-right: 20px;
}

a.moreBtn {
	margin-top: 45px;
}

}


@media (max-width: 767px){

/*----- 首頁 -----*/
.wrap {
	padding: 0 7%;
}

.companyCon,
.companyImg {
	width: 100%;
	float: none;
}

.companyImg {
	margin-top: 60px;
	text-align: center;
}

.hotProdArea {
	height: 380px;
	padding-top: 70px;
}

.hotProdTitle:after {
	top: -105px;
}

.hotProdBox {
	margin-top: 50px;
}

ul.prodList .row {
    margin-left: -12px;
    margin-right: -12px;
}

ul.prodList li.col-lg-3 {
	padding-left: 12px;
	padding-right: 12px;
}

}


@media (max-width: 575px){

/*----- 首頁 -----*/
.serviceArea {
	padding-top: 50px;
}

ul.serviceItem {
	margin-bottom: -50px;
}

ul.serviceItem li.col-sm-3 {
	margin-bottom: 30px;
}

ul.serviceItem li figure img {
	width: 90%;
}

.companyTitle {
	font-size: 48px;
}

.comSubtitle {
	font-size: 20px;
}

.companyTxt {
	margin-top: 22px;
}

.companyArea {
	padding: 160px 0 80px;
}

ul.prodList li h3 {
	font-size: 17px;
}

}


@media (max-width: 480px){

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



}