@charset "utf-8";
/* CSS Document */
*{padding:0px; margin:0px;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: Arial, Tahoma,"微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1100px;
	}

/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 

ul, li, h1, h2, h3, h4, h5, h6, span, form, dl, dt, div, dd, ol, pre, FIELDSET, input, textarea, p {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{font-size:16px;}
img{border: 0px;}
.clear{clear:both; line-height:0; height:0; font-size:0px;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/

/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
form{ border:0;}
input{ border:0;}

.content{overflow: hidden;}
/*---------页面样式开始------------------*/
.min{ overflow:hidden; }
.size{ width:1200px; margin:0 auto;}
.size2{ width:1000px; margin:0 auto; border-top:1px solid #9c761a}
.wrap{width:1200px; margin:0 auto;}
.backcolor{background:#048b20;}
.fl{float: left;}
.fr{float: right;}