﻿

.funct-box{
    position: relative;
}

.funct-bj{
    width: 100%;
    position: fixed;
    z-index: -1;
}
.funct-bj img{
    width: 100%;
    min-width: 1100px;
    max-width: 1920px;
    height: auto;
}




.park-tit{
    padding: 100px 80px;
    display: flex;
    justify-content: space-between;
}
.park-tit h1{
    font-size: 72px;
    font-weight: 600;
}
.park-tit p{
    width: 50%;
    font-size: 24px;
    line-height: 48px;
}



.park-map{
    width: 100%;
    margin-bottom: 100px;
}
.park-map img{
    width: 100%;
    height: auto;
}






@media only screen and (max-width:1700px) {

    .park-tit {
        padding: 90px 70px;
    }
    .park-tit h1{
        font-size: 66px
    }
    .park-tit p{
        font-size: 22px;
        line-height: 40px;
    }


    .park-map{
        margin-bottom: 80px;
    }

}
@media only screen and (max-width:1440px) {

    .park-tit {
        padding: 70px 50px;
    }
    .park-tit h1{
        font-size: 38px
    }
    .park-tit p{
        font-size: 14px;
        line-height: 38px;
    }


    .park-map{
        margin-bottom: 60px;
    }

}


@media only screen and (max-width:1240px) {

    .park-tit {
        padding: 50px 30px;
    }
    .park-tit h1{
        font-size: 33px
    }
    .park-tit p{
        font-size: 10px;
        line-height: 30px;
    }


    .park-map{
        margin-bottom: 60px;
    }

}

@media only screen and (max-width:768px) {
    .funct-bj img{
        min-width: 100%;
    }
    .park-tit {
        padding: .5rem .3rem;
        flex-direction: column;
    }
    .park-tit h1 {
        font-size: .4rem;
    }
    .park-tit p {
        width: 100%;
        font-size: .24rem;
        line-height: .48rem;
        margin-top: .2rem;
    }

    .park-map {
        margin-bottom: .6rem;
    }

}

