﻿.user_title {
	margin: 100px 0;
	text-align: center;
	max-width: 1200px;
	height: 298px;
	background: #FFFFFF;
	box-shadow: 0px 0px 21px 0px rgba(173, 193, 212, 0.68);
	border-radius: 4px;
	padding: 40px 0;
	box-sizing: border-box;
}

.user_title p {
	margin-top: 0;
	margin-bottom: 40px;
	z-index: 99;
	max-width: 348px;
	height: 33px;
	font-size: 34px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #4C84FF;
	line-height: 40px;
}

.user_title h4 {
	z-index: 99;
	max-width: 1022px;
	height: 100px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #555555;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}


/* 蓝色小横杠 */

.bluehr {
	width: 64px;
	height: 10px;
	background: #4C84FF;
	border-radius: 5px;
}


/* 小圆圈 */

.circle-1 {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #4C84FF;
	border-radius: 50%;
	z-index: 99;
	margin-right: 5px;
}

.user_right ul li h2 {
	max-width: 329px;
	height: 36px;
	font-size: 34px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}

.user_right ul li h4 {
	max-width: 548px;
	height: 62px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #555555;
	line-height: 40px;
}


/* 多端运营 */

.businessCenter .business_title {
	max-width: 176px;
	height: 33px;
	font-size: 34px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 50px auto;
}

.businessCenter .businessTow {
	max-width: 780px;
	height: 35px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #555555;
	line-height: 40px;
	margin: 0 auto;
	z-index: 99;
}

.businesssOne {
	max-width: 1200px;
	text-align: center;
}

.businesssOne p {
	max-width: 498px;
	height: 19px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #555555;
	line-height: 40px;
	display: block;
	margin: 0 auto;
}

.businesssOne ul {
	display: flex;
	justify-content: space-evenly;
}

.businesssOne ul li {
	text-align: center;
}

.businesssOne ul li p {
	z-index: 99;
	max-width: 60px;
	height: 15px;
	font-size: 20px;
	font-family: PingFang;
	font-weight: 800;
	color: #444444;
	line-height: 32px;
	margin-top: 5px;
}


/* 案例 */

.flow_title .title_al {
	max-width: 1200px;
	height: 33px;
	font-size: 34px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
}

.flow {
	display: flex;
	justify-content: space-between;
}

.flow .flow_con {
	display: block;
	min-width: 555px;
}

.flow .flow_con .imgBox {
	max-width: 555px;
	height: 179px;
	line-height: 179px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 21px 0px rgba(226, 232, 238, 0.3);
}

.flow .flow_con h5 {
	max-width: 100%;
	text-align: left;
	height: 23px;
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #444444;
	line-height: 24px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.flow .flow_con p {
	max-width: 554px;
	height: 179px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #555555;
	text-align: left;
	line-height: 40px;
}


/* paas+saas */

.businessCenter .pass_saas {
	display: flex;
}

.businessCenter .pass_saas div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.businessCenter .pass_saas h5 {
	height: 23px;
	font-size: 23px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #4C84FF;
	line-height: 33px;
	text-align: right;
	margin-bottom: 30px;
}

.businessCenter .pass_saas p {
	height: 20px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	color: #666666;
	line-height: 41px;
	text-align: right;
	font-weight: normal;
}


/* logo */

.company .company_con ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.company .company_con ul li {
	width: 200px;
	height: 100px;
	margin: 0 0;
	z-index: 99;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
}

.company_con ul li img {
	width: 95%;
}

@media screen and (max-width: 1200px) {
	.company_con ul li:nth-child(4n) {
		/* margin-right: 0; */
	}
}


@media screen and (max-width:992px) {
	.user_title {
		padding: 0;
		padding-top: 20px;
		padding-left: 10px;
    	padding-right: 10px;
	}

	.user p {
		margin: 0 auto;
	}

	.company .company_con ul li {
		width: 120px;
		margin-right: 0 !important;
	}

	.user_title p {
		font-size: 20px;
	}

	.user_title h4 {
		font-size: 16px;
	}

	.flow .flow_con p {
		font-size: 16px;
		
	}

	.businessCenter .business_title {
		font-size: 20px;
	}

	.just_two {
		margin-top: 280px;
	}

	.businessCenter {
		margin-top: 200px;
	}

	.businesssOne ul {
		margin-top: 155px;
	}

	.businessCenter .pass_saas {}

	.flow {
		flex-direction: column;

	}

	.flow_title {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.flow .flow_con {
		width: 100%;
	}

	.flow .flow_con {
		min-width: 100%;
		width: 100%;
	}

	.businessCenter .pass_saas div p {
		font-size: 16px;
		text-align: center !important;
	}

	.businessCenter .pass_saas div {
		align-items: center;
	}

	.center {
		margin-top: 0;
	}

	.businessCenter>div img {
		/* margin-top: 120px; */
	}

	.businessCenter>div .map1 {
		margin-top: 150px;
	}

	.businessCenter>div .map2 {
		margin-top: 20px;
	}

	.tablee {
		margin-top: 250px;
	}

	.pass2 {
		margin-top: 100px;
	}

	.user_right ul li h4 {
		font-size: 16px;
	}

	.businesssOne p {
		font-size: 16px;
		padding: 0 20px;
        box-sizing: border-box;
	}

	.businesssOne ul li p {
		font-size: 16px;
	}

	.businessCenter .businessTow {
		font-size: 16px;
	}
	.businessCenter>div{
		padding:20px;
    	box-sizing: border-box;
	}
}


.ppa {
	/* width: 638px;
	height: 174px; */
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	/* font-weight: 400; */
	color: #FFFFFF;
	line-height: 54px;
	margin-left: 50px;
	position: relative;
	top: 90px;
}

.ppa1 {
	position: relative;
	top: 82px;
}

.ppa2 {
	position: relative;
	top: 75px;
}

.haa {
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
	position: relative;
	top: 70px;
	left: 50px;
}

@media screen and (max-width: 768px) {
	.margintop1{
		margin-top: 160px;
	}
	.center1{
		margin-top: 60px;
	}
	.manage .user .user_right{
		width: 100%;
	}
	.businessCenter .business_title{
		margin: 20px auto;
		line-height: 30px !important;
	}
	.businesssOne ul li p{
		max-width: 100%;
	}
	.businessCenter>div img{
		margin-top: 0;
	}
	.bluehr{
		margin-top: 20px;
	}
	.haa {
		font-size: 20px;
		top: 13px;
		
	}
	.ppa{
		font-size: 13px;
		top: 0;
		/* line-height: 20px !important; */
	}
	.ppa1{
		position: relative;
		top: 5px;
	}
	.ppa2{
		position: relative;
		top: 15px;
	}
	.con_left span {
		position: relative;
		top: 19px !important;
	}
}
