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


.adBox {
	display: none;
	margin-top: 30px;
	margin-bottom: 30px;
}


/* 最新消息 */
.indexNewsArea {
	background-color: #2e3554;
	padding: 40px 0 47px;
}

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

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

.indexNewsLeft h2 {
	font-size: 40px;
	color: #fff;
	margin-left: -4px;
	line-height: 52px;
}

.indexNewsLeft h2 span.first {
	color: #23e8f4;
	margin-left: 3px;
}

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

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

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

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

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

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

.newsList li.newsDate {
	width: 60px;
	font-size: 12px;
	color: #23e8f4;
	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: #23e8f4;
	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: 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 #26bec9;
	background-color: #fff;
	vertical-align: top;
	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;
}

.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 {
	margin-top: 3px;
	padding: 9px 16px;
	background-color: #d5eff1;
}

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

.carBox .price {
	font-size: 15px;
	color: #535353;
	margin-top: 7px;
	padding-top: 8px;
	border-top: 1px solid #99d9dd;
}

.carBox .price span.sale {
	color: #00a4b0;
	margin-left: 12px;
}



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

.branchLeft {
	float: left;
	background-repeat: no-repeat;
	background-position: 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;
}

.branchBox .branchInfo {
	line-height: 30px;
	margin-bottom: 22px;
}

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: #26bec9;
	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){

.adBox {
	display: block;
}


/* 最新消息 */
.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; 
}



}