.hggsBg {
	background: url(shBg.png) center center no-repeat;
	background-size: 100% 100%;
	padding:0 0 30px;
}

.bszhMain,.position {
	clear: both;
	width: 1550px;
	margin: 0 auto;
	position: relative;
}
.position {height:40px; line-height:40px; margin-bottom:10px;}

/* 办事指南一级 */
.main-image {
	position: absolute;
	top: 30rem;
	left: 56rem;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding-top: 0rem;
        width:35%;
}

.bsznYjNav {
	margin:0 auto 35px;
        height: 55rem;
	width: 100%;
	position: relative;
        padding-top:35px;
}

.layer {
	width: 305px;
	height: 125px;
	background-color: #e4ecfb;
	text-align: center;
	position: absolute;
	border-radius: 8px;
}

.bsznYjNav div:nth-child(1) {
	top: 0;
	left: 48rem;
}

.bsznYjNav div:nth-child(2) {
	top: 5rem;
	right: 11rem;
}

.bsznYjNav div:nth-child(9) {
	top: 5rem;
	left: 18rem;
}

.bsznYjNav div:nth-child(3) {
	top: 18rem;
	right: 6rem;
}

.bsznYjNav div:nth-child(8) {
	top: 18rem;
	left: 6rem;
}

.bsznYjNav div:nth-child(4) {
	top: 32rem;
	right: 14rem;
}

.bsznYjNav div:nth-child(7) {
	top: 32rem;
	left: 14rem;
}

.bsznYjNav div:nth-child(5) {
	top: 45rem;
	right: 26rem
}

.bsznYjNav div:nth-child(6) {
	top: 45rem;
	left: 26rem
}

.bsznYjNav div.active {
	box-shadow: 8px 15px 24px #bbbcbd;
}

.bsznYjNav div:hover {
	box-shadow: 0px 1px 24px #bbbcbd;
}

.bsznYjNav div:hover a {
	color: #1d509e;
}

.bsznYjNav .icon {
	width: 160px;
	height: auto;
	display: block;
	margin: 0 auto;
	float: left;
	padding-top: 10px;
}

.bsznYjNav .text {
	font-size: 18px;
	line-height: 125px;
	font-weight: bold;
	float: right;
	padding-right: 52px;
}

a {
	text-decoration: none;
	color: #7ba4de;
}

/* 办事指南不规则排列 */
.bsTit {
	/*height: 85px;
	line-height: 85px;
	background: url(titBg.jpg) left center no-repeat;
	font-size: 38px;
	padding-left: 20px;
	color: #fff;
	margin: 0 auto 40px;

	-background-image: linear-gradient(to right, #256dbb,#f5f6f8,#f5f6f8,#f5f6f8,#f5f6f8);
	border-radius: 10px;*/
        text-align:center;
        margin:50px auto 120px;
}

#hggs {
	position: relative;
}

#uplowerAnalysis {
	width: 100%;
	-height: 800px;
	margin: 50px auto;
	-position: relative;
}
/*#uplowerAnalysis .centerImage,#uplowerAnalysis .bsznNavE li{-position: absolute; cursor: default;}
#uplowerAnalysis .bsznNavE li{width:105px; display:block; text-align:center; cursor:pointer;}
#uplowerAnalysis .bsznNavE li a{display:block; width:100%; text-align:center; line-height:25px; color:rgb(123,164,222); font-size:16px;}
#uplowerAnalysis canvas {
	cursor: pointer;
}*/
.bsznNavE{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.bsznNavE li{
		width: 400px;
		height:374px;
		border:solid 1px #e3e3e3;
		margin:0 40px;
	}
	.bsznNavE li img{
		display: block;
		margin:20px auto 15px;
	}
	.bsznNavE li font{
		display: block;
		text-align: center;
		border-bottom:solid 1px #e3e3e3;
		padding-bottom:30px;
		margin-bottom:30px;
                font-size:18px;
	}
	.bsznNavE li p{
		padding:0 20px;
		margin-bottom:10px;
		line-height: 25px;
	}
 .bsznNavE li:hover {
       transition:0.2s;
	transform: scale(1.2);
}
.rightCon {
	position: absolute;
	width: 0rem;
	background-color: #e1e8f7;
	border-radius: 5px;
	height: 100%;
	right: 0px;
	top: 0px;
	transition: width 1s;
	-webkit-transition: width 1s;
	overflow: hidden;
         z-index:10;
}

.rightCon .content {
	padding: 20px;
}

.rightCon.on {
	width: 30rem;
}

.rightCon a.closeInfo {
	padding: 10px;
	position: absolute;
	top: -25px;
	right: -15px;
	font-size: 50px;
	line-height: 40px;
	color: #004a9e;
}

.rightCon h1 {
	border-bottom: 3px solid #bebebe;
	color: #0e4185;
	padding-bottom: 10px;
	font-size: 22px;
	position: relative;
}

.rightCon h1 a.on {
	color: #0e4185;
	border-bottom: 3px solid #0e4185;
	padding-bottom: 10px;
	font-size: 22px;
}


.rightCon li {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: black;
}

.rightCon ul {
	margin-top: 20px;
}


/* 超过12个*/
.bsznList {
	/*display: flex;
	flex-wrap: wrap;
        justify-content: center;*/
	overflow: hidden;
}

.bsznList li {
	float: left;
	display: block;
	width: calc(14.2% - 20px);
	padding: 0 10px;
	height: 190px;
}



.bsznList li a,
.bsznList li a img,
.bsznList li a font {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.bsznList li a img{
  margin-bottom:10px;
}
.bsznList li a img{
	transition: transform 0.5s;
}

.bsznList li a:hover img {
	transform: scaleX(-1);
}

.bsznList li a font {
	font-size: 18px;
	color:#333;
        width: 60%;
}
.bsznList li a:hover font {
	font-size: 18px;
	color:#075395;
        width: 60%;
}
.bsIcon {
	display: block;
	position: absolute;
	left: 41%;
	bottom: 55px;
}

@media screen and (max-width:1551px) {
	.bszhMain,.position {
		width: 98%;
	}
/* 办事指南一级 */
	.main-image{
                top:33rem;
		left:50%;
		width:40%
	}
	.layer{
		width:20%;
		text-align: center;
		height:auto;
	}
	.bsznYjNav .icon{
		float:none;
		width:50%;
		display: block;
	}
	.bsznYjNav .text{
		line-height: 30px;
		margin:10px auto;
		float:none;
		display: block;
		padding-right:0px;
	}
	.bsznYjNav div:nth-child(1){
		left: 38%;
	}
	.bsznYjNav div:nth-child(2) {
	    right: 8%;
	}
	.bsznYjNav div:nth-child(3) {
	    right: 2%;
	}
	.bsznYjNav div:nth-child(4) {
	    right: 8%;
	}
	.bsznYjNav div:nth-child(5){
		right: 25%;
	}
	.bsznYjNav div:nth-child(6) {
		left:25%
	}
	.bsznYjNav div:nth-child(7) {
		left:8%;
	}
	.bsznYjNav div:nth-child(8) {
		left:2%;
	}
	.bsznYjNav div:nth-child(9) {
		left:8%;
	}
}

@media screen and (max-width:1199px) {
	.main {
		width: 98%;
		margin: 0 auto;
	}

	.bsIcon {
		left: 43%;
		width: 250px;
	}

      #uplowerAnalysis .bsznNavE li{
        width:96%;
         margin:0 auto 20px;
         height:auto;
       }
   .bsznNavE li font{
      padding-bottom:10px;
      margin-bottom:10px;
      font-size:16px;
    }
   .bsznNavE li p{
      padding:0 10px;
   }
}

@media screen and (max-width:999px) {
.hggsBg .bszhMain{padding-top:0px!important;}
.main-image{display:none;}
.bsznYjNav{height:auto; overflow:hidden;}
.layer{
 position:static;
 float:left;
 width:calc(33.33% - 20px);
 margin:0 10px 20px;
text-align:center;
height:auto;
}
.bsznYjNav .icon{margin:0 auto}
.bsznYjNav .icon,.bsznYjNav .text{display:block; padding-right:0px;float:none;}
.bsznYjNav .text{ line-height:30px; margin-bottom:20px;}
	.hggsBg {
		padding: 30px 0;
		background: none;
	}

	.bsTit {
		-height: 60px;
		-line-height: 60px;
		-margin: 0 auto 30px;
		-font-size: 28px;
                height:auto;
                margin:0 auto 20px;
	}

	#uplowerAnalysis {
		height: 600px;
	}

	.bsIcon {
		left: 34%;
		width: 250px;
	}

	.bsznList li {
		width: calc(20%);
	}

	.bsznList li:nth-last-child(2) {
		float: left
	}

	.bsznList li:last-child {
		float: right;
	}
	.bsznList li a font{
	   width:100%;
	}
}

@media screen and (max-width:767px) {
.layer{
 width:calc(50% - 20px);
}
.bsznYjNav .text{font-size:16px;}
	.hggsBg {
		padding: 10px 0 20px;
	}

	.bsTit {
		-height: 45px;
		-line-height: 45px;
		-margin: 0px auto 10px;
		-font-size: 16px;
	}

	#uplowerAnalysis {
		height: 400px;
                height:auto;
		margin: 10px auto;
	}

	.rightCon.on {
		width: 100%;
	}

	.rightCon h1 a.on {
		font-size: 16px;
	}

	.bsznList li {
		width: calc(33.33%);
	}

	.bsIcon {
		position: static;
		margin: 0 auto;
	}
.centerImage{display:none;}
#uplowerAnalysis .bsznNavE{overflow:hidden;}
#uplowerAnalysis .bsznNavE li{
    -float: left;
    -display: block;
    -width: 33.33%;
    -padding: 0 10px;
    -position:static;
    -height:190px;
}
}