#banner {
	width: 100%;
	height: 386px;
	background: url(/kpw/images/banner1.jpg) no-repeat center;
	margin-bottom: 45px;
}

#news1,
#news2,
#news4,
#news5
{
	margin-right: 51px;
}

#news1,
#news2,
#news3,
#news4,
#news5,
#news6{
	margin-bottom: 25px;
}

#news1 h2,
#news2 h2,
#news3 h2 {
	float: left;
}

#news4 h2,
#news5 h2,
#news6 h2
{
	height: 44px;
	line-height: 44px;
}

#news4 .more,
#news5 .more,
#news6 .more
{
	top: 18px;
}

#news1 h2 {
	background: url(/kpw/images/news1_icon.jpg) no-repeat 24px center;
}

#news2 h2 {
	background: url(/kpw/images/news2_icon.jpg) no-repeat 24px center;
}

#news3 h2 {
	background: url(/kpw/images/news3_icon.jpg) no-repeat 24px center;
}

#news4 h2 {
	background: url(/kpw/images/news4_icon.jpg) #E3E3E3 no-repeat 24px center;
}

#news5 h2 {
	background: url(/kpw/images/news5_icon.jpg) #E3E3E3 no-repeat 24px center;
}

#news6 h2 {
	background: url(/kpw/images/news6_icon.jpg) #E3E3E3 no-repeat 24px center;
}

#news2 ul,
#news3 ul {
	background: #EFEFEF;
	padding: 27px 24px 8px;
}

/* #news4 a,
#news5 a,
#news6 a {
	padding-left: 24px;
} */

#link,#hot {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#link h2,#hot h2 {
	float: left;
	width: 178px;
	height: 44px;
	line-height: 44px;
	background: url(/kpw/images/news9_icon.jpg) #E3E3E3 no-repeat 24px center;
}

#link_line {
	float: right;
	width: 937px;
	height: 41px;
	border-bottom: 3px solid #D7D8E3;
}
#hot {
	margin: 5px 0 25px;
}
#hot li {
	float: left;
	margin: 10px 51px 0 0;
}

#hot a {
	overflow: hidden;
	display: block;
}

#hot img {
	width: 366px;
	transition: all 0.6s;
}

#hot img:hover {
	transform: scale(1.2);
}

#hot p {
	width: 366px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	background: #FA0;
	font-size: 18px;
	text-align: center;
}

#hot .hot_last {
	margin-right: 0;
}

#link li {
	float: left;
	margin: 10px 45px 37px 0;
}

#link li img {
	border: 1px solid #DDD;
	padding: 1px;
}

#link a:hover img {
	border-color: #BBB;
}

#link .link_last {
	margin-right: 0;
}

.content_box {
	position: relative;
	float: left;
	width: 366px;
}

.content_box h2,#link h2,#hot h2 {
	padding-left: 62px;
	color: #2260A4;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 17px;
}

.content_box_line {
	float: right;
	width: 228px;
	height: 26px;
	border-bottom: 1px solid #D7D8E3;
}

.more {
	position: absolute;
	top: 7px;
	right: 24px;
	color: #2260A4;
}

.content_list li {
	margin-bottom: 20px;
}

.content_list span {
	float: right;
	color: #999;
}
/* ½¹µã???*/
.slideBox {
	overflow: hidden;
	position: relative;
}
.slideBox li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}
#hot-img .img_info {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 366px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #000;
	color: #FFF;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	height: 270px;
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 55px;
	height: 55px;
	background: url(/kpw/images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.slideBox .prev {
	left: 2%;
}
.slideBox .next {
	left: auto;
	right: 0%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}