﻿* {
	margin: 0;
	padding: 0;
}
img
{
	border: 0px;
}
ul
{
	list-style: none;
}
html
{  
	background-color:#999;  
}
body
{
	font-size: 12px;
	color: #000; 
	font-family: verdana,宋体;
	margin: auto;
	line-height: 27px;
	width:1300px;
	margin:auto;
	background-color:#fff;
}
a, a:link, a:visited, a:active
{
	color: #000;
	text-decoration: none;
}
a:hover
{
    color: #f30;
    text-decoration: underline;
}
.clear
{
	clear: both;
	height: 0px;
	overflow:hidden;
}

.texbox
{
	border: 1px solid #999;
	padding: 2px;
}
 
/*------------------------------------------------------------*/
.Footer
{
	margin: auto;
	padding: 5px 0 10px;
	clear: both;
	text-align: center; 
	line-height:22px;
}


/*------------------------------------------------------------*/
.navarea
{
	width: 1110px;
	height: 166px; 
	padding-left:190px;
	background-image: url(../Images/4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
	color:#000;
}


.navarea .nav
{
	width: 500px;
	height: 100px;  
	margin:0px; 
	float:left;
}
.navarea .nav ul li
{
	width: 68px;
	height: 45px;
	padding-top:65px;
	float:left;
	text-align:center; 
	margin-right:10px;
	display:inline-block;
	line-height:16px; 
}
.navarea .nav ul .l1
{
	background-position: 0px 0px;
}
.navarea .nav ul .l2
{
	background-position: -78px 0px;
}
.navarea .nav ul .l3
{
	background-position: -156px 0px;
}
.navarea .nav ul .l4
{
	background-position: -233px 0px;
}
.navarea .nav ul .l5
{
	background-position: -310px 0px;
}
.navarea .nav ul .l6
{
	background-position: -387px 0px;
}
.navarea .nav ul li a
{
	font-size:14px;
	font-weight:bold;  
}
.navarea .nav ul li a:hover
{ 
	color:#ff0!important;
}
.navarea .nav ul li b
{  
	padding:0 5px;
}


/*------------------------------------------------------------*/
.statistics
{ 
	padding-top: 40px;
	font-size:18px;
	line-height:32px; 
	float:left; 
}
.statistics b
{ 
	font-size:28px;
	font-family:黑体;
}

/*------------------------------------------------------------*/
.content
{ 
	padding:10px 50px; 
}

.content .daodu
{
	background-color:#ffc;
	padding:10px;
	border:1px solid #FECEB4;
	font-size:14px;
	margin-bottom:10px;
}
.content .messages
{
	padding:10px;
	font-size:14px;
}

 
/*------------------------------------------------------------*/
.liuyan .listItem
{
	border-bottom: 1px dotted #915E49;
	padding: 5px;
}

.liuyan .listItem .t
{
	color:#999;
	font-size:10px;
}
.liuyan .listItem .t b
{
	color:#000;
	font-size:12px;
}
.liuyan .listItem .ms
{
	text-indent:25px;
}
/*------------------------------------------------------------*/
.PageArea
{
	text-align: center;
	padding: 10px;
}

/*------------------------------------------------------------*/
.about_us
{
	font-size: 14px;
	line-height: 28px;
}
.about_us p
{
	text-indent:30px;
}

/*----------------------------------------------------------------*/
.bt
{
    font-size: 14px; 
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    margin:0 5px 0 0;
    text-decoration:none;
    font-weight:bold;
}
a.bt,a.bt:visited
{
    color: #fff;
    text-decoration:none;
}
a.bt:hover
{
    color: #000; 
    text-decoration:none;
    background-position: 0 -36px;
}
input.bt
{
    font-size: 14px; 
    font-weight:bold;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    margin:0 5px 0 0;
    text-decoration:none;
    border:0px solid #CCC;
    background-color:#f90;
}