@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline: none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; box-sizing:border-box;}
body {font-family:"宋体","arial", arial;margin:0; padding:0; font-size:1em; color:#666;position:relative;z-index:999; background-color: #f5f5f5; }
ol, ul,li{ list-style:none; list-style-type:none;}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0;_zoom:1}/*border-collapse 属性设置是否将表格边框折叠为单一边框,,border-collapse 属性设置是否将表格边框折叠为单一边框：*/
caption, th, td { text-align:left; font-weight:normal; }
em { font-style:italic; }
h1,h2,h3,h4,h5,h6{ margin: 0;padding: 0;}
img{border:none; }
li{list-style-type:none;}
html{overflow-x:hidden;}

/** 重置文本格式元素 **/
a{ text-decoration: none; color:#666;cursor:pointer; }
a:hover {text-decoration: none; color:#39f;  }

/*清除*/
.ov{overflow:hidden;_zoom:1;}
.clr{height:10px;clear:both;}

/*浮动*/
.floatl{float:left;}
.floatr{float:right;}

/*--清除浮动--*/
.clearfix:after {content: " ";display: block;clear: both;height: 0;}
.clearfix {zoom: 1;}

/*--显示与隐藏--*/
.hide {display: none;}
.show {display: block;}

/*--*/
.marginr30{margin-right: 30px;}

