@import "header.css";
.events_services {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.services_item {
	width: 195.75px;
	height: 285px;
	padding-top: 55px;
	margin-right: 35px;
	position: relative;
}

.services_item:last-child {
	margin-right: 0;
}

.services_icon {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: 0;
	width: 90px;
	height: 90px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	background: #fff;
}

.services_cont {
	width: 100%;
	height: 235px;
	padding-top: 35px;
	border: 1px solid #f2f2f2;
}

.services_tit {
	padding: 15px 0;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #32B79A;
	font-weight: 700;
}

.services_txt {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	margin: 0 auto;
}

.services_txt1 {
	width: 144px;
}

.services_txt2 {
	width: 168px;
}

.business_nav {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	display: flex;
}

.business_nav li {
	width: 100px;
	height: 50px;
	line-height: 30px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #F2F2F2;
}

.business_nav .active {
	border: 1px solid #F2F2F2;
	border-bottom: none;
	color: #32B79A;
	font-weight: 700;
}

.business_nav .business_nav_bai {
	width: calc(100% - 300px);
}

.business_item {
	padding: 0 15px;
	border: 1px solid #f2f2f2;
	border-top: none;
	display: none;
}

.business_item_active {
	display: block;
}

.marketing_type {
	padding-top: 20px;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px dashed #f2f2f2;
	margin-bottom: 12px;
}

.activity_itme {
	width: calc((100% - 60px)/3);
	line-height: 30px;
	font-size: 14px;
}

.activity_itme:nth-child(2) {
	margin-left: 40px;
	margin-right: 20px;
}

.activity_itme:last-child {
	padding-left: 35px;
}

.activity_tit {
	font-weight: 700;
	color: #32B79A;
}

.activity_txt {
	line-height: 23px;
}

.activity_cont {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.activity_itme2 {
	width: 100%;
	line-height: 35px;
}

.activity_media {
	display: flex;
	margin-bottom: 50px;
}

.activity_media_item {
	width: 33%;
	text-align: center;
}

.activity_media_img {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

.activity_media_img img {
	width: 100px;
	height: 100px;
}

.resourcess_cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 47px;
}

.resourcess_item {
	width: 33%;
}

.resourcess_icon {
	width: 104px;
	height: 104px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: center;
}

.resourcess_icon_img {
	width: 100%;
	margin: 20px 0 10px;
	height: 30px;
}

.resourcess_icon_img img {
	vertical-align: middle;
}

.resourcess_icon span {
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #32B79A;
}

.resourcess_item .resourcess_txts {
	line-height: 23px;
	text-align: center;
}

.resourcess_txts1 {
	font-weight: 700;
	color: #32B79A;
}

.consulting_cont {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}

.consulting_icon {
	padding-left: 15px;
	padding-right: 35px;
}

.consulting_details {
	width: 690px;
}

.consulting_service {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 16px;
}

.consulting_service span {
	font-weight: 700;
}

.consulting_types {
	line-height: 20px;
}

.consulting_case {
	margin-top: 25px;
	margin-bottom: 50px;
}

.consulting_case_tit {
	font-weight: 700;
	font-size: 14px;
	line-height: 35px;
}

.consulting_case_txt {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}

.brand_cont {
	display: flex;
}

.brand_item {
	width: 205px;
	height: 145px;
	text-align: center;
	border: 1px solid #f2f2f2;
	margin-right: 35px;
}

.brand_item:last-child {
	margin-right: 0;
}

.brand_logo {
	margin-top: 40px;
	margin-bottom: 15px;
}

.brand_logo img {
	height: 40px;
}

.brand_item span {
	color: #333333;
	font-size: 12px;
	line-height: 30px;
}

.advantage_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.advantage_item:last-child {
	margin-bottom: 0;
}

.advantage_tit {
	width: 246px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #f2f2f2;
	font-weight: 700;
	font-size: 16px;
	color: #32B79A;
	text-align: center;
	margin-right: 20px;
}

.advantage_txt {
	width: 620px;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	padding: 5px 0;
}

.community_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.community_item:last-child {
	margin-bottom: 0;
}

.community_logo {
	width: 140px;
	height: 110px;
	margin-right: 25px;
	border: 1px solid #F2F2F2;
}

.community_logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.community_details {
	width: 725px;
}

.community_name {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

.community_name a {
	color: #333;
}

.community_Introduction {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}