@CHARSET "UTF-8";
/* nav bar */
.nb-bg {
	width: 100%;
	min-width: 1146px;
	height: 50px;
	background-color: rgb(215,215,215);
	filter: alpha(opacity=30);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	position: absolute;
	top: 50px;
}

.nb {
	position: absolute;
	top: 50px;
	width: 100%;
	min-width: 1146px;
	height: 50px;
}

.nb-container {
	width: 1146px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.nb-logo {
	width: 90px;
	height: 100%;
	float: left;
	text-align: center;
}
.nb-logo-img {
	height: 32px;
	margin-top: 2px;
}
.nb-logo-word {
	font-family: Arial, 'Microsoft YaHei';
	color: rgb(248,108,23);
	font-size: 10px;
	transform: scale(0.875);
	font-weight: bold;
	white-space: nowrap;
}

.nb-nav {
	width: 500px;
	height: 100%;
	float: left;
	margin-left: 60px;
}
.nb-nab-link {
	line-height: 50px;
	text-decoration: none;
	color: black;
	font-size: 16px;
	margin-right: 80px;
	display: inline-block;
}

.nb-search {
	width: 400px;
	height: 100%;
	float: left;
	margin-left: 50px;
}
.nb-search-select {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 25px;
	margin-top: 12px;
	float: left;
	border: 1px solid black;
	background-color: rgb(236,236,236);
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #ed7f00;
}
.nb-search-select-cur {
	position: absolute;
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
}
.nb-search-select-flag {
	width: 17px;
	height: 25px;
	line-height: 25px;
	float: right;
	display: block;
	color: gray;
}
.nb-search-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 25px;
	opacity: 0;
	filter: alpha(opacity:0);
	font: 14px/20px 'Microsoft YaHei';
	color: #ed7f00;
}
.nb-search-select select option {
	text-indent: 10px;
}
.nb-search-select select option:hover {
	background-color: #ed7f00;
	color: white;
}
.nb-search-input {
	width: 200px;
	height: 27px;
	border: 1px solid black;
	display: inline-block;
	float: left;
	margin-top: 12px;
	margin-left: 2px;
	line-height: 16px;
	padding-left: 3px;
	padding-right: 3px;
}
.nb-search-btn {
	width: 50px;
	height: 27px;
	float: left;
	border: 1px solid black;
	color: white;
	background-color: #ed7f00;
	margin-left: 2px;
	margin-top: 12px;
}
.nb-slogan {
	padding: 0px;
	height: 300px;
	width: 900px;
	border-color: transparent;
	position: relative;
	top: 120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://itamall-other.oss-cn-hangzhou.aliyuncs.com/slogan_homepage.png);
	background-repeat: no-repeat;
}

/* nav info */
.nv-info {
	position: absolute;
	top: 25px;
	width: 100%;
	height: 20px;
}

.nv-info-container {
	width: 1146px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

.nv-info-left {
	width: 100px;
	float: left;
	margin-left: 82px;
	text-align: left;
	font-size: 12px;
	color: white;
    text-shadow: 2px 0px 2px rgba(0,0,0,0.7);
}
.nv-info-left a {
	font-family: 'Microsoft YaHei';
	text-decoration: none;
	font-size: 12px;
	color: white;
    text-shadow: 2px 0px 2px rgba(0,0,0,0.7);
}

.nv-info-right {
	width: 150px;
	float: right;
	text-align: left;
	font-size: 12px;
	color: white;
    text-shadow: 2px 0px 2px rgba(0,0,0,0.7);
}
.nv-info-right a {
	font-family: 'Microsoft YaHei';
	text-decoration: none;
	font-size: 12px;
	color: white;
    text-shadow: 2px 0px 2px rgba(0,0,0,0.7);
    margin-right: 10px;
}

/* phone */
.nb-phone {
	width: 238px;
	height: 100%;
	float: left;
	margin-left: 10px;
}
.nb-phone-title {
	display: inline-block;
	width: 100px;
	height: 30px;
	float: left;
	color: #ed7f00;
	background-color: rgb(236,236,236);
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
}
.nb-phone-title a {
	text-decoration: none;
	color: #ed7f00;
}
.nb-phone-number {
	width: 130px;
	height: 30px;
	float: left;
	color: white;
	background-color: #ed7f00;
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
}
.nb-phone-number a {
	text-decoration: none;
	color: white;
}

/* hover pad */
.nb-style-pad-bg {
	width: 110px;
	height: 80px;
	background-color: rgb(215,215,215);
	opacity: 0.7;
	position: absolute;
	margin-top: 50px;
	margin-left: 410px;
	padding-top: 5px;
	visibility: hidden; 
}
.nb-style-pad {
	width: 110px;
	height: 100px;
	position: absolute;
	margin-top: 50px;
	margin-left: 410px;
	padding-top: 5px;
	visibility: hidden;
}
.nb-style-pad a {
	display: inline-block;
	color: black;
	text-decoration: none;
	width: 100px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
}
.nb-style-pad a:hover {
	color: white;
	background-color: gray;
}