.banner{
    width: 100%;
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .content{
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 1150px;
}
.banner h1{
    font-size: 58px;
    width: 420px;
    color: #ffffff;
}
.banner p{
    font-size: 25px;
    margin-top: 45px;
    color: #ffffff;
} 
.banner a {
    display: block;
    width: 240px;
    margin: 0 auto;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    border-radius: 29px;
    margin-top: 35px;
    background-color: #faeee6;
    border: 2px solid #ba5d53;
    color: #ba5d53;
    font-weight: 600;
}

.banner a:hover {
    color: #ee9a57;
    border-color: #ee9a57;
}
.le{
    width: 1080px;
    margin: 0 auto;
    margin-top: 70px;
}
.le a{
    display: block;
}
.le h1{
    text-align: center;
    color: #795131;
    font-size: 46px;
}
.le h1:hover{
    color: #ee9a57;
}
.le ul{
    margin-top: 38px;
    display: flex;
    justify-content: center;
}
.le li{
    width: 340px;
    padding: 20px;
    border-radius: 18px;
}
.le img{
    display: block;
    width: 100%;
    border-radius: 25px;
    height: 210px;
}
.le h4{
    margin-top: 30px;
    font-size: 18px;
    color: #795131;
    margin-bottom: 16px;
}
.le p{
    font-size: 13px;
    color: #795131;
    opacity: 0.7;
}
.le li:hover{
    box-shadow: 0 0 9px 3px rgba(127,127,127,.2);
    transform: translate(-4px, -3px);
    transition: all 0.4s;
}
.le li:hover h4{
    color: #c37537;
}
.le li:hover p{
    color: #c37537;
    opacity: 1;
}
.museum{
    width: 1150px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
}
.museum>div{
    width: 50%;
}
.museum .left h1{
    font-size: 65px;
    color: #795131;
    width: 320px;
}
.museum .left h4{
    font-size: 16px;
    margin-top: 30px;
    color: #795131;
}
.museum .left p{
    margin-top: 15px;
    font-size: 16px;
    color: #795131;
    width: 420px;
}
.museum img{
    display: block;
    width: 100%;
    border-radius: 25px;
}
.museum .right p{
    padding: 8px 160px;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid #795131;
    margin-top: 18px;
    color: #795131;
    text-align: center;
}
.museum .right p span{
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.links{
    background-color: #e9d9cc;
    padding: 80px 0;
    margin-top: 70px;
}
.links h1{
    font-size: 45px;
    text-align: center;
    color: #795131;
}
.links ul{
    width: 1150px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
}
.links img{
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.links button {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    width: 200px;
    height: 50px;
    background-color: #faeee6;
    border: 3px solid #deb2a9;
    color: #deb2a9;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 47px;
    transition: all 0.3s ease;
}
.links button:hover {
    color: #ee9a57;
    border-color: #ee9a57;
}
.links button {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    border-radius: 29px;
    margin-top: 35px;
    background-color: #faeee6;
    border: 2px solid #ba5d53;
    color: #ba5d53;
    font-weight: 600;
}

.links button:hover {

    color: #ee9a57;
    border-color: #ee9a57;
}
@media (max-width: 780px) {
    .banner img{
        min-height: 280px;
    }
    .banner .content{
        width: 96%;
        bottom: 50%;
        transform: translate(-50%, 50%);
    }
    .banner h1{
        font-size: 40px;
        width: 98%;
        margin: 0 auto;
        text-align: center;

    }
    .banner p{
        font-size: 18px;
        margin-top: 15px;
        text-align: center;
    }
    .banner a{
        margin-top: 20px;
    }
    .le{
        width: 94%;
        margin-top: 45px;
    }
    .le h1{
        font-size: 34px;
    }
    .le ul{
        display: block;
    }
    .le li{
        width: 100%;
        margin-bottom: 30px;
    }
    .le img{
        height: auto;
    }
    .museum{
        width: 100%;
        display: block;
        margin-top: 50px;
    }
    .museum>div{
        width: 100%;
        margin-top: 35px;
    }
    .museum .left{
        width: 94%;
        margin: 0 auto;
        margin-top: 35px;
    }
    .museum .left h1{
        font-size: 34px;
    }
    .museum .right{
        width: 94%;
        margin: 0 auto;
    }
    .museum .right p{
        padding: 10px 12px;
    }
    .links{
        padding: 45px 0;
        margin-top: 45px;
    }
    .links h1{
        font-size: 34px;
    }
    .links ul{
        width: 100%;
        display: block;
    }
    .links li{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .links img{
        width: 100%;
        height: auto;
    }
    .links button{
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .banner h1{
        font-size: 30px;
    }
}
