.banner img {
	display: block;
	width: 100%;
}

/* 标题 */
.identification .title {
	height: 70px;
	margin: 30px auto 50px;
	border: 3px solid rgba(68, 138, 202, 1);
	border-radius: 10px;
	line-height: 70px;
	font-size: 32px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	text-align: center;
}

/* 申报高新技术企业认定，您是否遇到了以下问题? */

.identification-problems {
	padding: 50px 0;
	background-color: #fff;
}

.identification-problems .title {
	width: 840px;
}

.identification-problems .problems-item {
	width: 640px;
	height: 86px;
	padding: 0 30px;
	margin: 40px auto;
	background: #83AEBE;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 86px;
}

/* 申报高新技术企业认定的好处 */
.identification-goods {
	padding: 50px 0;
	background-color: #f4f5fa;
}

.identification-goods .title {
	width: 560px;
}

.identification-goods .goods-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	width: 100%;
	padding: 0 200px;
	box-sizing: border-box;
}

.goods-content .goods-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 340px;
	height: 120px;
	margin-bottom: 70px;
}

.goods-content .goods-item img {
	width: 110px;
	height: 110px;
}

.goods-content .goods-item .text {
	width: 230px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 25px;

	font-family: SourceHanSansCN;
	font-weight: 400;
}

.goods-content .goods-item .text h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

.goods-content .goods-item .text p {
	font-size: 15px;
}

/* 申报高新技术企业认定必备条件 */
.identification-condition {
	padding: 50px 0;
	background-color: #fff;
}

.identification-condition .title {
	width: 560px;
	margin-bottom: 0;
}

.identification-condition .condition-img {
	display: block;
	width: 760px;
	margin: 0 auto;
	transform: translateY(-3px);
}

.identification-condition .condition-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.condition-content .condition-item {
	position: relative;
	width: 180px;
	height: 240px;
	padding: 50px 35px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
}


.condition-item::before {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	content: '';
	width: 48px;
	height: 48px;
	border: 3px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-size: 30px;
}

.condition-item .number {
	position: absolute;
	top: -20px;
	left: 50%;
	color: #fff;
	font-size: 30px;
	transform: translateX(-50%);
	font-family: SourceHanSansCN;
}

.condition-item:nth-child(1),
.condition-item:nth-child(1)::before {
	background-color: #2e9b95;
}

.condition-item:nth-child(2),
.condition-item:nth-child(2)::before {
	background-color: #e9bd64;
}

.condition-item:nth-child(3),
.condition-item:nth-child(3)::before {
	background-color: #8dd0be;
}

.condition-item:nth-child(4),
.condition-item:nth-child(4)::before {
	background-color: #dac538;
}

/* 正穗专业保障，高企认定全程无忧 */
.identification-worry-free {
	padding: 75px 0;
	background-color: #d2f8ff;
}

.identification-worry-free .title {
	width: 600px;
}

.worry-free h3 {
	height:70px;
	background:#7ECEF4;
	border-radius:10px;
	line-height: 70px;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	margin: 0 auto;
}

.worry-free .passing-rate {
		width:371px;
		margin-bottom: 35px;
}

.worry-free .one-stop-service {
	width: 250px;
	transform: translateY(-30px);
}
.worry-free .success-case {
	width: 420px;
	transform: translateY(-30px);
}

.worry-free .worry-free-item {
	width: 550px;
	padding: 30px 30px 56px 60px;
	margin: -30px auto 0;
	background-color: #e6ffea;
	line-height: 50px;
	font-size: 30px;
	font-weight: 400;
}

/* 正穗规范化服务流程，让您省心放心 */
.identification-service-process {
	padding: 75px 0;
	background-color: #ffecd5;
}

.identification-service-process .title {
	width: 620px;
}

.service-process-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 50px 100px;
	box-sizing: border-box;
}

.service-process-box .service-process-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 180px;
	text-align: center;
}

.service-process-box .service-process-item::after {
	position: absolute;
	top: 40px;
	right: -40px;
	content: '';
	width: 50px;
	height: 18px;
	background: url(../../images/2020/step-arrow.png) no-repeat;
	background-size: 100% 100%;
}

.service-process-box .service-process-item:last-child::after {
	content: '';
	width: 0;	
}

.service-process-box .service-process-item .icon {
	width: 80px;
	height: 80px;
}

.service-process-box .service-process-item .triangle {
	width: 30px;
	height: 30px;
	margin: 20px 0 10px;
}

.service-process-box .service-process-item h2 {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	font-size:22px;
	font-family:SourceHanSansCN;
	font-weight:400;
	line-height:25px;
}