@font-face {
  font-family: 'icomoon';
  src: url("/css/before/fonts/icomoon.eot?w562k0");
  src: url("/css/before/fonts/icomoon.eot?w562k0#iefix") format("embedded-opentype"), url("/css/before/fonts/icomoon.ttf?w562k0") format("truetype"), url("/css/before/fonts/icomoon.woff?w562k0") format("woff"), url("/css/before/fonts/icomoon.svg?w562k0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-error_outline:before {
  content: "\e001"; }

.icon-add_alert:before {
  content: "\e003"; }

.icon-loop:before {
  content: "\e00e"; }

.icon-not_interested:before {
  content: "\e017"; }

.icon-call:before {
  content: "\e03f"; }

.icon-email:before {
  content: "\e04c"; }

.icon-remove_circle_outline:before {
  content: "\e081"; }

.icon-mode_edit:before {
  content: "\e0ee"; }

.icon-control_point:before {
  content: "\e14f"; }

.icon-apps:before {
  content: "\e1ff"; }

.icon-expand_less2:before {
  content: "\e20a"; }

.icon-expand_more:before {
  content: "\e20b"; }

.icon-check_box:before {
  content: "\e25c"; }

.icon-check_box_outline_blank:before {
  content: "\e25d"; }

.icon-add_shopping_cart:before {
  content: "\e269"; }

.icon-settings:before {
  content: "\e2cb"; }

.icon-reorder:before {
  content: "\e310"; }

.icon-square-check:before {
  content: "\e046"; }

.icon-stop:before {
  content: "\e054"; }

.icon-check:before {
  content: "\e116"; }

.icon-cross:before {
  content: "\e117"; }

.icon-th-large-outline:before {
  content: "\e90e"; }

.icon-th-menu-outline:before {
  content: "\e90f"; }

.icon-user:before {
  content: "\e900"; }

.icon-description:before {
  content: "\e908"; }

.icon-expand_less:before {
  content: "\e901"; }

.icon-favorite:before {
  content: "\e902"; }

.icon-question_answer:before {
  content: "\e903"; }

.icon-shopping_cart:before {
  content: "\e904"; }

.icon-place:before {
  content: "\e905"; }

.icon-arrow-bold-down:before {
  content: "\e909"; }

.icon-arrow-bold-up:before {
  content: "\e90a"; }

.icon-chevron-thin-left:before {
  content: "\e910"; }

.icon-chevron-thin-right:before {
  content: "\e911"; }

.icon-chevron-with-circle-down:before {
  content: "\e90b"; }

.icon-chevron-with-circle-up:before {
  content: "\e90c"; }

.icon-old-phone:before {
  content: "\e90d"; }

.icon-cart:before {
  content: "\e912"; }

.icon-home:before {
  content: "\e906"; }

.icon-wechat:before {
  content: "\e907"; }

.toolbar-layer {
  /* 	background-image: url("../../images/wx_code.jpg"); 
  background-repeat: no-repeat;
  background-size: 100%; */ }

.toolbar-item, .toolbar-btn, .toolbar-icon, .toolbar-text {
  width: 45px;
  height: 45px; }

.toolbar_middle {
  position: fixed;
  right: 0px;
  top: 40%;
  margin-left: -22.5px; }

.toolbar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-left: -22.5px; }

.toolbar-item {
  position: relative;
  display: block;
  margin-top: 1px; }
  .toolbar-item:hover .toolbar-icon {
    top: -45px; }
  .toolbar-item:hover .toolbar-text {
    top: 0; }
  .toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }

.toolbar-btn {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.toolbar-icon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7a6e6e;
  font-size: 25px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  border-radius: 2px; }

.toolbar-text {
  position: absolute;
  left: 0;
  top: 45px;
  background-color: #7a6e6e;
  padding-top: 12px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 2;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s; }

.toolbar-layer {
  position: absolute;
  right: 44px;
  bottom: -45px;
  width: 172px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  transform-origin: 95% 95%;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.toolbar-layer-custerver {
  width: 114px;
  color: #353333;
  bottom: 0; }

.toolbar-layer-weixin {
  height: 212px;
  background-position: 0 0; }

.toolbar-layer-app {
  background-position: 0 -550px;
  height: 194px;
  background-position: 0 -222px; }
  .toolbar-layer-app:hover {
    background-position: 0 -612px; }

.sidebar_container {
  position: fixed;
  right: -270px;
  top: 0;
  width: 271px;
  height: 100%;
  border-left: 6px solid #7a6e6e;
  z-index: 120000;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -ms-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s; }
  .sidebar_container .cart_contain {
    position: absolute;
    top: 0;
    width: 270px;
    height: 100%;
    z-index: 2;
    background: #eceaea; }

.move {
  right: 0;
  -webkit-transition: right 0.3s linear 0s;
  -moz-transition: right 0.3s linear 0s;
  -ms-transition: right 0.3s linear 0s;
  -o-transition: right 0.3s linear 0s;
  transition: right 0.3s linear 0s; }

.moves {
  right: 270px;
  -webkit-transition: right 0.3s linear 0s;
  -moz-transition: right 0.3s linear 0s;
  -ms-transition: right 0.3s linear 0s;
  -o-transition: right 0.3s linear 0s;
  transition: right 0.3s linear 0s; }

.head-content, .title_content, .line ul, .content {
  width: 1210px; }

.content {
  margin: 0 auto;
  margin-top: 5px; }

* {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  font: 12px/1.5 "Microsoft Yahei",Arial,Helvetica,sans-serif;}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.head {
  background: #F2F2F2;
  border-bottom: 1px solid #EAE8E8;
  min-width: 1220px; }

.head-content {
  margin: 0 auto;
  padding: 7px;
  color: #999;
  width: 1210px; }
  .head-content .left li, .head-content .right li {
    float: left;
    cursor: pointer;
    margin-left: 10px; }
    .head-content .left li i, .head-content .right li i {
      font-size: 14px;
      position: relative;
      top: 1px;
      color: #C30C22;
      margin-right: 4px; }
  .head-content .left a, .head-content .right a {
    color: #999;
    text-decoration: none; }
  .head-content .right {
    float: right; }

.title_content {
  margin: 0 auto;
  padding: 28px 0;
  margin: 0 auto;
  padding: 22px 0;
  height: 64px; }
  .title_content .logo {
    float: left;
    z-index: 9;
    width: 280px;
    height: 64px;
    line-height: 64px;
    position: relative;
    margin-right: 30px;
    width: 200px;
    text-align: center; }
    .title_content .logo img {
      max-width: 200px;
      max-height: 70px; }
  .title_content .search_div {
    float: left;
    margin-top: 6px;
    border: 1px solid #c40000;
    width: 541px;
    height: 39px;
    margin-left: 103px; }
  .title_content #search_text {
    width: 460px;
    height: 29px;
    border: none;
    outline: none;
    padding-left: 4px;
    margin-top: 1px; }
  .title_content #search1 {
    background: #C30C22;
    border-radius: 0px;
    width: 71px;
    height: 40px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    position: absolute; }

.h-search {
  position: fixed;
  background-color: #FE8081;
  top: 0px;
  width: 100%;
  height: 50px;
  display: none;
  z-index: 10000; }
  .h-search .h-search_div {
    float: left;
    margin-top: 10px;
    /*     border: 3px solid #c40000; */
    width: 586px;
    height: 29px;
    margin-left: 30%; }
  .h-search #h-search_text {
    width: 508px;
    height: 20px;
    border: none;
    outline: none;
    padding-left: 4px;
    margin-top: 1px;
    border-radius: 0px;
    font-family: "microsoft yahei"; }
  .h-search #search2 {
    background: #C30C22;
    border-radius: 0px;
    width: 71px;
    height: 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    position: absolute; }

.floor_fixed {
  position: fixed;
  left: 0;
  top: 300px;
  display: none; }
  .floor_fixed li {
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    padding: 2px 2px;
    background: #fff;
    color: #555;
    cursor: pointer; }
  .floor_fixed li:last-child {
    border-bottom: none; }
  .floor_fixed li:hover {
    color: #E8B147; }
  .floor_fixed .selected {
    background: #C30C22;
    color: #fff; }

.line {
  border-bottom: 3px solid #C30C22; }
  .line ul {
    margin: 0 auto;
    width: 1010px;
  }
    .line ul li {
      float: left;
      padding: 0 15px;
      text-align: center;
      text-decoration: none;
      font: 400 16px/44px "microsoft yahei";
      color: #333;
      display: inline-block; }
      .line ul li .headcurrent {
        color: #C10606 !important;
        font-weight: bold; }
      .line ul li .a:hover {
        color: #C10606 !important; }

.verticalAlign {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -1px; }

.text {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  /* margin-bottom: 10px; */
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.cart-title {
  border-bottom: 1px solid #D0CECE;
  background-color: #E2DCDC;
  font-size: 15px;
  position: relative;
  height: 40px;
  line-height: 43px; }
  .cart-title .close {
    position: absolute;
    right: 30px;
    bottom: 13px; }

.cart-c {
  overflow-y: auto; }

.cart-good {
  height: 54px;
  margin-top: 7px;
  background-color: #fff;
  padding: 5px 0; }
  .cart-good .img-div {
    float: left;
    width: 52px;
    height: 52px; }
    .cart-good .img-div img {
      width: 50px;
      height: 50px;
      vertical-align: middle; }
  .cart-good .cart-right {
    color: #666; }
    .cart-good .cart-right .m {
      color: #C30C22; }

.cart-footer {
  position: absolute;
  height: 45px;
  width: 100%;
  background-color: #E2DCDC; }
  .cart-footer input {
    background-color: #C30C22;
    color: #fff;
    border: none;
    padding: 5px;
    margin-top: 10px;
    margin-left: 50px; }

.cart-c::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.cart-c::-webkit-scrollbar-thumb {
  background-color: #7a6e6e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.cart-c::-webkit-scrollbar {
  width: 4px; }

.u-flyer {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  z-index: 9999; }

#msg,#msg_fav{
  position: absolute;
  right: 46px;
  z-index: 10000;
  width: 1px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #360;
  display: none; }

/*login*/
.login_b2c {
  position: fixed;
  background-color: #dddbe0;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.main_b2c {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  top: 50%;
  display: block;
  width: 450px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 120px;
  z-index: 1000;
  background: #fff;
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .main_b2c .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42px; }
  .main_b2c .close_login {
    position: absolute;
    top: 12px;
    left: 415px;
    cursor: pointer;
    font-size: 20px;
    color: #A5A2A2; }
  .main_b2c .modal-title {
    margin: 0;
    line-height: 1.43; }
  .main_b2c .login_position {
    padding-top: 15px; }
  .main_b2c .login_error {
    line-height: 18px;
    padding: 1px 10px 1px 0;
    width: 228px;
    background: #FCD7D7;
    margin-left: 104px;
    border: 1px solid #fab8b8;
    display: none;
    color: #E02C2C; }
  .main_b2c .error {
    padding-left: 10px;
    font: 12px/1.5 Tahoma, Helvetica, Arial, '\5B8B\4F53', sans-serif; }
  .main_b2c .logineditor {
    text-align: left;
    padding: 7px 0;
    width: 243px;
    margin: 0 auto;
    color: #999; }
  .main_b2c .login_user_name, .main_b2c .login_password {
    height: 37px;
    border: 0;
    color: #999;
    width: 242px;
    margin: 4px 0px;
    background: url(/images/user.png) no-repeat;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: none; }
  .main_b2c .login_password {
    background: url(/images/password.png) no-repeat; }
  .main_b2c .btn_log {
    text-align: center;
    position: relative; }
    .main_b2c .btn_log .login_login_submit, .main_b2c .btn_log .login_login_register {
      width: 250px;
      height: 40px;
      background: #c14023;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #e5e5e5;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      cursor: pointer; }
    .main_b2c .btn_log .login_login_submit {
      border: none;
      margin-top: 10px; }
    .main_b2c .btn_log .login_login_register {
      color: #000;
      background: #fff;
      margin-top: 45px; }
  .main_b2c .forget_password {
    float: right;
    position: absolute;
    right: 10px;
    color: #999;
    right: 97px;
    bottom: 57px; }
  .main_b2c .forget_title {
    color: #e20d0d;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 0 #ffffff;
    margin-left: 53px; }
  .main_b2c .for-pd {
    margin: 20px 0px 20px 57px; }
  .main_b2c .reg_text1 {
    width: 135px;
    display: inline-block;
    height: 13px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    border-top: 1px solid #ccc;
    box-shadow: 0 1px 1px #fff; }

#login_iframe {
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: fixed;
  border: none; }

.MyEnterpriceOnlineMenu {
  width: 170px;
  padding: 0px 14px 10px 14px;
  float: left;
  background-color: #fff; }
  .MyEnterpriceOnlineMenu dl dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 41px;
    color: #555; }
  .MyEnterpriceOnlineMenu dl dd {
    color: #757575; }
    .MyEnterpriceOnlineMenu dl dd a {
      font-size: 14px;
      height: 28px;
      line-height: 38px;
      color: #757575;
      text-decoration: none;
      padding-left:43px; }

.center {
  width: 1210px;
  min-height: 447px;
  margin: 0 auto;
  margin-top: 20px;
  background: #f5f5f5; }
  .center .center_left {
    float: left; }
  .center .center_right {
    margin-left:214px;
    min-height: 500px;
    background-color: #fff;
    padding-left:15px; }
  .center .center-title {
    background-color: #FFF;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px #E8E8E8 solid;
    font-size: 20px;
    color: #555;
    margin-right: 20px; }

#loading {
  position: fixed;
  _position: absolute;
  top: 44%;
  left: 43%;
  width: 127px;
  height: 25px;
  overflow: hidden;
  z-index: 333025;
  margin: -64px 0 0 -64px;
  padding: 15px 10px 10px 40px;
  border: solid 2px #86A5AD;
  background: #fff url(../../images/loading.gif) 10px no-repeat;
  font-size: 12px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.73); }

.c-num {
  position: absolute;
  right: 8px;
  top: -6px;
  width: 17px;
  height: 17px;
  background-color: #C31111;
  z-index: 10000;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  text-align: center;
  line-height: 17px; }

/*menu*/
.line {
  margin: 0 auto; }

.menu_right {
  margin-left: 200px !important; }

.nav {
  position: relative; }

#menu {
  width: 200px !important;
  position: absolute;
  z-index: 20;
  font-family: 12px/150% "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB","\5b8b\4f53",sans-serif;
  background: #C81623; }
  #menu .hover {
    background: #B11111; }
  #menu li {
    position: relative;
    text-align: left;
    background: #c81623;
    border-bottom: 1px solid  #c81623;
    width: 200px;
    padding: 0px;
    display: none; }
    #menu li div {
      padding: 10px 5px 8px 15px;
      overflow: hidden;
      line-height: 25px;
      width: 100%; }
    #menu li a {
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB","\5b8b\4f53",sans-serif; }
      #menu li a span {
        display: block; }
      #menu li a .big-s {
        font-size: 14px;
        font-weight: bold; }
      #menu li a .small-s {
        font-size: 12px; }
      #menu li a b {
        position: absolute;
        right: 12px;
        top: 4px; }
        #menu li a b i {
          line-height: 35px; }
    #menu li .menu_list {
      color: black;
      background: #fff;
      background: rgba(255, 255, 255, 0.95);
      /*  background: rgba(0,0,0,0.9); */
      /* box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.5); */
      position: absolute;
      left: 200px;
      width: 733px;
      min-height: 404px;
      font-size: 12px;
      z-index: 10;
      display: none;
      border: 1px solid #B61D1D;
      top: 47px; }
      #menu li .menu_list dl {
        width: 470px;
        padding: 10px 5px;
        padding-left: 20px;
        line-height: 16px;
        min-height: 16px;
        clear: both; }
        #menu li .menu_list dl dt {
          margin-top: 8px;
          padding-right: 10px; }
        #menu li .menu_list dl dt, #menu li .menu_list dl i {
          font-weight: bold;
          float: left; }
          #menu li .menu_list dl dt a, #menu li .menu_list dl i a {
            color: #666; }
        #menu li .menu_list dl dd {
          margin-left: 80px; }
          #menu li .menu_list dl dd a {
            float: left;
            padding: 0 8px;
            margin-top: 8px;
            border-left: 1px solid #e0e0e0;
            white-space: nowrap;
            cursor: pointer;
            text-decoration: none;
            color: #666; }
            #menu li .menu_list dl dd a:hover {
              color: #B61D1D; }
  #menu .menu_first {
    height: 40px !important;
    line-height: 40px !important;
    background: #B1191A !important;
    border-bottom: 1px solid #B1191A;
    display: block; }
    #menu .menu_first span {
      padding-left: 12px; }
    #menu .menu_first i {
      color: #fff;
      position: absolute;
      right: 5px;
      bottom: 5px;
      top: 10px;
      font-size: 30px; }
    #menu .menu_first .icon-expand_less2 {
      display: none; }

.chanel {
  width: 490px !important;
  position: static !important;
  padding: 0px !important; }
  .chanel a {
    padding: 0 0 0 10px;
    background: #968888;
    margin-left: 15px;
    margin-top: 10px;
    word-break: keep-all; }
    .chanel a span {
      display: inline !important;
      color: #fff !important; }
  .chanel a, .chanel i {
    height: 24px;
    line-height: 24px;
    display: inline-block; }
  .chanel i {
    background: #796B6A;
    font-style: normal;
    margin-left: 10px;
    color: #fff !important;
    width: 20px;
    text-align: center !important; }

/*menu*/
.menu_right a {
  text-decoration: none;
  outline: none;
  color: #000; }

.search_text {
  border: 3px solid #c40000;
  width: 479px;
  height: 30px; }

.slideBox {
  width: 100%;
  height: 469px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd; }

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 12px;
  z-index: 1000; }

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left; }

.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  background: rgba(56, 53, 53, 0.73);
  cursor: pointer;
  border-radius: 50%; }

.slideBox .hd ul li.on {
  background: rgba(255, 255, 255, 0.79);
  color: #fff; }

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0; }

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  display: none; }

.slideBox .bd ul li:first-child {
  display: block; }

.slideBox .bd img {
  width: 100%;
  height: 410px;
  display: block; }

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(/images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px; }

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

.slideBox .prevStop {
  display: none; }

.slideBox .nextStop {
  display: none; }

.qq_t {
  position: absolute;
  top: 33px;
  right: 48px;
  border: 1px solid #000;
  width: 152px;
  min-height: 200px;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.78);
  border-radius: 4px;
  padding: 0px 0 6px 0;
  color: #fff;
  display: none; }

.qqkfbt {
  margin: 10px 0 10px 0px;
  border-bottom: 1px solid #0F0F0F;
  padding: 0px 0 4px 5px;
  cursor: pointer; }

.qqtitle {
  position: absolute;
  top: 106px;
  right: 36px;
  width: 23px;
  min-height: 40px;
  z-index: 9999;
  color: rgba(0, 0, 0, 0.78);
  font-size: 35px;
  display: none; }

.qqkfhm {
  margin-left: 10px;
  display: none; }

.qq_t p {
  color: #fff;
  background: #000;
  padding: 3px;
  text-align: center;
  margin-top: 0px; }

#q1 span {
  margin-left: 10px; }

#q1 img {
  vertical-align: middle;
  max-width: 25px; }

#q1 div {
  margin-bottom: 5px; }

#qq {
  background: url("../Styles/Images/bubbles.png");
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  cursor: pointer;
  position: relative;
  visibility: hidden; }

#qq-3, #qq-1, #qq-2 {
  background: #F3F2F2;
  display: none;
  padding: 4px 0; }

.client {
  padding: 5px 0;
  min-height: 29px; }

.client a {
  text-decoration: inherit; }

#qq-1 {
  background: #A59494; }

#qq-3 {
  background: #8A7A7A;
  color: #fff; }

.custer_name {
  color: #fff; }

.c-title {
  padding: 2px 24px;
  font-weight: bold;
  color: #7A6E6E;
  background: #F3F2F2; }

.displayImg {
  position: absolute;
  right: 0;
  top: -20px;
  height: 120px; }

.t-search {
  position: relative; }

#displayImg {
  max-height: 120px;
  max-width: 350px;
  vertical-align: middle; }

.banner-inner {
  float: right;
  width: 250px !important;
  position: absolute !important;
  padding: 5px 5px 10px 15px !important;
  right: 0;
  top: 0; }
  .banner-inner img {
    width: 100%;
    max-height: 130px;
    margin-bottom: 4px; }

#menu li a .small-s {
  font-size: 12px;
  text-overflow: ellipsis;
  width: 160px;
  overflow: hidden;
  white-space: nowrap; }

#displayImg {
  max-height: 120px;
  max-width: 300px;
  vertical-align: middle; }

.line {
  margin: 0 auto; }

.line ul li {
  font: 400 16px/38px "microsoft yahei"; }

.menu_right a {
  color: #151515;
  font: 400 14px/38px "microsoft yahei"; }

#menu .menu_first i {
  top: 5px; }

#menu li .menu_list {
  top: 39px; }

#menu li .menu_list {
  min-height: 392px; }

.line {
  margin: 0 auto;
  height: 38px; }

.j_m {
  position: absolute;
  background-color: #fff;
  line-height: 17px;
  width: 13px;
  height: 8px;
  top: 32px;
  z-index: 5000;
  top: 18px;
  left: 15px;
  visibility: hidden; }

.j_m span {
  left: 1px;
  position: absolute;
  font-size: 23px; }

.j_m .corner_2 {
  top: 1px; }

.sub_list {
  width: 135px;
  position: absolute;
  margin-top: 0px !important;
  z-index: 100;
  background: #fff;
  color: #544E4E;
  font-size: 13px;
  opcatiy: 0;
  visibility: hidden;
  border: 1px solid #7A6E6E; }

.page-heading .page-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0px; }

.sub_list li {
  width: 135px;
  text-align: left !important;
  margin: 0px !important;
  padding: 0px !important; }

.stats li {
  position: relative;
  cursor: pointer; }

.page-heading .page-info ul li {
  color: #787878;
  font-size: 12px; }

.page-heading .page-info ul li:first-child {
  border-left: none; }

.kefu {
  position: relative; }

.kefu:hover > .j_m, .kefu:hover > .sub_list {
  visibility: visible; }

.kefu .custer_name {
  color: #000;
  margin-left: 10px; }

.kefu .client {
  padding-left: 5px; }

.kefu .tel {
  background: #ddd; }

#top_cross {
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 10px;
  cursor: pointer; }

#top_div_img img {
  max-width: 100%; }

.menu_sub:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.head-content .left li {
  margin-left: 15px; }

.title_content {
  height: 64px; }

.head {
  height: 32px; }

img {
  border: none; }

.hotkey {
  margin-top: 7px; }
  .hotkey a {
    white-space: nowrap;
    margin-right: 10px;
    color: #666;
    text-decoration: none; }
    .hotkey a:hover {
      color: #C81623; }
    .hotkey a:first-child {
      color: #C81623;
      font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    }

#recommend h3 {
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 33px;
  /* border-bottom: 1px solid #eee; */
  color: #666;
  text-indent: 10px;
  border-top: 2px solid #666;
  margin-top: 14px;
  border-left: 1px solid #e8e7e7;
  border-right: 1px solid #e8e7e7; }
#recommend ul {
  border: 1px solid #e8e7e7; }
  #recommend ul li {
    border-bottom: 1px solid #e8e7e7; }
    #recommend ul li .border-d {
      padding-top: 4px;
      width: 194px;
      height: 194px;
      margin: 0 auto;
      text-align: center; }
      #recommend ul li .border-d a {
        width: 100%; }
        #recommend ul li .border-d a img {
          max-width: 97%;
          max-height: 97%; }
    #recommend ul li .bigtitle {
      width: 191px;
      margin-left: 5px; }
    #recommend ul li .price_true-s {
      font-size: 17px; }
i {
  -moz-user-select: none; /*火狐*/

  -webkit-user-select: none; /*webkit浏览器*/

  -ms-user-select: none; /*IE10*/

  -khtml-user-select: none; /*早期浏览器*/

  user-select: none;
}
.doc_title {
  background-color: #b1191a;
}
.toolbar-animate-in {
  right:0px;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -ms-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}
.toolbar-animate-out {
  right: -285px;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -ms-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}
.menu_right li:nth-child(n+10){
  display: none !important;
}
/*# sourceMappingURL=sidebar.css.map */
