*{
	margin:0;
	padding:0;
	list-style: none;
}

.fenye{
	width:770px;
	height:410px;
	border:solid 1px #ddd;
	position: absolute;
	margin-left:-335px;
	left:50%;
}
.prev{
	position: absolute;
	width:50px;
	height:74px;
	background:url(/mycms/templates/images/btn-r.png);
	top:50%;
	margin-top:-37px;
	z-index:999;
}

.next{
	position: absolute;
	width:50px;
	height:74px;
	background:url(/mycms/templates/images/btn-r.png);
	top:50%;
	right:0;
	margin-top:-37px;
	background-position: -40px 0;
	z-index:999;
}

.concent{
	position: absolute;
	left:50%;
	margin-left:-335px;
}

.concent ul{
	display: list-item;
	position: relative;
}

.concent li{
	position: absolute;
}

.concent a{
	display:block;

}

.nav{
	width:1000px;
	margin:0 auto;
	height:56px;
	line-height:56px;
	position: absolute;
	z-index:99999999999;
	/* left: -65px; */
	top: 0;
}

.nav-left li{
	float:left;
	width:230px;
	text-align: left;
	/* height: 67px; */
	line-height: 67px;
}

.hover-menu li{
	border-bottom:none;
}

.nav-right li{
	float:left;
	/* width:180px; */
	text-align:center;
	padding: 0 35px;
}


.nav li a{
	position: relative;
	color: #fff;
}

.nav li i{
	position: absolute;
	top:-18px;
	right:-14px;
	width: 28px;
    height: 18px;
    display: block;
	background:url(/mycms/templates/images/hot.gif)
}

.nav-left{
	width:230px;
	float:left;
	background: #004fb1;
}

.nav-right{
	width:763px;
	float:left;
	display: none;
}

.nav li.first {
	background: #fff;
	color:#fff;
	width:230px;
	text-align:left;
	font-weight:bold;
	height: 57px;
}

.nav-left li {
	background:#004fb1;
	color:#fff;
	/* border-bottom: solid 1px #2e69b1; */
	background: url(/mycms/templates/images/icon-row.png) no-repeat right;
}

.nav-left img{
	width: 22px;
	height: 22px;
	float: left;
	display:inline-block;
	margin-top: 22px;
	margin-left: 20px;
	margin-right:20px;
}

.left-menu-box{
	position: relative;
}

.hover-menu{
	position: absolute;
	left: 230px;
	background: #fff;
	/* border: 1px solid #0070ae; */
	width: 500px;
	z-index: 9999;
	height: auto;
	padding: 0 0 0 20px;
	display: none;
}

.hover-menu li{
	float:left;
	width:auto;
}

.hover-menu span{
	color:#333;
	display:inline-block;

}

.hover-menu a{
	color:#333;
	display:inline-block;
    margin-right:10px;
}

.on .hover-menu{
	/* display:block; */
}

.left-menu-box dd{
	position: relative;
	height: 68px;
	line-height: 68px;
}