.top-banner {
    width: 100%;
}

.abouts-content {
    width: 80%;
    margin: 1rem auto;
}

.about-top {
    display: flex;
    justify-content: space-between;
}

.top-left {
    width: 6.72rem;
}

.about-tit {
    position: relative;
    width: 100%;
    height: 1.3rem;
}

.title-cn {
    font-size: 0.6rem;
    color: #47A159;
}

.title-en {
    color: #D7D7D7;
    font-size: 0.5rem;
    position: absolute;
    left: 2rem;
    top: 1.1rem;
}

.line1 {
    width: 0.2rem;
    height: 3px;
    background: rgba(250,182,73,1);
    margin-top: 0.5rem;
}

.line2 {
    width: 1.1rem;
    height: 3px;
    background: rgba(0,153,68,1);
    opacity: 0.54;
}

.introduce {
    font-size: 0.16rem;
    color: #6F6F6F;
    line-height: 0.36rem;
    padding: 0.56rem 0;
}

    .introduce p {
        text-indent: 0.4rem;
    }

.top-right {
    width: 7rem;
}

.pic-top {
    width: 5.27rem;
    height: 4rem;
    position: relative;
}

    .pic-top::after {
        content: "";
        position: absolute;
        content: '';
        left: 4.55rem;
        top: -0.2rem;
        width: 0.92rem;
        height: 0.74rem;
        background: url('../img/common/dianzui7.png') no-repeat center;
        background-size: 100% 100%;
        z-index: -1;
    }

    .pic-top::before {
        content: "";
        position: absolute;
        content: '';
        left: -0.25rem;
        top: 3.4rem;
        width: 0.92rem;
        height: 0.74rem;
        background: url('../img/common/dianzui7.png') no-repeat center;
        background-size: 100% 100%;
        z-index: -1;
    }



.pic-cla {
    width: 100%;
    height: 100%;
}

.pic-bottom {
    width: 5.27rem;
    height: 3.8rem;
    margin-left: 2.0rem;
    margin-top: -1.4rem;
    position: relative;
}

    .pic-bottom::after {
        content: "";
        position: absolute;
        content: '';
        left: 4.3rem;
        top: 3.1rem;
        width: 1.41rem;
        height: 1.14rem;
        background: url('../img/common/dianzui10.png') no-repeat center;
        background-size: 100% 100%;
        z-index: -1;
    }

.list-container {
    width: 90%;
    margin: 1rem auto;
}

.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

    .list-item img {
        width: 5rem;
        height: 2.64rem;
    }

.list-wrap {
    width: 5.44rem;
}

.lits-box {
    width: 0.46rem;
    height: 0.46rem;
    background: rgba(71,161,89,1);
    transform: rotate(45deg);
}

.list-item p {
    font-size: 0.2rem;
    color: #6F6F6F;
    line-height: 0.4rem;
}

.info {
    width: 5.22rem;
    margin-left: 0.5rem;
    position: relative;
}

    .info::before {
        content: "";
        position: absolute;
        content: '';
        left: -0.5rem;
        top: 15%;
        width: 1px;
        height: 70%;
        background: #FED869;
    }

    .info p span {
        color: #47A159;
        font-size: 0.22rem;
    }


.title2 {
    font-size: 0.6rem;
    color: #47A159;
    margin: 0.7rem auto;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 90%;
    margin: 1rem auto;
    font-size: .23rem;
    font-family: FZLTHK--GBK1-0;
    font-weight: 400;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }


    #customers tr:hover {
        background-color: #ccccc;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }
