﻿.section .section-title-part{
	text-align: center;
}
.section .section-title-part .section-title{
	display: inline-block;
	font-weight: bold;
	color: #333333;
	font-size: 2rem;
	padding: 0.8rem 3rem;
	margin-top: 2rem;
	position: relative;
	border-bottom: 1px solid #707070;
}
.section .section-title-part p{
	font-size: 1rem;
	margin-top: 0.75rem;
	color: #666666;
}
.line1{
	width: 3.45rem;
	height: 3px;
	background: #00C08B;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, 0); 
}
.section .section-sub-title{
	color: #333333;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
}
.line2{
	width: 2.5rem;
	height: 4px;
	background: #00C08B;
	position: absolute;
	bottom: -10px;
}
.section .section-sub-title-o{
	color: #00C08B;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.line3{
	width: 1.85rem;
	height: 3px;
	background: #00C08B;
	position: absolute;
	bottom: -0.8rem;
}
/* 内容0 */
.section-0{
	height: 32.5rem;
    background: url(../../images/about/section-0-bg.png) no-repeat center;
    background-size: cover;
}
.section-0 .section-banner{
	color: #fff;
	padding: 8.4rem 18rem;
}
.section-0 .section-banner p{
	font-size: 1.9rem;
}
.section-0 .section-banner strong{
	font-size: 2.8rem;
}
.section-0 .section-banner text{
	font-size: 1.05rem;
	display: block;
	margin-top: 1.65rem;
}
/* 内容1 */
.section-1{
	padding-bottom: 3rem;
}
.section-1 .section-boxs-o{
	margin-top: 2rem;
	padding: 0 19.25rem;
}
.section-1 .section-boxs #honor{
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid #edf2f6; */
}
.page_div{
    margin-top: 3rem;
}
.section-1 .section-boxs .section-box{
	width: 33.3333%;
	border: 1px solid #edf2f6;
	box-sizing: border-box;
	padding: 0.5rem;
	cursor: pointer;
}
.section-1 .section-boxs .section-box .section-box-bg{
	padding: 1rem;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-1 .section-boxs .section-box.active{
	/* border: 0.5rem solid #edf2f6; */
}
.section-1 .section-boxs .section-box img{
	width: auto;
	height: 11rem;
}
.section-1 .section-boxs .section-box p{
	text-align: center;
	font-size: 1.1rem;
	color: #434245;
	padding: 1.5rem 0;
}
.section-1 .section-boxs .section-box.active{
	background: #edf2f6;
}