/*.banner {
	height: 350px;
	background: url(../images/banner.png) no-repeat center center;
}*/

.helperBox {
	float: right;
	position: relative;
	margin-top: 110px;
	margin-right: 130px;
}

.helperCon {
	background: #fff;
	border: 1px solid #efefef;
	width: 175px;
	padding: 10px;
	position: absolute;
	right: 110px;
	top: 50px;
}

/*.helperCon:after {
	content: '';
	width: 13px;
	height: 8px;
	background: url(../images/arrow1.png) no-repeat;
	position: absolute;
	top: 50px;
	right: -11px;
}*/

.helperCon p {
	color: #333333;
	line-height: 24px;
	text-indent: 2em;
}

.helperCon p a {
	color: #2a6dd1;
	text-decoration: underline;
}

.helperCon p.helperGetMore {
	text-indent: 0px;
	text-align: center;
}

.getMoreBtn {
	color: #ffffff;
	display: block;
	background: #2b76e0;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	width: 87px;
	text-align: center;
	cursor: pointer;
	margin: 5px auto 0px;
}

.getMoreBtn:hover {
	background: #196fe9;
}

.title {
	color: #333333;
	font-size: 28px;
	text-align: center;
	position: relative;
	padding-top: 35px;
	margin-bottom: 50px;
}

.title:after {
	content: '';
	width: 50px;
	height: 3px;
	background: #ffb629;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -10px;
}

.publicServices {
	margin-left: -15px;
	margin-bottom: 50px;
}

.publicServices li {
	width: 185px;
	height: 148px;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}

.publicServices li div {
	text-align: center;
	height: 122px;
	margin: 13px 12px 0px;
	padding-top: 20px;
	box-sizing: border-box;
}

.publicServices li p {
	color: #ffffff;
	font-size: 18px;
	margin-top: 15px;
}

.service1 {
	background: #fff3f3;
	border: 1px solid #ff8d8e;
}

.service2 {
	background: #fffaeb;
	border: 1px solid #f4b234;
}

.service3 {
	background: #f4f9ff;
	border: 1px solid #55a4f4;
}

.service4 {
	background: #f2fcf3;
	border: 1px solid #44d155;
}

.service5 {
	background: #f5fcfc;
	border: 1px solid #32cdd2;
}

.service6 {
	background: #f8f6fe;
	border: 1px solid #9c78ff;
}

.service1:hover {
	background: #ffdddd;
}

.service2:hover {
	background: #fff3d1;
}

.service3:hover {
	background: #ddecff;
}

.service4:hover {
	background: #dafdde;
}

.service5:hover {
	background: #ddfdfd;
}

.service6:hover {
	background: #ebe4ff;
}

.service1 div {
	background: #ff5f61;
}

.service2 div {
	background: #ffb629;
}

.service3 div {
	background: #518fec;
}

.service4 div {
	background: #3fd558;
}

.service5 div {
	background: #32cdd2;
}

.service6 div {
	background: #9c78ff;
}

.legalServers {
	background: #f2f5f9;
	height: 365px;
}

.institutionBox {
	width: 740px;
	border: 1px solid #ced4dd;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
}

.institutionBox_title li {
	color: #999999;
	font-size: 16px;
	float: left;
	padding: 0px 18px;
	cursor: pointer;
	line-height: 30px;
}

.institutionBox_title li.active,
.institutionBox_title li:hover {
	border-bottom: 3px solid #2b73e0;
	color: #2466ca;
	font-weight: bold;
}

.searchBox.block {
	display: block;
	margin-top: 10px;
}

.searchBox.block input {
	height: 36px;
	line-height: 36px;
	width: 632px;
}

.institutionalSearch {
	margin-top: 10px;
}

.institutionalSearch label {
	color: #777777;
	float: left;
	height: 30px;
	line-height: 30px;
}

.institutionalSearch ul {
	margin-left: 70px;
}

.institutionalSearch ul li {
	float: left;
	color: #333333;
	height: 30px;
	line-height: 30px;
	padding: 0px 14px;
	cursor: pointer;
}

.institutionalSearch ul li:hover,
.institutionalSearch ul li.active {
	color: #ffffff;
	background: #2b73e0;
}

.administMap {
	width: 414px;
	height: 250px;
	position: relative;
	top: -60px;
	overflow: hidden;
}

.administMap_area {
	height: 100%;
}

.administMap_txt {
	position: absolute;
	top: 0px;
	right: 30px;
	color: #ff8605;
	font-size: 18px;
	font-weight: bold;
}

.createPic {
	margin-left: -15px;
}

.createPic li {
	float: left;
	margin-left: 15px;
	font-size: 0px;
}

.createPic li a {
	display: block;
}

.moreTopics {
	background: #f2f5f9;
	margin-top: 15px;
	height: 30px;
	padding: 0px 10px;
}

.moreTopics label {
	color: #2864be;
	font-weight: bold;
	line-height: 30px;
	float: left;
}

.moreTopics_txt a {
	color: #333333;
	line-height: 30px;
	padding: 0px 17px;
	position: relative;
	float: left;
}

.moreTopics_txt a:after {
	content: '';
	width: 1px;
	height: 12px;
	background: #999999;
	position: absolute;
	top: 10px;
	right: 0px;
}

.moreTopics_txt a.last:after {
	display: none;
}

.moreTopics_txt a:hover,
.getMore:hover {
	text-decoration: underline;
}

/*
.getMore {
	color: #999999;
	background: url(../images/add.png) no-repeat right center;
	padding-right: 20px;
	line-height: 30px;
}

.legalData {
	background: url(../images/bg1.png) no-repeat;
	height: 516px;
	margin-top: 50px;
	overflow: hidden;
}
*/

.legalData .title {
	color: #ffffff;
}

.legalData_list {
	margin-top: -45px;
}

.legalData_list li {
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 45px;
}

.legalData_list li div {
	font-size: 42px;
}

.legalData_list li.color1 div {
	color: #7eff00;
}

.legalData_list li.color2 div {
	color: #18dcff;
}

.legalData_list li.color3 div {
	color: #fff000;
}

.legalData_list li p {
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
}

.visiteAppointment {
	height: auto;
	overflow: hidden;
}

.visiteAppointment_pic {
	font-size: 0px;
	overflow: hidden;
	text-align: center;
}


