.product {
	padding-bottom: 50px;
}
.product .proCon .conleft {
	width: 242px;
	padding: 20px 5px;
	background: #206d49;
	border-radius: 7px;
}
.product .proCon .conleft h3 {
	padding-top: 8px;
	text-align: center;
	margin-bottom: 18px;
}
.product .proCon .conleft h3 a {
	display: block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.product .proCon .conleft h3 span {
	display: block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.product .proCon .conleft h3 i {
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.product .proCon .conleft .proBox {
	padding: 14px 18px 1px 18px;
	background: #fff;
	border-radius: 7px;
}
.product .proBox .conbox {
	margin-bottom: 5px;
}
.product .proBox .conbox .p1 {
	height: 32px;
	line-height: 32px;
	text-indent: 20px;
	font-size: 16px;
	font-weight: bold;
	background: #6d6b6c;
	border-radius: 5px;
	margin-bottom: 10px;
}
.product .proBox .conbox .p1 a {
	color: #fff;
}
.product .proBox .conbox ul li {
	height: 30px;
	line-height: 30px;
	text-indent: 22px;
	background: url(../images/proicon01.png) no-repeat left center;
	border-top: 1px dashed #dbdad9;
}
.product .proBox .conbox ul li:first-child {
	border-top: none;
}
.product .proBox .conbox ul li:hover a {
	color: #206d49;
}
.product .proBox .conbox:hover .p1 {
	background: #f9a50e;
}
.product .conright {
	width: 936px;
	height: 842px;
	position: relative;
}
.product .conright .rTop {
	position: absolute;
	top: 120px;
}
.product .conright .rTop dl {
	float: left;
	width: 306px;
	margin-left: 9px;
	margin-bottom: 40px;
}
.product .conright .rTop dl:nth-child(1), .product .conright .rTop dl:nth-child(4) {
	margin-left: 0;
}
.product .conright .rTop dl dt {
	border: 1px solid #eeeeee;
	margin-bottom: 18px;
	overflow: hidden;
}
.product .conright .rTop dl dt img {
	display: block;
	width: 304px;
	height: 254.84px;
	transition: all 0.5s;
}
.product .conright .rTop dl dd.dd1 {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .conright .rTop dl dd.dd1 a {
	color: #333;
}
.product .conright .rTop dl dd.dd2 {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 180px;
	height: 20px;
	margin: auto
}
.product .conright .rTop dl:hover dt img {
	transform: scale(1.1);
}
.product .conright .rTop dl:hover dd.dd1 a {
	color: #206d49;
}
.product .conright .chkx {
	height: 99px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #206d49;
	overflow: hidden;
	border-radius: 10px;
}
.product .conright .chkx ul {
	position: relative;
}
.product .conright .chkx ul li {
	height: 99px;
	line-height: 99px;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 795px;
}
.product .conright .chkx ul li b {
	font-size: 24px;
	color: #fff;
}
.product .conright .chkx ul li a {
	color: #fff;
	font-size: 20px;
}