﻿@charset "utf-8";
/*全局样式开始*/
*{
	margin:0;
	padding:0;
	Letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
}
.ie89{
height:0px;
clear:both;
}
.space10{
clear:both;
height:10px;
}
ul,li{list-style:none}
a {
	border:none;
	color: #000000;
	text-decoration: none;
}
a:hover {
	border:none;
	color: #006d34;
	text-decoration: underline;
}
img{
border:none;
}
#top{
	margin:0 auto;
	text-align:left;
	background-color: #333;
	display: block;
	clear:both;
	height:26px;
}
#top .topkuaijie{
width:900px;
height:26px;
color:#9f9f9f;
font-size:12px;
clear:both;
margin-left: auto;
margin-right: auto;
text-align:right;
}
#top .topkuaijie img{
vertical-align:middle; /*optional*/
}
#top .topkuaijie a{
	color:#9f9f9f;
	text-decoration: none;
	line-height:26px;
	margin-left: 5px;
	margin-right:5px;
}
#top .topkuaijie a:hover{
	text-decoration: underline;
}
#foot{
	margin:0 auto;
	text-align:left;
	display: block;
	clear:both;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width:950px;
}
#foot .foottop{
	margin:0 auto;
	text-align:center;
	display: block;
	clear:both;
	height:20px;
	background-color: #c1c1c1;
	padding:2px;
}
#foot .foomain{
width:950px;
margin-left: auto;
margin-right: auto;
padding-top:10px;

}
#foot .foomain p{
	margin-left: auto;
	margin-right: auto;
	padding-left:70px;
	vertical-align:middle;
	color:#929292;
	float:left;
	width:800px;
	margin-bottom:10px;
	text-align:center;
}

#containerbody{/*containerbody包括logo，但不包括foot*/
	margin:0 auto;
	text-align:left;
	position:relative;
	background-color: #FFF;
	display: block;
	text-align:center;
	clear:both;
	background-image: url(child_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.indexlogo{
	width:980px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	height:95px;
	background-image: url(../images/Index_02.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow:hidden;
}
.indexlogo .logosearch{
	width:250px;
	height:35px;
	padding-left:720px;
	padding-top:48px;
	text-align:left;
}
.indexlogo .logosearch input{
	width:180px;
	height:35px;
	line-height:35px;
	font-size:14px;
	border:none;
	margin-left:10px;
	float:left;
	border:0px;
	background:url(0) no-repeat;
	outline:none;
}
.indexlogo .logosearch a{
	width:30px;
	height:30px;
	float:left;
	margin-left:10px;
	background-image: url(../images/searbgButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.indexlogo .logosearch form{
	border:0px;
	margin:0;
	padding:0;
}
.indexlogo .logosearch form .bdbuttnon{
	width:30px;
	height:30px;
	float:left;
	margin-left:10px;
	background-image: url(../images/searbgButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	outline:none;
	border:0px;
}

.indexlogo .logosearch span{
width:0px;
height:0px;
display:none;
}

.cp2none {/*隐藏显示二级菜单*/
	display:none;
}
.cp2dis {
	display:block;
}

.hidden{
	width: 0px;
	height: 0px;
	display:none;
}