*{ font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0 none; padding: 0; }
:focus { outline: 0 none; }
ol, ul { list-style: none outside none; }
input, textarea, select, button { font-family: inherit; font-size: 100%; }

#content {
	min-width: 1000px;
}

#content .title {
	text-align: center;
	margin: 43px 0 30px;
}

#content .title span {
	font-size: 30px;
	border-bottom: 3px solid #00a8ec;
	margin-bottom: 8px;
	padding-bottom: 8px;
	display: inline-block;
}

#content .title p {
	color: #999;
    font-size: 12px;
    text-align: center;
}

#content .title_detail {
	color: #333;
    font-size: 24px;
    text-align: center;
}

#content .about_business_cloud {
	height: 225px;
}

#content .center_content {
	width: 1000px;
	height: 543px;
	margin: 0 auto;
	display: flex;
    align-items: center;
}
#content .center_content .text {
	padding: 0 100px;
}

#content .center_content .text h3{
	font-size: 30px;
	position: relative;
}

#content .center_content .text h3:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #00a8ec;
	position: absolute;
	top: 10px;
    left: -20px;
}

#content .center_content.right{
	text-align: right;
    justify-content: flex-end;
}

#content .center_content.right .text h3:before {
	border: 10px solid transparent;
	border-right: 10px solid #00a8ec;
	position: absolute;
	top: 10px;
    left: auto;
    right: -20px;
}

#content .center_content .text p {
    font-size: 16px;
    margin: 15px 0;
}

#content .center_content .text a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #00a8ec;
	display: inline-block;
}

#content .center_content .text a:hover {
	background: #2dc0fa;
}

/* 微信公众号 */
#content .weChat_public_number .center_content {
	background: url('../images/weChat_public_number.gif') no-repeat 400px center;
}

/* 企业官网 */
#content .enterprise_official_website .center_content {
	background: url('../images/enterprise_official_website.gif') no-repeat 150px center;
}

/* 企业邮箱 */
#content .enterprise_email .center_content {
	background: url('../images/enterprise_email.gif') no-repeat right center;
}

/* 企业云盘 */
#content .enterprise_cloud_disk .center_content {
	background: url('../images/enterprise_cloud_disk.gif') no-repeat 100px center;
}

/* 企业OA */
#content .enterprise_oa .center_content {
	background: url('../images/enterprise_oa.gif') no-repeat 450px center;
}

/* 案例展示 */
#content .case_display .case_display_img li {
	display: inline-block;
}

#content .case_display .case_display_img li:not(:last-child) {
    margin-right: 25px;
}

#content .case_display .case_display_more {
	color:#00A8EC;
	font-size: 16px;
}

#content .case_display .case_display_more:hover {
	color: #2dc0fa;
}