.index-banner-box {
	width: 5760px;
	height: 501px;
	position: relative;
	margin-left: -960px;
	left: 50%;
}
.index-banner {
	width: 1920px;
	height: 51px;
	float: left;
	position: relative;
}
.index-banner-button1 {
	width: 143px;
	height: 38px;
	position: absolute;
	top: 302px;
	left: 505px;
	display: block;
	background: url("about:blank");
}
.index-banner-button2 {
	width: 143px;
	height: 38px;
	position: absolute;
	top: 302px;
	left: 505px;
	display: block;
	background: url("about:blank");
}
.index-banner-button3 {
	width: 143px;
	height: 38px;
	position: absolute;
	top: 256px;
	left: 459px;
	display: block;
	background: url("about:blank");
}
.index-info-box {
	width: 100%;
	height: 37px;
	border: 1px solid #e0e0e0;
	background-color: #f8f8f8;
}
.index-info {
	float: left;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	color: #888;
}
.index-info-date {
	float: left;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	color: #b1b1b1;
	margin-left: 20px;
}
.index-info-more {
	display: block;
	float: right;
	background: url(../images/index_more.png) no-repeat left center;
	color: #444;
	font-size: 12px;
	padding-left: 20px;
	height: 37px;
	line-height: 37px;
}
.index-info-more:hover{
	color: #1a3c86
}
.index-top3-box {
	width: 1200px;
	margin-top: 69px;
}
.index-top3 {
	width: 318px;
	height: 290px;
	float: left;
	margin: 0 23px 0 0;
	overflow: hidden;
}
.index-top3-img {
	width: 316px;
	height: 141px;
	border: 1px solid #d1d8e7;
}
.index-top3-title {
	width: 100%;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #e0e0e0;
	
	font-weight: bold;
}
.index-top3-title a{
	color: #444;
	font-size: 16px;
}
.index-top3-title span {
	color: #173a84;
}
.index-top3-info {
	height: 47px;
	border-bottom: 1px solid #e0e0e0;
	
	line-height: 22px;
	padding: 5px 0 0 15px;
}
.index-top3-info a{
	color: #888;
	font-size: 12px;
}
.index-top3-more {
	display: block;
	background: url("about:blank");
	width: 100%;
	height: 14px;
	line-height: 14px;
	color: #888;
	margin-top: 15px;
	font-size: 12px;
}
.index-top3-more:hover{
	color: #1a3c86;
}
.index-top3-more span {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 11px;
	background: url("../images/index_more.png");
}
.index-top3-more p {
	float: left;
}
.index-slide-box {
	width: 100%;
	height: 0px;
	position: relative;
}
.index-slide-ul {
	position: absolute;
	top: -47px;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}
.index-slide-li {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: url("../images/index_slide.png");
}
li.on {
	background-position: -12px 0;
}
.swiper-slide span{
	display: inline-block;
	width: 78px;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 2px;
}
.swiper-slide p{
	width: 200px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}