/* CSS Document */


.dnconlist {
	width: 96%;
	height: auto;
	padding: 2%;
	margin: 0 auto;
	background-color: #EAEAEA;
	float: left;

}

.dnconlist .dnlist {
	width: 22.5%;
	height: auto;
	float: left;
	margin: 1%;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	box-shadow: 4px 2px 2px #cfcfcf;
	margin-top: 30px;
	border-radius: 10px;
}

.dnconlist .list img {
	padding: 10px 0;
}

.imgra {
	border-radius: 10px 10px 0 0;
}

.dnconlist .ml {
	margin-left: 1.5%;
}

.dnconlist .fontone {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px;
	width: 100%;
}

.dnfl {
	float: left;
	width: 100%;
}


.dncon {
	width: 90%;
	padding: 5%;
	margin: 0 auto;
}

.dncon a {
	font-size: 3em;
	font-family: "汉仪楷体简";
	line-height: 2em;
	width: 5%;
	text-align: center;
	background-color: #b4cef3;
	color: #E6090D;
	float: left;
}

.dncon h1 {
	font-size: 3em;
	font-family: "汉仪楷体简";
	line-height: 2em;
	width: 95%;
	text-align: center;
	background-color: #b4cef3;
	color: #E6090D;
	float: left;
}

.dnfont {
	width: 90%;
	float: left;
	padding: 5%;
}

.dnact {
	width: 90%;
	padding: 5%;
	float: left;
}

.dnactlist {
	width: 26%;
	padding: 2%;
	float: left;
}

.dnactlist img {
	width: 22vw;
	float: left;
	height: 11vw;
}

.dnconlist h3 {
	line-height: 30px;
	width: 100%;
	text-align: center;
}

.dnconlist h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #E6090D;
}


.dnmap {
	width: 100%;
	height: auto;
}

.dnbt {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #b4cef3;
}

.dnbt img {
	width: auto;
	margin: 0 auto;
}

.map {
	/* background-image: url(../img/timg.jpeg); */

	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
	background-size: 100% 100%;
	position: fixed;
	z-index: -10;
}

.mapone {
	/* background-image: url(../img/timg.jpeg); */

	width: 70%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
	background-size: 100% 100%;
	position: fixed;
	z-index: -10;
}

.erweima {
	width: 5em;
	height: 5.4em;
	position: fixed;
	left: 6em;
	bottom: 6em;

}

.nav {
	width: 20em;
	height: 15em;
	position: fixed;
	right: 6em;
	bottom: 16em;
}

.nav ul li {
	margin-bottom: 10px;
}

.nav ul li .circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-color: #e60e1c;
}

.nav ul li .category {
	color: #fff;
	padding: 3px 0;
	font-size: 15px;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	width: 90%;
	background-color: #e60e1c;
}

.nav ul li .category a {
	color: #fff;
}

.mapres {
	width:20em;
	height: auto;
	position: fixed;
	padding-bottom: 30px;
	right: 6em;
	top: 10em;
	float: left;

}

.mapres ul li {
	width: 100%;
	float: left;
	line-height: 28px;
	font-size: 16px;
}

.mapres ul li a {
	color: #D30C0F;
}

.back {
	width: 60px;
	height: 50px;
	border-radius: 5px;
	background: #b4cef3;
	position: fixed;
	right: 100px;
	bottom: 100px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}