
/* 轮播图 */
.banner{}
.banner-desc{
    background: #f2f2f2;
}
.b-desc{
    margin: .65rem 0;
    padding: .7rem .85rem;
    width: 100%;
    line-height: 1rem;
    background: #FF3737;
    text-align: justify;
    font-size: .6rem;
    color: #FFF;
}
.banner-img{
    width: 100%;
    height: auto;
}

.about-img{
    width: 100%;
    height: auto;
}
.about{
    padding-top: 1.3rem;
    padding-bottom: 4.54rem;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
}
.about-title-box{
    display: flex;
    flex-direction: column;
}
.about-title-en{
    font-size: .6rem;
    font-weight: lighter;
    text-transform: uppercase;
    display: inline-block;
}
.about-title{
    font-size: .9rem;
    display: inline-block;
}
.about-desc-box{
    margin-top: .45rem;
    display: inline-block;
}
.about-desc{
    line-height: 1rem;
    font-size: .6rem;
    font-weight: lighter;
    color: #3D3D3D;
    text-align: justify;
}
.about-info-box{
    margin-top: 1.3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.about-info{
    padding-left: 1.4rem;
    height: 2.5rem;
    border-left: 1px solid #D8D8D8;
    font-weight: lighter;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-info-title{
    font-size: .7rem;
}
.about-info-desc{
    font-size: .9rem;
}

