﻿.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{
	background: #F5F5F5;
	padding-bottom: 3rem;
}
.section-1 .section-brief{
	margin-top: 2rem;
	font-size: 1rem;
	color: #666666;
	line-height: 1.8rem;
	padding: 0 20rem;
}
.section-1 .section-brief p{
	text-indent: 2rem;
}
/* 内容2 */
.section-2{
	padding-bottom: 3rem;
}
.section-2 .section-cont-flex{
	display: flex;
	margin-top: 2rem;
	justify-content: center;
}
.section-2 .section-cont-flex .section-cont-img{
	width: 26.15rem;
}
.section-2 .section-cont-flex .section-cont-img img{
	width: 100%;
	height: 100%;
}
.section-2 .section-cont-flex .section-cont-r{
	width: 26.35rem;
	padding: 1.7rem 2.5rem;
	background: #F5F5F5;
}
.section-2 .section-cont-flex .section-cont-r .section-cont-details{
	font-size: 1rem;
	text-indent: 2rem;
	line-height: 1.8rem;
	color: #666666;
	margin-top: 2rem;
}
/* 内容3 */
.section-3{
	width: 44rem;
	margin: 0 auto;
	margin-bottom: 3rem;
	padding: 0 6.75rem 4rem 6.75rem;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
	position: relative;
}
.section-3 .section-part-details{
	font-size: 1rem;
	line-height: 1.8rem;
	color: #666666;
	margin-top: 2rem;
}
.section-3 .section-left-icon{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5rem;
	height: 5rem;
}
.section-3 .section-left-icon img{
	width: 100%;
}
.section-3 .section-right-icon{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5rem;
	height: 5rem;
}
.section-3 .section-right-icon img{
	width: 100%;
}
/* 内容4 */
.section-4{
	padding-bottom: 4rem;
	background: #F5F5F5;
}
.section-4 .section-groups{
	margin-top: 2.8rem;
}
.section-4 .section-groups .section-group{
	position: relative;
}
.section-4 .section-group .section-item{
	display: flex;
	justify-content: center;
}
.section-4 .section-group .section-item .section-item-left{
	width: 26.2rem;
	height: 11.85rem;
}
.section-4 .section-group .section-item .section-item-left img{
	width: 100%;
}
.section-4 .section-group .section-item .section-item-right{
	width: 16.9rem;
	background: #FFFFFF;
	padding: 2.35rem 4.65rem 0 4.65rem;
}
.section-4 .section-group .section-item .section-item-right p{
	font-size: 1rem;
	color: #666666;
	margin-top: 1.5rem;
}
.section-4 .section-group .section-group-icon{
	width: 3.35rem;
	height: 3.35rem;
	position: absolute; 
	left: 50%;
	top: 50%;   
	transform: translate(-50%, -50%);  
}
.section-4 .section-group .section-group-icon img{
	width: 100%
}
