.product {
	position: relative;
	z-index: 999;
	top: -58px;
}
.product .content {
	padding: 20px 20px 0;
	width: 1160px;
	background: #fff;
	border-top: 3px solid #803b1e;
}
.content .left {
	width: 560px;
	height: 510px;
	float: left;
}
.left .tab {
}
.left .tab .tab_con {
	padding-top: 10px;
}
.left .tab .icontent {
	display: none;
	overflow: hidden;
}
.left .tab .title {
	font-size: 0;
	text-align: center;
}
.left .tab .title li {
	display: inline-block;
	zoom: 1;
	cursor: pointer;
	font-size: 14px;
	margin: 0 5px;
	position: relative;
	height: 30px;
}
.left .tab .title li.on {
	background-image: url(../images/pro1.png);
}
.left .tab .title li.on a {
	color: #fff;
	background: #803b1e;
}
.left .tab .title li a {
	height: 25px;
	line-height: 25px;
	display: block;
	width: 110px;
	text-align: center;
	background-color: #f4f4f4;
}
.left .tab .tab_con ul li {
	float: left;
	width: 250px;
	border: 1px dotted #ccc;
	margin: 9px 14px;
}
.left .tab .tab_con ul li .pic{
	overflow: hidden;
}
.left .tab .tab_con ul li img {
	display:  block;
	width: 100%;
	height: 188px;
	transition: all 0.6s ease;
}
.left .tab .tab_con ul li img:hover {
	transform: scale(1.1);
}
.left .tab .tab_con ul li p {
	display: block;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	background: #803b1e1a;
}
.content .right {
	float: right;
	width: 489px;
	margin-right: 20px;
	padding-left: 50px;
	border-left: 1px solid #eee;
}
.right .title {
	text-align: center;
	color: #803b1e;
	font-weight: bold;
}
.right .tj {
	margin-top: 30px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.tj img{
	display: block;
}
.right .nr {
	margin-top: 25px;
	overflow: hidden;
}
.nr li {
	width: 100%;
	height: 70px;
	margin-bottom: 15px;
}
.nr li .rq {
	float: left;
	width: 80px;
	height: 70px;
	background: #803b1e;
	color: #fff;
	text-align: center;
}
.nr li .rq p {
	font-size: 24px;
	line-height: 40px;
}
.nr li .rq span {
	font-size: 15px;
}
.nr li .bt {
	float: left;
	width: 394px;
	margin-left: 15px;
	height: 70px;
}
.nr li .bt a {
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	font-size: 15px;
}
.nr li .bt p {
	margin-top: 3px;
	line-height: 21px;
}
