.warp {
    position: relative;
    background: #FAFAFA;
}

.Crumbs {
    background: #FAFAFA;
}

.Crumbs p {
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.warpContent {
    background: #fff;
    box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 40px;
}

.videowarp{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}
.videoTime{
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    color: #999;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 6px;
    padding-right: 6px;
}
.videoTime span{
    margin-left: 32px;
}
.videoTime span.time{
    display:none;
}
.videoContent h1{
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 32px 0 0;
}
.content{
    position: relative;
}
.content span{
    position: relative;
    top:20px;
    font-size: 16px;
    color:#333;
    font-weight: bold;
}
.content .con{
    font-size: 16px;
    color: #333;
    padding-left: 48px;
    margin-bottom:40px;
}
.videoPlayer{
    text-align: center;
    padding: 30px 250px 40px;
}
.videoPlayer .video-js .vjs-big-play-button{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.vjs-poster,.video-js{
    width: 500px;
    height: 375px;
    /*background-color:transparent!important;*/
}

.moreVideo{
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 45px;
    border-left: 5px solid #028B7B;
    background: #fafafa;
    padding-left: 20px;
}

.moreVideoList{

}
.moreVideoListRow{
    font-size: 0;
    display: inline-block;
}
.videolist{
    font-size: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.listson:last-child{
    margin-right: 0!important;
}
.listson{
    display: inline-block;
    width: 190px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 32px;
}
.listson:hover .videoMask{
    display: block;
}
.listson .videoMask{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,.2);
    display: none;
}
.listson .videoMask img{
    width: 50px;
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
}

.listson .videoImg{
    width: 190px;
    height: 142px;
    background: url("./../Image/1.png") no-repeat center;
    background-size: cover;
}
.listson .videoTitle{
    font-size: 14px;
    color: #191919;
    line-height: 20px;
    height: 40px;
    padding: 8px 0;
    font-weight: bold;
}


.moreVideoList{
    margin-top:40px;
    padding:15px 0;
}
.moreVideoList .carousel-inner{
    width:832px;
    margin:0 auto;
}
.moreVideoList .carousel-inner ul{
    margin:0;
    overflow: hidden;
    list-style: none;
}
.moreVideoList li.col-xs-3{
    width:190px;
    margin:0 9px;
    position: relative;
    padding:0;
}
.moreVideoList li.col-xs-3 div{
    width:100%;
    height:142px;
    background:url(../Image/1.png) no-repeat center center;
    background-size:cover;
    position: relative;
}
.moreVideoList li.col-xs-3 div .bf-img{
    width:50px;
    position: absolute;
    left:70px;
    top:53px;
    display:none;
}
.moreVideoList li.col-xs-3 p{
    font-size: 14px;
    color:#191919;
    line-height: 18px;
    padding:8px 10px;
    margin-bottom: 0;
    height:52px;
}
.moreVideoList li.col-xs-3:hover p{
    background:rgba(0,0,0,.1);
}
.moreVideoList li.col-xs-3:hover div img{
    display:block;
}
.moreVideoList>a{
    width:50px;
    height:50px;
    background:transparent;
    border:1px solid transparent;
    position: absolute;
    top:70px;
    line-height: 50px;
    text-align: center;
}
.moreVideoList>a img{
    width:26px;
}
.moreVideoList a.left{
    left:15px;
}
.moreVideoList a.right{
    right:15px;
}
.moreVideoList>a:hover{
    background:#FAFAFA;
    border:1px solid #E5E5E5;
}
.moreVideoList .left:hover,.single .left:focus,.single .right:hover,.single .right:focus {
    text-decoration: none;
}
.moreVideoList .carousel-inner > .item {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.copyright img{
    vertical-align: top;
    top:0;
}
