﻿/*	Base.css
	Author:dew
	Date:2015-11-18
	Description:Framework reset and global style
--------------------------------------------------------------------------------*/
/* reset */
html, body, div, object, iframe,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
fieldset, form, label, legend, button, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
a, abbr, address, acronym, cite, code, del, dfn, em, img, ins, kbd, q, span, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
section, article, aside, header, footer, nav, menu, hgroup, dialog, details, summary, figure, figcaption, canvas, embed, output, ruby, time, mark, audio, video {
  margin: 0;
  padding: 0; }

html {
  color: #333;
  background: #fff; }

body {
  line-height: 1; }

section, article, aside, header, footer, nav, menu, hgroup, dialog, details, figure, figcaption {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

fieldset, img {
  border: 0; }

legend {
  color: #333; }

input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #333; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: underline;
  outline: 0; }

/* form element base style */
input[type="radio"], input.radio, input[type="checkbox"], input.checkbox {
  margin-right: 3px;
  vertical-align: middle; }

input[type="text"], input.text, input[type="password"], input.password {
  padding: 4px;
  border: 1px solid #ccc; }
  input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus, input.text:hover, input.text:active, input.text:focus, input[type="password"]:hover, input[type="password"]:active, input[type="password"]:focus, input.password:hover, input.password:active, input.password:focus {
    border-color: #bbbbbb; }

textarea {
  padding: 5px;
  border: 1px solid #ccc;
  }
  textarea:hover, textarea:active, textarea:focus {
    border-color: #bbbbbb; }

select {
  padding: 3px;
  border: 1px solid #ccc; }
  select:hover, select:active, select:focus {
    border-color: #bbbbbb; }
  select optgroup {
    font-weight: 700;
    font-style: normal; }
  select option {
    font-weight: 400;
    font-style: normal; }

/* base */
.pr {
  position: relative; }

.pa {
  position: absolute; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.bc {
  margin-left: 0;
  margin-right: 0; }

.clear {
  height: 0;
  clear: both;
  font-size: 0;
  overflow: hidden;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.hidden {
  display: none; }

.vs {
  visibility: visible; }

.vh {
  visibility: hidden; }

.zoom {
  zoom: 1; }

.w10 {
  width: 10px; }

.w20 {
  width: 20px; }

.w30 {
  width: 30px; }

.w40 {
  width: 40px; }

.w50 {
  width: 50px; }

.w60 {
  width: 60px; }

.w70 {
  width: 70px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w200 {
  width: 200px; }

.w300 {
  width: 300px; }

.w400 {
  width: 400px; }

.w500 {
  width: 500px; }

.w600 {
  width: 600px; }

.w700 {
  width: 700px; }

.w800 {
  width: 800px; }

.w900 {
  width: 900px; }

.w1000 {
  width: 1000px; }

.w210 {
  width: 210px; }

.w220 {
  width: 220px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w260 {
  width: 260px; }

.w270 {
  width: 270px; }

.w280 {
  width: 280px; }

.w290 {
  width: 290px; }

.w300 {
  width: 300px; }

.w310 {
  width: 310px; }

.w320 {
  width: 320px; }

.w330 {
  width: 330px; }

.w340 {
  width: 340px; }

.w350 {
  width: 350px; }

.w360 {
  width: 360px; }

.w370 {
  width: 370px; }

.w380 {
  width: 380px; }

.w390 {
  width: 390px; }

.h50 {
  height: 50px; }

.h80 {
  height: 80px; }

.h100 {
  height: 100px; }

.h200 {
  height: 200px; }

.minH300 {
  min-height: 300px;
  _height: 300px; }

.minH400 {
  min-height: 400px;
  _height: 400px; }

.minH500 {
  min-height: 500px;
  _height: 500px; }

.minH600 {
  min-height: 600px;
  _height: 600px; }

.minH700 {
  min-height: 700px;
  _height: 700px; }

.minH800 {
  min-height: 800px;
  _height: 800px; }

.wone {
  width: 100%; }

.hone {
  height: 100%; }

.blank, .blank3, .blank5, .blank6, .blank9, .blank10, .blank15, .blank20, .blank30 {
  display: block;
  overflow: hidden;
  clear: both; }

.blank3 {
  height: 3px; }

.blank5 {
  height: 5px; }

.blank6 {
  height: 6px; }

.blank9 {
  height: 9px; }

.blank10 {
  height: 10px; }

.blank15 {
  height: 15px; }

.blank20 {
  height: 20px; }

.blank30 {
  height: 30px; }

.m5 {
  margin: 5px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

.mr5 {
  margin-right: 5px; }

.mlr5 {
  margin-left: 5px;
  margin-right: 5px; }

.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.mlr10 {
  margin-left: 10px;
  margin-right: 10px; }

.m15 {
  margin: 15px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.ml15 {
  margin-left: 15px; }

.mr15 {
  margin-right: 15px; }

.mlr15 {
  margin-left: 15px;
  margin-right: 15px; }

.m20 {
  margin: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.mlr20 {
  margin-left: 20px;
  margin-right: 20px; }

.m30 {
  margin: 30px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.mlr30 {
  margin-left: 30px;
  margin-right: 30px; }

.m50 {
  margin: 50px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.ml50 {
  margin-left: 50px; }

.mr50 {
  margin-right: 50px; }

.mlr50 {
  margin-left: 50px;
  margin-right: 50px; }

.m100 {
  margin: 100px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.ml100 {
  margin-left: 100px; }

.mr100 {
  margin-right: 100px; }

.mlr100 {
  margin-left: 100px;
  margin-right: 100px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pl5 {
  padding-left: 5px; }

.pr5 {
  padding-right: 5px; }

.plr5 {
  padding-left: 5px;
  padding-right: 5px; }

.p10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.plr10 {
  padding-left: 10px;
  padding-right: 10px; }

.p15 {
  padding: 15px; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pl15 {
  padding-left: 15px; }

.pr15 {
  padding-right: 15px; }

.plr15 {
  padding-left: 15px;
  padding-right: 15px; }

.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.plr20 {
  padding-left: 20px;
  padding-right: 20px; }

.p30 {
  padding: 30px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.plr30 {
  padding-left: 30px;
  padding-right: 30px; }

.p50 {
  padding: 50px; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pl50 {
  padding-left: 50px; }

.pr50 {
  padding-right: 50px; }

.plr50 {
  padding-left: 50px;
  padding-right: 50px; }

.p100 {
  padding: 100px; }

.pt100 {
  padding-top: 100px; }

.pb100 {
  padding-bottom: 100px; }

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pl100 {
  padding-left: 100px; }

.pr100 {
  padding-right: 100px; }

.plr100 {
  padding-left: 100px;
  padding-right: 100px; }

.pl300 {
  padding-left: 300px; }

.pl400 {
  padding-left: 400px; }

.fs10 {
  font-size: 10px; }

.fs11 {
  font-size: 11px; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs22 {
  font-size: 22px; }

.fs24 {
  font-size: 24px; }

.fs26 {
  font-size: 26px; }

.fs28 {
  font-size: 28px; }

.fs30 {
  font-size: 30px; }

.fw400 {
  font-weight: 400; }

.fw700 {
  font-weight: 700; }

.fwn {
  font-weight: normal; }

.fwb {
  font-weight: bold; }

.lh18 {
  line-height: 18px; }

.lh20 {
  line-height: 20px; }

.lh22 {
  line-height: 22px; }

.lh24 {
  line-height: 24px; }

.lh26 {
  line-height: 26px; }

.lh100 {
  line-height: 100%; }

.lh150 {
  line-height: 150%; }

.lh180 {
  line-height: 180%; }

.lh200 {
  line-height: 200%; }

.ti2 {
  text-indent: 2em; }

.tdu {
  text-decoration: underline; }

.tdn {
  text-decoration: none; }

.wb {
  word-wrap: break-word;
  word-break: break-all; }











@charset "UTF-8";
/*	Common.css
	Author:dew
	Date:2015-11-18
	Description:Framework layout & module
--------------------------------------------------------------------------------*/
body {
  font: 12px "microsoft yahei", Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53 !important ;
  line-height: 1.5;
  background: #fff;
  color: #333; }

a:link, a:visited {
  color: #333;
  text-decoration: none; }

a:hover, a:active, a:focus {
  color: #f57a11;
  text-decoration: underline; }

.highlight {
  color: #c00; }
  .highlight:link, .highlight:visited, .highlight:hover, .highlight:active, .highlight:focus {
    color: #c00; }
  .highlight a:link, .highlight a:visited,
  .highlight a:hover, .highlight a:active, .highlight a:focus {
    color: #c00; }

.alert {
  color: #f41a11 !important; }

.black {
  color: #000 !important; }

.white {
  color: #fff !important; }

.gray {
  color: #808080 !important; }

.red {
  color: #f41a11 !important; }

.orange {
  color: #131313 !important; }

.yellow {
  color: #f4d811 !important; }

.green {
  color: #57b80d !important; }

.blue {
  color: #4dafea !important; }

.purple {
  color: #720ba4 !important; }

.content-empty:after,
.content-empty:before {
  content: '' !important; }

/*base layout - header & footer*/
/*-layout-*/
.container {
  width: 1190px;
  min-width: 1190px;
  margin: 0 auto; }

.topbar {
  min-width: 1190px;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  background: #eee; }

.header {
  min-width: 1190px; }

.footer {
  min-width: 1190px;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  background: #fff; }

.section {
  display: block; }

/* topbar */
.top-login {
  padding-left: 0; }
  .top-login a {
    margin-right: 10px; }

.top-nav {
  padding-right: 5px; }
  .top-nav a {
    margin-left: 10px; }

/* header */
.site-name {
  display: none; }

.site-logo {
  height: 100px;
  line-height: 100px;
  overflow: hidden; }
  .site-logo img {
    display: block; }

.site-nav {
  float: right;
  height: 100px;
  line-height: 100px; }
  .site-nav li {
    float: left;
    display: inline;
    margin-left: 10px; }
    .site-nav li a {
      color: #333;
      text-decoration: none; }
      .site-nav li a:link, .site-nav li a:visited {
        color: #333;
        text-decoration: none; }
      .site-nav li a:hover, .site-nav li a:active, .site-nav li a:focus {
        color: #f57a11;
        text-decoration: none; }

.main-nav {
  font-size: 14px;
  line-height: 30px;
  background: #eee;
  margin: 0; }
  .main-nav li {
    float: left;
    padding: 0 10px 0 10px; }
    .main-nav li a {
      color: #333;
      text-decoration: none; }
      .main-nav li a:link, .main-nav li a:visited {
        color: #333;
        text-decoration: none; }
      .main-nav li a:hover, .main-nav li a:active, .main-nav li a:focus {
        color: #f57a11;
        text-decoration: none; }

.site-banner {
  background: #eee; }
  .site-banner img {
    display: block;
    text-align: center; }

/* footer */
.foot-nav {
  margin: 5px 0;
  text-align: center; }
  .foot-nav li {
    display: inline; }
  .foot-nav a {
    padding: 0 5px; }

.copyright {
  margin: 5px 0;
  line-height: 24px;
  color: #333; }

/* base wrapper */
.wrap-tit {
  line-height: 30px;
  background: #ddd; }

.wrap-tit-l {
  float: left;
  padding-left: 10px; }

.wrap-tit-r {
  float: right;
  padding-right: 10px; }
  .wrap-tit-r a {
    color: #333; }

.wrap-inner {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.wrap-btm {
  background: #ddd; }

.wrap-btm-l {
  float: left;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #ddd;
  line-height: 1px;
  font-size: 1px; }

.wrap-btm-r {
  float: right;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #ddd;
  line-height: 1px;
  font-size: 1px; }

/* other wrapper */
.com-wrap .wrap-tit {
  border-bottom: 2px solid #009237;
  background: #fff;
  line-height: 30px; }

.com-wrap .wrap-tit-l {
  padding-left: 5px;
  height: 100%;
  font-size: 16px;
  cursor: default; }

.com-wrap .wrap-tit-r {
  padding-right: 5px;
  height: 100%;
  font-size: 12px;
  color: #999; }
  .com-wrap .wrap-tit-r a {
    text-decoration: none; }
    .com-wrap .wrap-tit-r a:link, .com-wrap .wrap-tit-r a:visited {
      color: #999;
      text-decoration: none; }
    .com-wrap .wrap-tit-r a:hover, .com-wrap .wrap-tit-r a:active, .com-wrap .wrap-tit-r a:focus {
      color: #f57a11;
      text-decoration: none; }

.com-wrap .wrap-inner {
  background: #fff;
  border-left: none;
  border-right: none; }

.com-wrap .wrap-btm {
  display: none; }

/*project header & footer style*/
.bg-top-head, .topbar .top-login .msg-mark, .topbar .top-nav li, .shopcart, .shopcart i, .shopcart .msg-mark, .main-nav li .hot, .main-nav .quick-start .hn-app, .category-trigger {
  background: url(common-top-head.png) no-repeat left center;
}

/* topbar */
.topbar {
  width: auto !important;
  position: relative;
  z-index: 999;
  border: none;
  color: #666; }
  .topbar .top-login {
    width: 540px;
    padding-left: 0; }
    .topbar .top-login li {
      float: left;
      display: inline; }
    .topbar .top-login a {
      margin: 0;
      color: #666;
      text-decoration: none !important; }
      .topbar .top-login a:hover {
        color: #f57a11; }
    .topbar .top-login .label {
      padding: 0 8px; _float: left; }
    .topbar .top-login .msg {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
    .topbar .top-login .msg-mark {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-left: 1px;
      margin-top: 5px;
      *margin-top: 0px;
      padding-left: 6px;
      vertical-align: top;
      _vertical-align: -3px;
      overflow: hidden;
      color: #fff;
      text-align: center;
      letter-spacing: -1px;
      background-position: 0 -33px; }
      .topbar .top-login .msg-mark em {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top; }
      .topbar .top-login .msg-mark sup {
        position: relative;
        vertical-align: baseline;
        top: -5px; *top: -25px;*left:8px;}
    .topbar .top-login .dropdown {
      _width: 126px; }
    .topbar .top-login .my-message {
      position: absolute;
      left: -39px;
      top: 30px;
      clear: both;
      width: 230px;
      border: 1px solid #009237;
      background: #fdf3eb;
      border-radius: 5px;
      color: #009237; }
      .topbar .top-login .my-message b {
        position: absolute;
        width: 12px;
        height: 7px;
        top: -7px;
        left: 53px; }
        .topbar .top-login .my-message b img {
          float: left; }
      .topbar .top-login .my-message .message-buy {
        float: left;
        text-align: left;
        width: 215px;
        padding-left: 15px;
        padding-top: 4px;
        padding-bottom: 4px; }
        .topbar .top-login .my-message .message-buy dt {
          padding-left: 20px;
          background: url(correct.png) no-repeat 0 10px; }
        .topbar .top-login .my-message .message-buy dd {
          padding-left: 20px; }
        .topbar .top-login .my-message .message-buy i {
          color: #f47a11;
          font-weight: bold;
          font-style: normal;
          margin: 0 2px; }
  .topbar .top-nav {
    _width: 625px;
    padding-right: 0; }
    .topbar .top-nav li {
      float: left;
      _display: inline;
      background-position: 0 0; }
      .topbar .top-nav li:first-child {
        padding-left: 0;
        background-image: none; }
      .topbar .top-nav li:last-child {
        padding-right: 0; }
    .topbar .top-nav a {
      margin: 0;
      color: #666;
      text-decoration: none !important; }
      .topbar .top-nav a:hover {
        color: #f57a11; }
    .topbar .top-nav .label {
      padding: 0 12px; }
  .topbar .dropdown-label {
    position: relative;
    cursor: default;
    padding: 0 12px 0 12px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    zoom: 1;
    z-index: 100; }
    .topbar .dropdown-label i {
      float: right;
      position: absolute;
      right: 0;
      top: 0;
      width: 15px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #333;
      font-size: 18px; }
      .topbar .dropdown-label i:before, .topbar .dropdown-label i:after {
        position: absolute;
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        left: 0; }
      .topbar .dropdown-label i:before {
        top: 14px;
        border-top-color: #333; }
      .topbar .dropdown-label i:after {
        top: 13px;
        border-top-color: #eee; }
  .topbar .dropdown-layer {
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9; }
  .topbar .dropdown {




    position: relative;
    _width: 84px; }
    .topbar .dropdown.hover .dropdown-label {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      background: #fff; }
      .topbar .dropdown.hover .dropdown-label i:before {
        top: 9px;
        border-top-color: transparent;
        border-bottom-color: #333; }
      .topbar .dropdown.hover .dropdown-label i:after {
        top: 10px;
        border-top-color: transparent;
        border-bottom-color: #fff; }
    .topbar .dropdown.hover .dropdown-layer {
      display: block; }
  .topbar .dd-site-map {
    width: 490px;
    padding: 5px 18px;
    left: auto;
    right: 0; }
    .topbar .dd-site-map P a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 60px;
      margin-right: 10px;
      white-space: nowrap; }
  .topbar .dd-hn-qrcode {
    width: 92px;
    margin-left: -9px;
    padding: 8px 5px 5px; }
    .topbar .dd-hn-qrcode img {
      display: block;
      width: 88px;
      margin: 0 auto;
      vertical-align: top; }
    .topbar .dd-hn-qrcode P {
      padding: 2px 0;
      line-height: 18px;
      text-align: center; }
      .topbar .dd-hn-qrcode P span {
        display: block;
        white-space: nowrap; }
  .topbar .dd-hn-service,
  .topbar .dd-help-center {
    width: 62px;
    padding: 6px 10px 8px;
    text-align: center; }
    .topbar .dd-hn-service p,
    .topbar .dd-help-center p {
      line-height: 24px; }
      .topbar .dd-hn-service p a,
      .topbar .dd-help-center p a {
        display: block; }
  .topbar .dd-city-list {
    width: 320px;
    padding: 8px 10px; }
    .topbar .dd-city-list .list {
      line-height: 22px; }
    .topbar .dd-city-list a {
      float: left;
      width: 48px;
      padding: 2px 8px; }
      .topbar .dd-city-list a.selected, .topbar .dd-city-list a:hover {
        color: #fe0000; }
  .topbar .dl-city {
    position: relative;
    max-width: 298px;
    padding-left: 0;
    overflow: hidden;
    white-space: nowrap; }
    .topbar .dl-city:before {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 18px;
      right: 0;
      top: 5px;
      background: #fff;
      border: 1px solid #ccc;
      border-left: none;
      z-index: -1; }
    .topbar .dl-city i:after {
      border-top-color: #fff; }
    .topbar .dl-city span.tit {
      line-height: 14px;
      margin-right: 6px;
      padding: 4px 3px 4px 8px;
      border-right: 1px solid #ddd;
      background: #eee;
      vertical-align: -2px\9; }
  .topbar .dropdown.hover .dl-city:before {
    display: none; }
  .topbar .dropdown.hover .dl-city span.tit {
    background-color: #fff;
    border-right-color: #fff; }
  .topbar .hl {
    color: #f57a11; }
    .topbar .hl:hover {
      color: #f57a11; }
    .topbar .hl a,
    .topbar .hl a:hover {
      color: #f57a11; }

.topbanner {
  display: block;
  width: 100%;
  background: no-repeat top center; }
  .topbanner .container {
    position: relative; }
  .topbanner .small {
    position: relative;
    height: 70px;
    overflow: hidden; }
  .topbanner .big {
    position: relative;
    margin-top: -70px; }
  .topbanner a.close, .topbanner a.pack {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 40px;
    height: 18px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9A000000,endColorstr=#9A000000); }
    .topbanner a.close:after, .topbanner a.pack:after {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 18px;
      content: "\5173\95ED";
      text-align: center;
      color: #fff;
      font-family: sans-serif; }
  .topbanner a.pack:after {
    content: "\6536\8D77"; }
  .topbanner a img {
    display: block;
    vertical-align: top; }

/* header */
.site-name {
  display: none; }

.site-logo {
  height: 123px;
  line-height: 123px;
  padding: 5px 0 5px 10px;
  overflow: hidden; }
  .site-logo img {
    display: block; }

.site-search {
  float: right;
  display: inline;
  width: 515px;
  margin-right: 18px;
  padding: 24px 0 0 0;
  font-size: 14px; }
  .site-search .search-top {
    height: 20px;
    padding-left: 10px;
    overflow: hidden; }
    .site-search .search-top li {
      float: left;
      position: relative;
      height: 20px;
      line-height: 20px;
      margin-right: 12px;
      padding-right: 12px;
      cursor: pointer;
      overflow: hidden;
      text-align: center;
      background: no-repeat right center; }
      .site-search .search-top li:after {
        content: '';
        width: 1px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 4px;
        background: #e9e9e9; }
      .site-search .search-top li:hover {
        color: #f47211; }
    .site-search .search-top .current {
      color: #f47211; }
    .site-search .search-top .search-tj-l a, .site-search .search-top .search-tj-l a:visited,
    .site-search .search-top .search-tj-r a,
    .site-search .search-top .search-tj-r a:visited {
      color: #878787; }
    .site-search .search-top .search-tj-l a:hover,
    .site-search .search-top .search-tj-r a:hover {
      color: #f00;
      text-decoration: none; }
    .site-search .search-top .search-tj-l {
      width: 120px;
      text-indent: 10px; }
    .site-search .search-top .search-tj-r {
      width: 180px;
      float: left;
      line-height: 22px;
      height: 30px;
      margin-right: 5px;
      overflow: hidden;
      text-align: center; }
      .site-search .search-top .search-tj-r .current {
        background: none; }
  .site-search .search-area {
    width: 515px;
    _width: 518px;
    height: 40px;
    margin-top: 4px;
    float: right;
    display: inline; }
    .site-search .search-area .search-inpt {
      float: left;
      width: 393px;
      height: 38px;
      border: 1px solid #009237;
      background: #fff;
      line-height: 38px;
      overflow: hidden;
      padding: 0 10px;
      outline: none; }
    .site-search .search-area .search-btn {
      float: left;
      width: 100px;
      height: 40px;
      border: none;
      border: 0;
      background: #009237;
      cursor: pointer;
      color: #fff;
      font-size: 14px;
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      -ms-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s; }
      .site-search .search-area .search-btn:hover {
        background: #006a28; }
  .site-search .keylist {
    height: 28px;
    line-height: 28px;
    padding-left: 8px;
    overflow: hidden;
    font-size: 12px; }
    .site-search .keylist li {
      float: left;
      margin-right: 8px; }
      .site-search .keylist li a {
        color: #999;
        text-decoration: none !important; }
        .site-search .keylist li a:hover, .site-search .keylist li a:active, .site-search .keylist li a:focus {
          color: #333; }
  .site-search .autoComplete {
    width: 415px;
    float: left;
    position: relative; }
    .site-search .autoComplete input {
      width: 200px;
      height: 25px;
      margin: 0;
      padding: 0;
      line-height: 25px; }
    .site-search .autoComplete ul {
      z-index: 999;
      padding: 0;
      margin: 0;
      border: 1px solid #ddd;
      width: 513px;
      background: white;
      display: none;
      position: absolute;
      left: 0;
      top: 39px; }
    .site-search .autoComplete li {
      list-style: none;
      color: #999;
      line-height: 24px; }
    .site-search .autoComplete li a {
      display: block;
      color: #333;
      text-decoration: none;
      padding: 1px 0 1px 5px; }
    .site-search .autoComplete li a:hover {
      color: #000;
      background-color: #f1f1f1;
      border: none; }
    .site-search .autoComplete .splite {
      border-top: 1px solid #ddd; }
    .site-search .autoComplete strong {
      color: #f47211; }
    .site-search .autoComplete .org {
      border-color: #009237;
      color: #3e3e3e; }

.shopcart {
  float: right;
  position: relative;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-top: 47px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-position: -55px -62px;
  background-color: #f5f5f5;
  font-size: 14px; }
  .shopcart a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    color: #666;
    text-decoration: none !important; }
    .shopcart a:hover {
      color: #E82200; }
  .shopcart i {
    float: left;
    display: block;
    width: 17px;
    height: 15px;
    margin-top: 12px;
    margin-right: 5px;
    background-position: -128px -33px; }
  .shopcart .msg-mark {
    position: absolute;
    right: 15px;
    top: -4px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 3px;
    padding-left: 3px;
    overflow: hidden;
    background-color: transparent;
    background-position: -47px -33px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: -1px; }
    .shopcart .msg-mark em {
      vertical-align: baseline; }
    .shopcart .msg-mark sup {
      position: relative;
      top: -5px;
      vertical-align: top; }

.main-nav {
  margin: 0;
  line-height: 45px;
  font-size: 16px;
  border-top: 1px solid #ddd;
  background: #009237; }
.main-nav li {
    float: left;
    position: relative;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
}
    .main-nav li:before, .main-nav li:after {
      position: absolute;
      right: 0;
      top: 16px;
      content: '';
      width: 1px;
      height: 16px;
      background: #00702a; }
    .main-nav li:after {
      left: auto;
      right: -1px;
      background-color: #01ab41; }
    .main-nav li.market {
      width: 150px;
      background: #0da944;
      text-align: center;
      color: #fff;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .main-nav li.market:before, .main-nav li.market:after {
        display: none; }
    .main-nav li a {
      display: block;
      padding: 0 20px;
      color: #fff;
      text-decoration: none;
      -webkit-transition: background 0.5s;
      -moz-transition: background 0.5s;
      -ms-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      .main-nav li a:link, .main-nav li a:visited {
        color: #fff;
        text-decoration: none; }
      .main-nav li a:hover, .main-nav li a:active, .main-nav li a:focus {
        color: #fff;
        text-decoration: none; }
      .main-nav li:hover {
        background-color: #006a28; }
    .main-nav li.current a {
      background-color: #006a28; }
    .main-nav li .hot {
      position: absolute;
      right: 2px;
      top: -2px;
      display: block;
      width: 19px;
      height: 16px;
      background-position: -89px -33px;
      z-index: 100; }
  .main-nav .quick-start {
    float: right;
    padding: 0 20px 0 15px; }
    .main-nav .quick-start .hn-app {
      display: block;
      width: 67px;
      padding: 0 10px 0 35px;
      background-position: -157px -19px;
      color: #fff !important;
      text-decoration: none !important;
      -webkit-transition: background 0.5s;
      -moz-transition: background 0.5s;
      -ms-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      .main-nav .quick-start .hn-app:hover {
        background-color: #006a28; }

.site-banner {
  background: #eee; }
  .site-banner img {
    display: block;
    text-align: center; }

/*category 类目菜单样式*/
.category {
  float: left;
  position: relative;
  text-align: left;
  font-size: 12px;
  z-index: 998; }
  .category .label {
    width: 218px;
    border: 1px solid #eee;
    line-height: 22px;
    background: #f8f8f8;height:394px; }
    .category .label a {
      display: inline; }
      .category .label a:hover {
        background: none; }
    .category .label dl {
      padding: 8px 10px 8px 8px;
      border-bottom: 1px solid #eee;
      cursor: default;}
      .category .label dl.hover {
        position: relative;
        z-index: 999;
        margin-top: -1px;
        margin-left: -1px;
        border: 1px solid #dcdcdc;
        border-right-color: #eee;
        background-color: #eee; }
      .category .label dl.follow {
        padding-top: 17px;
        padding-bottom: 16px; }
      .category .label dl.cate-01 {
        background-position: -252px -25px !important; }
      .category .label dl.cate-02 {
        background-position: -252px -370px !important; }
      .category .label dl.cate-03 {
        background-position: -252px -80px !important; }
      .category .label dl.cate-04 {
        background-position: -252px -138px !important; }
      .category .label dl.cate-05 {
        background-position: -252px -195px !important; }
      .category .label dl.cate-06 {
        background-position: -252px -263px !important; }
      .category .label dl.cate-07 {
        background-position: -252px -321px !important; }
    .category .label dt {
      position: relative;
      font-size: 16px; 
	  margin-bottom:17px;margin-top:17px;}
      .category .label dt a {
        position: relative;
        padding: 0;
        text-align: left;
        *padding-right: 15px;
        *background: url(category-label-item.gif) no-repeat 100% 4px !important;
      }
        .category .label dt a:link, .category .label dt a:visited {
          color: #333;
          text-decoration: none; }
        .category .label dt a:hover, .category .label dt a:active, .category .label dt a:focus {
          color: #009237;
          text-decoration: none; }
        .category .label dt a:before, .category .label dt a:after {
          position: absolute;
          content: ' ';
          display: block;
          width: 0;
          height: 0;
          border: 6px solid transparent;
          top: 4px; }
        .category .label dt a:before{
          right: -20px;
          border-left-color: #b2b2b2; }
        .category .label dt a:after {
          right: -18px;
          border-left-color: #f8f8f8; }
    .category .label dd {
      height:29.8px;
	  line-height:29.8px;
      overflow: hidden; }
      .category .label dd a {
    padding: 0;
    text-align: left;
    width: 62px;
    height: 20px;
    display: inline-block; }
        .category .label dd a:link, .category .label dd a:visited {
          color: #666;
          text-decoration: none; }
        .category .label dd a:hover, .category .label dd a:active, .category .label dd a:focus {
          color: #f57a11;
          text-decoration: none; }
    .category .label dl.hover dt a:after {
      border-left-color: #eee; }
  .category .panel {
    display: none;
    position: absolute;
    width: 768px;
    min-height: 453px;
    _height: 453px;
    top: 0;
    left: 200px;
    margin-left: -2px;
    border: 1px solid #dcdcdc;
    background: #eee;
    overflow: hidden; }
    .category .panel a {
      display: inline;
      padding: 0;
      -webkit-transition: background 0.1s, border 0.1s;
      -moz-transition: background 0.1s, border 0.1s;
      -ms-transition: background 0.1s, border 0.1s;
      -o-transition: background 0.1s, border 0.1s;
      transition: background 0.1s, border 0.1s; }
      .category .panel a:hover {
        background: none; }
    .category .panel .item {
      display: none;
      zoom: 1;
      overflow: hidden; }
      .category .panel .item.hover {
        display: block; }
  .category .sub-cate {
    float: left;
    width: 550px;
    margin: 20px 0;
    padding: 0 0 0 10px; }
    .category .sub-cate dl {
      margin-bottom: 10px;
      overflow: hidden;
      line-height: 2em; }
    .category .sub-cate dt {
      position: relative;
      float: left;
      width: 88px;
      padding: 8px 30px 0 0;
      text-align: right;
      font-size: 14px; }
      .category .sub-cate dt i {
        position: absolute;
        top: 12px;
        right: 20px;
        width: 4px;
        height: 14px;
        font: 400 10px/16px consolas; }
      .category .sub-cate dt a:link, .category .sub-cate dt a:visited {
        color: #009234;
        text-decoration: none; }
      .category .sub-cate dt a:hover, .category .sub-cate dt a:active, .category .sub-cate dt a:focus {
        color: #f57a11;
        text-decoration: none; }
      .category .sub-cate dt a i {
        color: #aaa !important; }
    .category .sub-cate dd {
      float: left;
      width: 380px;
      padding: 6px 0;
      border-top: 1px solid #eee; }
      .category .sub-cate dd a {
        float: left;
        padding: 0 8px;
        margin: 6px 0;
        line-height: 14px;
        height: 14px;
        border-left: 1px solid #e0e0e0;
        white-space: nowrap; }
        .category .sub-cate dd a:link, .category .sub-cate dd a:visited {
          color: #666;
          text-decoration: none; }
        .category .sub-cate dd a:hover, .category .sub-cate dd a:active, .category .sub-cate dd a:focus {
          color: #f57a11;
          text-decoration: none; }
    .category .sub-cate.columns {
      float: left;
      width: 353px;
      border-right: 1px solid #eee; }
      .category .sub-cate.columns dd {
        width: 230px; }
      .category .sub-cate.columns:nth-child(2n+1) {
        border-right: 1px solid #ccc; }
  .category .sub-rcmd {
    float: right;
    width: 166px;
    padding: 25px 30px 20px 10px;
    overflow: hidden; }
    .category .sub-rcmd a {
      display: block;
      margin-bottom: 5px;
      text-decoration: none; }
    .category .sub-rcmd img {
      vertical-align: top; }
  .category .follow-cate {
    padding: 40px;
    font-size: 14px;
    line-height: 24px; }
    .category .follow-cate a {
      float: left;
      display: inline;
      width: 100px;
      margin-bottom: 16px;
      padding: 3px;
      border: 1px solid #ddd;
      margin-right: 10px;
      white-space: nowrap;
      text-align: center; }
      .category .follow-cate a:link, .category .follow-cate a:visited {
        color: #666;
        text-decoration: none; }
      .category .follow-cate a:hover, .category .follow-cate a:active, .category .follow-cate a:focus {
        color: #fff;
        text-decoration: none; }
      .category .follow-cate a:hover {
        background-color: #f57a12;
        border-color: #f57a12; }
    .category .follow-cate .btns {
      margin-top: 50px;
      padding: 10px;
      text-align: center; }
      .category .follow-cate .btns .setting {
        padding: 8px 30px;
        border: none;
        background: #009237;
        color: #fff; }
  .category .follow-none {
    padding-top: 100px;
    font-size: 16px;
    color: #666; }
    .category .follow-none p {
      text-align: center; }


.category-toggle {
  display: none;
  position: absolute;
  left: 0;
  top: 0; }

.category-trigger {
  display: block;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  background-position: 175px -57px; }
  .category-trigger:hover, .category-trigger.hover {
    background-position: 175px -104px !important; }

/* footer */
.footer {
    clear: both;
    background: #ddd;
    margin-top: 40px;
}
  .footer .ptb20 {
    padding-top: 20px;
	}
  .footer .quick-nav {
    border-bottom: 1px solid #666; }
    .footer .quick-nav .icon {
    padding: 50px 0px 50px;
    line-height: 21px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #666;
}
      .footer .quick-nav .icon li {
        float: left;
        padding: 0 40px; *padding: 0 35px;}
        .footer .quick-nav .icon li:hover img {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .footer .quick-nav .icon li.i1 {
    width: 182px;
    margin-left: -10px;
    padding-right: 90px;
}
        .footer .quick-nav .icon li.i2 {
          width: 182px; padding-right: 90px;}
        .footer .quick-nav .icon li.i3 {
          width: 182px; padding-right: 90px;}
        .footer .quick-nav .icon li.i4 {
          width: 182px; }
      .footer .quick-nav .icon img {
        float: left;
        width: 54px;
        height: 54px;
        vertical-align: top;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s; }
      .footer .quick-nav .icon p {
        float: left;
        padding: 5px 8px;
        cursor: default; }
        .footer .quick-nav .icon p span {
          display: block;
          white-space: nowrap; }
    .footer .quick-nav .list {
      padding: 25px 71px; }
      .footer .quick-nav .list dl {
    float: left;
    padding-right: 65px;
    padding-left: 65px;
    /* width: 14%; */
    _width: 24.9%;
    color: #4b944b;
}
      .footer .quick-nav .list dt {
        margin-bottom: 8px;
        font-size: 14px; }
      .footer .quick-nav .list dd {
        margin-bottom: 10px;
        margin-right: 10px;
        padding-right: 10px;
        line-height: 14px;
        white-space: nowrap; }
        .footer .quick-nav .list dd:last-child {
          border-right: none; }
      .footer .quick-nav .list a:link, .footer .quick-nav .list a:visited {
        color: #666;
        text-decoration: none; }
      .footer .quick-nav .list a:hover, .footer .quick-nav .list a:active, .footer .quick-nav .list a:focus {
        color: #f57a11;
        text-decoration: none; }
  .footer .foot-qr {
    float: left;
    padding: 0 15px 0 25px; }
    .footer .foot-qr .qrcode {
      float: left;
      width: 96px;
      margin: 0 4px; }
      .footer .foot-qr .qrcode img {
        display: block;
        width: 84px;
        height: 84px;
        margin: 0 auto;
        padding: 6px;
        vertical-align: top;
        background: #fff; }
      .footer .foot-qr .qrcode p {
        padding: 2px 0;
        line-height: 18px;
        text-align: center; }
        .footer .foot-qr .qrcode p span {
          display: block;
          white-space: nowrap; }
  .footer .foot-nav {
    width: 360px;
    margin: 0 auto;
    text-align: center;
    line-height: 14px; }
    .footer .foot-nav li {
      float: left;
      zoom: 1;
      display: inline;
      margin-right: 8px;
      margin-bottom: 6px;
      padding-right: 8px;
      border-right: 1px solid #666; }
      .footer .foot-nav li:last-child {
        border-right: none; }
    .footer .foot-nav a {
      margin: 0;
      padding: 0; }
      .footer .foot-nav a:link, .footer .foot-nav a:visited {
        color: #666;
        text-decoration: none; }
      .footer .foot-nav a:hover, .footer .foot-nav a:active, .footer .foot-nav a:focus {
        color: #f57a11;
        text-decoration: none; }
  .footer .copyright {
    text-align: center;
    line-height: 28px;
    color: #666;
}
    .footer .copyright .imgs {
      padding-top: 8px; }
      .footer .copyright .imgs a {
        margin-right: 6px; }
      .footer .copyright .imgs img {
        vertical-align: top; }

/*fixed layer*/
.floor-nav {
  display: none;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: auto;
  overflow: hidden;
  z-index: 998; }
  .floor-nav li {
    border-bottom: 1px solid #dadbdc; }
    .floor-nav li:last-child {
      border-bottom: none; }
    .floor-nav li a {
      display: block;
      height: 34px;
      overflow: hidden;
      background: url(bg-index-page.png) no-repeat;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      -ms-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s; }
    .floor-nav li.nav-1 a {
      background-position: -53px 0; }
      .floor-nav li.nav-1 a.current, .floor-nav li.nav-1 a:hover {
        background-position: -87px 0; }
    .floor-nav li.nav-2 a {
      background-position: -53px -44px; }
      .floor-nav li.nav-2 a.current, .floor-nav li.nav-2 a:hover {
        background-position: -87px -44px; }
    .floor-nav li.nav-3 a {
      background-position: -53px -88px; }
      .floor-nav li.nav-3 a.current, .floor-nav li.nav-3 a:hover {
        background-position: -87px -88px; }
    .floor-nav li.nav-4 a {
      background-position: -53px -132px; }
      .floor-nav li.nav-4 a.current, .floor-nav li.nav-4 a:hover {
        background-position: -87px -132px; }
    .floor-nav li.nav-5 a {
      background-position: -53px -176px; }
      .floor-nav li.nav-5 a.current, .floor-nav li.nav-5 a:hover {
        background-position: -87px -176px; }
    .floor-nav li.nav-6 a {
      background-position: -53px -220px; }
      .floor-nav li.nav-6 a.current, .floor-nav li.nav-6 a:hover {
        background-position: -87px -220px; }
    .floor-nav li.nav-7 a {
      background-position: -53px -264px; }
      .floor-nav li.nav-7 a.current, .floor-nav li.nav-7 a:hover {
        background-position: -87px -264px; }
    .floor-nav li.nav-8 a {
      background-position: -53px -308px; }
      .floor-nav li.nav-8 a.current, .floor-nav li.nav-8 a:hover {
        background-position: -87px -308px; }
    .floor-nav li.nav-9 a {
      background-position: -53px -352px; }
      .floor-nav li.nav-9 a.current, .floor-nav li.nav-9 a:hover {
        background-position: -87px -352px; }
    .floor-nav li.nav-10 a {
      background-position: -53px -396px; }
      .floor-nav li.nav-10 a.current, .floor-nav li.nav-10 a:hover {
        background-position: -87px -396px; }
    .floor-nav li.nav-11 a {
      background-position: -53px -440px; }
      .floor-nav li.nav-11 a.current, .floor-nav li.nav-11 a:hover {
        background-position: -87px -440px; }

/*toolbar*/
.hn-toolbar-wrap {
  position: fixed;
  _position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 0;
  height: 100%;
  _top:expression(eval(document.documentElement.scrollTop));
}

.hn-toolbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 6px solid #666;
  -webkit-transition: right .3s ease-in-out 0s;
  -moz-transition: right .3s ease-in-out 0s;
  transition: right .3s ease-in-out 0s; }

.hn-toolbar-tabs {
  position: absolute;
  top: 50%;
  left: -29px;
  width: 35px;
  margin-top: -100px; }

.hn-toolbar-tab {
  position: relative;
  width: 35px;
  height: 35px;
  margin-bottom: 1px;
  cursor: pointer;
  background-color: #666; }

.hn-toolbar-footer {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: -29px; }
.hn-toolbar-tab a {
  text-decoration: none !important;
}
.hn-toolbar-tab .tab-text {
  width: 66px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 35px;
  top: 0;
  background-color: #666;
  -webkit-transition: left .3s ease-in-out .1s;
  -moz-transition: left .3s ease-in-out .1s;
  transition: left .3s ease-in-out .1s;
  _display: none;
}

.hn-toolbar-tab .tab-sub {
  position: absolute;
  z-index: 3;
  right: 7px;
  top: -11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 1px;
  border: 1px solid #fe2500;
  overflow: hidden;
  color: #fe2500;
  font-family: verdana, arial, sans-serif;
  text-align: center;
  min-width: 12px;
  _width: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.hn-toolbar-tab .tab-ico {
  width: 34px;
  height: 35px;
  position: relative;
  z-index: 2;
  display: inline-block;
  _display: block;
  background: #666 url(bg-index-page.png) no-repeat;
  _background-image: url(bg-index-page.gif);
}
.hn-tbar-tab-cart .tab-ico {
  background-position: 0 8px; }

.hn-tbar-tab-mine .tab-ico {
  background-position: 4px -185px; }

.hn-tbar-tab-supply .tab-ico {
  background-position: 2px -147px; }

.hn-tbar-tab-purchase .tab-ico {
  background-position: 3px -109px; }

.hn-tbar-tab-credits .tab-ico {
  background-position: 3px -71px; }

.hn-tbar-tab-service .tab-ico {
  background-position: 2px -32px; }

.hn-tbar-tab-qrcode .tab-ico {
  background-position: 3px -224px; }

.hn-tbar-tab-top .tab-ico {
  background-position: 2px -262px; }

.hn-tbar-tab-iphone .tab-ico {
  background-position: 4px -300px; }
.hn-tbar-tab-im .tab-ico {background-position: 7px 50%; }
.hn-toolbar-tab.hn-tbar-tab-supply .tab-text,.hn-toolbar-tab.hn-tbar-tab-purchase .tab-text{
  z-index: 2;
  left: 0px;
  background: #0da944;
  line-height: 18px;
  width: 19px;
  padding: 5px 5px;
  font-size: 14px;
  height: 55px;
 }
.hn-toolbar-tab.hn-tbar-tab-supply,.hn-toolbar-tab.hn-tbar-tab-purchase{    height: 65px;}
.hn-tbar-tab-hover .tab-text {
  display: block;
  left: -62px;
  background-color: #0da944; }

.hn-tbar-tab-hover .tab-text-1 {
  width: 75px;
  left: -40px;
}

.hn-tbar-tab-hover,
.hn-tbar-tab-hover .tab-ico {
  background-color: #0da944 !important; }

.hn-toolbar-tab .tab-expand {
  width: 100px;
  height: 260px;
  padding-right: 34px;
  top: -235px; }

.hn-tbar-tab-hover .tab-expand {
  left: -100px; }

.hn-toolbar-wrap .qrcode img {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  padding: 3px;
  vertical-align: top;
  background: #fff; }

.hn-toolbar-wrap .qrcode P {
  padding: 2px 0;
  line-height: 18px;
  text-align: center; }
  .hn-toolbar-wrap .qrcode P span {
    display: block;
    white-space: nowrap; }

/* ------- 登录弹窗 --------*/
.theme-popover-mask {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(hei.png) repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none; }

.theme-popover {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 365px;
  margin: -200px 0 0 -200px;
  border-radius: 5px;
  display: none;
  padding: 5px;
  background: #A1A1A1; }

*html .theme-popover {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 350px;
  margin: -175px 0 0 -200px; }

.theme-poptit {
  border-bottom: 1px solid #ddd;
  padding: 6px;
  position: relative;
  background: #f3f3f3;
  font-weight: bold; }

*html .theme-poptit {
  border-bottom: 1px solid #ddd;
  padding: 6px;
  position: absolute;
  background: #f3f3f3;
  font-weight: bold; }

.theme-popbod {
  width: 248px;
  height: 270px;
  float: left;
  background: #FFF;
  padding: 30px 75px; }

.theme-all {
  width: 398px;
  height: 363px;
  float: left;
  border: solid 1px #777; }

.theme-popbod ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  color: #666; }

.theme-popbod ul .li1 {
  width: 100%;
  height: 20px;
  float: left; }

.theme-popbod ul .li2 {
  width: 100%;
  height: 30px;
  float: left;
  padding-bottom: 12px; }

.theme-popbod ul .li3 {
  width: 100%;
  height: 20px;
  float: left;
  padding-bottom: 7px; }

.theme-popbod ul .li4 {
  width: 100%;
  height: 33px;
  float: left;
  padding-bottom: 40px; }

.theme-popbod ul .li5 {
  width: 100%;
  height: 18px;
  float: left; }

.theme-poptit .close {
  float: right;
  color: #999;
  padding: 5px;
  margin: -2px 0px -5px 0px;
  font: bold 14px/14px simsun;
  text-shadow: 0 1px 0 #777;
  text-decoration: none; }

.theme-poptit .close a {
  text-decoration: none; }

.theme-poptit .close:hover {
  color: #666; }

.theme-popbod .login-text {
  width: 242px;
  height: 18px;
  line-height: 18px;
  margin-right: 3px;
  padding: 3px;
  border: solid 1px #c8c8c8;
  vertical-align: middle;
  color: #999;
  box-sizing: inherit;
}

.zd_left {
  float: left; }

.zd_bold {
  font-weight: bold; }

.zd_right {
  float: right; }

.theme-popbod ul .li3 input {
  padding: 0px;
  margin: 0px 6px 0px 0px; }

.theme-popbod ul .li3 input {
  vertical-align: middle; }

.theme-popbod ul .li4 button {
  width: 250px;
  height: 33px;
  border: 0;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 31px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  background: url(zd_but.png) no-repeat 0 0;
  cursor: pointer;
  zoom: 1; }

.theme-popbod ul .li4 button:hover {
  background: url(zd_but.png) no-repeat 0px -33px; }

.theme-popbod a {
  text-decoration: none;
  color: #444; }

.theme-popbod a:hover {
  text-decoration: underline;
  color: #ff7300; }

.theme-popbod ul .li5 img {
  vertical-align: middle; }

.zd_qqlg {
  width: 100%;
  height: 18px;
  float: left;
  background: url(zd_qq.jpg) 0px center no-repeat;
  padding-left: 20px;
  line-height: 18px; }

.dp_center .grid {
  letter-spacing: normal;
  word-spacing: normal; }

/*error*/
.errorWrapper {
    display: none;
    position: absolute;
    top: -24px;
    left: 15px;
    z-index: 999;
}
.errorWrapper label:after {
    background-attachment: scroll;
    background: url("error-wrapper-down.png") no-repeat scroll 0 0;
    bottom: -8px;
    content: " ";
    height: 16px;
    position: absolute;
    left: 18px;
    width: 16px;
}
.errorWrapper label {
    background: #fdf3eb url("input_check_error.gif") no-repeat scroll 10px 50%;
    border: 1px solid #f00;
    border-radius: 3px;
    color: #f00;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 10px 5px 30px;
    z-index: 999;
}
.errorWrapper label a {
  color: #1faa50;
  margin-left: 2px;
}
.errorWrapper-1 {
    left:552px;
    top: 40px;
}
.errorWrapper-1 label:after {
    background-image: url("error-wrapper-left.png");
    background-repeat: no-repeat;
    background-size: 0 0;
    background-attachment: scroll;
    background: rgba(0, 0, 0, 0) url("error-wrapper-left.png") no-repeat scroll 0 0;
    bottom: 4px;
    content: " ";
    height: 16px;
    position: absolute;
    left: -6px;
    width: 16px;
}
.errorWrapper-2 {
    left:565px;
    top: 218px;
}
.errorWrapper-2 label:after {
    background-image: url("error-wrapper-left.png");
    background-repeat: no-repeat;
    background-size: 0 0;
    background-attachment: scroll;
    background: rgba(0, 0, 0, 0) url("error-wrapper-left.png") no-repeat scroll 0 0;
    bottom: 14px;
    content: " ";
    height: 16px;
    position: absolute;
    left: -6px;
    width: 16px;
}
.errorWrapper-2 label {
    background: #fdf3eb none;
    border: 1px solid #f47a11;
    color: #f47a11;
    padding: 8px 10px 8px 12px;
}

.errorWrapper-3 label {
  background: url("input_check_error.gif") no-repeat scroll 10px 50%;
  border-radius: 3px;
  color: #f00;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 10px 5px 30px;
  z-index: 999;
}

/*-pop-layer-follow-*/
.pop-layer-follow {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 99;
  width: 848px;
  min-height: 215px;
  _height: 215px;
  padding: 35px 170px 0;
  border: 1px solid #0da944;
  font-size: 14px;
  background: #fff;
  color: #666; }
.pop-layer-follow .hl {
  color: #ff0000 !important; }
.pop-layer-follow .inner {

  display: none; }
.pop-layer-follow .search {
  float: left;
  width: 280px;
  overflow: hidden; }
.pop-layer-follow .search .title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: normal;
  color: #009237; }
.pop-layer-follow .search .keywords {
  width: 180px;
  height: 18px;
  line-height: 18px;
  padding: 8px 8px 8px 42px;
  border: 1px solid #ddd;
  outline: none;
  background:#fff url(bg-index-page.png) no-repeat -258px -710px;
}
.pop-layer-follow .search .autocomplete {
  width: 220px;
  margin-top: -1px;
  padding: 5px;
  border: 1px solid #DDD;
  line-height: 24px; }
.pop-layer-follow .search .autocomplete a:link, .pop-layer-follow .search .autocomplete a:visited {
  color: #666;
  text-decoration: none; }
.pop-layer-follow .search .autocomplete a:hover, .pop-layer-follow .search .autocomplete a:active, .pop-layer-follow .search .autocomplete a:focus {
  color: #f57a11;
  text-decoration: none; }
.pop-layer-follow .selection {
  float: right;
  width: 565px;
  padding-top: 15px;
  overflow: hidden; }
.pop-layer-follow .selection .item {
  _height: 30px;
  min-height: 30px;
  position: relative;
  padding-left: 90px;
  margin-bottom: 15px; }
.pop-layer-follow .selection .item em {
  width: 80px;
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  padding-right: 10px;
  text-align: right;
  color: #009237; }
.pop-layer-follow .selection .item li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }
.pop-layer-follow .selection .item .box {
  float: left;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pop-layer-follow .selection .item .box span {
  display: none;
  position: absolute;
  width: 16px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f00;
  color: #fff;
  text-align: center; }
.pop-layer-follow .selection .item .box:hover {
  padding-right: 38px;
  padding-left: 22px;
  border-color: #f00;
  color: #f00;
  text-decoration: none; }
.pop-layer-follow .selection .item a:link span,
.pop-layer-follow .selection .item a.link span {
  display: none;
  _display: none !important;
}
.pop-layer-follow .selection .item a:hover span,
.pop-layer-follow .selection .item a.hover span {
  display: block; }

.pop-layer-follow .selection .btns {
  margin-top: 22px;
  padding-left: 8px; }
.pop-layer-follow .selection .btn {
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  padding: 0 30px;
  background: #999;
  border: none;
  cursor: pointer; }
.pop-layer-follow .selection .btn-submit {
  background-color: #009237;
  color: #fff; }
.pop-layer-follow .selection .btn-cancel {
  background-color: #999;
  color: #fff; }

.category .pop-layer-follow {
  display: block;
  position: static;
  padding: 10px 30px;
  border: none;
  background: none;
  width: auto;
}
.category .pop-layer-follow .inner {
  display: block;
}
.category .pop-layer-follow .search {
  width: 240px;
}
.category .pop-layer-follow .selection {
  width: 465px;
}
.category .pop-layer-follow .selection .item {
  display: block;
}
.category .follow-btns {
  margin-top: 50px;
  padding: 10px;
  text-align: center; }
.category .follow-btns .setting {
  padding: 8px 30px;
  border: none;
  background: #009237 !important;
  color: #fff !important; }

/*- 2016-5-9 -*/
.code-index-as {
  text-align: center;
  background: #fff;
  padding: 5px;
  position: absolute;
  z-index: 999;
  font-size: 14px;
  line-height: 24px;
  display: none;
  border: 1px solid #e2e2e2;
  border-top: 0;
}
.code-index-as img {
  width: 100px;
}
.massges-prompt {
  color: #999;
}
.massges-prompt.hidden {
  display: none;
}
.massges-prompt a, .massges-prompt a:link, .massges-prompt a:visited, .massges-prompt a:hover, .massges-prompt a:active, .massges-prompt a:focus {
  color: #1faa50;
}

/************更新登录注册样式**************/

/*	regs.css
	Author:run
	Date:2016-10-28
	Description:Framework reset and global style
--------------------------------------------------------------------------------*/

/*  注册页面 */
button{font-family: "microsoft yahei", Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, \5B8B\4F;}
.reg-top{ width:1000px; min-height:46px; height:auto;margin: 10px auto 10px;font-size: 16px;}
.reg-top .reg-fr{ float:right; line-height:30px; margin-top:10px;}
.reg-top .reg-login{ float:right; width:138px; height:30px; line-height:30px; display:block; background-color:#039236; color:#fff; text-align:center; font-weight:bold;}
.reg-top .reg-login:hover{ background-color:#007028; text-decoration:none;}
.reg-infomation,.register{
  width: 435px;
  margin: 10px auto;
}
.reg-infomation h1{
  font-size: 24px;
  color: #ff500b;
}
.reg-infomation p{
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  color: #333333;
}
.register{
  margin-top: 30px;

}
.box-border{
  border: solid 1px #dddddd;
  line-height: 23px;
  height: 23px;
  padding:15px;
  margin-top: 30px;
  position: relative;
}
.box-border label{
  font-size:18px;

}
.box-border label.lt2,.box-border label.lt8,.box-border label.lt10,.box-border label.lt16{
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  overflow: hidden;
}
.lt2{ letter-spacing: 2px;}
.lt8{letter-spacing: 8px;}
.lt10{letter-spacing: 18px;}
.lt16{letter-spacing: 16px;}
.box-border input{
  width: 265px;
  font-size: 16px;
  border: none;
  margin: 0;
  padding: 0;
  outline:none;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.box-border input#phoneCode{
  background: #fff;
}
.box-border input.l-small{
  width: 160px;
}
.box-border input.yzm{
  width: auto;
  font-size: 18px;
  padding:0px 10px;
}
.box-border img{
  vertical-align: middle;
  width: 80px;
  height: 30px;
  float: right;
  margin-top: -3px;
}
.yes,.no{
  position: relative;
}
.yes:after{
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 10px;
  top:50%;
  margin-top: -8px;
  content: "";
  background: url("correct.png") center no-repeat;
  background-size: contain;
}
.no:after{
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  content: "";
  background: url("error.png") center no-repeat;
  background-size: contain;
}
.other.yes:after{
  right: 175px;
}
.other.no:after{
  right: 175px;
}
.box-border .yzm,.login-input .yzm{
  border: none;
  position: absolute;
  right: 6px;
  top:6px;
  height: 41px;
  padding: 0px 10px;
  font-size: 18px;
  font-family: "microsoft yahei", Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, \5B8B\4F;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #ff500b;
}
p.regmes{
  font-size: 14px;
  color: #999999;
  padding: 10px 0px 0px;
}
p.regmes a{
  color: #4dafea;
}
.register input.submit{
  width: 436px;
  height: 46px;
  line-height: 46px;
  margin-top: 30px; background: #ff500b; text-align: center;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  outline:none;
  cursor: pointer;
  font-family: "microsoft yahei", Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, \5B8B\4F;
}
.message-text input.submit{
  width: 436px;
  height: 46px;
  line-height: 46px;
  margin-top: 30px; background: #ff500b; text-align: center;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  outline:none;
  cursor: pointer;
  font-family: "microsoft yahei", Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, \5B8B\4F;
}
.agreement{
  text-align: center;
  margin: 15px auto 50px auto;
}
.agreement a{
  font-size: 16px;
  color: #4dafea;
}
.errorWrapper{
  left: 0px;
  z-index: 7;
}
.errorWrapper label{
  font-size: 12px;
}

.message-text{
  width: 436px;
  margin:15px auto;
}
p.regitpd{

  text-align: right;
  padding-top: 15px;
}
p.regitpd a{
  color: #333333;
  font-size: 16px;
  text-align: right;
}
.fx-w .fx-s-4{
  border-radius: 4px;
  border: none !important;
}
.fx-w h2{
  background-color:#fff !important;
}
.fx-w .line{
  border-bottom:none !important;
}
.fx-w h2 a{
  font-family: Simsun;
  font-size: 14px;
}
.fx-w .fx-s-2{
  border-radius: 4px;
  border: none !important;
}
.fx-s-2 .text{ padding: 0px 60px; }
.fx-s-2 .text p.title{
  font-size: 18px;
}
.message .box-border{ margin-top: 20px;}
.message .regmes{ font-size: 14px;}
.message .button{ padding: 25px 60px 0px 60px;}
.message .button input{
  background: #ff500b;
  text-align: center;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border: none;
  cursor: pointer;
  outline:none;
  border-radius: 4px;
  font-size: 18px;
}
.fs14{
  font-size: 14px;
}
.reg-left{
  float: left;
}
.reg-right{
  float: right;
}
.reg-box{
  width: 600px; margin-top: 15px;
  padding-left: 35px;
}
.bg-box{
  width: 515px;
  height:300px;
  text-align: center;
  padding-top: 80px;
  margin-top: 40px;
  border-left: solid 1px #eeeeee;
  background: url("logbg.jpg") center top no-repeat;
}
.tyzm{
  display: none;
}
.hold{
  color: #fff !important;
  background: #dcdcdc !important;
}
.bg-box h3{
  padding-top: 20px;
  font-size: 16px;
  margin-left: -35px;
}
.bg-box b{
  display: block;
  border-bottom: solid 1px #eee;
  height: 0px;
  font-size: 0px;
  width: 180px;
  margin: 35px auto;
  margin-left: 150px;

}
.bg-box div{
  margin-left: -35px;
  margin-top: 30px;
}
.bg-box div a{
  padding: 0px 5px;
}
.bg-box p{
  margin-top: 15px;
  margin-left: -35px;
  font-size: 18px;
  line-height: 30px;
}
.bg-box p a{
  color: #4dafea;
}

/*登录样式*/

.login-box{
  width: 390px;
  height: auto;
  border: solid  1px #caccce;
  margin-top: 50px;
  margin-right: 100px;
  margin-bottom: 100px;
  padding-bottom: 35px;
}
.reg-box .fl img{
  margin-top: 35px;
}
.tab_way{
  width: 100%;
  height: 56px;
  border-bottom: solid 1px #e7eaeb;
}
.tab_way a{
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  position: relative;
}
.tab_way a.on{
  color: #ff9900;
}
a:focus{
  color: #333;
  text-decoration: none;
}
.tab_way a:active{
  color: #333;
  text-decoration: none;
}
.tab_way a.on:after{
  display: inline-block;
  width: 120px;
  height: 0px;
  border-bottom: solid 2px #ff9900;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -1px;
  z-index: 1;
}
.login-input{
  margin-top: 20px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.login-input input{
  width: 340px;
  padding: 8px 4px;
  font-size: 16px;
  border: solid 1px #caccce;
  outline:none;
  text-indent: 5px;
}
.login-input input:focus{
  border: solid 1px #ff9900;
}
input.username{
  background: url("user.jpg") 8px center no-repeat;text-indent: 30px;
}
input.password{
  background: url("locked.jpg") 8px center no-repeat;text-indent: 30px;
}
.plab{
  padding: 5px 20px 0px;
  font-size: 16px;
  color: #666666;
}
.plab input{
  outline: none;
}
.login-input input.sibmit{
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 10px 0px ;
  background: #ff500b;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.sibmit:active{
  opacity: 0.9;
}
.login-input .plab{
  padding-left: 0px;
}
.plab span a{
  color: #666666;
}
.plab a:hover{
  text-decoration: underline;
  color: #ff9900;
}
.bod{ text-align: center; font-size: 16px; color: #666; position: relative;}
.bod:before{
  content: "";
  display: inline-block;
  border-bottom: solid 1px #dee1e2;
  position: absolute;
  height: 0px;
  width: 90px;
  left: 0;
  top:10px;
}
.bod:after{
  content: "";
  display: inline-block;
  border-bottom: solid 1px #dee1e2;
  position: absolute;
  height: 0px;
  width: 90px;
  right: 0;
  top:10px;
}
.login-abox{
  text-align: center;
  margin-top: 25px;
}
.login-abox a{
  padding: 5px;
}
.plab a{
  color: #4dafea;
}
.login-input .yzm{
  text-indent:0px;
  font-size: 16px;
  height: 27px;
  width: auto;
  border: none;
  padding: 0px 4px;
}
.login-input img{
  position: absolute;
  top:5px;
  right: 6px;
}
.ft14{
  font-size: 14px;
}
.divhide{
  display: none;
}

.lg-message-box{
  width: 750px;
  height: 650px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top:50%;
  margin-left: -375px;
  margin-top: -325px;
  border-radius: 4px;
}
.lg-message-box .login-box{
  margin:50px auto 0px;
}
.lg-message-box h2{
  text-align: right;
  line-height: 35px;
}
.lg-message-box h2 .close-a{
  font-family: Simsun;
  font-size: 20px;
  text-decoration: none;
  padding-right: 10px;

}

.item-box{
  width: 900px;
  margin: 35px auto;
}
.item-box h3{
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.item-box ul{
  width: 900px;
  margin-top: 35px;
}
.item-box li{
  float: left;
  width: 145px;
  margin-left: 5px;
  line-height: 35px;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.item-box li input{
  vertical-align: middle;
  width: 18px;
  height: 18px;
  outline: none;
  cursor: pointer;
  opacity: 0;
  filter: opacity(0);
}
.item-box li input:checked+label span{
  background: url("checked.jpg") center no-repeat;
  border: solid 1px #ff500b;
}
.item-box li label span{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("selectbg.jpg") center no-repeat;
  vertical-align: middle;
  border: solid 1px #d8dada;
  cursor: pointer;
  position: absolute;
  left: 0px; top: 9px;
}
.item-box li span:hover{
  border: solid 1px #ff500b;
}
.item-box li label{
  vertical-align: middle;
}
.item-box li:last-child{
  width: auto;
}
.item-box li:last-child i{
  color: #ff9900;
  vertical-align: middle;
  font-style: normal;
}
.buttondiv{
  margin: 35px auto;
  text-align: center;
}
.buttondiv input{
  display: inline-block;
  width: 150px; height: 45px; line-height: 45px; margin: 0px 10px;
  color: #fff; font-size: 18px; border-radius: 4px; border: none; text-align: center; cursor: pointer;
  outline: none;
}
.canel{
  background: #009237;
}
.ok{
  background: #ff500b;
}
.waring-box{
  width: 320px;
  height: 170px;
  position: fixed;
  left:50%;
  margin-left: -160px;
  top: 50%;
  margin-top: -85px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 0 5px 0px #9e9e9e;
}
.waring-box p{
  line-height: 25px;
  font-size: 16px;
  width: 250px;
  margin: 50px auto 20px auto;
  background: url("mesg.png") left center no-repeat;
}
.waring-box input{
  display: inline-block;
  width: 100px; height: 35px; margin: 0px 10px;
  color: #fff; font-size: 14px; border-radius: 4px; border: none; text-align: center; cursor: pointer;
  outline: none;background: #009237;
}
.item-out-box{
  background: #fff;
  width: 1000px;
  border-radius: 4px;
  height: 605px;
  position: fixed;
  left:50%;
  margin-left: -500px;
  top:50%;
  margin-top: -302px;
  z-index:999;
}
.item-out-box h2 {
  text-align: right;
  line-height: 35px;
}
.item-out-box h2 .close-a{
  font-family: Simsun;
  font-size: 20px;
  text-decoration: none;
  padding-right: 10px;
}
.w-bg{
  z-index: 999 !important;
}
.disable{
  background: #d9d9d9 !important;
}
.left115{
  left: 115px !important;
}
/******登录注册end*****/
















.fl_open_wrap{display:none;position:fixed;z-index:99999;left:0;bottom:15px;width:153px;height:146px;overflow:hidden;}
.fl_open_wrap .fl_open_wrap_cntr{position:absolute;left:-100%;top:0;width:100%;height:100%;background:url(b-right.png) no-repeat;cursor: pointer;}
.fl_open_wrap .fl_open_wrap_cntr img{ margin-top: 69px; margin-left: 6px;}
.fl_pop_wrap{display:none;position:fixed;z-index:99998;left:0;bottom:0;width:100%;height:196px;overflow:hidden;}
.fl_pop_wrap .fl_pop_ttl,.fl_pop_wrap input,.fl_pop_wrap .fl_pop_btn_normal{font-family:"Microsoft YaHei","Hiragino Sans GB";}
.fl_pop_wrap .fl_pop_wrap_cntr{position:absolute;left:0%;bottom:0;width:100%;}
.fl_pop_wrap .fl_pop_wrap_cntr_bg{position:absolute;left:0;bottom:0;width:100%;height:152px;background:#313030;opacity:0.8;filter:alpha(opacity=80);z-index:-200;}
.fl_pop_wrap .fl_pop_box{position:relative;width:980px;height:152px;margin:auto;font-size:12px;font-weight:1.5;color:#333;}
.fl_pop_wrap .fl_pop_box .fl_pop_pic{position:absolute;left:0;bottom:0;}
.fl_pop_wrap .fl_pop_pic img{position:absolute;left:-140px;bottom:0;}
.fl_pop_wrap .fl_pop_cnt{position:absolute;top:0;right:42px;height:100%;padding:0 2px 0 16px;color:#fff;}
.fl_pop_wrap .fl_pop_cnt_bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;opacity:0.2;filter:alpha(opacity=20);z-index:-100;}
.fl_pop_wrap .fl_pop_form{float:left;width:290px;margin:14px 20px 0 0;}
.fl_pop_wrap .fl_pop_form .fl_pop_ttl{margin-bottom:12px;font-size:18px;}
.fl_pop_wrap .fl_pop_form .fl_pop_ttl a{margin-left:10px;font-size:12px;color:#fff;}
.fl_pop_wrap .fl_pop_form .fl_pop_ttl span{font-size:14px;}
.fl_pop_wrap .fl_pop_items{position:relative;margin-top:5px;height:100px;}
.fl_pop_wrap .fl_pop_items input{border:none;padding:0 10px;height:38px;font-size:16px;line-height:38px;color:#333;outline:none;}
.fl_pop_wrap .fl_pop_items input::-webkit-input-placeholder{color:#999}
.fl_pop_wrap .fl_pop_items input::-moz-placeholder{color:#999;opacity:1}
.fl_pop_wrap .fl_pop_items input:-ms-input-placeholder{color:#999;}

.fl_pop_wrap .fl_pop_qrcode{position:relative;float:left;width:115px;margin:20px 14px 0 0;}

.fl_pop_wrap .fl_pop_qrcode img{margin-top:6px;}
.fl_pop_wrap .fl_wrap_close{position:absolute;top:10px;text-decoration: none;right:-4px;font-size:38px;line-height:1.2;font-family:Simsun;color:#9aa1a8;outline:0 none;}
.fl_pop_wrap .fl_wrap_close:hover{text-decoration:none}


#popfloating_float_img img,#popfloating_float_img table {width:103px;height:103px;margin:0!important;}














@charset "UTF-8";
/*	Common.css
	Author:dew
	Date:2015-11-18
	Description:Framework layout & module
--------------------------------------------------------------------------------*/
/*common class*/
.w430 {
  width: 430px; }

.w365 {
  width: 365px; }

.w595 {
  width: 595px; }

.w825 {
  width: 825px; }

.dark-link,
.dark-link a {
  color: #666 !important;
  text-decoration: none !important; }
  .dark-link:hover,
  .dark-link a:hover {
    color: #f57a11 !important; }

/* text list -*/
.text-list i {
  float: right;
  font-style: normal; }

.text-list b {
  margin-right: 1px;
  font-weight: normal; }

.text-list span {
  margin-left: 3px; }

/* common text list */
.tl-common {
  line-height: 24px; }
  .tl-common li {
    color: #333;
    padding-left: 12px;
    background: no-repeat left center; }
  .tl-common a {
    color: #333; }
    .tl-common a:hover {
      color: #f57a11; }
  .tl-common i {
    color: #999; }
  .tl-common b {
    color: #999; }
    .tl-common b a {
      color: #999; }
  .tl-common span {
    color: #666; }

/*-order text list-*/
.tl-order {
  line-height: 24px; }
  .tl-order li .itemNum {
    margin-right: 2px;
    padding: 0 3px;
    line-height: 16px;
    text-align: center;
    color: #999;
    background: #eee;
    left: 0;
    top: 5px; }
  .tl-order a {
    color: #333; }
    .tl-order a:hover {
      color: #f57a11; }
  .tl-order i {
    color: #999; }
  .tl-order b {
    color: #999; }
    .tl-order b a {
      color: #999; }
  .tl-order span {
    color: #666; }

.tl-summary li {
  color: #333; }

.tl-summary .t {
  color: #333; }

.tl-summary .c {
  text-indent: 2em;
  color: #999; }

.tl-summary a {
  color: #333;
  text-decoration: none !important; }
  .tl-summary a:hover {
    color: #f57a11; }
    .tl-summary a:hover .t {
      color: #f57a11; }
    .tl-summary a:hover .c {
      color: #999; }

.tl-summary i {
  color: #999; }

.tl-summary b {
  color: #999; }
  .tl-summary b a {
    color: #999; }

.tl-summary span {
  color: #666; }

img.lazy {
  background: #fff url(loading-64.gif) no-repeat center; }

.bg-index-page, .side-cal .title, .side-cal .btm a, .side-cal .btm .roller, .adv-banner li a:before,
.pic-banner li a:before, .adv-banner li a:after,
.pic-banner li a:after, .quick-action a, .zone-maps-list .incoming p, .zone-slider .slider-zone .title i, .zone-slider .slider-zone .desc:before, .zone-slider .slider-zone .desc:after, .floor-title-text, .floor-01 .wrap-tit-l, .floor-02 .wrap-tit-l, .floor-03 .wrap-tit-l, .floor-04 .wrap-tit-l, .floor-05 .wrap-tit-l, .floor-06-a .wrap-tit-l, .floor-06-b .wrap-tit-l {
  background: url(bg-index-page.png) no-repeat left top;
}

/*首页轮播图*/
.main-slider {
  float: left;
  width: 720px;
  margin-top: 10px;
  margin-left: 0px; }
  .main-slider .slider {
    width: 720px;
    height: 386px;
    list-style: none;
    overflow: hidden; }

/*首页首屏侧边栏*/
.side-info {
  float: left;
  width: 217px;
  margin-top: 10px;
  overflow: hidden;
  margin-left: 15px; }

/*首页首屏侧边栏-日历*/
.side-cal {
  background: #fed205; }
  .side-cal .title {
    padding-top: 30px;
    background-position: -38px -759px;
    text-align: center;
    font-size: 14px;
    color: #000; }
    .side-cal .title span, .side-cal .title em {
      margin: 0 5px; }
  .side-cal .inner {
    position: relative;
    height: 140px; }
    .side-cal .inner img {
      display: block;
      width: 100%; }
    .side-cal .inner .date {
      width: 108px;
      height: 108px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -54px;
      margin-left: -54px;
      color: #fff !important; }
      .side-cal .inner .date .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #960b17;
        opacity: 0.6;
        filter: alpha(opacity=60); }
      .side-cal .inner .date .month {
        float: left;
        position: relative;
        display: inline;
        width: 22px;
        font-size: 22px;
        line-height: 24px;
        margin-left: 20px;
        padding-top: 10px; }
      .side-cal .inner .date .day,
      .side-cal .inner .date .holiday {
        float: left;
        position: relative;
        display: inline;
        width: 40px;
        font-size: 40px;
        line-height: 40px;
        margin-left: 6px;
        padding-top: 10px; }
      .side-cal .inner .date .holiday {
        margin-left: 34px; }
  .side-cal .btm {
    width: 192px;
    padding: 8px;
    border: 1px solid #eee;
    border-top: 1px dashed #c6c6c6;
    background: #fff; }
    .side-cal .btm a {
      display: block;
      padding-left: 32px;
      background-position: -174px -484px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .side-cal .btm a:link, .side-cal .btm a:visited {
        color: #333;
        text-decoration: none; }
      .side-cal .btm a:hover, .side-cal .btm a:active, .side-cal .btm a:focus {
        color: #f57a11;
        text-decoration: none; }
    .side-cal .btm .roller {
      position: relative;
      width: 100%;
      height: 18px;
      overflow: hidden;
      background-position: -174px -484px; }
      .side-cal .btm .roller .list a {
        background-image: none; }

/*首页首屏侧边栏-个人信息*/
.side-log {
  width: 208px;
  border: 1px solid #eee; }
  .side-log .btns {
    margin: -1px -1px 0;
    padding-bottom: 17px;
    border-top: 1px solid #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center; }
    .side-log .btns a {
      float: left;
      width: 210px;
      background: #009237;
      color: #fff; }
      .side-log .btns a.last {
        float: right; }
      .side-log .btns a:hover {
        background-color: #006a28; }
      .side-log .btns a:link, .side-log .btns a:visited {
        color: #fff;
        text-decoration: none; }
      .side-log .btns a:hover, .side-log .btns a:active, .side-log .btns a:focus {
        color: #fff;
        text-decoration: none; }
  .side-log .user {
    padding: 2px 10px 5px; }
    .side-log .user .name {
      font-size: 14px;
      line-height: 28px;
      color: #ff0000;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .side-log .user .icons {
      height: 18px;
      line-height: 18px; }
      .side-log .user .icons img {
        margin-right: 4px;
        vertical-align: top; }
  .side-log .tabs {
    height: 145px;
    padding-bottom: 3px;
    overflow: hidden; }
    .side-log .tabs ul.tit {
      font-size: 14px;
      text-align: center; }
      .side-log .tabs ul.tit li {
        margin: 0 -2px;
        *margin: 0 -4px;
        display: inline; }
      .side-log .tabs ul.tit a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 3px 9px;
        text-decoration: none !important;
        color: #000;
        border-bottom: 2px solid #ddd;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease; }
        .side-log .tabs ul.tit a:hover {
          border-color: #f57a11; }
        .side-log .tabs ul.tit a.selected {
          border-color: #f57a11; }
    .side-log .tabs div {
      padding: 6px 10px; }
      .side-log .tabs div:first-child {
        display: block; }
    .side-log .tabs .list {
      line-height: 26px; }
      .side-log .tabs .list li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .side-log .tabs .list a:link, .side-log .tabs .list a:visited {
        color: #666;
        text-decoration: none; }
      .side-log .tabs .list a:hover, .side-log .tabs .list a:active, .side-log .tabs .list a:focus {
        color: #f57a11;
        text-decoration: none; }

/*通栏广告位*/
.adv-banner p,
.pic-banner p {
  text-align: center; }
  .adv-banner p a,
  .pic-banner p a {
    display: block;
    width: 100%; }
  .adv-banner p img,
  .pic-banner p img {
    display: block;
    width: 100%;
    vertical-align: top; }

.adv-banner li,
.pic-banner li {
  float: left;
  width: 195px;
  display: inline;
  margin: 0 2px; }
  .adv-banner li a,
  .pic-banner li a {
    position: relative;
    display: block; }
    .adv-banner li a:before,
    .pic-banner li a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 0 -534px; }
    .adv-banner li a:after,
    .pic-banner li a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: -78px -589px; }
  .adv-banner li img,
  .pic-banner li img {
    width: 100%;
    height: 120px;
    display: block;
    vertical-align: top; }
  .adv-banner li.first,
  .pic-banner li.first {
    margin-left: 0; }
  .adv-banner li.last,
  .pic-banner li.last {
    margin-right: 0; }
  .adv-banner li:first-child,
  .pic-banner li:first-child {
    margin-left: 0; }
  .adv-banner li:last-child,
  .pic-banner li:last-child {
    margin-right: 0; }

/*友情链接*/
.friend-link {
  position: relative;
  padding: 6px 60px 6px 120px;
  background: #eee;
  color: #666;
  font-size: 14px;
  line-height: 26px; }
  .friend-link .tit {
    float: left;
    position: absolute;
    left: 8px;
    _left: -110px;
    top: 6px;
    font-size: 16px; }
  .friend-link .list li {
    float: left;
    margin-right: 20px; }
    .friend-link .list li a:link, .friend-link .list li a:visited {
      white-space: nowrap;
      color: #333;
      text-decoration: none; }
    .friend-link .list li a:hover, .friend-link .list li a:active, .friend-link .list li a:focus {
      color: #f57a11;
      text-decoration: none; }
  .friend-link .more {
    float: right;
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 14px; }
    .friend-link .more:link, .friend-link .more:visited {
      color: #333;
      text-decoration: none; }
    .friend-link .more:hover, .friend-link .more:active, .friend-link .more:focus {
      color: #f57a11;
      text-decoration: none; }

/*行业资讯*/
.industry-info {
  line-height: 22px; }
  .industry-info li {
    padding: 14px 10px;
    border-bottom: 1px dashed #ddd; }
    .industry-info li .t {
      _width: 330px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 16px; }
    .industry-info li .c {
      text-indent: 1em;
      color: #666 !important; }
    .industry-info li:last-child {
      border-bottom: none; }

/*惠农故事*/
.hn-story {
  padding-top: 20px; }
  .hn-story li {
    position: relative;
    float: left;
    height: 220px;
    margin-bottom: 5px;
    overflow: hidden; }
    .hn-story li img {
      width: 100%;
      height: 100%;
      vertical-align: top;
      left: 0;
      top: 0;
      -webkit-transition: transform 1.2s ease;
      -moz-transition: transform 1.2s ease;
      -ms-transition: transform 1.2s ease;
      -o-transition: transform 1.2s ease;
      transition: transform 1.2s ease; }
    .hn-story li a:hover img {
      position: absolute;
      z-index: 990;
      -webkit-transform: scale(1.06);
      -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -o-transform: scale(1.06);
      transform: scale(1.06); }
    .hn-story li.w-a {
      width: 375px; }
    .hn-story li.w-b {
      width: 450px; }

/*我的关注信息*/
.quick-action {
  height: 30px !important;
  line-height: 30px; }
  .quick-action a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    margin-left: 7px;
    padding-left: 32px;
    padding-right: 12px;
    overflow: hidden;
    text-decoration: none !important;
    background-position: -275px -657px; }
  .quick-action .setting {
    position: relative;
    z-index: 998;
    height: 100%;
    background-color: #fff;
    background-position: -267px -649px;
    color: #009237 !important; }
    .quick-action .setting:before {
      content: '';
      position: absolute;
      right: 0;
      top: 8px;
      width: 1px;
      height: 14px;
      background: #ddd; }
    .quick-action .setting.hover {
      height: 29px;
      border: 1px solid #0da944;
      border-bottom-color: #fff; }
      .quick-action .setting.hover:before {
        display: none; }
  .quick-action .publish {
    background-position: -266px -680px;
    color: #f57a11 !important; }

.follow-tabs {
  padding-bottom: 3px; }
  .follow-tabs ul.tit {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    background: #eee;}
    .follow-tabs ul.tit li {
      float: left;
      height: 100%;
    }
      .follow-tabs ul.tit li:last-child a:after {
        display: none; }
    .follow-tabs ul.tit a {
      overflow: hidden;
      float: left;
      display: block;
      white-space: nowrap;
      position: relative;
      height: 100%;
      padding: 0 12px;
      text-decoration: none !important;
      color: #000;
      -webkit-transition: background-color 0.5s ease-in, color 0.3s ease-out;
      -moz-transition: background-color 0.5s ease-in, color 0.3s ease-out;
      -ms-transition: background-color 0.5s ease-in, color 0.3s ease-out;
      -o-transition: background-color 0.5s ease-in, color 0.3s ease-out;
      transition: background-color 0.5s ease-in, color 0.3s ease-out; }
      .follow-tabs ul.tit a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 14px;
        width: 1px;
        height: 12px;
        background: #ddd; }
      .follow-tabs ul.tit a.selected, .follow-tabs ul.tit a:hover {
        background-color: #009237;
        color: #fff; }
        .follow-tabs ul.tit a.selected:after, .follow-tabs ul.tit a:hover:after {
          display: none; }
  .follow-tabs div {
    height:140px;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
    background: #fff url(loading-64.gif) no-repeat center; }
    .follow-tabs div:first-child {
      display: block; }
  .follow-tabs .tips {
    height: 109px;
    padding: 50px 0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #666; }
    .follow-tabs .tips img {
      vertical-align: top; }
  .follow-tabs .list {
    height: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 34px; }
    .follow-tabs .list li {
      border-bottom: 1px dashed #ccc;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .follow-tabs .list li:last-child {
        border-bottom: none; }
    .follow-tabs .list i {
      font-style: normal;
    }
    .follow-tabs .list a {
      height: 34px;
      display: block;
      padding: 0 8px; }
      .follow-tabs .list a:link, .follow-tabs .list a:visited {
        color: #666;
        text-decoration: none; }
      .follow-tabs .list a:hover, .follow-tabs .list a:active, .follow-tabs .list a:focus {
        color: #f57a11;
        text-decoration: none; }
    .follow-tabs .list .time {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 120px; }
    .follow-tabs .list .hl {
      }

/*最新行情*/
.market-latest {
  border: 1px solid #eee;
  border-top: none;
  text-align: center;
  font-size: 14px; }
  .market-latest .head {
    border-bottom: 1px solid #ddd; }
    .market-latest .head ul {
      display: block;
      padding: 0 4px;
      height: 39px;
      line-height: 39px; }
    .market-latest .head li {
      float: left;
      display: inline;
      width: 70px;
      text-align: left; }
      .market-latest .head li.t {
        width: 130px;
        padding-left: 10px;
        text-align: left; }
      .market-latest .head li.arr {
        width: 40px;
        text-align: center; }
      .market-latest .head li.hl {
    width: 90px;
    padding-left: 65px;
}
      .market-latest .head li.time {
        width: 80px;
        text-align: center; }
  .market-latest .hn-roller {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    *zoom: 1; }
  .market-latest .body {
    }
    .market-latest .body .list {
      min-height: 140px;
      _height: 209px;
      background: #fff; }
    .market-latest .body .tips {
      height: 109px;
      padding: 50px 0;
      background: #fff;
      text-align: center;
      font-size: 14px;
      color: #666; }
      .market-latest .body .tips img {
        vertical-align: top; }
    .market-latest .body a {
      display: block; }
      .market-latest .body a:link, .market-latest .body a:visited {
        color: #666;
        text-decoration: none; }
      .market-latest .body a:hover, .market-latest .body a:active, .market-latest .body a:focus {
        color: #f57a11;
        text-decoration: none; }
    .market-latest .body dl {
      display: block;
      height: 34px;
      line-height: 34px;
      border-bottom: 1px dashed #ddd;
      padding: 0 4px;
      overflow: hidden;
      text-align: left; }
    .market-latest .body dt {
      float: left;
      display: inline;
      width: 130px;
      padding-left: 10px;
      text-align: left; }
    .market-latest .body dd {
      float: left;
      display: inline;
      width:240px; }
      .market-latest .body dd.arr {
        width: 40px;
        text-align: center; }
      .market-latest .body dd.hl {
    width: 130px;
    padding-left: 50px;}
      .market-latest .body dd.time {
        width: 80px;
        text-align: center; }
    .market-latest .body .hl {
      color: #fe2500 !important; }
    .market-latest .body .arr {
      font-family: georgia, arial, sans-serif; }
    .market-latest .body .arr-up {
      color: #269b4d !important; }
    .market-latest .body .arr-down {
      color: #f68532 !important; }
    .market-latest .body .arr-right {
      color: #269b4d !important; }

/*产业带*/
/*产业带-地图*/
.zone-maps {
  position: relative;
  width: 298px;
  height: 427px;
  overflow: hidden;
  background: #ffebea url(zone-maps.gif) no-repeat; }
  .zone-maps svg {
    width: 100%;
    height: 100%;
    touch-action: none; }

.zone-maps-list {
  float: left;
  left: 0;
  right: 0;
  position: absolute;
  height: 1px;
  overflow: visible;
  padding: 10px 16px 0 16px;
  z-index: 999;
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
  .zone-maps-list ul {
    display: none;
    height: 1px;
    overflow: visible; }
    .zone-maps-list ul.default {
      display: block; }
  .zone-maps-list li {
    float: left;
    margin-right: 6px;
    margin-top: 10px; }
  .zone-maps-list a {
    display: block;
    padding: 5px 6px;
    background: #fff;
    color: #666;
    text-decoration: none !important; }
    .zone-maps-list a:hover {
      background-color: #f57a13;
      color: #fff; }
  .zone-maps-list .incoming {
    font-size: 22px;
    font-weight: bold;
    color: #666; }
.zone-maps-list .incoming li {
    padding: 5px;
    background: #fff;
    position: absolute;
    top:170px;
    left: 73px;
}
    .zone-maps-list .incoming p {
      height: 30px;
      line-height: 30px;
      padding-left: 36px;
      background-position: -174px -502px; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
  display: none; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

/*产业带-滚屏*/
.zone-slider {
  width: 892px;
  height: 426px;
  border-bottom: 1px solid #eee; }
  .zone-slider .slider {
    width: 892px;
    height: 426px;
    list-style: none;
    overflow: hidden; }
  .zone-slider .anythingSlider-default .arrow a {
    width: 23px;
    height: 67px;
    margin-top: -34px;
    background-image: url(zone-slider-default.png); }
  .zone-slider .slider-zone {
    display: block;
    height: 212px;
    border: 1px solid #eee;
    border-bottom: none;
    font-size: 14px; }
    .zone-slider .slider-zone .thumb {
      float: right;
      display: block;
      width: 250px;
      height: 100%; }
      .zone-slider .slider-zone .thumb img {
        width: 250px;
        height: 100%;
        vertical-align: top; }
    .zone-slider .slider-zone .inner {
      float: left;
      width: 194px;
      height: 100%;
      *overflow: hidden; }
    .zone-slider .slider-zone .title {
      position: relative;
      height: 33px;
      line-height: 33px;
      margin-bottom: 5px;
      padding-top: 25px;
      padding-left: 25px;
      font-size: 22px;
      font-weight: bold;
      color: #666;
      white-space: nowrap; }
      .zone-slider .slider-zone .title a:link, .zone-slider .slider-zone .title a:visited {
        color: #666;
        text-decoration: none; }
      .zone-slider .slider-zone .title a:hover, .zone-slider .slider-zone .title a:active, .zone-slider .slider-zone .title a:focus {
        color: #f57a11;
        text-decoration: none; }
      .zone-slider .slider-zone .title i {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 13px;
        height: 100%;
        background-position: 0 -478px; }
    .zone-slider .slider-zone .desc {
      position: relative;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-bottom: 20px;
      margin-left: 25px;
      padding: 0 3px;
      border: 1px solid #eaeaea; }
      .zone-slider .slider-zone .desc:before {
        position: absolute;
        left: -6px;
        top: 7px;
        width: 6px;
        height: 7px;
        content: '';
        background-position: -65px -484px; }
      .zone-slider .slider-zone .desc:after {
        position: absolute;
        right: -23px;
        top: -1px;
        width: 21px;
        height: 21px;
        content: '';
        border: 1px solid #eaeaea;
        background-position: -24px -484px; }
    .zone-slider .slider-zone ul {
      position: relative;
      padding-left: 20px; }
    .zone-slider .slider-zone li {
      float: left;
      margin-right: 5px;
      margin-bottom: 5px;
      text-align: center; }
      .zone-slider .slider-zone li a {
        min-width: 64px;
        display: block;
        padding: 2px 3px;
        border: 1px solid #ddd;
        white-space: nowrap;
        color: #666;
        text-decoration: none !important; }
        .zone-slider .slider-zone li a:hover {
          border-color: #f47a11;
          background-color: #f47a11;
          color: #fff; }

/*index floors*/
.floor-title, .floor-01 .wrap-tit, .floor-02 .wrap-tit, .floor-03 .wrap-tit, .floor-04 .wrap-tit, .floor-05 .wrap-tit, .floor-06-a .wrap-tit, .floor-06-b .wrap-tit {
  line-height: 20px; }

.floor-title-text, .floor-01 .wrap-tit-l, .floor-02 .wrap-tit-l, .floor-03 .wrap-tit-l, .floor-04 .wrap-tit-l, .floor-05 .wrap-tit-l, .floor-06-a .wrap-tit-l, .floor-06-b .wrap-tit-l {
  padding-left: 36px;
  padding-top: 10px;
  padding-bottom: 4px; }

.floor-title-link, .floor-01 .wrap-tit-r, .floor-02 .wrap-tit-r, .floor-03 .wrap-tit-r, .floor-04 .wrap-tit-r, .floor-05 .wrap-tit-r, .floor-06-a .wrap-tit-r, .floor-06-b .wrap-tit-r {
  padding-top: 10px; }

.floor-01 .wrap-tit-l {
  background-position: -141px 0; }

.floor-01 .title {
  float: left;
  width: 214px;
  height: 380px;
  border-right: 1px solid #eee;
  overflow: hidden;
  background: #eee;
  font-size: 14px; }
  .floor-01 .title img {
    display: block;
    width: 100%;
    height: 155px; }
  .floor-01 .title .t {
    margin: 0 20px 12px;
    padding-bottom: 12px;
    font-size: 20px;
    border-bottom: 1px solid #ddd; }
    .floor-01 .title .t:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 18px;
      margin-right: 7px;
      vertical-align: -2px;
      background: #f57a11; }
  .floor-01 .title p {
    height: 58px;
    margin-bottom: 5px;
    padding: 0 20px;
    line-height: 14px;
    overflow: hidden; }
    .floor-01 .title p a {
      float: left;
      margin-bottom: 15px;
      margin-right: 7px;
      padding-right: 7px;
      border-right: 1px solid #ddd;
      white-space: nowrap; }
      .floor-01 .title p a:link, .floor-01 .title p a:visited {
        color: #666;
        text-decoration: none; }
      .floor-01 .title p a:hover, .floor-01 .title p a:active, .floor-01 .title p a:focus {
        color: #f57a11;
        text-decoration: none; }
  .floor-01 .title ul {
    margin: 0 10px 10px;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #ebe4e5;
    line-height: 30px;
	height: 150px; }
    .floor-01 .title ul a {
      display: block;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .floor-01 .title ul a:link, .floor-01 .title ul a:visited {
        color: #333;
        text-decoration: none; }
      .floor-01 .title ul a:hover, .floor-01 .title ul a:active, .floor-01 .title ul a:focus {
        color: #f57a11;
        text-decoration: none; }
    .floor-01 .title ul.bg-a {
      background-color: #fff7f8; }
    .floor-01 .title ul.bg-b {
      background-color: #f2fff5; }

.floor-01 .imgs {
  float: left;
  width: 380px;
  overflow: hidden; }
  .floor-01 .imgs a {
    float: left; }
  .floor-01 .imgs img {
    border: 1px solid #eee;
    border-left: none;
    vertical-align: top; }

.floor-02 .wrap-tit-l {
  background-position: -141px -40px; }

.floor-02 .img {
  float: left; }
  .floor-02 .img img {
    width: 215px;
    height: 380px;
    vertical-align: top; }

.floor-02 .titles {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 7px;
  overflow: hidden;
  border-left: none;
  font-size: 14px; }
  .floor-02 .titles .item {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 6px;
    height: 100%; }
    .floor-02 .titles .item:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 10px;
      width: 1px;
      height: 96px;
      background: #eee; }
    .floor-02 .titles .item:last-child:after {
      display: none; }
  .floor-02 .titles .t {
    padding: 5px 20px 8px;
    font-size: 20px; }
    .floor-02 .titles .t:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 18px;
      margin-right: 7px;
      vertical-align: -2px;
      background: #f57a11; }
  .floor-02 .titles .pic {
    margin-bottom: 10px;
    text-align: center; }
    .floor-02 .titles .pic img {
      border: 1px solid #eee;
      vertical-align: top;margin-right:10px; }
  .floor-02 .titles p {
    height: 58px;
    margin-bottom: 5px;
    padding: 0 20px;
    line-height: 14px;
    overflow: hidden; }
    .floor-02 .titles p a {
      float: left;
      border-right: 1px solid #ccc;
      margin-bottom: 15px;
      margin-right: 7px;
      padding-right: 7px;
      white-space: nowrap; }
      .floor-02 .titles p a:link, .floor-02 .titles p a:visited {
        color: #666;
        text-decoration: none; }
      .floor-02 .titles p a:hover, .floor-02 .titles p a:active, .floor-02 .titles p a:focus {
        color: #f57a11;
        text-decoration: none; }
  .floor-02 .titles ul {
    line-height:30px; }
	.floor-02 .titles ul li{width:25%;float:left;}
    .floor-02 .titles ul a {
      display: block;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .floor-02 .titles ul a:link, .floor-02 .titles ul a:visited {
        color: #333;
        text-decoration: none; }
      .floor-02 .titles ul a:hover, .floor-02 .titles ul a:active, .floor-02 .titles ul a:focus {
        color: #f57a11;
        text-decoration: none; }

.floor-03 .wrap-tit-l {
  background-position: -141px -80px; }

.floor-03 .img {
  float: left; }
  .floor-03 .img img {
    width: 215px;
    height: 380px;
    vertical-align: top; }

.floor-03 .titles {
  float: left;
  width: 298px;
  height: 358px;
  padding: 10px 20px;
  overflow: hidden;
  border: 1px solid #eee;
  border-left: none;
  font-size: 14px; }
  .floor-03 .titles .float {
    float: left;
    width: 149px; }
  .floor-03 .titles .t {
    margin-bottom: 14px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #eee;
    font-size: 20px; }
    .floor-03 .titles .t:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 18px;
      margin-right: 7px;
      vertical-align: -2px;
      background: #f57a11; }
  .floor-03 .titles p {
    height: 60px;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    line-height: 14px; }
    .floor-03 .titles p a {
      float: left;
      border-right: 1px solid #ccc;
      margin-bottom: 15px;
      margin-right: 7px;
      padding-right: 7px;
      white-space: nowrap; }
      .floor-03 .titles p a:link, .floor-03 .titles p a:visited {
        color: #666;
        text-decoration: none; }
      .floor-03 .titles p a:hover, .floor-03 .titles p a:active, .floor-03 .titles p a:focus {
        color: #f57a11;
        text-decoration: none; }
  .floor-03 .titles ul {
    padding-top: 5px;
    line-height: 24px; }
    .floor-03 .titles ul a {
      display: block;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .floor-03 .titles ul a:link, .floor-03 .titles ul a:visited {
        color: #333;
        text-decoration: none; }
      .floor-03 .titles ul a:hover, .floor-03 .titles ul a:active, .floor-03 .titles ul a:focus {
        color: #f57a11;
        text-decoration: none; }

.floor-03 .imgs {
  float: left;
  width: 636px;
  height: 379px;
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  .floor-03 .imgs a {
    float: left; }
  .floor-03 .imgs img {
    border: 1px solid #eee;
    border-bottom: none;
    border-left: none;
    vertical-align: top; }

.floor-04 .wrap-tit-l {
  background-position: -141px -120px; }

.floor-04 .title {
  float: left;
  width: 214px;
  height: 380px;
  border-right: 1px solid #eee;
  overflow: hidden;
  background: #f4e7ff;
  font-size: 14px; }
  .floor-04 .title img {
    display: block;
    width: 100%;
    height: 155px; }
  .floor-04 .title .t {
    margin: 14px 20px 10px;
    padding-bottom: 8px;
    font-size: 20px;
    border-bottom: 1px solid #ddd; }
    .floor-04 .title .t:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 18px;
      margin-right: 7px;
      vertical-align: -2px;
      background: #f57a11; }
  .floor-04 .title p {
    height: 28px;
    padding: 0 20px;
    line-height: 14px;
    overflow: hidden; }
    .floor-04 .title p a {
      float: left;
      margin-bottom: 15px;
      margin-right: 7px;
      padding-right: 7px;
      border-right: 1px solid #ddd;
      white-space: nowrap; }
      .floor-04 .title p a:link, .floor-04 .title p a:visited {
        color: #666;
        text-decoration: none; }
      .floor-04 .title p a:hover, .floor-04 .title p a:active, .floor-04 .title p a:focus {
        color: #f57a11;
        text-decoration: none; }

.floor-04 .imgs {
  position: relative;
  float: left;
  width: 975px;
  overflow: hidden; }
  .floor-04 .imgs a {
    position: relative;
    float: left; }
  .floor-04 .imgs a.fr {
    float: right; }
  .floor-04 .imgs img {
    position: relative;
    border: 1px solid #eee;
    border-left: none;
    vertical-align: top; }
  .floor-04 .imgs ul {
    float: right;
    position: relative;
    right: 16px;
    margin-top: -105px;
    _margin-top: -110px;
    width: 232px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #e5e4e7;
    line-height: 24px;
    font-size: 14px;
    _background-color: #fff;
  }
  .floor-04 .imgs ul li {
    height: 24px;
    overflow: hidden;
  }
    .floor-04 .imgs ul a {
      display: block;
      width: 100%;
      height: 24px;
      line-height: 24px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .floor-04 .imgs ul a:link, .floor-04 .imgs ul a:visited {
        color: #333;
        text-decoration: none; }
      .floor-04 .imgs ul a:hover, .floor-04 .imgs ul a:active, .floor-04 .imgs ul a:focus {
        color: #f57a11;
        text-decoration: none; }

.floor-05 .wrap-tit-l {
  background-position: -141px -160px; }

.floor-05 .img {
  float: left; }
  .floor-05 .img img {
    width: 215px;
    height: 380px;
    vertical-align: top; }

.floor-05 .titles {
  float: left;
  width: 973px;
  height: 379px;
  padding: 0;
  overflow: hidden;
  border-left: none;
  font-size: 14px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .floor-05 .titles .item {
    position: relative;
    float: left;
    width: 323px;
    height: 189px;
    overflow: hidden;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee; }
  .floor-05 .titles .pic {
    text-align: center; }
    .floor-05 .titles .pic a {
      display: block; }
    .floor-05 .titles .pic img {
      display: block;
      vertical-align: top; }
  .floor-05 .titles .t {
    margin: 0 30px 15px;
    padding: 18px 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 20px; }
    .floor-05 .titles .t:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 18px;
      margin-right: 7px;
      vertical-align: -2px;
      background: #f57a11; }
  .floor-05 .titles p {
    height: 59px;
    margin-bottom: 5px;
    padding: 0 30px;
    line-height: 14px;
    overflow: hidden; }
    .floor-05 .titles p a {
      float: left;
      border-right: 1px solid #ccc;
      margin-bottom: 16px;
      margin-right: 7px;
      padding-right: 7px;
      white-space: nowrap; }
      .floor-05 .titles p a:link, .floor-05 .titles p a:visited {
        color: #666;
        text-decoration: none; }
      .floor-05 .titles p a:hover, .floor-05 .titles p a:active, .floor-05 .titles p a:focus {
        color: #f57a11;
        text-decoration: none; }
  .floor-05 .titles ul {
    padding: 0 30px;
    line-height: 24px; }
    .floor-05 .titles ul a {
      display: block;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .floor-05 .titles ul a:link, .floor-05 .titles ul a:visited {
        color: #333;
        text-decoration: none; }
      .floor-05 .titles ul a:hover, .floor-05 .titles ul a:active, .floor-05 .titles ul a:focus {
        color: #f57a11;
        text-decoration: none; }

.floor-06-a {
  float: left;
  width: 587.5px; }
  .floor-06-a .wrap-tit-l {
    background-position: -141px -200px; }
  .floor-06-a .img {
    float: left; }
    .floor-06-a .img img {
      width: 215px;
      height: 350px;
      vertical-align: top; }
  .floor-06-a .titles {
    float: left;
    width: 300px;
    height: 328px;
    padding: 10px 31px 10px 40px;
    overflow: hidden;
    border: 1px solid #eee;
    border-left: none;
    font-size: 14px; }
    .floor-06-a .titles .float {
      float: left;
      width: 150px; }
    .floor-06-a .titles .t {
      margin-bottom: 14px;
      padding: 20px 0 10px;
      border-bottom: 1px solid #eee;
      font-size: 20px; }
      .floor-06-a .titles .t:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 18px;
        margin-right: 7px;
        vertical-align: -2px;
        background: #f57a11; }
    .floor-06-a .titles p {
      height: 57px;
      margin-bottom: 5px;
      padding: 0;
      line-height: 14px;
      overflow: hidden; }
      .floor-06-a .titles p a {
        float: left;
        border-right: 1px solid #ccc;
        margin-bottom: 15px;
        margin-right: 7px;
        padding-right: 7px;
        white-space: nowrap; }
        .floor-06-a .titles p a:link, .floor-06-a .titles p a:visited {
          color: #666;
          text-decoration: none; }
        .floor-06-a .titles p a:hover, .floor-06-a .titles p a:active, .floor-06-a .titles p a:focus {
          color: #f57a11;
          text-decoration: none; }
    .floor-06-a .titles .item {
      margin-bottom: 15px; }
  .floor-06-a .imgs {
    float: left;
    overflow: hidden; }
    .floor-06-a .imgs a {
      float: left; }
    .floor-06-a .imgs img {
      border: 1px solid #eee;
      vertical-align: top; }

.floor-06-b {
  float: right;
  width: 587.5px; }
  .floor-06-b .wrap-tit-l {
    background-position: -141px -240px; }
  .floor-06-b .img {
    float: left; }
    .floor-06-b .img img {
      width: 215px;
      height: 350px;
      vertical-align: top; }
  .floor-06-b .titles {
    float: left;
    width: 300px;
    height: 328px;
    padding: 10px 31px 10px 40px;
    overflow: hidden;
    border: 1px solid #eee;
    border-left: none;
    font-size: 14px; }
    .floor-06-b .titles .t {
      margin-bottom: 14px;
      padding: 20px 0 10px;
      border-bottom: 1px solid #eee;
      font-size: 20px; }
      .floor-06-b .titles .t:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 18px;
        margin-right: 7px;
        vertical-align: -2px;
        background: #f57a11; }
    .floor-06-b .titles p {
      height: 120px;
      padding: 30px 0 3px;
      line-height: 14px;
      overflow: hidden; }
      .floor-06-b .titles p a {
        float: left;
        border-right: 1px solid #ccc;
        margin-bottom: 15px;
        margin-right: 7px;
        padding-right: 7px;
        white-space: nowrap; }
        .floor-06-b .titles p a:link, .floor-06-b .titles p a:visited {
          color: #666;
          text-decoration: none; }
        .floor-06-b .titles p a:hover, .floor-06-b .titles p a:active, .floor-06-b .titles p a:focus {
          color: #f57a11;
          text-decoration: none; }
  .floor-06-b .imgs {
    float: left;
    overflow: hidden; }
    .floor-06-b .imgs a {
      float: left; }
    .floor-06-b .imgs img {
      border: 1px solid #eee;
      vertical-align: top;}












.anythingSlider-default{margin:0 auto;padding:0}.anythingSlider-default .anythingWindow{border-top:0 solid #777;border-bottom:0 solid #777}.anythingSlider-default .anythingControls a{background-color:#606060;color:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.anythingSlider-default .anythingControls a span{visibility:hidden;display:none}.anythingSlider-default .anythingControls a.cur{background:#fc4627;color:#fff}.anythingSlider-default .anythingControls a.start-stop{background-color:#040;color:#ddd}.anythingSlider-default .anythingControls a.start-stop.playing{background-color:#800}.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover,.anythingSlider-default .anythingControls a.start-stop.hover,.anythingSlider-default .anythingControls a.start-stop:hover{color:#fff}.anythingSlider-default.activeSlider .anythingWindow{border-color:#7C9127}.anythingSlider-default.activeSlider .anythingControls a{background-color:#606060}.anythingSlider-default.activeSlider .anythingControls a.cur,.anythingSlider-default.activeSlider .anythingControls a:hover{background:#fc4627}.anythingSlider-default.activeSlider .anythingControls a.start-stop{background-color:#080;color:#fff}.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing{color:#fff;background-color:#d00}.anythingSlider-default.activeSlider .start-stop.hover,.anythingSlider-default.activeSlider .start-stop:hover{color:#fff}.anythingSlider-default .arrow{top:50%;position:absolute;display:block;z-index:99}.anythingSlider-default .arrow a{display:block;width:42px;height:76px;margin:-38px 0 0;text-align:center;outline:0;background:url(main-slider-default.png) no-repeat}.anythingSlider-default .back{left:0}.anythingSlider-default .back a{background-position:left top}.anythingSlider-default .back a.hover,.anythingSlider-default .back a:hover{background-position:left bottom}.anythingSlider-default .forward{right:0}.anythingSlider-default .forward a{background-position:right top}.anythingSlider-default .forward a.hover,.anythingSlider-default .forward a:hover{background-position:right bottom}.anythingSlider-default .anythingControls{outline:0;display:none}.anythingSlider-default .anythingControls ul{position:relative;z-index:98;margin:-35px 0 0;padding:0;text-align:center}.anythingSlider-default .anythingControls ul li{margin:0;display:inline}.anythingSlider-default .anythingControls ul a{font:11px/18px Georgia,Serif;margin:0 5px 0 0;display:inline-block;width:50px;height:0;padding:1px;text-decoration:none;text-align:center;outline:0;overflow:hidden}.anythingSlider-default .anythingControls .anythingNavWindow{overflow:hidden;float:left}.anythingSlider-default .anythingControls .start-stop{padding:2px 5px;width:40px;text-align:center;text-decoration:none;float:right;z-index:100;outline:0}.as-oldie .anythingSlider-default .arrow{top:42%}.as-oldie .anythingSlider-default .arrow a{margin:0}.as-oldie .anythingSlider-default .anythingControls li{margin-left:3px}.as-oldie .anythingSlider-default .anythingControls a{margin:0}.as-oldie .anythingSlider-default .anythingNavWindow{margin:0 2px}.as-oldie .anythingSlider-default .anythingNavWindow li{padding:3px 0 0}.anythingSlider{display:block;overflow:visible!important;position:relative}.anythingSlider .anythingWindow{overflow:hidden;position:relative;width:100%;height:100%}.anythingSlider .anythingBase{background:0 0;list-style:none;position:absolute;overflow:visible!important;top:0;left:0;margin:0;padding:0}.anythingSlider .arrow span{display:block;visibility:hidden}.anythingSlider .arrow.disabled{display:none}.anythingSlider .panel{background:0 0;display:block;overflow:hidden;float:left;padding:0;margin:0}.anythingSlider .vertical .panel{float:none}.anythingSlider .fade .panel{float:none;position:absolute;top:0;left:0;z-index:0}.anythingSlider .fade .activePage{z-index:1}.anythingSlider.rtl .anythingWindow{direction:ltr;unicode-bidi:bidi-override}.anythingSlider.rtl .anythingControls ul{float:left}.anythingSlider.rtl .anythingControls ul a{float:right}.anythingSlider .anythingControls ul a,.anythingSlider .anythingWindow,.anythingSlider .arrow a,.anythingSlider .start-stop{transition-duration:0;-o-transition-duration:0;-moz-transition-duration:0;-webkit-transition-duration:0}







.head .searchbox {
    position: absolute;
    right: 200px;
    top: 70px;
    height: 40px;
}
.head .searchbox .inputsubmit {
    background: url("tc.base.icons_1.png") no-repeat 15px -26px #009237;
    width: 50px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}
.ease-1 {
    -webkit-transition: all 0.1s ease-out;
    -khtml-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.fr {
    float: right;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.head .searchbox .inputsubmit .icon {
    font-size: 24px;
}
.head .searchbox .inputtxt {
    background: #f3f3f3;
    color: #888;
    height: 28px;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px #dbdbdb solid;
    width: 350px;
}
.head .hotwords {
    position: absolute;
    right: 190px;
    top: 110px;
    height: 30px;
    line-height: 30px;
    width: 440px;
    overflow: hidden;
}
.head .hotwords a {
    color: #666;
    margin: 0 10px;
}
.head .searchbox .inputsubmit .icon {
    font-size: 24px;
}
input, button {
    outline: none;
    border: 0;
    font-family: Microsoft YaHei,"微软雅黑",SimSun,"宋体";
}



.rightbar {
    width: 217px;
    float: left;
    height: 385px;
    background: #fff;
    overflow: hidden;
}
.member {
    padding: 15px 11px 0;
    overflow: hidden;
    max-height: 150px;
}
.slogan, .search_wrap .search-hd .btn-search, #all_kinds .ld i, #all_kinds .cont .item .title b, .flex-direction-nav a, .spec-scroll .prev i, .spec-scroll .next i, .member .member-img, .member-reg i, .rightbar #tab-sub ul li, .footer_service i, a.gotop .icon-gotop {
    background: url("ailaba-ico.png") no-repeat;
}
.member .member-img {
    float: left;
    margin-right: 10px;
    width: 52px;
    height: 52px;
    overflow: hidden;
    background-position: -169px -127px;
}
.member .member-info .name {
    font-size: 14px;
    color: #444;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
	margin-top:10px;
}
.member .member-info .greet {
    color: #999;
    font-size: 12px;
}
.member-reg {
    margin-top: 15px;
    margin-right: -1px;
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.member-reg a {
    display: block;
    float: left;
    width: 107px;
	background:#009237;
    font-size: 14px;
	text-align: center;
	color:#fff;
	border-right:1px solid 
}
.member-reg i {
    display: block;
    float: left;
    margin-left: 13px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    margin-top: 11px;
}
.member-reg .icon-login {
    background-position: -33px -75px;
}
.member-reg .icon-register {
    background-position: -51px -75px;
}
.rightbar .help-tab {
    padding: 18px 11px;
    overflow: hidden;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.rightbar #tab {
    height: 30px;
    line-height: 30px;
    color: #747474;
    border-bottom: 1px solid #ee7000;
}
.rightbar #tab .cur {
    color: #444;
    font-size: 14px;
    font-weight: bolder;
}
.rightbar #tab li {
    width: 210px;
    display: inline;
    text-align: center;
    float: left;
    cursor: pointer;
}
.rightbar #tab-sub {
    margin-top: 10px;
    width: 210px;
}

.rightbar #tab-sub ul {
    width: 210px;
    line-height: 34px;
    display: none;
}
.rightbar #tab-sub ul li {
    float: left;
    background-position: -215px -204px;
    padding-left: 15px;
}
.rightbar #tab-sub ul a {
    text-decoration: none;
    width: 210px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}