﻿@charset "utf-8";
/* css document */
@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #434343;
	font-family: "微软雅黑";
	}
a{ color:#555; text-decoration:none;outline: none;}
a:hover{ color:#e93800; text-decoration:none;}
a:active {star:expression(this.onfocus=this.blur());}
a:focus { outline:0;}


