@charset "gb2312";
/*�ֻ�վ������ʽ*/
* {
    margin: 0;
    padding: 0;
}
body{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font: 16px/1.5 'Microsoft Yahei','arial';
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
	padding-bottom:70px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size:18px
}
h2 {
	font-size:16px
}
h3 {
	font-size:14px
}
h4 {
	font-size:12px
}
form {
    display: inline;
}
ul, ol {
    list-style: none outside none;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
.info img {
	/*max-width:300px;*/
	height:auto;
	width:95%;
}
button, input, select, textarea {
    font-size: 100%;
    outline: medium none;
    vertical-align: middle;
}
textarea {
    resize: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-appearance: button;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mt50{ margin-top:65px !important;}

/* CSS Document */

#sitemap{width:100%; margin:10px 0 0 0; float:right;}
#sitemap dl{ margin:0 0 10px 0; display:block; height:auto !important; min-height:25px; height:25px;}
#sitemap dd{ float:left; display:inline; width:100px;padding-right:20px;}
#sitemap dd a{ display:block; text-align:center; color:#0fa958; font-size:13px; font-weight:bold; height:30px; line-height:30px;border:1px solid #dcdcdc;}
#sitemap dd a:hover{ color:#c00;}
#sitemap dd span { display:block; text-align:center; color:#0fa958; font-size:13px; font-weight:bold; height:30px; line-height:30px;border:1px solid #dcdcdc;}
#sitemap dt{ float:left; display:inline; width:500px; background:#f1f1f1; padding:7px 18px;line-height:150%; }
#sitemap dt a{ margin:0 12px; color:#292929; white-space:nowrap;text-overflow:ellipsis; }
#sitemap dt a:hover{ color:#0fa958;}

