/* 懒人图库 搜集整理 www.lanrentuku.com */

/*焦点图*/
.focus{ position:relative; width:450px; height:330px; background-color: #000; float: left;}  
.focus img{ width: 450px; height: 330px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:12px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:right; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:12px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:right;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:15px; right:10px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:right; background:#D9D9D9;float:right; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;float:right;}    
.focus .D1fBt img{display:none;float:right;}    
.focus .D1fBt i{display:none; font-style:normal;float:right; }    
.focus .prev,.focus .nexts{position:absolute;width:40px;height:74px;background: url(imagesfocus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .nexts{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .nexts:hover{  background-position:-40px 0;}  


ul{
	list-style: none;
}
a{
	text-decoration: none;
}
#nav, #nav ul, #nav ul li, #nav ul li a:hover, #nav .subnav, #nav .subnav p, #nav .subnav p span, #nav .subnav .arrow {
	background:url(imagesnav_bg.png) no-repeat;
}
#nav {
	position:relative;
	width:900px;
	background-position:0 -36px;
	margin:10px auto;
	left: 0px;
}
#nav ul {
	height:36px;
	line-height:36px;
	margin-left:10px;
	padding-right:10px;
	overflow:hidden;
	background-position:right -62px;
}
#nav ul li {
	float:left;
	width:100px;
	margin-left:-2px;
	background-position:0 -108px;
}
#nav ul li a {
	font-size:14px;
	color:#fff;
	width:84px;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:0 2px 0 4px;
}
#nav ul li a:hover {
	font-weight:200;
	background-position:-3px -144px;
}
#nav .subnav {
	display:none;
	position:absolute;
	top:41px;
	width:auto!important;
	min-width:100px;
	height:27px;
	line-height:27px;
	white-space:nowrap;
	background-position:0 -180px;
}
#nav .subnav p {
	margin-left:10px;
	padding-right:10px;
	background-position:right -204px;
}
#nav .subnav p span {
	display:block;
	color:#235e99;
	background-repeat:repeat-x;
	background-position:0 -207px;
}
#nav .subnav p a {
	font-size:12px;
	display:inline;
	color:#235e99;
	text-decoration:none;
	margin:0 5px;
	padding:0 2px;
}
#nav .subnav p a:hover {
	font-weight:200;
	background-image:none;
	border-bottom:2px solid;
}
#nav .subnav .arrow {
	position:absolute;
	top:-4px;
	display:block;
	width:11px;
	height:5px;
	background-position:0 -261px;
}
.header{
	height: 50px;
	background: #128a28;
}
.header .nav{
	width: 900px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}

.header .nav li{
	float: left;
	width: 10.28%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑";
}
.header .nav li a{
	color: #fff;
}
.header .nav li .second-nav{
	width: 100px;
	display: none;
	position: relative;
}
.header .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #128A28;
	border-top: 1px solid #097d1f;
}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 100px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}