.part-img{
	display: block;
	width: 100%;
	margin-top:25px;
}

.part1 .top-img{
	display: block;
	width: 100%;
}
.part1 .big_title{
	font-size:34px;
	font-family: myfont_Medium;
	font-weight: bold;
	color:#515151;
	line-height:42px;
	margin-top: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9c9b9c;
	position:relative;
	margin-bottom: 25px;
}
.part1 .big_title::after {
    content: "";
    display: inline-block;
    width: 145px;
    height: 162px;
    background: url(../../img/al/bsy/icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -34px;
    top: -25px;
    z-index: -1;
}
.al-title{
	font-family: myfont_Medium;
	font-size: 18px;
	color:#c21a1f;
	line-height: 1;
	font-weight: bold;
	margin-top:35px;
}
.al-title span {
    display: inline-block;
    vertical-align: top;
    line-height: 10px;
    margin-right: 5px;
}
.main{
	font-size: 16px;
	color:#595757;
	line-height: 28px;
	text-align: justify;
}
.last-p{
	position:relative;
}
.last-p::after{
	content: "";
    display: inline-block;
    width: 144px;
    height: 144px;
    background: url(../../img/al/bsy/icon2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -73px;
    bottom: -105px;
    z-index: -1;
}








.part1 .p1{
	font-size: 16px;
	color:#595757;
	line-height: 28px;
	font-family: myfont_Light;
	margin-top: 22px;
}
.part1 .p1 span{
	font-family: myfont_Medium;
	font-weight: bold;
	display: block;
}
.part1 .p2{
	font-size: 16px;
	color:#595757;
	line-height: 28px;
	font-family: myfont_Light;
	margin-top: 20px;
}


.part1 .p3{
	font-size: 20px;
	color:#231815;
	font-family: myfont_Medium;
	font-weight: bold;
	line-height: 42px;
	margin-top: 50px;
}


/*0411*/

@media screen and (max-width:750px) {
	
	.main {
		width: 6.8rem !important;
		margin: 0 auto;
		font-size: 12px;
		overflow-x: hidden;
	}
	.part1 .big_title{
		padding-bottom: .2rem;
		font-size: .24rem;
		line-height: 2em;
		margin: .25rem 0;
	}
	.part1 .p2 .span2{
		margin-left: 1.25rem;
	}
	.part2 .p3 .p3-red span{
		display: unset;
	}
	.part1 .p3 span{
		display: unset;
	}
	.part1 .p1,
	.part1 .p2,
	.al-title,
	.part1 .p2-span,
	.part1 .p3,
	.part1 .p4,
	.part1 .p6,
	.part1 .p7,
	.part2 .p1,
	.part2 .p2,
	.part2 .p3,
	.part2 .p5,
	.part3 .p0,
	.part3 .p1,
	.part3 .p2,
	.part3 .p3,
	.part3 .p4,
	.part1 .p5
	
	{
		font-size: .24rem;
		line-height: 2em;
	}

	.part1 .box .circle{
		padding-top: 0;
		width: 1.6rem;
		height: 1.6rem;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.part1 .box .center{
		width: auto;
		padding: 0 .2rem;
	}
	.part1 .box .circle .span1{
		font-size: .24rem;
	}
	.part1 .box .circle .span2{
		font-size: .26rem;
	}
}