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



/*----- 車輛列表 -----*/
ul.carList {
	margin-bottom: -60px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.carList .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.carList li.col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}

ul.carList li {
	margin-bottom: 60px;
}

ul.carList li .carBox {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 14px;
	vertical-align: top;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #acacac;
	background-color: #fff;
}

ul.carList li:hover .carBox {
	border: 2px solid #008cd6;
}

ul.carList li h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	position: relative;
}

.promotion {
	font-size: 16px;
	color: #ed131d;
	font-weight: bold;
	margin: 8px 0 0 -4px;
}

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

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

ul.carSpec {
	margin: 0 -13px 22px;
}

ul.carSpec li {
	float: left;
	font-size: 14px;
	color: #333;
	margin: 0 13px 8px;
	padding: 0;
}

ul.carSpec li img {
	width: auto;
	height: 16px;
	margin-right: 6px;
	vertical-align: text-top;
}

.price {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	display: inline-block;
}

.redTxt {
	color: #ff615d;
}

ul.carList li .detailBtn {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 11px 0;
	margin: 22px -3px 0;
	border-radius: 5px;
	background-color: #008cd6;
	text-align: center;
}



/*----- 車輛詳細頁 -----*/
.prodWrap {
	padding: 0 4%;
}

.mainBox {
}

.leftBox {
	float: left;
	width: 42%;
}

.leftBox figure {
	text-align: center;
}

.leftBox figure img {
	width: 100%;
	height: auto;
}

ul.smallImg {
	margin-top: 15px;
}

ul.smallImg li {
	float: left;
	width: 18.64%;
	margin: 0 1.7% 2.2% 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.smallImg li:nth-child(5n) {
	margin-right: 0;
}

ul.smallImg li:hover {
	transform: translateY(-12px)
}

ul.smallImg li img {
	width: 100%;
}

ul.smallImg li a,
ul.smallImg li a img {
}


.prodBgcolor {
	background-color: #efefef; 
}


/*右側產品資訊樣式*/
.rightBox {
	float: right;
	width: 44%;
	margin-top: 15px;
}

.carName {
	font-size: 25px; 
	color: #000;
	font-weight: bold;
	/*line-height: 1.4;*/
}

ul.equipment {
	/*padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;*/
}

ul.equipment li {
	float: left;
	padding: 2px 6px;
	margin: 0 7px 14px 0;
	border-radius: 3px;
	border: 1px solid #20a6de;
}

ul.equipment li.red {
	color: #ff615d;
	border: 1px solid #ef7a70;
}

hr.divider {
	height: 1px;
	margin: 30px 0 20px;
	border-width: 0;
	background-color: #bbb;
}

a.orderBtn {
	width: 60%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 13px 0;
	margin-top: 40px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	background-color: #008cd6;
	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;
}

a.orderBtn:hover {
	background-color: #008cd6;
    transition: top .3s ease-out, background-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out;
}

a.orderBtn i {
	font-weight: normal;
	margin-right: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.orderBtn:hover i {
	font-weight: bold;
}

a.orderBtn::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	border-radius: 5px;
	background-color: #f35c59;
	transition-duration: .3s;
}

a.orderBtn:hover::before {
	height: 100%;
	top: auto;
	bottom: 0;
}

.heading {
	font-size: 32px;
}

.specBox {
}

.specBox ul,
.specBox ol {
	padding-left: 18px;
}

.specBox ul li {
	list-style-type: disc;
}

.specBox ol li {
	list-style-type: decimal;
}



/*----- photo 彈出畫面 -----*/
.photo-popup {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
}

.popupLeft {
  width: 76%;
  float: left;
}

.popupRight {
  width: 24%;
  float: right;
  position: relative;
  padding: 40px 35px;
}

.popupRight h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 50px;
}

.popupPrice {
	margin-top: 60px;
}

a.photo-popupBtn {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 30px;
}



/*----- 最新消息 -----*/
ul.newsList {
	margin-bottom: -80px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*ul.newsList .row {
    margin-left: -15px;
    margin-right: -15px;
}*/

ul.newsList li.col-sm-4 {
	padding-left: 35px;
	padding-right: 35px;
}

ul.newsList li {
	margin-bottom: 80px;
}

ul.newsList li .newsBox {
	position: relative;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
}

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

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

ul.newsList li .newsInfo {
	padding-top: 16px;
	position: relative;
}

ul.newsList li h3 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover h3 {
	color: #008cd6;
}

ul.newsList li .plusIcon {
	width: 40px;
	height: 40px;
	font-size: 17px;
	color: #fff;
	padding-left: 2px;
	position: absolute;
	top: -20px;
	right: 0;
	background-color: #f35c59;
	text-align: center;
	line-height: 42px;
	z-index: 10;
}

.newsDate {
	font-size: 15px;
	color: #797979;
	margin-bottom: 3px;
}

.newsTitle {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.newsCon {
	padding: 40px 0 75px;
	line-height: 2.0;
}

a.switchBtn {
	width: 160px;
	height: 46px;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 0 20px;
	position: relative;
	border-radius: 99em;
	background: #000;
	line-height: 46px;
}

a.switchBtn:hover {
	background-color: #008cd6;
}

a.prevBtn {
	float: left;
	text-align: right;
}

a.nextBtn {
	float: right;
	text-align: left;
}

a.prevBtn::before,
a.nextBtn::before {
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  line-height: 44px;
}

a.prevBtn::before {
  content: '\e918';
  left: 10px;
}

a.nextBtn::before {
  content: '\e919';
  right: 10px;
}



@media (max-width: 1399px){
ul.serviceMenu {
	margin-left: -10px;
	margin-right: -10px;
}

ul.serviceMenu li {
	margin-left: 10px;
	margin-right: 10px;
} 

}


@media (max-width: 1199px){

/*----- photo 彈出畫面 -----*/
.photo-popup {
  width: 100%;
}

.popupLeft {
  width: 70%;
}

.popupRight {
  width: 30%;
}



/*----- 最新消息 -----*/
ul.newsList li.col-sm-4 {
	padding-left: 22px;
	padding-right: 22px;
}

}


@media (max-width: 991px){

/*----- 車輛詳細頁 -----*/
a.orderBtn {
	width: 100%;
}



/*----- photo 彈出畫面 -----*/
.popupRight {
	padding: 30px;
}

.popupRight h3 {
	margin-bottom: 30px;
}

.popupPrice {
	margin-top: 25px;
}
	
}


@media (max-width: 767px){

/*----- photo 彈出畫面 -----*/
.popupLeft {
  width: 100%;
  float: none;
}

.popupRight {
	display: none;
}



/*----- 最新消息 -----*/
ul.newsList .row {
    margin-left: -13px;
    margin-right: -13px;
}

ul.newsList li.col-sm-4 {
	padding-left: 13px;
	padding-right: 13px;
}

ul.newsList li .plusIcon {
	width: 32px;
	height: 32px;
	top: -16px;
	line-height: 34px;
}


}


@media (max-width: 575px){

/*----- 車輛列表 -----*/
ul.carList {
	margin-bottom: -30px;
}

ul.carList .row {
    margin-left: -6px;
    margin-right: -6px;
}

ul.carList li.col-md-4 {
	padding-left: 6px;
	padding-right: 6px;
}

ul.carList li {
	margin-bottom: 30px;
}

ul.carSpec li {
	margin-bottom: 8px;
}



/*----- 車輛詳細頁 -----*/
.leftBox {
	float: none;
	width: 100%;
}

.rightBox {
	float: none;
	width: 100%;
	padding-top: 30px;
	clear: both;
}

.heading {
	font-size: 26px;
}



/*----- 最新消息 -----*/
ul.newsList {
	margin-bottom: -40px;
}

ul.newsList li {
	margin-bottom: 40px;
}

.newsTitle {
	font-size: 22px;
}

.newsCon {
	padding-bottom: 60px;
}

a.switchBtn {
	width: 130px;
	height: 40px;
	line-height: 40px;
}

a.prevBtn::before,
a.nextBtn::before {
  line-height: 38px;
}

}

