.topBanner_div {
    width: 1200px;
    margin: 0 auto;
}

.topbanner_ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 25%;
    float: right;
}

.topbanner_ul p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}

.topbanner_ul > li > a {
    text-decoration: none;
}