/****************************** header bg image effects ******************************/
@keyframes moveBackground {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 100% 100%;
    }
}

.about_us_header {
    height: 60vh;
    width: 100%;
    margin: 0;
    /*background-image: url('{__PC__}/default/images/about_us_header_bg.jpg');*/
    background-position: center;
    background-size: cover;
    animation: moveBackground 5s linear infinite; /* 调整动画时间和速度 */
}

/***************************** honor_curve *****************************/
.honor_curve {
    position: relative;
    margin: 0 auto;
    /*max-width: 990px;*/
    width: 100%;
    height: 150px;
}

.honor_curve-w {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    /*border:1px solid blue;*/
}

.honor_curve-w .honor_curve-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 1000px;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
}

.honor_curve .honor_curve-desc {
    /*position: absolute;*/
    /*top:0;*/
    z-index: 995;
    /*padding: 20px 0;*/
    text-align: center;
    color: black;
}

.honor_item_box{
    width: 32%;
    margin-bottom: 20px;
    max-width: 320px;
}

.honor_item_title{

}

.honor_item_image{
    width:300px;
    height:200px;
}
.honor_item_image img{
    width:100%;
    height:100%;
}

.honor_item_text{}