body {
    /* overflow: hidden; */
}

nav {
    height: 95px;
}

nav ul {
    line-height: 95px;
}

nav ul img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

nav ul li {
    margin-right: 40px;
}

nav ul li:nth-child(1) {
    margin-right: 90px;
}

nav ul li a {
    color: #363636;
    font-weight: 600;
    font-size: 1.1rem;
}

nav ul li a:hover {
    border-bottom: 1px solid #4dbd28;
    color: #4dbd28;
    transition: all 1s;
}

.banner {
    position: relative;
}

.banner .img {}

.banner .img img {
    width: 100%;
}

.banner .txt {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 400px;
}

.banner .txt h2 {
    font-size: 80px;
    color: #ffffff;
    font-weight: normal;
}

.banner .txt p {
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 12px;
    margin-top: 15px;
}