@font-face {
	font-family: '站酷高端黑';
	src: url('//www.kb0yun.com/css/fonts/站酷高端黑.ttf') format('truetype');
}
.backg {
	position: relative;
	width: 100%;
	height: 26rem;
	z-index: 1;
}

.backg-title {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	color: #fff;
	z-index: 5;
}

.backg-title>h3 {
	font-size: 55px;
	padding-top: 120px;
	font-weight: unset;
	font-family: "站酷高端黑";
}

.bulid {
	text-align: center;
	padding: 20px 0 20px 0;
}

.bulid>p:first-child {
	font-size: 32px;
	padding: 10px 0 5px 0;
}

.bulid>p+p {
	font-size: 20px;
}

.bulidcon {
	display: flex;
	justify-content: center;
	width: 100%;
}

.bulidcon>div {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
}

.sche {
	width: 45%;
	background-image: url('../img/整体解决方案.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/* padding-bottom: 200px; */
	border-radius: 5px;
	text-align: center;



}

.sche>div {
	/* border: 1px solid red; */
	padding: 50px;
}

.sche>div>p:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #2276fc;
	padding-bottom: 15px;
	letter-spacing: 4px;
}

.sche>div>p+p {
	font-size: 18px;
	color: #fff;
	word-break: break-all;
	text-align: justify;
}

.conp {
	width: 45%;
	background-image: url('../img/软件企业.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/* padding-bottom: 200px; */
	border-radius: 5px;
	margin-left: 80px;
	text-align: center;
}

.conp>div {
	/* border: 1px solid red; */
	padding: 50px;
}

.conp>div>p:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #2276fc;
	padding-bottom: 15px;
	letter-spacing: 4px;
}

.conp>div>p+p {
	font-size: 18px;
	color: #fff;
	word-break: break-all;
	text-align: justify;
}

.coop {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.coop>div {
	width: 70%;
	display: flex;
	flex-direction: row;
}

.pri {
	width: 30%;

}

.pri>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, .95);
	border-radius: 5px;
}

.pri>div>p {
	font-size: 24px;
	padding-bottom: 10px;
	color: #333;
}

.pri>div>p+p {
	font-size: 16px;
	padding: 0px 40px 20px 40px;
	word-break: break-all;
	text-align: justify;
	color: #666;
}

.pul {
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;

}

.pul>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, .95);
	border-radius: 5px;

}

.pul>div>p {
	font-size: 24px;
	padding-bottom: 10px;
	color: #333;

}

.pul>div>p+p {
	font-size: 16px;
	padding: 0px 40px 20px 40px;
	word-break: break-all;
	color: #666;
	text-align: justify;
}

.dep {
	width: 30%;
}

.dep>div {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, .95);
	border-radius: 5px;
}

.dep>div>p {
	font-size: 24px;
	padding-bottom: 10px;
	color: #333;
}

.dep>div>p+p {
	font-size: 16px;
	padding: 0px 40px 20px 40px;
	word-break: break-all;
	text-align: justify;
	color: #666;
}

.dep:hover,
.pul:hover,
.pri:hover {
	box-shadow: 0 2px 12px 0 #cccccc;
}


.add {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inadd {
	margin-top: 2.125rem;
	width: 85%;
	display: flex;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	margin-bottom: 50px;
}

.addtxt {
	width: 40%;
	padding: 60px 20px 0 30px;
	background-color: rgba(0, 0, 0, .02);
}

.addtxt>div {
	display: flex;
	align-items: center;
}


.form2 {
	width: 60%;
	height: 400px;
	/* border: 1px solid red; */
}

.form2>#app2 {
	/* border: 1px solid red; */
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.user {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.job {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.field {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

#app2 .el-button {
	padding: 12px 100px;
	font-size: 18px;
}