.bannerbox {
	position: relative;
	overflow: hidden;
	height: 450px;
}

.bannerbox .banner {
	width: 100%;
	height: 450px;
	position: relative;
}

/* .lxfs_td {
	position: absolute;
	z-index: 12;
	top: 50px;

} */

.bannerbox .banner .bannerContent {
	position: relative;
	height: 450px;
	display: block;
	z-index: 9;
}

.bannerbox .banner .bannerContent .banner_item {
	display: none;
	position: absolute;
	left: -960px;
	margin-left: 50%;
	/*banner 当前项目样式*/
}

.bannerbox .banner .bannerContent .banner_item a.bannger_inbox {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: block;
	height: 450px;
	width: 100%;
	min-width: 1920px;
	/*切换动画*/
	transition-duration: 0.5s;
	transition-property: opacity;
	transition-timing-function: ease;
}

.bannerbox .banner .bannerContent .banner_item.banner_active {
	display: block;
}

.bannerbox .banner .navigator {
	position: absolute;
	display: block;
	width: 100%;
	height: 15px;
	bottom: 20px;
	z-index: 100;
}

.bannerbox .banner .navigator ul.navigator_list {
	width: 100%;
	text-align: center;
	display: block;
	height: 15px;
	margin-right: 20px;
}

.bannerbox .banner .navigator ul.navigator_list .navigator_item {
	/*指示器普通样式*/
	display: inline-block;
	margin-left: 13px;
	width: 13px;
	height: 13px;
	text-align: center;
	cursor: pointer;
	background: url(/jcxy/images/banner_active.png) left center no-repeat;
}

.bannerbox .banner .navigator ul.navigator_list .navigator_item_active {
	/*指示器活动样式*/
	width: 13px;
	height: 13px;
	background: url(/jcxy/images/banner_item.png) left center no-repeat;
}

.gzdt_img {
	width: 595px;
	height: 375px;
	display: block;
	z-index: 10;
	margin: 30px 0 10px 0;
}

.banner2 {
	width: 595px;
	height: 375px;
	position: relative;
	z-index: 10;
	background: #f5f5f5;
}

.banner2 .bannerContent {
	position: relative;
	width: 595px;
	height: 375px;
	display: block;
	z-index: 12;
}

.banner2 .bannerContent .banner_item {
	display: none;
	z-index: 13;
	position: relative;
	width: 595px;
	height: 375px;
	/*banner 当前项目样式*/
}

.banner2 .bannerContent .banner_item a.bannger_inbox {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	display: block;
	width: 595px;
	height: 375px;
	transition-duration: 0.5s;
	transition-property: opacity;
	transition-timing-function: ease;
	position: absolute;
	z-index: 13;
}

/* .banner2 .bannerContent .banner_item .jdt_info {
	position: absolute;
	 display: block; 
	bottom: 0;
	z-index: 14;
	width: 390px;
	height:36px;
	line-height: 36px;
	background: #f1f1f1;
	z-index: 15;
	padding: 0 15px;
}

.banner2 .bannerContent .banner_item .jdt_info a {
	display: block;
	width: 300px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner2 .bannerContent .banner_item .jdt_info a p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 34px;
	color: #333333;
} */

.banner2 .bannerContent .banner_item.banner_active {
	display: block;
}

.gzdt_img .banner2 .navigator {
	position: absolute;
	display: block;
	width: 90px;
	right: 0;
	height: 15px;
	bottom: 13px;
	z-index: 100;
}

.gzdt_img .banner2 .navigator ul.navigator_list {
	text-align: center;
	display: block;
	height: 15px;
	margin-right: 20px;
}

.gzdt_img .banner2 .navigator ul.navigator_list .navigator_item {
	/*指示器普通样式*/
	display: inline-block;
	margin-left: 10px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border: 1px solid #014a95;
	width: 8px;
	height: 8px;
	
}

.gzdt_img .banner2 .navigator ul.navigator_list .navigator_item_active {
	/*指示器活动样式*/
	background: #014a95;
	width: 9px;
	height: 9px;
}