@charset "utf-8";
/* CSS Document */

/* ---html、body100%--- */
html, body {}

/* ---默认字体9pt--- */
div, table {
	font-size: 12px;}
/* ---div居中、div背景--- */
li {
	list-style:none;}
	* {
	padding:0;
	margin:0;}
body, td, th, div, input, ul, li {
	font-family:"微软雅黑", "宋体";
	font-size: 12px;}
p {
	line-height:150%;}

a {
	color:#616161;}
a:link {
	
	text-decoration: none;}
a:visited {
	
	text-decoration: none;}
a:hover {

      	text-decoration: none;}
a:active {
	
	text-decoration: none;}
h1 {
	
	line-height:150%;
	font-size:24px;}

body {
	
	font-size: 12px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
table {
	font-size: 12px;}
#bg {
	/*background:#fff;*/
	background: url(../images/bg.jpg) repeat-x  top  ;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	min-height:0px;
	_height:0px;}
/*#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:980px;
    height:198px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider {
    margin:0 auto 0 auto;
    width:980px; /* Make sure your images are the same size */
   /* height:198px;  Make sure your images are the same size 
}*/