/*轮播图*/
.banner{
    width:100%;
    height:680px;
    overflow-x: hidden;
    margin-top:-20px;
}
.bannerImg{
    width:100%;
    height:680px;
    margin:0 auto;
    text-align: center;
    position: relative;
}
.bannerImg div{
    width:100%;
    height:680px;
    position:absolute;
    bottom:0;
    left:0;
    display: block;
    transition: all 1s;
    opacity: 0;
}
/*5张轮播图为了保证图片显示效果用的是背景图*/
.bannerImg div:nth-child(1){
    background:url(../img/banner01.jpg) center;
    display: block;
    left:0;
    opacity: 1;
}
.bannerImg div:nth-child(2){
    background:url(../img/banner02.jpg) center;
}
.bannerImg div:nth-child(3){
    background:url(../img/banner03.jpg) center;
}
/*搜索框*/
.searchCity{
    width:100%;
    height:75px;
    position:absolute;
    top:500px;
    z-index: 2;
}
.searchCity>div{
    width:1060px;
    height:75px;
    background:white;
    margin:0 auto;
    display: flex;
    position:relative;
}
.searchCity>div>div:nth-child(1){
    margin-left:52px;
}
.searchCity>div>div{
    border-right:1px solid rgb(229,229,229);
}
.searchCity>div>div:nth-child(3),
.searchCity>div>div:nth-child(4){
    border:none;
}
#reservation{
    width: 200px;
    height:75px;
    text-align: left;
    border:none;
    outline: none;
    box-shadow: none;
}
#choose{
    width:220px;
    height:auto;
    position:absolute;
    z-index: 1000;
    display:none;
}
#choose input{
    display: block;
    width:200px;
    height:30px;
    color:black;
    border:none;
    outline: none;
    background:rgba(255,255,255,0.5);
    border-bottom:1px dashed rgb(217,141,66);
    font-size:15px;
    z-index: 1000;
}
#choose input:hover{
    color:white;
    background:rgb(217,141,66);
}
#chooses{
    width:200px;
    height:75px;
    border:none;
    outline:none;
    text-align: left;
    font-size:15px;
}
.searchCity>div .btn{
    width:235px;
    height:75px;
    border:none;
    background:rgb(243,126,31);
    color:white;
    font-size: 22px;
    border-radius:0;
}
.searchCity>div .btn-default,
.searchCity>div .btn-success{
	width:60px;
	height:30px;
	line-height: 30px;
	font-size:15px;
	padding:0;
}
/*主体部分*/
.main{
    width:100%;
    height:auto;
}
.main>div{
    width:1200px;
    height:auto;
    margin:0 auto;
}
/*热门城市*/
.main .hotcity{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.main .tit{
    width:1200px;
    height:130px;
}
.main .tit img{
    display: block;
    margin:0 auto;
    margin-top:20px;
}
.main .tit>div{
    width:1200px;
    height:40px;
}
.main .tit>div span{
    display: inline-block;
}
.main .tit>div span:nth-child(1),
.main .tit>div span:nth-child(5){
    width:490px;
    height:1px;
    background:rgb(229,229,229);
}
.main .tit>div span:nth-child(2),
.main .tit>div span:nth-child(4){
    width:40px;
    height:4px;
    background:rgb(243,126,31);
}
.main .tit>div span:nth-child(3){
    height:40px;
    line-height: 40px;
    font-size: 25px;
    vertical-align: middle;
    margin:0 10px;
}
.main .tit p{
    display: block;
    width:1200px;
    text-align: center;
    color:rgb(180,180,180);
}
.main .hotcity .city_detail{
    width:1200px;
    height:909px;
    display: flex;
    justify-content: space-between;
}
.main .hotcity .city_detail .detail_left{
    width:390px;
    height:909px;

}
/*悬浮效果*/
.main .hotcity .city_detail .detail_left>a img{
    transition:all 2s;
}
.main .hotcity .city_detail .detail_right>a img{
    transition:all 2s;
}
.main .hotcity .city_detail .detail_left>a:hover{
    border:1px solid rgb(243,126,31);
}
.main .hotcity .city_detail .detail_right>a:hover{
    border:1px solid rgb(243,126,31);
}
.main .hotcity .city_detail .detail_left>a:hover img{
     transform: scale(0.94);
 }
.main .hotcity .city_detail .detail_right>a:hover img{
    transform: scale(0.94);
}
.main .hotcity .city_detail .detail_left>a:hover .beijing{
    background:rgba(0,0,0,0);
}
.main .hotcity .city_detail .detail_right>a:hover .beijing{
    background:rgba(0,0,0,0);
}
.main .hotcity .city_detail .detail_left>a:nth-child(1){
    display: block;
    width:390px;
    height:292px;
    position: relative;
    color:white;
}
.main .hotcity .city_detail .detail_left>a:nth-child(1)>img{
    width:390px;
    height:292px;
}
.main .hotcity .city_detail .detail_left>a:nth-child(1)>span{
    display: block;
    width:390px;
    height:292px;
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
}
.main .hotcity .city_detail .detail_left>a:nth-child(1)>div{
    width:390px;
    height:292px;
    position:absolute;
    left:0;
    bottom:0;
}
.main .hotcity .city_detail .detail_left>a:nth-child(1)>div img{
    display: block;
    margin:15px auto;
    margin-top:105px;
}
.main .hotcity .city_detail .detail_left>a:nth-child(1)>div span{
    display: block;
    width:390px;
    font-size: 25px;
    text-align: center;
}
.main .hotcity .city_detail .detail_left>a:nth-child(2){
    display: block;
    width:390px;
    height:602px;
    margin-top:15px;
    color:white;
    position: relative;
}
.main .hotcity .city_detail .detail_left>a:nth-child(2)>img{
    width:390px;
    height:602px;
}
.main .hotcity .city_detail .detail_left>a:nth-child(2)>span{
    display: block;
    width:390px;
    height:602px;
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
}
.main .hotcity .city_detail .detail_left>a:nth-child(2)>div{
    width:390px;
    height:602px;
    position:absolute;
    left:0;
    bottom:0;
}

.main .hotcity .city_detail .detail_left>a:nth-child(2)>div img{
    display: block;
    margin:15px auto;
    margin-top:245px;
}
.main .hotcity .city_detail .detail_left>a:nth-child(2)>div span{
    display: block;
    width:390px;
    font-size: 25px;
    text-align: center;
}
.main .hotcity .city_detail .detail_right{
    width:795px;
    height:909px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .hotcity .city_detail .detail_right>a:nth-child(1),
.main .hotcity .city_detail .detail_right>a:nth-child(2),
.main .hotcity .city_detail .detail_right>a:nth-child(4),
.main .hotcity .city_detail .detail_right>a:nth-child(5){
    width:390px;
    height:292px;
    position: relative;
    color:white;
}
.main .hotcity .city_detail .detail_right>a:nth-child(1)>img,
.main .hotcity .city_detail .detail_right>a:nth-child(2)>img,
.main .hotcity .city_detail .detail_right>a:nth-child(4)>img,
.main .hotcity .city_detail .detail_right>a:nth-child(5)>img{
    width:390px;
    height:292px;
}
.main .hotcity .city_detail .detail_right>a:nth-child(1)>span,
.main .hotcity .city_detail .detail_right>a:nth-child(2)>span,
.main .hotcity .city_detail .detail_right>a:nth-child(4)>span,
.main .hotcity .city_detail .detail_right>a:nth-child(5)>span{
    display: block;
    width:390px;
    height:292px;
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
}
.main .hotcity .city_detail .detail_right>a:nth-child(1)>div,
.main .hotcity .city_detail .detail_right>a:nth-child(2)>div,
.main .hotcity .city_detail .detail_right>a:nth-child(4)>div,
.main .hotcity .city_detail .detail_right>a:nth-child(5)>div{
    width:390px;
    height:292px;
    position:absolute;
    left:0;
    bottom:0;
}
.main .hotcity .city_detail .detail_right>a:nth-child(1)>div img,
.main .hotcity .city_detail .detail_right>a:nth-child(2)>div img,
.main .hotcity .city_detail .detail_right>a:nth-child(4)>div img,
.main .hotcity .city_detail .detail_right>a:nth-child(5)>div img{
    display: block;
    margin:15px auto;
    margin-top:105px;
}
.main .hotcity .city_detail .detail_right>a:nth-child(1)>div span,
.main .hotcity .city_detail .detail_right>a:nth-child(2)>div span,
.main .hotcity .city_detail .detail_right>a:nth-child(4)>div span,
.main .hotcity .city_detail .detail_right>a:nth-child(5)>div span{
    display: block;
    width:390px;
    font-size: 25px;
    text-align: center;
}
.main .hotcity .city_detail .detail_right>a:nth-child(3){
    width:795px;
    height:292px;
    position: relative;
    color:white;
    margin:14px 0;
}
.main .hotcity .city_detail .detail_right>a:nth-child(3)>img{
    width:795px;
    height:292px;
}
.main .hotcity .city_detail .detail_right>a:nth-child(3)>span{
    display: block;
    width:795px;
    height:292px;
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.2);
}
.main .hotcity .city_detail .detail_right>a:nth-child(3)>div{
    width:795px;
    height:292px;
    position:absolute;
    left:0;
    bottom:0;
}
.main .hotcity .city_detail .detail_right>a:nth-child(3)>div img{
    display: block;
    margin:15px auto;
    margin-top:105px;
}
.main .hotcity .city_detail .detail_right>a:nth-child(3)>div span{
    display: block;
    width:795px;
    font-size: 25px;
    text-align: center;
}
.main .hotcity .city_detail .detail_right>a:nth-child(5)>div span{
    display: block;
    width:390px;
    font-size: 25px;
    text-align: center;
}
/*精选主题*/
.main .zhuti{
    width:1200px;
    height:auto;
    margin:0 auto;
}
.main .zhuti .zhuti_detail{
    width:1200px;
    height:365px;
    display: flex;
    justify-content: space-between;
}
.main .zhuti .zhuti_detail>a{
    width:280px;
    height:365px;
    position: relative;
}
.main .zhuti .zhuti_detail>a>img{
    width:280px;
    height:365px;
}
.main .zhuti .zhuti_detail>a>div{
    width:280px;
    height:90px;
    position: absolute;
    bottom:0;
    color:white;
}
.main .zhuti .zhuti_detail>a>div span{
    display: block;
    width:280px;
    text-align: center;
    opacity: 0.6;
}
.main .zhuti .zhuti_detail>a>div p{
    display: block;
    width:280px;
    font-size: 20px;
    text-align: center;
}
/*悬浮效果*/
.main .zhuti .zhuti_detail>a .kuang{
    width:260px;
    height:345px;
    left:10px;
    bottom:10px;
    border:1px solid white;
    display: none;
}
.main .zhuti .zhuti_detail>a:hover .kuang{
    display: block;
}
/*选择鹏程*/
.main .guanggao{
    width:100%;
    height:268px;
    margin:0 auto;
    background:url(../img/iyoushi_bg.jpg);
    margin-top:40px;
}
.main .guanggao .tit{
    height:50px;
    padding:20px 0;
    margin:0 auto;
    margin-bottom:40px;
}
.main .guanggao .tit>div span:nth-child(1),
.main .guanggao .tit>div span:nth-child(5){
    width:490px;
    height:1px;
    color:white;
    background:white;
}
.main .guanggao .tit>div span:nth-child(2),
.main .guanggao .tit>div span:nth-child(4){
    width:40px;
    height:4px;
    color:white;
    background:white;
}
.main .guanggao .tit>div span:nth-child(3){
    color:white;
}
.main .guanggao .guanggao_detail{
    width:1200px;
    display: flex;
    justify-content: space-around;
    margin:0 auto;
}
.main .guanggao .guanggao_detail>div{
    width:180px;
    height:180px;
}
.main .guanggao .guanggao_detail>div img{
    display: block;
    margin:0 auto;
}
.main .guanggao .guanggao_detail>div span{
    display: block;
    width:180px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color:white;

}
.main .guanggao .guanggao_detail>div p{
    display: block;
    width:180px;
    height:20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color:white;
    opacity: 0.6;
}
/*房客体验*/
.main .fangke .tit{
    margin-top:20px;
    height:100px;
}
.main .fangke .fangke_detail{
    width:1200px;
    height:490px;
    display: flex;
    justify-content: space-between;
}
.main .fangke .fangke_detail>div{
    width:380px;
    height:510px;
    box-shadow: 0 0 20px rgb(180,180,180);
}
.main .fangke .fangke_detail>div>div:nth-child(1){
    width:380px;
    height:285px;
    position: relative;
}
.main .fangke .fangke_detail>div>div:nth-child(1)>img{
    width:380px;
    height:285px;
}
/*悬浮效果*/
.main .fangke .fangke_detail>div>div:nth-child(1)>.fangkuang{
    width:360px;
    height:265px;
    border:1px solid white;
    position:absolute;
    left:10px;
    bottom:10px;
    display: none;
}
.main .fangke .fangke_detail>div>div:hover .fangkuang{
    display: block;
}
.main .fangke .fangke_detail>div>div:nth-child(1)>div{
    width:380px;
    height:50px;
    position: absolute;
    bottom:10px;
    color:white;
}
.main .fangke .fangke_detail>div>div:nth-child(1)>div>img{
    margin-left:20px;
    margin-right:105px;
        margin-top: -6px;
    vertical-align: middle;
    width:50px;
    height:50px;
    border-radius:50%;

}
.main .fangke .fangke_detail>div>div:nth-child(2){
    padding:0 20px;
}
.main .fangke .fangke_detail>div>div:nth-child(2)>span{
    display: block;
    width:340px;
    height:65px;
    line-height: 65px;
    text-align: left;
    font-size:18px;
    font-weight: bold;
    overflow: hidden;
}
.main .fangke .fangke_detail>div>div:nth-child(2)>p{
    display: block;
    width:340px;
    height:90px;
    line-height: 30px;
    color:gray;
    overflow: hidden;
}
.main .fangke .fangke_detail>div>div:nth-child(2)>a{
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    display: block;
    font-family: "微软雅黑";
    width:100px;
    height:40px;
    line-height: 40px;
    text-align: center;
    transition: all 1s;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #666;
}

.main .fangke .fangke_detail>div>div:nth-child(2)>a:hover{
	color: #fff;
	border: none;
}
.xian{
    width:0;
    height:1px;
    background:black;
    margin:0 auto;
    transition: all 1s;
}
.main .fangke .fangke_detail>div:hover .xian{
    width:340px;
}
.main .fangke .fangke_detail>div:hover a{
    color:#fff;
    background:rgb(243,126,31);
   
}
.main .fangke .btn{
    width:1200px;
    height:55px;
    margin:20px auto;
    margin-top:40px;
}
.main .fangke .btn a{
    text-decoration: none;
    display: block;
    width: 212px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color:#666;
    border:1px solid #ccc;
    border-radius:4px;
    margin:0 auto;
}
.main .fangke .btn a:hover{
    color:rgb(243,126,31);
    border:1px solid rgb(243,126,31);
}


/*房东故事*/
.main .fangdong .tit{
    margin-top:20px;
    height:100px;
}
.main .fangdong .fangdong_detail{
    width:1200px;
    height:605px;
    display: flex;
    justify-content: space-between;
}
.main .fangdong .fangdong_detail>a{
    width:580px;
    height:605px;
    text-decoration: none;
}
.main .fangdong .fangdong_detail>a>div:nth-child(1){
    width:580px;
    height:434px;
    position: relative;
}
/*悬浮效果*/
.main .fangdong .fangdong_detail>a>div:nth-child(1)>.fangk{
    width:560px;
    height:414px;
    border:1px solid white;
    position:absolute;
    left:10px;
    bottom:10px;
    display: none;
}
.main .fangdong .fangdong_detail>a>div:hover .fangk{
    display: block;
}
.main .fangdong .fangdong_detail>a>div:nth-child(1)>img{
    width:580px;
    height:434px;
}
.main .fangdong .fangdong_detail>a>div:nth-child(1)>div{
    width:580px;
    height:50px;
    position: absolute;
    bottom:0;
    color:white;
}
.main .fangdong .fangdong_detail>a>div:nth-child(1)>div>span:nth-child(1){
    display: inline-block;
    margin-right:252px;
    font-size: 20px;
}
.main .fangdong .fangdong_detail>a>div:nth-child(2){
    padding:0 20px;
}
.main .fangdong .fangdong_detail>a>div:nth-child(2)>span{
    display: block;
    width:540px;
    text-align: center;
    margin:10px 0;
    color:black;
    font-size:15px;
}
.main .fangdong .fangdong_detail>a>div:nth-child(2)>p{
    display: block;
    width:540px;
    height:100px;
    line-height: 25px;
    color:gray;
    overflow: hidden;
    text-indent: 2em;
    text-align: left;
}
.main .fangdong .fangdong_detail>a:hover .xian{
    width:540px;
}
.main .fangdong .btn{
    width:1200px;
    height:55px;
    margin:20px auto;
}
.main .fangdong .btn a{
    text-decoration: none;
    display: block;
    width: 212px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color:#666;
    border:1px solid #ccc;
    border-radius:4px;
    margin:0 auto;
}

.main .fangdong .btn a:hover{
    color:rgb(243,126,31);
    border:1px solid rgb(243,126,31);
}