/*hhl-08-30*/
.wrap {
  width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width: 1190px) {
  .wrap {
    width: 950px;
  }
}

.wrap-950 {
  width: 950px;
  margin: 0 auto;
}

.dirlog {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.dirlog-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
}

.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 460px;
  margin-left: -260px;
}

.header {
  border-bottom: 1px solid #ff6700;
}

#head {
  position: relative;
}

.product_mao.act {
  display: inline-block;
  height: 1px;
  width: 100%;
  padding-top: 56px;
}

.logo {
  display: inline-block;
  margin-top: -24px;
  position: absolute;
  left: 0;
  top: 50%;
}

.header .search,
.search {
  width: 770px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.search ul.search-type {
  margin-bottom: 5px;
  padding-left: 12px;
}

.search ul.search-type li {
  padding: 0 14px 0 15px;
  background-position: -13px -85px;
  color: #555555;
  font-size: 14px;
}

.search ul.search-type li a:hover {
  color: #ff3333;
}

.search ul.search-type li.first {
  padding-left: 0;
  background: none;
}

.search ul.search-type li.current a {
  color: #ff6700;
  text-decoration: none;
}

.search form {
  width: 100%;
}

.search .input-box {
  position: relative;
}

.search .input-box input {
  box-sizing: border-box;
  border: 2px solid #ff6700;
  height: 40px;
  padding: 6px 110px 6px 35px;
  width: 770px;
  background: url(../images/icon-search.png) no-repeat 12px 11px #ffffff;
}

.search .input-box button {
  position: absolute;
  background: #ff5700;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 100px;
  color: #fff;
  outline: none;
  border: none;
  font-size: 16px;
}

.search .key-word {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}

.search .key-word ul {
  display: inline-block;
}

.search .key-word .s-lists > li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
}

.search .key-word .s-lists .more-key {
  display: inline-block;
  padding-right: 20px;
  background: url(../images/icon-more.png) 26px 5.5px no-repeat;
  background-size: 7px 7px;
}

.search .key-word .more-lists {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #eee;
  white-space: nowrap;

  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  z-index: 20;
}

.search .key-word .s-lists > li:last-child:hover .more-lists {
  padding: 10px;
  opacity: 1;
  width: 522px;
  height: auto;
}

.search .more-lists > li {
  display: inline-block;
  float: left;
  margin-right: 40px;
  width: 100px;
}

.search .more-lists > li:last-child,
.search .more-lists > li.mr-0 {
  margin-right: 0;
}

.search .more-lists > li > ul > li {
  margin-bottom: 10px;
}

.search .more-lists > li > ul > li:last-child,
.search .more-lists > li.mb-0 {
  margin-bottom: 0;
}

.search .key-word .s-lists > li:first-child {
  margin-left: 0;
}

.search .key-word .s-lists a {
  color: #999;
}

.shop-header-small {
  padding: 14px 0;
}

.search-tel {
  font-size: 22px;
  color: #ff6700;
  margin-top: 10px;
}

/*main*/

.chain,
.chain a {
  font-size: 14px;
  color: #999;
}

.chain a:hover {
  color: #ff5700;
}

.chain {
  padding: 15px 0;
}

.main-data-pic {
  position: relative;
  width: 400px;
}

.main-data-pic .showing {
  /* display:none; */
  /*display: inline-block;*/
  position: relative;
}

.main-data-pic .showing span.icon {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../images/icon-see-big-pic.png) no-repeat center;
}

.main-data-pic .showing img {
  width: 400px;
  height: 400px;
}

.main-data-pic .move-box {
  margin-top: 16px;
  margin-bottom: 30px;
  position: relative;
}

.main-data-pic .move-box .move {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  /*top:0;*/
  display: inline-block;
  width: 10px;
  height: 18px;
  background-size: 10px 18px;
  cursor: pointer;
}

.main-data-pic .move-box .move.prev {
  left: 0;
  /*background: url(../images/prev-ss.png) no-repeat center;*/
  background: url(../images/allbgs.png) no-repeat 0px -216px;
}

.main-data-pic .move-box .move.prev.no {
  /*background: url(../images/prev-ss-no.png) no-repeat center;*/
  background: url(../images/allbgs.png) no-repeat 0px -252px;
}

.main-data-pic .move-box .move.prev.act {
  /*background: url(../images/prev-ss-hover.png) no-repeat center;*/
  background: url(../images/allbgs.png) no-repeat 0px -234px;
}

.main-data-pic .move-box .move.next {
  right: 0;
  /*background: url(../images/next-ss.png) no-repeat center;*/
  background: url(../images/allbgs.png) no-repeat 0px -162px;
}

.main-data-pic .move-box .move.next.no {
  /*background: url(../images/next-ss-no.png) no-repeat center;*/
  background: url(../images/allbgs.png) no-repeat 0px -198px;
}

.main-data-pic .move-box .move.next.act {
  /*background: url(../images/next-ss-hover.png) no-repeat center;*/
  background: url(../images/allbgs.png) no-repeat 0px -180px;
}

.main-data-pic .move-box .fixed-box {
  height: 60px;
  width: 360px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.main-data-pic .move-box .move-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 3000px;
  transition: all linear 0.3s;
}

.main-data-pic .move-box .move-container li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
}

.main-data-pic .move-box .move-container li a {
  display: inline-block;
}

.main-data-pic .move-box .move-container li img {
  width: 56px;
  height: 56px;
  border: 2px solid transparent;
  background: url(../../images/pre-load-200.jpg) no-repeat center;
}

.main-data-pic .move-box .move-container li.act img,
.main-data-pic .move-box .move-container li:hover img {
  border: 2px solid #ff4e00;
}

.main-data-pic .set-collect {
  color: #777;
  margin-left: 20px;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  position: relative;
}

.main-data-pic .set-collect:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/allbgs.png) no-repeat 0px -28px;
}

.main-data-pic .set-collect:hover {
  color: #f67000;
}

.main-data-pic .set-collect:hover:before {
  background: url(../images/allbgs.png) no-repeat 0px 0px;
}

.main-data-pic .set-collect.collected:before {
  background: url(../images/allbgs.png) no-repeat 0px -14px;
}

.main-data-pic .report-btn {
  color: #777;
  margin-left: 20px;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  position: relative;
}

.main-data-pic .report-btn:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../images/icon-report.png) no-repeat 0px 0px;
}

.main-data-pic .report-btn:hover:before {
  background: url(../images/icon-report.png) no-repeat 0px -26px;
}

.main-data-param {
  width: 770px;
}

.main-data-param h1 {
  font-size: 18px;
  color: #111;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.main-data-param .little-title {
  color: #999;
  margin-bottom: 14px;
}

.main-data-param .no-good {
  height: 32px;
  line-height: 32px;
  color: #111;
  font-size: 16px;
  padding-left: 20px;
  background: #f5f5f5;
  margin-bottom: 14px;
}

.main-data-param .param-table {
  width: 100%;
  border-top: 2px solid #ff4e00;
  margin-bottom: 20px;
  table-layout: fixed;
  word-wrap: break-word;
}

.main-data-param .param-table td {
  background: #f5f5f5;
}

.main-data-param .param-table .price td {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 30px;
  color: #ff3333;
  font-weight: bold;
}

.main-data-param .param-table .price .price-title {
  position: relative;
  top: 4px;
}

.main-data-param .param-table .count td,
.main-data-param .param-table .have td {
  padding-bottom: 12px;
  font-size: 14px;
  color: #555;
}

.main-data-param .param-table .count td {
  padding-bottom: 16px;
}

.main-data-param .param-table td:first-child {
  color: #777;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}

.main-data-param .param-table .price td .unit {
  font-size: 18px;
  font-weight: normal;
  margin-right: 4px;
}

.main-data-param .table-type1 td {
  width: 29.4%;
}

.main-data-param .table-type1 td:first-child {
  width: 11.3%;
}

.main-data-param .table-type2 td:first-child {
  width: 11.5%;
}

@media screen and (max-width: 1190px) {
  .main-data-param .table-type1 td {
    width: 27.7%;
  }

  .main-data-param .table-type1 td:first-child {
    width: 16.5%;
  }

  .main-data-param .table-type2 td:first-child {
    width: 16.7%;
  }
}

/*修改 start*/

.detail-table-box {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-left: 88px;
  padding-right: 50px;
  position: relative;
}

.detail-table-box .has-height {
  max-height: 162px;
  overflow: hidden;
}

.detail-table-box table {
  width: 100%;
}

.detail-table-box table td {
  /* padding:15px 0; */
  border-bottom: 1px solid #eee;
}

.detail-table-box table tbody .s.n-btm-border td {
  border-bottom: none;
}

.detail-table-box table tr:last-child td,
.detail-table-box table .no-bottom td {
  border-bottom: none;
}

.detail-table-box table tr td:last-child {
  text-align: right;
}

.detail-table-box table tr td {
  width: 30%;
}

.detail-table-box table tr td:nth-child(2) {
  /*padding-left: 10%;*/
  text-align: center;
}

.detail-table-box table td.size {
  color: #111;
  font-size: 14px;
  font-weight: bold;
  width: 40%;
}

.detail-table-box table td.size .size-con {
  height: 54px;
  position: relative;
}

.detail-table-box table td.size .size-con span {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 8px;
  max-height: 54px;
  overflow: hidden;
}

.detail-table-box table .val {
  color: #555;
}

.detail-table-box table .unit {
  font-size: 16px;
  font-family: arial;
}

.detail-table-box table .num {
  font-size: 18px;
  font-family: arial;
}

.detail-table-box span.title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  color: #777;
  font-size: 14px;
  width: 68px;
  height: 54px;
}

.detail-table-box span.title .title-val {
  display: inline-block;
  position: absolute;
  width: 68px;
  max-height: 36px;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}

.main-data {
  margin-bottom: 72px;
}

.main-data-param .detail-table-box .down {
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 13px;
  background: url(../images/icon-down.png) no-repeat center;
  bottom: -13px;
  left: 89px;
  cursor: pointer;
}

.main-data-param .submit-box {
  position: relative;
  width: 538px;
  /*text-align: center;*/
  padding-top: 63px;
  /*padding-bottom: 80px;*/
  margin: 0 auto;
  /*border: solid 1px #000;*/
}

.main-data-param .w344 {
  width: 344px;
}

.main-data-param .submit-box a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

.main-data-param .submit-box .purchase-btn,
.main-data-param .submit-box .shop-gotoshop {
  width: 150px;
  background: #ff4e00;
  padding-left: 20px;
  position: relative;
}

.main-data-param .submit-box .purchase-btn .icon {
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 19px;
  background: url(../images/icon-ask_value.png) no-repeat center;
  top: 50%;
  left: 25px;
  margin-top: -7px;
}

.main-data-param .submit-box .purchase-btn:hover,
.main-data-param .submit-box .shop-gotoshop:hover {
  background: #ff6700;
}

.main-data-param .submit-box .shop-gotoshop .icon {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 18px;
  background: url(../images/shopicon-home.png) no-repeat center;
  top: 50%;
  left: 25px;
  margin-top: -8px;
}

.main-data-param .submit-box .concat-btn,
.main-data-param .submit-box .callback-btn {
  width: 166px;
  border: 1px solid #ff4e00;
  line-height: 40px;
  color: #ff4e00;
  padding-left: 25px;
  background: #ffece0;
  /*margin: 0 26px;*/
  margin-left: 24px;
  /*margin-right: 26px;*/
  position: relative;
}

@media screen and (max-width: 1190px) {
  .main-data-param .submit-box .concat-btn,
  .main-data-param .submit-box .callback-btn {
    margin-left: 15px;
  }

  .main-data-param .submit-box .scan-code-btn {
    margin-left: 20px !important;
  }

  .main-data-param {
    width: 530px;
  }

  .wrap {
    width: 950px !important;
  }
}

.main-data-param .submit-box .concat-btn .icon,
.main-data-param .submit-box .callback-btn .icon {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/icon-see.png) no-repeat center;
  background-size: 18px 18px;
  top: 50%;
  left: 20px;
  margin-top: -9px;
}

.main-data-param .submit-box .concat-btn:hover,
.main-data-param .submit-box .callback-btn:hover {
  background: #fecfb8;
}

.main-data-param .submit-box .scan-code-btn {
  display: inline-block;
  position: absolute;
  width: 166px;
  height: 212px;
  margin-left: 26px;
  top: 63px;
  /*border: solid 1px #000;*/
}

.main-data-param .submit-box .scan-code-btn img {
  cursor: pointer;
}

.main-data-param .submit-box .scan-code-btn .QR-code {
  position: absolute;
  width: 100%;
  padding: 0 18px 18px 18px;
  box-sizing: border-box;
  background: #fff;
  top: 40px;
  border: solid 1px red;
  border-top: none;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 999;
  display: none;
}

.main-data-param .submit-box .scan-code-btn .QR-code p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 6px;
}

/*修改end*/

.main-data-param .turn-param .obj {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  height: 30px;
  padding-left: 20px;
  color: #777;
  float: left;
  position: relative;
}

.main-data-param .turn-param .obj .obj-val {
  position: absolute;
  display: inline-block;
  width: 68px;
  left: 20px;
  top: 50%;
  transform: translatey(-50%);
  max-height: 36px;
  overflow: hidden;
}

.main-data-param .turn-param ul {
  width: 680px;
  float: left;
}

.main-data-param .turn-param ul li {
  padding: 1px 19px;
  border: 1px solid #ccc;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #555;
  float: left;
  margin-right: 15px;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}

.main-data-param .turn-param ul li.act {
  border: 2px solid #ff8400;
  padding: 0px 18px;
}

.recommend {
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-top: 3px solid #ddd;
  padding: 20px;
  padding-bottom: 6px;
  position: relative;
}

.recommend .re-logo {
  position: absolute;
  display: inline-block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  left: -1px;
  top: -32px;
  background-color: #ff4e00;
  background-size: 140px 32px;
  padding-left: 23px;
  font-size: 14px;
  color: #fff;
}

.recommend .re-logo-bottom {
  position: absolute;
  width: 166px;
  height: 38px;
  right: 2px;
  top: -40px;
  background: url(../images/free-bottom.gif) no-repeat;
  background-size: 100% 100%;
}

.re-logo-top {
  width: 166px;
  height: 38px;
  background: url(../images/free-top.gif) no-repeat;
  margin: 10px auto 0;
}

.h-bottom-Text {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ffe3bb;
  background: #fff6e9;
  padding: 10px 15px;
  margin-left: -20px;
}

.h-bottom-Text a {
  padding-left: 15px;
  color: #ff3333;
}

.h-bottom-Text a.csb {
  background: url(../images/csb.png) no-repeat;
  background-size: 14px 14px;
}

.h-bottom-Text a.hht {
  background: url(../images/hht.png) no-repeat;
  background-size: 14px 14px;
}

.recommend-con {
  overflow: hidden;
  width: 100%;
}

.recommend ul {
  width: 3000px;
}

.recommend ul li {
  float: left;
  width: 170px;
  margin-right: 25.6px;
}

.recommend ul li .img-box {
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: all linear 0.2s;
}

.recommend ul li img {
  width: 168px;
  height: 168px;
  transition: all linear 0.4s;
}

.recommend ul li .img-box:hover {
  border: 1px solid #ff8700;
}

.recommend ul li .img-box:hover img {
  transform: scale(1.05);
}

.recommend ul li .s-title {
  display: inline-block;
  font-size: 14px;
  color: #555;
  height: 36px;
  overflow: hidden;
}

.recommend ul li .s-title:hover {
  color: #ff5600;
}

.recommend ul li .price {
  color: #ff3333;
  font-size: 14px;
  font-family: arial;
  margin-top: 6px;
}

.recommend ul li .price span {
  font-size: 16px;
  margin-left: 2px;
}

.recommend .b2b-statics-activity-pic {
  display: block;
  width: 100%;
  height: 236px;
}

/*left-s*/
#bot-nav {
  width: 190px;
}

#bot-nav .member {
  border: 1px solid #eee;
  background: url('../images/v-bg-normal.png') no-repeat center top;
}

#bot-nav .member.act {
  border-color: #ff4e00;
  background: url('../images/hy-cxt.png') no-repeat center top;
}

#bot-nav .member.csb {
  border-color: #edd5a0;
  background: url('../images/v-bg-csb.png') no-repeat center top;
}

.member .member-info {
  box-sizing: border-box;
  padding: 76px 12px 10px 12px;
}

.member .member-info li {
  margin-bottom: 14px;
  color: #555;
  position: relative;
}

.member .member-info li.over {
  max-height: 36px;
  overflow: hidden;
}

.member .member-info li.over a:hover {
  color: #ff5700;
}

.member .member-info li:last-child {
  margin-bottom: 0;
}

.member .com-name {
  font-size: 14px;
  color: #111;
}

.member .com-name:hover,
.member .concat-name:hover {
  color: #ff5700;
}

.member .prod-phone {
  color: #ff3333;
  font-family: arial;
  font-size: 14px;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -10.5px;
}

.member .icon {
  display: inline-block;
  width: 16px;
  height: 18px;
}

.member .logo-iscom {
  background: url(../images/icon-iden-sj.png) no-repeat;
  background-size: 16px 18px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
}

.logo-xin {
  background: url(../images/icon-iden-xin.png) no-repeat;
  background-size: 16px 18px;
  vertical-align: middle;
}

.member span.title-default {
  position: absolute;
  display: block;
  border: 1px solid black;
  background-color: #fff;
  padding: 3px;
  color: black;
  top: 100%;
  right: 0;
  z-index: 2000;
}

.member .logo-ismenb {
  background: url(../images/icon-iden-hht.png) no-repeat;
  background-size: 16px 18px;
  cursor: pointer;
  vertical-align: middle;
}

.menber-ctt {
  padding-right: 12px;
  position: relative;
}

.menber-ctt::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  position: absolute;
  top: 1px;
  right: 10px;
}

.member-icon-text {
  font-size: 14px;
  color: #555;
  margin-right: 6px;
  vertical-align: middle;
}

.member-icon-text span {
  color: #ff6700;
}

.member .center {
  text-align: center;
}

.member .center a {
  width: 164px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #fafafa;
  color: #555555;
  transition: all linear 0.1s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ededed;
  border-radius: 3px;
}

.member.act .center a,
.member.csb .center a {
  color: #fff;
  background: #ff4e00;
  border-color: #ff4e00;
}

.member .center a:hover {
  background: #f3f3f3;
  border-color: #e0e0e0;
}

.member.act .center a:hover,
.member.csb .center a:hover {
  background: #ff8400;
  border-color: #ff8400;
}

.member-xcx-code {
  width: 120px;
  height: 120px;
  margin: 6px 0 15px 0;
}

#bot-nav p.title {
  background: #ff4e00;
  color: #fff;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding-left: 12px;
  box-sizing: border-box;
}

#bot-nav ul.list {
  box-sizing: border-box;
  border: 1px solid #eee;
}

.bot-nav-differ {
  margin: 10px 0;
}

#bot-nav .bot-nav-differ ul.list {
  border-bottom: none;
}

.bot-nav-differ .list .level-1 {
  height: 30px;
  line-height: 29px;
  box-sizing: border-box;
  padding-left: 38px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
  color: #555;
  cursor: pointer;
  position: relative;
}

.bot-nav-differ .list .level-1 a:hover,
.bot-nav-differ .s-lists li a:hover {
  color: #ff5700;
}

.bot-nav-differ .list .level-1 .icon {
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 29px;
  background: url(../images/icon-add.png) no-repeat center;
  background-size: 11px 11px;
  top: 0;
  left: 15px;
}

.bot-nav-differ .list .level-1.isopen .icon {
  background: url(../images/icon-minus.png) no-repeat center;
}

.bot-nav-differ .s-lists {
  display: none;
}

.bot-nav-differ .s-lists li {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  padding-left: 38px;
  border-bottom: 1px solid #eee;
  color: #777;
  position: relative;
}

.bot-nav-differ .s-lists li.act {
  color: #ff6700;
}

.bot-nav-differ .s-lists li:after {
  display: inline-block;
  background: #656565;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 20px;
  content: ' ';
}

.bot-nav-prompt .list {
  padding: 10px;
}

.bot-nav-prompt .list li {
  margin-bottom: 25px;
}

.bot-nav-prompt .list li:last-child {
  margin-bottom: 0;
}

.bot-nav-prompt .list li img {
  width: 168px;
  height: 168px;
}

.bot-nav-prompt .list li a.img-box {
  display: inline-block;
  margin-bottom: 10px;
}

.bot-nav-prompt .list li .price {
  color: #ff3333;
  font-size: 14px;
  font-family: arial;
}

.bot-nav-prompt .list li .price .val {
  font-size: 16px;
  margin-left: 2px;
}

.bot-nav-prompt .list li .t {
  color: #555;
  font-size: 14px;
  margin-top: 2px;
  display: block;
  height: 36px;
  overflow: hidden;
}

.bot-nav-prompt .list li .t:hover {
  color: #ff5700;
}

.activity-left-box {
  display: block;
  margin-bottom: 10px;
}

.activity-left-box img {
  display: block;
  width: 190px;
  height: 270px;
}

/*left-end*/

/*right*/
#bot-pro {
  width: 990px;
  margin-bottom: 43px;
}

#three-data {
  /*box-sizing: border-box;*/
  width: 988px;
  border: 1px solid #eee;
}

.three-data-nav {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  /*position: relative;*/
}

.three-data-nav li {
  float: left;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-right: 1px solid #eee;
}

/*.three-data-nav li.abo{
	position: absolute;
}*/
.three-data-nav li a {
  color: #555;
  font-size: 14px;
  display: block;
  cursor: pointer;
}

.three-data-nav li a.act {
  color: #ff4e00;
  background: #fff;
  position: relative;
}

.three-data-nav li a.act:before {
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  top: -1px;
  background: #ff4e00;
  position: absolute;
}

.three-data-nav li a.act:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #fff;
  position: absolute;
}

#three-data .table {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: relative;
}

#three-data .table .enter-phone-type {
  position: absolute;
  transition: all linear 0.1s;
  width: 120px;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  right: 0;
  top: -65px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.enter-phone-type:hover {
  background: #eee;
}

.enter-phone-type .icon {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-enter-phone.png) no-repeat center;
  top: 50%;
  margin-top: -8px;
  right: 12px;
}

.enter-phone-type .code-box {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
}

.enter-phone-type:hover .code-box {
  display: block;
}

.enter-phone-type .code-box img {
  width: 100%;
}

.enter-phone-type .code-box canvas {
  width: 110px;
  border: 1px solid #ddd;
  padding: 4px;
}

.three-con {
  position: relative;
}

/*#three-data .table,#three-data>.three-con,#three-data>.concat-container{
	background: #fff;
}*/
#three-data .table table {
  width: 100%;
}

#three-data .table table td {
  border: 1px solid #ccc;
  height: 42px;
  text-align: center;
  color: #555;
}

#three-data .table table td {
  width: 238px;
}

#three-data .table table td div {
  width: 238px;
  overflow: hidden;
}

#three-data .table table td.bg {
  background: #f5f5f5;
  color: #777;
  width: 130px;
}

#three-data .table table td.bg div {
  width: 130px;
  overflow: hidden;
}

.three-con {
  width: 750px;
  margin: 0 auto;
}

.three-con img {
  max-width: 100%;
}

.three-con-title {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #060606;
  font-weight: bold;
}

.three-con-title .y {
  color: #ee702e;
}

.three-con-title .eng {
  font-family: arial;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.three-con .note {
  margin-bottom: 20px;
  margin-top: 30px;
  color: #999;
}

.three-con .note a {
  color: #555;
}

/* .product_concat{
	display: block;
	height: 1px;
	visibility: hidden;
} */
#three-data .concat-container {
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}

.concat-container .L {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.concat-container .l-head {
  border-top: 3px solid #ff6700;
  font-size: 18px;
  color: #000;
  text-align: center;
  height: 80px;
  line-height: 68px;
  background: #f9f9f9;
  margin-bottom: 30px;
}

.concat-container .L li {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 10px;
}

.concat-container .L li:first-child {
  padding-left: 20px;
}

.concat-container .L .t,
.concat-container .L .person {
  color: #333;
  font-size: 14px;
}

.concat-container .L .part {
  color: #999;
  font-size: 14px;
}

.concat-container .L .prod-phone {
  font-family: arial;
  font-size: 14px;
  color: #555;
}

.concat-container .L .phone .adr {
  color: #555;
}

.concat-container .icon {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
}

.concat-container .icon.person {
  background: url(../images/icon-c-person.png) no-repeat center;
  background-size: 10px 12px;
  margin-top: -6px;
  height: 12px;
  width: 10px;
}

.concat-container .icon.prod-phone {
  background: url(../images/icon-c-phone.png) no-repeat center;
  background-size: 14px 14px;
  margin-top: -7px;
  height: 14px;
  width: 14px;
}

.concat-container .icon.adr {
  background: url(../images/icon-c-adr.jpg) no-repeat center;
  background-size: 10px 12px;
  top: 3px;
  height: 12px;
  width: 10px;
}

.concat-container .R {
  width: 520px;
  border: 1px solid #cfcfcf;
  height: 290.6px;
}

#bot-pro .unique {
  width: 948px;
  border: 1px solid #eee;
  background: #f5f5f5;
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
}

.unique > .t {
  margin: 8px 0;
  border-top: 1px dashed #ccc;
  position: relative;
}

.unique > .t span {
  position: absolute;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #111;
  font-size: 20px;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -50px;
  background: #f5f5f5;
}

.unique ul {
  width: 2000px;
}

.unique ul.lists-1 {
  margin-top: 22px;
  margin-bottom: 10px;
}

.unique ul li {
  float: left;
  width: 168px;
  height: 168px;
  border: 1px solid #eee;
  transition: all linear 0.3s;
  margin-right: 24.5px;
  position: relative;
  overflow: hidden;
}

.unique ul li:hover {
  border: 1px solid #fe5f0c;
}

.unique ul li img {
  width: 168px;
  height: 168px;
}

.unique ul li .mol {
  position: absolute;
  left: 0;
  bottom: -28px;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
  transition: all linear 0.3s;
  cursor: pointer;
}

.unique ul li:hover .mol {
  bottom: 0;
}

.unique .mol .t {
  padding: 0 6px;
  text-overflow: ellipsis;
  width: 156px;
  color: #555;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  /*display: inline-block;*/
  overflow: hidden;
  white-space: nowrap;
}

.unique .mol .price {
  font-size: 20px;
  color: #ff3333;
  text-align: center;
  font-family: arial;
  line-height: 15px;
}

.unique .mol .price .unit {
  font-size: 16px;
}

/*right-end*/

/*friend-link-s*/
.friend-link {
  width: 1148px;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.friend-link .name {
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}

.friend-link .lists {
  width: 2000px;
}

.friend-link .lists:first-child {
  margin-bottom: 16px;
}

.friend-link .lists:last-child {
  margin-bottom: 30px;
}

.friend-link .lists > li {
  width: 120px;
  margin-right: 137px;
  float: left;
}

.friend-link .second li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
}

.friend-link .second li:last-child {
  margin-bottom: 0;
}

.friend-link .second li a {
  color: #777;
}

.friend-link .m-type a {
  color: #333;
}

.friend-link .m-type span {
  color: #777;
}

.friend-link .second li a:hover,
.friend-link .m-type a:hover {
  color: #ff5700;
}

.friend-link .more {
  position: absolute;
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #eee;
  border-top: 2px solid #fff;
  left: 50%;
  margin-left: -36px;
  bottom: -22px;
  color: #777;
  cursor: pointer;
}

.friend-link .open-more {
  display: none;
}

.abc-box {
  margin-top: 19px;
  padding: 20px 0;
  width: 2000px;
}

.abc-box span {
  font-size: 14px;
  color: #666;
  padding-right: 28px;
}

.abc-box a {
  font-size: 14px;
  color: #999;
  font-family: arial;
  padding-right: 25px;
}

.abc-box a:hover {
  color: #ff5700;
}

/*friend-link-end*/

/*fixed-head*/
#fixed-head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  height: 46px;
  display: none;
  box-shadow: rgb(153, 153, 153) 0px 0px 10px;
}

#fixed-head .person {
  height: 46px;
  width: 190px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
  background: #ff4e00;
  color: #fff;
  overflow: hidden;
}

#fixed-head .person li {
  width: 120px;
  height: 23px;

  margin: 0 auto;
}

#fixed-head .person li:first-child {
  line-height: 26px;
}

#fixed-head .person li:last-child {
  line-height: 20px;
}

#fixed-head .person .prod-phone {
  font-size: 16px;
}

#fixed-head .person .name {
  padding-right: 10px;
}

#fixed-head .product {
  height: 46px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}

#fixed-head .product li {
  height: 46px;
  line-height: 46px;
  width: 120px;
  text-align: center;
  float: left;
  border-left: 1px solid #eee;
}

#fixed-head .product li > a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  position: relative;
  width: 100%;
  height: 46px;
  cursor: pointer;
}

#fixed-head .product li:last-child {
  border-right: 1px solid #eee;
}

#fixed-head .product li > a.act {
  color: #ff4e00;
  background: #fff;
}

#fixed-head .product li > a.act:after {
  content: ' ';
  width: 100%;
  height: 2px;
  background: #ff4e00;
  position: absolute;
  left: 0;
  top: 0;
}

#fixed-head .query {
  width: 130px;
  height: 46px;
  line-height: 46px;
  background: #ff4e00;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all linear 0.3s;
}

#fixed-head .query:hover {
  background: #ff6700;
}

#fixed-head .query .icon {
  display: inline-block;
  width: 23px;
  height: 19px;
  background: url(../images/icon-ask_value.png) no-repeat center;
  background-size: 23px 19px;
  top: 50%;
  left: 25px;
  margin-top: -7px;
  position: absolute;
}

#fixed-head .type-mobile {
  width: 90px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #555;
  padding-right: 30px;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.1s;
  display: inline-block;
}

#fixed-head .type-mobile .icon {
  display: inline-block;
  width: 16px;
  height: 46px;
  background: url(../images/icon-enter-phone.png) no-repeat 0px 0px;
  background-size: 16px 16px;
  top: 50%;
  right: 18px;
  margin-top: -8px;
  position: absolute;
}

#fixed-head .code-box {
  position: absolute;
  display: none;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: #fff;
}

#fixed-head .code-box img {
  width: 120px;
  /*left:0;
    top:46px;*/
}

#fixed-head .code-box canvas {
  width: 110px;
  height: 110px;
  border: 1px solid #ddd;
  padding: 4px;
}

#fixed-head .type-mobile:hover .code-box {
  display: block;
}

#fixed-head .type-mobile:hover {
  background: #eee;
}

@media screen and (max-width: 1190px) {
  #bot-pro {
    width: 750px;
  }

  .header .search,
  .search {
    width: 530px;
  }

  .search .input-box input {
    width: 530px;
  }

  .main-data-param {
    /*width:530px;*/
  }

  .wrap {
    width: 1190px;
    margin: 0 auto;
  }

  .main-data-param .turn-param ul {
    width: 440px;
  }

  .recommend ul li {
    margin-right: 14.5px;
  }

  .three-con {
    width: 700px;
    margin: 0 auto;
  }

  .concat-container .R {
    width: 480px;
  }

  #three-data {
    width: 748px;
  }

  #bot-pro .unique {
    width: 708px;
  }

  .unique ul li {
    margin-right: 9.33333333px;
  }

  .friend-link {
    width: 908px;
  }

  .friend-link .lists > li {
    width: 120px;
    margin-right: 77px;
  }

  .abc-box span {
    padding-right: 20px;
  }

  .abc-box a {
    padding-right: 16px;
  }

  #three-data .table table td {
    width: 218px;
  }

  #three-data .table table td div {
    width: 218px;
  }

  #three-data .table table td.bg {
    width: 130px;
  }

  #three-data .table table td.bg div {
    width: 130px;
  }
}

/* @media screen and (min-width:1191px ) {
	.main-data-param .param-table tr td:nth-child(2),.main-data-param .param-table tr td:nth-child(3){
		width:165px;
	}
	 .main-data-param .param-table.guige tr td:nth-child(2){width:670px;}
	 .main-data-param .param-table tr td{
		width:148px;
	}
}
@media screen and (max-width:1190px ) {
	.main-data-param .param-table.guige tr td:nth-child(2){width:670px;}
} */

/* floatBox */
.floatBox {
  position: fixed;
  bottom: 150px;
  right: 60px;
  /* transition: .3s; */
}

.floatBox a {
  display: inline-block;
  width: 100%;
}

.floatBox .btn-ct-online {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #f68300;
}

.floatBox .btn-ct-online:hover {
  background: #f56500;
}

.floatBox .btn-con {
  position: absolute;
  bottom: -22px;
  width: 100%;
  height: 36px;
  border-radius: 6px;
  overflow: hidden;
}

.floatBox .white-board {
  position: absolute;
  top: 11px;
  left: 56px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  animation: whiteBoard 1s linear infinite;
}

@keyframes whiteBoard {
  from {
    top: 14px;
    left: 74px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
  }

  to {
    top: -60px;
    left: 0;
    width: 160px;
    height: 160px;
    border-radius: 80px;
  }
}

.ctBox {
  position: fixed;
  width: 660px;
  border-radius: 6px;
  margin-left: -330px;
  margin-top: -350px;
}

.ctBox .ctBox-header {
  height: 60px;
  background-image: linear-gradient(90deg, #f68300 0%, #ff6700 100%);
  border-radius: 6px 6px 0px 0px;
}

.ctBox-header .companyName {
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.ctBox-header .companyName a {
  color: #fff;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  text-decoration: none;
}

.ctBox-header .im-close {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url(../images/inquiry/close.png);
  background-size: 18px 18px;
  cursor: pointer;
}

.ctBox .ctBox-content {
  height: 365px;
  background-color: #f5f5f5;
  overflow-y: scroll;
}

.ctBox .ctBox-content .center-con {
  text-align: center;
}

.ctBox .ctBox-content .center-tips {
  display: inline-block;
  padding: 0 20px;
  margin: 40px auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  border-radius: 36px;
}

.ctBox-content .leftCtnBox,
.rightCtnBox {
  margin: 0 20px 0 20px;
  position: relative;
}

.ctBox-content .rightCtnBox {
  text-align: right;
}

.ctBox-content .leftCtnBox-left,
.rightCtnBox-right {
  display: inline-block;
  position: absolute;
  top: 15px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  overflow: hidden;
}

.ctBox-content .leftCtnBox-left {
  left: 0;
}

.ctBox-content .rightCtnBox-right {
  right: 0;
}

.ctBox-content .leftCtnBox-left img,
.rightCtnBox-right img {
  width: 42px;
  height: 42px;
}

.ctBox-content .leftCtnBox-right {
  display: inline-block;
  vertical-align: center;
  margin-left: 55px;
}

.ctBox-content .rightCtnBox-left {
  display: inline-block;
  margin-right: 55px;
}

.ctBox-content .leftCtnBox-title,
.rightCtnBox-title {
  height: 12px;
  font-size: 14px;
  margin-bottom: 8px;
  color: #bbb;
}

.ctBox-content .leftCtnBox-title .leftCtnBox-time {
  margin-left: 5px;
}

.ctBox-content .leftCtnBox-content,
.rightCtnBox-content {
  display: inline-block;
  padding: 12px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px #ffcd96;
  border-radius: 0px 10px 10px 10px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #7a6343;
  max-width: 400px;
  word-wrap: break-word;
}

.ctBox-content .leftCtnBox-content p {
  font-family: MicrosoftYaHei;
  white-space: pre-line;
}

.ctBox-content .rightCtnBox-content {
  color: #fff;
  background-color: #ffad52;
  box-shadow: 0px 3px 10px 0px #ffcd96;
  border-radius: 10px 0px 10px 10px;
  text-align: left;
}

.ctBox-content .words {
  margin: 10px auto;
}

.ctBox .ctBox-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.ctBox-footer .tag {
  display: inline-block;
  margin: 0 7px;
  padding: 0 16px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  border: solid 1px #ff6700;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ff6700;
  text-decoration: none;
}

.ctBox-footer #userInput {
  resize: none;
  margin-top: 10px;
  width: 610px;
  height: 100px;
  border: none;
  padding: 5px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}

.ctBox-footer #userInput::placeholder {
  color: #999;
}

.ctBox .ctBox-send {
  position: relative;
  padding: 0 20px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}

.ctBox-send .contectType {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #555;
  height: 54px;
  line-height: 54px;
  display: block;
}

.ctBox-send .btn {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #fff;
  background: #f68300;
  border-radius: 4px;
  cursor: pointer;
}

.ctBox-send .btn:hover {
  background: #f56500;
}

.ctBox-send .alert {
  position: absolute;
  display: none;
  width: 120px;
  right: -15px;
  bottom: 45px;
  color: #555;
  background: #fff;
  cursor: default;
}

.ctBox-send .alert span {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
}

.ctBox-send .alert i {
  position: absolute;
  bottom: -5px;
  width: 12px;
  height: 6px;
  background: url(../images/inquiry/down.png);
  background-size: 12px 6px;
}

.ctBox-send .codeBox {
  display: block;
  padding: 11px 0;
}

.ctBox-send .codeBox span {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #555;
}

.ctBox-send .codeInput {
  width: 100px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid #ccc;
  padding: 0 8px;
  border-radius: 4px;
  vertical-align: middle;
  outline: none;
}

.ctBox-send .imgCode {
  height: 30px;
  width: 80px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.ctBox-send .wrongCode {
  border: 1px solid #f42f2b;
}

.ctBox-send .wrongCode::placeholder {
  color: #f42f2b;
}

.ctBox-send .warningBox {
  display: inline-block;
  margin-left: 10px;
  height: 30px;
}

.ctBox-send .warningBox img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.ctBox-send .warningBox span {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #f42f2b;
}

.gray-board {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  cursor: pointer;
}

/* loginBox */
.loginBox {
  position: absolute;
  display: none;
  width: 380px;
  height: 420px;
  background-image: linear-gradient(24deg, #de563f 0%, #f2b865 100%);
  border-radius: 10px;
  margin-left: -190px;
  margin-top: -210px;
}

.yun {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 90px;
}

.loginBox-title {
  position: absolute;
  top: 40px;
  width: 100%;
}

.loginBox-title p {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.loginBox-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 295px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.loginBox-body-input {
  width: 330px;
  height: 40px;
  margin: 20px auto;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.loginBox-body-input img {
  display: inline-block;
  margin-left: 11px;
  vertical-align: middle;
  width: 14px;
  height: 20px;
}

.loginBox-body-input input {
  width: 280px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border: none;
  outline: none;
  padding: 0 4px;
  font-size: 14px;
}

.loginBox-body-codeInput {
  width: 330px;
  height: 40px;
  margin: 20px auto;
}

.loginBox-body-codeInput input {
  width: 128px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding: 0 10px;
  outline: none;
  vertical-align: middle;
}

.loginBox-body-codeInput img {
  vertical-align: middle;
  width: 100px;
  height: 40px;
  margin-left: 7px;
}

.loginBox-body-refresh {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}

.loginBox-body-refresh img {
  width: 17px;
  height: 16px;
  vertical-align: middle;
  margin-left: 0;
}

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}

.loginBox-body-refresh span {
  height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 40px;
  color: #555555;
  transition: in;
}

.loginBox-btn {
  margin: 30px auto;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #f68300;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  cursor: pointer;
}

.loginBox-btn:hover {
  background-color: #f56500;
}

.loginBox-close {
  position: absolute;
  background: #333;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  cursor: pointer;
  top: -32px;
  right: -44px;
}

.loginBox-close img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
}

.loginBox-phone-warning,
.loginBox-company-warning,
.loginBox-code-warning {
  position: absolute;
  display: none;
  padding: 0 25px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #f40000;
}

.loginBox-phone-warning {
  top: 62px;
}

.loginBox-company-warning {
  top: 124px;
}

.loginBox-code-warning {
  top: 186px;
}

.loginBox-wrong {
  border: solid 1px #f40000 !important;
  background-color: #fff6f6;
}

.loginBox-wrong input {
  background-color: #fff6f6;
}

/*寮规*/
.logined-q-price {
  margin-top: -252px;
}

.nologined-q-price {
  /*500------462*/
  margin-top: -231px;
}

.see-concat {
  margin-top: -251px;
  width: 480px;
}

.query-suc {
  /*347.*/
  margin-top: -173px;
}

.popup .popup-title {
  text-align: center;
  color: #ff4e00;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}

.popup .concat-detail-box {
  padding: 0 16px;
  border-bottom: 1px solid #ccc;
}

.popup .concat-detail {
  border-top: 1px dashed #ccc;
  padding: 26px 10px 0px 10px;
}

.popup .concat-detail li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  padding-left: 25px;
  position: relative;
}

.popup .concat-detail .param {
  display: inline-block;
  width: 72px;
}

.popup .concat-detail .b-red {
  color: #ff2525;
  font-size: 18px;
  font-family: Arial;
}

/*.popup .concat-detail*/
.popup.company-info {
  height: auto;
  width: 520px;
  margin-left: -260px;
  margin-top: -250px;
}

.popup .p-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url('../images/icon-close-pump.png');
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 1000;
}

.popup .concat-detail .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.popup .concat-detail .icon.phone {
  background: url(../images/phone.png) no-repeat center;
  background-size: 10px 14px;
  padding: 0;
}

.popup .concat-detail .icon.tell {
  background: url(../images/tell.png) no-repeat center;
  background-size: 14px 14px;
}

.popup .concat-detail .icon.concat {
  background: url(../images/concat.png) no-repeat center;
  background-size: 12px 13px;
}

.popup .concat-detail .icon.com {
  background: url(../images/company.png) no-repeat center;
  background-size: 14px 14px;
}

.popup .code-box {
  padding: 30px 0;
  position: relative;
}

.popup .code-box > div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.popup .code-box .code-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url('../images/code.png') no-repeat center;
  margin-bottom: 10px;
}

.popup .code-box .l {
  font-size: 14px;
  text-align: center;
}

.popup .code-box .l span {
  color: #3aa65b;
}

.popup .code-box .r {
  height: 185px;
  position: relative;
}

.popup .code-box .r .steps {
  font-size: 14px;
  color: #555;
  line-height: 38.7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -57px;
  margin-left: -89px;
}

.popup .code-box .h-line {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6.5px;
  margin-top: -96px;
  width: 13px;
  height: 192px;
  background: url('../images/h-line.png') no-repeat center;
  background-size: 13px 192px;
}

/*修改 start*/
.popup .link-me-box {
  width: 100%;
  padding: 20px 20px 28px 20px;
  box-sizing: border-box;
}

.popup .link-me-box > span {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #111111;
  padding-left: 8px;
  border-left: solid 2px #ff6700;
}

.popup .link-me-box .link-info-box {
  margin-left: 10px;
  margin-top: 18px;
  /*display: none;*/
}

.popup .link-me-box .link-info-box .link-info {
  position: relative;
}

.popup .link-me-box .link-info-box span {
  font-size: 14px;
  color: #333;
}

.popup .link-me-box .link-info-box .link-info .name {
  width: 110px;
  height: 34px;
  font-size: 14px;
  color: #333;
  border: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-indent: 10px;
  margin-right: 10px;
}

.popup .link-me-box .link-info-box .link-info .tel {
  width: 218px;
  height: 34px;
  font-size: 14px;
  color: #333;
  border: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-indent: 10px;
}

.popup .link-me-box .link-info-box .link-info #p1 {
  position: absolute;
  color: #ff3333;
  top: 36px;
  left: 79px;
  display: none;
}

.popup .link-me-box .link-info-box .link-info #p2 {
  position: absolute;
  color: #ff3333;
  top: 36px;
  left: 206px;
  display: none;
}

.popup .link-me-box .link-info-box .consult #p3 {
  position: absolute;
  left: 50%;
  margin-left: -42px;
  color: #ff3333;
  display: none;
}

.popup .link-me-box .link-info-box .img-code-box #p4 {
  position: absolute;
  color: #ff3333;
  left: 107px;
  display: none;
}

.popup .link-me-box .link-info-box .link-info .red {
  color: red;
}

.popup .link-me-box .link-info-box .img-code-box .red {
  color: red;
}

.popup .link-me-box .link-info-box .consult {
  margin-top: 22px;
  margin-bottom: 22px;
}

.popup .link-me-box .link-info-box .consult > span {
  margin-left: 5px;
}

.popup .link-me-box .link-info-box .consult > div {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  top: 1px;
  left: -2px;
}

.popup .link-me-box .link-info-box .consult > div label {
  font-size: 14px;
  color: #333;
}

.popup .link-me-box .link-info-box .consult > div input[type='radio'] {
  opacity: 0;
  float: left;
  width: 4px;
}

.popup .link-me-box .link-info-box .consult > div input[type='radio'] + label {
  margin: 0;
  clear: none;
  padding: 5px 0 5px 18px;
  cursor: pointer;
  background: url('../images/off.png') left center no-repeat;
}

.popup .link-me-box .link-info-box .consult > div input[type='radio']:checked + label {
  background-image: url('../images/radio.png');
}

.link-info-box .img-code-box {
}

.link-info-box .img-code-box .input-code {
  width: 110px;
  height: 34px;
  font-size: 14px;
  color: #333;
  border: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-indent: 10px;
  margin-right: 10px;
}

.link-info-box .img-code-box img {
  width: 70px;
  height: 35px;
}

.link-info-box .img-code-box .btn-sub {
  position: relative;
  width: 135px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background: #ff8400;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  left: 12px;
}

.link-info-box .img-code-box .btn-sub:hover {
  background: #ff6700;
}

.link-me-box .sub-suc-box {
  text-align: center;
  display: none;
}

.link-me-box .sub-suc-box .sub-suc {
  width: 120px;
  margin: 22px auto;
}

.link-me-box .sub-suc-box .sub-suc img {
  position: relative;
  margin-right: 8px;
  top: -2px;
}

.link-me-box .sub-suc-box .sub-suc span {
  font-size: 20px;
  color: #111;
}

.link-me-box .sub-suc-box p {
  font-size: 14px;
  color: #666;
}

.link-me-box .sub-suc-box .confirm {
  width: 140px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  margin-top: 26px;
  background: #ff8400;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.red-bd {
  border: solid 1px #ff3333 !important;
}

/*修改end*/

.popup .info-box {
  padding: 0 16px;
}

.popup .info-box li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  position: relative;
}

.popup .info-box li:first-child {
  margin-bottom: 15px;
}

.popup .info-box li:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
}

.popup .info-lists {
  border-top: 1px dashed #ccc;
  padding: 21px 10px 0px 10px;
}

.popup .care {
  color: #ff0000;
}

.popup .info-lists li {
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}

.popup .info-lists li.popup-cgins {
  height: 112px;
  line-height: normal;
}

.popup .info-lists li.popup-cgins .param-1 {
  position: relative;
  top: 8px;
}

.popup .info-lists .param-1 {
  display: inline-block;
  width: 70px;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
}

.popup .info-lists .val-box {
  display: inline-block;
  width: 326px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
}

.popup .info-lists input {
  height: 33px;
  /*width:278px;    326-22*/
  width: 304px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  vertical-align: top;
}

.popup .info-lists .note {
  padding: 7px 10px;
  height: 94px;
  width: 304px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  resize: none;
  vertical-align: top;
  font-size: 14px;
  color: #333;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.popup .info-lists .count {
}

.popup .info-lists .count .opr-box {
  position: absolute;
  top: 0;
  right: -1px;
  height: 35px;
}

.popup .info-lists .count .opr-box span {
  display: inline-block;
  height: 100%;
}

.popup .info-lists .count .opr-box span.unit {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}

.popup .info-lists .count .opr-box .do {
  position: absolute;
  width: 18px;
  height: 29px;
  background: url(../images/icon-add-minus.jpg) no-repeat center;
  background-size: 18px 29px;
  left: -20px;
  top: 50%;
  margin-top: -14.5px;
}

.popup .info-lists .count .opr-box .do a {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 14px;
  cursor: pointer;
  left: 0;
}

.popup .info-lists .count .opr-box .do a.add {
  top: 0;
}

.popup .info-lists .count .opr-box .do a.minus {
  bottom: 0;
}

.popup .info-lists input.name {
  /*100-22*/
  width: 78px;
}

.popup .info-lists input.phone {
  width: 198px;
}

/*.popup .info-lists .count .opr-box span.do{
    display: inline-block;
    position: absolute;
    width:16px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border:1px solid #ccc;
    color:#ccc;
    left:-20px;
    cursor: pointer;
}
.popup .info-lists .count .add{
    top:3.5px;
}
.popup .info-lists .count .minus{
    bottom:4.5px;
}*/
.popup .sbt-box {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

.popup .sbt-box button {
  width: 180px;
  height: 34px;
  border: none;
  outline: none;
  background: #ff4e00;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.popup .sbt-box p {
  color: #666;
  font-size: 14px;
  /*padding: 20px 0;*/
  padding-top: 20px;
}

.popup .sbt-box p span {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: bottom;
  cursor: pointer;
}

.popup .sbt-box p span.act {
  background: url('../images/icon-chosed.png') no-repeat center;
  background-size: 10px 9px;
}

.popup .info-lists .popup-imgcode-input {
  width: 150px;
  margin-right: 15px;
}

.popup .info-lists .popup-imgcode-pic {
  width: 85px;
  height: 35px;
  cursor: pointer;
}

.popup-imgcode-change {
  color: #ff4e00;
  cursor: pointer;
}

.query-suc .con-box {
  padding: 0 16px;
}

.query-suc .con-box .con {
  border-top: 1px dashed #ccc;
  text-align: center;
}

.query-suc .is-ok {
  display: inline-block;
  margin-top: 74px;
  margin-bottom: 42px;
  font-size: 18px;
  color: #333;
  padding-left: 55px;
  position: relative;
}

.query-suc .is-ok span {
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  margin-top: -22.5px;
  background: url(../images/icon-query-ok.png) no-repeat content-box;
  background-size: 45px 45px;
}

.query-suc .con p {
  font-size: 14px;
  color: #333;
}

.query-suc .con button {
  width: 180px;
  height: 34px;
  border: none;
  outline: none;
  background: #ff6700;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 54px;
  font-size: 14px;
  border-radius: 3px;
}

/*end*/
/* h-09-25 */
@media screen and (max-width: 1190px) {
  .h-bottom-more .lists li {
    width: 30%;
    margin-right: 18px;
  }
}

/*union*/
.top-union {
  margin-top: 10px;
}

.mid-union {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 15px;
  overflow: hidden;
}

.left-union-1,
.left-union-bot {
  border: 1px solid #eee;
  margin-top: 10px;
  overflow: hidden;
}

.bot-union {
  border: 1px solid #eee;
  margin-top: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.bottom-union {
  border: 1px solid #eee;
  /* padding-top:6px; */
  overflow: hidden;
  clear: both;
}

.top-notice {
  width: 100%;
  background: #fff;
  padding-top: 15px;
}

.top-notice-con {
  border: 1px solid #eaeaea;
  line-height: 33px;
  color: #ff3333;
  background: #e4f8ff url('../../images/top-notice-icon.png') no-repeat 3px 4px;
  padding-left: 36px;
  position: relative;
}

.top-notice-close {
  display: block;
  width: 10px;
  height: 10px;
  background: url('../../images/top-notice-icon.png') no-repeat -10px -35px;
  position: absolute;
  right: 12px;
  top: 12px;
}

#prodDetailDiv {
  overflow: hidden;
}

#prodDetailDiv * {
  font-family: 'Microsoft Yahei' !important;
}

.baidu-go {
  /* background: url(../images/left-ad-two.jpg) no-repeat center; */
  width: 190px;
  height: 120px;
  display: block;
  margin-bottom: 10px;
}

.first-pic {
  display: block;
  width: 400px;
  height: 400px;
  background: url(../../images/pre-load-200.jpg) no-repeat center;
  background-size: 100% 100%;
}

/* 一键回拨s */

.popup-c {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.popup-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.popup-callback-con {
  width: 800px;
  height: 454px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -227px 0 0 -400px;
}

.popup-callback-close {
  width: 14px;
  height: 14px;
  background: url(../images/pre-close-icon.png) no-repeat;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
}

.popup-callback-con-l {
  float: left;
  width: 330px;
  height: 454px;
  background: url(../images/callback-bg.png) no-repeat;
}

.popup-callback-con-r {
  float: left;
  width: 400px;
  padding: 0 35px;
}

.popup-callback-con-tit {
  font-size: 24px;
  color: #333;
  margin: 40px 0;
  text-align: center;
}

.popup-callback-item {
  margin-bottom: 32px;
  position: relative;
}

.popup-callback-item-inputbox {
  height: 42px;
  line-height: 42px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.popup-callback-item-errtip {
  display: none;
  font-size: 14px;
  color: #ff3333;
  position: absolute;
  left: 0;
  bottom: -22px;
}

.popup-callback-item-err .popup-callback-item-inputbox {
  border-color: #ff3333;
}

.popup-callback-item-err .popup-callback-item-errtip {
  display: block;
}

.popup-callback-item-tit {
  float: left;
  font-size: 14px;
  width: 88px;
  padding-left: 12px;
  color: #555;
}

.popup-callback-item-input {
  float: left;
  width: 298px;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  border: 0;
}

.popup-callback-item-inputbox-s {
  float: left;
  width: 278px;
}

.popup-callback-item-inputbox-s .popup-callback-item-input {
  width: 178px;
}

.popup-callback-item-imgcodebox {
  float: left;
  width: 110px;
  margin-left: 10px;
}

.popup-callback-item-imgcode {
  display: block;
  width: 110px;
  height: 44px;
  cursor: pointer;
}

.popup-callback-item-getcode {
  float: left;
  font-size: 14px;
  width: 110px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
  color: #fff;
  background-color: #ff6700;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
}

.popup-callback-item-getcode:disabled {
  background-color: #ffcb9b;
  cursor: not-allowed;
}

.popup-callback-item-submit {
  font-size: 16px;
  width: 400px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background-color: #ff6700;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
}

/* 一键回拨e */

/* 一键回拨成功s */

.popup-callback-suc-con {
  width: 520px;
  height: 340px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -170px 0 0 -260px;
  text-align: center;
}

.popup-callback-suc-img {
  width: 64px;
  height: 64px;
  margin: 64px 0 10px;
}

.popup-callback-suc-tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 6px;
}

.popup-callback-suc-tip {
  font-size: 14px;
  color: #777;
  margin-bottom: 36px;
}

.popup-callback-suc-btn {
  display: inline-block;
  font-size: 16px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #ff6700;
  border-radius: 2px;
  border: 0;
  text-align: center;
  cursor: pointer;
}

.popup-callback-suc-btn:hover {
  color: #fff;
}

/* 一键回拨成功e */

.link_tab{
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px solid #ECECEC;
    background: #EEEEEE;
}
.link_tab ul li {
    width: 150px;
    text-align: center;
    float: left;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}
.link_tab ul li.cur {
    border-top:1px solid #ECECEC;;
    border-left:1px solid #ECECEC;;
    border-right:1px solid #ECECEC;;
    border-bottom:1px solid #fff;
    background: #fff;
}
.link_a{
    border:1px solid #e5e5e5;
    border-top:none;
    background: #ffffff;
    padding:10px;
   	/* width:1180px; */
}
.link_a a{
    float:left;
    color: #777777;
    padding:0 8px 5px;
    font-size:14px;
    width: 100px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.link_a i{
    float:left;
    margin-top: 4px;
    height:13px;
    border-right: 1px solid #777;
}
.link_more{
    height:70px;
    overflow: hidden;
}
