﻿@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;list-style:none;}
body{font-family: "微软雅黑";margin:0 auto;padding:0;background:#faf7e7;font-size:14px;color:#000;}
body, div, p, ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup, select, table, textarea ,span{margin:0;padding:0;border:0;}
img,a img{border:0;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:14px;font-weight:normal;}
ul,ol,li{list-style:none}
table,td,input{font-size:14px;padding:0}
/* 默认链接颜色 */
a{outline-style:none;color:#000;text-decoration:none}
a:hover{color:#c8470d;text-decoration:underline;}
/*清除链接虚框*/