﻿/* css 重置 */
*{margin:0;padding:0;list-style:none;}
body{background:#fff;font:normal 12px/22px 宋体;}
img{border:0;}
a{text-decoration:none;color:#333;}
a:hover{color:#CC9900;}
/* 本例子css */
.tabox{width:1170px;margin:30px auto;}
.tabox .hd{overflow:hidden;}
.tabox .hd li{position:relative;margin-left:-1px;height:37px;line-height:37px;text-align:center;width:177px;float:left;border-top:0;font:normal 14px/37px "Microsoft YaHei";_font-weight:bold;cursor:default;background: #eee;margin-right:19px;margin-bottom:5px;}
.tabox .hd li.on{width:176px;background:#fff;border-bottom:1px solid #fff;color:#fff; background: #665633;}
.tabox .bd{height:230px;border-top:0;}
.tabox .lh{padding: 30px 0;}

.tabox .lh li .p-img{width:220px;height:190px;margin:0 auto;text-align:center;}
.tabox .lh li .p-name{height:65px;line-height:50px;word-break:break-all;word-wrap:break-word;overflow:hidden;text-align: center;}
.tabox .lh li .p-price{color:#999;}


ol,
ul,
li
 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  font-family: "微软雅黑";
}

.lf_menu {
  box-sizing: border-box;
    float: right;
    margin-top: 46px;
	width: 714px;
}

.lf_menu .center {
  width: 1200px;
}
.lf_menu .hover > li {
  position: relative;
}
.lf_menu .hover > li:last-child {
  border-right: none;
}
.lf_menu .hover > li > a {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
.lf_menu .hover > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}
.lf_menu .hover > li:hover .ol-list {
  display: block;
}
.lf_menu .ol-list {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
  background: #665633;
}
.lf_menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #393323;
  justify-content: center;
}
.lf_menu .ol-list > li > a:hover {
  background: #222;
}
