.banner{
	width:100%;
}
.banner .img{
	width:100%;
	height:470px;
	margin:0 auto;
	background:url(../img/about_banner.jpg) center;
}
.banner .img img{
	display: block;
   width:1920px;
    height:470px;
    text-align: center;
}
.banner .nav{
    width:1200px;
    height:60px;
    line-height: 60px;
    margin:0 auto;
    color:black;
    font-size:15px;
    position: relative;
    border-bottom:1px solid rgb(222,222,222);
}
.banner .nav img{
    margin-right:10px;
}
.banner .nav a{
    color:black;
}

.main{
    width:100%;
    margin:0 auto;
    padding:20px 0;
    padding-top:10px;
}
.main .tit{
    width:1200px;
    height:100px;
    margin:10px auto;
    margin-bottom:3px;
}
.main .tit span{
    display: block;
    width:1200px;
    height:30px;
    font-size: 22px;
    font-weight: 1000;
    text-align: center;
    margin:0 auto;
}
.main .tit .tit_1{
    display: block;
    margin:10px auto;
    margin-top:4px;
}
.main .tit .tit_2{
    display: block;
    width:50px;
    height:4px;
    margin:10px auto;
}
.main .news_tit{
    width:700px;
    height:45px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}
.main .news_tit a{
    display: inline-block;
    width:230px;
    height:45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border:1px solid rgb(228,228,228);
}
.main .news_tit a:nth-child(1){
    background: #ff7a40;
    color:white;
}
.main .news_tit a:nth-child(2),
.main .news_tit a:nth-child(3){
    color:black;
}
.main .list{
    width:1200px;
/*    height:1600px;*/
    margin:0 auto;
    position: relative;
    padding:20px 0;
    margin:20px auto;
}
.main .list>div{
    width:1200px;
    /*position: absolute;*/
    bottom:0;
}
/*酒店简介*/
.main .list>div:nth-child(2){
    display: none;
}
.main .list>div:nth-child(1)>div:nth-child(1){
    width:1200px;
    /*height:700;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom:1px dashed rgb(180,180,180);
}
.main .list>div:nth-child(1)>div:nth-child(1)>div{
    width:1200px;
    text-align: center;
  /*  height:457px;*/
}
.main .list>div:nth-child(1)>div:nth-child(1)>div h1{
    font-size: 30px;
    font-weight: 500;
}
.main .list>div:nth-child(1)>div:nth-child(1)>div span{
    font-size: 20px;
}
.main .list>div:nth-child(1)>div:nth-child(1)>div p{
    font-size: 14px;
    line-height: 30px;
    color:gray;
    letter-spacing:1px;
    text-indent: 2em;
    text-align: left;
    margin:10px 0;
}
.main .list>div:nth-child(1)>div:nth-child(1)>p{
    font-size: 14px;
    line-height: 30px;
    color:gray;
    letter-spacing:1px;
    text-indent: 2em;
    margin:10px 0;
}
.main .list>div:nth-child(1)>div:nth-child(2){
    padding-top:30px;
}
.main .list>div:nth-child(1)>div:nth-child(2)>span{
    font-size: 22px;
    font-weight: 500;
}
.main .list>div:nth-child(1)>div:nth-child(2)>p{
    font-size: 14px;
    line-height: 30px;
    color:gray;
    letter-spacing:1px;
    text-indent: 2em;
    margin:10px 0;
}
/*领导致辞*/
.main .list>div:nth-child(2){
    height:680px;
    margin:40px 0;
}
.main .list>div:nth-child(2) p{
    font-size: 14px;
    line-height: 30px;
    color:gray;
    letter-spacing:1px;
    margin:10px 0;
}
.main .list>div:nth-child(2) img{
    margin:40px 0;
}
/*企业文化*/
.main .list>div:nth-child(3){
    height:500px;
    display: none;
    position: relative;
}
.main .list>div:nth-child(3)>div{
    display: inline-block;
    width:450px;
    height:500px;
    position: absolute;
    bottom:0;
}
.main .list>div:nth-child(3)>div img{
    display: block;
}
.main .list>div:nth-child(3)>div span{
    font-size: 22px;
}
.main .list>div:nth-child(3)>div .xian{
    display: block;
    width:40px;
    height:4px;
}
.main .list>div:nth-child(3)>div p{
    font-size: 14px;
    line-height: 40px;
    color:gray;
    letter-spacing:2px;
    margin:30px 0;
}
.main .list>div:nth-child(3)>img{
    position: absolute;
    right:0;
    bottom:0;
}

