/*main主要内容*/

.title-mbx {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.title-mbx dt {
	font-size: 20px;
	font-weight: bold;
}

.title-mbx dt span {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	opacity: .5;
}

.title-mbx dd {
	font-size: 16px;
}

.main-item {
	margin-bottom: 30px;
	min-height: 200px;
}

.main-item-tit {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	position: relative;
}

.main-item-tit em {
	font-style: normal;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #999;
}

.main-item-subtit {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	border-left: 3px #BB9C63 solid;
	padding-left: 10px;
}

.main-item-con-txt {
	font-size: 16px;
	line-height: 2.0;
	margin-top: 20px;
}

.m-about-txt2 {
	margin-top: 20px;
}

.m-about-txt2 li {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	position: relative;
	padding-left: 20px;
}

.m-about-txt2 li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #db1416;
	opacity: .64;
	left: 0;
	top: 9px;
}


/*投资组合*/

.inv-list {
	padding-top: 36px;
}

.picL {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	flex-wrap: wrap;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

.picL li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 33.33%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	zoom: 1;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.picL li:hover .text {
	top: 0;
}

.picL li img {
	display: inline-block;
	max-height: 70px;
	vertical-align: middle;
}

.picL li .text {
	background: #dd2022;
	position: absolute;
	top: 120px;
	width: 100%;
	height: 120px;
	padding: 14px 12px 0 12px;
	left: 0;
	text-align: left;
	line-height: 24px;
	opacity: .90;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.picL li .text b {
	color: #fff;
	line-height: 0;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.picL li .text p {
	font-size: 13px;
	line-height: 24px;
}

.picL li .text a {
	color: #fff;
	display: block;
}


/*联系我们*/

.add-list {
	margin-top: 20px;
}

.add-list dt {
	text-align: left;
}

.add-list dd {
	font-size: 16px;
	line-height: 2;
	margin-top: 16px;
}

.add-list dd p img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}


/*团队介绍*/

.renc-item ul{
	display: -webkit-flex;
	display: flex;
	
	flex-wrap: wrap;
}

.renc-item li{
	width: 33.33%;
	position: relative;
}

.renc-item li:hover .renc-item-txt{
	opacity: 1;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.renc-item-txt{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	text-align: center;
	top: 0;
	left: 0;
	opacity: 0;
}

.renc-item-txt span{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 40px;
	left: 0;
	font-size: 16px;
	color: #f2f2f2;
}



/* 当屏幕宽度在1024px到1199px之间 */

@media (min-width:1024px) and (max-width:1199px) {
	.culture-wrap {
		margin-right: -16px;
	}
	.culture-item {
		width: 226px;
		margin-right: 16px;
	}
}


/* 当屏幕宽度在768px到1023px之间 */

@media (min-width:768px) and (max-width:1023px) {
	.title-mbx {
		display: none;
	}
	.main-item-tit {
		font-size: 20px;
		font-weight: bold;
		padding: 16px 0;
		border-bottom: 1px #f2f2f2 solid;
		position: relative;
	}
	.main-item-tit:before {
		content: '';
		position: absolute;
		width: 80px;
		height: 1px;
		background: #f50f10;
		bottom: -1px;
		left: 0;
	}
	.tit2:before {
		width: 110px;
	}
	.main-item-tit em {
		font-style: normal;
		font-size: 14px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #999;
	}
	
		
	/*团队介绍*/
	
	.renc-item ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	
	.renc-item li{
		width: 50%;
		position: relative;
	}
	
	.renc-item li:hover .renc-item-txt{
		opacity: 1;
		-webkit-transition: all .5s linear;
		transition: all .5s linear;
	}
	
	.renc-item-txt{
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.6);
		text-align: center;
		top: 0;
		left: 0;
		opacity: 0;
	}
	
	.renc-item-txt span{
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 40px;
		left: 0;
		font-size: 16px;
		color: #f2f2f2;
	}

}


/* 当屏幕宽度小于767px */

@media (max-width:767px) {
	.title-mbx {
		display: none;
	}
	.main-item-tit {
		font-size: 20px;
		font-weight: bold;
		padding: 16px 0;
		border-bottom: 1px #f2f2f2 solid;
		position: relative;
	}
	.main-item-tit:before {
		content: '';
		position: absolute;
		width: 80px;
		height: 1px;
		background: #f50f10;
		bottom: -1px;
		left: 0;
	}
	.tit2:before {
		width: 110px;
	}
	.main-item-tit em {
		font-style: normal;
		font-size: 14px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #999;
	}
	/*团队介绍*/
	.renc-item ul{
		display: block;
	}
	
	.renc-item li{
		width: 100%;
		position: relative;
	}
	
	.renc-item li img{
		width: 100%;
	}
	
	.renc-item-txt{
		position: initial;
		width: 100%;
		background: transparent;
		opacity: 1;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.renc-item-txt span{
		position: initial;
		width: 100%;
		text-align: center;
		bottom: 40px;
		left: 0;
		font-size: 20px;
		color: #424953;
	}
	
	.picL {
		display: block;
	}
	
	.picL li{
		display: block;
		width: 100%;
		height: 120px;
	}
	
	.picL li img{
		width: 220px;
		height: auto;
		max-height: initial;
		display: inline-block;
		vertical-align: middle;
	}
	
	.picL li .text {
		background: #dd2022;
		position: absolute;
		top: 120px;
		width: 100%;
		height: 120px;
		padding: 14px 12px 0 12px;
		left: 0;
		text-align: left;
		line-height: 24px;
		opacity: .90;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

}