﻿/*公共样式开始 */
body{
 padding:0px;
 margin:0px auto;
 width:1002px;
 text-align:center;
 font-family:"宋体";
 font-size:12px;
 background:url(images/bg.jpg) repeat-x;
}
a{
 color:#333333;
 text-decoration:none;
}
a:hover{
 color:#000000;
}
.same{
 width:1002px;
 text-align:center;
}
/*公共样式开始 */


/*menu开始 */
.menu{
 background:url(images/menubg.jpg) no-repeat;
 height:35px;
 text-align:left;
}
.menu ul{
 margin:0px;
 list-style:none;
 padding:0px;
}
.menu li{
 float:left;
 list-style-type:none;
 text-align:center;
 height:35px;
 width:120px;
}
.menu li a{
 font-family:"黑体";
 font-size:14px;
 font-weight:500;
 color:#FFFFFF;
 width:120px;
 height:25px;
 display:block;
 text-align:center;
 padding:10px 0 0 0;
 margin-top:1px;
}
.menu li a:hover{
 background:url(images/menubghover.jpg) no-repeat;
 color:#000000;	
}
/*menu结束 */

.jianjiebg{
 background:url(images/janjiebg.jpg) no-repeat;
 width:275px;
 height:175px;
 padding:45px 10px 10px 10px;
 line-height:1.8;
}
.scrollbg{
 background:url(images/scrollbg.jpg) no-repeat;
 width:691px;
 height:230px;
}
.font1{
 font-family:"黑体";
 font-size:14px;
 font-weight:500;
}
.footermenu a{
 text-decoration:none;
 color:#FFFFFF;
}
.lmtop{
 background:url(images/lmtop.jpg) no-repeat;
 height:36px;
 width:690px;
}
.font2{
 font-family:"黑体";
 font-size:15px;
 font-weight:500;
 color:#000;
}

/*下面的样式是定义导航的*/
a.zhilan{
display:block;
padding:2px;
}
a.zhilan:hover{
background-color:#efefef;
color:#E44024;
text-decoration:none;
}
span.spanMenu
{

}

div.MenuSub
{
	position:absolute;
	border:1px solid #ccc;
	width:120px;
	margin-left:-55px;
	background-color:#FFF;
	display:none;
}
div.MenuSub a
{
	display:block;
	color:#000; background-image:none;
	padding-bottom:5px;
	height:18px;
	padding-top:5px;
	}
div.MenuSub a:hover
{
	background-image:none;
	background-color:#CCC;
}
/*上面的样式是定义导航的*/