.w1200{
    width: 1200px;
    margin: 0 auto;
}
.hqtitbox {
    height: 140px;
    background: #fff;
    /*margin-top: 120px;*/
}
.hqtitbox h1 {
    min-height: 34px;
    font-weight: 700;
    word-wrap: break-word;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 1px;
    padding-top: 24px;
}
.hqtitbox ul {
    display: flex;
    margin-top: 25px;
}
.hqtitbox ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 6px;
    padding: 6px 7px;
    font-size: 12px;
    line-height: 1;
    border-radius: 30px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #f0f3fa;
    color: #787b86;
}
.contul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contul li {
    width: 380px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 #b2b5be;
    border-radius: 6px;
    overflow: hidden;

}
.contul li img {
    width: 100%;
}