@media screen and (min-width:768px) {


/*導覽列開始*/

#products-phone{
	display: none;
	padding: inherit;
}

#products-phone li{
	padding-left: 60px;
}

#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;
}

/*導覽列結束*/


.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;
}

.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;
}

/*標題簡介*/

.setsumei-head{
	width: 90%;
	height: 10%;
	color:#E6E6E6;
	line-height: 2em;
	position: absolute;
	top:30vh;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}

.setsumei-head h2{
	font-size: 2em;
	letter-spacing: .5em;
	text-align: left;
}

.setsumei{
	display: inline-block;
	margin-top: 25px;
	font-size: 1em;
}

/*產品內容*/

.products-item{
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0;
}

.item{
	width: 45%;
	margin: 2.5%;
	box-shadow: 2px 2px 5px 1px #9B9B9B;
	display: inline-block;
	transition: .5s;
	cursor:pointer;
}

.item:hover{
	box-shadow: 4px 4px 5px 2px #9B9B9B;
	transition: .5s;
}

.item img{
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 10px;
	outline: 1px solid #BFBFBF;
}

.products-number{
	float:right;
	font-size: 16px;
	margin: 30px 10px 30px auto ;
}


/*------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;
}

}