*{
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.top{
    width: 1280px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .logo{
    align-items: center;
    display: flex;
    justify-content: space-between;
}


.top .logo img{
    width:80px;
    border-radius: 40px;
}

.top .logo span{
    font-size: 22px;
    font-weight: 500;
    margin-left: 12px;
}

.top .nav_login_box a{
    color: #60AEE6;
    margin-left: 8px;
    font-size: 18px;
    text-decoration: underline;
}

.top .nav_login_box a:hover{
    font-weight: 500;
    transition: 0.2s;
}

nav{
    height: 56px;
    margin-top: 8px;
    width:100%;
    background-color: #62ACEA;
}

.nav{
    width: 1280px;
    margin:auto;
}

nav .nav li.active{
    background-color: #064997;
}

nav .nav li{
    text-align: center;
    width:14.2857%;
    float: left;
    background-color: #62ACEA;
}

nav .nav li:hover{
    background-color: #064997;
}

nav .nav li a{
    color:white;
    padding:15px;
    font-size: 18px;
    display: block;
}
.carousel {
    position: relative;
    width: 1280px;
    margin: auto;
    overflow: hidden;
    height: 600px;
}
.carousel-inner {
    position: relative;
    width: 400%;
    display: flex;
    transition: left 0.5s ease;
    left: 0;
}
.carousel-inner img {
    width: 25%;
    height: 600px;
    object-fit: cover;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.carousel-indicators button {
    background-color: #fff;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}
.carousel-indicators button.active {
    background-color: #60AEE6;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border: none;
    color: white;
    padding:25px 15px;
    cursor: pointer;
    font-size: 20px;
}
.prev {
    left: 0px;
}
.next {
    right: 0px;
}

.info{
    margin:25px 0;
    width:100%;
    background-color: #EDF6FD;
    padding-top: 12px;
    padding-bottom: 23px;
}

.info-main{
    width: 1280px;
    margin: auto;
    padding:18px 0;
}

.info-info{
    display: flex;
    justify-content: space-between;
}

.info-info img{
    width:30%;
}

.info-info .text{
    width: 67%;
}

.info-info .text p{
    text-indent: 2em;
    font-size: 20px;
    color: #064997;
    line-height: 28px;
    margin-bottom: 8px;
}

.view{
    width:100%;
    margin:20px 0;
}

.view-main{
    width: 1280px;
    margin:auto;
}

.view-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:20px 0;
}

.view-header a{
    color: #064997;
}

.view-header a:hover{
    text-decoration: underline;
}

.view-view{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view-view .view-item{
    width:31%;
    margin-bottom: 30px;
}

.view-view .view-item img{
    width:100%;
    height: 240px;
    object-fit: cover;
}

.view-view .view-item p{
    font-size: 20px;
    color: #064997;
}



.view-view .view-item p{
    text-align: center;
    margin-top: -4px;
    width:100%;
    padding:10px 0;
    font-size: 18px;
    background-color: #EDF6FD;
}

footer{
    padding: 15px 0;
    width:100%;
    background-color: #62ACEA;
}

.footer-nav{
    width: 1000px;
    margin:auto;
    height: 50px;
}

.footer-nav li{
    width:14.2857%;
    float: left;
}

.footer-nav li a{
    text-align: center;
    color:white;
    display: block;
    padding:10px 12px;
}

.footer-nav li a:hover{
    background-color: #064997;
}

footer p{
    text-align: center;
    color:white;
}

.page-header{
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:20px auto;
}

.page-header h1{
    color:#064997;
}

.page-header a{
    color: #064997;
}

.viewContainer{
    width: 1280px;
    margin:auto;
}

.viewContainer .view-item{
    width:100%;
    padding:20px;
    background-color: #EDF6FD;
}

.viewContainer .view-item{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.viewContainer .view-item .view-text{
    width: 920px;
}

.viewContainer .view-item .view-text h1,
.viewContainer .view-item .view-text a{
    font-size: 24px;
    font-weight: 500;
    color: #064997;
    margin-bottom: 18px;
}

.viewContainer .view-item .view-text a:hover{
    text-decoration: underline;
}

.viewContainer .view-item .view-text p{
    text-indent: 2em;
    line-height: 28px;
}

.viewContainer .view-item img{
    width: 300px;
    height: 180px;
    object-fit: cover;
}

.foodContainer {
    width: 1280px;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foodContainer .food-item{
    width:31%;
    background-color: #EDF6FD;
    padding:14px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.foodContainer .food-item img{
    width:100%;
    height: 180px;
    object-fit: cover;
}

.foodContainer .food-item .food-text h1{
    font-size: 24px;
    font-weight: 500;
    color: #064997;
    margin: 8px 0;
}

.foodContainer .food-item .food-text p{
    text-indent: 2em;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.lineContainer{
    width: 1280px;
    margin:20px auto;
    background-color: #EDF6FD;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 35px 20px 20px;
}

.lineContainer .line-item{
    width:45%;
    border:1px solid #064997;
    padding:8px;
    margin-bottom: 20px;
}

.lineContainer .line-item h3{
    color: #064997;
}

.hotelContainer{
    width: 1280px;
    margin:auto;
}

.hotelContainer .hotel-item{
    width:100%;
    padding:20px;
    background-color: #EDF6FD;
}

.hotelContainer .hotel-item{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.hotelContainer .hotel-item .hotel-text{
    width: 920px;
}

.hotelContainer .hotel-item .hotel-text h1{
    font-size: 24px;
    font-weight: 500;
    color: #064997;
    margin-bottom: 8px;
}

.hotelContainer .hotel-item .hotel-text p{
    text-indent: 2em;
    line-height: 28px;
}

.hotelContainer .hotel-item img{
    width: 300px;
    height: 220px;
    object-fit: cover;
}

.historyContainer{
    display: flex;
    width: 1280px;
    margin:20px auto 30px;
    justify-content: space-between;
}

.historyContainer img{
    width:30%;
    object-fit: cover;
}

.historyContainer .historyText{
    width:65%;

}

.historyContainer .historyText p{
    text-indent: 2em;
    line-height: 22px;
    margin:8px 0;
}


.aboutContainer{
    display: flex;
    width: 1280px;
    margin:20px auto 30px;
    justify-content: space-between;
}

.aboutContainer img{
    width:30%;
    object-fit: cover;
}

.aboutContainer .aboutText{
    width:65%;

}

.aboutContainer .aboutText p{
    line-height: 22px;
    margin:8px 0;
}
.aboutContainer .aboutText .p{
    text-indent: 2em;
    line-height: 22px;
    margin:8px 0;
}

.viewPageContainer {
    width: 1280px;
    margin:auto;
}

.viewPageContainer .viewPageInfo{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.viewPageContainer .viewPageInfo img{
    width: 380px;
    height: 200px;
    object-fit: cover;
}

.viewPageContainer .viewPageInfo .viewPageText{
    width:850px;
}

.viewPageContainer .viewPageInfo .viewPageText h1{
    font-size: 24px;
    font-weight: 500;
    color: #064997;
    margin-bottom: 18px;
}

.viewPageContainer .viewPageInfo .viewPageText p{
    text-indent: 2em;
    line-height: 28px;
}

.viewPageImageList{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin:auto;
    flex-wrap: wrap;
}
.viewPageImageList img{
    width: 280px;
    height: 280px;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 20px;
}