.home{
	width: 100%;
}
.home-tab{
	width: 100%;
	height: 50px;
	background-color: #c8b498;
	text-align: center;
}
.home-tab .container div{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 4px;
	color: #6a3906;
	font-size: 20px;
	line-height: 50px;
	margin: 0 25px;
	cursor: pointer;
	position: relative;
}
.home-tab .container div.active{
	color: #fff;
	font-weight: bold;
}
/* .home-tab .container div.active:after{
	content: "";
	display: block;
	width: 48px;
	height: 6px;
	background-color: #535353;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
} */



.home-list{
	width: 100%;
	position: relative;
	display: none;
}
.home-list.active{
	display: block;
}
.intro-banner{
	width: 100%;
	position: relative;
}
.banner-tu,.banner-tu img{
	width: 100%;
}
.intro-msg{
	position: absolute;
	top: 62px;
	left: 321px;
}
.intro-logo{
	width: 240px;
}
.intro-logo img{
	width: 100%;
}
.intro-title{
	margin-top: 16px;
	padding-top: 24px;
	border-top: 1px dashed #313131;
	letter-spacing: 2px;
	color: #1a1a1a;
	font-size: 35px;
	font-weight: bold;
}
.intro-box{
	width: 100%;
	padding: 80px 0;
}
.intro-txt{
	letter-spacing: 1px;
	color: #494949;
	font-size: 20px;
	line-height: 48px;
	padding: 0 56px;
}
.intro-album{
	margin-top: 104px;
	text-align: center;
	font-size: 0;
}
.intro-album img{
	width: 19%;
	margin-right: 1%;
}
.intro-album img:last-child{
	margin-right: 0;
}



.classic-title{
	margin-top: 30px;
}
.classic-title img{
	width: 133px;
}
.classic-title span{
	letter-spacing: 2px;
	color: #1a1a1a;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
}
.classic-article{
	margin-top: 40px;
	text-align: center;
}
.article-content{
	margin: 40px 0;
	text-align: center;
}
.article-txt{
	width: 85%;
	/* margin-left: 50px; */
}
.article-txt h5{
	letter-spacing: 1px;
	color: #1a1a1a;
	font-size: 24px;
	text-align: center;
}
.article-txt p{
	letter-spacing: 1px;
	color: #494949;
	font-size: 20px;
	line-height: 48px;
}


.article-title{
	margin: 20px 0;   
}
.article-title .swiper-container{
	width: 80%;
}
.article-title .swiper-wrapper{
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items:center;
	-webkit-align-items: center;
}
.article-title .swiper-slide{
	width: auto;
	letter-spacing: 1px;
	color: #494949;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.2s;
	margin: 0 15px;
}
.article-title .swiper-slide.active{
	font-size: 24px;
	color: #1a1a1a;
	font-weight: bold;
}
.swiper-btn{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: inherit;
	background-image: none;
	margin-top: 0;
	width: auto;
	height: auto;
}






.news{
	width: 100%;
	padding: 40px 0;
}
.news-topic{
	display: inline-block;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 24px;
	padding: 12px 32px;
	font-weight: bold;
	background: #c8b498;
}
.news-content{
	margin-top: 37px;
}
.news-list{
	width: 87.5%;
	margin-bottom: 48px;
}
.news-title{
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	color: #1a1a1a;
	font-size: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-title:hover{
	text-decoration: underline;
	color: #c8b498;
}
.news-txt{
	margin-top: 10px;
	letter-spacing: 2px;
	color: #1a1a1a;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-time{
	letter-spacing: 2px;
	color: #494949;
	font-size: 18px;
	margin-top: 5px;
}











.details{
	padding: 70px 0;
}
.details-lt{
	float: left;
	width: 54%;
}
.details-title{
	letter-spacing: 2px;
	color: #1a1a1a;
	font-size: 24px;
}
.details-msg{
	margin-top: 30px;
	padding-bottom: 16px;
	border-bottom: solid 1px #bfbfbf;
}
.details-msg div{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	letter-spacing: 2px;
	color: #222222;
	font-size: 16px;
}
.details-txt{
	margin-top: 18px;
}
.details-rt{
	width: 38%;
	float: right;
	padding: 50px 40px;
	background: #eeeeee;
}
.details-topic{
	display: inline-block;
	letter-spacing: 2px;
	color: #ffffff;
	font-size: 24px;
	padding: 12px 32px;
	background: #6a3906;
}
.details-menu{
	width: 100%;
	margin-top: 37px;
	overflow-y: auto;
}
.menu-list{
	width: 100%;
	margin-bottom: 48px;
}
.menu-title{
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	color: #1a1a1a;
	font-size: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.menu-title:hover{
	text-decoration: underline;
	color: #c8b498;
}
.menu-txt{
	letter-spacing: 2px;
	color: #1a1a1a;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
}
.menu-time{
	letter-spacing: 2px;
	color: #494949;
	font-size: 18px;
	margin-top: 5px;
}



/* 相册测试样式 */
.xc-row{
	margin-top: 37px;
}
.foodList {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	width: 25%;
	height: 200px;
	overflow: hidden;
}
.foodList:nth-child(4n+1) {
	margin-left: -15px;
}
/* .foodList:nth-child(4n) {
	padding-right: 0;
} */

.foodList .imgBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.foodList .foodListImg {
	transition: all .3s;
}
.img-fluid {
	max-width: 100%;
}
.foodList:hover .foodListImg {
	transform: scale(1.1);
}
.img-fluid {
	width: 100%;
}
.foodList:hover .contentBox {
	visibility: visible;
	opacity: 1;
}
.foodList .contentBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 15px;
	height: 100%;
	text-align: center;
	z-index: 2;
	background: rgba(0, 0, 0, 0.32);
	padding: 60px 30px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.foodList .contentBox:before {
	position: absolute;
	content: '';
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	left: 20px;
	top: 20px;
	z-index: -1;
	border: 1px solid #c8b498;
}
.foodList .contentBox .title {
	font-size: 1.5rem;
	color: #fff;
}
.foodList .contentBox .info {
	font-size: 0.875rem;
	color: #fff;
}


/* 游玩攻略样式 */
.tracksBoxList {
	margin-bottom: 30px;
	max-width: 49%;
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
}
.tracksBoxList .img {
	height: 346px;
	overflow: hidden;
	text-align: center;
}
.tracksBoxList:hover .img img {
	transform: scale(1.1);
}
.tracksBoxList .img img {
	transition: .3s;
	height: 100%;
}
.tracksBoxList:hover .tracksTitle {
	color: #c8b498;
}
.tracksBoxList .tracksTitle {
	text-align: center;
	font-size: 1.5rem;
	padding: 10px;
	margin-bottom: 0;
	transition: color .3s;
}
.tracksBoxList .tracksInfo {
	font-size: 0.875rem;
	padding: 0 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 1rem;
}
.tracksBoxList .date {
	color: #666;
	display: inline-block;
	line-height: 1.25rem;
}
.tracksBoxList:hover .more {
	color: #c8b498;
}
.tracksBoxList .more {
	float: right;
	color: #666;
	font-size: 1.25rem;
	position: relative;
	padding-bottom: .5rem;
	transition: color .3s;
}
.tracksBoxList:hover .more:before {
	background: #c8b498;
}
.tracksBoxList .more:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #666;
	bottom: 0;
	transition: background .3s;
}












@media (max-width: 1500px){
	.intro-msg{
		left: 200px;
		top: 40px;
	}
	.intro-logo{
		width: 200px;
	}
	.intro-title{
		font-size: 28px;
	}
	.intro-box{
		padding: 50px 0;
	}
	.intro-txt{
		font-size: 16px;
		line-height: 35px;
	}
	.details{
		padding-top: 30px;
	}
	.details-rt{
		padding: 30px 20px;
	}
	.details-topic{
		padding: 8px 24px;
		font-size: 20px;
	}
	.details-menu{
		margin-top: 20px;
		height: 434px;
	}
	.menu-list,.news-list{
		margin-bottom: 30px;
	}
	.menu-title,.news-title{
		font-size: 20px;
	}
	.menu-txt,.news-txt{
		font-size: 16px;
		margin-top: 5px;
	}
	.menu-time,.news-time{
		font-size: 16px;
	}
}