﻿/* 内容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: 1rem;
}
.section-1 .section-title{
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.section-1 .section-title p{
	color: #00C08B;
	font-size: 1.9rem;
	text-align: center;
	font-weight: bold;
	margin: 0 2rem;
}
.section-1 .section-title img{
	width: 2.6rem;
	height: 2.6rem;
	margin-top: -0.5rem;
}
.section-1 .section-desc{
	text-align: center;
	font-size: 1rem;
	color: #333333;
	line-height: 2rem;
	margin-top: 1rem;
}
/* 内容2 */
/* 内容3 */
.section-3{
	background: url(../../images/about/part3-section-3-bg.png) no-repeat center;
	background-size: 100%;
	height: 13.5rem;
	text-align: center;
}
.section-3 p{
	font-size: 1.8rem;
	color: #FFFFFF;
	padding-top: 3rem;
}
.section-3 .section-wz-btn{
	background: #FFFFFF;
	font-size: 1.1rem;
	padding: 0.5rem 1.5rem;
	color: #00C08B;
	border-radius: 1rem;
	width: 13rem;
	margin: 0 auto;
	margin-top: 2rem;
}
/* 内容2 */
.section-2{
	background: #F7F7F7;
	padding: 2rem 0;
}
.section-2 .section-content{
	display: flex;
	justify-content: center;
}
.section-2 .section-content .section-content-left{
	width: 10.45rem;
	background: #FFFFFF;
	margin-right: 1.5rem;
	text-align: center;
	height: 100%;
}
.section-2 .section-content .section-content-left .left-title{
	background: #00C08B;
	color: #FFFFFF;
	font-size: 1rem;
	padding: 0.55rem 3.2rem;
}
.section-2 .section-content .section-content-left .left-tabs{
	
}
.section-2 .section-content .section-content-left .left-tabs li{
	padding: 0.55rem 0;
	color: #666666;
	font-size: 0.8rem;
	cursor: pointer;
}
.section-2 .section-content .section-content-left .left-tabs li.active{
	background: rgba(0,192,139,0.09);
	color: #00C08B;
}
.section-2 .section-content .section-content-right{
	display: flex;
	background: #FFFFFF;
	padding: 1.65rem 1rem 0 2.75rem;
	display: none;
}
.section-2 .section-content .section-content-right.active{
	display: flex;
}
.section-2 .section-content .section-content-right .right-flex-l{
	width: 41.8rem;
	margin-bottom: 6.35rem;
	margin-right: 1rem;
}
.section-2 .section-content .section-content-right .right-flex-l .right-title{
	color: #00C08B;
	font-size: 0.9rem;
}
.section-2 .section-content .section-content-right .right-flex-l .right-content{
	
}
.section-2 .section-content .section-content-right .right-flex-l .right-content .right-part{
	margin-top: 0.9rem;
}
.section-2 .section-content .section-content-right .right-flex-l .right-content .right-part .right-sub-title{
	font-size: 0.8rem;
	color: #434245;
	font-weight: 400;
}
.section-2 .section-content .section-content-right .right-flex-l .right-content .right-part .right-list{
	font-size: 0.85rem;
	color: #666666;
	padding-left: 0.85rem;
}
.section-2 .section-content .section-content-right .right-flex-l .right-content .right-part .right-list li{
	margin-top: 0.6rem;
	list-style-type: auto;
	line-height: 1.5rem;
}
.section-2 .section-content .section-content-right .right-flex-r{
	width: 21.45rem;
	align-self: end
}
.section-2 .section-content .section-content-right .right-flex-r img{
	width: 100%;
}