@charset "utf-8";
/* All Css Style  */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	color:#666;
	font-size:12px;
	background:#eaf1f9 url(../images/bg.jpg) repeat-x;
}
img {
	vertical-align:middle;
	border:0;
}
input, select {
	vertical-align:middle;
	border:1px solid #b3cef7;
	line-height:22px;
	height:22px;
	border:1px solid #b3cef7;
	font-size:12px;
}
.buttons{
	background:url(../images/buttonB.gif) no-repeat;
	border:0;
	width:71px;
	height:24px;
	line-height:24px;
	color:#fff;
}
ul, li {
	list-style:none;
}
.clear {
	clear:both;
}
.rights span {
	float:right;
}
.pages{
	clear:both;
	padding:8px 0 15px;
}
/* link style */
a {
	color:#666;
	text-decoration:none;
	outline: none;/*ff*/ 
	behavior:url('css/link.htc');/*ie*/
	cursor:pointer;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
.blue a{
	color:#0b60b8;
	text-decoration:none;
}
.blue a:hover{
	color:#0b60b8;
	text-decoration:underline;
	}

/* index style */
#containter{
	margin:auto;
	width:958px;
	text-align:left;
}
.index{
	padding-top:50px;
}
.indexfoot{
	color:#003e87;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
}
.indexfoot a{
	color:#003e87;
	text-decoration:underline;
}
.indexfoot a:hover{
	color:#003e87;
	text-decoration:underline;
}
/* header style */
#header{
	width:100%;
}
.logo{
	float:left;
	width:324px;
	height:178px;
	background:url(../images/top_01.jpg) no-repeat;
}
.headtops{
	padding:38px 0 0 440px;
	height:40px;
	background:url(../images/top_02.jpg) no-repeat;
}
.headright{
	float:left;
	width:634px;
	height:178px;
	background:url(../images/top_03.jpg) no-repeat 0 78px;
}
.menuer{
	clear:both;
	height:42px;
	background:url(../images/menubg.jpg) repeat-x;
}
.menuer li{
	float:left;
	width:119px;
	text-align:center;
}
.menuer li.space{
	font-size:0;
	width:1px;
	background:url(../images/space.jpg) no-repeat;
	height:42px;
}
.menuer li a{
	width:100%;
	color:#083e8e;
	font-weight:700;
	line-height:37px;
	height:37px;
	padding-top:5px;
	display:block;
}
.menuer li a:hover,.menuer li.select a,.menuer li.select a:hover{
	color:#083e8e;
	text-decoration:none;
	background:url(../images/menuselect.jpg) no-repeat center top;
}
.topnav{
	height:36px;
	background:#fff url(../images/topnavbg.jpg) repeat-x;
	color:#083e8e;
	padding-left:10px;
}
.topnav li{
	color:#083e8e;
	float:left;
	padding:0!important;padding-top:5px;
	line-height:36px;
}
.topnav input.searchs{
	width:63px;
	height:24px;
	border:0;
}
/* footer style */
#footer{
	clear:both;
	width:100%;
	background:url(../images/footbg.jpg) repeat-x;
	height:85px;
}
.footcopy{
	font-family:Tahoma, Geneva, sans-serif;
	line-height:85px;
	color:#fff;
	padding-left:15px;
	background:url(../images/footlight.jpg) no-repeat 450px 3px;
}
.footcopy strong{
	font-weight:normal;
	color:#ff0;
}
.footcopy a{
	color:#fff;
}
.footcopy a:hover{
	color:#fff;
	text-decoration:underline;
}
.footcopy span{
	padding:0 15px 0 40px;
	background:url(../images/beian.gif) no-repeat 0 25px;
	line-height:85px;
}
