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

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

}




.nav {
	position: relative;
	width: 100%;
	margin-top: 0%;
}
.nav a {
	color: #000;
}
.nav h3 {
	font-size:16px;
}
.nav .m {
	float: left;
	position: relative;
	z-index: 999999;
	
}
.nav .m li {
}

.nav h3 a {
	text-align: center;
	float: left;
	width: 138px;
	display: inline-block;
	height:40px;
    cursor:hand;
font-weight: normal;
}
.nav h3 a:hover{color:#047bc0;

}


#Marrow{cursor:default;}


.nav .sub-about {
	display: none;
	position: absolute;
	left: -3px;
	top: 40px;
	z-index: 1;
	width: 121px;
	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 20px 20px;
	padding: 10px;
	/*filter: alpha(opacity=30);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; */
}

.nav .sub-about li {
	text-align: center;
	padding: 0 8px;
	margin-bottom: -1px;
}

.nav .sub-about li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 16px;
	display: inline-block;
	float: left;
	width: 100%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.nav .sub-about li a:hover {
	color: #025dc6;
}

.nav .sub-product {
	display: none;
	position: absolute;
	left: -3px;
	top: 40px;
	z-index: 1;
	width: 121px;
	border-top: 0;
	background: #fff;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding-top: 10px;
	padding-left:8px;
	padding-right:8px;
	
border-radius:0px 0px 10px 10px;
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: center;
	padding: 0 8px;
	margin-bottom: -1px;
}
.nav .sub-product li a {
	display: block;
	border-bottom: 1px solid #E6E4E3;
	padding: 8px 0;
	color: #000;
	font-size: 16px;
	display: inline-block;
	float: left;
	width: 100%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.nav .sub-product li a:hover {
	color: #047bc0;
}
.nav .block {
	height: 4px;
	width: 138px;
	background:#fdb301;
	position: absolute;
	left: 0;
	top: 36px;
	overflow: hidden;
}