/*layout*/
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wrap, .header, .main, .footer {
	width: 100%;
}
.wrap {
	position: relative;
	height: 100%;
}/*默认高度*/
.header {
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #1a1a1a;
}/*默认隐藏*/
.topbar {
	height: 23px;
	padding-top: 45px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.topbar .share {
	position: absolute;
	right: 0;
	top: 20px;
}
.main {
	overflow: hidden;
	position: relative;
	height: 600px;
	z-index: 1;
	display: none;
}/*高度动态改变*/
.footer {
}/*默认隐藏*/
.slides {
	position: absolute;
	left: 0;
	top: 0;
	width: 5000px;
}
.slides-item {
	width: 1000px;
	float: left;
	position: relative;
}/*width动态改变*/
.slide-wrap {
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%; /*display:none;*/
}/*默认隐藏*/
.slide-tit, .slide-links, .slide-links-item, .slide-tags, .slide-links-nav {
	position: absolute;
}
.slide-links {
	width: 100%;
	height: 100%;
}/*尺寸可调整*/
/*background*/
 
/*nav*/
.nav {
	position: fixed;
	z-index: 99999;
	top: 365px;
	right: 0;
	width: 135px;
}
.nav li a {
	background-image:url(../images/nav2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-size: 17px;
	font-family:"Microsoft YaHei","微软雅黑","宋体"; 
	margin-bottom: 4px;
	color: #FFF;
	line-height: 46px;
	height: 46px;
	text-align: center;
	opacity: 1;
	border-radius: 0;
	display: block;
	width: 135px;
}
.nav-item a.current, .nav-item a:hover {
	background-image:url(../images/nav1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color: #FFF;
	text-decoration: none;
}
/*slide1*/
.slides-item1 h1,
.slides-item1 h2,
.slides-item1 h5,
.slides-item1 p {
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.slides-item1 {
	background: url(../images/dnww_01.jpg) center 0 no-repeat;
	text-align: center;
}
.slides-item1 .dhdiv {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 750px;
	margin-left: -500px;
	margin-top: -370px;
}
.slides-item1 .dhdiv h3 {
	display:block;
	overflow: hidden;
	
	font-size:30px;
	font-weight:bold;
	height:50px;
}
.slides-item1 .dhdiv span{
	display:block;
	overflow: hidden;
	word-wrap : break-word;
	color:#000;
	text-align:left;
	font-size:16px;
	line-height:30px;
	text-indent:32px;
	height:100px;
	padding:0 30px;
	margin-bottom: 30px;
}
.slides-item1 h1 {
	background: url(../images/Title.png) center center no-repeat;
	width: 1000px;
	height: 290px;
}
.slides-item1 h2 {
	background: url(../images/dnww_01_02.png) center center no-repeat;
	width: 266px;
	height: 44px;
}
.slides-item1 h5 {
	background: url(../images/81.png) center center no-repeat;
	width: 127px;
	height: 133px;
}
.slides-item1.current h1 {
	animation: zoomIn 1s ease-in forwards;
	-moz-animation: zoomIn 1s ease-in forwards;
	-webkit-animation: zoomIn 1s ease-in forwards;
}
.slides-item1.current h2 {
	animation: fadeInUp 1.5s ease-in forwards;
	-moz-animation: fadeInUp 1.5s ease-in forwards;
	-webkit-animation: fadeInUp 1.5s ease-in forwards;
}
.slides-item1.current h3 {
	animation: fadeInUp 1s ease-in forwards;
	-moz-animation: fadeInUp 1s ease-in forwards;
	-webkit-animation: fadeInUp 1s ease-in forwards;
}
.slides-item1.current h5 {
	animation: fadeInDown 1s ease-in forwards;
	-moz-animation: fadeInDown 1s ease-in forwards;
	-webkit-animation: fadeInDown 1s ease-in forwards;
}
.slides-item1.current p {
	animation: fadeIn 3s ease-in forwards;
	-moz-animation: fadeIn 3s ease-in forwards;
	-webkit-animation: fadeIn 3s ease-in forwards;
}
/*slide2*/
.slides-item2 .slide-wrap {
	background-image: url(../images/dnww_02.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
/*slide3*/
.slides-item3 .slide-wrap {
	background: url(../images/dnww_03.jpg) center 0 no-repeat;
}
/*slide4*/
.slides-item4 .slide-wrap {
	background: url(../images/dnww_04.jpg) center 0 no-repeat;
}
.slides-item5 .slide-wrap {
	background: url(../images/dnww_07.jpg) center 0 no-repeat;
}
.slides-item6 .slide-wrap {
	background: url(../images/dnww_08.jpg) center 0 no-repeat;
	text-align: center;
}