@charset "utf-8";
/* CSS Document */

.bgfff{
	background: #fff;
}

body{
	padding-top: 60px;
}

.wraper{
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.header{
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 640px;
	background: #fff;
	z-index: 999;
	padding: 16px 0;
	background: #FFFFFF;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 8px rgba(125,125,125,.15);
	-moz-box-shadow: 0 0 8px rgba(125,125,125,.15);
	box-shadow: 0 0 8px rgba(125,125,125,.15);
}

.navBox{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 17px;
    left: 20px;
    z-index: 9999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.header .logo{
	float: left;
	margin-left: 70px;
	margin-top:4px;
}

.header .logo .img{
	float: left;
	height: 20px;
}

.header .navBox{
	opacity: 1;
	visibility: visible;
}

.nav-btn{
	position: relative;
    z-index: 9999;
    width: 32px;
    height: 22px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-top:2px;
}

.nav-btn .navbar{
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 4px;
	background: #c7b779;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .navbar2{
	top: 9px;
}

.nav-btn .navbar3{
	top: 18px;
}

body.open .navBox{
	left: 262px;
	opacity: 1;
	visibility: visible;
}

body.open .nav-btn{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

body.open .nav-btn .navbar{
	background: #fff;
}

body.open .nav-btn .navbar1{
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.open .nav-btn .navbar2{
	opacity:0;
	filter:alpha(opacity=0);

}

body.open .nav-btn .navbar3{
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.open .nav{
	left: 0;
}

body.open .nav-btn{
	visibility: visible !important;
}

.zhezhao{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	opacity: 0;
	background: rgba(0,0,0,.4);
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

body.open .zhezhao{
	opacity: 1;
	visibility: visible;
}

body.open .zhezhao:hover{
	cursor:url(../img/common-img/close-icon.ico) 16 16, default;
}

.nav{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
    z-index: 9998;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    overflow: auto;
    background: #c4b26d;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	color: #FFFFFF;
}

.nav a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav .item{
	position: relative;
}

.nav .item-header span{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
	margin-right: 5px;
}

.nav .item-header .ico{
	display: inline-block;
	vertical-align: top;
	border: 5px solid transparent;
	border-top-color: #fff;
	margin-top: 24px;
}

.nav .item .item-body{
	display: none;
	width: 100%;
	background: #000000;
}

.nav .main-nav{
	background: #c4b26d;
}

.nav .main-nav .item{
	float: none;
	width: auto;
}


.nav .item-body a{
	color: #8d8d8d;
	background: #eff2f3;
	border-top: 1px solid #e3e2e2;
	text-align: left;
}

.nav .main-nav .item a:hover,
.nav .main-nav .item a.active{
	background: #e9d380;
}

.nav .item:hover .item-body{
	top: 50px;
	opacity: 1;
	visibility: visible;
}

.nav .main-nav .item-body a:hover,
.nav .main-nav .item-body a.active{
	color: #8d8d8d;
	background: #eff2f3;
}



/*  footer  */
.footer{
	text-align: center;
	background: #f2f2f2;
	color: #333;
	padding-top: 36px;
}

.footer .title{
	font-size: 18px;
	margin-bottom: 16px;
}

.footer .desc{
	font-size: 14px;
	color: #666;
	margin-bottom: 28px;
}

.footer .search{
	position: relative;
	width: 50%;
	margin: 0 auto 28px;
	height: 36px;
}

.footer .search .inner{
	padding-right: 64px;
}

.footer .search .inner input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 8px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: #fff;;
}

.footer .search .submitBtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 64px;
	background: #9a9a9a;
	color: #fff;
	font-size: 14px;
}

.footer .imgList{
	margin-bottom: 36px;
}

.footer .imgList .item{
	display: inline-block;
	vertical-align: top;
	width: 26.5%;
	margin: 0 6px;
}

.footer .imgList .item .img{
	padding-bottom: 100%;
	margin-bottom: 8px;
}

.footer .imgList .item .text{
	font-size: 14px;
}

.footer .copyright{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 12px 20px;
	text-align: center;
	background: #fff;
}

.nav .item-body ul li.title a{
	background: #fff;
	color: #333;
	font-size: 16px;
}

.header-contact {
    float: right;
    padding: 0 20px 0 0;
}

.header-contact li {
    position: relative;
    float: left;
    margin-left: 16px;
}

.header-contact li a {
    display: block;
}

.header-contact li a i {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
}

.product-list{
	padding: 24px 12px;
}

.product-list .title{
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
}

.product-list .desc{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 12px;
}

.product-list .titleImg{
	position: relative;
	padding-bottom: 41.17%;
	margin-bottom: 12px;
}

.product-list .list{
	overflow: hidden;
}

.product-list .list ul{
	margin-left: -12px;
}

.product-list .list li{
	float: left;
	width: 50%;
}

.product-list .list .inner{
	margin-left: 12px;
}

.product-list .list .img{
	display: block;
	padding-bottom: 100%;
}

.product-list .list .title{
	font-size: 16px;
	color: #5d5d5d;
	margin-bottom: 6px;
	font-weight: normal;
}

.product-list .list .desc{
	font-size: 12px;
	color: #5d5d5d;
	text-align: center;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
}

.product-list .list .price{
	text-align: center;
	font-size: 16px;
	color: #666;
}

.sell{
	padding: 36px 0 0;
}

.sell .title{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 24px;
}

.sell .store-nav {
	padding: 0 12px;
}

.sell .store-nav li {
    float: left;
    margin: 0 12px 12px 0;
}

.sell .store-nav li a {
    font-size: 14px;
    color: #666;
}

.sell .store-list li{
	padding: 16px 12px;
    border-bottom: 1px solid #f2f2f2;
}

.sell .store-list .name{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.sell .store-list .address{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 8px;
}

.sell .store-list .tel{
	font-size: 14px;
	color: #666;
}

.gjzb .titleImg{
	position: relative;
    padding-bottom: 41.17%;
    margin-bottom: 12px;
}

.gjzb .content{
	padding: 0 12px 24px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.product-detail{
	background: #fff;
}













