.mudidi, .linggan, .diy, .jingxuan{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1200px;
	margin: auto;
}
.mudidi img{
	margin-top: 36px;
	margin-right: 40px;
	margin-left: 15%;
}
.mudidi li{
	position: relative;
	float: left;
	width: 285px;
	height: 160px;
	background-color: #ffffff;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 10px #ccc;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
}
.mudidi li:hover{
	/* top: -2px; */
	box-shadow: 1px 1px 10px #888;
}
.mudidi li:hover h2{
	color: #ae0b01;
}
.mudidi li:nth-child(4n){
	margin-right: 0;
}
.mudidi .mudidi-text{
	position: absolute;
	left: 60%;
	top: 55px;
}
.mudidi .mudidi-text h2{
	font-size: 20px;
	color: #444444;
	line-height: 50px;
}
.mudidi .mudidi-text a{
	font-size: 14px;
	color: #ae0b01;
}
.mudidi li .detailed{
	display: none;
	position: relative;
	left: -22px;
	width: 325px;
	height: 194px;
	z-index: 10;
	border-radius: 5px;
	overflow: hidden;
	/* background-image: url('../images/travel/detailedimg1.png'); */
	background-position-y: 8px;
	background-repeat: no-repeat;
}
.mudidi li .detailed .mask{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 22px;
	background: url("../images/travel/indexThemeMask1.png") center;
}
.mudidi li .detailed img{
	margin-left: 1px;
	margin-top: 10px;
}
.mudidi li:hover .detailed{
	display: block;
}
.mudidi li .detailed p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #ffffff;
	background-color: rgba(10,10,10,0.6);
}
.diy li{
	width: 385px;
	height: 403px;
}
.diy li img{
	margin-left: 20%;
}
.diy li:nth-child(4n){
	margin-right: 20px;
}
.diy li:nth-child(3n){
	margin-right: 0;
}
.diy .mudidi-text{
	left: 50%;
}
.detailed{

}
.mudidi-text h2{
	font-size: 24px;
}
.diy li .detailed{
	position: relative;
	display: block;
	left: 0px;
	width: 385px;
	height: 279px;
	/* background-image: url('../images/travel/diyimg1.png'); */
}
.diy li .detailed:hover .detailed-content{
	bottom: -2px;
}
.diy li .detailed .detailed-content{
	background-color: rgba(10,10,10,0.6);
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: -32px;
}
.diy li .detailed .detailed-content p{
	background-color: transparent;
	height: 27px;
	line-height: 37px;
	background-color: transparent;
	position: relative;
}
.diy li .detailed .detailed-content .cost{

}
/* .diy li .detailed p{
	left: 0;
	bottom: -2px;
	width: 100%;
} */
.diy li .detailed img{
	/* position: relative; */
	margin-top: 10px;
	margin-left: 0;
}
.diy li .detailed .mask{
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 22px;
	background: url("../images/travel/indexThemeMask1.png") center;
}

.linggan li{
	position: relative;
	float: left;
	width: 385px;
	height: 274px;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.linggan li:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.linggan li:nth-child(3n){
	margin-right: 0px;
}
.linggan li:hover .detailed{
	bottom: 0;
}
.linggan li .detailed{
	width: 100%;
	position: absolute;
	bottom: -48px;
	padding-bottom: 5px;
	color: #fff;
	background-color: rgba(10,10,10,0.6);
}
.linggan li .detailed .cost{
	margin: 5px;
	color: #bd8a00;
	font-size: 16px;
}
.linggan li .detailed h2{
	width: 100%;
	/*text-align: center;*/
	padding-left: 32px;
	margin-bottom: 5px;
	line-height: 35px;
}
.linggan li .detailed p{
	width: 100%;
	/*text-align: center;*/
	margin-bottom: 3px;
	padding-left: 32px;
	line-height: 16px;
}
.top{
	height: 37px;
	line-height: 37px;
	color: #666666;
	font-size: 14px;
	line-height: 37px;
	margin-bottom: 29px;
}
.top a{
	display: block;
	height: 100%;
	box-shadow: 5px -5px #cccccc;
	width: 49px;
	text-align: center;
	line-height: 37px;
	font-size: 16px;
	background: #dddddd;
	color: #444444;
	margin-right: 11px;
}
.top a:hover{
	background-color: #ae0b01;;
	color: #ffffff;
	box-shadow: 5px -5px #cc433b;
}
.top a:last-child{
	position: relative;
	width: 82px;
	max-width: 45%;
	font-size: 12px;
	background: none;
	box-shadow: none;
}
.top a:last-child span{
	float: right;
	margin-top: 12px;
	display: block;
	width: 16px;
	height: 10px;
	background-image: url('../images/箭头.png');
	background-position: 0 0;
}
.top a:last-child:hover{
	color: #ae0b01;
	/*font-weight: bold;*/
}
.top a:last-child:hover span{
	background-position: 16px 0;
}
.jingxuan ul{
	position: relative;
}

.jingxuan li{
	position: relative;
	top: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 285px;
	height: 270px;
}
.jingxuan li:hover{
	top: -10px;
	background: #ffffff;
	box-shadow: 3px 3px 20px #ccc;
}
.jingxuan li:nth-child(4n){
	margin-right: 0;
}
.jingxuan li .detailed{
	padding: 10px;
}
.jingxuan li .detailed h3{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.jingxuan li .detailed p{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.top .rebbackground{
	background-color: #ae0b01;;
	color: #ffffff;
	box-shadow: 5px -5px #cc433b;
}