@charset "utf-8";



#award {
    width: 100%;
}

#award_s {
    width: 1024px;
    margin: 0 auto;

}

.award01 {
    width: 100%;
    height: 597px;
    position: relative;
    background-image: url(../images/award_01.jpg);
}

.award01 .s_tit01 {
    width: 1024px;
    text-align: center;
    position: absolute;
    bottom: 170px;
}

.award01 .s_tit02 {
    width: 56px;
    height: 2px;
    background-color: #fff;

    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.award01 .s_tit03 {
    width: 1024px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    line-height: 30px;
}

.award02{
    width: 100%;
    overflow: hidden;
    margin: 100px 0;
}

.award02 > li{
    width: 336px;
    float: left;
    margin-right: 8px;
    margin-bottom: 50px;
}

.award02 > li:nth-child(3n){
    margin-right: 0;
}

.award02 > li:nth-child(13){
    margin-bottom: 0;
}

.award02 > li:nth-child(14){
    margin-bottom: 0;
}

.award02_list > div{
    width: 336px;
    background-color: #f4f4f4;
    text-align: center;
    padding: 25px 0;
}

.award02_list > div > h4{
    font-size: 16px;
    line-height: 22px;
    color: #e2312f;
}

.award02_list > div > p{
    font-size: 12px;
    line-height: 22px;
}

















