@charset "utf-8";
/* CSS Document */

/*css reset yahoo*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal;}
ul { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/** 清除浮动 **/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}  
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

/*统一字体样式*/
body{font:12px/180% "微软雅黑","宋体"; background-color:#CCCCCC;}
html,body{-webkit-text-size-adjust:none;  color:#454545;}
a {color:#454545; text-decoration:none;}
a:hover {color:#e67717;}
input {font-size:12px;}

/*浏览器两种宽度*/
.narrow_screen{width:100%;}
.wide_screen{width:1600px; margin:0 auto;}










