@charset "UTF-8";
/* -- menubar -- */
.menubar /* nav_bar */
{
	top: 109px;
	left: 0;
	height: 42px;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	margin: 0;
	text-align: center;
	min-width: 1253px;
}
.menubar_ul /* nav_ul */
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1254px;
}

/* 院徽 div */
.logo_div
{
	display: block;
	height: 211px;
	width: 200px;
	top: 18px;
	z-index: 10;
	position: absolute;
	background-image: url('../images/logo_transp(v2).png');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	transform: scale(0.73);
	transition: all 0.20s ease;
	-moz-transition: all 0.20s ease;
	-webkit-transition: all 0.20s ease;
	-o-transition: all 0.20s ease;
}
.logo_div:hover
{
	transform: scale(0.86);
	-webkit-transform: scale(0.86);
	-ms-transform: scale(0.86);
}
.logo_link
{
	display: block;
	width: 108px;
	height: 108px;
	margin: 34px auto auto auto;
}

/* -- navbar -- */
.navbar
{
	height: 32px;
	width: 100%;
	min-width: 1253px;
	text-align: center;
	background-color: white;
	border-top: solid 1px #c2ccd6;
	-moz-box-shadow: 0px 3px 6px #0000004d;
	-webkit-box-shadow: 0px 3px 6px #0000004d;
	box-shadow: 0px 3px 6px #0000004d;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#333333')";
}
.navbar_items
{
	display: block;
	height: 100%;
	width: 1250px;
	margin: 0 auto 0 auto;
	padding-left: 50px;
	background-color: #fff;
}
.navbar_item
{
	display:block;
	float: left;
	font-family: "arial","Hiragino Sans GB","Microsoft Yahei","微软雅黑","宋体","Tahoma","Helvetica","STHeiti";
	font-size: 14px;
	padding: 0 6px 0 6px;
	border-radius: 4px;
	line-height: 28px;
	margin-top: 2px;
	color: #444!important;
	background-color: white;
}
.navbar_item:link, .navbar_item:visited
{
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
	cursor: pointer;
}
.navbar_item:hover, .navbar_item:active
{
	text-decoration: none;
	background-color: #bdd5ec;
	cursor: pointer;
}
.navbar_arrow
{
	display: block;
	float: left;
	vertical-align: middle;
	font-family: "arial","Hiragino Sans GB","Microsoft Yahei","微软雅黑","宋体","Tahoma","Helvetica","STHeiti";
	font-size: 16px;
	line-height: 28px;
	cursor:default;
	padding-left: 5px;
	padding-right: 5px;
	/* background-color: white; */
	margin-top: 2px;
}

.top_fixed
{
	position: fixed;
	width: 100%;
	min-width: 1253px;
	top: 0;
	z-index: 999;
}