﻿/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html { /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }
.pages {
    margin-top: 15px;
    line-height: 38px;
}
.pages .row {
    display: inline-block;
    float: right;
}
.pages .row .pagination {
    display: inline-block;
}
.pages .row .pagination li {
    text-align: center;
    display: inline-block;
    border: 1px solid #e4e4e4;
    color: #666;
    background: #f6f6f6;
    cursor: pointer;
    margin-left: 5px;
}
.pages .row .pagination li a {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 5px;
    display: inline-block;
    color: #666;
}
.pages .row .pagination li.active {
    border: 1px solid #fff;
    background: #fff;
    cursor: default;
}
.pages .row .text-right {
    display: inline-block;
    float: right;
    color: #666;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    margin-left: 10px;
}
.pages .row .text-right i {
    font-style: normal;
}
.pages .row .text-left {
    display: inline-block;
}
.pages .row input {
    border: 1px solid #e4e4e4;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    width: 50px;
    text-align: center;
    margin-right: 5px;
}
.pages .row button {
    text-align: center;
    display: inline-block;
    border: 1px solid #e4e4e4;
    color: #666;
    background: #f6f6f6;
    cursor: pointer;
    margin-left: 5px;
    height: 36px;
    line-height: 34px;
    position: relative;
    top: -3px;
    padding: 0 10px;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Same with IE9.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
  width: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/*
 * Addresses styling not present in IE6/7/8/9.
 * html5
 */
mark {
  background: #ff0;
  color: #333333; }

/*
 * Addresses margin not present in IE6/7/8.
 * Normalize to chrome 's user agent stylesheet
 */
figure {
  margin: 1em 40px 1em 40px; }


/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, ie89, S4/5.
 *
 * http://hell.meiert.org/core/css/firefox-3.6.13.css
 *
 * chrome default is bold now 19
 */
b,
strong {
  font-weight: bold; }

/*
 * ie8- top =0
 */
blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5
 */
dfn {
  font-style: italic; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * 1. Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 *    ie: courier new others monospace
 * 2. other browsers other than firefox is not 16px
 */
code,
kbd,
pre,
samp {
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  /*ie*/
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * ie8- is wrong with relative
 */
small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers (except firefox).
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE9-.
 * margin: auto ??
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 * Same with chrome 's user agent stylesheet
 */
fieldset {
  border: 2px groove #f1f1f1;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  margin: 0;
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*
 * IE6+ need padding-left/right
 */
button {
  padding: 0px 6px;
  /* ie6 fix*/
  _padding: 0; }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome.
 *    firefox is content-box (now)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/*
 * Removes inner padding and search cancel button in S5, Chrome.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: auto;
}



html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

body {
  _margin: 0;
  _height: 100%; }

/*IE6 BUG*/
img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

p, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

em, i {
  font-style: normal; }

a {
  text-decoration: none; }

a:focus {
  outline: none;
  -moz-outline: none; }

.fl {
  float: left; }

.fr {
  float: right; }

/*form控件公共样式*/
input[type="text"] {
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 5px;
}

textarea {
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 0px 0px 5px;
  resize: none;
}

select {
  border: 1px solid #ddd;
  background: #fff;
}


input[type="text"].error {
  border: #ff0000 solid 1px; }
  input[type="text"].error:hover {
    box-shadow: none; }
  input[type="text"].error:focus {
    box-shadow: none; }

input[type="text"].input_readonly:hover {
  box-shadow: none; }
input[type="text"].input_readonly:focus {
  box-shadow: none; }

input[type="text"].input_disabled:hover {
  box-shadow: none; }
input[type="text"].input_disabled:focus {
  box-shadow: none; }

textarea.error {
  border: #ff0000 solid 1px; }

span.error {
  border: #febcb7 solid 1px;
  background: #ffeceb;
  color: #ff1200;
  display: block;
  padding: 0px 5px 0px 5px; }

.btn01 {
  background: #154179; }
  .btn01:hover {
    background: #123868; }

.btn02 {
  background: #ff6458; }
  .btn02:hover {
    background: #ee4f43; }

.btn03 {
  background: #99cc00; }
  .btn03:hover {
    background: #91c002; }

.btn04 {
  background: #00a6cc; }
  .btn04:hover {
    background: #0088A8; }

.btn05 {
  background: #ff771c; }
  .btn05:hover {
    background: #e66c1a; }

.btn06 {
  border: #ddd solid 1px; }
  .btn06:hover {
    border: #ccc solid 1px; }

.w100 {
  width: 100px; }

.w180 {
  width: 180px; }

.w280 {
  width: 280px; }

.w480 {
  width: 480px; }
.pd0 {
  padding: 0;
}
.mt2 {
  margin-top: 2px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.no-border {
  border: none !important;
}

.orange {
  color: #ff5a00;
}
.gray {
  color: #999999;
}
.blue {
  color: #0088a8;
}

/**
 * Floats
 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

/* Start Commented Backslash Hack \*/
* html .clearfix,
* html .clearfix * {
    height: 1%;
}

.main,
.main-body{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.login {
  background: #fff;
  width: 360px;
  position: relative;
  margin-top: -45px;
  z-index: 1; }
  .login .error {
    color: #fe695f;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 127px; }
  .login h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center; }
    .login h2 img {
      margin-bottom: 3px; }
  .login ul {
    width: 90%;
    margin: 20px auto;
    display: block; }
    .login ul li {
      text-align: center;
      display: inline-block;
      width: 100%;
      border-bottom: #ddd solid 1px;
      position: relative;
      float: left;
      padding: 5px 0px; }
      .login ul li input {
        border: 0;
        background: none;
        float: left;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        padding-left: 0;
        position: relative;
        z-index: 2; }
        .login ul li input.i-code {
          width: 60%; }
        .login ul li input:hover {
          box-shadow: none; }
        .login ul li input:focus {
          box-shadow: none; }
      .login ul li .code {
        float: right;
        display: block; }
      .login ul li .btn01 {
        display: block;
        text-align: center;
        font-size: 25px;
        color: #fff;
        height: 55px;
        line-height: 55px;
        width: 100%;
        border: 0;
        margin-top: 12px; }
      .login ul li.title {
        font-size: 24px;
        color: #000; }
      .login ul li.error {
        font-size: 14px;
        color: #fe695f; }
      .login ul li.li0 {
        border: 0; }

.contact_new {
  border: #ddd solid 1px;
  margin-top: 15px;
  width: 89%;
  padding: 4%  5%  1%  5%;}
  .contact_new h2 {
    color: #174c73;
    font-size: 20px;
    margin-bottom: 10px; }
  .contact_new p {
    font-size: 12px;
    color: #555;
    width: 65%; }
  .contact_new .bm {
    margin-top: 18px; }
    .contact_new .bm p {
      height: 20px;
      line-height: 17px;
      padding-left: 22px;      
      color: #666; }
      .contact_new .bm p.tel {
        background-position: 0 -109px; }
      .contact_new .bm p.mail {
        background-position: 0 -130px; }
        .contact_new .bm p.mail a {
          color: #666; }

.contact_new_en {
  border: #ddd solid 1px;
  margin-top: 15px;
  width: 89%;
  padding: 4%  5%  1%  5%;}
  .contact_new_en h2 {
    color: #174c73;
    font-size: 20px;
    margin-bottom: 0px; }
  .contact_new_en p {
    font-size: 12px;
    color: #777;
    width: 80%; }
  .contact_new_en .bm {
    margin-top: 15px; }
    .contact_new_en .bm p {
      height: 25px;
      line-height: 25px;
      padding-left: 28px;
      color: #666; }
      .contact_new_en .bm p.tel {
        background-position: 0 -174px; }
      .contact_new_en .bm p.mail {
        background-position: 0 -205px; }
        .contact_new_en .bm p.mail a {
          color: #666; }

.head_new {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  background: #f1f1f1;
  height: 34px;
  line-height: 34px;
  position: relative;
  z-index: 9;
  font-size: 12px;}
  .head_new a {
    color: #666;}
    .head_new a:hover {
      color: #00a6cc; }
    .head_new a.quick_inqury {
      font-size: 14px;
      font-weight: bold;
      margin-right: 15px; }
      .head_new a.quick_inqury:hover {
        color: #FF5a00; }
  .head_new .exit {
    display: none; }
  .head_new .user_name {
    display: none; }
  .head_new .fl dl {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .head_new .fl dl dt {
      float: left; }
      .head_new .fl dl dt a {
        color: #333; }
        .head_new .fl dl dt a:hover {
          color: #00a6cc; }
.head_new .fl dl .english{
  display: inline-block;
    background: url("../image/english.png") left center no-repeat;
    padding-left: 25px;
}
    .head_new .fl dl dd {
      float: left;
      margin-left: 25px; }
      .head_new .fl dl dd span {
        color: #555;
        margin-right: 5px; }
      .head_new .fl dl dd .vistor {
        display: none; }
      .head_new .fl dl dd a.exit {
        color: #0088a8;
        margin-left: 10px; }
        .head_new .fl dl dd a.exit:hover {
          color: #FF771C; }
      .head_new .fl dl dd.no-login {
        display: none; }
        .head_new .fl dl dd.no-login a {
          color: #0088a8;
          margin-right: 10px; }
          .head_new .fl dl dd.no-login a:hover {
            color: #00a6cc; }
      .head_new .fl dl dd.ml10 {
        margin-left: 10px; }
    .head_new .fl dl .message {
      position: relative;
      margin-top: 5px;
      height: 25px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: auto;
      display: none; }
      .head_new .fl dl .message i {
        display: block;
        width: 15px;
        height: 15px;
        z-index: 9;
        float: left;
        margin-top: 6px;
        margin-right: 3px; }
        .head_new .fl dl .message i.arrow {
          background-position: 0px -24px;
          z-index: 10;
          margin-top: 6px;
          margin-left: 3px; }
      .head_new .fl dl .message em {
        color: #fb5651; }
      .head_new .fl dl .message .default {
        position: relative;
        z-index: 8;
        padding: 1px 1px 0px 10px;
        width: auto;
        height: 30px;
        line-height: 25px; }
        .head_new .fl dl .message .default span {
          margin-right: 2px;
          float: left; }
        .head_new .fl dl .message .default em {
          float: left; }
        .head_new .fl dl .message .default a:hover span {
          color: #00a6cc; }
      .head_new .fl dl .message .hover {
        display: none;
        background: #fff;
        border: #ddd solid 1px;
        position: absolute;
        top: 30px;
        left: 0;
        line-height: 25px;
        width: 125px;
        padding: 8px 0px;
        z-index: 7; }
        .head_new .fl dl .message .hover ul {
          margin-left: 15px; }
    .head_new .fl dl .no-message {
      position: relative;
      margin-top: 5px;
      height: 25px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: auto;
      display: none; }
      .head_new .fl dl .no-message i {
        display: block;
        width: 15px;
        height: 15px;
        z-index: 9;
        float: left;
        margin-top: 6px;
        margin-right: 3px; }
        .head_new .fl dl .no-message i.arrow {
          background-position: 0px -24px;
          z-index: 10;
          margin-top: 6px;
          margin-left: 3px; }
      .head_new .fl dl .no-message em {
        color: #fb5651; }
      .head_new .fl dl .no-message .default {
        position: relative;
        z-index: 8;
        padding: 1px 1px 0px 10px;
        width: auto;
        height: 30px;
        line-height: 25px; }
        .head_new .fl dl .no-message .default span {
          margin-right: 2px;
          float: left; }
        .head_new .fl dl .no-message .default em {
          float: left; }
        .head_new .fl dl .no-message .default a:hover span {
          color: #00a6cc; }
      .head_new .fl dl .no-message .hover {
        display: none;
        background: #fff;
        border: #ddd solid 1px;
        position: absolute;
        top: 30px;
        left: 0;
        line-height: 25px;
        width: 125px;
        padding: 8px 0px;
        z-index: 7; }
        .head_new .fl dl .no-message .hover p {
          color: #555;
          width: 100%;
          text-align: center;
          padding: 20px 0px; }
  .head_new .fr dl {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .head_new .fr dl dt {
      float: left;
      margin-left: 7px; }
      .head_new .fr dl dt a {
        padding-left: 26px;
        display: block;
        position: relative;
        height: 15px; }
        .head_new .fr dl dt a i {
          display: block;
          width: 25px;
          height: 15px;
          position: absolute;
          left: 0;
          top: 10px; }
    .head_new .fr dl dd {
      float: left;
      position: relative;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      .head_new .fr dl dd .default {
        position: relative;
        z-index: 8;
        padding: 1px 10px 1px 10px;
        width: auto;
        height: 28px;
        line-height: 23px;
        margin-top: 5px; }
        .head_new .fr dl dd .default span {
          margin-right: 2px;
          float: left;
        font-size: 12px;}
        .head_new .fr dl dd .default i {
          display: block;
          width: 15px;
          height: 15px;
          background: url("../image/follow-drop-arrow.png") center no-repeat;
          float: left;
          margin-top: 6px;
          margin-left: 2px; }
      .head_new .fr dl dd i.line {
        float: left;
        display: block;
        width: 2px;
        height: 14px;
        border-right: #ccc solid 1px;
        position: absolute;
        right: 2px;
        top: 11px; }
      .head_new .fr dl dd .hover {
        display: none;
        background: #fff;
        border: #ddd solid 1px;
        position: absolute;
        top: 33px;
        line-height: 28px;
        padding-top: 6px;
        padding-bottom: 8px;
        z-index: 7; }
        .head_new .fr dl dd .hover ul {
          text-indent: 13px; }
          .head_new .fr dl dd .hover ul.member {
            width: 95px; }
          .head_new .fr dl dd .hover ul.service {
            width: 95px; }
          .head_new .fr dl dd .hover ul.category {
            width: 95px; }
            .head_new .fr dl dd .hover ul.category li {
              float: left;
              margin-right: 20px; }
          .head_new .fr dl dd .hover ul.navigation {
            float: left;
            border-right: #ddd solid 1px;
            text-indent: 25px;
            margin: 8px 0px; }
            .head_new .fr dl dd .hover ul.navigation li {
              float: left;
              margin-right: 10px; }
              .head_new .fr dl dd .hover ul.navigation li a.pink {
                color: #fb5651; }
              .head_new .fr dl dd .hover ul.navigation li.tit {
                font-size: 16px;
                color: #333;
                font-weight: bold;
                width: 100%;
                margin-bottom: 5px; }
                .head_new .fr dl dd .hover ul.navigation li.tit.blue {
                  color: #0088a8; }
              .head_new .fr dl dd .hover ul.navigation li.w100 {
                width: 100%; }
          .head_new .fr dl dd .hover ul.b0 {
            border: 0; }
          .head_new .fr dl dd .hover ul.w210 {
            width: 210px; }
          .head_new .fr dl dd .hover ul.w150 {
            width: 150px; }
            .head_new .fr dl dd .hover ul.w150 li {
              width: 100%; }
          .head_new .fr dl dd .hover ul.w140 {
            width: 140px; }
            .head_new .fr dl dd .hover ul.w140 li {
              width: 100%; }
          .head_new .fr dl dd .hover ul.w230 {
            width: 230px; }
      .head_new .fr dl dd .psr {
        right: 0;
        width: 300px; }
      .head_new .fr dl dd:hover .default {
        border: #ddd solid 1px;
        padding: 0px 9px 0px 9px;
        border-bottom: 0;
        background-color: #fff; }
      .head_new .fr dl dd:hover .hover {
        display: block; }

/*当前位置*/
.pub_location {
  line-height: 40px;
  display: inline-block;
  width: 100%; }
  .pub_location a {
    color: #666; }
    .pub_location a:hover {
      color: #00a6cc; }
    .pub_location a.catalog {
      border: #dddddd solid 1px;
      padding: 3px 10px;
      margin-left: 5px; }
      .pub_location a.catalog:hover {
        color: #fff;
        background: #0088a8;
        border: 0;
        padding: 4px 11px; }
    .pub_location a.cancel {
      border: #dddddd solid 1px;
      padding: 3px 10px;
      margin-left: 8px; }
      .pub_location a.cancel i {
        margin-left: 8px;
        font-size: 14px; }
      .pub_location a.cancel:hover {
        color: #0088a8;
        border: #00a6cc solid 1px; }
  .pub_location em {
    color: #888;
    margin: 0 5px; }
  .pub_location span {
    color: #888;
    margin-right: 5px; }

/*分页*/
.m-page {
  /*width: 100%;*/
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
  height: 31px;
}
.m-page.page-bt{
  margin-bottom: 0px;
}
  .m-page a {
    color: #666;
    border: #dddddd solid 1px;
    padding: 5px 10px 6px 10px;
    margin-right: 5px;
    border-radius: 1px;
    display: inline-block;
    background: #fff; }
    .m-page a.cur {
      background: #0088a8;
      color: #fff;
      border: 0;
      padding: 6px 11px 7px 11px; }
    .m-page a:hover {
      background: #00a6cc;
      color: #fff;
      border: 0;
      padding: 6px 11px 7px 11px; }
    .m-page a.disable:hover {
      color: #555;
      background: #fff;
      border: #dddddd solid 1px;
      padding: 5px 10px 6px 10px; }

.m-page-new {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px; }
  .m-page-new .pagination li {
    display: inline-block; }
    .m-page-new .pagination li span {
      color: #555;
      border: #dddddd solid 1px;
      padding: 5px 10px 6px 10px;
      margin-right: 5px;
      border-radius: 1px;
      display: inline-block;
      background: #fff; }
      .m-page-new .pagination li span.cur {
        background: #0088a8;
        color: #fff;
        border: 0;
        padding: 6px 11px 7px 11px; }
      .m-page-new .pagination li span.disable:hover {
        color: #555;
        background: #fff;
        border: #dddddd solid 1px;
        padding: 5px 10px 6px 10px; }
    .m-page-new .pagination li a {
      color: #666;
      border: #dddddd solid 1px;
      padding: 5px 10px 6px 10px;
      margin-right: 5px;
      border-radius: 1px;
      display: inline-block;
      background: #fff; }
      .m-page-new .pagination li a.cur {
        background: #0088a8;
        color: #fff;
        border: 0;
        padding: 6px 11px 7px 11px; }
      .m-page-new .pagination li a:hover {
        background: #00a6cc;
        color: #fff;
        border: 0;
        padding: 6px 11px 7px 11px; }
      .m-page-new .pagination li a.disable:hover {
        color: #555;
        background: #fff;
        border: #dddddd solid 1px;
        padding: 5px 10px 6px 10px; }
    .m-page-new .pagination li.active span {
      background: #0088a8;
      color: #fff;
      border: 0;
      padding: 6px 11px 7px 11px; }
      .m-page-new .pagination li.active span.disable:hover {
        color: #555;
        background: #fff;
        border: #dddddd solid 1px;
        padding: 5px 10px 6px 10px; }

.t_page {
  width: 100%; }
  .t_page .p_top {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%; }
    .t_page .p_top .sort {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 40%;
      float: left; }
      .t_page .p_top .sort a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        color: #555;
        margin-right: 25px;
        font-size: 14px;
        float: left;
        margin-top: 5px; }
        .t_page .p_top .sort a em {
          float: left; }
        .t_page .p_top .sort a i {
          float: left;
          display: block;
          width: 10px;
          height: 12px;
          margin-top: 6px; }
        .t_page .p_top .sort a.cur i {
          background-position: -188px -1px; }
        .t_page .p_top .sort a:hover {
          color: #00a6cc; }
    .t_page .p_top .num {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 40%;
      text-align: right;
      float: right; }
      .t_page .p_top .num span {
        color: #555;
        font-size: 14px;
        padding: 2px 0px;
        margin-right: -5px; }
      .t_page .p_top .num a {
        color: #555;
        border: #dddddd solid 1px;
        padding: 2px 5px;
        margin-left: 5px;
        border-radius: 1px;
        display: inline-block;
        background: #f8f8f8;
        font-size: 14px; }
        .t_page .p_top .num a.cur {
          background: #0088a8;
          color: #fff;
          border: 0;
          padding: 3px 6px; }
        .t_page .p_top .num a:hover {
          background: #00a6cc;
          color: #fff;
          border: 0;
          padding: 3px 6px; }
  .t_page .p_bottom {
    background: #f7f7f7;
    border-top: #0088a8 solid 2px;
    margin-top: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    padding: 5px 0px; }
    .t_page .p_bottom .total {
      width: 40%;
      margin-top: 5px;
      margin-left: 10px; }
      .t_page .p_bottom .total span {
        color: #777; }
        .t_page .p_bottom .total span em {
          margin: 0 3px;
          color: #ff6600; }
    .t_page .p_bottom .page_num a {
      float: left; }
      .t_page .p_bottom .page_num a.pre {
        color: #0088a8;
        font-size: 20px; }
      .t_page .p_bottom .page_num a.disable {
        color: #dedede;
        cursor: auto; }
      .t_page .p_bottom .page_num a.next {
        color: #0088a8;
        font-size: 20px;
        margin-right: 10px; }
    .t_page .p_bottom .page_num .go {
      font-size: 12px;
      display: inline-block;
      height: 20px;
      line-height: 20px;
      width: 40px;
      text-align: center;
      background: #0088a8;
      color: #FFF;
      margin: 5px -2px 0px -2px;
      border: 0; }
      .t_page .p_bottom .page_num .go:hover {
        background: #2C6DC6; }
    .t_page .p_bottom .page_num input {
      width: 40px;
      margin: 0 5px;
      float: left;
      margin-top: 5px;
      margin-left: -5px;
      margin-right: -5px;
      text-align: center;
      color: #777;
      border: #00a6cc solid 1px; }
      .t_page .p_bottom .page_num input:focus {
        box-shadow: none;
        border: #00a6cc solid 1px; }
      .t_page .p_bottom .page_num input:hover {
        box-shadow: none;
        border: #00a6cc solid 1px; }
    .t_page .p_bottom .page_num span {
      color: #777;
      margin-left: 10px;
      float: left; }
      .t_page .p_bottom .page_num span em {
        margin: 0 3px; }


@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .wrap {
    width: 1200px; }

  .search_new .search .so input[type="text"] {
    width: 500px; }

  .finance .fl .list ul li .f3 {
    right: -650px; }

  .finance .fl .list ul li .f1 {
    left: -630px; }

  .finance .fl .list ul li .f2 {
    left: -630px; }

  .search_new .search {
    width: 670px; }
    .search_new .search .so input {
      width: 420px; }
    .search_new .search .keyword {
      width: 576px; }

  .index-top .p-category {
    width: 789px; }
    .index-top .p-category dl {
      width: 77%;
      margin-left: 25px; }
      .index-top .p-category dl dt {
        display: none; }
      .index-top .p-category dl dd {
        margin-right: 0px; }
  .index-top .middle {
    width: 407px;
    overflow: hidden; }
    .index-top .middle .banner {
      width: 407px;
      overflow: hidden; }
    .index-top .middle .company {
      width: 407px;
      overflow: hidden; }

  .hot-store {
    height: 290px;
    width: 1000px; }
    .hot-store .list ul li {
      margin-bottom: 18px; }

  .store .fl {
    width: 630px; }
  .store .ad {
    display: none; }

  .brand .fl {
    width: 630px; }
  .brand .ad {
    display: none; }

  .finance .fl {
    width: 630px; }
    .finance .fl h2 {
      width: 630px; }
    .finance .fl .list ul {
      width: 627px; }
      .finance .fl .list ul li {
        width: 206px; }

  .channel ul {
    width: 100%; }
    .channel ul li {
      width: auto;
      margin-right: 12px; }

  .bottom .link .fl {
    text-align: left;
    padding-bottom: 5px; }

  .finance .fl .list ul li .hover {
    width: 618px; } }

/*公共样式*/
.flex-style {
    -js-display: flex;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.flex-style.to-warp {
    flex-wrap: wrap;
}

.flex-style.justify-space-between {
    justify-content: space-between;
}

.back-f5 {
    background-color: #f5f5f5;
}

.mws-hide {
    display: none;
}
.mws-color {
    color: #333;
}

.mws-margin-center {
    margin: 0px auto;
}

.mws-text-center {
    text-align: center;
}

.mws-text-right {
    text-align: right;
}

.hand-style {
    cursor: pointer;
}

.padding-title {
    padding: 10px 20px;
}

.center-mws {
    margin: 0px auto;
}

.margin-left-m {
    margin-left: 20px;
}
.margin-left-sm {
    margin-left: 10px;
}
.margin-left-xsm {
    margin-left: 5px;
}

.margin-right-m {
    margin-right: 20px;
}

.margin-right-sm {
    margin-right: 10px;
}
.margin-right-xsm {
    margin-right: 10px;
}

.margin-bottom-m {
    margin-bottom: 20px;
}

.margin-bottom-b {
    margin-bottom: 40px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-top-m {
    margin-top: 20px;
}

.margin-top-sm {
    margin-top: 10px;
}

.padding-left-m {
    padding-left: 20px;
}

.padding-left-sm {
    padding-left: 10px;
}

.padding-right-m {
    padding-right: 20px;
}

.padding-right-sm {
    padding-right: 10px;
}

.padding-bottom-m {
    padding-bottom: 20px;
}
.padding-bottom-sm {
    padding-bottom: 10px;
}

.border-mws {
    border: 1px solid #e4e4e4;
}
.border-mws-t {
    border-top: 1px solid #e4e4e4;
}
.border-mws-b {
    border-bottom: 1px solid #e4e4e4;
}
.border-mws-l {
    border-left: 1px solid #e4e4e4;
}
.border-mws-r {
    border-right: 1px solid #e4e4e4;
}

.title-mws {
    font-size: 16px;
}

.title-mws-m {
    font-size: 14px;
}

.panel-mws {
    padding: 20px;
}

.panel-mws-m {
    padding: 10px;
}

.panel-mws-b {
    padding: 40px;
}

.mws-price {
    color: #FF5A00;
}

.font-bold {
    font-weight: bold;
}

/*对话框样式*/
.window-content {
    font-size: 14px;
    color: #666;
    display: inline-block;
}


.window-content p {
    margin-bottom: 15px;
}

.window-content p span {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-right: 10px;
}

.window-content p label {
    margin-right: 36px;
}

.window-content .upload-file {
    margin-left: 110px;
}

.window-content .upload-file .upload-pic {
    width: 118px;
    height: 98px;
    margin-right: 10px;
    line-height: 98px;
    text-align: center;
    border: 1px dashed #bcbcbc;
    color: #bcbcbc;
    cursor: pointer;
}

.window-content button.inv-submit {
    text-align: center;
    margin-top: 20px;
    width: 180px;
    height: 36px;
    border: none;
    background-color: #ff5a00;
    color: #fff;
}

/**
 * popbox
 */
.popbox-container.mwstore,
.popbox-container.mwstore-img {
  border: 0px;
}
.popbox-container.mwstore .box,
.popbox-container.mwstore-img .box {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 25px 7.5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 25px 7.5px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 2px 25px 7.5px rgba(0,0,0,0.1);
  -o-box-shadow: 0 2px 25px 7.5px rgba(0,0,0,0.1);
  box-shadow: 0 2px 25px 7.5px rgba(0,0,0,0.1);
}
.popbox-container.mwstore .box .close-popbox,
.popbox-container.mwstore-img .box .close-popbox {
  background: url("../image/popbox-close.png") center no-repeat;
  display: block;
  right: 0;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  float: right;
}
.popbox-container.mwstore .box h1,
.popbox-container.mwstore-img .box h1 {
  font-size: 15px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.popbox-container.mwstore .box .content,
.popbox-container.mwstore-img .box .content {
  padding: 40px;
  text-align: center;
  max-height: 640px;
  overflow-y: auto;
}
.popbox-container.mwstore .box .content .row,
.popbox-container.mwstore-img .box .content .row {
  text-align: left;
}
.popbox-container.mwstore .box .content input,
.popbox-container.mwstore-img .box .content input,
.popbox-container.mwstore .box .content select,
.popbox-container.mwstore-img .box .content select {
  padding: 0 5px;
}
.popbox-container.mwstore .box .content input#company-name,
.popbox-container.mwstore-img .box .content input#company-name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  box-size: border-box;
  text-indent: 5px;
}
.popbox-container.mwstore .box .content p.tip,
.popbox-container.mwstore-img .box .content p.tip {
  background-repeat: no-repeat;
  height: 37px;
  line-height: 37px;
  text-indent: 45px;
}
.popbox-container.mwstore .box .content .rank-data,
.popbox-container.mwstore-img .box .content .rank-data {
  color: #fe5e50;
}
.popbox-container.mwstore .box .content .rank-data input,
.popbox-container.mwstore-img .box .content .rank-data input {
  width: 10px;
  text-align: center;
  border: 0;
}
.popbox-container.mwstore .box .content h3,
.popbox-container.mwstore-img .box .content h3 {
  font-size: 13px;
  font-weight: normal;
}
.popbox-container.mwstore .box .content textarea,
.popbox-container.mwstore-img .box .content textarea {
  width: 348px;
  border: 1px solid #ddd;
  resize: none;
  height: 100px;
  margin: 5px 0 10px 0;
  padding: 5px;
}
.popbox-container.mwstore .box .footer,
.popbox-container.mwstore-img .box .footer {
  border: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}
.popbox-container.mwstore .box .footer button,
.popbox-container.mwstore-img .box .footer button {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.popbox-container.mwstore .box .footer button:last-child,
.popbox-container.mwstore-img .box .footer button:last-child {
  margin-right: 0;
}
.popbox-container.mwstore-img .content {
  padding: 5px !important;
}

/*apply finance popup*/
.popbox-container.mwstore .jr-form ul {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
}
.popbox-container.mwstore .jr-form ul li {
  clear: both;
}
.popbox-container.mwstore .jr-form ul li p {
  display: inline-block;
  width: 130px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin-right: 20px;
  float: left;
}
.popbox-container.mwstore .jr-form ul li.ps {
  text-align: center;
}
.popbox-container.mwstore .jr-form ul li.ps em {
  float: none;
}
.popbox-container.mwstore .jr-form ul li input.wider {
  width: 352px;
}
/* Login Singup Popup*/
.ls-panel .title-regi {
  margin-bottom: 20px;
}
.ls-panel .title-regi h1.page-title {
  font-size: 16px;
  display: inline-block;
  color: #666;
  height: 20px;
  line-height: 20px;
  border: none;
  border-left: 3px solid #ff5a00;
  margin: 0;
  padding: 0;
  padding-left: 12px;
}
.ls-panel .title-regi .goto-register {
  display: inline-block;
  text-align: right;
  font-size: 14px;
}
.ls-panel .title-regi .goto-register a {
  color: #ff5a00;
}
.ls-panel form .row {
  position: relative;
}
.ls-panel form input {
  vertical-align: middle;
}
.ls-panel form input[type=text],
.ls-panel form input[type=password] {
  padding: 0 !important;
  width: 100%;
  border: 0;
  height: 44px;
  background: rgba(255,255,255,0);
}
.ls-panel form .group {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  over-flow: hidden;
}
.ls-panel form .group .row {
  border-bottom: 1px solid #e4e4e4;
  padding-left: 56px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.ls-panel form .group .row.tel {
  background-image: url("../image/tel.png");
}
.ls-panel form .group .row.tel a {
  position: absolute;
  width: 100px;
  right: 15px;
  top: 50%;
  margin-top: -18px;
}
.ls-panel form .group .row.tel-cap {
  background-image: url("../image/tel2.png");
}
.ls-panel form .tel-cap input[name=tel-cap] {
  width: 170px;
}
.ls-panel form .tel-cap input[name=get-cap] {
  width: 118px;
  height: 35px;
  font-size: 14px;
  border: none;
  color: #ff5a00;
  background: rgba(200,200,200,0.25);
}
.ls-panel form .group .row.password {
  background-image: url("../image/unlock.png");
}
.ls-panel form .group .row.confirm-password {
  background-image: url("../image/lock.png");
}

.ls-panel form .captcha input {  
  width: 150px;
  height: 44px;
  margin-right: 20px;
  line-height: 44px;
}
.ls-panel form .captcha img {
  vertical-align: middle;
  height: 40px;
}
.ls-panel form .styled.big {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ls-panel form .styled.big:active {
  margin-top: 5px;
}
.orange-filled {
  background-color: #FF5A00;
  color: #FFFFFF;
}
.green-filled {
  background-color: #00a7cc;
  color: #FFFFFF;
}
.ls-panel form .actions {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
}
.ls-panel form .actions a {
  color: #666;
}
.ls-panel form .actions i {
  font-style: normal;
  margin: 0 5px;
  color: #ddd;
}

/*新增报价弹窗*/
.inq-quo .row {
  margin-bottom: 15px;
  position: relative;
}
.inq-quo .row .upload {
  position: absolute;
  right: 0;
  bottom: 0;
}
.inq-quo .row .upload-top {
  position: absolute;
  top: 0;
}
.inq-quo form {
  width: 740px;
  margin-left: 40px;
}
.inq-quo .row span {
  display: inline-block;
  width: 100px;
  text-indent: 20px;
  position: relative;
  vertical-align: top;
}
.inq-quo .row span i {
  margin-left: -5px;
  text-align: right;
}
.inq-quo .row span.val {
  display: inline-block;
  width: 535px;
  text-indent: 20px;
  position: relative;
  vertical-align: top;
}
.inq-quo .row label input {
  border: 1px solid #bfbfbf;
  padding: 1px;
  text-indent: 3px;
}
.inq-quo .row label input.not-allowed {
  border: 1px solid #bfbfbf;
  background-color: #e4e4e4;
  padding: 1px;
  text-indent: 3px;
  cursor: not-allowed;
  ime-mode: disabled;
}
.row.add-param .key {
  width: 148px;
  margin-right: 6px;
  text-align: left;
}
.row.add-param .val {
  width: 305px;
}
.inq-quo input[type="text"]{
  height: 28px;
  width: 470px;
}
.inq-quo select {
    height: 30px;
    width: 160px;
    border: 1px solid #bfbfbf;
}
.inq-quo textarea {
  border: 1px solid #bfbfbf !important;
  padding: 5px;
  width: 470px !important;
  height: 100px;
  background: #fff;
}
.inq-quo .row .audio-list {
  width: 300px;
  text-align: left;
}
.inq-quo .row .audio-list a {
  color: #333;
}
.inq-quo .row .pic-list {
  display: inline-block;
}
.inq-quo .row .pic-list li {
  width: 100px;
  margin-right: 10px;
}
.inq-quo .row .pic-list li p {
  width: 100%;
}
.inq-quo .row .pic-list li p img {
  width: 100%;
  height: 100px;
}
.inq-quo .row .pic-list li p a {
  display: inline-block;
  max-width: 72px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inq-quo span.close {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  background: #f1f1f1 url("../image/close-filter.png") center no-repeat !important;
}
.inq-quo > a.btn-mws {
  margin-top: 40px;
}
.inq-quo .upload-file {
    margin: 10px 0px 10px 100px;
}

/*page arrow*/
.result-num {
  font-size: 12px;
  display: inline-block;
  float: right;
  position: relative;
  height: 29px;
}
.result-num .page-num {
  position: relative;
  top: 4px;
}
.result-num .page-num .current-page {
  color: #ff5a00;
}
.result-num .button {
  display: inline-block;
  font-size: 0;
  margin-left: 8px;
}
.result-num .button button {
  height: 25px;
  width: 47px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.result-num .button button.left-arrow {
  border-right: none;
}
.result-num .button button.left-arrow:hover {
  background: #f1f1f1;
}
/*Tools&Help Center*/
.main aside.fl {
  width: 190px;
  margin-right: 10px;
}
.main aside.fl section {
  margin-bottom: 1px;
}
.main aside.fl section:last-child {
  margin-bottom: 0;
}
.main aside.fl section h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #00a6cc;
  color: #FFFFFF;
  cursor: pointer;
}

.main aside.fl section h3.action{
    background-color: #00beea;
}
.main aside.fl section h3:hover {
    background-color: #00beea;
}

.main aside.fl section ul {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.main aside.fl section ul li {
  margin-bottom: 10px;
}
.main aside.fl section ul li:last-child {
  margin-bottom: 0;
}
.main section ul li a {
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
.main section ul li a.cur {
  color: #0088a8;
}
.main section ul li a.cur:hover {
  color: #ff5a00;
}
.main section ul li a:hover {
  color: #00a6cc;
}
.main article {
  width: 940px;
}

.main article section {
  width: 998px;
  border: 1px solid #e4e4e4;
}
.main article section h3 {
  width: 958px;
  padding: 12px 20px;
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
}
.to-left-10 {
  margin-left: 10px;
}
.to-top-7 {
  margin-top: 7px;
}
.to-top-20 {
  margin-top: 20px;
}
.mws-margin-left-m {
  margin-left: 20px;
}
.mws-margin-left-s5 {
    margin-left: 5px;
}
.mws-margin-right-s {
    margin-right: 10px;
}
.mws-margin-top-b {
  margin-top: 40px;
}
.mws-padding-m {
  padding: 20px;
}
.required {
	color: red;
}
ul.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}
ul.dropdown-menu>li>a{
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bootstrap-datetimepicker-widget {
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei','宋体';
}


#prompt_shell{  position: fixed;  border: solid 1px;  background: rgba(255,255,255,0.6);
  top: 40%;  left: 50%;  height: auto;  width: 400px;  margin-left: -200px;
  border-radius: 5px;  display: none;  }
#prompt_body{ font-size: 1em; color: #666666 }
#check_num{
  margin-left: 0px;
  text-align: left !important;
}
#prompt_code{  float: left;margin-top: 21px ; margin-right: 0px;height: 28px;  width:100px;border: 1px solid #aaaaaa !important;  }
.img_tag{  float: left;  margin-top: 26px;  margin-right: 16px;  }
#prompt_body #captchaImage{  margin-top: 21px;margin-left: -30px;  height: 30px;  width: 80px;  }
#phone_num{  margin: auto 10px ;  }


.head_new .fl dl dd{
  float: right;
  margin-right: 25px;
}
.head_new .no-login a{
  margin-right: 10px;
  color: #00a6cc;
}
.head_new .no-login a:hover{
  color: #00a6cc;
}
.head_new .user_name{
  margin-right: 10px;
  color: #00a6cc;
}
.head_new .exit{
  margin-right: 10px;
  color: #333;
}
.head_new .login a:hover{
  color: #00a6cc;
}



.currencyTitle{
  margin-left: 15px;
}
.currency{
  border: 1px solid #e4e4e4;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  text-indent: 1px;      /*居中*/
  background-color: #fff;
  margin-left: 5px;
  margin-right: 0px;
  display: inline-block;
}

.cart {
  position: relative;
  margin-top: 0px;
  /*margin-left: -20px;*/
}
.cart span.goods-quantity {
  background: #ff5a00;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  -o-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  top: -12px;
  left: 25px;
}
.cart span.goods-quantity:after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: '';
  border-left: 6px solid #ff5a00;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 0;
  bottom: -3px;
}
.cart:hover {
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.cart:hover > a {
  height: 36px;
  border-bottom: 0;
  background-color: #fff;
}
.cart > a {
  border: 1px solid #e7e7e7;
  width: 118px;
  text-align: center;
  color: #333;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background-color: #f6f6f6;
  position: relative;
  /*z-index: 1;*/
}
.cart > a i {
  background: url("../image/cart-icon-small.png") center no-repeat;
  display: inline-block;
  width: 21px;
  height: 18px;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}
.cart .items {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  z-index: 999;
  top: 37px;
  width: 310px;
  right: 0;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.cart .items .title  >:first-child {
  display:block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  display:-moz-box;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  color: #999999;
}
.cart .items .title  >:first-child:hover {
  color:#00a7cc;
}
.cart .items .empty {
  color: #cdcdcd;
  font-size: 12px;
  background: url("../image/empty-cart.jpg") 20px center no-repeat;
  padding: 20px 0;
  text-align: center;
  text-indent: 50px;
  padding: 25px;
}
.cart .items .goods-list {
  font-size: 12px;
}
.cart .items .goods-list h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 15px 0 0 15px;
  color: #666;
}
.cart .items .goods-list li {
  border-bottom: 1px dashed #e4e4e4;
  padding: 15px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.cart .items .goods-list li.last {
  border-bottom: 0;
}
.cart .items .goods-list li a.img {
  width: 55px;
  border: 1px solid #ddd;
}
.cart .items .goods-list li a.img img {
  width: 100%;
}
.cart .items .goods-list li .title {
  height: 55px;
  width: 200px;
  margin: 0px 0 0 10px;
  color: #666;
  word-wrap: break-word;
  white-space: pre-wrap;
  position: relative;
}
.cart .items .goods-list li .title .price-and-del {
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 16px;
}
.cart .items .goods-list li .title .price-and-del .split {
  margin-left: 30px;
}
.cart .items .goods-list li .title .price-and-del a {
  display: block;
  color: #666;
}
.cart .items .goods-list li .title .price-and-del a:hover {
  color: #ff5a00;
}
.cart .items .goods-list li .title .price-and-del i {
  font-style: normal;
}
.cart .items .goods-list li:hover {
  background-color: #efefef;
}

/*v4.0头部货币符号选择样式*/
.currency-header.active{
    border: 1px solid #ff5a00;
}