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

@media screen and (min-width:1240px){


html {
	font-size: 62.5%;
}

.nav {
	position: relative;
	width: 100%;
	margin-top: 4%;
}
.nav a {
	color: #000;
}
.nav h3 {
	font-size:1.8rem;
	font-weight: normal;
}
.nav .m {
	float: left;
	position: relative;
	z-index: 1;
	
}
.nav .m li {
}

.nav h3 a {
	text-align: center;
	float: left;
	width: 120px;
	display: inline-block;
        height:50px;
        cursor:hand;
}

#Marrow{cursor:default;}

.nav .sub-about {
	display: none;
	position: absolute;
	left: -3px;
	top: 46px;
	z-index: 1;
	width: 180px;
	border-top: 0;
	background: #2056ae;
	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: #fff;
	font-size: 1.6rem;
	display: inline-block;
	float: left;
	width: 100%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

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

.nav .sub-product {
	display: none;
	position: absolute;
	left: -3px;
	top: 46px;
	z-index: 1;
	width: 550px;
	border-top: 0;
	background: #2056ae;
	padding: 10px;
	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;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 1.6rem;
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.nav .sub-product li a:hover {
	color: #FE7700;
}
.nav .block {
	height: 8px;
	width: 120px;
	background: #2056ae;
	position: absolute;
	left: 0;
	top: 40px;
	overflow: hidden;
}
}