﻿/* banner */
#banner_main {
	overflow: hidden;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
#banner_main .banner {
	position: relative;
	width: 100%;
	height: 598px;
	margin: 0 auto;
	min-width: 1200px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 600px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	height: 600px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	min-width: 1200px;
}
#banner .tip {
	width: 1000px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 30px;
	z-index: 12;
}
#banner .tip span {
	width: 70px;
	height: 8px;
	margin: 0 10px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: #fff solid 1px;
	background-color: #0676d7;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner .tip span.cur {
	background-color: #80c20f;
	border: #80c20f solid 1px;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 31px;
	height: 61px;
	position: absolute;
	top: 50%;
	margin-top: -30.5px;
	z-index: 5;
	display: none;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
#banner #btn_prev {
	background-position: 0px 0;
	left: 12%;
}
#banner #btn_next {
	background-position: -38px 0px;
	right: 12%;
}
#banner #btn_prev:hover {
	left: 12%;
	background-position: 0px -72px;
}
#banner #btn_next:hover {
	right: 12%;
	background-position: -38px -72px;
}
/*banner end*/