﻿.section{
    padding: 3rem 0;
}
.section .section-title{
    display: flex;
	justify-content: center;
	align-items: center;
}
.section .section-title img{
	width: 3.4rem;
	height: 1.9rem;
}
.section-title p{
    margin: 0 0.85rem;
	font-size: 1.75rem;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0.77px;
}
/* 内容0 */
.section-0{
	height: 27.4rem;
    background: url(../../images/aboutUs/section-part2-bg.png) no-repeat center;
    background-size: cover;
}
.section-0 .section-banner{
	padding: 8.85rem 0 0 23.4rem;
}
.section-0 .section-banner p{
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
}
.section-0 .section-banner text{
	color: #fff;
	font-size: 1.25rem;
	margin-top: 0.7rem;
}
/* 导航栏 */
.tab-nav{
	display: flex;
	justify-content: center;
	box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.14); 
	position: relative;
}
.tab-nav li{
	font-size: 1.1rem;
	font-weight: bold;
	color: #888888;
	letter-spacing: 0.22px;
	padding: 1.2rem 0;
	margin-right: 4rem;
	position: relative;
}
.tab-nav li a{
	position: relative;
}
.tab-nav li:last-child{
	margin-right: 0;
}
.tab-nav li.active{
	color: #1d1d1d;
}
.tab-nav li.active::after{
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	background: #ffffff;
	border: 0.1rem solid #fac603;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	right: -7px;
}
.tab-nav li.active::before{
	content: "";
	width: 110%;
	height: 0.35rem;
	background: linear-gradient(270deg,#00c08a 95%, #ffffff 100%);
	border-radius: 0.2rem;
	position: absolute;
	left: -5%;
	bottom: 1.2rem;
}
/* 内容1 */
.section-1{
	background: #e9fbf3;
}
.section-1 .section-boxs{
	padding: 0 15.5rem;
	margin-top: 2.75rem;
	display: flex;
	flex-wrap: wrap;
}
.section-1 .section-box{
	margin-top: 0.55rem;
	margin-right: 0.5rem;
	width: 20rem;
}
.section-1 .section-box:nth-child(3n){
	margin-right: 0
}
.section-1 .section-box .section-box-bg{
	display: flex;
    align-items: center;
    justify-content: center;
	background: #ffffff;
	padding: 0.85rem;
	border: 0.7rem #fff solid;
	border-bottom: none;
}
.section-1 .section-box.active .section-box-bg{
	border-color: #00c08a;
	border-radius: 0.5rem;
}
.section-1 .section-box .section-box-bg img{
	width: auto;
	height: 12rem;
}
.section-1 .section-box p{
	font-size: 1.1rem;
	color: #434245;
	letter-spacing: 0.22px;
	text-align: center;
	padding-top: 1.25rem;
	padding-bottom: 1.6rem;
	margin-top: -0.25rem;
}
.section-1 .section-box.active p{
	color: #ffffff;
	background: #00c08a;
	border-radius: 0 0 0.5rem 0.5rem;
}