@media screen and (min-width:768px) {


/*導覽列開始*/

#products-phone{
	display: none;
	padding: inherit;
}

#products-phone li{
	padding-left: 60px;
}

#products-phone a{
	color:#E6E6E6;
	text-decoration: none;
}

#products-phone:hover{
	background: inherit;
	color:inherit;
}

#products-phone li:hover{
	background: #E6E6E6;
}

.mai{
	display: none;
}

.mai-l{
	display: none;
}

.plsmai{
	display: none;
}

.maipls{
	display: inline-block;
}

.language-phone{
	display: none;
}

.phone-base{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	background: transparent;
	z-index:2;
	display: none;
}

/*導覽列結束*/

.header{
	width:100%;
	height: 100vh;
	background: url("../pic/background.png") bottom no-repeat;
	clear:both;
	position: relative;
}

.nav{
	width: 100%;
	height: 70px;
	background: #2A2B2B;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}

.logo{
	width: 70%;
	height: 70px;
	position: relative;
	cursor:pointer;
}

.logowrap{
	width: 90%;
	min-width: 400px;
	height: 70px;
	position: absolute;
	top:0;
	right:0;
}

.logo img{
	display: inline-block;
	width:90px;
}

.comname{
	position: absolute;
	left:120px;
	top:5px;
	font-size:.65em;
	color:#E6E6E6;
	font-weight: 100;
}

.menuicon{
	display: block;
	width: 80px;
	height: 50px;
	background: #E6E6E6;
	position: absolute;
	top:10px;
	bottom:10px;
	right:30px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color:#2A2B2B;
	cursor:pointer;
}

.menulist li{
	display: none;
}

.menuwrap{
	display: none;
	position: fixed;
	width: 100%;
	background: #2A2B2B;
	border-top: 1px solid #fff;
	margin-top: 70px;
	color:#E6E6E6;
	font-size: 1.3em;
	z-index: 80;
}

.menuwrap li{
	padding: 10px 0 10px 30px ;
	border-bottom: 1px dotted #E6E6E6;
	cursor: pointer;
}

.menuwrap li:hover{
	background:#E6E6E6;
	color:#2A2B2B; 
}

.menuwrap li:last-child{
	border-bottom: inherit;
}

.menuwrap span{
	float:right;
	padding-right: 20px;
}

.menucenter li:first-child{
	border-top: 1px dotted #E6E6E6;
	margin-top: 10px;
}

#location-pic{
	width: 15px;
	max-width: 15px;
	vertical-align: top;
	transition: .5s;
}

#location-pic-black{
	display: none;
	width: 15px;
	max-width: 15px;
	vertical-align: top;
	transition: .5s;
}

/*當聯絡我們被hover 圖案換一張*/

.contact-us-phone:hover #location-pic-black{
	display: inline-block;
	transition: .5s;
}

.contact-us-phone:hover #location-pic{
	display: none;
	transition: .5s;
}

/*-----首頁slider----*/

.slider{
	width: 39.0416%;
	height: 40.29629%;
	margin-right:auto;
	margin-left: 15.416%;
	padding-top: 35%;
	color:#fff;
}

/*關於我們*/

.about-sales{
	width: 100%;
}

.about{
	width: 100%;
	clear:both;
}

.sales{
	width: 100%;
	clear:both;
}

.about-content{
	padding:50px;
}

.about-content p{
	padding-top: 15px;
}

.about-pic{
	width: 100%;
	height: 300px;
	background: url(../pic/ginotech-factory.png) center bottom no-repeat;
	background-size:cover;
	position: relative;
}

.about-pic:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top:-1px;
	left:0;
	right:0;
	margin:0 auto;
}

.sales-content {
	padding:50px;
}

.sales-content h2{
	padding-top: 15px;
}

.sales-content p{
	padding-top: 15px;
}

.sales-line{
	margin-top: 15px;
}

.about-line{
	margin-top: 10px;
}

.sales-pics{
	width: 100%;
	height: 300px;
	background: url(../pic/ginotech-contry.png) 0 15% no-repeat;
	background-size: cover;
	position: relative;
}

.sales-pics:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top:-1px;
	left:0;
	right:0;
	margin:0 auto;
}

/*------分隔線-----*/

.line{
	width: 300px;
	height: 2px;
	background: #2A2B2B;
	position: relative;
}

.line:after{
	content: '';
	display: inline;
	width: 15px;
	height: 2px;
	transform: rotate(45deg);
	background: #2A2B2B;
	position: absolute;
	left:288px;
	bottom:5.5px;
}

.white-line{
	width: 300px;
	height: 2px;
	background: #E6E6E6;
	position: relative;
}

.white-line:after{
	content: '';
	display: inline;
	width: 15px;
	height: 2px;
	transform: rotate(45deg);
	background: #E6E6E6;
	position: absolute;
	left:288px;
	bottom:5.5px;
}

/*------選擇-----*/

.choice{
	width: 100%;
}

.choice-head{
	width: 100%;
	height: 250px;
	background: #2A2B2B;
	text-align: center;
	letter-spacing: .2em;
}

.choice-head h2{
	color:#E6E6E6;
	font-size: 2em;
	padding-top: 80px;
}

.choice-line{
	margin: 0 auto;
	margin-top: 15px;
}

.choice-warp{
	width: 100%;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
}

.choice-content{
	display: inline-block;
	margin:0 auto;
}

.choice-content h3{
	font-size: 1.5em;
	margin-top: 15px;
	color:#2A2B2B;
}

.choice-content p{
	margin-top: 15px;
	color:#2A2B2B;
}

.choice-content li{
	float:left;
	display: table-cell;
	padding:0 50px;
	position: relative;
}

.choice-content li:before{
	content:'';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #19A15C;
	position: absolute;
	top:20px;
	left:10px;
}

/*------歷史沿革------*/

.history-header{
	text-align: center;
	font-size: 1.6em;
	width: 100%;
	height: 100px;
	padding: 50px 0;
	color:#FFF;
	letter-spacing: .2em;
	background:url(../pic/history-car.jpeg)center center no-repeat fixed;
	background-size: cover;
}

.history-line{
	margin:0 auto;
	margin-top: 15px;
        background:#FFF ;
}

.history-content{
	width: 100%;
	clear:both;
}

.timeline{
	margin:0 auto;
	width: 10%;
	background: #fff;
	min-width: 100px;
	max-width: 200px;
	text-align: center;
	font-size: 2em;
	color:#2A2B2B;
}

.timeline h5:first-child{
	padding-top: 100px;	
}

.timeline span{
	display: block;
	margin: 0 auto;
	width: 1px;
	height: 60px;
	border-right: 3px dotted #2A2B2B;
	margin-top: 10px;
}

/*左邊的故事軸*/

.storybox-left{
	width: 300px;
	border-radius: 10px;
	background: #19A15C;
	position: relative;
	padding:10px;
	clear:both;
	float:right;
	color:#fff;
	font-weight: 100;
	opacity: 0;
}

.storybox-left:after{
	content:'';
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	right:-28px;
	left:inherit;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 30px;
	border-color: transparent transparent transparent #19A15C;
}

/*右邊時間*/

.right-time{
	float:right;
	width: 42%;
}

.storybox-right{
	width: 300px;
	border-radius: 10px;
	background: #19A15C;
	position: relative;
	padding:10px;
	clear:both;
	color:#fff;
	font-weight: 100;
	opacity: 0;
}

.storybox-right:after{
	content:'';
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:-28px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 30px 10px 0;
	border-color: transparent #19A15C transparent transparent;
}

/*合作夥伴*/

.company-header{
	width: 100%;
	height: 100px;
	background:#2A2B2B;
	margin-top: 70px;
	text-align: center;
	padding:50px 0;
}

.company-header h2{
	font-size: 2em;
	color:#E6E6E6;
	letter-spacing: .2em;
}


.company-line{
	margin:0 auto;
	margin-top: 15px;
}

.company-content{
	width: 100%;
	background: #2A2B2B;
	font-size: 0px;
	padding-bottom: 50px;
	margin-top: -1px;
	text-align: center;
}

.company-content li{
	display: inline-block;
	width: 18%;
	height: 150px;
	margin-right: 10px;
}

.company-content li:last-child{
	display: inline-block;
	width: 18%;
	height: 150px;
	margin-right: inherit;
}

#hitachi{
	background: url(../pic/Hitachi_logo-WHITE.png)center center no-repeat; 
	background-size: contain;
}

#kinglong{
	background: url(../pic/King_Long_logo-WHITE.png)center center no-repeat; 
	background-size: contain;
}

#fuji{
	background: url(../pic/fuji-logo-WHITE.png)center center no-repeat; 
	background-size: contain;
}

#byd{
	background: url(../pic/byd-WHITE.png)center center no-repeat; 
	background-size: contain;
}

#mitsubishi{
	background: url(../pic/2000px-Mitsubishi_logo-WHITE.png)center center no-repeat; 
	background-size: contain;
}

/*------聯絡我們------*/

.contect-header{
	width: 100%;
	font-size: 1.3em;
	letter-spacing: .2em;
	text-align: center;
	padding:100px 0;
	color:#2A2B2B;
}

.contect-line{
	margin:0 auto;
	margin-top: 15px;
}

.contect-content{
	width: 100%;
	text-align: center;
	overflow: auto;
	clear:both;
}

.address{
	float:left;
	width: 100%;
	padding-bottom: 25px;
}

.address a:link{
	color:#19A15C;
}

.address a:visited{
	color:#B22420;
}

.address a:hover{
	color:#B22420;
}

.address span{
	display: block;
	width: 60%;
	height: 50px;
	margin:0 auto;
	background:#19A15C;
	position: relative;
	overflow: hidden;
}

.address span:before{
	content:'';
	display: block;
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #fff transparent transparent;
}

.address span:after{
	content:'';
	display: block;
	position:absolute;
	top:-15px;
	right:40px;
	width: 4px;
	height: 80px;
	background:#ff0000; 
	transform: rotateZ(-45deg);
}

.address span h2{
	text-align: left;
	line-height: 50px;
	padding-left: 10px;
	color:#fff;
	font-weight: inherit;
	font-size: 1.2em;
}

.address-detil{
	width: 60%;
	text-align: left;
	color:#2A2B2B;
	margin:0 auto;
	font-size: 1em;
	letter-spacing: .1em;
	line-height: 1.5em;
	padding-left: 20px;
	padding-top: 20px;
}


/*------footer------*/

.footer{
	width: 100%;
	background: #2A2B2B;
	margin-top: 100px;
	font-size: 1em;
	letter-spacing: .1em;
	color:#E6E6E6;
	text-align: center;
	line-height: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
}

}