@charset "utf-8";

#wrap{
    width: 100%;
    margin-top: 60px;
}



.room{
    width: 70%;
    float: left;
}

.r_tit{
    width: 30%;
    float: left;
}


.section1{
    width: 100%;
    height: 495px;
    background-color:#e8f3e0;
}

.section1 .room{
    height: 100%;
    background: url(../img/S2/r_img4.jpg)no-repeat 50% 50%;
    background-size: cover;
}

.section1 .r_tit{
    height:100%;
    background: url(../img/S2/r_tit4.jpg)no-repeat center 0/cover;
}

.section1 img{
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section1 img:hover{
    opacity: 1;
    transition: all 1s;
}


.section2{
    width: 100%;
    height: 495px;
    background-color:#bae39c;
}

.section2 .room{
    height: 100%;
    background: url(../img/S2/r_img5.jpg)no-repeat 50% 50%;
    background-size: cover;
}

.section2 .r_tit{
    height:100%;
    background: url(../img/S2/r_tit5.jpg)no-repeat center 0/cover;
}

.section2 img{
    
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section2 img:hover{
    
    opacity: 1;
    transition: all 1s;
}

.section3{
    width: 100%;
    height: 495px;
    background-color:#e8f3e0;
    
}

.section3 .room{
    
    height: 100%;
    background: url(../img/S2/r_img1.jpg)no-repeat 50% 50%;
    background-size: cover;
    
}

.section3 .r_tit{
    
    height:100%;
    background: url(../img/S2/r_tit4_1.jpg)no-repeat center 0/cover;
    
}

.section3 img{
    
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section3 img:hover{
    
    opacity: 1;
    transition: all 1s;
}
.section4{
    width: 100%;
    height: 495px;
    background-color:#bae39c;
}

.section4 .room{
    height: 100%;
    background: url(../img/S2/r_img2.jpg)no-repeat 50% 50%;
    background-size: cover;
}

.section4 .r_tit{
    height:100%;
    background: url(../img/S2/r_tit5_1.jpg)no-repeat center 0/cover;
}

.section4 img{
    
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section4 img:hover{
    
    opacity: 1;
    transition: all 1s;
}

.section5{
    width: 100%;
    height: 495px;
    background-color:#88b16a;
    
}

.section5 .room{
    
    height: 100%;
    background: url(../img/S2/room5/Section7.jpg)no-repeat 50% 50%;
    background-size: cover;
    
}

.section5 .r_tit{
    
    height:100%;
    background: url(../img/S2/r_tit3_1.jpg)no-repeat center 0/cover;
    
}

.section5 img{
    
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section5 img:hover{
    
    opacity: 1;
    transition: all 1s;
}

.section6{
    width: 100%;
    height: 495px;
    background-color:#88b16a;
    
}

.section6 .room{
    
    height: 100%;
    background: url(../img/S2/room3/Section1.jpg)no-repeat 50% 50%;
    background-size: cover;
    
}

.section6 .r_tit{
    
    height:100%;
    background: url(../img/S2/r_tit6_1.jpg)no-repeat center 0/cover;
    
}

.section6 img{
    
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section6 img:hover{
    
    opacity: 1;
    transition: all 1s;
}