header{
    background-color: rgba(0,130,50,.3);
}
body{
    background-color: #fffdee;
}
.content{
    width: 880px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}
.content h1{
    font-size: 97px;
}
.content p{
    font-size: 34px;
    width: 700px;
}
.content a {
    display: block;
    width: 180px;
    height: 58px;
    border-radius: 8px;
    background-color: #00481e;
    color: #fff;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}

.content a:hover {
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .15);
    background-color: transparent;
    color: #00481e;
    border: 2px solid #00481e;
    box-sizing: border-box;
}
.content img{
    width: 140px;
    position: absolute;
    right: 0;
    bottom: 25px;
}
.picture{
    width: 1150px;
    margin: 0 auto;
    margin-top: 98px;
    display: flex;
    justify-content: space-between;
}
.picture .left{
    width: 755px;
}
.left-top{
    display: flex;
    justify-content: space-between;
}
.left-top img{
    width: 360px;
    height: 360px;
}
.left-bottom{
    width: 755px;
    margin-top: 35px;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.left-bottom img{
    position: absolute;
    left: 0;
    width: 755px;
    top: 50%;
    transform: translateY(-50%);
}
.picture .right{
    width: 360px;
}
.get-along{
    background-color: #00481e;
    margin-top: 60px;
    padding: 60px 0;
}
.get-along h1{
    font-size: 66px;
    color: #ffe1e1;
    width: 1150px;
    margin: 0 auto;
}
.m{
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m ul{
    width: 575px;
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m li{
    width: 265px;
    height: 265px;
    padding: 9px;
    margin-top: 45px;
    display: flex;
    align-items: center;
    font-size: 28px;
    text-align: center;
    border-radius: 30px;
    background-color: #ffe1e1;
    color: #00481e;
}
.m img{
    height: 650px;
}

@media (max-width: 760px) {
    .content{
        width: 100%;
        padding: 35px 25px;
    }
    .content h1{
        font-size: 50px!important;
    }
    .content p{
        font-size: 26px!important;
    }
    .content a{
        width: 50%;
    }
    .content img{
        width: 22%;
    }
    .picture{
        width: 100%;
        margin: 0 auto;
        margin-top: 45px;
        justify-content: space-evenly;
    }
    .picture .left{
        width: 62.5%;
    }
    .left-top img{
        width: 48.5%;
        height: auto;
    }
    .left-bottom{
        width: 100%;
        height: 140px;
        margin-top: 20px;
    }
    .left-bottom img{
        width: 100%;

    }
    .picture .right{
        width: 30%;
    }
    .get-along{
        padding: 40px 0;
    }
    .get-along h1{
        width: 100%;
        padding: 0 5%;
    }
    .m{
        display: block;
       width: 100%;
    }
    .m ul{
        width: 100%;
        justify-content: space-evenly;
    }
    .m li{
        width: 46%;
        height: 340px;
    }
    .m  img{
        width: 50%;
        height: auto;
        margin-left: 23%;
    }
}