html,body
{
    font-size:13px;
    margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family:微软雅黑,黑体,宋体;
}
.topMenu ul{list-style:none;list-style-type: none;white-space:nowrap}
.topMenu li{height:75px;float:left;overflow:hidden;list-style: none;cursor: pointer;} 
.li1back{
	width: 282px;
	background: url(../images/common/li1back.png);
}




.header {
	background: url(../images/common/header.png);
}
.log {
	background: url(../images/common/log.png);
}
.down {
	background: url(../images/common/down.png);
}
.left_title {
	background: url(../images/common/left_title.png);
}
.home_body {
	background: url(../images/common/center.png);
}
.hbody {
	width:100%; 
height:600px; 
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e4e4e4,endColorStr=#ffffff); /*IE*/ 
background:-moz-linear-gradient(top,#e4e4e4,#ffffff);/*火狐*/ 
background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#e4e4e4), to(#ffffff));
}

h1
{
    font-size:20px;
    font-family:Verdana;
}
h4
{
    font-size:16px;
    margin-top:25px;
    margin-bottom:10px;
}

.description
{
    padding-bottom:30px;
    font-family:Verdana;
}
.description h3
{
    color:#CC0000;
    font-size:16px;
    margin:0 30px 10px 0px;
    padding:45px 0 8px;
    border-bottom:solid 1px #888;
}


