html{
	overflow-x:hidden;
}
a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0px;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot?#iefix') format('embedded-opentype'),
		url('iconfont.woff2') format('woff2'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype'),
		url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.banner {
	position: relative;
}

.logo {
	position: absolute;
	left: 10%;
	top: 5%;
	z-index: 2;
}

.width100 img {
	width: 100%;
}

.topbar {
	background: #ededed;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.topbar a {
	margin-right: 20px;
}

.topbar img {
	margin-top: -5px;
}

.topbar a.ac {
	color: #1f8189;
}

.topbarfr {
	text-align: right;
}

.top {
	padding: 10px 0px;
	background: url(topbg.png) no-repeat right top;
	height: 173px;
	padding-top: 50px;
}

.topfr {
	text-align: right;
}

.topfr a {
	border-radius: 60px;
	border: #ccc solid 1px;
	color: #999;
	padding: 3px 10px;
	margin-left: 10px;
	font-size: 14px;
}

.search {
	border: #006ebc solid 1px;
	border-radius: 50px;
	text-align: right;
	width: 80%;
	float: right;
	height: 40px;
}

.search input {
	border: none;
	background: none;
	outline: none;
      border-radius: 50px;
}

.search button {
	position: absolute;
	right: 15px;
	top: 1px;
	background: #006ebc;
	border: none;
	border-radius: 50px;
	width: 38px;
	height: 38px;
}

.navbox {
	background: #006ebc;
}

.navbox .navbar {
	padding-left: 0px;
	padding-right: 0px;
}

.navbox .dropdown-menu {
	background: rgba(0, 0, 0, .5);
	border: none;
	border-radius: 0px;
	min-width: 180px;
	top: 46px;
}

.navbox .dropdown-item {
	color: #fff;
	text-align: center;
}

.navbox .dropdown-item:hover {
	background: #0088e9;
}

.navbox ul.navbar-nav {
	width: 100%;
	text-align: center;
}

.navbox ul.navbar-nav li {
	width: 17%;
}

.swiper-container1 .swiper-pagination-bullet {
	width: 80px;
	border-radius: 0px;
}

.swiper-container1 .swiper-pagination-bullet-active {
	background: #18acb9;
}

.swiper-container-horizontal>.swiper-pagination1 {
	bottom: 50px;
}

.sidebar {
	width: 80px;
	position: fixed;
	right: 20px;
	top: 20%;
	text-align: center;
	color: #999;
	background: #fff;
	border: #eee solid 1px;
	font-size: 14px;
	z-index: 2;
}

.sidebar a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.backtop {
	background: #18acb9;
}

.tanchu {
	position: relative;
	padding: 10px 0px;
}

.erweimatan,
.phonetan {
	position: absolute;
}

.erweimatan {
	width: 178px;
	height: 155px;
	margin-top: -77.5px;
	left: -160px;
	top: 50%;
}

.phonetan {
	width: 178px;
	height: 86px;
	margin-top: -43px;
	left: -160px;
	top: 50%;
	background: url("phonebg.png") no-repeat center;
	padding-top: 30px;
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
	color: #18acb9;
}

.tan {
	display: none;
}

.topmenu span {
	font-size: 40px;
	display: block;
	color: #11aab7;
}

.topmenu a {
	padding: 10px 0px 15px;
	display: block
}

.topmenu .col {
	background: #fff;
	transition: all .3s ease-out .1s;
}

.topmenu .col:hover {
	background: #11aab7;
	transition: all .3s ease-in .1s;
	color: #fff;
}

.topmenu .col span {
	/* transform:scale(1) ;
  -webkit-transform:scale(1) ;
  -moz-transform:scale(1) ;
  -o-transform:scale(1); */
	transform: rotateY(0deg);
	transition: all .5s ease .1s;
}

.topmenu .col:hover span {
	color: #fff;
	/* transform:scale(1.1) ;
  -webkit-transform:scale(1.1) ;
  -moz-transform:scale(1.1) ;
  -o-transform:scale(1.1); */
	transform: rotateY(360deg);
	transition: all .5s ease .2s;
}

.topmenu .col::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 5px;
	background: #f07d01;
	transition: all .3s ease-in .1s;
}

.topmenu .col:hover::before {
	width: 100%;
	transition: all .3s ease-out .1s;
}

.topmenu {
	background: #fff;
	text-align: center;
	box-shadow: rgba(0, 0, 0, .2) 1px 1px 5px;
	border-radius: 5px;
	margin-top: -40px;
	position: relative;
	z-index: 3;
	color: #666;
}

/* .topmenu .col{
  border-right: #eee solid 1px;
}
.topmenu .col:last-child{
  border-right:none;
} */
.swiper-containermode img {
	width: 100%;
}

.swiper-containermode p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
	width: 100%;
	line-height: 45px;
	width: 100%;
	padding-left: 10px;
	padding-right: 100px;
}

.swiper-paginationmode {
	text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 98%;
}

.mt40px {
	margin-top: 40px;
}

.mt15px {
	margin-top: 15px;
}

/* 公告轮播 */
.notice_bg {
	width: 100%;
	background: #ddeff9;
	height: 30px;
}

.w1110{
	width:1110px;
	margin:0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.mr20{
	margin-right: 20px;
}
.friend {
	height: 30px;
	overflow: hidden;
	width: 1060px;
}

.mr_frbox {
	height: 30px;
	position: relative;
	width: 100%;
}

.mr_frBtnL {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 0;
}

.mr_frUl {
	float: left;
	height: 30px;
	width: 1060px;
}

.mr_frBtnR {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 70px;
	z-index: 0;
}
.mr_frUl ul{
}
.mr_frUl ul li {
	display: inline;
	float: left;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin-right: 23px;
	font-size: 14px;
	line-height: 30px;
	color: #005c90;
	width: 366px!important;
}

.part1fr {}

.part1fr ul.part1ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part1fr ul.part1ul li {
	float: left;
	text-align: center;
	padding: 5px 10px;
	font-size: 20px;
	margin-right: 20px;
	color: #8d8d8d;
}

.part1fr ul.part1ul li.aa {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part1fr .content1 {}

.part1fr .content1>div {
	display: none;
	position: relative;
}

.part1fr .content1>div.aa {
	display: block;
}

.part2 {
	margin-top: 20px;
}

.part2con {
	display: flex;
	justify-content: space-between;
}

.part2fr {}

.part2fr ul.part2ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part2fr ul.part2ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 8px;
	font-size: 18px;
	color: #8d8d8d;
}

.part2fr ul.part2ul li.cc {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part2fr .content1 {}

.part2fr .content1>div {
	display: none;
	position: relative;
}

.part2fr .content1>div.cc {
	display: block;
}


.part4fr ul.part4ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part4fr ul.part4ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 10px;
	font-size: 15px;
	color: #8d8d8d;
}

.part4fr ul.part4ul li.dd {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part4fr .content1 {}

.part4fr .content1>div {
	display: none;
	position: relative;
}

.part4fr .content1>div.dd {
	display: block;
}

.more {
	position: absolute;
	color: #006ebc;
	right: 0px;
	top: -50px;
	font-size: 14px;
}

.part5fr ul.part5ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
/* 	position: absolute;
	top: 1px;
	right: 2px; */
}

.part5fr ul.part5ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 5px 15px;
	font-size: 15px;
	color: #8d8d8d;
}

.part5fr ul.part5ul li.ee {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part5fr .content1 {}

.part5fr .content1>div {
	display: none;
	position: relative;
}

.part5fr .content1>div.ee {
	display: block;
}

.part7fr {}

.part7fr ul.part7ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.part7fr ul.part7ul li {
	float: left;
	text-align: center;
	padding: 5px 10px;
	font-size: 20px;
	margin-right: 20px;
	color: #8d8d8d;
}

.part7fr ul.part7ul li.ff {
	color: #006ebc;
	border-bottom: 4px solid #006ebc;
}

.part7fr .content1 {}

.part7fr .content1>div {
	display: none;
	position: relative;
}

.part7fr .content1>div.ff {
	display: block;
}

.zuo {
	width: 780px;
}

.part4fr h1.dsxxjy {
	background: url(dsxxjy.png) no-repeat;
	border-bottom: 1px solid #d6d6d6;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	height: 43px;
	padding-left: 26px;
	line-height: 35px;
}

.blue5 {
	background-color: #006ebc;
	height: 5px;
	margin: 10px 0 15px;
}

.qyfw h1.sqy {
	border-bottom: 1px solid #d6d6d6;
	font-size: 22px;
	font-weight: bold;
	color: #006ebc;
	height: 43px;
	line-height: 35px;
}

.fuwu {
	height: auto;
	overflow: hidden;
	padding: 8px 24px;
	justify-content: space-between;
}

.fuwu-tn {
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 0;
	background: #e2e2e2;
	width:170px;
	margin-bottom: 20px;
}

.fuwu-tn p {
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color:#006ebc;
}

.fw-1 {
	background: url(fwzx01.png) no-repeat center bottom;
	height: 66px;
	display: inline-block;
	width: 66px;
}

.fw-2 {
	background: url(fwzx02.png) no-repeat center bottom;
	height: 66px;
	display: inline-block;
	width: 66px;
}

.fw-3 {
	background: url(fwzx03.png) no-repeat center bottom;
	height: 66px;
	display: inline-block;
	width: 66px;
}

.fw-4 {
	background: url(fwzx04.png) no-repeat center bottom;
	height: 66px;
	display: inline-block;
	width: 66px;
}

/* 企业服务中心开始 */
	.environment_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top:20px;
	}
	.environment_list li {
		/* float: left; */
		width: 178px;
		height: 120px;
		/* margin: 0 30px 0 0; */
		overflow: hidden;
		position: relative;
		background: #e2e2e2;
		text-align: center;
		margin-bottom: 20px;
	}

	.environment_list li img {
		/* width: 66px; */
		float: none;
		padding: 25px 0 10px;
	}

	.environment_list li .img_normal {
		width: 100%;
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}

	.environment_list li .img_hover {
		width: 100%;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}

	.environment_list li:hover .img_normal {
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	.environment_list li:hover .img_hover {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.environment_tit {
		line-height: 26px;
		font-size: 18px;
	}

	.environment_tit a {
		color: #006ebc;
	}

	.environment_list li:hover .environment_tit a {
		color: #fff;
		-webkit-transition: color 0.35s ease-in-out;
		-moz-transition: color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out;
	}

	.environment_list li:hover .environment_tit a.eng {
		color: #a91728;
		-webkit-transition: color 0.35s ease-in-out;
		-moz-transition: color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out;
	}

	.environment_list li:hover {
		background: #006ebc;
	}
/* 企业服务中心结束 */

.bianmin h1.bmtd {
	background: url(bmlqyjtd.png) no-repeat;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	height: 50px;
	padding-left: 75px;
	line-height: 50px;
}

.youlan {
	width: 300px;
}

.youlan .you2 {
	background-color: #d9edf7;
	padding: 15px;
}

.youlan .you2 ul li {
	margin-bottom: 6px;
}

.shuju {
	background: url(bgsj.png) no-repeat;
	height: 175px;
	padding: 8px 30px 5px 60px;
}

.more1 {
	position: absolute;
	color: #006ebc;
	right: 15px;
	top: 10px;
	font-size: 14px;
}

.part3 {
	/* height:530px; */
}

.part3fl {}

.part3fl ul.part3ul {
	list-style: none;
	overflow: hidden;
}

.part3fl ul.part3ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 24px;
	margin-right: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.part3fl ul.part3ul li.bb {
	color: #18acb9;
	border-bottom: #
}

.part3fl .content2 {}

.part3fl .content2>div {
	display: none;
	position: relative;
}

.part3fl .content2>div.bb {
	display: block;
}

.part3fr h2 {
	font-size: 24px;
	color: #18acb9;
}

.part3fr h2 img {
	margin-top: -10px;
}

.part3down {
	background: url("s-bg.jpg") no-repeat center;
	width: 381px;
	height: 485px;
	position: relative;

}

.footer {
	background: #006ebc;
	color: #fff;
	padding: 20px 0px;
}

.link {
	font-size: 20px;
}

.link select {
	width: 232px;
	font-size: 16px;
	margin-right: 20px;
}

.email img {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.email {
	overflow: hidden;
	zoom: 1;
	margin-left: 20px;
}

.email h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

.email p {
	font-size: 14px;
}

.footerbm p {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.text-align-center {
	text-align: center;
}

.borderright {
	border-right: #fff solid 1px;
}

.footerb {
	padding: 30px 0px 10px;
}

.piclink a {
	display: block;
	position: relative;
}

.piclink p {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	line-height: 40px;
	text-align: center;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bignews {
	margin-top: 30px;
}

.bignews h3 {
	font-size: 24px;
	/* margin-bottom: 0px; */
}

.bignews p {
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.main li {
	line-height: 45px;
	position: relative;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #010101;
	border-bottom: 1px dashed #e0e0e0;
}

ul.main li a{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
display:block;
text-align:left;
}

.part1 ul.main li a{
	width:80%;
}
.part5fr ul.main li a{
	width:100%;
}
.part5fr ul.main li span{
	display: none;
}

ul.main li::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #006ebc;
	left: 0px;
	top: 50%;
}

.blue {
	color: #42d7e4;
}

.time {
	font-size: 36px;
	text-align: center;
	padding-bottom: 10px;
}

.time span {
	display: block;
	font-size: 14px;
}

.width80 {
	width: 80%;
}

.part3down {
	padding-top: 10px;
}

.newswt {
	margin: 10px auto;
	border-bottom: #eee solid 1px;
	margin-bottom: 20px;
}

.newswt h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newswt p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	color: #999;
}

.hui {
	color: #999;
}

.borderd {
	border: #eee dashed 1px;
}

.content1 .newswt {
	padding-bottom: 5px;
}

ul.topmain li {
	display: flex;
	justify-content: space-between;
}

ul.topmain li span {
	color: #999;
display:block;
width:20%;
text-align:right;
}

.yshj h1.youhua,.qyfw h1.youhua {


	background: url(yhyshj.png) no-repeat;
	border-bottom: 1px solid #d6d6d6;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	height: 43px;
	padding-left: 18px;
	line-height: 35px;
}

.part6con {
	display: flex;
	justify-content: space-between;
}

.mb10px {
	margin-bottom: 10px;
}

.yx {
	margin: 0 0 10px 0;
}

.ryzs h1.rongyu {
	border-bottom: 1px solid #d6d6d6;
	font-size: 22px;
	font-weight: bold;
	color: #006ebc;
	height: 43px;
	line-height: 35px;
}

.ryshow {
	background-color: #d9edf7;
	height: 215px;
	width: 100%;
	margin: 25px 0 0;
	padding: 25px 5px;
}

.ryshow-tn {
	background: url(bgryzs.jpg) no-repeat;
	padding: 15px 10px;
	height: 150px;
}

.shipintj {
	background-color: #75c6ff;
	width: 240px;
	height: 215px;
	margin: 23px 0 0;
	padding: 15px;
	padding-top:22px;
}

.more2 {
	position: absolute;
	color: #006ebc;
	right: 0px;
	top: -57px;
	font-size: 14px;
}

.qglh_tujw {
	position: relative;
	width: 210px;
	float: left;
	line-height: 0;
}

.qglh_tujw p {
	bottom: 0px;
	color: #fff;
	font: 14px/34px 'Microsoft Yahei';
	height: 34px;
	left: 0;
	position: absolute;
	text-align: center;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: rgba(0, 0, 0, 0.4);
	background-attachment: scroll;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	width: 100%;
}

.qglh_videbutton {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
}

.lv5 {
	background-color: #ccdc5e;
	height: 5px;
	margin-top: 40px;

}

.blue10 {
	background-color: #006ebc;
	height: 10px;
}

.part8 {
	background-color: #f3f3f3;
	padding: 20px 0;
	color: #6d6d6d;
}

/* 个人法人服务 */
#con-one-1,
#con-one-2,
#con-one-3 {
	min-height: 420px;
}

#con-one-1 ul li,
#con-one-2 ul li,
#con-one-3 ul li div {
	cursor: pointer;
}

.grl {
	float: left;
	height: 60px;
	line-height: 60px;
	margin-top: 15px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	border-bottom: 2px solid #dbe1ed;
}

.grls {
	position: relative;
}

.grr {
	position: absolute;
	top: -75px;
	right: 0;
	display: none;
}

.grl a {
	color: #999999;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
}

.grl span {
	color: #999999;
	padding: 0 30px;
}

.grl a.current {
	font-weight: bold;
	color: #006ebc;
	height: 60px;
	display: inline-block;
	border-bottom: 5px solid #006ebc;
}

#con-one-1 .grr a,
#con-one-2 .grr a {
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dbe1ed;
	color: #006ebc;
	display: inline-block;
	text-align: center;
}

.grls li {
	width: 262.5px;
	height: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 20px #dee3ee;
	padding-top: 100px;
	text-align: center;
	color: #333333;
}

.grls li.gr01 {
	background: url(gr01.png) no-repeat center 35px;
}

.grls li.gr02 {
	background: url(gr02.png) no-repeat center 35px;
}

.grls li.gr03 {
	background: url(gr03.png) no-repeat center 35px;
}

.grls li.gr04 {
	background: url(gr04.png) no-repeat center 35px;
	margin-right: 0;
}

.grls li.gr05 {
	background: url(gr05.png) no-repeat center 35px;
}

.grls li.gr06 {
	background: url(gr06.png) no-repeat center 35px;
}

.grls li.gr07 {
	background: url(gr07.png) no-repeat center 35px;
}

.grls li.gr08 {
	background: url(gr08.png) no-repeat center 35px;
	margin-right: 0;
}

.grls li.gr01:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr01h.png) no-repeat center 35px #006ebc;
}

.grls li.gr02:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr02h.png) no-repeat center 35px #006ebc;
}

.grls li.gr03:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr03h.png) no-repeat center 35px #006ebc;
}

.grls li.gr04:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr04h.png) no-repeat center 35px #006ebc;
}

.grls li.gr05:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr05h.png) no-repeat center 35px #006ebc;
}

.grls li.gr06:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr06h.png) no-repeat center 35px #006ebc;
}

.grls li.gr07:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr07h.png) no-repeat center 35px #006ebc;
}

.grls li.gr08:hover {
	background: url(http://www.jinan.gov.cn/images/9736/gr08h.png) no-repeat center 35px #006ebc;
}

.grls li:hover {
	color: #FFFFFF;
}

li:hover h3 {
	color: #fff;
}

.grls li.fr01 {
	background: url(fr01.png) no-repeat center 35px;
}

.grls li.fr02 {
	background: url(fr02.png) no-repeat center 35px;
}

.grls li.fr03 {
	background: url(fr03.png) no-repeat center 35px;
}

.grls li.fr04 {
	background: url(fr04.png) no-repeat center 35px;
	margin-right: 0;
}

.grls li.fr05 {
	background: url(fr05.png) no-repeat center 35px;
}

.grls li.fr06 {
	background: url(fr06.png) no-repeat center 35px;
}

.grls li.fr07 {
	background: url(fr07.png) no-repeat center 35px;
}

.grls li.fr08 {
	background: url(fr08.png) no-repeat center 35px;
	margin-right: 0;
}

.grls li.fr01:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr01h.png) no-repeat center 35px #006ebc;
}

.grls li.fr02:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr02h.png) no-repeat center 35px #006ebc;
}

.grls li.fr03:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr03h.png) no-repeat center 35px #006ebc;
}

.grls li.fr04:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr04h.png) no-repeat center 35px #006ebc;
}

.grls li.fr05:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr05h.png) no-repeat center 35px #006ebc;
}

.grls li.fr06:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr06h.png) no-repeat center 35px #006ebc;
}

.grls li.fr07:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr07h.png) no-repeat center 35px #006ebc;
}

.grls li.fr08:hover {
	background: url(http://www.jinan.gov.cn/images/9736/fr08h.png) no-repeat center 35px #006ebc;
}

.grls li h3 {
	font-size: 16px;
}

.grls li p {
	font-size: 14px;
	margin-top: 20px;
}

.grls li p a {
	color: #333333;
}

.grls li:hover p a {
	color: #FFFFFF;
}

.grls li p span {
	padding: 0 10px;
}

#con-one-3 {
	min-height: 420px;
}

#con-one-3 .bd {
	width: 1145px;
	margin-left: -20px;
}

#con-one-3 .bd ul li:first-child,
#con-one-3 .bd ul li:first-child+li,
#con-one-3 .bd ul li:first-child+li+li,
#con-one-3 .bd ul li:first-child+li+li+li {
	margin-top: -10px;
}

.grls .bm {
	width: 277.5px;
	height: 80px;
	float: left;
	overflow: hidden;
	background: url(http://www.jinan.gov.cn/images/9736/box.png) no-repeat;
	background-size: 100% 100%;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	box-shadow: none;
	text-align: left;
}

.grls .box {
	margin: 4%;
	height: 73%;
	line-height: 350%;
	padding-left: 40px;
}

.grls .box:hover,
.grls .active {
	background: #006ebc;
	overflow: hidden;
}

.grls .active a {
	color: #fff;
}

.grls .box:hover a,
.grls .box:active a {
	color: #fff;
}

#con-one-3 .hd {
	height: 12px;
	overflow: hidden;
	width: 110px;
	margin: 0px auto;
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -55px;
}

#con-one-3 .hd ul {
	overflow: hidden;
	zoom: 1;
}

#con-one-3 .hd ul li {
	padding: 0;
	margin: 0;
	box-shadow: none;
	font-size: 0px;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	text-align: center;
	background: url(http://www.jinan.gov.cn/picture/686/2009271807326101851.png) no-repeat center;
	color: #fff;
	cursor: pointer;
}

#con-one-3 .hd ul li.on {
	background: url(grfrh.png) no-repeat center;
	color: #fff;
}


/* 手机端 */
@media only screen and (max-width: 750px) {
	.top{
		background-size: cover;
	}
}