body{
	background: url(bg-body.png;vpn_img);
}
#header{
	background: url(bg-head.png;vpn_img);
	height: 200px;
	line-height: 200px;
}
#header #logo div span{
	opacity: 0.7;
}
#header #logo div span input{
	width: 310px;
	height: 40px;
	padding: 5px 10px;
	border: none;
	outline:none;
	border-radius: 5px;
}
#header #logo div span a{
	position: absolute;
	top: -92px;
	right: 10px;
}
#nav,#footer{
	margin-top: 20px;
}
#nav ul li{
	float: left;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #438DCC;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#nav ul li{
	display: block;
	color: #FFFFFF;
}
#nav ul li:hover{
	cursor: pointer;
}
#nav ul li img{
	margin-right: 8px;
}
#nav ul .click_on{
	background: #1C3A64;
	color: white;
}
#main{
	position: relative;
	padding-top: 0;
	background:white;
	width: 1200px;
}
#index_main{
	padding: 20px;
	padding-top: 20px;
}
/*轮播图*/

.lunbotu {
	width: 480px;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.lunbotu ul li a img {
	width: 480px;
	z-index: 1;
}

.lunbotu ul li {
	position: absolute;
}

.lunbotu ul li a {
	display: inline-block;
	vertical-align: middle;
}

.lunbotu ul li span {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.lunbotuAnniu {
	position: absolute;
}

.buttom {
	position: absolute;
	left: 390px;
	bottom: 10px;
	z-index: 2;
	width: 120px;
}

.buttom li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	margin-right: 5px;
	cursor: pointer;
	z-index: 2;
}
#xwdt{
	border: 1px solid #F5F5F5;
	border-top: none;
}
#xwdt .title .title-list{
	padding:0 10px;
	width: 660px;
	height: 50px;
	background: #F5F5F5;
}	
#xwdt .title .title-list li{
	float: left;
	width: 90px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 20px;
	border-top: 2px solid transparent;
	font-weight: 700;
}
#xwdt .title .title-list li:first-child{
	margin-left: 0;
}
#xwdt .title .title-list .on{
	border-top: 2px solid #5D76BB;
	background: white;
}
#xwdt .title .title-list .on a{
	color: #1C3A64;
}
#xwdt .product-wrap{
	padding: 20px;
}
#xwdt .product-wrap .product div{
	padding-bottom: 10px;
	border-bottom: 1px solid #F5F5F5;
	line-height: 24px;
}
#xwdt .product-wrap .product div h1 a{
	font-size: 16px;
	font-weight: 700;
	color: #F0484C;
}
#xwdt .product-wrap .product ul li{
	line-height: 28px;
}
/*行政执法*/
#xzzf{
	width: 1160px;
	height: 80px;
	padding:10px; 
	background: #F5F5F5;
}
#xzzf div{
	width: 570px;
}
#xzzf div h1{
	width: 100px;
	height: 60px;
	display: inline-block;
	background: #438DCC;
	text-align: center;
	line-height: 60px;
	border-radius:5px;
}
#xzzf div h1 a{
	color: white;
	font-weight: 700;
	font-size: 16px;
}
#xzzf div ul{
	margin-left: 20px;
	width: 410px;
}
#xzzf div ul li{
	line-height: 28px;
}
/*专题聚焦*/
#ztjj,#yqlj{
	margin: 20px 0;
	width:1160px;
	height: 100px;
	background: #F5F5F5;
}
#ztjj ul{
	padding: 10px;
}
#ztjj ul li{
	float: left;
	margin-left: 10px;
	width: 246px;
	height: 80px;
}
#ztjj ul li a img{
	width: 246px;
	height: 80px;
}
#ztjj ul li:first-child{
	margin-left: 0;
	width: 116px;
	height: 80px;
	display: inline-block;
	background: #438DCC;
	text-align: center;
	line-height: 80px;
	border-radius:5px;
}
#ztjj  ul li:first-child a{
	color: white;
	font-weight: 700;
	font-size: 16px;
}
/*友情链接*/
#yqlj{
	height: 50px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
#yqlj span{
	position: absolute;
	right: -10px;
	top: 10px;
	width: 104px;
	height: 30px;
	background: #5D76BB;
	padding: 0 9px;
}
#yqlj span a{
	color: white;
	line-height: 30px;
}
#yqlj ul li{
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	margin-right:50px;
	float: left;
}
/*底部*/
#footer{
	background: #DDEAFD;
	padding: 20px 0;
}
#footer div p{
	line-height: 28px;
}