@charset "utf-8";
/**@ 初始化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,button,th,td,img,blockquote{margin:0;padding:0}img,fieldset{border:0}a,input{outline:0}input,button,textarea,select{*font-size:100%}h1,h2,h3,h4,h5,h6{font-size:100%;line-height:1.2}em{font-style:normal}table{border-collapse:collapse;border-spacing:0}body{line-height:1.5}
/**@ css 工具集 */
.fl,.fr{float:left;display:inline}.fr{float:right}.tr{text-align:right !important}.tl{text-align:left !important}.tc{text-align:center !important}.vm,.vm *{vertical-align:middle;_zoom:1}.clearfix:after,.wrap:after{content:" ";display:block;clear:both;height:0}.clearfix,.wrap{zoom:1}.pic{font-size:0;display:block;overflow:hidden;line-height:0}.hide{display:none}.vmimg{display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-family:Arial;overflow:hidden}.vmimg img{vertical-align:middle}.btn{border:0;display:inline-block;overflow:hidden;cursor:pointer}.mf{-webkit-text-size-adjust:none;}

body {
	font-size: 12px;
	background:url(../images/bg.jpg) #0e65c6 center top no-repeat;
	line-height:22px;
	font-family:Verdana, Geneva, sans-serif;
}
#select{font-size: 12px; BEHAVIOR: url('selectBox.htc'); cursor: hand; }
a{color:#7a7a7a; text-decoration:none;}
a:hover{color:#0e65c6;}
.toplink{color:#fff;}
.toplink a{color:#fff;}
.toplink a:hover{color:#fcff00;}
.menu{line-height:32px; list-style-type:none;}
.menu li{ float:left;}
.menu a{display:block; color:#fff; font-weight:bold; padding:0 20px; background:url(../images/menudl.jpg) right no-repeat;}
.menu a:hover{color:#fcff00;}
.p3{padding:3px;}
.p33{padding:0px 3px 3px 3px;}

.leftnav{line-height:28px; text-decoration:none;}
.leftnav li{ margin-bottom:1px;list-style-type:none;}
.leftnav li a{background:url(../images/leftnavico.jpg) #004980 right no-repeat; color:#fff; font-weight:bold; display:block; padding-left:12px;}
.leftnav li a:hover{color:#fcff00;}

.leftnav li ul li{ list-style-type:none;}
.leftnav li ul li a{background:url(../images/dl.gif) bottom repeat-x; font-weight:normal; padding-left:23px;display:block;}
.leftnav li ul li a:hover{color:#fcff00;}

.prolist{line-height:22px; margin:10px;}
.prolist li{display:inline; float:left; text-align:center; margin:2px 6px;}
.prolist li img{border:1px solid #d1d1d1;}
.prolist li a{display:block;}

.weblink{line-height:22px; margin:10px;}
.weblink li{display:inline; float:left; text-align:center; margin:2px 6px;}
.weblink li img{border:1px solid #d1d1d1;}
.weblink li a{display:block;}

.foot{background:url(../images/footbg.jpg) top repeat-x; height:57px; color:#fff; line-height:22px; padding-top:8px;}
.foot a{color:#fff;}
.foot a:hover{color:#fcff00;}

.p16{padding:16px;overflow:hidden;}
.p16 ul, .p16 ol{margin-left:10px}
.p16 li{margin-left:10px;} 
.c004980{color:#004980; text-align:left;}

.pl16{padding-left:16px;}
.local{color:#7a7a7a;}
.tit14{color:#7a7a7a; font-size:14px; font-weight:bold;}

.tit{background:url(../images/tit.jpg) no-repeat; height:27px; color:#fff; font-weight:bold;}
.ft14{color:#009; font-size:14px; font-weight:bold;}
.newsbox{padding:12px;}


/* 回到顶部 */
 #returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:15px;
	bottom:-200px;
	_bottom:auto;
	width:36px;
	height:65px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../images/Top.png);
	_background-image:url(../images/Top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	background-position:0 -65px;
}