/*定义页面最小宽度*/
html { min-width: 1000px;}

/*定义图片的边框为0*/
img { border-width: 0px;}

/*定义清除式样*/
#clearfloat{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

/*定义页面整体式样*/
body {
	MARGIN: 0px;
	PADDING: 0px;
	FONT-FAMILY: verdana,'宋体','微软雅黑','新宋体','Lucida Grande','Lucida Sans Unicode',arial,sans-serif;
	COLOR: #7B3F23;
	FONT-SIZE:12px;
	LINE-HEIGHT:150%;
	text-align:center;
	background-attachment: scroll;
	background-image: url(../i/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EEEEE2;
} 

/*定义head式样*/
#head {
	width:1000px;
	height:76px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-attachment: scroll;
	background-image: url(../i/index_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/*定义all式样*/
#all{width:1000px;
	 margin-top:0px;
	 margin-bottom:0px;
	 margin-right: auto;
	 margin-left: auto;
}


/*定义logo式样*/
#logo{float:left;padding:15px 0px 10px 30px;}

/*定义flash式样*/
#flash{float:right;padding:0px 23px 0px 0px;}

/*定义左边式样*/
#left{
	float:left;
	width:178px;
	text-align:center;
	background-attachment: scroll;
	background-image: url(../i/f.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*定义banner式样*/
#banner{
width:1000px;
margin-top:0px;
margin-bottom:0px;
margin-right: auto;
margin-left: auto;
}
/*定义内容式样*/
#content{
	width:920px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
}
/*定义内容中式样*/
#cc{
	float:left;
	width:720px;
	min-height:600px;
	margin:10px 0px 10px 0px;
	padding:10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #7B3F23;
}
/*定义内容标题式样*/
#obt{
    float:left;
	width:720px;
	text-align:left;
}
.obt2 {
    float:left;
	width:720px;
	text-align:left;
}
.kk {
	float:left;
	width:350px;
	height:21px;
	padding:4px 0px 0px 0px;
	text-align:left;
}
/*定义down式样*/
#down{
	width:1000px;
	height:85px;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	padding:0px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(../i/index_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*定义纵向菜单式样*/
#menu3 {
MARGIN: 15px 0px 0px 20px;  /*定义层的外边框距离*/
PADDING:0px 0px 0px 0px;    /*定义层的内边框为15px*/
WIDTH:150px;    /*定义内容的宽度为160px*/
text-align:left;
} 
#menu3 ul {
MARGIN: 0px;
PADDING: 0px;
BORDER: medium none; /*不显示边框*/
LINE-HEIGHT: normal; 
LIST-STYLE-TYPE: none;

}
#menu3 li {
	MARGIN: 0px;
} 

#menu3 li a {
	text-align:center;
	color:#7B3F23;
	PADDING:10px;
	DISPLAY: block;
	WIDTH: 80%;
	height:20px;
	TEXT-DECORATION: none;
	background-attachment: scroll;
	background-image: url(../i/button2.gif);
	background-repeat: no-repeat;
	background-position: 35px center;
}
#menu3 li a:hover {
	COLOR: #fff;
	background-attachment: scroll;
	background-image: url(../i/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 

/*copy*/
#copy{
	float:right;
	height:32px;
	margin:0px 50px 0px 0px;
	padding:10px 0px 0px 105px;
	width:500px;
	color:#999;
	text-align:left;
	background-attachment: scroll;
	background-image: url(../i/copy.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#copy a{	
text-decoration: none;
color: #999; }

#copy a:visited {
	text-decoration: none;
	color: #999;
}
#copy a:hover {
	text-decoration: none;
	color: #999;
}
#copy a:active {
	text-decoration: none;
	color: #999;
}


/*其他式样*/
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color:#999;
	}
p {
	font-size: 12px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent:20px;
	}
a:link {
	text-decoration: none;
	color: #137195;
}
a:visited {
	text-decoration: none;
	color: #137195;
}
a:hover {
	text-decoration: none;
	color: #137195;
}
a:active {
	text-decoration: none;
	color: #137195;
}