@charset "UTF-8";
	/*头部背景*/
	
a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
a:hover {
	color: #2DA569;
}
body {
	color: #666;
	background-color: #fff;
}
.fr {
	float: right;
	*display: inline;
}
.fl {
	float: left;
	*display: inline;
}
/*头部背景*/
	
a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
a:hover {
	color: #2DA569;
}
body {
	color: #666;
	background-color: #fff;
}
.fr {
	float: right;
	*display: inline;
}
.fl {
	float: left;
	*display: inline;
}
.l_nav {
	background-color: #2DA569;
}
.l_nav ul {
	overflow: hidden;
}
.l_nav li {
	float: left;
	font-size: 16px;
	line-height: 40px;
	width: 144px;
	height: 40px;
	margin-right: 1px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.2s ease;
	/* Firefox 4*/
	-webkit-transition: all 0.2s ease;
	/* Safari 和 Chrome*/
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.l_nav li a {
	display: block;
	padding: 0 40px;
	width: 64px;
	color: #FFFFFF;
}
.l_nav li:hover {
	background-color: #3bca83;
}
.l_nav .nav_current {
	background-color: #3bca83;
}
.pro_tab > li {
	border-bottom-color: #f5f5f5;
}
.pro_tab > li.current {
	border-bottom-color: #2DA569;
}
.pro_tab > li.current a {
	color: #2DA569;
}
.pro_header {
	height: 58px;
	overflow: hidden;
}
.pro_header h2.title {
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	line-height: 58px;
	float: left;
}
.pro_header .read_more {
	line-height: 58px;
	font-size: 16px;
}
.pro_header .read_more:hover i {
	background-color: #2DA569;
}
.pro_header .read_more i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #c7c7c7;
	vertical-align: -4px;
	margin-left: 6px;
	position: relative;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.pro_header .read_more i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	background: url(../img/sprite_icon_readmore.png) no-repeat;
}
.pro_container1 {
	display: block;
	min-height: 359px;
}
.pro_container1 .tab_content li {
	float: left;
	width: 280px;
	margin: 0 10px 20px;
	padding-top: 20px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	background-color: #fafafa;
	position: relative;
}
.pro_container1 .tab_content li:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.pro_container1 .tab_content .mark {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 64px;
	height: 20px;
	margin-left: -32px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.pro_container1 .tab_content .mark.mark_postfree {
	background-color: #ffac13;
	z-index: 4;
}
.pro_container1 .tab_content .mark.mark_sale {
	background-color: #f00;
	z-index: 4;
}
.pro_container1 .tab_content .mark.mark_newpro {
	background-color: #83c44e;
	z-index: 4;
}
.pro_container1 .tab_content .pro_img {
	display: block;
	width: 230px;
	height: 230px;
	margin: 0 auto 15px;
}
.pro_container1 .tab_content .pro_img img {
	display: block;
	width: 230px;
	height: 230px;
	overflow: hidden;
}
.pro_container1 .tab_content .pro_name {
	margin: 0 10px 4px;
	text-align: center;
	height: 41px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.pro_container1 .tab_content .pro_text {
	margin: 0 10px 10px;
	height: 18px;
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0;
}
.pro_container1 .tab_content .pro_price {
	margin: 0 10px 10px;
	font-size: 14px;
	text-align: center;
	color: #2DA569;
	font-weight: 700;
}
.pro_container1 .tab_content .pro_price i {
	font-size: 12px;
}
.pro_container1 .tab_content.tab_content_current {
	display: block;
}
.pro_container1 .tab_content.tab_content_hide {
	display: none;
}
.pro_tab > li {
	border-bottom-color: #f8f8f8;
}
.pro_tab > li.current {
	border-bottom-color: #2DA569;
}
.pro_tab > li.current a {
	color: #2DA569;
}
.light {
	position: relative;
	overflow: hidden;
}
.light:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 728px;
	top: 0;
	left: -150px;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
}
.light:hover:before {
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	transition: left 1s;
	left: 485px;
}
.pro_header {
	height: 58px;
	overflow: hidden;
}
.pro_header h2.title {
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	line-height: 58px;
	float: left;
}
.pro_header .pro_tab {
	padding-top: 20px;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.5;
}
.pro_header .pro_tab li {
	float: left;
	margin: 0 15px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	-webkit-transition: border-color 0.5s;
	transition: border-color 0.5s;
	cursor: pointer;
}
.pro_container2 {
	display: block;
	height: auto;
}
.pro_container2 .tab_content_left {
	float: left;
	width: 250px;
	height: 727px;
	overflow: hidden;
}
.pro_container2 .tab_content_left img {
	width: 250px;
	height: 100%;
}
.pro_container2 .tab_content {
	display:none;
	min-height: 400px;
	/* margin-left: 260px;*/
}
.pro_container2 .tab_content li {
	position: relative;
	float: left;
	width: 280px;
	margin: 0 10px 20px;
	padding-top: 20px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	background-color: #fff;
}
.pro_container2 .tab_content li:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.pro_container2 .tab_content .mark {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 64px;
	height: 20px;
	margin-left: -32px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.pro_container2 .tab_content .mark.mark_postfree {
	background-color: #ffac13;
	z-index: 4;
}
.pro_container2 .tab_content .mark.mark_sale {
	background-color: #f00;
	z-index: 4;
}
.pro_container2 .tab_content .mark.mark_newpro {
	background-color: #83c44e;
	z-index: 4;
}
.pro_container2 .tab_content .pro_img {
	display: block;
	width: 240px;
	height: 240px;
	margin: 0 auto 15px;
}
.pro_container2 .tab_content .pro_img img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pro_container2 .tab_content .pro_name {
	margin: 0 10px 4px;
	text-align: center;
	height: 41px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.pro_container2 .tab_content .pro_name a {
	display: block;
	text-align: center;
	width:100%;
}
.pro_container2 .tab_content .pro_text {
	margin: 0 10px 10px;
	height: 18px;
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0;
}
.pro_container2 .tab_content .pro_price {
	margin: 0 10px 10px;
	font-size: 14px;
	text-align: center;
	color: #2DA569;
	font-weight: 700;
}
.pro_container2 .tab_content .pro_price i {
	font-size: 12px;
}
.pro_container2 .tab_content.tab_content_current {
	display: block;
}
/* .pro_container2 .tab_content.tab_content_hide {
	display: none;
}*/
	.page {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 30px\9;
	margin: 30px auto 30px;
}
.page a, .c_page_text, .c_page_btn {
	display: inline-block;
	font-size: 12px;
	padding: 0 12px;
	line-height: 30px;
	border: 1px solid #e0e0e0;
	margin-right: 5px;
	cursor: pointer;
	font-family: "SimSun";
	-moz-transition: border 0.1s ease-out;
	/* Firefox 4*/
	-webkit-transition: border 0.1s ease-out;
	/* Safari 和 Chrome*/
	-o-transition: border 0.1s ease-out;
	transition: border 0.1s ease-out;
}
.page a.now_page:hover {
	cursor: default;
	color: #999;
}
.page a:hover {
	color: #2DA569;
	background-color: #fff;
	border-color: #2DA569;
}
.page a.active {
	background: #fff;
	color: #e1e1e1;
}
.page a.current {
	background: #2DA569;
	color: #fff;
	border-color: #2DA569;
	cursor: default;
}
.page span {
	padding-left: 25px;
}
.c_page_text {
	width: 16px;
	background: #fff;
}
.c_page_btn {
	font-family: "Microsoft YaHei", serif;
}
.product-wrapper img {
	display: inline-block;
}
.magnifier {
	left: 470px !important;
	z-index: 999 !important;
	background-color: #fff;
	border: 1px solid #f60 !important;
}
.magnifier img {
	margin: 2px !important;
}
.pro_content {
	padding-top: 20px;
	margin-bottom: 50px;
}
.pro_img {
	width: 500px;
	margin-left: 20px;
}
.pro_img_big {
	width: 450px;
	height: 450px;
	border: 1px solid #e4e4e4;
	margin: 0 auto;
}
.pro_img_big .magnifier_wrapper > img {
	display: block;
	width: 100%;
	height: 450px;
	max-width: 450px;
	max-height: 450px;
	overflow: hidden;
}
.pro_img_small {
	clear: both;
	margin: 10px 0;
	width: 500px;
	position: relative;
}
.pro_img_small_btn {
	position: absolute;
	top: 0;
	display: block;
	text-align: center;
	width: 16px;
	height: 54px;
	line-height: 54px;
	background: #EBEBEB;
	cursor: pointer;
	font-family: "SimSun";
}
.pro_img_small_btn:hover {
	color: #fff;
	background-color: #2DA569;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.pro_img_small_list {
	margin: 0 16px;
	height: 54px;
	overflow: hidden;
	width: 470px;
}
#proImgSmallList .slick-track {
	width: 470px !important;
}
.pro_img_tab {
	margin: 0 20px;
	width: 440px !important;
}
.pro_img_tab .small_tab_list {
	float: left;
	margin: 0 4px;
	cursor: pointer;
}
.pro_img_tab .small_tab_list:hover img {
	border: 1px solid #2DA569;
}
.pro_img_tab .small_tab_list img {
	display: block;
	width: 52px;
	height: 52px;
	border: 1px solid #e4e4e4;
}
.pro_img_tab .small_tab_list.current img {
	border-color: #2DA569;
}
.pro_content .pro_text {
	padding-top: 20px;
	width: 670px;
}
.pro_content .pro_text_name {
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	color: #333;
}
.pro_content .pro_text_infor {
	margin-top: 7px;
	font-size: 14px;
	line-height: 23px;
	color: #616161;
	white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro_content .pro_text_price {
	height: 66px;
	line-height: 66px;
	color: #2DA569;
	font-size: 14px;
}
.pro_content .pro_text_price b {
	padding-right: 3px;
	font-size: 30px;
	position: relative;
}
.pro_content .pro_text_price b .sale {
	position: absolute;
	top: -8px;
	right: -14px;
	line-height: 1;
	margin-left: 5px;
	padding: 2px;
	color: #fff;
	background-color: #f60;
	font-size: 12px;
}
.pro_content .pro_text_price .del {
	color: #b0b0b0;
	text-decoration: line-through;
	margin-left: 20px;
}
.pro_content .pro_text_list_box {
	min-height: 180px;
}
.pro_content .pro_text_list, .pro_content .pro_text_list2 {
	margin: 10px 0;
	*zoom: 1;
	/*IE/7/6*/
}
.pro_content .pro_text_list:before, .pro_content .pro_text_list:after, .pro_content .pro_text_list2:before, .pro_content .pro_text_list2:after {
	content: " ";
	display: table;
}
.pro_content .pro_text_list:after, .pro_content .pro_text_list2:after {
	clear: both;
}
.pro_content .pro_text_list dt, .pro_content .pro_text_list2 dt {
	width: 70px;
	line-height: 36px;
	padding-left: 18px;
	color: #888;
	float: left;
	font-size: 12px;
}
.pro_content .pro_text_list dd, .pro_content .pro_text_list2 dd {
	width:580px;
	float: right;
}
.pro_content .pro_text_list dd ul li, .pro_content .pro_text_list2 dd ul li {
	display: inline-block;
	*float: left;
	border: 1px solid #e4e4e4;
	padding: 2px 10px;
	cursor: pointer;
	margin: 5px;
	-moz-transition: border-color 0.2s ease;
	/* Firefox 4*/
	-webkit-transition: border-color 0.2s ease;
	/* Safari 和 Chrome*/
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
.pro_content .pro_text_list dd ul li:hover, .pro_content .pro_text_list2 dd ul li:hover {
	border-color: #2DA569;
	background-color: #2DA569;
	color: #fff;
}
.pro_content .pro_text_list dd ul li.current, .pro_content .pro_text_list2 dd ul li.current {
	border-color: #2DA569;
	background-color: #2DA569;
	color: #fff;
}
.pro_content .pro_text_list dd ul li.without, .pro_content .pro_text_list2 dd ul li.without {
	border-color: #eee;
	border-style: dashed;
	background-color: #fcfcfc;
	color: #999;
	cursor: not-allowed;
}
.pro_content .pro_text_list.pro_color dd ul li {
	padding: 0;
}
.pro_content .pro_text_list.pro_color dd ul li img {
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
}
.pro_content .pro_count {
	width: 108px;
	height: 35px;
	line-height: 35px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft Yahei;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_content .pro_count .btn_minus, .pro_content .pro_count .btn_add {
	display: inline-block;
	width: 30px;
	height: 33px;
	background-color: #fff;
	cursor: pointer;
}
.pro_content .pro_count .text {
	display: inline-block;
	width: 46px;
	border: 0;
	text-align: center;
	line-height: 28px;
	background-color: #f8f8f8;
}
.pro_content .stock {
	padding-left: 13px;
	line-height: 35px;
}
.pro_content .append_btn {
	margin: 12px;
	width: 261px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #2DA569;
	font-size: 18px;
	cursor: pointer;
	-moz-transition: background-color 0.2s ease;
	/* Firefox 4*/
	-webkit-transition: background-color 0.2s ease;
	/* Safari 和 Chrome*/
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.pro_content .append_btn i {
	display: inline-block;
	width: 23px;
	height: 20px;
	margin-top: 11px;
	margin-left: 6px;
	vertical-align: -4px;
	background: url(../img/sprite_icon_shopcart_white.png) no-repeat;
}
.pro_content .append_btn span {
	color: #fff;
}
.pro_content .append_btn:hover {
	background-color: #28915c;
}
.recommend {
	overflow: hidden;
	padding: 50px 0;
}
.recommend .recommend_title {
	position: relative;
	margin: 0;
	height: 50px;
	font-size: 30px;
	font-weight: 400;
	color: #757575;
	border-top: 1px solid #e0e0e0;
	-webkit-font-smoothing: antialiased;
}
.recommend .recommend_title span {
	position: absolute;
	top: -20px;
	left: 372px;
	height: 40px;
	width: 482px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.pro_container1 {
	display: block;
	min-height: 347px;
	position: relative;
}
.pro_container1 .tab_content .tab_content_list {
	float: left;
	width: 250px;
	margin: 0 5px 10px;
	padding-top: 10px;
	background-color: #fff;
	position: relative;
}
.pro_container1 .tab_content .mark {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 64px;
	height: 20px;
	margin-left: -32px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.pro_container1 .tab_content .mark.mark_postfree {
	background-color: #ffac13;
	z-index: 4;
}
.pro_container1 .tab_content .mark.mark_sale {
	background-color: #f00;
	z-index: 4;
}
.pro_container1 .tab_content .mark.mark_newpro {
	background-color: #83c44e;
	z-index: 4;
}
.pro_container1 .tab_content .pro_img {
	display: block;
	width: 230px;
	height: 230px;
	margin: 0 auto 15px;
}
.pro_container1 .tab_content .pro_img img {
	display: block;
	width: 230px;
	height: 230px;
	overflow: hidden;
}
.pro_container1 .tab_content .pro_name {
	margin: 0 10px 4px;
	text-align: center;
	height: 41px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.pro_container1 .tab_content .pro_name a {
	display: block;
	text-align: center;
	width:100%;
}
.pro_container1 .tab_content .pro_text {
	margin: 0 10px 10px;
	height: 18px;
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0;
}
.pro_container1 .tab_content .pro_price {
	margin: 0 10px 10px;
	font-size: 14px;
	text-align: center;
	color: #2DA569;
	font-weight: 700;
}
.pro_container1 .tab_content .pro_price i {
	font-size: 12px;
}
.pro_container1 .tab_content.tab_content_current {
	display: block;
}
.pro_container1 .tab_content.tab_content_hide {
	display: none;
}
.banner_bottom_btn {
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 1300px;
	text-align: center;
}
.banner_bottom_btn li {
	float: none;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 10px;
	height: 10px;
	padding: 10px;
	margin: 0 2px;
	cursor: pointer;
	background: none;
}
.banner_bottom_btn li button {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #f5f5f5;
	border-radius: 6px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	_zoom: 1;
	background-color: #b0b0b0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	outline: none;
}
.banner_bottom_btn li button:hover,
.banner_bottom_btn li button:focus {
	background: #ff6700;
}
.banner_bottom_btn li.slick-active button {
	border-color: #ff6700;
	background-color: #f5f5f5;
	background-color: transparent;
}
#recommendPro.overflow {
	height: 347px;
	overflow: hidden;
}
.pro_card2:first-child {
	margin-top: 20px;
	padding-top: 20px;
}
.pro_card2 {
	padding-bottom: 20px;
}
.choose_select_box {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e4e4e4;
	background: #fcfcfc;
}
.choose_select_box .choose_nav {
	width: 245px;
}
.choose_select_box .choose_nav li {
	float: left;
}
.choose_select_box .choose_nav li a {
	width: 48px;
	height: 35px;
	border-right: 1px solid #e4e4e4;
	text-align: center;
	display: block;
	position: relative;
}
.choose_select_box .choose_nav li a i {
	width: 9px;
	height: 8px;
	overflow: hidden;
	margin-left: 2px;
	display: inline-block;
	font-size: 8px;
	_margin-top: 13px;
	background: url(../img/sprite_down_btn.png) no-repeat;
}
.choose_select_box .choose_nav li a:hover i {
	background: url(../img/sprite_down_btn_current.png) no-repeat;
}
.choose_page {
	height: 24px;
	line-height: 26px;
	margin-top: 5px;
	margin-left: -10px;
	margin-right: 5px;
}
.choose_page span {
	color: #555;
}
.choose_page .page_btn {
	width: 23px;
	height: 20px;
	line-height: 20px;
	margin-left: 2px;
	display: inline-block;
	vertical-align: 2px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	text-align: center;
	font-family: SimSun,Arial,sans-serif;
}
.choose_page .page_btn:hover {
	background-color: #f8f8f8;
	color: #000;
}
.pro_nav {
	border-top: 1px solid #e4e4e4;
}
.pro_nav_inner {
	position: relative;
}
.pro_nav_infor {
	position: absolute;
	left: 0;
}
.pro_nav_infor dt {
	float: left;
	width: 64px;
	height: 60px;
}
.pro_nav_infor dt img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
}
.pro_nav_infor dd {
	float: left;
	display: block;
	width: 168px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	_zoom: 1;
	padding-top: 10px;
}
.pro_nav_infor h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}
.pro_nav_infor p {
	font-size: 14px;
	line-height: 1.5;
	color: #2DA569;
}
.pro_nav_menu {
	width: 680px;
	margin: 0 auto;
}
.pro_nav_menu ul {
	height: 60px;
}
.pro_nav_menu ul li {
	float: left;
	width: 50%;
	*width: 50%;
	height: 18px;
	margin-top: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 18px;
}
.pro_nav_menu ul li.current a {
	color: #2DA569;
}
.pro_nav_menu ul li:nth-child(2) {
	position: relative;
}
.pro_nav_menu ul li:nth-child(2):before {
	position: absolute;
	top: 0;
	content: "";
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #e4e4e4;
}
.pro_nav_menu ul li:nth-child(2):before {
	left: 0;
}
.pro_nav_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	line-height: 38px;
	margin-top: 10px;
	width: 160px;
	background: #2DA569;
	border-color: #2DA569;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-moz-transition: background-color 0.2s ease;
	/* Firefox 4*/
	-webkit-transition: background-color 0.2s ease;
	/* Safari 和 Chrome*/
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.pro_nav_btn span {
	color: #fff;
}
.pro_nav_btn i {
	display: inline-block;
	width: 23px;
	height: 20px;
	margin-top: 9px;
	margin-left: 6px;
	vertical-align: -4px;
	background: url(../img/sprite_icon_shopcart_white.png) no-repeat;
}
.pro_nav_btn:hover {
	background-color: #28915c;
}
.pro_detail_list {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 10px;
}
.pro_detail_list img {
	/* max-width: 100%; */
	max-width: 750px;
	display: block !important;
	margin: 0 auto !important;
}
.pro_detail_list.list1 img {
	max-width: 1300px;
	min-width: 100%;
	display: block !important;
	margin: 0 auto !important;
}
.recommend_title {
	position: relative;
	margin: 0;
	height: 50px;
	font-size: 30px;
	font-weight: 400;
	color: #757575;
	border-top: 1px solid #e0e0e0;
	-webkit-font-smoothing: antialiased;
}
.recommend_title span {
	position: absolute;
	top: -20px;
	left: 372px;
	height: 40px;
	width: 482px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.pro_detail_param {
	padding: 50px 200px 15px 200px;
	background-color: #fff;
}
.pro_detail_param li {
	float: left;
	width: 32%;
	height: 44px;
	font-size: 14px;
	line-height: 20px;
	color: #424242;
	margin-right:1%;
	margin-bottom: 6px;
	overflow: hidden;
	_zoom: 1;
}
.page {
	margin-top: 30px;
}
.pro_nav .pro_nav_infor, .pro_nav .pro_nav_btn {
	display: none;
}
.pro_nav.pro_nav_current {
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #e4e4e4\0;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
}
.pro_nav.pro_nav_current .pro_nav_infor, .pro_nav.pro_nav_current .pro_nav_btn {
	display: block;
}