/* 移动端 */
@media (max-width: 1000px) {
	.brand_baner{
		height: auto;
	}
	.brand_content_title{
		top: 120px;
	}
	.brand_content_title p:nth-child(1){
		font-size: 12px;
		margin: 0px;
	}
	.brand_content_title p:nth-child(2){
		font-size: 16px;
		padding-top: 0px;
	}
	.brand_yuan{
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: 0px;
	}
	.icon-xiangxiajiantou{
		font-size: 10px;
	}
	.shengshi_index_new{
		display: flex;
		flex-direction: column-reverse;
	}
	.new_center_content{
		display: flex;
		flex-direction: column;
	}
	.new_center_content_one,.new_right,.new_left{
		width: 100%;
	}
	.panel-group .panel{
		position: relative;
	}
	.new_center_content_one_btm .new_center_title{
		font-size: 16px;
	}
}