.intro-box {
	height: auto;
}
.intro-box .comW {
	padding: 48px 0;
}
.intro-head {
	display: flex;
	align-items: center;
	position: relative;
	padding: 24px 0;
}
.intro-head>img {
	width: 320px;
	height: 180px;
}
.intro-outline {
	width: 160px;
	height: 140px;
	border: 2px solid #2A71B9;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.intro-title {
	width: 155px;
	height: 120px;
	background-color: #2A71B9;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}
.intro-title p {
	color: #fff;
	margin-right: 4px;
}
.intro {
	width: 520px;
	float: left;
	margin-top: 20px;
	margin-right: 56px;
}
.intro-text {
	font-size: 12px;
	color: #575757;
	line-height: 20px;
	/* margin: 12px 0; */
}
.intro-img {
	float: left;
	width: 22%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 0.5px solid #f1f1f1;
	border-radius: 2px;
	color: #2A71B9;
	box-shadow: 0px 0px 20px #EEEEEE;
	padding: 6px;
	margin-right: 6px;
}
.intro-img img {
	height: 64px;
}
.intro-img p {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-top: 12px;
}
.intro-img p:last-child {
	font-size: 10px;
	font-weight: normal;
	margin-top: 2px;
}
#intro-img {
	width: 424px;
	height: 960px;
	float: left;
	margin-top: 64px;
}
.dev {
	height: 505px;
	background: url(../img/comwin/走进柯维6.jpg) no-repeat;
	background-size: 100% 100%;
}
.dev-item {
	text-align: center;
}
.dev-item>img {
	/* width: 241px;
	height: 241px; */
	border-radius: 50%;
}
.dev-intro {
	margin-top: 12px
}
.dev-intro p:first-child {
	font-size: 18px;
	color: #2A71B9;
	font-weight: bold;
	margin: 0;
}
.dev-intro p:last-child {
	font-size: 14px;
	color: #717171;
}