/**!
 * 宝山区一网通办
 * date:2020-06-10
 * author: qxy;
 */

/* banner */
.banner {
	height: 240px;
	padding-top: 71px;
	background: url(../images/banner1.png) center 0 no-repeat;
}

.banner .logo {
	letter-spacing: 10px;
	font-family: "FZHZGBJW--GB1-0";
	font-size: 48px;
	color: #F5A623;
	text-shadow: 3px 3px 0 #99C0FF;
}

.banner .logo span {
	color: #0886EA;
}

.ont-thing {
	margin: 10px 0 0 10px;
}

.ont-thing li {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}

.ont-thing li::before {
	position: absolute;
	top: 4px;
	left: -10px;
	content: "";
	width: 2px;
	height: 20px;
	background: #333;
}

.ont-thing li:first-child::before {
	display: none;
}

.main-content {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.main-content .title {
	margin: 40px;
	text-align: center;
	font-size: 26px;
	/* font-weight: bold; */
}

.detail-item {
	text-align: center;
	width: 900px;
	overflow: hidden;
	margin: auto;
}

.detail-item .first-title {
	margin: 40px 0 -5px;
	font-size: 22px;
}

.detail-item .second-title {
	margin: 20px 0 10px 2em;
	font-size: 18px;
}

.detail-item .detail {
	margin-left: 4em;
	line-height: 30px;
}

.flowsheet {
	max-width: 900px;
	height: auto;
}

.service-list {
	margin-right: -20px;
}

.service-list li {
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 200px;
	height: 200px;
	background: url(../images/mask.jpg);
}

.service-list img {
	position: absolute;
	top: 44px;
	left: 67px;
	display: block;
	width: 65px;
	height: 51px;
	z-index: 2;
}

.service-list .name {
	position: absolute;
	top: 118px;
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	z-index: 2;
	transition: all 0.3s ease;
	font-weight: bolder;
}

.limask {
	width: 200px;
	height: 200px;
}