﻿.zts-img img {
    width: 100%;
}

.home-main #reagent {
    padding: 77px 0;
    padding-bottom: 75px;
    background: #fafafa url(../image/REAGENT.png) no-repeat right center;
    background-size: 123px;
    display: flex;
    overflow: hidden;
}

#reagent .reagent-title > div:first-child {
    height: 52px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    line-height: 52px;
    text-align: center;
}

#reagent .reagent-title > div:last-child {
    font-size: 24px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

#reagent .flex.reagent-pdus {
    flex-wrap: wrap;
    padding-top: 35px;
}

#reagent .reagent-pdu-wrap {
    width: 33.33%;
    padding: 40px 35px;
    position: relative;
}

    #reagent .reagent-pdu-wrap .reagent-info {
        background: #FFFFFF;
        box-shadow: 0px 2px 14px 0px rgba(171, 171, 171, 0.5);
        border-radius: 23px;
        text-align: center;
        padding: 82px 60px 43px 60px;
        height: 232px;
        margin-top: 24px;
    }

@media (max-width:1700px) {
    #reagent .reagent-pdu-wrap {
        padding: 40px 25px;
    }
}

@media (max-width:1600px) {
    #reagent .reagent-pdu-wrap {
        padding: 40px 15px;
    }
}


@media (max-width:1400px) {
    #reagent .reagent-pdu-wrap {
        width: 50%;
        padding: 40px 10px;
    }
}

@media (max-width:900px) {
    #reagent .reagent-pdu-wrap {
        width: 100%;
        padding: 40px 0px;
    }

        #reagent .reagent-pdu-wrap .reagent-info {
            padding: 82px 40px 43px 40px;
        }
}

@media (max-width:768px) {

    #reagent .reagent-pdu-wrap .reagent-info {
        padding: 82px 20px 43px 20px;
    }
}


#reagent .reagent-pdu-wrap:hover .reagent-info {
    background: #F4F8FF;
}

#reagent .reagent-info span:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    display: block;
}

#reagent .reagent-info span:last-child {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    margin-top: 17px;
    display: block;
}

#reagent .reagent-pdu-wrap .reagent-img {
    width: 116px;
    height: 116px;
    border-radius: 58px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0px 2px 7px 0px rgba(171, 171, 171, 0.5);
    overflow: hidden;
    padding: 32px;
    background: #fff;
}

    #reagent .reagent-pdu-wrap .reagent-img img {
        width: 100%;
    }

.article {
    background: #2D4EC414;
    height: 81px;
    border-radius: 41px;
    color: #666;
    font-size: 20px;
    margin: 56px auto;
    position: relative;
    user-select: none;
}

.article-bg {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 41px;
    z-index: 1;
    width: 50%;
    height: 100%;
    background: #2D4EC4;
    transition: all .1s;
}

    .article-bg.right {
        left: 50%;
    }

.article .article-item {
    width: 330px;
    border-radius: 41px;
    line-height: 81px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

.article div.active {
    color: #fff;
    /*            background: #2D4EC4;*/
    font-weight: bold;
}

.article-right {
    border-left: 1px solid #979797;
}

.article-left {
    padding-left: 10%;
}

.article-right {
    padding-right: 10%;
}

@media (max-width:1600px) {
    .article-left {
        padding-left: 7%;
    }

    .article-right {
        padding-right: 7%;
    }
}

@media (max-width:1400px) {
    .article-left {
        padding-left: 3%;
    }

    .article-right {
        padding-right: 3%;
    }
}

@media (max-width:1200px) {
    .article-left {
        padding-left: 0%;
    }

    .article-right {
        padding-right: 0%;
    }
}

@media (max-width:768px) {
    .support .list > .flex {
        flex-wrap: wrap;
    }

    .article-left {
        width: 100%;
    }

    .article-right {
        width: 100%;
        border-left: none;
    }

    .support .wrap .list .news {
        padding: 0px 0px 50px;
    }

    .article {
        width: 100%;
        height: 66px;
    }

        .article .article-item {
            width: 50%;
            line-height: 66px;
        }
}


.support .article-left .news-wrap {
    height: unset;
}

.article-tm {
    margin-bottom: 18px;
    color: #2D4EC4;
}

    .article-tm span:first-child {
        font-size: 30px;
        line-height: 40px;
        margin-right: 9px;
    }

    .article-tm span:last-child {
        font-size: 16px;
        line-height: 21px;
    }

.article-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 18px;
}

    .article-title:hover {
        color: #2D4EC4;
    }

.article-ct {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 18px;
}

.article-more {
    background: transparent;
    border-radius: 26px;
    border: 1px solid #2D4EC4;
    font-size: 16px;
    color: #2D4EC4;
    line-height: 24px;
    padding: 12px 22px;
    width: 143px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .article-more .img {
        width: 19px;
        height: 19px;
        background-image: url("../image/arrow-right9.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

.article-more:hover {
    background: #2D4EC4;
    color: #fff;
}

    .article-more:hover .img {
        background-image: url("../image/arrow-right9-2.png");
    }

.article-img {
    margin-bottom: 27px;
}

.support .list.hidden {
    display: none;
}
