@charset "utf-8";
/* 成果展示的页面样式 */
/* 每一块的标题 */
.box-title {
	text-align: center;
}

.box-title span {
	position: relative;
	font-size: 28px;
	line-height: 35px;
	white-space: nowrap;
	color: var(--main-color);
}

.box-title span::after,
.box-title span::before {
	content: '';
	position: absolute;
	left: -52px;
	top: 14px;
	height: 1px;
	width: 38px;
	background-color: var(--main-color);
}

.box-title span::after {
	left: auto;
	right: -52px;
}

.box-subtitle {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 2.6;
	color: var(--main-color);
}

.see-more {
	display: block;
	width: 96px;
	height: 36px;
	margin: 0 auto;
	background: url("../img/more_btn.png") no-repeat center;
}

/* 第一块，创新成果 */
.innovate-result {
	padding-top: 60px;
	padding-bottom: 40px;
}

.innovate-result .row-fluid {
	padding-top: 34px;
}

.innovate-result .achievement-item {
	margin-bottom: 20px;
}

/* 第二块，技术需求 */
.technoledge-require {
	position: relative;
	z-index: 0;
	height: 640px;
	padding-top: 42px;
	box-sizing: border-box;
	background: url("../img/tech_bg.png") no-repeat center;
}

.technoledge-require::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.7);
}

/* 一项技术需求 */
.technoledge-item {
	position: relative;
	height: 164px;
	width: 566px;
	padding: 0 24px;
	margin-bottom: 30px;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #fff;
}

.technoledge-item .technoledge-title {
	max-width: 490px;
	font-size: 20px;
	line-height: 3.2;
	color: #333;
}

.technoledge-item .technoledge-des {
	width: 484px;
	line-height: 1.85;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: #999;
}

.technoledge-item .consult-btn {
	position: absolute;
	right: 24px;
	bottom: 16px;
	width: min-content;
	padding: 0 20px;
	height: 34px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	white-space: nowrap;
	color: #fff;
	background-color: var(--main-color);
}

/* 关注的按钮 */
.technoledge-item .focus-btn {
	right: 114px;
}

.technoledge-item .focus-btn.focused {
	background-color: rgba(4, 132, 241, .5);
}

.technoledge-item:hover {
	background-color: var(--main-color);
}

.technoledge-item:hover .technoledge-title,
.technoledge-item:hover .technoledge-des {
	color: #fff;
}

.technoledge-item:hover .consult-btn {
	color: var(--main-color);
	background-color: #fff;
}

.technoledge-require .row-fluid {
	padding-top: 32px;
	padding-bottom: 10px;
}

.technoledge-require .row-fluid .span6:nth-child(2n + 1) {
	margin-left: 0;
}

/* 第三块，融资项目 */
.money-items {
	padding-top: 45px;
	padding-bottom: 50px;
}

.money-items .row-fluid {
	padding-top: 38px;
}

.money-items .row-fluid .achievement-item {
	margin-bottom: 20px;
}

/* 第四块，成功案例 */
.sccessful-case {
	position: relative;
	z-index: 0;
	height: 550px;
	padding-top: 37px;
	box-sizing: border-box;
	background: url('../img/case_bg2.png') no-repeat center;
}

.sccessful-case::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.7);
}

.sccessful-case .case-box {
	background: none;
	padding-top: 32px;
	height: auto;
	padding-bottom: 50px;
}

/* 没有找到相关数据 */
.not-data {
	margin: 0 auto;
	padding: 30px 0;
	font-size: 14px;
	text-align: center;
	line-height: 2.5;
	color: #666;
}