.product {
	height: 810px
}
.pro_nav {
	height: 100px;
	text-align: center;
}
.pro_nav li {
	olor:#7a7a7a;
	font-size: 18px;
	display: inline;
	padding: 0px 20px 0px 20px;
	line-height: 120px;
	text-align: center;
}
.pro_nav li a {
	color:#7a7a7a;
	font-size: 18px;
	font-weight: 500;
}
.pro_nav li a.selected {
	color: #e5436c;
}
.pro_list {
	margin-top: -300px;
}
.pro_list li {
	width: 294px;
	height: 300px;
	display: block;
	float:left;
	background-color: #fcfcfc;
	margin-right:5px;
	margin-bottom: 5px;
}
.pro_list li a {
	text-decoration: none;
}
.ptitle {
	color: black;
	font-size:16px;
	font-weight:500;
	padding-left: 30px;
	padding-top:25px;
}
.ptitle span {
	font-size: 14px;
	font-weight: 500;
	float:right;
	margin-right: 20px;
}
.pro_list .pimg {
	text-align: center;
}
.fp-controlArrow.fp-next {
	right: 15px;
	width: 37px;
	height:79px;
	background-image:url(../images/jt_right.png);
	background-repeat:no-repeat;
	margin-top:-110px;
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 37px;
	height:79px;
	background-image:url(../images/left_jt.png);
	background-repeat:no-repeat;
	margin-top:-110px;
}
