.page_wrap {
	padding-bottom: 3.12rem;
}
.about1 {
	background: url('../img/about/a13.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.about1 .content {
	padding-top: 0.8rem;
	background: url('../img/about/a11.png') no-repeat;
	background-size: 5.69rem 1.74rem;
	background-position: right 0.9rem;
	padding-bottom: 0.6rem;
}

.about1 .title {
	font-family: 'sb';
	font-size: 0.3rem;
	color: #333333;
	position: relative;
	padding-bottom: 0.2rem;
}

.about1 .title::before {
	content: '';
	display: block;
	width: 0.35rem;
	height: 0.03rem;
	background: var(--g);
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	z-index: 2;
}

.about1 .title::after {
	content: '';
	display: block;
	width: 0.8rem;
	height: 0.01rem;
	background: var(--c);
	position: absolute;
	bottom: 0;
	left: 0;
}

.about1 .des {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.32rem;
	margin-top: 0.55rem;
}


.about2 {
	background: url('../img/about/a12.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 0.89rem;
	height: 4.5rem;
}

.about2 .title {
	font-size: 0.3rem;
	color: #FFFFFF;
	font-family: 'sb';
	text-align: center;
}

.about2 .des {
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.32rem;
	margin-top: 0.35rem;
}

.about2 .swiper_box {
	padding: 0.3rem 0.3rem;
	background: #FFFFFF;
	margin-top: 0.6rem;
	box-shadow: 0.01rem 0.06rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.about2 .swiper_box .scale_box {
	height: 2.4rem;
}

.about2 .swiper_box .swiper-slide {
	padding: 0 0.1rem;
}
@media (max-width: 768px) {
    .about1 .des,
    .about2 .des {
        font-size: 12px;
    }
    .about2 {
        height: auto;
        padding-bottom: 50px;
    }
    .page_wrap {
        padding-bottom: 50px;
    }
}