*{
	margin: 0 auto;
}
ul,ol{
	list-style: none;
}
body{
	height: 8rem;
	overflow: hidden;
}
a{
	text-decoration: none;
	color: #A8D822;
	font-size: .22rem;
}
.content {
	width: 19rem;
	height: 5rem;
	position: absolute;
	top: 1.6rem;
	left: 0;
}

.title{
	width: 100%;
	height: 1rem;
	color: rgba(255,255,255,0.9);
	line-height: 1rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: .5rem;
}
.title	h1{
	font-size: .7rem;
	color: #ef6429;
	color: rgb(209,191,21);
}
.content ul{
	position: relative;
	top: 2.3rem;
	left: .2rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	text-align: center;
	padding-left: 0;
}
.content ul li{
	position: absolute;
	cursor: pointer;
}
/*************************综合监管平台****************************/
.content .jianguan{
	position: relative;
	background: url(../images/fuwu.png) no-repeat center center;
	background-size: 100%;
}
.content .jianguan li{
	left: 20px;
	top: 20px; 
	border-radius: 50%;
	padding-top: .9rem;
	box-sizing: border-box;

}

.content .jianguan .jianguan_text{
	padding-top: .6rem;
	display: block;
	left: .85rem;
	top: .7rem;
	font-size: .24rem;
	color: green;
	border:0;
}
.content .jianguan .jimg{
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.content ul.jianguan .jimg img{
	width: 100%;
	height: 100%;
	/*transition: all 1s ease 0s;*/
	border-radius: 50%;
}
.content ul.jianguan .jimg:hover img{
	transform: rotateZ(360deg);
}
.content .jianguan .lis img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s ease 0s;
}
.content .jianguan .lis a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 1.7rem;
	height: 1.7rem;
}
.content .jianguan .lis a span{
	position: absolute;
	left: .2rem;
	top: .9rem;
}
.content .jianguan .lis1 a span{
	left: 0.2rem;
}
.content .jianguan .lis2 a span{
	left: .18rem;
}
.content .jianguan .lis6 a span{
	left: .25rem;
	top: .85rem;
}
.content .jianguan .lis:hover img{
	transform: rotateZ(360deg);
}
.content .jianguan .lis1{
	background: url(../images/ewm.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}

.content .jianguan .lis2{
	background: url(../images/zonghe.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}

.content .jianguan .lis3{
	background: url(../images/zhineng.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}

.content .jianguan .lis4{
	background: url(../images/xinxifabu.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}
.content .jianguan .lis5{
	background: url(../images/yujing.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}

.content .jianguan .lis6{
	background: url(../images/jianyanjiance.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}

.content .jianguan .lis7{
	background: url(../images/nongzi.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}
.content .jianguan .lis8{
	background: url(../images/move.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}
.content .jianguan .lis9{
	background: url(../images/keshi.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}
.content .jianguan .lis10{
	background: url(../images/jiage.png) no-repeat .51rem .2rem;
	background-size: .64rem .64rem;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@两侧图片组*/
.content .imgs{
	position: absolute;
}
.content .imgs img{
	position: absolute;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	/*overflow: hidden;*/
}
.content .imgs .img1{
	left: 1.4rem;
	top: -2.2rem;
}
.content .imgs .img2{
	left: 14.8rem;
	top: -2.2rem;
}
.content .imgs .img3{
	left: 1.4rem;
	top: 1.2rem;
}
.content .imgs .img4{
	left: 14.8rem;
	top: 1.2rem;
}