
.nav-list {
	text-align: left;
	width: 100%;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
}
.nav-item a {
	display: block;
	color: #FFF;
	padding: 0.15rem 0.2rem;
	background: rgba(0,0,0,0.6);
	border-bottom: 1px solid #575757;
}
.nav-item > a:hover {
	background: #1a4c92;
}
.nav-item:hover .nav-submenu {
	display: block;
}
/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	left: 0;
	width: 1.8rem;
}
.nav-submenu-item a {
	background: #F8B62B;
	border-bottom: 1px solid #9A337E;
	display: block;
	padding: 0.15rem;
}
.nav-submenu-item a:hover {
	background: #F8B62B;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0.2rem;
	right: 0.3rem;
	background: url(../images/top-menu.jpg) no-repeat center center;
	height: 0.4rem;
	width: 0.4rem;
		background-size: cover;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	/*border-left:1px solid #8B2870;*/
	height: 0.4rem;
	width: 0.4rem;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 0.4rem;
	width: 0.4rem;
	background: url(../images/drop.svg) no-repeat center center;
	background-size: 0.2rem;
}
.nav-click:hover {
	background-color: #F8B62B;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 2048px) {
.nav-mobile {
	display: block;
}
/*.nav {
	width: 50px;
	padding: 50px 0 0;
	float: left;
	position: absolute;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	right: 1%;
	top: 5px;
}*/
.nav-list {
	display: none;
	text-align: left;
	width: 2rem;
	position: absolute;
	right: 0;
	top:0.76rem;
}
.nav-item {
	width: 100%;
	float: none;
}
.nav-item > a {
	padding: 5% 10%;
	font-size:0.25rem;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.nav-item:hover .nav-submenu {
	display: none;
}
.nav-submenu {
	position: static;
	width: 100%;
}
}
.nav-item a:hover, .nav-item a:active, .nav-item a:visited {
	color: #FFF !important;
}
.fontstyle {
	font-size: 0.012rem;
	vertical-align: top;
	line-height: 0.5rem;
	
	}
	.chanpin-part-a span.fontstyle {		vertical-align: top;
	line-height: 0.6rem;
	color:#004d7c;
	border:0;
	padding:0;
	background:none;
		}
		.chanpin-part-b span.fontstyle {	font-size: 0.03rem;
	vertical-align: top;
	line-height: 0.2rem;}