.brand .title {
    padding: 30px;
    color: #333;
    font-size: 18px;
    display: block;
}

.brand .SubTitle {
    color: #999;
    font-size:  12px;
    position: relative;
    overflow: hidden;
}

.brand .SubTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 80px;
    width: 100%;
    height: 1px;
    background: #F9F9F9;
}

.brand .desc {
    color: #333;
    font-size: 12px;
}

html, body {
    position: relative;
    height: 100%;
}

.brand .brandSwiper {
    overflow: hidden;
    position: relative;
}

.brand .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.brand .swiper-slide img {
    width: 100%;
}

.brand .brandSwiper-top {
    height: 80%;
    width: 100%;
}

.brand .brandSwiper-container {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.brand .swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 45px;
}

.brand .brandSwiper-thumbs .swiper-slide {
    box-sizing: border-box;
    height: 100%;
    width: 33.3333% !important;
    color: #fff;
    padding: 15px 3%;
    /*opacity: 0.4;*/
    /*margin-right: 0 !important;*/
}

.brand .brandSwiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: rgba(25, 187, 198, .5);
}

.brand .brandArticle .row {
    border-bottom: 1px solid #F7F8F9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.brand .brandArticleTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.brand .brandArticleInfo {
    padding: 0 5%;
}

.brand .brandArticleInfo img:first-child {
    width: 100%;
}

.brand .brandArticleInfo-title {
    color: #19BBC6;
    font-size: 18px;
    margin: 15px 0;
}

.brand .brandArticleInfo-subTitle {
    color: #999;
    font-size: 12px;
    margin: 15px 0;
}

.brand .brandArticleInfo-info {
    color: #666;
    font-size: 10px;
    margin:  2vw 0;
}

.brand .brandArticleInfo-more {
    color: #19BBC6;
    font-size: 10px;
    margin-top: 3vw;
}

.brand .news-list {
    /*box-sizing: border-box;*/
    /*margin: 0 10%;*/
    /*padding: 0 10%;*/
    width: 80%;
    margin: 0 auto;
}

.brand .news {
    margin: 50px 0;
    padding-bottom: 40px;
}

.brand .news .news-item {
    text-align: center;
}

.brand .news .news-item:hover div:first-child .row {
    opacity: 1;
}

.brand .news .news-item > div:first-child {
    position: relative;
}

.brand .news .news-item > div:first-child .row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(25, 187, 198, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    opacity: 0;
}

.brand .news .news-item > div:first-child .row img {
    width: auto;
}

.brand .news .news-item .btn-default {
    text-align: center;
    color: #19BBC6;
    border: 1px solid #19BBC6;
}

.brand .news .news-item p {
    font-size: 18px;
    color: #333;
    margin: 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand .news .news-item p:hover {
    color: #19BBC6;
}

.brand .Base {
    width: 100%;
}

.brand .news-list > .row {
    border: 1px solid #3F3F3F;
    padding: 8px 0;
    color: #999;
    font-size: 14px;
}

.brand .news-list > .row .col-md-2 p {
    margin-bottom: 0;
}

.brand .news-list > .row .col-md-2 {
    margin: 8px 0;
}

.brand .news-list > .row .col-md-2:not(:last-child) {
    border-right: 1px solid #DADADA;
}

.brand .news-list > .row .col-md-2 p:first-child {
    color: #333;
    font-size: 30px;
}

.viewAll {
    position: relative;
}

.viewAll:hover .text {
    display: block;
}

.viewAll .text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: white;
    width: 100%;
    text-align: center;
}

.viewAll .text p:nth-child(1) {
    font-size: 18px;

}

.viewAll .text p:nth-child(2) {
    font-size: 36px;

}

.viewAll .text p:nth-child(3) {
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid white;
    width: 20%;
    margin: 0 auto;
    cursor:pointer;
}
.viewAll {
    position: relative;
}
    .viewAll img {
        width: 100%;
    }
    .viewAll-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        text-align: center;
        color: #fff;
    }
.viewAll-subTitle {
    font-size: 0.9vw;
}
.viewAll-title {
    font-size: 2vw;
    margin: 20px 0 80px;
}
.viewAll-desc {
    display: inline-block;
    font-size: 0.7vw;
    border: 1px solid #fff;
    padding: 24px 50px;
}


@media (max-width: 768px) {
    .brand .news-list {
        width: 100%;
    }
    .brand .brandArticleInfo{
        padding: 0;
    }
    .brandSwiper {
        display: none;
    }
    .brand .brandArticleInfo p,
    .brand .brandArticleInfo .brandArticleInfo-more {
        padding: 0 15px;
    }
    .brand .news{
        margin: 20px 0;
        display: none;
    }
    #reports{
        margin-bottom: 20px;
    }
    .viewAll-subTitle {
        font-size: 6vw;
    }
    .viewAll-title{
        font-size: 8vw;
    }
    .viewAll-desc{
        font-size: 4vw;
    }
}
