.wrapper{
	position:relative;
	margin:0 AUTO;
	width:1200px;
	overflow:hidden;
}

.wrapperBox{
	position:relative;
	margin:52px 40px 42px 40px;
	width:1120px;
	background:none;
	overflow:hidden;
}

.main{
	position:relative;
	/*float:right;*/
	margin:0 AUTO;
	width:1100px;
	background:none;
	overflow:hidden;
}

.main_title{
	position:relative;
	width:1100px;
	height:50px;
	border-bottom:1px solid #B6B6B6;
	background:url(../images/pageTitle_cpjj.jpg) no-repeat left top;
	overflow:hidden;
}

.main_content{
	position:relative;
	padding-top:10px;
	width:1100px;
	background:none;
}

.productBox{
	position:relative;
	margin:25px;
	float:left;
	width:300px;
	height:190px;
	background:url(../images/product_bg1.png) no-repeat right;
	overflow:hidden;
	display:block;
}

.productBox:hover .productTxtBox_h2{
	color:#BCCF6A;
}

.bg1{
	background:url(../images/product_bg1.png) no-repeat right;
}

.bg2{
	background:url(../images/product_bg2.png) no-repeat right;
}

.bg3{
	background:url(../images/product_bg3.png) no-repeat right;
}

.productImgBox{
	position:relative;
	padding-right:5px;
	width:140px;
	height:174px;
	background:none;
	overflow:hidden;
}
.productImgBox img{
	position:relative;
	float:right;
}

.productTxtBox{
	position:relative;
	margin-top:35px;
	margin-bottom:17px;
	width:138px;
	height:122px;
	background:none;
	overflow:hidden;
}

.productTxtBox_h2{
	position:relative;
	font-family:"宋體";
	font-size:16px;
	letter-spacing:3px;
	color:#F9F3F0;
}

.productTxtBox p{
	margin-top:10px;
	color:#F9F3F0;
	letter-spacing:1px;
}