body {
  margin: 0;
  padding: 0;
  background: #ebebeb;
  font-size: 12px;
  font-family: "STHeiti", "Microsoft Yahei";
  text-align: center;
  color: #202020;
}
/*重置*/
ul,
li,
p,
dl,
dd,
dt,
ol,
h2,
h1,
h3,
h4,
em {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
a,
img {
  border: none;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border: none;
}
input[type="submit"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  line-height: 0;
}
.icon-item {
  width: 13px;
  height: 11px;
  background-position: -15px 0;
  vertical-align: middle;
  overflow: hidden;
}
.icon-arrow {
  width: 10px;
  height: 10px;
}
.icon-arrow-red {
  width: 5px;
  height: 6px;
  background-position: 0 -10px;
}
.icon-arrow-down {
  width: 16px;
  height: 17px;
  background-position: 0 -19px;
}
.icon-arrow-right {
  width: 5px;
  height: 9px;
  background-position: -5px -10px;
}
.icon-arrow3 {
  width: 19px;
  height: 19px;
  background-position: -56px -35px;
}
.icon-return {
  width: 9px;
  height: 12px;
  background-position: -38px 1px;
}
.icon-plus2 {
  width: 20px;
  height: 21px;
  background-position: -16px -19px;
}
.icon-msg {
  width: 19px;
  height: 18px;
  background-position: -56px 0;
}
.icon-thumb {
  width: 18px;
  height: 18px;
  background-position: -75px 0;
}
.icon-hot {
  width: 29px;
  height: 16px;
  background-position: -56px -18px;
  vertical-align: middle;
  margin-left: 10px;
}
.icon-tel {
  width: 13px;
  height: 18px;
  background-position: 0 -36px;
}
.icon-star {
  width: 14px;
  height: 13px;
  background-position: -42px -41px;
}
a:hover .icon-plus2 {
  background-position: -36px -19px;
}
.btn-copyItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 4px;
  vertical-align: top;
}
.mb15 {
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt10 {
  margin-top: 10px;
}
.pt10 {
  padding-top: 10px;
}
.red {
  color: #cc0015;
}
.txt-right {
  text-align: right;
}
.org {
  color: #ff4614;
}
.pull-right {
  color: #afafaf;
}
.pull-right {
  float: right;
}
.heading {
  font-size: 14px;
}
.heading {
  border-bottom: solid 1px #ddd;
  padding: 6px;
  margin-bottom: 10px;
}
/* 状态 class名称：correct=发布成功 error=审核未通过 cur=审核中 repeal=撤展信息 pastDue=过期信息 */
.statIcon a {
  background: url(../images/ico.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.statIcon a.correct {
  background-position: left -578px;
}
.statIcon a.error {
  background-position: left -613px;
}
.statIcon a.cue {
  background-position: left -650px;
}
.statIcon a.repeal {
  background-position: left -690px;
}
.statIcon a.pastDue {
  background-position: left -728px;
}
.button-default {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  background: #da4f49;
  color: #fff;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}
.button-default.sm {
  padding: 2px 10px;
}
.button-gray {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  background: #da4f49;
  color: #fff;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}
.button-gray.sm {
  padding: 2px 10px;
}
.btn {
  text-align: center;
  padding: 0 12px;
  font-weight: normal;
  font-size: 12px;
  height: 27px;
  line-height: 28px;
  border-radius: 2px;
  border: none;
}
.btn.btn-primary {
  background-repeat: repeat-x;
  background: #da4f49;
  color: #fff;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}
.btn.btn-primary {
  background-repeat: repeat-x;
  background: #da4f49;
  color: #fff;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}
.toolbar {
  background: #f0f0f0;
  padding: 6px;
  position: relative;
}
.toolbar .share-btn {
  position: absolute;
  top: 3px;
  right: 15px;
}
/*
常用
*/
a {
  color: #d30a1f;
}
a.black {
  color: #202020;
}
a.black:hover {
  color: #ff0000;
}
a:hover {
  color: #222222;
}
.remove-text {
  text-indent: -9999em;
}
.border-bd {
  border-bottom: 1px dotted #ababab;
}
.container {
  width: 990px;
  margin: 0 auto;
  text-align: left;
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tcc {
  text-align: center;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear20 {
  clear: both;
  height: 20px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearboth {
  clear: both;
}
.wrap {
  width: 985px;
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
}
.current-path {
  margin-bottom: 10px;
}
.button {
  text-align: center;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}
.button:hover {
  color: #ff0000;
}
.button.button-lg {
  width: 162px;
  height: 46px;
  font-size: 14px;
}
.button.button-md {
  width: 107px;
  height: 35px;
  background-position: -162px 0;
}
.button.button-md2 {
  width: 76px;
  height: 35px;
  background-position: -270px 0;
}
.button.button-xs {
  width: 52px;
  height: 22px;
  background-position: -162px -35px;
}
.button.button-min {
  width: 64px;
  height: 17px;
  line-height: 17px;
  background-position: -261px -35px;
  color: #ff3c00;
  font-weight: normal;
}
a.button.button-min {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a.button.button-min:hover {
  color: #222222;
}
.button.button-xs {
  line-height: 22px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.button-right {
  text-align: right;
}
.button-right a {
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #ff7200;
}
.button-right a:hover {
  background: #f00;
}
.wine-tabs a {
  padding: 5px;
  color: #666;
}
.wine-tabs a.active {
  background: #ccc;
  color: #f00;
  border-radius: 4px;
}
.form-box .hd h2 {
  font-size: 14px;
}
.form-box .bd h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.form-box .more {
  float: right;
  line-height: 16px;
  margin-top: 10px;
}
.form-box .more a {
  font-size: 10px;
  text-decoration: underline;
}
.form-box .more i {
  margin-right: 5px;
  vertical-align: top;
}
.form-box .inp {
  vertical-align: middle;
  border: 1px solid #d3d3d3;
  background: #fff;
  height: 18px;
  padding: 5px;
  outline: none;
}
.form-box .inp.w100 {
  width: 100px !important;
}
.form-box .inp.inshadow {
  box-shadow: 0 0 5px #cccccc inset;
}
.form-box .inp:focus {
  box-shadow: 0 0 5px #cccccc inset;
}
.form-box .inp.disabled {
  border: 1px solid #d3d3d3;
  background: #ddd;
  cursor: crosshair;
}
.form-box textarea.inp {
  height: 200px;
  width: 480px;
  overflow: hidden;
}
.form-box select {
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}
.form-box .avatar {
  width: 83px;
  height: 80px;
  overflow: hidden;
  margin-left: 2px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  margin-bottom: 6px;
}
.form-box .avatar-tip {
  margin-left: 5px;
  float: left;
  color: #3f3f3f;
}
.form-box .form-buttons {
  margin-top: 30px;
  margin-left: 20px;
}
.form-box .form-tip {
  margin-left: 10px;
}
.form-box .form-tip.red {
  color: #ff0000;
}
.form-box .table-hd td {
  border-bottom: 1px dotted #ccc;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.form-table .up-product-pic dd.d3 {
  width: 120px;
  float: left;
  text-align: center;
}
.form-table .up-product-pic dt {
  width: 90px;
}
.form-table .up-product-pic dd .img {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  margin: 3px auto;
}
.form-table .up-product-pic dd .info a {
  color: #999;
  margin: 0;
}
.form-table .up-product-pic dd .info {
  padding: 0;
  text-align: center;
}
.two-col ul li {
  width: 50%;
  float: left;
}
.two-col ul li a {
  display: block;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.win-box .hd .more a {
  background: url(../images/slice.png) no-repeat;
}
.win-box .hd {
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #bcbdbf;
  position: relative;
}
.win-box .hd h2 {
  font-size: 17px;
  float: left;
  color: #cc0015;
  font-weight: normal;
}
.win-box .hd.no-border {
  border-bottom: none;
}
.win-box .hd.icon_hd {
  height: 40px;
  padding-bottom: 5px;
}
.win-box .hd.icon_hd h2 {
  color: #6d6d6d;
  font-size: 22px;
}
.win-box .hd.icon_hd .more {
  margin-top: 15px;
}
.win-box .hd .more {
  float: right;
}
.win-box .hd .more a {
  background-position: right -259px;
  padding: 2px;
  padding-right: 20px;
}
.win-box .hd .link {
  float: right;
}
.win-box .hd .link a {
  color: #dc737a;
  margin-right: 10px;
}
.win-box .hd .link a:hover {
  color: #555;
}
.win-box .hd .w-tabs a {
  font-size: 17px;
}
.win-box .hd .w-arrow {
  width: 14px;
  height: 14px;
  line-height: 0;
  font-size: 0;
  display: block;
  position: absolute;
  top: 46px;
  left: -1px;
  background-position: 0 -163px;
}
.win-box .bd {
  *zoom: 1;
  padding: 10px 0;
}
.win-box .bd:after {
  content: " ";
  display: block;
  clear: both;
}
.win-box .bd ul,
.win-box .bd li {
  line-height: 25px;
}
.win-box .win-box-l .hd,
.win-box .win-box-r .hd {
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-top: 1px solid #bcbdbf;
}
.win-box .win-box-l .more,
.win-box .win-box-r .more {
  line-height: 26px;
  margin-top: 10px;
  margin-right: 10px;
}
.win-box .win-box-l h2,
.win-box .win-box-r h2 {
  margin-left: 16px;
}
.win-box .win-box-l .bd,
.win-box .win-box-r .bd {
  padding: 10px 15px;
  border-left: 1px solid #bcbdbf;
  border-bottom: 1px solid #bcbdbf;
}
.win-box .win-box-l {
  *zoom: 1;
  width: 309px;
  float: left;
}
.win-box .win-box-l:after {
  content: " ";
  display: block;
  clear: both;
}
.win-box .win-box-l .hd {
  border-left: 1px solid #bcbdbf;
  margin-left: -14px;
}
.win-box .win-box-r {
  *zoom: 1;
  width: 308px;
  float: left;
}
.win-box .win-box-r:after {
  content: " ";
  display: block;
  clear: both;
}
.win-box .win-box-r .hd {
  border-left: 1px solid #bcbdbf;
  border-right: 1px solid #bcbdbf;
}
.win-box .win-box-r .bd {
  border-right: 1px solid #bcbdbf;
}
.win-box.theme-red .hd {
  background: #df0017;
  height: 35px;
  line-height: 35px;
}
.win-box.theme-red .hd h2 {
  color: #fff;
  text-indent: 15px;
}
.win-box.theme-red .hd .more {
  margin-right: 10px;
}
.win-box.theme-red .hd .more a {
  background-position: right -342px;
  color: #fff;
}
.win-box.theme-red .bd {
  background-color: #ebebeb;
  padding: 10px;
}
.win-box.theme-a .hd {
  border-width: 2px;
}
.win-box.theme-a .hd h2 {
  width: 120px;
  text-indent: 15px;
  border-bottom: 2px solid #d94050;
}
/*分页*/
.pager {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.pager a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin-right: 1px;
  line-height: 22px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: -moz-linear-gradient(top, #dddddd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Arial;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.pager .t {
  font-family: "Tahoma";
  background-color: #fff;
  color: #333;
}
.pager a:hover,
.pager a.current {
  color: #ff5518;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ededed));
  background: -moz-linear-gradient(top, #f1f1f1, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ededed');
}
.pager .prev {
  border-radius: 4px;
}
.pager .next {
  border-radius: 4px;
}
/*select 美化*/
.tag_select {
  display: block;
  float: left;
  width: 115px;
  height: 23px;
  line-height: 23px;
  background: transparent url("../images/select.png") no-repeat 0 0;
  text-align: left;
  text-indent: 10px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
.tag_select_hover {
  color: #ff0000;
  background: transparent url("../images/select_hover.png") no-repeat 0 0;
}
.tag_select_open {
  color: #E4672A;
  background: transparent url("../images/select_hover.png") no-repeat 0 0;
}
ul.tag_options {
  position: absolute;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  width: 115px;
  overflow: hidden;
  font-size: 12px;
  margin-left: 0;
  top: 23px;
  left: 0;
  cursor: pointer;
  z-index: 1000;
}
ul.tag_options li {
  background: #fff;
  display: block;
  width: 115px;
  padding: 0 0;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
ul.tag_options li.open_hover {
  background: #fff;
  color: #000;
  font-weight: normal;
  font-size: 12px;
}
ul.tag_options li.open_selected {
  background: #fff;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
}
.ul-sclist li {
  height: 19px;
  line-height: 19px;
  overflow: hidden;
  margin-bottom: 5px;
}
.ul-sclist li a:hover {
  color: #cc0015;
}
.ul-sclist li .gy,
.ul-sclist li .qg,
.ul-sclist li .pf,
.ul-sclist li .dl {
  padding: 3px 5px;
}
.ul-sclist li .gy {
  background: #fff1e8;
}
.ul-sclist li .qg {
  background: #ebf5ce;
}
.ul-sclist li .pf {
  background: #fff5da;
}
.ul-sclist li .dl {
  background: #e6f6ff;
}
#footer {
  padding: 20px;
  background: #eeeeee;
}
#footer .links h2 {
  color: #121212;
  font-size: 15px;
  margin-bottom: 15px;
}
#footer .links ul li {
  line-height: 28px;
  width: 10%;
  float: left;
}
#footer p {
  color: #555;
  text-align: center;
}
#footer .fnav {
  padding: 10px 0;
}
#footer .copy span {
  font-family: Arial #000000;
}
/* button   
---------------------------------------------- */
.button {
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.3);  */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.button.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.button.medium {
  font-size: 12px;
  padding: .4em 1em .42em;
}
.button.small {
  font-size: 11px;
  padding: .2em 1em .275em;
}
.button.left {
  -webkit-border-radius: .5em 0 0 .5em;
  -moz-border-radius: .5em 0 0 .5em;
  border-radius: .5em 0 0 .5em;
  margin-right: 0;
  border-right: none;
}
.button.right {
  -webkit-border-radius: 0 .5em .5em 0;
  -moz-border-radius: 0 .5em .5em 0;
  border-radius: 0 .5em .5em 0;
  margin-left: 0;
}
/* color styles   
---------------------------------------------- */
.button {
  /* black */
  /* gray */
  /* white */
  /* orange */
  /* red */
  /* blue */
  /* rosy */
  /* green */
  /* pink */
}
.button.black {
  color: #d7d7d7;
  border: solid 1px #333;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
  background: -moz-linear-gradient(top, #666666, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.button.black:hover {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
  background: -moz-linear-gradient(top, #444444, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.button.black:active {
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#444444));
  background: -moz-linear-gradient(top, #000000, #444444);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
.button.gray {
  color: #e9e9e9;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#575757));
  background: -moz-linear-gradient(top, #888888, #575757);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.button.gray:hover {
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
  background: -moz-linear-gradient(top, #757575, #4b4b4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.button.gray:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888888));
  background: -moz-linear-gradient(top, #575757, #888888);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
.button.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  background: -moz-linear-gradient(top, #ffffff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.button.white:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc));
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.button.white:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));
  background: -moz-linear-gradient(top, #ededed, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.button.orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.button.orange:hover {
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.button.orange:active {
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.button.red {
  color: #fff !important;
  border: solid 1px #980c10;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top, #ed1c24, #aa1317);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.buttona.red {
  _border: 0 none;
  _background: none;
  _color: #c00 !important;
}
.button.red:hover {
  color: #fff;
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top, #c9151b, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.button.red:active {
  color: #de898c;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
  background: -moz-linear-gradient(top, #aa1317, #ed1c24);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
.button.blue {
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.button.blue:hover {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top, #0095cc, #00678e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.button.blue:active {
  color: #80bed6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
  background: -moz-linear-gradient(top, #0078a5, #00adee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.button.rosy {
  color: #fae7e9;
  border: solid 1px #b73948;
  background: #da5867;
  background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
  background: -moz-linear-gradient(top, #f16c7c, #bf404f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.button.rosy:hover {
  background: #ba4b58;
  background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
  background: -moz-linear-gradient(top, #cf5d6a, #a53845);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.button.rosy:active {
  color: #dca4ab;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
  background: -moz-linear-gradient(top, #bf404f, #f16c7c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
.button.green {
  color: #e8f0de;
  border: solid 1px #538312;
  background: #64991e;
  background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
  background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.button.green:hover {
  background: #538018;
  background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
  background: -moz-linear-gradient(top, #6b9d28, #436b0c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.button.green:active {
  color: #a9c08c;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
  background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.button.pink {
  color: #feeef5;
  border: solid 1px #d2729e;
  background: #f895c2;
  background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
  background: -moz-linear-gradient(top, #feb1d3, #f171ab);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.button.pink:hover {
  background: #d57ea5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
  background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.button.pink:active {
  color: #f3c3d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
  background: -moz-linear-gradient(top, #f171ab, #feb1d3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
input[type=submit],
input[type=reset],
input[type=button] {
  filter: chroma(color=#000000);
}
.site-nav {
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  height: 21px;
  line-height: 21px;
}
.site-nav .login-info {
  float: left;
  color: #444;
}
.site-nav a {
  color: #444444;
}
.site-nav a.btn-login {
  padding: 10px;
  background: #aeaeae;
  color: #fff;
  margin: 0 10px;
}
.site-nav .top-nav {
  float: right;
  color: #c8c8c8;
}
.site-nav .top-nav a {
  color: #444;
}
#header {
  height: 170px;
  _height: 180px;
  text-align: left;
  /*主分类*/
}
#header .container {
  padding: 20px 0 15px;
  *zoom: 1;
}
#header .container:after {
  content: " ";
  display: block;
  clear: both;
}
#header .logo {
  float: left;
  margin-left: 20px;
}
#header .logo a {
  width: 219px;
  height: 65px;
  display: block;
  text-indent: -999em;
  background: url(../images/logo2.png) no-repeat;
  background: url(../images/logo2.gif) no-repeat;
}
#header .share {
  width: 138px;
  height: 69px;
  float: right;
  text-align: right;
  background: url(../images/share.png) no-repeat;
}
#header .share a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 95px;
  height: 23px;
  text-align: left;
  text-indent: -999em;
}
#header .search {
  width: 510px;
  float: right;
}
#header .search-tabs {
  margin-bottom: 5px;
  height: 15px;
}
#header .search-tabs li {
  float: left;
}
#header .search-tabs li a {
  font-size: 14px;
  color: #555;
  padding: 5px 30px 0 0;
}
#header .search-tabs li.active a {
  color: #cc0015;
}
#header .search-form {
  clear: both;
  width: 420px;
  height: 27px;
  margin: 0 0 5px;
  border: 2px solid #cc0015;
  position: relative;
}
#header .search-form .key {
  width: 344px;
  height: 17px;
  _height: 13px;
  _line-height: 13px;
  padding: 5px;
  border: none;
  _border: 1px solid #fff;
  outline: none;
}
#header .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 27px;
  border: none;
  outline: none;
  background: #cc0015 url(../images/slice.png) no-repeat -393px 1px;
}
#header .search-keys a {
  color: #666;
}
#header .search-keys a:hover {
  color: #cc0015;
}
#header .wine-nav {
  height: 50px;
  border-top: 1px solid #d8d8d8;
  background: #F0EFEF;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f0efef 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f0efef 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #ffffff 0%, #f0efef 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f0efef));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0efef 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #ffffff 0%, #f0efef 100%);
  clear: both;
}
#header .wine-nav ul.nav-item {
  float: none;
  margin: 0 auto;
  width: 990px;
}
#header .wine-nav ul.nav-item li {
  margin-right: 0;
}
#header .wine-nav ul.nav-item li.nav0 {
  width: 55px;
}
#header .wine-nav ul.nav-item li.nav0 a {
  background-position: 0 0;
  padding-top: 39px;
  margin-top: -4px;
}
#header .wine-nav ul.nav-item li.nav1 {
  width: 183px;
}
#header .wine-nav ul.nav-item li.nav2 {
  width: 218px;
}
#header .wine-nav ul.nav-item li.nav3 {
  width: 270px;
}
#header .wine-nav ul.nav-item li.nav4 {
  width: 136px;
}
#header .wine-nav ul.nav-item li.nav5 {
  width: 121px;
}
#header ul.nav-item {
  float: right;
  height: 50px;
  margin-top: 10px;
}
#header ul.nav-item li {
  margin-right: 5px;
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#header ul.nav-item li a {
  color: #666666;
}
#header ul.nav-item li a:hover {
  color: #cc0015;
}
#header ul.nav-item li a.tit {
  height: 15px;
  line-height: 15px;
  width: 49px;
  padding: 33px 0 2px;
  text-align: center;
  display: block;
  float: left;
  background: url(../images/slice.png) no-repeat;
  color: #ffffff;
}
#header ul.nav-item li ul {
  float: left;
  height: 43px;
  padding: 5px 0 0 5px;
}
#header ul.nav-item li ul li a {
  margin-right: 5px;
  line-height: 20px;
  font-size: 12px;
  white-space: nowrap;
}
#header ul.nav-item li.active a {
  color: #cc0015;
}
#header ul.nav-item li.active a:hover {
  color: #333333;
}
#header ul.nav-item li.nav0 .tit {
  background-position: 0 -7px;
  height: 18px;
  margin-top: 0px;
}
#header ul.nav-item li.nav1 .tit {
  background-position: -50px 0;
}
#header ul.nav-item li.nav1 ul {
  width: 129px;
}
#header ul.nav-item li.nav1.active .tit,
#header ul.nav-item li.nav1:hover .tit {
  background-position: -50px -50px;
  color: #ffffff;
}
#header ul.nav-item li.nav1.active ul,
#header ul.nav-item li.nav1:hover ul {
  border-bottom: 2px solid #cc0015;
}
#header ul.nav-item li.nav2 .tit {
  background-position: -100px 0;
}
#header ul.nav-item li.nav2 ul {
  width: 164px;
}
#header ul.nav-item li.nav2.active .tit,
#header ul.nav-item li.nav2:hover .tit {
  background-position: -100px -50px;
  color: #ffffff;
}
#header ul.nav-item li.nav2.active ul,
#header ul.nav-item li.nav2:hover ul {
  border-bottom: 2px solid #cc0015;
}
#header ul.nav-item li.nav3 .tit {
  background-position: -150px 0;
}
#header ul.nav-item li.nav3 ul {
  width: 216px;
}
#header ul.nav-item li.nav3.active .tit,
#header ul.nav-item li.nav3:hover .tit {
  background-position: -150px -50px;
  color: #ffffff;
}
#header ul.nav-item li.nav3.active ul,
#header ul.nav-item li.nav3:hover ul {
  border-bottom: 2px solid #cc0015;
}
#header ul.nav-item li.nav4 .tit {
  background-position: -200px 0;
}
#header ul.nav-item li.nav4 ul {
  width: 82px;
}
#header ul.nav-item li.nav4.active .tit,
#header ul.nav-item li.nav4:hover .tit {
  background-position: -200px -50px;
  color: #ffffff;
}
#header ul.nav-item li.nav4.active ul,
#header ul.nav-item li.nav4:hover ul {
  border-bottom: 2px solid #cc0015;
}
#header ul.nav-item li.nav5 .tit {
  background-position: -250px 0;
}
#header ul.nav-item li.nav5 ul {
  width: 67px;
}
#header ul.nav-item li.nav5.active .tit,
#header ul.nav-item li.nav5:hover .tit {
  background-position: -250px -50px;
  color: #ffffff;
}
#header ul.nav-item li.nav5.active ul,
#header ul.nav-item li.nav5:hover ul {
  border-bottom: 2px solid #cc0015;
}
body {
  background: #ffffff;
}
a {
  color: #555;
}
a:hover {
  color: #cc0015;
}
.icon-brand,
.icon-market,
.ul-arrlist li a,
.w-arrow {
  background: url(../images/slice.png) no-repeat;
}
.icon-brand {
  width: 40px;
  height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -406px -199px;
}
.icon-market {
  width: 40px;
  height: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-position: -406px -127px;
}
.col-left {
  width: 620px;
  float: left;
}
.col-right {
  width: 336px;
  float: right;
  padding: 10px;
  background: #f0f2f5;
}
.col-right-ad {
  clear: both;
}
.col-right-ad li {
  margin-bottom: 10px;
  width: 336px;
  overflow: hidden;
}
.col-right-ad img {
  vertical-align: top;
}
.col-full-ad {
  width: 980px;
  height: 90px;
  clear: both;
  margin: 10px auto;
  border: 5px solid #f0f0f0;
}
/*热点图片滚动*/
.w-slider {
  width: 600px;
  height: 256px;
  padding: 10px;
  background: #f0f0f0;
  margin-bottom: 10px;
}
.w-slider .slider_wrap {
  position: relative;
  width: 600px;
  height: 260px;
}
.w-slider .mask {
  FILTER: alpha(opacity=60);
  opacity: 0.6;
  width: 100%;
  height: 30px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.w-slider .comt {
  width: 320px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  text-indent: 10px;
  text-align: left;
}
.w-slider .comt H3 {
  line-height: 30px;
  font-size: 14px;
}
.w-slider #slider_box {
  position: relative;
  width: 480px;
  height: 260px;
  overflow: hidden;
  float: left;
}
.w-slider #contentList li {
  float: left;
  position: relative;
  display: inline;
}
.w-slider #contentList li IMG {
  width: 480px;
  height: 260px;
}
.w-slider #previewList {
  float: right;
  position: relative;
  width: 110px;
}
.w-slider #previewList li {
  position: relative;
  float: left;
  height: 64px;
  margin-top: 1px;
}
.w-slider #previewList li IMG {
  width: 110px;
  height: 64px;
}
.w-slider #previewList .mask {
  height: 64px;
}
.w-slider #previewList .active .mask {
  z-index: -1;
}
.col-span {
  border-top: 5px solid #595959;
  padding-top: 10px;
  *zoom: 1;
}
.col-span:after {
  content: " ";
  display: block;
  clear: both;
}
.w-tabs li {
  float: left;
  width: 90px;
  height: 29px;
}
.w-tabs li a {
  width: 90px;
  height: 29px;
  float: left;
  display: block;
  color: #555;
  font-weight: normal;
}
.w-tabs li.current a {
  color: #cc0015;
  border-bottom: 1px solid #cc0015;
}
.tab_body .tab_body_con {
  display: none;
}
.tab_body .tab_body_con.current {
  display: block;
}
.ul-list {
  padding-left: 10px;
}
.ul-list a {
  color: #313131;
  font-size: 14px;
}
.ul-list a:hover {
  color: #cc0015;
}
.ul-list li {
  height: 25px;
  overflow: hidden;
}
.ul-ztlist li {
  line-height: 22px !important;
  border-bottom: 1px dotted #b0b0b0;
}
.ul-ztlist li a {
  color: #313131;
}
.ul-ztlist li a:hover {
  color: #cc0015;
}
.ul-ztlist li.first {
  text-align: center;
  color: #666;
}
.ul-ztlist li.first img {
  vertical-align: top;
}
.ul-ztlist li.first h3 {
  font-size: 14px;
  margin: 0;
}
.ul-ztlist li.first p {
  text-align: left;
  line-height: 17px !important;
}
.ul-zslist {
  *zoom: 1;
}
.ul-zslist:after {
  content: " ";
  display: block;
  clear: both;
}
.ul-zslist li {
  width: 195px;
  height: 120px;
  padding: 4px;
  margin: 0 3px 3px 0;
  background: #f6f6f6;
  float: left;
}
.ul-zslist li .pic {
  width: 40px;
  height: 124px;
  overflow: hidden;
  float: left;
}
.ul-zslist li h3 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.ul-zslist li .company {
  font-size: 12px;
  color: #686868;
  height: 20px;
  overflow: hidden;
}
.ul-zslist li .price {
  padding: 5px 0;
  color: #ef2f43;
  font-size: 12px;
}
.ul-zslist li .price em {
  font-size: 22px;
  font-weight: bold;
}
.ul-zslist li .btn {
  text-align: right;
}
.ul-zslist li .btn a {
  background: #f56200;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
}
.ul-zslist li .btn a:hover {
  background: #555;
}
.ul-flist li {
  width: 203px;
  float: left;
  border-bottom: 1px dotted #b0b0b0;
  margin-right: 3px;
}
.ul-flist li a {
  padding-left: 10px;
}
.ul-flist li a:hover {
  color: #cc0015;
}
.ul-arrlist li a {
  line-height: 23px;
  padding-left: 15px;
  background-position: -438px -296px;
}
.ul-arrlist li a:hover {
  color: #cc0015;
  background-position: -438px -319px;
}
/*知名商家*/
.ul-brandlist li {
  height: 29px;
  line-height: 29px;
  border-bottom: 1px dotted #b0b0b0;
}
.ul-brandlist li .pic {
  display: none;
}
.ul-brandlist li .num {
  width: 20px;
  height: 29px;
  line-height: 29px;
  display: block;
  float: left;
  font-weight: bold;
  color: #6d6d6d;
  margin-right: 5px;
}
.ul-brandlist li a {
  line-height: 29px;
  font-size: 14px;
}
.ul-brandlist li a:hover {
  color: #cc0015;
}
.ul-brandlist li.active {
  height: 60px;
}
.ul-brandlist li.active .pic {
  height: 60px;
  display: block;
  float: left;
  vertical-align: middle;
}
.ul-brandlist li.active .num {
  height: 60px;
  background: #cc0015;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}
.ul-brandlist li.active a {
  line-height: 60px;
  font-size: 15px;
}
.ul-imgzslist li {
  width: 121px;
  _width: 120px;
  float: left;
  margin: 1px;
  text-align: center;
}
.ul-imgzslist li a.pic {
  width: 122px;
  _width: 121px;
  height: 60px;
  display: block;
  background: #f0f0f0;
  overflow: hidden;
}
.ul-imgadlist li {
  width: 202px;
  height: 67px;
  overflow: hidden;
  float: left;
  margin: 2px;
}
.dl-imgtxtlist {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
.dl-imgtxtlist dt {
  width: 150px;
  height: 80px;
  overflow: hidden;
  float: left;
}
.dl-imgtxtlist dd {
  margin-left: 160px;
}
.dl-imgtxtlist dd h3 {
  height: 16px;
  overflow: hidden;
  color: #171717;
  font-size: 14px;
  margin-bottom: 5px;
}
.dl-imgtxtlist dd p {
  line-height: 17px;
  color: #424242;
  margin-bottom: 5px;
}
.dl-imgtxtlist dd .icon {
  vertical-align: top;
  margin-right: 4px;
}
.dl-imgtxtlist dd .status {
  height: 18px;
  line-height: 18px;
}
.dl-imgtxtlist dd .status span {
  color: #585858;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 18px;
}
.dl-imgtxtlist dd .status .label {
  background: #cfa972;
  height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 4px;
  color: #fff;
}
.dl-imgtxtlist a span {
  color: #92000f;
}
.ul-imgjmlist {
  width: 210px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.ul-imgjmlist .pic {
  width: 210px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: block;
}
.ul-imgjmlist .pic span {
  width: 210px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 20px;
  background: #000;
  color: #fff;
  opacity: 0.8;
  _filter: alpha(opacity=80);
}
.ul-txtjmlist {
  float: left;
  margin-left: 20px;
}
.ul-txtjmlist .num {
  background: #878787;
  color: #fff;
  padding: 4px;
}
.ul-txtjmlist .num.num1,
.ul-txtjmlist .num.num2,
.ul-txtjmlist .num.num3 {
  background: #ff8400;
}
#lsjm .ul-txtjmlist li {
  padding: 0 0 10px;
  line-height: 18px;
}
#lsjm .ul-txtjmlist .num {
  padding: 0 4px;
  line-height: 18px;
}
.dl-ptwiki {
  border-bottom: 1px dotted #b0b0b0;
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 10px;
}
.dl-ptwiki dt {
  margin-bottom: 9px;
}
.dl-ptwiki dd {
  line-height: 22px;
  width: 49%;
  float: left;
}
/*葡萄酒庄*/
.jz-pics dl {
  margin-bottom: 10px;
}
.jz-pics dl dt {
  width: 69px;
  height: 59px;
  float: left;
  margin-right: 5px;
  overflow: hidden;
  *zoom: 1;
}
.jz-pics dl dd {
  margin-left: 75px;
}
.jz-pics dl dd h3 {
  margin-bottom: 5px;
  font-size: 13px;
}
.jz-pics dl dd h3 p {
  color: #333;
  font-size: 10px;
}
.jz-pics dl dd p {
  color: #5f5f5f;
}
.jz-pics dl dd a span {
  color: #92000f;
}
.jz-pics ul li {
  border-bottom: 1px dotted #b0b0b0;
}
.jz-pics ul .dot {
  width: 4px;
  height: 4px;
  line-height: 4px;
  font-size: 4px;
  background: #7e7e7e;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-pics ul a:hover .dot {
  background: #cc0015;
}
/*葡萄酒展区*/
.pic-slider {
  position: relative;
  border-bottom: 1px dotted #b0b0b0;
}
.pic-slider .pic-slider-items {
  width: 570px;
  overflow: hidden;
  margin: 0 auto;
}
.pic-slider .pic-slider-items ul {
  width: 999em;
}
.pic-slider .pic-slider-items ul li {
  width: 143px;
  height: 140px;
}
.pic-slider .pic-slider-items ul li .pic {
  width: 130px;
  height: 98px;
  display: block;
  background: #D5D5D5;
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  padding: 3px;
  margin-right: 5px;
  float: left;
}
.pic-slider .pic-slider-items ul a {
  float: left;
  color: #555;
  width: 138px;
  text-indent: 0;
  font-size: 12px;
  text-align: center;
  display: block;
}
.pic-slider .pic-slider-buttons .next,
.pic-slider .pic-slider-buttons .prev {
  background: url(../images/slice.png) no-repeat;
  text-indent: -999em;
  width: 26px;
  height: 40px;
  display: block;
  position: absolute;
  top: 30px;
}
.pic-slider .pic-slider-buttons .next {
  width: 27px;
  right: 0;
  background-position: -24px -107px;
}
.pic-slider .pic-slider-buttons .prev {
  left: 0;
  background-position: 0 -107px;
}
.fixed-nav {
  width: 80px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: 520px;
  _position: absolute;
  _top: expression('documentElement.scrollTop+140');
  display: none;
}
.fixed-nav h2 {
  background: #cc0015;
  padding: 5px;
}
.fixed-nav h2 span {
  width: 19px;
  height: 14px;
  display: block;
  background: url(../images/slice.png) no-repeat -423px -37px;
  margin: 0 auto;
  text-indent: -999em;
}
.fixed-nav ul li {
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #f5f5f5;
}
.fixed-nav ul li a {
  height: 30px;
  display: block;
  color: #727272;
}
.fixed-nav ul li.active {
  background-color: #adadad;
}
.fixed-nav ul li.active a {
  color: #fff;
}
.fixed-nav p {
  margin-top: 1px;
}
.fixed-nav p a {
  height: 24px;
  display: block;
  padding-left: 20px;
  line-height: 24px;
  color: #fff;
  background: #757575 url(../images/slice.png) no-repeat -422px -56px;
}
.fixed-nav p.qq a {
  background-position: -422px -83px;
}
.fixed-nav .return-top {
  border-top: 1px solid #d25b07;
  background-color: #e57d0e;
  text-align: center;
  padding: 10px 0;
}
.fixed-nav .return-top a {
  font-size: 18px;
  color: #fff;
  display: block;
}
/*底部百度广告*/
.baidu_ad {
  height: 90px;
  border: 5px solid #f0f0f0;
}

.footer_links{height: 60px;width: 980px;background: #fff;margin: 10px auto;text-align: left;padding-left: 10px;border: 1px solid #f0f0f0;padding-top: 10px;}
.footer_links ul{width: 860px;margin-left: 5px;float: left;}
.footer_links li{ float: left;display: inline;height: 22px;line-height:22px;padding: 0 2px;text-align: center;margin: 0px;padding-left:10px;}
.footer_links  .links_title{height: 60px;width: 100px;color: #cc0015;font-size: 17px;float: left;}
