.service-banner .banner{
    display: none;
}
.service-banner .banner.active{
    display: block;
}

.service-tab{
    padding: 25px 0;
	background-color: #ccc1c1;
    opacity: 0.9;
    text-align: center;
}
.service-tab .container div{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 24px;
    margin: 0 20px;
    cursor: pointer;
}
.service-tab .container div.active{
    color: #6a3906;
}

.service-menu{
    position: relative;
}
.service-list{
    display: none;
}
.service-list.active{
    display: block;
}

.park-tu{
    width: 100%;
    background: #eeeeee;
    padding: 75px 0 40px;
    text-align: center;
}
.park-tu img{
    width: 80%;
}
.park-intro{
    padding: 60px 0;
    letter-spacing: 1px;
    color: #494949;
    font-size: 20px;
    line-height: 48px;
}
.service-padding{
    padding: 60px 0;
}
.service-title h3{
    letter-spacing: 4px;
    color: #494949;
    font-size: 36px;
    font-weight: bold;
}
.service-title p{
    letter-spacing: 2px;
    color: #494949;
    font-size: 18px;
    margin-top: 5px;
}
#allmap{
    width: 100%;
    height: 506px;
    margin-top: 58px;
}
.traffic{
    margin-top: 56px;
    letter-spacing: 1px;
    color: #494949;
    font-size: 20px;
    line-height: 36px;
}
.notice{
    margin-top: 74px;
    letter-spacing: 1px;
    color: #494949;
    font-size: 20px;
    line-height: 48px;
}
.hotel-menu{
    margin-top: 47px;
}
.hotel-list{
    margin-bottom: 49px;
}
.hotel-tu{
    width: 450px;
}
.hotel-tu img{
    width: 100%;
}
.hotel-box{
    width: 750px;
    margin-left: 37px;
}
.hotel-title{
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: bold;
}
.hotel-content{
    letter-spacing: 2px;
    color: #494949;
    font-size: 18px;
    margin-top: 21px;
    line-height: 30px;
}
.hotel-tel{
    margin-top: 20px;
}
.tel-tu{
    width: 18px;
    height: 20px;
    font-size: 0;
}
.tel-tu img{
    width: 100%;
}

.tel-num{
    margin-left: 17px;
    letter-spacing: 2px;
    color: #494949;
    font-size: 20px;
}
.tel-num span{
    vertical-align: middle;
}
.tel-num span:last-child{
    font-size: 30px;
}
















@media (max-width: 1500px){
    .service-tab{
        padding: 15px 0;
    }
    .service-tab .container div{
        font-size: 24px;
        margin: 0 25px;
    }
    .park-intro{
        font-size: 16px;
        line-height: 35px;
    }
    .service-padding{
        padding: 30px 0;
    }
    .service-title h3{
        font-size: 26px;
    }
    .service-title p{
        font-size: 16px;
    }
    .traffic{
        font-size: 16px;
        line-height: 28px;
    }
    .notice{
        margin-top: 30px;
        font-size: 16px;
        line-height: 35px;
    }
    .hotel-menu{
        margin-top: 30px;
    }
    .hotel-list{
        margin-bottom: 30px;
    }
    .hotel-tu{
        width: 380px;
    }
    .hotel-box{
        margin-left: 20px;
    }
    .hotel-title{
        font-size: 20px;
    }
    .hotel-content{
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .tel-num span:last-child{
        font-size: 26px;
    }
}