.important-wrapper{
    /*padding:40px 300px;*/
    height:350px;
    background:#fff;
    text-align:center;
    border-radius:15px;
    overflow: hidden;
}
.important-wrapper img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.important-title{
    margin-bottom:20px;
    font-size:30px;
    font-weight:bold;
    letter-spacing:2px;
    color:#AA000D
}
.important-desc-bg{
    margin-bottom:24px;
    height:46px;
    line-height:46px;
    font-size:22px;
    letter-spacing:2px;
    color:#fff;
    border-radius:46px;
}
.important-desc{
    font-weight:bold;
    font-size:22px;
    line-height:40px;
}
.important-desc-small{
    font-size:18px;
}
.important-desc,
.important-desc-small{
    color:#AA000D
}
.about-card-wrapper{
    margin:75px auto;
}
.about-time-wrapper{
    margin-top:170px;
    height:140px;
}
.about-wrapper{
    margin:82px auto;
}
.about-main-top{
    width:100%;
}
.about-video{
    width:800px;
    height:450px;
    border-radius:15px;
    overflow:hidden;
    border:1px solid #333;
}
.about-text{
    width:530px;
}
.about-title-left{
    background:url('../image/about-company-bg.png') no-repeat; 
}
.about-text-desc{
    margin-top:38px;
    text-indent:2em;
    font-size:24px;
    line-height:40px;
}
/* about 数据 */
.adout-data-wrapper{
    margin-bottom:53px;
}
.about-data-line{
    height:1px;
    background:url('../image/gradient-line-solid.png') no-repeat;
}
.about-data-inner{
    padding:56px 0;
}
.about-data-item{
    width:20%;
    text-align:center;
}
.about-data-item-number{
    font-size:64px;
    font-weight:bold;
}
.about-data-item-text{
    margin-top:10px;
    font-size:24px;
}