body{
    font-size: 12px;
    font-family: 微软雅黑;
}
.div1{
    float: left;
    height: 100px;
    padding: 30px 5px 0 0;
}
.div2{
    padding: 27px 0 0 0;
}
.a1{
    color: dimgray;
}
a{
    color: darkgrey;
    text-decoration: none;
}
a:hover{
    color: orange;
}
.span1{
    color: darkgrey;
}
.p1{
    color: darkgrey;
}
.p2{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    font-family: 楷体;
    color: lightgray;
    padding: 20px 0 50px 0;
}
/* banner */
.slideBox {
	width: 100%;
	height: 438px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #666;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 772px;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}