@charset "utf-8";
/* CSS Document */

body {
	background:#fff;/*整个网页的背景颜色*/
}
/*.tit为每个菜单的标题样式  .list 为菜单项目的样式*/
.tit ,.tit_on{
	width:130px!important;
} 

/*======================================标题部分===============================*/
.tit {/*菜单标题的样式*/
	background:#FFFFFF url(images/qq/close.png) no-repeat left center;/*背景样式依次为：颜色，图片路径，横向重复*/
	color: #151C4F;
	list-style: url(images/qq/close.png);
	font-family: "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 16px;
}
.tit_on{
	background: url(images/qq/open.png) no-repeat left center;/*背景样式依次为：颜色，图片路径，横向重复*/
	color: #151C4F;
	list-style: url(images/qq/close.png);
	font-family: "lucida Grande", verdana, lucida, Arial, helvetica, "宋体", sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 16px;

}
.tit a ,.tit a:link , .tit a:hover,.tit_on a,.tit_on a:link, .tit a:hover{/*菜单标题中的链接的样式，共同的部分*/
	display:block;
	text-decoration:none;
	cursor: pointer;
	font-size: small;
	line-height: normal;
	margin-left: 18px;
	border: 1px solid #FFFFFF;
	color: #101C4A;
}
.tit a:hover,.tit_on a:hover{/*鼠标经过时的颜色*/
	border: 1px solid #8CAAC6;
	background: #CEEBFF;
}
.tit_on a{
	border: 1px solid #8CAAC6!important;
	background: #CEEBFF!important;
}
.bar {	
	font-weight:normal;
	background: url(../images/en-bj1.jpg) repeat-x 0px 0px;
	height: 23px;
	width: 157px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
	cursor: pointer;	
}
/*
.bar2 {	
	font-weight:normal;
	background: url(images/en-bj1.jpg) repeat-x 0px 0px;
	height: 24px;
	width: 36px;	
	text-decoration: none;
	float:right;
    margin:0 20 0 10; 
	
}
*/
.bar:hover {
	background: url(images/qq/bar_on.png);
}


/*====================
	菜单标题中的箭头图片
======================*/
.on{
}
.on:hover{
}
.off{
	background-image: url(images/arrow_down.gif);/*向下的箭头-暗色*/
}
.off:hover{
	background-image: url(images/arrow_down_o.gif);/*向下的箭头-亮色*/
}
/*标题图标样式*/
.titpic {
	position: absolute;
	height: 32px;
	width: 32px;
	left: 0px;
	bottom: 0px;
}
/*==========================================菜单体部分======================================*/
/*====================
	菜单列表的样式
======================*/
.list{
	font-size: 12px;
	text-align:left;
	padding:1px 1px 1px 6px;
	voice-family:"\"}\"";
	voice-family:inherit;
	overflow:hidden;
	}
.list ul{
list-style-type:none;
padding:0;
padding-left:18px;
margin:auto;
}
.list li{
margin:auto;
padding:0;
padding-left:5px;
text-decoration:none;
}
.list_item{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;

}


/*============
菜单链接的样式
==============*/
/* .list_item a:link {
	font-family: "宋体";
	color: #644223;
	text-decoration: none;
}
.list_item a:visited {
	font-family: "宋体";
	color: #000000;
	text-decoration: none;
}
.list_item a:hover {
	color: #E06F08;
	text-decoration: none;
}
*/

.list a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.list a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.list a:hover {
	color: #7E6138;
	text-decoration: none;
}

/*
.list a{
text-decoration:none;
}
.list a:link{
}
.list a:hover{
color:#296DC1;
text-decoration:underline;
}
.list a:active{
}
*/
.qq_in {
	background: #FFFFFF;
	width: 157px;
	/*height: 160px;*/
	overflow: hidden;
}
.qq_outer {
	/*padding: 5px 2px 2px 28px;
	width: 157px;*/
	
}