

.main {
	width: 100%;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	overflow: hidden;
	position: relative;
}

.banner {
	height: 460px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-slide {
	height: 460px;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}

.slide1 {
	background-image: url(/static/images/bg1.jpg);
}

.slide2 {
	background-image: url(/static/images/bg1.jpg);
}

.slide3 {
	background-image: url(/static/images/bg1.jpg);
}

.slide_active {
	display: block;
}

.button {
	position: absolute;
	width: 40px;
	height: 80px;
	left: 244px;
	top: 50%;
	margin-top: -40px;
	background: url(/static/images/arrow.png) center center no-repeat;
}

.prev {
	transform: rotate(180deg);
}

.next {
	left: auto;
	right: 0;
}

.button:hover {
	background-color: #333;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.dots {
	position: absolute;
	right: 0;
	bottom: 24px;
	text-align:center;
	right: 910px;
}

.dots span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(7, 17, 27, 0.4);
	margin-left: 8px;
	line-height: 12px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
	cursor: pointer;
}

.dots span.active {
	box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
	background: #fff;
}

.menu-box{
	width: 244px;
	height: 460px;	
	position: absolute;
	left: 252px;
	top: 0;
	background: rgba(7,17,27,0.5);
	opacity:0.5;
	z-index:1;
	
}
.menu-contern{
	width: 244px;
	height: 454px;
	position: absolute;
	left: 252px;
	top: 0;
	z-index:2;
}
.menu-item{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align:center;
	position: relative;}
.menu-item a:link,.menu-item a:visited{
	color: #fff;
}
.menu-item a:hover{ background:rgba(7,17,27,0.3);}
.menu-item a{
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding:0 8px;
	height:44px;
	text-decoration: none;
	}
.menu-item i{
	position:absolute;
	right:32px;
	font-size:32px;
	top:2px;
	font-family:"iconfont";
	font-style:normal;
	font-weight:normal;
	color: rgba(255,255,255,0.5);
}
.sub-menu{

}
.inner-box{
	width:100%;
	height: 100%;
	background: url(/static/images/fe.png) no-repeat;
	display: none;
}
.sub-inner-box{
	width: 652px;
	margin-left: 40px;
	overflow: hidden;
}
.tittle{
	color: #f01414;
	font-size: 16px;
	line-height: 16px;
	margin:28px 0 30px 0;
	font-weight:bold;	
	margin-bottom: 30px;
}
.bold{
	font-weight:bold;}
.mr10{
	margin-right:20px;
}
.ml10{
	margin-left: 20px;
}
a{
	text-decoration: none;
	color: #333;
}
.sub-row{
	margin-bottom:25px;
}
.hide{
	display: none;
}
.banner-title{
	background-color:#9C0;
    text-align: center;
    text-decoration: none;
    width: 244px;
    height: 50px;
    color: #FFF;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;}
