/*内容*/
.banner_title{
	width: 100%;
	margin: 0 auto;
}
.brand_content{
	width: 100%;
	margin: auto;
	background-color: #fff;
	overflow: hidden;
}
.brand_content .brand_item{
	width: 100%;
	height: 280px;
	margin-top: 25px;
}
.brand_item .content_title{
	width: 510px;
	margin: 0 auto;
	display: flex;
	height: 44px;
	font-size: 28px;
	color: #000000;
	line-height: 26px;
}
.content_title img{
	margin-left: 5px;
	margin-right: 5px;
	height: 26px;
}
.content_title p:nth-of-type(2){
	color: #A64fb0;
}
.content_text{
	margin: 0 auto;
	width: 510px;
	height: 199px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #efefef;
	display: flex;
}
.content_text img{
	width: 172px;
	height: 172px;
	margin-top: 13.5px;
	margin-left: 20px;
}
.content_text .content_txt{
	width: 318px;
	height: 199px;
	font-size: 22px;
	color: #000000;
}
.content_text .content_txt p{
	margin-left: 50px;
}
.content_text .content_txt>p:nth-of-type(1){
	margin-top: 42px;
	height: 32px;
}
.content_text .content_txt p:nth-of-type(2){
	height: 32px;
}
.content_text .content_txt a{
	color: #FFFFFF;
}
.content_text .content_txt a p{
	margin: 0 auto;
	width: 150px;
	height: 36px;
	background-color: #964FB0;
	margin-top: 28px;
	text-align: center;
	line-height: 36px;
	border-radius: 36px;
}
.content_last{
	margin-left: 20px;
	width: 258px;
	height: 199px;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
}
.content_last p:nth-of-type(1){
	font-size: 28px;
	font-weight: 900;
	height: 55px;
	line-height: 55px;
}
			
			