﻿@charset "utf-8";
#banner{margin:0; padding:0px; width:100%; height:415px;}
.slides{margin:0px auto; width:100%; height:415px; overflow:hidden; position:relative;}
.slide-pic{margin:0px; padding:0px; width:100%; height:415px; overflow:hidden; list-style:none;}
.slide-pic a{display:inline-block; width:100%; height:415px; position:absolute; top:0;}
.slide-pic img{width:1920px; height:415px; margin:0 auto;}
.slide-pic li{display:none;}
.slide-pic li.cur{display:block;}
.slide-li{
	width: 100%;
	height: 14px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: 35px;
	position: absolute;
	text-align: center;
}
.slide-li a{
	width:13px;
	height:14px;
	overflow:hidden;
	display:inline-block;
	background:url(../images/bannertt.png) no-repeat right;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.slide-li a.cur{background:url(../images/bannertt.png) no-repeat left;}
.slide-li a:hover{background:url(../images/bannertt.png) no-repeat left;}
.op{display:none;}
