@charset "utf-8";


/*通用样式表*/
html, body{width: 100%;height: 100%;background:#fff;}
html, body, div, p, b, span, i, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, tr, td, form, input, textarea, select, button{
	margin: 0; 
	padding:0;
	font:14px/24px Microsoft Yahei, arial; 
 
  -moz-font-smoothing:antialiased; /*控制字体渲染只对MacOS的Webkit有效  antialiased反锯齿*/
	-webkit-font-smoothing: antialiased;
  font-smoothing:antialiased;	
  
	-moz-box-sizing:border-box; /*元素指定的任何内边距和边框都将在已设定的宽度和高度内进行绘制*/
	-webkit-box-sizing:border-box; 
  box-sizing:border-box;   
  
	color: #000;
}

h1, h2, h3, h4, h5, h6{font-weight: normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
img{border:0px;}

a, area{outline:none; blr:expression(this.onFocus=this.blur())} 
a{
	text-decoration:none; 
	cursor:pointer;
	outline:none;
}	
a:hover{ text-decoration:none;}
input,button,select,textarea{outline:none;}

/* 1.去除android a/button/input标签被点击时产生的边框
 * 2.去除ios a标签被点击时产生的半透明灰色背景 */
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
/*清除IOS下，input表单以及textarea默认内阴影*/
input,select,textarea{
    -webkit-appearance: none;
}

.clear{clear:both; width:100%; *display:inline;}
.block{display: block;}
.pull-left{float: left;}
.pull-right{float: right;}
.white{background: #fff;}
.block{background: #d4d4d2;}
.grey{background: #edefec;}
.green{background: #65af1b;}

.row{
	width: 100%; 
	overflow: hidden;
	}
.row_index{
	width: 100%;
	padding: 20px 15px;
	max-width: 1230px;
	overflow: hidden;
	margin: 0 auto;
}



/*fenye*/
.fenye {
	padding: 0 20px;
	text-align: center;
}
	.cutpage {
		font-size: 12px;
		font-family: Tahoma;
	}
	.cutpage a{
		display:inline-block; 
		width: 25px; 
		height:25px; 
		line-height:25px; 
		text-align: center; 
		margin:0 5px;
		color: #55b00c;
		border-radius: 100px;}
	.cutpage a.current{background:#55b00c; color:#fff;}
	.cutpage a:hover{background:#55b00c; color:#fff;}
	



/*position*/
.position{
	padding: 10px 15px 0; 
}
.position p{
	font-size: 14px;
	line-height: 25px;
	padding-left: 25px;
	background: url(../images/position-icon.png) no-repeat left center;
}
