.nav{
	height: 30px;
	width: 1100px;
	padding-top: 15px;
	/* [disabled]background: #F00; */
	line-height: 26px;
	/* [disabled]border-bottom: 3px solid #e24c1a; */
	margin-right: auto;
	margin-left: auto;
}
.nav h2{
	float: left;
1padding-left:25px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.nav h2 a {
	float: left;
	margin-right: 0px;

1padding-left:25px;
	color: crimson;
	line-height: 22px;
	font-family: "微软雅黑", "黑体", Arial;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 24px;
	padding-right: 10px;
	padding-left: 5px;
	text-decoration: none;
}
.nav h2 a img {
	margin-top: 3px;
}


.nav h2  span{
	color: #0073B7;
	font-size: 16px;
	font-weight: normal;
	float: left;
	padding-left: 12px;
	line-height: 26px;
}

.nav ul li{
	float: right;
	text-align: center;
	font-weight: normal;
	color: #666;
	/* [disabled]padding-right: 7px; */
	/* [disabled]padding-left: 7px; */
	height: 30px;
	/* [disabled]border-right: 1px solid #666; */
	font-size: 14px;
	line-height: 24px;
	font-family: "Times New Roman";
}
.nav ul li.cur{
	color: #FFFFFF;
	/* [disabled]padding-right: 7px; */
	font-weight: bold;
	/* [disabled]padding-left: 7px; */
	background-image: url(../images/snavcur_m.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	/* [disabled]width: 95px; */
}
.nav ul li.cur:before {
	content: ".";
	color: #4d4d4d;
	padding-left: 15px;
	background-image: url(../images/snavcur.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
}
.nav ul li.cur:after {
	content: ".";
	color: #4d4d4d;
	padding-right: 15px;
	background-image: url(../images/snavcur.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
}

.nav ul li a{
	color: #666;
	/* [disabled]line-height: 26px; */
	height: 20px;
	display: block;
	/* [disabled]background: #f8f8f8; */
	/* [disabled]font-size: 14px; */
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	/* [disabled]width: 95px; */
	text-align: center;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
}
.nav ul li a.last {
	border-right-style: none;
}

.nav ul li a:hover{
	color: #FFFFFF;
	background: #7f7f7f;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
.nav_s{
	height: 30px;
	width: 1100px;
	padding-top: 10px;
	/* [disabled]background: #F00; */
	line-height: 26px;
	/* [disabled]border-bottom: 3px solid #e24c1a; */
	margin-right: auto;
	margin-left: auto;
}
.nav_s h2{
	float: left;
	/*padding-left:25px;*/
	font-family: "微软雅黑", "黑体", Arial;
	font-weight: bold;
}
.nav_s h2 a {
	float: left;
	margin-right: 0px;
	/*padding-left:25px;*/
	color: crimson;
	line-height: 22px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 24px;
	padding-right: 10px;
	padding-left: 5px;
	text-decoration: none;
}

.nav_s h2  span{
	color: crimson;
	font-size: 18px;
	/* [disabled]font-weight: normal; */
	float: left;
	padding-left: 6px;
	/* [disabled]line-height: 20px; */
}
.nav_s h2 span img {
	margin-top: 3px;
}


.nav_s ul li{
	float: right;
	text-align: center;
	font-weight: normal;
	color: #666;
	/* [disabled]padding-right: 7px; */
	/* [disabled]padding-left: 7px; */
	height: 30px;
	/* [disabled]border-right: 1px solid #666; */
	font-size: 14px;
	line-height: 24px;
	font-family: "Times New Roman";
}
.nav_s ul li.cur{
	color: #FFFFFF;
	/* [disabled]padding-right: 7px; */
	font-weight: bold;
	/* [disabled]padding-left: 7px; */
	background-image: url(../images/snavcur_m.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	/* [disabled]width: 95px; */
}
.nav_s ul li.cur:before {
	content: ".";
	color: #4d4d4d;
	padding-left: 8px;
	background-image: url(../images/snavcur.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
}
.nav_s ul li.cur:after {
	content: ".";
	color: #4d4d4d;
	padding-right: 8px;
	background-image: url(../images/snavcur.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
}

.nav_s ul li a{
	color: #666;
	/* [disabled]line-height: 26px; */
	height: 20px;
	display: block;
	/* [disabled]background: #f8f8f8; */
	/* [disabled]font-size: 14px; */
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	/* [disabled]width: 95px; */
	text-align: center;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.nav_s ul li a.last {
	border-right-style: none;
}

.nav_s ul li a:hover{
	color: #FFFFFF;
	background: #7f7f7f;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.nav_s{
	letter-spacing: -0.05em;
	
}
}
