/*banner*/

.bannerbox {
	position: relative;
	z-index: 2;
}

.banner {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	top: 0;
}

.bannerContent {
	position: relative;
}

.banner_item {
	display:none;
	position: absolute;
	left: -960px;
	margin-left: 50%;
	/*切换动画*/
	transition-duration: .2s;
	transition-property: opacity;
	transition-timing-function: ease;
}

.banner_item a,
.banner_item a img {
	display: block;
	width: 100%;
	height: 500px;
	text-align: center;
	margin: 0 auto;
}


/*banner 当前项目样式*/

.banner_active {
	display:block;
}

.navigator {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.navigator_list {
	width: 40%;
	text-align: center;
	margin: auto;
	font-size: 0;
}

.navigator_item {
	/*指示器普通样式*/
	display: inline-block;
	margin-left: 15px;
	width: 15px;
	height: 15px;
	line-height: 10px;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #fff;
	background: #ff8e00;
}

.navigator_item {
	/*兼容ie7*/
	*display: inline;
}

.navigator_item_active {
	/*指示器活动样式*/
	background: #00589b;
	width: 15px;
	height: 15px;
}


/*jdt*/

.box {
	width: 440px;
	height: 290px;
	margin: 30px 0 0 0;
	overflow: hidden;
	position: relative;
}

.box-1 ul li {
	width: 440px;
	height: 290px;
	position: relative;
	overflow: hidden;
	
}

.box-1 ul li img {
	display: block;
	width: 440px;
	height: 290px;
}
.box-1 ul li a h2{color: #fff;font-size: 14px;
	line-height: 45px;}
.box-1 ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 45px;
	width: 320px;
	padding: 0 10px;
	background: rgba(0,0,0,.85);
	font-size: 14px;
	line-height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
}


.box-2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100px;
	height: 45px;
	background: rgba(0,0,0,.85);
}

.box-2 ul li {
	float: left;
	width: 10px;
	height: 5px;
	overflow: hidden;
	margin: 20px 3px;
	background: #fff;
	cursor: pointer;
}

.box-2 ul .on {
	background: #025ea4;
}
