@charset "utf-8";
/* CSS Document */

/* 产品滑动块 */
.slideBox118 {
	width: 305px;
	height: 210px;
	position: relative;
	margin: 0 auto;
}
.slideBox118 .hd {
	height: 15px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox118 .hd ul {
	zoom: 1;
	float: left;
}
.slideBox118 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox118 .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox118 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox118 .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox118 .bd img {
	width: 305px;
	height: 210px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox118 .prev {
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../images/rb_prev.png) no-repeat;
	left: 5px;
	top: 88px;
	cursor: pointer;
}
.slideBox118 .next {
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../images/rb_next.png) no-repeat;
	right: 5px;
	top: 88px;
	cursor: pointer;
}
.slideBox118 .prevStop {
	display: none;
}
.slideBox118 .nextStop {
	display: none;
}
.rbcon {
	background: #FFFFFF;
}
.rbtitle {
	height: 48px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
}
.rb_lb {
	width: 630px;
	height: 210px;
	margin: 0 auto;
	border-bottom: 0px solid #d7d7d7;
}
.cplb_l {
	width: 305px;
	height: 210px;
	float: left;
	position: relative;
}
.cp_prev {
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../images/rb_prev.png) no-repeat;
	left: 5px;
	top: 88px;
	cursor: pointer;
}
.cp_next {
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../images/rb_next.png) no-repeat;
	right: 5px;
	top: 88px;
	cursor: pointer;
}
.cpjs_l {
	width: 250px;
	height: 210px;
	float: left;
	position: relative;
}
.cpjs_r {
	width: 300px;
	height: 210px;
	float: left;
	padding-left: 80px;
	position: relative;
}
.cpjs_r h3 {
	font-size: 16px;
	color: #0081cc;
	line-height: 30px;
	margin-bottom: 0px;
}
.cpjs_r p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.cp_more {
	font-size: 14px;
	color: #0075c1;
	line-height: 24px;
}
.cp_more a {
	font-size: 14px;
	color: #0075c1;
}
