/*query-banner*/
.your_hope_hotel{
    height:146px;
    width:1200px;
    margin:0 auto;
    background:url(../img/query_bg.jpg) left bottom no-repeat;
    position:relative;
    z-index:100;
}
.your_hope_hotel .cat{
    position:absolute;
    left:3px;
    bottom:0;
    width:175px;
    height:145px;
    background:url(../img/query_cat.png) 0 3px no-repeat;
}

.each_your_hope_thing{
    width:172px;
    height:80px;
    float:left;
    margin-top:50px;
    position:relative;
}
.hope_line_icon{
    width:5px;
    height:128px;
    background:url(../img/hope_line.png) no-repeat;
    float:left;
    margin-top:37px;
    margin-left:10px;
    margin-right:16px;
}
.last_line{
    margin-left:-10px;
}
.your_hope_hotel .your_phone_number{
    position: static;
    height:28px;
    width:130px;
    margin-top:15px;
    border-radius:3px;
    border:1px solid #f3f2f2;
    padding:2px;
    padding-left:10px;
    color:#6D6969;
    cursor:pointer;
}
.each_hope_first{
    margin-left:190px;
    _margin-left:100px;
}
.each_hope_title{
    color:white;
    font-size:18px;
    font-weight:bold;
    _margin-top:20px;
}
.each_hope_dec{
    width:75px;
    height:20px;
    border:1px solid white;
    float:left;
    margin-right:6px;
    margin-top:9px;
    text-align:center;
    line-height:16px;
    color:white;
    cursor:pointer;
    font-size:12px;
    position:relative;
}
.each_hope_dec:hover{
    background:#ffffff;
    color:#ff6699;
}
.on_hope_dec{
    background:#ffffff;
    color:#ff6699;
}

@keyframes changBackground{
    0%{background:#ff587b;}
    100%{background:#ff9bb0;}
}
@-webkit-keyframes changBackground{
    0%{background:#ff587b;}
    100%{background:#ff9bb0;}
}
@-moz-keyframes changBackground{
    0%{background:#ff587b;}
    100%{background:#ff9bb0;}
}
@-o-keyframes changBackground{
    0%{background:#ff587b;}
    100%{background:#ff9bb0;}
}

.consultation_go_bg_banner{
    position:absolute;
    left: 983px;
    top: 63px;
    _top:85px;
    width:150px;
    height:35px;
    background:#ff587b;
    border-radius:5px;
    color:#ffffff;
    text-align:center;
    line-height:35px;
    font-size:16px;
    cursor:pointer;
    border: 1px solid #FFB4C4;
            animation:changBackground 1s infinite ease-in-out alternate;
    -webkit-animation:changBackground 1s infinite ease-in-out alternate ;
       -moz-animation:changBackground 1s infinite ease-in-out alternate ;
         -o-animation:changBackground 1s infinite ease-in-out alternate;
}

.consultation_go_bg_banner:hover{
    background:#ffffff;
    color:#ff6699;
            animation:none;
    -webkit-animation:none;
       -moz-animation:none;
         -o-animation:none;
         }
.query_all_people{
    position:absolute;
    left: 983px;
    top: 105px;
    _top:130px;
    color:#ffffff;
    font-size:10px;
}

.your_hope_hotel .appoint_area_content{
    position:absolute;
    top:15px;
    width:280px;
    height:120px;
    border:1px solid #d3d3d3;
    background:black;
    opacity:0.8;
    z-index:22;
    color:#ffffff;
    display:none;
}
.other_more{
    font-size:12px;
    color:#ffffff;
    display:inline-block;
}
.each_address_area{
    width:70px;
    height:20px;
    line-height:20px;
    color:#ffffff;
    text-align:center;
    float:left;
    margin:7px 0px 0px 10px;

}
.each_address_area:hover {
    background-color: #ff6699;
    color: white;
}
.on_more{
    color:#ff6699;
}
.alt_word{
    position:absolute;
    top:69px;
    color:#ffffff;
}

@media screen and (max-width: 1200px){
    .your_hope_hotel{
        display: none;
    }
}