.banner img {
	display: block;
	width: 100%;
}

/* 标题 */
.income-tax .title {
	height: 70px;
	margin: 30px auto 50px;
	border: 3px solid #00a0e9;
	border-radius: 30px;
	line-height: 70px;
	font-size: 32px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	text-align: center;
}

/* 所得税汇算*/
.calculation {
	width: 100%;
}

.calculation h1 {
	width: 100%;
	height: 150px;
	padding-top: 50px;
	text-align: center;
	font-size: 60px;
	line-height: 150px;
	font-weight: normal;
}

/* 服务内容 */
.service-content {
	padding: 50px 0;
}

.service-content .title {
	width: 250px;
}

.service-content-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 800px;
	margin: 0 auto;
}
.service-content-box .service-content-item  {
	position: relative;
	width: 200px;
}
.service-content-box .service-content-item img {
	width: 200px;
}

.service-content-box .service-content-item span {
	position: absolute;
	top: 60%;
	left: 20px;
	font-size: 24px;
	width: 130px;
	text-align: center;
}


.need-file {
	padding: 50px 0;
}

.need-file .title {
	width: 300px;
}

.need-file-box {
	width: 800px;
	margin: 0 auto;
}

.need-file-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	margin-bottom: 50px;
}

.need-file-item .num {
	width: 110px;
	height: 80px;
	text-align: center;
	line-height: 75px;
	font-size: 50px;
	color: #fff;
}

.need-file-item .text {
	width: 600px;
	height: 75px;
	padding-left: 60px;
	background-color: #e5e5e5;
	box-sizing: border-box;
	line-height: 75px;
	font-size: 30px;
}

.need-file-item:nth-child(odd) .text {
	border-left: 10px solid #3ca3dd;
}

.need-file-item:nth-child(odd) .num {
	background: url(../../images/2020/need-file-odd.png) no-repeat;
	background-size: 100% 100%;
}

.need-file-item:nth-child(even) .text {
	border-left: 10px solid #ff969c;
}

.need-file-item:nth-child(even) .num {
	background: url(../../images/2020/need-file-even.png) no-repeat;
	background-size: 100% 100%;
}

/* 所得税汇算清缴的好处 */
.advantage {
	padding: 50px 0;
}

.advantage .title {
	width: 400px;
}

.advantage-box {
	width: 1000px;
	padding: 30px 180px 0;
	box-sizing: border-box;
	margin: 0 auto;
	border: 2px solid #00a0e9;
	border-radius: 50px;
}

.advantage-item {
	width: 640px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 40px;
}