.banner{
	width:100%;
	height:415px;
	overflow: hidden;
	position:relative;
min-width:1200px;
	}
.banner .showbox{
	overflow:hidden;
	width: 100%;
	height: 415px;
	}
.banner .showbox img{
	position:absolute;
	padding-left:50%;
	margin-left:-960px;   
	}
.banner ul{
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left:-36px;  
	z-index: 100;
	}
.banner ul li{
	float:left;
	width:20px;
	height:20px;
	background-color:#ddd;
	border-radius: 50%;
	margin-right:6px; 
	}
.banner ul .current{
	background-color:#004986;
	}
	
/*content*/
.contentbox{
	background-color:#f5f5f5;
	padding:25px 0;
min-width:1200px;
}
.content{
	width:1200px;
	margin:0 auto;
	
}
.content .news{
	float:left;
	width:735px;
	height:240px;
	background-color:#fff;
	margin-bottom:20px;
}
.news h1{
	float:left;
	font-size:18px;
	color:#323232;
	margin:10px 10px 0 20px;
	padding:0 5px 6px 5px;
	cursor:pointer;
	border-bottom:3px solid #1640ba;
}

.news h1 span{
	color:#999;
}
.news .playbox{
	clear:left;
	float:left;
	width:275px;
	height:180px;
	padding:6px 0 0 30px;
	overflow:hidden;
	position:relative;
}
.news .playbox .btn{
	position:absolute;
	right:0;
	bottom:10px;
	margin:0 10px;
}
.news .playbox .btn span{
	width:20px;
	display:inline-block;
	background-color:#999; 
	text-align:center;
	color:#fff;
	line-height: 20px;
	cursor:pointer;
}
.news .playbox .btn span.current{
	background-color:#1640ba;
}
.news .playbox ul li img{
	width:275px;
	height:180px;
}
.news .news_c{
	float:left;
	width:375px;
	height:179px;
	margin:4px 0 0 35px;
	border-left:dashed 1px #7d7d7d;
	border-top:dashed 1px #7d7d7d;
	overflow:hidden;
}
.news .news_c ul li{
	background:url(/wuyeguanli/image/c_icon01.png) no-repeat left center;
	clear:right;
	padding-left:10px;
	margin:8px 0 5px 5px;
}
.news .news_c ul li a{
	color:#323232;
	font-size: 13px;
}
.news .news_c ul li span{
	float: right;
}
.news .news_c ul a.move{
	float:right;
	margin:3px 3px 0 0; 
}
.news .news_c ul a:hover{
	color:#1640ba;
	text-decoration:underline;
}
.content .about{
	float:right;
	width:420px;
	height:240px;
	background-color:#fff;
	margin-bottom:20px;
	position: relative;
}
.about h1{
	font-size:18px;
	color:#323232;
	line-height:45px;
	margin:0 25px;
	border-bottom:1px dashed #7d7d7d;
}
.about h1 span{
	color:#999;
}
.about p{
	width:380px;
	margin:10px 25px 0 15px;
	line-height:18px;
	color:#323232;
	font-size: 13px;
}
.about p img{
	width:200px;
	height:auto;
	float:left;
	margin:10px 10px 0 0;
}
 
.ljxq{
	display: inline-block;
	color: #666;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: absolute;
	bottom:10px;
	right: 20px;
}
.ljxq:hover{
	color:#1640ba;
}
.content .product{
	width:1200px;
	background-color:#fff;
	clear:both;
	margin-bottom:30px;
}
.product h1{
	font-size:18px;
	color:#323232;
	line-height:45px;
	margin:0 25px;
	border-bottom:1px dashed #7d7d7d;	
	overflow: hidden;
}
.product h1 span{
	color:#999;
}
.product h1 a{
	float:right;
	font-size:12px;
	margin-top:5px;
}
.product h1 a:hover{
	color:#1640ba;
}
.product .productbox{
	width: 1152px;
	height:132px;
	overflow:hidden;
	margin:20px 24px;
}
.product ul{
	width:1344px;
	height:132px;
} 
.product ul li{
	width:180px;
	height:130px;
	text-align:center;
	float:left;
	overflow:hidden;
	margin:0 5px;
	border:1px solid #ccc;
}
.product ul li a{
	color:#666;
	line-height:30px;
	background-color:#f2f2f2;
	display:block;
}
.product ul li a:hover{
	color:#fff;
	background-color:#7b93d8;
}
