/*css 样式*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family: '微軟正黑體',Arial, Helvetica, sans-serif ;
   font-size: 100%;
   background:#fff; 
}
.clear {zoom:1;clear:both; font-size:0px; height:0px;}
.clearfix{overflow:auto;_height:1%}
ul,li{margin:0px; padding:0px; list-style:none;}
/*顶端条样式 开始--*/
.header_top{
	background:#e3e3e3;	
	position: relative;
	border-bottom:solid 4px #e21321;
	font-size: 14px;
	line-height:36px;	
}
.header_top_left{
	float:left;
}
.header_top_right{
	float:right;
	
}
.header_top_left p{
	color: #555555;
}
.header_top_right a,.header_top_right a:visited{
	color: #555555;
	margin-right:10px;
}
.header_top_right a:hover{
	color: #e21321;
}
@media(max-width:440px){
	.header_top_left{display:none;}
    #right_float{display:none;}
}

@media(max-width:480px){
 
    #right_float{display:none;}
}
/*顶端条样式 结束--*/
/*标识导航样式 开始--*/
.header_bottom {
	padding: 1em 0 0 1em;
}
.logo {
	float: left;
}
.header_bottom_right{
	float:right;
	width:66%;
}

@media(max-width:1239px){
.header_bottom_right{
	float:right;
	width:76%;
}
	.shopping_cart{display:none;}
}
@media(max-width:768px){
	.header_bottom {
	 padding: 1em 0;
}
	.header_bottom_right{
	float:right;
	width:66%;
}
	.shopping_cart{display:none;}
	.logo img{width:80px;}
}

/*标识导航样式 结束--*/
/*--- 购物车样式 开始 --*/
.shopping_cart {
	float: left;
	width: 25%;
}
ul.shopping_cart_top{
	padding: 5px 10px;
	list-style: none;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
ul.shopping_cart_top li.shop_left{
	float: left;
	margin-right: 54%;
	font-size: 0.8125em;
	color: #999;
	font-weight: 600;
}
ul.shopping_cart_top li.shop_right{
	float:left;
}
ul.shopping_cart_top li.shop_right img {
	vertical-align: baseline;
}
ul.shopping_cart_top:hover li.shop_left{
	color:#fd926d;
}
ul.shopping_bag{
	padding:4px 10px;
	list-style:none;
	border:1px solid #ddd;
	background:#fafafa;
}
ul.shopping_bag li.bag_left{
	float:left;
	margin-right: 35%;
}
ul.shopping_bag li.bag_right{
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-weight: 600;
	margin-top: 6px;
}
ul.shopping_bag:hover li.bag_right{
	color:#fd926d;
}
/*--- 购物车样式 结束 --*/
/*--- 轮换图样式 开始 --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.caption{
	width: 56%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align:center;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}
.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin:1em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #867a76;
}
.callbacks_here a:after{
	border: 2px solid #fd926d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:117px;
  width:30px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }

/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 26%;
	}
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 40%;
	 }
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 40%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.4em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 33%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	.caption h3{
		font-size:1em;
	}
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
/*--- 轮换图样式 结束 --*/
/*搜索栏样式 开始*/
.column_center{
	background:#ededed;
	margin:1em 0;
}
.search {
	position: relative;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.search input[type="text"] {
	padding: 8px 10px;
	outline: none;
	color: #999;
	background: #fff;
	border: none;
	width: 87.22%;
	line-height: 1.5em;
	font-size: 0.8125em;
}
.search input[type="submit"] {
	background:#e11321;
	padding: 5px 17px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	color:#fff;
}
.search input[type="submit"]:hover{
	background:#e11321;
}

.stay {
	float: left;
	font-size: 0.85em;
	margin:8px 10px 0 0;
	color: #555;
}
.stay_right{
	float:left;
}
.stay_key{
	float:left;
	margin-left:60px;
	line-height:2.2em;
}
.stay_key a,.stay_key a:visited{
   color:#000;
   margin-right:10px;
}
.stay_key a:hover{
   color:#e21321;
}
@media(max-width:640px){
	.stay_key{display:none;}
}
/*搜索栏样式 结束*/
/*焦点图 开始*/
.brand{
	width:100%;
	margin:0 auto;
}
.brand img{float:left; width:25%; cursor:pointer;}
.brand img:nth-child(3){width:50%; cursor:pointer;}
/*焦点图 结束*/
/*产品展示 开始*/
.cp-title{
border-bottom:2px solid #e21321;
height:43px;
position:relative;
text-align:center;
margin-bottom:50px;
}
.cp-title p{
width:282px;
text-align:center;
margin:0 auto;
}
.cp-title p.w2{
width:330px;
}
.sap_tabs{
	clear:both;
	padding: 2em 0 0em;
}
.resp-tabs-list {
	width: 75%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color:#fff;
	font-size: 1em;
	cursor: pointer;
	padding: 5px 5px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width:18%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background:#af2f24;
	margin-right:0.2%;
	box-sizing:border-box;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #fff;
}
.resp-tab-active{
	background:#9a5222;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

ul.tab_img{
	padding:0;
	list-style:none;
	position: relative;
	background:#fff;
	padding:2em 0;
}
ul.tab_img li {
	float: left;
	width: 18%;
	margin-right:2.5%;
	box-sizing:border-box;
}
ul.tab_img li:nth-child(5n){
	margin-right:0%;
}
.tab_name{
	padding:0.6em 0;
	color:#af4300;
	font-size:16px;
	text-align:right;
}
.tab_desc{
	border-top:solid 1px #b8b5b3;
	border-bottom:solid 1px #b8b5b3;
	padding:0.6em 0 1em;
	list-style:none;
	text-align:center;
}
.tab_desc h3, .tab_desc1 h3{
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
}
.tab_desc h3 a, .tab_desc1 h3 a{
	color:#555;
}
.tab_desc p, .tab_desc1 p{
	font-size:14px;
	color:#676666;
	width:60%;
	float:left;
	text-align:left;
}
.btn1.btn-primary1{
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none!important;
	background: #e21321;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 14px;
	margin-top:5px;
}

@media only screen and (min-width:768px) and (max-width:1236px){
	.resp-tabs-list {
	width: 80%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
	ul.tab_img li {
	float: left;
	width: 32%;
	margin-right:1.33%;
	box-sizing:border-box;
}
	ul.tab_img li:nth-child(5n){
	margin-right:1.33%;
}
	.creat ul li{
	width: 21%;
	margin-right:2%;
}
}
@media (min-width:481px) and (max-width:767px) {

      .tab_name{
	padding:0.6em 0;
	color:#af4300;
	font-size:12px;
	text-align:right;
    width:150px;
    
}
}
@media(max-width:768px){
	.resp-tabs-list {
	width: 80%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
	ul.tab_img li {
	float: left;
	width: 32%;
	margin-right:1.33%;
	box-sizing:border-box;
}
	ul.tab_img li:nth-child(5n){
	margin-right:1.33%;
}
	.creat ul li{
	width: 21%;
	margin-right:2%;
}

    .tab_name{
	padding:0.6em 0;
	color:#af4300;
	font-size:14px;
	text-align:right;
    width:200px;
}
}
@media only screen and (max-width:480px) {

      .tab_name{
	padding:0.6em 0;
	color:#af4300;
	font-size:16px;
	text-align:right;
    width:200px;
}
	.cp-title{
	margin-top:16px;	
	height:34px;
	margin-bottom:34px;
}
	.cp-title img{
	width:80%;
	margin:0 auto;	
}
	.cp-title p.w2{
	width:320px;
}
	ul.tab_img li {
	width: 48%;
	margin-right:2%;
}
ul.tab_img li:nth-child(5n){
	margin-right:2%;
}
	.tab_desc{overflow:hidden;}
	.tab_desc p, .tab_desc1 p{
	width:100%;
}
	.btn1.btn-primary1{float:right; overflow:hidden;}
	.creat ul li{
	width: 42%;
	margin-right:2%;
}
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:10px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px;
	background:#af2f24;
	oolor:#fff;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
/*--创意料理区样式 开始--*/
.creat{
	border:solid 1px #ececec;
	padding:15px 0px;
}
.creat ul{margin:0px; padding:0px;}
.creat ul li{
	list-style:none;
	float:left;
	margin-left:14px;
	line-height:26px;
}
.creat ul li img{
	margin-bottom:10px;
}
/*--底部区域样式 开始--*/
.foot{
width:100%;
height:255px;
padding-top:45px;
background:#d21622;
color:#fff;
line-height:20px;
margin-top:15px;
}
.footh{
max-width:1240px;
margin:0 auto;
}
.footh-l{
width:28%;
margin-left:2%;
float:left;
line-height:24px;
}
.footh-l h4{
font-size:18px;
}
.footh-l img{
display:block;
margin-bottom:25px;
}
.footh-r{
width:70%;
float:right;
}
.f-menu li{
list-style:none;
padding:0;
width:20%;
float:left;
height:165px;
 
 
}
.f-menu li img{
 
display:block;
margin-bottom:8px;
}
.footb{
width:100%;
padding:15px;
color:#fff;
text-align:center;
background:#7f020a;
}
@media only screen and (min-width:988px) and (max-width:1236px){
}

@media only screen and (min-width:730px) and (max-width:987px){
.foot{
height:260px;
}
.f-menu li{
height:115px;
}
.footh-l,.footh-r{
width:90%;
float:none;
margin:0 auto;
clear:both;
}
.footh-l img{
display:inline;
float:left;
margin-right:25px;
}
.footh-r{
display:none;
}
}

@media only screen and (max-width:729px){
.footh-l{
width:90%;
float:none;
margin:0 auto;
}
.footh-r{
display:none;
}
}

@media only screen and (max-width:480px){
.footh-l img{
width:80px;
}
}
.delButton{color:#fff; background:#e21321; text-align:center;  width:100px;  border:0; padding:8px}
.regDiv{background-color:#efefef;padding:10px 5px; border:1px solid #ccc; margin-bottom:20px;}
.regDiv span{border-right:1px solid #999; padding:5px  10px; width:150px; margin-right:20px;padding-right:20px}
.regDiv input{background-color:#f8f8f8;border:1px solid #ccc;}
.regDiv e{color:#ff0000;}
.rbcss{float:right; width:120px;}






/***浮動購物選單********************************************************/
#right_float {
	position: absolute;
	z-index: 5;
	top: 497px;
	right: 0px;
	width: 56px;
	height: auto;
    opacity: 0;
    overflow: hidden;
    
}
#right_float .login a{
	width:57px;
	height:121px;
	background-image:url(../images/login.png);
	background-repeat:no-repeat;
	display:block;
	margin-bottom:5px;
}
#right_float .login a:hover{
	background-image:url(../images/login_.png);
}
#right_float .signout a{
	width:57px;
	height:121px;
	background-image:url(../images/signout.png);
	background-repeat:no-repeat;
	display:block;
	margin-bottom:5px;
}
#right_float .signout a:hover{
	background-image:url(../images/signout_.png);
}
#right_float .cart a{
	width:56px;
	height:147px;
	background-image:url(../images/cart.png);
	background-repeat:no-repeat;
	display:block;
	position:relative;
	text-decoration:none;
	margin-bottom:5px;
}
#right_float .cart a:hover{
	background-image:url(../images/cart_.png);
}
#right_float .info{
	position:absolute;
	width:49px;
	height:44px;
	text-align:center;
	top:100px;
	left:5px;
}
#right_float .price{
	font-size:16px;
	color:#53292E;
	font-weight: bold;
}
#right_float .quantity{
	font-size:13px;
	color:#D90000;
	font-weight: bold;
	margin-top:1px;
}
#right_float .quantity:before{
	content:"$ ";
}

#right_float .notice a{
	width:57px;
	height:135px;
	background-image: url(../images/notice.png);
	background-repeat:no-repeat;
	display:block;
}
#right_float .notice a:hover{
	background-image:url(../images/notice_.png);
}
/***浮動購物選單********************************************************/
