.fc_banner>img{height: 600px;object-fit: cover;width: 100%;}

.fy_commu{padding-bottom: 100px;}

/* .fc_wd{width: 1200px;margin: 0 auto;height: 435px;padding: 140px 246px 0;background: url('/images/17.jpg') no-repeat center;text-align: center;}
.fc_wd>h1{font-size: 30px;font-weight: bold;color: #fff;}
.fc_wd>p{font-size: 25px;line-height: 2;color: #fff;margin-top: 1em;} */

.fc_wd{display: flex;width: 1200px;margin: 100px auto 0;justify-content: space-between;}
.fc_wd_l{width: 30%;background-color: #faf8f4;padding: 120px 80px;margin-right: 4%;background: url('/images/36.jpg') no-repeat center;background-size: cover;}
.fc_wd_l>h1{color: var(--base);margin-bottom: 60px;text-align: center;}
.fc_wd_l>p{line-height: 2.5;font-size: 16px;color: #666;}
.fc_wd_r{display: flex;justify-content: space-between;flex: 1;}
.fc_wd_r>img{width: 32%;height: 600px;object-fit: cover;transition: .3s;}
.fc_wd_r>img:hover{transform: scale(1.02);}


.fc_hotel{display: flex;justify-content: space-between;width: 1200px;margin: 100px auto 0;}
.fc_hotel_i{flex: 1;background-repeat: no-repeat;background-size: cover;background-position: center;height: 516px;position: relative;display: flex;justify-content: center;align-items: center;transition: .5s;cursor: pointer;flex-direction: column;}
.fc_hotel_i>h1{color: #fff;font-size: 20px;font-weight: bold;margin-top: 20px;text-align: center;}
.fc_hotel_i>div{display: none;color: #fff;width: 100%;height: 100%;padding: 100px 50px 0;}
.fc_hotel_i>div>h1{font-size: 20px;margin-bottom: 20px;}
.fc_hotel_i>div>h1>img{font-size: 20px;width: 25px;margin-right: 10px;}
.fc_hotel_i>div>ul>li{font-size: 16px;line-height: 2;}
.fc_hotel_i>div>ul>li:before{content: '·';color: var(--base);font-size: 20px;padding: 0 10px;font-weight: bold;}
.fc_hotel_a{flex: 2;justify-content: flex-start;}
.fc_hotel_a>h1{display: none;}
.fc_hotel_a>img{display: none;}
.fc_hotel_a>div{display: block;}

/* .fc_serv_i{display: flex;justify-content: space-between;width: 1200px;margin: 0 auto;padding: 44px 40px;background-color: #faf9f7;margin-top: 62px;}
.fc_serv_r{width: 468px;overflow: hidden;margin-left: 65px;height: 406px;}
.fc_serv_r>img{width: 100%;height: 100%;transition: .3s;object-fit: cover;}
.fc_serv_r:hover >img{transform: scale(1.1);}
.fc_serv_l{flex: 1;}
.fc_serv_l>h1{font-size: 25px;font-weight: bold;color: var(--base);}
.fc_serv_l>span{margin-top: 24px;display: inline-block;width: 74px;height: 4px;background-color: var(--base);}
.fc_serv_l>ul{margin-top: 20px;}
.fc_serv_l>ul>li{font-size: 20px;line-height: 30px;color: #585858;display: inline-block;margin-right: 60px;margin-top: 28px;}
.fc_serv_l>ul>li:before{content: '·';color: var(--base);font-size: 20px;padding: 0 10px;font-weight: bold;} */

@media screen and (max-width: 766px) {
    .fc_banner>img{height: 100vh;}

    .fc_wd{flex-direction: column;margin: 6rem 0 0;}
    .fc_wd_l{width: 100%;padding: 4rem 2rem;margin-bottom: 2rem;}
    .fc_wd_l>h1{margin-bottom: 2rem;}
    .fc_wd_l>p{font-size: 1.6rem;line-height: 2;}
    .fc_wd_r>img{height: auto;}

    .fc_hotel{flex-direction: column;}
    .fc_hotel_i{width: 100%;flex: unset;height: 30rem;}
    .fc_hotel_a{flex: unset;}
    .fc_hotel_i>div{padding: 3rem 2rem;}
    .fc_hotel_i>div>ul>li{line-height: 1.5;font-size: 1.6rem;}
}