@charset "utf-8";
/*全局样式*/

a {
	color: #535353;
	font-family: "微软雅黑";
}

a:hover {
	color: #a1162b;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.mainbox {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

.mainbox960 {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.mainbox980 {
	width: 980px;
	margin: 0 auto;
	clear: both;
}


.mainbox1036 {
	width: 1036px;
	margin: 0 auto;
	clear: both;
}

.mainbox1200 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

.mainbox1160 {
	width: 1160px;
	margin: 0 auto;
	clear: both;
}



.header {
	background-color: #fff;
}


.top{
	height: 130px;
}





.logo {
	float: left;
	width: 551px;
	height: 82px;
	padding: 23px 0px;
}

/*搜索*/
.seach{ float:right; width:366px; height:34px; margin-top: 45px;}
.inp_b table tr td{ border:none; margin:0; padding:0;}
.sertext{ background:url(/images/niindex/inp_l.png) left no-repeat; border:none; width:324px; height:34px; line-height:34px;
 text-indent:6px; color:#cacaca; font-family:"微软雅黑"; font-size:12px;}
.sertext:focus{ background:url(/images/niindex/inp_all.png) no-repeat;}
.serbtn{ background:url(/images/niindex/inp_r.png) right no-repeat; border:none; width:42px; height:34px; line-height:34px; }



/*nav*/
.menu{
		list-style:none;
		position:relative; z-index:9999; 
		height:50px; line-height:50px;
	}
	.nav{
		list-style:none;
		height:50px;
		
		
	}
	.nav li{
		float:left;
		height:50px; line-height:50px; font-size:15px; font-weight:600; 
	padding: 0px 10px;		position:relative;
		text-align:center;
		
	}
	.nav li:hover{ font-size:15px; font-weight:600; background-color: #a1162b;}
		.nav li:hover a{color: #fff;}
	.nav li a{
		display:block;
		height:50px;
		width:150px;
		line-height:50px;
		font-weight:bold;
		color:#a1162b;
		blr:expression(this.onFocus=this.close());
		blr:expression(this.onFocus=this.blur());
		display:inline-block;
		font-size:16px; 
		
	}	.nav li a:focus{ 
		-moz-outline-style: none; 
	}
	.nav li .sub-nav{
		position:absolute;
		top:50px;
		left:0px;
		list-style:none;
		background-color:#333;
		display:none;
		z-index:88888;
	}
	.nav li .sub-nav li{
		text-align:center;
		clear:left;
		width:150px;
		height:40px;
		line-height:40px;
		position:relative;
		list-style:none;
		background:none;
		z-index:888888;
	}
	.nav li .sub-nav li a{
		height:40px;
		line-height:40px;
		padding:0;
		display:inline-block;
		list-style:none;
		font-size:13px;
		color:#FFF;
	
	}
		.nav li .sub-nav li a:hover{
		height:40px;
		line-height:40px;
		padding:0;
		display:inline-block;
		list-style:none;
		font-size:13px;
		 color:#f77f29;
	
	}

/* 版权 */
.foot{
	height: 190px;
	background-color:#dee0e2 ;
	border-top:8px solid #a1162b;
	
}

.foot_t{
	height: 70px;
	border-bottom: 1px solid #bfc1c3;
}
.yqlj_t{
	float: left;
	width: 120px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	font-weight: 600;
	color: #a1162b;
}

.yqlj_c{ width: 1060px; float: left;}
.yqlj_c ul{
	margin-top: 15px;
}
.yqlj_c ul li{
	height: 36px;
	line-height: 36px;
	float: left;
	background-color: #fff;
	margin-right: 30px;
	padding: 0px 20px;
}

.foot_c{
	text-align: center;
}
.foot_c p{
	line-height: 40px;
}




