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


/* 最新消息 */
.indexNewsArea {
	background-color: #6c6c6c;
	padding: 60px 0 67px;
}

.indexNewsLeft {
	width: 30%;
	float: left;
}

.indexNewsRight {
	width: 60%;
	float: right;
}

.indexNewsLeft h2 {
	font-size: 46px;
	color: #b1d915;
	margin-left: -3px;
	line-height: 62px;
	font-family: 'Arya', 微軟正黑體, 新細明體, sans-serif;
}

.indexNewsLeft p {
	font-size: 14px;
	color: #f3f3f3;
	margin-top: 15px;
	line-height: 27px;
}

a.moreBtn {
	width: 170px;
	font-size: 16px;
	color: #b1d915;
	margin-top: 30px;
	padding: 8px 0;
	display: block;
	border: 1px solid #b1d915;
	text-align: center;
}

a.moreBtn:hover {
	color: #fff;
	border: 1px solid #98b400;
	background: #98b400;
}

.newsList ul {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #848484;
}

.newsList ul:last-child {
	margin-bottom: 0;
}

.newsList li.newsDate {
	width: 60px;
	font-size: 12px;
	color: #fff;
	margin-right: 17px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.newsList li.newsDate span {
	font-size: 36px;
	display: block;
	line-height: 38px;
}

.newsList li.newsBox {
	width: -webkit-calc(100% - 82px);
	width: -moz-calc(100% - 82px);
	width: calc(100% - 82px);
	display: inline-block;
	vertical-align: middle;
}

.newsList li.newsBox h3 {
	font-size: 16px;
	color: #b1d915;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.newsList li:hover.newsBox h3 {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}

.newsList li.newsBox p {
	font-size: 14px;
	color: #f3f3f3;
	margin-top: 8px;
}



/* 熱門車款 */
.hotCarArea {
	padding: 60px 0 80px;
	background: #f7f7f7 url(../images/index-bg.png) repeat;
}

.hotCarTitle {
	margin-bottom: 55px;
	text-align: center;
}

.carBox {
	/*padding: 3px; */
	margin: 8px 18px;
	position: relative;
	overflow: hidden;
	/*border: 2px solid #98b400;*/
	border-radius: 8px;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
	box-shadow: 0 1px 8px rgba(185, 185, 185, 0.75);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.carBox:hover {
	box-shadow: 0 1px 12px rgba(145, 145, 145, 0.75);
}

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

.carBox 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;
}

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

.carBox .carInfo {
	padding: 9px 16px;
	background-color: #5ea920;
}

.carBox h3 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
}

.carBox .price {
	font-size: 15px;
	color: #fff;
	margin-top: 7px;
	padding-top: 8px;
	border-top: 1px solid #73be34;
}

.carBox .price span.sale {
	color: #f8fb1a;
	margin-left: 12px;
}
.carBox .price span.day_sale {
	color: #62EAC6;
	margin-left: 12px;
}



/* 分店資訊 */
.branchLeft,
.branchRight {
	width: 50%;
	height: 680px;
	display: table;
}

.branchLeft {
	float: left;
	background: url(../images/index-img.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.branchRight {
	padding: 40px 1%;
	background: url(../images/bg.jpg) repeat;
}

.branchRight .infoBlock {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.branchBox {
	width: 49%;
	display: inline-block;
	padding: 0 6%;
	border-left: 1px dashed #adadad;
	text-align: left;
	vertical-align: top;
}

.branchBox:first-of-type {
	border-left: none;
}

.branchBox h3 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

ul.infoList {
	margin-bottom: 20px;
}

ul.infoList li {
	line-height: 30px;
}

a.mapBtn {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-top: 23px;
	padding: 5px 0;
	display: block;
	border-radius: 5px;
	background-color: #4ba700;
	text-align: center;
}

a.mapBtn:hover {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}




@media (max-width: 1199px){

/* 熱門車款 */
.carBox {
	margin-left: 15px;
	margin-right: 15px;
}

}



@media (max-width: 991px){

/* 熱門車款 */
.hotCarArea {
	padding: 40px 0 60px;
}

.hotCarTitle {
	margin-bottom: 25px;
	transform: scale(0.75);
}



/* 分店資訊 */
.branchLeft,
.branchRight {
	width: 100%;
	height: auto;
}

.branchLeft {
	height: 400px;
}

.branchRight {
	padding: 40px 0 53px;
}

.branchBox {
	padding: 0 3%;
}
	
}


@media (max-width: 767px){

/* 最新消息 */
.indexNewsLeft h2 {
	font-size: 32px;
	line-height: 42px;
}



}


@media (max-width: 575px){

/* 最新消息 */
.indexNewsArea {
	padding-top: 33px;
}

.indexNewsLeft,
.indexNewsRight {
	width: 100%;
	float: none;
}

.indexNewsLeft {
	margin-bottom: 25px;
}

.indexNewsLeft h2 {
	font-size: 26px;
	line-height: 36px;
}

.indexNewsLeft h2 span.chinese {
	display: inline;
}

.indexNewsLeft p {
	display: none;
}

a.moreBtn {
	display: none;
}



/* 分店資訊 */
.branchBox h3 {
	font-size: 20px;
	margin-bottom: 10px;
}


}


@media (max-width: 480px){

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



}