@charset "utf-8";
@import url(all.css);
/* wy-mod-banner */
.wy-mod-banner {
	background: #c4e4ef;
	height: 385px;
	position: relative;
	overflow: hidden;
}
.wy-mod-banner .banners {
	width: 1920px;
	height: 385px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.wy-mod-banner .banner {
	width: 1920px;
	height: 385px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.wy-mod-banner .focus {
	width: 980px;
	margin: 0px auto;
	padding-top: 368px;
	text-align: center;
}
.wy-mod-banner .focus a {
	text-decoration: none;
	z-index: 3;
	width: 36px;
	height: 18px;
	position: relative;
	display: inline-block;
*display:inline;
	overflow: hidden;
	margin: 0px 3px;
	zoom: 1;
	background-image: url(../img/header/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.wy-mod-banner .focus a .bg-m {
	z-index: 4;
	color: white;
	line-height: 40px;
	font-size: 40px;
	position: absolute;
	display: block;
	left: 2px;
	top: 6px;
	cursor: pointer;
	display: none;
}
.wy-mod-banner .focus a .bg-b {
	background-image: url(../img/icon/button_gallery.gif);
	position: absolute;
	display: block;
	left: 0px;
	top: 6px;
	cursor: pointer;
	height: 6px;
	width: 36px;
}
.wy-mod-banner .focus a .inner {
	background-image: url(../img/icon/button_gallery2.gif);
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: 9;
	opacity: 0;
	display: none\0;
+display:none;
*display:none;    height: 6px;
    width: 36px;
}
.wy-mod-banner .focus a.on .inner, .wy-mod-banner .focus a:hover .inner {
	cursor: pointer;
	display: block;
	border: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 1;
}
.wy-mod-banner .focus .hover .inner {
	display: block;
}
