/* CSS Document */
/*-------------------body 主题定义-------------------*/
html {overflow-y:scroll;}
body {
	margin:0; 
	padding:0;
	behavior:url("../images/csshover.htc"); /* css注释说明：兼容ie6 hover */
	font:12px/1.5 "微软雅黑",NSimSun,sisum,Arial,sans-serif;
	background:#ffffff;
}
div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
input,textarea,blockquote{
	padding:0; 
	margin:0;
}
table,td,tr,th{font-size:12px;}
ol,ul {list-style:none;}
li{list-style-type:none;vertical-align:bottom;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}

body img,
a{
	outline:none;
	resize:none;
}
.clearfloat{clear:both}
.dis{
	display:block;
}
.undis{
	display:none;
}
/*-------------------body 主题定义-------------------*/

.wrapper{
	clear:both;
	width:1100px;
	margin:0 auto;
}
.header{
	clear:both;
	width:1100px;
	height:91px;
	margin:0 auto;
	overflow:hidden;
}
.logo{
	display:inline;
	float:left;
	width:269px;
	height:91px;
}
.header_right{
	display:inline;
	float:right;
	width:700px;
	height:76px;
	padding-top:15px;
}
.header_top{
	clear:both;
	width:700px;
	height:27px;
	overflow:hidden;
}
.search_box{
	display:inline;
	float:right;
	width:169px;
	height:27px;
	background:url(../images/search_bg.jpg) left no-repeat;
}
.search_feild{
	display:inline;
	float:left;
	color:#bababa;
	width:132px;
	height:23px;
	line-height:23px;
	padding:2px 5px;
	overflow:hidden;
	resize:none;
	border:none;
	outline:none;
	background-color:transparent;
}
.search_bt{
	display:inline;
	float:right;
	width:27px;
	height:27px;
}
.search_bt a{
	display:block;
	float:right;
	width:27px;
	height:27px;
	text-indent:-99999px;
}
.left_icon{
	display:inline;
	float:right;
	color:#09438d;
	height:27px;
	line-height:27px;
	font-family:"微软雅黑";
	font-size:12px;
	font-weight:500;
	padding-left:24px;
	margin-right:10px;
}
.left_icon a{
	color:#09438d;
}
.bdimgshare-lbl {
	padding-right: 5px;
	cursor: default;
	float: left;
	line-height:27px;
}
.bdshare{
	clear:both;
	display:inline;
	float:right;
	height:27px;
	margin-top:15px;
}
.main_menu{
	clear:both;
	width:1100px;
	padding:12px 0;
	margin:0 auto;
	background:url(../images/bg/main_menu.jpg) top no-repeat;
}

.menu{
	clear:both;
	width:1080px;
	height:25px;
	line-height:25px;
	font-family:"微软雅黑";
	font-size:14px;
	margin:0 auto;
}
.menu ul{
	list-style:none;
}
.menu ul li{
	display:inline;
	float:left;
	width:120px;
	height:25px;
	line-height:25px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
	text-align:center;
}
.menu ul li a{
	color:#FFF;
	width:120px;
	height:25px;
	line-height:25px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:500;
	text-align:center;
	text-decoration:none;
}
.menu ul li a:hover{
	color:#FFF;
	font-weight:800;
	text-decoration:none;
}
.menu ul li.on a{
	font-weight:800;
}
.menu ul li.on a:hover{
	font-weight:800;
}
.js_frame{
	clear:both;
	width:1100px;
	height:290px;
	margin:0 auto;
}
.js_frame img{
	width:100%;
	height:290px;
}
#kinMaxShow { visibility:hidden; width:100%; height:290px; overflow:hidden; }
.container{
	clear:both;
	width:1100px;
	padding-bottom:20px;
	margin:0 auto;
	overflow-y:auto;
}
.footer{
	clear:both;
	width:1100px;
	height:43px;
	line-height:30px;
	margin:0 auto;
	border-top:3px solid #114374;
}