.brand_mai{
	padding: 60px 0;
}
.brand_mai>ul>li{
	float: left;
	width: 16.66%;
	text-align: center;
	font-size: 14px;
	color: #3b3b3b;
	line-height: 22px;
	margin-bottom: 70px;
}
.bra_ico{
	margin: 0 auto 15px;
	text-align: center;
	max-height: 80px;
	overflow: hidden;
}
/* 2020.9.29 */
.brn_tit {
	position: relative;
	margin-bottom: 50px;
}

.brnt_name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
}

.brnt_name h1 {
	font-size: 30px;
	padding-top: 23px;
}

.brnt_name h2 {
	font-size: 14px;
	color: #ffffff;
	margin-top: 5px;
}

.brn_list {
	padding: 0 20px;
	margin-bottom: 20px;
}

.brn_list>ul>li {
	float: left;
	background-color: rgb(255, 255, 255);
	width: 200px;
	height: 81px;
	margin: 0 40px 40px 0;
	text-align: center;
}

.brn_list>ul>li:nth-child(5n) {
	margin-right: 0;
}

.brn_list>ul>li p {
	font-size: 14px;
	color: #3b3b3b;
}

.be_pi {
	margin: 10px 0 6px;
}

@media screen and (max-width: 768px) {

	.brn_tit {
		margin-bottom: .5rem;
	}

	.brnt_name h1 {
		font-size: .3rem;
		padding-top: .23rem;
	}

	.brnt_name h2 {
		font-size: .16rem;
		margin-top: 0.05rem;
	}

	.brn_list {
		padding: 0;
		margin-bottom: .2rem;
	}

	.be_pi img {
		width: auto;
	}

	.brn_list>ul>li {
		float: left;
		background-color: rgb(255, 255, 255);
		width: calc((100% - .4rem)/2);
		height: 1.2rem;
		margin: 0 .2rem .4rem 0;
		text-align: center;
	}

	.brn_list>ul>li:nth-child(2n) {
		margin-right: 0;
	}

	.brn_list>ul>li:nth-child(5n) {
		margin-right: .2rem;
	}

	.brn_list>ul>li p {
		font-size: .16rem;
	}

	.be_pi {
		margin: .1rem 0 0.06rem;
	}
	.brn_bac img{
		height: 1.2rem;
	}
}
  




