
/*$pro-item ÃƒÂ¨Ã…Â Ã¢â‚¬Å¡ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹*/
.pro-item{
	margin: 100px auto;
	width: 1220px;
	min-height: 100px;
	position: relative;
	z-index: 999;
}
.table{
	display: block;
	/* color: white; */
	font-size: 16px;
	font-family: "Microsoft YaHei";
	/* background: wheat; */
	/* line-height: 2.8; */
	border: 0;
}
.table tr {
    background: url(../img/jmd_bg.png) no-repeat bottom center;
    height: 200px;
}
.table th,
.table td{
	font-weight: normal;
	box-sizing:border-box;
	/* border: 1px solid white; */
	line-height: 30px;
	color:white;
}


.table td:nth-of-type(1),
.table th:nth-of-type(1){
	width: 500px;
	text-align: center;
}


.table td:nth-of-type(2),
.table th:nth-of-type(2){
padding: 4px 20px;
}
