body{
	background: #faf7f4;
}
#self-share{
	display: none;
}
.body{
	padding-top: 77px;
	background: #f5efe9;
}
.wrapper{
	width: 1200px;
	padding-bottom: 5px;
}
.wrapper .list{
	margin-bottom: 48px;
}
.wrapper .btn-more{
	height: 70px;
	background: #ffffff;
	border-top: solid 5px #000;
	margin: 0 10px;
}
.wrapper .btn-more .btn{
	cursor: pointer;
	display: block;
	background: url(/template/skin1/xcjyj/ele.png) no-repeat 0px -114px;
	width: 86px;
	height: 29px;
	margin: 20px auto;
}
.wrapper .btn-more .loader{
	display: none;
	background: url(/template/skin1/xcjyj/loader.gif) no-repeat center center;
	width: 29px;
	height: 29px;
	margin: 20px auto;
}
.wrapper .loading .btn{
	display: none;
}
.wrapper .loading .loader{
	display: block;
}
.wrapper .btn-more input{
	display: none;
}
.banner{
	position: relative;
	background: url(/template/skin1/xcjyj/banner-jyj.png) no-repeat center 42px #e60012;
	height: 650px;
	margin-bottom: 77px;
}
.banner .nav{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	border-top: solid 5px #000;
	background: #fff;
}
.banner .nav li{
	float: left;
	width: 240px;
	height: 72px;
	line-height: 72px;
	font-size: 18px;
	text-align: center;
}
.banner .nav .current a,
.banner .nav a:hover{
	color: #e60012;
	text-decoration: none;
}
.banner .nav li b{
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	height: 29px;
	background: url(/template/skin1/xcjyj/ele.png) no-repeat;
}
.banner .nav li .ico1{
	background-position: 0px 0px;
}
.banner .nav li .ico2{
	background-position: -29px 0px;
}
.banner .nav li .ico3{
	background-position: -58px 0px;
}
.banner .nav li .ico4{
	background-position: -87px 0px;
}
.banner .nav li .ico5{
	background-position: -112px 0px;
}

.title{
	position: relative;
	height: 78px;
	background: #e53a20;
	margin-bottom: 40px;
}
.title img{
	position: absolute;
	top: -78px;
	left: 50%;
	margin-left: -183px;
}

.product{
	float: left;
	position: relative;
	width: 280px;
	height: 530px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	margin: 0 10px;
}
.product .ico{
	background: url(/template/skin1/xcjyj/ele.png) no-repeat left -29px;
	width: 29px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 0;
}
.product .img{
	width: 280px;
	height: 280px;
}
.product img{
	display: block;
}
.product .name{
	position: relative;
	display: inline-block;
	background: #e60012;
	min-height: 25px;
	line-height: 1.5;
	font-size: 15px;
	color: #fff;
	margin: 0 auto;
	min-width: 170px;
	max-width: 240px;
	padding:10px 10px;
	word-break: break-all;
}
.product .arrow{
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -3px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	line-height: 0;
	border: solid 6px transparent;
	border-top-color:#e60012;
}
.product .pn{
	height: 72px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: solid 1px #e8e8e8;
	padding: 12px 0;
}
.product .price{
	height: 50px;
	line-height: 50px;
	color: #6d6868;
	font-size: 14px;
}
.product .bar{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 55px;
	line-height: 55px;
	background: #000;
	font-size: 15px;
	color: #fff;
}
.product .btn-share{
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 0;
	width: 29px;
	height: 29px;
	background: url(/template/skin1/xcjyj/ele.png) no-repeat -29px -29px;
}
.product .share{
	position: absolute;
	right: 0;
	bottom: 55px;
	background: #e60012;
}
.product .wb{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	background: url(/template/skin1/xcjyj/ele.png) no-repeat -4px -58px;
}
.product .wx{
	float: left;
	width: 50px;
	height: 50px;
	background: url(/template/skin1/xcjyj/ele.png) no-repeat -62px -58px;
}
.product .layer{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 55px;
	background: #ffffff;
	border-top: solid 5px #000;
}
.product:hover .layer{
	display: block;
}
.product .layer p{
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align: left;
	color: #000;
	font-size: 16px;
	width: 220px;
	word-break: break-all;
}
.product .layer .arrow{
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -3px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	line-height: 0;
	border: solid 6px transparent;
	border-bottom-color:#000;
}

.group{
	position: relative;
	background: #000;
	padding-bottom: 146px;
}
.group .h2{
	display: block;
	margin: 0 auto 35px;
}
.group .box{
	margin: 0 auto;
}
.group .box .g{
	float: left;
	position: relative;
	width: 300px;
	background: #282828;
}
.group .g img{
	display: block;
}
.group .g dt{
	position: relative;
}
.group .g .name{
	padding-top: 13px;
	font-size: 22px;
}
.group .g .tit{
	font-size: 14px;
}
.group .g a,
.group .g dd{
	color: #fff;
}
.group .g a:hover{
	text-decoration: none;
}
.group .g .arrow{
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	line-height: 0;
	border: solid 6px transparent;
}
.group .l dt{
	float: left;
}
.group .l dd{
	margin-left: 165px;
	margin-right: 15px;
}
.group .l .arrow{
	right: 0px;
	border-right-color:#282828;
}
.group .r dt{
	float: right;
}
.group .r dd{
	margin-right: 165px;
	margin-left: 15px;
}
.group .r .arrow{
	left: 0;
	border-left-color:#282828;
}
.group .w1{
	width: 300px;
}
.group .w2{
	width: 600px;
}
.group .w3{
	width: 1200px;
}
.group .g:hover{
	z-index: 2;
}
.group .g dt:hover b{
	display: none;
}
.group .g dt img:hover{
	-webkit-animation: breath 1.5s infinite;
}
@-webkit-keyframes breath {
	0%{
		-webkit-transform: scale(1,1);
	}
	50%{
		-webkit-transform: scale(1.1,1.1);
	}
	100%{
		-webkit-transform: scale(1,1);
	}
}
@-o-keyframes breath {
	0%{
		-o-transform: scale(1,1);
	}
	50%{
		-o-transform: scale(1.1,1.1);
	}
	100%{
		-o-transform: scale(1,1);
	}
}
@-moz-keyframes breath {
	0%{
		-moz-transform: scale(1,1);
	}
	50%{
		-wemozbkit-transform: scale(1.1,1.1);
	}
	100%{
		-moz-transform: scale(1,1);
	}
}
@keyframes breath {
	0%{
		transform: scale(1,1);
	}
	50%{
		transform: scale(1.1,1.1);
	}
	100%{
		transform: scale(1,1);
	}
}
