.brand_wrap {
    padding: 66px 0 66px 0;
}

.brand_nav {
    display: flex;
    justify-content: space-between;
}

.brand_nav .brand_side {
    height: 350px;
    border-right: 1px solid #e6e6e6;
}

.brand_nav .numA-Z {
    text-align: center;
}

.brand_nav .numA-Z a {
    display: block;
    width: 200px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}

.brand_nav .numA-Z a:hover {
    color: #004098;
}

.brand_nav .numA-Z .active {
    color: #004098;
}


/*brand_col*/

.brand_col {
    width: 80%;
}

.brand_col .brand_list {
    height: 950px;
    overflow-y: scroll;
    padding: 0 40px 0 40px;
}

.brand_col .brand_list .name {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

.brand_col .brand_list .list_cont {
}

.brand_col .brand_list .list_cont li {
	float: left;
    width: 25%;
    height: 200px;
    margin-bottom: 40px;
    padding: 10px;
}

.brand_col .brand_list .list_cont li a {
    display: block;
    width: 100%;
    height: 200px;
    box-shadow: 0 0 20px #eee;
    position: relative;
    overflow: hidden;
}

.brand_col .brand_list .list_cont li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
