/*banner*/

.banner {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.bannerContent {
	position: relative;
}

.banner_item {
	opacity: 0;
	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;
}


/*banner 当前项目样式*/

.banner_active {
	opacity: 1;
}

.navigator {
	position: absolute;
	bottom: 15px;
	width: 100%;
	right: 100px;
}

.navigator_list {
	width: 70%;
	text-align: right;
	margin: auto;
	font-size: 16px;
}

.navigator_item {
	/*指示器普通样式*/
	display: inline-block;
	margin-left: 15px;
	width: 38px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.navigator_item {
	/*兼容ie7*/
	*display: inline;
}

.navigator_item_active {
	/*指示器活动样式*/
	background: #5db2cb;
}


/*jdt**/

#focus {
	width: 450px;
	height: 520px;
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
}

#focus ul {
	height: 520px;
	position: absolute;
}

#focus ul li {
	float: left;
	width: 450px;
	height: 520px;
	position: relative;
}

#focus ul li a img {
	width: 450px;
	height: 280px;
}

#focus ul li .slideother {
	position: absolute;
	top: 224px;
	width: 450px;
	display: block;
}

#focus ul li .slideother .jdt_date {
	background: url(../e_images/jdt_date_bg.png) left center no-repeat;
	color: #fff;
	font-family: "微软雅黑";
	width: 80px;
	padding: 5px 30px 5px 0;
	height: 46px;
	text-align: center;
	position: absolute;
	top: 0;
}

.jdt_date p {
	font-size: 24px;
	line-height: 24px;
}

.jdt_date font {
	font-size: 14px;
	line-height: 14px;
}

#focus ul li .slideother .img_info {
	position: absolute;
	top: 70px;
	width: 410px;
	line-height: 24px;
	padding: 0 15px;
}

#focus ul li .slideother .img_info .jdt_tt a {
	font-size: 18px;
}

#focus ul li .slideother .img_info p {
	font-family: Sitka;
	font-size: 16px;
	margin: 10px 0;
	color: #333;
}

#focus ul li .slideother .img_info .ckxx_btn {
	font-size: 14px;
	margin: 5px 0;
	float: right;
	font-family: arial;
}

#focus .preNext {
	width: 91px;
	height: 35px;
	position: absolute;
	top: 245px;
	cursor: pointer;
	right: 0;
}

#focus .pre {
	background: url(../e_images/zuo.png) left center no-repeat;
	width: 91px;
	height: 35px;
	display: block;
}

#focus .next {
	background: url(../e_images/you.png) right center no-repeat;
	width: 91px;
	height: 35px;
	display: block;
}