.brand-right {
    width: 100%;
    height: 260px;
    margin-top: 30px;
    float: right;
    padding: 12px 10px;
    box-sizing: border-box;

}
.brand-right>.brand-all-swiper {
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 460px;
    top: 0;
}
.brand-right .brand-swipper {
    transform: translateX(0px);
    height: 100%;
}
.brand-right .brand-swipper-list {
    position: relative;
    width: 180px;
    height: 100%;
    float: left;
}
.heng-line {
    position: absolute;
    top: 25.5px;
    left: 164px;
    width: 16px;
    height: 1px;
    background-image: linear-gradient(to right, #15916A 0%, #15916A 50%, transparent 50%);
    background-size: 4px 1px;
}
.brand-right .brand-swipper-head {
    position: relative;
    width: 164px;
    height: 52px;
}
.brand-right .brand-swipper-head-line {
    position: absolute;
    top: 25.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #15916A 0%, #15916A 50%, transparent 50%);
    background-size: 4px 1px;
}
.brand-right .brand-swipper-head-year {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-family: "Dutch801 BT";
    background-color: #e6e6e6;
    border-radius: 50%;
    color: #15916A;
    margin: 0 auto;
    cursor: pointer;
}
.brand-swipper-head-year i {
    margin-right: 2px;
}
.brand-right .brand-swipper-head-year:hover {
    background-color: #15916A;
    color: #ffffff;
}
.brand-right .brand-swipper-content>.brand-swipper-contnet-line {
    width: 1px;
    height: 12px;
    background-image: linear-gradient(to bottom, #15916A 0%, #15916A 50%, transparent 50%);
    background-size: 2px 3px;
    margin: 0 auto;
}
.brand-right .brand-swipper-content {
    width: 164px;
}
.brand-right .brand-swipper-contnet-bottom {
    width: 100%;
}
.brand-right .brand-swipper-contnet-bottom>.image {
    width: 162px;
    /*border: 1px solid #333435;*/
    margin-bottom: 10px;
    opacity: 0.85;
}
.brand-right .brand-swipper-contnet-bottom>.image:hover {
    opacity: 1;
}
.brand-right .brand-swipper-contnet-bottom>.image>img {
    width: 100%;
    height: 106px;
    overflow: hidden;
}
.brand-right .brand-swipper-contnet-bottom>.texts {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    font-family: "微软雅黑";
    color: #AFAFB1;
}