/*
* @description: reset妯″潡鏂囦欢
* @author: camus,
* @update: camus (2015-01-02聽11:04)聽
*/

@charset "utf-8";
/*+++++鎵�湁鍏冪礌瀛椾綋鍜岃竟璺濊缃�++++
	璁剧疆榛樿棰滆壊锛屽瓧浣擄紝琛岄珮锛岃竟璺�
*/

.clear{ clear:both;}
.hidden{ display:none;}
.show{ display:block;}
.fl{ float:left;}
.fr{ float:right;}
* {
	margin: 0px;
	padding: 0px;
	/*font-size: 18px;*/
	font-family: "Microsoft Yahei", "SimSun", "SimHei", Arial, Helvetica, sans-serif;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
input{ border:#ccc 1px solid;}
body{-webkit-text-size-adjust:none} 
body, div, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei", "SimSun", "SimHei", Arial, Helvetica, sans-serif;
	color: #000;
}
/*+++++鍒楄〃榛樿娌℃湁鍏冪礌+++++*/
ul {
	list-style: none
}
/*+++++閾炬帴榛樿鏍峰紡+++++
	
*/
a {
	text-decoration: none;
	color: #337ab7;
}


/*+++++鍥剧墖榛樿鏍峰紡+++++
	璁剧疆杈规涓烘病鏈夎竟妗�
*/
fieldset, img {
	border: 0
}
/*+++++浠ｇ爜绛夌瓑榛樿鏍峰紡+++++
	璁剧疆瀛椾綋鏍峰紡涓烘甯�
*/
code, em, var, i, b {
	font-style: normal;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.fix {
	display: inline-table
}
*html .fix {
	height: 1%
}
.fix {
	display: block
}
*+html .fix {
	min-height: 1%
}
.overflow {
	overflow: hidden
}
.bot10{ margin-bottom:10px;}
.bot20{ margin-bottom:20px;}
.pad-10{ padding:10px;}
.box-size{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.font14{ font-size:0.9em;}
.font16{ font-size:1em;}
.marlef5{ margin-left:5px;}
.h30{ height:30px; line-height:30px;}
.martop5{ margin-top:5px;}
.fontBot{ display:table-cell; vertical-align:bottom;}
.boxkuang{ border:1px solid #ccc;}
.top15{ margin-top:15px;}
.lef8{ margin-left:8px;}
.lef50{ margin-left:50px;}
.top5{ margin-top:5px;}
.rig8{ margin-right:8px;}
.oneSLH{ overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.towSLH{ overflow:hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;}