@media screen and (min-width:1200px) {
	
.phone-base{
	display: none;
}


.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: 65%;
	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: 55%;
}

.menulist li{
	float: left;
	color:#E6E6E6;
	font-size: 1.2em;
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	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:hover #location-pic-black{
	display: inline-block;
	transition: .5s;
}

#contact-us:hover #location-pic{
	display: none;
	transition: .5s;
}

/*語言的三角形*/

#lan-tri{
	padding-top: 28px;
	margin-left: 10px;
	float:right;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #E6E6E6 transparent;
	transition: .5s;
}

#language:hover #lan-tri{
	transform: rotate(180deg);
	transform-origin:50% 80%;
	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;
	background-color: rgba(42,43,43,.9);
}

.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;
	background-color: transparent;
	color:#E6E6E6;
}

#language:hover .language-content{
	border:1px solid #E6E6E6;
}

.languagecenter li{
	background-color: rgba(42,43,43,.9);
}

.languagecenter li:hover{
	outline:1px solid #E6E6E6;
	background-color: rgba(42,43,43,.9);
	transition: .5s;
	color:#E6E6E6;
}

.menuwrap{
	visibility: hidden;
}


/*標題簡介*/

.setsumei-head{
	width: 50%;
	height: 10%;
	margin-left: auto;
	color:#E6E6E6;
	line-height: 2em;
	position: absolute;
	top:20VH;
	left:inherit;
	right:2%;
	margin:0 auto;
}

.setsumei-head h2{
	font-size: 2em;
	letter-spacing: .5em;
	text-align: left;
}

.setsumei{
	margin-top: 25px;
}

/*產品內容*/

.products-item{
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0;
}

.item{
	width: 20%;
	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;
}



}