.head_banner{
	height: 482px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: url('../../images/about/banner.png') no-repeat;
	background-size: 100% 100%;
}
.head_banner h2{
	font-weight: 600;
	font-size: 36px;
	color:#333333;
	margin-bottom: 30px;
}
.head_banner p{
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	
}
.step-1{
	padding: 111px 0px 130px;
}
.step-1 ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step-1 ul li h3{
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	text-align: left;
	font-style: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 25px;
}
.step-1 ul li p{
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 32px;
	text-align: left;
	font-style: normal;
}
.step-1 ul li .item-txt span{
	width: 50%;
	line-height: 38px;
}




.step-1 ul li p:not(:last-child){
	margin-bottom: 30px;
}
.step-1 ul li .btn-box a:not(:last-child){
	margin-right: 20px;
}

.step-1 ul li:not(:last-child){
	margin-bottom: 180px;
}
.step-1 ul li .item-txt{
	flex: 1;
}
.step-1 ul li .item-txt:nth-child(odd){
	margin-right: 100px;
}
.step-1 ul li .item-txt:nth-child(even){
	margin-left: 100px;
}
