* {
    margin: 0;
    padding: 0;
}

h2,
h3 {
    font-weight: normal;
}



/* 使用外部字体 */
@font-face {
    font-family: 'Aboreto-Regular';
    src: url(../font/Aboreto/Aboreto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Italic-VariableFont_wdth';
    src: url(../font/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf);
}


@font-face {
    font-family: 'Roboto-VariableFont_wdth';
    src: url(../font/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

.w {
    /* width: 100%; */
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    height: 140px;
    width: 100%;
    z-index: 999;
}

header {
    height: 140px;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

header .logo img {
    height: 130px;
}

.logo {
    padding-right: 30px;
    border-right: 2.5px solid #f2a81d;
    height: 110px;
}


header .head-nav {
    display: flex;
    margin-left: 315px;
}

header .head-nav a {
    color: white;
    width: 96px;
    display: block;
    font-size: 18px;
    font-family: 'Aboreto-Regular', sans-serif;
    margin-right: 55px;
}

header .head-nav a:hover {
    color: #f2a81d;
}



.banner {
    height: 700px;
    position: relative;
}

.banner .banner-text {
    width: 100%;
    position: absolute;
    height: 246px;
    background-color: rgba(0, 0, 0, .5);
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    font-family: 'Aboreto-Regular', sans-serif;
}

.banner .banner-text h1 {
    font-size: 90px !important;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.banner img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}


.big-text {
    width: 1185px;
    padding: 70px 40px 20px 40px;
    margin: 100px auto;

    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
}

.big-text h2 {
    font-weight: normal;
    font-size: 24px;
    font-family: 'Aboreto-Regular', sans-serif;
    margin-bottom: 20px;
}




.big-text p {
    margin-bottom: 30px;
}

.big-text p:nth-last-of-type(1) {
    margin-top: 70px;
    color: #5e5d5e;
}

.big-text .line {
    width: 100px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: 30px;
}



.contact-us {
    margin-top: 245px;
    /* width: 100%; */
    padding: 0 50px 105px 50px;

}

.contact-us .contact-logo {
    display: flex;
    justify-content: center;
}

.contact-us .contact-logo img {
    width: 100px;

}


footer {
    display: flex;
    align-items: center;
    background-color: #f6be55;
    height: 60px;
    justify-content: space-around;
}

.footer-nav {
    display: flex;

}

.footer-nav a {
    color: #000;
    padding: 0 30px;
    border-right: 1px solid #000;
    display: block;
}

.footer-nav a:hover {
    color: white;
}





.APARTMENTS {
    margin-top: 257px;
    width: 985px;
    margin: 0 auto;
}

.APARTMENTS-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.APARTMENTS-title-right {
    position: relative;
    background-color: #8c7956;
    width: 56px;
    height: 65px;
    border-radius: 10px;
    bottom: -35px;
    cursor: pointer;
}

.APARTMENTS-title-right:hover{
    background-color: transparent;
}
.APARTMENTS-title-right span:hover{
    background: transparent;
    color: black;
}
.APARTMENTS-title-right span {
    text-align: center;
    font-family: 'Aboreto-Regular', sans-serif;
    width: 56px;
    color: white;
    line-height: 25px;
    height: 67px;
    padding-top: 2px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 10px;
    background-color: #f2a81d;
    left: 10px;
    top: 5px;
}

.APARTMENTS h3 {
    margin-top: 100px;
    font-size: 44px;
    font-family: 'Aboreto-Regular', sans-serif;
    text-align: left;
    margin-bottom: 40px;
}

.card-box {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 160px;
}

.no-p-mb p {
    margin-top: 0 !important;
}

.no-p-mb p:nth-of-type(odd) {
    margin-top: 20px !important;
}

.card {
    width: 1000px;
    margin-right: 10px;
    /* overflow: hidden; */
    border-radius: 20px;
    text-align: center;
    font-family: 'Aboreto-Regular', sans-serif;
    border: 1px solid #c48718;
    padding-bottom: 20px;
    position: relative;
}

.card .bed-img {
    border-radius: 20px 20px 0px 0;
}

.card-box .card-arr-l {
    position: absolute;
    cursor: pointer;
    width: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    height: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    left: -70px;
    top: 50%;
    transform: translateY(-50%);

}

.card-box .card-arr-l img {
    width: 100%;
    height: 100% !important;
    transform: rotate(180deg);
}


.card-box .card-arr-r {
    position: absolute;
    cursor: pointer;
    width: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    height: 30px;
    /* 如果图片太大，可以适当增加这个值 */
    right: -50px;
    top: 50%;
}

.card-box .card-arr-r img {
    width: 100%;
    height: 100% !important;
}

.card-box img {
    width: 100%;
    height: 280px;
}

.card .card-title {
    font-size: 18px;
    width: 75%;
    margin: 15px;
    text-align: left;
    font-weight: normal;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.card .card-title h1 {
    font-size: 36px !important;
}


.card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.card .card-footer .card-btn {
    background-color: #593f0c;
    cursor: pointer;
    text-align: center;
    width: 25%;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;

}

.card .card-main {

    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 60px;
    color: #888;
}

.card .card-main p {
    margin-top: 20px;
    font-family: Roboto-Italic-VariableFont_wdth, sans-serif;
    font-size: 16px;
}

.card .card-footer .card-btn:nth-of-type(2) {
    color: white;
}

.card .card-footer .card-btn:nth-of-type(2):hover {
    background-color: white;
    color: black;
    border: 1px solid #c48718;
}

.card .card-footer .card-btn:nth-of-type(1):hover {
    color: white;
    background-color: #593f0c;
}

.card .card-footer .card-btn:nth-of-type(1) {
    background: white;
    border: 1px solid #c48718;
}

.card input {
    padding:10px 10px 480px 10px;
    width: 911px;
    background: #ded9ce;
    border-radius: 20px;
    margin-top: 45px;
    font-size: 18px;
    border: 0;
    outline: none;
}



.bottom-icons{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.bottom-icons .bottom-icon{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.bottom-icons .bottom-icon img{
    width: 100%;
}