body{
    font-family:"Microsoft YaHei";
    background: #f4f4f4;
}
.wrap{
    width: 100%;
    min-width: 1102px;
    background: #f4f4f4;
    overflow: hidden;
}
.banner{
	width: 100%;
    min-width: 1102px;
}
.banner img{
	width: 100%;
}
.videoBox{
	width: 100%;
    min-width: 1102px;
    margin-top: -2px;
    background: #fff;
}
.videoBox .title{
	margin-top: 2px;
}
.title{
	width: 100%;
    min-width: 1102px;
    height: 104px;
    background: url(../../images/livePage/img/line_03.png) repeat center center;
    text-align: center;
}
.title h4{
	display: inline-block;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 34px;
	color: #333;
	padding-top: 40px;
    background-color: #fff;
}
.title p{
	font-size: 16px;
	color: #666;
	margin-top: 8px;
}
.video{
	width: 880px;
	height: 535px;
	background: #000;
	margin: 35px auto 20px auto;
}
.video>div:first-child{
	display: block;
}
.video>div{
	display: none;
}

.videoBoxTab{
	width: 880px;
	margin: 0 auto;
}
.videoBoxTab p{
	float: left;
	border: 2px solid #fff;
	margin-right: 6px;
	cursor: pointer;
	position: relative;
}
.videoBoxTab p .v_icon{
	position: absolute;
	top:32px;
	left: 68px;
	display: none;
}
.videoBoxTab p img{
	margin: 3px 3px 2px 3px;
}
.videoBoxTab p.check{
	border: 2px solid #ff9c11;
}
.videoBoxTab p.check .v_icon{
	display: block;
}
.videoBox .title h2{
	margin-top: 2px;
}
.guest,.experts{
	width: 100%;
    min-width: 1102px;
}
.guest .title h4,.experts .title h4,.media .title h4{	
    background-color: #f5f5f5;
}
.guestBox,.expertsBox,.companiesBox,.mediaBox,.scheduleBox{
	width: 1102px;
	margin: 0 auto;
}
.companies,.schedule{
	width: 100%;
    min-width: 1102px;
	background: #fff;
}
.schedule{
	padding-bottom: 85px;
}
.schedule h2{
	text-align: center;
	font-size: 30px;
	color: #333;
	padding: 50px 0 60px 0;
}
.scheduleBox img{
	margin-top: -2px
}
.footer{
	width: 100%;
	min-width: 1102px;
	height: 80px;
	line-height: 80px;
	background: #555;
}
.footer p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}
