
.brand-history {
	margin:2% 0;
}
.brand-list h5 {
    display:block;
    width: 156px;
    height: 42px;
	margin:0 auto;
	font-size: 20px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 21px;
	text-transform: uppercase;
    font-family: 'Futura';
}
.brand-list ul {
    position: relative;
    padding: 0 10px;
    height: 100%;
}
.brand-list ul:before{
	position:absolute;
	content: " ";
	width:1px;
	height:100%;
	background:#e1e1e1;
	left:50%;
	z-index: -1;
	color:#000;
}
.brand-list ul li {
	margin:2% 0;
	position:relative;
	overflow:hidden;
}
.brand-list ul li:before {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    background: #d22633;
    left: 50%;
    margin-left: -3px;
    top: 15%;
    transition: all 0.3s;
    border-radius: 50%;
}
.brand-list ul li .item {
	float:left;
	width:50%;
	margin:1% 0;
	padding:0 3%;
	text-align:right;
}
.brand-list ul li:nth-of-type(2n) .item {
	float:right;
	text-align:left;
}
.brand-list ul li .item h3 {
	display:inline-block;
	font-size:30px;
	color:#d22633;
	font-family: 'Futura';
	position:relative;
}

.brand-list ul li .item .content {
	margin-top:3%;
}
.brand-list ul li .item .content p {
	font-size:14px;
	color:#666;
	text-indent: 0;
}

/*自适应样式*/
@media screen and (max-width:1024px){
.brand-list ul li .item {
}
}