/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/

.slide-banner {
	position:absolute;
	background:url('../img/menu_bg.png') no-repeat center top;
	bottom:0;
	width:100%;
	height:120px;
	z-index:999;
}

.slide-banner .inner {
	position:relative;
	width:1050px;
	margin:0 auto;
	height:117px;
	padding:3px 0 0;
	zoom:0;
	overflow:hidden;
}
.slide-banner .inner:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:""
}

.main_t2 {
	position:relative;
	float:left;
	padding:0;
	margin:0 30px 0 30px;
	width:320px;
	height:115px;
}

.slide-container{
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.slide-container li {
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;	
	list-style:none;
}
.slide {
    width:100%;
    height: 560px;
    margin: 0px auto;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.slide li img {
    width:100%;
    height: 100%;
}
.prev, .next{
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../img/focus_btn.png) no-repeat;
    top: 50%;
    margin-top: -37px;
    z-index: 10;
}
.prev {
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}
.prev:hover {
    background-position: 0 0;
}
.next:hover {
    background-position: -40px 0;
}
.slide-tabs {
    position: absolute;
    bottom: 123px;
    left: 50%;
    margin-left: -80px;
    z-index: 10;
}
.slide-tabs li{
    background-color: #FFF;
    border-radius: 14px;
    cursor: pointer;
    float: left;
    height: 14px;
    margin-left: 8px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: relative;
    width: 14px;
	list-style:none;
}
.active {
    z-index: 5;
}
