/*视频*/

.video {
    width: 320px;
    height: 180px;
    position: fixed;
    top: 60%;
    left: 10%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 102;
}

.videolist {
    position: relative;
    float: left;
    /*width: 320px;
    height: 180px;*/
    width: 480px;
    height: 270px;
    /*margin-right: 50px;
    margin-top: 15px;*/
    margin-bottom: 30px;
}

.videolist:hover {
    cursor: pointer;
}

.video_cover{
	/*width: 320px;
	height: 180px;*/
    width: 480px;
    height: 270px;
}

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
/*    left: 135px;
    top: 65px;*/
    left: 215px;
    top: 110px;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    top:20%;
    left: 0;
	right: 0;
	margin:0 auto;
    z-index: 100;
    width: 960px;
    height: 540px;
}

.vclose {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    cursor: pointer;
}