﻿.jquerycssmenu{
	height: 39px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	z-index:999;
	position:relative;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	float: left;
	height: 39px;
	display: block;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	color: #FFF;
	height: 39px;
	width: 60px;
	line-height: 39px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(/templates/default/images/niushi_07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	
}

.jquerycssmenu ul li a:hover{
	background-image: url(/templates/default/images/puhua_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color: #D00000;
	z-index:999;
	padding-bottom:10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	background-image: none;
	border-right-width: 0px;
	height: 30px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 80px;
	color: #FFF;
	margin: 0;
	border-top-width: 0;
	height: 30px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 30px;
	background-image: none;
		transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #FFF;
	background-color: #FF6600;
	background-image: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
/* mainbanner */
.mainbanner{
	height:390px;
	overflow:hidden;
	position:relative;
	
}
.mainbanner_window{left:50%;width:2000px;/*height:454px;*/height:390px;overflow:hidden;margin-left:-1000px;position:absolute;}
.mainbanner_window ul{width:999999px;/*height:454px;*/height:390px;position:relative;}
.mainbanner_window li{background:rgb(204, 204, 204);width:2000px;/*height:454px;*/height:390px;text-align:center;font-size:0px;float:left;display:inline;}
.mainbanner_list{left:50%;/*top:390px;*/top:355px;width:500px;height:30px;margin-left:-75px;position:absolute;}
.mainbanner_list li{width:30px;height:30px;overflow:hidden;float:left;display:inline;}
.mainbanner_list a{
	width:25px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:rgb(255, 255, 255);
	font-size:12px;
	font-weight:700;
	float:left;
	display:inline-block;
	background-image: url(../image/btn1.png);
	background-repeat: no-repeat;
}
.mainbanner_list li.active a{background-position:0 -30px;text-decoration:none;}
.mainbanner_list li a:hover{background-position:0 -30px;text-decoration:none;}