.a1_p{
	text-align: center;
}
.a1_p p:nth-child(1){
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 50px;
}
.a1_p p:nth-child(2){
	font-size: 16px;
	color: #666;
}
.a1_on{
	width: 200px;
	height: 223px;
}
.a1_tit{
	font-size: 18px;
	    padding-bottom: 15px;
	position: relative;
}
.a1_tit::before{
	content: "";
	position: absolute;
	width: 30px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 2px solid #64bfa1;
}
.a1_box{
	display: flex;
	justify-content: space-around;
}
.a1_text{
	font-size: 14px;text-align: center;
}
.a1_box{
	padding-top: 60px;
}
.a1_img{
	padding-bottom: 30px;
}
.row_a1 {
   padding-top: 50px;
   padding-bottom: 100px;
    background: url(../img/pic038.png)right top no-repeat;
}
@media screen and (max-width:768px) {
	.row_a1{
		padding-top: .5rem;
		padding-bottom: 1rem;
	}
	.a1_p p:nth-child(1){
		font-size: .5rem;
		padding-bottom: .5rem;
	}
	.a1_img{
		width: 30%;
		margin: auto;
		height: 66px;
	}
	.a1_tit{
		font-size: .25rem;
	}
	.a1_text{
		font-size: .25rem;
	}
}