.brand img {
    width: 100%;
    height: 130px;
}

.brand img:hover {
    border: 1px solid #26b7bc;
    z-index: 999;
}

.brand .item {
    position: relative;
    width: 100%;
    z-index: 1;
    width: 20%;
    border: 1px solid #dbdcde;
}

.brand .item img {
    z-index: 9;
}

.brand .name {
    display: none;
    float: left;
    z-index: 99999;
    background-color: #26b7bc;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 8px 0;
    text-align: center;
    color: white;
}

.brand div:hover .name {
    display: block;

    z-index: 99999;
}

.wow .date {
    background-color: #d2d6d6;
}

.wow:hover .date {
    background-color: #26b7bc;
}

#flex {
    display: flex;
    align-items: center;
}

#buttona {
    color: #26b7bc;
    border: 1px solid #26b7bc;
    padding: 5px 12px;
}

#bgimg {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

#bgimg .img {
    position: absolute;
    width: 100%;
    margin-top: 50px;
    height: 180px;
    width: 100%;
}

.condiv {
    height: 300px;
}

.tree_img {
    height: 250px;
}

.datapic {
    display: flex;
    width: 90%;
    justify-content: space-around;
}

.datapic .item1 {
    margin-top: -180px;
    text-align: center;
}

.datapic .item3,
.datapic .item5 {
    margin-top: -180px;
}

.datapic .data {
    font-size: 30px;
    font-weight: 600;
}

.datapic .item_c {
    display: flex;
    align-items: baseline;
}

#brandbg {
    background-color: #fafcfc;
}

#brandbg #left {
    width: 20%;
    height: 10px;
    color: #fff;
}

#brandbg #left .date_c {
    padding: 18px;
}

#brandbg #left .date_c .top {
    font-size: 18px;
    font-weight: 600;
}

#brandbg #left .date_c .bott {
    display: flex;
    justify-content: end;
    font-size: 10px;
}

.jiamengbg {
    background: url("__STATIC__/zhongzhu/images/databg.png");
    background-size: 100% 100%;
}

.jiamengbtn {
    color: #26b7bc;
    border: 1px solid #26b7bc;
    padding: 5px 12px;
}

#brand {
    display: flex;
    flex-wrap: wrap;
}
.nowarp {
    white-space: nowrap;
}
