.st-nav .nav-list li.hover a{
	background: #d5221e;
}
.st-nav .nav-list li a:hover{
	color: #d5221e;
}
/*banner*/
.banner{
	float: left;
	width:100%;
	min-width: 1200px;
	height: 624px;
	overflow: hidden;
	position: relative;
}
.banner>ul{
	width: 1920px;
    height: 624px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.banner>ul>li>a{
	display: table-cell;
    width: 1920px;
    height: 624px;
    vertical-align: middle;
    text-align: center;
}
.banner>ul>li>a img{
	vertical-align: middle;
}
/*主体*/
.container{
	float: left;
	width: 100%;
	min-width: 1200px;
	background: url(../images/bg-repeat.jpg) repeat;
	position: relative;
}
.container:before{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 124px;
	background: url(../images/bg.jpg) no-repeat top center;
}
/*公用*/
.comm-tit{
	height: 105px;
	line-height: 105px;
	text-align: center;
}
.comm-tit h3{
	display: inline-block;
	position: relative;
	font-size: 60px;
	color: #fff6cf;
	font-weight: bold;
}
.comm-tit h3:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -116px;
	margin-top: -27px;
	width: 94px;
	height: 55px;
	background: url(../images/index-ico.png) no-repeat;
}
.comm-tit h3:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -116px;
	margin-top: -27px;
	width: 94px;
	height: 55px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -69px;
}
.comm-list ul li{
	float: left;
	width: 350px;
	height: 394px;
	background: #fff6cf;
	margin-right: 33px;
	margin-bottom: 30px;
}
.comm-list ul li.mr-0{
	margin-right: 0;
}
.comm-list ul li .item{
	padding: 8px;
	width: 334px;
	height: 378px;
}
.comm-list ul li .pic{
	display: block;
	width: 334px;
	height: 226px;
	overflow: hidden;
}
.comm-list ul li .pic img{
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
.comm-list ul li:hover .pic img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	filter: alpha(opacity=90);
}
.comm-list ul li .tit{
	display: block;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #c20009;
}
.comm-list ul li .option{
	width: 294px;
	padding: 0 18px;
	height: 76px;
	border: 2px solid #c20009;
	position: relative;
}
.comm-list ul li .option:before{
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: 40px;
	height: 80px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -142px;
}
.comm-list ul li .option:after{
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	width: 40px;
	height: 80px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: -65px -142px;
}
.comm-list ul li .option .price{
	float: left;
	width: 208px;
	margin-top: 16px;
	color: #c20009;
}
.comm-list ul li .option .price .hd{
	float: left;
	width: 75px;
}
.comm-list ul li .option .price .hd label{
	font-size:20px;
	line-height: 28px;
	display: block;
}
.comm-list ul li .option .price .hd  .old{
	display: block;
	text-decoration: line-through;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comm-list ul li .option .price .new{
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: -2px;
}
.comm-list ul li .option .price .new b{
	font-size: 40px;
}
.comm-list ul li .option .yd{
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -12px;
	width: 82px;
	height: 23px;
	border: 2px solid #c20009;
	color: #c20009;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comm-more{
	padding: 30px 0;
	text-align: right;
}
.comm-more > a{
	display: inline-block;
	margin-right: 40px;
	color: #fff6cf;
	font-size: 20px;
	line-height: 24px;
}
.comm-more > a i{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: -2px 0 0 5px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -273px;
}
/*爆款推荐*/
.hot-box .comm-tit{
	height: 118px;
}
.hot-box .comm-tit h3{
	width: 353px;
	height: 83px;
}
.hot-list ul li{
	margin-bottom: 0;
}
.hot-con{
	position: relative;
	padding: 35px 0 32px 0;
}
.hot-con:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -580px;
	top: 0;
	width: 1160px;
	height: 35px;
	background: url(../images/hot-bg1.png) no-repeat;
}
.hot-con:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0px;
	width: 1200px;
	height: 32px;
	background: url(../images/hot-bg2.png) no-repeat;
}
.hot-list{
	background: #c20009;
	width: 1180px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.hot-list ul{
	padding: 30px;
	border: 2px solid #fbffe2;
}

.hot-list-first{
	margin-bottom: 20px;
	position: relative;
}
.hot-list-first:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 1200px;
	height: 20px;
	background: url(../images/hot-bg3.png) no-repeat;
}
/*优惠券*/
.coupon-box{
	padding: 78px 0;
}
.coupon-con{
	margin-top: 16px;
	position: relative;
	width: 1200px;
}
.coupon-con .tempWrap{
	width: 1200px !important;
}
.coupon-con li{
	float: left;
	margin-right: 25px;
	width: 220px;
	height: 192px;
	background: url(../images/txt-bg.png) no-repeat;
	position: relative;
	color: #d92622;
}
.coupon-con li .price{
	position: absolute;
	width: 100%;
	top: 50px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
}
.coupon-con li .price b{
	font-size: 40px;
}
.coupon-con li .txt{
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: center;
	line-height: 18px;
}
.coupon-con li .txt span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.coupon-con li .btn{
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin-left: -53px;
	width: 104px;
	height: 30px;
	border: 1px solid #d92622;
	color: #d92622;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.coupon-con .arrow{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url(../images/index-ico.png) no-repeat;
}
.coupon-con .prev{
	left: -80px;
	background-position: -124px -225px;
}
.coupon-con .prevStop{
	background-position: -382px -225px;
}
.coupon-con .next{
	right: -80px;
	background-position: -210px -225px;
}
.coupon-con .nextStop{
	background-position: -296px -225px;
}
/**/
.comm-con{
	background: #c20009;
	padding: 40px;
	padding-bottom: 10px;
	border: 2px solid #fbffe2;
	position: relative;
}
.comm-con:before{
	content: "";
	position: absolute;
	z-index: 999;
	top: -2px;
	left: -2px;
	width: 1200px;
	height:38px;
	background: url(../images/content-bg1.png) no-repeat;
}
.comm-con:after{
	content: "";
	position: absolute;
	z-index: 999;
	bottom: -2px;
	left: -2px;
	width: 1200px;
	height:38px;
	background: url(../images/content-bg2.png) no-repeat;
}
/*飘窗*/
.float-menu{
	display: none;
    position: fixed;
    z-index: 9999;
    top: 20%;
    right: 50%;
    margin-right: -840px;
    width: 126px;
    padding: 23px 15px;
    background: #cc000a;
    border: 2px solid #fff6cf;
    padding-bottom: 0px;
}
.float-menu:before{
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 160px;
	height: 23px;
	background: url(../images/float-bg1.png) no-repeat;
}
.float-menu:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 160px;
	height: 23px;
	background: url(../images/float-bg2.png) no-repeat;
}
.float-menu h3{
	width: 115px;
	height: 48px;
	position: relative;
	padding: 13px 0;
	background: url(../images/index-ico.png) no-repeat;
	background-position: -147px -142px;	
}
.float-menu h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: -124px -108px;
}
.float-menu li{
	height: 44px;
	line-height: 42px;
	position: relative;
	text-align: center;
}
.float-menu li:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: -124px -108px;
}
.float-menu li a{
	font-size: 16px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.float-menu li.go-top{
	position: relative;
	z-index: 999;
}
.float-menu li.go-top:after{
	width: 0;
}
.float-menu li.go-top a{
	color: #7a0208;
	font-weight: bold;
}
.float-menu li.go-top a i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 9px;
	height: 5px;
	background: url(../images/index-ico.png) no-repeat;
	background-position: 0 -255px;
}
