@media screen and (min-width:992px) {


.phone-base{
	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: 45%;
	height: 70px;
	position: relative;
	cursor:pointer;
}

.logowrap{
	width: 60%;
	min-width: 450px;
	height: 70px;
	position: absolute;
	top:0;
	right:0;
}

.logo img{
	width:90px;
}

.comname{
	width: 300px;
	position: absolute;
	left:125px;
	font-size:.65em;
	color:#E6E6E6;
	font-weight: 100;
}

.menulist {
	position: absolute;
	top:0;
	right:0;
	width: 59%;
}

.menulist li{
	float: left;
	color:#E6E6E6;
	font-size: 1em;
	display: inline-block;
	padding-left: .7em;
	padding-right: .7em;
	cursor: pointer;
	line-height: 70px;
	transition: .5s;
}

.menulist li:hover{
	background: #E6E6E6;
	transition: .5s;
	color:#2A2B2B;
}

.menuicon{
	display: none;
}

#location-pic{
	width: 13%;
	vertical-align: sub;
	transition: .5s;
}

#location-pic-black{
	display: none;
	width: 13%;
	vertical-align: sub;
	transition: .5s;
}

/*當聯絡我們被hover 圖案換一張*/

.contact-us-desk:hover #location-pic-black{
	display: inline-block;
	transition: .5s;
}

.contact-us-desk:hover #location-pic{
	display: none;
	transition: .5s;
}

/*語言的三角形*/

#lan-tri{
	padding-top: 30px;
	margin-left: 10px;
	float:right;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #E6E6E6 transparent;
	transition: .5s;
}

#language:hover #lan-tri{
	transform: rotate(180deg);
	transform-origin:50% 90%;
	transition: .5s;
	border-color: transparent transparent #2A2B2B transparent;
}

.language-content{
	position: fixed;
	top:70px;
	left:0;
	width: 100%;
	height: 0;
	transition: .5s;
	background-color: rgba(42,43,43,.9);
	border:inherit;
}

#language:hover .language-content{
	height: 170px;
	transition: .5s;
}

.languagecenter{
	margin:0 auto;
	width: 80%;
	text-align: center;
}

.language-content ul{
	width: 100%;
}

.languagecenter li{
	padding:inherit;
	transition: 0.2s;
	display: none;
	width: 25%;
	padding:40px 0;
	margin-top: 10px;
	transition: 2s;
	color:inherit;
}

#language:hover .language-content li{
	display: inline-block;
	transition: .5s;
	color:#E6E6E6;
}

#language:hover .language-content{
	border:1px solid #E6E6E6;
}



.languagecenter li:hover{
	outline:1px solid #E6E6E6;
	background-color: transparent;
	transition: .5s;
	color:#E6E6E6;
}

.menuwrap{
	visibility: hidden;
}


/*-----首頁slider----*/

.slider{
	width: 36.0416%;
	height: 40.29629%;
	margin-right:auto;
	margin-left: 15.416%;
	padding-top: 23%;
	color:#fff;
}


/*關於我們*/

.about-sales{
	width: 100%;
}

.about{
	width: 100%;
	height: 350px;
	clear:both;
}

.about-content{
	float:left;
	width: 59%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	padding-bottom: 1%;
}

.about-content p{
	padding-top: 3%;
}

.sales-pic{
	float:right;
	width: 36%;
	height: 350px;
	background: url(../pic/ginotech-contry.png) 0 0 no-repeat;
	background-size: cover;
	position: relative;
}

.sales-pic:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 30px 20px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom:-1px;
	left:0;
	right:0;
	margin:0 auto;
}

.sales{
	width: 100%;
	height: 350px;
	clear:both;
}


.about-pic{
	float:left;
	width: 64%;
	height: 350px;
	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 {
	float:right;
	width: 32%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	padding-bottom: 1%;
}

.sales-content h2{
	padding-top: 3%;
}

.sales-content p{
	padding-top: 5%;
}

.sales-line{
	margin-top: 3%;
}

.about-line{
	
	margin-top: 10px;
}

.sales-pics{
	display: none;
}

/*------分隔線-----*/

.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: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.choice-content{
	vertical-align: top;
	display: table;
	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{
	width: 23%;
	display: table-cell;
	padding-top: inherit;
}

.choice-content li:before{
	display: none;
}

.choice-content li:last-child{
}

.choice-content li span{
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: #19A15C;
	position: relative;	
}

.qty{ 
	width: 250px;
	height: 250px;
	background: url(../pic/ginotech-qty-icon.svg) center center no-repeat;
	background-size: 80%;
}

.qty-up{
	display: none;
	width: 250px;
	height: 250px;
	background-size: 80%;
	position: absolute;
	top:0;
	left:10px;
	background:url(../pic/ginotech-qty-icon-up.svg) center center no-repeat;
}

.qty-down{
	display: none;
	width: 250px;
	height: 250px;
	background-size: 80%;
	position: absolute;
	top:-5px;
	left:10px;
	background:url(../pic/ginotech-qty-icon-down.svg) center center no-repeat;
	transform-origin: 48px 48px;
}

.improve-up{
	width: 250px;
	height: 250px;
	background-size: 80%;
	position: absolute;
	top:33px;
	left:67px;
	background:url(../pic/ginotech-smallgear.svg) 0 0 no-repeat;
}

.improve-down{
	width: 250px;
	height: 250px;
	background-size: 80%;
	position: absolute;
	top:114px;
	left:82px;
	background:url(../pic/ginotech-biggear.svg) 0 0 no-repeat;
}

.cos-circle{
	overflow: hidden;
}

.cos-people{
	width: 250px;
	height: 250px;
	background-size: 80%;
	background:url(../pic/ginotech-cosm.svg) center center no-repeat;
}

.cos-head{
	width: 250px;
	height: 250px;
	background-size: 80%;
	position: absolute;
	top:-100px;
	background:url(../pic/ginotech-cosmphone.svg) center 0 no-repeat;
}

/*------歷史沿革------*/

.history-header{
	text-align: center;
	font-size: 1.6em;
	width: 100%;
	height: 100px;
	padding: 100px 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;
	position: inherit;
}

.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: 80px;
	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;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 30px;
	border-color: transparent transparent transparent #19A15C;
}

/*.t1989{
	float:right;
	margin-top: 100px;
	display: inline;
}

.t2008{
	float:right;
	margin-top: 210px;
}

.t2011{
	float:right;
	margin-top: 210px;
}

.t2013{
	float:right;
	margin-top: 190px;
}*/

.left-time{
	float:left;
	width: 42%;
}

/*右邊時間*/

.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;
}

.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;
}

/*.t2002{
	margin-top: 215px;
}

.t2010{
	margin-top: 190px;
}

.t2012{
	margin-top: 180px;
}

.t2014{
	margin-top: 180px;
}*/

/*合作夥伴*/

.company-header{
	width: 100%;
	height: 100px;
	background:#2A2B2B;
	margin-top: 100px;
	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: 20%;
	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: 33.33333%;
	padding-bottom: 25px;
}

.address a:link{
	color:#19A15C;
}

.address a:visited{
	color:#B22420;
}

.address a:hover{
	color:#B22420;
}

.address span{
	display: block;
	width: 95%;
	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: 80%;
	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;
}

}