/*banner*/

.bannerbox {
	height: 500px;
}

.banner {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
}

.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: 25px;
	width: 100%;
}

.navigator_list {
	width: 40%;
	text-align: center;
	margin: auto;
	font-size: 0;
	position: relative;
}

.navigator_item {
	/*指示器普通样式*/
	display: inline-block;
	margin-left: 15px;
	width: 25px;
	height: 6px;
	line-height: 12px;
	background: #fff;
	opacity: 1;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.navigator_item {
	/*兼容ie7*/
	*display: inline;
}

.navigator_item_active {
	/*指示器活动样式*/
	opacity: 1;
	width: 25px;
	height: 6px;
	background: #207FDA;
	position: relative;
}


/*jdt*/

.box {
	width: 420px;
	height: 390px;
	overflow: hidden;
	position: relative;
}

.box-1 ul li {
	width: 420px;
	height: 390px;
	position: relative;
}

.box-1 ul li img {
	display: block;
	width: 420px;
	height: 280px;
}

.box-1 ul li .jdt_info {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 110px;
	padding: 0 5px;
	width: 410px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
}

.jdt_info b a {
	font-size: 16px;
	color: #252525;
	line-height: 36px;
	margin: 6px 0;
}

.jdt_info p {
	font-size: 14px;
	line-height: 28px;
	color: #888;
	margin: 3px 0;
}

.xq_btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

.xq_btn a {
	background: url(/_upload/tpl/02/bc/700/template700/images/jdt_xq_btn.png) left center no-repeat;
	width: 65px;
	height: 26px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 26px;
}

.jdt_time {
	position: absolute;
	bottom: 0;
	right: 0;
}

.jdt_time b {
	font-size: 18px;
	color: #1267bb;
}

.jdt_time span {
	font-size: 13px;
	color: #888;
}

.box-2 {
	position: absolute;
	right: 15px;
	top: 260px;
}

.box-2 ul li {
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin: 0 5px;
	background: #f5c812;
	border-radius: 10px;
	font-size: 0;
	border: 2px solid #fff;
}

.box-2 ul .on {
	background: #014e99;
}
.box-3 span {
	position: absolute;
	color: white;
	background: rgba(125, 125, 120, .3);
	width: 30px;
	height: 50px;
	top: 25%;
	line-height: 50px;
	font-size: 40px;
	margin-top: 0px;
	text-align: center;
	cursor: pointer;
}

.box-3 .prev {
	left: 0px;
}

.box-3 .next {
	right: 0px;
}

.box-3 span::selection {
	background: transparent;
}

.box-3 span:hover {
	background: rgba(255, 255, 255, .5);
}

