@charset "utf-8";

/* 
Authored by luheng
2019-11-15
*/

/* CSS Document */
*{margin:0;padding:0;list-style-type:none;}
html, body, ul, li, ol , dl , dd , dt , p, h1, h2, h3, h4, h5, h6, form, fieldset, legend , figure, table, td,b{margin:0;padding:0;border:0;}
input,select,textarea{margin:0; padding:0px;}
fieldset,img{border:none;}
img{ border:0; }
address,caption,cite,code,dfn,em,th,var {font-style: normal;font-weight: normal;}
ul,ol,li{list-style-type:none;}
textarea{height:100px;}
html{overflow-x:hidden;}
body {color:#303131; font-size:14px; font-family:"Microsoft YaHei"; background:#f3ede7;}
/* 常用功能样式 */
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both; line-height:0px; font-size:0px;}
.mar{ margin-left:auto; margin-right:auto;}
.ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.poR{position:relative;}
.poA{position:absolute;}
.hidden{display:none;}
.block{display:block;}
.ofHid{overflow:hidden;}
.ofVis{overflow:visible;}
.fwN{font-weight:normal;}
.fwB{font-weight:bold;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs20{font-size:20px;}
.tx_left{text-align:left;}
.tx_center{text-align:center;}
.tx_right{text-align:right;}
.yaHei{font-family:"microsoft YaHei","微软雅黑";font-weight:normal;}
.nobg { background:none !important}
.noborder{ border:none !important}
/* 默认文字字体、文字颜色、背景颜色或者图像等 */
a{color:#303131;text-decoration:none;}
a:visited{}
a:hover, a:active, a:focus {color:#c30d23; text-decoration:none;}
#content1000{ margin:0 auto; width:1000px; height:auto}
#content1440{ margin:0 auto; width:1410px; height:auto; overflow:hidden}
#content_banner{ margin:0 auto; width:100%; height:auto; overflow:hidden}
.mtop5{ margin-top:5px;}
.mtop10{margin-top:10px}
.page_red{color:#F00}
