video.videobox {
        top:0;
        width: 100%;
        height: 100%;
        background: #000;/*ÇØ·Ê¤ò¹õ¤ÇÉ½¼¨*/
     }

table.commpanyprofile {
	width: 100%;
	font-size: 14px;
  line-height:1.4;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
table.commpanyprofile th {
	width: 25%;
	padding: 10px;
	font-weight: 400;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.commpanyprofile td {
	width: 75%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
