@charset "utf-8";
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* navBar */

.topmenuBox {
	width: 900px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*
	border-radius: 30px;border: solid 1px #ccc;
*/

	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	
}
.nav {
	position: relative;
	width: 100%;
	margin-top: 0%;
}
.nav a {
	color: #000;
}
.nav h3 {
	font-size: 20px;
		
}
.nav .m {
	float: left;
	position: relative;
	z-index: 1;
}
.nav .m li {
}
.nav h3 a {
	text-align: center;
	float: left;
	width: 130px;
	display: inline-block;
	height: 40px;
	cursor: hand;
}
.nav h3 a:hover {
	color: red;
}
#Marrow {
	cursor: default;
}
.nav .sub-about {
	display: none;
	position: absolute;
	left: -3px;
	top: 40px;
	z-index: 1;
	width: 170px;
	border-top: 0;
	background: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: rgba(255,255,255,0.95);
	border-radius: 0px 0px 30px 30px;
	padding: 10px;/*filter: alpha(opacity=30);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; */
}
.nav .sub-about li {
	text-align: left;
	padding: 0 8px;
	margin-bottom: -1px;
}
.nav .sub-about li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	line-height: 22px;
	color: #000;
	font-size: 18px;
	display: inline-block;
	float: left;
	width: 100%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.nav .sub-about li a:hover {
	color: red;
}
.nav .sub-product {
	display: none;
	position: absolute;
	left: -3px;
	top: 40px;
	z-index: 1;
	width: 210px;
	border-top: 0;
	background: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	border-radius: 0px 0px 30px 30px;
	background-color: rgba(255,255,255,0.95);/*filter: alpha(opacity=30);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; */
}
.nav .sub-product li {
	text-align: left;
	padding: 0 8px;
	margin-bottom: -1px;
}
.nav .sub-product li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	line-height: 22px;
	color: #000;
	font-size: 18px;
	display: inline-block;
	float: left;
	width: 100%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.nav .sub-product li a:hover {
	color: red;
}
.nav .block {
	height: 4px;
	width: 163px;
	background: red;
	position: absolute;
	left: 0;
	top: 36px;
	overflow: hidden;
}
