.reason_info{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 25px;
    text-align: left;
    height: 60px;
}
.show-box {
    width: 600px;
    margin: 0 auto;
}

.webbg {
    background: #f8f9fb;
    height: 680px;
    width: 100%;
    display: inline-block;
}

.show-content{
    text-align: center;
    position: relative;
    background-color: #f0f0f0;
    z-index: 500;
}
@media screen and (max-width: 480px) {
    .page-about .about-intro ul li {
        width: 50%;
    }
}
.page-about .about-intro ul li img {
    display: block;
    width: 55%;
    margin: 0 auto;
    min-width: 120px;
}

.company-number .list .item img {
    width: 200px;
}
.content ul li::before {
    content: "●";
    color:  #467DF6;
    position: relative;
    top: -1px;
    margin-right: 7px;
}
