﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: "宋体";
	font-family: "微软雅黑";
	margin: 0;
	margin: 0 auto;
	font-size: 100%;
	font-size: 15px;
	background: #eee;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	color: #333;
	max-width: 640px;
}
* {
	margin: 0;
	padding: 0;
}
em, u, i {
	font-style: normal;
	text-decoration: none;
}
img, input, textarea {
	border: none;
	outline: none;
}
ul, ol, li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #F00;
}
img {
	-ms-interpolation-mode: bicubic;
	width: 100%;
}
.bk10 {
	clear: both;
	overflow: hidden;
	height: 10px;
	visibility: hidden;
}
.bk15 {
	clear: both;
	overflow: hidden;
	height: 15px;
	visibility: hidden;
}
.bk20 {
	clear: both;
	overflow: hidden;
	height: 20px;
	visibility: hidden;
}
.bk6 {
	clear: both;
	overflow: hidden;
	height: 6px;
	visibility: hidden;
}
.bk2 {
	clear: both;
	overflow: hidden;
	height: 2px;
	visibility: hidden;
}
.bk0 {
	clear: both;
	overflow: hidden;
	height: 0px;
	visibility: hidden;
}
.fl {
	float: left;
	overflow: hidden;
}
.fm {
	float: left;
	overflow: hidden;
}
.fr {
	float: right;
	overflow: hidden;
}
.xfl {
	float: left;
	overflow: hidden;
}
.xfm {
	float: left;
	overflow: hidden;
}
.xfr {
	float: right;
	overflow: hidden;
}
.yinc {
	overflow: hidden;
	visibility: hidden;
	display: none;
}
/*共用样式结束*/
.topad {
	text-align: center;
	height: auto;
	line-height: 0;
}
.top {
	height: 45px;
	background: #548A1F;
	padding: 3px;
	padding-bottom: 0px;
	position: relative;
	overflow: hidden;
}
.top .logo {
	width: 90px;
	height: 43px;
	
	text-align: center;
	margin-left: 2px;
	border-radius: 6px 6px 0 0;
}
.top .logo img {
	width: 86px;
	height: 43px;
}
.top .pindao {
	position: absolute;
	top: 7px;
	left: 150px;
	color: #fff;
	font-size: 16px;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: -50px;
}
.top .pindao h1 {
	display: inline;
	font-size: 20px;
}
.top .chun3 {
	width: 70px;
	text-align: center;
}
.top .chun3 a {
	display: block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-top: 5px;
	font-family: "微软雅黑";
	font-size: 16px;
	width: 68px;
	
	color: #FBF4A5;
	font-weight: bold;
	border-radius: 2px;
}
.nav {
	border: solid 3px #fff;
	background: #F9D405;
	overflow: hidden;
	padding: 6px 0;
}
.nav ul {
	overflow: hidden;
}
.nav ul li {
	width: 25%;
	line-height: 38px;
	text-align: center;
	float: left;
	overflow: hidden;
	height: 38px;
}
.nav ul li a {
	font-size: 16px;
	padding: 4px 5px;
	color: #666;
	border-radius: 3px;
	font-weight: bold;
}
.nav ul li a:hover {
	color: #FFF;
	background: #FC7904;
}
.sousuo {
	background: #fff;
	padding: 3px;
	position: relative;
}
.sousuo ul {
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 100%;
	display: block;
}
.sousuo ul .txt {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 28px;
	line-height: 28px;
	width: 98%;
	padding-left: 1px;
	display: block;
	background: #fff;
	border: solid 2px #ddd;
}
.sousuo ul .btn {
	position: absolute;
	top: 0px;
	height: 32px;
	width: 56px;
	background: #eee;
	border: solid 1px #ddd;
	right: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #666;
	font-size: 15px;
}
.ttiao {
	overflow: hidden;
	padding: 8px;
	background: #FFF;
	position: relative;
	border-bottom:solid 1px #ddd;
}
.ttiao ul {
	overflow: hidden;
}
.ttiao h3 {
	height: 44px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	display: block;
}
.ttiao a h3 {
	font-size: 18px;
	color: #F63;
	font-weight: bold;
	font-family: "微软雅黑", "黑体";
}
.ttiao p {
	line-height: 20px;
	font-size: 14px;
	color: #878c92;
	text-align: left;
	white-space: nowrap;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news {
	overflow: hidden;
	background: #FFF;
	padding: 5px 8px;
}
.news ul {
}
.news ul li {
	line-height: 30px;
	overflow: hidden;
	border-bottom: solid 1px #eee;
	padding: 5px 0;
}
.news ul li span {
	width: 70px;
	height: 40px;
	float: left;
	background: #333;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	margin-right:6px;
	border-radius:5px;
}
.news ul li span b {
	display: block;
	height: 35px;
	background: #fc7d05;
	color: #FFF;
	line-height: 35px;
	font-size: 30px;
	font-family: "微软雅黑";
}
.news ul li h3 {
	line-height: 30px;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.news ul li h3 a {
	font-size: 16px;
	color: #333;
}
.news ul li p {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 13px;
}
.toplist {
	height: 390px;
	overflow: hidden;
	background: #fff;
	padding:5px;
}
.toplist .biaoti {
	border-bottom: solid 2px #60a411;
	line-height: 41px;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 41px;
	overflow: hidden;
	background: #eee;
}
.toplist .biaoti a {
	display: block;
	width: 33.33%;
	float: left;
	line-height: 41px;
	text-align: center;
	color: #60a411;
}
.toplist .biaoti .cur {
	background: #60a411;
	color: #FFF;
}
.toplist .biaoti .curr {
	background: #60a411;
	color: #FFF;
}
.toplist ul {
	display: none;
	padding-top: 6px;
}
.toplist ol {
	display: none;
	padding-top: 6px;
}
.toplist #dd1 {
	display: block;
}
.toplist ul li {
	overflow: hidden;
	padding: 12px 0;
	padding-left: 8px;
	border-bottom: solid 1px #eee;
 +height:58px;
}
.toplist ul li img {
	width: 60px;
	height: 45px;
	float: left;
	display: block;
	margin: 5px;
	margin-left: 0;
	border-radius: 0px;
	overflow: hidden;
}
.toplist ul li h3 {
	line-height: 34px;
	white-space: nowrap;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.toplist ul li h3 a {
	font-size: 16px;
	color: #333;
}
.toplist ul li p {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 13px;
}
.toplist ol li {
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	padding-left: 6px;
	border-bottom: dashed 1px #ddd;
	clear: both;
}
.toplist ol li i {
	padding: 3px;
	background: #60a411;
	color: #FFF;
	font-size: 13px;
	border-radius: 3px;
}
.toplist ol li .f1 {
	background: #f54545;
}
.toplist ol li .f2 {
	background: #e34242;
}
.toplist ol li .f3 {
	background: #cb3d3d;
}
.toplist ol li .f4 {
	background: #b33737;
}
.toplist ol li .f5 {
	background: #9d3232;
}
.toplist ol li .f6 {
	background: #832b2b;
}
.toplist ol li a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding-left: 6px;
}
/*主体区*/
.box1 {
	padding: 5px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0px 1px 2px #ccc;
	padding-bottom: 12px;
}
.box1 .pindao {
	text-align: center;
}
.box1 .pindao a {
	display: block;
	line-height: 35px;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	margin: 0px 15px;
	border-radius: 3px;
}
.box1 .biaoti {
	height: 40px;
	color: #333;
	overflow: hidden;
	background: #f1f1f1;
	margin-bottom: 6px;
}
.box1 .biaoti li {
	float: left;
	width: 50%;
	text-align: center;
	overflow: hidden;
}
.box1 .biaoti li a {
	display: block;
	color: #60a411;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.box1 .biaoti li .cur {
	background: #60a411;
	color: #FFF;
}
.box1 .biaoti li .curr {
	background: #60a411;
	color: #FFF;
}
.box1 ul {
	display: none
}
.box1 .tab {
	display: block;
}
.box1 ul li {
	overflow: hidden;
	padding: 6px 0;
	padding-left: 5px;
	margin: 8px 0;
	border-bottom: solid 1px #eee;
}
.box1 ul li img {
	width: 85px;
	height: 60px;
	display: block;
	margin: 5px;
	float: right;
	margin-left: 5px;
	border-radius: 0px;
}
.zbox1 ul li img {
	float: right;
	margin-left: 5px
}
.box1 ul li h3 {
	line-height: 42px;
	white-space: nowrap;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}
.box1 ul li a h3 {
	font-size: 15px;
	color: #666;
}
.box1 ul li p {
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #A2A6AB;
	font-size: 13px;
}
.box1 ul .tuij {
	overflow: hidden;
	text-align: center;
	width: 100%;
	position: relative;
}
.box1 ul .tuij img {
	width: 98%;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}
.box1 ul .tuij h3 {
	line-height: 50px;
	white-space: nowrap;
	height: 50px;
	position: absolute;
	left: 1%;
	bottom: 0px;
	text-align: center;
	width: 98%;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	white-space: nowrap;
}
.box1 ul .tuij h3 a {
	color: #fff;
	font-size: 16px;
}
.ad1 {
	background: #fff;
	height: 50px;
	text-align: center;
	padding: 5px;
}
.ad1 ul {
	background: #B10B0B;
	height: 50px;
}
.ad1 img {
	width: 310px;
	height: 50px;
}
/*主体区*/
/*幻灯片样式开始*/
/*幻灯片*/
.deng {
	overflow: hidden;
	text-align: center;
	padding: 0 3px;
	background: #fff;
}
.homedeng {
	height: 190px;
	max-width: 640px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	text-align: center;
	background: #252222;
}
.main_image {
	height: 190px;
	max-width: 640px;
	overflow: hidden;
	position: relative;
}
.main_image ul {
	width: 9999px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	height: 190px;
	max-width: 640px;
	position: relative;
}
.main_image li p {
	height: 25px;
	line-height: 25px;
	position: absolute;
	left: 0;
	bottom: 0px;
	display: block;
	width: 100%;
	background: #333;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.main_image li p a {
	color: #FFF;
	font-size: 14px;
}
.main_image li a {
	display: block;
	width: 100%;
	height: 210px;
	text-align: center;
}
.main_image li a img {
	height: 190px;
	max-width: 420px;
}
div.flicking_con {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
	max-width: 600px;
	height: 21px;
	margin: 0 0 0 -50px;
}
div.flicking_con a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0 8px;
	padding: 0;
	text-align: center;
	line-height: 21px;
	background: #fff;
	color: #000;
	display: block;
	border-radius: 50px;
	font-weight: bold;
}
div.flicking_con a.on {
	background: #2ea039;
	color: #FFF;
}
#btn_prev, #btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 41px!important;
	height: 61px!important;
	top: 50%;
	margin-top: -37px;
}
#btn_prev {
	background: url(/statics/wap/img/prevbtntop.png) no-repeat left top;
	left: 20px;
}
#btn_next {
	background: url(/statics/wap/img/nextbtntop.png) no-repeat right top;
	right: 20px;
}
/*幻灯片样式结束*/
.search {
	background: #2C2C2C;
	padding: 10px;
	position: relative;
}
.search ul {
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 100%;
	display: block;
}
.search ul .txt {
	position: absolute;
	left: 0px;
	top: 1px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	padding-left: 2px;
	display: block;
	background: #FFF
}
.search ul .btn {
	position: absolute;
	top: 1px;
	height: 32px;
	width: 55px;
	background: #666;
	right: 0px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}
.fnav ul {
	text-align: center;
	background: #2C2C2C;
	border-top: solid 1px #292626;
	border-bottom: solid 1px #292626;
	height: 35px;
}
.fnav ul li {
	display: inline;
	line-height: 35px;
	font-size: 13px;
	color: #fff;
}
.fnav ul li a {
	margin: 0 6px;
	color: #fff;
}
.fnav ul li span {
	color: #3F3F3F;
}
.footer {
	padding: 5px;
	padding-bottom: 15px;
	overflow: hidden;
	background: #2C2C2C;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer ul {
	text-align: center;
}
.footer ul li {
	line-height: 22px;
	font-size: 13px;
}
.share {
	padding-left: 8px;
	overflow: hidden;
}
/* 商品页详细图 */
.chun3box {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 640px;
	padding: 4px;
	background: #FFF;
}
.chun3tu {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-duration: 0ms;
	transform: translate3d(0px, 0px, 0px);
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-lines: multiple;
}
.chun3tu div {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center
}
.chun3tu img {
	-webkit-user-drag: none;
	-webkit-user-select: none;
	max-width: 100%;
	max-height: 100%
}
.chun3tu ul li {
	text-align: center;
	position: relative;
}
.chun3tu ul li p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 4px;
	z-index: 99999;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.chun3tu ul li p a {
	color: #FFF
}
.chun3box .chunlist {
	position: absolute;
	height: 22px;
	line-height: 22px;
	bottom: 40px;
	left: 50%;
	margin-left: -72px;
	z-index: 1;
}
.chun3box .chunlist li {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	margin: 0 0.3rem;
	margin-left: 6px;
	color: #000;
	border-radius: 100px;
	cursor: pointer;
}
.chun3box .chunlist li.on {
	background: #C91B1D;
	color: #FFF;
}
/* 商品页详细图 */
