#head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.banner {
    min-width: 1200px;
    width: 100%;
    display: flex;
    position: relative;
}

.bannerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bannerContent h1 {
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 5px;
}

.trialBtn {
    width: 161.03px;
    height: 48px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 500;
    font-size: 18.41px;
    text-align: center;
    color: #D8A26F;
    line-height: 48px;
    margin-top: 42px;
    cursor: pointer;
}

.newsTitle{
    text-align: center;
    font-size: 32px;
    color: #333;
    margin: 40px 0 40px;
}
.newsInfo{
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.newsContent{ 

    padding:40px 0 100px;
}
.newsContent img{
    width: 100%;
}