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



/*----- 首頁 -----*/
body {
	background: url(../images/index-bg.png) repeat #fff;
}

.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: 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: #76e7ee;
}


/* 服務項目 */
.serviceArea {
	padding: 65px 0;
}

.serviceBox {
	margin: 0 12px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	-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;
	border-radius: 14px;
}

.serviceBox figure img {
	width: 100%;
	height: auto;
	border-radius: 14px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

.serviceBox h2 {
	width: 100%;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	z-index: 10;
	border-radius: 0 0 15px 15px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
}



/* 車型介紹 */
.carArea {
	padding: 50px 0 65px;
	background: url(https://webdesign.banner.tw/newcar/index-car-bg.jpg) no-repeat center #1c1c1c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.title {
	margin-bottom: 35px;
}

.title h2 {
	color: #fff;
}

.title h2:after{
	display: none;
}

ul.prodList {
	margin: -25px 0 0;
}

ul.prodList li.carBox {
	padding: 15px 13px 17px; 
	margin: 0 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: top;
	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.prodList li.carBox:hover {
	border: 1px solid #fff;
}

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



/* 頁尾廣告 */
.adArea {
	width: 87%;
	margin: 0 auto;
	padding: 90px 0;
}

.adLeft {
	width: 56%;
	float: left;
}

.adRight {
	width: 42.5%;
	float: right;
}

.goodService {
	padding: 40px 45px;
	margin-top: 25px;
	background: url(../images/service-txt.png) no-repeat right 25px #959595;
}

.goodService h4 {
	font-size: 35px;
	color: #fff;
	margin-bottom: 26px;
}

ul.serviceList {
	margin-left: 35px;
}

ul.serviceList li {
	font-size: 19px;
	color: #fff;
	margin-bottom: 25px;
}

ul.serviceList li:last-child {
	margin-bottom: 12px;
}


ul.serviceList li i {
	font-size: 39px;
	display: block;
	margin-bottom: 5px;
}




@media (max-width: 1680px){

/* 頁尾廣告 */
.adArea {
	width: 95%;
}

.adLeft {
	width: 54%;
}

.adRight {
	width: 43.5%;
}


}



@media (max-width: 1279px){

/* 服務項目 */
.serviceArea {
	padding: 40px 0;
}

.serviceBox {
	margin: 0 8px;
}


}



@media (max-width: 991px){

/* 車款介紹 */
ul.prodList li.carBox {
	margin: 0 10px;
}



/* 頁尾廣告 */
.adArea {
	padding: 70px 0;
}

.adLeft,
.adRight {
	width: 100%;
	float: none;
	text-align: center;
}

.adRight {
	margin-top: 10px;
}

.goodService {
	margin-top: 10px;
	text-align: left;
}

	
}


@media (max-width: 767px){

/* 服務項目 */
.serviceArea {
	padding: 25px 0;
}


/* 車款介紹 */
.carArea {
	padding: 45px 0 50px;
}


/* 頁尾廣告 */
ul.serviceList {
	margin-left: 3px;
}

ul.serviceList li {
	font-size: 17px;
	line-height: 28px;
}


}


@media (max-width: 575px){

/* 服務項目 */
.serviceBox h2 {
	font-size: 16px;
}


/* 車款介紹 */
.title {
	margin-bottom: 19px;
}

ul.prodList li .carInfo {
	float: none;
	width: 100%;
	padding-left: 23px;
}

.triangle {
	display: none;
}

.triangleTxt {
	display: none;
}



/* 頁尾廣告 */
.adArea {
	width: 100%;
	padding-bottom: 0;
}

.goodService h4 {
	font-size: 30px;
}


}


@media (max-width: 480px){

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



/* 車款介紹 */



/* 頁尾廣告 */
.goodService {
	padding: 40px 45px;
}

ul.serviceList li {
	font-size: 16px;
	line-height: 27px;
}


}