.block {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.blockc {
    width: 80%;
    height: auto;
    font-size: 1rem;
    line-height: 180%;
    padding-bottom: 2vw;
}
.blockp {
    display: block;
    width: 100%;
    height: auto;
}
.slidejd {
    width: 100%;
    height: 28vw;
}
.jdl {
    width: 40%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}
.jdi {
    font-size: 1rem;
    line-height: 200%;
    margin-top: 20px;
}
.jdp {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.jdpl, .jdpr {
    width: 40px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}
.jdpl {
    background-image: url(../images/iconfont/aroleft.png);
    float: left;
}
.jdpr {
    background-image: url(../images/iconfont/aroright.png);
    float: right;
}
.jdpp {
    width: calc(100% - 100px);
    height: 100%;
    margin-left: 15px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.jdpp>div {
    display: inline-block;
    width: 25%;
    height: 100%;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}
.jdpp>div img {
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    object-fit: cover;
}
.jdpp>div.on {
    opacity: 1;
}
.jdr {
    width: 55%;
    height: 100%;
    float: right;
}
.slidejd .slideleft, .slidejd .slideright {
    display: none;
}
.slidejd .slideb {
    width: 50%;
    left: 50%;
    text-align: right;
    padding-right: 30px;
}

.dzs {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.dzs img {
    display: block;
    width: 60%;
    height: 28vw;
    object-fit: cover;
    float: left;
}
.dzc {
    width: 40%;
    height: auto;
    min-height: 28vw;
    overflow: hidden;
    float: left;
    background: #fff;
    padding: 4vw;
}
.dzc span {
    display: block;
}
.dzc1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 3vw;
}
.dzc2 {
    font-size: 1rem;
    color: #666;
    line-height: 180%;
}

.jsbar {
    height: 70px;
    text-align: center;
    font-size: 0;
}
.jsbar span {
    display: inline-block;
    line-height: 45px;
    margin: 0 20px;
    font-size: 1.125rem;
    color: #666;
    position: relative;
    cursor: pointer;
}
.jsbar span::after {
    content: '';
    width: 0;
    height: 3px;
    background: #e84127;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.jsbar span.on::after {
    width: 100%;
}
.jsbar span:hover, .jsbar span.on {
    color: #e84127;
}
.jsrow {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.jsbox {
    display: inline-block;
    width: 100vw;
    height: 32vw;
    overflow: hidden;
    background-color: #fff;
    white-space: normal;
}
.jsp {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    padding: 3vw 0 3vw 8vw;
}
.jsc {
    width: 50%;
    height: 100%;
    overflow: auto;
    float: right;
}
.jsc1 {
    margin: 4vw 0 0 5vw;
    font-size: 2rem;
    line-height: 120%;
    font-weight: bold;
}
.jsc2 {
    margin: 20px 0 0 5vw;
    font-size: 1.25rem;
    color: #666;
}
.jsc3 {
    margin: 2.5vw 8vw 0 5vw;
    font-size: 1rem;
    line-height: 200%;
    color: #666;
}

.room {
    margin-bottom: 5vw;
}
.mdp1 {
    width: 66%;
    height: 35vw;
    float: left;
    position: relative;
    overflow: hidden;
}
.mdp2, .mddot, .mdt, .mdc {
    width: calc(34% - 50px);
    float: right;
}
.mdp2 {
    height: 16vw;
    overflow: hidden;
    position: relative;
}
.mdp1 li, .mdp2 li {
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    position: absolute;
}
.mdp1 img , .mdp2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mddot {
    height: 50px;
    margin-top: 30px;
}
.mddot em {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 4px;
    border-top: 2px solid #999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mddot em.on {
    width: 40px;
    border-top: 2px solid #e84127;
}
.mdt {
    margin-top: 5vw;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: bold;
}
.mdc {
    line-height: 180%;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    margin-top: 30px;
}