@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

*{
	margin: 0;
	padding: 0;
	list-style:none;
}


body,html{
	width: 100%;
	overflow-x: hidden;
	font-size: 1em;
	position: relative;
}

.slider h2{
	font-size: 1.5em;
}

.slider h3{
	margin-top: 5%;
	font-size: 1.1em;
	font-weight: inherit;
}

.sliderbutton{
	width: 130px;
	height: 40px;
	border-radius: 8px;
	margin-top: 5%;
	text-align: center;
	line-height: 40px;
	border:2px solid #fff;
	cursor:pointer;
	transition: .5s;
}

.sliderbutton:hover{
	background: #fff;
	color:#2A2B2B;
	transition: .5s;
}

.slider1{
	display: none;
	position: absolute;
}

.slider2{
	display: none;
	position: absolute;
}

.slider3{
	display: none;
	position: absolute;
}

.sliderdot{
	width: 65px;
	height: 20px;
	background: transparent;
	position: absolute;
	left:0;
	right:0;
	bottom:50px;
	margin:0 auto;
}

.sbutton{
	float:left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
	cursor: pointer;
}

.sbutton:last-child{
	margin-right: inherit;
}

.sbutton-hover{
	background: #008435;
}



/*大螢幕導覽列*/

.products-content{
	position: fixed;
	z-index: 1;
	top:70px;
	left:0;
	background-color: rgba(42,43,43,.9);
	width: 100%;
	height: 0;
	transition: .5s;
	cursor:default;
	color: #E6E6E6;
	border:inherit;
	line-height: 0em;
}

#products:hover .products-content{
	height: 170px;
	border:1px solid #E6E6E6;
}

#products:hover .ptable{
	display: table;
}

.ptable{
	display: none;
	height: 160px;
	width: 95%;
	margin:5px 2.5%;
	color:#E6E6E6;
	text-align: center;
	table-layout: fixed;
	word-break: break-all;
}

.ptable td{
	padding:0 10px;
	line-height: 1.5em;
	cursor: pointer;
}

.ptable td:hover{
	outline:1px solid #E6E6E6;
}

/*產品頁*/

.product-header{
	width: 100%;
	height: 70vh;
	background: url(../pic/gray-cars-way.jpg) left bottom no-repeat fixed;
	background-size: cover;
	position: relative;
}

#language-phone{
	display: none;
}

#language-phone li{
	padding-left: 60px;
}

#language-phone:hover{
	background: inherit;
	color:#fff;
}

.white-line-2{
	width: 300px;
	height: 2px;
	background: #FFF;
	position: relative;
}

.white-line-2:after{
	content: '';
	display: inline;
	width: 15px;
	height: 2px;
	transform: rotate(45deg);
	background: #FFF;
	position: absolute;
	left:288px;
	bottom:5.5px;
}
