*{
	font-family: 微软雅黑,airal!important;
}
*{font-style:normal;}
.nav {margin: 0 auto; padding: 0; float: left; list-style: none;  }
.nav a { color: #000000; display: block; padding: 0 15px; text-decoration: none; }
.nav a:hover { color: #FFFFFF; }
.nav .item {margin: 0; padding: 0; float: left; height: 35px; line-height: 35px; white-space: nowrap; }
.nav .item:hover { position: relative; background: #57585A; opacity: 0.85}
.nav .item:hover>.nav { display: block; }
.nav .nav { top: 100%; left: 0; display: none; background:#FFFFFF; position: absolute; border: 1px solid #DDDDDD; }
.nav .nav .item { clear: both; min-width: 100%; }
.nav .nav .nav { top: -1px; left: 100%; }
.nav .nav .nav .nav .nav .nav { left: auto; right: 100%; }
.nav .nav .nav .nav .nav .nav .nav .nav .nav { left: 100%; right: auto; }
.nav .nav .nav .nav .nav .nav .nav .nav .nav .nav .nav{ bottom: 100%; top: auto; left:0; }
.a1{
	background: white;color:black;
}
.a1:hover{
	background: #57585A; opacity: 0.85;
}

.left a{color:#fff!importan;}
/*要第几级导航出现在右边就写多少个.nav 然后样式left：100%;right:auto;要出现在左边就left: auto; right: 100%;*/
</style>
<!--[if lte IE 6]>
.nav .item-active { position: relative; }
<![endif]-->

body{
	padding: 0px;
	margin: 0px;
}
.header{
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
	height: 80px;
}
.banner{
	padding: 0px;
	width: 100%;
	height:auto;
	padding-bottom:0px; 
	min-width: 1280px;
}
.leaders{
	width: 100%;
	min-width: 1280px;
	height: 162px;
	background: #F9F9F9;
}
.dongtai1{
	width: 100%;
	height: 650px;
}
.dongtai1 .left{
	width: 57%;
}

.dongtai1 .right{
	width: 43%;
	height: 100%;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: #00A6C9;
}
.a3{
	color: white;
}
.a2:hover{
	color: #aa1800;
}
.a3:hover{
	color: #9fbed8
}






.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_container { position: relative;  width: 100%; min-width:1280px;}

.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0, .8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none; text-align:right; }
.slide_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 52%; opacity: 0; z-index: 3; 
text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 38px;  margin-top: -45px; }
.slide_nav:hover { opacity: 1.0; }
.slide_nav.next { left: auto; background-position: right top; right: 0; }
.slide_nav.prev{background: transparent url("../images/left-jt.png") no-repeat; left:25px;}
.slide_nav.next{background: transparent url("../images/right-jt.png") no-repeat; right:25px;}
