/* ========================================================================= *\
    vmcarousel plugin
\* ========================================================================= */



.vmcarousel {
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index:999;
	width: 100%;
}
.vmcarousel:after {
	content: '';
	display: table;
	clear: both;
}
.vmcarousel > li {
	float: left;

	position:relative;
}

.vmcarousel > li a:hover img{
	filter:Alpha(opacity=80);
	opacity:0.8;
	}
@media (max-width:1845px){
	.vmcarousel > li {
	float: left;
	width:400px;
	position:relative;
}
	}
.vmcarousel > li img {
	display: block;
	margin: 0 auto;
	width:83%;

}
tupian {
background-size:100%;
	width: 100%;
	height: 100%;
	background-size:cover; 
	position: absolute;
	top: 0;
	opacity: 0;
	color: #FFFFFF;
	text-align: center;
	line-height: 100%;
	display: table;
	z-index: 2;
}
tupian a {
	color:#FFFFFF;
	font-size:24px;
	line-height: 100%;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	opacity: 1;
	z-index: 2;
}

.tupian a:hover {
	color: #FFFFFF;

}
.tupian:hover {
	opacity: 1;
}
.tupian a:hover .wenzi {
	opacity: 0;
	display:none;
	z-index: 1;
}
.tupian:hover .wenzi {
	opacity: 0;
	display:none;
	z-index: 1;
}


.vmc-container .vmc-arrow-left, .vmc-container .vmc-arrow-right {
	opacity: 1;
}
.vmc-container:hover .vmc-arrow-left, .vmc-container:hover .vmc-arrow-right {
	opacity: 1;
}
.vmc-arrow-left:after, .vmc-arrow-right:after {
  background: #FFF;
    color: #000;
    width: 28px;
    height: 28px;
    font-size: 20px;
    text-align: center;
    font-family: "宋体";
line-height: 28px;
}

.vmc-arrow-left:after {
	content: "<";
}
.vmc-arrow-right:after {
	content: ">";
}
 .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;
}
