@charset "gb2312";
/*手机站公共样式*/
* {
    margin: 0;
    padding: 0;
}

body{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000;
    font: 16px/1.5 'XinGothic-SinaWeibo','Microsoft Yahei','helvetica','arial';
}
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: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
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;
}
.bjq { margin:15px; min-height:100px;}
.mt20 { margin-top:20px;}
.clear {clear:both}

/*友情链接*/

#Links { margin-top:0px;padding: 10px 8px;line-height: 25px;font-size: 14px; border: 1px solid #e5e5e5;}
#Links span {font-weight: bold;}
#Links a { padding: 0px 7px;}