@charset "utf-8";
/**
 * 滚动切换 样式重定义 
 * 作者 高齐
 * 邮箱 1657710779@qq.com
 */
.rollBox {
	clear: both;
	position: relative;
	height: 140px;
	margin: 0px auto 0px;
	width: 435px;
	padding: 10px;
	margin-top:10px;
	background: url(../images/bannerbg.jpg) no-repeat;
}
.rollBox .prev, .rollBox .next {
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 16px;
	z-index: 5;
	cursor: pointer;
}
.rollBox .prev {
	background: url(../images/rollBox_prev.png) no-repeat;
	left: 13px;
	top: 80px;
}
.rollBox .next {
	background: url(../images/rollBox_next.png) no-repeat;
	right: 12px;
	top: 80px;
}
.main_bottom {
	width: 100%;
	height: 6px;
	background-image: url(../images/main_bottom.jpg);
	overflow: hidden;
}
.rollBox .Cont {
	width: 380px;
	overflow: hidden;
	float: left;
	background-color: #FFFFFF;
	display: inline;
	height: 150px;
	margin-left: 25px;
	margin-top:5px;
	padding-bottom: 0px;
}
.rollBox .ScrCont {
	width: 3000px;
}
.rollBox .Cont .pic {
	width: 115px;
	height:94px;
	padding:1px;
	border:1px solid #cfcbc8;
	margin: 0 4px;
	float: left;
	text-align: center;
	font-size:12px;color:#767676;font-family:'Microsoft YaHei';
}
.rollBox .Cont .pic h3 {
	line-height: 40px;
	height: 40px;
}
.rollBox .Cont .pic img {
	width: 115px;
	height: 94px;
	background: #fff;
	border: 0px solid #ccc;
	display: block;
	margin: 0 auto;
}
.rollBox .Cont .pic p {
	font-size:14px;
	text-indent: 0em;
	text-align:center;
	width:115px;
	line-height: 30px;
	color: #666666;
}
.rollBox .Cont a:link, .rollBox .Cont a:visited {
	color: #555;
	text-decoration: none;
}
.rollBox .Cont a:hover {
	color: #e1ab00;
}
.rollBox #List1, .rollBox #List2 {
	float: left;
}

.qh-r{padding-bottom:20px;width:980px;border-top:1px solid #e5e5e5;padding-top:20px;}
.qh-r .p{line-height:22px;font-size:16px;font-family:'Microsoft YaHei';color:#5ea32e;background:url('../images/newgife.gif') no-repeat 0px 0px;padding-left:15px;margin-top:20px;}
.qh-r .p label{font-size:12px;color:#b0b1af;padding-left:5px;}
.qh-r h1{line-height:28px;font-size:14px;color:#333333;font-weight:normal;font-family:'Microsoft YaHei';}