html,
body,
h3 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	vertical-align: top;
}

ul {
	margin: 0;
	padding: 0;
}


/*这是百科右侧导航代码的样式表*/
.marry_tit{
	width: 100%;
	margin-bottom: 50px;
}
.marry_tit h2{
	font-size: 24px;
	color: #999;
	line-height: 80px;
}
.marry_tit_tlt{
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.marry_tit_tlt_img{
	width: 600px;
	height: 320px;
	float: left;
}
.marry_tit_tlt_img img{
	width: 100%;
	height: 100%;
	display: block;
}
.marry_map{
	padding-top: 80px;
	padding-left: 40px;
	width: 540px;	
	float: left;
}
.marry_map button{
	margin-top:40px;
	width: 120px;
	height: 40px;
	background-color:#ff5801;
	color: #fff;
	border-radius: 4px;
	border:none;
}
.marry_tit_con{
	width: 100%;
}
.marry_tit_con_bt{
	font-size:24px;
	line-height: 60px;
	font-weight: bold;
	color: #000000;
}
.directory-nav {
	position: fixed;
	right: 50px;
	bottom: 40px;
	padding: 12px 0 20px 32px;
	display: none;
}

.directory-nav li {
	height: 34px;
	line-height: 34px;
	position: relative;
}

.directory-nav li a {}

.directory-nav .l1 {}

.directory-nav .l2 {
	text-indent: 0.6em;
}

.directory-nav .l1 a {
	font-size: 16px;
}

.directory-nav .l2 a {
	font-size: 14px;
}

.directory-nav,
.directory-nav a {
	color: #666;
}

.directory-nav .cur a {
	color: :;;
}

.directory-nav .line {
	position: absolute;
	left: 4px;
	top: 5px;
	bottom: 5px;
	z-index: 1;
	width: 2px;
	background: #ddd;
}

.directory-nav .c-top,
.directory-nav .c-bottom {
	position: absolute;
	left: 0;
	z-index: 2;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(../Images/bbff/directory-nav.png) no-repeat 0 -69px;
}

.directory-nav .c-dot {
	position: absolute;
	left: -32px;
	top: 50%;
	z-index: 2;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(../Images/bbff/directory-nav.png) no-repeat -275px 0;
}

.directory-nav .c-top {
	top: 0
}

.directory-nav .c-bottom {
	bottom: 0
}

.directory-nav .cur-tag {
	position: absolute;
	left: -1px;
	top: 30px;
	z-index: 5;
	margin-top: -6px;
	display: block;
	width: 19px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../Images/bbff/directory-nav.png) no-repeat -271px -37px;
	-webkit-transition: top .3s ease 0s;
	transition: top .3s ease 0s;
}