﻿@charset "utf-8";
/* CSS Document */
/*banner*/
#banner {
	clear: both;
	background: #fff;
	width: 100%;
	min-width:958px;
	margin: 0px auto;
}
.slider_img {
	display: block;
	text-align: center;
	height: 100%;
}
.slider_img img {
	margin: 0px auto;
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle
}
.wmuSlider {
	height: 100%!important;
	position: relative;
	overflow: hidden;
}
.bbdd {
	z-index: 2;
	position: absolute;
	bottom: 2%;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.bbdd li {
	margin: 0 8px 20px 0;
	list-style-type: none;
	display: inline-block;
}
.bbdd a {
	display: inline-block;
	text-indent: -9999px;
	width: 112px;
	height: 3px;
	background-color: #00a58b;
	overflow: hidden
}
.bbdd a.wmuActive {
	background-color: #fff;
}
.wmuSliderPrev, .wmuSliderNext {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/lr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.wmuSliderNext {
	background-position: -48px 0;
	right: 120px;
}
.wmuSliderPrev {
	left: 120px;
}
.wmuSlider:hover .wmuSliderNext {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.wmuSlider:hover .wmuSliderPrev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.wmuSlider:hover .wmuSliderNext:hover, .wmuSlider:hover .wmuSliderPrev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}	
.bannerinner{
	width: 100%;
	height: 286px;
	overflow:hidden;
}