.banner {
    position: relative;
    padding-top: 110px;
}
.banner p{
    width: fit-content;
    font-size: 36px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner .smile{
    width: 41px;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,100%);
}

.first{
    width: 1325px;
    display: flex;
    justify-content: space-between;
    margin: 92px auto 52px;
}

.first .left{
    width: 638px;
    font-size: 36px;
    font-family: Helvetica;
    font-weight: bold;
    color: #010101;
    line-height: 32px;
}

.first .right{
    width: 578px;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.second{
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.second .left{
    width: 242px;
}

.second .left .anum{
    margin-bottom: 87px;
    font-size: 42px;
    font-family: Helvetica;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.second .left .anum p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 13px;
}

.second .right{
    width: 1080px;
    height: 640px;
}

.second .right img{
    width: 100%;
}

