@charset "UTF-8";
/* CSS Document */

/* 
 * name: nav.css
 * author：Saint
 * edit: 2015.0303
 * for: aki
 */
 
.bodyNav{
	width: 200px;
	height: 100%;
	background: #f7f9f8;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 999999;
}
		/* 大屏幕 */
		@media (min-width: 1200px) {
			.bodyNav{
				width: 200px;
			}
		}
		
		/* 平板电脑和小屏电脑之间的分辨率 */
		@media (min-width: 768px) and (max-width: 979px) {
			.bodyNav{
				width: 200px;
			}
		}
		 
		/* 横向放置的手机和竖向放置的平板之间的分辨率 */
		@media (max-width: 767px) {
			.bodyNav{
				width: 200px;
			}
		}


.bodyNav > div.logo{
	height: 20%;
	min-height: 100px;
	max-height: 240px;
	width: 100%;
	background: #fff;
}
.bodyNav > div.logo > a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/nav_logo.png) center no-repeat;
}


.bodyNav > nav{
	margin: 5% 0;	
}
.bodyNav > nav ul,
.bodyNav > nav li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bodyNav > nav > ul > li{
	position: relative;
}
.bodyNav > nav li > a{
	display: block;
	padding: 8% 10px;
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
	color: #000;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.bodyNav > nav li > a:hover,
.bodyNav > nav li > a:focus{
	color: #444;
}
.bodyNav > nav li.active > a{
	color: #000;
}
.bodyNav > nav li > i{
	display: none;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -12.5px;
	width: 25px;
	height: 5px;
	background: #444;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.bodyNav > nav li:hover > i{
	display: block;
}
.bodyNav > nav li.active > i{
	display: block;
	background: #000;
}


.bodyNav > div.line{
	background: url(../img/nav_line.png) center no-repeat;
	height: 25px;
	width: 100%;
	margin: 20px 0;	
}


.bodyNav > div.footer,
.bodyNav h6{
	text-align: center;
}
.bodyNav > div.footer > i{
	background: url(../img/nav_icon.png) center no-repeat;
	display: block;
	width: 100%;
	height: 78px;
	margin: 0 0 20px;
}



section.scrollNav{
	position: fixed;
	height: 100%;
	width: 5px;
	right: 20px;
	top: 0px;	
	padding: 20px 0;
	z-index: 999999;
}
section.scrollNav > ul{
	list-style: none;
	margin: 0 auto;
	padding: 2px 0;
	height: 100%;
	width: 1px;
}
section.scrollNav > ul.black{
	background: #adadad;
}
section.scrollNav > ul.white{
	background: #b2b1af;
}
section.scrollNav > ul > li{
	/*height: 16.5%;*/
	width: 3px;
	margin-left: -1px;
	position: relative;
	padding: 5px 0;
}
section.scrollNav > ul > li > a{
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
}
section.scrollNav > ul > li > a > i{
	display: block;
	height: 5px;
	width: 5px;
	border-radius: 50px;
	position: absolute;
	bottom: -2.5px;
	left: -1px;
}
section.scrollNav > ul.white > li.active > a{
	background: #fff;
}
section.scrollNav > ul.black > li.active > a{
	background: #000;
}
section.scrollNav > ul.white > li > a > i{
	background: #fff;
}
section.scrollNav > ul.black > li > a > i{
	background: #000;
}

.ddw { position: absolute; left: 0; top: 0; color: #000; font-size: 16px; z-index: 9999; }
.ddw2 { position: absolute; left: 20px; top: 0; color: #000; font-size: 16px; z-index: 9999; }
.num_box { position: relative; overflow: hidden; width: 100%;}
.num { position: relative; }
.fixed_r > li{
	height: 100px !important;
}