.gszc-section .title {
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
.gszc-section .title i {
	color: rgba(180, 180, 180, .1);
	font-size: 40px;
	position: relative;
	top: 10px;
	letter-spacing: 3px;
}
.gszc-section .title h2 {
	margin-bottom: 5px;
}
.gszc-section .title span {
	font-size: 38px;
	position: relative;
	color: #0bb0fe;
}
.gszc-section .title span::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to right, #eeeeee 0%,#999999 100%);
}
.gszc-section .title span::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: -230px;
	width: 200px;
	height: 1px;
	background: linear-gradient(to left, #eeeeee 0%,#999999 100%);
}
.gszc-section .title p {
	color: #666666;
	font-size: 16px;
}
.gszc-section1 {
	padding: 40px 0;
}
.gszc-section1 .item {
	width: 300px;
	text-align: center;
	padding: 0 40px;
	position: relative;
}
.gszc-section1 .item img {
	margin-bottom: 20px;
}
.gszc-section1 .item h2 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.gszc-section1 .item p {
	font-size: 16px;
	color: #999999;
	line-height: 1.6;
}
.gszc-section1 .item + .item::before {
	position: absolute;
	content: "";
	display: block;
	width: 34px;
	height: 30px;
	background: url(../img/sbzc/lc.png) no-repeat center center;
	left: -20px;
	top: 50%;
	margin-top: -50px;
}
.gszc-section2 {
	padding: 40px 0;
	background: #f7f7f7;
}
.gszc-section2 .item {
	width: 200px;
	padding: 0 40px;
	text-align: center;
}
.gszc-section2 .item img {
	margin-bottom: 5px;
}
.gszc-section2 .item p {
	line-height: 1.4;
	color: #999999;
	font-size: 14px;
}
.gszc-section4 {
	padding: 40px 0 60px;
	background: #f7f7f7;
}
.gszc-section4 .list {
	width: 840px;
	margin: 0 auto;
}
.gszc-section4 .item {
	margin-bottom: 20px;
}
.gszc-section4 .item p {
	color: #666666;
	padding-left: 2em;
	position: relative;
	font-size: 16px;
}
.gszc-section4 .item span {
	position: absolute;
	left: 0;
	top: 0;
}
.gszc-section4 .item .q {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
}
.gszc-section3 {
	padding: 40px 0;
}
.gszc-section3 .item {
	width: 300px;
	padding: 0 40px;
	text-align: center;
}
.gszc-section3 .item img {
	margin-bottom: 20px;
	width: 160px;
}
.gszc-section3 .item h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.gszc-section3 .item p {
	font-size: 14px;
	color: #999999;
}