@charset "utf-8";
/* CSS Document */
.video-wrap{
	overflow:hidden;
	width:1060px;
	padding-top:15px;
}
.pop-video-wrap2{
     width: 800px;
    height: 500px;
    position: fixed;
    background: #000;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -250px;
    display: none;
    z-index: 9999;
}
.pop-video-wrap2 video{
	width: 800px;
    height: 500px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-250px;
	display:none;
	z-index:9999;
}
.video{
	width:968px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-484px;
	margin-top:-272px;
	display:none;
	z-index:9999;
}
.video-more{
	margin-top:22px;
	overflow:hidden;
	font-size:14px;	
}
.video-more h3{
	height:60px;
	line-height:60px;
	border-top:1px solid #dcdcdc;
	color:#707070;
}
.video-more ul{
	overflow:hidden;
}
.video-more ul li{
	float:left;
	width:330px;
	overflow:hidden;
	display:inline-block;
	padding-right:35px;
}
.video-more ul li.noPad{
	padding-right:0;
}
.video-more ul li .p1{
	overflow:hidden;
}
.video-more ul li .p2{
	text-align:center;
	padding-top:13px;
	padding-bottom:35px;
}
/*弹出灰色的背景 start*/
.pop-underlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    *background: url(../images/underlay-bg.png) 0 0 repeat;
    z-index: 999;
}
/*弹出灰色的背景end*/
/*视屏start*/
 .index-video .video {
        width: 700px;
        position: fixed;
        top: 50%;
        left: 50%;
        display: block;
        margin-left: -350px;
        margin-top: -280px;
        z-index: 999998;
    }
    .index-video .close-x {
        position: fixed;
        top: 70px;
        right: 375px;
        z-index: 999999;
        background: url(../images/close-x1.png) 0 center no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        margin-top: 28.5px;
    }
/*视屏end*/
