.banner{
	background: url(../images/detail/detail-banner.jpg) no-repeat scroll center center;
	background-size: cover;
	width: 100%;
	height: 568px;	
}
.banner .content{
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}
.p-a{
	position:relative;
}
.zh{
	font-size:40px;
	color:#fff;	
}
.en{
	font-size:16px;
	color:#616eba;
	margin-top:10px;
}
/*面包屑*/
.detail,a,.detail .content,.detail p {
	font-family: "microsoft yahei";
	color:#333;
}
.content{
	margin:0 auto;
	width:1200px;
}
.crumbs{
	background:#fff;
	height:50px;
	box-shadow:0 10px 10px #f3f3f3;	
	font-size:14px
}
.crumbs img{
	margin-right:5px;
}
.flex{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	height:50px;
}
.crumbs a{
	color:#858585;
	font-size:14px;
}
.crumbs .active{
	color:#055dca;
	font-weight:bold;
}

.detail .name{
	font-size:38px;
	padding:40px 0 20px;
}
.detail p{
	line-height:30px;
	font-size:16px;
	text-indent: 30px;
}

.detail .img{
	padding: 30px 0;
	text-align:center;
}
.m-b{
	margin-bottom:30px;
}