/*banner*/

.bannerbox {
	position: relative;
	z-index: 2;
}

.banner {
	position: relative;
	width: 100%;
	height: 465px;
	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: 465px;
	text-align: center;
	margin: 0 auto;
}
/*banner 当前项目样式*/

.banner_active {
	display:block;
}

.navigator {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.navigator_list {
	width: 40%;
	text-align: center;
	margin: auto;
	font-size: 0;
}

.navigator_item {
	/*指示器普通样式*/
	display: inline-block;
	margin-left: 15px;
	width: 30px;
	height: 4px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 10px;
	color: #ffffff;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.navigator_item {
	/*兼容ie7*/
	*display: inline;
}

.navigator_item_active {
	/*指示器活动样式*/
	background: #1c60b6;
}

/*jdt*/
.box {
	width: 415px;
	height: 305px;
	margin: 15px 0 0 0;
	overflow: hidden;
	position: relative;
}

.box-1 ul li {
	width: 415px;
	height: 305px;
	position: relative;
	overflow: hidden;
}

.box-1 ul li img {
	display: block;
	width: 415px;
	height: 305px;
}
.box-1 a.jdt_img{
       background-size: auto 100%;
	display: block;
	width: 415px;
	height: 305px;
	background-position: center;
	background-repeat: no-repeat;
}




.box-1 ul li h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 45px;
	padding: 0 10px;
	width: 395px;
	background: url(../images/jdt_bg.png) left center no-repeat;
	border-top:1px solid #e1ab64;
}

.box-1 ul li h2 a{font-size: 15px;
	line-height: 45px;text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;width:280px;display:block}
.box-2 {
	position: absolute;
	right: 10px;
	bottom:15px;
width:90px;
}

.box-2 ul li {
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin: 0 3px;
	background: #185bb1;
	cursor: pointer;
	border-radius: 8px;
	font-size: 0;
}

.box-2 ul .on {
	background: #ffa60c;
}



.box-3 span {
	position: absolute;
	color: white;
	background: rgba(125, 125, 120, .3);
	width: 25px;
	height: 40px;
	top: 50%;
	line-height: 40px;
	font-size: 20px;
	margin-top: -40px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.box-3 .prev {
	left: 10px;
}

.box-3 .next {
	right: 10px;
}

.box-3 span::selection {
	background: transparent;
}

.box-3 span:hover {
	background: rgba(125, 125, 120, .8);
}