a:focus{
	color: #151515;
}
/* 背景图 */
.proPage-bg{
	height: 500px;
	position: relative;
}

.proPage-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* 内容一 */
.proPage-partOne{
	margin: 100px 0 60px;
	background: #fff;
}

.proPage-img{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.proPage-img img{
	width: 100%;
}

.proPage-title-1{
	font-size: 14px;
	letter-spacing: 2px;
	color: #151515;
	padding: 40px 0 10px;
}

.proPage-txt-1{
	font-size: 20px;
	letter-spacing: 2px;
	color: #151515;
}

.proPage-title-1:hover ,.proPage-txt-1:hover{
	color: #999;
	cursor: pointer;
}

.proPage-title-2{
	font-size: 16px;
}

.proPage-txt-2{
	line-height: 24px;
	color: #666;
}

.proPage-content-1{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.proPage-content-1 p img{
	width: 100%;
}
.proPage-content-2{
	padding-top: 20px;
}

.proPage-title-2{
	margin-bottom: 10px;
	height: 18px;
	-webkit-line-clamp: 1;
}

.proPage-txt-2{
/*	height: 96px;
	-webkit-line-clamp: 4;*/
}

.more-btn a{
    height: 35px;
    line-height: 35px;
    display: block;
    width: 122px;
	margin: 0 auto;
}

.more-btn{
	margin-top: 35px;
}
