.wrap {
    width: 100%;
    margin-top: 120px;
}
.wrap::before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/bg1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.container {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}
h3.tt {
    font-size: 24px;
    text-align: center;
    line-height: 2;
    color: #333;
}
.awards {
    background: rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 20px;
}
.awards .kt{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
    color: #fff;
}
.imgbox {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
}
.imgbox img {
    width: 100%;
    margin-bottom: 10px;
}
.imgbox p.center-tip {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 2;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.sixWidth {
    width: 60%;
}
.textbox {
    margin-bottom: 15px;
}
.textbox>p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.awardTitle h6 {
    font-size: 24px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}
@media screen and (max-width:768px) {
    .wrap {
        margin-top:50px;
    }
    .container {
        width:100%;
        padding:50px 15px;
    }
    .sixWidth {
        width: 100%;
    }
    .awardTitle h6 {
        font-size:20px;
    }
    .imgbox p.center-tip {
        font-size:12px;
    }
}