a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.w1200 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

/*导航*/

.nav {
	position: absolute;
	width: 100%;
	height: 80px;
	z-index: 1000;
	left: 0;
	top: 0;
}

.nav #menu_hover_bg {
	width: 100%;
	height: 0;
	background: #30504F;
	position: absolute;
	top: 0;
	z-index: 998;
	overflow: hidden;
}

.nav .menu {
	float: left;
}

.nav .menu ul li {
	float: left;
}

.nav .menu ul li h2 {
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

.nav .menu ul>li.intro>h2:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #ff9c01;
	left: 50%;
	margin-left: -25px;
	bottom: 25px;
}

.nav .menu ul li h2 a {
	padding: 0 17px;
	line-height: 80px;
	display: block;
	height: 80px;
	color: #fff;
	font-size: 14px;
}

.nav .menu ul li .sub_menu {
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 77px;
	overflow: hidden;
}

.nav .menu ul li .sub_menu .sub_menu_list {
	float: left;
	position: relative;
}

.nav .menu ul li .sub_menu .sub_menu_list .list a {
	float: left;
	padding: 13px 0 0 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: white;
}
#men_fuwu .sub_menu>.w1200 {
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
#men_fuwu .sub_menu .sub_menu_list .category{
	float: left;
	width: 350px;
    border-right: 1px solid #f2f2f2;
}
#men_fuwu .sub_menu .sub_menu_list .category li{
	float: left;
    line-height: 40px;
    text-indent: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: white;
    background: url(../../images/潭柘休闲旅游度假区.png) no-repeat 230px center;
}
.nav .menu ul li .sub_menu .sub_menu_list .list a:hover {
	/*background: #f2f2f2;*/
	text-decoration: underline;
	text-underline-offset: 4px;
}
#men_fuwu .sub_menu .sub_menu_list .category li:hover {
	/*background-color: #f2f2f2;*/
	text-decoration: underline;
	text-underline-offset: 4px;
}





a#yunyingshijian img:hover {transform: scale(1.2);}
a#ruhedaoda img:hover {transform: scale(1.2);}
a#xingchengtuijian img:hover {transform: scale(1.2);}
a#youkefuwu img:hover {transform: scale(1.2);}

a#ZongTiJieShao img:hover {
	background-image: url('../../images/icon/介绍信息_.png');
	width: 80px;
	height: 80px;
	background-size: cover;
}
a#SiShiFengGuang img:hover {
	background-image: url('../../images/icon/风景_.png');
	width: 80px;
	height: 80px;
	background-size: cover;
}
a#WenHuaDiYun img:hover {
	background-image: url('../../images/icon/民俗文化_.png');
	width: 80px;
	height: 80px;
	background-size: cover;
}



