﻿@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px }
.clear{ clear:both}
img{ border:none}
a{ text-decoration:none}
ul,li{list-style:none;}

.top{ background:url(../images/topBg.jpg) repeat-x; width:100%; height:109px; border-bottom:2px solid #f7931d}
.topBox{ width:1002px; margin:0 auto; overflow:hidden }
.tL{ float:left}
.tL img{ margin-left:3px; margin-top:27px;}
.tR{ float:right; margin-top:32px;}
.tR1 a{ color:#999999; font-size:12px; float:left; margin-left:29px;}
.tR1{ overflow:hidden; margin-bottom:17px;}

/*menu*/
.nav{ width:100%; background:url(../images/navBg.jpg); height:44px;}
#jsddm
{	margin: 0;
	padding: 0; width:1002px; margin:0 auto}

	#jsddm li
	{	float: left;
		list-style: none;
		}

	#jsddm li a
	{	display: block;
		text-decoration: none;
		width: 111px;
		color: #666666;
		white-space: nowrap; height:44px; line-height:44px; text-align:center; font-size:14px; font-weight:bold; font-family:"微软雅黑"}

	#jsddm li a:hover
	{	background: #0066b3; color:#ffffff;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white; z-index:10000;}
		
			#jsddm li ul li
			{	float: none;
				display: inline; z-index:10000;}
			
			#jsddm li ul li a
			{	width:111px;
				background: #227dc2;
				color: #ffffff; float:left; z-index:10000; font-weight:normal;}
			
			#jsddm li ul li a:hover
			{	background: #f8931d}
			
			
/* banner*/
#full-screen-slider { width:100%; height:487px; float:left; position:relative}
#slides { display:block; width:100%; height:487px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:460px; z-index:2000;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; background:url(../images/a.jpg); width:29px; height:9px;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:url(../images/cuA.jpg); width:29px; height:9px;}

/*body*/
.nr{ background:#eeeeee; width:100%; padding-top:20px; padding-bottom:30px;}
.nrBox{ width:1002px; margin:0 auto}
.nB1{ overflow:hidden}
.n11{ width:184px; height:225px; background:#00428e; position:relative; float:left;font-family: 微软雅黑;}
.n11 h1{ position:absolute; font-size:37px; top:50px; left:28px; color:#FFF;}
.n11 span{ color:#FFF; position:absolute; font-size:12px; left:28px; top:100px;}
.n11 a{ position:absolute; top:153px; left:28px;}

.n12{ width:474px; height:225px; background:#FFF;float:left}
.n121L{ float:left}
.n121R{ float:left; width:296px; border-bottom:1px solid #ececec; margin-left:10px;}
.n121{ overflow:hidden; padding-top:26px; padding-left:27px}
.n121R h1{  font-size:12px; font-weight:normal; margin-top:6px; margin-bottom:8px;}
.n121R h1 a{color:#333333; }
.n121R p{ font-size:12px; line-height:18px;}
.n121R p a{ color:#666666; }
.n122{ overflow:hidden;  padding-left:27px; margin-top:6px;}
.n122L{ float:left; border-right:1px dashed #e0e0e0; padding-right:8px; margin-right:15px;}
.n122R { float:left; }
.n122L1 h1{ color:#666;  font-family:Arial, Helvetica, sans-serif;}
.n122L2 span{ color:#666; font-size:12px; position:relative; top:-8px;}
.n122R a{ color:#666; font-size:12px; line-height:52px;}

.n12{ margin-right:26px;}
.n13{ width:316px; float:left}
.n131L{ width:104px; height:102px; float:left}
.n131R{ width:192px; height:102px; background:#FFF; float:left; padding-left:7px;}
.n131R h1{ font-size:14px; color:#666666; font-weight:normal; font-family: "Microsoft YaHei"; margin-top:7px;}
.n131R p{ font-size:12px; color:#999999; line-height:20px;}
.n131R p a{ color:#c31717;}
.n131{ overflow:hidden}

/*tab*/
#tab{position:relative;}
#tab .tabList ul li{
	float:left;
	background:#fefefe;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
	border:1px solid #ccc;
	width:95px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	font-size:12px; color:#999999;
}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:18px;
	border:1px solid #ccc;
	border-top:none;
	width:287px;
	height:42px;
	font-size:12px;
	color:#999999;
	padding-top:10px;
}
#tab .tabCon div{
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	overflow:hidden
}


#tab .tabCon div a{ color:#999999; float:left; margin-right:10px;text-align:center; line-height:20px;
	}
#tab .tabList li.cur{
	border-bottom:none;
	background:#fff;
	border-top:2px solid #f7931c;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}


.nB2Box{ float:left; margin-right:24px;}
.nB2{ margin-top:48px; overflow:hidden}
.nb22{ width:179px; height:30px; background:#0066b3; border-bottom:4px solid #ef8521;}
.nb22 a { color:#ffffff; line-height:30px; text-align:center; width:179px; display:block; font-family:"微软雅黑"}
.nb22 a span{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
/*foot*/
.foot{ width:100%; height:43px;}
.footBox{ width:1002px; margin:0 auto; position:relative}
.footBox p{ font-size:12px; color:#666666; line-height:43px;}
.footBox img{ position:absolute; right:11px; top:15px;}




/*yqlj*/
	

/* tabMenu */
/* 框架 */
#b{width:290px;background-color:#FFF;}

/* 顶部导航 */
.topbg{height:33px;background:url(../images/a.png) repeat -20px 0}
.topnav{width:1160px;height:33px;line-height:33px;padding:0 12px}
.topnav .l{float:left;color:#999}
.topnav .r{float:right;color:#DDD}
.topnav .r a{color:#666;cursor:pointer}
.topnav .r a:hover{color:#390}

/* logo */
#header{width:1160px;height:80px}
#header .logo img{width:446px;height:42px;position:absolute;top:20px;left:12px}
#header .weibo{position:absolute;top:34px;right:12px}

/*导航*/
.menu{height:32px;font-family:"Microsoft Yahei",Tahoma, Geneva, sans-serif;_overflow:hidden;}
.menu a{color:#fff;height:16px;line-height:16px;float:left;position:relative}
.top2{background:transparent -moz-linear-gradient(center top , #FEFEFE, #EDEDED) repeat scroll 0% 0%; border:1px solid #CCC;position:relative;z-index:2}
.menu li{font-size:14px;float:left;position:relative;padding:8px 9px;}
.menu li:hover{background-color:#fff;border-top:1px solid  rgb(247, 147, 28);border-bottom:none;padding:8px 11px}
.menu li:hover a{color:#f7931c;}
.menu li.no_sub:hover{border:1px solid red;padding:7px 11px}
.menu ul{width:353px;background-color:#fff;border:1px solid #cccccc;border-top:none;position:absolute;left:-1px;top:-999em;z-index:500;padding:8px;display:none}
.menu li:hover ul{top:31px;display:block}
.menu li:hover ul li{font-size:12px;border:none;width:70px;float:left;padding:4px 0 4px 10px}
.menu li:hover ul li a{color:#969696;text-decoration:none;padding:0}
.menu li:hover ul li a:hover{ cursor:pointer}
/*IE6*/
.menu li.hover{background-color:#fff;border:1px solid #629d2a;border-bottom:none;padding:8px 11px}
.menu li.hover a{color:#357d13}
.menu li.hover ul{top:31px;display:block}
.menu li.hover ul li{border:none;width:70px;float:left;padding:4px 0 4px 10px}
.menu li.hover ul li a{height:16px;line-height:16px;font-size:12px;color:#4c4c4c;text-decoration:none;padding:0}
.menu li.hover ul li a:hover{text-decoration:underline}
.menu li.no_sub.hover1{border:1px solid #629d2a;padding:7px 11px}
.menu a{ color:#999;}
/* 其他 */
.hot{width:22px;height:12px;background:url(../images/a.png) no-repeat -111px -40px;position:absolute;right:22px;top:-9px;z-index:999}
.new{width:22px;height:12px;background:url(../images/a.png) no-repeat -85px -40px;position:absolute;right:22px;top:-9px;z-index:999}