/* 公共样式表css */
html,body {
    color:#333;
    margin:0;
    height:100%;
}

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

a {
    text-decoration:none;
    color:#000;
}

img {
    border:0;
}

body {
    /* background:#F4F5F9; */
    color:#666;
}


a {
    text-decoration:none;
    color:#08acee;
}

button {
    outline:0;
}


button,input,optgroup,select,textarea {
    margin:0;
    font:inherit;
    color:inherit;
    outline:none;
}

li {
    list-style:none;
}

a {
    color:#666;
}

a:hover {
    color:#eee;
}

.clearfix::after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}


/* 容器 */
.containerr{width:1350px; height: 170px; margin:0px auto; padding:0;border: none;}

.video .inner{display:block;cursor:pointer; margin-left: -92px; }
.video .inner img{transition:all .4s; width: 250px; height: 130px;}
.video .inner:hover img{transform:scale(1.05);}


.video .vr-small{margin-bottom:20px;width:260px;height:140px;position:relative;}

.video .vr-small .text{position:absolute;left:-100px;right:0; bottom:-20px;  padding:0 20px 0px 20px;font-size:14px;color:#000000;}
.video .vr-small .text1{position:absolute;left:-100px;right:0; bottom:-45px;  padding:0 20px 0px 20px; }
.video .vr-small .text2{position:absolute;left:28px;right:0; bottom:-45px;  width: 100px; padding:0 20px 0px 20px; color:rgb(228, 109, 109);}
.video .vr-small .link{width:30px;height:30px;position:absolute;background:url(../layerimg/3f_icon.png) no-repeat center center;right:20px;bottom:14px;z-index:2;transition:all .2s;}
.video .vr-small .link:hover{background-image:url(../layerimg/3f_icon_02.png);}
/* .video .vr-small .play{width:51px;height:51px;background:rgba(0,0,0,.4) url(../layerimg/camera.png) no-repeat center center;position:absolute;left:14%;top:50%;margin:-25px 0 0 -25px;border-radius:50%;cursor:pointer;transition:all .2s;} */
.video .vr-small .play:hover{background-color:rgba(0,0,0,.6);}