﻿#banner {
	width: 100%;
	height: 386px;
	background: url(../images/banner1.jpg) no-repeat center;
	margin-bottom: 45px;
}

#news1,
#news2,
#news4,
#news5 {
	margin-right: 51px;
}

#news1,
#news2,
#new3 {
	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(../images/news1_icon.jpg) no-repeat 24px center;
}

#news2 h2 {
	background: url(../images/news2_icon.jpg) no-repeat 24px center;
}

#news3 h2 {
	background: url(../images/news3_icon.jpg) no-repeat 24px center;
}

#news4 h2 {
	background: url(../images/news4_icon.jpg) #E3E3E3 no-repeat 24px center;
}

#news5 h2 {
	background: url(../images/news5_icon.jpg) #E3E3E3 no-repeat 24px center;
}

#news6 h2 {
	background: url(../images/news6_icon.jpg) #E3E3E3 no-repeat 24px center;
}

#news2 ul,
#news3 ul {
	background: #EFEFEF;
	padding: 27px 24px 8px;
}

#center {
	width: 1200px;
	margin: 17px auto 37px;
}

#center img,
#center a {
	float: left;
}

#center img {
	margin-right: 2px;
}

#center a {
	width: 170px;
	height: 124px;
}

#center_link1 {
	background: url(../images/center_link1.jpg) no-repeat;
}

#center_link2 {
	background: url(../images/center_link2.jpg) no-repeat;
}

#center_link1:hover {
	background: url(../images/center_link1_hover.jpg) no-repeat;
}

#center_link2:hover {
	background: url(../images/center_link2_hover.jpg) no-repeat;
}

.content_box {
	position: relative;
	float: left;
	width: 366px;
}

.content_box h2 {
	padding-left: 62px;
	color: #095a65;
	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: #8cb058;
}

.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: 4px;
	width: 366px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #000;
	color: #FFF;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 366px;
	height: 264px;
}
.slideBox .bd img {
	width: 366px;
	height: 264px;
}
.slideBox .bd li {
	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(../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;
}
