﻿.sudy-slide {
	zoom: 1;
	overflow: hidden;
	position: relative;
	font: 14px/1.5 "\5b8b\4f53", sans-serif;
}
.slide-wrap, .slide-slider {
	width: 980px;
	height: 400px;
	margin: auto;
	position: relative;
}
.slide-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
}
.slide-container .slide-item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 200%;
	top: 0;
	overflow: hidden;
	z-index: 0;
}
.slide-container .slide-item img {
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: top;
}
.slide-title-bar {
	position: absolute;
	left: 0;
	bottom: 45px;
	z-index: 40;
	height: 40px;
	display: none!important;
}
.slide-title-bg {
	width: 100%;
	height: 100%;
	background: #295bb6;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.slide-title {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 50;
	width: auto;
	font-family: ???è?ˉé?…é?‘;
}
.slide-title a, .slide-text a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
.slide-title a:hover, .slide-text a:hover {
	text-decoration: none;
}
.slide-text-box {
	position: absolute;display:none !important;
	left: 30px;
	top: 10px;
	z-index: 20;
	width: 40%;
	height: 100px;
}
.slide-text-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.slide-text-inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	height: 100%;
	overflow: hidden;
}
.slide-text {
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	font-size: 13px;
}
.slide-navigation {
	display: block;
	width: 34px;
	text-align: center;
	height: 61px;
	line-height: 61px;
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	bottom: 50%;
	margin-bottom: -30px;
	z-index: 50;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-indent: -9999px;
}
.slide-navigation:hover {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.slide-navigation:active {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.slide-prev {
	left: 15px !important;
	background: url(../images/leftbg.png) center no-repeat;
}
.slide-next {
	right: 15px !important;
	background: url(../images/rightbg.png) center no-repeat;
}
.slide-pagination {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 60;
	height: 20px;
	text-align: right;
}
.slide-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-radius: 5px;
	background-color: #999;
	color: #fff;
	margin-right: 5px;
	cursor: pointer;
}
.slide-page span {
	display: none;
}
.slide-page:hover {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.slide-page-active {
	background-color: #ff4019;
}
.slide-mask {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	z-index: 40;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mask-left {
	left: -100%;
}
.mask-right {
	left: 100%;
}
.slide-thumb {
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 0px;
	z-index: 40;
	display: none;
}
.slide-thumb .thumb-image {
	display: inline-block;
	cursor: default;
	border: 2px solid #fff;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 6px;
	margin-top: 9px;
	border-radius: 50%;
}
.slide-thumb .thumb-image img {
	display: none;
	width: 100%;
	height: 100%;
	border: 0;
}
.slide-thumb .thumb-active {
	border-color: #fff;
	background: #fff
}
.slide-slider {
	height: 4px;
	background: #fff;
	position: relative;
	margin-top: 1px;
	display: none;
}
.slide-slider .slide-slider-item {
	position: absolute;
	height: 4px;
	background: #fff;
	top: 0;
}
.slide-slider .slide-slider-item div {
	height: 4px;
	background: #ccc;
	margin-right: 1px;
}
.slide-slider .slider {
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
}
.slide-slider .slider span {
	display: block;
	height: 4px;
	background: #C32C2C;
	margin-right: 1px;
	z-index: 10;
}