/*module_ID=316 横向图片平铺-功能展示 2017-09-27 by CY begin*/
.layout-nv-cs-menu-3 .fl
{
    float: left;
}
.layout-nv-cs-menu-3 .fr
{
    float: right;
}
/*.layout-nv-cs-menu-3 .item-box
{
    font-size: 0;
}*/
.layout-nv-cs-menu-3 .item
{
    width: 23.6%;
    margin: 10px 0.5%;
    text-align: center;
    height: 80px;
    justify-content: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #F0F0F0;
}
.layout-nv-cs-menu-3 .main-img
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.layout-nv-cs-menu-3 .item a
{
    float: left;
    width: 100%;
    height: 100%;
}
.layout-nv-cs-menu-3 .item-3
{
    width: 32%;
}
.layout-nv-cs-menu-3 .item-4
{
     width: 23.6%;
}
.layout-nv-cs-menu-3 .item-5
{
   width: 18.7%;
}
.layout-nv-cs-menu-3 .item-6
{
    width: 15.3%;
}
.layout-nv-cs-menu-3 .code
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.layout-nv-cs-menu-3 .bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    filter:alpha(opacity=70);
    -moz--opacity:0.7; 
    -khtml-opacity:0.7; 
    opacity:0.7;
    z-index: 100;
}
.layout-nv-cs-menu-3 .focus
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 102;
    justify-content:center; 
    display: -webkit-flex;
}
.layout-nv-cs-menu-3 img.focus-l
{
    float: left;
    width: 66px;
    height: 66px;
    margin-top: 7px;
    margin-left: 7px;
}
.layout-nv-cs-menu-3 .focus-r
{
    float: left;
    width: 94px;
    text-align: center;
    color: #ffffff;
    margin-top: 23px;
    font-size: 12px;
    margin-left: 5px;
}
.layout-nv-cs-menu-3 .item:hover .code
{
    display: block;
}


/*旋转动画效果 begin*/
.layout-nv-cs-menu-3 .code-spe
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EEE;
    text-align: center;
    line-height: 80px;
    color: #D41A1A;
    padding:0 4%;
    overflow: hidden;
    transform: rotateY(.5turn) translateZ(1px);
    transition: 0.1s .5s opacity;
}
.layout-nv-cs-menu-3 .item-3d
{
    transform-style: preserve-3d;
    transition: 1s transform;
}
.layout-nv-cs-menu-3 .code-3d
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.layout-nv-cs-menu-3 .item-3d:hover
{
    transform: rotateY(.5turn);
}
.layout-nv-cs-menu-3 .item:hover .code-3d
{
    display: block;
}
.layout-nv-cs-menu-3 .code-3d:after
{
    content: " "; 
  display: block; 
  height: 8vw; 
  width: 100%; 
  transform: rotateX(90deg); 
  background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
/*旋转动画效果 end*/
