@charset "utf-8";
/*ver:26601;date:2017-09-29 14:25*/
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: #333;
}
ul,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 50px white inset !important;
  background-color: #fff !important;
}
table {
  border-collapse: collapse;
}
.theme_color {
  color: #014b9c;
}
.clear {
  clear: both;
  line-height: 0;
}
.bgf8 {
  background: #f8f8f8;
}
.rc {
  color: #014b9c;
  font-family: arial;
  font-size: 14px;
}
.bc {
  color: #8EB0DD !important;
}
.color_blue {
  color: #0095f3 !important;
}
.bold {
  font-weight: bold;
}
.textl {
  text-align: left !important;
}
.acenter {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.input_normal {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  text-indent: 4px;
  height: 28px;
  font-family: simsun;
}
.btn_normal {
  border: 0;
  padding: 0;
  line-height: 30px;
  width: 80px;
  height: 30px;
  background-color: #0065cc;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-family: simsun;
  vertical-align: top;
}
.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 18px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.select label,
.select i {
  cursor: pointer;
}
.select i {
  display: inline-block;
  width: 7px;
  height: 4px;
  vertical-align: middle;
}
.select .down {
  background: url('../img/supplier_down.png');
}
.select .up {
  background: url('../img/supplier_up.png');
}
.select ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 17px;
  left: -21px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
}
.select ul li {
  line-height: 28px;
}
.select ul li:hover {
  background-color: #0065cc;
  color: #fff;
}
.select_lang {
  width: 130px;
  padding: 0;
  margin-left: 10px;
  text-indent: 10px;
}
.select_lang span {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url('https://icgoo-v7statics.oss-cn-shenzhen.aliyuncs.com/v7static/img/lang_sign.png');
  vertical-align: middle;
}
.select_lang ul {
  width: 160px;
}
.select_lang li {
  width: 100%;
  text-indent: 10px;
}
.select_lang li:hover {
  background-color: #cdcdcd !important;
}
html,
body,
.wrapper {
  height: 100%;
}
body > .wrapper {
  height: auto;
  min-height: 100%;
}
.topmenu {
  width: 100%;
  height: 40px;
  line-height: 40px;
  z-index: 99;
  background-color: #333333;
}
.topmenu .menu {
  width: 1200px;
  margin: 0 auto;
}
.topmenu .menu p {
  float: left;
  color: #bcbcbc;
  font-size: 13px;
  font-family: "微软雅黑";
}
.topmenu .menu ul {
  float: right;
}
.topmenu .menu ul li {
  float: left;
  padding: 0 5px;
}
.topmenu .menu ul li .item b {
  color: #bcbcbc;
  font-size: 13px;
  font-family: "微软雅黑";
}
.topmenu .menu ul li a {
  color: #bcbcbc;
  font-size: 13px;
  font-family: "微软雅黑";
}
.topmenu .menu ul li label {
  font-size: 12px;
  font-family: simsun;
  color: #333;
}
.topmenu .menu ul li .item {
  padding-left: 5px;
}
.topmenu .menu ul li a #triangle {
  position: relative;
  left: 3px;
  bottom: 5px;
}
.topmenu .menu ul li a #star {
  position: relative;
  top: 5px;
}
.topmenu .menu:before,
.topmenu .menu:after {
  content: " ";
  display: table;
}
.topmenu .menu:after {
  clear: both;
}
.cart_header {
  z-index: 20;
  cursor: pointer;
}
.cart_header .title {
  margin-left: 8px;
  height: 40px;
}
.cart_header .title li {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #666;
}
.cart_header .title li i {
  *display: inline-block;
  *margin-top: -22px;
  width: 0;
  height: 0;
  border-width: 4px;
  margin-left: 4px;
  position: relative;
  top: 12px;
  *left: 4px;
}
.cart_header .title li .down {
  border-color: #000 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
}
.cart_header .title li .up {
  border-color: transparent transparent #000 transparent;
  border-style: dashed dashed solid dashed;
  top: -12px;
  *top: 8px;
}
.cart_header .title li:first-child {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.cart_header .title li:first-child b {
  color: #333333;
}
.cart_header .title li:first-child span {
  color: #bcbcbc;
}
.cart_header .cart_content {
  display: none;
  font-size: 12px;
  font-family: simsun;
  position: absolute;
  top: 40px;
  right: 350px;
  width: 550px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  z-index: 998;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.cart_header .cart_content ul li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f3f3f3;
  font-weight: bold;
  float: left;
  width: 116px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cart_header .cart_content ul li span {
  font-family: arial;
  font-weight: 100;
  margin-left: 5px;
}
.cart_header .cart_content ul .null {
  width: 285px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.cart_header .cart_content ul .middle {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.cart_header .cart_content ul .active {
  border-top: 1px solid #0065cc;
  color: #0065cc;
  background-color: #fff;
  border-bottom: none;
}
.cart_header .cart_content table {
  width: 530px;
  margin: 10px auto 0 auto;
  color: #333;
}
.cart_header .cart_content table tr:first-child {
  background-color: #f3f3f3;
}
.cart_header .cart_content table tr:first-child th {
  text-align: center;
  font-weight: 100;
}
.cart_header .cart_content table tr:first-child th:first-child {
  text-align: left;
  text-indent: 1em;
}
.cart_header .cart_content table tr {
  height: 32px;
}
.cart_header .cart_content table tr td {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  font-family: arial;
}
.cart_header .cart_content table tr td:first-child {
  text-align: left;
  text-indent: 1em;
}
.cart_header .cart_content a {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #0065cc;
  color: #fff;
  float: right;
  margin: 10px;
}
.header {
  margin: 0 auto;
  min-height: 75px;
  font-size: 14px;
}
.header .logo .mainlogo {
  position: absolute;
  left: 190px;
  top: 0;
}
.header .logo .mainlogo img {
  width: 190px;
}
.header .server {
  float: right;
  height: 78px;
  padding-top: 28px;
}
.header .server ul {
  height: 50px;
  padding-left: 60px;
  float: left;
  background: url(../img/u178.png) left center no-repeat;
  /*background: url(../img/tel.jpg) left center no-repeat;*/
}
.header .server ul li {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.header .server ul span {
  font-weight: 800;
  color: #f72522;
}
.header .nav {
  width: 100%;
  border-bottom: 2px solid #CC0000;
  /*a:hover, li.active{
      background: url(../img/hover.jpg) left top repeat-x;
      background:#cc0000;
      color: #fff;
    }*/
  /*.myicgoo:hover, .dropmenu:hover{
      ul {
        display: block;
      }
    }*/
}
.header .nav .icon {
  width: 22px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: 16px;
  background: url(../img/new.gif);
}
.header .nav .link a:hover {
  color: #c00;
}
.header .nav .active a:hover {
  color: #fff;
}
.header .nav .home_icgoo li a {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0 9px;
}
.header .nav ul li {
  float: left;
  display: block;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.header .nav a {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  display: block;
  padding: 0 25px;
  margin: 0 5px;
}
.header .nav li.active {
  background: url(../img/hover.jpg) left top repeat-x;
  color: #fff;
}
.header .nav li.active a {
  color: #fff;
}
.header .nav .myicgoo {
  float: right;
  display: block;
  height: 37px;
  line-height: 37px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
}
.header .nav .myicgoo a {
  font-weight: 400;
}
.header .nav .dropmenu {
  display: block;
  height: 37px;
  line-height: 37px;
  /*background: #f0f0f0;
      border: 1px solid #e3e3e3;*/
  border-bottom: none;
  position: relative;
  margin: 0 5px;
  /*background: url(../img/jiao1_u8.png) 100px 15px no-repeat;*/
  *z-index: 1;
  *background-position: 100px 15px;
}
.header .nav .dropmenu a:hover {
  background: none;
  color: #c00;
}
.header .nav .dropmenu:hover {
  background-image: none;
}
.header .nav .myicgoo ul,
.header .nav .dropmenu ul {
  display: none;
  width: 270px;
  position: absolute;
  background: #fff;
  /*border: 1px solid #e3e3e3;
        border-top: 2px solid #CC0000;*/
  border: 2px solid #fc9;
  left: 7px;
  top: 37px;
  z-index: 10;
  padding: 5px;
}
.header .nav .myicgoo ul span,
.header .nav .dropmenu ul span {
  width: 15px;
  height: 7px;
  position: absolute;
  display: block;
  top: -7px;
  left: 35px;
  background: url(../img/u248.png);
  z-index: 100;
}
.header .nav .myicgoo ul li,
.header .nav .dropmenu ul li {
  width: 120px;
  height: 28px;
  line-height: 26px;
  text-indent: 2px;
}
.header .nav .myicgoo ul .main_option,
.header .nav .dropmenu ul .main_option {
  color: #f60;
  font-weight: bold;
  text-indent: 1em;
  font-size: 14px;
}
.header .nav .myicgoo ul .login_li,
.header .nav .dropmenu ul .login_li {
  background: #CC0000;
  width: 83px;
  margin-left: 16px;
}
.header .nav .myicgoo ul .login_li a,
.header .nav .dropmenu ul .login_li a {
  color: #fff;
}
.header .nav .myicgoo ul .login_li a:hover,
.header .nav .dropmenu ul .login_li a:hover {
  background: none;
  color: #fff;
}
.header .nav .myicgoo ul a,
.header .nav .dropmenu ul a {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0 10px;
}
.header .nav .myicgoo ul a:hover,
.header .nav .dropmenu ul a:hover {
  /*background: none;
          background: #f0f0f0;
          color: #333;*/
  text-decoration: underline;
  color: #c00;
}
/*首页的下拉菜单*/
.header .nav .nav_menu {
  height: 38px;
}
.header .nav ul .home_icgoo {
  float: right;
  display: block;
  height: 37px;
  line-height: 37px;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  background-color: #f4f4f4;
  *z-index: 1;
}
.header .nav ul .home_icgoo a {
  font-weight: normal;
}
.header .nav ul .home_icgoo a span {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(../img/jiao1_u8.png) no-repeat;
  *vertical-align: middle;
}
.header .nav ul .home_icgoo ul {
  display: none;
  width: 200px;
  position: absolute;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: 2px solid #CC0000;
  right: -1px;
  top: 37px;
  z-index: 10;
  padding: 5px;
  overflow: hidden;
}
.header .nav ul .home_icgoo ul li {
  width: 100px;
  height: 26px;
  line-height: 26px;
}
.header .nav ul .home_icgoo ul a:hover {
  background: #f2f2f2;
}
.header .nav ul .home_icgoo ul .login_li {
  background: #CC0000;
  width: 83px;
  margin-left: 16px;
}
.header .nav ul .home_icgoo ul .login_li a {
  color: #fff;
}
.header .nav ul .home_icgoo ul .login_li a:hover {
  background: none;
  color: #fff;
}
p,
form {
  margin: 0;
  padding: 0;
}
.search_box {
  display: inline;
  float: left;
  margin: 29px auto auto 107px;
  width: 445px;
  overflow: hidden;
}
.search_box form {
  border: 2px solid #CC0000;
  overflow: hidden;
  height: 26px;
  width: 445px;
  /*margin-bottom:5px;*/
}
.search_box input {
  background: none;
  border: none;
  border-radius: 0;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #999;
  float: left;
  display: inline;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.search_box .partno {
  width: 221px;
  height: 18px;
  line-height: 18px;
  padding-left: 34px;
  border-right: 1px solid #ccc;
  margin-top: 4px;
  background: url(../img/search_bg.jpg) left center no-repeat;
}
.search_box .qty {
  width: 78px;
  height: 18px;
  line-height: 18px;
  padding-left: 15px;
  margin-top: 4px;
}
.search_box .submit_btn {
  background: #CC0000;
  color: #fff;
  height: 26px;
  width: 94px;
  vertical-align: top;
  -webkit-appearance: none;
}
.search_box p {
  margin-top: 2px;
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  /*display: table-row;*/
}
.search_box p a {
  font-size: 13px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #666;
  letter-spacing: 1px;
  height: 22px;
  line-height: 22px;
  padding-right: 7px;
}
.search_box p input {
  float: none;
  vertical-align: -3px;
  margin-right: 2px;
}
.search_box p label {
  /*vertical-align: middle;
      color:#666;*/
}
.container {
  margin: 0 auto;
}
.container .breadlink {
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 34px;
  line-height: 34px;
}
.container .breadlink p {
  float: left;
  display: inline;
}
.container .breadlink p a {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #333;
}
.container .breadlink p span {
  color: #f72522;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  /* font-family: arial;*/
}
.container .breadlink p .line {
  padding: 0 6px;
  /*为兼容型号过长*/
  color: #ccc;
}
.container .breadlink .tip {
  margin-left: 60px;
  /*为兼容型号过长*/
  font-size: 13px;
  font-family: "微软雅黑";
  font-weight: normal;
  letter-spacing: 1px;
}
.container .breadlink .tip span {
  font-size: 13px;
  font-weight: bold;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.footer {
  width: 1190px;
  height: 130px;
  clear: both;
  margin: -130px auto 0 auto;
}
.footer p {
  text-align: center;
  border-bottom: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
}
.footer p a {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0 13px;
  border-right: 1px solid #ccc;
}
.footer p a.last {
  border-right: none;
}
.footer p a:hover {
  color: #f72522;
}
.footer ul {
  text-align: center;
  width: 1043px;
  margin: 0 auto;
}
.footer ul li {
  float: left;
  padding-top: 15px;
  margin-right: 14px;
  display: inline;
}
.footer ul li span {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 0;
  height: 23px;
  line-height: 23px;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li.last {
  margin-right: 0;
}
#wrapper_suggestion {
  display: none;
  position: fixed;
  width: 500px;
  height: 474px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -237px;
  border: 5px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-size: 14px;
  font-family: simsun;
  z-index: 999;
}
#wrapper_suggestion .title {
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  font-size: 16px;
  text-indent: 18px;
  color: #333;
}
#wrapper_suggestion i {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 15px;
  text-align: center;
  background: url("../img/close_x.png");
  right: 10px;
  top: 10px;
  font-style: normal;
  color: #989898;
  cursor: pointer;
}
#wrapper_suggestion .content {
  padding: 20px 30px 30px 30px;
}
#wrapper_suggestion textarea {
  width: 430px;
  border: 1px solid #ccc;
  padding: 0;
  line-height: 25px;
  height: 150px;
  resize: none;
  padding: 5px;
  font-family: simsun;
}
#wrapper_suggestion li {
  float: left;
  width: 220px;
  height: 45px;
}
#wrapper_suggestion li input {
  width: 158px;
  height: 28px;
  border: 1px solid #ccc;
  padding: 0;
  text-indent: 3px;
  font-family: simsun;
}
#wrapper_suggestion li input:focus {
  border-color: #ee9799;
  box-shadow: 0 0 3px 2px rgba(255, 153, 153, 0.5);
}
#wrapper_suggestion button {
  width: 98px;
  height: 36px;
  font-size: 14px;
}
#wrapper_suggestion .post {
  border: 1px solid #c00;
  margin-left: 100px;
}
#wrapper_suggestion .cancel {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #666;
  outline: 0;
  margin-left: 45px;
}
.tbox {
  width: 38px;
  position: fixed;
  top: 0px;
  height: 100%;
  background-color: #2e373e;
  right: 0;
}
.tbox #server {
  background-image: url('../img/float/qq.png');
}
.tbox #tel {
  font-family: simsun;
  background-image: url('../img/float/phone.png');
}
.tbox #information {
  background-image: url("../img/float/information.png");
}
.tbox #wechat {
  background-image: url('../img/float/wx.png');
}
.tbox #history {
  background-image: url('../img/float/history.png');
}
.tbox #write {
  background-image: url('../img/float/write.png');
}
.tbox #gotop {
  background-image: url('../img/float/gototop.png');
}
.tbox a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 0;
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.tbox a .num {
  position: absolute;
  top: 5px;
  left: -5px;
  width: 20px;
  height: 11px;
  border-radius: 3px;
  background: #0065cc;
  text-align: center;
  line-height: 11px;
  color: #fff;
  font-size: 10px;
  font-family: arial;
}
.tbox ul {
  position: relative;
  top: 200px;
}
.tbox ul li {
  position: relative;
}
.tbox ul li .trolley {
  margin: 0 auto;
  width: 18px;
  color: #f5f6f6;
  font-family: '微软雅黑';
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.tbox ul .change-blue:hover {
  background-color: #004ea2;
}
.tbox ul hr {
  border-top: 1px solid #f5f6f6;
  width: 20px;
  margin: 0px auto;
  margin-top: 6px;
}
@media screen and (max-height: 768px) {
  .tbox ul {
    top: 20px;
  }
}
.tbox ul li ul {
  position: absolute;
  top: 0px;
  right: 38px;
  display: none;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 160px;
}
.tbox ul li ul li {
  padding: 8px 10px;
  margin: 2px 0;
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.tbox ul li ul li i {
  display: inline-block;
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.tbox ul li ul li .person {
  background-image: url('../img/float/person.png');
}
.tbox ul li ul li .tel {
  background-image: url('../img/float/tel.png');
}
.tbox ul li ul li span {
  color: #333;
  margin-left: 3px;
}
.tbox ul li ul a {
  width: 30px;
  height: 30px;
  background: none;
  display: inline;
  border: none;
}
.tbox ul li:hover ul {
  display: block;
}
#wrapper_loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
#wrapper_loading .content {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 50%;
  margin-top: -25px;
}
#wrapper_loading .content ul {
  width: 100px;
  height: 20px;
  margin: auto;
}
#wrapper_loading .content ul li {
  float: left;
  width: 19px;
  height: 19px;
  margin-left: 21px;
}
#wrapper_loading .content ul li:first-child {
  margin-left: 0;
}
#wrapper_loading .content ul li div {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 9.5px;
}
#wrapper_loading .content p {
  line-height: 50px;
  font-family: simsun;
  font-size: 18px;
  color: #0065cc;
  text-align: center;
  font-family: "Microsoft YaHei";
}
@media screen and (max-width: 1190px) {
  .container .breadlink p span {
    font-size: 12px;
  }
  .container .breadlink .tip {
    margin-left: 20px;
  }
}
.basic-menu-outbox {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  float: left;
  padding-top: 10px;
}
.basic-menu-outbox .basic-menu-box {
  width: 1200px;
  margin: 0 auto;
}
.basic-menu-outbox .basic-menu-box .logo {
  height: 40px;
  float: left;
}
.basic-menu-outbox .basic-menu-box .search-box {
  font-size: 12px;
  border: 3px solid #004ea2;
  float: left;
  padding-right: 0;
  height: 35px;
  margin-left: 65px;
}
.basic-menu-outbox .basic-menu-box .search-box p {
  margin-top: 7px;
}
.basic-menu-outbox .basic-menu-box .search-box p label input {
  vertical-align: -3px;
}
.basic-menu-outbox .basic-menu-box .search-box form {
  height: 26px;
}
.basic-menu-outbox .basic-menu-box .search-box .cpxh {
  float: left;
  width: 295px;
  height: 33px;
  border: 0;
  line-height: 33px;
  font-size: 14px;
}
.basic-menu-outbox .basic-menu-box .search-box .number {
  width: 95px;
  border: 0;
  border-left: 1px solid #ccc;
  height: 33px;
  line-height: 33px;
  text-indent: 5px;
  font-size: 14px;
}
.basic-menu-outbox .basic-menu-box .search-box .search-but {
  background: #004ea2;
  float: right;
  width: 80px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 0;
  height: 35px;
  line-height: 35px;
}
.basic-menu-outbox .basic-menu-box .or {
  width: 30px;
  line-height: 35px;
  height: 35px;
  float: left;
  text-align: center;
}
.basic-menu-outbox .basic-menu-box .boom-float-but {
  background: #004ea2;
  margin-left: 20px;
  font-size: 14px;
  width: 100px;
  text-align: center;
  color: #fff;
  height: 41px;
  float: left;
  line-height: 41px;
}
.basic-menu-outbox .basic-menu-box .boom-but {
  background: #004ea2;
  margin-left: 20px;
  font-size: 14px;
  width: 130px;
  text-align: center;
  color: #fff;
  height: 53px;
  float: left;
  line-height: 53px;
}
.basic-menu-outbox .basic-menu-box .gwc-box {
  height: 18px;
  line-height: 18px;
}
.basic-menu-outbox .basic-menu-box .gwc-box img {
  float: left;
  width: 33px;
  height: 30px;
  margin-right: 10px;
}
.basic-menu-outbox .basic-menu-box .gwc-box span {
  margin-right: 5px;
  margin-left: 5px;
}
.menu-list {
  height: 30px;
  margin-top: 15px;
  float: left;
  font-size: 20px;
}
.menu-list li {
  padding: 0 20px;
  float: left;
}
.menu-list li:hover a {
  color: #004ea2;
  font-weight: bold;
}
.menu-list .current a {
  padding-bottom: 8px;
  border-bottom: 3px #2665b4 solid;
  color: #2665b4;
}
.topbanner-content {
  float: right;
  margin-top: 30px;
}
.topbanner-content .yqj-search-box {
  width: 590px;
  font-size: 14px;
  height: 45px;
  border: 4px solid #004ea2;
  border-right: 0;
  overflow: hidden;
  float: left;
}
.topbanner-content .yqj-search-box input {
  border: 0;
  background: none;
  font-size: 16px;
}
.topbanner-content .yqj-search-box .tb {
  float: left;
  margin: 10px;
}
.topbanner-content .yqj-search-box .cpxh {
  width: 335px;
  line-height: 45px;
  height: 45px;
  float: left;
}
.topbanner-content .yqj-search-box input::-webkit-input-placeholder {
  color: #bbb;
}
.topbanner-content .yqj-search-box .number {
  width: 75px;
  float: left;
  line-height: 45px;
  height: 45px;
  padding-left: 20px;
}
.topbanner-content .yqj-search-box .search-but {
  background: #004ea2;
  float: right;
  width: 110px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.topbanner-content .topbanner-content .title {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 100px;
  color: #fff;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
}
.topbanner-content .topbanner-content .boom-but {
  font-size: 14px;
  background: #004ea2;
  width: 100px;
  text-align: center;
  color: #fff;
  height: 53px;
  line-height: 53px;
  margin-left: 25px;
  display: inline-block;
}
.topbanner-content .search-key-list {
  margin-top: 5px;
  width: 745px;
  height: 25px;
}
.topbanner-content .search-key-list li {
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  float: left;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
  color: #8c8c8c;
}
.index-milddle-outbox {
  width: 100%;
  background-color: #f5f5f5;
}
.index-milddle-outbox .buy-img {
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
}
.index-milddle-outbox .gys-title {
  padding-top: 35px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.index-milddle-outbox .gys-title span {
  border-bottom: 1px solid #2068b0;
  padding-bottom: 5px;
}
.index-milddle-outbox .gys-img-list {
  position: relative;
  width: 1100px;
  margin: 26px auto 0 auto;
  padding-left: 40px;
}
.index-milddle-outbox .gys-img-list img {
  width: 210px;
  height: 95px;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.footer-outbox {
  width: 100%;
  height: 302px;
  background-color: #2d2f3c;
}
.footer-outbox .rzkh-list {
  width: 1185px;
  margin: 0 auto;
}
.footer-outbox .rzkh-list ul {
  width: 1125px;
  float: left;
  margin-top: 20px;
  padding: 20px 0 20px 60px;
  border-bottom: 1px solid #ffffff;
}
.footer-outbox .rzkh-list ul li {
  width: 285px;
  float: left;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.footer-outbox .rzkh-list ul li img {
  float: left;
  width: 63px;
  height: 63px;
  margin-right: 10px;
}
.footer-outbox .rzkh-list ul li span {
  font-size: 14px;
  font-weight: normal;
}
.footer-outbox .rzkh-list .about {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  text-align: center;
}
.footer-outbox .rzkh-list .xiaoshou {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.footer-copyright {
  width: 100%;
  float: left;
  height: 50px;
  background: #262834;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.footer-copyright span {
  margin-left: 30px;
  margin-right: 30px;
  color: #fff;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.blank20 {
  width: 100%;
  height: 20px;
  clear: both;
}
.position {
  width: 100%;
  text-align: left;
  height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
.position span:first-child {
  font-weight: bold;
}
.chq_banner,
.hq_banner_ul,
.chq_banner_li {
  height: 120px;
}
.chq_banner {
  position: relative;
}
.chq_banner .chq_banner_li {
  border-radius: 5px;
}
.chq_banner .chq_banner_dots {
  list-style-type: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  display: none;
}
.chq_banner .chq_banner_dot {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  opacity: 0.6;
}
.chq_banner .dots_active {
  background-color: #0056b3;
}
.chq_banner_li {
  display: none;
}
.chq_banner_li:first-child {
  display: block;
}
.foot {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 20px;
  padding: 19px 0;
}
.foot .msg {
  width: 1250px;
  margin: 0 auto;
  padding-left: 75px;
}
.foot .msg .wechat {
  margin-right: 0;
}
.foot .msg .item {
  margin-right: 90px;
  text-align: right;
}
.foot .msg .item .entry {
  margin-top: 14px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-align: left;
}
.foot .msg .item .entry p a {
  color: #ffffff;
}
.foot .msg .item .tt {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.foot .msg .item .tel {
  font-size: 26px;
}
.foot .msg .item .noopsyche {
  display: inline-block;
  width: 124px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.fl {
  float: left;
  margin-left: 130px;
  text-align: center;
}
#search_float {
  position: fixed;
  top: 0;
  height: 65px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  z-index: 999;
  display: none;
  box-shadow: 0 5px 5px #ccc;
}
/*屏幕宽度小于1190px的时候*/
@media screen and (max-width: 1190px) {
  #search_float {
    width: 940px;
    margin: 0 auto;
    left: 0;
    right: 0;
    *left: auto;
    *right: auto;
  }
}
.filter {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.filter h3 {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #333;
}
.filter p {
  margin-top: 15px;
}
.filter a {
  padding: 10px 15px;
  display: block;
  float: left;
  margin: 3px;
  color: #333;
  position: relative;
}
.filter a sup {
  position: absolute;
  font-size: 12px;
  right: 3px;
  display: none;
  top: 0;
}
.filter a:hover {
  color: #f72522;
}
.filter a.active {
  background: #f72522;
  color: #fff;
}
.filter a.active sup {
  display: block;
}
.filter:before,
.filter:after {
  content: " ";
  display: table;
}
.filter:after {
  clear: both;
}
.toolbar {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.toolbar ul {
  height: 45px;
}
.toolbar ul li {
  height: 45px;
  float: left;
  display: inline;
}
.toolbar ul a {
  padding: 12px 20px;
  display: block;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.toolbar ul label {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  padding: 11px 20px;
  display: block;
}
.toolbar ul form {
  margin: 9px 20px;
  display: block;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}
.toolbar ul form span {
  height: 25px;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.toolbar ul form span,
.toolbar ul form input {
  float: left;
  display: inline;
  height: 23px;
}
.toolbar ul form .src_qty {
  height: 23px;
  width: 148px;
  margin-left: 10px;
  border: 1px solid #ccc;
}
.toolbar ul form .src_btn {
  height: 27px;
  padding: 0 20px;
  background: #ff9231;
  border: none;
  color: #fff;
}
.toolbar ul li.active {
  background: #fff;
}
.toolbar ul li.active a {
  color: #f72522;
}
.results {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.loading {
  text-align: center;
}
.supplier {
  margin-top: 20px;
}
.supplier h3 {
  height: 65px;
  position: relative;
  margin-top: 15px;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #666;
}
.supplier h3 .sale {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #0067b4;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.result table {
  width: 100%;
}
.result thead tr {
  background: #f3f3f3;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.result thead tr td {
  border-top: 1px solid #ccc;
  text-align: center;
}
.result thead tr span {
  width: 33%;
  display: block;
  float: left;
}
.result tbody tr {
  background: #ffffff;
}
.result tbody tr td {
  text-align: center;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #333;
  border-bottom: 1px dotted #bcbcbc;
  padding: 10px 5px;
}
.result tbody tr td .btn_addcart {
  width: 100px;
  height: 40px;
  font-size: 12px;
  font-family: simsun;
  text-align: center;
  background-color: #0067b4;
  border-radius: 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
}
.result tbody tr td .btn_ask {
  width: 98px;
  height: 40px;
  background-color: #fff;
  color: #333;
  border: 1px solid #999;
  cursor: pointer;
  font-family: simsun;
  font-size: 12px;
  padding: 0;
  border-radius: 10px;
}
.result tbody tr td .disabled {
  background-color: #555555;
}
.result tbody tr .price ul {
  display: block;
  width: 100%;
  float: left;
}
.result tbody tr .price span {
  width: 33%;
  display: block;
  float: left;
  text-align: center;
  margin-bottom: 2px;
}
.result tbody tr .price p {
  cursor: pointer;
  border: none;
  display: block;
  float: left;
  width: 100%;
  height: 15px;
  display: none;
}
.result tbody tr .price p:after {
  content: '>>';
  transform: rotateZ(90deg);
}
.result tbody tr .price p.to_close {
  border: none;
}
.result tbody tr .price p.to_close:after {
  content: '<<';
  transform: rotateZ(90deg);
}
.result tbody tr .actions p {
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
  width: 108px;
  margin: 0 auto;
  color: #333;
  text-align: left;
}
.result tbody tr .actions .qty_box {
  width: 106px;
  height: 23px;
  margin: 0 auto;
  border: 1px solid #ccc;
  overflow: hidden;
}
.result tbody tr .actions .qty_box a {
  width: 21px;
  height: 23px;
  background: #f5f5f5;
  float: left;
  display: block;
}
.result tbody tr .actions .qty_box input {
  width: 64px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  float: left;
  border: none;
  background: #fff;
  padding: 1px 0;
}
.result tbody tr .dc span {
  width: 41%;
  display: block;
  float: left;
  text-align: left;
  padding: 0 5px;
  margin-bottom: 2px;
}
.result tbody tr .dc .dc_span {
  text-align: right;
  border-right: 1px solid #ccc;
}
.result tbody tr .dc p {
  cursor: pointer;
  border-top: 1px dotted #bcbcbc;
  display: block;
  float: left;
  width: 100%;
  height: 15px;
  display: none;
  background: url(../img/arrow.jpg) top center no-repeat;
}
.result tbody tr .dc p.to_close {
  border: none;
  border-bottom: 1px dotted #bcbcbc;
  background: url(../img/arrow_up.jpg) top center no-repeat;
}
.result tbody tr .partno_info {
  position: relative;
}
.result tbody tr .partno_info:hover .partno_detail {
  display: block;
}
.result tbody tr .partno_info .partno_detail {
  position: absolute;
  width: 288px;
  height: 100px;
  border: 1px solid #bcbcbc;
  top: 18px;
  left: 0;
  background: #fff;
  padding: 10px;
  display: none;
  z-index: 99;
}
.result tbody tr .partno_info .partno_detail .s_img {
  width: 100px;
  height: 100px;
  float: left;
  display: inline;
}
.result tbody tr .partno_info .partno_detail .word {
  width: 170px;
  float: left;
  margin-left: 10px;
  text-align: left;
  display: inline;
  font-size: 12px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.result tbody tr .partno_info .partno_detail .word h3 {
  height: auto;
}
.result tbody tr .prompt_noaccurate {
  display: none;
}
.result tbody tr .limit_info {
  display: inline-block;
  position: relative;
}
.result tbody tr .limit_info:hover .wrapper_explain {
  display: block;
}
.result tbody tr .limit_info .wrapper_explain {
  display: none;
  position: absolute;
  left: 76px;
  bottom: 12px;
}
.result tbody tr .limit_info .wrapper_explain .content {
  width: 209px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
  background-color: #ddd;
  color: #333;
  border-radius: 3px;
}
.result tbody tr .limit_info .wrapper_explain .content a {
  text-decoration: underline;
  color: #0000ff;
}
.result tbody tr .limit_info .wrapper_explain .dialog_corner {
  width: 19px;
  height: 11px;
  background: url(../img/dialog_corner.png);
}
.result tbody tr:hover {
  background: #e3e3e3;
}
.result a:hover {
  font-weight: bold;
}
.grid,
.grid_p {
  width: 273px;
  height: 268px;
  border: 1px solid #ccc;
  float: left;
  display: inline;
  margin-left: 30px;
  overflow: auto;
}
.grid h3,
.grid_p h3 {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}
.grid h3 img,
.grid_p h3 img {
  float: left;
  height: 45px;
  width: auto;
}
.grid h3 span,
.grid_p h3 span {
  float: right;
}
.grid h3 span img,
.grid_p h3 span img {
  height: 23px;
}
.grid p,
.grid_p p {
  height: 30px;
  line-height: 30px;
  background: #f3f3f3;
  text-align: center;
}
.grid p .partno,
.grid_p p .partno {
  display: inline-block;
  width: 80%;
  height: 30px;
  margin: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.grid .stock_p,
.grid_p .stock_p {
  height: 40px;
  padding-top: 8px;
  background: #fff;
}
.grid .stock_p span,
.grid_p .stock_p span {
  width: 47%;
  float: left;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.grid .price,
.grid_p .price {
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  height: 110px;
  overflow: hidden;
}
.grid .price dt,
.grid_p .price dt {
  height: 29px;
  line-height: 29px;
  background: #fffeef;
  border-top: 1px dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
}
.grid .price dd,
.grid_p .price dd {
  height: 25px;
  line-height: 25px;
}
.grid .price span,
.grid_p .price span {
  width: 32%;
  text-align: center;
  display: block;
  float: left;
}
.grid p.more,
.grid_p p.more {
  background: none;
  position: relative;
}
.grid p.more a,
.grid_p p.more a {
  background: url(../img/more.jpg) no-repeat right center;
  padding-right: 15px;
  font-size: 12px;
  font-family: simsun;
  color: #333;
}
.grid p.more a:hover,
.grid_p p.more a:hover {
  color: #f72522;
}
.grid .grid_sj,
.grid_p .grid_sj {
  background: url(../img/grid_sj.jpg) no-repeat left top;
  width: 37px;
  height: 20px;
  position: absolute;
  top: 262px;
  left: 0px;
  z-index: 99;
  display: none;
}
.grid:before,
.grid_p:before,
.grid:after,
.grid_p:after {
  content: " ";
  display: table;
}
.grid:after,
.grid_p:after {
  clear: both;
}
.grid_active {
  border: 1px solid #d57a29;
}
.grid_no {
  background: #cccccc;
  background: rgba(204, 204, 204, 0.6);
  width: 273px;
  height: 268px;
  top: 0;
  display: none;
  position: absolute;
}
.grid_p_no {
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: url(grayscale.svg#grayscale);
  filter: Gray;
  _filter: none;
  z-index: -1;
}
.grid_p_no .more {
  *display: none;
}
.detail_info {
  position: absolute;
  border: 1px solid #ccc;
  width: 100%;
  left: 30px;
  width: 1190px;
  display: none;
  margin-top: 12px;
}
.detail_info table ul,
.detail_info table ul li {
  list-style: none;
}
.detail_info table tr th,
.detail_info table tr td {
  text-align: center;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.detail_info table tr th {
  background: #f3f3f3;
  height: 30px;
  line-height: 30px;
}
.detail_info table tr th span {
  width: 33%;
  display: block;
  float: left;
}
.detail_info table tr td p {
  background: none;
  height: 22px;
  line-height: 22px;
}
.detail_info table tr td .qty_box {
  width: 106px;
  height: 23px;
  margin: 0 auto;
  border: 1px solid #ccc;
  overflow: hidden;
}
.detail_info table tr td .qty_box a {
  width: 21px;
  height: 23px;
  background: #f5f5f5;
  float: left;
  display: block;
}
.detail_info table tr td .qty_box input {
  width: 62px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  float: left;
  border: none;
  background: #fff;
}
.detail_info table tr td span {
  width: 33%;
}
.detail_info table .dc span {
  width: 42%;
  display: block;
  float: left;
  text-align: left;
  padding: 0 5px;
  margin-bottom: 2px;
}
.detail_info table .dc .dc_span {
  text-align: right;
  border-right: 1px solid #ccc;
}
.grid_div {
  width: 1220px;
  margin-left: -30px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.grid_div .active {
  border: 1px solid #f72522;
}
.grid_div .active .more a {
  color: #f72522;
  background: url(../img/more_1.jpg) no-repeat right center;
}
.grid_div:before,
.grid_div:after {
  content: " ";
  display: table;
}
.grid_div:after {
  clear: both;
}
.left_filter {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
}
.left_filter li {
  width: 78px;
  height: 38px;
  margin: 4px 0;
  position: relative;
}
.left_filter li a {
  float: left;
  display: block;
  min-width: 38px;
  max-width: 78px;
  background: #f3f3f3;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e1e1e1;
  border-left: none;
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.left_filter sup {
  position: absolute;
  font-size: 12px;
  right: 3px;
  top: 0;
  color: #fff;
  cursor: pointer;
}
.left_filter .active a {
  color: #fff;
  background: #f72522;
  border: none;
}
.left_filter .active a:hover {
  color: #fff;
}
.left_filter .list_left .active a {
  color: #fff;
  background: #f72522 url(../img/cha.png) right top no-repeat;
  border: none;
}
#box_addcart {
  display: none;
  position: fixed;
  width: 660px;
  top: 50%;
  left: 50%;
  margin-left: -375px;
  margin-top: -202px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-family: simsun;
  z-index: 9998;
}
#box_addcart #wrapper_batch {
  float: left;
  width: 120px;
  max-height: 60px;
  margin-top: 12.5px;
  font-size: 12px;
  background: #fff;
  z-index: 9999;
  overflow: auto;
}
#box_addcart #wrapper_batch span {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: arial;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  color: #c00;
}
#box_addcart #wrapper_batch label {
  cursor: pointer;
}
#box_addcart #wrapper_batch input {
  vertical-align: -3px;
}
#box_addcart #wrapper_batch li {
  height: 20px;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
#box_addcart .partno_info {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#box_addcart .mfr {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#box_addcart .red {
  color: #014b9c;
  font-family: arial;
  font-weight: 600;
}
#box_addcart .sign {
  font-family: Microsoft YaHei;
  font-style: normal;
}
#box_addcart .arial {
  font-family: arial;
}
#box_addcart .title {
  width: 100%;
  height: 40px;
  background-color: #014b9c;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
#box_addcart .title .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  cursor: pointer;
  background: url('../img/close_cart.png') #014b9c no-repeat center center;
}
#box_addcart .content {
  margin-left: 80px;
  width: 100%;
  font-weight: normal;
  padding-top: 8px;
  color: #000;
}
#box_addcart .content .line {
  float: left;
  width: 0;
  height: 223px;
  border-left: 1px dotted #ccc;
  margin-top: 6px;
}
#box_addcart .content .des {
  float: left;
  width: 241px;
  height: 276px;
}
#box_addcart .content .des li {
  height: 30px;
  line-height: 30px;
  text-align: left;
}
#box_addcart .content .des li input[type='radio'] {
  vertical-align: -3px;
}
#box_addcart .content .des li *input[type='radio'] {
  vertical-align: 0;
}
#box_addcart .content .des li label:first-child {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 8px;
}
#box_addcart .content .numprice {
  float: left;
  width: 250px;
}
#box_addcart .content .numprice ul li {
  position: relative;
  text-align: left;
  height: 45px;
  line-height: 45px;
}
#box_addcart .content .numprice ul li .item {
  display: inline-block;
  width: 70px;
  text-align: right;
  margin-right: 8px;
}
#box_addcart .content .numprice ul li input[type='checkbox'],
#box_addcart .content .numprice ul li input[type='radio'] {
  vertical-align: -3px;
}
#box_addcart .content .numprice ul li #wrapper_demand {
  display: inline-block;
  width: 172px;
  float: left;
}
#box_addcart .content .numprice ul li #wrapper_demand label {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
#box_addcart .content .numprice ul li #wrapper_demand .disabled {
  color: #999;
}
#box_addcart .content .numprice ul li .change_num {
  display: inline-block;
  width: 136px;
  height: 28px;
  border: 1px solid #ccc;
  margin-bottom: -10px;
  *display: inline;
  *zoom: 1;
}
#box_addcart .content .numprice ul li .change_num span {
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #f3f3f3;
  color: #666;
  cursor: pointer;
}
#box_addcart .content .numprice ul li .change_num input {
  display: inline-block;
  float: left;
  width: 78px;
  height: 28px;
  line-height: 28px;
  border: none;
  padding: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-indent: 10px;
  color: #333;
  ime-mode: disabled;
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -ms-ime-mode: disabled;
}
#box_addcart .content .recommend {
  float: left;
  margin-top: 30px;
}
#box_addcart .content .recommend li {
  height: 35px;
  line-height: 35px;
}
#box_addcart .content .recommend li span {
  display: inline-block;
  width: 108px;
  text-align: center;
  margin-left: 8px;
}
#box_addcart .btn_group {
  width: 100%;
  height: 60px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  background-color: #f3f3f3;
  text-align: left;
}
#box_addcart .btn_group .btn {
  border-radius: 10px;
  display: inline-block;
  width: 108px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  font-size: 12px;
}
#box_addcart .btn_group .btn:hover {
  background: #014b9c;
  color: #fff;
}
#box_addcart .btn_group #btn_cart_cancel {
  border: 1px solid #014b9c;
  margin-left: 85px;
}
#box_addcart .btn_group #btn_cart_add {
  border: 1px solid #014b9c;
  margin-left: 80px;
  margin-right: 80px;
}
#box_addcart .btn_group #btn_cart_rel {
  border: 1px solid #014b9c;
}
#prompt_had {
  display: none;
  width: 300px;
  height: 102px;
  padding-top: 18px;
  position: fixed;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -150px;
  font-size: 14px;
  font-family: simsun;
}
#prompt_had p {
  text-align: center;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
#prompt_had p i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../img/cart_confirm.png') no-repeat;
  margin: 0 10px -6px 0;
}
#prompt_had p span {
  font-family: arial;
}
#prompt_had .btn {
  display: inline-block;
  width: 88px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  font-size: 12px;
}
#prompt_had #btn_balance {
  border: 1px solid #0067b4;
  background-color: #0067b4;
  margin: 18px 34px 0 43px;
  color: #fff;
}
#prompt_had #btn_remain {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}
#shadow_addcart {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  *background: #000;
  filter: alpha(opacity=10);
  z-index: 9996;
}
.wrapper_confirm {
  display: none;
  position: fixed;
  border: 5px solid rgba(0, 0, 0, 0.3);
  width: 410px;
  height: 154px;
  top: 50%;
  left: 50%;
  margin-top: -77px;
  margin-left: -205px;
  background-color: #fff;
  text-align: center;
  z-index: 9999;
}
.wrapper_confirm i {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 15px;
  background: url('../img/close_x.png');
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.wrapper_confirm p {
  font-size: 12px;
  font-family: simsun;
  text-align: center;
  margin-top: 50px;
}
.wrapper_confirm button {
  margin-top: 25px;
}
.gyxx-box {
  width: 100%;
  float: left;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.gyxx-box .title {
  width: 100%;
  height: 40px;
  float: left;
  line-height: 40px;
  background: #f8f8f8;
  text-align: center;
  color: #333;
}
.gyxx-box .title span {
  color: #004ea2;
  margin-left: 5px;
  margin-right: 5px;
}
.gyxx-box .gyxx-list {
  width: 100%;
  float: left;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
}
.gyxx-box .gyxx-list li {
  float: left;
  margin-right: 20px;
}
.gyxx-box .gyxx-list a {
  float: left;
  margin-right: 20px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.gyxx-box .gyxx-list a:hover {
  color: #004ea2;
}
.gyxx-box .gyxx-list a.active {
  color: #004ea2;
  font-weight: bold;
}
.gyxx-box-no {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 600px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  box-sizing: border-box;
}
.gyxx-box-no .jth-img {
  margin: 20px auto;
}
.gyxx-box-no .box-no-title {
  width: 90px;
}
.gyxx-box-no p {
  font-size: 17px;
  color: #626262;
}
.gyxx-box-no #des {
  width: 100px;
  height: 35px;
  display: none;
  background-color: #f2f2f2;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  margin-left: 10px;
  color: #838383;
  font-size: 12px;
  border-radius: 3px;
  font-family: simsun;
}
.gyxx-box-no .box-submit {
  width: 230px;
  color: #ffffff;
  font-weight: bold;
  background-color: #f38120;
  border-radius: 5px;
  border: 0;
  height: 50px;
  line-height: 55px;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
.gyxx-box-no .get_code {
  width: 100px;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #0068cc;
  display: inline-block;
}
.gyxx-box-no table tbody tr {
  display: block;
  margin-bottom: 20px;
}
.gyxx-box-no table tbody tr td {
  text-align: right;
}
.gyxx-box-no table tbody tr td input {
  font-size: 17px;
  height: 30px;
  width: 340px;
  text-indent: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
}
.hot_buy {
  height: 350px;
  width: 100%;
  padding: 40px 0;
}
.hot_buy a img {
  width: 230px;
  height: 200px;
}
.hot_buy a p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.hot_buy .hot_buy_title {
  font-size: 25px;
  display: inline-block;
}
.hot_buy span {
  color: #747577;
  margin-left: 20px;
}
.hot-silder-button {
  top: 175px;
  width: 30px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  background-position-y: 187px;
  background-image: url(../img/hot_buy.png);
}
.hot-silder-button.btr {
  right: -9px;
  background-position-x: -43px;
}
.silder-box-4:hover .hot-silder-button {
  background-position-y: 127px;
}
