/* public开始 */
html {
    width: 100%;
    min-width: 1260px;
}
body {
    font-family: "Microsoft YaHei UI","微软雅黑";
    background-color: #c6eacc;
    color:#fff;
    width: 100%;
}
    /* 头部开始 */
    .header {
        padding:20px 0;
        background-color: #fff;
    }
    .container {
        width: 1200px;
        margin:0 auto;
    }
    .logo {
        float: left;
    }
    .hd-lr {
        float: right;
        padding-right: 10px;
    }
    .hd-link {
        font-size: 14px;
        color:#282828;
        height: 18px;
        text-transform: uppercase;
        padding-bottom: 14px;
        text-align: right;
    }
    .hd-link a {
        color:#282828;
    }
    .menu li {
        float: left;
        font-size: 14px;
        color:#282828;
        line-height: 26px;
        margin-left: 28px;
    }
    .menu a {
        color:#282828;
    }
    .menu li.on a,
    .menu a:hover {
        color:#92252b;
    }
    .menu {
        padding-right: 30px;
        float: left;
    }
    .hd-sea {
        float: right;
        width: 24px;
        height: 24px;
        background-color: #fff;
        position: relative;
    }
    .search {
        position: absolute;
        width: 200px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        right:20px;
        display: none;
        top: 50%;
        margin-top: -16px;
        background: #fff;
        opacity: 0;
    }
    .hd-sea .icon {
        cursor: pointer;
    }
    .search-txt {
        display: block;
        width:180px;
        padding:0 10px;
        height: 30px;
        line-height: 30px;
        border:none;
        background:none;
    }
    .hd-sea .sbtn {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/sea.png);
        border:none;
        display: none;
    }
    /* 头部结束 */
    /* 底部开始 */
    .foo-top {
        background: url(../images/fbg.jpg) no-repeat center top;
        position: relative;
        padding:36px 0 26px;
    }
    .foo-top::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/fbg.png);
        z-index: -1;
    }
    .foo-le {
        width: 282px;
        background: url(../images/bor.png) no-repeat right center;
        height: 220px;
        float: left;
    }
    .foo-log {
        padding-top: 16px;
        padding-bottom: 22px;
    }
    .foo-fx {
        font-size: 0;
    }
    .foo-fx li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 22px;
    }
    .foo-ewm {
        float: left;
        width: 330px;
        background: url(../images/bor.png) no-repeat right top;
        height: 220px;
        text-align: center;
    }
    .foo-ewm .ewm {
        padding-top: 20px;
    }
    .foo-add {
        width: 516px;
        float: right;
        padding-top: 20px;
    }
    .foo-add .txt {
        font-size: 0;
        padding-bottom: 26px;
    }
    .foo-add .icon {
        width: 46px;
        height: 46px;
        display: inline-block;
        vertical-align:middle;
        margin-right: 12px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .foo-add p {
        display: inline-block;
        vertical-align: middle;
        width: 454px;
        font-size: 14px;
        color:#fff;
        line-height: 24px;
    }
    .foo-add .icon1 {
        background-image: url(../images/f1.png);
    }
    .foo-add .icon2 {
        background-image: url(../images/f2.png) ;
    }
    .foo-add .icon3 {
        background-image: url(../images/f3.png) ;
    }
    .foo-bot {
        background-color: #92252b;
    }
    .foo-link {
        padding:30px 0 20px;
        text-align: center;
        width: 1200px;
        margin:0 auto;
    }
    .foo-link a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color:#fff;
        height: 26px;
        line-height: 26px;
        margin: 0 66px;
    }
    .foo-tip {
        border:1px solid #eee;
        text-align: center;
        padding:12px 0 10px;
        font-size: 12px;
        color:#fff;
        line-height: 28px;
    }
    .foo-tip span {
        padding:0 10px;
    }
    /* 底部结束 */
    .ny-bann {
        padding:182px  0 116px;
        background-color: #92252b; 
        text-align: center;
    }
    .ny-bann .tit {
        font-size: 24px;
        color:#fff;
        line-height: 38px;
        padding-bottom: 16px;
    }
    .ny-bann .tip {
        font-size: 36px;
        color:#fff;
        line-height: 48px;
    }
    .main {
        max-width:1438px;
        margin:0 auto;
        width: 100%;
    }
/* public结束 */
/* 首页开始 */
    /* banner开始 */
    .banner {
        overflow: hidden;
        position: relative;
    }
    .banner-list {
        float: left;
        position: relative;
        width: 6000px;
    }
    .banner-list li {
        float: left;
    }
    #dot {
        position: absolute;
        font-size: 0;
        bottom:24px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    #dot li {
        display: inline-block;
        vertical-align: top;
        width: 18px;
        height: 18px;
        background: url(../images/dot.png);
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin:0 2px;
        cursor: pointer;
    }
    #dot li.on {
        background: url(../images/dot2.png) no-repeat center center;
    }
    .banner .prev,
    .banner .next {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 46px;
        margin-top: -23px;
        z-index: 99;
        cursor: pointer;
        opacity: 0;
    }
    .banner .prev {
        left: 50%;
        margin-left: -600px;
        background: url(../images/prev4.png);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    .banner .next {
        right: 50%;
        margin-right:-600px;
        background: url(../images/next4.png);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    .banner:hover .prev,
    .banner:hover .next {
        opacity: 1;
        transform: translateX(0);
    }
    .banner .prev:hover {
        background: url(../images/prev5.png);
    }
    .banner .next:hover {
        background: url(../images/next5.png);
    }
    /* banner结束 */
    /* video开始 */
    .video {
        background: url(../images/wbg.jpg) no-repeat center top;
        padding-top:84px;
        height: 445px;
    }
    .video-le {
        display: inline-block;
        vertical-align:middle;
        width:600px;
        position: relative;
    }
    .video-le .vid-icon {
        position: absolute;
        left: 50%;
        top:50%;
        width: 120px;
        height: 120px;
        background: url(../images/bf.png) no-repeat;
        margin-left:-60px;
        margin-top:-60px;
        z-index: 99;
    }
    .video-lr {
        display: inline-block;
        vertical-align: middle;
        width:450px;
        padding-left: 100px;
    }
    .video-lr .title {
        font-size: 30px;
        color:#fff;
        line-height: 40px;
        font-weight: 400;
    }
    .video-lr p {
        font-size: 16px;
        color:#fff;
        line-height: 30px;
    }
    .video-lr .more {
        width: 188px;
        height: 46px;
        background-color: #92252b;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        margin-top: 52px;
        font-size: 16px;
        color:#fff;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
    }
    .more11{
        width: 188px;
        height: 46px;
        background-color: #92252b;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        margin-top: 52px;
        font-size: 16px;
        color:#fff;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        display: inline-block;
    }
    /* video结束 */
    .zhe {
        font-size: 0;
        background-color: #92252b;
    }
    .zhe-le {
        display: inline-block;
        vertical-align: middle;
        width: 49.5%;
    }
    .zhe-lr {
        display: inline-block;
        vertical-align: middle;
        width: 50.5%;
        text-align: center;
    }
    .zhe-lr .inner {
        text-align: left;
        width: 480px;
        display: inline-block;
    }
    .zhe .tit {
        font-size: 24px;
        line-height: 38px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .zhe .txt {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 36px;
    }
    .zhe .more {
        display: inline-block;
        vertical-align: top;
        width: 148px;
        height: 46px;
        background-color: #fff;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        font-size: 16px;
        color:#92252b;
        text-align: center;
        line-height: 46px;
        text-transform: uppercase;
    }

    /* 产品开始 */
    .itit {
        text-align: center;
        font-size: 30px;
        color:#282828;
        line-height: 66px;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 60px;
        font-weight: 400;
    }
    .itit::before {
        content:"";
        position: absolute;
        left: 50%;
        top:100%;
        width: 104px;
        height: 6px;
        background-color: #92252b;
        margin-left: -52px;
    }
    .prod {
        padding:80px 0 113px;
        background-color: #fff;
    }
    .prod-list {
        font-size: 0;
    }
    .prod-list li {
        display: inline-block;
        vertical-align: top;
        width: 237px;
        margin-right: 2px;
        position: relative;
        overflow: hidden;
    }
    .prod-list li.last {
        margin-right: 0;
    }
    .prod-list .bg {
        position: absolute;
        left: 50%;
        top: 0;
        width: 0;
        height: 100%;
        background: url(../images/nbg.png);
        opacity: 0;
    }
    .prod-list .txt {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
    }
    .prod-list .txt::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
    .prod-list .wz {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        line-height: 30px;
        color:#fff;
        font-family: Tahoma;
        width: 160px;
    }
    .prod-list li:hover .bg {
        left: 0;
        width: 100%;
        opacity: 1;
    }
    .prod-list li:hover .txt {
        opacity: 1;
        transition-delay:.3s;
        top:0;
    }
    /* 产品结束 */
    /* our开始 */
    .our-cont {
        background-color: #282828;
        padding: 56px 0 66px;
    }
    .our .tit {
        font-size: 30px;
        color:#92252b;
        line-height: 40px;
        font-weight: 400;
        padding-bottom: 30px;
    }
    .our .txt {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 46px;
    }
    .our-more {
        font-size: 16px;
        color:#fff;
        line-height: 46px;
        width: 148px;
        text-align: center;
        line-height: 46px;
        background-color: #92252b;
        display: inline-block;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }
    /* our结束 */
    /* new开始 */
    .new {
        background-color: #fff;
        padding:76px 0 50px;
    }
    .new-list {
        font-size: 0;
    }
    .new-list li {
        display: inline-block;
        width: 566px;
        margin-right: 40px;
        margin-bottom: 46px;
    }
    .new-list li.last {
        margin-right: 0;
    }
    .new-list .img {
        float: left;
        width: 133px;
        margin-right: 32px;
        position: relative;
    }
    .new-list .con {
        width: 390px;
        float: left;
    }
    .new-list .tit {
        font-size: 18px;
        color:#282828;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .new-list .txt {
        font-size: 14px;
        color:#282828;
        line-height: 24px;
    }
    .new-list li:hover .tit {
        color:#92252b;
    }
    .new-list .img {
        overflow: hidden;
    }
    .new-list li .img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/nbg.png);
        display: none;
        z-index: 9;
    }
    .new-list li:hover .img::before {
        display: block;
    }
    /* new结束 */
    /* Cooperative Partners 开始 */
    .coop {
        padding:80px 0 46px;
    }
    .coop-list {
        font-size: 0;
    }
    .coop-list li {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        margin-right: 48px;
        margin-bottom: 50px;
    }
    .coop-list li.last {
        margin-right: 0;
    }
    /* Cooperative Partners 结束 */
/* 首页结束 */
/* 内页开始 */
    /* price开始 */
    .price {
        background-color: #fff;
        font-size: 14px;
        color:#92252b;
        height: 24px;
        line-height: 24px;
        padding:6px 0 10px;
        text-transform: uppercase;
        margin-top: -20px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
        margin-bottom: 46px;
    }
    .price a {
        color:#282828;
    }
    .price span {
        color:#282828;
        padding:0 6px;
    }
    .price .container {
        position: relative;
    }
    .price .fanh {
        position: absolute;
        right: 0;
        top: 50%;
        width: 16px;
        height: 15px;
        background: url(../images/fh.png);
        margin-top: -8px;
    }
    /* price结束 */
    .nymain {
        background-color: #f2f1ef;
        padding-bottom: 94px;
    }
    /* 侧边栏开始 */
    .nside {
        float: left;
        width: 240px;
        margin-top: -12px;
    }
    .side-list .yiji {
        font-size: 14px;
        color:#282828;
        line-height: 46px;
        padding-left: 10px;
        border-bottom:1px solid #fff;
        background: url(../images/arr.png) no-repeat 226px center;
        display: block;
    }
    .side-list .erji {
        display: block;
        font-size: 14px;
        color:#282828;
        line-height: 42px;
        padding-left: 30px;
        border-bottom:1px solid #fff;
        background: url(../images/arr.png) no-repeat 226px center;
    }
    .side-list .merji {
        font-size: 14px;
        color:#282828;
        line-height: 46px;
    }
    .side-list .merji li {
        border-bottom:1px solid #fff;
    }
    .side-list .merji a {
        display: block;
        padding-left: 56px;
        color:#282828;
        background: url(../images/arr.png) no-repeat 226px center;
        display: block;
    }
    .side-list .myiji {
        display: none;
    }
    .side-list .merji {
        display: none;
    }
    .side-list .merji li a:hover,
    .side-list .merji li.on a {
        color:#92252b;
        background-image: url(../images/arr2.png);
    }
    /* 侧边栏结束 */
    /* 内页产品开始 */
    .ncont {
        width: 920px;
        float: right;
    }
    
    .npro-list li {
        float: left;
        background-color: #fff;
        width: 239px;
        padding:40px 29px 0 30px;
        height: 510px;
        text-align: center;
        position: relative;
        margin-right: 12px;
        margin-bottom: 42px;
    }
    .npro-list li:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    }
    .npro-list .last {
        margin-right: 0;
    }
    .npro-list .inner {
        position: relative;
        height: 100%;
    }
    .npro-list .bor {
        width: 68px;
        height: 6px;
        background-color: #92252b;
        margin:40px auto 30px;
    }
    .npro-list .name {
        font-size: 14px;
        color:#92252b;
        line-height: 24px;text-transform: uppercase;
    }
    .npro-list .xh {
        font-size: 14px;
        color:#282828;
        line-height: 22px;
        text-transform: uppercase;
    }
    .npro-list .more {
        position: absolute;
        width: 146px;
        height: 44px;
        line-height: 44px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        border:1px solid #fff;
        left: 50%;
        bottom:44px;
        margin-left:-74px;
        color:#282828;
    }
    .npro-list  .more:hover {
        border:1px solid #92252b;
        color:#92252b;
    }
    .npro-list .li-new {
        background-color: #92252b;
        position: absolute;
        left: -13px;
        top: 8px;
        width: 60px;
        text-align: center;
        font-size: 12px;
        color:#fff;
        line-height: 22px;
        height: 22px;
        text-transform: uppercase;
        z-index: 99;
    }
    .npro-list .li-new::before {
        content: "";
        width: 13px;
        height: 6px;
        background: url(../images/new.png);
        position: absolute;
        left: 0;
        top:100%;
    }
    .npro-list .li-video {
        position: absolute;
        right:-12px;
        top:8px;
        background-color: #434343;
        font-size:12px;
        color:#fff;
        line-height: 22px;
        width: 60px;
        text-align: center;
        text-transform: uppercase;
        z-index:99;
    }
    .npro-list .li-video::before {
        content:"";
        position: absolute;
        right:0;
        top:100%;
        width: 13px;
        height: 5px;
        background: url(../images/video.png) no-repeat right top;
    }
    .npro-list {
        padding-bottom: 30px;
    }
    .npro-list .img {
        position: relative;
    }
    .npro-list .img::before {
        content:"";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/npb.png);
        z-index: 99;
    }
    .npro-list li:hover .img img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .npro-list li .img {
        overflow: hidden;
    }
    /* 内页产品结束 */
    /* 页码开始 */
    .page {
        text-align: center;
    }
    .page a {
        display: inline-block;
        vertical-align: middle;
        min-width: 12px;
        height: 24px;
        font-size: 12px;
        color:#fff;
        line-height: 24px;
        background-color: #282828;
        margin:0 2px;
        padding:0 6px;
    }
    .page a.on,
    .page a:hover {
        background-color: #92252b;
    }
    /* 页码结束 */
/* 内页结束 */
/* 详情页开始 */
.xqy-tubox {
    float: left;
    width: 690px;
    position: relative;
}
.xqy-pro  .min-tu {
    position: relative;
    width: 109px;
    float: left;
}
.xqy-pro .min-tu .inner {
    height: 468px;
    overflow: hidden;
    margin:8px 0;
}
.xqy-pro .min-list li {
    margin-bottom: 10px;
}
.xqy-pro .min-tu .prev,
.xqy-pro .min-tu .next {
    height: 36px;
    cursor: pointer;
}
.xqy-pro .min-tu  .prev {
    background: url(../images/prev.jpg) no-repeat;
}
.xqy-pro .min-tu .next {
    background: url(../images/next.jpg) no-repeat;
}
.xqy-pro .min-list {
    position: relative;
}
.xqy-pro .min-list li {
    position: relative;
    height: 109px;
    cursor: pointer;
}
.xqy-pro .min-list .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nbg.png);
    z-index: 1;
    display: none;
}
.xqy-pro .min-list .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 63px;
    height: 63px;
    background: url(../images/bf2.png) no-repeat;
    z-index: 2;
    margin-left:-32px;
    margin-top:-32px;
    display: none;
}
.xqy-pro .min-list .on .bg {
    display: block;
}
.xqy-pro .min-list .on .bf{
    display: block;
}
.xqy-pro .big-tu {
    width: 550px;
    float: right;
}
.xqy-pro .big-tu li {
    display: none;
    position: relative;
}
/*.xqy-pro .big-tu li::before {
    content:"";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin-left:-60px;
    margin-top:-60px;
    background: url(../images/bf.png) no-repeat;
}*/
.xqy-pro .big-tu li.on {
    display: block;
}
.xqy-pro .shouc {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 37px;
    height: 32px;
    background: url(../images/sc.png);
    z-index: 99;
    cursor: pointer;
}
.xqy-pro .shouc.on {
    background: url(../images/sc2.png);
}

.xqy-pro .lr {
    float: right;
    width: 448px;
}
.xqy-pro .title {
    font-size: 30px;
    color:#92252b;
    line-height: 38px;
    margin-bottom: 28px;
}
.xqy-pro .list .tit {
    font-size: 14px;
    color:#92252b;
    line-height: 44px;
    border-bottom:1px solid #fff;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}
.xqy-pro .list .list-ul {
    display: none;
}
.xqy-pro .list .tit::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 7px;
    height: 8px;
    background: url(../images/arr3.png);
    margin-top: -4px;
}
.xqy-pro .list li li {
    padding :2px 0 6px 16px;
    border-left:6px solid #92252b;
    margin-bottom: 14px;
    font-size: 12px;
    color:#282828;
    line-height: 22px;
}
.xqy-pro .list {
    margin-bottom: 60px;
}
.xqy-btn {
    float: right;
    width: 148px;
    height: 46px;
    background-color: #92252b;
    text-align: center;
    font-size: 12px;
    color:#fff;
    line-height: 46px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.xqy-pro {
    padding-bottom: 56px;
}
.xqy-lava {
    padding:50px 0 86px;
}
.xqy-lava .cont {
    padding-top: 20px;
}
.lava-img {
    padding:0 80px;
    position: relative;
}
.lava-img .inner {
    overflow: hidden;
}
.lava-img .prev,
.lava-img .next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 52px;
    cursor: pointer;
}
.lava-list {
    position: relative;
}
.lava-list li {
    float: left;
    width: 237px;
    margin-right: 31px;
    overflow: hidden;
}
.lava-list {
    width: 2000px;
}
.lava-img .prev {
    left: 0;
}
.lava-img .next {
    right: 0;
}


.xqy-get .get-le {
    float: left;
    width: 652px;
}
.xqy-get .get-lr {
    float: right;
    width: 500px;
    padding-top: 30px;
}
.xqy-get .item {
    margin-bottom: 10px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #282828;
}
.xqy-get .text {
    font-size: 16px;
    color:#282828;
    line-height: 48px;
    background:none;
    border:none;
    width: 458px;
    padding:0 20px;
    font-family: "Microsoft YaHei UI","微软雅黑";
}
.xqy-get .textarea {
    padding:10px 20px;
    width: 458px;
    height: 94px;
    font-size: 16px;
    color:#282828;
    line-height: 30px;
    background:none;
    border:none;
    font-family: "Microsoft YaHei UI","微软雅黑";
}
.xqy-get .btn {
    display: block;
    width: 100%;
    border:none;
    background:#282828;
    font-size: 30px;
    color:#fff;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-family: "Microsoft YaHei UI","微软雅黑";
}
/* 详情页结束 */
.menu a {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.npro-list li,
.npro-list li .more,
.page a,
.prod-list .bg,
.prod-list .txt,
.npro-list li .txt,
.banner .prev,
.banner .next {
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prod-list li:hover img,
.new-list li:hover img,
.lava-list li:hover img {
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.prod-list li img,
.new-list .img img,
.lava-list li img,
.npro-list .img img{
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}






