/*品牌列表*/
.brand-tit {
	padding: 2% 0 0 0;
}
.brand-tit h2 {
	font-size: 32px;
    color: #d10000;
    font-weight: bold;
	text-align:center;
}

.brand-list {}
.brand-list ul {
	padding:5% 0;
	overflow:hidden;
}
.brand-list ul li {
	float:left;
	width:13.2785%;
	margin:0.5%;
	border-radius: 10px;
	border: 1px solid #eee;
	position:relative;
}
.brand-list ul li .photo {}
.brand-list ul li .photo img {
	transition:all 0.5s;
}
.brand-list ul li .word {
	position:absolute;
	bottom:10%;
	z-index:1;
	width:100%;
	font-size:14px;
	color:#d10000;
	text-align:center;
	opacity:0;
}
.brand-list ul li:hover .word {
	opacity:1;
}

.brand-list ul li:hover .photo img {
	transform: scale(1.1);
}
@media screen and (max-width:1024px){
/*品牌列表*/
.brand-tit {
	padding: 2% 0 0 0;
}
.brand-tit h2 {
	font-size: 24px;
    color: #d10000;
    font-weight: bold;
	text-align:center;
}

.brand-list {}
.brand-list ul {
	padding:5% 0;
	overflow:hidden;
}
.brand-list ul li {
	float:left;
	width:48%;
	margin:1%;
	border-radius: 10px;
	border: 1px solid #eee;
	position:relative;
}
.brand-list ul li .photo {}
.brand-list ul li .photo img {
	transition:all 0.5s;
}
.brand-list ul li .word {
	position:absolute;
	bottom:10%;
	z-index:1;
	width:100%;
	font-size:14px;
	color:#d10000;
	text-align:center;
	opacity:0;
}
.brand-list ul li:hover .word {
	opacity:1;
}

.brand-list ul li:hover .photo img {
	transform: scale(1.1);
}
}

/*旗下品牌详情页*/
.brand-centent-box {
	padding:2% 0;
}
.brand-centent-box .photo {
	width:30%;
	text-align:center;
	border: 1px solid #eee;
}
.brand-centent-box .photo img {
}
.brand-centent-box .word {
	width:65%;
	padding:0 2%;
}
.brand-centent-box .word .tit {}
.brand-centent-box .word .tit h2 {
	font-size: 20px;
    color: #d10000;
    font-weight: bold;
    margin: 20px 0;
}
.brand-centent-box .word .about {}
.brand-centent-box .word .about p {
	font-size: 14px;
    color: #666;
	text-indent:2em;
    line-height: 2.2;
    margin-bottom: 1%;
}
.brand-centent-box .word .more {
	margin-top:5%;
}

@media screen and (max-width:1024px){
brand-centent-box {
	padding:2% 0;
}
.brand-centent-box .photo {
	width:100%;
	text-align:center;
	border: 1px solid #eee;
}
.brand-centent-box .photo img {
}
.brand-centent-box .word {
	width:100%;
	padding:5% 2%;
}
.brand-centent-box .word .tit {}
.brand-centent-box .word .tit h2 {
	font-size: 20px;
    color: #d10000;
    font-weight: bold;
    margin: 20px 0;
}
.brand-centent-box .word .about {}
.brand-centent-box .word .about p {
	font-size: 14px;
    color: #666;
	text-indent:2em;
    line-height: 2.2;
    margin-bottom: 1%;
}
.brand-centent-box .word .more {
	margin:6% auto;
}
.brand-centent-box .word .more a {
	margin:0 auto;
}
}