.container {
	height: auto;
}

.tabsMenu a {
	display: block;
	line-height: 59px;
	margin: 0 0px 0 50px;
	color: #464646;
	font-size: 20px;
	font-weight: 300;
}

.tabsMenu .active {
	display: inline-block;
	color: #2CB39A;
}

.hide {
	display: none;
}

.tabBox {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.tabBoxCen {
	width: 95%;
	margin: 60px auto 0 auto;
	display: flex;
	position: relative;
}

.tabBoxLeftP {
	font-size: 25px;
	margin: 40px 0 50px 50px;
}

.tabBoxLeft {
	box-shadow: 0px 4px 34px 1px rgba(86,86,86,0.13);
	background: #fff;
}

.tabBoxCenter {
	text-align: center;
}

.tabBoxRight {
}

.activeDiv {
	padding: 0 20px;
}

.activeDivbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 140px;
	margin-bottom: 100px;
	text-align: center;
}
.activeDivbox1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 140px;
	text-align: center;
	margin-bottom: 60px;
}
.two{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.two>li{
	margin: 0 30px;
}
.activeDivbox li {
	width: 24%;
	background: #fff;
	padding-bottom:30px 
}
.activeDivbox1 li {
	background: #fff;
	padding-bottom:30px ;
}
.activeDivTit {
	font-size: 34px;
	margin-top: 50px;
}
.activeDivbox1 li{
	width: 30%;
	background: #fff;
	padding-bottom:30px 
}
.activeDivCenter {
	width: 90px;
	height: 2px;
	margin: 15px auto;
	background: #2CB39A;
}

.activeDivBot {
	font-size: 20px;
	color: #ccc;
}

.activeDivboxli {
	position: relative;
	border-radius:10px;
}

.activeDivboxli1:nth-child(2){
	margin: 0 20px;
}
.activeDivboxli:hover {
	background: #f0eeef;
}

.activeDivboxli>img {
	position: absolute;
	top: -60px;
	left: 25%;
	width: 50%;
}

.activeDivboxliTit {
	margin: 120px auto 40px auto;
	font-size: 25px;
}

.activeDivboxliBot {
	font-size: 20px;
	color: #ccc;
	line-height: 36px;
}

.contentCenterTit {
	margin-top: 60px;
}

