@charset "utf-8";

/*共用样式*/
body {	
	font-family:"微软雅黑";
	font-family:"Microsoft Yahei", Arial;
	color:#FFF;
	background:#fbfcfc;
	text-align: center;
	margin:0;
	padding:0;
}
a {
	
		color: #3B95C6;
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	text-decoration:none;
}
a:hover
		{
			color: #1B75A6 !important;
		}
		
		
.we a{
	
		color: #333;
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	text-decoration:none;
}
.we a:hover
		{
			color: #1B75A6 !important;
		}
		
		
.wo a{
	
		color: #ccc;
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	text-decoration:none;
}
.wo a:hover
		{
			color: #1B75A6 !important;
		}

#wrapper {
	width:100%;
	min-width:990px;
	
}

ul_1 {list-style:none;}
#bh_com {
	height:37px;
	background:#333;
	font-size:1.3em;
	text-align:center;
}
#bh_com a {
	font-size:0.65em;
}
#bh_com li ul {
	display:none;
}
#bh_com li ul li {
	float:none;
}
*html #bh_com li ul li {
	display:inline;
}
#bh_com li ul a {
	float:none;
	height:32px;
	line-height:32px;
	padding:0 10px;
	text-transform:capitalize;
}
#bh_com .height-auto {
	line-height:15px;
	padding:5px 10px;
}
.second-menu, .third-menu, .fourth-menu {
	position:absolute;
}
.first-menu li {
	float:left;
	position:relative;
}
.first-menu a {
	float:left;
	display:block;
	padding:0 20px;
	height:35px;
	line-height:35px;
	background:#333;
	border-top:1px solid #4a4a4a;
	border-left:1px solid #4a4a4a;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	font-size:.7em;
}
.first-menu a:hover {
	background:#4698ca;
	border-top:1px solid #5db1e0;
	border-left:1px solid #5db1e0;
}
.second-menu {
	top:37px;
	right:0;
}
*html .second-menu {
	right:-1px;
}
.second-menu a {
	font-size:11px;
}
.second-menu a.bh {
	background:#3a3a3a url(image/bh.gif) no-repeat right top;
}
.second-menu a.bh:hover {
	background:#4698ca url(image/bh.gif) no-repeat right -32px;
}
.second-menu a.bh-02 {
	background:#3a3a3a url(image/bh.gif) no-repeat right -64px;
}
.second-menu a.bh-02:hover {
	background:#4698ca url(image/bh.gif) no-repeat right -110px;
}
.third-menu, .fourth-menu {
	width:177px;
	top:0;
	left:177px;
}
.third-menu a {
	background:#4c4c4c;
	font-weight:normal;
	border-top:1px solid #595959;
	border-left:1px solid #595959;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}
#subMgm {
	width:177px;
}
#subMgm .third-menu {
	left:177px;
}
#subMgm .fourth-menu {
	left:177px;
}
#subMusic, #subNews {
	width:177px;
}

.code{ height:auto; padding:20px; border:1px solid #9EC9FE; background:#ECF3FD;}
.code pre{ font-family:"Courier New";font-size:14px;}
.code pre code.note{ color:#999}
.code2{border:1px solid #FEB0B0; background:#FFF1F1; margin-top:10px;}
.code2 pre{ margin-left:20px; font-size:12px;}
.info{ font-size:12px; color:#666666; font-family:Verdana; margin:20px 0 50px 0;}
.info p{ margin:0; padding:0; line-height:22px; text-indent:40px;}
h2.title{ margin:0; padding:0; margin-top:50px; font-size:18px; font-family:"微软雅黑",Verdana;}
h2.title span.titleInfo{ font-size:12px; color:#333; margin-left:10px;font-family:Verdana;}
h3.title{ font-size:16px; font-family:"微软雅黑",Verdana;}
.importInfo{ font-family:Verdana; font-size:14px;}
/*主体样式*/

/*页尾样式*/	
.flink{width:1226px; margin:0px auto; font-size:12px; text-align:left; padding-bottom:24px;}
.flink a{ color:#fff;}
