#header {
	background-image: url(../images/datopbg12.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	width: 1024px;
	height:100px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	margin: 0px auto;
}

#logo{
	width:255px;
	height:104px;
	background:url(../images/logo.png) no-repeat;
 	margin:10px auto auto 20px;
	float:left;
}
#role{
	width:320px;
	height:30px;
	float:right;
	margin:52px 0px auto 10px;
}
#role li{
float:left;
list-style:none;

}
#role  li a{

color:#fff;/*background: #E0E0E0;color:#3C3C3C;*/
width:80px;
height:30px;
text-align:center;
line-height:30px;
display:block;
text-decoration:none;
font-size:16px;
font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu ;
}
#role li a:hover{
background-color:#e9e8e8;
color:#3C3C3C;
}

#seachbar{
	background-image:url( ../images/search_bar.png);
	width:200px;
	height:27px;
	vertical-align:middle;
}
#menu {
	padding: 0 35px 0 35px;
	position: relative;
	background: url(../images/3.png) repeat-x;
	
	margin:0px auto;
	height: 35px;
	width: 954px;
	border-top: solid 1px #cccaca;
	border-bottom: solid 1px #cccaca;
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu ;

	
}

#menu ul {
	list-style: none;
	padding-top: 2px;
	position: relative;
	left:20px;
}

#menu ul li {
	padding: 5px 15px 5px 15px;
	margin-right: 6px;
	display: inline-block;
}
#menu ul li span a{
	font-size:15px;
}
#menu ul li span a:hover{
	text-decoration:none;
	font-weight:normal;
}
#menu ul li a, #menu ul li span {
	text-decoration: none;
	color:#ecf1f5;
	letter-spacing: -1px;
	font-size: 15px;
}

#menu ul li a:hover{
	text-decoration:none;
	font-weight:normal;
}














.dropotron {
	background: #1883ca; /* rgba(232,232,232,0.9); */
	border-top: solid 1px #d3d1d1;
	border-bottom: solid 1px #d3d1d1;
	list-style: none;
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-width: 90px;
	border-radius: 6px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu ;

}

.dropotron a, .dropotron span {
	color: #fff; /* #5a5858; */
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	position: relative;
	font-size:14px;
	
}
.dropotron a:hover{ 
	text-decoration: underline;
	color: #fff; font-weight:bold;}

.dropotron span b {
	display: inline-block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #1C7575;
	position: absolute;
	right: 0px;
	top: 7px;
}
.dropotron li:hover span b {
	border-left-color: #165E5E;
}

.dropotron li {
	padding: 3px 10px 3px 10px;
	margin: 2px 0 2px 0;
	border-radius: 3px;
}

.dropotron li:hover, .dropotron li.active {
	padding-top: 2px;
	padding-bottom: 2px;
	background: rgba(192,190,190,0.9);
	border-top: solid 1px #c0bebe;
	border-bottom: solid 1px #c0bebe;
	text-decoration: underline;
	color: #fff; /* #0F8C8C;; */
}

.dropotron-level-1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: absolute;
	top:-100px;
}


.line{width:1000px; height:3px;margin:0 auto; background: url(../images/line1.png) no-repeat;  position: relative; top:-50px; right:22px;} 