html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, sub, sup, dl, dt, dd, ol, ul, li, form, input, button, label, textarea, table, tbody, tfoot, thead, tr, th, td { padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

a { color:#333; text-decoration:none; }

body { font-family:"Mircosoft Yahei"; }
/*新增common样式*/
.border-box{
	box-sizing: border-box;
}
.clearfix {
    zoom:1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
ul,li{
	margin:0;
	padding:0;
	list-style: none;
}
.none{
	display: none;
}
.textIndentTwo{
	text-indent: 1cm
}
.lineHei23{
	line-height: 23px;
}
.lineHei45{
	line-height: 45px;
}
.inl-block{
	display: inline-block;
}
.posr{
	position: relative;
}
.posa{
	position: absolute;
}
.fleft {
    float:left;
}
.fright {
    float:right;
}
.tleft {
    text-align:left;
}
.tcenter {
    text-align:center;
}
.tright {
    text-align:right;
}
.fbold {
    font-weight:bold;
}

.mvt20{
	margin-top:20px;
	margin-bottom:20px;
}
.mt0{
	margin-top: 0;
}
.mb40{
	margin-bottom: 40px;
}
.marginAuto{
	margin:0 auto;
}
.pb10{
	padding-bottom: 10px;
}
.borBotDotted{
	border-bottom: 1px dotted #ccc;
}
.col-1f{
	color: #1f1f1f;	/**主体黑色*/
}
.col-2ECC7C{
	color: #2ECC7C;	/**绿色*/
}
.fo12{
	font-size: 12px;
}
.fo13{
	font-size: 13px;
}
.fo14{
	font-size: 14px;
}
.fo15{
	font-size: 15px;
}
.fo19{
	font-size: 19px;
}
.fo23{
	font-size: 23px;
}

/**页面样式*/
.tab_title{font-size: 15px;font-weight: bold;margin: 25px 0 0 0;}
.tab_title::before{content: '';width: 3px;height: 15px;background: #2ECC7C;display: inline-block;margin-right: 10px;position: relative;top: 2px;}

.J_table{font-size:12px;width: 100%; border: 1px solid #DDE6EC; border-collapse: collapse; text-align: center;margin-bottom:0px;margin-top:10px;border-bottom: 1px solid #DDE6EC;}
.J_thead{background:#2ECC7C;color: #fff;}
.J_thead th,.J_tbody td{padding: 9px 3px;border-right:1px solid #DDE6EC;}
.J_thead th.borBot{border-bottom:1px solid #DDE6EC;}
.J_tbody tr{border-top:1px solid #DDE6EC;}
.J_tbodyLastBg tr:last-child{background: #E5FFF2;border-right: 1px solid #DDE6EC;border-bottom: 1px solid #DDE6EC;}
/**以下代码开发完成后可以删掉*/
@media print{
	#J_printWrap{
			box-shadow: none!important;
	}
}