
/* ========================================================================= *\
    vmcarousel plugin
\* ========================================================================= */

.vmc-container{position: relative;}
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; }
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;}
.vmcarousel > li img{ display: block; margin: 0 auto;}

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left, .vmc-arrow-right{
    position: absolute; top: 36%; left: -42px; width: 30px; height: 150px; margin-top: -25px; overflow: hidden;
    text-align: center;
}
#qiehuan1111 .vmc-arrow-left,#qiehuan1111 .vmc-arrow-right{ display:none}
/* .vmc-arrow-left{ background:url(../images/left.jpg) no-repeat 0 0; background-size: 100%;}
.vmc-arrow-right{left: auto; right: -15px;background:url(../images/right.png) no-repeat 0 0; background-size: 100%;} */
.vmc-arrow-left{ background:url(../images/left.html) no-repeat 0 0; background-size: 100%;}
.vmc-arrow-right{left: auto; right: -42px;background:url(../images/right.html) no-repeat 0 0; background-size: 100%;} }
.vmc-container:hover .vmc-arrow-left, .vmc-container:hover .vmc-arrow-right{opacity: 1;}
.index_produ3 .vmc-arrow-left{
    position: absolute; top: 22%; left: 2px; width: 30px; height: 150px; margin-top: -25px; overflow: hidden;
    text-align: center;
}
    .index_produ3 .vmc-arrow-right{
        position: absolute;left: auto;right:-1px;top:22%;
    }
.vmc-arrow-left:after, .vmc-arrow-right:after{
    content: ''; display: inline-block;
    font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased;
	 font-size: 50px; line-height: 50px; color: white;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 2px #000;
}
.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after{color: white;}
.vmc-arrow-left:after{ background:url(../images/prev.html) no-repeat 0 0;}
.vmc-arrow-right:after{background:url(../images/next.html) no-repeat 0 0;}

.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}

.notransition{-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important;}
