/*请用less修改本文件*/
body{
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
	font-size:14px;
	background-color: #faf8f5;
}
ul,ul li{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
	font-size:14px;
	color: #666666;
}
a,span,div{
	text-decoration:none;
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
	font-size:14px;
	color: #666666;
}
a:hover{
	text-decoration:underline;
}
img{
	margin:0;
	padding:0;
	display:block;
    border: none;
}
.clear_float{
	clear:both;
}

.f_r{
	float: right;
}

/* flexslider */
.flexslider{position:relative;height:400px;overflow:hidden;background:url(/img/loading.gif) 51.6% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:420px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:8px;height:8px;line-height:40px;overflow:hidden;background-color: transparent;cursor:pointer;border-radius: 50%; border: 2px solid #ff7385;}
.flex-control-nav .flex-active{background-color:#ff7385;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:37%;}
.flex-direction-nav li a{display:block;width:50px;height:100px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:570px;background:url(/img/left_arrow_big.png) center center no-repeat;opacity: .7}
.flex-direction-nav li a.flex-next{right:570px;background:url(/img/right_arrow_big.png) center center no-repeat;opacity: .7}
.flex-direction-nav li a.flex-next:hover, .flex-direction-nav li a.flex-prev:hover{opacity: 1;}

.ad_flexslider{width: 100%;;height: 100%;}
.ad_flexslider .slides{width:100%;height: 100%;}
.ad_flexslider .slides li{width:100%;height: 110px;}
.ad_flexslider .slides li a{display:block;width:100%;height: 110px;background-position:center;}
.ad_flexslider .flex-direction-nav li a.flex-prev{display:none;}
.ad_flexslider .flex-direction-nav li a.flex-next{display:none;}
.ad_flexslider .flex-control-nav{display:none;}

/* banner area */
#banner_bg{
    position: relative;
	width:100%;
	min-width:1200px;
	height:420px;
    overflow: hidden;
}
#banner_bg .banner_link{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:100;
}
#banner_bg .banner_slider{
    position: absolute;
    top: 0;
    left: 50%;
    width: 2540px;
    height: 420px;
    margin-left: -1270px;
    z-index: 1;
}

#query_center_content{
    position: relative;
    top:0;
	width:1200px;
	margin:0 auto;
    -webkit-filter:blur(0);
    -webkit-transition: all .8s ease-out;
       -moz-transition: all .8s ease-out;
        -ms-transition: all .8s ease-out;
         -o-transition: all .8s ease-out;
            transition: all .8s ease-out;
    z-index: 2;
}
#query_center_content.queryhide{
    -webkit-filter:blur(3px);
    -webkit-transform: translateY(520px);
       -moz-transform: translateY(520px);
        -ms-transform: translateY(520px);
         -o-transform: translateY(520px);
            transform: translateY(520px);
}
#query_hotel{
	width:360px;
	height:0;
	position:relative;
	top:30px;
	left:0;
}
#query_hotel .query_content_bg{
	position:absolute;
	height:430px;
	width:360px;
	background:black;
	opacity:0.8;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-o-opacity:0.8;
	filter:alpha(opacity=80);
}
#query_hotel .query_hotel_cat{
	position:absolute;
	left:0;
	top:-15px;
	width:95px;
	height:66px;
	background:url(/img/check_cat.png) no-repeat;
}
#query_hotel .query_hotel_title{
	color:#ffffff;
	font-size:18px;
	position:relative;
	top:35px;
	left:100px;
	margin-bottom:60px;
    font-weight: bold;
}
#query_hotel  .query_hotel_ul li{
	position:relative;
	margin-bottom:5px;
}
#query_hotel .query_hotel_dec{
	float:left;
	width:90px;
	height:38px;
	text-align:right;
}
#query_hotel  .qh_p1{
	font-size:15px;
	font-weight:bold;
	color:#ffe5ee;
}
#query_hotel  .qh_p2{
	color:#918e92;

}
#query_hotel  .dec_bg{
	float:left;
	width:10px;
	height:65px;
	background:url(/img/right_line.png) no-repeat;
	position:relative;
	margin-left:8px;
	margin-top:-10px;
}
#query_hotel .each_query_dec{
	display:inline-block;
	width:70px;
	height:20px;
	border:1px solid #e8e8e8;
	font-size:12px;
	color:#ffe5ee;
	text-align:center;
	line-height:18px;
	margin-bottom:6px;
	margin-right:5px;
    cursor: pointer;
	position:relative;
	*display:inline;
	*zoom:1;
}
#query_hotel .show_appoint_area{
    position: relative;
}
#query_hotel .appoint_name{
    color:#ffe5ee;
    display: inline-block;
    font-size:12px;
}
#query_hotel .appoint_area{
	position:absolute;
    top:20px;
	left:-1px;
	width:310px;
	padding-bottom: 7px;
	/*height:121px;*/
	border:1px solid #d3d3d3;
	background:black;
	opacity:0.8;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-o-opacity:0.8;
	filter:alpha(opacity=80);
	z-index:22;
	color:#ffffff;
	display:none;
}
#query_hotel  .each_address{
	width:90px;
	height:20px;
	line-height:20px;
	color:#ffffff;
	text-align:center;
	float:left;
	margin:7px 0px 0px 10px;

}
#query_hotel .each_address:hover {
background-color: #ff7385;
color: white;
}
#query_hotel .each_query_dec.selected{
    background-color: #ff7385;
    border: 1px solid #ff7385;
}
#query_hotel .each_query_dec:hover{
    background-color: #ff7385;
    border: 1px solid #ff7385;
    color: white;
}
#query_hotel .all_query_dec{
	width:240px;
	display:inline-block;
	position:relative;
}
#query_hotel .query_btn{
	width:320px;
	height:35px;
	margin:0 auto;
	background:#ff7385;
	text-align:center;
	line-height:35px;
	color:#ffffff;
	font-size:18px;
	border-radius:3px;
	margin-top:35px;
	position:relative;
	z-index:3;
	cursor:pointer;
}
#query_hotel .query_footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	margin-top:25px;
	position:relative;
	z-index:3;
}
#query_hotel .bottom_line{
	height:10px;
	width:230px;
	margin:0 auto;
	margin-top:5px;
	background:url(/img/bottom_line.png) no-repeat;
}
#index_center_content{
	width:1200px;
	margin:0 auto;
}
#index_center_content  .show_services_content{
	position: relative;
	margin-top:10px;
}
#index_center_content.peripheral .show_services_content{
	text-align: center;
}
#index_center_content .all_service_dec {
	width: 210px;
	height: 47px;
	float: left;
	margin-top: 20px;
	margin-right: 33px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#index_center_content.peripheral .all_service_dec {
	float: none;
	display: inline-block;
}
#index_center_content .service_dec1{
	background:url(/img/money_icon.png) no-repeat;
}
#index_center_content .service_dec2{
	background:url(/img/real_icon.png) no-repeat;
}
#index_center_content .service_dec3{
	background:url(/img/services_icon.png) no-repeat;
}
#index_center_content .service_dec4{
	background:url(/img/protection_icon.png) no-repeat;
}
/*#index_center_content .service_dec1:hover{
	background:url(/img/money_icon_light.png) no-repeat;
}
#index_center_content .service_dec2:hover{
	background:url(/img/real_icon_light.png) no-repeat;
}
#index_center_content .service_dec3:hover{
	background:url(/img/services_icon_light.png) no-repeat;
}
#index_center_content .service_dec4:hover{
	background:url(/img/protection_icon_light.png) no-repeat;
}*/
#index_center_content .service_dec_line{
	position:absolute;
	right:-20px;
	top:-15px;
	width:10px;
	height:100px;
	background:url(/img/service_line_icon.png) no-repeat;

}
#index_center_content .service_dec_on{
	position:absolute;
	top:0px;
	width:70px;
	height:33px;
	background:url(/img/advantage_frame.png) no-repeat;

}
#index_center_content .dec_on1{
	left:73px;
}
#index_center_content .dec_on2{
	left:305px;
}
#index_center_content .dec_on3{
	left:550px;
}
#index_center_content .dec_on4{
	left:790px;
}
#index_center_content.peripheral .dec_on1{
	left:180px;
}
#index_center_content.peripheral .dec_on2{
	left:412px;
}
#index_center_content.peripheral .dec_on3{
	left:657px;
}
#index_center_content.peripheral .dec_on4{
	left:900px;
}
.on_true{

}
.slide_dec_bg{
	position:absolute;
	width:100%;
	height:185px;
	background:#ffffff;
	top:31px;
	left:0px;
	border-radius: 6px;
}
#index_center_content  .query_date{
	position: absolute;
	right: 0;
	width: 241px;
	height: 80px;
    background-color: #ff7385;
    border-radius: 3px;
}
.datetimepicker-inline{
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 22;
	position: relative;
}
#index_center_content  .query_date .calendar_icon{
    position: absolute;
    top: 11px;
    left: 11px;
    width: 58px;
    height: 58px;
    background-image: url(/img/calendar.png);
    z-index: 10;
}
#index_center_content  .query_date .date_tit{
    position: absolute;
    bottom:42px;
    left: 75px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    z-index: 10;
}
#index_center_content  .query_date .date_dec{
    position: absolute;
    bottom:42px;
    left: 138px;
    color: white;
    font-size: 10px;
    z-index: 10;
}
#date_input{
	cursor: pointer;
	width: 137px;
	border-radius: 3px;
	border: none;
	position: absolute;
	bottom: 0;
	color: #A6A6A6;
	text-indent: 7px;
	background-position: 138px 4px;
}
#index_center_content  .query_date .date_input_class{
    position: absolute;
    bottom: 11px;
    left: 75px;
    width: 144px;
    height: 24px;
    line-height: 24px;
    font-family:  "microsoft yahei", "微软雅黑";
    font-size: 12px;
    cursor: pointer;
}
#index_center_content  .query_date .cal_icon_small{
    position: absolute;
    top: 47px;
    left: 210px;
    width: 13px;
    height: 16px;
    background-image: url(/img/cal_small.png);
    z-index: 10;
	cursor:pointer;
}
#index_center_content .show_slide_pic{
	position:relative;
}
#index_center_content .each_service_content{
	width:700px;
	height:200px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
#index_center_content .each_service_img{
	float:left;
	position:relative;
	height: 100%;
	z-index:5;
}
#index_center_content .each_service_img img{
	position: absolute;
	left:50px;
	bottom:0;
	z-index:5;
}
#index_center_content .each_service_tit{
	font-size:24px;
	color:#ff7385;
}
#index_center_content .each_service_dec{
	margin-top:10px;
}
#index_center_content  .each_sevice_right_area{
	float:left;
	margin-top:100px;
	margin-left:20px;
	width:500px;
}
#index_center_content .new_people{
	font-size:18px;
	color:#ff7385;
}
#index_center_content .senior_people{
	font-size:22px;
	color:#ff7385;
}

/* flexslider */
#index_center_content .show_slide_pic .flex-direction-nav li a.flex-prev{left:20px;background:url(/img/advantage_left.png) center center no-repeat;opacity: .7}
#index_center_content .show_slide_pic .flex-direction-nav li a.flex-next{right:20px;background:url(/img/advantage_right.png) center center no-repeat;opacity: .7}
#index_center_content .show_slide_pic  .flex-control-nav a{display:none;}
#index_center_content .show_slide_pic  .flex-control-nav .flex-active{}

#index_center_content .content_slide{
	height:200px;
	position:relative;
	display:none;
}
#index_center_content .show_hotel_content{
	border-bottom:1px solid #d3d3d3;
	margin-top:30px;
}
#index_center_content .show_all_icon{
	height:26px;
}
#index_center_content .hotel_icon{
	background:url(/img/show_hotel_icon.png) no-repeat;
}
#index_center_content .hotel_classify_content{
	position:relative;
	z-index:100;
	height:260px;
	margin-top:20px;
}
#index_center_content .show_hotel_information{
	position:relative;
}
#index_center_content  .hotel_classsify_bg{
	width:230px;
	height:100%;
	float:left;
}
#index_center_content .five_star_hotel{
	background:url(/img/star_hotel_a.jpg) no-repeat;
}
#index_center_content .outdoor_hotel{
	background:url(/img/star_hotel_b.jpg) no-repeat;
}
#index_center_content .unique_hotel{
	background:url(/img/star_hotel_c.jpg) no-repeat;
}
#index_center_content .star_hotel_1{
	width:420px;
	height: 260px;
	float:left;
	margin-left:20px;
	position:relative;
}
#index_center_content .star_hotel_2{
    width: 230px;
	height:120px;
	position:relative;
}
#index_center_content .star_hotel_3{
    width: 230px;
	height:120px;
	margin-top:20px;
	position:relative;
}
#index_center_content  .star_hotels{
	width:230px;
	height:100%;
	float:left;
	margin-left:20px;
	position:relative;
}
#index_center_content .star_hotel_4{
	float:left;
    margin-left: 20px;
	position:relative;
    width: 260px;
    height: 260px;
}
#index_center_content .star_hotel_end{
    float: right;
    margin-left: 0;
}
#index_center_content .star_hotel_hover {
    overflow: hidden;
}
#index_center_content .star_hotel_hover .show_hotel_all_dec{
	position:absolute;
	bottom:-35px;
	left:0;
    background-color: #343434;
	background:rgba(0, 0, 0, 0.54);
	width:100%;
    height: 65px;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:15px;
	cursor:pointer;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#index_center_content .star_hotel_hover:hover .show_hotel_all_dec{
	bottom:0;
    padding-top:15px;
}
#index_center_content  .dec_hotel_content{
	margin-left:15px;
}
#index_center_content .all_dec_hotel_name{
	color:#ffffff;
	font-size:15px;
	display: block;
	height: 23px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#index_center_content .star_hotel_2 .all_dec_hotel_name, #index_center_content .star_hotel_3 .all_dec_hotel_name{
	width: 190px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	*overflow:hidden;
}
#index_center_content .star_hotel_4 .all_dec_hotel_name{
	width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#index_center_content  .hotel_price_num{
	color:#9f9d9d;
	font-size:13px;
    margin-top: 20px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#index_center_content .star_hotel_hover:hover .hotel_price_num{
    color:#c4c4c4;
    margin-top: 0;
}

#index_center_content .dec_hotel_right_icon{
	position:absolute;
	right:-20px;
	top:17px;
	width:17px;
	height:31px;
	background:url(/img/dec_hotel_right.png) no-repeat;
    -webkit-transition: all .25s ease-in-out .15s;
       -moz-transition: all .25s ease-in-out .15s;
        -ms-transition: all .25s ease-in-out .15s;
         -o-transition: all .25s ease-in-out .15s;
            transition: all .25s ease-in-out .15s;
}
#index_center_content .star_hotel_hover:hover .dec_hotel_right_icon{
    right:10px;
}

#index_center_content .advert_bg{
	height:80px;
	margin-top:20px;
	background:url(/img/process_bg1.png) no-repeat;
}
#index_center_content .advert_slide{
	font-family: 微软雅黑;
	text-align: center;
	line-height: 110px;
	height: 110px;
	margin-top: 20px;
	background: #F7F1F3;
	color: #D5D5D5;
}
#index_center_content .fast_nav_icon{
	background:url(/img/fast_navigation.png) no-repeat;
}
#index_center_content  .fast_nav_content{
	margin-top:25px;
}
#index_center_content .fast_nav_left_content{
	border:1px solid #d3d3d3;
	width:305px;
	float:left;
}
#index_center_content .wedding_classify{
	height:40px;
	background:#f4f1ed;
}
#index_center_content .wedding_classify_tit{
	line-height:40px;
	margin-left:24px;
	font-size:15px;
	/* color:#83817f; */
}
#index_center_content .wedding_classify{
	height:35px;
	background:#f4f1ed;
}
#index_center_content .wedding_classify_tit{
	line-height:35px;
	margin-left:24px;
	font-size:15px;
	/* color:#83817f; */
}
#index_center_content .wedding_classify_content{
	height:85px;
	background:#ffffff;
	position:relative;
	z-index:5;
}
#index_center_content .show_star_hotels{

}
#index_center_content .each_hotel_classify{
	float:left;
	height:34px;
	width:86px;
	line-height:45px;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
}
#index_center_content .each_hotel_classify:hover{
    color:#ff7385;
}
#index_center_content .first_classify{
	margin-left:25px;
	*margin-left:13px;
}
#index_center_content .turn_right_icon{
	width:8px;
	margin-top:33px;
	height:15px;
	margin-left:5px;
	position:absolute;
	right:15px;
	top:0;
}
#index_center_content .on_turn_true{
    background:url(/img/turn_right.png) no-repeat;
}
#index_center_content .hidden_content{
	position:absolute;
	left:303px;
	top:0;
	border:1px solid #d3d3d3;
	border-left:none;
	background:#ffffff;
	width:708px;
	height:86px;
	display:none;
	z-index:5;
}
#index_center_content .set_left{
    position: relative;
    left:-15px;
    top:0px;
}

#index_center_content .fast_nav_right_content{
	width:870px;
	float:right;
}
#index_center_content .fast_nav_right_ul{
	border-bottom:1px solid #d3d3d3;
	height:40px;
	position:relative;
}
#index_center_content .fast_nav_right_ul li{
	float:left;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
    cursor: pointer;
}
#index_center_content  .fast_nav_right_ul .see_more a{
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	font-size:14px;
	color:#ff7385;
    cursor: default;
}
#index_center_content .fast_nav_on{
	color:#ffffff;
	background:#ff7385;
}
#index_center_content .tab_hotel{
	display:none;
}
#index_center_content  .first_tab{
	display:block;
}
#index_center_content .hot_hotel_content{
	margin-top:25px;
	float:left;
	border:1px solid #d3d3d3;
	position:relative;
	_margin-left:5px;
	_width:260px;
}
#index_center_content .hot_hotel_content img{
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
#index_center_content .hot_hotel_content:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
#index_center_content .hot_hotel_content .hot_hotel_small{
    display: block;
    width: 276px;
    height: 183px;
    overflow: hidden;
}
#index_center_content .hot_hotel_content .hot_hotel_big{
    display: block;
    width: 571px;
    height: 183px;
    overflow: hidden;
}
#index_center_content .hotel_detail_dec{
	height:70px;
	background:#ffffff;
	position:relative;
	z-index:2;
	cursor:pointer;
}
#index_center_content  .hotel_detail_dec_content{
	margin-left: 16px;
	padding-top: 12px;
	margin-right: 40px;
	line-height: 22px;
}
.hotel_detail_dec_content p{
	height: 22px;
}
#index_center_content  .hotel_name{
	color:#ff7385;
}
#index_center_content  .right_more_icon{
	position:absolute;
	right:15px;
	top:20px;
	width:16px;
	height:32px;
	background:url(/img/right_more.png) no-repeat;
}
#index_center_content .hot_hotel_float_right{
	float:right;
	_float:left;
}
#index_center_content .people_say_icon{
	background:url(/img/people_say.png) no-repeat;
}
#index_center_content .people_say_content{
	margin-top:15px;
}
#index_center_content .each_people_say_pic{
	float:left;
	margin-right:16px;
	position:relative;
    width: 287px;
	height:180px;
    overflow: hidden;
	cursor:pointer;
}
#index_center_content .say_end{
    float: right;
    margin: 0;
}
#index_center_content .each_people_say_pic .say_hotel_pic{
    position: absolute;
    left: 287px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#index_center_content .each_people_say_pic:hover .say_hotel_pic{
    position: absolute;
    left: 0;
}
#index_center_content .each_people_say_pic .say_user_pic{
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
#index_center_content .each_people_say_pic:hover .say_user_pic{
    position: absolute;
    left: -287px;
}


#index_center_content .hotel_brief, #index_center_content .people_say{
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    padding: 10px;
    background-color: #292929;
    background-color: rgba(0, 0, 0, 0.76);
}
#index_center_content .people_say{
	width: 55%;
    left: 147px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#index_center_content .hotel_brief{
	width: 45%;
    left: -140px;
    -webkit-transition: all .5s ease-in-out .1s;
       -moz-transition: all .5s ease-in-out .1s;
        -ms-transition: all .5s ease-in-out .1s;
         -o-transition: all .5s ease-in-out .1s;
            transition: all .5s ease-in-out .1s;
}
#index_center_content .each_people_say_pic:hover .people_say{
    left: 287px;
}
#index_center_content .each_people_say_pic:hover .hotel_brief{
    left: 0;
}
#index_center_content .people_name, #index_center_content .hotel_name{
	color:#ff7385;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	width: 110px;
	*display:inline;
	*zoom:1;
	position: relative;
	top: 4px;
}
#index_center_content .hotel_name{
	top: 0;
}
#index_center_content .people_name, #index_center_content .hotel_brief_hotel_name{
	width:134px;
}
#index_center_content .line_bg{
	width:150px;
	height:5px;
	background:url(/img/say_line.png) no-repeat;
}

#index_center_content .people_say_dec, #index_center_content .hotel_dec{
	height:100px;
	width:120px;
    text-overflow:ellipsis;
	color:#ffffff;
	font-size:12px;
}

/* weixin app */
#app_content{
	position:fixed;
	bottom:-320px;
	left:0;
	width:100%;
	height:210px;
	margin-top:10px;
	z-index:100;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.app_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: black;
	opacity:.75
}
#app_center_content{
	width:1200px;
	height: 100%;
	margin:0 auto;
	position:relative;
}
@media screen and (max-width: 1200px) {
	.close_btn{
		position:absolute;
		left:20px;
		top:10px;
		width:40px;
		height:40px;
		background:url(/img/close_icon_white.png) no-repeat;
		cursor:pointer;
	}
}
@media screen and (min-width: 1200px) {
	.close_btn{
		position:absolute;
		right:0;
		top:10px;
		width:40px;
		height:40px;
		background:url(/img/close_icon_white.png) no-repeat;
		cursor:pointer;
	}
}
.hand_phone{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 325px;
	height: 308px;
	background: url(/img/hand_phone.min.png) no-repeat;
}
.andriod_bg{
	float: right;
	width: 110px;
	height: 125px;
	background: url(/img/app_download_bg.png) no-repeat;
	margin-right: 105px;
	margin-top: 36px;
}
.ios_bg{
	float:right;
	width:110px;
	height:125px;
	background:url(/img/ios_bg.png) no-repeat;
	margin-right:30px;
	margin-top:30px;
}
.download_app{
	float: right;
	width: 366px;
	height: 125px;
	margin-right: 165px;
	margin-top: 30px;
	text-align: right;
}
#app_content .download_title{
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
}
#app_content .make_app{
	font-size:44px;
	color:#ffbcd2;
	font-weight:bold;
	margin-bottom: 8px;
}
.consultation_bg{
	float:right;
	width:166px;
	height:40px;
	background:#ff7385;
	margin-left:10px;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.consultation_bg a{
	display:inline-block;
	width:166px;
	height:40px;
	color:#ffffff;
	font-size:14px;
}


/* footer area */
#footer{
	width:100%;
	margin:0 auto;
	background:#333333;
}
#footer .footer_guide{
	width:1200px;
	height:95%;
	margin:0 auto;
	position:relative;
}

#footer .features {
    width: 100%;
    height: 160px;
}
#footer .features .single_feature{
    margin: 0;
    float: left;
    position: relative;
    width: 25%;
    height: 100%;
}
.single_feature .feature_tit{
    font-size: 30px;
    color: #ff7385;
    position: absolute;
    top: 20px;
    left: 20px;
}
.single_feature .why{
    width: 95%;
    font-size: 30px;
    font-weight: bold;
    color: #ff7385;
    position: absolute;
    bottom: 40px;
    left: 20px;
}
.single_feature .colorbar{
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
}
.yellow-bar{
    background-color: #ffe699;
}
.red-bar{
    background-color: #ff7385;
}
.purple-bar{
    background-color: #cc99fe;
}
.green-bar{
    background-color: #98e0d2;
}
.single_feature .why .point{
    color: #b4b4b4;
    position: relative;
    width: 44%;
    float: left;
    line-height: 25px;
    font-size: 12px;
    font-weight: normal;
}

#footer .bottom_info {
    width: 100%;
    height: 200px;
}

.bottom_info .info_clm {
    position: relative;
    height: 100%;
    width: 25%;
    float: left;
}

.verticle_bar {
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #727272;
}

.bottom_nav {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    color: #eaeaea;
}

.nav_items{
    position: absolute;
    left: 20px;
    height: 100px;
    top: 60px;
}

.nav_items .singel_items {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: gray;
    cursor: default;
}

.bottom_info .follows{
    position: absolute;
    top: 60px;
    left: 20px;
    height: 100px;
}

.follows .social {
    position: relative;
    float: left;
    width: 60px;
    height: 120px;
    margin-right: 25px;
    text-align: center;
}

.social_icon_weixin, .social_icon_weibo, .social_icon_tengxun {
    margin: 0 auto;
    width: 52px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social_icon_weixin{
    background: url(/img/weixin_gray.png) center no-repeat;
}
.social_icon_weibo{
    background: url(/img/weibo_gray.png) center no-repeat;
}
.social_icon_tengxun{
    background: url(/img/tengxun_gray.png) center no-repeat;
}
.social:hover .social_icon_weixin{
    background: url(/img/weixin.png) center no-repeat;
}
.social:hover .social_icon_weibo{
    background: url(/img/weibo.png) center no-repeat;
}
.social:hover .social_icon_tengxun{
    background: url(/img/tengxun.png) center no-repeat;
}
.social:hover .weixin{
    color: #5cca8d;
}
.social:hover .weibo{
    color: #ffd863;
}
.social:hover .tengxun{
    color: #73adc2;
}


.social .social_name {
    text-align: center;
    color: gray;
}

.bottom_phone_icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 55px;
    left: 20px;
    background: url(/img/phone_bottom.png) center no-repeat;
}

.bottom_phone {
    position: absolute;
    top: 54px;
    left: 55px;
    width: 220px;
    height: 33px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: #ff7385;
}

.bottom_app {
    position: absolute;
    top: 100px;
    left: 20px;
    font-size: 16px;
    color: #aaa;
}

.app_btn{
    width: 100px;
    height: 30px;
    position: absolute;
    background-color: #ff7385;
    color: white;
    text-align: center;
    line-height: 30px;
    text-indent: 18px;
    border-radius: 3px;
    background-position:12px;
    background-repeat: no-repeat;
    cursor: default;
}
.app_btn:hover{
    background-color: #ff87b0;
}
.app_btn.apple{
    top: 130px;
    left: 20px;
    background-image: url(/img/ios_bg.png);
}
.app_btn.android{
    top: 130px;
    left: 130px;
    background-image: url(/img/android_bg.png);
}

.links {
    height: 120px
}

.links .link_tab {
    display: inline-block;
    margin-right: -4px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-bottom: 4px solid #333333;
    text-align: center;
    cursor: default;
    color: gray;
}
.links .link_tab:hover{
    background-color: #464646;
    border-bottom: 4px solid #464646;
    color: #ff7385;
}
.links .link_tab.active{
    border-bottom: 4px solid #ff7385;
    color: #ff7385;
}


.link_content li{
    display: inline-block;
    margin-right: 8px;
}
.link_content a:hover{
    color: #ff7385;
}
.link_content a{
    font-size: 10px;
}
.link_content {
    width: 100%;
    height: 70px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #606060;
}

.bottom_navigation {
    padding-top: 10px;
    width: 100%;
    height: 80px;
    text-align: center;
    border-top: 1px solid #606060;
    padding-bottom: 30px;
}
.bottom_navigation a{
    cursor: default;
}
.bottom_navigation a:hover{
    color: #ff7385;
}
.bottom_navigation li{
    display: inline-block;
}
.bottom_navigation li a{
    padding: 0 5px;
}

.bottom_navigation .copyright {
    padding-top: 5px;
    font-size: 10px;
}

.bottom_logo {
    margin: 0 auto;
    width: 56px;
    height: 20px;
    background: url(/img/bottom_logo.png) center no-repeat;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px){
	.header--nav.header--page-title {
		/*overflow: hidden;*/
	}
	#banner_bg{
		min-width: 960px;
	}
  	#index_center_content {
		width: 960px;
	}
	#index_center_content .query_date,
	#index_center_content .star_hotel_4 {
		display: none;
	}
	#index_center_content .star_hotels,
	#index_center_content .star_hotel_1 {
		margin-left: 40px;
	}
	#index_center_content .all_service_dec {
		margin-right: 30px;
	}
	#index_center_content .hot_hotel_content .hot_hotel_big{
		width: 330px;
		height: 183px;
	}
	#index_center_content .hot_hotel_content .hot_hotel_big img{
		position: relative;
		left: 0;
		margin-left: -120px;
	}
	#index_center_content .fast_nav_right_content{
		width: 630px;
	}
	#index_center_content .advert_bg{
		display: none;
	}
	#index_center_content .advert_slide {
		height: 100px;
		overflow: hidden;
	}
	.ad_flexslider .slides li {
		overflow: hidden;
	}
	.ad_flexslider .slides img {
		width: 100%;
	}
}