/*主页轮播图*/
.banner{width:100%;height:750px;position: relative;}
.banner .bannerImg{width:100%;height:750px;position: relative;}
.banner .bannerImg img,.banner .bannerImg div{
    width:100%;
    height:750px;
    position:absolute;
    bottom:0;
}
.banner .yd{
    width:100%;
    height:165px;
    position: absolute;
    bottom:0;
    background:rgba(0,0,0,0.5);
}
/*预订日期*/
.banner .yd .yd_1{
    width:1200px;
    margin:0 auto;
    font-size:22px;
    color:white;
    margin-top:30px;
    margin-bottom:30px;
}
.banner .yd .yd_1 span{
    display:inline-block;
    width:455px;
    height:1px;
    background:white;
    vertical-align: middle;
}
.banner .yd .yd_1 .yd_1s1{
    margin-right:10px;
}
.banner .yd .yd_1 .yd_1s2{
    margin-left:10px;
}
.banner .yd .yd_2{
    width:1050px;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner .yd .yd_2 .start,.end{
    width:275px;
    height:50px;
    line-height: 50px;
    border:1px solid white;
    background:rgb(31,27,24);
    color:white;
    position: relative;
}
.banner .yd .yd_2 label{
    margin-left:20px;
}
.banner .yd .yd_2 .start input,.end input{
    width:180px;
    margin-left:20px;
    z-index: 10;
    color:white;
    border:none;
    outline: none;
    background:rgba(31,27,24,0)
}
.banner .yd .yd_2 .start img,.end img{
    position: absolute;
    right:10px;
    bottom:15px;
}
.banner .yd .yd_2 .times{
    width:220px;
    height:50px;
    border:1px solid white;
    background:rgb(31,27,24);
    color:white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.banner .yd .yd_2 .times input{
    width:72px;
    height:50px;
    text-align: center;
    font-size:20px;
    background:rgb(31,27,24);
    color:white;
    border:none;
}
.banner .yd .yd_2 .times input:hover{
    color:rgb(206,142,81);
}
.banner .yd .yd_2 .times .timesv{
    border:1px solid rgb(78,74,71);
}
.banner .yd .yd_2 .btn{
    width:200px;
    height:50px;
    line-height: 50px;
    background: url(../img/but_bg1.png);
    border-radius:4px;
    font-size:15px;
    text-align: center;
    color:white;
    font-weight: 1000;
}
/*主页楼层*/
.main{width:100%;height:auto;}
/*关于我们*/
.main #about{
    width:1200px;
    height:530px;
    margin:0 auto;
    position: relative;
	padding-bottom:10px;
}
.main #about>div{
    display:inline-block;
    height:411px;
    position:absolute;
    top:60px;
}
.main #about .about_detail{
    width:580px;
    left:0;
}
.main #about .about_detail img,
.main #about .about_detail span,
.main #about .about_detail p,
.main #about .about_detail a{
    display: block;
}
.main #about .about_detail span{
    font-size:32px;
}
.main #about .about_detail .xian{
    width:60px;
    height:5px;
}
.main #about .about_detail p{
    font-size:14px;
    height:auto;
	line-height:35px;
	text-indent: 2em;
}
.main #about .about_detail a{
    height:57px;
	width:260px;
	line-height:57px;
	font-size:16px;
	color:white;
	font-weight:1000;
	background:url(../img/iabout_but.png);
	position:absolute;
	bottom:6px;
	
}
.main #about .about_img{
    right:0;
}

/*会员中心*/
.main .vip{
  width:100%;
  height:490px;
  background:url(../img/imember_bg.jpg) no-repeat;
    background-size: cover;
  padding-top:50px;
  color:white;
}
.main .vip>div{
  width:1200px;
  height:100px;
  margin:0 auto;
}
.main .vip .vip_1{
  height:100px;
  margin-bottom:20px;
}
.main .vip .vip_1 .vip_1_1{
  display:block;
  width:338px;
  height:37px;
  margin:0 auto;
}
.main .vip .vip_1 span{
  display:block;
  width:338px;
  height:37px;
  line-height:37px;
  margin:0 auto;
  font-size:25px;
  text-align:center;
  color:white;
}
.main .vip .vip_1 .vip_1_2{
  display:block;
  width:50px;
  height:5px;
  margin:10px auto;
}
.main .vip .vip_2 p{
  display:block;
  height:40px;
  line-height:40px;
  width:1200px;
  text-align:center;
}
.main .vip .vip_3{
    height:150px;
    width:650px;
    margin:0 auto;
}
.main .vip .vip_3 ul{
    width:100%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .vip .vip_3 ul li{
    width:108px;
    height:108px;
    border:1px solid white;
    border-radius:50%;
    position:relative;
}
.main .vip .vip_3 ul li:hover{
    border:2px solid rgb(217,141,66);
}
.main .vip .vip_3 ul li img{
    position: absolute;
    top:30px;
    left:40px;
}
.main .vip .vip_3 ul li span{
    position: absolute;
    top:60px;
    left:25px;
    font-size:15px;
}
.main .vip .vip_4{
    width:570px;
    height:160px;
    margin:0 auto;
}
.main .vip .vip_4 a{
    display:inline-block;
    width:260px;
    height:50px;
    line-height:50px;
    font-size:15px;
    color:white;
    margin:10px;
    border:1px solid white;
}
.main .vip .vip_4 a:hover{
    background:rgb(217,141,66);
    border:1px solid rgb(217,141,66);
}
/*舒适客房*/
.room{
    height:1200px;
    height:695px;
    margin:0 auto;
}
.room .room_1{
    width:450px;
    height:150px;
    margin:0 auto;
}
.room .room_1 img:nth-child(1){
    margin-top:30px;
}
.room .room_1 span{
    display:block;
    width:338px;
    height:37px;
    line-height:37px;
    margin:0 auto;
    font-size:25px;
    text-align:center;
    color:black;
}
.room .room_1 .room_1_2{
    display:block;
    width:50px;
    height:5px;
    margin:10px auto;
}
 .room_2,.room_3{
     width:1200px;
     height:255px;
     margin:0 auto;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     background:rgb(245,245,245);
 }
.room_2>div,.room_3>div{
    width:600px;
    height:255px;
}
.room_2 .room_2_1 div:nth-child(1){
     font-size:21px;
     margin-left:10px;
 }
.room_2 .room_2_1 div:nth-child(2){
    height:24px;
    line-height: 24px;
    color:gray;
    vertical-align: middle;
    margin-top:30px;
    margin-bottom:15px;
}
.room_2 .room_2_1 div:nth-child(2) img{
    vertical-align: middle;
    margin-left:10px;
    margin-right:5px;
}
.room_2 .room_2_1 div:nth-child(3){
    color:rgb(166,166,166);
    margin-left:10px;
}
.room_2 .room_2_1 div:nth-child(4){
    height:52px;
}
.room_2 .room_2_1 div:nth-child(4) a{
    display:block;
    width:222px;
    height:52px;
    line-height: 52px;
    background: url(../img/i_ydbut_bg.png);
    margin:30px 10px;
    font-size:15px;
}
.room_3 .room_3_1 div:nth-child(1){
    font-size:21px;
    margin-left:10px;
}
.room_3 .room_3_1 div:nth-child(2){
    height:24px;
    line-height: 24px;
    color:gray;
    vertical-align: middle;
    margin-top:30px;
    margin-bottom:15px;
}
.room_3 .room_3_1 div:nth-child(2) img{
    vertical-align: middle;
    margin-left:10px;
    margin-right:5px;
}
.room_3 .room_3_1 div:nth-child(3){
    color:rgb(166,166,166);
    margin-left:10px;
}
.room_3 .room_3_1 div:nth-child(4){
    height:52px;
}
.room_3 .room_3_1 div:nth-child(4) a{
    display:block;
    width:222px;
    height:52px;
    line-height: 52px;
    background: url(../img/i_ydbut_bg.png);
    margin:30px 10px;
    font-size:15px;
}
/*酒店服务*/
.service{
    width:100%;
    height:800px;
    margin:0 auto;
    background:rgb(245,245,245);
    padding-top:40px;
}
.service .service_1{
    width:330px;
    height:150px;
    margin:0 auto;
}
.service .service_1 .service_1_1{
    display:block;
    width:338px;
    height:37px;
    margin:0 auto;
}
.service .service_1 span{
    display:block;
    width:338px;
    height:37px;
    line-height:37px;
    margin:0 auto;
    font-size:25px;
    text-align:center;
    color:black;
}
.service .service_1 .service_1_2{
    display:block;
    width:50px;
    height:5px;
    margin:10px auto;
}
.service .service_2{
    width:1200px;
    height:650px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service .service_2>div{
    width:381px;
    height:618px;
    position:relative;
}
.service .service_2 .dt{
    position: relative;
    background:white;
}
.service .service_2 .service_2_1 .dt .dt2,.service .service_2 .service_2_2 .dt .dt2{
    position: absolute;
    top:168px;
    left:20px;
}
.service .service_2 .dt .dt3{
    display:block;
    width:338px;
    height:37px;
    line-height:37px;
    margin-left:10px;
    font-size:20px;
    color:black;
}
.service .service_2 .dt .dt4{
    display:block;
    width:50px;
    height:5px;
    margin-left:10px;
}
.service .service_2 .dt .dt5{
    display: block;
    font-size: 15px;
    color:gray;
    margin:10px;
    line-height: 30px;
}
.service .service_2 .dt .dt6{
    display: block;
    font-size: 12px;
    color:rgb(176,176,176);
    margin:10px;
    line-height: 20px;
    height:60px;
    overflow: hidden;
}
.service .service_2 .dt .dt7{
    width:190px;
    height:40px;
    line-height: 40px;
    color:rgb(217,141,66);
    border:1px solid rgb(217,141,66);
    margin:10px;
}
.service .service_2_1>img{
    margin-top:25px;
}
.service .service_2_2>img{
    margin-bottom:40px;
}
.service .service_2_3 .dt{
    background:url(../img/ifuwu_img05.jpg);
    padding-top:100px;
    padding-left:20px;
    margin-bottom:20px;
}
.service .service_2_3 .dt .dt1{
    display: block;
    margin-bottom:20px;
}
.service .service_2_3 .dt .dt2{
   position: relative;
}
.service .service_2_3 .dt .dt3{
    display:block;
    width:338px;
    height:37px;
    line-height:37px;
    margin-left:10px;
    font-size:20px;
    color:white;
}
.service .service_2_3 .dt .dt4{
    display:block;
    width:50px;
    height:5px;
    margin-left:10px;
}
.service .service_2_3 .dt .dt5{
    display: block;
    font-size: 15px;
    color:white;
    margin:10px;
    line-height: 30px;
}
.service .service_2_3 .dt .dt6{
    display: block;
    font-size: 12px;
    color:rgb(176,176,176);
    margin:10px;
    line-height: 20px;
    color:white;
}
.service .service_2_3 .dt .dt7{
    width:190px;
    height:40px;
    line-height: 40px;
    color:white;
    border:1px solid white;
    margin:10px;
}
.service .service_2_3>img{
	margin-top:8px;
}
/*新闻中心*/
.news{
    width:1200px;
    height:620px;
    margin:0 auto;
    padding-top:40px;
}
.news .news_1{
    width:280px;
    height:100px;
    margin:0 auto;
    margin-bottom:20px;
}
.news .news_1 span{
    display:block;
    width:280px;
    height:37px;
    line-height:37px;
    margin:0 auto;
    font-size:25px;
    text-align:center;
    color:black;
}
.news .news_1 .news_1_2{
    display:block;
    width:50px;
    height:5px;
    margin:10px auto;
}
.news .news_2{
    width:1200px;
    height:350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .news_2>div{
    width:385px;
    height:310px;
}
.news .news_2>div>.hua{
	width:0;
	height:1px;
	margin:0 auto;
	background:black;
	transition:all 1s;
}
.news .news_2>div:hover .hua{
	width:385px;
}
.news .news_2>div:hover .dt{
	color:rgb(216,141,67);
}
.news .news_2 div img{
	width:376px;
	height:211px;
}
.news .news_2 div .tit{
    display: block;
    margin:10px 0;
    font-size:13px;
}
.news .news_2 div .dt{
    color:gray;
    line-height: 30px;
    display: block;
    height:60px;
}
.news .news_2 div .time{
    display: block;
    margin:10px 0;
    font-size:13px;
    color:rgb(147,147,147);
    text-align: right;
}
.news .btn{
    display: block;
    width:222px;
    height:52px;
    line-height: 52px;
    background:url(../img/i_ydbut_bg.png);
    margin:0 auto;
    margin-top:20px;
    font-size:15px;
}
/*待客之道*/
.hospitality{
    width:100%;
    height:445px;
    background:url(../img/idaike_bg.jpg);
}
.hospitality>div{
    width:1200px;
    height:445px;
    margin:0 auto;
    position: relative;

}
.hospitality .dt{
    width:585px;
    height:335px;
    position: absolute;
    top:60px;
    left:40px;
    padding-left:40px;
    padding-top:20px;
    background:url(../img/idaike_xxbg.jpg);
}
.hospitality .dt span,.hospitality .dt img{
    display: block;
}
.hospitality .dt .dt1{
    display:block;
    width:280px;
    height:37px;
    line-height:37px;
    font-size:25px;
    color:black;
    margin-bottom:20px;
}
.hospitality .dt .dt2{
    width:50px;
    height:5px;
}
.hospitality .dt .dt3{
    color:rgb(116,117,119);
    font-size:13px;
    line-height:30px;
    margin:20px 0;
}
.hospitality .dt .dt4{
    color:rgb(217,141,65);
    font-size:13px;
    line-height:30px;
    margin:30px 0;
}
.hospitality .img{
    width:710px;
    height:270px;
    position:absolute;
    top:100px;
    left:500px;
    z-index: 5;
    background:white;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.hospitality .img div{
    display: inline-block;
    width:177px;
    height:268px;
    position:relative;
}
.hospitality .img div span{
	display: block;
    width:118px;
    height:40px;
    line-height: 40px;
    text-align: center;
    margin:0 auto;
    margin-top:180px;
    background: url(../img/idaike_imgtit_bg.png);
    font-size:18px;
    color:white;
}
.hospitality .img img{
    margin:0;
}
.hospitality .img #i1,#i2,#i3,#i4{
		transition: all 2s;
		overflow: hidden;
}
.hospitality .img #i1{
	background:url(../img/dk1.jpg);
}
.hospitality .img #i2{
	background:url(../img/dk2.jpg);
}
.hospitality .img #i3{
	background:url(../img/dk3.jpg);
}
.hospitality .img #i4{
	background:url(../img/dk4.jpg);
}