.banner {
    width: 100%;
    height: 1.85rem;
}

    .banner img {
        width: 100%;
    }

.about-us {
    width: 100%;
    background-color: #fff;
}

    .about-us .about-us-content {
        width: 3.37rem;
        margin: 0 auto;
        background: #fff;
        -webkit-box-shadow: 0px 0.03rem 0.1rem 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0.03rem 0.1rem 0px rgba(0,0,0,0.2);
        border-radius: 0.02rem;
        padding: 0.14rem 0.16rem 0.17rem;
        margin-top: 0.32rem;
        margin-bottom: 0.25rem;
    }

        .about-us .about-us-content p {
            font-size: 0.12rem;
            margin-bottom: 0.18rem;
            color: #333;
            line-height: 0.18rem;
        }

            .about-us .about-us-content p:last-child {
                margin-bottom: 0;
            }

.company-honor {
    width: 100%;
    height: 2.85rem;
    background: #f2f2f2;
    padding-bottom: 0.25rem;
}

    .company-honor .honor-LB {
        width: 100%;
        height: 1.49rem;
        margin-top: 0.32rem;
    }

        .company-honor .honor-LB .my-swipe {
            height: 1.89rem;
            margin-bottom: 0.25rem;
        }

            .company-honor .honor-LB .my-swipe .van-swipe-item {
                height: 1.89rem;
                width: 100%;
                position: relative;
            }

                .company-honor .honor-LB .my-swipe .van-swipe-item img {
                    height: 100%;
                    margin: 0 auto;
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

.development-history {
    width: 100%;
    background-color: #fff;
}

    .development-history .animate-section {
        margin-top: 0.35rem;
        width: 2.71rem;
        border-left: 1px solid #000;
        float: right;
    }

        .development-history .animate-section .event-wrap {
            padding-left: 0.2rem;
            float: right;
        }

            .development-history .animate-section .event-wrap .year-item {
                position: relative;
            }

                .development-history .animate-section .event-wrap .year-item::before {
                    display: inline-block;
                    content: "";
                    width: 0.11rem;
                    height: 0.11rem;
                    border-radius: 0.25rem;
                    border: 0.03rem solid #ccc;
                    position: absolute;
                    left: -0.26rem;
                    top: 0.05rem;
                    background-color: #fff;
                }

            .development-history .animate-section .event-wrap .year {
                display: inline-block;
                position: absolute;
                left: -1rem;
                width: 0.6rem;
                height: 0.2rem;
                line-height: 0.2rem;
                text-align: center;
                color: #fff;
                background-color: #999;
            }

            .development-history .animate-section .event-wrap p {
                position: relative;
                color: #000;
                font-size: 0.11rem;
                margin-bottom: 0.12rem;
            }

.module-desc {
    width: 3.51rem;
}

.intro .item {
    width: 3.5rem;
    border-radius: 0.03rem;
    border: 1px solid #e5e5e5;
    padding: 0.17rem;
    margin-bottom: 0.1rem;
}

.intro .icon {
    position: relative;
}

    .intro .icon img {
        width: 0.53rem;
        height: 0.61rem;
    }

    .intro .icon i {
        font-size: 0.36rem;
        color: #fff;
    }

.intro .title {
    font-size: 0.12rem;
    color: #333;
    padding: 0.05rem 0 0.1rem 0;
}

.intro .desc {
    width: 2.43rem;
    font-size: 0.09rem;
    line-height: 0.15rem;
}

.intro img {
    position: absolute;
    left: 0.4rem;
    top: 1px;
    height: 3.3rem;
}

.intro .animate-item ~ .animate-item {
    margin-top: 0.35rem;
}

.intro .year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.4rem;
    flex: 0 0 0.4rem;
    font-size: 0.12rem;
    font-weight: 700;
    text-align: center;
    color: #2589ff;
}

.intro .month {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.6rem;
    flex: 0 0 0.6rem;
    font-size: 0.12rem;
    text-align: center;
}

.intro .desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.4rem;
    flex: 0 0 2.4rem;
    font-size: 0.1rem;
    line-height: 0.18rem;
}

@-webkit-keyframes box-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0px #eee;
        box-shadow: 0 0 0 0px #eee;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0.1rem #eee;
        box-shadow: 0 0 0 0.1rem #eee;
    }
}

@keyframes box-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0px #eee;
        box-shadow: 0 0 0 0px #eee;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0.1rem #eee;
        box-shadow: 0 0 0 0.1rem #eee;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    66% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #16f2f7;
    }
}

@keyframes zoom {
    0% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    66% {
        color: transparent;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #16f2f7;
    }
}
