#company-main{
	display: inline-block;
	vertical-align: top;
	width:945px;
	margin-top: 20px;
	margin-bottom: 38px;
}
#company-main .header{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid  #f04343;
}
#company-main .header .title{
	width: 114px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #f04343;
	font-size: 15px;
}
#company-main .company-intro .company-wrap{
	padding: 32px 25px;
}
#company-main .company-intro .company-wrap .img-box{
	width:450px;
	height: 300px;
	margin:0 18px 10px 0;
	cursor: pointer;
}
#company-main .company-intro .company-wrap .img-intro{
	line-height: 28px;
	color: #383838;
	font-size: 14px;
}
/*公司信息*/
#company-main  .info-wrap table{
	width: 100%;
	border: solid #e5e5e5;
	border-width: 1px 0 0 1px;
	font-size: 13px;
	margin-top: 23px;
}
#company-main  .info-wrap table tr{
	border-bottom:1px solid #e5e5e5;
}
#company-main  .info-wrap table td,#company-main  .info-wrap table th{
	border-right:1px solid #e5e5e5;
	height: 40px;
}
#company-main  .info-wrap table td{
	padding-left: 15px;
	color: #2f2f2f;
	width: 337.5px;
	line-height: 24px;
}
#company-main  .info-wrap table th{
	width: 135px;
	font-weight: normal;
	background: #fbfbfb;
	color: #696969;
}
/*视频播放*/
.video-bg{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 66;
	background: rgba(0,0,0,0.5);
	
}
.video-bg .cancel{
	position: absolute;
	top:5px;
	right: 5px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.video-bg .video-box{
	width: 800px;
	height: 550px;
	margin:200px auto;
}
